@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');

@font-face {
	font-family: 'SF-display';
	src: url('fonts/SFUIDisplay-Bold.eot');
	src: url('fonts/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/SFUIDisplay-Bold.woff2') format('woff2'), url('fonts/SFUIDisplay-Bold.woff') format('woff'), url('fonts/SFUIDisplay-Bold.ttf') format('truetype'), url('fonts/SFUIDisplay-Bold.svg#SFUIDisplay-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'SF-display';
	src: url('fonts/SFUIDisplay-Semibold.eot');
	src: url('fonts/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/SFUIDisplay-Semibold.woff2') format('woff2'), url('fonts/SFUIDisplay-Semibold.woff') format('woff'), url('fonts/SFUIDisplay-Semibold.ttf') format('truetype'), url('fonts/SFUIDisplay-Semibold.svg#fonts/SFUIDisplay-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'SF-display';
	src: url('fonts/SFUIDisplay-Medium.eot');
	src: url('fonts/SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/SFUIDisplay-Medium.woff2') format('woff2'), url('fonts/SFUIDisplay-Medium.woff') format('woff'), url('fonts/SFUIDisplay-Medium.ttf') format('truetype'), url('fonts/SFUIDisplay-Medium.svg#SFUIDisplay-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'SF-display';
	src: url('fonts/SFUIDisplay-Light.eot');
	src: url('fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'), url('fonts/SFUIDisplay-Light.woff2') format('woff2'), url('fonts/SFUIDisplay-Light.woff') format('woff'), url('fonts/SFUIDisplay-Light.ttf') format('truetype'), url('fonts/SFUIDisplay-Light.svg#SFUIDisplay-Light') format('svg');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'SF-display';
	src: url('fonts/SFUIDisplay-Regular.eot');
	src: url('fonts/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SFUIDisplay-Regular.woff2') format('woff2'), url('fonts/SFUIDisplay-Regular.woff') format('woff'), url('fonts/SFUIDisplay-Regular.ttf') format('truetype'), url('fonts/SFUIDisplay-Regular.svg#SFUIDisplay-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SF-Pro-Light';
	src: url('fonts/SFProDisplay-Light.eot');
	src: url('fonts/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Light.woff2') format('woff2'), url('fonts/SFProDisplay-Light.woff') format('woff'), url('fonts/SFProDisplay-Light.ttf') format('truetype'), url('fonts/SFProDisplay-Light.svg#SFProDisplay-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'SF-Pro-Bold';
	src: url('fonts/SFProDisplay-Bold.eot');
	src: url('fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/SFProDisplay-Bold.woff2') format('woff2'), url('fonts/SFProDisplay-Bold.woff') format('woff'), url('fonts/SFProDisplay-Bold.ttf') format('truetype'), url('fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/********************************************************************Common css***********************************************/
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,div{
	vertical-align:top;
}
*{
	outline:none;
}
li,ol{
	list-style-type:none;
	list-style-image:none;
	list-style:none;
}
img{
	border:0px; max-width:100%;
}
textarea {
    resize: none;
}
input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}
a{
	text-decoration:none;
	}
input, textarea, select, body {
	font-size: 14px;
	font-family: 'SF-display'; font-weight:normal;
}
/************************************* Reset End Styles ********************************/
/************************************* Common Styles ********************************/
.rightAlign{
	text-align:right;
	}
.centerAligned{
	text-align:center;
	}
.centeredBlock{
	margin-left:auto;
	margin-right:auto;
	float:none;
	}
.fullWidth{
	width:100%;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.posRelative{
	position:relative;
}
.absolutePos{
	position:absolute;
}
.textDecorationNone{
	text-decoration:none;
}
.textDecorationUnderline{
	text-decoration:underline;
}
.fontWeightBold{
	font-weight:bold;
}
.clearBoth{
	clear:both;
}
.clearRight{
	clear:right;
	}
input, textarea, select, body, .smallTop a, .mainMenu a{
	color:#868686;
}
.compList ul li, .menuHolder ul li a span:after, .menuHolder, .scrollTop{
	transition:all linear 200ms;
	-moz-transition:all linear 200ms;
	-webkit-transition:all linear 200ms;
	-ms-transition:all linear 200ms;
	}
.compInfo, .projectsInfoHolder{
	transition:all linear 300ms;
	-moz-transition:all linear 300ms;
	-webkit-transition:all linear 300ms;
	-ms-transition:all linear 300ms;
}
.compLogoHolder, .compLogo, .visitSite{
	transition:all linear 300ms 150ms;
	-moz-transition:all linear 300ms 150ms;
	-webkit-transition:all linear 300ms 150ms;
	-ms-transition:all linear 300ms 150ms;
}
.safeArea{
	margin:0 auto;	
	padding:0 25px;
}
/************************************* Common End Styles ********************************/
/************************************* Website Styles ********************************/

.mainBanner{background-position:center center; background-repeat:no-repeat; background-size:cover; height:100vh; padding:0; overflow:hidden;}
.mainBanner .safeArea{max-width:1380px;}
.logoHolder {width: 150px; float: none; display: inline-block; margin: 0 auto;}
body.menuOpen .logoHolder {float: left;}
.menuHolder{float:right;}
.menuHolder ul li{display:block;}
.menuHolder ul li a{color:#ffffff; font-size:18px; font-weight:200; display:block; padding:21px 15px; text-transform:uppercase;}
.menuHolder ul li a span{position:relative;}
.menuHolder ul li a span:after{content:""; right:100%; height:1px; background-color:#fff; position:absolute; left:0; bottom:-5px;}
.menuHolder ul li a:hover span:after, .menuHolder ul li.selected a span:after{content:""; right:5px; width:auto; height:1px; background-color:#fff; position:absolute; left:0; bottom:-5px;}
.logoHolder img{display:inline-block; width:100%;}

body.menuOpen{position:fixed; width:100%; height:100%; left:0; top:0; overflow:hidden;}
.menuOpen .menuHolder{opacity:1; visibility:visible; top:0;}
.menuOpen .menuIcon{background-image:url(../images/Close_Icon_Desktop.svg); background-repeat:no-repeat; background-position:center center;}


.topMenuHolder{position:absolute; left:45px; right:45px; top:40px; z-index:7; text-align:center;}
.bannerCaption {text-align: left;max-width: 245px;margin: 0 auto;margin-bottom: 25px;position: absolute;z-index: 5;left: 0;padding: 20px;background-color: #fff;}
.bannerCaption h1 {color: #000; font-size: 35px; margin-bottom: 0; display: inline-block; font-weight: 700; position: relative;text-align: left; text-transform: none; letter-spacing: 0;line-height: 37px;}
.bannerCaption h1:after{content:""; position:absolute; top:100%; height:1px; background-color:#fff; width:200px; left:50%; margin-left:-100px;}
.bannerCaption h2{margin-top: 15px; color:#000; font-size:17px; font-weight:200; letter-spacing:2px; line-height:20px;}
.scrollDown{width:100%; position:absolute; bottom:25px; left:0;text-align:center; z-index:5;}
.scrollDown a{ color:#fff; display:inline-block; background-image:url(../images/ArrowDown_Icon.svg); background-position: center bottom; background-repeat:no-repeat; font-weight:200; width:45px; height:45px;}

.topMenuHolder.subpage {
	position: relative;
	background-color: #000;
	padding: 17px 0;
	left: 0;
	top: 0;
	right: 0;
}
.bannerCaptionImage{position:relative; z-index:5;}
.servicesBlock{text-align:center; background-color:#f2f2f2;}
.servicesBlock .swiper-pagination{width:100%; display:none;}
.servicesBlock .swiper-pagination-bullet{margin:0 5px;}
.servicesBlock .swiper-slide{height:300px !important;}
.servicesList{position:relative; max-width: 1300px; margin: 0 auto;}
.servIcon{text-align:center; max-width: 80px !important; margin: 0 auto 20px;}
.servTitle{color:#000000; font-size:20px; font-weight:500; margin-bottom:20px;}
.servDesc{color:#000000; font-size:12px; letter-spacing:1px; font-weight:200;  min-height:125px;}

.hpBlock{padding:50px 0;}
.hpBlock h2{font-size: 40px; color: #0c0c0c; font-weight: 500; display: inline-block; position: relative; margin-bottom: 16px; line-height: 40px;}
.blockSummary{color:#000; font-size:17px; font-weight:200; left:4px; line-height:25px; width:700px; margin:0 auto 30px auto;}
.swiper-wrapper{margin-bottom:20px;}
.moreSlides{text-align:right; margin-right:40px;}
.moreSlides a{color:#000; font-size:15px; font-weight:500; background-image:url(../images/MoreArrow_Icon.svg); background-position:right center; padding-right:25px; text-decoration:underline; background-repeat:no-repeat; background-size:15px auto; text-transform:uppercase;}
.serviceHolder{padding:30px; box-sizing:border-box;}

.mttImg{height:400px; background-position:center center; background-size:cover; background-repeat:no-repeat; margin-bottom:47px; position:relative;}


.borderBtn {
    text-align: center;

}
.mttImg .borderBtn {
    text-align: center;
    position: absolute;
    bottom:-120px;
    left: 0;
    width: 100%;
    padding: 20px 0;
}

.borderBtn a{padding:20px 65px; border:1px solid #000; color:#000000; letter-spacing:4px; text-transform:uppercase; display:inline-block;}
.mttImg .borderBtn a{color:#000; border:1px solid #000;}
.borderBtn a:hover{background-color:#000; color:#fff;}

.hpBlock.projectsblock{padding:0;}
.projectsList ul{width:100%; display:inline-block;}
.projectsList ul li{float:left; width:25%;position:relative;}
.projectsList ul li.viewAllproject{background-color:#000;}
.projectsList ul li .innerBlockHolder{}
.projectsList ul li .projectImg{position:absolute; left:0; top:0; width:100%; height:100%;}
.projectsList ul li .projectImg img{width:100%; height:100%; object-fit: cover;}

.projectsInfoHolder{height:0; position:relative; z-index:4; text-align:center; padding:100% 50px 0; opacity:0; visibility:hidden; background-color:rgba(0,0,0,0.8);}
.projectsList ul li.viewAllproject .projectsInfoHolder{opacity:1; visibility:visible;padding-top:100%;}
.projectsList ul li.viewAllproject h3{color:#fff; font-size:35px; letter-spacing:3px; text-transform:uppercase; margin-bottom:40px; font-weight:500;}
.projectsList ul li .allProjectsList a{color:#ffffff; font-size:16px; text-transform:uppercase; letter-spacing:2px; font-weight:200; /*padding-right:30px; background-image:url(../images/MoreArrow-white_Icon.svg); background-position:right center; background-repeat:no-repeat;*/}
.projectsList ul li .allProjectsList a:hover{text-decoration:none;}
.projectsList ul li h3{margin-bottom:20px;}
.projectsList ul li h3 a{font-size:22px; color:#fff; text-transform:uppercase; letter-spacing:3px; font-weight:500;}
.projectsList ul li h4{font-size:18px; color:#fff; letter-spacing:3px; font-weight:200; margin-bottom:30px;}
.projectsList ul li .projSummary{color:#ffffff; font-size:14px; letter-spacing:3px; font-weight:200; margin-bottom:50px;}
.projectsList ul li .borderBtn a{padding:20px 65px; display:inline-block; border:1px solid #fff; color:#fff;}
.projectsList ul li .borderBtn a:hover{background-color:#fff; color:#000;}
.projectsList ul li:hover .projectsInfoHolder{opacity:1; visibility:visible;}

.testimonialsBlock .safeArea{max-width:800px;}
.testimonialHolder{margin-bottom:60px;}
.testimonialImg{display:inline-block; border-radius:50%; overflow:hidden; margin-bottom:40px;}
.testimonialText{font-size:16px; font-weight:200; font-style:italic; letter-spacing:3px; margin-bottom:30px; line-height:20px;}
.testimonialClientName{font-size:14px; color:#000000; font-weight:500;}
.mediaBlock{background-color:#f2f2f2;}
.mediaBlock .blockSummary{text-align:center;}
.swiper-pagination-bullet-active{background-color:#000;}
@media all and (min-width: 1021px){
.mediaBlock .swiper-wrapper{display:inline-block; width:100%; margin-bottom:100px;}
.mediaBlock .swiper-wrapper .swiper-slide{float:left; width:32%; margin-right:2%; background-color:transparent; text-align:left;}
.mediaBlock .swiper-wrapper .swiper-slide:nth-child(3n){margin-right:0;}
}
.newsImg{margin-bottom:40px;}
.newsImg img, .newsImg a{width:100%; display:block;}
.newsTitle{margin-bottom:25px;}
.newsTitle a{font-size:18px; font-weight:200; color:#000; letter-spacing:4px; line-height:25px;}
.newsDate{font-size:15px; color:#808080; font-weight:200; margin-bottom:20px;}
.mediaBlock .loadMore{text-align:left;}

.mediaBlock.spHolder .swiper-wrapper{margin-bottom:0;}
.addressInfoBlock{float:left; width:40%; margin-right:4%;}
.contactFormBlock{float:left; width:56%;}
.contactFormBlock h3{font-size:18px; margin-bottom:40px; text-transform:none; font-weight:500; color:#fff; line-height:40px;}
.addressInfoBlock h2{text-transform:none;}
/******************************Swiper***************************************/
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{color:#000; font-size:15px; font-weight:500; background-image:url(../images/MoreArrow_Icon.svg); background-position:right center; padding-right:25px; text-decoration:underline; background-repeat:no-repeat; background-size:15px auto; text-transform:uppercase; width:auto; height:auto;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{color:#000; font-size:15px; font-weight:500; background-image:url(../images/lessArrow_Icon.svg); background-position:left center; padding-left:25px; text-decoration:underline; background-repeat:no-repeat; background-size:15px auto; text-transform:uppercase; width:auto; height:auto;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled, .mediaList .swiper-button-next, .mediaList .swiper-button-prev {opacity: 0.4;}
.swiper-button-next, .swiper-button-prev{top:100%; margin-top:20px;}
/***************************Subpage****************************************/
.subpage .mainBanner{position:relative;}
.blackRibbon{background-color:#000; padding:30px 15px; text-align:center; color:#fff;}
.blackRibbon .safeArea{max-width:550px;}
.blackRibbon h1{font-size:35px; font-weight:500; letter-spacing:5px; margin-bottom:15px; color:#fff;}
.blackRibbon h2{font-size:17px; font-weight:200; line-height:30px;}
.selectClient{display:none;}
.spBlock{padding:50px 0;}

.meetTheTeam .subpagePageRibbon{padding:90px 0;}
.empList ul{width:100%; display:inline-block;}
.empList ul li{float:left; width:24.25%; margin-right:1%; margin-bottom:15px;}
.empList ul li:nth-child(4n){margin-right:0;}
.empList ul li .empInfo{padding:25px 20px; background-color:#f2f2f2; text-align:center; min-height:250px;}
.empList ul li .empImg img{width:100%; display:block;}
.empList ul li .empName{margin-bottom:8px;}
.empList ul li .empName a{text-transform:uppercase; color:#000000; font-size:21px; font-weight:500; letter-spacing:2px;}
.empList ul li .empPosition{margin-bottom:5px; color:#666666; font-size:17px; font-weight:500;}
.empList ul li .empPosition span{position:relative; padding:0 8px;}
.empList ul li .empPosition span:after{content:""; background-color:#000000; height:1px; width:20px; position:absolute; right:100%; top:50%;}
.empList ul li .empPosition span:before{content:""; background-color:#000000; height:1px; width:20px; position:absolute; left:100%; top:50%;}
.empList ul li .empDesc{color:#000000; font-size:15px; font-weight:200; margin-bottom:30px;}
.empList ul li .followLink a{border:1px solid #000; color:#000; padding:10px; display:none;}

.smLinks ul li{float:none; display:inline-block; width:auto; margin-bottom:0; margin-right:15px;}
.smLinks ul li a{display:flex; width:45px; height:45px; border-radius:50%; justify-content:center; align-items:center; color:#000; border:1px solid #000000; font-size:20px;}
.smLinks ul li a:hover{color:#ffffff; background-color:#000000;}
.empList ul li .empMail{background-color:#000; text-align:center; padding:15px 0;}
.empList ul li .empMail a{color:#fff; font-size:13px; letter-spacing:2px;}

.footer{background-color:#000; padding:30px 0; color:rgba(255,255,255,0.7); font-size:12px; font-weight:200;}
.footer a{color:rgba(255,255,255,0.7); text-decoration:underline;}
.footer a:hover{text-decoration:none;}

.cpHolder, .desDev{float:left; margin-right:20px; margin-top:9px;}
.itslogo{float:right; width:60px;}
.itslogo img{width:100%; display:block;}

h1{font-size:35px; color:#000000; letter-spacing:4px; text-transform:uppercase; text-align:center; margin-bottom:50px;}

.spBlock.contactPage{padding-bottom:0;}
.branchesList{margin-bottom:50px;}
.branchesList ul{width:100%; display:inline-block;}
.branchesList ul li{width:32%; margin-right:2%; text-align:center; float:left;}
.branchesList ul li:nth-child(3){margin-right:0;}
.branchesList ul li .countryHolder{border:1px solid #bababa; padding:35px 50px;}
.branchesList ul li h2{color:#bababa; font-size:54px; font-weight:500; margin-bottom:25px; text-transform:uppercase; letter-spacing:4px;}
.branchesList ul li .countryDesc{text-align:center; color:#000; font-size:18px; font-weight:200; margin-bottom:50px;}
.branchesList ul li .phoneNumber{text-align:centere;}
.branchesList ul li .phoneNumber span{padding:15px 30px; background-color:#f2f2f2; color:#000000; font-weight:500; font-size:16px;}
.contactPage .smLinks{text-align:center; margin-bottom:50px;}
.contactBlock{background-color:#000; padding:60px 0;}
.contactBlock h2{ margin-bottom:30px; font-size:30px; font-weight:500; color:#fff; letter-spacing:4px; text-align:left;}
.infoText{font-weight:200; font-size:16px; color:#808080; line-height:25px; letter-spacing:3px;}
.addressAndContactInfo{margin-bottom:30px;}
.addressAndContactInfo .addressText{margin-bottom:30px;}
.addressAndContactInfo .borderBtn{margin-top:30px; text-align:left;}
.addressAndContactInfo .borderBtn a{padding:25px 55px;border-color:#fff; color:#fff; display:inline-block; box-sizing:border-box;}
.addressAndContactInfo .borderBtn a:hover{background-color:#fff; color:#000;}

.openingHours{margin-bottom:30px;}
.openingHours h4{font-size:18px; color:#fff; text-transform:uppercase; margin-bottom:20px; position:relative; padding-bottom:10px;}
.openingHours h4:after{content:""; width:30px; border-top:1px solid #fff; position:absolute; left:0; top:100%;}

.formHolder .formRow{width:48%; float:left; margin-right:4%;}
.formHolder .formRow:nth-of-type(2n){margin-right:0;}
.formHolder .formRow.fullWidth{width:100%; float:none; margin-right:0; margin-bottom:40px;}
.formHolder .formRow .inputHolder, .formHolder .formRow .textareaHolder {position: relative;}
.formHolder .formRow .inputHolder input, .formHolder .formRow .inputHolder textarea{width:100%; background-color:transparent; border:0 none; border-bottom:2px solid #606060; padding:8px 0; font-weight:200; color:#ffffff;}
/*.formHolder .formRow .inputHolder textarea::-webkit-input-placeholder {color:#ffffff;}*
.formHolder .formRow .textareaHolder textarea{width:100%; height:70px;}
.formHolder .formRow{margin-bottom:15px;}
.formHolder .formRow .labelHolder{margin-bottom:10px;}
.formHolder .formRow .labelHolder label{color:#fff; font-weight:200; font-size:16px;}
.submitBtn{text-align:right;}
.submitBtn input{padding:15px 20px; background-color:#fff; color:#000; text-transform:uppercase; letter-spacing:4px; border:0 none; cursor:pointer;}
.submitBtn input:hover{background-color:#333333; color:#fff;}



.validation .error {
    color: red;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    margin-top: 0;
    opacity: 0;
    visibility: inherit;
    z-index: 4;
    font-weight: 200;
}

/*.validation .error {opacity: 1; visibility: visible; margin-top: 5px;}*/
.error {color: red; position: absolute; left: 0; top: 100%; background-color: #fff; padding: 5px 15px; font-size: 12px; margin-top: 0; opacity: 0; visibility: inherit; z-index: 4; font-weight:200;}
.error:after {border-left: 5px solid rgba(255,255,255,0); border-right: 5px solid rgba(255,255,255,0); border-bottom: 5px solid rgba(255,255,255,1); content: ""; position: absolute; left: 15px; bottom: 100%;}
.hpBlock.clientsPage {padding: 50px 0 0;}
.clientsCats{text-align:center; margin:0 auto 55px; max-width:66%;}
.clientsCats ul li{display:inline-block; padding:0 10px; position:relative; margin:0 10px 10px;}
.clientsCats ul li:after{content:"/"; position:absolute; right:-14px; top:0; color:#999999; font-size:16px;}
.clientsCats ul li a{text-transform:uppercase; color:#999999; font-size:16px; font-weight:500;}
.clientsCats ul li a:hover, .clientsCats ul li a.selected{color:#000;}
.clientsCats ul li:last-child:after {display:none;}

.clientsList ul{width:100%; display:inline-block; margin-bottom:20px;}
.clientsList ul li{width:24%; margin-right:1%; float:left; margin-bottom:10px;min-height: 210px;}
.clientsList ul li a{display:block;}
.clientsList ul li a img{width:100%; display:block;}
.clientsList ul li:nth-child(4n){margin-right:0;}
/* .clientsList ul li:last-child,.clientsList ul li:nth-last-child(2), .clientsList ul li:nth-last-child(3){margin-bottom:0;} */

.loadMore{text-align:center;}
.loadMore a{text-decoration:underline; color:#000; text-transform:uppercase; letter-spacing:2px; font-size:14px;}
.loadMore a:hover{text-decoration:none;}

.spHolder{padding:100px 0;}
/*.projectsblock .safeArea{max-width:100%;}*/
.spHolder.projectsblock{padding:100px 0;}
.spHolder.projectDetailsblock{padding:0;}
.spHolder.meetTheTeam{padding:0;}
.viewAllproject .projectsInfoHolder{padding:0;}
.teamListHolder{padding:90px 0;}

.projectBanner, .subPageBanner{height:400px; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.projDetTop, .subpagePageRibbon{background-color:#f2f2f2; padding:40px 0;}
.backTopList a{text-decoration: underline; color: #000; text-transform: uppercase; letter-spacing: 2px; font-size: 15px; padding-left:30px; background-image:url(../images/lessArrow_Icon.svg); background-position:left center; background-repeat:no-repeat;}
.backTopList{margin-bottom:25px;}
.backTopList a:hover{text-decoration:none;}
.projDetTop h1{margin-bottom:25px;}
.projDetTop h2{text-align:center; font-weight:200; font-size:24px; margin-bottom:40px;}
.projectSummary{color:#000000;font-weight:200; font-size:18px; line-height:25px; letter-spacing:3px; text-align:center; padding:0 250px;}
.projTypesLinks{background-color:#000; padding:30px 0;}
.projTypesLinks ul{text-align:center;}
.projTypesLinks ul li{display:inline-block; position:relative;}
.projTypesLinks ul li:after{content:""; position:absolute; right:-3px; top:50%; width:6px; height:6px; background-color:#fff; border-radius:50%; margin-top:-3px;}
.projTypesLinks ul li:last-child:after{display:none;}
.projTypesLinks ul li a{color:#fff; font-size:16px; text-transform:uppercase; padding:0 20px; font-weight:500;}
.projTypesLinks ul li a:hover, .projTypesLinks ul li a.setected{color:rgba(255,255,255,0.5)}

.projectSlider{padding:90px 0;}
.projectSlider .swiper-wrapper{margin-bottom:0;}

.slideInnerContent .projectImg{margin-bottom:20px;}
.slideInnerContent .projectImg img{width:100%; display:block;}
.slideInnerContent .projDescInner{color:#000; font-weight:200; font-size:18px; width:100%; text-align:center; letter-spacing:3px;}
.projectSlider .swiper-button-next, .projectSlider .swiper-button-prev{top:50%; width:50px; height:50px; margin-top:-10px; padding:0; background-position:center center; background-size:100% auto;}
.projectSlider .swiper-button-next{right:0}
.projectSlider .swiper-button-prev{left:0}
.newsText{color:#000000; font-size:18px; letter-spacing:3px; line-height:25px; font-weight:200;}
.mediaBlock .projDetTop{padding:0;}

.scrollTop{position:fixed; width:60px; height:60px; background:rgba(0,0,0,0.6); display:block; right:0; bottom:150px; background-image:url(../images/ArrowTopIcon_Desktop.svg); z-index:10; background-repeat:no-repeat; background-position:center center; background-size:20px auto; opacity:0; visibility:hidden; display:none;}

.showTopArrow.scrollTop{opacity:1; visibility:visible;}
.ytLink{margin-top:25px;}
.ytLink a{background-color:#000; padding:15px 15px 15px 50px; display:inline-block; color:#fff; background-image:url(../images/youtube-icon.svg); background-position:15px center; background-repeat:no-repeat; background-size:20px auto;}






.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically 
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;*/
    }




.popupHolder {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.openPopup.popupHolder {
    display: block;
}

.popupInner {
    width: 550px;
    margin: 0 auto;
    background-color: #fff;
    padding: 45px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
}

.popupTitle {
    font-size: 25px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 700;
}

.closePopup {
    background-image: url(../images/close-popup.svg);
    position: absolute;
    left: 50%;
    top: -60px;
    display: block;
    width: 40px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 40px;
    margin-left: -20px;
}
 
.projectImg{position:relative;}
.projectImg a.video{background-image:url(../images/play-icon.svg); width:100%; height:100%; display:block; position:absolute; left:0; top:0; background-position:center center; background-repeat:no-repeat; background-size:50px auto; background-color:rgba(0,0,0,0.5);}
.fullscreenBgVideo {width: 100%; height:100%; object-fit:cover; position: absolute; top: 0; left: 0; right:0; bottom:0;}
.servicesList .swiper-button-prev, .servicesList .swiper-button-next {background-image: none;font-size: 0;width: 44px;height: 60px;padding: 0;margin: 0;top: 40%;z-index: 99;}
.servicesList .swiper-button-prev:after, .servicesList .swiper-button-next:after{background-image: url(../images/lessArrow_Icon-new.svg); position:absolute; content:''; width:100%; height:100%;top:0; left:0; opacity:0; transition: all linear 200ms;-moz-transition: all linear 200ms;-webkit-transition: all linear 200ms;-ms-transition: all linear 200ms;}
.servicesList .swiper-button-next:after {transform:rotate(180deg);}
.servicesList:hover .swiper-button-prev:after, .servicesList:hover .swiper-button-next:after {opacity:1;}
.menuHolder ul li.selected a {font-weight:700;}
.clientsPage .loadMore {margin-bottom: 50px;}
.contactBlock .smLinks ul li a {color:#ffffff; border:1px solid #ffffff;}
.contactBlock .smLinks ul li:hover a {color: #000000;background-color:#ffffff;}
.infoProjects {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;}

.projectSlider .swiper-button-next, .projectSlider .swiper-button-prev{background-color: rgba(0,0,0,0.6); background-size:20px auto;}
.projectSlider .swiper-button-next {background-image: url(../images/white-right-arrow.svg);}
.projectSlider .swiper-button-prev {background-image: url(../images/white-left-arrow.svg);}
.bodyText h2 {color: #000000; display: block;margin-bottom: 10px;}
.bodyText p {color: #000000; font-weight: 200; font-size: 15px; line-height: 22px; letter-spacing: 2px; margin-bottom:30px;}
.bodyText li {color: #000000; font-weight: 200; font-size: 15px; line-height: 22px; letter-spacing: 2px; margin-bottom:7px; position:relative; padding-left:15px;}
.bodyText li:before{position:absolute; content:''; width:7px; height:7px; border-radius:50%; background:#000000; left:0; top:8px;}
.bodyText a {color:#000000; text-decoration:underline;}
.bodyText a:hover{text-decoration:none;}
/***************************************************************************************************************************************/
.brandsHolder {text-align: center; position: relative; background-color: #0c0c0c;}
.hpBlock.brandsHolder h2 {color: #ffffff; position:relative;}
.hpBlock h2:after {position: absolute;height: 1px;content: '';background-color: #000;left: 30%;bottom: -10px;right: 30%;}
.hpBlock.brandsHolder h2:after{background-color: #fff;}
.linksList {display: block; margin-bottom: 70px;}
.linksList li {display: inline-block;}
.linksList li a {color: #ffffff;font-size: 16px;position: relative;margin-right: 20px;font-weight: 200;}
.linksList li a:before {position: absolute;content: '';background-color: #ffffff;width: 7px;height: 1px;right: -15px;bottom: 5px;}
.linksList li a:after {content: '';left: 0;width: 0;height: 1px;background-color: #ffffff;bottom: -10px;position: absolute;transform: .7s cubic-bezier(.86,0,.07,1),visibility 0s linear 0s;-moz-transition: .7s cubic-bezier(.86,0,.07,1),visibility 0s linear 0s;  -webkit-transition: .7s cubic-bezier(.86,0,.07,1),visibility 0s linear 0s;-ms-transition: .7s cubic-bezier(.86,0,.07,1),visibility 0s linear 0s;}
.linksList li.active a:after, .linksList li:hover a:after {width: 100%;}
.linksList li:last-child a::before{display:none;}
.bransList ul li {float: left; width: 20%;}
.brandsHolder .linkReadMore {margin-bottom: 0; margin-top: 30px;}
.linkReadMore a {font-weight: 200; color: #0c0c0c; font-size: 16px;display: inline-block;position: relative;}
.brandsHolder .linkReadMore a {color: #fff;}
.brandsHolder .linkReadMore a::after {position: absolute;content: '';left: 20px;right: 20px;height: 1px;background-color: #fff;bottom: -6px;transition: all linear 400ms;-moz-transition: all linear 400ms;-webkit-transition: all linear 400ms;-ms-transition: all linear 400ms;
}
.brandsHolder .linkReadMore a:hover:after{left:0; right:0;}
.bransList {min-height: 430px;max-width: 1070px;display: block; margin: 0 auto;}
/****************************************************************************************************************************************/
.mainFooter{background-color:#181819; padding:70px 0; position:relative;margin-top:150px;}
.mainFooter .safeArea{max-width: 1100px;margin: 0 auto;}
.leftHolder, .rightHolder {display: flex;align-items: center;width: 49%;}
.leftHolder {height: 100%;}
.leftHolder .formHolder .formRow {width: 100%;float: none;margin-right: 0 !important;margin-bottom: 15px;}
.leftHolder .formHolder .formRow .inputHolder input{color:#ffffff; border-bottom: 1px solid #606060;}
.clearBoth{clear:both;}
.leftHolder .formHolder {padding: 0 40px; width:100%;}
.topFooter {background-color: #090909;margin-top: -170px;background-image: url(../images/contact.jpg);height: 330px;background-position: center;background-size: 100% 100%;margin-left: calc(15.25% + 90px);margin-right: calc(15.25% + 90px);}
.rightHolder img{max-width:100%; display:none;}
.middleFooter{padding:70px 0; border-bottom: 1px solid #212122; margin-left: calc(15.25% + 90px); margin-right: calc(15.25% + 90px);}
.leftMiddle{display:inline-block; vertical-align:bottom; width:30%;}
.rightMiddle{display:inline-block; vertical-align:bottom; width:69%; text-align: right;}
.leftMiddle .logoHolder {float: none;margin-bottom: 20px;width: 100px; opacity:1;}
.footerLine{color:#ffffff; font-size:10px; font-family: 'SF-display'; font-weight:200; line-height:16px;}
.rightLow ul li {display: inline-block;width: 20%;margin-right: 5%;}
.rightMiddle ul li:last-child, .rightLow ul li:last-child {margin-right: 0;}
.rightMiddle ul li{display: inline-block;width: 20%;margin-right: 5%;text-align: left;}
.branchTitle {display: block;font-size: 32px;font-family: 'SF-display'; font-weight:700;color: #ffffff;font-style: italic;	margin-bottom: 10px;}
.branchTitle span {display: block;font-size: 9px;font-family: 'SF-display'; }
.branchInfo {color: #ffffff;font-size: 10px;}
.lowFooter{padding-top:70px; margin-left: calc(15.25% + 90px); margin-right: calc(15.25% + 90px);}
.leftLow{display:inline-block; vertical-align:middle; width:30%;}
.rightLow{display:inline-block; vertical-align:middle; width:69%;text-align: left; font-size:0;}

.footerLine a {font-size: 10px;color: #ffffff;padding: 0 5px;}
.footerLine a:hover, .rightLow ul li a:hover{text-decoration:underline;}
.rightLow ul li, .rightLow ul li a {color: #ffffff;font-size: 14px;}
.selectHolder{display:none;}

a.mailIcon {display:inline-block; margin-right:4px; background-image:url(../images/mail.png);width:16px; background-size:100%; background-position:center;height: 12px; background-repeat: no-repeat;}
.branchInfo a.cellNumber {color: #8a8a8a;display: block;margin-bottom: 5px;}
.branchInfo a.mailIcon {margin-right: 10px;background-image: url(../images/mail.png);}
.branchInfo a.cellNumber:hover{color:#fff;}
.branchInfo a.mailIcon:hover{background-image: url(../images/white-mail.png);}

.formActions {text-align: right;}
input.normalBtn {background-color: transparent;border: 1px solid #fff;padding: 6px 10px;color: #fff;cursor: pointer;}
input.normalBtn:hover {background-color: #fff; color: #000;}

/****************************************************************************************************************************************/
.boardListing {margin-top: 50px;}
.bransList ul li {float: left;	width: 20%;}
.boardListing ul li{float:left; width:16%; margin-right:5%;}
.boardListing ul li:nth-child(5n){margin-right:0;}
.boardImg {display: block;margin-bottom: 10px; overflow:hidden; width:100%; position:relative;}
.boardImg img{display:block; width:100%; transition: all linear 2000ms; -moz-transition: all linear 2000ms; -webkit-transition: all linear 2000ms; -ms-transition: all linear 2000ms;}
.boardImg:hover img{transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -moz-transform: scale(1.5);}
.boardName{color:#0c0c0c; font-size:16px; margin-bottom:2px;font-weight: 700;}
.boardPosition{color:#808285; font-size:14px;}
.communicationTeam .linksList li a {color: #6d6e71;font-weight: 700;font-size: 14px; }
.communicationTeam .linksList li a:after{background-color:#8a8a8a; height:3px;}
.communicationTeam .linksList li a:before{display:none;}
.communicationTeam .boardInfo {position: absolute;content: '';bottom: 10px;left: 0;right: 0;z-index: 4;}
.communicationTeam .boardName, .communicationTeam .boardPosition {color: #ffffff;transition: all linear 200ms;-moz-transition: all linear 200ms;-webkit-transition: all linear 200ms;-ms-transition: all linear 200ms;}
.communicationTeam .boardListing, .communicationTeam .boardListing ul li{margin-bottom:20px;}

.linkReadMore a{font-weight:200; color:#0c0c0c; font-size:16px; display:inline-block; position:relative;}
.linkReadMore a:after{position:absolute; content:''; left:20px; right:20px; height:1px; background-color:#0c0c0c; bottom:-6px;transition: all linear 400ms; -moz-transition: all linear 400ms; -webkit-transition: all linear 400ms; -ms-transition: all linear 400ms;}
.linkReadMore a:hover:after{left:0; right:0;}
/*************************************************************COLOR CODE***************************************************************/
.boardItem{position:relative;}
.communicationTeam .boardItem:after{position:absolute; content:''; left:0; right:0; bottom:0; top:0; opacity:0.7; z-index:2;transition: all linear 200ms;-moz-transition: all linear 200ms;-webkit-transition: all linear 200ms;-ms-transition: all linear 200ms;}
.teamColor .boardItem:after, .communicationTeam .linksList li.teamColor a:after {
    background-color: var(--data-content);
}
/*.darkBlue .boardItem:after, .communicationTeam .linksList li.darkBlue a:after{background-color:#1b9cfb;}
.darkOrange .boardItem:after, .communicationTeam .linksList li.darkOrange a:after{background-color:#fda37e;}
.lightCyan .boardItem:after, .communicationTeam .linksList li.lightCyan a:after{background-color:#82ccdd;}
.lightPurple .boardItem:after, .communicationTeam .linksList li.lightPurple a:after{background-color:#8e44ac;}
.lightGreen .boardItem:after, .communicationTeam .linksList li.lightGreen a:after{background-color:#85dfb3;}
.lightBlue .boardItem:after, .communicationTeam .linksList li.lightBlue a:after{background-color:#24ccf7;}
.lightRed .boardItem:after, .communicationTeam .linksList li.lightRed a:after{background-color:#ed5252;}
.lightOrange .boardItem:after, .communicationTeam .linksList li.lightOrange a:after{background-color:#ff9f43;}
.darkYellow .boardItem:after, .communicationTeam .linksList li.darkYellow a:after{background-color:#f3c369;}
.darkGreen .boardItem:after, .communicationTeam .linksList li.darkGreen a:after{background-color:#05c46b;}
.darkPurple .boardItem:after, .communicationTeam .linksList li.darkPurple a:after{background-color:#7c64db;}
.lightPistache .boardItem:after, .communicationTeam .linksList li.lightPistache a:after{background-color:#bae071;}*/
.hpBlock.boardHolder.communicationTeam {padding-bottom: 0;}
.boardListing ul li:hover .boardItem::after {background-color: transparent;}
.communicationTeam .boardListing ul li:hover .boardName, .communicationTeam .boardListing ul li:hover .boardPosition {color: #000;}
.boardImg::after {position: absolute;content: '';left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(255,255,255,0.4); z-index: 1;}
.servicesBlock .swiper-slide:last-child {margin-right: 0 !important;}
.boardListing .linkReadMore {
	margin-bottom: 150px;
}
.communicationTeam {text-align:center;}
.emailLink {font-size: 10px;color: #fff;font-weight: 700;display: inline-block;text-align: center;margin-bottom: 5px;}
.emailLink:hover{text-decoration:underline;}

.mapLink {display:inline-block; margin-left:15px; color:#fff; font-weight:700;}
/********************************************************************************************************************/
@keyframes showIn {
  0% {
    width:0;
	
  }
  100% {
    width:100%;
	
  }
}
@keyframes showOut {
  0% {
    width:0;
	
  }
  100% {
    width:60%;
	
  }
}

@keyframes activeIn {
  0% {
    width:0;
	top:0;
	
  }
  100% {
    width:100%;
	top:22px;
	
  }
}
@keyframes activeOut {
  0% {
    width:0;
	top:0;
	
  }
  100% {
    width:100%;
	top:22px;
	
  }
}

a.menuIcon {
    display: block;
    width: 38px;
    height: 16px;
    float: right;
    margin-top: 0;
    z-index: 9; position:relative; overflow:hidden;
}



a.menuIcon:before, a.menuIcon:after{position:absolute; content:''; height:5px; background-color:#ffffff; width:0; right:-100px;top:0; right:0; width:100%;}
a.menuIcon:after{top:inherit; bottom:0;right:0; width:60%;}

a.menuIcon:hover:before{animation: showIn 0.5s;}
a.menuIcon:hover:after{animation: showOut 1s;}


a.menuIcon.active{height:50px;}
a.menuIcon.active:before{background-color:#fff; right:0; width:100%;transform:rotate(-45deg); top:22px;}
a.menuIcon.active:after{background-color:#fff; left:0; width:100%; transform:rotate(45deg); top:inherit; bottom:22px;}
a.menuIcon.active:hover:before{animation:activeIn 0.5s;}
a.menuIcon.active:hover:after{animation:activeOut 0.5s;}



.menuHolder {
    position: fixed;
    top: 10vh;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

 .menuHolder ul li a {
        color: #fff; opacity:0.4;
        font-size: 25px;
        font-weight: 700;
        display: block;
        padding: 29px 0;
    }

        .menuHolder ul li a span {
            position: relative;
        }

            .menuHolder ul li a span:after {
                content: "";
                right: 100%;
                height: 1px;
                background-color: #000;
                position: absolute;
                left: 0;
                bottom: -5px;
            }

        .menuHolder ul li a:hover span:after, .menuHolder ul li.selected a span:after {
            content: "";
            height: 7px;
            background-color: #fff; opacity:0.4;
            position: absolute;
            left: 0;
            bottom: -10px;
            right: 5px;
            width: auto;
        }

body.menuOpen {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.menuOpen .menuHolder {
	opacity: 1;
	visibility: visible;
	top: 0;
	background-color:#000; bottom:0;
}
.showReel {position: absolute;bottom: 40px;left: calc(50% - 32px); z-index:4;}
.showReel a{color:#fff; display:inline-block; position:relative;}
.showReel a:after{position: absolute;content: '';left: 20px;right: 20px;height: 1px;background-color: #ffffff;bottom: -6px;transition: all linear 400ms;-moz-transition: all linear 400ms;-webkit-transition: all linear 400ms;-ms-transition: all linear 400ms;}
.showReel a:hover:after{left:0; right:0;}
/************************************************************************************************************************/
.servicesHome {width: 100%;	height: 100vh;}
.servicesHome .swiper-slide {height: 100%;display: flex; align-items: center; justify-content: center;}
.servicesHome .mediaArrow {text-align: center;margin-top: -50px;font-size: 0;}
.mediaArrow .swiper-button-next, .mediaArrow .swiper-button-prev {
	position: relative;
	top: 0;
	margin-top: 0;
	left: 0;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 20px;
	background-size: 30px;
}
.mediaArrow .swiper-button-prev {
	margin-right: 0;
	background-image: url(../images/white-arrow-right.svg);
	transform: rotate(180deg);
	background-position: right center;
}
.mediaArrow .swiper-button-next {
	margin-left: 0;
	background-image: url(../images/white-arrow-left.svg);
}
.mediaArrow .swiper-pagination, .mediaArrow .swiperService-pagination {
	position: relative;
	display: inline-block;
	width: auto;
	bottom: 0;
	font-size: 16px;
	color: #fff;
	font-family: 'SF-Pro-Bold';
}
.serviceItem {
	width: 650px;
}
.serviceMainTitle {
	color: #fff;
	font-family: 'SF-Pro-Bold';
	font-size: 58px;
	display: block;
	/*align-items: center;
	justify-content: center;*/
	height: 140px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	
}


.serviceMainTitle span, .serviceInfoDesc span{top:100%; position:absolute; left:0; right:0; width:100%;transition: all linear 600ms;
	-moz-transition: all linear 600ms;
	-webkit-transition: all linear 600ms;
	-ms-transition: all linear 600ms;}

.swiper-slide.swiper-slide-active .serviceMainTitle span, .swiper-slide.swiper-slide-active .serviceInfoDesc span {
top:50%;transform:translateY(-50%);}

.serviceInfoDesc {
	display: block;
	padding: 30px 20px;
	color: #fff;
	font-size: 23px;
	position: relative;
	overflow: hidden;
	height: 55px;
	/*align-items: center;
	justify-content: center;*/
	font-family: 'SF-Pro-Light';
}



.serviceInfoDesc:before, .serviceInfoDesc:after {position:absolute; content:''; width:0; height:1px; background-color:#fff;transition: all linear 600ms;-moz-transition: all linear 600ms;-webkit-transition: all linear 600ms;-ms-transition: all linear 600ms;}
.serviceInfoDesc:before{top:0; left:0;}
.serviceInfoDesc:after{bottom:0;right:0;}
.swiper-slide.swiper-slide-active .serviceInfoDesc:before, .swiper-slide.swiper-slide-active .serviceInfoDesc:after {width:100%;}







@keyframes slide-up {
  from {
    margin-top: 100%;
    height: 300%; 
  }

  to {
    margin-top: 10%;
    height: 100%;
  }
}


/************************************************************************************************************************************/
.ourWork, .testimonialsSection {width: 100%; padding: 60px 0;}
h2.bigTitle{display:block; text-align:center; font-size:200px; color:#0c0c0c; margin-bottom:80px;}
.workList ul li {float: left;width: 24.3%; margin-right: 10px; margin-bottom:30px; position:relative; max-width:365px;}
.workList ul li:nth-child(4n){margin-right:0;}
/*.workList ul li:nth-child(5), .workList ul li:nth-child(6), .workList ul li:nth-child(7), .workList ul li:nth-child(8){margin-bottom:0;}*/
.workList ul li a {position: absolute; content: ''; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; z-index: 5;}
.workList ul li .imageHolder{overflow:hidden; display:block; width:100%; margin-bottom:10px;max-height: 215px;border-radius: 4px;}
.workList ul li .imageHolder img{transition: all linear 400ms; -moz-transition: all linear 400ms;-webkit-transition: all linear 400ms;-ms-transition: all linear 400ms; display:block; width:100%;}
.workList ul li:hover .imageHolder img{transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2);}
.workTitle{ font-size:18px; color:#000; font-weight:700; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;min-height: 45px;}
.workList ul li:hover .workTitle{opacity:0.7;}
.workList {max-width:1750px; margin:0 auto 50px;}
.linkReadMore.loadMoreMembers, .linkReadMore.loadMoreWork { text-align: center;}
/**************************************************************************************************************************************/
html {
	scroll-behavior: smooth;
}
.testimonialsSection{font-size:0; text-align:center;}
.testImage, .testInfo{display: block;width: 690px;vertical-align: bottom;text-align: center;margin: 0 auto;}
.testImage .imgHolder{display:block; margin:0 auto 15px; border-radius:50%; width:15%;}
.testInfo .testTilte {color: #000;font-size: 60px;font-weight: 700;display: block;margin-bottom: 80px;	max-width: 70%;}
.testInfo .testDesc {color: #626262; font-size: 16px; font-weight: 500; line-height: 22px; letter-spacing: 2px; margin-bottom:30px;}
.testLogo {display: block;max-width: 160px;margin: 0 auto 30px;}
/**************************************************************************************************************************************/
.teamHolder{height:100vh; overflow-y:scroll;}
.teamBox{position:relative; display:flex; align-items:center; height:100vh; background-position:center center; background-size:auto 60%; background-attachment:fixed; background-repeat:no-repeat;}
.teamImg { position:fixed; top:20vh;  width: 400px; left: 50%; transform: translateX(-50%); overflow:hidden; display:none;}
.teamImg img{display:block; width:100%;}
.teamText{position: absolute;top: 50vh;transform: translateY(-50%);left: 20px; right: 20px;}
.teamText h1{color:#fda37e; font-size:30px; display:block; margin-bottom:3px; font-weight:700; text-align:left; letter-spacing:0; max-width:30%; text-transform:capitalize;}
.teamText h2{color:#939598; font-size:18px; display:block; font-weight:500; max-width:30%;}
.teamText h3 {position: absolute; right: 0; color:#939598; font-weight:700; text-align: left; max-width:23%; top: 50%; font-size: 25px; transform: translateY(-50%); padding-left:110px;}
.teamText h3:before{position:absolute; content:''; height:1px; width:100px; left:0; top:50%; transform: translateY(-50%); background-color:#b0b0b0;}



.testimonialsSection .swiper-slide {text-align: left; font-size: 0;}
.testName {color:#828182; font-size:30px; font-family: 'SF-Pro-Bold'; display:block; margin-bottom:5px;}
.testPosition {position:relative; font-size:22px; font-family: 'SF-Pro-Light'; display:inline-block; margin-bottom:30px; color:#626262;}
.testPosition:after{position:absolute; content:''; width:45px; height:2px; background-color:#828182; left:50%; bottom:-10px; transform:translateX(-50%);}
.testimonialsSection .mediaArrow {text-align: center;margin: 60px 0 0;}
.testimonialsSection .mediaArrow .swiper-pagination {color:#626262;}
.testimonialsSection .mediaArrow .swiper-button-prev, .testimonialsSection .mediaArrow .swiper-button-next {background-image: url(../images/grey-arrow-right.svg);}




/***************************************************************************PROJECTS*********************************************************************************/
.menuIconHolder {height: 63px;float: right;}
.subpage a.menuIcon {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: 25px;
}
.topMenuHolder.subpage .logoHolder {float:left;}
.margBot12 {margin-bottom: 12px;}
.projList{padding:40px 0;}
.projRow {width:100%;}
.projRow.withSpace{ margin-bottom:20px;}
.textHolder {display:block; padding:60px 70px; color:#696969; font-size:18px; line-height:28px;}
.textHolder h3{font-size:22px; display:block; font-weight:500; margin-bottom:5px;}
.halfBlockHolder {width:49.5%; float:left;}
.halfBlockHolder:nth-child(2n+1) {margin-right:1%;}
.halfBlockHolder img {width:100%; display:block;}
.halfTable {display: table;}
.halfTable .halfBlockHolder {display:table-cell; vertical-align:middle; float:none;}
.thirdBlockHolder {width:33%;}
.twoThirdBlockHolder { width:66%;}
.halfTable .thirdBlockHolder, .halfTable .twoThirdBlockHolder {display:table-cell; vertical-align:middle;}
.margRight {margin-right:1%;}
.thirdBlockHolder .textHolder {padding: 0 50px; text-align:center;}
.margBot8 {margin-bottom:8px;}
.imagesList .thirdBlockHolder {width: 32.89%;float: left;margin-right:8px;}
.imagesList .thirdBlockHolder:last-child{margin-right:0;}
.fullImageHolder img {width:100%; display:block;}
.imagesList .quarterBlockHolder {width: 24.5%;float: left;margin-right:8px;}
.imagesList .quarterBlockHolder:last-child {margin-right:0;}
.subpage .safeArea {max-width:1600px;}
.subpage a.menuIcon.active:before {top:25px;}
.hideElement {opacity:0; display:none; visibility:hidden;transition: all linear 400ms; -moz-transition: all linear 400ms;-webkit-transition: all linear 400ms;-ms-transition: all linear 400ms;}
.testimonialsSection.hpBlock h2:after {left:30%; right:30%;}
.testimonialsSection.hpBlock h2 {margin-bottom:80px;}
iframe {display:block;}
iframe.hideElement {display:none;}
.teamTop {position: absolute;top: 4vh;left: 50%;content: '';z-index: 99;transform: translateX(-50%);}
.teamTop.backTopList a {font-size: 12px;}

.movieHolder.projectImg img {width: 100%;}