html.html-page-template-home-template{overflow-y:hidden;}

body {
	margin: 0;
	padding:0;
	width: 100%;
	font-style: normal;
	letter-spacing:0px;
	font-size: 12pt;
  	font-family: 'Montserrat-Light';
  	overflow-x: hidden;
}

img{
	max-width: 100%;
	display: inline-block;
}

::placeholder{
	color: #828282;
}

:-ms-input-placeholder{
	color: #828282;
}

*:focus {
    outline: none;
}

p{
  	color: #575756;
  	line-height: 16pt;
 }

 a{
 	text-decoration: none;
 	color: inherit;
 	position: relative;
 }
 /*a:hover{
 	box-shadow: 0 -1px 0 0 #000 inset;
 }
 a:after{
 	-webkit-transition:0.5s all;
 	-moz-transition:0.5s all;
 	-o-transition:0.5s all;
 	transition:0.5s all;
 	bottom: 6px;
 	left: 0;
 	background-color: white;
 	height: 1px;
 	width: 0;
 	position: absolute;
 	content: '';
 }
 a:hover:after{
  	width: 100%;
 }*/

@font-face {
  	font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
  	font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
  	font-family: 'Montserrat-Thin';
    src: url('../fonts/Montserrat-Thin.ttf');
}

@font-face {
  font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
  font-family: 'timr45w';
    src: url('../fonts/timr45w.ttf');
}

h1, h2, h3, h4{
  	font-family: 'Montserrat-Light';
}

h2{
	font-size: 25pt;
}

.img-responsive{
	width: 100%;
}

div.img-responsive{
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: top center;
}

.col{
  width: 100%;
  padding: 0px 15px;
  max-width: 100%;
}.col-1 {
  max-width: 8.333333%;
}

.col-2 {
  max-width: 16.666667%;
}

.col-23 {
  max-width: 20%;
}

.col-3 {
  max-width: calc(25% - 30px);
}

.col-4 {
  max-width: calc(33.333333% - 30px);
}

.col-5 {
  max-width: 41.666667%;
}

.col-6 {
  max-width: calc(50% - 30px);
}

.col-7 {
  max-width: 58.333333%;
}

.col-8 {
  max-width: calc(66.666667% - 30px);
}

.col-9 {
  max-width: 75%;
}

.col-10 {
  max-width: 83.333333%;
}

.col-11 {
  max-width: 91.666667%;
}

.col-12 {
  max-width: 100%;
}

.row {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: inherit;
  justify-content: center;
}

.mobile{
	display: none;
}
.hero-home-banner{
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  	font-family: 'Montserrat-Regular';
}

.hero-home-banner div.home-background-image{
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;	
}
.hero-home-banner div{
    position:relative;
    z-index:2;
}
.hero-home-banner:after{
    content:'';
    width:100%;
    height:100%;
    background-color:black;
    opacity:0.1;
    position:absolute;
    left:0;
    top:0;
}

.padding72{
	padding-top: 72px;
}

.fixedtag{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}

.logo{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 23px;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 5;
}
.show-logo-pop .logo{
    position:fixed;
    left:50%;
    z-index:999;
    width:165px;
    transform:translateX(-50%);
}
.logo a {
	display: block;
	width: 165px;
}
.logo a img{
	max-width: 100%;
}

.nav{
	position: fixed;
	top: 30px;
	right: 25px;
	z-index: 9;
}

/* flickity 
.flickity-slider {
  transform: none !important;
}

.carousel-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: -1;
}

.carousel-cell.is-selected {
  opacity: 1;
  z-index: 0
}*/
.carousel-cell { margin:0 0; }
.is-selected{
	z-index: 2;
}


.carousel .flickity-page-dots{
	bottom: 22px;
}
.carousel .flickity-page-dots .dot{
	background-color: transparent;
	border: 2px solid white;
	height: 5px;
	width: 5px;
	opacity: 1;
}

.carousel .flickity-page-dots .dot.is-selected{
    height: 5px;
    width: 5px;
    border: 3px solid white;
    margin-bottom: -0.5px;
}
.carousel  .flickity-page-dots .dot{
	margin:0 4px;
}
.projects .carousel .flickity-page-dots .dot.is-selected{
    height: 5px;
    width: 5px;
    border: 3px solid white;
    margin-bottom: -0.5px;
}


.main-carousel .flickity-page-dots{
	bottom: 30px;
}
.main-carousel .flickity-page-dots .dot{
	background-color: transparent;
	border: 2px solid white;
	height: 6px;
	width: 6px;
	opacity: 1;
	margin:0 4px;
}

.main-carousel .flickity-page-dots .dot.is-selected{
    height: 5px;
    width: 5px;
    border: 5px solid white;
    margin-bottom: -2.5px;
}
.projects .main-carousel .flickity-page-dots .dot.is-selected,
.social .main-carousel .flickity-page-dots .dot.is-selected{
    height: 5px;
    width: 5px;
    border: 3px solid white;
    margin-bottom: -0.5px;
}

.main-carousel .flickity-button{
	color: #fff;
}

.main-carousel .flickity-button{
	background:url(../images/white-arrow.svg);
}

.main-carousel .flickity-prev-next-button.next{
	transform: rotate(180deg);
}

.main-carousel .flickity-prev-next-button.previous{
	left: 30px;
}

.main-carousel .flickity-prev-next-button.next{
	right: 30px;
}

.main-carousel .flickity-prev-next-button{
	width: 21px;
	height: 21px;
}

.main-carousel .flickity-prev-next-button .flickity-button-icon{
	display: none;
}

/* Navigation */

#nav-icon {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  z-index: 9999;
}


#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon.menu-icon-2 span {
	background:#000;
	transition-duration: 0s;
}
.awards #nav-icon span,
.assurance #nav-icon span {
	background-color: rgb(0,0,0,0.5);
}

.open.awards #nav-icon span,
.open.assurance #nav-icon span {
	background-color: #fff;
}


.open #nav-icon span {
	width: 14px;
}
#nav-icon span:nth-child(even) {
  left: 50%;
}

#nav-icon span:nth-child(odd) {
  left:0px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 10px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 20px;
}

.open #nav-icon span:nth-child(1), .open #nav-icon span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-icon span:nth-child(2), .open #nav-icon span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open #nav-icon span:nth-child(1) {
  left: 0px;
  top: 3px;
}

.open #nav-icon span:nth-child(2) {
  left: calc(50% - 0px);
  top: 3px;
}

