@media screen and (max-width: 1680px) {
    .banner-section h1 {
        font-size: 65px;
    }

    .container {
        max-width: 1420px;
        width: 94%;
    }

    .banner-section {
        padding: 180px 0px 55px;
    }

    section.banner-wrp-section {
        padding: 15px;
    }

    header {
        top: 35px;
    }

    .nav-header .container {
        max-width: 94%;
    }

    .nav-col {
        padding-left: 5%;
    }

    .cta_top_content p {
        padding: 10px 20% 30px;
    }

    .process-steps {
        max-width: 80%;
    }
}

@media screen and (max-width: 1480px) {
    body {
        font-size: 16px;
    }

    p, .accordion-body, .footer_wrapper li {
        font-size: 16px;
    }

    header .nav-header {
        padding: 10px 0;
    }

    .banner-section {
        padding: 160px 0px 60px;
    }

    .banner-section h1 {
        font-size: 40px;
        margin: 10px 0 12px 0;
    }

    .banner-section h1 span {
        font-size: 36px;
    }

    .banner-section h4 {
        font-size: 18px;
        max-width: 609px;
    }

    .banner-section ul {
        margin: 20px 0 30px 0;
    }

    .custom-btn {
        font-size: 16px;
        padding: 12px 20px;
    }

    .process-step::before {
        right: 240px;
    }

    .cta_top_content p {
        padding: 10px 10% 30px;
    }

    .abt_image_wrp {
        width: 46%;
    }

    h2.maintitle, .service-main-content h2, h2 {
        font-size: 42px;
    }

    .banner-section {
        height: 95vh;
    }

    .process-steps {
        max-width: 90%;
    }

    .wc-inn-wrp p {
        min-height: 115px;
    }

    .process-step span.num {
        font-size: 22px;
    }

    .service-card img {
        height: 370px;
    }

    .thumb.blog-img img {
        height: 340px;
    }

    .inner-banner-section h1 {
        font-size: 48px;
    }

    .inner-banner-section {
        padding: 224px 0 100px 0;
    }

    .abt_call_us a {
        font-size: 20px;
    }

    section.our-history-section .container {
        max-width: 94%;
    }

    .our-history-img .counter-wrap {
        padding: 25px;
        max-width: 150px;
        height: 150px;
    }

    .our-history-img .counter {
        font-size: 44px;
    }

    .our-history-img .label {
        font-size: 16px;
    }

    .height {
        height: 48px;
    }

    .image-div img {
        height: 310px;
    }

    .service-main-content h5 {
        font-size: 22px;
    }

    .service-main-content li {
        font-size: 16px;
    }

    .gallery_img:nth-child(1) img, .gallery_img:nth-child(2) img {
        height: 265px;
    }

    .gallery_img img {
        height: 220px;
    }

    .inn_gal_items img {
        height: 250px;
    }
}

@media screen and (max-width: 1380px) {
    .header-btn {
        font-size: 16px;
    }

    h2.maintitle, .service-main-content h2, h2 {
        font-size: 35px;
    }

    .process-top-content {
        margin-bottom: 30px;
    }

    .cta-container {
        padding: 70px 260px;
    }

    .faqs_content_wrp {
        padding-left: 30px;
    }

    .blog-content h3, .blog-content h2 {
        font-size: 20px;
    }

    .accordion-body p {
        font-size: 16px;
    }

    .faqs_content_wrp button.accordion-button {
        font-size: 18px;
        padding-right: 66px;
    }

    .testimonial_wrapper {
        padding: 60px 0px 50px;
    }

    .about-section, .services-section, .why-choose-us-section, .projects-section, .faq-section, .blog-section {
        padding: 60px 0;
    }

    .cta-section {
        padding: 60px 30px 0px;
    }
}

