@font-face {
    font-family: 'Oswald-Regular';
    src: url('./font/Oswald-Regular.ttf');
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('./font/Proxima-Nova-Regular.ttf');
}

html {
    scroll-behavior: smooth;
    zoom: 100%;
    height: 100%;
}

body {
    height: 100%;
}

img {
    height: 100%;
    width: 100%;
}

/* COMMON CSS START */

.bold {
    font-weight: bold;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.desk {
    display: block;
}

.tab {
    display: none;
}

.mobile {
    display: none;
}


.site_body {
    margin-top: 80px;
}

.site_header {}

.site_container {
    padding: 55px 8%;
}

.site_black_bg {
    background-color: #000;
}

.site-label {
    font-family: "MCSaatchi-Book";
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-size: 10px;
    position: fixed;
    top: 52%;
    right: 3%;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -ms-transform: rotate(90deg) translateX(50%);
    transform: rotate(90deg) translateX(50%);
    mix-blend-mode: difference;
    z-index: 50;
    white-space: nowrap;
    animation: page-label-intro 700ms ease 300ms backwards;
    color: #ffffff;
}

#down-arrow img {
    width: 40px;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 1s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}


@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

#down-arrow {
    position: relative;
    animation: bounce 2s infinite;
    padding-bottom: 20px;
    display: block;
    z-index: 2;
}


.scroll-text h2 {
    font-size: 100px;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 90px;
}

.blue {
    color: #0a2d46;
}

.white {
    color: #fff !important;
}

.orange {
    color: #f05023;
}

.black {
    color: #000 !important;
}

.bg-orange {
    background-color: #f05023;
}

.scroll-from-left {
    transform: translateX(-80px);
    opacity: 0;
    transition: all 0.5s ease;
}

.icon-img {
    height: 24px;
    width: 24px;
}

.scroll-from-right {
    transform: translateX(80px);
    opacity: 0;
    transition: all 0.5s ease;
}

.scroll-from-left.active {
    transform: translateX(0px);
    opacity: 1;
}

.scroll-from-right.active {
    transform: translateX(0px);
    opacity: 1;
}

.text-end {
    text-align: end;
}

.text-start {
    text-align: start !important;

}

.top0 {
    top: 0px !important;
}

.horizontal-image-scroll {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    height: 280px;
}

@media (min-width: 768px) {
    .horizontal-image-scroll {
        padding: 30px 0;
    }
}

@media (min-width: 1000px) {
    .horizontal-image-scroll {
        padding: 20px 0;
        height: 860px;
        height: 720px;
    }
}


.horizontal-image-scroll-images {
    position: absolute;
    white-space: nowrap;
    z-index: 100;
}

.horizontal-image-scroll-images[data-line-scroll-direction="right"] {
    right: 0;
}

.horizontal-image-scroll-images[data-line-scroll-direction="left"] {
    left: 0;
}

.horizontal-image-scroll-images:nth-child(1) {
    top: 0%;
    align-items: flex-end;
    display: flex;
}

.horizontal-image-scroll-images:nth-child(2) {
    display: none;
    top: 55%;
    align-items: flex-start;
}

@media (min-width: 1000px) {
    .horizontal-image-scroll-images:nth-child(2) {
        top: 400px;
        display: flex;
    }
}

.horizontal-image-scroll-images__image {
    padding: 0 1em;
    display: inline-block;
}

.horizontal-image-scroll-images__image img {
    max-height: 186px;
    max-width: 200px;
}

@media (min-width: 600px) {
    .horizontal-image-scroll-images__image img {
        max-height: 286px;
        max-width: 300px;
    }
}


.block_img {
    width: 40%;
    height: 400px;
    position: absolute;
    overflow: hidden;
    margin-left: 5%;
}

.block_img img {
    position: absolute;
    height: 120%;
    width: 120%;
    top: -10%;
    left: 0;
    object-fit: cover;
}

.block_text {
    z-index: 1;
    /* margin-left: 30%;
    margin-top: 40%; */
}

.block_text_single {
    margin-top: 10% !important;
    margin-left: 5% !important;
    width: 60%;
}

.block_text_single_right {
    margin-top: 5% !important;
    margin-left: 35% !important;
    width: 60%;
}

.block_text h2 {
    font-size: 60px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 60px;
    
}

.block_text h1 {
    font-size: 90px;
    color: #f05023;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 90px;
}

