/*!
 * Theme Name:  	AIS Interiors
 * Theme URI:   	https://www.ais-interiors.com/
 * Description: 	Hello Elementor child-theme for AIS Interiors
 * Author:      	Impact Media
 * Author URI:  	http://www.impactmedia.co.uk
 * Version:        	0.1.9
 * License: 		GNU General Public License v2 or later
 * License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:           	wordpress
 * Template: 		hello-elementor
 * Text Domain: 	ais
 */

/* General Vars */
html {
    scroll-behavior: smooth;
}

/* * {
    transition: all ease-in 0.2s;
} */

body {
    background-color: var(--e-global-color-primary);
    font-family: "Roboto", Sans-serif;
}

body.day--activated {
    --e-global-color-primary: #fff;
    --e-global-color-secondary: #001930;
    background: #F7F5F2;
}

.nav-open {
    height: 100%;
    overflow: hidden;
}

.nav-open:after {
    content: "";
    opacity: 0.5;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

body .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current,
body .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current a {
    color: var(--e-global-color-secondary);
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title{
    background-color: black !important;
    position: relative !important;
    overflow: hidden !important;
}

.day--activated .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title{
    background-color: #F7F5F2 !important;
}

.site-main.type-page {
    color: #fff;
}

.site-main.post-25 p {
    margin-bottom: 25px;
}

i.icon:before {
    font-family: "ais";
}

.icon-menu-arrow:before {
    content: '\e808';
    font-size: 7px;
    width: 100%;
}

.icon-right-arrow {
    font-size: 20px;
}

.container-box {
    padding-right: 65px;
    padding-left: 65px;
}

.motif-background {
    background-size: 100% auto;
}

[data-elementor-type="header"] .top-header {
    display: flex;
    align-items: center;
    min-height: 120px;
}

.home [data-elementor-type="header"] .top-header {
    background: #000 !important;
}

.day--activated.home [data-elementor-type="header"] .top-header {
    background: #F7F5F2 !important;
}

.day--activated .creamy-bg {
    background: #F7F5F2 !important;
}

.elementor-widget-n-menu .e-n-menu-title.e-current,
.elementor-widget-n-menu .e-n-menu-title.e-current a {
    color: #fff;
}

.day--activated .elementor-widget-n-menu .e-n-menu-title.e-current,
.day--activated .elementor-widget-n-menu .e-n-menu-title.e-current a {
    color: #001930;
}

.icon-white-arrow {
    margin: 0 !important;
}

.icon-white-arrow:before {
    font-size: 22px !important;
    font-weight: bold !important;
}

body.day--activated .dark-logo {
    display: none;
}

body:not(.day--activated) .day-logo {
    display: none;
}


body.day--activated .elementor-7601 .elementor-element.elementor-element-a503cf8 .elementor-icon-list-text,
body.day--activated .elementor-7601 .elementor-element.elementor-element-3e50d62 .elementor-icon-list-text,
body.day--activated .elementor-7601 .elementor-element.elementor-element-526f74c .elementor-icon-list-text,
body.day--activated .elementor-7601 .elementor-element.elementor-element-8b0dffd .elementor-icon-list-text,
body.day--activated .elementor-7601 .elementor-element.elementor-element-44a3e85 .elementor-icon-list-text,
body.day--activated .elementor-7601 .elementor-element.elementor-element-5399ab3 .elementor-icon-list-text {
    color: #000 !important;
    text-shadow: none !important;
}


.breadcrumb ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.breadcrumb ul li {
    display: flex;
    align-items: center;
    margin-right: 5px;
    color: #F6F2F2;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

.day--activated .breadcrumb ul li {
    color: #757575;
}

.breadcrumb ul li a {
    color: #9A9A9A;
    text-decoration: none;
}

.day--activated .breadcrumb ul li a {
    color: #B6B6B6;
}

.breadcrumb ul li:not(:first-child):before {
    content: "/";
    display: flex;
    margin-right: 5px;
}

a {
    color: var(--e-global-color-secondary);
}

.logo .elementor-widget-image a img[src$=".svg"] {
    width: 100%;
}

body .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content {
    top: 120px;
    left: 0;
}

body .elementor-widget-n-menu .e-n-menu-content {
    position: fixed;
    max-width: 100%;
}

.elementor-widget-n-menu .e-n-menu-item-title .e-n-menu-item-icon span i {
    color: var(--e-global-color-secondary);
}

.slider-box:not(.swiper-initialized) .swiper-controls {
    display: none;
}

.swiper-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px 0;
}

.swiper-controls.no-padding {
    padding: 25px 0 0;
}

.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
    position: static;
    top: unset;
    right: unset;
    left: unset;
    height: auto;
    margin: 0;
}

.swiper-controls .swiper-pagination-horizontal {
    position: static;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: var(--e-global-color-secondary);
}

.swiper-controls .swiper-button-prev {}

.swiper-controls .swiper-button-next {}

.swiper-controls .swiper-button-next:after,
.swiper-controls .swiper-button-prev:after {
    color: var(--e-global-color-secondary);
    font-size: 25px;
}

.pagination {
    display: flex;
    grid-column: 1/3;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    grid-column-gap: 10px;
}


.seemore-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 46px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary) !important;
    border: 3px solid var(--e-global-color-secondary);
    border-radius: 120px;
}

/* Header */

body .elementor-7601 .elementor-element.elementor-element-c44fd39 > .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-title {
    line-height: 104px;
    --n-menu-title-line-height: normal;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    white-space: nowrap;
}

.search-box-wrapper {
    position: absolute;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
    max-height: 0;
    background-color: #000000 !important;
    background: #000 url('images/search-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .4s ease;
    opacity: 0;
    overflow: hidden;
}

.day--activated .search-box-wrapper {
    background-color: #F7F5F2 !important;
    background: #F7F5F2 url('images/menu-light.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.search-box-wrapper.active {
    top: 120px;
    z-index: 9999;
    max-height: 100%;
    overflow: visible;
    opacity: 1;
}

.search-box-wrapper .elementor-search-form button {
    background-color: var(--e-global-color-primary ) !important;
}

.day--activated .search-box-wrapper .elementor-search-form button {
    background-color: #001930 !important;
}

/* .darkmode-toggle {
    display: none !important
} */

.switch-mode {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.mode-slot {
    position: relative;
    width: 58px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid #666;
    background: #222;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.30) inset;
    transition: background-color 250ms;
    cursor: pointer;
}

.switch-mode:checked~.mode-slot {
    border: 1px solid #AAA;
    background: #EEE;
}

.mode-button {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(29px, 2px);
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--e-global-color-secondary);
    transition: background-color 250ms, border-color 250ms, transform 500ms cubic-bezier(.26, 2, .46, .71);
}

.mode-button:before {
    content: "\E802";
    font-family: "ais";
}

.switch-mode:checked~.mode-slot .mode-button {
    background: #001930;
    transform: translate(3px, 2px);
}

.switch-mode:checked~.mode-slot .mode-button:before {
    content: "\E801";
    color: #fff;
}


.darkmode-background {
    background: transparent !important;
}

.elementor-button-text {
    flex-grow: unset;
}

.home #content .page-content {
    margin-top: -120px;
}

.home-experts-section {
    position: relative;
    overflow: visible;
}

.home-experts-text {
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: 100vh;
}

.day--activated .video-banner {
    background-color: var(--e-global-color-primary) !important;
}

.infinite-wrap {}

.infinite-wrap .elementor-widget-container {
    position: relative;
    overflow: visible;
}

.infinite-scroll:before {
    display: flex;
    content: "";
    position: sticky;
    top: -2px;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0.01) 100%);
    width: 100%;
    height: 120px;
    margin-bottom: -120px;
    z-index: 810;
}

/* body.home .infinite-scroll:before,
body.home .infinite-scroll:after {
    display: none;
} */

.day--activated .infinite-scroll:before {
    background: linear-gradient(180deg, #F7F5F2 0%, rgba(247, 245, 242, 0.00) 100%);
}

.infinite-scroll:after {
    display: flex;
    content: "";
    position: sticky;
    bottom: -2px;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 120px;
    margin-top: -120px;
    z-index: 810;
}

.day--activated .infinite-scroll:after {
    background: linear-gradient(180deg, rgba(247, 245, 242, 0.00) 0%, rgba(247, 245, 242, 1) 100%);
}

.infinite-scroll .elementor-widget-container {
    overflow: visible;
}

.infinite-wrap .elementor-widget-container::-webkit-scrollbar {
    display: none;
}

.infinite-wrap .elementor-widget-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.video-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
}

.video-wrapper.home-video-wrapper {
    overflow: visible !important;
    height: auto;
    cursor: pointer;
}


.home-video-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.home-video-wrapper .elementor-widget-text-editor {
    z-index: 810;
}

.home-video-wrapper .elementor-background-video-container {
    position: sticky;
    top: 0 !important;
    height: 100vh !important;
    margin-left: -25px;
    width: 100vw !important;
}

.home-video-wrapper .elementor-background-video-container video {
    height: 100vh !important;
    width: 100% !important;
}

.video-wrapper.top-view {
    overflow: auto;
}

.video-wrapper::-webkit-scrollbar {
    display: none;
}

.home-video-wrapper .elementor-button {
    position: relative;
    z-index: 9999;
}

.home-scroll-text {
    background-size: 100% 100% !important;
}


h2.note {
    color: var(--e-global-color-secondary);
    white-space: nowrap;
}

.project-item {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 65px;
    height: 100vh;
}

.project-item:nth-child(1) {
    display: flex;
}

.project-item:before {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.project-item h4 {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    z-index: 810;
    margin: 0;
}

.day--activated .project-item h4 {
    color: var(--e-global-color-primary);
}

.project-item h3 {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    margin: 15px 0;
    color: var(--e-global-color-secondary);
    z-index: 810;
}

.day--activated .project-item h3 {
    color: var(--e-global-color-primary);
}


.project-item .para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 600px;
    color: var(--e-global-color-secondary);
    z-index: 810;
}

.day--activated .project-item .para {
    color: var(--e-global-color-primary);
}

.project-item .read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    color: var(--e-global-color-secondary);
    background: transparent;
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 74px;
    margin-top: 80px;
    padding: 9px;
    z-index: 810;
}

.day--activated .project-item .read-more {
    color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
}

.projects-casestudy--featured {
    position: relative;
    z-index: 1;
}
.projects-casestudy--nav {
    position: relative;
    z-index: 2;
	padding: 0 65px;
	margin-top: -114px;
	overflow: visible;
}
@media (max-width: 767px) {
    .projects-casestudy--nav {
        padding: 0 24px;
    }
}
.casestudy-swiper {
	max-width: 1330px; /* 1245px 1315px */
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
.casestudy-swiper .casestudy-wrapper-thumb {
    padding: 0 35px;
}
.casestudy-swiper .swiper-controls {
    padding: 0;
}
@media (max-width: 767px) {
    .casestudy-swiper .casestudy-wrapper-thumb {
        padding: 0;
    }
    .casestudy-swiper .swiper-controls {
        padding: 24px 0 0;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .casestudy-swiper .swiper-controls .swiper-button-prev,
    .casestudy-swiper .swiper-controls .swiper-button-next {
        position: relative;
        bottom: 0;
        padding: 0;
    }
    .casestudy-swiper .swiper-controls .swiper-button-prev {
        left: auto;
    }
    .casestudy-swiper .swiper-controls .swiper-button-next {
        right: auto;
    }
}
.casestudy-swiper .swiper-button-prev,
.casestudy-swiper .swiper-button-next {
    position: absolute;
    bottom: 62px;
	padding: 0;
    color: var(--e-global-color-secondary);
}
.casestudy-swiper .swiper-button-prev {
    left: 0;
}
.casestudy-swiper .swiper-button-next {
    right: 0;
}
.day--activated .casestudy-swiper .swiper-button-prev::after,
.day--activated .casestudy-swiper .swiper-button-next::after {
    color: var(--e-global-color-secondary);
}
.casestudy-swiper .swiper-button-prev:hover,
.casestudy-swiper .swiper-button-prev:active,
.casestudy-swiper .swiper-button-prev:focus,
.casestudy-swiper .swiper-button-next:hover,
.casestudy-swiper .swiper-button-next:active,
.casestudy-swiper .swiper-button-next:focus {
    background-color: transparent;
}
.casestudy-swiper .swiper-button-prev.swiper-button-disabled,
.casestudy-swiper .swiper-button-next.swiper-button-disabled {
    pointer-events: auto;
}

.casestudy-wrapper .swiper-slide a,
.casestudy-wrapper .swiper-slide .swiper-slide--item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 228px;
    padding: 20px;
    color: var(--e-global-color-secondary);
}

.day--activated .casestudy-wrapper .swiper-slide a,
.day--activated .casestudy-wrapper .swiper-slide .swiper-slide--item {
    color: var(--e-global-color-primary);
}

.casestudy-wrapper .swiper-slide a:after,
.casestudy-wrapper .swiper-slide .swiper-slide--item:after {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #151515 0.05%, rgba(0, 0, 0, 0.00) 75.96%);
    z-index: 0;
}

.casestudy-wrapper-thumb h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 21.09px;
    text-transform: uppercase;
    margin: 0 0 10px;
    z-index: 810;
}

.casestudy-wrapper-thumb h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    margin: 0;
    z-index: 810;
}

.casestudy-wrapper-thumb .para {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    transition: 0.6s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    z-index: 810;
}

.casestudy-wrapper-thumb .swiper-slide:hover .para {
    max-height: 100%;
    overflow: visible;
    opacity: 1;
}

.our-vision-text .elementor-widget-container {
    position: relative;
}

.our-vision-text h3 .word {
    display: inline-block;
}

.our-vision-text h3 span {
    opacity: 0;
}
.home-scroll-text.in-view .our-vision-text h3 span {
    -webkit-animation: fadeInDown 0.2s;
    animation: fadeInDown 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}
.our-vision-text h3 {
    position: sticky;
    top: 15%;
    margin: 0;
}

