/*<!-- ============================================================== -->
<!-- Start  main-header Css -->
<!-- ============================================================== -->*/
.main-header {
    position: relative;
    z-index: 99;
    padding: 0 20px 15px;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heder-menu ul li {
    display: inline-block;
    margin-right: 5px;
}

.heder-menu {
    display: inline-block;
    position: relative;
    right: -95px;
}

.heder-menu ul {
    display: block;
}

.heder-menu ul li a {
    display: inline-block;
    font-size: 18px;
    color: #2c2c51;
    font-weight: 600;
    text-transform: capitalize;
    padding: 30px 10px 18px 10px;
    transition: .5s;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.sticky-nav .heder-menu ul li a {
    color: #fff;
}

.heder-menu ul li a:hover {
    color: #5A49F8;
}

.heder-menu ul li.icon {
    position: relative;
}

.heder-menu ul li.icon::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 15px;
    opacity: 1;
    top: 32px;
    right: -10px;
    left: inherit;
    position: absolute;
    color: #2c2c51;
}

.header-button {
    margin-top: 15px;
    margin-left: 20px;
}

.header-button a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 10px 28px;
    text-transform: capitalize;
    transition: 0.5s;
    font-size: 17px;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 5px;
    background: linear-gradient(to right, #533dfd, #730fd5);
}

.header-button a i {
    display: inline-block;
    position: relative;
    left: 8px;
    font-weight: 600;
}

.header-button a:hover {
    color: #fff;
    background: linear-gradient(to left, #533efe, #740fd6);
}

.header-icon {
    display: inline-block;
    position: relative;
    right: -130px;
}

.header-icon i {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

/* sub-menu */
.heder-menu ul .sub-menu {
    top: 120px;
    height: auto;
    width: 200px;
    background: #fff;
    transition: .5s;
    visibility: hidden;
    display: block;
    padding: 15px 0px 12px;
    border-radius: 5px;
    position: absolute;
    opacity: 0;
}

.sub-menu ul {
    overflow: hidden;
    display: inherit;
}

.sub-menu ul li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inherit;
    border-top: 1px solid #DEE1E6;
}

.heder-menu ul .sub-menu ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #616161 !important;
    padding: 10px 7px 8px 25px;
    transition: .5s;
}

.heder-menu ul .sub-menu ul li:hover {
    background: #5A49F8;
}

.heder-menu ul .sub-menu ul li:hover a {
    color: #fff !important;
}

.heder-menu ul li:hover .sub-menu {
    top: 75px;
    visibility: visible !important;
    opacity: 1;
}



/*=====================
	hero-section-start
=======================*/
.hero-section {
    height: 550px;
    background: #F0EFFE;
}

.hero-section-left {
    position: relative;
    margin: 0 0 0 -50px;
}

.hero-main-title h1 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -2px;
    color: rgb(29, 33, 36);
    margin: 30px 0 0 0;
}

.hero-main-title {
    position: relative;
}

.hero-description p {
    position: relative;
    font-size: 16px;
    padding: 34px 0 30px 0;
    color: rgb(97, 97, 97);
    font-weight: 400;
}

.hero-button a {
    background: linear-gradient(245deg, rgb(116, 15, 215) 0%, rgb(83, 62, 255) 100%);
    color: rgb(255, 255, 255);
    text-align: center;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 17px;
    padding: 17px 32px 17px 32px;
    border-radius: 4px;
    border-width: 0px;
    transition: 0.5s;
}

a.hero-button-02 {
    color: rgb(97, 97, 97);
    background: inherit;
    padding: 15px 27px 15px 28px;
    border: 2px solid blue;
    margin: 0 0 0 16px;
    transition: 0.5s;
}

.hero-button a i {
    padding: 0 0 0 5px;
    font-size: 14px;
}

a.hero-button-01:hover {
    background: linear-gradient(245deg, rgb(83, 62, 255) 0%, rgb(116, 15, 215) 100%);
}

a.hero-button-02:hover {
    color: rgb(255, 255, 255);
    background: linear-gradient(245deg, rgb(83, 62, 255) 0%, rgb(116, 15, 215) 100%);
}

/*=====================
	hero-section-start
=======================*/


/*<!-- ============================================================== -->
<!-- Start  footer-area  Css -->
<!-- ============================================================== -->*/
.footer-area {
    padding: 0 0px 0 0px;
    background: #010D27;
}

.subscrib h2 {
    color: #1D2124;
    font-family: "Poppins", Sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 34px;
}

.footer-area .form_box input::placeholder {
    color: #1d2124 !important;
}

.footer-area .form_box {
    float: left;
}

.footer-area .form-icon {
    position: relative;
    top: 8px;
    right: 3px;
}

.footer-area .form-icon i {
    color: #fff;
    display: inline-block;
    background: #0166FF;
    padding: 18px 25px;
    border-radius: 0 5px 5px 0;
}

.footer-area .form_box input {
    font-size: 16px;
    height: 52px;
    padding: 5px 20px;
    width: 100%;
    background: #EEECFE;
    margin: auto;
    border: 0;
    border-radius: 5px;
    text-transform: capitalize;
    position: relative;
    top: 8px;
    font-weight: 600;
    z-index: 1;
}

.footer-area .form_box input::placeholder {
    color: #7A8281;
}

.footer-area .form-button {
    padding-left: 16px;
}

.footer-area .form-button button {
    background: #0066ff;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    height: 52px;
    padding: 0 30px;
    margin: 17px 0 0;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #0066ff;
    position: absolute;
    right: 10px;
    top: -10px;
    transition: .5s;
}

