.styled-link:after,.styled-link:hover:after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
}

.float1,a,a:hover {
    text-decoration: none;
}

.float1,.navbar-right-button {
    font-size: 16px;
    text-align: center;
}

#navbarBelow a,.sec-1H3,a.on {
    text-transform: capitalize;
}

.h_sec11,.h_sec6 {
    isolation: isolate;
}

.foot_top,.h_sec5,footer,section {
    overflow: hidden;
}

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}

.styled-link:after {
    left: auto;
    right: 0;
    width: 0%;
    transition: .5s;
}

.styled-link:hover:after {
    left: 0;
    right: auto;
    width: 100%;
    background-color: #fff;
}

.float1 {
    font-weight: 400;
    vertical-align: middle;
    padding: 8px 16px 10px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    background-color: #03a84e;
    color: #fff;
    border-radius: 50px;
    z-index: 100;
    animation: .3s infinite alternate key1;
}

#navbarBelow .navbar-toggler i,.float1:hover,.library,.policy,.term {
    color: #fff;
}

.float1 i {
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 2px;
    color: #f8f8f8;
}

@keyframes key1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

#navbarAbove {
    background: #ff9800;
    font-size: 15px;
    color: #fff;
    padding: 6px 0;
}

.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
}

.head_social li a {
    color: #ff9800!important;
}

#navbarAbove a {
    color: #fff;
    font-size: 13px;
}

#navbarAbove .styled-link:hover:after {
    background-color: #000!important;
}

.m-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

#navbarBelow li,.h_s1left,.h_s1right,.h_s2right,.h_s3left,.h_s3text,.h_s4text,.h_sec1,.h_sec10 .container,.sec-1H3 span {
    position: relative;
}

#navbarBelow a {
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
}

#navbarBelow li::after,.h_s1left::before,.h_s1right::before,.sec-1H3 span::before {
    content: "";
    position: absolute;
}

#navbarBelow li::after {
    background: #fff;
    bottom: 0;
    display: block;
    height: 2px;
    left: 50%;
    transition: width .3s,left .3s;
    width: 0;
}

#navbarBelow li:hover::after {
    width: 100%;
    left: 0;
}

.nav-link.dropdown-toggle::after {
    transition: .5s;
}

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

#navbarBelow .navbar-toggler {
    color: #fff;
    border: none;
    box-shadow: none;
}

#navbarBelow.fixed-top {
    background-color: #1a5da5;
    animation: .5s linear navbarBelow;
}

@keyframes navbarBelow {
    0% {
        opacity: 0%;
        transform: translateY(-50%);
    }
}

#navbarNavDropdown {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-brand img {
    max-height: 90px;
}

.dropdown-menu {
    background-color: #1c3155;
}

.dropdown-item {
    color: #000;
    font-weight: 400;
}

.dropdown-item.active,.dropdown-item:active,.dropdown-item:hover {
    background-color: #121c3df4;
    color: #fff!important;
}

.navbar-right-button {
    background: #fff;
    border-radius: 50px;
    color: #ff9800!important;
    padding: 9px 22px;
}

.contact_page,footer {
    background: url(../imgLanding/footer_bg.webp) center/cover no-repeat;
}

#navbarBelow .navbar-collapse.collapsing,#navbarBelow .navbar-collapse.show,.foot_box img {
    margin-top: 10px;
}

a,body,h1,h2,h3,h4,h5,h6,li,p,span,ul {
    font-family: Poppins,sans-serif;
}

.contact_page {
    padding: 144px 0;
}

.h_sec1 {
    background: url(../imgLanding/h_banner.webp) center/cover no-repeat;
    color: #fff;
    padding: 200px 0 0;
}

.sec-1H3 {
    font-weight: 700;
    line-height: 42px;
    margin: 10px 0;
    font-size: 38px;
    color: #fff;
    letter-spacing: 1px;
}

.sec-1H3 span {
    display: inline-block;
    z-index: 1;
}

.sec-1H3 span::before {
    background: #ff9800;
    transform: skewx(18deg);
    top: 0;
    left: -5px;
    height: 47px;
    width: 136px;
    z-index: -1;
    animation: 5s infinite flash;
}

