*{
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0;
	margin:0;
}

.wrap{
	width: 90%;
	max-width: 1100px;
	margin:auto;
}

.clear{
	clear: both;
}

.ancla{
	width: 0px;
	height: 0px;
	background-color: #080;
	transform: translateY(-100px);
}

.title-section{
	display: table;
	margin:-27px auto -38px auto;
	position: relative;
	z-index: 10;
	padding: 20px 70px;
	line-height: 25px;
	letter-spacing: 5px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}

.title-section:before{
	content: "";
	width: 35px;
	height: 38px;
	position: absolute;
	left: -35px;
	bottom: 0;
	background-image: url(img/shadow.png);
}

.title-section:after{
	content: "";
	width: 35px;
	height: 38px;
	position: absolute;
	right: -35px;
	transform: rotateY(180deg);
	bottom: 0%;
	background-image: url(img/shadow.png);
}

.red{
	background-color: #f59136;
	background-image: url(img/textura1.jpg);
	color: #ffffff;
}

.black{
	background-color: #313131;
	background-image: url(img/textura2.jpg);
	color: #ffffff;
}

.gray{
	background-color: #dbdbdb;
	background-image: url(img/textura3.jpg);
	color: #333333;
}

.blue{
	background-color: #dbdbdb;
	background-image: url(img/textura4.jpg);
	color: #ffffff;
}

.white{
	background-color: #ffffff;
	color: #333333;
}

.btn-a{
	display: table;
	margin:40px auto 0 auto;
	line-height: 55px;
}

.btn-a a{
	display: block;
	text-decoration: none;
	border-radius: 5px;
	padding: 0 30px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 3px;
	font-size: 14px;
}

/* header */
header{
	position: absolute;
	width: 100%;
	z-index: 9999999;
}

header.stick{
	position: fixed;
	top:0;
	width: 100%;
	margin:0 0 0 0;
	background-color: #313131;
}

/* btn-nav */
#btn-nav{
	display: none;
}

@media(max-width: 800px){
	header label{
		display: block;
		position: absolute;
		top:20px;
		right: 20px;
		width: 45px;
		height: 45px;
		background-color: #f59136;
		cursor: pointer;
		border-radius: 5px;
	}

	header label span{
		position: absolute;
		width:80%;
		height: 3px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #fff;
	}

	header label span:nth-child(1){
		top:10px;
	}

	header label span:nth-child(2){
		top:20px;
	}

	header label span:nth-child(3){
		top:30px;
	}
}

header nav{
	margin:50px auto 0 auto;
	display: table;
	padding: 15px;
	border:solid 1px rgba(255,255,255,.3);
	border-radius: 5px;
}

header.stick nav{
	margin:0 0 0 0;
	width: 100%;
	line-height: 40px;
	border:none;
	text-align: center;
}

header nav li{
	display: inline-block;
}

header nav li a{
	color: rgba(255,255,255,.7);
	margin: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}

@media(max-width: 800px){
	header nav,
	header.stick nav{
		border:none;
		position: absolute;
		top:0;
		margin:0 0 0 0;
		width: 60%;
		left: 0;
		background: #313131;
		text-align: left;
		padding: 0 0;
		transition:all .3s ease;
		transform:translateX(-100%);
		opacity: 0;
	}

	#btn-nav:checked ~ nav{
		transform: translateX(0%);
		opacity: 1;
	}

	header nav li{
		display: block;
		line-height: 45px;
		width: 100%;
	}

	header nav li a{
		display: block;
	}
}

header nav li a:hover{
	color: #ffffff;
}

