/************************************************* Reset */
*,
::before,
::after {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

p {
	font-weight: inherit;
	margin-top: 0;
}

u {
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

ul {
	margin-top: 0;
}


/************************************************* Custom */
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.locked {
	overflow: hidden;
}

svg path {
	fill: currentColor;
}

.clipped img {
	clip-path: polygon(100px 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%, 0 100px);
}

.linkline a {
	text-decoration: underline;
	text-decoration-thickness: 0.5px;
	text-underline-offset: 5px;
}

.autoflow .swiper {
	overflow: visible;
}

.elementor-widget-button.elementor-button-text .elementor-button-icon svg {
	height: auto;
    width: auto;
}
.elementor-widget-button.elementor-button-text .elementor-button-text {
	text-decoration: underline;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}



.logoHolder {
	z-index: 999999;
}



/************************************************* Nav */
.toggleHolder {
	display: flex;
    width: 41px;
    height: 40px;
    position: relative;
    z-index: 1;
    padding: 9px;
}
.toggleHolder span {
    background-color: var(--e-global-color-secondary);
    height: 2px;
    width: 30px;
    position: absolute;
    left: 6px;
}
.toggleHolder span:nth-child(2) {
	top: 28px;	
}



nav {
	background-color: #F64229;
	height: 100vh;
    top: 0 !important;
    position: fixed !important;
    margin: 0 !important;
    width: 100% !important;
    transform: unset !important;
    left: 100%;
    padding: 100px 0 50px 0;
    max-height: unset !important;
    display: flex;
    align-items: end;
    justify-content: start;
    transition: 0.5s;  
}
nav > ul.menu {
	max-width: 1346px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 64px;
    font-family: 'Owners', sans-serif;
    list-style: none;
    color: var( --e-global-color-primary );
}
nav > ul.menu > li {
	margin: 12px 0;
}
nav > ul.menu > li > a {
	color: inherit;	
}
nav > ul.menu > li > a svg {
	display: inline-block;
    width: 29px;
    height: auto;
    opacity: 1 !important;
    position: relative !important;
    margin-right: 30px;
    z-index: -1;
}
nav ul.utils {
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    color: #19262E;
    font-family: Owners;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 78px;
    letter-spacing: 0.45px;

    position: absolute;
    bottom: 53px;
    right: 50px;
}
nav ul.utils li a {
	color: inherit;
	padding: 10px 20px;
}

.back svg path {
	fill: var(--e-global-color-secondary);
}

.megamenu {
	position: fixed;
    background-color: var(--e-global-color-primary);
    left: 100%;
    top: 0;
    height: 100%;
    width: 55%;
    display: flex;
    padding: 0 0 60px 100px;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}
.megamenu > ul {
	color: var( --e-global-color-secondary );
	font-size: 24px;
	font-family: 'Owners', sans-serif;
	padding: 0;
	list-style: none;
	margin-bottom: 35px;
}
.megamenu > ul > li {
	margin: 20px 0;
}
.megamenu > ul > li.title {
	font-family: 'neue-haas-grotesk-display', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.65px;
    opacity: 0.35;
    margin: 0 0 60px 0;
}
.megamenu > ul > li > a {
	color: inherit;
}





header.active .logoHolder img {
	filter: brightness(0.1) hue-rotate(45deg);
}
header.active .toggleHolder span:nth-child(1) {
	transform: rotate(-45deg);
	top: 19px;
}
header.active .toggleHolder span:nth-child(2) {
	transform: rotate(45deg);
	top: 19px;
}
header.active .toggleHolder span {
	background-color: var(--e-global-color-primary);
}
header.active nav {
	left: 0 !important;
}
.menu-item-has-children.active .megamenu {
	left: 45%;
}
.utils.active {
	color: var(--e-global-color-secondary);
}





/************************************************* Form */
form input {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}
form input::placeholder {
	opacity: 0.3 !important;
}
form button {
	margin-top: 70px
}


/************************************************* Single Post */
.single-post h2 {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	margin-bottom: 25px;
}
.single-post h3 {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.single-post h4 {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.single-post h5 {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.single-post h6 {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	text-transform: uppercase;
}
.single-post ul,
.single-post ol {
	padding-left: 15px;
}
.single-post figure {
	padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.single-post figure img {
	width: 100% !important;
}

.tags .elementor-post-info__item-prefix {
	margin-right:10px;
}

.tags .elementor-post-info__terms-list-item {
	background:#E8DFD6;
	padding:5px 10px;
	border-radius:4px;
	margin:0 5px 5px 0;
	color:#000000;
	text-transform:uppercase;
}

.tags .elementor-post-info__terms-list {
	display: flex !important;
    flex-wrap: wrap !important;
	font-size: 0;
}

.tags .elementor-post-info__item--type-terms {
	display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 10px !important;
}

.tags .elementor-post-info__terms-list-item {
	font-size: 15px;
}

/************************************************* Industries */
.industries .imageHolder .imageIcon,
.services .imageHolder .imageIcon {
	opacity: 0;
}
.industries .icon,
.services .icon {
	display: none;
	margin-right:10px;
}

.industries.basic .icon,
.services.basic .icon {
	display: inline;
}
.industries.basic.navy .icon svg path {
	fill: var(--e-global-color-primary) !important;
}
.industries .imageHolder:hover .imageIcon,
.services .imageHolder:hover .imageIcon {
	opacity: 1;
}
.industries.basic .imageHolder,
.services.basic .imageHolder {
	display: none;
}
.industries.basic .heading .elementor-heading-title,
.services.basic .heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    color: var( --e-global-color-primary );
}
.industries.basic .heading, .services.basic .heading {
	max-width: 80% !important;
}
.industries.basic .divider, .services.basic .divider {
	display:none;
}
.industries.basic.invert .heading .elementor-heading-title,
.services.basic.invert .heading .elementor-heading-title {
    color: var( --e-global-color-secondary );
}
.industries.basic .heading .elementor-widget-container,
.services.basic .heading .elementor-widget-container {
	margin: 5px 0;
}
.industries.basic .excerpt,
.services.basic .excerpt {
	display: none;
}
.industries.basic .button,
.services.basic .button {
	display: none;
}
.industries.basic .jet-listing-grid__item:hover .heading .elementor-heading-title,
.services.basic .jet-listing-grid__item:hover .heading .elementor-heading-title {
	text-decoration: underline;
	text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
.industries.invert .icon,
.services.invert .icon {
	opacity: 0.15;
}


/************************************************* Case Studies */
.case-studies .table {
	display: none;
}
.case-studies.full .tag {
	left: 0 !important;
    top: auto;
    bottom: 0;
}
.case-studies.full .tag .elementor-widget-container {
	border-radius: 0;
}
.case-studies.full .breads {
	display: none;
}
.case-studies.full .heading .elementor-heading-title {
	font-size: 32px;
	font-weight: 400;
}
.case-studies.full .table {
	display: flex;
}


/************************************************* New Industries - Points */
.points .jet-listing-dynamic-repeater__items {
	flex-wrap: wrap;
	gap: 24px;
}
.points .jet-listing-dynamic-repeater__item {
	display: flex;
    align-items: start;
    width: 42%;
    gap: 40px;
}
.points .jet-listing-dynamic-repeater__item .content {
	flex-direction: column;
	align-items: start;
}
.points .jet-listing-dynamic-repeater__item h3 {
	font-family: var(--e-global-typography-5ed6492-font-family), Sans-serif;
    font-size: var(--e-global-typography-5ed6492-font-size);
    font-weight: var(--e-global-typography-5ed6492-font-weight);
    line-height: var(--e-global-typography-5ed6492-line-height);
    letter-spacing: var(--e-global-typography-5ed6492-letter-spacing);
    margin: 0 0 10px 0;	
}
.points .jet-listing-dynamic-repeater__item p {
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);	
}


/************************************************* New Industries - Nummies */
.nummies {
	counter-reset: numbers;	
}
.nummies .elementor-widget-container > ol {
	list-style: none;
    padding: 0;
    margin: 0;
}
.nummies .elementor-widget-container > ol > li {
	font-weight: 600;
    border-top: 1px solid #384A54;
    padding: 15px 0 50px;
    display: flex;
        flex-wrap: wrap;
}
.nummies .elementor-widget-container > ol > li::before {
	counter-increment: numbers;
    content: counter(numbers, decimal-leading-zero);
    color: var(--e-global-color-secondary);
    display: inline-block;
    width: 100px;
    min-width: 100px;
}
.nummies .elementor-widget-container > ol > li > ul {
	margin-left: 78px;
    font-weight: 400;
}

    


@media screen and (max-width: 1024px) {
	
	.megamenu { {
		width: 50%;
	}
	.menu-item-has-children.active .megamenu {
	    left: 50%;
	}

}


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

	.clipped img {
/* 		clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px); */
		clip-path: unset;
	}

	.logoHolder.active,
	.toggleHolder.active {
		display: none;
	}
	
	nav {
		padding: 100px 21px 100px 21px;
		height: 100svh;
	}
	nav > ul.menu {
	    font-size: 36px;
	}
	nav > ul.menu > li > a svg{
	    width: 19px;
	    margin-right: 15px;
	}

	
	.megamenu {
		width: 100%;
		padding: 0 0 60px 45px;
	}
	.menu-item-has-children.active .megamenu {
	    left: 0;
	}
	
	nav ul.utils {
	    bottom: 0;
	    right: auto;
	    left: 33px;
	}
	nav ul.utils li a {
	    padding: 10px 15px;
	}
	
	.back {
		transform: rotate(180deg);
	    width: 40px;
	    position: absolute;
	    top: 50px;
        right: 50px;
	}
	
	.utils.active {
		color: #fff;
	}
	.utils.active li:first-child {
		display: none;
	}
	
	.case-studies.full .heading .elementor-heading-title {
		font-size: 26px;
	}
	
	.industries.basic .heading .elementor-heading-title,
	.services.basic .heading .elementor-heading-title {
    	font-size: 32px;
	}

	.points .jet-listing-dynamic-repeater__item {
	    width: 100%;
	}
	
}