.foot_box h3::before,.foot_box2 h3::before {
    bottom: -2px;
    right: 50%;
    z-index: 1;
    height: 2px;
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.h_s1left h2 {
    font-size: 77px;
}

a.chats,a.on {
    font-size: 16px;
    text-align: center;
}

.abt_sec .h_s1left h2,.h_sec1.inner .h_s1left h2 {
    font-size: 61px;
}

.h_s1left {
    padding: 28px 0;
}

.h_s1left::before {
    height: 100px;
    width: 100px;
    bottom: -84px;
    left: -192px;
    background: url(../imgLanding/s1_left_aft.png) no-repeat;
}

.h_s1right img {
    animation: 3s infinite pulse;
}

@keyframes pulse {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.h_s1right::before {
    height: 128px;
    width: 136px;
    top: 0;
    right: -219px;
    background: url(../imgLanding/s1right_aft.png) center no-repeat;
    animation: 15s linear infinite both rotate-center;
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.h_s1left ul li {
    margin: 19px 0 0;
}

.abt_slide a,.abt_timeline_box.four h3,.collapse1 a i,.defaulth2 span,.h_s10_step.one h3,.h_s1left ul li i,.h_s7box a,.h_s9left ul li i,.h_sec2.inner ul li i {
    color: #ff9800;
}

.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 17px 0 0;
}

a.on {
    background: #ff9800;
    border: none;
    border-radius: 50px;
    color: #000;
    padding: 10px 14px;
    animation: 1.5s infinite glowing;
}

.on i {
    background: #fff;
    padding: 5px 7px;
    border-radius: 20px;
    transition: .7s;
    animation: 1s ease-in-out infinite alternate both RL_smooth;
}

@keyframes RL_smooth {
    0%,100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

a.chats {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    padding: 9px 22px;
}

a.chats.blue {
    border: 1px solid #2360a1;
    color: #2360a1;
}

.defaulth2 {
    font-size: 39px;
    color: #000;
    margin: 10px 0;
}

.defaultp {
    color: #0000008f;
    margin: 10px 0;
    font-size: 15px;
}

.abt_timeline_box.one h3,.h_sec3.inner .defaulth2 span,.h_sec6 h2 span,.step_h3,.testi_slider .slick-slide.slick-current .h_s14_box h3 {
    color: #1a5da5;
}

.h_s2right::after {
    width: 326px;
    top: 0;
    left: 610px;
}

.h_s3left::before {
    width: 326px;
    top: 100px;
    right: 610px;
    transform: rotate(181deg);
}

/*.h_sec5::after,.h_sec5::before {*/
/*    background: url(../imgLanding/s5_aft.png) no-repeat;*/
/*    height: 235px;*/
/*    width: 326px;*/
/*}*/

.h_sec5::before,.h_sec6::before {
    top: 0;
    position: absolute;
    content: "";
}

.step_h3 {
    position: absolute;
    right: 0;
    font-size: 85px;
    font-weight: 900;
    top: 10px;
    opacity: .1;
}

.h_s10_bg,.h_s7box,.h_sec11,.h_sec5,.h_sec5 .s5_ul li,.h_sec6,.pattern_head {
    position: relative;
}

.h_sec5 {
    background: url(../imgLanding/h_s5bg.webp) center/cover no-repeat;
    padding: 80px 0;
}

.h_sec5::before {
    right: -78px;
}

.h_sec5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -128px;
}

.h_sec5 .s5_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 34px;
}

.h_sec5 .s5_ul li {
    display: flex!important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 45%;
    background: #fff;
    box-shadow: rgba(0,0,0,.24) 0 3px 8px;
    padding: 38px 11px;
    margin: 48px 0 0;
    border-radius: 10px;
}

.h_sec5 .s5_ul li h3 {
    font-size: 20px;
}

.h_sec5 .s5_ul li .s5icon {
    padding: 0 12px;
    background: #1a5da5;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    position: absolute;
    top: -35px;
}

.h_sec5 .s5_ul li p {
    height: 182px;
    overflow: auto;
    padding: 0 7px;
}

.h_sec5 .s5_ul li:first-child,.h_sec5 .s5_ul li:nth-child(3) {
    translate: 0 -55px;
}

.h_sec6 {
    background: #ff9800;
}

.h_sec6::before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .3;
    z-index: -1;
}

.h_sec6 a.on {
    background: #fff;
    color: #ff9800;
}

.h_sec7 {
    background: url(../imgLanding/h_s7bg.webp) center/cover no-repeat;
}

.h_s7box,.h_s7box .s7icon {
    background: #fff;
    display: flex;
}

