html{
  overflow-x: hidden;
}
.fa-clock-o:before{content:"\f017"}
a{
	text-decoration: none;
	color: inherit;
}
li{
	list-style-type: none;
}
a:hover{
	text-decoration: none;
	color: #8c9ac3;
}
.hidden{
	display: none;
}

.header{
	position: absolute;
	top: 0;
	z-index: 100;
	height: 42px;
	padding: 10px 35px;
	width: 100%;
	background-color: #022f3a;
	color: white;
}
.logo{
	position: absolute;
	/* max-width: 175px; */
	max-width: 140px;
	top: 42px;
	/*background-color: white;*/
	padding: 5px;
	/*box-shadow: -2px 2px 15px -5px #022f3a;*/
}
.schedule-an-appointment{
	text-transform: uppercase;
}
.schedule-an-appointment i{
	font-size: 20px;
}

.nav-top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-transform: uppercase;
}
.nav-box{
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	padding: 0 30px;
	transition: all .4s cubic-bezier(.39,.575,.565,1);
	-khtml-transition: all .4s cubic-bezier(.39,.575,.565,1);
	-webkit-transition: all .4s cubic-bezier(.39,.575,.565,1);
	-moz-transition: all .4s cubic-bezier(.39,.575,.565,1);
	-ms-transition: all .4s cubic-bezier(.39,.575,.565,1);
	-o-transition: all .4s cubic-bezier(.39,.575,.565,1);
	background: #3a9dbc;
}
.nav-links{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 400px;
}
.nav-links li{
	padding: 10px;
}
.nav-top .closebtn{
	position: absolute;
	top: -10px;
	right: 35px;
	font-size: 40px;
}
.nav-box a:hover{
	color: #022f3a;
}

.sub-banner .text-detail {
	margin: 130px 0 0 0;
}

