/* about-us */
.about-us-bradcumb {
    position: relative;
    min-height: 600px;
}

.bradclumb-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.bradclumb-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-us-bradcumb::after {
    content: unset;
}

.bradclumb-img::after {
    content: '';
    background: linear-gradient(0deg, rgba(250, 255, 239, 0) 0%, #FAFFEF 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    transform: rotate(180deg);
}

.about-content-sec {
    padding-top: 100px;
}

.about-content-top {
    max-width: 885px;
    margin: 0 auto 74px;
}

.about-content-top .sec-head {
    margin-bottom: 40px;
}

.about-content-top .sec-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 0.9;
}

.about-image-con {
    max-width: 1920px;
    margin: auto;
}

.about-con {
    max-width: 575px;
    margin-left: 105px;
    margin-right: 30px;
}

.about-con .cms-con {
    margin-bottom: 0;
}

.about-con .cms-con h6 {
    color: #233767;
}

.vision-mission-sec {
    padding-top: 90px;
    padding-bottom: 100px;
}

.vision-mission-wrap,
.our-team-wrap,
.why-choose-wrap {
    max-width: 1296px;
    margin: auto;
}

.vision-mission-wrap .row {
    --bs-gutter-x: 24px;
}

.vision-mission-box {
    background-color: #8CB62C;
    height: 100%;
    width: 100%;
    padding: 54px 40px;
    position: relative;
    display: flex;
    align-items: center;
}

.vision-mision-bg-icon {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    width: 130px;
    height: 130px;
    opacity: 20%;
}

.vision-mission-wrap .row .vision-mision-col:last-child .vision-mission-box {
    background-color: #233767;
}

.vision-mission-con {
    display: flex;
    align-items: center;
}

.vision-mission-con .img-box {
    width: 86px;
    flex: 0 0 86px;
    height: 86px;
    margin-right: 24px;
}

.vision-mission-con .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vision-mission-title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 25px;
}

.vision-mission-con .content-box .cms-con {
    max-width: 410px;
    margin-bottom: 0;
}

.vision-mission-con .content-box .cms-con p {
    color: #fff;
}

.our-team-sec {
    background: linear-gradient(0deg, rgba(250, 255, 239, 0) 0%, #F5F5F5 100%);
    padding-top: 50px;
    padding-bottom: 100px;
}

.our-team-con {
    position: relative;
}

.our-team-bg {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 36px;
    top: -128px;
    width: 440px;
    height: 440px;
    mix-blend-mode: luminosity;
    opacity: 5%;
}

.our-team-name {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #233767;
    margin-bottom: 30px;
}

.our-team-con .cms-con {
    max-width: 460px;
    margin-bottom: 0;
}

.our-team-con .cms-con p {
    color: #000;
}

.why-choose-sec {
    padding-bottom: 108px;
}

.why-choose-wrap .sec-head {
    margin-bottom: 20px;
}

.why-choose-wrap .cms-con {
    max-width: 836px;
    margin: 0 auto 60px;
    text-align: center;
}

.why-choose-wrap .cms-con p {
    line-height: 1.6;
}

.why-choose-wrap .row {
    --bs-gutter-x: 24px;
}

.why-choose-box {
    border: 1px solid #8CB62C;
    background-color: #FAFFEE;
    width: 100%;
    height: 100%;
    padding: 35px 20px;
}

.why-choose-box .img-box {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
}

.why-choose-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-choose-box-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #000;
    display: block;
}

.counter-sec {
    padding-top: 123px;
    padding-bottom: 123px;
}

.counter-wrap {
    max-width: 940px;
    margin: auto;
}

.counter-sec .counter-con {
    margin-top: 0;
}

.footer-col ul li.current-menu-item a,
.header-nav ul li.current-menu-item a {
    color: #8CB62C;
}

/* about-us */

/* contact us page */

.contact-us-sec {
    position: relative;
}