.h_s7box {
    text-align: center;
    padding: 59px 0 37px;
    flex-direction: column;
    align-items: center;
    margin: 33px 0 28px;
    border-radius: 7px;
}

.h_s7box h3 {
    font-size: 21px;
}

.abt-years,.h_s10_step h3 {
    font-size: 23px;
}

.h_s7box .s7icon {
    border: 5px solid #1a5da5;
    height: 77px;
    width: 77px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -1%;
    left: 50%;
    translate: -50% -50%;
    padding: 13px;
}

.h_sec9 {
    background: url(../imgLanding/h_s9bg.png) center/cover no-repeat;
}

.h_s9left ul li {
    color: #fff;
    font-size: 21px;
    margin: 31px 0 0;
}

.h_sec10 {
    padding: 0 0 247px;
}

.h_s10_bg {
    background: url(../imgLanding/h_s10_Bg.png) center no-repeat;
    height: 482px;
    text-align: center;
}

.row.step_text {
    position: absolute;
    top: 50%;
    left: 62%;
    width: 100%;
    translate: -50% -50%;
}

.h_s10_step.one {
    translate: -85px 50px;
}

.h_s10_step.one::before,.h_s10_step.two::before {
    content: "";
    background: #474a54;
    height: 76%;
    width: 2px;
    position: absolute;
    right: 20px;
    top: 38px;
}

.h_s10_step.one::after,.h_s10_step.three::after,.h_s10_step.two::after {
    height: 18%;
    background: #474a54;
    width: 2px;
    position: absolute;
    content: "";
}

.h_s10_step.one::after {
    right: 4px;
    top: 24px;
    rotate: 90deg;
}

.h_s10_step.two {
    translate: -173px 261px;
}

.h_s10_step.two::after {
    right: 7px;
    top: 16px;
    rotate: 61deg;
}

.h_s10_step.two h3 {
    color: #25c5d9;
}

.h_s10_step.three {
    translate: 0px 410px;
}

.h_s10_step.three h3 {
    color: #42a4f5;
}

.h_s10_step.three::after {
    right: 64%;
    top: -14px;
    translate: -50% -50%;
}

.h_s10_step.four {
    translate: 102px 307px;
}

.h_s10_step.four h3 {
    color: #eb407a;
}

.h_s10_step.five::before,.h_s10_step.four::before {
    content: "";
    background: #474a54;
    height: 76%;
    width: 2px;
    position: absolute;
    left: -20px;
    top: 38px;
}

.h_s10_step.four::after {
    content: "";
    background: #474a54;
    height: 17%;
    width: 2px;
    position: absolute;
    left: -30px;
    top: 16px;
    rotate: -47deg;
}

.h_s10_step.five {
    translate: 72px 69px;
}

.h_s10_step.five h3 {
    color: #673bb6;
}

.h_s10_step.five::after {
    content: "";
    background: #474a54;
    height: 18%;
    width: 2px;
    position: absolute;
    left: -34px;
    top: 24px;
    rotate: -90deg;
}

.h_s10_step p {
    font-size: 12px;
    padding: 0 25px 0 0;
}

.h_s10_step {
    height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0 0;
}

.pattern_head {
    top: 60px;
}

.h_sec11 {
    background: #fff;
    padding: 80px 0;
}

.h_sec11:before {
    background: url(../imgLanding/s11_bg.png) center/cover no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.s11box.br {
    border-right: 1px solid #00000078;
}

.s11box h3 {
    color: #ff9800;
    font-size: 61px;
    font-weight: 400;
}

.s12acc button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border: 0;
    background: 0 0;
    text-align: start;
    color: #6e706e;
}

.abt_achievement_ul li,.abt_slide,.abt_slider .slick-slide,.foot_bot p,.h_s13_form form .form-group.agre-buton,.hhh,.pop-form .close-btn,.popupform-main h2,.popupform-main h3,.popupform-main h4,.popupform-main h6 {
    text-align: center;
}

.s12acc button.collapsed i {
    transform: rotate(0);
}

.s12acc button i {
    transition: .4s cubic-bezier(1, .52, 1, 1);
    transform: rotate(135deg);
    border-radius: 21px;
    background: 0 0;
    color: #000;
    padding: 8px 9px;
}

.s12acc {
    margin: 31px 0 0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 36px -5px #00000078;
    padding: 9px 0;
}

.s12acc .s9num {
    background: 0 0;
    border-radius: 50%;
    padding: 7px 6px;
}