.open #nav-icon span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.open #nav-icon span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.open #nav-icon span:nth-child(5) {
  left: 0px;
  top: 13px;
}

.open #nav-icon span:nth-child(6) {
  left: calc(50% - 0px);
  top: 13px;
}

	/* Navigation */

.hero-banner-heading{
	text-align: center;
	color: #fff;
	margin-top: 53px;
}

.hero-banner-heading h1{
  font-size: 37pt;
  padding: 0px;
  margin:0px;
  font-weight: normal;
  letter-spacing: 2px;
	text-transform: uppercase;
}

.hero-banner-heading h3{
  font-size: 15pt;
  line-height: 18pt;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.hero-banner-heading h2{
  font-size: 24pt;
  line-height: 30pt;
  font-weight: normal;
  max-width: 579px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-top: 115px;
}

.hero-banner4-heading h2{
	margin-bottom: 54px;
}

.hero-banner-heading p {
	font-size: 12pt;
}

.hero-banner-heading a{
	color: #fff;
}

.hero-baner-footer{
	display: flex;
	justify-content: center;
	color: #fff;
}

.hero-baner-footer div{
	position: absolute;
	bottom: 52px;
	font-size: 12pt;
	letter-spacing: 4px;
  	font-family: 'Montserrat-Bold';
}

.hero-baner-footer div:before{
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 0px;
	transition: 0.5s all linear;
	transition-delay: 1.5s;
}

.ready.hero-baner-footer div:before{
	left: -115px;
	width: 100px;
}

.hero-baner-footer div:after{
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	right: 0px;
	transition: 0.5s all linear;
	transition-delay: 1.5s;
}

.ready.hero-baner-footer div:after{
	right: -110px;
	width: 100px;	
}

.navigiton-box{
	background-color: rgb(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	opacity: 0;
	z-index: -1;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow-y: scroll;
  	font-family: 'Montserrat-Light';
  	transition: 0.3s all ease-in-out;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.navigiton-box::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navigiton-box {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.nav_logo{
    position: absolute;
    width: 165px;
    top: 22px;
}

.show-logo-pop .nav_logo{
    display:none;
}
.open .navigiton-box{
	opacity: 1;
	z-index: 99;
	right: 0;
}

.navigiton-box .close-icon{
	text-align: right;
	padding-top: 32px;
	padding-right: 20px;
}

.big-heading-menu ul{
	margin:140px 0 0 0;
	padding:0px;
}

.big-heading-menu ul li{
	list-style: none;
	font-size: 60pt;
	line-height: 60pt;
	text-align: center;
}
ul.navigation li a,
.add1 a,
.add2 a,
.add3{
	transition: .5s all linear;
}

ul.navigation li a:after{
	position: absolute;
	content: '';
	height: 1px;
	background-color: #ffffff;
	width: 0;
	left: 0;
	bottom: 0;
	transition: .5s all linear;
}
ul.navigation.nav-1 li a:after{
	bottom: 14px;
}
ul.navigation.nav-2 li a:after{
	bottom: 0;
}
ul.navigation li:hover a:after{
	width: 100%;
}
.nav-colour ul.navigation li:hover a{
	color: white;
}

.nav-colour ul.navigation li a,
.nav-colour .add1 a,.nav-colour  .add2 a,.nav-colour .add3{
	color:#3C3C3B;
}
.add1,.add3{
	transition: .5s transform linear;	
}
.add1.hoverstate{
	transform:translateY(-5px);	
}
.add3.hoverstate{
	transform:translateY(5px);	
}
/*.hovercontainer ul:first-child li.hoverstate{
	transform:translateY(-10px);
}

.hovercontainer ul:nth-child(2) li:hover~li{
	transform:translateY(4px);
}

.hovercontainer ul:nth-child(2) li.hoverstate{
	transform:translateY(-4px);
}
.add1,.add3{
	transition: .5s transform linear;	
}
.add1.hoverstate{
	transform:translateY(-5px);	
}
.add3.hoverstate{
	transform:translateY(5px);	
}
*/
/*.big-heading-menu ul:first-child li:nth-child(3):hover{
	transform:translateY(15px);
}
.big-heading-menu ul:first-child li:nth-child(4):hover{
	transform:translateY(15px);
}*/

.big-heading-menu ul:nth-child(2){
	margin:0px;
	padding:50px 0 72px 0;
}

.big-heading-menu ul:nth-child(2) li{
	list-style: none;
	font-size: 16pt;
	line-height: 20pt;
	text-align: center;
}

.big-heading-menu p{
	font-size: 10pt;
  	line-height: 12pt;
  	color: white;
}

.big-heading-menu.nav-clicked ul li,
.big-heading-menu.nav-clicked p{
	color: #3C3C3B;
	transition: 0s all linear;
}


.big-heading-menu ul li a:focus{
	color: white;
}

.big-heading-menu p:last-child{
	padding-bottom: 40px;
}

/* Assurance */
.inner-logo{
	width: 131px;
	margin-left: auto;
	margin-right:auto;
}

.inner-menu-icon{
	width: 20px;
}

.logo-section h2{
	line-height: 30pt;
	max-width: 880px;
	margin:0 auto;
	text-transform: uppercase;
	text-align: center;
	padding: 78px 0 68px;
}

.assurance h3{
	font-size: 20pt;
  	font-family: 'Montserrat-Bold';
  	margin:0;
  	text-transform: uppercase;
  	text-align: center;

}

.black-cirule{
	border: 2px solid #000;
    border-radius: 100px;
    height: 12px;
    width: 12px;
    margin-top: 11px;
  	margin-bottom: 59px;
  	margin-left:auto;
  	margin-right:auto;
    position: relative;
}

.black-cirule:before{
	content: '';
	background-color: #000;
	width: 0px;
	height: 2px;
	position: absolute;
	top: 5px;
	left: 13px;
	transition-delay: 0.5s;
	transition: 1s all linear;
}

.vissible.black-cirule:before{
	width: 100px;
}
.black-cirule:after{
	content: '';
	background-color: #000;
	width: 0;
	height: 2px;
	position: absolute;
	top: 5px;
	right: 13px;
	transition-delay: 0.5s;
	transition: 1s all linear;
}
.vissible.black-cirule:after{
	width: 100px;
}
.iso-logo{
	padding-bottom: 30px;
	display: flex;
	align-items: center;
}

.iso-logo .row{
	max-width: 827px;
}

.iso-logo .row .col{
	text-align: center;
}
.iso-logo img{
	margin:0 auto;
	padding-left: 85px;
}

.iso-logo img:first-child{
	padding-left: 0px;
}

.accreditations .row{
	max-width: 450px;
}

.fourth-heading h4{
	text-align: center;
  	font-family: 'Montserrat-Bold';
  	font-size: 12pt;
  	text-align: center;
  	text-transform: uppercase;
}

.accreditations ul{
	margin:0px;
	padding: 0px 0 45px 0;
}

.accreditations ul li{
	list-style: none;
  	font-family: 'Montserrat-Light';
	font-size: 12pt;
	text-align: center;
	padding-bottom: 15px;
	color: #1D1D1B;
}

.accreditations .black-cirule:before{
	width: 0;
}

.accreditations .black-cirule:after{
	width: 0;
}

.accreditations .vissible.black-cirule:before{
	width: 225px;
}

.accreditations .vissible.black-cirule:after{
	width: 225px;
}

.assurance-logo .row{
	max-width: 1115px;
}

.assurance-logo img{
	padding-left: 50px;
	max-height: 60px;
}

.back-to-top{
  	font-family: 'Montserrat-Bold';
  	font-size: 10pt;
}

.back-to-top a{
	text-decoration: none;
	color: #000;
}

.distincetion-section{
	position: relative;
  	font-family: 'Montserrat-Bold';
  	font-size: 12px;
  	letter-spacing: 4px;
}

.distincetion-section div:before{
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 8px;
	left: 0;
	transition-duration: 1s;
	transition-timing-function: linear;
	transition-delay: 0.5s;
}
.vissible.distincetion-section div:before{
	left: -115px;
	width: 100px;
}
.distincetion-section div:after{
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 8px;
	right: 0;
	transition-duration: 1s;
	transition-timing-function: linear;
	transition-delay: 0.5s;
}
.vissible.distincetion-section div:after{
	right: -110px;
	width: 100px;
}
footer{
	background-color: #1D1D1B;
	margin-top: 45px;
	padding: 40px 0 30px;
	color: #fff;
}

.footer-right .col.social-icon{
    position:relative;
}
footer img.log-footer{
position: ABSOLUTE;
    TOP: -50px;
    left: 0;
    width: 148px;
    max-width: 200px;
    }
.page-template-contact .hero-home-banner:after{
    background-color:#1D1D1B;
}
.projects footer,
.contact footer{
	margin-top: 0px;
}
.footerNav{
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
  	font-family: 'Montserrat-Light';
  	padding-top: 90px;
}

.footer-left{
    width:425px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.footer-left ul{
	margin:0px;
	padding: 0px;
}

.footer-left ul li{
	list-style: none;
	font-size: 30pt;
	line-height: 30pt;
}

.footer-left ul li a{
	color: #fff;
	text-decoration: none;
	transition: 0.2s all linear;
	display: block;
	max-width: max-content;
}

.footer-left ul:nth-child(2) li{
	list-style: none;
	font-size: 12pt;
	line-height: 14pt;
}

.footer-right{
	max-width: 230px;
    display: flex;
    flex-wrap: wrap;
    justify-content: inherit;
}

.social-icon img{
	max-width: 15.5px;
}

.footer-right .col{
	padding-left: 0;
}

.footer-right p{
    font-size: 11pt;
    line-height: 13pt;
    padding-top: 10px;
    margin:0px;
    color: #fff;
}

/* People */


.logo-section h2 span{
	color: #989797;
}

.logo-section h2 span:last-child{
	color: #575756;
}

.people-heading{
	margin-top: 0;
	padding: 100px 0;
	min-height: calc(100vh - 415px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.people-heading h2{
	padding: 0px;
}

.people-three-link{
	color: #fff;
	font-size: 12pt;
	padding-top: 0;
}

.people-three-link ul{
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0px;
	padding: 0px;
}

.people-three-link ul li{
	list-style: none;
}

.people-three-link ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	border-left: 1px solid #fff;
	letter-spacing: 0px;
	transition: 0.3s all ease;
	position: relative;
}
.people-three-link ul.three-link-hoverstate li a{
	color: #3C3C3B;
	transition-delay: 0ms !important;
	border-left: 1px solid #3C3C3B;
}
.people-three-link ul.three-link-hoverstate li a:hover{
	color: white;
}
.people-three-link ul li a:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 0;
	height: 1px;
	background-color: white;
	transition: 0.3s all ease;
}

.people-three-link ul li a:hover:after{
	width: calc(100% - 30px);

}

.people-three-link ul li:first-child a{
	border-left: none;
}

.down-arrow{
	text-align: center;
	padding-top: 60px;
}
.pop-box .down-arrow{
    padding-top:calc(100vh - 100px);
}
.down-arrow img{
	width: 40px;
}

.people-section{
	padding-top: 80px;
}
.people-section .col{
	position: relative;
}

.people-box{
	text-align: center;
	padding-bottom: 45px;
}
.people-box div.img{
	max-width: 160px;
	max-height:140px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow: hidden;
	margin:0 auto;
}
.people-box img{
	max-width: 180px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: .3s all linear;
	height:auto;
}

.people-box h5{
  	font-family: 'Montserrat-Bold';
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0px;
	letter-spacing: 0px;
}

.people-box p{
  	font-family: 'Montserrat-Light';
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	margin:0px;
	letter-spacing: 0px;
}

.people-box:hover img{
	transform: scale(1.05);
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.people-box .peopletext{
	transition: .3s all linear
}

.people-box:hover .peopletext{
	transform: translateY(4px);
}


/* Culture */
.culture-section{
	padding-top:45px;
	position: relative;
	z-index: 6;
}
.culture-section>div{
    position:relative;
}
.culture-section img.magnifyglass{
    position: absolute;
    top: 50%;
    width: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    display:none;
}
.culture-section img{
	width: 100%;
}
.popup-img{
    position:fixed !important;
    overflow:scroll;
    height:100vh;
    width:100vw;
    top:0;
    left:0;
    background:black;
    z-index:-1;
    opacity:0;
    transition:0.5s all linear;
}
.popup-img.open{
    z-index:99999;
    opacity:1;
}
.popup-img img.culture-banner{
    max-width:unset;
    width:unset;
}
.culture-grayBg{
	background-color:#E8E8E8;
	padding:75px 0 55px;
}

.cultureTextBox {
	max-width: 752px;
	text-align: center;
}

.cultureTextBox h4{
  	font-family: 'Montserrat-Bold';
  	font-size: 20px;
  	text-transform: uppercase;
  	margin:0 0 20px;
  	line-height: 24px;
}

.cultureTextBox p{
	margin:0px;
    font-size: 20px;
    line-height: 24px;
}

.culture-section .black-cirule{
	margin-top: 65px;
	margin-bottom: 0;
}

.culture-section .black-cirule:before{
	width: 0px;
}

.culture-section .black-cirule:after{
	width: 0px;
}

.culture-section .vissible.black-cirule:before{
	width: 65px;
}

.culture-section .vissible.black-cirule:after{
	width: 65px;
}

.community{
	padding-top: 125px;
}

.community-logo{
	text-align: center;
	padding-bottom: 100px;
}

.people-bt{
	padding-top: 70px;
}


/* Experties */
.experties{
	padding-top: 25px;
}

.experties-banner-link{
  	font-family: 'Montserrat-Light';
}

.experties-box{
	display: flex;
	padding-bottom: 50px;
}

.experties-box:nth-child(odd){
	justify-content: flex-start;
}

.experties-box:nth-child(even){
	justify-content: flex-end;
}

.experties-box:nth-child(even) .experties-design-text{
	padding-right: 50px;
}

.experties-design-text{
	max-width: 380px;
	padding-left: 30px;
}

.experties-design-text h5{
	margin:10px 0 5px;
	font-size: 12pt;
	color: #000;
  	font-family: 'Montserrat-Bold';
}

.experties-design-text p{
	margin:0px;
	font-size: 12pt; 
	line-height: 16pt;
	color: black;
}

.experties-design-text .black-cirule{
	margin:0 0 20px;
}

.experties-design-text .black-cirule:after{
	opacity: 0;
}

.experties-design-text .vissible.black-cirule:before{
	width: 370px;
}

.expertise-gray-section{
	background-color: #D5D5D5;
	padding:130px 0;
}

.expertise-bigN{
	text-align: center;
	min-height: 175px;
}

.expertise-bigN div{
	font-size: 64pt;
	line-height: 54pt;
  	font-family: 'Montserrat-Bold';
}

.secondary-bigN div{
	font-size: 48pt;
	line-height: 45pt;
}

.third-bigN div{
	font-size: 24pt;
	line-height: 29pt;
}

.third-bigN div{
	font-size: 24pt;
	line-height: 29pt;
}

.projectValue-bigN div{
	font-size: 24pt;
	line-height: 29pt;
	padding-top: 30px;
}

.fourth-bigN div{
	font-size: 60pt;
}

.fifth-bigN div{
	font-size: 47pt;
	line-height: 47pt;
	padding-top: 40px;
}

.expertise-bigN h4{
	font-size: 16pt;
  	font-family: 'Montserrat-Bold';
  	margin:0px;
  	text-transform: uppercase;
}

.expertise-bigN p{
	font-size: 16pt;
  	font-family: 'Montserrat-Light';
  	margin:0px;
  	color: #000;
}

.expertise-gray-section .black-cirule{
	margin-top: 0px;
	margin-bottom: 63px;
}

.expertise-gray-section .black-cirule:before{
	width: 0px;
}

.expertise-gray-section .black-cirule:after{
	width: 0px;
}
.expertise-gray-section .vissible.black-cirule:before{
	width: 55px;
}

.expertise-gray-section .vissible.black-cirule:after{
	width: 55px;
}

.approach-black-bg{
	background-color: #1D1D1B;
	padding:115px 0 60px;
	color: #fff;
}

.approach-black-bg .cultureTextBox p{
	color: #fff;
}

.approach-black-bg .cultureTextBox .black-cirule{
	border-color: #fff;
	margin-top: 75px;
	margin-bottom: 0;
}

.approach-black-bg .cultureTextBox .black-cirule:before{
	background-color: #fff;
	width: 70px;
	left: 14px;
}

.approach-black-bg .cultureTextBox .black-cirule:after{
	background-color: #fff;
	width: 70px;
	right: 14px;
}

.our-value{
	padding-top: 95px;
	position: relative;
}

.our-value-circule{
	padding-top: 75px;
	position: relative;
}

.our-value-circule:after{
	content: '';
	position: absolute;
	border:1px solid #000;
	width: 100%;
	top: 198px;
    z-index: -1;
}

.our-value-big-circule{
	background-image: url(../images/big-circul.svg);
    width: 250px;
    height: 250px;
    text-align: center;
    line-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-value-big-circule:before{
	content: '';
	background-color:#000;
	width: 2px;
	height: 50px;
    position: absolute;
    bottom: -40px;
    left: 127px;
}

.our-value-big-circule:after{
	content: '';
	border:2px solid #000;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	position: absolute;
	bottom: -53px;
    left: 121px;
}

.our-value-big-circule img{
    height: 80px;
}

.value-text{
	max-width: 250px;
	text-align: center;
	padding-top: 60px;
}

.value-text h5{
  	font-family: 'Montserrat-Bold';
  	margin-bottom: 20px;
  	margin-top: 40px;
}

.value-text p{
	margin:0;
	color: #000;
}

.expeties-bt{
	padding: 40px 0 30px;
}

/* Social */
.social-link{
	text-align: center;
	text-transform: uppercase;
	font-size: 10pt;
	line-height: 20pt;
}

.social-link a{
	margin-bottom: 10px;
}
.social-slider-row{
	position: relative;
	max-width: 100%;
}
.social-slider-row .main-carousel .flickity-page-dots{
    bottom:230px;
}
.social-slider-row>div{
	width: 100%;
	height: 820px;
	margin:0 auto;	
}
.social-slider{
	background-position: center;
	background-size: cover;
	width: 1100px;
	height: 621px;
	opacity: 0.5;
	position:relative;
}
.social-slider img{
	display: none;
}
.is-selected .social-slider{
	opacity: 1;
}
.carousel-cell .bingo-industries{
	opacity:0;
}
.bingo-industries{
	width: 800px;
	max-width:100%;
	text-align: center;
	margin:0 auto;
	transition:all 0.3s linear;
}
.is-selected.carousel-cell .bingo-industries{
    opacity:1;
}
.bingo-industries{
  	padding-top:45px;
}

.bingo-industries h3{
	font-size: 16pt;
  	font-family: 'Montserrat-Bold';
  	text-transform: uppercase;
  	margin:0 0 5px 0;
}

.bingo-industries p{
	margin-top: 5px;
}

.follow-instagram{
	padding-top: 95px;
}

.follow-instagram h5{
	font-size: 12pt;
  	font-family: 'Montserrat-Bold';
  	text-transform: uppercase;
  	margin:0;
  	text-align: center;
}

.instagram-image{
	background-color: #FAFAFA;
	padding:10px 0 0;
	margin-top: 20px;
}

.instagram-image .col{
	padding-bottom: 30px;
}

/* Awards */
.awwards-heading{
	padding-top: 80px;
}

.left-award{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}

.left-award-secondBox{
	margin-top: 0px;
}

.left-award-thirdBox{
	margin-top: 0px;
}

.right-award{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	padding-top: 150px;
	align-items: flex-start;
}

.right-award-second-box{
	padding-top: 50px;
}

.awards-image{
	width: 100%;
}
.right-award .left-award-text{
	text-align: left;
}

.left-award-text{
	text-align: right;
	width:350px;
}

.left-award-text h5{
	margin-bottom: 0;
  	font-family: 'Montserrat-Bold';
  	font-size: 12pt;
}

.left-award-text p{
	margin-top: 5px;
	font-size: 12pt;
}

.left-award-text p span{
	font-style: italic;
	font-weight: bold;
}

.award-logo{
	padding-top: 45px;
}

.award-logo img{
	width: 100px;
}

.left-award-text .black-cirule{
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 30px !important;
}

.right-award .left-award-text .black-cirule{
	justify-content: flex-start;
	margin-left: 0;
}

.left-award-text .black-cirule:before{
	display: none;
}

.left-award-text .black-cirule:after{
	width:0;
}
.left-award-text .vissible.black-cirule:after{
	width:338px;
}

.right-award .left-award-text .black-cirule:after{
	display: none;
}

.right-award .left-award-text .black-cirule:before{
	display: block;
	width: 0;
}
.right-award .left-award-text .vissible.black-cirule:before{
	width: 338px;
}
.image-border{
	border:2px solid #000;
	width: 350px;
	height: 300px;
}

.awards-section .black-cirule{
	margin-top: 85px;
}

/* History */

/* Featured Project */
.featured-project{
	padding-top: 75px;
}
.featured-project .col-6{
    position:relative;
}
.featured-project h5{
	text-transform: uppercase;
}

.featured-project h6{
	text-transform: uppercase;
	font-size: 12pt;
	margin:0 0 5px;
}

.featured-project-heading{
	padding-top: 50px;
}

.featured-project-heading .black-cirule{
	margin-bottom: 0;
}

.featured-project-heading .vissible.black-cirule:before, 
.featured-project-heading .vissible.black-cirule:after{
	width: 200px;
}

.featured-project .experties-box:nth-child(even) .experties-design-text{
	padding-right: 15px;
	text-align: right;
}

.featured-project .project-box img{
	padding-left: 0px;
	width: 100%;
}

.project-box{
	padding-top: 55px;
}

.project-box .project-name{
	text-align: right;
	float: right;
}

.project-box .project-name .vissible.black-cirule:after{
	display: block;
}

.project-name{
	max-width: 450px;
}

.project-name h5{
	font-size: 12pt;
  	font-family: 'Montserrat-Bold';
  	margin: 0px;
}

.project-name h6{
	font-size: 12pt;
  	margin: 0px;
}

.project-name p{
	font-size: 12pt;
  	margin: 0px;
}

.featured-project img{
	width: 100%;
}

.featured-project .row:nth-child(2){
	flex-direction: row-reverse;
	padding-top: 55px;
}

.featured-project .row:nth-child(2) .project-name{
	float: right;
	text-align: right;
}

.featured-project .row:nth-child(2) .project-name .black-cirule{
	margin-right: 0;
    margin-left: auto;
}

.featured-project .row:nth-child(2) .project-name .black-cirule:before{
	left: auto;
	right: 13px;
}

.project-name .black-cirule{
	margin-left: 0;
	margin-bottom: 45px;
}

.project-name .vissible.black-cirule:after{
	display: none;
}

.project-box .black-cirule{
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 45px;
}

.featured-project .vissible.black-cirule:before{
	width: 125px;
}

.project-box .black-cirule:before{
	display: none;
}

.project-box .vissible.black-cirule:after{
	opacity: 1;
	width: 125px;
}

.featured-project .experties-box:nth-child(2){
	padding-bottom: 0;
}

.choose-sector{
	background-color: #1D1D1B;
	padding:75px 0;
	margin-top: 70px;
	text-align: center;
	color: #fff;
  	text-transform: uppercase;
}

.choose-sector h4{ 
  	font-family: 'Montserrat-Bold';
  	font-size: 20pt;
  	margin:0 0 25px; 
}

.choose-sector div a{ 
  	font-family: 'Montserrat-Light';
  	font-size: 18pt;
  	color: #fff;
  	padding-left: 10px;
  	padding-right: 10px;
  	text-decoration: none;
  	border-right: 1px solid #fff;
  	position: relative;
}
.choose-sector-hoverstate.choose-sector div a{ 
	color: #3C3C3B;
	transition-delay: 0ms !important;
}
.choose-sector-hoverstate.choose-sector div a:hover{ 
	color: white;
}
.choose-sector-hoverstate.choose-sector div a{
	border-right:1px solid #3C3C3B;
}
.choose-sector div a:after{
	content: '';
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: white;
	transition: 0.3s all ease;
}
.choose-sector div a:hover:after{
	width: calc(100% - 20px);
}
.choose-sector div a.on{ 
  	font-family: 'Montserrat-bold';
}

.choose-sector div:nth-child(3){ 
  	margin-top: 20px;
}

.choose-sector div:nth-child(3) a{ 
  	font-family: 'Montserrat-Light';
  	font-size: 10pt;
  	margin-top: 20px;
}

.choose-sector div a:last-child{ 
  	border-right: none;
}

.choose-sector-projects{
	background-color: #E8E8E8;
	padding:40px 0px;
}
.choose-sector-projects .col{
	position: relative;
	display:none;
}
.choose-sector-projects .col:first-child,
.choose-sector-projects .col:nth-child(2),
.choose-sector-projects .col:nth-child(3),
.choose-sector-projects .col:nth-child(4),
.choose-sector-projects .col:nth-child(5),
.choose-sector-projects .col:nth-child(6){
    display:block;
}
.showall.choose-sector-projects .col{
	display:block;
}

.choose-sector-projects .col>div{
	overflow: hidden;
}
.choose-sector-projects .col>div img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
  	transition: 0.6s all linear;
  	max-width:100%;
  	width:auto;
  	height:auto;
}
.choose-sector-projects .col:hover>div img{
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0);
  	transform: scale(1.05);
}

.choose-sector-projects .row{
	justify-content: inherit;
}

.choose-sector-project-boxText{
	padding-top: 25px;
	padding-bottom: 50px;
}

.choose-sector-project-boxText h5{
	text-transform: uppercase;
  	font-family: 'Montserrat-Bold';
  	font-size: 12pt;
  	margin:0 0 5px;
}

.choose-sector-project-boxText h6{
	text-transform: uppercase;
  	font-size: 12pt;
  	margin:0 0 5px;
}

.choose-sector-project-boxText p{
  	margin:0;
}

.choose-sector-project-boxText .back-to-top{
  	padding-top:25px;
  	padding-bottom: 0;
  	font-size: 12pt;
}

.project-Bt{
	text-align: center;
}

.projects footer{
	margin-top: 0;
}

/* Contact */
.contact-section{
	padding-top: 90px;
	color: #fff;
}

.contact-adress{
	padding-bottom: 20px;
}

.contact-adress h5{
  	font-family: 'Montserrat-Bold';
  	font-size: 12pt;
  	margin: 0px;
}

.contact-adress p{
  	margin: 0px;
  	color: #fff;
}

.contact-form{
	font-size: 25pt;
}

.contact-form div,
.contact-form input,
.contact-form select{
	border:none;
	background: none;
  	font-family: 'Montserrat-light';
  	color: #fff;
  	min-width: 80px;
  	box-shadow: inherit;
}

select::-ms-expand {
    display: none;
}
.contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #828282;
    max-width: 300px;
    display: none;
}
.contact-form input[type=email]{
	min-width: 89px;
}
.contact-form input:focus{
	border-bottom: 2px dotted #fff;
	outline: none;
}

form div:nth-last-child(3){
	padding-top: 40px;
}

.contact-form .back-to-top{
	padding-top: 35px;
	color: #fff;
	width: 100px;
}

.contact-form .back-to-top input[type=submit]{
	color: #fff;
	font-size: 12pt;
	font-family: 'Montserrat-Bold';
}

#form-box .form-box-input {
    display: inline-block;
    color: #828282;
    cursor: pointer;
    outline: none;
}
#form-box .form-box-input:focus {
	    border-bottom: 2px dotted #828282;
}

#form-box .wpcf7-not-valid + .form-box-input, #form-box .wpcf7-not-valid + .form-box-select {
    color: #ff0000;
    border-bottom: 2px solid #ff0000;
}
#form-box span.wpcf7-not-valid-tip {
    display: none;
}
#form-box  .wpcf7 form.invalid .wpcf7-response-output,
#form-box  .wpcf7 form.unaccepted .wpcf7-response-output,
#form-box  .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    margin: 80px 0;
    padding: 0;
    font-size: 16px;
}
.hero-home-banner div.interestedin,
.hero-home-banner div.interestedin *{
	z-index: 3;
	opacity: 1 !important;

}
/* Select box */
.hero-home-banner div.select{
    position: absolute;
    top: 0;
    left: 9px;
    z-index: 4;
    width: 620px;
}