.our-vision-text h3:before {
    content: "";
    display: flex;
    background: url("images/home-quote.svg");
    background-repeat: no-repeat;
    width: 92px;
    height: 93px;
    margin: 0 auto 90px;
}

.day--activated .our-vision-text h3:before {
    background: url("images/day-home-quote.svg");
}

.trending-topics-wrapper {
    transition: none !important;
}

.trending-topics {
    display: flex;
    height: 100%;
}

.trending-topics:before {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.trending-topics-wrapper {
	margin-bottom: 80px;
}
.elementor-widget-post-trending-loop-widget {
    width: 100%;
}
.elementor-widget-post-trending-loop-widget::before {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.trendingtopics-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.trending-topics::before {
    display: none;
}
.trending-topics .trending-category,
.trending-topics .trending-title,
.trending-topics .show-up {
    position: relative;
    z-index: 1;
}
.trendingtopics-swiper .swiper-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.trendingtopics-swiper .swiper-pagination {
    flex: 0 0 100%;
}
.trendingtopics-swiper .swiper-button {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
}
@media (max-width: 767px) {
    .trendingtopics-swiper .swiper-controls {
        bottom: -55px;
    }
    .trendingtopics-swiper .swiper-button {
        justify-content: space-between;
        padding: 0 24px;
        width: 100%;
        z-index: 2;
        position: relative;
    }
    .trendingtopics-swiper .swiper-pagination {
        margin-top: -16px;
        position: relative;
        z-index: 1;
    }
}
.trendingtopics-swiper .swiper-button-prev,
.trendingtopics-swiper .swiper-button-next {
    position: relative;
	padding: 0;
    z-index: 1;
    color: var(--e-global-color-secondary);
}
.trendingtopics-swiper .swiper-button-prev::after,
.trendingtopics-swiper .swiper-button-next::after {
    color: var(--e-global-color-secondary);
}

.trending-topics .trending-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 25%;
    height: 100%;
    padding: 40px 55px 40px 20px;
    z-index: 810;
    cursor: pointer;
    overflow: hidden;
    color: var(--e-global-color-secondary);
}

.day--activated .trending-topics .trending-item {
    color: var(--e-global-color-primary);
}

.trending-item:hover:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: bottom 0.8s ease;
    -moz-transition: bottom 0.8s ease;
    -o-transition: bottom 0.8s ease;
    -ms-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    z-index: -1;
}

h4.trending-category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    font-size: 22px;
    border-radius: 120px;
    line-height: 30px;
    margin-bottom: 25px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.day--activated .trending-category {
    background: #001930;
    color: var(--e-global-color-primary);
}

.trending-item:not(:first-child) {
    border-left: 1px solid var(--e-global-color-secondary);
}

.day--activated .trending-item:not(:first-child) {
    border-left: 1px solid var(--e-global-color-primary);
}

.trending-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    margin: 0;
}


.trending-item .para {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    margin: 20px 0 15px;
}


.trending-item .trending-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
}

.read-time {
    display: flex;
    align-items: center;
}

.read-time:before {
    display: flex;
    content: "";
    background: var(--e-global-color-secondary);
    width: 5px;
    height: 5px;
    border-radius: 50px;
    margin: 0 10px;
}

.day--activated .read-time:before {
    background: var(--e-global-color-primary);
}

.trending-item .read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    color: var(--e-global-color-secondary);
    background: transparent;
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 74px;
    margin-top: 50px;
    padding: 9px;
}

.day--activated .trending-item .read-more {
    color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
}

.elementor-button-wrapper .elementor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0;
}

/**
	* Clients Pages
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/

.landing-header {
    display: flex;
    flex-direction: column;
    padding: 0 65px;
}

.landing-header .page-description {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 65px 0 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--e-global-color-secondary);
    grid-column-gap: 40px;
}

.day--activated .landing-header .page-description {
    border-bottom: 1px solid #AAA;
}

.landing-header h1 {
    display: flex;
    flex-direction: column;
    color: var(--e-global-color-secondary);
    font-size: 52px;
    margin: 0;
}

.landing-header .page-description h4 {
    display: flex;
    justify-content: flex-end;
    max-width: 750px;
    color: var(--e-global-color-secondary);

    margin: 0;
}

.featured-projects {
    position: relative;
}

.featured-projects-wrapper {
    overflow: hidden;
}

.featured-projects-wrapper.swiper-container .swiper-wrapper {
    overflow: unset;
}

.featured-projects h2 {
    margin: 0;
    text-transform: uppercase;
}

.featured-projects-wrapper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none;
}

.featured-projects .inner-box {
    display: flex;
}

.featured-projects .text-box {
    display: flex;
    width: 37%;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px;
    background: var(--e-global-color-secondary);
}

.day--activated .featured-projects .text-box {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    box-shadow: 8px 8px 20px 1px rgba(0, 25, 48, 0.10);
}

.featured-projects .text-box .l-para {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    max-width: 380px;
}

.featured-projects .text-box h3 {
    margin: 30px 0 25px;
}

.featured-projects .text-box h3 a {
    color: var(--e-global-color-primary);
}

.day--activated .text-box h3 a {
    color: var(--e-global-color-secondary);
}

.c-read-time {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.featured-projects .image-box {
    display: flex;
    width: 58%;
}

.featured-projects .image-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.posts-list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 65px;
    margin-top: 80px;
    background: linear-gradient(180deg, #001930 0%, #000 17.19%);
}

.day--activated .posts-list {
    background: #F7F5F2;
}

.posts-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('images/motifs-before.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 900px;
    z-index: 0;
}

.day--activated .posts-list:before {
    background: url('images/day-motifs-before.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.posts-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('images/motifs-after.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 900px;
    z-index: 0;
}

.day--activated .posts-list:after {
    background: url('images/day-motifs-after.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/* .posts__filters {
    position: sticky;
    top: 0;
    z-index: 810;
} */

.post-list-wrapper {
    z-index: 800;
}

/* .form-wrapper {
    position: relative;
    background: rgb(37, 46, 126);
    background: linear-gradient(180deg, rgba(37, 46, 126, 1) 10%, rgba(0, 25, 48, 1) 100%);
} */

/* .form-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001930;
    opacity: 0;
    z-index: 0;
    transition: all ease-in 0.4s;
} */

/* .posts__filters.change-bg .form-wrapper:after {
    opacity: 1;
    z-index: 800;
} */

.filter-form {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    padding-top: 50px;
    z-index: 810;
}

.filter-form .search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.teams__filters .filter-form .search-box {
    min-width: 864px;
}

.filter-form .search-box:before {
    content: '\e804';
    position: absolute;
    left: 18px;
    font-family: 'ais';
    color: var(--e-global-color-secondary);
    ;

}

.filter-form .search-box input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url("data:image/svg+xml,%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools --%3E%3Csvg fill='%23ffffff' height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 460.775 460.775' xml:space='preserve' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M285.08,230.397L456.218,59.27c6.076-6.077,6.076-15.911,0-21.986L423.511,4.565c-2.913-2.911-6.866-4.55-10.992-4.55 c-4.127,0-8.08,1.639-10.993,4.55l-171.138,171.14L59.25,4.565c-2.913-2.911-6.866-4.55-10.993-4.55 c-4.126,0-8.08,1.639-10.992,4.55L4.558,37.284c-6.077,6.075-6.077,15.909,0,21.986l171.138,171.128L4.575,401.505 c-6.074,6.077-6.074,15.911,0,21.986l32.709,32.719c2.911,2.911,6.865,4.55,10.992,4.55c4.127,0,8.08-1.639,10.994-4.55 l171.117-171.12l171.118,171.12c2.913,2.911,6.866,4.55,10.993,4.55c4.128,0,8.081-1.639,10.992-4.55l32.709-32.719 c6.074-6.075,6.074-15.909,0-21.986L285.08,230.397z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 10px 10px;
}

.filter-form .filter-boxs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.filter-form .search-box input {
    height: 40px;
    border: 1px solid #9C9C9C;
    border-radius: 120px;
    padding-left: 50px;
    background: transparent;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    outline: 0;
}

.day--activated .filter-form .search-box input {
    border-color: #AAA;
    background: #EEE;
}

.filter-form select {
    background: var(--e-global-color-secondary);
    border-radius: 30px;
    border: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: var(--e-global-color-primary);
    height: 40px;
    padding: 0 25px;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.60645L11.9408 12.76' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M12.0586 12.688L21.9991 2.53385' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 25px top 50%, 0 0;
    background-size: 15px auto, 100%;
}

.day--activated .filter-form select {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.60645L11.9408 12.76' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M12.0586 12.688L21.9991 2.53385' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}


.filter-form .search-box input::-webkit-input-placeholder,
.filter-form .search-box input::-moz-placeholder,
.filter-form .search-box input:-ms-input-placeholder,
.filter-form .search-box input:-moz-placeholder {
    color: var(--e-global-color-secondary);
}


.landing-post-items {
    padding-top: 65px;
}

.clients-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 65px;
}

.client-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.client-item__img {
    width: 100%;
}

.client-item img {
    object-fit: cover;
    width: 100%;
}

.client-details .client-title {
    color: var(--e-global-color-secondary);
}

.day--activated .client-title {
    color: #001930;
}

.client-details h3 {
    padding: 25px 0;
    border-bottom: 1px solid var(--e-global-color-secondary);
    margin: 0 0 15px;
}

.day--activated .client-details h3 {
    border-bottom: 1px solid #AAA;
}

.client-details ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.client-details ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: var(--e-global-color-secondary);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.day--activated .client-details ul li {
    color: #001930;
}

.client-details ul li:not(:first-child):before {
    content: "|";
    display: flex;
    margin-right: 10px;
}

.client-details .para {
    display: flex;
    max-width: 480px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: var(--e-global-color-secondary);
    margin-bottom: 15px;
}

.day--activated .client-details .para {
    color: #001930;
}

.client-details .view-more {
    display: flex;
    max-width: 120px;
    width: 100%;
    height: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    border-radius: 74px;
    position: absolute;
    right: -100%;
    opacity: 0;
    bottom: 0px;
    overflow: hidden;
    transition: all ease 0.5s;
}

.day--activated .client-details .view-more {
    border: 2px solid #001930;
    color: #001930;
}

.client-item:hover .client-details .view-more {
    right: 0;
    opacity: 1;
    overflow: visible;
}

/****PlaceHolder Post****/
.post-placeholder {
    overflow: hidden;
    position: relative;
}

.post-placeholder .item__img {
    width: 100%;
    background: #25262D;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.49 / 1;
    max-width: 100%;
}

.post-placeholder .post-title {
    margin: 0;
    width: 100%;
    height: 80px;
    background: #25262D;
    display: block;
    margin: 25px 0 15px;
}

.post-placeholder .para {
    display: block;
    width: 100%;
    height: 56px;
    background: #25262D;
    margin-bottom: 15px;
}

.post-placeholder ul {
    display: block;
    width: 100%;
    height: 24px;
    background: #25262D;
}


.post-placeholder .item__img,
.post-placeholder .post-info>* {
    overflow: hidden;
    position: relative;
}

.post-placeholder .item__img:after,
.post-placeholder .post-info>*:after {
    -webkit-animation: ph-animation .8s linear infinite;
    animation: ph-animation .8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, 0.02) 50%, hsla(0, 0%, 60%, 0) 54%) 50% 50%;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -250%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
    z-index: 1;
}

@keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }

    to {
        transform: translate3d(30%, 0, 0)
    }
}

.pager li {
    display: none;
}

.pager ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.pager .pages-item-next {
    display: flex !important;
}

.pager .pages-item-next a {
    display: flex;
    align-items: center;
    justify-self: center;
    width: 175px;
    height: 46px;
    border: 3px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    border-radius: 74px;
    text-align: center;
}

.pager .pages-item-next span {
    width: 100%;
    text-align: center;
}

.clients-landing-page .clients-bottom {
    display: flex;
    margin-top: 65px;
}

.clients-landing-page .clients-bottom .text-box {
    width: 45%;
    padding: 40px;
    color: var(--e-global-color-primary);
    background: var(--e-global-color-secondary);
    box-shadow: 0px 4px 10px 2px #000;
}

.day--activated .clients-landing-page .clients-bottom .text-box {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    box-shadow: 8px 8px 20px 1px rgba(0, 25, 48, 0.10);
}

.clients-landing-page .clients-bottom .inner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 488px;
    height: 100%;
}

.clients-landing-page .clients-bottom h2 {
    margin: 0;
}

.clients-landing-page .clients-bottom .main-info {
    margin-top: auto;
}

.clients-landing-page .clients-bottom h4 {
    margin: 25px 0;
}

.clients-landing-page .clients-bottom .image-box {
    width: 55%;
}

.clients-landing-page .clients-bottom img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.clients-landing-page .s-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