.s12acc .card.card-body {
    border: 0;
    color: #6e706e;
    border-top: 2px solid #000;
    border-radius: 0;
}

.h_sec12 {
    background: url(../imgLanding/h_s12_bg.png);
}

.h_s13_form {
    background: linear-gradient(90deg,#e7e7e7 0,#dde6ef 57%);
    padding: 10px 22px;
    border-radius: 9px;
}

.h_s13_form form button,.h_s13_form form input,.h_s13_form form textarea {
    background: #fff;
    box-shadow: 0;
    margin: 16px 0;
    padding: 10px 22px;
    border-radius: 5px;
}

.h_s13_form form button {
    background: #ff9800;
    color: #fff;
    border-radius: 26px!important;
    padding: 9px 48px;
}

.testi_slider .slick-slide {
    background: #1a5da5;
    text-align: center;
    position: relative;
    padding: 27px 0;
    border-radius: 9px;
    margin: 50px 18px 31px;
}

.h_s14_box h3 {
    position: absolute;
    right: 39%;
    font-size: 122px;
    top: 22%;
    translate: -50% -50%;
    color: #ff9800;
}

.testi_slider .slick-slide.slick-current {
    background: #ff9800;
    scale: 1.16;
}

.h_s14_box {
    padding: 5px 14px;
}

.h_s14_box p {
    padding: 0 5px;
}

.h_s1left .list-unstyled.inner_sec {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.h_s1left .list-unstyled.inner_sec li {
    width: 45%;
}

.h_sec3.inner {
    background: url(../imgLanding/ecommerce_store_setup_page/s3_bg.png) center/cover no-repeat;
}

.abt_slider .slick-slide {
    background: #fff;
    padding: 10px 17px;
    margin: 0 6px;
    font-size: 13px;
    border-radius: 5px;
    color: #1a5da5;
    transition: .7s;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    display: flex!important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.abt_slider .slick-slide.slick-current,.h_sec3.inner a {
    background: #1a5da5;
    color: #fff;
}

.h_sec3.inner a i,.to-avail {
    color: #000;
}

.inner_s3right {
    display: flex!important;
    gap: 34px;
    align-items: center;
    margin: 23px 0 0;
}

.i_s3_img,.inner_s3right div img {
    flex-shrink: 0;
}

.i_sec6 a.chats {
    color: #1a5da5;
    border: 1px solid #1a5da5;
}

.i_sec7 {
    background: url(../imgLanding/ecommerce_store_setup_page/s6bg.png) center/cover no-repeat;
}

.collapse1 {
    margin: 31px 0;
}

.collapse1 a {
    color: #fff;
    font-size: 18px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.collapse1 .card {
    background: 0 0;
    border: none;
    color: #fff;
}

.i_sec8 ul.parent_tech {
    display: flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
}

.tech_slider .slick-slide {
    width: auto!important;
    opacity: .5;
}

.tech_slider .slick-slide.slick-current {
    opacity: 1;
}

.swiperone .swiper-slide {
    background: #e7e7e7;
    padding: 16px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 9px 14px;
    height: 115px;
}

.swiperone .swiper-slide p {
    margin: 0;
}

.swiperone .swiper-slide p i {
    color: #fb8e00;
    margin: 10px 0;
}

.h_sec5.inner .s5_ul li p {
    height: 97px;
}

.abt_sec2.about.py-5 {
    background: url(../imgLanding/about-page/s2bg.png) center/cover no-repeat;
}

.abt_sec3.about.py-5 {
    background: url(../imgLanding/about-page/s3bg.png) center/cover no-repeat;
}

.abt_slide {
    background: #fff;
    padding: 17px 18px;
    border-radius: 10px;
    transition: .5s;
    box-shadow: 0 0 9px 0 #000;
    margin: 16px 0;
}

.abt_slide h3 {
    font-size: 18px;
    height: 36px;
    margin: 17px 0 0;
}

.abt_slide p {
    font-size: 14px;
    height: 113px;
    margin: 14px 0;
    padding: 0 11px;
    overflow: auto;
}

.foot_box h3,.foot_box2 h3 {
    margin: 0 0 20px;
    font-weight: 400;
    position: relative;
}

.abt_s3box.abt_page_slider .slick-slide {
    transition: .5s;
    padding: 0 7px;
}

.abt_page_slider .slick-current+.slick-slide .abt_slide {
    transition: .5s;
    -webkit-transform: scale(.92);
    transform: scale(.92);
}

.abt_page_slider .slick-current+.slick-slide+.slick-slide .abt_slide {
    transition: .5s;
    margin: 0 -23px;
    -webkit-transform: scale(.85);
    transform: scale(.85);
}

.abt_timeline_box {
    display: flex;
    gap: 15px;
    position: relative;
}

.abt_timeline_box.one .abt_timeline_icon {
    background: #1a5da5;
}

.abt_timeline_box.two h3 {
    color: #f9c036;
}

.abt_timeline_box.two .abt_timeline_icon {
    background: #f9c036;
}

.abt_timeline_box.three h3 {
    color: #404cbc;
}

.abt_timeline_box.three .abt_timeline_icon {
    background: #404cbc;
}

.abt_timeline_box.four .abt_timeline_icon {
    background: #ff9800;
}

.abt_timeline_box.five h3 {
    color: #2eb9b3;
}

.abt_timeline_box.five .abt_timeline_icon {
    background: #2eb9b3;
}

.abt_timeline_box.one .abt_timeline_icon::before,.abt_timeline_box.two .abt_timeline_icon::before {
    content: "";
    background: #000;
    height: 147px;
    width: 1px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.abt_timeline_box.five .abt_timeline_icon:before,.abt_timeline_box.four .abt_timeline_icon:before,.abt_timeline_box.three .abt_timeline_icon:before {
    content: "";
    background: #000;
    height: 110px;
    width: 1px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.abt_timeline_box.one,.abt_timeline_box.two {
    margin: 0 0 -36px;
}

.abt_timeline_box.five,.abt_timeline_box.four,.abt_timeline_box.three {
    margin: 56px 0 0;
}

.abt_timeline_box.one {
    translate: 30px 0px;
}

.abt_timeline_box.five {
    translate: 45px 0px;
}

.abt_timeline_icon {
    color: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}

.foot_box,.foot_top,.new-btn,.tech_slider .slick-slide img,footer {
    width: 100%;
}

.abt_achievement_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.abt_achievement_ul li:first-child {
    box-shadow: 0 0 7px 0 #1a5da5;
    color: #1a5da5;
}

.abt_achievement_ul li:nth-child(2) {
    box-shadow: 0 0 7px 0 #ff9800;
    color: #ff9800;
}

.abt_achievement_ul li:nth-child(3) {
    box-shadow: 0 0 7px 0 #2eb9b3;
    color: #2eb9b3;
}

.abt_achievement_ul li:nth-child(4) {
    box-shadow: 0 0 7px 0 #00c200;
    color: #00c200;
}

.abt_achievement_ul li:nth-child(5) {
    box-shadow: 0 0 7px 0 #404cbc;
    color: #404cbc;
}

.abt_achievement_ul li:nth-child(6) {
    box-shadow: 0 0 7px 0 #bb4ce2;
    color: #bb4ce2;
}

.abt_achievement_ul li:nth-child(2),.abt_achievement_ul li:nth-child(5) {
    translate: 0 40px;
}

.abt_achievement_ul li {
    background: #fff;
    width: 30%;
    padding: 12px 7px;
}

.abt_achievement_ul li p {
    margin: 0;
    font-size: 12px;
}

.abt_achievement_ul li h3 {
    font-size: 58px;
    margin: 0;
}

.abt-years {
    display: flex;
    justify-content: center;
    gap: 139px;
    color: #fff;
    position: relative;
    top: 67px;
    font-weight: 600;
}

footer {
    color: #fff;
    padding: 60px 0 30px;
    border-top: 1px solid #36363685;
    position: relative;
    margin-top: 20px;
}

.foot_top {
    padding: 60px 0 40px;
}

.foot_top img {
    width: 209px;
}

.foot_box .ul1 {
    columns: 2;
}

.foot_box.service h3::before {
    width: 84%;
}

.foot_box p {
    color: #fff!important;
    font-size: 14px;
}

.foot_box h3 {
    color: #fff;
    padding-bottom: 15px;
    font-size: 18px;
}

.foot_box ul {
    padding: 0 0 0 18px;
    list-style: none;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}

.foot_box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #fff;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: .5s linear;
}

.foot_box ul li a {
    color: #fff;
    transition: .2s linear;
    font-size: 15px;
}

.foot_box2 h3 {
    color: #fff;
    padding-bottom: 15px;
    font-size: 22px;
}

.foot_box2 h3::before {
    content: "";
    left: 0;
    position: absolute;
    width: 90%;
    background: #fff;
}

.foot_box2 ul li {
    color: #fff;
    padding: 0 0 10px;
    list-style: none;
}

.foot_box h3::before {
    content: "";
    left: 0;
    position: absolute;
    width: 25%;
    background: #fff;
}

.foot_box2 ul li a {
    color: #fff;
    font-size: 12px;
}

footer .navwrp ul li,footer .navwrp ul li a {
    font-size: 14px;
    font-family: poppins,sans-serif!important;
}

.foot_bot {
    background: #ff9800;
    padding: 16px 0;
}

.foot_bot p {
    font-size: 15px;
    color: #fff!important;
    margin: 0;
}

@media (max-width: 1400px) {
    .abt_slide h3 {
        font-size: 14px;
        height: 35px;
        margin: 17px 0 0;
        overflow: auto;
    }

    .abt_sec .h_s1left h2,.h_sec1.inner .h_s1left h2 {
        font-size: 53px;
    }

    .h_s10_step h3 {
        font-size: 20px;
    }

    .abt_timeline_box.one .abt_timeline_icon::before,.abt_timeline_box.two .abt_timeline_icon::before {
        height: 167px;
    }

    .abt_timeline_box.five {
        translate: 85px 0px;
    }

    #navbarNavDropdown ul li ul.dropdown-menu {
        left: -69px!important;
    }
}

@media (max-width: 991px) {
    #navbarBelow .navbar-collapse {
        order: 3;
        background-color: #122441;
        padding: 0 10px;
    }

    #navbarBelow .navbar-toggler {
        order: 1;
    }

    .swiperone .swiper-slide {
        margin: 0;
    }

    .testi_slider .slick-slide.slick-current .h_s14_box h3 {
        display: none;
    }

    .foot_box .ul1 {
        columns: 1;
    }
}

@media (max-width: 575px) {
    #navbarAbove,.abt_sec2,.abt_sec3,.abt_sec4,.abt_timeline_box,.h_s1left,.h_s3text,.h_s4text,.h_sec2,.h_sec3.inner,.h_sec5,.h_sec6,.h_sec8,.i_sec6,.i_sec8 {
        text-align: center;
    }

    .navbar-brand img {
        max-height: 30px;
    }

    #navbarAbove {
        padding: 5px 0;
        font-size: 12px;
    }

    .sec-1H3 {
        font-size: 26px;
    }

    .sec-1H3 span::before {
        top: 3px;
        left: -5px;
        height: 38px;
        width: 99px;
    }

    .btn_wrap {
        justify-content: center;
    }

    .defaulth2 {
        font-size: 27px;
    }

    .h_s2right {
        margin: 10px 0 0;
    }

    .abt_sec2 img,.abt_timeline_box.five .abt_timeline_icon::before,.abt_timeline_box.four .abt_timeline_icon::before,.abt_timeline_box.one .abt_timeline_icon::before,.abt_timeline_box.three .abt_timeline_icon::before,.abt_timeline_box.two .abt_timeline_icon::before,.h_s2right,.h_sec10,.h_sec2.inner img,.h_sec5::after,.h_sec8 img,.i_s3_img,.i_sec6 img,.step_h3 {
        display: none;
    }

    .h_sec5 .s5_ul li {
        translate: none!important;
        width: 100%;
    }

    .h_sec5 .res_slider .slick-slide,.h_sec7 .res_slider .slick-slide {
        padding: 16px 5px;
    }

    .s11box.br {
        border-right: 0;
    }

    .abt-years,.head_social,.timeline_img {
        display: none!important;
    }

    .h_sec4 .row {
        flex-direction: column-reverse;
    }

    .abt_slide,.inner_s3right {
        flex-direction: column;
    }

    .h_sec1 {
        padding: 65px 0 0;
    }

    .h_s1left .list-unstyled.inner_sec li {
        width: 100%;
    }

    .i_s3right {
        margin: 26px 0;
    }

    .abt_sec .h_s1left h2,.h_s1left h2,.h_sec1.inner .h_s1left h2 {
        font-size: 33px;
    }

    .abt_slide {
        display: flex!important;
        align-items: center;
        justify-content: center;
    }

    .abt_timeline_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .abt_timeline_box.five,.abt_timeline_box.four,.abt_timeline_box.one,.abt_timeline_box.three,.abt_timeline_box.two {
        margin: 0;
    }

    .abt_timeline_box.five,.abt_timeline_box.one {
        translate: 0px;
    }

    .abt_achievement_ul li {
        width: 47%;
    }

    .abt_achievement_ul li:nth-child(2),.abt_achievement_ul li:nth-child(5) {
        translate: 0;
    }

    .abt_achievement_ul {
        margin: 20px 0 0;
    }
}