.openselectbox .contact-form div div{
	color:#828282;
	opacity: 0.2;
}



ul.select-options{
	margin: 0;
	list-style: none;
	padding:0;
	position: relative;
	z-index: 5;
	display: none;
}
ul.select-options li:first-child{
	display: none;
}

.openselectbox ul.select-options li:first-child,
.openselectbox ul.select-options{
	display: block;
}

.contact-form div.select-styled,
ul.select-options li{
	color: #828282 !important;
	width: 630px;
	max-width: 100%;
}
ul.select-options li:hover{
	color: white !important;
}
/* Select box container*/

/* History */
.history-sce .people-heading {
    min-height: calc(100vh - 400px);
}
.history-black-cirule{
	border-width:15px;
	width: 20px;
	height: 20px;
}

.history-black-cirule:before{
	display: none;
}

.history-black-cirule:after{
	width: 2px;
	min-height: 5194px;
    top: 20px;
    left: 9px;
}

.left-history{
	max-width: calc(50% - -8px);
	position: relative;
}

.left-history:first-child{
	margin-top: -120px;
}

.left-history:nth-child(2){
	margin-top:300px;
}

.left-history:nth-child(5){
	margin-top:630px;
}

.left-history:nth-child(6){
	margin-top:880px;
}

.left-history:nth-child(8){
	margin-top:380px;
}