.clients-landing-page .clients-bottom a {
    color: var(--e-global-color-primary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    text-decoration: underline;
    text-transform: uppercase;
}

.day--activated .clients-landing-page .clients-bottom,
.day--activated .clients-landing-page .clients-bottom a {
    color: var(--e-global-color-secondary);
}

/**
	* Clients Individual Page
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/

.clients-individual-pages #breadcrumbs {
    margin-bottom: 25px;
}

.client-gallary {
    overflow: hidden;
}

.client-gallary img {
    object-fit: cover;
    width: 100%;
    height: 537px;
}

.client-gallary .two-block {
    display: flex;
    column-gap: 20px;
}

.client-gallary .two-block .col-left {
    width: 100%;
}

.client-gallary .two-block .col-right {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    height: 100%;
    width: 100%;
    max-width: 30.7%;

}

.client-gallary .col-right.two-images img {
    height: 257px;
}

.clients-individual-pages .main-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 160px;
    align-items: flex-start;
    padding-top: 90px;
    margin-top: -75px;
    background-image: url('images/clients-bg.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.clients-individual-pages .sidebar {
    position: sticky;
    top: 20px;
    padding-bottom: 80px;
}

.clients-individual-pages .sidebar.mobile-sidebar {
    display: none;
}

.clients-individual-pages .sidebar .block-box {
    display: flex;
    flex-direction: column;
    max-width: 201px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.41px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
}

.clients-individual-pages .sidebar .block-box:not(:last-of-type) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #80808080;
}

.clients-individual-pages .sidebar .label {
    margin-bottom: 15px;
}

.clients-individual-pages .sidebar .value {
    font-weight: 300;
}

.clients-individual-pages .sidebar .value a {
    color: var(--e-global-color-secondary);
    font-weight: 700;
}

.clients-individual-pages .client-main-info {
    grid-column: 2/5;
    color: var(--e-global-color-secondary);
}

.client-main-info .main-para {
    margin-bottom: 90px;
}

.client-main-info .main-para h1 {
    margin: 0;
}

.client-main-info .main-para h4 {
    margin: 45px 0 30px;
}

.intro-blocks {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 70px;
    border-top: 1px solid var(--e-global-color-secondary);
    ;
}

.intro-blocks h2 {
    margin: 0;
    text-transform: uppercase;
}

.client-main-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.client-main-info .block-data {
    max-width: 447px;
}

.client-main-info .block-data p {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.client-main-info .block-data p:not(:last-of-type) {
    margin-bottom: 15px;
}

.client-main-info .block-data p:before {
    position: absolute;
    left: 0;
    top: 9px;
    display: flex;
    content: "";
    background: var(--e-global-color-secondary);
    width: 4px;
    height: 4px;
    border-radius: 50px;
}

.client-main-info .video-wrapper {
    padding-top: 50px;
    height: auto;
}

.client-main-info .video-wrapper iframe {
    width: 100%;
    height: 548px;
}

.client-main-info .content {
    padding: 100px 0;
}

.client-main-info .content.last {
    padding: 100px 0;
}

.client-main-info .content h4 {
    margin: 0;
}

.client-main-info .content h4:not(:first-of-type) {
    margin-top: 80px;
}

.client-main-info .content p {
    margin-top: 25px;
}

.client-main-info .background-block {
    display: flex;
    align-items: center;
    height: 563px;
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    margin-right: -65px;
    overflow: hidden;
}

.background-block img {
    display: none;
    max-width: 306px;
}

.background-block.animated img {
    display: flex;
    animation: run ease-in 1s;
}

@keyframes run {
    0% {
        margin-left: -70%;
    }

    100% {
        margin-right: 0%;
    }
}


.related-topics {
    padding-bottom: 65px;
}

.related-topics .container {
    display: flex;
    grid-column-gap: 20px;
}

.related-topics .post-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.related-topics .post-title a {
    background: #D3D5E5;
    padding: 10px 30px;
    color: var(--e-global-color-primary);
    text-decoration: none;
    border-radius: 120px;
}

.day--activated .related-topics .post-title a {
    color: var(--e-global-color-secondary);
}

.clients-individual-pages #related-projects {
    color: var(--e-global-color-secondary);
}


/**
	* Expertise Page
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/

.expertise {
    position: relative;
}

.how-we-work {
    display: flex;
    padding-bottom: 100px;
    grid-column-gap: 40px;

}

.how-we-work .txt-box {
    display: flex;
    flex-direction: column;
    width: 41.66666666666667%;
    color: var(--e-global-color-secondary);
}

.how-we-work .img-box {
    display: flex;
    width: 58.33333333333333%;
}

.how-we-work .img-box img {
    object-fit: cover;
    width: 100%;
}

.how-we-work h2 {
    text-transform: uppercase;
    margin: 0 0 25px;
}

.how-we-work h4 {
    max-width: 400px;
    margin: 0 0 25px;
}

.how-we-work .primary-button {
    margin-top: auto;
    color: var(--e-global-color-secondary);
}

.services-menu {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 65px;
    z-index: 810;
    background: var(--e-global-color-primary);
    ;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.20);
}

.services-menu span {
    margin: 0 0 20px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
}

.services-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-menu ul li {

    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.services-menu ul li:not(:last-child) {
    margin-right: 80px;
}

.services-menu ul li a {
    color: var(--e-global-color-secondary);
    text-decoration: underline;
}

.primary-button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    height: 40px;
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 74px;
    color: var(--e-global-color-secondary);
}

.page-header__image {
    height: 412px;
}

.s-text {

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.l-para {

    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.service-wrapper {
    position: relative;
    color: var(--e-global-color-secondary);
    padding: 0 65px;
    background: var(--e-global-color-primary) url('images/expertise-odd.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.day--activated .service-wrapper {
    background: #F7F5F2 url('images/expertise-odd.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.service-wrapper .services-box {
    display: grid;
    grid-template-columns: 5fr 7fr;
    padding: 80px 0 65px;
    grid-column-gap: 100px;
    align-items: flex-start;
}


.service-wrapper:not(:first-of-type) .services-box {
    border-top: 1px solid var(--e-global-color-secondary);
}

.service-wrapper:nth-child(even) {
    background: var(--e-global-color-primary) url('images/expertise-even.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.day--activated .service-wrapper:nth-child(even) {
    background: #F7F5F2 url('images/expertise-even.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.service-wrapper .service-category-info {
    position: sticky;
    top: 134px;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}

.service-wrapper .service-category-info h2 {
    text-transform: uppercase;
    margin: 0 0 30px;
}

.service-wrapper .all-category-service {
    display: grid;
    flex-direction: column;
    grid-gap: 70px;
    overflow: auto;
}

.service-wrapper .all-category-service::-webkit-scrollbar {
    display: none;
}

.service-wrapper .all-category-service .service__img {
    position: relative;
    width: 416px;
    color: var(--e-global-color-secondary);
}

.service-wrapper .all-category-service .service__img img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}

.service-wrapper:nth-child(odd) .all-category-service .service__img:nth-child(odd) {
    margin-left: auto;
}

.service-wrapper:nth-child(odd) .all-category-service .service__img:nth-child(even) {
    margin-right: auto;
}

.service-wrapper:nth-child(even) .all-category-service .service__img:nth-child(odd) {
    margin-right: auto;
}

.service-wrapper:nth-child(even) .all-category-service .service__img:nth-child(even) {
    margin-left: auto;
}

.service-wrapper .all-category-service .service__img:last-child {
    margin-bottom: 25px;
}

.service-wrapper .all-category-service .info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.service-wrapper .all-category-service .service__img h4 {
    margin: 0;
    font-size: 23px;
    line-height: 32px;
}

.service-wrapper .info-box span {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-decoration: underline;
    text-transform: uppercase;
}


/**
	* Expertise Individual Page
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/

.expertise-individual-pages .page-header__image {
    margin-bottom: 50px;
}

.expertise-section-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 65px;
    margin: 0 0 60px;
    background: var(--e-global-color-primary);
    box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.25);
    min-height: 86px;
}

.day--activated .expertise-section-menu {}

.expertise-section-menu span:not(:last-of-type) {
    margin-right: 80px;
}

.expertise-section-menu a {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
}

.expertise-individual-pages .blocks-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 65px;
    padding: 0 65px 120px;
    align-items: center;
    color: var(--e-global-color-secondary);
}

.expertise-individual-pages .blocks-box.second {
    text-align: right;
}

.expertise-individual-pages .blocks-box img {
    object-fit: cover;
    width: 100%;
}

.expertise-individual-pages .blocks-box.third .image-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

.blocks-box.third.full-width .image-box {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
}

.expertise-individual-pages .text-box {
    max-width: 530px;
}

.expertise-individual-pages .blocks-box.second .text-box {
    margin-left: auto;
}

.expertise-individual-pages .text-box h3 {
    margin: 0 0 55px;
}

.expertise-individual-pages .text-box h3 p {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    margin: 0 !important;
}


.expertise-individual-pages .text-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.expertise-individual-pages .text-box p:not(:last-of-type) {
    margin-bottom: 25px;
}

.get-in-touch {
    margin-bottom: 50px;
}

.get-in-touch .get-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 292px;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.20);
    margin-top: 50px;
    color: var(--e-global-color-secondary );
}

.day--activated .get-in-touch .get-wrapper {
    background: #fff;
}

.get-in-touch .get-wrapper img {
    position: absolute;
    left: 20px;
    max-width: 252px;
    border-radius: 252px;
}

.get-in-touch .get-wrapper:after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--e-global-color-secondary );
}

.get-in-touch .get-wrapper h3 {
    margin: 0;
    padding: 0;
}

.get-in-touch .get-wrapper p {
    margin: 25px 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.get-in-touch .get-wrapper .primary-button {
    width: 175px;
    height: 46px;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary );
    text-decoration: unset;
}

.get-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    flex-direction: column;
    width: 80vw;
    max-height: 894px;
    padding: 120px;
    color: var(--e-global-color-secondary );
    background: var(--e-global-color-primary );
    z-index: 810;
    overflow: auto;
}

.get-form.form-open {
    display: flex;
}

.get-form.form-wrapper {
    position: relative;
}

.get-form::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 8%;
	background-color: #fff;
}

.get-form::-webkit-scrollbar
{
	width: 8px;
	background-color: #fff;
}

.get-form::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ccc;
}

.get-form h2 {
    text-transform: uppercase;
    margin: 0 0 40px;
}

.get-form .gform_wrapper.gravity-theme .gfield_label {
    color: var(--e-global-color-secondary );
    letter-spacing: 1px;
}

.get-form .gfield_required {
    display: none !important;
}

.get-form .gform_wrapper.gravity-theme .gform-body input[type=email], .get-form .gform_wrapper.gravity-theme .gform-body input[type=text], .get-form .gform_wrapper.gravity-theme .gform-body textarea {
    background: transparent;
}

.get-form .gform_wrapper.gravity-theme .gform_footer [type=submit] {
    color: var(--e-global-color-primary );
    background: #fff !important;
}

.day--activated .get-form .gform_wrapper.gravity-theme .gform_footer [type=submit] {
    color: var(--e-global-color-primary );
    background: var(--e-global-color-secondary ) !important;
}

.get-form .gform_wrapper.gravity-theme form .gform_footer {
    margin: 50px 0 0;
}

.get-form .gform_wrapper.gravity-theme .gform_footer:after {
    color: var(--e-global-color-primary ) !important;
}

.close-form {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.expertise-quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 65px 140px;
    background-image: url('images/quote-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: var(--e-global-color-secondary);
}

.expertise-quote .quote-icon {
    background-image: url('images/quote-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 82px;
    height: 76px;
}

.day--activated .expertise-quote .quote-icon {
    background-image: url('images/day-quote-bg.svg');
}

.expertise-quote h4 {
    max-width: 986px;
    margin: 65px 0;
}

.expertise-quote .quote-author {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.expertise-quote-banner {
    min-height: 412px;
    margin-bottom: 200px;
}

.expertise-individual-pages .post-content {
    padding: 0 65px;
    margin-bottom: 185px;
}

.expertise-individual-pages .post-content .content-wrap {
    display: flex;
    flex-direction: column;
    max-width: 780px;
    margin: auto;
    color: var(--e-global-color-secondary);
}

.expertise-individual-pages .post-content .content-wrap h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 25px;
}

.expertise-individual-pages .post-content .content-wrap h2:not(:nth-of-type(1)) {
    margin-top: 65px;
}

.expertise-individual-pages .post-content .content-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

.expertise-individual-pages .post-content .content-wrap a {
    font-size: 14px;
    font-weight: 700;
    list-style: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--e-global-color-secondary);
}

.video-wrapper-box {
    padding: 0 65px 80px;
}

.video-wrapper-box iframe {
    width: 100%;
    height: 733px;
}

#related-projects {
    padding: 0 65px 65px;
}

.related-projects {
    position: relative;
    overflow: hidden;
}

.related-projects .related-projects-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    color: var(--e-global-color-secondary);
}

.related-projects .related-projects-wrapper img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/0.7;
}

.related-projects h4 {
    margin: 0 0 15px;
    padding: 15px 0;
    border-bottom: 1px solid var(--e-global-color-secondary);
}

.related-projects h4 a {
    color: var(--e-global-color-secondary);
    text-decoration: none;
}

.related-projects .para {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}

.related-projects .loctions {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}

.expertise-individual-pages .related-post {
    padding: 0 65px 65px;
}

.in-media-posts {
    padding: 0 65px 65px;
}

.related-title {
    padding: 65px 0 40px;
    border-top: 1px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    margin: 0;
    text-transform: uppercase;
}

#our-teams {
    padding: 0 65px 65px;
}

.our-teams {
    position: relative;
    overflow: hidden;
}

.our-teams-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.our-teams-wrapper .post-image {
    position: relative;
    color: var(--e-global-color-secondary);
}

.our-teams-wrapper .post-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(117, 117, 117, 0) 0%, rgba(0, 0, 0, 0.41) 69%, rgba(0, 0, 0, 0.08) 100%);
}

.day--activated .our-teams-wrapper .post-image {
    color: var(--e-global-color-primary);
}

.our-teams-wrapper .post-image img {
    width: 100%;
    min-height: 405px;
    object-fit: cover;
}

.our-teams-wrapper .post-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 25px;
    color: #fff;
    text-decoration: unset;
}


.our-teams-wrapper h4 {
    margin: 0 0 15px;
}

.our-teams-wrapper .s-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.in-media-posts .media-post-slider {
    position: relative;
}

.in-media-posts .in-media-box {
    overflow: hidden;
}

.in-media-posts .row {
    display: flex;
}

.in-media-posts .media-post-slider:not(.swiper-initialized) .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.in-media-posts .post-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-height: 185px;
}

.in-media-posts .post-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    background: var(--e-global-color-secondary);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.day--activated .in-media-posts .post-info {
    background: var(--e-global-color-primary);
}

.in-media-posts .post-info h4 {
    margin: 0;
}

.in-media-posts .post-info h4 a {
    color: var(--e-global-color-primary);
    text-decoration: none;
}

.in-media-posts .post-info h4 a {
    color: #000
}

.in-media-posts .post-info .publications-logo {
    max-width: 118px;
    margin-top: auto;
}

.in-media-posts .post-image img {
    width: 100%;
    height: 100%;
    max-height: 185px;
    object-fit: cover;
}


/**
	* Insights Page
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/

.sticky-post-wrapper {
    display: flex;
}

.sticky-post-wrapper .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 41.66666666666667%;
    grid-row-gap: 25px;
    padding: 40px;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    box-shadow: 8px 8px 20px 1px rgba(0, 25, 48, 0.10);
}

.day--activated .sticky-post-wrapper .text-box {
    color: #000;
    background: var(--e-global-color-primary);
}

.sticky-post-wrapper .text-box h2,
.sticky-post-wrapper .text-box h4 {
    margin: 0;
}

.sticky-post-wrapper .text-box h2 {
    text-transform: uppercase;
}

.sticky-post-wrapper .image-box {
    display: flex;
    width: 58.33333333333333%;
}

.sticky-post-wrapper .image-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.event-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
}

.event-link a {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    text-decoration: underline;
}

.day--activated .event-link a {
    color: #000;
}

.insights-items {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    gap: 30px;
    align-items: flex-start;
    column-count: 2;
    padding-top: 40px;
    z-index: 800;
}

.insights-items .pagination {
    margin-top: 35px;
    grid-column: 1/3;
}

.insights-item {
    position: relative;
    grid-row: span 2;
    height: 100%;
}

.insights-item .cat-name {
    position: absolute;
    top: 25px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 40px;
    border-radius: 120px;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);

    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
    z-index: 800;
}

.insights-item:not(.cat-publications) .insights-item__img {
    position: relative;
    min-height: 585px;
    height: 100%;
}

.insights-item:not(.cat-publications) .insights-details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

.insights-item__img {
    display: flex;
}

.insights-item__img img {
    width: 100%;
    object-fit: cover;
}

.insights-details {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--e-global-color-secondary);
    padding: 25px;
    overflow: hidden;
    color: var(--e-global-color-primary);
}

.day--activated .insights-details {
    color: #000;
    background: var(--e-global-color-primary);

}

.insights-details a {
    color: var(--e-global-color-primary);
}

.day--activated .insights-details a {
    color: #000;
}

.insights-details h4 {
    margin: 0 0 25px;
}

.insights-details .para {

    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-height: 0;
    height: 75px;
    overflow: hidden;
    opacity: 0;
    transition: all ease 0.4s;
}

.insights-item:hover .insights-details .para {
    max-height: 300px;
    overflow: visible;
    opacity: 1;
}

.insights-details ul {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.insights-details li {
    display: flex;
    align-items: center;
}

.insights-details li:not(:last-child) {
    margin-right: 10px;
}

.insights-details li:not(:first-child):before {
    content: "|";
    display: flex;
    margin-right: 10px;
}

.insights-item .insights-details .primary-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    border: 2px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-radius: 74px;
    position: absolute;
    right: -100%;
    opacity: 0;
    bottom: 25px;
    overflow: hidden;
    transition: all ease 0.4s;
}

.day--activated .insights-item .insights-details .primary-button {
    border: 2px solid #000;
    color: #000;
}

.insights-item:hover .insights-details .primary-button {
    right: 25px;
    opacity: 1;
    overflow: visible;
}

/**
	* Insights Individual Page
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/
.single-post {
    background-image: url('images/insights-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
}

body.day--activated.single-post {
    background: #F7F5F2 url('images/insights-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
}

#breadcrumbs {
    display: flex;
    align-items: center;
    padding: 0 65px;
    margin-bottom: 80px;

}

#breadcrumbs span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #F2F2F2;
}

.day--activated #breadcrumbs span {
    color: #757575;
}

#breadcrumbs span:not(:first-child) {
    margin-left: 5px;
}

#breadcrumbs span:not(:last-child):after {
    display: flex;
    content: "/";
    margin-left: 5px;
}

#breadcrumbs span a {
    color: #9A9A9A;
}

.day--activated #breadcrumbs span a {
    color: #B6B6B6;
}

.insights-individual-pages .post-header {
    display: flex;
    flex-direction: column;
    max-width: 1088px;
    margin: auto;
}

.insights-individual-pages .post-options {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    color: var(--e-global-color-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.insights-individual-pages .post-options li {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.insights-individual-pages .post-options li:not(:first-child):before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--e-global-color-secondary);
    border-radius: 50px;
    margin-right: 10px;
}

.insights-individual-pages h1 {
    margin: 0 0 40px;
    color: var(--e-global-color-secondary);
}

.insights-individual-pages .post-header h4 {
    margin: 0 0 40px;
    color: var(--e-global-color-secondary);
}

.insights-individual-pages .post-header img {
    width: 100%;
    margin-bottom: 60px;
}

.insights-individual-pages .post-content-wrap>*:not(figure) {
    max-width: 780px;
    margin: 0 auto;
    color: var(--e-global-color-secondary);
}

.insights-individual-pages .post-content-wrap.white-paper-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    max-width: 780px;
    margin: 0 auto 40px;
    grid-column-gap: 50px;
}

.insights-individual-pages .white-paper-content .insights-whiteimage {
    max-width: 270px;
}

.insights-individual-pages .post-content-wrap.white-paper-content .white-content {
    max-width: 100%;
}

.insights-individual-pages .post-content-wrap h2,
.insights-individual-pages .post-content-wrap h3,
.insights-individual-pages .post-content-wrap h4,
.insights-individual-pages .post-content-wrap h5,
.insights-individual-pages .post-content-wrap h6 {
    margin: 55px auto 30px !important;
}

.insights-individual-pages .post-content-wrap {}

.insights-individual-pages .post-content-wrap p {
    margin: 0 auto 25px;
    color: var(--e-global-color-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.insights-whitepaper-wrapper {
    display: flex;
    max-width: 1044px;
    margin: auto;
    background: #fff;
    padding: 65px;
}

.insights-whitepaper-wrapper h2 {
    display: none;
}

.insights-whitepaper-wrapper .gform_wrapper.gravity-theme .gform_footer [type=submit] {
    width: 329px;
}

.insights-whitepaper-wrapper .gform_confirmation_wrapper p a {
    color: #000;
}

.insights-individual-pages .insight-whitepaper {
    display: none;
    max-width: 330px;
    margin: auto;
}

.insights-individual-pages .post-content-wrap ul {
    margin-bottom: 25px;
}

.insights-individual-pages .post-content-wrap blockquote {
    margin: 55px auto;
    padding: 0;
    color: var(--e-global-color-secondary);
}

.insights-individual-pages .post-content-wrap blockquote p {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.insights-individual-pages .post-content-wrap blockquote em {
    font-style: normal;
}

.insights-individual-pages blockquote cite {
    display: flex;
    margin: auto;
    font-size: 22px;
    font-weight: 300 !important;
    line-height: 30px;
    font-style: normal;
}

.insights-individual-pages .post-content-wrap .wp-block-image {
    margin: 100px auto;
    text-align: center;
}

.insights-individual-pages .wp-block-image img {
    object-fit: cover;
}

.insights-individual-pages figure.wp-block-image:first-of-type {
    max-width: 1088px;
    max-height: 612px;
    margin: 0 auto 60px;
}

.insights-individual-pages figure.wp-block-image:first-of-type img {
    max-height: 612px;
}

.related-post {
    padding: 100px 65px 0;
}

.related-post h2 {
    padding-top: 65px;
    margin: 0 0 40px;
    color: var(--e-global-color-secondary);
    border-top: 1px solid var(--e-global-color-secondary);
    text-transform: uppercase;
}

.related-post-slider {
    position: relative;
}

.related-post .post-data {
    display: flex;
    flex-direction: column;
}

.related-post .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 35px;
}

.related-post .post-image {
    position: relative;
    display: flex;
    width: 100%;
}

.related-post .post-image img {
    width: 100%;
    height: 257px;
    object-fit: cover;
}

.related-post .post-image .cat-name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    min-width: 114px;
    height: 40px;
    border-radius: 120px;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.day--activated .related-post .post-image .cat-name {
    background: #000;
    color: var(--e-global-color-primary);
}

.related-post .post-info {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    height: 100%;
}

.day--activated .related-post .post-info {
    background: var(--e-global-color-primary);
    color: #000;
}

.related-post .post-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin: 0 0 15px;
}

.related-post .post-title a {
    text-decoration: none;
    color: var(--e-global-color-primary);
}

.related-post .post-title a {
    color: #000;
}

.related-post .post-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    margin-top: auto;
}

.related-post .post-date span {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.related-post .post-date span:last-child:before {
    content: "|";
    display: flex;
    margin-right: 10px;
}

.related-post .post-excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
}

/**
	* Our Team Page
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/
.teams-wrapper {
    position: relative;
    padding-bottom: 0px;
    margin-top: 0;
    background: linear-gradient(180deg, #001930 0%, #000 17.19%);
}

.teams__filters .form-wrapper {
    background: transparent !important;
}

.teams__filters .filter-form {
    padding: 65px 0;
}

.teams__filters .filter-form .search-box input {
    background: var(--e-global-color-primary);
    border-color: #9C9C9C;
}

.our-team-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0 0 90px;
    z-index: 800;
}

.team-member {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 810;
}


.team-member img {
    width: 100%;
    height: 554px;
    object-fit: cover;
}

.team-member .member-details {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: var(--e-global-color-secondary);
    z-index: 800;
}

.day--activated .team-member .member-details {
    color: var(--e-global-color-primary);
}

.team-member:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(117, 117, 117, 0) 0%, rgba(0, 0, 0, 0.41) 69%, rgba(0, 0, 0, 0.08) 100%);
}

.team-member .member-details h3 {
    margin: 0 0 20px;
}

.member-details .member-role {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.team-member .show-up-content {
    top: 100%;
    position: absolute;
    /* display: flex;
  flex-direction: column;
  justify-content: flex-end; */
    width: 100%;
    transition: all .4s ease-out;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    height: 100%;
    z-index: 810;
    padding: 30px;
    overflow: auto;
}

