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

@media only screen and (max-width: 1920px) {
    .home_wrapper .heading {
        font-size: 6rem;
    }
}

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

@media only screen and (max-width: 1200px) {
    .home_wrapper .heading {
        font-size: 5.4rem;
    }

    .cases_contents {
        padding-right: 0;
    }

    .case_content_slide {
        width: 90%;
    }

    .case_studies .case_title {
        left: -150px;
    }

    .cases_images {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 1024px) {

    .contact-page-layout .section1 {
        height: auto;
        padding-top: 100px;
    }

    .about-page-layout .section1 {
        height: 65vh;
    }

    .cs-page-layout .home_wrapper .leftSide {
        height: auto;
    }

    .contact-page-layout .section1 h1 {
        padding-left: 0px;
    }

    .contact-page-layout form {
        right: 44px;
        left: 44%;
    }

    .cs-page-layout .section {
        padding: 0px;
        padding-bottom: 30px;
    }

    .cs-page-layout .services_heading {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 992px) {
    header {
        padding-top: 20px;
    }

    #main-navigation ul {
        padding-left: 20px;
    }

    header .navbar-toggle {
        display: none;
    }

    header .collapse:not(.show) {
        display: flex;
    }

    .home_wrapper .heading {
        font-size: 3.4rem;
    }

    .home_wrapper .leftSide {
        padding: 150px 4rem 100px;
    }

    .home_wrapper p {
        max-width: 100%;
    }

    #main-navigation ul li {
        margin-right: 30px;
    }

    .case_studies .case_title {
        left: 30px;
        font-size: 6.4rem;
        top: -6.5rem;
    }

    .cases_wrapper {
        display: block;
    }

    .cases_images .container_img {
        width: 100%;
        min-width: 100%;
        height: auto;
        left: 0;
        top: -29px;
    }

    .cases_images>.flex-fixer {
        height: 330px;
        margin: 0;
        margin-left: 200px;
        margin-bottom: 50px;
    }

    .case_content_slide {
        text-align: center;
        padding-top: 60px;
        width: 100%;
    }

    .about-page-layout .section1 h1 {
        font-size: 3.4rem;
    }

    .about-page-layout .section1 img {
        width: 114% !important;
        max-width: 114%;
    }

    .services_list {
        margin-top: 0;
    }

    .services_list ul li {
        position: relative;
    }

    .services_list ul li::before {
        content: '+';
        float: right;
        font-size: 16px;
    }

    .services_list ul li.active::before {
        content: '-';
    }

    .services_list ul li.view-more::before {
        display: none;
    }

    .services_list ul li p {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        top: 12px;
        left: 0;
        font-size: 14px;
        transition: all 0s ease-in-out;
        display: none;
    }

    .red_block {
        padding: 50px 0;
        text-align: center;
    }

    .red_block .inner-box {
        margin-bottom: 40px;
    }

    .fb75 {
        -o-flex-basis: 60%;
        -ms-flex-basis: 60%;
        flex-basis: 60%;
        max-width: 60%;
        width: 60%;
    }

    .fb25 {
        -o-flex-basis: 40%;
        -ms-flex-basis: 40%;
        flex-basis: 40%;
        max-width: 40%;
        width: 40%;
    }

    .services-page-layout .section2 {
        text-align: center;
        padding-bottom: 0;
    }

    footer #footer_navigation ul.sub_menu li::before {
        display: none;
    }

    .about-page-layout .section2 {
        text-align: center;
    }

    .about-page-layout .section2 img {
        margin-top: 20px;
    }

    .contact-page-layout .section1 h1 {
        text-align: center;
    }

    .contact-page-layout form {
        text-align: left;
        position: relative;
        right: 0;
        left: 0;
        background-color: #fff;
        padding: 30px;
        border-radius: 20px;
        margin: auto;
        box-shadow: 0px 0px 20px rgb(0 31 140 / 15%);
        width: 100%;
        margin-top: 30px;
    }


    .services-page-layout .section1 .headings {
        justify-content: center;
    }

    .services-page-layout .section1 h1 {
        text-align: center;
        margin: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    header {
        padding: 0;
        background: #fff;
        height: initial;
    }

    header .navbar-toggle {
        display: block;
    }

    header .collapse:not(.show) {
        display: none;
    }

    header button.navbar-toggle {
        background: transparent;
        border: 0;
        font-size: 24px;
        padding: 0;
        margin: 0;
    }

    #main-navigation ul {
        position: absolute;
        margin: 0;
        padding: 0 !important;
        width: 100%;
        left: 0;
        background: #fabdbf;
        top: 60px;
    }

    #main-navigation ul li {
        margin: 0;
        border-bottom: 1px solid #f68f93;
        width: 100%;
        text-align: center;
        padding: 16px 10px;
    }

    #main-navigation ul li a {
        color: #000;
        font-size: 16px;
    }

    #logo,
    #logo a {
        text-align: right;
        width: fit-content;
        margin-left: auto;
        padding-right: 8px;
    }

    .home_wrapper .heading {
        font-size: 3rem;
        text-align: center;
        margin-bottom: 20px;
    }

    .home_wrapper p {
        text-align: center;
        margin-bottom: 20px;
    }

    .cta_btn_group {
        flex-direction: row;
        gap: 20px;
        justify-content: center;
    }

    .home_wrapper .cta_btn,
    .home_wrapper .ctn_btn {
        width: fit-content;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .services-page-layout .section1 {
        text-align: center;
    }

    .services-page-layout .section1 h1 {
        font-size: 3.4rem;
    }

    .services-page-layout .section2 {
        text-align: center;
        padding-bottom: 0;
    }

    .home-page-layout .case_studies {
        margin-top: 160px;
    }

    .case_studies .case_title {
        font-size: 7rem;
        text-wrap: auto;
        line-height: 6.2rem;
        left: 0;
        top: -10rem;
    }

    .case_studies .cases_showcase {
        margin: 50px 0 20px;
    }

    .cases_images {
        width: 100%;
        min-width: auto;
        margin-right: 0;
        justify-content: center;
    }

    .cases_images .container_img {
        width: 100%;
        min-width: 100%;
        height: auto;
        left: 0;
        top: -29px;
    }

    .cases_images>.flex-fixer {
        height: 280px;
        margin: 0;
        margin-left: 200px;
        margin-bottom: 50px;
    }

    .case_image_slide {
        background-size: 75% !important;
    }

    .case_content_slide {
        text-align: center;
        padding-top: 60px;
    }

    .case_content_slide h4 {
        font-size: 26px;
    }

    .red_block .inner-box {
        margin-bottom: 40px;
    }

    .red_block {
        padding: 50px 0;
        text-align: center;
    }

    .about-page-layout .section1 h1 {
        font-size: 2.4rem;
    }

    footer {
        background: var(--secondary);
    }

    footer .inner_container,
    footer .inner_container_bottom {
        display: flex;
        flex-direction: column;
    }

    .fb75,
    .fb25 {
        -o-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    footer .bottom_claim,
    footer .branding {
        height: auto;
        margin-bottom: 30px;
    }

    footer .inner_container,
    footer .inner_container_bottom {
        display: flex;
        flex-direction: column;
    }

    footer .blue_background,
    footer .white_background {
        padding: 50px 6vw 50px;
        background: var(--secondary);
    }

    footer .bottom_claim h4 {
        font-size: 36px;
    }

    footer nav .sub_menu {
        padding-bottom: 0;
    }

    footer #footer_navigation ul.sub_menu li {
        width: 100%;
    }

    footer #footer_navigation ul.sub_menu li::before {
        display: none;
    }

    footer .inner_container_bottom>div {
        padding: 0 6vw;
    }

    #footer_navigation_explore>nav {
        margin-bottom: 30px;
    }

    footer .white_background {
        order: 1;
        padding-bottom: 0;
    }

    footer .blue_background {
        order: 2;
        padding-bottom: 20px;
    }

    #back_to_top {
        position: fixed;
        bottom: 90px;
        right: 34px;
        height: auto;
        z-index: 99;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    footer .white_background .widget_title,
    footer .white_background a {
        color: #fff;
    }

    footer nav .second_level>a,
    footer .white_background ul li a {
        color: #fff;
    }

    footer .white_background .widget_title {
        margin-bottom: 20px;
    }

    footer .company_details li a svg path,
    footer .white_background ul.social_links svg {
        fill: #fff;
    }

    footer nav#footer_navigation>ul>li {
        margin-bottom: 20px;
    }

    footer .legal_links p,
    footer .legal_links a {
        font-size: 13px;
    }

    footer .legal_links a {
        margin-top: 10px;
    }

    section {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 576px) {
    :root {
        --fs-heading: 34px;
    }

    .home_wrapper .heading {
        text-align: center;
        margin-bottom: 20px;
    }

    .home_wrapper p {
        text-align: center;
        margin-bottom: 20px;
    }

    .cta_btn_group {
        flex-direction: column;
        gap: 0;
    }

    .home_wrapper .cta_btn,
    .home_wrapper .ctn_btn {
        width: 100%;
        display: block;
        text-align: center;
    }

    .hero_headings {
        padding-top: 30px;
    }

    .cases_images>.flex-fixer {
        height: 190px;
        margin: 0;
        margin-left: 144px;
        margin-bottom: 50px;
    }

    .services-page-layout .section2 {
        padding-bottom: 50px;
    }

    .services-page-layout .section1 {
        padding-bottom: 50px;
    }

    .services-page-layout .section1 h1 {
        font-size: 3rem;

    }

    .contact-page-layout .section1 h1 {
        font-size: 3rem;
    }

    .about-page-layout .section1 {
        height: 40vh;
        margin-top: 100px;
    }

    .about-page-layout .section1 h1 {
        font-size: 2.4rem;
    }

    .case_studies .case_title {
        font-size: 5rem;
        text-wrap: auto;
        line-height: 5rem;
        left: 0;
        top: -8rem;
    }

    .contact-page-layout form .actions {
        text-align: center;
    }

    footer .white_background ul.social_links img,
    footer .white_background ul.social_links svg {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 480px) {

    .home_wrapper .leftSide {
        padding: 100px 30px 50px;
    }

    .home_wrapper .heading {
        font-size: 36px;
        text-align: center;
        margin-bottom: 20px;
    }

    .home_wrapper .d-flex {
        display: block !important;
    }

    .home_wrapper .cta_btn,
    .home_wrapper .ctn_btn {
        width: 100%;
        display: block;
        text-align: center;
    }

    .home_wrapper p {
        text-align: center;
        margin-bottom: 20px;
    }

    .about-page-layout .section1 {
        height: 30vh;
        margin-top: 120px;
    }

    .about-page-layout .section1 h1 {
        font-size: 1.7rem;
    }

    .about-page-layout .mission_box {
        padding-top: 50px;
    }

    .services_section {
        padding: 50px 6px;
    }

    .services_section h3 {
        font-size: 36px;
        text-align: left;
    }

    .red_block .px-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .red_block h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    /* .cases_images .container_img {
        width: 110%;
        min-width: 110%;
        height: auto;
        left: -20px;
        top: -14px;
    } */

    .cases_images>.flex-fixer {
        height: 140px;
        margin: 0;
        margin-left: 113px;
        margin-bottom: 20px;
    }

    .join_us {
        padding: 30px 0 50px;
        text-align: center;
    }

    .join_us img {
        margin-top: 30px;
    }

    .services-page-layout .section1 {
        min-height: auto;
    }
}

@media (max-device-width:321px) {}