.left-history:nth-child(9) .circle-image{
	right: inherit;
	left: 320px;
	width: 186px;
}

.left-history:nth-child(9) .circle-image:after{
	width: 50px;
}

.left-history:nth-child(10){
	margin-top: 220px;
}

.left-history:nth-child(10) .circle-image{
	right: inherit;
	left: 320px;
	width: 186px;
}

.left-history:nth-child(10) .circle-image:after{
	width: 50px;
}

.left-history:nth-child(11){
	margin-top: 420px;
}

.left-history:nth-child(11) .circle-image{
	right: inherit;
	left: 320px;
	width: 186px;
}

.left-history:nth-child(11) .circle-image:after{
	width: 50px;
}

.left-history:nth-child(12){
	margin-top: 620px;
}

.left-history:nth-child(12) .circle-image{
	right: inherit;
	left: 321px;
    width: 486px;
}

.left-history:nth-child(12) .circle-image .history-four-box{
	margin-top: -327px;
	max-width: 260px;
}

.left-history:nth-child(12) .circle-image .history-four-box p{
	width: 218px;
    margin-left: 98px;
    margin-top: 5px;
    padding-left: 0;
}

.left-history:nth-child(12) .circle-image .history-four-box .history-display{
	display: flex;
	justify-content: flex-end;
}

