/*!
Template Name:Construction Business Website
Template URI: https://www.template.net
Author: Template.net
Author URI: https://www.template.net
License: Template.net
License URI: https://www.template.net/license-agreement
*/



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

figure {
	margin: 0;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.3;
	overflow-x: hidden;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;

}

body,
html {
	height: 100%;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

li {
	display: inline-block;
}

a {
	cursor: pointer;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

textarea {
	resize: none;
}

hr {
	margin-bottom: 0;
}

.container {
	max-width: 1440px;
}


/*-- header start --*/
header.active {
	background-color: #14abfd;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
	margin-top: 0;
}

header {
	position: fixed;
	width: 100%;
	height: 78px;
	z-index: 99;
	margin-top: 20px;
	transition: 0.6s;
}

header .side-bar {
  background-image: url('../images/logo-aiaa.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 240px;
	height: 78px;
	background-color: #14abfd;
}

header .navbar-brand {
	width: 480px;
	height: auto;
}

header .navbar-brand img {
	margin-left: 45px;
}

header .navbar-expand-lg {
	padding: 0;
}

header .navbar-expand-lg .navbar-nav {
	margin-left: 13px;
}

header .navbar-expand-lg .navbar-collapse {
	background-color: #000000;
	height: 78px;
}

header .navbar .nav-item .nav-link {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	transition: all 0.5s ease;
	padding: 0 15px;
}

header .navbar-nav span {
	color: #000000;
}

header .navbar .nav-item:last-child .nav-link {
	padding-right: 0;
}

header .navbar .nav-item .nav-link:hover {
	color: #14abfd;
}

/*-- header end --*/


/*-- banner start --*/
.banner {
	background-image: url('../images/banner-sartc.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: auto;
	position: relative;
}

.banner .gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000000;
	opacity: 0.14;
}

.banner .banner-inner {
	padding-top: 251px;
	padding-bottom: 365px;
}

.banner .banner-inner h1 {
	color: #ffffff;
	font-size: 42px;
	font-weight: bold;
	width: 95%;
	margin-left: 6px;
  margin-bottom: 10px;
}

.banner .banner-inner span {
	font-size: 50px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-bottom: 8px;
}

.banner .banner-inner .fa-facebook-square {
	color: #ffffff;
}

.banner .banner-inner .fa-twitter-square {
	color: #ffffff;
}

.banner .banner-inner .fa-linkedin {
	color: #ffffff;
}

.banner .banner-inner .fa-youtube-square {
	color: #ffffff;
}

.banner .banner-inner .fa-facebook-square:hover {
	color: #14abfd;
}

.banner .banner-inner .fa-twitter-square:hover {
	color: #14abfd;
}

.banner .banner-inner .fa-linkedin:hover {
	color: #14abfd;
}

.banner .banner-inner .fa-youtube-square:hover {
	color: #14abfd;
}
/*-- banner end --*/


/*-- features start --*/
.features {
	background-image: url(../images/features-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: auto;
	padding-bottom: 130px;
	position: relative;
	border: 1px solid #14abfd;
}

.features .nogap {
	margin-top: -152px;
	margin-bottom: 115px;
}

.features .box {
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 7px rgba(107, 104, 104, 0.16);
	-moz-box-shadow: 0px 0px 12px 7px rgba(107, 104, 104, 0.16);
	-webkit-box-shadow: 0px 0px 12px 7px rgba(107, 104, 104, 0.16);
	padding: 45px 70px 0;
}

.features h3 {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.features p {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 55px;
}

.features a {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	background-color: #14abfd;
	border-radius: 60px;
	padding: 19px 36px;
	text-align: center;
	text-transform: lowercase;
	position: relative;
	top: 7px;
}

.features .col:first-child .box {
	border-top-left-radius: 100px;
}

.features .col:nth-child(2) .box {
	border-top-right-radius: 100px;
	padding-right: 75px;
	margin-top: -55px;
}

.features .col:last-child .box {
	border-bottom-right-radius: 100px;
}

.features .nogap > .col:first-child {
	padding-left: 15px;
	padding-right: 30px;
}

.features .nogap > .col:last-child {
	padding-right: 15px;
	padding-left: 30px;
}

.features .construction-company .inner {
	padding-left: 60px;
}

.features .construction-company figure {
	width: 100%;
	height: 90%;
}

.features .construction-company img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.features .construction-company h4 {
	font-size: 40px;
	color: #000000;
	font-weight: 400;
	width: 41%;
	margin-bottom: 75px;
}

.features .construction-company p {
	margin-top: 7px;
	margin-bottom: 35px;
	font-size: 18px;
}

/*-- features end --*/

/*-- services start --*/
.services {
	margin-bottom: 82px;
}

.services-header {
	margin-top: 90px;
	margin-bottom: 45px;
}

.services-header h2 {
	font-size: 40px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 24px;
}

.services-header .note {
	width: 740px;
}

.services-content p,
.note {
	font-size: 18px;
	line-height: 32px;
	color: #14abfd;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 120px;
}

/*-- services-carousel start --*/
.services-middle {
	padding: 0;
	position: relative;
}

.services-middle .carousel-wrap {
	padding: 0;
	width: 100%;
	position: relative;
	margin-right: 0;
	margin-left: 0;

}

/* fix blank or flashing items on carousel */
.services-middle .owl-carousel .item {
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}
.services-middle .owl-carousel .item figcaption{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 220px 58px 68px;
}

.services-middle .owl-carousel .item figcaption:hover {
	background-color: rgba(20, 171, 253, 0.5);
    opacity:1;
}

/* end fix */

.services-middle .owl-nav {
	position: relative;
	width: 75%;
	margin: 0 auto;
	bottom: 50%;
}

.services-middle button:focus {
	outline: 1px dotted;
	outline: 0;
}

.services-middle .owl-nav button {
	background-color: #14abfd !important;
	width: 85px;
	height: 85px;
}

.services-middle .owl-nav i {
	font-size: 41px;
	color: #ffffff;
}

.services-middle .owl-nav .owl-next {
	float: right;
}

.services-middle .owl-dots {
	display: none;
}

.services-middle .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*-- height: 533px --*/
.services-middle .owl-carousel .item figure {
	width: 100%;
	height: 100%;
}

.services-middle .owl-carousel .item figcaption h4 {
	font-size: 28px;
	color: #14abfd;
	font-weight: bold;
	margin-bottom: 17px;
}

.services-middle .owl-carousel .item figcaption p {
	font-size: 18px;
	line-height: 28px;
	color: #14abfd;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 23px;
}

.services-middle .owl-carousel .item figcaption a {
	font-size: 40px;
	color: #14abfd;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #14abfd;
  background-color: black;
	display: inline-block;
}

/*-- services-carousel end --*/
/*-- services end --*/

/*-- client-testimonials start --*/
.client-testimonials {
	margin-bottom: 80px;
}

.client-testimonials .client-top {
	width: 710px;
	margin-bottom: 54px;
}

.client-testimonials .client-top h2 {
	font-size: 40px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 40px;
}

.client-testimonials .client-top p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
}

.client-testimonials-inner {
	display: flex;
}

.client-testimonials .client-testimonials-inner p {
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: -15px;
	margin-bottom: 17px;
}

.client-testimonials .client-testimonials-inner h5 {
	font-size: 20px;
	color: #14abfd;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.client-testimonials .client-testimonials-inner .inner-box {
	background-color: #000000;
	border-radius: 50px;
	box-shadow: 0px 0px 8px 4px rgba(235, 235, 235, 0.77);
	-moz-box-shadow: 0px 0px 8px 4px rgba(235, 235, 235, 0.77);
	-webkit-box-shadow: 0px 0px 8px 4px rgba(235, 235, 235, 0.77);
	padding: 30px 70px 65px;
	position: relative;
}

.client-testimonials .client-testimonials-inner figure {
  height: auto;
  width: auto;
  position: relative;
}
.client-testimonials .client-testimonials-inner figure img {
	border: 0px solid #14abfd;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.client-testimonials .client-testimonials-inner .block {
	/* 	width: 430px;*/
	height: 100%;
	padding-bottom: 0;
	margin-left: -13px;
	/* 	padding: 30px 20px 65px 55px;*/
	position: absolute;
	z-index: 1;
}

.client-testimonials .nogap > .col {
	padding: 0;
	width: 500px;
}

.client-testimonials .nogap > .col:first-child {
	padding-left: 0;
}

.client-testimonials .nogap > .col:last-child {
	padding-right: 0;
}

.client-testimonials .client-testimonials-inner:last-child .inner-box {
	margin-left: -15px;
}


/*-- client-testimonials end --*/

/*-- appointment start --*/

.appointment {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(../images/meetings-lunar_rover_background.jpg);
	background-size: cover;
	padding: 130px 0;
}

.appointment h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 13px;
}

.appointment p {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.appointment .btn {
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 60px;
	background-color: #14abfd;
	display: inline-block;
	padding: 24px 97px;
	text-align: center;
	margin-top: 45px;
}

/*-- appointment end --*/

/*-- construction-projects start --*/

.construction-projects {
	margin-top: 90px;
	margin-bottom: 110px;
}

.construction-projects .inner {
	width: 1050px;
	margin: 0 auto;
}

.construction-projects .content {
	margin: 0 auto;
	margin-bottom: 38px;
}

.construction-projects .content h2 {
	font-size: 40px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 36px;
}

.construction-projects .content p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
}

.construction-projects .projects {
	background-image: url(../images/AIAA-conference_ascend.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 150px 0 300px 0;
}

.construction-projects .carousel {
	margin: 0 55px;
}

.carousel-control-next,
.carousel-control-prev {
	display: none;
}

.construction-projects .carousel-inner h4 {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 16px;
}

.construction-projects .carousel-inner p {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	opacity: 0.8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 22px;
}

.construction-projects .carousel-inner a {
	font-size: 20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	border-bottom: 2px solid #ffffff;
  background-color: #000000;
}

.construction-projects .carousel-indicators {
	position: absolute;
	left: unset;
	margin-right: 0;
}

.construction-projects .carousel-indicators li {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 1;
	margin-left: 5px;
}

.construction-projects .carousel-indicators .active {
	background-color: #ffffff;
}

/*-- construction-projects end --*/

/*-- team-leaders start --*/
.team-leaders {
	margin-bottom: 133px;
}

.team-leaders .inner {
	width: 1140px;
	margin: 0 auto;
}

.team-leaders .inner .content {
	width: 710px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 55px;
}

.team-leaders h2 {
	font-size: 40px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 36px;
}

.team-leaders p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0.8;
}

.team-leaders .carousel-inner {
	width: 810px;
	margin: 0 auto;
}

.team-leaders .carousel-item-inner {
	display: flex;
}

.team-leaders .carousel-item-inner h3 {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 2px;
}

.team-leaders .carousel-item-inner h5 {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 17px;
}

.team-leaders .carousel-item-inner p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 45px;
}

.team-leaders .carousel-item-inner span a i {
	font-size: 20px;
}

.team-leaders .carousel-item-inner span a {
	margin-right: 20px;
}

.team-leaders .carousel-item-inner .fa-facebook-square {
	color: #000000;
}

.team-leaders .carousel-item-inner .fa-twitter-square {
	color: #000000;
}

.team-leaders .carousel-item-inner .fa-linkedin {
	color: #000000;
}

.team-leaders .carousel-item-inner .fa-instagram {
	color: #000000;
}

.team-leaders .controls-bottom {
	position: absolute;
	top: 40%;
	width: 100%;
}

.team-leaders .controls-bottom i {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 57px;
	width: 58px;
	height: 58px;
	background-color: #000000;
}

.team-leaders .carousel-indicators {
	display: none;
}

.team-leaders .controls-bottom .btn-right {
	float: right;
}

.team-leaders .carousel-item-inner figure {
	text-align: center;
	width: 100%;
	height: 100%;
}

.team-leaders .carousel-item-inner figure img {
	border: 0px solid #14abfd;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*-- team-leaders end --*/

/*-- contact-us start --*/
.contact {
	background-image: url('../images/map-bg-rover.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: auto;
	position: relative;
	padding: 10px 0px 250px 0px;
}

.contact .contact-inner .form {
	padding-top: 20px;
	padding-bottom: 22px;
}

.contact .form-control {
	border: 0;
	border-radius: 0;
	border-bottom: 3px solid #ffffff;
	background-color: unset;
}

.form-control:focus {
	box-shadow: unset;
}

.contact form .form-label {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.contact form .btn {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	padding: 17px 35px;
	text-align: center;
	background-color: #14abfd;
	border: 0;
	border-radius: 60px;
	margin-top: 9px;
	margin-right: 10px;
}

.contact .form-group {
	margin-bottom: 35px;
}

.contact .nogap > .col {
	padding-left: 30px;
	padding-right: 30px;
}

.contact .nogap > .col:first-child {
	padding-left: 15px;
}

.nogap > .col:last-child {
	padding-right: 15px;
}

.contact figure {
	max-width: 200%;
	height: 250%;
	position: relative;
	float: right;
}

.contact iframe {
	max-width: 100%;
	height: 100%;
}

.contact figcaption {
	position: absolute;
	left: 45px;
	bottom: 45px;
	right: 45px;
}

.contact h2 {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contact span {
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact h5 {
	margin-bottom: 20px;
	margin-top: 8px;
}

.contact h5 a {
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	transition: 0.5s;
	border-bottom: 1px solid transparent;
	display: inline-block;
}

.contact h5 a:hover {
	color: #14abfd;
	border-bottom: 1px solid #14abfd;
	display: inline-block;
}

.contact sub {
	bottom: 0;
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.contact span a {
	margin-right: 23px;
}

.contact span i {
	font-size: 28px;
	color: #000000;
	transition: 0.5s;
}

.contact span i:hover {
	color: #14abfd;
}
/*-- contact-us end --*/

/*-- footer start --*/
footer {
	padding: 47px 0 42px 0;
}

footer .navbar-nav {
	display: inline-block;
}

footer .footer-inner {
	text-align: center;
}

footer ul li a,
span {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	transition: 0.6s;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

footer ul li a {
	padding: 0 10px;
}

footer ul li a:hover {
	color: #14abfd;
}

footer p {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0.4px;
	margin-top: 8px;
}

footer small a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px transparent;
	transition: 0.6s;
	letter-spacing: 0.4px;
}

footer small a:hover {
	color: #14abfd;
	border-bottom: 1px #14abfd;
}


/*-- footer end --*/

/*-- top to bottom-button*/

html {
	scroll-behavior: smooth;
}

footer .fa-arrow-up {
	margin: 10px;
	position: absolute;
	bottom: 0px;
	left: 4px;
	top: 5px;
	font-size: 20px;
	transition: 0.7s;
}

footer .fa-arrow-up:hover {
	top: 0;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: 0;
	background-color: rgba(1, 1, 2, .36);
	color: #fff;
	cursor: pointer;
	padding: 15px;
	font-size: 16px;
	border-radius: 10px;
}

#myBtn:hover {
	background-color: #14abfd;
}

#myBtn i {
	margin: 0;
	font-size: 30px;
}




/*==================
 media query start 
 ===================*/


@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 1440px;
	}
}

@media only screen and (max-width: 1440px) {
	.container {
		max-width: 1300px;
	}

	/*
 	.services-middle {
 		padding: 0 15px;
 		position: relative;
 	}
*/

	header .navbar-brand img {
		margin-left: 40px;
	}

	header .navbar-brand {
		width: 440px;
	}

	header .navbar .nav-item .nav-link {
		font-size: 15px;
		letter-spacing: 0.2px;
		padding: 0 10px;
	}

	.banner .banner-inner h1 {
		margin-left: 0;
		width: 100%;
	}

	.features .construction-company h4 {
		font-size: 37px;
		width: 50%;
	}

	.services-middle .owl-nav button {
		width: 65px;
		height: 65px;
	}

	.services .services-header h2 {
		font-size: 37px;
	}

	.services .services-content p,
	.note {
		font-size: 17px;
		line-height: 30px;
		margin-right: 60px;
	}

	.services-middle .owl-carousel .item figcaption p {
		font-size: 16px;
		line-height: 26px;
	}



	.services-middle .owl-carousel .item figcaption h4 {
		font-size: 25px;
	}

	.client-testimonials .nogap > .col {
		width: 100%;
	}

	.client-testimonials .client-testimonials-inner .inner-box figure {
		margin-left: -30px;
	}

	.client-testimonials .client-testimonials-inner .inner-box {
		padding: 30px 45px 65px;
	}

	.client-testimonials .client-testimonials-inner p {
		font-size: 20px;
		line-height: 30px;
	}

	.appointment h2 {
		font-size: 35px;
	}

	.appointment p {
		font-size: 17px;
		line-height: 24px;
	}


}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	header .navbar-brand {
		width: 280px;
	}

	header .navbar-brand img {
		width: 85%;
		margin-left: 20px;
	}

	header .side-bar {
		width: 80px;
		height: 78px;
		background-color: #14abfd;
	}

	header .navbar .nav-item .nav-link {
		font-size: 14px;
	}

	.banner .banner-inner h1 {
		font-size: 37px;
	}

	.features .nogap > .col:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}

	.features .nogap > .col:last-child {
		padding-right: 15px;
		padding-left: 15px;
	}

	.features .col:first-child .box {
		border-top-left-radius: 100px;
	}

	.features .box {
		padding: 45px 40px 0;
	}

	.features h3 {
		font-size: 25px;
	}

	.features p {
		font-size: 16px;
		line-height: 26px;
	}


	.features .construction-company h4 {
		font-size: 35px;
		width: 70%;
	}

	.services .services-header h2 {
		font-size: 35px;
	}

	.services-header .note {
		width: 100%;
	}

	.services .services-content p,
	.note {
		font-size: 16px;
		line-height: 28px;
		margin-right: 30px;
	}
	.services-middle .owl-carousel .item figcaption {
    padding: 220px 30px 68px;
}

	.services-middle .owl-nav {
		width: 100%;
		bottom: 0;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 70px;
	}

	.services-middle .owl-nav .owl-next {
		float: unset;
		margin-left: 20px;
	}

	.client-testimonials .client-top h2 {
		font-size: 35px;
		margin-bottom: 20px;
    text-align: center;
	}

	.client-testimonials .client-top p {
		font-size: 17px;
		line-height: 28px;
    text-align: center;
	}

	.client-testimonials .client-testimonials-inner .inner-box figure {
		margin-left: -20px;
    text-align: center;
	}

	.client-testimonials .client-testimonials-inner p {
		font-size: 18px;
		line-height: 27px;
	}

	.client-testimonials .client-testimonials-inner .inner-box {
		padding: 50px;
	}

	.appointment {
		padding: 100px 0;
	}

	.appointment h2 {
		font-size: 30px;
	}

	.appointment .btn {
		font-size: 20px;
		padding: 24px 70px;
		margin-top: 30px;
	}

	.construction-projects .content h2 {
		font-size: 35px;
		margin-bottom: 15px;
	}

	.construction-projects .content p {
		font-size: 17px;
		line-height: 28px;
	}

	.construction-projects .carousel-indicators li {
		width: 20px;
		height: 20px;
	}

	.team-leaders h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.team-leaders p {
		font-size: 17px;
		line-height: 28px;
	}

}

@media only screen and (max-width: 814px) {
	.navbar-light .navbar-toggler {
		margin-right: 15px;
	}

	header .navbar-expand-lg .navbar-collapse {
		background-color: #000000;
		height: 100%;
		padding: 20px 15px;
	}

	header .navbar-nav span {
		display: none;
	}

	header .navbar .nav-item .nav-link {
		padding: 0;
		margin: 10px 0;
	}

	header .navbar-expand-lg .navbar-nav {
		margin-left: 0;
	}

	.banner .banner-inner {
		padding-top: 190px;
		padding-bottom: 330px;
	}

	.features .nogap {
		margin-top: -250px;
		margin-bottom: 115px;
	}

	.features .box {
		padding: 50px;
		margin-top: 50px;
	}

	.features .col:nth-child(2) .box {
		border-top-right-radius: 100px;
		padding-right: 50px;
		margin-top: 50px;
	}

	.features {
		padding-bottom: 80px;
	}

	.features .construction-company .inner {
		padding-left: 15px;
		padding-top: 50px;
	}

	.features .construction-company p {
		margin-top: 0;
		margin-bottom: 25px;
	}

	.services .services-content p,
	.note {
		margin-right: 0;
	}

	.services-middle .owl-nav button {
		width: 60px;
		height: 60px;
	}

	.services .services-content .note {
		margin-top: 20px;
	}

	.client-testimonials-inner {
		display: block;
	}

	.client-testimonials .client-testimonials-inner:last-child .inner-box {
		margin-left: 15px;
		margin-right: 15px;
	}

	.client-testimonials .client-testimonials-inner .block {
		position: relative;
	}

	.appointment {
		background-position: right;
	}

	.appointment .btn {
		margin-top: 60px;
		float: left;
	}

	.construction-projects {
		margin: 70px 0;
	}

	.team-leaders {
		margin-bottom: 200px;
	}

	.team-leaders .carousel-inner {
		width: 100%;
	}

	.team-leaders .controls-bottom {
		position: absolute;
		top: unset;
		width: 100%;
		bottom: -45%;
		text-align: center;
	}

	.team-leaders .controls-bottom .btn-right {
		float: unset;
	}

	.contact .contact-inner .form {
		padding-bottom: 50px;
	}

	.contact figure {
		height: 100%;
		float: unset;
		width: 100%;
	}

	.contact iframe {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}

	footer p {
		font-size: 15px;
		margin-top: 25px;
	}
}

@media only screen and (max-width: 640px) {
	.banner .banner-inner h1 {
		font-size: 34px;
	}

	.features a {
		font-size: 18px;
		padding: 15px 30px;
		top: 0px;
	}

	.features .construction-company h4 {
		font-size: 30px;
		width: 100%;
	}

	.features {
		padding-bottom: 60px;
	}

	.services .services-header h2 {
		font-size: 30px;
	}

	.client-testimonials .client-top {
		width: 100%;
	}

	.client-testimonials .client-testimonials-inner .inner-box {
		padding: 40px;
	}

	.appointment h2 {
		font-size: 28px;
	}

	.appointment .btn {
		font-size: 16px;
		padding: 24px 50px;
	}

	.construction-projects .content p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.construction-projects .projects {
		padding: 200px 0 70px 0;
	}

	.construction-projects .content {
		width: 100%;
		margin: 0 auto;
	}

	.construction-projects .carousel-inner p {
		font-size: 16px;
		line-height: 26px;
		width: 100%;
	}

	.construction-projects .carousel-inner a {
		font-size: 18px;
	}

	.team-leaders .inner .content {
		width: 100%;
	}

	.team-leaders .carousel-item-inner figure img {
		border: 7px solid #14abfd;
	}

	.team-leaders p {
		font-size: 16px;
		line-height: 26px;
	}

	.team-leaders .carousel-item-inner p {
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 40px;
	}

	.team-leaders .controls-bottom {
		bottom: -35%;
	}

	footer .navbar-nav {
		display: block;
	}

	footer ul li {
		display: block;
		margin: 18px 0;
	}

	footer ul span {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	header .side-bar {
		width: 60px;
		height: 60px;
	}

	.banner .banner-inner h1 {
		font-size: 28px;
	}

	.banner .banner-inner {
		padding-top: 180px;
		padding-bottom: 300px;
	}

	.features .box {
		padding: 40px;
		margin-top: 50px;
	}

	.features p {
		font-size: 15px;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 35px;
	}

	.features .construction-company h4 {
		font-size: 24px;
		margin-bottom: 50px;
	}

	.services-header {
		margin-top: 60px;
	}

	.services .services-header h2 {
		font-size: 24px;
	}

	.services-middle .owl-nav button {
		width: 55px;
		height: 55px;
	}

	.client-testimonials .client-top h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.client-testimonials .client-top p {
		font-size: 15px;
		line-height: 26px;
	}

	.client-testimonials .client-testimonials-inner p {
		font-size: 16px;
		line-height: 26px;
	}

	.client-testimonials .client-testimonials-inner h5 {
		font-size: 18px;
	}

	.appointment {
		padding: 90px 0;
	}

	.appointment {
		background-position: right;
		text-align: center;
	}

	.appointment h2 {
		font-size: 25px;
	}

	.appointment p {
		font-size: 16px;
	}

	.appointment .btn {
		font-size: 15px;
		padding: 20px 40px;
		float: inherit;
	}

	.construction-projects .content h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.construction-projects .content p {
		font-size: 14px;
		line-height: 25px;
	}

	.construction-projects .carousel {
		margin: 0 25px;
	}

	.construction-projects .carousel-inner p {
		margin-bottom: 40px;
	}

	.team-leaders h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.team-leaders p {
		font-size: 15px;
		line-height: 26px;
	}

	.team-leaders .carousel-item-inner {
		display: block;
	}

	.team-leaders .inner {
		width: 100%;
	}

	.team-leaders .carousel-item-inner figure {
		margin-bottom: 30px;
	}

	.team-leaders .controls-bottom {
		bottom: -18%;
		text-align: left;
	}

	.team-leaders .controls-bottom i {
		font-size: 25px;
		line-height: 50px;
		width: 50px;
		height: 50px;
	}

	.contact h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.contact figcaption {
		left: 30px;
		bottom: 40px;
		right: 30px;
	}

	.contact sub {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	header .navbar-brand img {
		width: 85%;
		margin-left: 5px;
		margin-right: 0;
	}

	header .side-bar {
		width: 40px;
		height: 50px;
	}

	header .navbar-brand {
		width: 190px;
	}

	.banner .banner-inner h1 {
		font-size: 26px;
	}

	.features .box {
		padding: 35px;
		margin-top: 50px;
	}

	.features .construction-company h4 {
		font-size: 22px;
		margin-bottom: 50px;
	}

	.features .construction-company .inner {
		padding-top: 40px;
	}

	.services .services-header h2 {
		font-size: 23px;
	}

	.services .services-content p,
	.note {
		font-size: 15px;
		line-height: 27px;
	}

	.services-middle .owl-nav button {
		width: 50px;
		height: 50px;
	}

	.client-testimonials .client-testimonials-inner .inner-box {
		padding: 35px;
	}

	.appointment h2 {
		font-size: 23px;
	}

	.construction-projects .content h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.construction-projects .carousel-inner p {
		font-size: 15px;
		line-height: 25px;
	}

	.construction-projects .carousel-inner a {
		font-size: 17px;
	}

	.team-leaders h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.team-leaders .carousel-item-inner p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 35px;
	}

	.contact {
		padding: 80px 0;
	}

	.contact span i {
		font-size: 24px;
	}

	.contact h2 {
		font-size: 21px;
	}

	.contact span {
		font-size: 16px;
	}

	footer ul li {
		margin: 15px 0;
	}

	footer ul li a,
	span {
		font-size: 14px;
	}
}
