@media (max-width: 1601px) {
    .title_content h1 {
    font-size: 70px;
    }
    .banner_content h1 {
    font-size: 70px;
    }
    .final-circle {
    max-width: 500px;
    }
    .fc-link.one {
    left: -140px;
    top: 30px;
}
.fc-link.two {
    right: -200px;
    top: 19%;
}
}
@media (max-width: 1400px) {
    .banner_content h1 {
        font-size: 65px;
    }
   .footer_link ul {
        gap: 10px 20px;
        flex-wrap: wrap;
    }
    .what_we_do_content h2{
        padding-right: 0;
    }
    .fc-link h4 {
    font-size: 18px;
    }
    .testimonial_slider h4 {
    font-size: 22px;
    line-height: 28px;
    }
    .about_content {
    padding: 30px;
}
.final-circle {
    max-width: 400px;
}
.fc-link {
    padding: 15px 20px 14px 60px;
}
.fc-link span {
    font-size: 50px;
}
.fc-link.one {
    left: -120px;
    top: 30px;
}
.fc-link.four {
    right: -90px;
    bottom: 10px;
}
.fc-link.three {
    left: -120px;
    bottom: 20px;
}
}

@media (max-width: 1200px) {
    .banner_content h1 {
        font-size: 52px;
    }

    .title_content h1 {
    font-size: 95px;
    }

    .banner_img_wrapper .bannerImg {
        width: 200px;
    }

    .banner_img_wrapper .bannerImg4 {
        width: 150px;
    }

   .what_we_do_content h2 {
        font-size: 44px;
        line-height: 48px;
    }
    .what_we_do_content span {
        font-size: 100px;
    }

    .number_wrapper {
    width: 100px;
}

.what_we_do_content h2 {
    width: calc(100% - 100px);
}

    .what_we_do_img {
        max-width: 300px;
    }
    
    .testimonial_slider_wrapper ul{list-style-type: decimal;
    margin-left: 20px;
    }
    .why_us_box {
        padding: 40px;
    }

    .final-circle {
        max-width: 500px;
    }

    .fc-link {
        padding: 15px 30px 15px 60px;
    }

    .fc-link h4 {
        font-size: 18px;
        margin: 0;
    }

    .fc-link p {
        font-size: 14px;
    }

    .fc-link span {
        font-size: 50px;
    }

    .testimonial_slider h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .testimonial_slider p {
    font-size: 18px;
    line-height: 24px;
    }
    /*.about_content p,*/
    /*.about_content ul li {*/
    /*    font-size: 14px;*/
    /*    line-height: 20px;*/
    /*}*/
    .number_box p {
    font-size: 13px;
    }
    .about_img {
    height: 100%;
    aspect-ratio: inherit;
}
.what_we_do_inner p {
    font-size: 14px;
    line-height: 20px;
}
.btn_round {
    width: 50px;
    height: 50px;
    padding: 16px;
}

    .what_we_do_wrapper,
    .testimoial_wrapper,
    .about_wrapper {
        padding: 0 0 80px;
    }

    .about_content h2 {
        font-size: 28px;
    }
    
    .why_content_wrapper ul {
    padding-left: 16px;
    font-size: 14px;
    color: black;
    }

    .about_content h4 {
        font-size: 20px;
    }

    .about_content p {
        font-size: 16px;
        line-height: 22px;
    }

    .about_content {
        gap: 14px;
    }

    .number_box h4 {
        font-size: 30px;
    }

    .title_content h2 {
        font-size: 64px;
    }

    .why_us_head .why_title h2 {
        font-size: 33px;
    }

    .why_us_head .why_title p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-toggler {
        order: 3;
        border: 0;
        padding: 0;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent;
    }

    .navbar-toggler-icon {
        background: #000;
        width: 25px;
        height: 3px;
        border-radius: 10px;
        position: relative;
    }

    .navbar-toggler-icon:before {
        content: "";
        position: absolute;
        right: 0;
        top: -7px;
        width: 20px;
        height: 3px;
        background: #000;
    }

    .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -7px;
        width: 15px;
        height: 3px;
        background: #000;
    }

    .site-header .btn_primary {
        margin-left: auto;
        margin-right: 20px;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        transform: rotate(45deg);
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
        bottom: 0;
        width: 25px;
        transform: rotate(90deg);
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        background: #fff;
        padding: 20px;
    }

    .navbar-nav .nav-item .nav-link {
        margin: 0 0 14px;
    }

    .site-header:has(.navbar-collapse.show) {
        background: #fff;
    }

    .site-header .navbar-nav {
        max-width: 720px;
    }

    .banner_img_wrapper .bannerImg {
        width: 250px;
    }

    .banner_img_wrapper .bannerImg4 {
        width: 200px;
    }

    .banner_img_wrapper {
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .what_we_do_inner:hover .what_we_do_img {
        opacity: 0;
        visibility: hidden;
    }

    .btn_round {
        width: 60px;
        height: 60px;
    }

    .btn_round img {
        max-width: 40px;
    }

    .what_we_do_content h2 {
        font-size: 36px;
    }

    .what_we_do_content p {
        font-size: 18px;
    }

    .what_we_do_content span {
        font-size: 80px;
    }
    .number_wrapper {
        width: 80px;
    }
    .why_us_head .why_title h2 {
        font-size: 28px;
    }

    .what_we_do_content h2 {
        width: calc(100% - 80px);
        font-size: 32px;
        line-height: 36px;
    }
    .why_content_wrapper p{
            font-size: 14px;
    line-height: 22px;
    }

    h2.title_small {
        margin: 0 0 8px;
    }

    .why_us_box {
        padding: 20px;
    }

    .testimonialThumn {
        max-width: 500px;
    }
    
    .testimonial_slider ul {
    font-size: 16px;
    }

    .footer_content {
        justify-content: center;
    }

    .footer_link ul {
        justify-content: center;
    }
    .final-circle {
        max-width: 400px;
    }
    .title_content h1 {
        font-size: 65px;
    }
}