.day--activated .team-member .show-up-content {
    background: var(--e-global-color-primary);
    color: #000;
}

.team-member:hover>.show-up-content {
    top: 0;
}

.team-member.show-up-content h4 {
    margin: 0;
}

.team-member .show-up-content .member-role {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0 24px;
}

.team-member .member-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.member-info p:not(:last-child) {
    margin-bottom: 15px;
}

.our-team-container .pagination {
    grid-column: 1/4;
    margin-top: 50px;
}

.career-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 30px 0 65px;
    color: var(--e-global-color-secondary);
}

.career-section .text-box {
    display: flex;
    flex-direction: column;
}

.career-section h2 {
    margin: 0;
    text-transform: uppercase;
}

.career-section h4 {
    max-width: 400px;
    margin: 25px 0 0;
}

.career-section a {
    color: var(--e-global-color-secondary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 80px;
}

.career-section .image-box {
    display: flex;
    justify-content: flex-end;
}

.footer-logo img {
    width: 102px;
}

.day--activated [data-elementor-type="footer"] {
    background: #F7F5F2 !important;
}

/**
	* ESG
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/
.day--activated [data-elementor-type="footer"] {
    background: #F7F5F2 !important;
}

/**
	* Who We Are
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/
.day--activated .dday-mode-image1 {
    background-image: url('images/day-motif-1.png') !important;
}

.day--activated .dday-mode-image-2 {
    background-image: url('images/day-motif-2.png') !important;
}


/**
	* Geographies
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/
.geo-pages .post-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 65px;
    background: url('images/geo-bg.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.day--activated .geo-pages .post-content-wrap {
    background-image: url('images/day-motif-1.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}


.geo-pages .content-box {
    max-width: 864px;
    color: var(--e-global-color-secondary);
}

.geo-pages .content-box p {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.geo-pages .expertise-section-menu {
    margin: 0;
    background-image: none;
    background: var(--e-global-color-primary);
}

.geo-pages .map-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}

.geo-pages .map-wrapper .map-img {
    width: 100%;
    height: 507px;
}

.geo-pages .details-box {
    position: absolute;
    left: 65px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
    max-width: 630px;
}

.geo-pages .data-item {
    display: flex;
    flex-direction: column;
    padding: 40px;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
}

.day--activated .geo-pages .data-item {
    background: var(--e-global-color-primary);
    color: #000;
}

.geo-pages .data-item a {
    text-decoration: none;
    color: var(--e-global-color-primary);
}

.day--activated .geo-pages .data-item a {
    color: #000;
}

.geo-pages .data-item.col-left {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
}

.day--activated .data-item.col-left {
    background: #000;
    color: var(--e-global-color-primary);
}

.geo-pages .data-item.col-left a {
    color: var(--e-global-color-secondary);
}

.day--activated .data-item.col-left a {
    color: var(--e-global-color-primary);
}

.geo-pages .data-item span {
    font-size: 20px;
    font-weight: 400;
}

.geo-pages .data-item span.bold {
    font-weight: 600;
}

.geo-pages span.location {
    margin: 10px 0 25px;
    font-style: italic;
}

.geo-pages .social-links {
    margin-top: auto;
}

.geo-pages .social-links a:not(:last-child) {
    margin-right: 25px;
}

.mail-icon:before {
    content: '\e80a';
    font-family: "ais";
}

.linked-icon:before {
    content: '\e809';
    font-family: "ais";
}

.phone-icon:before {
    content: '\e80b';
    font-family: "ais";
    margin-right: 10px;
}

.geo-pages .data-item h2 {
    margin: 0 0 25px;
    text-transform: uppercase;
}

.geo-our-teams {
    margin-bottom: 65px;
}

.geo-our-teams .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 30px;
}

.geo-our-teams.count-3 .swiper-wrapper,
.geo-our-teams.count-4 .swiper-wrapper {
    grid-template-rows: 1fr 1fr;
}

.geo-our-teams.count-5 .swiper-wrapper,
.geo-our-teams.count-6 .swiper-wrapper {
    grid-template-rows: 1fr 1fr 1fr;
}


.geo-our-teams img {
    object-fit: cover;
    width: 100%;
}

.geo-our-teams .post-image {
    position: relative;
}

.geo-our-teams .post-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1/1;
    padding: 25px;
    color: var(--e-global-color-secondary);
    background: linear-gradient(52deg, rgba(0, 0, 0, 0.48) 13.77%, rgba(0, 0, 0, 0.00) 67.37%);
    text-decoration: unset;
}

.day--activated .geo-our-teams .post-info {
    color: var(--e-global-color-primary);
}

.geo-our-teams .post-info span {
    font-size: 17.557px;
    font-weight: 400;
    line-height: 25.361px;
    letter-spacing: 0.878px;
}

.geo-our-teams .post-info h4 {
    font-size: 19.508px;
    font-weight: 600;
    margin: 8px 0;
}

.geo-our-teams .post-info span.s-para {
    font-size: 19.508px;
    font-style: italic;
    font-weight: 400;
}

.geo-our-teams .f-image {
    order: -1;
}

.geo-our-teams.count-2 .f-image {
    display: none;
}

.geo-our-teams.count-2 .post-data:last-of-type {
    order: 100;
}

.geo-our-teams.count-3 .f-image {
    grid-column: 2/4;
    grid-row: 1/3;
}

.geo-our-teams.count-3 .f-image,
.geo-our-teams.count-4 .f-image,
.geo-our-teams.count-5 .f-image,
.geo-our-teams.count-6 .f-image {
    grid-column: 2/4;
    grid-row: 1/3;
    aspect-ratio: 1/1;
}

.geo-our-teams.count-3 .r-image,
.geo-our-teams.count-4 .r-image {
    display: none;
}

.geo-our-teams.count-4 .l-image {
    display: none;
}

.geo-our-teams.count-6 .l-image {
    grid-column: 1/2;
    grid-row: 3/4;
}

.geo-our-teams.count-6 .r-image {
    grid-column: 4/5;
    grid-row: 3/4;
}

/**
	* How we work Page
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/
.time-line-section:before {
    content: "";
    background: var(--e-global-color-secondary);
    ;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 100px;
}

.quote_icon:before {
    content: "";
    display: flex;
    background: url('images/quote-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 67px;
    height: 62px;
    margin-bottom: 65px;
}

.day--activated .quote_icon:before {
    background: url('images/day-quote-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.day--activated .time-line-section .time-title .elementor-widget-container {
    background: var(--e-global-color-secondary) !important;
}

.day--activated .time-line-section .time-title h2 {
    color: #D3D5E5 !important;
}


/**
	* GForms
	* @author Amr ElSakka (BraveBison)
	* @since 1.0.0
*/
.gform_wrapper.gravity-theme .gform-body .gform_fields {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
}

.gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme .gfield__name legend.gfield_label {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 10px !important;
    font-size: 13.241px;
    text-transform: uppercase;
    letter-spacing: 0.828px;
    line-height: 19.862px;
    color: var(--e-global-color-primary);
}

.day--activated .gform_wrapper.gravity-theme .gfield_label {
    color: #000;
}

.gform_wrapper.gravity-theme .ginput_container_name span {
    display: flex;
    flex-direction: column;
}

.gform_wrapper.gravity-theme .ginput_container_name span input {
    order: 100;
}

.gform_wrapper.gravity-theme .gform-body input[type=email],
.gform_wrapper.gravity-theme .gform-body input[type=tel],
.gform_wrapper.gravity-theme .gform-body input[type=text],
.gform_wrapper.gravity-theme .gform-body select,
.gform_wrapper.gravity-theme .gform-body textarea {
    border: 1px solid #A9A9A9;
    border-radius: 0;
    height: 46px;
    font-size: 23px;
    font-weight: 300;
    color: #ACACAC;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
}

.gform_wrapper.gravity-theme .gform-body input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input::-moz-placeholder,
.gform_wrapper.gravity-theme .gform-body:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body:-moz-placeholder {
    color: #ACACAC;
}

.gform_wrapper.gravity-theme .ginput_container_name span label.gform-field-label {
    order: -1;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 0;
    color: #000;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_fileupload {
    position: relative;
}

.gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules {
    display: none;
}

.gform_wrapper.gravity-theme form .gform_footer {
    position: relative;
    margin: 90px 0 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
}

.gform_wrapper.gravity-theme .gform_footer:after {
    display: flex;
    content: "\f054";
    position: absolute;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    color: #F7F5F2;
    font-size: 20px;
}

.gform_wrapper.gravity-theme #gform_2 .gform_footer:after {
    content: "\f078";
}