.left-history:nth-child(12) .circle-image .history-four-box .black-cirule{
	margin-left:41px;
}

.left-history:nth-child(12) .circle-image .history-four-box .black-cirule:after{
	display: none;
}

.left-history:nth-child(12) .circle-image .history-four-box .black-cirule:before{
	display: block;
	width: 150px;
}

.left-history:nth-child(12) .circle-image .history-four-box img{
	border:none;
	border-radius: inherit;
	width: auto;
    height: auto;
}

.left-history:nth-child(12) .circle-image .history-four-box:before{
	content: '';
	background-color: #000;
	width: 2px;
    height: 606px;
    position: absolute;
    top: -514px;
    right: 253px;
}

.left-history:nth-child(12) .circle-image:after{
	width: 50px;
}

.left-history:nth-child(13){
	margin-top: 850px;
}

.left-history:nth-child(15){
	margin-top: 216px;
}

.left-history:nth-child(15) .circle-image{
	right: inherit;
	left: 320px;
	width: 186px;
}

.left-history:nth-child(15) .circle-image:after{
	width: 50px;
}

.left-history:nth-child(16){
	margin-top: 420px;
}

.left-history:nth-child(16) .circle-image{
	right: inherit;
	left: 320px;
	width: 186px;
}

.left-history:nth-child(16) .circle-image:after{
	width: 50px;
}