.block_text p {
    font-size: 20px;
    color: #fff;
    font-family: 'ProximaNovaRegular';

}

.block_btn {
    height: 58px;
    border: none;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Oswald-Regular';
    padding: 8px 35px;
    border-radius: 0px;
    position: relative;
    z-index: 1;
   
  
}

.block_btn_black {
    background-color: #000;
    color: #fff;
}

.block_btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
    transition: all 150ms ease;
    top: 11px;
    left: 11px;
}

.block_btn_black:before {
    border-color: #000;
}

.block_btn:hover:before {
    top: 15px;
    left: 15px
}

.block_btn_container {
    margin-top: 50px;
}

.scroll-reveal {
    opacity: 0;
    transition: all 1s ease;
}

.scroll-reveal.active {
    opacity: 1;
}
.content_section{

}

.content_section p{
    font-size: 20px;
    color: #000;
    font-family: "Oswald-Regular";
}
.content_section h5{
    font-size: 28px;
    color: #000;
    font-family: 'Oswald-Regular';
    text-transform: uppercase;
}

@media(max-width:976px) {
    .block_text h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .block_text h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .scroll-text h2 {
        font-size: 80px;
        line-height: 70px;
    }
}

@media(max-width:767px) {
    .block_text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .block_text h1 {
        font-size: 70px;
        line-height: 60px;
    }

    .site_body {
        margin-top: 70px;
    }

    .site_container {
        padding: 40px 8%;
    }

    .desk {
        display: none;
    }

    .tab {
        display: block;
    }

    .mobile {
        display: none;
    }

    .scroll-text h2 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media(max-width:576px) {
    .block_text h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .block_text h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .block_text p {
        font-size: 16px;
    }

    .block_btn {
        font-size: 18px;
        height: 44px;
        padding: 8px 20px;
    }

    .site_container {
        padding: 40px 8%;
    }

    .desk {
        display: none;
    }

    .tab {
        display: none;
    }

    .mobile {
        display: block;
    }

    .scroll-text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .block_text_single {
        width: 90%;
    }

    .block_text_single_right {
        margin-left: 5% !important;
        width: 90%;
    }

    .site-label {
        display: none;
    }

    .scroll-from-left {
        transform: translateX(-30px);
        opacity: 0;
        transition: all 0.5s ease;
    }

    .scroll-from-right {
        transform: translateX(30px);
        opacity: 0;
        transition: all 0.5s ease;
    }

    .block_img {
        width: 80%;
        position: relative;
        height: 180px;
        margin-left: 0%;
    }

    .block_text {
        /* margin-left: 10%;
        margin-top: 10px; */
    }
}

/* COMMON CSS END */


/* Navbar Css Start */
.site_navbar {
    height: 80px;
    background-color: #000 !important;
}




.navbar-brand img {
    width: 100px;
    mix-blend-mode: difference;
}

.nav-link {
    font-family: "Oswald-Regular";
    font-size: 20px;
    color: #fff !important;
}

.nav-link.active {
    opacity: 0.6;
}

.nav-link:hover {
    opacity: 0.6;
}

.site_navbar:hover .nav-link {
    color: #000 !important;
}

.nav-left {
    width: 80%;
}

.nav-right {
    width: 20%;
}

.nav-item-contact {
    background-color: transparent;
    border: 2px solid #f05023;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 120px;
}

.nav-item-contact .nav-link {
    color: #fff !important;
}

@media(min-width:991px) {
    .site_navbar:hover {
        background-color: #fff !important;
    }

    .menu_btn {
        display: none;
    }

    .mobile_enquire {
        display: none;
    }
}

@media(max-width:991px) {

    .site_navbar {
        height: 70px;
    }

    .site_body {
        margin-top: 70px;
    }

}

@media(max-width:767px) {
    /* .navbar-brand img {
        width: 50px;
    } */
}

@media(max-width:576px) {}

/* Navbar Css End */

/************************************ HOME CSS START ******************************************/

.banner_section h1 {
    font-size: 110px;
    color: #f05023;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 110px;
  
}

.banner_section h2 {
    font-size: 60px;
    color: #ffffff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    background-image: linear-gradient(145deg, #f05023, #00cef7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  
}

.services_block {
    /* padding: 100px 0px; */
}

.services_text {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.services_text h2 {
    font-size: 70px;
    color: #ffffff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 70px;
    text-align: center;
}

.services_item_list {}

.services_item {
    padding: 40px;
    display: flex;
    background-color: #101010;
    box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
    margin: 12.5px 0px;
    height: 100%;
}
.services_item:hover{
    background-image: linear-gradient(145deg, #f05023, #fb9f85);
    transform: translateY(-5px);
}
.services_item_icon img{
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.services_item_text{
    
}
.services_item_text h3{
    font-size: 28px;
    color: #ffffff;
    font-family: "Oswald-Regular";
    font-weight: bold;
}
.services_item_text p{
    font-size: 16px;
    color: #ffffff;
    font-family: "ProximaNovaRegular";
}

.services_item a {
    display: flex;
    cursor: pointer;
    text-decoration: none;
}

.services_item_head_text {
    font-size: 22px;
    color: #000;
    line-height: 22px;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    width: 90%;
    min-height: 80px;
}

.services_item_list_item {
    padding: 0px;
    list-style: none;
}

.services_item_list_item li {
    font-size: 14px;
    margin-top: 5px;
}

.services_arrow {
    width: 10%;
    height: 24px;
}

.services_item:hover .services_arrow {
    animation: arrow-hover-animation 1s ease;
}

@keyframes arrow-hover-animation {
    0% {
        transform: translate(0px, 0px);
    }

    17% {
        transform: translate(-5px, 5px);
    }

    32% {
        transform: translate(5px, -5px);
    }

    47% {
        transform: translate(0px, 0px);
    }
}


.client_block {
    /* padding: 100px 0px; */
}

.block_head {
    padding: 50px 0px;
    text-align: center;
}

.block_head h2 {
    font-size: 90px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 110px;
}

.block_head p {
    font-size: 20px;
    color: #000;
    /* font-family: "Oswald-Regular"; */
}

.client_item {
    width: 20%;
    text-align: center;
    padding: 0px 25px;
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;
    height: 200px;
}

.client_item:hover {
    background-color: #f2f2f2;
}

.client_item_img {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.client_item img {}

.bb-0 {
    border-bottom: 0 !important;
}

.br-0 {
    border-right: 0 !important;
}

.awards_block,
.partners_block {
    background-color: #e9eff3;
}

.case_study_block_head {
    text-align: left;
}

.case_study_block_head h2 {
    color: #fff;
}

.case_study_block_head p {
    color: #fff;
    font-family: 'ProximaNovaRegular';
}

.case_study_item {
    cursor: pointer;
    margin-top: 25px;
    /* background-color: #101010;
    box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1); */
}

.case_study_item_img {
    height: 200px;
}

.case_study_item h4 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    min-height: 2em;
    margin-bottom: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case_study_item_footer {
    display: flex;
}

.case_study_item_date {
    width: 70%;
    font-size: 20px;
    color: #fff;
}

.case_study_item_arrow {
    width: 30%;
    height: 24px;
    text-align: end;
}

.case_study_item:hover .case_study_item_arrow img {
    animation: arrow-hover-animation 1s ease;
}

.case_study_list a {
    text-decoration: none;
}

.pow_block {
    position: relative;
}

.pow_still_text {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1;
}

.pow_still_text h2 {
    font-size: 100px;
    color: #000;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 90px;
}

.pow_text {
    text-align: center;
}

.pow_text h2 {
    font-size: 280px;
    color: #f05023;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 250px;
    width: fit-content;
    margin: auto;
}

@media(max-width:976px) {
    .banner_section h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .banner_section h2 {
        font-size: 50px;
    }

    .services_text h2 {
        font-size: 90px;
        line-height: 90px;
    }

    .block_head h2 {
        font-size: 90px;
        line-height: 80px;
    }

    .services_item_list {
        margin-top: 50px;
    }
}

@media(max-width:767px) {
    .banner_section h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .banner_section h2 {
        font-size: 40px;
    }

    #down-arrow {
        display: none;
    }

    .services_text h2 {
        font-size: 70px;
        line-height: 70px;
    }

    .services_block {
        padding: 0px;
    }

    .block_head h2 {
        font-size: 70px;
        line-height: 60px;
    }

    .block_head {
        padding: 25px 0px;
        text-align: center;
    }

    .client_item {
        width: 33.3%;
    }

    .case_study_item h4 {
        font-size: 28px;
        min-height: 3em;
        overflow: hidden;
    }

    .pow_text h2 {
        font-size: 180px;
        line-height: 160px;
    }

    .pow_still_text h2 {
        font-size: 70px;
        line-height: 70px;
    }

}

@media(max-width:576px) {
    .banner_section h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .banner_section h2 {
        font-size: 30px;
    }

    #down-arrow {
        display: none;
    }

    .services_text h2 {
        font-size: 55px;
        line-height: 55px;
    }

    .services_item span {
        font-size: 16px;
        line-height: 16px;
    }

    .services_arrow {
        height: 16px;
        margin-top: 16px;
    }

    .block_head h2 {
        font-size: 55px;
        line-height: 50px;
    }

    .block_head p {
        font-size: 16px;
    }

    .client_item {
        width: 50%;
    }

    .case_study_item h4 {
        font-size: 20px;
        min-height: 3em;
        overflow: hidden;
    }

    .pow_text h2 {
        font-size: 90px;
        line-height: 80px;
    }

    .pow_still_text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .services_item_list {
        margin-top: 25px;
    }

    .services_item {
        
    }

    .services_arrow {
        margin-top: 0px;
    }

    .services_item_head_text {
        min-height: 30px;
    }

    .services_item_list_item li {
        font-size: 16px;
    }
}

/**************************************** HOME CSS END  **********************************/

/* FOOTER CSS START */
.footer_section {
    position: relative;
    overflow: hidden;
}

.rotating-strapline {
    position: absolute;
    top: 10%;
    right: -65%;
    width: 130%;
    opacity: 0.15;
    animation: rotation 20s infinite linear;
}

@media (min-width: 768px) {
    .rotating-strapline {
        top: 0;
        right: -15%;
        width: 90%;
    }
}

@media (min-width: 1000px) {
    .rotating-strapline {
        right: -5%;
        width: 70%;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
    }
}

.footer_btn_container {}

.footer_btn {
    height: 58px;
    border: none;
    background-color: #f05023;
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Oswald-Regular';
    padding: 8px 35px;
    border-radius: 0px;
    position: relative;
    z-index: 1;
}

.footer_social_links_list {
    display: flex;
    padding: 0px;
    margin-top: 25px;
    list-style: none;
}

.footer_social_links_list li {
    height: 40px;
    /* width: 40px; */
    margin: 5px;
}

.footer_links_list {}

.footer_links_list h4 {
    font-size: 24px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
}

.footer_links_list ul {
    padding: 0px;
    list-style: none;
}

.footer_links_list li a {
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.footer_logo_container img{
    width: 180px;
}
.footer_block1 p{
    font-size: 16px;
    color: #fff;
    font-family: "Oswald-Regular";
    margin: 10px 0px;
    width: 90%;
}
.footer_block1 h4 a{
    font-size: 24px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-decoration: none;
}
.footer_links{
    padding: 0px;
    display: flex;
    list-style: none;
}
.footer_links li a{
    font-size: 16px;
    color: #fff;
    font-family: "Oswald-Regular";
}
@media(max-width:976px) {}

@media(max-width:767px) {}

@media(max-width:576px) {
    .footer_btn {
        height: 44px;
        padding: 8px 20px;
        font-size: 18px;
    }
}

/* FOOTER CSS END */


/* **************************************** SERVICES PAGE CSS START ******************** */
.services_banner_container {
    position: relative;
    width: 100%;
}

.services_banner_text {
    width: 70%;
}

.services_banner_img {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 300px;
    height: 400px;
}

.services_banner_text h1 {
    font-size: 120px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 120px;
}

.services_banner_text h2 {
    font-size: 60px;
    color: #f05023;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 60px;
}

.services_banner_list {
    padding: 0px;
    list-style: none;
    margin-left: 50%;
    margin-top: -60px;
}

.services_banner_list li {
    font-size: 20px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
}

.services_item_head {}

.services_item_head h2 {
    font-size: 90px;
    color: #000;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 120px;
}

.services_item_body {}

.services_item_body_text {
    margin-top: 50px;
}

.services_item_body_text p {
    font-size: 20px;
    color: #000;
    font-family: "Oswald-Regular";
}

.services_item_body_text ul {
    padding: 0px;
    list-style: none;
}

.services_item_body_text ul li {
    font-size: 16px;
    color: #000;
    font-family: "Oswald-Regular";
    margin-top: 10px;
}

.services_item_body_img {
    margin-top: 50px;
}

@media(max-width:976px) {
    .services_banner_text h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .services_banner_text h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .services_item_head h2 {
        font-size: 70px;
        line-height: 90px;
    }
}

@media(max-width:767px) {
    .services_banner_text h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .services_banner_text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .services_item_head h2 {
        font-size: 50px;
        line-height: 65px;
    }
}

@media(max-width:576px) {
    .services_banner_text h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .services_banner_text h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .services_item_head h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .services_item_body_text {
        margin-top: 25px;
    }

    .services_item_body_text p {
        font-size: 18px;
    }

    .services_item_body_img {
        margin-top: 25px;
    }

    .services_item {
        
    }

    .services_banner_list {
        padding: 0px;
        list-style: none;
        margin-left: 0%;
        margin-top: 50px;
    }

    .services_banner_text {
        z-index: 8;
        margin-top: 15%;
        width: 90%;
    }

    .services_banner_img {
        top: 0px;
    }
}

/* **************************************** SERVICES PAGE CSS END ******************** */

/* *********************************** COMMON PAGE CSS START **************************** */
.page_banner_container {
    position: relative;
    width: 100%;
}

.page_banner_text {
    position: relative;
    width: 80%;
    z-index: 1;
    top: 15%;
}

.page_banner_img {
    position: absolute;
    top: -80px;
    right: 0px;
    width: 370px;
}

.page_banner_img_career {
    top: 15%;
    width: 60%;
}

.page_banner_text h1 {
    font-size: 60px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 60px;
}

.page_banner_text h2 {
    font-size: 42px;
    color: #f05023;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 42px;
}

.page_banner_text p {
    font-size: 20px;
    color: #fff;
    font-family: "Oswald-Regular";
}

.group_section {
    text-align: center;
}

.group_section h2 {
    font-size: 120px;
    color: #000;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 120px;
}

.group_section p {
    font-size: 20px;
    color: #000;
    font-family: "Oswald-Regular";
}

@media(max-width:976px) {
    .page_banner_text h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .page_banner_text h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .group_section h2 {
        font-size: 90px;
        line-height: 90px;
    }
}

@media(max-width:767px) {
    .page_banner_text h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .page_banner_text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .group_section h2 {
        font-size: 70px;
        line-height: 70px;
    }
}

@media(max-width:576px) {
    .page_banner_text h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .page_banner_text h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .page_banner_text {
        width: 90%;
        top: 15%;
    }

    .page_banner_img {
        top: 0px;
        width: 200px;
    }

    .group_section h2 {
        font-size: 55px;
        line-height: 55px;
    }

    .group_section p {
        font-size: 18px;
    }
}

/* *********************************** COMMON PAGE CSS END **************************** */


.dropdown-content {
    position: absolute;
    padding: 25px;
    background-color: #fff;
    display: none;
}

.dropdown-content ul {
    padding: 0px;
    list-style: none;
}

.dropdown-content ul li a {
    color: #000;
    text-decoration: underline #000;
}

.menu_btn {
    height: 40px;
    width: 50px;
}

.site_side_menu {
    position: fixed;
    right: 0;
    width: 0;
    transition: all 1s ease;
    z-index: 1999;
    height: 100vh;
    top: 0px;
    background-color: #fff;
}

.site_side_menu_inner {
    display: none;
}

.site_side_menu.active {
    width: 100%;
}

.site_side_menu.active .site_side_menu_inner {
    display: block;
}

.side_menu_body {
    text-align: center;
    margin-top: 25px;
}

.side_menu_body ul {
    padding: 0px;
    list-style: none;
}

#closeBtn {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.mobile_sub_menu {
    padding: 10px 0px;
}

.mobile_sub_menu li {
    font-size: 14px;
    color: #000;
    font-family: "Oswald-Regular";
    /* text-transform: uppercase; */
}

@media(max-width:976px) {
    .side_menu_body ul li a {
        color: #000 !important;
    }
}

/* ********************************************** */


/* ******************************** RESOURCE PAGE CSS START ************************** */
.resource_gallery {
    margin-top: 50px;
}

.resource_gallery a {
    text-decoration: none;
}

.resource_gallery_item {
    height: 50%;
    position: relative;
    cursor: pointer;
}

.resource_gallery_item:hover {
    opacity: 0.8;
}

.resource_gallery_item:hover .resource_gallery_item_arrow img {
    animation: arrow-hover-animation 1s ease;
}

.resource_gallery_item_main {
    height: 100%;
}

.resource_gallery_item_img {
    margin-bottom: 10px;
}

.resource_gallery_item_main_img {
    height: 50%;
}

.resource_gallery_item_side_img {
    height: 200px;
}

.resource_gallery_item_tag {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.1em;
}

.resource_gallery_item h4 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
}

.resource_gallery_item_main_footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.resource_gallery_item_footer {
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
}

.resource_gallery_item_date {
    flex: 0.9;
}

.resource_gallery_item_date span {
    font-size: 20px;
    color: #fff;
}

.resource_gallery_item_arrow {
    flex: 0.1;
    text-align: end;
}

.resource_gallery_item_arrow img {
    height: 24px;
}

.case_study_numbers {}

.case_study_numbers_item {
    margin-top: 25px;
    text-align: center;
}

.case_study_numbers h2 {
    font-size: 90px;
    color: #f05023;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
}

.case_study_numbers h4 {
    font-size: 40px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
}

.case_study_content {}

.case_study_content h2 {
    font-size: 32px;
    color: #000;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
}

.case_study_content p {
    font-size: 16px;
    color: #000;
    font-family: "ProximaNovaRegular";
}
.case_study_content li {
    font-size: 16px;
    color: #000;
    font-family: "ProximaNovaRegular";
    margin-bottom: 10px;
}



@media(max-width:976px) {
    .case_study_numbers h2 {
        font-size: 70px;
    }

    .case_study_numbers h4 {
        font-size: 40px;
    }
}

@media(max-width:767px) {
    .resource_gallery_item_main {
        height: auto;
    }

    .resource_gallery_item_main_img {
        height: 200px;
    }

    .resource_gallery_item_main_footer {
        position: relative;
    }

    .resource_gallery_item h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .resource_gallery_item_tag {
        font-size: 16px;
    }
}

/* ******************************** RESOURCE PAGE CSS END ************************** */

/* *******************************  CONTACT PAGE CSS START ************************* */
.contact_img {
    padding: 0px 10%;
}

.contact_form {
    padding: 0px 10%;
}

.contact_form_head {}

.contact_form_head h2 {
    font-size: 120px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    line-height: 110px;
}

.contact_form_head p {
    font-size: 20px;
    color: #fff;
    font-family: "ProximaNovaRegular";
}

.contact_label {
    font-size: 14px;
    color: #fff;
    font-family: "ProximaNovaRegular";
    text-transform: uppercase;
}

.contact_input,
.contact_input:focus,
.contact_input:focus-visible {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
}

option {
    color: #000 !important;
}

@media(max-width:976px) {
    .contact_form_head h2 {
        font-size: 90px;
        line-height: 80px;
    }
}

@media(max-width:767px) {
    .contact_img {
        padding: 0px;
        width: 65%;
    }

    .contact_form {
        padding: 10px 0px;
    }

    .contact_form_head h2 {
        font-size: 55px;
        line-height: 55px;
    }
}

/* *******************************  CONTACT PAGE CSS END ************************* */

/* *******************************  CAREERS PAGE CSS END ************************* */
.perks_item {
    margin-top: 25px;
}

.perks_item_img {
    height: 130px;
    width: 130px;
}

.perks_item h4 {
    font-size: 28px;
    color: #000;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    margin: 10px 0px;
}

.perks_item p {
    font-size: 18px;
    color: #000;
    font-family: "Oswald-Regular";
}

.jobs_list_section {
    padding: 60px 0px;
}

.jobs_list_head {
    padding: 25px 8%;
}

.jobs_list_item {
    padding: 0px 8%;
}

.jobs_list_item_header {
    height: 80px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    align-content: center;
    position: relative;
    mix-blend-mode: difference;

}

.jobs_list_item_header h5 {
    font-size: 24px;
    color: #fff;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    mix-blend-mode: difference;
}

.jobs_list_item_arrow {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 0px;
    top: 25px;
    rotate: 90deg;
    transition: all 1s ease;
}

.jobs_list_item_header[aria-expanded="true"] .jobs_list_item_arrow {
    rotate: 0deg;
}

.jobs_list_item:has(> .jobs_list_item_header[aria-expanded="true"]) {
    background-color: #000;
}

.jobs_list_item_content {
    padding: 20px 0px;
}

.jobs_list_item_content .card-body {
    padding: 0px;
}

.jobs_list_item_content p {
    font-size: 20px;
    color: #fff;
    mix-blend-mode: difference;
}

.error-msg{
    color: red;
}

/* *******************************  CAREERS PAGE CSS END ************************* */