.gform_wrapper.gravity-theme .gform_footer [type=submit] {
    display: flex;
    justify-content: space-between;
    background: #001930 !important;
    border: none !important;
    color: #F7F5F2;
    width: 259px;
    height: 46px;
    border-radius: 120px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 10px 25px;
    margin: 0;
}

.gform_wrapper.gravity-theme .gform_footer #gform_submit_button_2 {
    width: 329px;
}

.gform_wrapper.gravity-theme .gfield--type-radio .gfield_description {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 15px;
    color: var(--e-global-color-primary);
}

.day--activated .gform_wrapper.gravity-theme .gfield--type-radio .gfield_description {
    color: #000;
}

.gform_wrapper.gravity-theme .gchoice {
    margin-top: 15px;
    display: flex;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 30px;
    color: var(--e-global-color-primary);
}

.day--activated .gform_wrapper.gravity-theme .gfield-choice-input+label {
    color: #000;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_consent {
    display: flex;
    align-items: flex-start;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 15px;
    color: var(--e-global-color-primary);
}

.day--activated .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent {
    color: #000;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_consent .gform-field-label {
    margin-left: 30px;
}

#whitepaper_btn {
    margin-right: 40px;
}

#whitepaper_btn a {
    width: 329px;
    height: 46px;
}

.day--activated #whitepaper_btn a {
    color: var(--e-global-color-secondary);
}

#whitepaper_btn a .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.gform_confirmation_wrapper {
    color: var(--e-global-color-primary );
}

.day--activated .gform_confirmation_wrapper {
    color: var(--e-global-color-secondary);
}

.gform_confirmation_wrapper h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.gform_confirmation_wrapper p {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.gform_confirmation_wrapper br {
    display: none;
}

.whitepaper-wrapper {
    display: none;
}

.whitepaper-wrapper.active {
    display: flex;
}

.post-9366 .page-description {
    display: none !important;
}


@media (min-width:1600px) {
    .clients-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 60px;
    }

    .pagination {
        grid-column: 1/4;
    }

    .clients-individual-pages .sidebar {
        top: 20vh;
    }
}

@media (min-width:1250px) {
    /* body .casestudy-swiper .casestudy-wrapper-thumb {
        justify-content: flex-end;
    } */

    body .casestudy-wrapper .swiper-slide {
        width: 341px;
    }
}
body .elementor-widget-n-menu .e-n-menu-title-text{
    height: 40px !important;
}
.elementor-widget-n-menu .e-n-menu-heading{
    margin-right: 0px !important;
    background-color: black !important;
    gap: 0 !important;
}
.day--activated .elementor-widget-n-menu .e-n-menu-heading{
    background-color: #F7F5F2 !important;
}
@media (max-width:1439px) and (min-width:1251px) {
    body .elementor-widget-n-menu .e-n-menu-title-text {
        font-size: 14px !important;
    }

    body .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child) {
        margin-inline-end: 11px !important;
    }
}

@media (max-width:1250px) and (min-width:1024px) {
    body .elementor-widget-n-menu .e-n-menu-title-text {
        font-size: 12px !important;
    }

    body .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child) {
        margin-inline-end: 5px !important;
    }

    .page-header__image {
        background-attachment: unset !important;
    }

    .our-teams-wrapper .post-info .s-para {
        display: flex;
        min-height: 45px;
    }

    .related-projects h4 {
        font-size: 23px;
    }
}

@media (min-width:993px) and (max-width:1535px) {
    body .elementor-widget-n-menu .e-n-menu-title {
        margin-right: 0px !important;
        margin-inline-end: 0px !important;
    }

    body .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child) {
        margin-inline-end: 0px !important;
    }
}

@media (min-width:1535px) and (max-width:1251px) {
    body .elementor-widget-n-menu .e-n-menu-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width:990px) {
    /* .elementor-element.elementor-element-09cf33d.e-con-full.top-header.e-flex.e-con.e-parent.e-lazyloaded > div{
        width: fit-content !important;
    } */
}
@media (min-width:993px) and (max-width:1023px) {
    body .elementor-widget-n-menu .e-n-menu-title {
        padding-left: 12px;
        padding-right: 12px;
    }

    body .elementor-widget-n-menu .e-n-menu-title-text {
        font-size: 12px !important;
    }
}

@media (min-width:992px) {

    .header-menu {
        position: static;
    }

    .header-menu .e-n-menu-layout-horizontal {
        position: static;
    }

    .header-menu .e-n-menu-layout-horizontal .e-n-menu {
        position: static;
    }

    body .header-menu .elementor-widget-n-menu .e-n-menu-content {
        position: absolute;
    }

    .e-n-menu-title[style="--n-menu-title-order: 1;"],
    .e-n-menu-title[style="--n-menu-title-order: 8;"] {
        display: none;
    }

    .e-n-menu-title[style="--n-menu-title-order: 7;"] {
        margin-right: 0px !important;
    }

    .day--activated .mobile-sub-menu {
        background: #F7F5F2 url('images/menu-light.png') !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content {
        padding: 0 !important;
    }

    .elementor-widget-n-menu .e-n-menu-item-title-container {
        position: relative;
    }

    .elementor-widget-n-menu .e-n-menu-item-title-container:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        background: var(--e-global-color-secondary);
        width: 0;
        height: 3px;
        transition: all ease 0.4s;
    }

    .elementor-widget-n-menu .e-n-menu-item-title:hover .e-n-menu-item-title-container:after {
        width: 100%;
    }

    .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
        margin-left: 5px;
        height: 40px;
    }

    .page-header__image.mobile {
        display: none;
    }

    /* .casestudy-wrapper .swiper-slide:first-child {
        display: none;
    } */

    /* .casestudy-wrapper .swiper-slide:not(:last-child) {
        margin-right: 20px;
    } */

    /* .casestudy-swiper .casestudy-wrapper-thumb {
        display: flex;
        justify-content: center;
    } */


    .casestudy-wrapper .swiper-slide {
        display: flex;
        width: 33.333%;
    }

    .trending-topics .trending-item {
        background: none !important;
    }

    .trending-item h3 {
        min-height: 80px;
    }

    .trending-item .show-up {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        transition: 0.6s ease;
    }

    .trending-item:hover .show-up {
        max-height: 100%;
        overflow: visible;
        opacity: 1;
    }

    .featured-projects-wrapper {
        height: 430px;
    }

    .featured-projects-wrapper .swiper-pagination {
        position: static;
        color: var(--e-global-color-secondary);
    }

    .featured-projects .inner-box {
        display: flex;
        max-height: 430px;
    }

    .insights-item.cat-publications {
        display: flex;
        flex-direction: row-reverse;
        grid-row: span 1;
        max-height: 185px;
    }

    .insights-item.cat-publications .insights-item__img {
        width: 50%;
    }

    .insights-item.cat-publications .insights-item__img {
        max-height: 185px;
    }

    .insights-item.cat-publications .insights-details {
        width: 50%;
        align-items: flex-start;
    }

    .insights-item.cat-publications .insights-details h4 {
        margin: 0 0 40px;
    }

    .insights-item.cat-publications .publications-logo {
        margin-top: auto;
        max-width: 118px;
    }

    .insights-individual-pages .wp-block-image:not(:first-of-type):not(.no-window) {
        clip-path: inset(0);
        max-width: 100%;
        height: 412px;
    }

    .insights-individual-pages div.wp-block-image {
        clip-path: inset(0);
        max-width: 100%;
        height: 412px;
    }

    .insights-individual-pages .wp-block-image:not(:first-of-type):not(.no-window) img {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .insights-individual-pages div.wp-block-image img {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .swiper-controls.clients-controls {
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
        flex-direction: column;
        max-height: 85px;
    }

    .clients-controls .swiper-button-next {
        transform: rotate(90deg);
    }

    .clients-controls .swiper-pagination-horizontal {
        margin: 15px 0;
    }

    .clients-controls .swiper-button-prev {
        transform: rotate(90deg);
    }

    .swiper-controls.clients-ind-controls {
        max-width: 230px;
        margin-left: auto;
        padding: 40px 65px 0;
    }

    .swiper-controls.media-controls {
        padding: 0;
        position: absolute;
        top: -70px;
        right: 0;
    }

    .day--activated .career-day-bg {
        background-image: url('images/career-day-bg.png') !important;
    }
}


@media (max-width:1024px) {

    #breadcrumbs {
        margin: 20px 0 80px;
    }

    .insights-individual-pages .post-header {
        padding: 0 65px;
    }

    .insights-individual-pages figure.wp-block-image:first-of-type {
        padding: 0 65px;
    }
}