@media (max-width: 767px) {
    .why_us_box {
        width: 100%;
    }

    .why_us_inner .why_us_box:nth-child(even) {
        border-left: 0;
    }

    .fc-link,
    .final-circle {
        opacity: 1;
    }
    .final-circle {
        transform: inherit !important;
    }

    .sticky-inner {
        position: relative;
        height: 430px !important;
    }

    .sticky-wrap .pin-spacer {
        height: auto !important;
        padding: 0 !important;
    }

    .sticky-wrap {
        height: auto;
    }
    .sticky-inner {
        min-height: 100vh;
    }
    .final-circle {
        max-width: 320px;
    }.title_content h1 {
        font-size: 45px;
    }
    .title_content {
    max-width: 230px;
}
.title_content p {
    font-size: 14px;
    line-height: 20px;
}
.fc-link h4 {
        font-size: 14px;
    }
    .fc-link.two {
        right: -150px;
    }
}


@media (max-width: 575px) {
    h2.title_small {
    font-size: 24px;
}
     .title_content h1 {
    font-size: 34px;
    }

    .banner_img_wrapper .bannerImg {
        width: 190px;
    }

    .banner_img_wrapper .bannerImg4 {
        width: 150px;
    }

    .final-circle {
        max-width: 260px;
    }

    .fc-link p {
        display: none;
    }

    .fc-link span {
        font-size: 30px;
        width: 45px;
    }
    .fc-link h4 {
        font-size: 14px;
    }

    .fc-link {
        padding: 10px 20px 10px 35px;
    }

    .fc-link.three {
        left: -90px;
        bottom: 40px;
    }

    .title_content h2 {
        font-size: 34px;
    }

    .title_content a {
        text-transform: uppercase;
        font-size: 13px;
    }
    .title_content p {
    display: none;
}
.title_content {
    max-width: 200px;
}

    .fc-link.one {
        left: -100px;
        top: 30px;
    }

    .fc-link.two {
        right: -80px;
        top: 10%;
    }

    .fc-link.four {
        right: -40px;
        bottom: 20px;
    }

    .about_content {
        padding: 30px;
    }

   .testimonial_slider h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .testimonial_slider p {
        font-size: 16px;
        line-height: 20px;
    }
    .testimonial_slider {
    margin: 0 0 20px;
}

    .footer_link ul {
        flex-wrap: wrap;
        gap: 10px 30px;
    }

    .footer_content {
        flex-direction: column;
    }

    .footer_content .footer_contact {
        width: 100%;
        max-width: 90%;
        text-align: center;
    }

    .btn_primary {
        font-size: 14px;
        padding: 10px 15px;
    }
    .sticky-inner {
        min-height: inherit;
    }
    .what_we_do_inner ul{
        padding-left: 20px;
    }
}