.google-map {
    position: absolute;
    right: 0;
    top: -98px;
    width: 1138px;
    height: 1255px;
    font-size: 0;
}

.header-nav ul li ul {
    z-index: 1;
}

.form-select {
    padding: 14px 35px 14px 20px;
}

.google-map iframe {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.google-map::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 650px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
}

.contact-us-details {
    padding-left: 22%;
    position: relative;
    z-index: 9;
}

.contact-us-details .sec-head {
    margin-bottom: 65px;
}

.contact-details-box-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    margin-bottom: 30px;
}

.contact-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
}

.contact-details-boxes {
    display: flex;
    width: 100%;
    margin-bottom: 55px;
}

.contact-details-box {
    width: 58%;
    padding-right: 30px;
}

.contact-details-box:nth-child(2) {
    width: 42%;
    padding-right: 0;
}

.contact-details-box ul li {
    margin-bottom: 30px;
    min-height: 77px;
    display: block;
}

.contact-details-box ul li .content-box {
    display: flex;
    align-items: start;
}

.contact-details-box ul li .content-box .icon-box {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 3px;
    margin-right: 8px;
}

.contact-details-box ul li .content-box .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-details-box ul li .content-box p,
.contact-details-box ul li .content-box a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    transition: all .4s ease-in-out;
}

.contact-details-box ul li .content-box a:hover {
    color: #8CB62C;
}

.contact-us-form {
    background-color: #fff;
    box-shadow: 0px 0px 8px 6px #0000000D;
    padding: 34px 30px 47px;
    width: 100%;
    max-width: 786px;
    height: 100%;
    margin-bottom: 75px;
}

.contact-us-form .sec-head {
    margin-bottom: 14px;
}

.contact-us-form .sec-title {
    font-size: 25px;
}

.contact-us-form .cms-con {
    margin-bottom: 30px;
}

.contact-us-form .cms-con p {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
}

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

.form-control {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background-color: #F8F8F8;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    resize: none;
    padding: 14px 20px;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 50%);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.form-control:focus {
    box-shadow: none;
    background-color: #F8F8F8;
    border-color: rgba(0, 0, 0, 0.05);
}

.contact-us-form .row {
    --bs-gutter-x: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea.form-control {
    height: 137px;
}

.contact-us-sec .submit-btn {
    width: 100%;
}

.contact-us-sec .submit-btn .btn {
    width: 100%;
    border-radius: 0;
}

.contact-us-sec .submit-btn .btn::after {
    content: unset;
}

.contact-us-sec {
    max-width: 1920px;
    margin: auto;
}

/* contact us page */

.meet-our-client-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}

.meet-our-client-sec .sec-head {
    margin-bottom: 45px;
}

.our-client-wrap .row {
    --bs-gutter-x: 14px;
}

.our-client-box {
    width: 100%;
    height: 118px;
    margin-bottom: 14px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0px 0px 20px 2px #0000000D;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}

.our-client-box .our-client-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .4s ease-in-out;
}

.our-brand-slider {
    margin: 0 -10px;
}

.our-brand-slide {
    padding: 10px;
}

.our-brand-logo-sec {
    padding-bottom: 100px;
}

.our-client-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.our-client-top .sec-head {
    width: auto;
    margin-bottom: 0;
}

.our-client-top .view-more-btn {
    margin: 0;
}

.view-more-btn {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #8CB62C;
    text-align: center;
    position: relative;
    width: max-content;
    margin: 30px auto 0;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}

.view-more-btn::before {
    content: '';
    position: absolute;
    background-color: #8CB62C;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    transition: all .4s ease-in-out;
}

.view-more-btn:hover {
    color: #233767;
}

.view-more-btn:hover::before {
    background-color: #233767;
}

.blog-img {
    width: 100%;
    height: 293px;
    overflow: hidden;
    position: relative
}

.blog-date-box {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #233767;
    border-radius: 30px 0 30px 30px;
    padding: 8px 16px
}