.left-history:nth-child(17){
	margin-top: 620px;
}

.left-history:nth-child(17) .circle-image{
	right: inherit;
	left: 320px;
	width: 186px;
}

.left-history:nth-child(17) .circle-image:after{
	width: 50px;
}

.left-history:nth-child(18){
	margin-top: 820px;
}

.left-history:nth-child(18) .circle-image{
	right: inherit;
	left: 321px;
    width: 486px;
}

.left-history:nth-child(18) .circle-image .history-four-box{
	margin-top: -327px;
	max-width: 260px;
}

.left-history:nth-child(18) .circle-image .history-four-box p{
	width: 218px;
    margin-left: 98px;
    margin-top: 5px;
    padding-left: 0;
}

.left-history:nth-child(18) .circle-image .history-four-box .history-display{
	display: flex;
	justify-content: flex-end;
}

.left-history:nth-child(18) .circle-image .history-four-box .black-cirule{
	margin-left:41px;
}

.left-history:nth-child(18) .circle-image .history-four-box .black-cirule:after{
	display: none;
}

.left-history:nth-child(18) .circle-image .history-four-box .black-cirule:before{
	display: block;
	width: 150px;
}

.left-history:nth-child(18) .circle-image .history-four-box img{
	border:none;
	border-radius: inherit; 
}

