.the-title {
	margin-bottom: 20px;
}
.the-title h1{
	font-size: 26px;
	line-height: 34px;
	font-weight: normal;
	text-transform: uppercase;
}
.the-menu{
	margin-bottom: 20px;
}
.the-menu ul li{
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
}
.the-menu ul li:before{
	content: "\f111";
	font-family: fontAwesome;
	position: absolute;
	top: 2px;
	left: 0;
	color: #a91717;
	font-size: 5px;
}
.the-menu ul li a{
	text-transform: uppercase;
}
.the-content{
	text-align: justify;
	margin-bottom: 20px;
}
/*==================================================*/
.the-other .title {
	margin-bottom: 20px;
}
.the-other .title h2{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
}
.service{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.service .img{
	padding-top: 66.666666%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.service .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.service:hover .img img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.service .txt{
	color: #888888;
	text-transform: uppercase;
}
.service .tend a{
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
}
.service:hover .tend a{
	color:#a91717;
}
/*============================================================*/
.the-content-2{
	font-size: 19px;
	line-height: 27px;
}
.the-content-2 .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -30px;
	flex-wrap: wrap;
}
.the-content-2 .grid .col{
	width: 50%;
	padding: 0 30px;
}
.the-content-2 .wrap{
	max-width: 540px;
	margin-bottom: 30px;
}
.the-content-2 .t1{
	text-transform: uppercase;
	font-size: 28px;
	line-height: 36px;
	color:#b83826;
	margin-bottom: 15px;
}
.the-content-2 p{
	padding: 0;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 768px){

}

@media all and (max-width: 640px){
.the-content-2{
	font-size: 15px;
	line-height: 23px;
}
.the-content-2 .t1{
	font-size: 20px;
	line-height: 30px;
}
.the-content-2 .grid .col{
	width: 100%;
}
}

@media all and (max-width: 480px){

}

@media all and (max-width: 420px){
    
}