.blog-date {
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out
}

.latest-blog-box-wrap {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 2px #0000000D;
}

.latest-blog-box:hover .blog-img img {
    transform: scale(1.05)
}

.blog-con {
    padding: 20px 15px
}

.blog-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    color: #000;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
}

.latest-blog-box:hover .blog-title {
    color: #8CB62C;
}

.blog-con .cms-con p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.4;
}

.customer-support-sec {
    padding-top: 60px;
    padding-bottom: 100px;
}

.customer-support-wrap {
    max-width: 800px;
    margin: auto;
}

.customer-support-wrap .sec-head {
    margin-bottom: 40px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: end;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
}

.error-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 142px);
    text-align: center;
    flex-direction: column
}

.error-title {
    font-size: clamp(4.375rem, 2.182rem + 9.357vw, 9.375rem);
    font-weight: 700;
    line-height: 1;
    color: #233767;
    margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem)
}

.error-title span {
    color: #8CB62C;
}

.error-message {
    font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem)
}

.error-wrapper .sec-title {
    color: #233767;
}

.thank-you-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 142px);
    text-align: center;
    flex-direction: column
}

.thank-you-title {
    font-size: clamp(2.875rem, 1.395rem + 6.316vw, 6.25rem);
    font-weight: 700;
    line-height: 1;
    color: #233767;
    margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem)
}

.thank-you-message {
    font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem)
}

.thank-you-wrapper svg {
    height: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
    width: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
    margin-bottom: clamp(1.563rem, 0.877rem + 2.924vw, 3.125rem)
}

