header{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	padding: 20px;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	align-items: center;
}
.contact_header{
	background-color: #060606;
}
html {
	scroll-behavior: smooth;
  }
.toggle{
	display: none;
	cursor: pointer;
	position: relative;
	z-index: 99999;
}
.toggle.active span:nth-of-type(1){
	transform: rotate(-45deg);
	position: relative;
	top: 5px;
	background-color: #fff;
}
.toggle.active span:nth-of-type(2){
	transform: rotate(45deg);
	width: 100%;
	position: relative;
	bottom: 4px;
	background-color: #fff;
}
.toggle.active span:nth-of-type(3){
	opacity: 0;
	visibility: hidden;
}
header .logo figure{
	width: 225px;
}
/* header nav{
	display: flex;
	align-items: center;
} */
header nav .menu{
	display: flex;
	align-items: center;
}
header nav .menu ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
header nav .menu ul li{
	margin-right: 30px;
}
header nav .menu ul li:nth-last-of-type(1){
	margin-right: 0px;
}
header nav .menu ul li a{
	text-transform: uppercase;
	font-size: 16px;
	transition: all .3s esae-in-out;
	font-family: 'Proxima Nova Lt';
	color: #fff;
	font-weight: 600;
}

header nav .btn{
	background-color: transparent;
	transition: all .3s;
	border-radius: 50px;
	border: 2px solid #fff;
	font-size: 13px !important;
	padding: 13px 20px;
	letter-spacing: 2px;
}
header nav .btn:hover{
	background-color: #fff;
	color: #181818;
	opacity: 1;
}

.banner{
	width: 100%;
	height: 680px;
	background-image: url(../images/banner.jpeg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.banner .overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 9;
	width: 100%;
	height: 100%;
}
.banner.service .banner-text p{
	font-style: inherit;
	font-family: proxima-nova;
}
.banner .banner-text{
	color: #fff;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner .banner-text h1{
	padding-top: 20px;
}
.banner .banner-text p{
	font-size: 24px;
	margin-top: 20px;
	color: #fff;
	font-style: italic;
}
.our-mission{
	width: 100%;
}
.caption em{
	font-size: 15.5px;
	/* padding-right: 20px; */
	display: block;
	text-align: center;
	font-style: normal;
}
.our-mission em{
	text-align: right;
	display: block;
}
.our-mission .text {
	padding: 0px 17px 17px;
}
.our-mission .text em{
	text-align: left;
	line-height: 1.5;
}
.our-mission .text p{
	margin-bottom: 40px;
}
.our-mission .text h3{
	text-align: center;
	margin-bottom: 20px;
}
.service-detail .row .col ul li ul li{
	padding: 0 !important;
}

/*-----Detail section Here-----*/
.detail{
	width: 100%;
	padding: 200px 0px 90px;
}
.detail .row{
	width: 100%;
	/* padding: 0 32px; */
}
.detail .row .col{
	width: 100%;
	text-align: center;
	/* padding-bottom: 60px; */
}

.detail .row .col a {
	font-size: 18px;
	color: #3d9991;
	text-decoration: underline;
	text-decoration-color: #1f5fcf;
}
.detail .row .col h3{
	text-align: center;
	margin-bottom: 16px;
	font-weight: 400;
}
.detail .row .col p span{
	display: block;
	padding-bottom: 10px;
}
.detail .row .col b{
	padding-bottom: 10px;
	display: block;
}
.detail .row .col p span:nth-of-type(1){
	padding-top: 10px;
}
.detail .row .col li{
	padding-bottom: 6px;
}
.detail .form-section{
	width: 100%;
	padding: 0px 20px 0;
}
.detail .form-section .form-wrapper{
	border-top: 1px solid #1a1a1ae6;
	padding-top: 50px;
}
.detail .form-section h3{
	text-align: center;
	font-weight: 400;
	padding-bottom: 30px;
}
.detail .form-section form label{
	display: block;
	width: 100%;
	font-style: 18px;
	color: #1a1a1ab3;
}
.detail .form-section form .form-group span{
	display: block;
	font-size: 12px;
	margin: 7px 0 25px;
	color: #1a1a1ab3;
}
.detail .form-section form .form-group{
	width: 100%;
}
.detail .form-section form .form-group ul{
	display: flex;
	flex-wrap: wrap;
}
.detail .form-section form .form-group ul li{
	width: calc(50% - 17px);
	margin-right: 34px;
}
.detail .form-section form .form-group .form-control.half{
	margin-bottom: 4px;
}
.detail .form-section form textarea{
	min-height: 100px;
	resize: none;
	overflow-y: auto;
}
.detail .form-section form .form-group .form-control{
	padding: 12px;
	width: 100%;
	margin: 6px 0 29px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	border-radius: 2px;
	/* outline: none; */
}
.detail .form-section form .form-control .btn{
	background-color: #272727;
	padding: 14px 35px;
	color: #fff;
	font-family: proxima-nova;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	outline: none;
	border: none;
	cursor: pointer;
}
.detail .form-section form .form-group ul li:nth-of-type(2){
	margin-right: 0px;
}

.contact-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	min-height: 144px;
	background-color: #f7f7f7;
}
.contact-btn a.btn{
	padding: 21px 34px;
	font-size: 14px;
	letter-spacing: 1px !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .15em;
	border-radius: 50px;
	color: #fff;
	background-color: #334557;
	border-color: #334557;
}

