.header-nav-main a i {
    color: #ffd230;
    margin: 0 10px 0 0;
}

 .btnprimary-two {
    background-color: #0088CC !important;
    border-color: #0088CC !important;
    color: #fff !important;
    border-radius: 22px;

}

  .btnprimary-two:hover {
    background-color: #00a1f2 !important;
}


#header .header-nav.header-nav-links nav > ul > li > .btnprimary-two {
    background-color: #0088CC !important;
    border-color: #0088CC !important;
    color: #fff !important;
}

#header .header-nav.header-nav-links nav > ul > li >  .btnprimary-two:hover {
    background-color: #00a1f2 !important;
}

html:not(.sticky-header-active) #header.thankyouwrap:not(.header-semi-transparent) .header-body {
    background-color: #212529 !important;
}

.mainwrapper-body .nav-link.cureent-act {
    color: #ffd230 !important;
}

body.about a.nav-link.cureent-act-two {
     color: #ffd230 !important;
}

body.about .nav-link.cureent-act {
    color: #fff !important;
}


#header .header-nav-main nav > ul > li.btninner {
    height: inherit;
    align-self: inherit;
    line-height: 0px !important;
    margin-left: 25px !important;
}

.addresswraper h5 {
    color: #33363a !important;
    opacity: 1 !important;
    margin: 0 0 5px 0  !important;
    font-weight: 600 !important;
}

.addresswraper p {
    color: #33363a !important;
    font-weight:  400 !important;
}

.addresswraper  a {
    color: #33363a !important;
    font-weight:  400 !important;
}

.addresswraper  i {
    color: #33363a !important;
}

#header .header-nav-main nav > ul > li.btninner a {
    border-radius: 22px !important;
    padding: 10px 47px !important;
    min-height: 45px !important;
    height: inherit !important;
}

#header .header-nav-main .nav {
    align-items: center;
}

.owl-stage .contentwrap {
    text-align: left !important;
    display: block !important;
}

.owl-stage .contentwrap p {
    text-align: left !important;
    font-size: 22px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    opacity: 1 !important;
}

.owl-stage .contentwrap h3,
.owl-stage .contentwrap h4 {
    padding-left: 0 !important;
    text-align: left !important;
}

.owl-stage .contentwrap h2 {
    margin: 20px 0 !important;
}

.owl-stage .contentwrap h3{
    font-size: 25px !important;
}
 
.owl-carousel {
    position: relative;
}

.owl-stage .contentwrap h4 {
    font-size: 22px !important;
    color: #fff !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.owl-stage .contentwrap .mb-bottom {
    margin-bottom: 35px !important ;
}

.bannermain-home section#contact {
    position: absolute;
    top: 160px;
    right: 0px;
    background: #fff;
    margin-right: calc((100% - 1140px) / 2) !important;
    max-width: 385px;
    border-radius: 10px;
        z-index: 999;
}


.bannermain-home section#contact .form-group {
    width: 100%;
}

.bannermain-home section#contact h2 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}

.bannermain-home section#contact p {
    font-size: 18px !important;
    color: #000 !important;
}

.bannermain-home section#contact input,.bannermain-home section#contact textarea {
    background-color: #ffffff;
    border: 1px solid #b0b0b0;
}

.bannermain-home section#contact .btnprimary-two {
    background-color: #0088CC !important;
    border-color: #0088CC !important;
    color: #fff !important;
}

.bannermain-home section#contact .btnprimary-two:hover {
    background-color: #00a1f2 !important;
}

.bannermain-home section#contact .px-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.deskhide {
    display: none;
}

.common-head {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #33363a;
    margin: 0 0 20px 0;
    line-height: 40px;
}

.common-para {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    color: #33363a;
}

.ptb {
    padding: 90px 0;
}

.services-sec .common-head,
.services-sec .common-para {
    text-align: left;
}


.services-sec .blocks-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px 0 0 0;
  }

  .services-sec .blocks-wrap .card {
    position: relative;
    height: 300px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background-size: cover;
    background-position: center;
    border: none;
    transition: 0.4s all ease;
  }

  .services-sec .blocks-wrap .card::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 0%;
    height: 100%;
    transition: 0.4s all ease;
  }

  
  .services-sec .blocks-wrap .card:hover::before {
     width: 100%;
  }


  .services-sec .blocks-wrap .card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
  }

  .services-sec .blocks-wrap .card-text {
    position: relative;
    padding: 15px;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }

  .services-sec .blocks-wrap .query-box {
    background-color: #333539;
    color: white;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 300px;
  }

  .services-sec .blocks-wrap .query-box h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 20px 0;
    text-transform: capitalize;
  }

  .services-sec .blocks-wrap .query-box .btn {
    background-color: #00aaff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.services-sec .blocks-wrap .query-box .btnprimary-two {
    display: inline-block;
    max-width: 183px;
    width: 100%;
    padding: 10px 10px;
    text-decoration: none !important;
}

.chooseus-wrap {
    background: #f3f3f3;
}

.chooseus-wrap .innerblock {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: center;
    grid-gap: 48px 32px;
    max-width: 970px;
    margin: 60px auto 0 auto;
}