@media screen and (max-width: 1280px) {
    .f1 {
        width: 25%;
    }

    .f2 {
        width: 15%;
    }

    .f3 {
        width: 37%;
    }

    .f4 {
        width: 23%;
    }

    .footer_wrapper h5 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1200px) {
    nav.navbar.navbar-expand-xl {
        /* display: none; */
    }

    header nav {
        position: static !important;
    }

    .nav-col {
        justify-content: flex-end;
        padding-left: 0%;
    }

    header .navbar-collapse {
        box-shadow: 0 0 10px rgb(0 0 0 / 25%);
        background-color: #fff;
        padding: 20px 20px;
        border-top: 5px solid var(--primarycolor);
        margin-top: 10px;
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        margin: 0 auto 0 auto;
        width: 95%;
    }

    header .navbar-collapse ul.navbar-nav li a, ul.navbar-nav li.menu-item-has-children>span:after {
        color: #000;
    }

    header ul.navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    header ul.navbar-nav li {
        width: 100%;
        border-bottom: 1px solid #a1a1a1;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    ul.navbar-nav>li:last-child {
        border-bottom: 0px solid #a1a1a1;
        margin-bottom: 0;
    }

    header ul.navbar-nav ul.sub-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: translate(0%, 0%);
        width: 100%;
        margin-top: 10px;
        display: none;
        transition: initial;
    }

    header ul.navbar-nav ul.sub-menu li {
        margin-bottom: 0;
        padding: 10px 10px;
    }

    ul.navbar-nav li a:before, ul.navbar-nav li a:after {
        display: none;
    }

    .banner-section {
        height: 96vh;
    }

    h2.maintitle, .service-main-content h2, h2 {
        font-size: 28px;
    }

    .service-card img {
        height: 305px;
    }

    .process-top-content p, .projects-top-content p, .blog-top-content, .faqs_top_content {
        padding: 0px 4%;
    }

    .process-steps {
        max-width: 96%;
    }

    .wc-inn-wrp {
        padding: 30px 25px;
    }

    .process-step span.num {
        font-size: 20px;
    }

    .counter-wrap .counter {
        font-size: 40px;
    }

    .cta_top_content p {
        padding: 10px 0% 25px;
    }

    .cta_top_content a.custom-btn {
        padding: 22px 100px;
    }

    .blog_details {
        width: 68%;
    }

    .f3 ul li {
        width: 100%;
    }

    .f1 {
        width: 30%;
    }

    .f2 {
        width: 20%;
        padding-top: 0px;
    }

    .f3 {
        width: 24%;
        padding-top: 0px;
    }

    .f4 {
        width: 26%;
        padding-top: 0px;
    }

    .footer_wrapper {
        padding: 140px 0px 40px;
    }

    .footer_wrapper li {
        padding: 8px 0px;
    }

    .inner-banner-section {
        padding: 190px 0 75px 0;
    }
}