@media (max-width: 481px) {
    .fc-link h4 {
        font-size: 18px;
        letter-spacing: 0.4px;
        margin: 0;
        gap: 8px;
    }

    .fc-link span {
        font-size: 22px;
        width: 21px;
        text-align: center;
        left: 8px;
    }

    .fc-link {
        padding: 10px 14px 10px 30px;
    }

    .fc-link.one {
        left: -50px;
        top: 30px;
    }

    .fc-link.three {
        left: -50px;
        bottom: 20px;
    }

    .fc-link.two {
        right: -30px;
        top: 24%;
    }

    .fc-link.four {
        right: 0px;
        bottom: 10px;
    }

    .banner_img_wrapper {
        max-width: 330px;
    }
    .banner_content h1 {
        font-size: 10vw;
    }

    .banner_img_wrapper .bannerImg {
        width: 150px;
    }
    p {
    font-size: 16px;
    line-height: 22px;
    }
    .banner_content {
    gap: 20px;
    }

    .banner_img_wrapper .bannerImg4 {
        width: 110px;
    }

    header {
        padding: 15px 0;
    }

    .banner_wrapper {
        padding: 110px 0 50px;
    }
    .fc-link {
        padding: 8px 12px 8px 30px;
    }
    .fc-link h4 {
        font-size: 12px;
    }
    .fc-link.two {
        right: -20px;
        top: 17%;
    }
    .fc-link.one {
        left: -30px;
        top: -10px;
    }
    .fc-link.three {
        left: -20px;
        bottom: 50px;
    }
    .banner_img_wrapper .bannerImg4 {
    right: 40px;
    top: -30px;
}
.banner_img_wrapper .bannerImg2 {
    left: 50px;
    bottom: 69px;
}
.btn_round {
        width: 40px;
        height: 40px;
    }
    .btn_round img {
        max-width: 24px;
    }
    .banner_img_wrapper .bannerImg {
    top: -40px;
    }
    .banner_img_wrapper .bannerImg4 {
        right: 40px;
        top: 10px;
    }
    .why_content_wrapper {
    padding: 14px;
    }
    .why_content_wrapper p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .why_content_wrapper p:last-child{
        margin: 0;
    }
    .why_us_img {
        aspect-ratio: 9 / 8;
    }
}

@media (max-width: 381px) {
    .what_we_do_content h2 {
        font-size: 26px;
    }

    .what_we_do_content p {
        font-size: 15px;
    }

    .what_we_do_content span {
        font-size: 60px;
    }

    .btn_round {
        width: 45px;
        height: 45px;
    }

    .btn_round img {
        max-width: 27px;
    }
    .number_wrapper {
        width: 50px;
    }
    .what_we_do_content h2 {
        width: calc(100% - 50px);
    }
    .what_we_do_content h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .why_content_wrapper p {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 10px;
    }
}