footer{
	background-color: #334557;
	padding: 80px 0;
	color: #fff;
}
footer figure{
	width: 296px;
	padding: 0px 0 40px;
}
footer .row{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 20px 50px;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
footer a{
	color: #fff;
}
footer .row a.top-bar{
	display: none;
	font-size: 14px;
	padding: 20px 0;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
}
footer .row p{
	padding-bottom: 10px;
	color: #fff;
	line-height: .8;
}
footer .row strong{
	line-height: 0;
	display: block;
	text-align: center;
}
footer .row span{
	font-size: 18px;
	color: #fff;
}
footer .row li{
	padding-top: 10px;
}
footer .row li span:nth-of-type(1){
	position: relative;
	margin-right: 15px;
}
footer .row li span:nth-of-type(1)::after{
	position: absolute;
	top: 3px;
	right: -10px;
	height: 16px;
	width: 1px;
	background-color: #fff;
	content: "";
}
footer .footer-copy{
	padding: 60px 20px 0;
}
footer .footer-copy p{
	text-align: center;
	color: #fff;
}
footer .footer-copy p a{
	border-bottom: 1px solid #fff;
}

/*-----client Page Css Start here----*/
.client{
	background-image: url(../images/client-banner.jpeg);
}
.banner a.btn{
	background-color: #334557;
	border-radius: 50px;
	margin: 10px 0;
	display: inline-block;
	padding: 13px 19px;
	font-size: 15px;
	font-weight: 600;
}
.gallery{
	width: 100%;
}
.gallery .row{
	width: 100%;
}
.gallery .row .col{
	 width: calc(25% - 15px);
	 margin-right: 20px;
	 padding: 17px 0;
	 padding-top: 0 !important;
}
.gallery .row .col figure{
	width: 100%;
}
.gallery .row .col:nth-of-type(4n){
	margin-right: 0px;
}

/*------choose page Css Here-----*/

.choose{
	background-image: url(../images/choose-banner.jpeg);
}
.experince{
	width: 100%;
}
.experince .row{
	width: 100%;
	/* padding: 0 30px; */
}
.experince .row .col{
	width: calc(33% - 20px);
	margin-right: 34px;
	padding-bottom: 30px;
}
.experince .row .col:nth-of-type(3n){
	margin-right: 0px;
}
.experince .row .col h3{
	color: #1a1a1ae6;
	font-weight: 400;
	margin: 4px 0 17px;
	line-height: 1;
}
.experince .row .col p{
	line-height: 1.5;
}
hr {
	width: 100%;
	margin: 30px 0 40px;
}
.experince .row figure{
	width: 100%;
	padding: 17px 0;
}

/*-----Choose Page Css End here----*/


/*-----Service Page Css End here----*/

.service{
	background-image: url(../images/services-banner.jpg);
}
.service a.btn{
	margin-top: 40px;
}
.service-detail{
	width: 100%;
}
.service-detail .row{
	width: 100%;
	/* padding: 0 30px; */
}
.service-detail .row .col{
	padding: 30px 0;
}
.service-detail .row .col:first-child{
	padding-top: 0px;
}
.service-detail .row .col ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.service-detail .row .col ul li h3{
	font-weight: 400;
}
.service-detail .row .col ul li:nth-of-type(1){
	width: 220px;
}
.service-detail .row .col ul li:nth-of-type(2){
	width: calc(100% - 220px);
	padding-left: 20px;
}
.service-detail .row .col ul li ul{
	flex-direction: column;
	padding-left: 40px;
}
.service-detail .row .col ul li ul li{
	width: 100% !important;
	padding-left: 0 !important;
}
.service-detail .row .col ul li p{
	margin-bottom: 20px;
}
.service-detail .row .col ul li ul li{
	margin: 9px 0;
	position: relative;
}
.service-detail .row .col ul li ul li::after{
	position: absolute;
	top: 6px;
	left: -20px;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #212121;
}
.service-detail .row .col ul li p.last{
	padding-top: 20px;
}

/*-----Service Page Css End here----*/

/*-----Team Page Css Start here----*/

.team{
	background-image: url(../images/team-banner.jpeg);
}

.team-history{
	width: 100%;
}
.team-history .history-text{
	text-align: center;
	border-bottom: 1px solid #1a1a1ab3;
	margin-bottom: 40px;
}
.team-history .history-text p{
	margin-top: 20px;
	padding-right: 18px;
}
.team-history .history-text p:nth-last-child(1){
	padding-bottom: 40px;
}
.team-history .row{
	/* padding: 0 32px; */
	width: 100%;
}
.team-history .row .col{
	padding: 15px 0;
}
.team-history .row .col:first-of-type{
	padding-top: 0;
}
.team-history .row .col ul{
	max-width: 830px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* padding: 30px 0 40px; */
	/* border-bottom: 1px solid #1a1a1ab3; */
}
.team-history .row .col:last-of-type ul{
	border: none;
}
.team-history .row .col ul li{
	width: 340px;
	padding: 0 17px 20px;
}
.team-history .row .col ul li h4{
	margin-bottom: 18px;
	text-transform: uppercase;
	color: #1a1a1ae6;
	font-weight: 600;
}
.team-history .row figure{
	width: 100%;
}
.team-history .row .col ul li:nth-of-type(2n){
	width: calc(100% - 340px);
	padding-left: 30px;
}
/*-----Team Page Css End here----*/


/*-----History Page Css Start here----*/

.history{
	background-image: url(../images/history-banner.jpeg);
}
.our-history {
	width: 100%;
}
.our-history ul{
	width: 100%;
	padding: 0 32px;
	display: flex;
	flex-wrap: wrap;
}
.our-history ul li{
	width: 50%;
}
.our-history ul li:nth-of-type(2){
	padding-left: 30px;
}
.our-history ul li h3{
	margin-bottom: 10px;
}
.our-history ul li p{
	margin-bottom: 20px;
}
.our-history ul li figure{
	width: 100%;
	height: 100%;
}
.our-history ul li img{
	height: 100%;
	object-fit: cover;
}

/*-----History Page Css End here----*/

/*----- Responsive Start here----*/
@media only screen and (max-width: 1280px) {
	.banner{
		height: 580px;
	}
	.team-history .history-text p{
		padding-right: 0;
	}
	header nav .btn{
		padding: 10px 16px;
	}
	.caption em{
		font-size: 14px;
	}
	.our-mission .text{
		padding-top: 0px;
	}
	header nav .menu ul li a{
		font-size: 16px;
	}
	header nav .menu ul li{
		margin-right: 20px;
	}
	.experince .row .col{
		padding-bottom: 20px;
	}
	.banner .banner-text p{
		font-size: 22px;
	}
	.gallery .row .col{
		padding: 10px 0;
	}
  .detail {
    padding: 170px 0px 65px;
	}
	.detail .form-section .form-wrapper{
		padding-top: 40px;
	}
	/* .detail .row .col{
		padding-bottom: 45px;
	} */
	.detail .form-section form .form-group .form-control{
		margin-bottom: 20px;
	}
	.detail .form-section form .form-group span{
		margin-bottom: 20px;
	}
	footer{
		padding: 55px 0;
	}
	footer .footer-copy{
		padding: 50px 20px 0;
	}
	.service-detail .row .col ul li ul li{
		margin: 7px 0;
	}
	.service-detail .row .col ul li p{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 1024px) {
	header nav .menu ul li a{
		font-size: 15px;
	}
	header nav .menu ul li{
		margin-right: 15px;
	}
	.caption em{
		font-size: 12.5px;
	}

}
@media only screen and (max-width: 992px) {
	.detail .form-section form .form-group .form-control{
		margin-bottom: 15px;
		padding: 10px;
	}
	.our-mission .text p{
		margin-bottom: 20px;
	}
	.caption em{
		font-size: 10.5px;
	}
	.our-mission .text{
		padding: 0;
		padding-top: 0px;
	}
	.experince .row{
		padding: 0;
	}
	header nav .menu{
		position: fixed;
		top: 0;
		background: #212121;
		right: -100%;
		width: 500px;
		padding: 0 50px;
		height: 100vh;
		z-index: 999;
		transition: all .5s ease-in-out;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	header nav.active .menu{
		right: 0;
	}
	header nav .menu ul{
		flex-direction: column;
	}
	header nav .menu ul li{
		margin-right: 0px;
		margin-bottom: 20px;
	}
	header nav .btn{
		display: block;
		margin-top: 10px;
	}
	header nav.active{
		display: block;
	}
	.toggle{
		display: block;
		width: 22px;
		margin-left: auto;
	}
	.toggle span{
		background-color: #fff;
		height: 2px;
		margin-bottom: 7px;
		display: block;
		width: 100%;
		transition: all .5s;
	}
	.service-detail .row .col ul li:nth-of-type(1){
		width: 190px;
	}
	.service-detail .row .col ul li:nth-of-type(2){
		width: calc(100% - 190px);
		padding-left: 15px;
	}
	.service-detail .row .col{
		padding: 0;
	}
	.service-detail.mt-top{
		padding-bottom: 20px;
	}
	.service-detail .row .col ul li p.last{
		padding-top: 10px;
	}
	.service-detail .row .col ul li ul li{
		margin: 5px 0;
	}
	.team-history .row .col ul{
		max-width: 100%;
	}
	.team-history .row .col ul li:nth-of-type(2n){
		padding-left: 0;
	}
	.service-detail .row .col ul li p{
		margin-bottom: 10px;
	}
	hr{
		margin: 20px 0 30px;
	}
	.experince .row .col{
		width: calc(50% - 15px);
		margin-right: 30px;
	}
	.experince .row .col.col:nth-of-type(2n){
		margin-right: 0;
	}
	.experince .row .col h3{
		margin-bottom: 13px;
	}
	.experince .row .col.col:nth-of-type(3n){
		margin-right: 30px;
	}
	.our-history ul{
		padding: 0;
	}
	.service-detail .row{
		padding: 0;
	}
	.team-history .row{
		padding: 0;
	}
	.team-history .history-text p:nth-last-child(1){
		padding-bottom: 30px;
	}
	.banner .banner-text{
		padding: 0 30px;
	}
	.banner .banner-text p{
		font-size: 20px;
	}
	.detail {
    	padding: 130px 0px 50px;
	}
	.contact-btn a.btn{
		padding: 14px 24px;
	}
	.contact-btn{
		padding: 25px;
		min-height: 100px;
	}
	.banner{
		height: 500px;
	}
	.detail .form-section form .form-group span{
		margin-bottom: 15px;
	}
	footer{
		padding: 45px 0;
	}
	footer .row{
		padding-bottom: 30px;
	}
	footer .footer-copy{
		padding: 35px 15px 0;
	}

}
@media only screen and (max-width: 767px) {
	.detail .form-section .form-wrapper{
		padding-top: 30px;
	}
	.detail {
    	padding: 125px 0px 30px;
	}
	.our-mission .text{
		padding-top: 0px;
	}
	header nav .menu{
		width: 400px;
	}
	.experince .row figure{
		padding: 0;
	}
	.service-detail .row .col ul li:nth-of-type(2){
		width: 100%;
		padding: 0;
		padding-top: 20px;
	}
	.gallery .row .col{
		width: calc(33% - 12px);
		margin-right: 20px;
	}
	.gallery .row .col:nth-of-type(4n){
		margin-right: 20px;
	}
	.gallery .row .col:nth-of-type(3n){
		margin-right: 0px;
	}
	.service-detail .row .col ul li:nth-of-type(1){
		width: 100%;
	}
	.team-history .row .col ul li h4{
		margin: 15px 0 12px;
		text-align: center;
	}
	.team-history .row .col{
		padding: 0;
	}
	.team-history .row .col ul li{
		width: 100%;
		padding: 0;
	}
	.team-history .row .col ul li:nth-of-type(2n){
		width: 100%;
	}
	.team-history .history-text p:nth-last-child(1){
		padding-bottom: 20px;
		margin-top: 30px;
	}
	.team-history .history-text p{
		margin-top: 10px;
	}
	.our-history ul li{
		width: 100%;
	}
	.our-history ul li h3{
		text-align: center;
	}
	.our-history ul li:nth-of-type(2){
		padding: 0;
	}
	.our-history ul{
		flex-direction: column-reverse;
	}
	header .logo figure{
		width: 180px;
	}
	.banner .banner-text p{
		font-size: 18px;
	}
	.detail .form-section{
		padding: 0px;
	}
	.detail .row{
		padding: 0;
	}
	.detail .row .col{
		padding-bottom: 0px;
	}
	.detail {
		padding-bottom: 30px;
	}
	.detail .form-section form textarea{
		min-height: 80px;
	}
	footer{
		padding: 35px 0;
	}
	.banner{
		height: 420px;
	}
}
@media only screen and (max-width: 575px) {
	.detail .form-section .form-wrapper{
		padding-top: 20px;
	}
	/* .caption em{
		text-align: left;
		padding-right: 0;
		padding-left: 20px;
	} */
	/*.banner.service{
		height: 320px;
	}*/
	header nav .menu{
		width: 90%;
	}
	.experince .row .col{
		width: 100%;
		margin-right: 0px !important;
	}
	.service-detail .row .col ul li:nth-of-type(2){
		padding-top: 15px;
	}
	.banner .banner-text p{
		margin-top: 10px;
		font-size: 16px;
	}
	footer .row a.top-bar{
		display: block;
	}
	.gallery .row .col{
		width: calc(50% - 10px);
		margin-right: 20px;
		padding: 0;
	}
	.gallery .row .col:nth-of-type(3n){
		margin-right: 20px;
	}
	.gallery .row .col:nth-of-type(2n){
		margin-right: 0px;
	}
	h1{
		font-size: 30px;
		line-height: 30px;
	}
	.banner .banner-text h1{
		padding-top: 10px;
	}
	.banner{
		height: 100vh;
	}
	
	/* .toggle span:last-of-type{
		margin-bottom: 0;
		width: 50%;
		margin-left: auto;
		background-color: red;
 	} */
	footer .row span{
		font-size: 16px;
		text-align: center;
	}
	footer .row{
		padding: 0 0 30px;
	}
	footer .row li span:nth-of-type(1)::after{
		top: 0;
	}
	.detail .row .col{
		width: 100%;
	}
	.detail .form-section form .form-group ul li{
		width: calc(50% - 8px);
    margin-right: 16px;
	}
	footer figure{
		width: 100%;
		margin: 30px 0 0;
	}
	.detail .form-section{
		padding: 0;
	}
}
@media only screen and (max-width: 400px) {
	.gallery .row .col{
		width: 100%;
		margin: 0 !important;
	}
}
