/*
Theme Name: Hello Elementor Child
Author: wordpress
Description: Child theme of Hello Elementor 
Version: 1.0
Template: hello-elementor
*/

/* Global */
a,
div,
p,
span,
button {
  outline: none;
}

a {
	transition: 0.3s ease-in-out;
}

html {
  scroll-behavior: auto !important;
}

.elementor-widget-image a {
    display: block;
}

/* Header */
header .header-inner {
    position: fixed;
    z-index: 9;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down {
    top: 50px !important;
}

header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:first-child > a {
    padding-left: 0;
}

header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:last-child > a {
    padding-right: 0;
}

.elementor-nav-menu ul.sub-menu {
    padding: 36px 0;
	min-width: 360px !important;
	max-width: 360px !important;
}

.elementor-nav-menu ul.sub-menu a {
	white-space: break-spaces;
	line-height: 25px;
}

header.adei-sticky .header-inner {
    background-color: #ffffff;
}

.elementor-widget-theme-site-logo img {
    opacity: 1;
}

.elementor-widget-theme-site-logo img.fading-out {
    opacity: 0;
}

header.adei-sticky  nav.elementor-nav-menu--main ul li a {
    color: #18181B !important;
/* 	background: #fff !important; */
}

header.adei-sticky  nav.elementor-nav-menu--main ul li a.elementor-item-active {
	color: #0084FF !important;
}

header.adei-sticky  nav.elementor-nav-menu--main ul li a:hover {
    color: #0084FF !important;
}

header.adei-sticky  nav.elementor-nav-menu--main ul li ul.sub-menu {
	background: #ffffff !important;
}

header.adei-sticky  nav.elementor-nav-menu--main ul li ul.sub-menu li a:hover {
	background: #ffffff !important;
	color: #0084FF !important;
}

header.adei-sticky nav.elementor-nav-menu--main ul li a svg path {
    fill: #18181B;
}

header.adei-sticky nav.elementor-nav-menu--main ul li a:hover svg path {
    fill: #0084FF;
}

header.adei-sticky .header-inner .elementor-widget-button a {
    background: #0084FF !important;
    color: #fff !important;
	border-color: #0084FF !important;
}

header.adei-sticky .header-inner .elementor-widget-button a:hover {
	background: #FCFCFC !important;
    color: #0084FF !important;
	border-color: #0084FF !important;
}

header.adei-sticky .header-inner .elementor-menu-toggle svg path {
    stroke: #18181B;
}

/* Page style */
#hero-video {
    max-height: 100vh;
}

#hero-video:before {
    content: '';
    width: 100%;
    height: 25%;
    background: linear-gradient(0deg, rgba(24, 24, 27, 0.00) 1.03%, #18181B 89.18%);
    z-index: 1;
    position: absolute;
    top: 0;
}

#hero-video:after {
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(24, 24, 27, 0.00) 1.03%, #18181B 89.18%);
    z-index: 1;
    position: absolute;
    bottom: 0;
}

#hero-video .elementor-widget-video:before {
    content: '';
    background:  rgba(0, 0, 0, 0.10);
	z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.hero-section:before {
    content: '';
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(24, 24, 27, 0.00) 1.03%, #18181B 89.18%);
    z-index: 1;
    position: absolute;
    top: 0;
}