footer .bdrwrp {
    border-top: 1px solid #d1d1d1;
    padding: 30px 0 0;
    margin: 20px 0 0;
}

footer .navwrp ul li {
    padding: 0 0 8px;
    line-height: 21px;
    margin-left: 0;
    list-style-type: none;
}

.navwrp .btnwrp .btn-primary {
    background: #ff9800;
    color: #fff;
    font-size: 15px;
    padding: 14px 30px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    float: right;
}

footer .navwrp ul li a {
    color: #fff;
}

footer .navwrp img {
    width: 350px;
}

.hhh {
    color: #000!important;
}

.new-btn {
    padding: 15px 30px;
    border: 0;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    background-color: #ff9800;
}

.New-des,.New-email,.New-name,.New-num {
    width: 88%;
    margin-left: auto;
    margin-right: auto!important;
    display: block;
}

.FormHeader {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.New-email,.New-name,.New-num {
    height: 100%;
    font-size: .9rem;
    padding: 4px;
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #e0e0e0;
}

.pop-form,.popupform-main .main-pop .col-md-12 {
    padding: 0;
}

.overlay-bg,.popupform-main {
    height: 100%;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    top: 0;
}

.overlay-bg {
    background: rgba(0,0,0,.8);
    position: absolute;
    right: 0;
    z-index: 10;
}

.popupform-main.active {
    display: block;
}

.popupform-main {
    position: fixed;
    background-color: rgba(0,0,0,.62);
    z-index: 9999;
}

.pop-form {
    position: absolute;
    width: 820px;
    height: 575px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../imgLanding/ca2.png) 0 0/contain no-repeat;
    z-index: 99;
}

