@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/assets3/fonts/Montserrat-Bold.otf');
}

.main-navbar .nav-item>a.active{
    color:var(--main-color) !important;
}
.main-navbar .nav-item:hover>a{
    color:var(--main-color) !important;
}
.main-navbar .nav-item:focus>a{
    color:var(--main-color) !important;
}

.main-navbar .navbar.navbar-light .navbar-nav .nav-item a:hover, .main-navbar .navbar.navbar-light .navbar-nav .nav-item a:focus, .main-navbar .navbar.navbar-light .navbar-nav .nav-item a.active {
    color:var(--main-color) !important;
}

.font-monserrat{
    font-family: 'Montserrat-Bold' !important;
}

.sign-up{
    background: var(--main-color) !important;
}
.sign-up:before{
    background-color: #24b364 !important;
}

#contactForm label {
    font-size: 14px;
    font-weight: 700;
    color: #0D1820;
}
.need-help-faq-accordion .with-errors{
    color:red !important;
}

.form-group {
    margin-bottom: 20px;
}

form .form-group .form-control{
    height: 55px;
}

.need-help-faq-area{
    overflow: visible;
    background: linear-gradient(130.1deg, rgba(23, 190, 202, 0.1) 26.56%, rgba(119, 106, 255, 0.1) 68.75%, rgba(40, 199, 111, 0.1) 100%);
}
.need-help-faq-area .container-fluid .row{
    padding: 0;
    margin: 0;
}
.need-help-faq-image img {
    border: none;
    position: relative;
}
textarea {
    resize: none;
    height: 126px;
}

.submit-btn-bottom2{
    display: none;
}

.let-contact-form h3 {
    left: 0;
}

.submit-btn {
    background: var( --main-color); 
    width: 100%; 
    height: 48px;
}
.submit-btn2 {
    background: var( --main-color); 
    width: 100%; 
    height: 48px;
    margin-top: 25px;
    display: none;
}
.submit-btn3 {
    background: var( --main-color) !important; 
    position: relative;
    z-index: 1;
    transition: 0.5s all ease;
    overflow: hidden;
    width: 100%;
}

.submit-btn3.pad {
    padding: 15px 30px;
}

.submit-btn3:hover {
    color: #ffffff !important;
}
.submit-btn3:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    background-color: #24b364;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
            transform: translateX(-50%) translateY(-5%) scale(0.4);
    -webkit-transition: -webkit-transform .9s;
    transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s, -webkit-transform .9s;
}

.submit-btn3:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
            transform: translateX(-45%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
}


.check-box .nice-select {
    width: 100%;
}
.about-content h2 {
    margin-top: 50px;
    text-align: left;
}
.about-content {
    padding-left: 50px;
}

.need-help-faq-content{
    margin-right: 3vw;
    margin-left:30px;
    max-width: none;
}



.banner2 {
    width: 100%;
    left: 0px;
    overflow: hidden;
}
.banner2 img {
    height: auto;
}
.about-mission .introduct {
    width: 98%;
}
.award-content {
    overflow: hidden;
    position: relative;
    max-width: 1920px;

}
.color-block img{
    height: 100%;
    right: 0px;
    width: auto;
    bottom:-19%;
    position: absolute;
}
.content .logo-swiper {
    width: 100%; 
    max-width: 630px;
}
.step-item{
    display: flex;
    justify-content: center;
}
.owl-carousel .owl-item img {
    width: 115px !important;
    height: auto !important;
}
.information-card{
    padding-left: 0px;
}
.information-card p {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
}
.information-card .number {
    font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 800;
    font-size: 33px;
    white-space: nowrap;
}
.information-card p span {
    font-family: Montserrat;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
}

.owl-theme .owl-nav {
    position: relative;
    width: 106%;
    height: 100%;
    display: flex;
    align-items: center;
    top:-92.5px;
    left:-11px;
    justify-content: space-between;
    
}

.owl-theme .owl-nav span {
    font-size: 30px;
}
.core-service-list-tab .core-service-image{
    position: relative;
    top: 0;
    overflow: visible;
}
.core-service-list-tab .core-service-image img:nth-child(1){
    position: absolute;
    top:10px;
    left:10px
}
.core-service-list-tab .core-service-image img:nth-child(2){
    position: relative;
    z-index:99;
    top:0x;
    left:3px
}
.core-service-list-tab .nav .nav-item .nav-link {
    background-color: var( --main-color);
}
.why-choose-us-item .choose-content .choose-btn {
    background-color: #28c76f;
}
.core-service-list-tab .nav .nav-item .nav-link:hover, .core-service-list-tab .nav .nav-item .nav-link.active {
    color: var( --main-color);
}
.need-help-faq-image{
    padding:0px;
}
.owl-stage-outer {
    margin-left: 0px;
    z-index: 99;
    position: relative;
}
.back-to-top-btn i {
    background-color: var(--main-color);
}


.main-navbar .navbar.navbar-light .others-option .option-item .call-btn:hover {
    color: var(--main-color);
    stroke: var(--main-color);
}

@media screen and (min-width:1600px){
    .need-help-faq-content{
        margin-left:100px;
    }
    .need-help-faq-content h3{
        white-space: nowrap;
    }
}
@media screen and (max-width:1300px) and (min-width:1000px){
    .banner2_div{
        display: none !important;
    }
   
    .content{
        width:100%;
    }
}
@media screen and (max-width:1000px){
    .banner2_div{
        display: none !important;
    }
     .need-help-faq-image{
        display: none !important;
    }
    .need-help-faq-content{
        margin-left:0px;
        padding-left: 0px;
    }
    .col-recaptcha{
        justify-content: flex-start !important;
    }

    .about-content{
        padding-left: 0px;
    }
    .col-recaptcha{
        margin-top:10px;
    }
}
@media screen and (max-width:1000px) and (min-width:500px){
    .need-help-faq-area .container-fluid {
        padding-left:0px !important;
        padding-right: 0px !important;
    }
}
@media screen and (max-width:1300px){
    .need-help-faq-area{
        padding-top:10px;
    }
    
}

@media screen and (max-width: 700px) {
    .need-help-faq-image img {
        display: none;
    }
    .submit-btn-bottom{
        display: none;
    }
    .submit-btn-bottom2{
        display: inline-block;
    }
    .submit-btn {
        display: none;
    }
    .submit-btn2 {
        display: block;
    }
    .banner2 {
        display: none;
    }
    .about-content{
        overflow: hidden;
    }
    .about-content h2 {
        margin-top: 50px;
        --bigFont:20px;
        text-align: center;
        padding: 0;
    }
    .about-mission .introduct {
        margin-left: 0px;
        width: 100%;
    }
    .color-block {
        display: none;
    }

    
    .owl-carousel .owl-item img {
        width: 90px !important;
    }
    .owl-theme .owl-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        top:auto;
        bottom:0px;
        left:auto;
    }

    .owl-theme .owl-nav span {
        font-size: 30px;
    }
    .information-card {
        padding-left: 0;
    }
    .contactForm .row>div{
        padding-left: 0px;
    }
}
@media screen and (min-width: 700px) and (max-width: 1500px) {
    .left-img {
        display: none;
    }
    .information-card {
        padding-left: 0;
    }
    .content {
        display: flex;
        justify-content: center;
    }
    .about-content h2 {
        margin-left: 20px;
    }
}