@media (max-width:991px) {

    .home-scroll-text {
        background-size: cover !important;
    }

    .container-box {
        padding-right: 25px;
        padding-left: 25px;
    }

    .elementor-location-header.sticky .top-header {
        position: fixed;
        background: var(--e-global-color-primary) !important;
        top: 0;
    }

    .nav-open .top-header {
        z-index: 700;
    }

    [data-elementor-type="header"] .top-header {
        min-height: 73px;
    }

    .top-header.active {
        background: var(--e-global-color-primary) !important;
    }

    .top-header.active #darkToggle {
        opacity: 0;
        visibility: hidden;
    }

    .elementor-widget-n-menu .e-n-menu-items-content {
        max-width: 300px;
    }

    .e-n-menu-wrapper.menu-active {
        position: fixed !important;
        left: auto !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 999 !important;
        padding: 73px 0 25px !important;
        max-height: 100vh !important;
        height: 100vh;
        width: 100% !important;
        background: var(--e-global-color-primary) url('images/menu-bg.png') !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        overflow: auto;
    }

    .day--activated .e-n-menu-wrapper.menu-active {
        background: #F7F5F2 url('images/light-menu-bg.png') !important;
        background-size: cover !important;
        background-repeat: no-repeat;
    }


    .elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) {
        width: 100%;
    }

    body .elementor-7601 .elementor-element.elementor-element-c44fd39 > .elementor-widget-container > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-title {
        line-height: normal;
        background: transparent !important;
        --n-menu-title-line-height: normal;
    }

    .mobile-sub-menu {
        position: fixed !important;
        top: 0;
        right: -100% !important;
        overflow: auto;
        padding-top: 73px;
        width: 100% !important;
        max-height: 100vh;
        height: 100vh;
        transition: all ease 0.3s;
        z-index: 9999 !important;
        background: var(--e-global-color-primary);
        padding-bottom: 80px;
    }

    .day--activated .mobile-sub-menu {
        background: #F7F5F2 url('images/light-menu-bg.png') !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .mobile-sub-menu.e-active {
        right: 0 !important;
    }

    .mobile-sub-menu.e-active .menu-image {
        height: 100%;
    }

    .mobile-sub-menu.e-active .menu-image-block {
        margin-top: auto;
        padding-bottom: 50px;
    }

    .e-n-menu-title[style="--n-menu-title-order: 7;"] {
        margin-top: 80px !important;
        margin-left: auto !important;
    }

    .e-n-menu-title[style="--n-menu-title-order: 7;"] .e-n-menu-title-container {
        display: flex;
        justify-content: flex-end;
    }

    .e-n-menu-title[style="--n-menu-title-order: 7;"] .e-n-menu-title-container a {
        background: #fff;
        color: #000 !important;
        width: 152.174px;
        height: 40px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 120px;
    }

    .day--activated .e-n-menu-title[style="--n-menu-title-order: 7;"] .e-n-menu-title-container a {
        background: #001930;
        color: #fff !important;
    }

    .back-main {
        z-index: 999999 !important;
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        top: 25px;
        left: 25px;
    }


    /* .e-n-menu-wrapper .e-n-menu-title {
        padding: 25px !important;
    }

    .e-n-menu-wrapper .e-n-menu-title:not(:last-child) {
        border-bottom: 1px solid #F0F0F0;
    }

    .e-n-menu-wrapper .e-n-menu-title.e-current {
        color: var(--e-global-color-secondary) !important;
        background: var(--e-global-color-primary) !important;
    } */


    .elementor-widget-n-menu .e-n-menu-wrapper .e-n-menu-title-container {
        align-items: center;
        width: fit-content !important;
    }

    .elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
        width: 20px;
        margin-left: 15px;
        height: 40px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }

    .landing-header h1 {
        font-size: 40px;
    }

    .landing-header h1 span {
        margin-top: 30px;
    }

    .e-n-menu-items-content .elementor-element.menu-triangle.e-active {
        right: 0;
    }

    .elementor-widget-n-menu .e-n-menu-item-title-container.e-link {
        width: 100%;
        justify-content: space-between;
        padding: 25px;
    }

    .elementor-7601 .elementor-element.elementor-element-0da13ad>.elementor-widget-container>.e-n-menu>.e-n-menu-items-content>.e-n-menu-item-title.e-collapse:not(.e-current) {
        background: var(--e-global-color-primary) !important;
    }

    :where(.elementor-7601 .elementor-element.elementor-element-0da13ad > .elementor-widget-container > .e-n-menu > .e-n-menu-items-content)>.e-con {
        background: var(--e-global-color-primary) !important;
    }

    :is(.elementor-7601 .elementor-element.elementor-element-0da13ad > .elementor-widget-container > .e-n-menu > .e-n-menu-items-heading, .elementor-7601 .elementor-element.elementor-element-0da13ad > .elementor-widget-container > .e-n-menu > .e-n-menu-items-content)>.e-n-menu-item-title:not(.e-current):not( :hover) {
        border-color: #F0F0F0;
    }

    .e-n-menu-item-title[data-tab="6"] {
        border: none !important;
    }

    body.home #content .page-content {
        margin-top: -73px;
    }

    .motif-background {
        background-size: cover;
    }

    .video-wrapper {
        height: 100vh;
    }

    .our-vision-text h3 {
        display: block;
        position: static;
    }

    .our-vision-text h3:before {
        margin: 0 auto 65px;
    }

    .our-vision-text h3 br {
        content: "";
        display: block;
        line-height: 3;
    }

    .our-vision-text h3 br:after {
        content: "";
        display: block;
        height: 30px;
    }

    .mobile-bg-color {
        background: #001930 !important;
    }

    .mobile-bg-color .elementor-motion-effects-container {
        display: none;
    }

    .home-experts-text {
        position: static;
        height: auto;
    }

    .infinite-scroll .elementor-widget-container {
        max-height: 100%;
        overflow: auto;
    }

    .infinite-scroll:before,
    .infinite-scroll:after {
        position: absolute;
        height: 48px;
        margin: 0 !important;
        display: none;
    }

    .infinti-button {
        position: static !important;
    }

    .project-item {
        padding: 80px 25px;
        max-height: 589px;
    }

    .project-item h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .project-item h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .hero-banner .elementor-widget-video .e-hosted-video .elementor-video {
        height: 100vh;
        width: 100%;
    }

    .project-item .para {
        font-size: 14px;
        line-height: 22px;
        max-width: 300px;
    }

    .project-item .read-more {
        height: 33px;
        margin-top: 65px;
        padding: 6px;
    }

    /* .casestudy-swiper {
        padding: 0 0 60px;
        margin: -114px 25px 0;
    } */

    .casestudy-wrapper:not(.swiper-initialized) .casestudy-item:not(:first-child) {
        display: none;
    }

    .casestudy-wrapper .swiper-slide:nth-child(1) {
        display: none;
    }

    .home-case-controls {
        position: absolute;
        width: 100%;
        padding: 25px 0 0;
    }

    .trending-topics-wrapper {
        background: none !important;
        overflow: hidden;
        padding-bottom: 80px;
        margin-bottom: 0px !important;
    }

    .trendingtopics-swiper:not(.swiper-initialized) .trending-item:not(:first-child) {
        display: none;
    }

    .trending-topics .trending-item {
        width: 100%;
        min-height: 261px;
        border: none;
        padding: 15px 25px;
    }

    .trending-item:after {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: bottom 0.8s ease;
        -moz-transition: bottom 0.8s ease;
        -o-transition: bottom 0.8s ease;
        -ms-transition: bottom 0.8s ease;
        transition: bottom 0.8s ease;
        z-index: -1;
    }

    .trending-topics .trending-category {
        display: none;
    }

    .trending-item h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 21.09px;
        margin-bottom: 15px;
    }

    .trending-item .para,
    .trending-item .read-more {
        display: none;
    }

    .elementor-button-wrapper .elementor-button {
        height: 33px;
    }

    .landing-header {
        padding: 20px 25px 0;
    }

    .landing-header .breadcrumb ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .landing-header .page-description {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 65px 0 30px;
        padding-bottom: 65px;
    }

    .landing-header .page-description h4 {
        font-size: 20px;
        line-height: 28px;
        padding-right: 50px;
        margin-top: 25px;
    }

    .featured-projects .inner-box {
        flex-direction: column;
    }

    .featured-projects .image-box {
        width: 100%;
        order: -1;
    }

    .featured-projects .text-box {
        width: 100%;
        padding: 25px 15px 15px;
    }

    .featured-projects .text-box .l-para {
        font-size: 18px;
        line-height: 26px;
        max-width: 100%;
    }

    .featured-projects h2 {
        margin-bottom: 60px;
    }

    .featured-projects .text-box h3 {
        margin: 25px 0 24px;
        height: 40px;
        overflow: hidden;
    }

    .featured-projects .swiper-controls {
        padding: 25px 0 0;
    }

    .posts-list {
        padding-bottom: 0;
        margin-top: 40px;
    }

    .clients-list {
        margin-top: 65px;
    }

    .posts-list:before,
    .posts-list:after {
        min-height: 350px;
    }

    .posts__filters {
        position: static;
    }

    .filter-form {
        grid-template-columns: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 25px;
        padding-top: 30px;
    }

    .filter-form .filter-boxs {
        grid-template-columns: 1fr;
        grid-row-gap: 25px;
    }

    .landing-post-items {
        padding-top: 30px;
        margin-bottom: 65px;
    }

    .clients-items {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 25px;
        grid-column-gap: 25px;
    }

    .client-details h3 {
        font-size: 32px;
        line-height: 40px;
        text-transform: unset;
        padding: 15px 0;
    }

    .client-details .para {
        max-width: 100%;
        line-height: 21px;
    }

    .client-details ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .client-details .view-more {
        display: none;
    }

    .clients-landing-page .clients-bottom {
        flex-direction: column;
        margin-top: 30px;
    }

    .clients-landing-page .clients-bottom .image-box {
        order: -1;
        width: 100%;
    }

    .clients-landing-page .clients-bottom .text-box {
        width: 100%;
        padding: 25px 25px 15px 15px;
    }

    .clients-landing-page .clients-bottom h2 {
        margin-bottom: 25px;
    }

    .clients-landing-page .clients-bottom h4 {
        margin: 15px 0;
        font-size: 20px;
        line-height: 28px;
    }

    .clients-landing-page .s-para {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .clients-landing-page .clients-bottom a {
        font-size: 12px;
        line-height: 20px;
    }

    .page-header__image.desktop {
        display: none;
    }

    .page-header__image {
        min-height: 355px;
    }

    .how-we-work {
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .how-we-work .txt-box {
        width: 100%;
    }

    .how-we-work .img-box {
        width: 100%;
        margin-top: 50px;
    }

    .how-we-work h2 {
        text-transform: uppercase;
    }

    .how-we-work h4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .services-menu {
        padding: 25px;
    }

    .services-menu span {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .services-menu ul li:not(:last-child) {
        margin-right: 20px;
    }

    .services-menu ul li {
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .service-wrapper {
        padding: 0 25px;
    }

    .service-wrapper .services-box {
        flex-direction: column;
        max-height: 100%;
        padding: 40px 0;
        grid-template-columns: 1fr;
        background-attachment: unset !important;
    }

    .service-wrapper .all-category-service .service__img {
        max-width: 100%;
        width: 100%;
    }

    .service-wrapper .all-category-service .service__img:nth-child(even) {
        width: 100%;
    }

    .service-wrapper:nth-child(even) .all-category-service .service__img:nth-child(1) {
        margin-right: auto;
        margin-left: 0;
    }

    .service-wrapper .service-category-info {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .service-wrapper .service-category-info h2 {
        margin: 0 0 25px;
    }

    .l-para {
        font-size: 18px;
        line-height: 26px;
    }

    .service-wrapper .all-category-service {
        grid-gap: 35px;
        width: 100%;
        overflow: unset;
        margin-top: 50px;
    }

    .service-wrapper .all-category-service .service__img h4 {
        max-width: 100%;
        font-size: 18px;
    }

    .elementor-widget.footer-links .elementor-icon-list-items.elementor-inline-items {
        flex-direction: column;
    }

    .client-gallary .two-block {
        row-gap: 15px;
        column-gap: 0;
        flex-direction: column;
    }

    .client-gallary .two-block .col-right {
        flex-direction: row;
        row-gap: 0;
        column-gap: 15px;
        max-width: 100%;
    }

    .client-gallary img {
        height: 219px;
    }

    .client-gallary .col-right.two-images img {
        height: 105px;
    }

    .clients-individual-pages .main-content {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        background: url('images/clients-bg-m.png');
        background-size: contain;
        background-position: right -260px;
        background-repeat: no-repeat;
        margin-top: -50px;
    }

    .related-topics .post-title a {
        padding: 10px 15px;
    }

    .client-main-info .background-block {
        margin-right: -25px;
    }

    .clients-individual-pages .sidebar {
        display: none;
    }

    .clients-individual-pages .sidebar.mobile-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        margin-bottom: 80px;
    }

    .clients-individual-pages .sidebar .block-box:nth-of-type(5) {
        padding: 0;
        border: none;
    }

    .clients-individual-pages .sidebar .block-box {
        max-width: 100%;
        font-size: 12px;
        font-weight: 700;
        line-height: 14.06px;
    }

    .clients-individual-pages .client-main-info {
        grid-column: 1;
    }

    .client-main-info p {
        font-size: 14px;
        line-height: 22px;
    }

    .client-main-info .main-para {
        margin-bottom: 65px;
    }

    .client-main-info .main-para h4 {
        margin: 25px 0;
    }

    .intro-blocks {
        flex-direction: column;
        padding: 25px 0 50px;
    }

    .intro-blocks h2 {
        margin-bottom: 15px;
    }

    .client-main-info .video-wrapper {
        padding-top: 30px;
        margin: 0 -25px;
        height: auto;
    }

    .client-main-info .video-wrapper iframe {
        height: 218px;
    }

    .client-main-info .content {
        padding: 40px 25px;
        margin: 40px -25px;
        color: var(--e-global-color-secondary);
    }

    .client-main-info .content.last {
        padding: 40px 25px;
    }

    .related-topics .related-title {
        padding: 25px 0 40px;
    }

    .related-topics .post-data:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .project-controls {
        padding: 25px 0 0;
    }

    .client-main-info .content h4:not(:first-of-type) {
        margin-top: 40px;
    }

    .client-main-info .background-block {
        height: 197px;
    }

    .client-main-info .background-block img {
        max-width: 108px;
    }


    .related-topics .container {
        grid-column-gap: 20px;
        flex-wrap: wrap;
    }

    .expertise-section-menu {
        padding: 0 25px;
        margin: 0px 0 55px;
        min-height: 52px;
    }

    .expertise-section-menu span:not(:last-of-type) {
        margin-right: 30px;
    }

    .expertise-section-menu a {
        font-size: 12px;
        line-height: 20px;
    }

    .expertise-individual-pages .blocks-box {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        padding: 0 25px 40px;
    }

    .expertise-individual-pages .blocks-box.second {
        text-align: left;
    }

    .expertise-individual-pages .blocks-box.third .image-box {
        grid-column-gap: 20px;
    }

    .expertise-individual-pages .text-box {
        max-width: 100%;
        margin-bottom: 30px;
        order: -1;
    }

    .expertise-individual-pages .text-box h3 {
        max-width: 100%;
        margin: 0 0 25px;
    }

    .expertise-individual-pages .blocks-box h3 p {
        font-size: 30px;
        font-weight: 300;
        line-height: 38px;
        margin-left: 0;
    }

    .expertise-individual-pages .text-box p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .expertise-individual-pages .text-box p:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .expertise-quote {
        padding: 80px 25px 115px;
        background: url('images/quote-bg-m.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        background-attachment: unset;
    }

    .day--activated .expertise-quote {
        background: url('images/day-quote-bg-m.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        background-attachment: unset;
    }

    .expertise-quote h4 {
        max-width: 100%;
        margin: 65px 0;
        font-size: 20px;
        line-height: 28px;
    }

    .expertise-quote .quote-author {
        font-size: 14px;
        line-height: 22px;
    }

    .expertise-quote-banner {
        min-height: 355px;
        margin-bottom: 80px;
        background-attachment: unset !important;
    }

    .expertise-individual-pages .post-content {
        padding: 0 25px;
        margin-bottom: 80px;
    }

    .expertise-individual-pages .post-content .content-wrap h2 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 15px;
    }

    .expertise-individual-pages .post-content .content-wrap h2:not(:nth-of-type(1)) {
        margin-top: 50px;
    }

    .expertise-individual-pages .post-content .content-wrap p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .expertise-individual-pages .post-content .content-wrap a {
        margin-top: 15px;
    }

    .video-wrapper-box {
        padding: 0 25px 80px;
    }

    .video-wrapper-box iframe {
        height: 191px;
    }

    #related-projects {
        padding: 0 25px 40px;
    }

    .related-projects .related-projects-wrapper {
        display: flex;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }

    .related-projects h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .related-projects .para {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .related-projects .loctions {
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
    }

    .expertise-individual-pages .related-post {
        padding: 0 25px 25px;
    }

    #our-teams {
        padding: 0 25px 25px;
    }

    .our-teams {
        padding-bottom: 15px;
    }

    .related-title {
        padding: 25px 0;
    }

    .our-teams-wrapper {
        display: flex;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }

    .our-teams-wrapper .post-image img {
        height: auto;
        aspect-ratio: 1/1;
    }

    .our-teams-wrapper h4 {
        font-size: 30px;
        line-height: 38px;
    }

    .our-teams-wrapper .s-para {
        font-size: 18px;
        font-weight: 30;
        line-height: 26px;
    }

    .in-media-posts {
        padding: 0 25px;
    }

    .in-media-posts .media-post-slider {
        padding-bottom: 20px;
    }

    .in-media-posts .media-post-slider:not(.swiper-initialized) .row {
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
    }

    .in-media-posts .post-data {
        grid-template-columns: 1fr;
        max-height: 100%;
    }

    .in-media-posts .post-image img {
        max-height: 192px;
    }

    .in-media-posts .post-info .publications-logo {
        max-width: 88px;
    }

    .in-media-posts .post-info h4 {
        margin: 0 0 15px;
        font-size: 20px;
        line-height: 28px;
    }

    .scrolling-content.dday-mode-image1 {
        background-size: cover !important;
    }

    .sticky-post-wrapper {
        flex-direction: column;
    }

    .sticky-post-wrapper .text-box {
        width: 100%;
        padding: 25px 15px;
    }

    .sticky-post-wrapper .text-box h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .sticky-post-wrapper .text-box .s-para {
        font-size: 14px;
        list-style: 22px;
        font-weight: 400;
    }

    .sticky-post-wrapper .image-box {
        width: 100%;
        order: -1;
    }

    .event-link {
        margin-top: 25px;
    }

    .event-link a {
        font-size: 12px;
        line-height: 20px;
    }

    .insights-items {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 25px;
    }

    .insights-item {
        margin-bottom: 0;
    }

    .insights-item:not(.cat-publications) .insights-item__img {
        min-height: 343px;
    }

    .insights-item .cat-name {
        width: 70px;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
    }

    .insights-details {
        padding: 15px;
    }

    .insights-details h4 {
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 28px;
    }

    .insights-details .para,
    .insights-item .insights-details .primary-button {
        display: none;
    }

    .insights-details ul {
        font-size: 14px;
        line-height: 22px;
    }

    .insights-item.cat-publications {
        display: flex;
        flex-direction: column-reverse;
    }

    .insights-item.cat-publications .item__img img {
        max-height: 192px;
    }

    .insights-item.cat-publications .publications-logo {
        max-width: 88px;
    }

    .insights-item.cat-publications .insights-details {
        align-items: flex-start;
    }

    .pagination {
        margin-top: 35px;
    }

    .insights-items .pagination {
        position: static;
        grid-column: 1/2;
        margin-top: 35px;
    }

    #breadcrumbs {
        flex-wrap: wrap;
        padding: 0 25px;
        margin: 20px 0 65px;
    }

    .insights-individual-pages .post-header {
        max-width: 100%;
        padding: 0 25px;
    }

    .insights-individual-pages .post-options {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

    .insights-individual-pages h1 {
        margin: 0 0 25px;
    }

    .insights-individual-pages .post-header h4 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 50px;
    }

    .insights-individual-pages figure.wp-block-image:first-of-type {
        max-width: 100%;
        padding: 0 25px;
        margin: 0 auto 50px;
    }

    .insights-individual-pages figure.wp-block-image:first-of-type img {
        max-height: 192px;
        min-height: 192px;
    }

    .insights-individual-pages .post-content-wrap>*:not(figure) {
        max-width: 100%;
        padding: 0 25px;
    }

    .insights-individual-pages .post-content-wrap.white-paper-content {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .insights-individual-pages .white-paper-content .insights-whiteimage {
        max-width: 100%;
    }

    .insights-whitepaper-wrapper {
        max-width: 100%;
        padding: 25px;
    }

    .insights-individual-pages .post-content-wrap p {
        margin: 0 auto 15px;
    }

    .insights-individual-pages .wp-block-image {
        margin: 80px auto;
    }

    .insights-individual-pages .wp-block-image img {
        min-height: 355px;
    }

    .related-post {
        padding: 40px 25px 0;
    }

    .related-post-slider {
        overflow: hidden;
        padding-bottom: 15px;
    }

    .related-post .row {
        display: flex;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
    }

    .related-post .post-image img {
        height: 450px;
    }

    .related-post h2 {
        padding-top: 25px;
        margin: 0 0 25px;
    }

    .related-post .post-image .cat-name {
        min-width: 63px;
        height: 22px;
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
    }

    .related-post .post-title {
        font-size: 18px;
        line-height: 26px;
        height: 58px;
        overflow: hidden;
    }

    .team-member img {
        height: auto;
    }

    .teams-wrapper {
        margin: 0;
        padding-bottom: 0;
    }

    .our-team-container .pagination {
        grid-column: 1/2;
        margin-top: 20px;
    }

    .teams-wrapper:before {
        top: 0px;
        min-height: 328px;
    }

    .teams-wrapper:after {
        bottom: -80px;
        min-height: 638px;
    }

    .teams__filters .filter-form {
        padding: 30px 0 65px;
    }

    .our-team-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 30px;
        padding: 0 0 40px;
    }

    .team-member {
        grid-column: 1/2;
    }

    .team-member .member-details {
        padding: 25px;
    }

    .team-member .member-details h3 {
        margin: 0 0 15px;
    }

    .member-details .member-role {
        font-size: 18px;
        line-height: 22px;
    }

    .teams__filters .filter-form .search-box {
        min-width: 100%;
    }

    .career-section {
        display: none;
    }

    /**
    * Geographies
    * @author Amr ElSakka (BraveBison)
    * @since 1.0.0
    */

    .geo-pages .post-content-wrap {
        padding: 65px 25px;
        background-size: cover;
    }

    .geo-pages .content-box p {
        margin-top: 25px;
        font-size: 18px;
        line-height: 26px;
    }

    .geo-pages .map-wrapper {
        margin-bottom: 40px;
    }

    .geo-pages .map-wrapper .map-img {
        height: 554px;
    }

    .geo-pages .details-box {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        padding: 0 60px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .geo-pages .data-item {
        padding: 40px;
    }

    .geo-pages .data-item span {
        font-size: 16px;
        line-height: 24px;
    }

    .geo-pages .data-item span.bold {
        font-size: 20px;
        line-height: normal;
    }

    .geo-pages .data-item h2 {
        margin: 0 0 15px;
    }

    .geo-pages .social-links {
        margin-top: 30px;
    }

    .geo-pages .social-links a:not(:last-child) {
        margin-right: 15px;
    }

    .geo-our-teams {
        margin-bottom: 40px;
    }

    .geo-our-teams .swiper-wrapper {
        display: flex;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 0;
    }

    .geo-our-teams .f-image {
        grid-column: auto;
        grid-row: auto;
        display: none !important;
    }

    .geo-our-teams .l-image {
        grid-column: auto;
        grid-row: auto;
        display: none !important;
    }

    .geo-our-teams .r-image {
        grid-column: auto;
        grid-row: auto;
        display: none !important;
    }

    .time-line-section:before {
        left: 55px;
    }

    .quote_icon:before {
        width: 51px;
        height: 48px;
        margin-bottom: 45px;
    }

    body.day--activated .career-day-bg {
        background-image: url('images/m-career-day-bg.png') !important;
    }

    .gform_wrapper.gravity-theme .gform-body .gform_fields {
        grid-column-gap: 0;
        grid-row-gap: 15px;
    }

    .gform_wrapper.gravity-theme .gfield_label {
        margin-bottom: 8px !important;
        line-height: 20px;
        font-size: 12px !important;
    }

    .gform_wrapper.gravity-theme .gform-body input[type=email],
    .gform_wrapper.gravity-theme .gform-body input[type=tel],
    .gform_wrapper.gravity-theme .gform-body input[type=text],
    .gform_wrapper.gravity-theme .gform-body select,
    .gform_wrapper.gravity-theme .gform-body textarea {
        height: 47px;
        font-size: 18px;
    }

    .gform_wrapper.gravity-theme .gform_footer [type=submit] {
        width: 173px;
        height: 31px;
        font-size: 12px;
        line-height: 20px;
        padding: 5px 15px;
    }

    .gform_wrapper.gravity-theme .gform_footer:after {
        font-size: 15px;
    }

    .gform_wrapper.gravity-theme form .gform_footer {
        position: relative;
        margin: 40px 0 0;
        padding: 0;
        align-items: center;
        justify-content: flex-end;
    }

    div.jfilestyle label {
        padding: 10px 15px;
        line-height: 26px;
        font-size: 17px;
        height: 47px;
    }

    .gform_wrapper.gravity-theme .gfield--type-radio .gfield_description {
        font-size: 18px;
        line-height: 20px;
    }

    .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent {
        font-size: 18px;
        line-height: 20px;
    }

    .gform_wrapper.gravity-theme .gfield-choice-input+label {
        margin-left: 15px;
    }

    .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent .gform-field-label {
        margin-left: 15px;
    }

    #whitepaper_btn {
        margin-right: 0px;
    }

    #whitepaper_btn a {
        width: 100%;
        height: 31px;
        font-size: 12px;
    }

    .gform_confirmation_wrapper h4 {
        font-size: 14px;
    }

    .gform_confirmation_wrapper p {
        font-size: 18px;
    }

    .icon-right-arrow {
        font-size: 18px;
    }

    .site-main.post-25 p {
        margin-bottom: 15px;
    }

    .get-in-touch .get-wrapper {
        text-align: center;
        box-shadow: none;
        padding: 0;
        margin-top: 40px;
        min-height: auto;
    }

    .get-in-touch .get-wrapper img {
        display: none;
    }

    .get-in-touch .get-wrapper:after {
        top: -40px;
    }

    .get-form {
        padding: 25px;
        width: 95%;
        max-height: 539px;
    }

    .get-form .gform_heading {
        display: none;
    }

    .get-form .gform_wrapper.gravity-theme form .gform_footer {
        margin: 15px 0 0;
        width: 175px;
    }

    .get-form .gform_wrapper.gravity-theme .gfield textarea.medium {
        height: 42px;
    }

    .close-form {

        top: 15px;
        right: 25px;
    }
}

@media (max-width:676px) {
    .clients-items {
        display: flex;
        flex-direction: column;
        row-gap: 25px;
        grid-column-gap: 0;
    }

    .related-post .post-image img {
        height: 229px;
    }

    .team-member img {
        height: 455px;
    }

    .our-teams-wrapper .post-image img {
        min-height: 376px;
    }

    .day--activated .video-banner {
        background-color: #001930 !important;
    }

    .day--activated .video-banner h2 {
        color: #fff !important;
    }
}



.testimonial-carousel--widget {
    position: relative;
}
.testimonial-carousel--widget .swiper-slide {
    padding-left: 120px;
    padding-right: 120px;
}
@media (max-width:767px) {
.testimonial-carousel--widget .swiper-slide {
	padding-left: 0px;
	padding-right: 0px;
}
}
.testimonial-carousel--widget .swiper-slide--wrapper {
    max-width: 1105px;
    width: 100%;
    margin: 0 auto;
}
.testimonial-carousel--widget .swiper-slide--description {
    text-align: center;
    font-family: "Roboto", "Roboto", Sans-serif;
    color: var(--e-global-color-secondary);
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    opacity: 0;
}
@media (max-width: 767px) {
    .testimonial-carousel--widget .swiper-slide--description,
    .testimonial-carousel--widget .swiper-slide--title,
    .testimonial-carousel--widget .swiper-slide--subtitle {
        font-size: 32px;
        line-height: 40px;
    }
}
.testimonial-carousel--widget .swiper-slide--description.effect-active {
    opacity: 1;
}
.testimonial-carousel--widget .swiper-slide--description span {
    opacity: 0;
}
.home-scroll-text.in-view .testimonial-carousel--widget .swiper-slide--description span {
    -webkit-animation: fadeInDown 0.2s;
    animation: fadeInDown 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.testimonial-carousel--widget .swiper-slide--author {
    margin-top: 40px;
}
.testimonial-carousel--widget .swiper-slide--title,
.testimonial-carousel--widget .swiper-slide--subtitle {
    text-align: center;
    font-family: "Roboto", "Roboto", Sans-serif;
    color: var(--e-global-color-secondary);
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    display: block;
}
.testimonial-carousel--widget .swiper-controls {
    padding: 0;
}
@media (max-width: 767px) {
    .testimonial-carousel--widget .swiper-controls {
        padding: 34px 0 0;
    }
    .testimonial-carousel--widget .swiper-controls {
        padding: 24px 0 0;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .testimonial-carousel--widget .swiper-controls .swiper-button-prev,
    .testimonial-carousel--widget .swiper-controls .swiper-button-next {
        position: relative;
        bottom: 0;
        padding: 0;
        top: auto;
        transform: translateY(0);
    }
    .testimonial-carousel--widget .swiper-controls .swiper-button-prev {
        left: auto;
    }
    .testimonial-carousel--widget .swiper-controls .swiper-button-next {
        right: auto;
    }
}
.testimonial-carousel--widget .swiper-button-prev,
.testimonial-carousel--widget .swiper-button-next {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
    z-index: 1;
}
.testimonial-carousel--widget .swiper-button-prev:hover,
.testimonial-carousel--widget .swiper-button-prev:active,
.testimonial-carousel--widget .swiper-button-prev:focus,
.testimonial-carousel--widget .swiper-button-next:hover,
.testimonial-carousel--widget .swiper-button-next:active,
.testimonial-carousel--widget .swiper-button-next:focus {
    background-color: transparent;
}
.testimonial-carousel--widget .swiper-button-prev {
    left: 0;
}
.testimonial-carousel--widget .swiper-button-next {
    right: 0;
}
.testimonial-carousel--widget .swiper-slider--logo {
	display: flex;
	background-color: transparent;
    background-position: center center;
    background-attachment: scroll;
	background-repeat: no-repeat;
    background-image: url("images/home-quote.svg");
	width: 92px;
	height: 93px;
	margin: 0 auto 90px;
}
.day--activated .testimonial-carousel--widget .swiper-slider--logo {
    background-image: url("images/day-home-quote.svg");
}


.geography-link--widget .geography-link--label {
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    margin: 0 0 40px;
}
@media (max-width: 767px) {
    .geography-link--widget .geography-link--label {
        font-size: 22px;
        line-height: 30px;
        padding-left: 36px;
        padding-right: 36px;
        margin: 0 0 18px;
    }
}
.geography-link .geography-link--title {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
    .geography-link .geography-link--title {
        font-size: 20px;
        line-height: 28px;
    }
}
.geography-link .geography-link--item:first-child {
    border-top: 1px solid var(--e-global-color-secondary);
}
.geography-link .geography-link--item {
    border-bottom: 1px solid var(--e-global-color-secondary);
    padding-top: 5px;
    padding-bottom: 5px;
}
@media (max-width: 767px) {
    .geography-link .geography-link--item {
        padding-left: 36px;
        padding-right: 36px;
    }
}
.geography-link .geography-link--link {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.geography-link .geography-link--arrow {
    fill: var( --e-global-color-secondary );
    color: var( --e-global-color-secondary );
    background-color: #00000000;
    border-style: solid;
    border-width: 2px;
    border-color: var( --e-global-color-secondary );
    border-radius: 74px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 18px;
    line-height: 1;
    flex: 0 0 120px;
    max-width: 120px;
    width: 100%;
}
@media (max-width: 767px) {
    .geography-link .geography-link--arrow {
        border: none;
        padding: 0px;
        height: auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto;
    }
}

.geographies-content-link {
    background-color: #000000;
    background-image: url('images/geographies-content-link-bg-dark.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-size: 100% auto;
}
.day--activated .geographies-content-link {
    background-color: #F7F5F2;
    background-image: url('images/geographies-content-link-bg-light.png');
}
@media (max-width: 767px) {
.geographies-content-text {
    background-color: #001930 !important;
}
.day--activated .geographies-content-text {
    background-color: #ffffff !important;
}
.geographies-content-link,
.day--activated .geographies-content-link {
    background-image: none !important;
}
}

.single-geography.elementor-page .geo-pages .post-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-image: none;
}
.single-geography.elementor-page .geo-pages .content-box {
    max-width: none;
    width: 100%;
}
.single-geography.elementor-page .expertise-section-menu,
.single-geography.elementor-page .map-wrapper,
.single-geography.elementor-page #related-projects {
    display: none;
}

.borderless-expert--wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
@media (max-width: 768px) {
    .borderless-expert--wrapper {
        grid-template-columns: 1fr;
    }
}
.borderless-expert--item_wrap {
	display: block;
	height: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	width: 100%;
    text-decoration: none;
    outline: transparent !important;
    color: var(--e-global-color-secondary);
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px) {
    .borderless-expert--item_wrap {
        height: 297px;
    }
}
.borderless-expert--item_wrap:hover {
    color: var(--e-global-color-secondary);
}
.day--activated .borderless-expert--item_wrap {
    color: var( --e-global-color-primary );
}
.day--activated .borderless-expert--item_wrap:hover {
    color: var(--e-global-color-primary);
}
.borderless-expert--item_transition {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px;
	z-index: 3;
}
.borderless-expert--item_title {
	display: block;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	padding-bottom: 30px;
    transition: all 0.6s ease-in-out 0s;
}
@media (max-width: 768px) {
    .borderless-expert--item_title {
        font-size: 22px;
        line-height: 30px;
    }
}
.borderless-expert--item_wrap:hover .borderless-expert--item_title {
    padding-bottom: 6px;
}
.borderless-expert--item_description {
	font-size: 22px;
	line-height: 30px;
	max-width: 285px;
	width: 100%;
	display: block;
	font-weight: 300;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .borderless-expert--item_description {
        font-size: 14px;
        line-height: 22px;
    }
}
.borderless-expert--item_bottom {
	position: relative;
	display: block;
	transition: all 0.6s ease-in-out 0s;
	max-height: 0;
    padding-bottom: 0px;
}
.borderless-expert--item_wrap:hover .borderless-expert--item_bottom {
    max-height: 800px;
    padding-bottom: 30px;
}
.borderless-expert--item_button {
	background-color: transparent;
	border-style: solid;
	border-width: 2px;
	border-color: var( --e-global-color-secondary );
	border-radius: 74px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 18px;
	line-height: 1;
	max-width: 120px;
	width: 100%;
}
.day--activated .borderless-expert--item_button {
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
}
.borderless-expert--item_wrap picture {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 1;
}
.borderless-expert--item_wrap picture img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}
.borderless-expert--item_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.borderless-expert--item {
    border: 2px solid transparent;
}
.borderless-expert--item:hover {
    border-color: #fff;
}
.borderless-expert--item_wrap:hover::before {
    opacity: 0;
}
.borderless-expert--item_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity 0.3s ease-in-out 0s;
    opacity: 0;
    background-color: var( --e-global-color-primary );
    background-image: url('images/borderless-expert-box-hover.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
}
.borderless-expert--item:nth-child(3n+1) .borderless-expert--item_wrap::after {
    background-position: 0 66%;
}
.borderless-expert--item:nth-child(3n+2) .borderless-expert--item_wrap::after {
    background-position: 42% 66%;
}
.borderless-expert--item:nth-child(3n) .borderless-expert--item_wrap::after {
    background-position: 80% 66%;
}
@media (max-width: 767px) {
    .borderless-expert--item .borderless-expert--item_wrap::after {
        background-image: none !important;
        background-position: center center !important;
    }
}
.borderless-expert--item_wrap:hover::after {
    opacity: 1;
}
.day--activated .borderless-expert--item_wrap::after {
    background-color: var( --e-global-color-secondary );
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper{
    background-color: black;
    padding-top: 20px;
    margin-top: 4px;
}

/* NAV UPDATE */
/* HEADER */
.elementor-location-header ul.elementor-nav-menu > li.menu-item {
    margin-right: 25px;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item:last-child {
    margin-right: 0px;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item > a {
    padding: 50px 20px;
    border: none;
    color: #fff !important;
}
body.day--activated .elementor-location-header ul.elementor-nav-menu > li.menu-item > a {
    color: #000 !important;
}
.elementor-location-header ul.elementor-nav-menu li.menu-item:hover > .elementor-nav-menu--dropdown,
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children:hover > .mega-dropdown,
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown ul.sub-menu {
    display: block;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown {
    /* display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    width: calc(100vw - 8px);
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0px;
    background: #000;
    background-image: url(./images/Asset-1-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    height: 0; */

    display: block;
    position: fixed;
    top: 120px;
    left: 0;
    right: auto;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding: 0px;
    background: #000;
    background-image: url(./images/Asset-1-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    height: 0;
}
body.logged-in.admin-bar .elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown {
    top: 152px;
}
body.day--activated .elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown {
    background-color: #fff;
    background-image: url(./images/menu-light.png);
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children:hover > .mega-dropdown {
    opacity: 1;
    height: auto;
    padding: 40px 65px;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown ul.sub-menu {
    opacity: 0;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children:hover > .mega-dropdown ul.sub-menu,
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children.menu-item--mega-dropdown-active > .mega-dropdown ul.sub-menu {
    opacity: 1;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children {
    position: static;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > a {
    padding-right: 25px;
}
/* .elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    background: transparent url(./images/bottom-arrow.svg) no-repeat scroll center;
    display: block;
    opacity: 1 !important;
} */
/* .elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(180deg);
} */
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > a > i.fas {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children:hover > a > i.fas {
    transform: translateY(-50%) rotate(180deg);
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown ul.sub-menu {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 80px 80px;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: transparent;
    color: #fff;
}
body.day--activated .elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown ul.sub-menu {
    color: #000;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown a {
    color: #fff;
    padding: 8px 0px;
}
body.day--activated .elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown a {
    color: #000;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown a:hover {
    background-color: transparent;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown ul.sub-menu ul.sub-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: auto;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown > ul.sub-menu > li.menu-item > a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: normal;
    color: inherit;
    font-family: inherit;
    border: none;
    letter-spacing: 2px;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown > ul.sub-menu ul.sub-menu a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: inherit;
    font-family: inherit;
    border: none;
}
.elementor-location-header ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown li.menu-item-parent-label {
    display: none;
}

/* FOOTER */
.elementor-location-footer ul.elementor-nav-menu > li.menu-item > a  {
    color: #fff !important;
}
body.day--activated .elementor-location-footer ul.elementor-nav-menu > li.menu-item > a  {
    color: #000 !important;
}
.elementor-location-footer ul.elementor-nav-menu > li.menu-item:last-child > a  {
    padding-right: 0px;
}

@media (max-width: 1200px) {
    /* FOOTER */
    .elementor-location-footer ul.elementor-nav-menu > li.menu-item > a  {
        font-size: 14px !important;
        line-height: 35px !important;
        padding: 0px 0px 0px 20px;
    }
}

@media (max-width: 992px) {
    /* FOOTER */
    .elementor-location-footer ul.elementor-nav-menu > li.menu-item {
        display: block;
        width: 100%;
    }
    .elementor-location-footer ul.elementor-nav-menu > li.menu-item > a  {
        padding: 0px !important;
    }
}

@media (max-width:1650px) {
    /* HEADER NAV */
    .elementor-location-header ul.elementor-nav-menu > li.menu-item {
        margin-right: 0;
    }
    .elementor-location-header .header-menu > .elementor-element {
        margin-left: auto;
    }
    .elementor-location-header .elementor-menu-toggle {
        color: #fff;
    }
    body.day--activated .elementor-location-header .elementor-menu-toggle {
        color: #000;
    }
    .elementor-location-header .elementor-widget-container > .elementor-nav-menu--dropdown {
        position: absolute;
        top: 53px !important;
        right: -25px;
        width: 100vw;
        height: 100vh;
        margin-top: 0px !important;
        background: #000 url(./images/menu-bg.png) no-repeat fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
    body.day--activated .elementor-location-header .elementor-widget-container > .elementor-nav-menu--dropdown {
        background-color: #fff;
        background-image: url(./images/light-menu-bg.png);
        background-repeat: no-repeat;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu {
        height: 100%;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item {
        margin-right: 0;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item > a {
        padding: 8px 16px;
        color: #fff;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 24px;
        height: 56px;
    }
    body.day--activated .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item > a {
        color: #000;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > a {
        padding-right: 45px;
    }
    /* .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > a::after {
        right: 20px;
    } */
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > a > i.fas {
        right: 20px;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown {
        top: 0px !important;
        padding: 20px !important;
        z-index: 1;
        height: 100%;
        width: 100vw !important;
        background: #000 url(./images/menu-bg.png) no-repeat fixed;
        background-size: cover;
        background-repeat: no-repeat;
        display: none;
    }
    body.logged-in.admin-bar .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown {
        top: 0px !important;
    }
    body.day--activated .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown {
        background-color: #fff;
        background-image: url(./images/light-menu-bg.png);
        background-repeat: no-repeat;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item--mega-dropdown-active > .mega-dropdown {
        display: block;
        opacity: 1;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown ul.sub-menu {
        flex-direction: column;
        gap: 40px;
        width: 100% !important;
        top: auto !important;
        right: auto !important;
        height: 100% !important;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown > ul.sub-menu > li.menu-item > a {
        justify-content: flex-start;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown li.menu-item-parent-label {
        display: block;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown li.menu-item-parent-label a {
        font-weight: 600 !important;
        text-transform: uppercase !important;
        font-size: 16px !important;
    }
    .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown .menu-item-back-link {
        border: none;
        padding: 0;
        color: #fff;
        display: block;
        margin-bottom: 20px;
        background-color: transparent;
    }
    body.day--activated .elementor-location-header .elementor-nav-menu--dropdown ul.elementor-nav-menu > li.menu-item--mega-dropdown.menu-item-has-children > .mega-dropdown .menu-item-back-link {
        color: #000;
    }
}