.hero-section:after {
    content: '';
    width: 100%;
    height: 50%;
	background: linear-gradient(180deg, rgba(24, 24, 27, 0.00) 1.03%, rgba(24, 24, 27, 0.70) 89.18%);
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.hero-section .hero-image:before {
    content: '';
    background: linear-gradient(0deg, rgba(24, 24, 27, 0.50) 0%, rgba(24, 24, 27, 0.50) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.service-filter button {
    padding: 12px 16px;
    border: 1px solid #18181B;
    border-radius: 0;
    color: #18181B;
    font-family: Montserrat;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.service-filter {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

.service-filter button.active, .service-filter button:hover {
    background: #0084FF;
    color: #fff;
    border-color: #0084FF;
}

.service-filter .filter-title {
    color: #18181B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}

.adei-post-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.adei-posts-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.adei-posts-list.column-2 {
    grid-template-columns: repeat(2, 1fr);
}

.adei-posts-list .post-item {
	position: relative;
}

.adei-posts-list .post-item .post-thumb {
    line-height: 0;
    position: relative;
	z-index: 1;
	overflow: hidden;
}

.adei-posts-list .post-item .post-thumb img {
    width: 100%;
	height: 520px;
    object-fit: cover;
    object-position: center;
	transition: all 0.6s ease-in-out;
}

.adei-posts-list .post-item:hover .post-thumb img{
	transform: scale(1.1);
}

.adei-posts-list .post-item .post-thumb .post-overlay {
    width: 100%;
    height: 240px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(24, 24, 27, 0.00) 0%, #18181B 100%);
    z-index: 9999999;
}

.adei-posts-list .post-item .post-title {
	color: #FFFFFF;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 42px;
    text-align: left;
    margin: 16px 24px 16px 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: none;
    z-index: 2;
}

.adei-post-list-wrapper button.ajax-load-more, .projects-with-location button.ajax-load-more {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    background-color: #0084ff;
    border-style: solid;
    border: 1px solid #0084ff;
    border-radius: 0;
    padding: 20px 58px 15px 58px;
    width: max-content;
    margin: 0 auto;
	transition: 0.3s;
	min-width: 210px;
    position: relative;
}

.projects-with-location button.ajax-load-more {
	margin: 50px auto 0;
}

.adei-post-list-wrapper button.ajax-load-more:hover, .projects-with-location button.ajax-load-more:hover {
	background-color: #FCFCFC;
	border-color: #0084ff;
	color: #0084ff;
}

.ajaxloader {
  width: 30px;
  height: 30px;
  border: 4px dotted #FFF;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
} 

.adei-post-list-wrapper button.ajax-load-more.loading, .projects-with-location button.ajax-load-more.loading {
    font-size: 0;
	background-color: #0084ff;
	border-color: #0084ff;
}

.adei-posts-list.list-layout {
    display: flex;
    flex-direction: column;
    gap: 112px;
}

.adei-posts-list.list-layout .post-item {
    display: flex;
    align-items: center;
    gap: 112px;
}

.adei-posts-list.list-layout .post-item .post-content {
    width: 50%;
}

.adei-posts-list.list-layout .post-item .post-thumb {
    width: 50%;
}

.adei-posts-list.list-layout .post-item .post-thumb img {
    height: 460px;
    width: 100%;
}

.adei-posts-list.list-layout .post-item .post-title {
    position: relative;
    margin: 0 0 12px 0;
    color: #18181B;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 62px;
    text-transform: capitalize;
}

.adei-posts-list.list-layout .post-item p {
    color: #646464;
    font-family: Inter;
    font-size: 20.883px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

.adei-posts-list.list-layout .post-item a.inquire-btn {
    padding: 16px 60px;
    border: 1px solid #0084FF;
    color: #0084FF;
    font-family: "Bebas Neue";
    font-size: 25.667px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.333px;
    text-transform: uppercase;
    display: block;
    width: max-content;
    margin-top: 38px;
	text-align: center;
}

.adei-posts-list.list-layout .post-item a.inquire-btn:hover {
    background-color: #0084FF;
    color: #fff;
}

ul.equipment-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.equipment-list li {
    color: #3F3F46;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

ul.project-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.project-list li a {
    color: #0084FF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-decoration: underline;
}

.elementor-widget-theme-post-content .wp-block-heading {
    color: #18181B;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.elementor-widget-theme-post-content p, .elementor-widget-theme-post-content ul li {
    color: #3F3F46;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

.elementor-widget-theme-post-content h1 {
	font-size: 32px;
	line-height: 45px;
}

.elementor-widget-theme-post-content h2 {
	font-size: 27px;
	line-height: 40px;
}

.elementor-widget-theme-post-content h3 {
	font-size: 22px;
	line-height: 32px;
}

.elementor-widget-theme-post-content h4 {
	font-size: 17px;
	line-height: 26px;
}

.elementor-widget-theme-post-content h5 {
	font-size: 14px;
	line-height: 24px;
}

.elementor-widget-theme-post-content h6 {
	font-size: 12px;
	line-height: 20px;
}

a.cpt-archive-link {
    color: #F4F4F5;
    font-family: "Bebas Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.333px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.gform_wrapper form .gform_fields {
    column-gap: 35px;
    row-gap: 45px;
}

.gform_wrapper form .gform_fields label.gfield_label {
    color: #51525C;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.333px;
}

.gform_wrapper form .gform_fields  .ginput_container input, .gform_wrapper form .gform_fields  .ginput_container textarea {
    padding: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #51525C;
    border-radius: 0;
    color: #51525C;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	outline: none;
}

.gform_wrapper form .gform_fields  .ginput_container input:focus, .gform_wrapper form .gform_fields  .ginput_container textarea:focus {
	border-color: #0084FF;
}

.gform_wrapper form .gform-footer input[type=submit] {
    padding: 16px 60px 13px !important;
    background: #0084FF !important;
    border-radius: 0 !important;
    color: #FFF !important;
    font-family: "Bebas Neue" !important;
    font-size: 25.667px !important;
    font-weight: 400 !important;
    line-height: 23.333px !important;
    border: 1px solid #0084FF !important;
}

.gform_wrapper form .gform-footer input[type=submit]:hover {
    color: #0084FF !important;
    background: #FFF !important;
}

.equipment-list-wrapper, .project-list-wrapper {
    margin-bottom: 50px;
}

.project-list-wrapper .title, .equipment-list-wrapper .title {
    font-family: "Montserrat", Sans-serif;
    font-size: 27px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px;
    color: #18181b;
    margin: 0 0 20px;
}

.project-list-wrapper a.view-all, .equipment-list-wrapper a.view-all {
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 35px;
    color: #0084ff;
	margin-top: 20px;
	display: block;
}

.service-project-cards {
    padding: 112px 0 60px;
}

.service-project-cards .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.service-project-cards .text-block span {
    color: #0084FF;
    font-family: "Bebas Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.service-project-cards .text-block .heading {
    color: #26272B;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 74.667px; /* 155.556% */
    text-transform: uppercase;
    margin: 0;
}

.service-project-cards .header a {
    padding: 16px 60px 14px;
    border: 1.167px solid #0084FF;
    color: #0084FF;
    font-family: "Bebas Neue";
    font-size: 25.667px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.333px;
    text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}

.service-project-cards .header a:hover {
    background: #0084FF;
    color: #fff;
}

.additional-content h2 {
	color: #18181B;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
	text-transform: uppercase;
}

.additional-content h3 {
	color: #18181B;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px;
	text-transform: uppercase;
}

.additional-content h4 {
	color: #18181B;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 32px;
	text-transform: uppercase;
}

.additional-content h5 {
	color: #18181B;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px;
	text-transform: uppercase;
}

.additional-content h6 {
	color: #18181B;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 26px;
	text-transform: uppercase;
}

.additional-content p {
	color: #3F3F46;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.additional-content ul li {
	color: #3F3F46;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.project-detail-wrapper .item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.project-detail-wrapper .item img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.project-detail-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 54px;
	margin-bottom: 50px;
}

.project-detail-wrapper .item .text-block label {
    color: #646464;
    font-family: Inter;
    font-size: 18.667px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 112.5% */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.project-detail-wrapper .item .text-block span {
    color: #0E0E0E;
    font-family: Inter;
    font-size: 20.3px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.988px; /* 137.874% */
}

.project-detail-wrapper .item .text-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 8px;
}

.project-detail-wrapper .item .icon-block {
    line-height: 0;
}

.partners-marquee-wrapper {
    width: 100%;
	padding: 144px 0;
}

.partners-heading {
    text-align: center;
    margin-bottom: 56px;
}

.partners-subtitle {
    display: block;
    color: #0084FF;
    font-family: "Bebas Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.333px;
    text-transform: uppercase;
}

.partners-title {
    color: #26272B;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 74.667px;
    text-transform: uppercase;
    margin: 0;
}

.partners-marquee {
    overflow: hidden;
    width: 100%;
}

.partners-track {
    display: flex;
    width: max-content;
    animation: marquee-scroll linear infinite;
}

.partner-logo {
    flex: 0 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
}

.partner-logo img {
    max-height: 120px;
    width: auto;
}

.partner-logo img:hover {
    opacity: 1;
}

.partners-marquee:hover .partners-track {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}


.post-gallery-wrapper {
    padding: 112px 0;
}

.post-gallery-heading {
    text-align: center;
    margin-bottom: 86px;
}

.post-gallery-subtitle {
    color: #0084FF;
    font-family: "Bebas Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.333px;
    text-transform: uppercase;
}

.post-gallery-title {
    color: #26272B;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 74.667px;
    text-transform: uppercase;
    margin: 0;
}

.gallery-row {
    display: grid;
    gap: 32px;
    margin-bottom: 32px;
    grid-template-columns: repeat(3, 1fr);
}

.gallery-item {
    flex: 1;
}

.gallery-row.is-hidden {
    display: none;
}

.gallery-row .gallery-item {
    line-height: 0;
}

.gallery-row:nth-child(odd) .gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-row:nth-child(even) .gallery-item:nth-child(2) {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-row .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-row.last.items-1 {
    grid-template-columns: 1fr;
}

.gallery-row.last.items-2 {
    grid-template-columns: 1fr 1fr;
}

.gallery-row.last.items-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-row.last .gallery-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
}

.gallery-row.last.items-3 .gallery-item:first-child {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
}

button.gallery-load-more {
    padding: 16px 60px 14px;
    border: 1px solid #0084FF;
    color: #0084FF;
    font-family: "Bebas Neue";
    font-size: 25.667px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.333px; /* 90.909% */
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 50px;
}

button.gallery-load-more:hover, button.gallery-load-more:focus {
    background: #0084FF;
    color: #fff;
}

.post-gallery-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.project-location-wrapper {
    padding: 112px 0;
}

.project-location-wrapper h2 {
    color: #26272B;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 74.667px;
    text-transform: uppercase;
    margin: 0;
}

.map-wrapper {
    margin-top: 40px;
    display: flex;
    gap: 112px;
}

.map-wrapper .loc-buttons span, .projects-with-location span {
    color: #18181B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 35px;
    display: block;
}

.map-wrapper .loc-buttons {
    flex: 0 285px;
}

.map-wrapper .loc-map {
    flex: 1;
	margin-top: 65px;
}

.loc-button-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.loc-button-list button {
    border: 1px solid #18181B;
    padding: 12px 16px;
    color: #18181B;
    font-family: Montserrat;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    border-radius: 0;
}

.loc-button-list button.active, .loc-button-list button:hover, .loc-button-list button:focus {
    background: #0084FF;
    color: #fff;
    border-color: #0084FF;
}

.projects-with-location {
    margin-top: 112px;
	display: inline-grid;
}

#usmapsvg path {
    transition: fill 0.3s ease;
}

#usmapsvg path.active {
    fill: red; 
}

#project-map svg {
    width: 100%;
}

.elementor-widget-posts .elementor-posts--skin-cards .elementor-post__text {
    position: absolute;
    bottom: 0;
    padding: 0 24px 14px;
	z-index: 1;
}

.elementor-widget-posts .elementor-posts--skin-cards .elementor-post__text .elementor-post__title {
    margin: 0;
}

.elementor-widget-posts .elementor-posts--skin-cards .elementor-post__thumbnail__link {
    margin: 0;
}

.elementor-widget-posts .elementor-posts--skin-cards .elementor-post__card:before {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, #18181B00 0%, #18181B 100%);
    height: 50%;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}

.elementor-widget-posts .elementor-posts--skin-cards .elementor-post__card .elementor-post__thumbnail {
    overflow: hidden;
}

.elementor-widget-posts .elementor-posts--skin-cards .elementor-post__card .elementor-post__thumbnail img{
    transition: 0.6s;
}

.elementor-widget-posts .elementor-posts--skin-cards .elementor-post__card .elementor-post__thumbnail img {
	height: 100%;
    object-fit: cover;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.01);
}

.elementor-widget-posts .elementor-posts--skin-cards .elementor-post__card:hover .elementor-post__thumbnail img {
    transform: translate(-50%,-50%) scale(1.1);
}

.post-type-archive-projects .adei-posts-list {
    grid-template-columns: repeat(2, 1fr);
}

ul.adei-contact li strong {
    min-width: 200px;
    display: inline-block;
}

ul.adei-contact li {
    display: flex;
    position: relative;
}

ul.adei-contact {
    padding-left: 50px;
}

ul.adei-contact li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    display: inline-flex;
    background: #3F3F46;
    position: absolute;
    top: 13px;
    left: -20px;
}


/***** Responsive CSS ******/
@media (orientation: landscape) {
	#hero-video {
    	max-height: fit-content;
	}
}

@media screen and (min-width: 1025px) {
	.hidden-desktop {
		display: none !important;
	}	
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.hidden-tab {
		display: none !important;
	}	
}
@media screen and (max-width: 1024px) {
	header .header-inner {
    	background-color: #ffffff;
	}
	
	header .elementor-menu-toggle svg path {
    	stroke: #18181B;
	}
	
	header .header-inner .elementor-widget-button a {
		background: #0084FF !important;
		color: #fff !important;
		border-color: #0084FF !important;
	}
	
	header .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
		background-color: #fff !important;	
		max-height: calc(100vh - 125px) !important;
		overflow-y: auto;
		margin-top: 32px;
	}
	
	header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li a {
		color: #18181B !important;
		justify-content: space-between;
		padding: 16px 26px !important;
        font-family: "Bebas Neue", Sans-serif !important;
        font-size: 24px !important;
		background-color: #fff !important;	
	}
	
	header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li a.elementor-item-active, header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li a:hover {
		color: #0084FF !important;
		background-color: #fff !important;	
	}
	
	header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li a .sub-arrow svg path {
		fill: #18181B !important;
	}
	
	header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li ul.sub-menu{
		border: none !important;	
		padding: 0;
	}
	
	header .elementor-widget-nav-menu .elementor-nav-menu--dropdown ul li ul.sub-menu li a {
		font-family: "Montserrat", Sans-serif !important;
		color: #26272B;
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: 24px !important;
		padding: 12px 34px !important;
	}
	
	header .elementor-nav-menu--dropdown {
    	border-top: 1px solid #A0A0AB !important;
	}
	
	#hero-video .heroContent {
		position: relative;
		top: auto;
		bottom: auto;
	}
	
	.service-filter {
		gap: 20px;
	}

	.adei-posts-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.adei-posts-list .post-item .post-title {
    	font-size: 35px;
		line-height: 45px;
	}
	
	.post-gallery-subtitle {
		font-size: 26px;
	}

	.post-gallery-title {
		font-size: 40px;
	}

	.post-gallery-heading {
		margin-bottom: 56px;
	}

	.service-project-cards .text-block span {
		font-size: 26px;
	}

	.service-project-cards .text-block .heading {
		font-size: 40px;
		line-height: 52px;
	}
	
	a.cpt-archive-link {
    	font-size: 26px;
	}
	
	.service-project-cards {
    	padding: 72px 0 60px;
	}
	
	.project-detail-wrapper .item img {
		width: 40px;
		height: 40px;
	}
	
	.partners-subtitle {
		font-size: 26px;
	}

	.partners-title {
		font-size: 40px;
		line-height: 52px;
		margin-top: 20px;
	}
	
	.adei-posts-list.list-layout .post-item {
    	gap: 72px;
	}
	
	.adei-posts-list.list-layout {
		gap: 72px;
	}
	
	.project-location-wrapper h2 {
		font-size: 40px;
	}

	.map-wrapper {
		flex-direction: column-reverse;
		gap: 0;
	}

	.map-wrapper .loc-map {
		margin: 0;
	}

	.loc-button-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	.projects-with-location {
		margin: 0;
	}
	
	.heroContent .elementor-heading-title {
		color: #18181B !important;
	}
	
	#hero-video .elementor-widget-video:before {
		background: linear-gradient(0deg, rgba(24, 24, 27, 0.50) 0%, rgba(24, 24, 27, 0.10) 100%);
	}
	
	#hero-video:before {
    	background: linear-gradient(0deg, rgba(24, 24, 27, 0.00) 100%, #18181B 100%);
	}
	
	#hero-video:after {
    	background: linear-gradient(180deg, rgba(24, 24, 27, 0.00) 100%, #18181B 100%);
	}
	
	.hero-section .hero-image:before {
    	background: linear-gradient(0deg, rgba(24, 24, 27, 0.20) 0%, rgba(24, 24, 27, 0.20) 100%);
	}
	
	.hero-section:before {
    	background: linear-gradient(0deg, rgba(24, 24, 27, 0.00) 100%, #18181B 100%);
	}
	
	.hero-section:after {
		background: linear-gradient(180deg, rgba(24, 24, 27, 0.00) 1.03%, rgba(24, 24, 27, 0.70) 89.18%);
	}
	
	.elementor-widget-posts .elementor-posts--skin-cards .elementor-post__card:before {
    	background-image: linear-gradient(180deg, #18181B00 50%, #18181B 100%);
	}
	
	.adei-posts-list .post-item .post-thumb .post-overlay {
    	background: linear-gradient(180deg, rgba(24, 24, 27, 0.00) 50%, #18181B 100%);
	}
	
}
@media screen and (max-width: 767px) {
	.hidden-mobile {
		display: none !important;
	}
	
	.mobile-footer-menu ul.elementor-nav-menu li a {
    	justify-content: space-between;
	}

	.heroContent .elementor-heading-title {
		text-align: center;
	}
	
	.heroContent .elementor-widget-button a {
    	width: 100%;
	}
	
	#hero-video .elementor-widget-video video.elementor-video {
		min-height: 325px;
		object-position: left;
	}
	
	header .elementor-widget-nav-menu .elementor-nav-menu--dropdown {
		margin-top: 12px;
	}
	
	header .elementor-widget-nav-menu .elementor-nav-menu--dropdown .header-getaquote--clone {
		padding: 24px 16px 32px;
		border-top: 1px solid #A0A0AB;
		margin-top: 24px;
	}
	
	header .elementor-widget-nav-menu .elementor-nav-menu--dropdown .header-getaquote--clone a{
		width: 100%;
	}
	
	.service-filter {
		gap: 10px;
	}

	.service-filter button {
		padding: 5px 10px;
		font-size: 14px;
	}

	.service-filter .filter-title {
		font-size: 14px;
	}

	.adei-posts-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.adei-posts-list .post-item .post-title {
		font-size: 30px;
		line-height: 42px;
	}
	
	.adei-posts-list .post-item .post-thumb img {
		height: 490px;
	}
	
	a.cpt-archive-link {
    	font-size: 24px;
	}
	
	.post-gallery-wrapper {
		padding: 72px 0;
	}

	.post-gallery-subtitle {
		font-size: 24px;
	}

	.post-gallery-title {
		font-size: 32px;
		line-height: 52px;
	}

	.gallery-row {
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0;
		row-gap: 18px;
		margin-bottom: 18px;
	}

	.gallery-row .gallery-item {
		grid-column: auto !important;
	}
	
	.elementor-widget-theme-post-content .wp-block-heading {
		font-size: 22px;
		line-height: 32px;
	}

	.elementor-widget-theme-post-content p {
		font-size: 17px;
		line-height: 26px;
	}
	
	.project-list-wrapper .title, .equipment-list-wrapper .title {
		font-size: 24px;
	}

	ul.equipment-list li {
		font-size: 18px;
	}

	.project-list-wrapper a.view-all, .equipment-list-wrapper a.view-all {
		font-size: 18px;
	}

	ul.project-list li a {
		font-size: 18px;
	}
	
	.adei-posts-list.column-2 {
    	grid-template-columns: repeat(1, 1fr);
	}
	
	.service-project-cards .text-block span {
		font-size: 24px;
	}

	.service-project-cards .text-block .heading {
		font-size: 32px;
		line-height: 42px;
	}
	
	.service-project-cards .header a {
		margin-top: 30px;
		width: 100%;
	}
	
	.additional-content h2 {
		font-size: 22px;
		line-height: 32px;
	}
	
	.partners-marquee-wrapper {
    	padding: 72px 0;
	}
	
	.partners-subtitle {
		font-size: 24px;
	}

	.partners-title {
		font-size: 32px;
		line-height: 40px;
		margin-top: 10px;
	}
	
	.adei-posts-list.list-layout .post-item {
		flex-direction: column;
		gap: 40px;
	}

	.adei-posts-list.list-layout .post-item .post-thumb {
		width: 100%;
	}

	.adei-posts-list.list-layout .post-item .post-content {
		width: 100%;
	}

	.adei-posts-list.list-layout .post-item .post-title {
		font-size: 30px;
		line-height: 40px;
	}

	.adei-posts-list.list-layout .post-item p {
		font-size: 17px;
		line-height: 26px;
	}

	.adei-posts-list.list-layout .post-item a.inquire-btn {
		width: 100%;
	}

	.adei-post-list-wrapper button.ajax-load-more, .projects-with-location button.ajax-load-more {
		width: 100%;
	}
	
	.project-location-wrapper h2 {
		font-size: 32px;
		line-height: 46px;
	}

	#project-map svg {
		margin-top: -150px;
	}

	.map-wrapper .loc-buttons {
		margin-top: -100px;
	}
	
	.project-location-wrapper {
		padding: 72px 0;
	}
	
	.gallery-row.last.items-2 {
		grid-template-columns: 1fr;
	}
	
	footer .elementor-nav-menu--dropdown .elementor-sub-item {
		font-size: 16px !important;
	}
	
	.loc-button-list {
		overflow-x: auto;
	}
	
	.gform_wrapper form .gform_fields {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.partner-logo img {
		max-height: 36px;
	}
	
	.partner-logo {
    	padding: 0 16px;
	}
}