@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li {
	list-style: none;
}
body{
	font-family: 'Open Sans', sans-serif;

}
header{
	width: 100%;
	background: #000;
	display: flex;
	justify-content: center;
}
.header_logo{
text-transform: uppercase;
color: #fff;
font-weight: 800;
font-size: 24px;
cursor: pointer;
margin-top: 56px;
margin-left: 12%;
}
nav{
	margin-top: 56px;
	margin-left: 29%;
}
.topnav a{
	color: #fff;
	text-align: center;
	padding: 12px 16px;
font-size: 14px;
font-weight: bold;
}
.topnav a:hover{
	border-bottom: 3px solid #fcac45;
}
.topnav .icon{
	display: none;
}
main{
	display: flex;
	flex-direction: column;
	width: 100%;
}
main .main_welcome{
	background-color: #000;
	text-align: center;
	padding: 200px 0 410px 0;
	justify-content: center;
}
main .main_welcome h1:after{
	display: none;
}
main .main_welcome p{
	color: #999999;
	font-size: 20px;
		font-family: 'Open Sans', sans-serif;
}
main .main_welcome h1{
	color: #999999;
	font-size: 44px;
font-family: 'Open Sans', sans-serif;

}
.mycompany{
	color: #fcac45;
font-family: 'Open Sans', sans-serif;
}
.wrapper{
	width: 76%;
	margin: 0 auto;
}
main .main_about{
	display: flex;
	padding: 100px 0 100px 0;
	justify-content: center;
}
.about_right{
	margin-left: 175px;
}
.about_right h1{
	display: inline-block;
	border-bottom: 3px solid #fcac45;
	padding-bottom: 20px;
font-family: 'Open Sans', sans-serif;
}
.about_right h1:after{
	display: none;
}
.about_right p{
font-family: 'Open Sans', sans-serif;
	margin: 30px 0 50px 0;
	color: #6c6c6c;
}
.about_right li{
font-family: 'Open Sans', sans-serif;
	background: url(img/mark.jpg) 0px no-repeat;
	padding-left: 25px;
	margin-top: 10px;
		color: #5a5a5a;
}
.mw-100{
	min-width: 100%;
}
.main_team{
	background:#000;
	text-align: center;
	padding: 100px 0 165px 0;
	color: #fff;
}
.main_team h1{
	font-size: 44px;
	padding-bottom: 30px;
}

.photo{
	background: #d7d7d7;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin: 20px auto;
}
.team_cards{
	text-align: center;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 20px;

}
.card{
	margin: 0 40px;
}
.name{
	font-size: 20px;
	margin-bottom: 7px;
}
.position{
	font-size: 16px;
	margin-bottom: 35px;
}
.about_position{
	font-size: 14px;
}




















.services_cards{
	text-align: center;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 25px;
}
.main_services h1{
	text-align: center;
	padding: 100px 0 30px 0;
}
.main_services p{
color: #6c6c6c;
margin-bottom: 100px;
}
.services_card h4{
	margin-top: 20px;
	margin-bottom: 15px;
}
















.main_clients{
	padding: 100px 0 205px 0;
	color: #fff;
	text-align: center;
		background: #000;
}
.main_clients h1{
	margin-bottom: 30px;
}
.main_clients img{
	margin-top: 10px;
	margin-left: 30px;
}












.main_testimonials{
	background: #000;
	text-align: center;
	color: #fff;
padding-bottom: 170px;
}
.main_testimonials h1{
	text-transform: uppercase;
	margin-top: 100px;
	margin-bottom: 30px;
}
.main_testimonials .testemonial{
	margin-bottom: 50px;
	text-transform: uppercase;
}






.main_work{
	text-align: center;
	padding: 100px 0 100px 0;
}
.main_work h1{
	margin-bottom: 30px;
}
.main_work p{
	margin-bottom: 175px;
	color: #6c6c6c;
}
.main-work img{
 margin: 0 30px 30px 0;
}
.main_work img:hover{
opacity: 0.9;
}










.contact_wrapper{
	width: 753px;
	margin: 0 auto;
	color: #636363;
}
.red{
	color: red;
}
input{
	width: 360px;
	height: 40px;
	font-size: 20px;
	margin-bottom: 30px;
}
.form_inputs{
	margin-top: 100px;
	display: flex;

}
input:first-of-type{
	margin-right: 24px;
}
textarea{
	width: 100%;
	height: 163px;
}
input, textarea{
	border:1px solid  #999999;
	margin-top: 5px;
}
.button_block{
	display: flex;
	justify-content: flex-end;
}
input[type=submit]{
	width: 165px;
	height: 40px;
	background: #fcac45;
	color: #fff;
	margin-right: 0;
	margin-top: 20px;
}
.contact_form{
	padding: 100px 0 100px 0;
}
.contact_form h1{
	margin-bottom: 30px;
	color: #000;
}
.contact_form h1, p{
	text-align: center;
}
form p{
	text-align: left;
}





h1:after{
	content: "";
	display: block;
	margin: 0 auto;
	width: 100px;
	padding-top: 30px;
	border-bottom: 3px solid #fcac45;
}
footer{
	width: 100%;
	height: auto;
	background: #222222;
}
.social{
	display: flex;
	justify-content: center;
}
.social img{
	margin-left: 12px;
	padding: 30px 0 30px 0;
}
.social img:hover{
	opacity: 0.6;
}





@media screen and (max-width: 1290px){
	nav{
		margin-left: 25%;
	}
}


@media screen and (max-width: 1240px){
	nav{
		margin-left: 20%;
	}
}

@media screen and (max-width: 1105px){
	nav{
		margin-left: 10%;
	}
}


@media screen and (max-width: 1010px){
	.topnav a{
		display: none;
	}
	.topnav .icon{
		float: right;
		margin-top: -17px;
		display: block;
		color: #fff;
		font-size: 25px;
	}
	nav{
		width: 100%;
	}
	.topnav.responsive{
		position: relative;
		top: 50px;
		left: -200px;
	}
	header .topnav.responsive{
		height: 340px;
	}
	.topnav.responsive a.icon{
		position: absolute;
		top: -50px;
		right: -200px;
	}
	.topnav.responsive a{
		float: none;
		display: block;
		text-align: left;
	}


main .main_welcome{
	padding: 50px 0 50px 0;
}
main .main_welcome p{
	font-size: 14px;
}
main .main_welcome h1{
	font-size: 25px;
}
.mw-100{
	max-width: 100%;
}
.main_about{
	flex-direction: column;
}
.about_right{
	margin-left: 0;
	text-align: center;
}
.about_right li{
	text-align: left;
}
.about_right h1{
	font-size: 20px;
	margin-top: 10px;
}
.team_cards{
	grid-template-columns: auto;
}


.services_cards{
	grid-template-columns: auto;
}


.line1 img:not(:first-child){
display: none;
}
.line2 img:not(:first-child){
display: none;
}
.line3 img:not(:first-child){
display: none;
}





}