.page-title { transform:translateZ(1px); }
.counter {
	font-size:110px;
	font-family:'Questrial';
	line-height:1;
	text-transform:uppercase;
	color:#EFEFEF;
	margin-bottom:0;
	opacity:0;
	transition:all 0.5s ease;
	text-align:right;
	padding-top:30px;
}

#numbers {
	padding-right:25px;
}

#numbers h4 {
	font-size:16px;
	font-family:'Montserrat';
	color:#333;
	line-height:1;
	opacity:0;
	transition:all 0.5s ease;
	text-transform: uppercase;
	text-align: relative;
	font-weight:bold;
}


.about-claim {
	position:absolute;
	width:650px;
	bottom:-220px;
	right:0;
}
.about-claim2 { width:60%; }
.about-claim3 { width:96%; }
.wpb_singleimage_heading { position:absolute; font-size:15px; bottom:5px; font-weight:300; }

.about-services { padding:80px 0 0; }

.about-four { padding:50px 0; }
.about-four h4 { margin-bottom:10px; }

.about-title { margin-left:-250px; top:45vh; }

.about-layer {
	position:fixed;
	top:0;
	left:100vw;
	height:100vh;
	width:100vw;
	background:#fff;
	z-index:118;
	opacity:0;
	transition:all 1s ease-in-out;
}

.about-layer.opened { left:0; opacity:1; }
.about-layer h2 {
	font-family:'Poppins-Bold';
	margin-bottom:30px;
	font-size:25px;
	letter-spacing:1px;
}
.counter-awards { padding:10vh 0; }


/* Clients / Awards */
#awards {
    position: relative;
    height: 100vh;
    width: 1536px;
    overflow: hidden;
    margin: 0 auto;
}


#clients ul {
	height:100%; 
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
}
#awards ul {
	height:100%; 
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}
#clients ul li, #awards ul li {
	display:inline-block;
	width:100%;
	opacity:0;
	transform: translateX(50px);
  	transition: transform 0.5s, opacity 1s;
}
#awards ul li { font-size:13px; }

.awards-overlay {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:1rem;

	h3 {
		font-family:'Questrial';
		font-size:24px;
		line-height:32px;
		text-align:center;
		margin-bottom:clamp(2rem, 5rem, 4vw);
	}
}
.logos {
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	align-items: center;
}
.awards-logos {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-column-gap:4rem;
	grid-row-gap:2rem;
	align-items:center;

	span {
		display: inline-block;
		max-width: 95px;
		vertical-align: middle;
	}
}


#clients {
	position: relative;
	height:auto;
	width:100%;
	overflow: hidden;
	margin: 0 auto;
	padding:0;
	text-align: center;
}
#clients h2.popup-title {
	display: inline-block;
	font-size: 50px;
	font-family:'Poppins';
	text-transform:lowercase;
	height:90px;
}
#clients .projects-logos {
	display:grid;
	grid-template-columns:repeat(auto-fill, minmax(145px, 1fr));
	grid-column-gap:3vw;
	grid-row-gap:1vw;
	height:auto;
	overflow:auto;
	scrollbar-width: none;
}
#clients .projects-logos span {
	padding:0;
	display:flex;
	height:80px;
	text-align:center;
	justify-content:center;
	align-items:center;
}
#clients .projects-logos img {
	max-height:70%;
	max-width:80%;
}

#numbers h3 {
	font-size:40px;
	font-family: 'Poppins';
}

.section-title {
	padding:20px 0;
	text-align:center;
}
.cit {
	padding-inline:6vw;
}

/* MOBILE */
@media screen and (max-width:1024px) {
	#numbers h3 { font-size:30px; }
}
@media screen and (max-width:1024px) and (orientation:portrait) {
	.logos { text-align: center; grid-template-columns: repeat(6, 1fr); }
}
@media screen and (max-width:640px) {
	#numbers .number-box-center { border-right:0 none; border-left:0 none; }
	.counter { /* text-stroke:.2vw #333; -webkit-text-stroke:.2vw #333; */ font-size:50px; }
	#numbers { padding-top:0px; padding-bottom:30px; }
	#numbers .number-box { padding-bottom:0px; }
	
	/*#numbers .number-box:hover .counter { text-stroke:.2vw #333; -webkit-text-stroke:.2vw #333; }*/

	.fav-aw .vc_col-sm-3 { display:inline-block; width:50%; float:left; }
	.fav-aw .wpb_single_image { margin-bottom:0; }

	.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9,
	.vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9,
	.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9,
	.vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
		display: inline-block;
	}
	.fav-row .vc_column_container { display:inline-block; }
	.fav-row .nivoSlider { margin-top:80px; }

	.cit {
		padding-inline:0;

		blockquote {
			margin:0 !important;

			p {
				font-size:20px;
			}

			&::before,
			&::after {
				font-size: 80px;
			}
		}
	}

	#clients, #awards { padding:0 0 30px; overflow-x:none; overflow-y:auto; width:100%; }
	#clients ul, #awards ul {
		height:auto;
		-webkit-column-count:unset;
		-moz-column-count:unset;
		column-count:unset;
	}
	#clients ul li, #awards ul li { transform:none; opacity:1; }

	#clients h2.popup-title {
		display: inline-block;
		position:relative;
		top:25px;
		width:100%;
		left:0;
		transform:none;
		font-size:40px;
		text-align:center;
	}
	#clients .projects-logos {
		grid-template-columns:1fr 1fr;
		grid-column-gap:20px;
		grid-row-gap:20px;
		height:auto;
	}

	.awards-overlay {
		padding-inline:20px;
		gap:0;
	}
	.awards-logos {
	  grid-column-gap: 1rem;
	  grid-row-gap: 1rem;
	  align-items: center;
	}

	.logos { text-align: center; grid-template-columns: repeat(4, 1fr); }
	.counter-awards { padding:0; }
	.awards-page {
		display:inline-block !important;
		width: 100%;
		height:auto;
		margin-top:0;
	}
	#awards ul { margin:0; }
}