.footer-area .form-button button i {
    display: inline-block;
    margin-left: 5px;
}

.footer-area .form-button button:hover {
    background: #740FD6;
    border: 1px solid #740FD6;
}

.row.pad {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF33;
    padding: 80px 0px 60px 0px;
}

.row.pad .footers-texts {
    margin-bottom: 45px;
}

.row.pad .footers-texts p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
}

.row.pad .footer-titles h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 17px;
}

.row.pad .footerse-thumbs {
    float: left;
    margin-right: 10px;
}

.footer-text p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #FFFFFFB3;
    margin: 25px 0;
}

.footer-icon ul {
    margin-top: 35px;
}

.footer-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
}

.footer-icon ul li a {
    display: inline-block;
    color: #fff;
    transition: .5s;
    background: #384155;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
}

.footer-icon ul li a:hover {
    color: #fff;
    background: #533DFD;
}

.footer-title h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600;
}

.footers-titles h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.footers-icon ul li {
    list-style: none;
    margin-top: 10px;
}

.footers-icon ul li a {
    display: inline-block;
    color: #FFFFFFB3;
    font-size: 16px;
    transition: .5s;
    font-family: 'Poppins', sans-serif;
}

.footers-icon ul li a:hover {
    color: #533DFD;
}

.footers-icon ul li a i {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
}

.social-icon ul li {
    list-style: none;
}

.social-icon ul li i {
    color: #fff;
    float: left;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    width: 55px;
    line-height: 55px;
    height: 55px;
    box-shadow: 0 0 6px rgb(0 0 0 / 25%);
    border-radius: 50%;
    margin-right: 15px;
}

.footer_icons ul {
    display: inline-block;
}

.footer_icons ul li {
    display: inline-block;
    margin-top: 17px;
}

.footer_icons ul li i {
    color: #6428EC;
    font-size: 12px;
    background: #fff;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.footer_icons ul li span {
    font-size: 16px;
    color: #fff;
}

.social-tex {
    padding-bottom: 5px;
}

.social-tex span {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.social-tex p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.copy-right-area {
    padding: 25px 0px 30px 0px;
}

.copy-left {
    text-align: center;
}

.copy-right-area span {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

.right_box {
    margin-bottom: 20px;
}

.footers-icons {
    float: left;
    margin-top: 3px;
}

.footers-icons i {
    display: inline-block;
    color: #FFFFFF;
    background: #35B9FD;
    border-radius: 50px 50px 50px 50px;
    height: 48px;
    width: 48px;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    margin-right: 22px;
    cursor: pointer;
}

.footer-title h2 {
    color: #FFFFFFD4;
    margin: 0px 0px 6px 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-title p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}




/*<!-- ============================================================== -->
<!-- Start  sticky-nav  Css -->
<!-- ============================================================== -->*/
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: rgb(255, 147, 13) !important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 400px 7px;
}

.sticky-nav li.icon {
    color: #fff;
}

.sticky-nav.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky-nav .heder-menu {
    display: inline-block;
    position: relative;
    left: 10%;
}

a.main_sticky {
    display: none;
}

.sticky-nav .header-menu ul li a {
    color: #fff !important;
}

.sticky-nav a.main_sticky {
    display: inline-block !important;
}

.sticky-nav .header-logo a {
    display: none;
}

.sticky-nav ul.sub-menu li a {
    display: inline-block;
    margin: 6px 0px 6px 21px;
    color: #6e7673 !important;
    transition: .5s;
}

.sticky-nav .header-con i {
    color: #fff;
}

.header-menu ul .sub-menu li {
    display: block;
    margin-right: 0;
    transition: .5s;
}

ul.sub-menu li:hover {
    background: #87C03D;
}

ul.sub-menu li a:hover {
    color: #fff !important;
}

.sticky-nav ul.sub-menu li:hover {
    background: #87C03D;
}

.sticky-nav ul.sub-menu li a:hover {
    color: #fff !important;
}


/*<!-- ============================================================== -->
<!-- Start  why-choose-us-area Css -->
<!-- ============================================================== -->*/
.why-choose-us-area {
    padding: 108px 0px 80px 0px;
}

.why-choose-us-area .section-title {
    text-align: left;
    margin-bottom: 35px;
}

/*progress bar*/
.progress-box {
    width: 545px;
    margin: 0 0 0 0px;
    padding: 30px 0px 45px 0px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    background: #fff;
    position: relative;
}

.circle_percent {
    font-size: 90px;
    width: 87px;
    height: 87px;
    position: relative;
    background: #FFEAE3;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 10px 20px 0 30px;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #5A49F8;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #FF3C00;
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 22px;
    line-height: 26px;
    color: #232323;
    text-align: center;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    display: inline-block;
}

.circle-progress-title {
    display: inline-block;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto 0;
}

.circle-progress-title h3 {
    font-size: 24px;
    color: #2c2c51;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    left: -15px;
}

.circle-progress-title p {
    margin: 12px auto 0px;
    width: 47%;
    color: #646464;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.choose-us-right-thumb img {
    width: 100%;
    margin-left: 40px;
}

.choose-us-right-box {
    position: relative;
    z-index: 1;
}

.choose-us-shape {
    position: absolute;
    top: -155px;
    right: -100px;
    z-index: -1;
}

.sub-title h3 {
    font-size: 38px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
    color: #2c2c51;
}

.sub-title p {
    color: #646464;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin: 30px 0 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h5 {
    color: #5a49f8;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    position: relative;
    display: inline-block;
    z-index: 1;
}