.fspx-23,.pop-form form .control-group {
    margin-bottom: 10px;
}

.popupform-main h3 {
    font-size: 22px;
    margin: 31px 0 0;
    float: none;
    color: #fff;
    font-weight: 500;
    padding: 0!important;
}

.popupform-main h2 {
    font-size: 33px;
    margin: 5px 0 0;
    color: #fff;
    font-weight: 700;
}

.popupform-main h4 {
    font-size: 22px;
    margin: 6px 0 0;
    color: #fff;
    font-weight: 700;
}

.ls-xsmall {
    letter-spacing: -2px;
}

.fc-red {
    color: #fb2224;
}

.tt-uppercase {
    text-transform: uppercase!important;
}

.popupform-main h6 {
    letter-spacing: 0;
    font-size: 45px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px;
    position: relative;
    right: 0;
    margin: 0;
    float: right;
}

.fspx-20 {
    font-size: 20px;
    display: block;
}

.fspx-23 {
    font-size: 23px;
}

.fw-normal {
    font-weight: 400!important;
}

.popupform-main .main-pop {
    padding: 25px 10px 0 0;
}

form .control-group {
    margin-bottom: 24px;
    position: relative;
}

.pop-form form .control-group input[type=email],.pop-form form .control-group input[type=number],.pop-form form .control-group input[type=text],.pop-form form .control-group select,.pop-form form .control-group textarea {
    background-color: #fff;
    font-family: Nunito,sans-serif;
    text-align: left;
}