.chooseus-wrap .innerblock .blocks { 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chooseus-wrap  .blocks .icon-wrapper {
    position: relative;
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chooseus-wrap  .blocks .icon-wrapper .circle-bg {
    position: absolute;
    width: 72px;
    height: 72px;
    background-color: #ffd12f;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.chooseus-wrap  .blocks .icon-wrapper img {
    position: relative;
    z-index: 10;
    max-width: 80px;
    object-fit: contain;
    transition: 0.4s all ease-in-out;
}

.chooseus-wrap .blocks .icon-wrapper:hover img {
    transform: translateY(-5px);
}

.chooseus-wrap  .blocks p {
    font-size: 20px;
    color: #33363a;
    line-height: 30px;
    margin: 20px 0 0 0;
}

.faqs-wrap .common-head {
    text-transform: capitalize;
    text-align: left;
}

.faqs-wrap .faq {
    margin: 0 auto;
}





  .faqs-wrap .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
    border-bottom: 1px solid #767676;

  }

  .faqs-wrap .faq-question:hover {
    background: #f7f7f7;
  }

  .faqs-wrap .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }

  .faqs-wrap .faq-answer.open {
    padding: 15px 15px 50px 45px;
  }

  .faqs-wrap .icon {
    margin-left: 10px;
    transition: transform 0.3s;
  }

  .faqs-wrap h4 {
     font-size: 20px;
     color: #33363a;
     line-height: 30px;
     margin: 0 0 0 0;
  }

  .faqs-wrap p {
    font-size: 18px;
    line-height: 28px;
    color: #33363a;
  }

  .faqs-wrap  i {
    color: #000;
  }

.faq-innercontent span {
    font-size: 18px;
    color: #33363a;
    font-weight: 700;
}

.faq-innercontent {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
}

.featureimage-wrap .contentwrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    position: relative;
    margin: 0 auto;
}

.featureimage-wrap .contentwrap .innercontent {
    text-align: center;
}

.featureimage-wrap .contentwrap .innercontent h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 0 0;
}

.featureimage-wrap {
    padding: 120px 0 0 0;
}

html.colorwrap :not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-color: #212529 !important;
}

.imagecontent-wrap .blocks-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    align-items: center;
}

.imagecontent-wrap .blocks-wrap img {
    width: 100%;
    display: block;
}


.imagecontent-wrap .blocks-wrap .content-block .common-head {
    text-align: left;
}

.imagecontent-wrap .blocks-wrap .content-block .common-para {
    text-align: left;
    margin: 0 0 10px 0;
}

.ourmisson-wrap {
    background: #ffd230;
}

.ourmisson-wrap .blocks-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}

.ourmisson-wrap .blocks-wrap img {
    max-width: 95px;
    object-fit: contain;
    max-height: 95px;
    margin: 0 auto 27px auto;
    display: block;
}

.ourmisson-wrap .blocks-wrap .block {
    position: relative;
}

.ourmisson-wrap .blocks-wrap .block .common-para {
    font-size: 17px;
}


.ourmisson-wrap .blocks-wrap .block::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    background: url('/img/ellipse-shape.png');
    background-repeat: no-repeat;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-size: cover;
}

.ourmisson-wrap .blocks-wrap .block:last-child::before {
    display: none;
}

@media (max-width: 1400px) {

.bannermain-home section#contact .px-4 {
    padding-top: 15px;
    padding-bottom: 10px;
}

.bannermain-home textarea.form-control {
    height: 70px;
}

.bannermain-home 
 input.form-control {
    height: 35px;
 }
 
 .bannermain-home section#contact {
    top: 130px;
}

}


@media (max-width: 1200px) {

.bannermain-home section#contact {
    margin-right: calc((100% - 960px) / 2) !important;
}

}


@media (max-width: 1140px) {

    .bannermain-home section#contact {
        margin-right:  15px !important;
    }

    .services-sec .blocks-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    
}


@media (max-width: 991px) {
    #header .header-nav-main nav > ul li {
        margin-bottom: 20px;
    }
    
/*    .imagecontent-wrap .blocks-wrap .image-block {*/
/*    order: 2;*/
/*}*/

.slidesthreewrap h2 span.animated-letters-wrapper {
           margin: 0 20px 0 10px;
}

    .ourmisson-wrap .blocks-wrap .block:last-child {
        grid-column: 1/3;
        max-width: 400px;
        margin: 0 auto;
    }

    .ourmisson-wrap .blocks-wrap {
        grid-template-columns: 1fr 1fr;
    }
    
    .ourmisson-wrap .blocks-wrap .block:nth-child(2)::before {
        display: none;
    }

    .imagecontent-wrap .blocks-wrap {
        grid-template-columns: 1fr;
    }

    #header .header-nav-main nav > ul > li.btninner {
        margin-top: 10px;
    }

    .bannermain-home section#contact {
        display: none;
    }

    .owl-stage .contentwrap {
        text-align: center !important;
    }

    .owl-stage .contentwrap p,
    .owl-stage .contentwrap h4,
    .owl-stage .contentwrap h2,
    .owl-stage .contentwrap h3{
        text-align: center !important;
    }

    .deskhide {
        display: inline-block;
        margin: 10px 0 0 0;
    }

    .owl-stage .contentwrap h3 {
        font-size: 22px !important;
    }

    .owl-stage .contentwrap h4,
    .owl-stage .contentwrap p {
        font-size: 17px !important;
    }

    .owl-stage .contentwrap h2 {
        font-size: 35px !important;
    }

    .ptb {
        padding: 60px 0;
    }
}



@media (max-width: 767px) {
    .owl-carousel .owl-nav {
        display: none !important;
    }
    
    .services-sec .common-head,
    .services-sec .common-para,
    .faqs-wrap .common-head{
    text-align: center;
}


    .services-sec .blocks-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .ourmisson-wrap .blocks-wrap {
        grid-template-columns: 1fr;
    }

    .ourmisson-wrap .blocks-wrap .block:last-child {
        grid-column: inherit;
        max-width: 100%;
    }

    .faqs-wrap p {
        font-size: 16px;
        line-height: 26px;
    }

    .faqs-wrap h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .chooseus-wrap .innerblock {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 30px;
    }

    section#contact .p-5 {
        padding: 0 0 !important;
    }

    #footer .footer-copyright p {
        text-align: center;
    }

}