

body{
	text-align: center;
	color: #2e2e2e;
    overflow-x: hidden;
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #2e2e2e;
    transition: 0.3s;
}
a:hover{
	text-decoration: none;
	color: #b85e5e;
}
a:focus{
	outline: none;
}
/*header*/
header{
	background:#222;
    background-size: cover;
    min-height: 350px;
    padding: 110px 0 30px;
    color: #fff; 
}
.header_top h1{
	margin: 0;
}
.header_top h3{
	font-size: 3.6rem;
	letter-spacing: 0.2em;
	margin: 4rem 0;
	text-transform: uppercase;
}
.header_top .txt2{
	font-size: 1.8rem;
	color: #d3d3d3;
}

/*main_content*/

.main_content{
	padding: 130px 4%;
	background: #f2f2f2;
}
.main_content  .title{
	margin-bottom: 100px;
}
.main_content .txt1{
	font-weight: 600;
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.main_content  .box{
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
	transition: 0.3s;
}
.main_content  .box:hover{
	opacity: 0.85;
}
.main_content  .box span{
	text-transform: uppercase;
	font-weight: bold;
}
.main_content span.view{
	height: 50px;
	line-height: 54px;
	width: 142px;
	text-transform: uppercase;
	padding: 0 30px;
	background: #b85e5e;
	display: inline-block;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top:45%;
	margin: auto;
	transition: 0.3s;
	font-weight: normal;
	font-size: 12px;
	opacity: 0;
}
.main_content  .box:hover span.view{
	opacity: 1;
}
.main_content span.view:hover{
	background: #03a9f4 ;
}

.footer-top{
	padding: 150px 0;
}
.footer_bottom{
	background: #262626;
	padding: 30px 0;
	color: #848484;
	font-style: italic;
}
.footer_bottom a{
	color: #fff;
}
.footer_bottom a:hover{
	text-decoration: underline;
}
.footer-top h3{
	text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 3.6rem;
}

.footer-top a.button{
	display: inline-block;
	height: 54px;
	line-height: 58px;
	border-radius: 5px;
	text-transform: uppercase;
	background:#434343;
	color: #fff;
	padding: 0 30px;
    margin: 20px 0 0;
    transition: 0.3s;
    font-weight: bold;
}
.footer-top a.button:hover{
	background: #b85e5e;
}


@media (max-width: 479px){
	.main_content .col-xs-6{
		width: 100%;
	}
	.header_top h3,.footer-top h3{
		font-size: 2.6rem;
	}
}