.popupform-main form input[type=email],.popupform-main form input[type=number],.popupform-main form input[type=text] {
    min-height: 50px;
    color: #333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: 0 0;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
    font-family: Nunito,sans-serif;
}

form .numberarea {
    width: auto;
    position: relative;
}

.pop-form .submit-btn {
    background: #fff;
    font-size: 18px;
    padding: 10px 0;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    width: 100%;
    margin: 10px 0 0!important;
    font-weight: 700;
    text-transform: uppercase;
}

.pop-form .no-thanks {
    text-decoration: underline;
    color: #666;
}

.popupform-main h6:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 45px solid #4274fa;
    border-bottom: 28px solid transparent;
}

.float-left {
    float: left;
}

.lh-medium {
    line-height: 1.2;
}

.ta-left {
    text-align: left;
}

.fw-exbold {
    font-weight: 800!important;
}

.mtpx-60 {
    margin-top: 60px;
}

.pop-form .close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    padding-top: 3px;
    background-color: #e9e9e9;
    border-radius: 50px;
    align-items: center;
    display: grid;
    border: 3px inset #000;
}

@media(max-width: 991px) {
    .pop-form {
        position: absolute;
        width: 765px;
        height: 400px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        padding: 0;
        z-index: 99;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        background-position: center;
    }

    .popupform-main .col-sm-offset-4.col-sm-8 {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .popupform-main h3 {
        font-size: 30px!important;
    }

    .popupform-main h6 {
        font-size: 30px;
    }

    .pop_text {
        float: none;
    }

    #flform input[type=text],input[type=email] {
        margin-bottom: 0;
    }

    .pop-form .close-btn {
        width: 35px;
        height: 30px;
        display: block;
        position: absolute;
        top: 2px;
        right: 0;
        font-size: 18px;
        font-weight: 900;
        color: #080808;
        padding-top: 3px;
    }
}