@media screen and (max-width: 1024px) {
    .banner-section {
        height: 97vh;
    }

    .banner_content_wrp {
        padding: 0px 0%;
    }

    .abt_image_wrp {
        width: 46%;
        margin: auto;
    }

    .service-card {
        width: 48.333%;
    }

    .process-step, .process-image {
        width: 50%;
    }

    .process-top-content p, .projects-top-content p, .blog-top-content, .faqs_top_content {
        padding: 0px 0%;
    }

    .swiper {
        padding: 32px 0 85px;
        margin-bottom: 15px;
    }

    .cta-container {
        padding: 55px;
    }

    .cta-section {
        padding: 40px 25px 0px;
    }

    .faqs_content_wrp {
        width: 100%;
        padding: 30px 0px 0px;
    }

    .faq_img_wrp {
        width: 100%;
        text-align: center;
    }

    .faq_img_wrp img {
        width: 50%;
    }

    .blog-card {
        width: 50%;
        margin-bottom: 50px;
    }

    .blog-card:last-child {
        margin-bottom: 0px;
    }

    .blog_posts_wrp .row {
        justify-content: center;
    }

    .subscribe-content {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .newsletter_box {
        width: 100%;
    }

    .subscribe-box {
        margin-bottom: 0;
        padding: 30px;
    }

    .Subscribe_wrapper {
        padding: 15px 0px;
        background: #FFB425;
    }

    .footer_wrapper {
        padding: 60px 0px 40px;
    }

    .f1 {
        width: 50%;
    }

    .f2 {
        width: 50%;
        padding-top: 30px;
    }

    .f3 {
        width: 50%;
        padding-top: 30px;
    }

    .f4 {
        width: 50%;
        padding-top: 30px;
    }

    .footer_wrapper h5 {
        border: none;
    }

    .our-history-content {
        width: 100%;
    }

    .our-history-content .inn-history-content {
        padding-right: 0;
    }

    .our-history-img {
        justify-content: center;
        padding-left: calc(var(--bs-gutter-x) * .5);
        width: 100%;
    }

    .our-history-img img {
        max-height: 400px;
    }

    .mission_item {
        width: 100%;
    }

    .what-we-do-top-content {
        padding: 0;
    }

    .doprocess-step, .Service-item {
        width: 50%;
        padding: 10px;
    }

    .Service-item {
        margin-top: 20px;
    }

    .inner-banner-section h1 {
        font-size: 32px;
    }

    .breadcrumb, .breadcrumb a {
        font-size: 16px;
    }

    .post-featured-image img ,.post_thumbnail img {
        max-height: 330px;
    }

    .service-sidebar,.our_work_category {
        width: 100%;
    }

    .our_work_category {
        padding: 0px;
    }

    .service-details-content, .gallery-wrapper {
        width: 100%;
        padding-top: 30px;
    }

    .sidebar-menu li, .work_category {
        width: 46%;
    }

    .sidebar-menu ul, .our_work_category {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .inner-banner-section {
        padding: 190px 0 60px 0;
    }

    .contact-form-wrap {
        padding: 50px 55px;
    }

    .d_content h5 {
        font-size: 18px;
        margin: 0;
    }

    .icon img {
        height: 40px;
    }

    .mission_detail_wrp .icon {
        height: auto;
    }

    .form-group textarea {
        font-size: 16px;
        height: 145px;
    }

    .form-group input, .form-group select, .form-group textarea {
        font-size: 16px;
        padding-bottom: 18px;
    }

    .map_iframe {
        height: 390px;
        margin-bottom: -92px;
    }

    .content-div h4, .content-div h2 {
        font-size: 24px;
    }

    .service-main-content {
        padding-left: 0px;
    }
}

@media screen and (max-width: 991px) {
    .reverse-row > div:last-child {
        order: -1;
    }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
    .custom-btn {
        font-size: 16px;
    }

    section.banner-wrp-section {
        padding: 0;
        border-radius: 0px;
    }

    .nav-header .row {
        justify-content: space-between;
    }

    .nav-header .row>* {
        width: auto;
    }

    .nav-header .container {
        padding: 0px;
    }

    .header-btn {
        font-size: 14px;
        width: 100%;
        display: none;
    }

    .banner-section {
        padding: 170px 0 50px;
        height: auto;
    }

    .banner-section, .banner-section:before {
        border-radius: 0px;
    }

    .banner-section .btn-col {
        display: block;
    }

    .banner-section .sub-title, .banner-section p {
        font-size: 16px;
    }

    .banner_content_wrp .desc {
        padding: 0px 0% 20px;
    }

    header {
        top: 0;
    }

    .banner-section h1 {
        font-size: 45px;
    }

    .bottom-footer .copyright-row {
        padding: 15px 15px;
    }

    .nav-header .row {
        align-items: center;
        justify-content: space-between;
    }

    header .logo-col img {
        max-width: 90px;
    }

    h2.maintitle, .service-main-content h2, h2 {
        font-size: 22px;
    }

    .abt-box {
        margin-bottom: 30px;
    }

    .cta_top_content a.custom-btn {
        padding: 15px 30px;
        font-size: 16px;
    }

    .ti-widget-container.ti-col-1, .ti-reviews-container {
        margin-bottom: 0 !important;
    }

    .testimonial_wrapper {
        padding: 40px 0px 30px;
    }

    .f4 ul.social-links {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 590px) {
    .banner-section h1 {
        font-size: 26px;
    }

    .service-card {
        width: 100%;
    }

    .abt_image_wrp {
        width: auto;
        margin: auto;
    }

    .about-section, .services-section, .why-choose-us-section, .projects-section, .faq-section, .blog-section {
        padding: 40px 0;
    }

    .process-step, .process-image {
        width: 100%;
    }

    .cta-container {
        padding: 35px 25px;
    }

    .cta-section {
        padding: 25px 12px 0px;
    }

    .faq_img_wrp img {
        width: 60%;
    }

    .blog-card {
        width: 100%;
        margin-bottom: 50px;
    }

    .blog-date {
        margin-bottom: 20px;
    }

    .subscribe-box {
        padding: 12px;
    }

    .f1 {
        width: 100%;
    }

    .f2 {
        width: 100%;
        padding-top: 20px;
    }

    .f3 {
        width: 100%;
        padding-top: 20px;
    }

    .f4 {
        width: 100%;
        padding-top: 20px;
    }

    .footer_wrapper h5 {
        border: none;
        margin-bottom: 0px;
    }

    .swiper-slide-active {
        transform: none !important;
        opacity: 1 !important;
        z-index: 10;
    }

    .swiper {
        padding: 32px 10px 70px;
        margin-bottom: 15px;
    }

    .inner-banner-section {
        padding: 145px 0 60px 0;
        border-radius: 0px;
    }

    .height {
        height: 30px;
    }

    .newsletter_box input.ig_es_form_field_email {
        padding: 10px 20px;
        font-size: 16px;
        position: relative;
        height: 50px;
    }

    .newsletter_box input[type="submit"] {
        display: flex;
        height: 50px;
        font-size: 16px !important;
        position: relative;
        width: 100%;
        margin-top: 10px !important;
    }

    .newsletter_box .gjs-cell {
        display: block;
    }

    .es-form-1 label {
        position: relative;
        height: 100%;
    }

    div.newsletter_box form {
        display: block;
        position: relative;
        height: auto;
    }

    .es-form-1 .es-field-wrap.ig-es-form-field {
        width: 100%;
        position: relative;
        height: 100%;
    }

    .subscribe-content {
        margin-bottom: 0px;
    }

    .abt-btns {
        display: block;
    }

    section.our-history-section {
        padding: 50px 0px;
    }

    .mission_detail_wrp {
        width: 100%;
    }

    .mission-services .row {
        gap: 20px;
    }

    .doprocess-step, .Service-item {
        width: 100%;
        padding: 10px;
    }

    .doprocess.counter-wrap {
        padding: 40px 15px;
        height: auto;
    }

    section.Service-deatils-section {
        padding: 30px 0px;
    }

    .sidebar-menu li, .work_category {
        width: 100%;
    }

    .sidebar-menu li a, .work_category {
        padding: 10px 15px;
        font-size: 16px;
    }

    .service-main-content h5 {
        font-size: 18px;
    }

    .service-main-content li {
        width: 100%;
    }

    .gallery_img:nth-child(1), .gallery_img:nth-child(2) {
        width: 100%;
        padding-bottom: 10px;
    }

    .gallery_img img , .gallery_img:nth-child(1) img, .gallery_img:nth-child(2) img {
        height: 220px;
    }

    .gallery_btn {
        text-align: center;
    }

    .thumb.blog-img img {
        height: 270px;
    }

    .inner-banner-section h1 {
        font-size: 24px;
    }

    .breadcrumb, .breadcrumb a {
        font-size: 11px;
    }

    .contact-form-wrap {
        padding: 30px 20px 15px;
    }

    .form-btn input {
        padding: 0px 20px;
        height: 62px;
        width: 100%;
    }

    span.wpcf7-spinner {
        position: absolute !important;
        left: 0;
        bottom: -30px;
        right: 0;
        margin: auto;
    }

    .form-btn {
        position: relative;
    }

    .contact-form-area-wrap {
        padding: 40px 0px;
    }

    .map_iframe {
        height: 390px;
        margin-bottom: 0;
    }
    .blog-date {
    font-size: 24px;
}
	.f_content {
    margin-bottom: 20px;
}
	a.b_logo {
    margin-bottom: 15px;
}
    .service-main-content h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .custom-btn {
        padding: 12px 20px;
    }

    h2.maintitle, .service-main-content h2, h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
}
