/* image box responsive */
.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
	.responsive-image .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
	}
	.responsive-image .elementor-image-box-img {
		padding-right: 8px !important;
	}
}
	
/* Case studies */
	
.project-title,
.project-description,
.project-btn-link {
color: #111111;
}

.project-title {
	font-weight: 600;
font-size: 32px;
line-height: 38px;
		margin-bottom: 24px;
}

.project-description {
font-weight: 500;
font-size: 20px;
line-height: 28px;
letter-spacing: 0.01em;
			margin-bottom: 40px;
}

.project-tags {
	display: flex;
	margin-bottom: 78px;
	flex-wrap: wrap;
}

.project-tags .tag {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
		display: flex;
    border: 1px solid #E8E8E8;
    padding: 14px;
    width: fit-content;
		margin-right: 16px;
		margin-top: 16px;
	  display: flex;
    align-items: center;
}

.project-tags .tag:last-child {
	margin-right: 0 !important;
}

.tag img{
	width: 30px;
	height: 20px;
	margin-right: 8px;
}

.project-btn-link {
	font-weight: 600;
font-size: 16px;
line-height: 19px;
	padding: 0 !important;
	background-color: #fff !important;
}

.project-btn-link:hover {
	color: #111111 !important;
}

.project-btn-link img {
	margin-left: 16px;
}

.project {
	border: 1px solid #E8E8E8;
	margin-bottom: 40px;
}

.project:hover {
		opacity: 1 !important;
}

.project-details {
	padding: 60px;
	width: 52% !important;
	height: fit-content !important;
}

.project-photo {
	width: 49% !important;
	background-color: #EDEDED;
  display: flex;
  align-items: end;
}

@media only screen and (max-width: 1024px) {
	.project { 
		flex-direction: column-reverse;
	}
	
	.project-details {
		width: 100% !important;
		padding: 16px !important;
	}
	
	.project-photo {
		width: 100% !important;
}
	
	.project-title {
		margin-bottom: 12px !important;
		font-size: 20px !important;
		line-height: 24px !important;
	}
	
	.project-description {
		margin-bottom: 8px !important;
		font-size: 16px !important;
		line-height: 24px !important;
	}
	
.project-tags {
			margin-bottom: 24px !important;
	}
	
	.project-tags .tag {
		font-size: 12px !important;
			padding: 8px !important;
	}
	
	.project-btn-link {
		font-size: 14px !important;
	}
	
	.tag img{
		width: 20px;
		height: 15px;
	}
}

.text-caps {
	text-transform: uppercase;
}

.fw-700 {
	font-weight: 700;
}

.fw-600 {
	font-weight: 600;
}

.fw-500 {
	font-weight: 500;
}

.fw-400 {
	font-weight: 400;
}

.text-dark {
	color: #111111;
}

.text-white {
	color: #ffffff;
}

.text-light {
	color: #2C2C2C;
}

.text-black-1 {
	color: #000000;
}

.text-black-2 {
	color: #0A0911;
}

.p-0 {
	padding: 0;
}

.mr-8px {
	margin-right: 8px;
}

.mt--52px {
	margin-top: -52px;
}

.mt-20px {
	margin-top: 20px;
}

.mb-8px {
	margin-bottom: 8px;
}

.mb-18px {
	margin-bottom: 18px;
}

.mb-20px {
	margin-bottom: 20px;
}

.mb-24px {
	margin-bottom: 24px;
}

.mb-28px {
	margin-bottom: 28px;
}

.mb-80px {
	margin-bottom: 80px;
}

.mb-75px {
	margin-bottom: 75px;
}

.mb-120px {
	margin-bottom: 120px;
}