div#pop-form {
    display: block!important;
    text-align: center!important;
    padding-right: 13px!important;
    padding-bottom: 10px!important;
}

@media(max-width: 767px) {
    .pop_text {
        float: none!important;
        margin: 0!important;
    }

    .popupform-main h6:before {
        position: absolute;
        content: "";
        left: -20px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 0 solid transparent;
        border-right: 28px solid #4274fa;
        border-bottom: 28px solid transparent;
    }

    div#pop-form form {
        width: 100%!important;
    }

    .pop-form {
        position: absolute;
        width: 334px!important;
        height: 434px!important;
        background: url(/imgLandingg/popupppp.png) 0 0/cover;
    }

    .popupform-main .pop-form h3 {
        font-size: 21px!important;
        margin-top: 4px;
    }

    .pop-form .close-btn {
        top: -13px;
        right: -6px;
        height: 35px;
    }

    .popupform-main h6 {
        letter-spacing: 0;
        font-size: 21px;
        background: #4274fa;
        color: #fff;
        border-radius: 10px;
        padding: 3px 8px 5px;
        text-align: left;
        position: relative;
        right: 0;
        margin: 0;
        float: right;
    }

    .pop-form .submit-btn {
        font-size: 18px;
        width: 100%;
        padding: 8px 0;
    }

    div#pop-form {
        max-width: 100%;
        width: 100%;
        margin: 0;
        text-align: center;
        padding-top: 10px;
    }

    .popupform-main h3 {
        font-size: 26px;
        margin: 31px 0 0;
        color: #fff;
        font-weight: 500;
        text-align: center;
    }

    .popupform-main h2,.popupform-main h4 {
        color: #fff;
        font-weight: 700;
        text-align: center;
    }

    .popupform-main h2 {
        font-size: 30px;
        margin: 10px 0 0;
    }

    .popupform-main h4 {
        font-size: 24px;
        margin: 8px 0 0;
    }

    .chk-st-1 {
        display: inline-flex;
    }
}

div#pop-form {
    margin: 0 0 0 auto;
}

.pop_text {
    margin: 0;
    float: right!important;
}

div#pop-form form {
    width: 77%;
    margin: 0;
    display: table;
    float: right;
}

@media (min-width: 320px) and (max-width:767px) {
    .wow {
        animation-name: none!important;
        visibility: visible!important;
    }

    div#pop-form {
        width: 100%;
        margin: 0 auto;
        display: table;
        text-align: center;
        padding-top: 14px;
    }
}

@keyframes blinker {
    50% {
        color: #ff9f1c;
    }
}

.blink {
    animation: blinker 1s step-start infinite;
}

/* marquee sec start */
.marquee-sec {
    background-color: #ff9800;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 12px 0px;
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    display: flex;
}

.marquee-content {
    display: flex;
    flex-shrink: 0;
    min-width: 100%;
    gap: 40px;
    animation: marquee 100s linear infinite;
}

.marquee-group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-around;
    gap: 0;
    min-width: 70%;
}

.marquee-group a {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* marquee sec end */

.social-icons ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    gap: 20px;
}

/* WhatsApp button */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0,0,0,.3);
    z-index: 9999;
    transition: all .3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background: #20ba5a;
    color: #fff;
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 20px;
        left: 20px;
        font-size: 28px;
    }
}
/* WhatsApp button */