.left-history:nth-child(18) .circle-image .history-four-box:before{
	content: '';
	background-color: #000;
	width: 2px;
    height: 606px;
    position: absolute;
    top: -514px;
    right: 253px;
}

.left-history:nth-child(18) .circle-image:after{
	width: 50px;
}

.left-history:nth-child(19){
	margin-top: 1050px;
}

.left-history:nth-child(20) .circle-image p{
	margin-top: 0;
}

.down-arrow-svg{
	width: 40px;
	margin: 230px auto 0;
}

.history-year{
	position: absolute;
	left: 0;
}

.history-year h4{
  	font-family: 'Montserrat-Bold';
  	font-size: 16pt;
  	margin: 0px;
  	padding-left: 20px;
}

.history-year div:nth-child(1){
	margin-top: -77px;
}

.history-year div:nth-child(2){
	margin-top: 220px;
}

.history-year div:nth-child(3){
	margin-top: 282px;
}

.history-year div:nth-child(4){
	margin-top: 315px;
}

.history-year div:nth-child(5){
	margin-top: 350px;
}

.history-year div:nth-child(6){
	margin-top: 200px;
}

.history-year div:nth-child(7){
	margin-top: 220px;
}

.history-year div:nth-child(8){
	margin-top: 300px;
}

.history-year div:nth-child(9){
	margin-top: 365px;
}

.history-year div:nth-child(10){
	margin-top: 550px;
}

.history-year div:nth-child(11){
	margin-top: 540px;
}

.history-year div:nth-child(12){
	margin-top: 480px;
}

.history-year div:nth-child(13){
	margin-top: 200px;
}

.history-year div:nth-child(14){
	margin-top: 350px;
}

.history-year div:nth-child(15){
	margin-top: 210px;
}

.history-year div:nth-child(16){
	margin-top: 210px;
}

.bottom-history-black-cirule{
	margin-bottom: 0;
}

.bottom-history-black-cirule:after{
	display: none;
}

.bottom-text{
	width: 350px;
    margin: auto;
    text-align: center;
}

.circle-left{
	margin-top: 430px;
}

.circle-left .circle-image.circle-image2{
    right: -80px;
}

.circle-left .circle-image p{
    padding-left: 0;
    padding-right: 0px;
    margin-top: 101px;
    width: 300px;
}

.circle-left .circle-image:after{
	left: inherit;
    right: 183px;
    width: 300px;
}