.w-90 {
	width: 90%;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-20 {
	font-size: 20px;
}

.font-size-24 {
	font-size: 24px;
}

.font-size-52 {
	font-size: 52px;
}

.font-size-32 {
	font-size: 32px;
}

.font-size-34 {
	font-size: 34px;
}

.lh-18 {
	line-height: 18px;
}

.lh-20 {
	line-height: 20px;
}

.lh-24 {
	line-height: 24px;
}

.lh-28 {
	line-height: 28px;
}

.lh-30 {
	line-height: 30px;
}

.flex-col {
	flex-direction: column;	
}

.align-items-center {
	align-items: center;
}

.justify-end {
	justify-content: flex-end !important;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.border-top-gray {
	border-top: 1px solid #C4CEDE;
	padding-top: 40px;
}

.project-header-title {
font-size: 85px;
line-height: 90px;
}

.lh-65 {
	line-height: 65px;
}

.lh-55 {
	line-height: 55px;
}

.lh-40 {
	line-height: 40px;
}

.lh-34 {
	line-height: 34px;
}

.font-size-50 {
	font-size: 50px;
}

.w-25 {
	width: 25% !important;
}

.w-75 {
	width: 75%;
}

.col-2 {
	  flex: 0 0 auto;
    width: 16.66666667%;
}

.col-10 {
	  flex: 0 0 auto;
    width: 83.33333333%;
}

.col-4 {
	flex: 0 0 auto;
  width: 33.33333333%;
	padding-left: 20px;
	padding-right: 20px;
}

.col-5 {
	width: 41.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.maxw-56px {
	max-width: 56px !important;
}

.maxw-145px {
	max-width: 145px !important;
}

.mx-0 {
	margin-left: 0;
	margin-right: 0;
}

.mx--20px {
	margin-left: -20px;
	margin-right: -20px;
}


.bg-team {
	background-image: url('https://enozom.com/wp-content/uploads/2023/02/team.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-duration {
	background-image: url('https://enozom.com/wp-content/uploads/2023/02/duration.png');
	background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
}

.bg-rating {
	background-image: url('https://enozom.com/wp-content/uploads/2023/02/rating.png');
	background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
}

.py-40px {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pl-60px {
	padding-left: 60px;
}

.mb-45px {
	margin-bottom: 45px;
}

.mb-40px {
	margin-bottom: 40px;
}

.mb-12px {
	margin-bottom: 12px;
}

.mb-3px {
	margin-bottom: 3px;
}


.mb-16px {
	margin-bottom: 16px;
}

.mr-16px {
	margin-right: 16px;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

.mr-20px {
	margin-right: 20px;
}

.mr-22px {
	margin-right: 22px;
}

.ml-10px {
	margin-left: 10px;
}

.ml-20px {
	margin-left: 20px;
}

.ml-28px {
	margin-left: 28px;
}

.ml-60px {
	margin-left: 60px;
}

.flex-wrap {
	flex-wrap: wrap;
}

.project-feature .feature-index {
	background-image: url('https://enozom.com/wp-content/uploads/2023/02/circle-red.svg');
	background-repeat: no-repeat;
	background-position: center;
  background-size: contain;
	width: 44px;
  height: 44px;
}

.case-study-details,
.project-section {
	padding: 0 10px;
		font-family: 'NeueHaasGroteskDisplayPro' !important;
	opacity: 100% !important;
}

.dir-reverse .project-section {
	flex-direction: row-reverse;
} 

.mb--24px img{
	margin-bottom: -24px;
}

.text-white  .project-section 
h2, .text-white  .project-section h3 {
		color: white !important;
}

.project-section {
	height: 475px;
	padding: 40px 45px 22px 75px;
}

.project-section img {
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.project-header-title {
		    font-size: 38px;
    		line-height: 45px;
	}
	
	.case-study-details .w-75,
	.case-study-details .w-50,
	.project-section .w-50,
	.project-section .w-45,
	.col-10, .col-4, .col-5, .col-2, .col-7 {
		width: 100%;
	}
	
	.project-feature.w-50 {
		width: 50% !important;
	}
	
	.col-4 {
		padding: 20px 0 !important;
	}
	
	.lh-65 {
    line-height: 40px !important;
	}
	
	.lh-55 {
		line-height: 44px;
	}
	
	.font-size-52 {
		font-size: 40px !important;
	}
	
	.row-responsive {
		margin-top: 24px;
		flex-direction: row !important;
/*     width: 75%; */
    justify-content: space-between;
	}
	
	.font-size-18 {
    font-size: 14px;
	}
	
	.font-size-24 {
    font-size: 16px;
	}
	
	.font-size-20 {
		font-size: 18px;
	}
	
	.font-size-50 {
    font-size: 38px;
	}
	
	.mb--24px img{
		margin-bottom: 0;
	}
	
	.mb-45px {
		margin-bottom: 26px;
	}
	
	.mb-40px {
		margin-bottom: 20px;
	}
	
	.mb-80px {
    margin-bottom: 50px;
	}
	
	.mb-75px {
    margin-bottom: 16px;
	}
		
	.mb-sm-32px {
    margin-bottom: 32px;
	}
	
	.mx--20px {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.mb-120px {
		margin-bottom: 80px;
	}
	
	:is(.bg-rating, .bg-duration,
	.bg-team) h4 {
		margin-bottom: 3px !important;
	}
	
	.pl-60px {
    padding-left: 40px;
	}
	
	.project-screenshots .mr-20px {
		margin-right: 0;
	}

	.project-screenshots .ml-20px {
		margin-left: 0;
	}
	
	.mb-sm-20px {
		margin-bottom: 20px;
	}
	
	.mb-18px {
		margin-bottom: 6px;
	}
	
	.flex-sm-col {
		flex-direction: column;
	}
	
	.project-feature .feature-index 	{
		width: 32px;
    height: 32px;
	}
	
	.project-section {
		height: unset;
		padding: 32px;
	}
		.project-section h2 {
		margin-top: 20px;
	}
	
	.dir-reverse .project-section 	{
		flex-direction: column;
	} 
}

/* .contact-repeated-section {
	background-size: 100% 100% !important;
	z-index: -1 !important;
}
 */

body {
  counter-reset: count;
}

.wrapper {
	overflow: unset !important;	
}

.feature-index span::after {
  counter-increment: count;
  content:'0'counter(count);
}

.added-line::after {
	  content: '';
		display: block;
    width: 100%;
    border-bottom: 4px solid #C4CEDE;
	margin-top: -12px;
}

.showcase-cursor-takeover {
	overflow: hidden;
}

.showcase-cursor-takeover:hover{
	cursor:none;
}
.showcase-cursor-takeover img{
 /* transition: transform .5s;
	 transform: translateY(-50%);*/
	transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
}
.showcase-cursor-takeover img:hover{
-webkit-transform: scale(1.12);
    transform: scale(1.12);
}


.w-full {
	width: 100%;
}

.project-section:hover {
	cursor: url('https://enozom.com/wp-content/uploads/2023/04/custom-cursor.svg'), pointer;
}

.elementor-143 .elementor-element.elementor-element-e9385ef:not(.elementor-motion-effects-element-type-background), .elementor-143 .elementor-element.elementor-element-e9385ef > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: url(https://enozom.com/wp-content/uploads/2022/12/Group-1000000879.png) no-repeat bottom center;
	background-size: cover;
}


footer .footer-width-fixer{
	box-shadow: none!important;
}

.banner-title {
	font-size: 90px!important;
	line-height:90px!important;
	font-weight: 900!important;
}

.position_cover{
    width: 1280px;
    height: 300px;
    border-radius: 16px;
	object-fit: cover;
}

.position_image{
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin-left: 60px;
}

.mt-60{
    margin-top: -60px;
}
.font-size-34px{
        font-size: 34px;
    }
.mt-18px{
    margin-top: 18px;
}

.ml-45{
    margin-left:45px;
}

.pt-80px{
	padding-top:80px;
}
.mr-45{
    margin-right:45px;
}

.mr-880px{
    margin-right:880px;
}
.job-img{
	width:48px;
	height:48px !important;
	border-radius:120px !important;
	margin-left:16px;
}

.job-title{
	    margin: auto;
    	margin-left: 16px;
}

.job-location{
	    margin: auto;
    	margin-left: 100px;
}

.border-card1{
    border-radius: 16px 0px 0px 16px;
    border: 1px   solid var(--divider-color, #E8E7EA);
}

.border-card2{
    border-radius: 0px;
    border: 1px   solid var(--divider-color, #E8E7EA);
}

.border-card3{
    border-radius: 0px 016px 016px 0px;
    border: 1px   solid var(--divider-color, #E8E7EA);
}


.btn-apply{
    font-family: "Neue Haas Grotesk Display Pro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    fill: #FFFFFF;
    color: #FFFFFF!important;
    background-color: #D8262C;
    border-radius: 100px 100px 100px 100px;
    padding: 14px 40px 14px 40px;
}


@media only screen and (max-width: 772px) { 
	.banner-title {
	font-size: 48px!important;
	line-height:48px!important;

}
	
@media only screen and (max-width: 772px) {
    
    .position_cover{
        
        height: 140px !important;
        border-radius: 12px !important;
    }
	.position_image{
        width: 56px;
        height: 56px;
        border-radius: 14px;
		    margin-left: 16px;

    }
	.mt-60 {
		margin-top:-36px;
	}
	.mr-45{
		margin-right:0px;
	}
	.ml-45{
		margin-left:0px;
	}
	.mr-880px {
    margin-right: 80px;
	}
	.ml-60px {
    margin-left: 20px;
	}
	.border-card1 {
    border-radius: 16px 16px 0 0px;
    border: 1px solid var(--divider-color,#e8e7ea);
}
	.border-card3 {
    border-radius: 0 0 16px 16px;
    border: 1px solid var(--divider-color,#e8e7ea);
}
	.p-0{
		padding:0px !important;
		padding-left: 16px !important;
	}
	.job-location{
		margin-left: 80px;
	}
	.ml-s-48{
		margin-left:48px;
	}
	
}

}
.font-size-28px {
	font-size: 28px
}

.justify-content-between {
	justify-content: space-between;
}

.nv-content-wrap ul {
	margin-top: 0;
	font-size: 16px;
}
.nv-content-wrap li {
    margin-top: 2px;
}

.mb-0{
	margin-bottom:0px
}
.mb-2{
	margin-bottom:4px
}
.mb-4 {
	margin-bottom: 20px;
}
.mb-80px {
	margin-bottom: 80px;
}

.pt-40 {
	padding-top: 40px
}
#post-13562 .entry-header,
#post-13239 .entry-header{
	display: none
}

.nv-content-wrap.entry-content {
	line-height: 32px;
}

.back-section {
    position: relative; 
    z-index: -1;
}

.case-details-inner-page{   
    padding: 4rem 0;
    margin-top: 87px;}

		
		@media only screen and (max-width: 1024px) {
	.project-header-title {
		    font-size: 38px;
    		line-height: 45px;
	}
	
	.case-study-details .w-75,
	.case-study-details .w-50,
	.project-section .w-50,
	.project-section .w-45,
	.col-10, .col-4, .col-5, .col-2, .col-7 {
		width: 100% !important;
	}
	
	.project-feature.w-50 {
		width: 50% !important;
	}
	
	.col-4 {
		padding: 20px 0 !important;
	}
	
	.lh-65 {
    line-height: 40px !important;
	}
	
	.lh-55 {
		line-height: 44px;
	}
	
	.font-size-52 {
		font-size: 40px !important;
	}
	
	.row-responsive {
		margin-top: 24px;
		flex-direction: row !important;
/*     width: 75%; */
    justify-content: space-between;
	}
	
	.font-size-18 {
    font-size: 14px;
	}
	
	.font-size-24 {
    font-size: 16px;
	}
	
	.font-size-20 {
		font-size: 18px;
	}
	
	.font-size-50 {
    font-size: 38px;
	}
	
	.mb--24px img{
		margin-bottom: 0;
	}
	
	.mb-45px {
		margin-bottom: 26px;
	}
	
	.mb-40px {
		margin-bottom: 20px;
	}
	
	.mb-80px {
    margin-bottom: 50px;
	}
	
	.mb-75px {
    margin-bottom: 16px;
	}
		
	.mb-sm-32px {
    margin-bottom: 32px;
	}
	
	.mx--20px {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.mb-120px {
		margin-bottom: 80px;
	}
	
	:is(.bg-rating, .bg-duration,
	.bg-team) h4 {
		margin-bottom: 3px !important;
	}
	
	.pl-60px {
    padding-left: 40px;
	}
	
	.project-screenshots .mr-20px {
		margin-right: 0;
	}

	.project-screenshots .ml-20px {
		margin-left: 0;
	}
	
	.mb-sm-20px {
		margin-bottom: 20px;
	}
	
	.mb-18px {
		margin-bottom: 6px;
	}
	
	.flex-sm-col {
		flex-direction: column;
	}
	
	.project-feature .feature-index 	{
		width: 32px;
    height: 32px;
	}
	
	.project-section {
		height: unset;
		padding: 32px;
	}
		.project-section h2 {
		margin-top: 20px;
	}
	
	.dir-reverse .project-section 	{
		flex-direction: column;
	} 
}