/* home */
.home{
	background-color: #f0f0f0;
	padding: 200px 0 200px;
	text-align: center;
	background-image: url(img/bg-home.jpg?a);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.home .logo{
	width:300px;
	margin:80px auto 80px auto;
}

@media(max-width: 800px){
	.home{
		padding: 100px 0;
		background-position: 300%;
	}
	.home .logo{
		max-width: 200px;
		width: 50%;
	}
}


.home h1{
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ffffff;
	font-size: 34px;
	margin:0 0 10px 0;
}

.home h2{
	color: rgba(255,255,255,.7);
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}


/* wellcome */
.wellcome{
	background-color: #f59136;
	padding: 100px 0;
	background-color: #f59136;
	background-image: url(img/textura1.jpg);
}

.wellcome h2{
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	max-width: 70%;
	margin:0 auto 20px auto;
	color: #ffffff;
}

.wellcome p{
	color: #ffffff;
	max-width: 60%;
	margin:20px auto 0 auto;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 3px
}

/* services */
.services{
	padding: 100px 0;
}

.services .banner-services{
	overflow: hidden;
}

.services .banner-services img{
	width: 100%;
	margin:0 0 -4px 0;
}

.services h2{
	margin:70px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.services h3{
	text-align: center;
	letter-spacing: 3px;
	color: #777777;
	font-weight: 300;
	font-size: 22px;
	margin:15px 0 30px 0;
}

.services article{
	width: 48%;
	float: left;
	padding: 50px 0;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,.10);
}

.services article:nth-child(even){
	margin:0 0 20px 4%;
}

@media(max-width: 800px){
	.services article,
	.services article:nth-child(even){
		width: 100%;
		margin:0 0 20px 0;
	}
}

.services article .icon{
	width: 50px;
	float: left;
}

.services article .icon span{
	line-height: 50px;
	text-align: center;
	width: 50px;
	background-color: #323232;
	display: block;
	border-radius: 50%;
	color: #ffffff;
}

.services article .info{
	margin:0 0 0 70px;
}

.services article .info .title{
	color: #f59136;
	font-weight: 900;
	font-size: 20px;
	line-height: 50px;
}

.services article .info .paraf{
	color: #777777;
	line-height: 30px;
}

.services ul{
	text-align: center;
	margin:50px 0 0 0;
}

.services ul li{
	display: inline-block;
	line-height: 50px;
}

.services ul li a{
	display: block;
	text-decoration: none;
	padding: 0 50px;
	margin:0 10px;
	letter-spacing: 3px;
	border-radius: 3px;
	font-size: 14px;
}

.clients{
	text-align: center;
	background-color: #f9f9f9;
	padding: 50px 0;
}

.clients h2{
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin:0 0 30px 0;
}

.clients .wrap{
	display: flex;
	justify-content: space-between;
	gap:2%;
	padding: 0 0 50px 0;
	transition: all .3s ease;
}

.clients .wrap img{
	width: 10%;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	filter: grayscale(100%);
	opacity: .5;
}

@media(max-width:800px){
	.clients .wrap{
		justify-content: center;
		flex-wrap: wrap;
	}
	.clients .wrap img{
		width: 30%;
		margin:10px 0;
	}
}

.clients .wrap img:hover{
	opacity: 1;
	filter: grayscale(0);
}

/* banmner-3 */
.banner-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #efe8d9;
    cursor: grab !important; 
    position: relative;
}

.banner-3 img {
    width: 600px;
	height: 400px;
	aspect-ratio: 2/1;
	object-fit: cover;
}

@media(max-width:800px){
	.banner-3 img{
		width: 100%;
		height: 300px;
	}
}

/* sub-footer */
.sub-footer{
	background-color: #dbdbdb;
	background-image: url(img/textura4.jpg);
	padding: 100px 0;
}

.sub-footer h2{
	color: rgba(255,255,255,.8);
	text-align: center;
	margin:0 0 10px 0;
	font-size: 30px;
}

.sub-footer h3{
	color: rgba(255,255,255,.6);
	font-weight: 400;
	letter-spacing: 3px;
	text-align: center;
	font-size: 20px;
	padding: 0 0 50px 0;
	margin:0 0 70px 0;
	border-bottom: solid 1px rgba(255,255,255,.1);
}

.contact-form{
	width: 45%;
	float: left;
}

@media(max-width: 800px){
	.contact-form{
		width: 100%;
		float: none;
	}
}

.contact-form input[type="text"]{
	padding: 12px 1%;
	width: 40%;
	border-radius: 5px;
	border:none;
	outline: none;
	color: #333333;
	margin:0 5% 5% 0;
	background-color: #f0f0f0;
}

.contact-form textarea{
	padding: 12px 2%;
	width: 85.7%;
	border:none;
	border-radius: 5px;
	margin:0 5% 5% 0;
	background-color: #f0f0f0;
	outline: none;
}

.contact-form input[type="button"]{
	display: block;
	border:none;
	line-height: 45px;
	padding: 0 30px;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.alert-error{
	background-color: red;
	color:#fff;
	padding: 10px;
	margin:10px 0 0 0;
}


.alert-ok{
	background-color: green;
	color:#fff;
	padding: 10px;
	margin:10px 0 0 0;
}


.sub-footer .contact-info{
	width: 55%;
	float: right;
}

.sub-footer .contact-info article{
	width: 45%;
	display: inline-table;
	margin:0 0 30px 0;
}


@media(max-width: 800px){
	.sub-footer .contact-info{
		width: 100%;
		float: none;
		margin:40px 0 0 0;
	}

	.sub-footer .contact-info article{
		width: 100%;
		float: none;
	}
}

.sub-footer .contact-info li{
	list-style: none;
}

.sub-footer .contact-info article .icon{
	width: 50px;
	line-height: 50px;
	float: left;
	margin:0 10px 0 0;
}

.sub-footer .contact-info article .icon span{
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,.1);
	border-radius: 50%;
	color: #ffffff;
}

.sub-footer .contact-info article .info{
	margin:0 0 0 60px;
}

.sub-footer .contact-info article .info .title{
	color: #f59136;
	font-weight: 900;
	font-size: 20px;
	line-height: 50px;
}

.sub-footer .contact-info article .info .text{
	color: rgba(255,255,255,.6);
	line-height: 24px;
}

/* footer */
footer{
	text-align: center;
	background-color: #dbdbdb;
	background-image: url(img/textura4.jpg);
}

footer .wrap{
	padding: 40px 0;
	color: rgba(255,255,255,.4);
	font-weight: 300;
	border-top:solid 1px rgba(255,255,255,.3);
}

footer .wrap a{
	color: rgba(255,255,255,.7);
	text-decoration: none;
}