.blog-con-footer .arrow-icon img {
    width: 35px;
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.blog-con-footer .arrow-icon {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

.post-pagination .page-numbers {
    background-color: #fff;
    width: 32px;
    height: 32px;
    border: 1px solid #F1F1F1;
    border-radius: 50%;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    transition: all .4s ease-in-out;
}

.blog-search-box {
    max-width: 62.5rem;
    margin: 0 auto 3.75rem;
    display: block;
}

.blog-search-box .search-form {
    border-bottom: .0625rem solid #959595;
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    position: relative;
}

.blog-search-box .form-control {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    padding-right: 50px;
    background-color: transparent;
    box-shadow: none;
    padding: 0 50px 0 10px;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.blog-search-box .search-submit {
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 60%;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-found-title {
    font-size: 3.125rem;
    font-weight: 600;
    display: block;
    color: #000;
}

.blog-search-box .form-control::placeholder {
    color: rgba(0, 0, 0, 25%);
    font-size: 20px;
    font-weight: 400;
}

.post-pagination .navigation {
    margin-top: 40px;
}

.post-pagination .nav-links,
.post-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-pagination .page-numbers:hover,
.post-pagination .page-numbers.current {
    color: #fff;
    background-color: #8CB62C;
    border-color: #8CB62C;
}

.post-pagination .page-numbers.next,
.post-pagination .prev.page-numbers {
    font-size: 0;
    position: relative;
}

.post-pagination .page-numbers.next::before,
.post-pagination .prev.page-numbers::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 10px;
    bottom: inherit;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
    transform: rotate(45deg);
    margin: auto;
    transition: all .4s ease-in-out;
}

.post-pagination .prev.page-numbers::before {
    transform: rotate(-135deg);
    left: 12px;
    top: 11px;
}


.post-pagination .page-numbers.next.next:hover::before,
.post-pagination .prev.page-numbers:hover::before {
    border-color: #fff;
}

.blog-details-main {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.blogdtlImg {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative
}

.blogdtlImg img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 1 / .49;
    transition: transform 1s ease-in-out
}

.other-related-blog-sec .sec-head {
    margin-bottom: 30px;
}

.related-blog-slider {
    margin: 0 -10px;
}

.related-blog-slider .related-blog-slide {
    padding: 10px;
}

.detailsPopupModel .modal-dialog {
    max-width: 40rem;
}

.careerModel .modal-body {
    padding: 0;
    background: transparent;
}

.careerModel .modal-header {
    border: none;
    padding: 0 0 30px;
    position: relative;
}

.careerModel .modal-content {
    padding: 30px;
}

.careerModel .popupTitle {
    color: #233767;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
}

.careerModel .modal-header .btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 0.4;
}

.careerModel .modal-header .btn-close:focus {
    box-shadow: none;
}




@media (max-width:1699px) {
    .contact-us-details {
        padding-left: 9%;
    }
}

@media (max-width:1499px) {
    .contact-us-details {
        padding-left: 15px;
    }

    .google-map {
        width: 838px;
        height: 1252px;
    }

    .google-map::before {
        width: 450px;
    }
}

@media (max-width:1399px) {
    .about-us-bradcumb {
        min-height: 520px;
    }

    .aboout-sec .sec-title {
        font-size: 40px;
    }

    .counter-text-box .counter-number,
    .counter-text-box .counter-plus {
        font-size: 55px;
    }

    .industries-sec .sec-title {
        font-size: 50px;
    }

    .testimonial-sec .sec-title {
        font-size: 40px;
    }

    .about-content-top .sec-title {
        font-size: 40px;
    }

    .about-con {
        padding-left: 55px;
    }

    .our-team-name {
        font-size: 50px;
    }

    .our-team-bg {
        top: -88px;
        width: 340px;
        height: 350px;
    }

    .why-choose-box-title {
        font-size: 20px;
    }

    .why-choose-box .img-box {
        width: 70px;
        height: 70px;
        margin: 0 auto 15px;
    }

    .product-top-logo {
        max-width: 150px;
        margin-bottom: 15px;
    }

    .product-top-title {
        font-size: 34px;
    }
}

@media (max-width:1299px) {
    .about-con {
        margin-left: 50px;
    }

    .vision-mission-con .content-box .cms-con {
        max-width: 400px;
    }

    .vision-mision-bg-icon {
        width: 100px;
        height: 100px;
    }

    .why-choose-box-title {
        font-size: 22px;
    }

    .about-us-bradcumb {
        min-height: 480px;
    }

    .our-client-box {
        height: 105px;
    }

    .blog-img {
        height: 250px;
    }
}

@media (max-width:1199px) {
    .about-us-bradcumb {
        min-height: 380px;
    }

    .about-content-sec {
        padding-top: 80px;
    }

    .about-content-top .sec-head {
        margin-bottom: 20px;
    }

    .about-content-top .sec-title {
        font-size: 40px;
    }

    .about-content-top {
        margin: 0 auto 50px;
    }

    .about-image-con .img-box {
        max-width: 70%;
        margin: 0 auto 30px;
    }

    .about-con {
        max-width: 100%;
        margin-left: 30px;
        margin-right: 30px;
    }

    .vision-mission-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .vision-mission-con .img-box {
        width: 65px;
        flex: 0 0 65px;
        height: 65px;
        margin-right: 14px;
    }

    .vision-mission-box {
        padding: 30px;
    }

    .vision-mission-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .vision-mision-bg-icon {
        width: 70px;
        height: 70px;
    }

    .vision-mission-con .content-box .cms-con p {
        font-size: 14px;
    }

    .our-team-bg {
        left: 16px;
        top: -78px;
        width: 360px;
        height: 360px;
    }

    .our-team-name {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .our-team-con .cms-con {
        max-width: 100%;
    }

    .our-team-con .cms-con p {
        font-size: 14px;
    }

    .our-team-sec,
    .why-choose-sec {
        padding-bottom: 80px;
    }

    .counter-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .counter-wrap .counter-con {
        max-width: 700px;
    }

    .why-choose-wrap .cms-con {
        margin: 0 auto 30px;
    }

    .why-choose-box .img-box {
        width: 70px;
        height: 70px;
        margin: 0 auto 15px;
    }

    .why-choose-box-title {
        font-size: 18px;
    }

    .why-choose-box {
        padding: 20px 15px;
    }

    .contact-us-form {
        max-width: 100%;
        margin-bottom: 0;
    }

    .contact-us-details {
        margin-bottom: 50px;
    }

    .google-map {
        position: relative;
        width: 100%;
        height: 500px;
        top: 0;
    }

    .google-map::before {
        content: unset;
    }

    .contact-us-form .sec-head {
        margin-bottom: 14px !important;
    }

    .our-brand-logo-sec {
        padding-bottom: 80px;
    }

    .our-client-top {
        margin-bottom: 30px;
    }

    .blog-main .row>* {
        margin-bottom: 50px;
    }
}

@media (max-width:992px) {
    .about-content-sec {
        padding-top: 50px;
    }

    .about-content-top .sec-title {
        font-size: 30px;
    }

    .vision-mission-sec,
    .counter-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .vision-mission-box {
        height: calc(100% - 20px);
        margin-bottom: 20px;
    }

    .vision-mission-con .content-box .cms-con {
        max-width: 90%;
    }

    .our-team-name {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .our-team-bg {
        left: 16px;
        top: -58px;
        width: 260px;
        height: 260px;
    }

    .our-team-sec,
    .why-choose-sec {
        padding-bottom: 50px;
    }

    .why-choose-box {
        height: calc(100% - 24px);
        margin-bottom: 24px;
        padding: 15px;
    }

    .why-choose-box .img-box {
        width: 50px;
        height: 50px;
    }

    .counter-wrap .counter-con {
        max-width: 570px;
    }

    .contact-us-details {
        padding-right: 15px;
    }

    .contact-us-form {
        padding: 20px;
    }

    .contact-details-boxes {
        margin-bottom: 20px;
    }

    textarea.form-control {
        height: 100px;
    }

    .contact-us-details .sec-head {
        margin-bottom: 40px;
    }

    .contact-details-box ul li {
        margin-bottom: 20px;
        min-height: 74px;
    }

    .contact-details-box-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .contact-details-box ul li .content-box p,
    .contact-details-box ul li .content-box a {
        font-size: 16px;
    }

    .view-more-btn {
        margin: 20px auto 0;
    }

    .our-brand-logo-sec {
        padding-bottom: 50px;
    }

    .meet-our-client-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .customer-support-sec {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .careerModel .modal-content {
        padding: 15px;
    }

    .careerModel .modal-header .btn-close {
        top: 0;
        right: 0;
    }
}

@media (max-width:767px) {
    .about-content-top .sec-title {
        font-size: 28px;
    }

    .about-con {
        margin-left: 15px;
        margin-right: 15px;
    }

    .our-team-name {
        font-size: 26px;
    }
}

@media (max-width:568px) {
    .about-us-bradcumb .container {
        display: none;
    }

    .about-us-bradcumb {
        min-height: 200px;
    }

    .about-content-top .sec-title {
        font-size: 24px;
    }

    .about-image-con .img-box {
        max-width: 100%;
        padding: 0 15px;
    }

    .vision-mission-con .img-box {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .vision-mission-con {
        display: block;
    }

    .vision-mision-bg-icon {
        display: none;
    }

    .vision-mission-box {
        padding: 15px;
    }

    .vision-mission-con .content-box .cms-con {
        max-width: 100%;
    }

    .our-team-sec {
        padding-top: 30px;
    }

    .our-team-wrap .img-box {
        margin-bottom: 30px;
    }

    .our-team-bg {
        display: none;
    }

    .our-team-name {
        font-size: 24px;
    }

    .why-choose-box-title {
        font-size: 15px;
    }

    .why-choose-box-title br {
        display: none;
    }

    .why-choose-box {
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }

    .why-choose-wrap .row {
        --bs-gutter-x: 15px;
    }

    .testimonial-wrapper .slick-dots {
        margin-top: 30px;
    }

    .testimonial-wrapper .slick-dots li button {
        background-color: #fff;
    }

    .testimonial-wrapper .slick-dots li.slick-active button {
        background-color: #8CB62C;
    }

    .footer-top {
        padding: 50px 0 40px;
    }

    .about-content-top {
        margin: 0 auto 30px;
    }

    .cms-con h6 {
        font-size: 18px;
    }

    .counter-wrap .counter-box {
        padding-left: 0;
        width: 50%;
        margin-bottom: 20px;
        text-align: center;
    }

    .counter-wrap .counter-box:last-child {
        margin-bottom: 0;
    }

    .counter-wrap .counter-con {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .copy-right-footer .cms-con p {
        font-size: 12px;
    }

    .footer-col.quick-links {
        display: none;
    }

    .footer-top .row>div:nth-child(5) {
        width: 100% !important;
    }

    .footer-title {
        margin-bottom: 14px;
    }

    .footer-address-info p span br {
        display: none;
    }

    .footer-col .cms-con p {
        display: none;
    }

    .footer-logo {
        display: none;
    }

    .back-to-top.active {
        bottom: 65px;
    }

    .footer-top .row>div:nth-child(1) {
        order: 3;
        margin-bottom: 0 !important;
    }

    .footer-top {
        padding: 30px 0;
    }

    .copy-right-footer {
        padding: 15px;
    }

    .footer-address-info {
        padding-top: 0;
    }

    .contact-details-boxes {
        display: block;
    }

    .contact-details-box {
        width: 100%;
        padding-right: 0;
    }

    .contact-details-box:nth-child(2) {
        width: 100%;
        margin: 40px 0;
    }

    .contact-us-form .cms-con p {
        font-size: 14px;
    }

    .form-control {
        padding: 10px !important;
    }

    .form-select {
        10px 30px 10px 10px !important
    }

    textarea.form-control {
        height: 80px;
    }

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

    .google-map {
        height: 280px;
    }

    .contact-details-box ul li .content-box p br {
        display: none;
    }

    .contact-details-box ul li {
        min-height: auto;
    }

    .contact-us-details .sec-head {
        margin-bottom: 30px;
    }

    .contact-us-form .cms-con {
        margin-bottom: 20px;
    }

    .our-client-box {
        height: 80px;
    }

    .our-client-box {
        height: 80px;
    }

    .our-brand-slide {
        padding: 0 6px;
    }

    .our-brand-slider {
        margin: 0 -6px;
    }

    .view-more-btn {
        margin: 10px auto 0;
        font-size: 16px;
    }

    .meet-our-client-sec {
        padding-top: 0;
    }

    .meet-our-client-sec .sec-head {
        margin-bottom: 20px;
    }

    .blog-title {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .blog-con {
        padding: 15px 10px;
    }

    .blog-con .cms-con {
        margin-bottom: 20px;
    }

    .blog-main .row>* {
        margin-bottom: 30px;
    }

    .blog-img {
        height: 200px;
    }

    .blogdtlImg img {
        aspect-ratio: 1/ .6;
    }

    .blogdtlImg {
        margin-bottom: 30px;
    }

    .careerModel .popupTitle {
        font-size: 20px;
    }

    .careerModel .modal-header {
        margin: 0 0 20px;
    }

    .header-btn .btn {
        min-width: auto;
        padding: 12px;
    }

    .hero-btn-box .btn:last-child {
        min-width: 140px !important;
    }

    .our-client-top .sec-head {
        width: 100%;
        text-align: center;
    }
}


@media (max-width:489px) {}

@media (max-width:390px) {
    .why-choose-box-title {
        font-size: 13px;
    }

    .hero-title {
        font-size: 24px !important;
    }

    .hero-sub-title {
        font-size: 14px !important;
    }
}

@media (max-width:350px) {}