.large-slide, .medium-slide{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.large-slide{
	height: 100vh;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}
.medium-slide{
	height: 50vh;
}
.slide-content{
	padding: 0 15%;
}
.slide-content h1{
	color: white;
	box-shadow: black;
	padding-bottom: 50px;
	font-size: 40px;
	text-shadow: 2px 2px 10px black;
	text-transform: uppercase;
}
.slide-button{
	background-color: rgba(255,255,255,0.75);
	color: black;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
}
.slide-button:hover{
	background-color: #022f3ad0;
}

.main{
	margin-top: 42px;
	min-height: calc(100vh - 98px);
}
.home-main{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: calc(100vh - 98px);
	overflow: hidden;
}

.main-slider, .secondary-sliders, .secondary-slider{
	padding: 0;
}

.main-slider{
	width: 65%;
	height: 100%;
	overflow: hidden;
	padding-right: 5px;
}

.secondary-sliders{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 35%;
	height: 100%;
}
.secondary-sliders .secondary-slider:first-child{
	padding-bottom: 5px;
}
.secondary-sliders .secondary-slider:last-child{
	padding-top: 5px;
}
.secondary-slider{
	height: 50%;
	overflow: hidden;
}


#btn-to-top.hide{
	right: -100px;
}
#btn-to-top {
  background-color: rgba(2, 47, 58, 0.8);
  color: white;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 55px;
	right: 55px;
	line-height: 40px;
	text-align: center;
	z-index: 100;
	-webkit-transition: all .5s ease-in-out;
		 -moz-transition: all .5s ease-in-out;
		   -o-transition: all .5s ease-in-out;
				  transition: all .5s ease-in-out;
}
#btn-to-top:hover{
  background: #0ba1c5;
}
.footer{
	display: flex;
	flex-direction: row;
	justify-content: space-between;

	position: relative;
	z-index: 101;
	min-height: 56px;
	padding: 13px 35px;
	width: 100%;
	background-color: #022f3a;
	color: white;

	font-size: 14px;
}
.footer a, .footer p{
	margin-bottom: 0;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: normal;
}
.footer i, .footer span:not(.d-md-inline) {
	color: lightslategray;
}
.footer a:hover{ color: #8c9ac3; }
.footer-left{
	display: flex;
	flex-direction: row;
}
.footer-left a.phone{
	margin: 0;
}
.footer-left a{
	margin: 0 25px;
}
.copyright p{
	color: lightslategray;
}
.footer-right{
	display: flex;
	flex-direction: row;
	min-width: 88px;
	width: 88px;
	margin-top: -5px;
}

.contact, .appointment{
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 999;
	background-color: #111;
	overflow-x: hidden;
	transition: .75s;
	color: white;
}
.contact{ top: 100%; }
.appointment{ bottom: 100%; }
.contact .closebtn, .appointment .closebtn{
	position: absolute;
	z-index: 999;
	top: 0;
	right: 50px;
	margin-left: 50px;
	font-size: 50px;
}
.contact-page, .appointment-page{
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.contact-info, .contact-image,.appointment-image{
	height: 100vh;
	width: 50%;
	padding: 60px;
}
.contact-image, .appointment-image{
	background-position: center;
	background-size: cover;
}
.contact-info{
	background-color: #022f3a;
	overflow-y: scroll;
}
.contact-form, .appointment-form{
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 768px){
	.nav-links{
		flex-direction: column;
		width: 150px;
	}
	
	.home-main{
		flex-direction: column;
	}

	.main-slider{
		height: 65vh;
		width: 100%;
		padding-right: 0;
		padding-bottom: 5px;
		overflow: visible;
	}

	.large-slide{
		height: 60vh;
	}
	.medium-slide{
		height: 35vh;
	}

	.secondary-sliders{
		flex-direction: row;
		width: 100%;
	}
	.secondary-sliders .secondary-slider:first-child{
		padding-bottom: 0;
		padding-right: 2.5px;
	}
	.secondary-sliders .secondary-slider:last-child{
		padding-top: 0;
		padding-left: 2.5px;
	}

	.secondary-slider{
		height: 35vh;
		width: 50%;
	}

	.contact-image, .appointment-image{
		display: none;
	}
	.contact-info{
		width: 100%;
	}
}

@media screen and (max-width: 450px){
	.contact{
		font-size: 16px;
	}
	.contact-info{
		padding: 60px 15px;
	}
}
/*-----------------------*\
|      Profile page       |
\*-----------------------*/
.awards{
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.45);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 30px;
}
.awards h1, .awards h4 {
  color: white;
}
.awards li{
  color: rgb(240, 240, 240);
}
.awards-slide{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.publications .awards-list{
	width: 50%;
	text-align: left;
}
.awards-list.right{
	text-align: right;
}
.awards-list h4{
  font-weight: bold;
}
/*-----------------------*\
|      Awards page        |
\*-----------------------*/
.awards-page{
  display: flex;
  flex-flow: row wrap;
}
.awards-page .awards-slide{
  text-align: left;
}
.award-category{
  width: 50%;
  max-width: 400px;
  margin: 10px auto;
  padding: 0 10px;
}
.award-category li{
  list-style: disc;
}
.awards-list{
  width: auto;
}

@media screen and (max-width: 768px){
  .award-category{
    width: 100%;
  }
}
@media screen and (min-width: 1200px){
  .award-category{
    width: 33%;
  }
}


/*-----------------------*\
|   Our Projects page     |
\*-----------------------*/
.grid-sizer, .grid-item{
  width: 33%;
  padding: 5px;
}
.grid-item{
  float: left;
  /* max-width: 400px; */
}
.grid-item--description{
  width: 100% !important;
}

.filter-buttons {
  margin: 0 auto 30px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  /* align-items: center; */
}
.filter:hover {color: #fff;}
.filter.active{color:#fff;cursor:default}
.filter.active {color: #fff!important;}
.filter{
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #cccccc;
  color: #0d0d0d;
  cursor: pointer;
  font-size: 20px;
  font-weight: 100;
  padding: 10px 24px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.description.hidden{
	visibility: none;
	opacity: 0;
	height: 0;
	padding: 0;
}
.description{
	visibility: visible;
	opacity: 1;
	background: #f7f8f9;
	padding: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: lighter;
	-webkit-transition: opacity 0.25s ease-in-out;
		 -moz-transition: opacity 0.25s ease-in-out;
			 -o-transition: opacity 0.25s ease-in-out;
					transition: opacity 0.25s ease-in-out;
	margin-bottom: 10px;
}
.description.left{ flex-direction: row; }
.description.right{ flex-direction: row-reverse; }
.description.left img{ margin-right: 50px; }
.description.right img{ margin-left: 50px; }
.description img{
	height: 100%;
	max-height: 300px;
	max-width: 300px;
}

.project-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  margin: 5px;
  background: url(../img/plus.png), rgba(255, 255, 255, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  color: black;
  opacity: 0;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}
.project-tile:hover .project-info{
  opacity: 1;
}
.project-info .project-title {
  font-weight: bold;
}
.project-info .project-category {

}


.project-main .sub-banner{
  padding: 0;
}

.header-image {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.25);
  margin: 5px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 300px;
  width: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-image h2{
  color: white;
}
@media(min-width: 1200px){
	.grid-sizer, .grid-item{
		width: 25%;
	}
}

@media(max-width: 900px){
	.filter-buttons{
		flex-direction: column;
	}
	.filter{
		font-size: 18px;
		padding: 7px;
	}
	.description{
		flex-direction: column;
	}
	.grid-sizer, .grid-item{
		width: 50%;
	}
}
@media(max-width: 500px){
	.grid-sizer, .grid-item{
		width: 100%;
	}
	.description p{
		font-size: 17px;
		line-height: 30px;
	}
}

/*-----------------------*\
|    Our Process Page     |
\*-----------------------*/
.process-main :not(.info) > p{
	font-size: 19px;
}
.process-main .sub-banner{
	padding: 0;
}
.process-main .main-heading h1{
	font-size: 60px;
}
ul.z-tabs-nav.z-tabs-desktop{
	margin-bottom: 0;
}

.z-tabs.horizontal > ul > li{
	display: flex;
	flex-direction: column;
	width: 25% !important;
	height: 80px;
}
.z-tabs.horizontal.top > ul > li.z-active{
	top: 2px;
}
.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li > a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

/* .z-animating{
	position: relative;
	display: contents;
} */

.z-content-inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #f7f8f9;
	padding: 20px 15px;
	margin-bottom: 10px;
}
.welcome-serv-image, .detail{
	width: 50%;
}
.welcome-serv-image{
	margin-right: 50px;
}

/*-----------------------*\
|   Testimonials Page     |
\*-----------------------*/
.testimonial-slide{
  display: flex;
  justify-content: space-around;
	background-color: #f7f8f9;
}
.quote{
	width: 50%;
	padding: 20px;
}
.testimonial-image{
  max-width: 50%;
}
.testimonial-slide > .testimonial-image > img{
  width: auto;
  height: auto;
  max-width: 100%;
	max-height: 500px;
}

.testimonials .owl-carousel{
	display: flex;
	flex-flow: column-reverse;
}
.testimonials .owl-nav{
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 30px;
	height: 20px;
	margin-bottom: 30px;
}
.testimonials .owl-dots{
	display: flex;
	justify-content: space-evenly;
	margin: 10px auto;
	width: 100%;
	margin-bottom: -30px;
}
.testimonials .owl-carousel button.owl-dot{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #8c9ac3;
}
.testimonials .owl-carousel button.owl-dot.active{
	background-color: #022f3a;
}

.client{
  float: right;
  font-style: italic;
}

.testimonial-slide.left{
  flex-direction: row;
}
.testimonial-slide.right{
  flex-direction: row-reverse;
}
.testimonial-slide.right .testimonial-image{
  margin-left: 20px;
}
.testimonial-slide.left .testimonial-image{
  margin-right: 20px;
}

@media screen and (max-width: 768px){
  .quote, .testimonial-image{
    width: 100%;
    max-width: 100%;
  }

  .testimonial-slide.right,.testimonial-slide.left{
    flex-direction: column;
  }
  .testimonial-slide.right .testimonial-image, .testimonial-slide.left .testimonial-image{
    margin: 20px 0;
  }
}
/*-----------------------*\
|overwriting architecture|
\*-----------------------*/
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto Slab', serif;
}
/* :not(.contact-info) > h1{
	font-size: 65px;
} */
.achievements{
  margin: 0;
  padding-top: 25px;
  float: none;
}
.sub-banner .text-detail h2{
	width: auto;
	margin: 0 5%;
}
.what-we-do{
	width: 100%;
}
.sec-space{
	padding: 0;
}
/*-----------------------*\
|    about page           |
\*-----------------------*/

.about-main .sub-content{
	margin-top: 5px;
}

.fun-fact{
	margin-bottom: 15px;
}

section.video {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

section.video:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba( 42, 42, 42, 0.5 );
	z-index: 1;
}

section.video .video-before-content {
	text-align: center;
	position: relative;
	z-index: 2;
}

.video-play-button.fa-play-circle {
	height: 65px;
	width: 85px;
	margin: 25px auto 75px auto;
	background: #fff;
	position: relative;
	line-height: 1;
	cursor: pointer;
}

.video-play-button.fa-play-circle:before {
	/* content: '\f144'; */
	/* font-family: 'FontAwesome'; */
	color: #02303b;
	font-size: 126px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -54px;
	margin-top: -63px;
	line-height: 1;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}

.video-play-button.fa-play-circle:hover:before {
	color: #3041d4;
}

section.video .video-before-content h3 {
	color: #fff;
	font-size: 38px;
}

section.video .video-before-content p {
	color: #e2e2e2;
	font-weight: 400;
}

section.video .video-before-content span.video-length {
	background: rgba( 0, 0, 0, 0.3 );
	padding: 11px 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
	font-size: 13px;
}

@media (max-width: 430px) {

	section.video .video-before-content {
			padding: 45px 15px;
	}

	.video-play-button.fa-play-circle {
			height: 35px;
			width: 35px;
			margin: 25px auto 45px auto;
	}

	.video-play-button.fa-play-circle:before {
			font-size: 77px;
			margin-left: -33px;
			margin-top: -38.5px;
	}

	section.video .video-before-content h3 {
			font-size: 31px;
	}
}

@media (min-width: 431px) and (max-width: 767px) {

	section.video .video-before-content {
			padding: 45px 15px;
	}
}

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

	section.video .video-before-content {
			padding: 45px 45px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	section.video .video-before-content {
			padding: 75px 150px;
	}
}

@media (min-width: 1200px) {

	section.video .video-before-content {
			padding: 75px 250px;
	}
}

/*-----------------------*\
|      media queries      |
\*-----------------------*/
@media(max-width: 1100px){
	/* Home Page */
	/* .large-slide .slide-title{
		font-size: 3em;
	} */
	.slide-button{
		font-size: 1em;
	}
	.home-main{
		height: calc(100vh - 130px);
	}

	.main{
		min-height: calc(100vh - 130px);
	}

	/* footer */
	.footer{
		height: 89px;
	}
}

@media(max-width: 450px){
	/* Header */
	.header{
		height: 68px;
	}
	.logo{
		top: 68px;
		left: 15px;
		/* max-width: 100px; */
	}
	.menu{
		min-width: 70px;
	}

	/* Home Page */
	/* .large-slide .slide-title{
		font-size: 25px;
	} */
	.slide-button{
		font-size: 15px;
	}
	.home-main{
		height: calc(100vh - 199px);
	}
	.main{
		margin-top: 68px;
		min-height: calc(100vh - 199px);
	}


	:not(.contact-info) > h1{
		font-size: 30px;
	}
	h2, h4{
		font-size: 20px;
	}

	/* About */
	.fun-facts{
		margin: 0;
		padding: 20px 0;
	}
	.fun-fact{
		margin-bottom: 20px;
	}
	.fun-fact .counter{
		font-size: 45px;
	}


	/* Footer */
	.footer{
		height: 131px;
	}
	.footer, .footer-right, .footer-left{
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.footer-right{
		width: auto;
	}
}

@media(max-height: 750px){
	.slide-content h1{
		padding: 0;
	}
	.slide-content{
		margin-top: 50px;
	}
	@media(max-width: 768px){
		.large-slide{
			height: 50vh;
		}
	}
}