.right-history{
	width: calc(50% - -8px);
    float: right;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.circle-right{
	width: 250px;

}

.left-history .history-text{
	max-width: 230px;
}

.left-history .history-text p{
	margin-top: 8px;
}

.left-history .black-cirule{
	margin-right:0;
	margin-bottom: 0;
	background-color: #fff;
}

.left-history .black-cirule:before{
	display: none;
}

.left-history .black-cirule:after{
	width: 0px;
}

.left-history .vissible.black-cirule:after{
	width: 406px;
}

.right-history .history-text{
	max-width: 230px;
}

.right-history .history-text p{
	margin-top: 38px;
}

.right-history .black-cirule{
	margin-left: 0;
    margin-bottom: 0;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.right-history .black-cirule:before{
	width: 0;
}
.right-history .vissible.black-cirule:before{
	width: 406px;
}

.right-history .black-cirule:after{
	display: none;
}

.circle-image{
	position: absolute;
    right: -385px;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.circle-image img{
	border: 10px solid #000;
    border-radius: 100px;
    display: block;
    width: 163px;
    height: 163px;
}

.circle-image:after{
	content: '';
    background-color: #000;
    height: 2px;
    width: 80px;
    position: absolute;
    left: 182px;
    top: 90px;
}

.circle-image p{
	width: 200px;
    padding-left: 100px;
    letter-spacing: 0;
}
/* animation */
.add_module,
.module,
.module_year{
	opacity: 1;
	transform: translateY(50px);
	transition: 0.4s all linear;
}
.our-value-big-circule{
	transform: translateX(-20px);
	opacity: 0;
}

/*.our-value-big-circule img{
	opacity: 0;
	transition: 0.2s all linear;
	transition-delay: 1.5s;
}
.second-circule .our-value-big-circule img{
	transition-delay: 1.7s;
}
.third-circule .our-value-big-circule img{
	transition-delay: 1.9s;
}
.fourth-circule .our-value-big-circule img{
	transition-delay: 2.1s;
}

.our-value-big-circule.vissible img{
	opacity: 1;
}*/

.hero-banner-heading,
.down-arrow{
	transition: 0.8s all linear;	
}
.add_module{
	transition: 1s all linear;
	transition-delay: 0.5s;
}
.add_module1{
	transition-delay: 0.7s;
}
.add_module2{
	transition-delay: 0.9s;
}
.add_module3{
	transition-delay: 1.1s;
}
.image-scale{
	transform: scale(0.9);
}

.fade-in{
	opacity: 0;
	transition-duration: 3s;
	transition-delay: 1s;
	transition-property: opacity;
}

.fade-on-load,
.fade-on-open{
	opacity: 0;
	transition-duration: 3s;
	transition-property: opacity;
}

.first-cell{
	opacity: 0;
	transition: 1s opacity linear;
	transition-delay: 1s;
}

.vissible{
	opacity: 1 !important;
	transform: none;
}

.vissible-load{
	opacity: 1 !important;
}

.pop-box{
	width: 100%;
	height: 100vh;
	margin: auto;
	padding:0 0 50px;
	z-index: -1;
	opacity: 0;
	transition:0.5s all linear;
	position: fixed;
	background-color: white;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.project-popup::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.project-popup {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.page-template-people .pop-box.show-pop-box{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.page-template-people .pop-box.show-pop-box::-webkit-scrollbar {
  display: none;
}
.pop-box .row{
	max-width: 100%;
}
.pop-box.show-pop-box{
	opacity: 1;
	z-index: 99;
}
.pop-box .row.data-container .col:nth-child(2){
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.pop-box .row.data-container{
	position: relative;
	z-index: 2;
	background-color: rgb(255,255,255,0.85);
	transition: 0.5s all linear;
	transition-delay: 1.5s;
	min-height:380px;
}

.page-template-projects .pop-box .row.data-container{
    transform:none !important;
}
.page-template-people .pop-box.show-pop-box,
.page-template-projects .pop-box.show-pop-box{
    overflow:scroll;
}

.pop-box .row.data-container.hide-container{
    opacity:0;
    transition-delay:0s;
    transition:0s all linear;
}

.pop-text{
	max-width: 420px;
	padding-top: 30px;
	padding-left: 15px;
}
#people_name,
.people_job_title{
	text-transform: uppercase;
}
.people_copy p,
.people_job_title{
	color: black;
}
.pop-text h5{
  	font-family: 'Montserrat-Bold';
  	margin: 0px;
  	font-size: 12pt;
}

.pop-text h6{
  	margin: 0px 0 19px;
  	font-size: 12pt;
}

.pop-text p{
  	margin: 0px;
}

.pop-tagline-text{
	max-width: 345px;
	font-size:11pt;
	padding-top: 38px;
}

.pop-tagline-text h4{
	margin: 0 0 0 6px;
	opacity: 0;
	transition-delay: 1.2s;
	transition-duration: 0.5s;
}
.show-pop-box .pop-tagline-text h4{
	opacity: 1;
}
.pop-tagline-text .black-cirule{
	margin-left: 0;
	width: 8px;
	height: 8px;
}

.pop-tagline-text .black-cirule:nth-child(1){
	margin-bottom: 27px;
}

.pop-tagline-text .black-cirule:nth-child(3){
	margin-top: 35px;
	margin-bottom: 0;
}

.pop-tagline-text .black-cirule:before{
	width: 0;
	top: 4px;
    left: 10px;
    transition-delay: 0.8s;
}

.pop-tagline-text .black-cirule:after{
	width: 0;
	top: 4px;
    right: 10px;
    transition-delay: 0.8s;
}

.show-pop-box .pop-tagline-text .black-cirule:before{
	width: 60px;
}

.show-pop-box .pop-tagline-text .black-cirule:after{
	width: 60px;
}

.next-btn{
	padding-bottom: 20px;
    position: absolute;
    right: 20px;
    bottom: 0;
}

.next-btn a{
	display: flex;
    align-items: center;
    justify-content: flex-end;
  	font-family: 'Montserrat-Bold';
  	text-transform: uppercase;
}
@-moz-document url-prefix() {
.next-btn a{
  	height: 26px;
    padding: 0px 0 60px 0;
}

}
.next-btn img{
	width: 25px;
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	margin-left: 20px;
}

.project-popup .img-responsive{
	width: 1440px;
}

.project-popup .row .col:nth-child(3){
	align-items: inherit;
}

.project-popup .pop-text{
	padding-top: 22px;
	max-width: 480px;
	padding-left: 0;
}

.project-popup .pop-text p:nth-child(4){
	margin: 20px 0;
}

.project-popup .pop-tagline-text{
	padding-top: 22px;
	max-width: 100%;
	width:500px;
}

.project-popup .pop-tagline-text .black-cirule{
	margin-bottom: 20px;
	border-width: 3px;
	margin-top: 2px;
}

.project-popup .pop-tagline-text .black-cirule:after{
	display: none;
}

.project-popup .pop-tagline-text .black-cirule:before{
	width: 150px;
}

.project-popup .pop-tagline-text table tr th{
	text-align: left;
	font-size: 10pt;
	width: 42%;
	vertical-align: top;
}

.project-popup .pop-tagline-text table tr td{
	font-size: 10pt;
	width: 58%;
	vertical-align: top;
  	font-family: 'Montserrat-Bold';
}

.close-icon{
	position: fixed;
	top: 32px;
	right: 30px;
	z-index: 9;
}

.close-icon img{
	height: 20px;
	width: 20px;
}

.mobile-form{
		display: none;
	}
	.experties-mobile{
		display: none;
	}
	.flickity-button:hover{
		background:url(../images/white-arrow.svg) !important;
	}

#sb_instagram .sbi_load_btn .sbi_btn_text, #sb_instagram .sbi_load_btn .sbi_loader {
    font-family: 'Montserrat-Bold';
    font-size: 10pt;
    background: transparent !important;
    text-transform: uppercase;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.people-heading {
    	padding: 60px 0;
	}
}

/* accessibilety*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*gaurav css*/
.featured-project img{
	width: auto; height: auto;
}

.play_icon{
    border:2px solid white;
    border-radius:50%;
    background-size:50px 50px;
    background-image:url(../images/white-arrow.svg);
    height:80px;
    width:80px;
    transform:rotate(180deg);
    margin:-40px 0 0 -40px;
    left:50%;
    top:50%;
    position:absolute;
    background-repeat:no-repeat;
    background-position:left 10px center;
    z-index:2;
    cursor:pointer;
}

.videoWrapper {
position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 80vw;
    max-width: 1200px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vimeo_player_popup{
    background-color:black;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    z-index:-1;
}

.open_player .vimeo_player_popup{
    opacity:1;
    z-index:999;
}
.close_player{
    position:absolute;
    width:20px;
    height:20px;
    top:30px;
    right:25px;
    cursor:pointer;
}

.awards-section .row{
    justify-content:flex-start;
}

.project_detailed_category{
    display:none;
}