*{
	padding: 0px;
	margin:0px;
}
body{
	overflow-x:hidden;
	font-family: 'Open Sans','sans-serif';
	text-rendering: optimizeLegibility !imporant;
	-web-kit-font-smoothing:antialiased !imporant; 
}
li{
	list-style: none;
	display: inline-block;
}
a{
	text-decoration: none;
	transition: all 500ms ease-in-out;
}
a:hover,
a:active{
	text-decoration: none;
}
h1,h2,h4{
	font-family: 'PT Sans Narrow',Arial,sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
p{
	font-size: 15px;
	line-height: 21px;
}
.btn{
	transition: all 300ms ease-in-out;
	font-weight: 500 !imporant;
	text-transform: uppercase;
}
.btn:hover{
	background-color: #ededed !imporant;
	color: #3c3c3c !imporant;
	border: 1px solid #fff !imporant;
}

.navbar{
	background-color: #222222;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow',Arial,sans-serif;
	font-weight: 700;
}
.navbar a{
	color: #fff !imporant;
	opacity: 0.7;
}
.navbar a:hover{
	opacity: 1;
	background-color: #111111 !imporant;
}
.header{
	height: 600px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	background-image: url(img/header.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff; 
}

.header img{
	height: 350px;
	width: 450px;
	margin:70px 0 0 40px; 
}
.header h1{
	font-size: 40px;
	font-weight: 700;
	padding-top: 30px;
	color: #fff;

}
.header p{
	color: #fff;
	font-size: 17px;
}
.header .btn:hover{
	color: #fff;
}
.header h1,
.header p,
.header button{
	margin-top: 20px;
}
.header .btn{
	border-radius: 0;
	margin: 40px 20px
}

.services{
	padding: 80px 0 80px;
	text-align: center;
}
.services h2,
.services h4{
color: #4c4c4c;
margin: 20px 0 20px;
}
.services p{
	color: #737373;
	font-size: 14px;
	padding-bottom: 40px;
}
.services i{
	height: 80px;
	width: 80px;
	font-size: 30px;
	padding: 25px 20px;
	border-radius: 50%;
	background-color: #6699cc;
	color: #fff;
}
.price{
	padding: 50px 0 80px;
	text-align: center;
	background-color: #d5f4fd;
}
.price h2,
.price p{
	color: #fff;
}
.price p{
	padding-bottom: 40px;
}
.price .packges{
	padding: 30px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;	
	margin-top: 30px;
}
.packges li{
	display: block;
	padding: 5px;
}
.packges h4,
.packges h1,
.packges b{
	color: #4c4c4c;
}
.packges p,
.packges li{
	color: #737373;

}
.packges button{
	margin-top: 10px;
}

.team{
	padding: 50px 0 80px;
	text-align: center;
}
.team b,
.team h2,
.team h4{
	margin: 20px 0 20px;
	color: #4c4c4c;
}

.team p{
	color: #737373;
}
.team img{
	height: 150px;
	width: 150px;
	margin-top: 80px;
}
.team i{
	height: 30px;
	width: 30px;
	padding: 5px;
	font-size: 17px;
	border-radius:50%;
	background-color: #a0db8e;
	color: #fff;	 
}
.team a:hover i{
	background-color: #709963;
}

.client{
	padding: 50px 0 80px;
	text-align: center;
	background-color: #3399ff;
	color: #fff;
}
.client h2,
{
	
	color: #5e5e5e; 
}
.client p{
	padding-bottom: 40px;
}
.client img{
	width: 200px;
	opacity: 0.6;
	cursor: pointer;
	margin: 40px 0;
	transition: all 500ms ease-in-out;
}
.client li:hover img{
	opacity: 1;
}

.contacts{
	padding: 50px 0 80px;
	text-align: center;
}
.contacts p{
	padding-bottom: 80px;
	color: #737373;
}
.contacts h2{
	color: #4c4c4c;
	margin: 20px 0 20px;
}

.contacts .input-group{
	margin-bottom: 25px;
}

.contacts .form-control{
	border-radius: 0 !imporant;
}

.contacts span{
	border-radius:0; 
}
.contacts .btn{
	border-radius: 0 ;
	width: 100%;
	font-size: 15px;
	background-color: #f08080;
	color: #fff;
}
.contacts .btn:hover{
	background-color: #b85959;
	color: #fff !imporant;
}


/* footer  */
.footer{
    padding: 30px;
    color: #cccccc;
    background-color: #222222;
}

.footer .social{
    font-size: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-right: 5px;
}

.footer input{
    height: 40px;
    width: 160px;
    padding: 5px;
    border: none;
    background-color: #cccccc;
    color: #000;
}

.footer .btn{
    padding: 9px 3px 10px;
    margin: -3 0 0 5px;
    margin-left: 10px;
}

@media(max-width: 768px){
	.header{
		padding: 20px;
		height: 750px;
	}
	.header img{
		width: 90%;
		height: 300px;
		margin: 20px 0 0 20px;

	}
	.header .btn{
		font-size: 10px;
		margin-left: 20px;
	}
	.header h1{
		font-size: 30px;
	}
	.header p{
		font-size: 15px;
	}
}

@media(max-width: 768px){
	.services{
		padding: 30px;
	}
}

@media(max-width: 768px){
	.price{
		padding: 30px;
	}
	.packges{
		width: 80%;
		margin-left: 25px;
	}
}






















