 
.service-section{
	position: relative; padding: 40px 0px 0px 0px;
}
.section-title{
	position: relative; font-size: 24px;  line-height: 65px; color: #222; display: inline-block; padding: 0px 0px; margin-bottom: 6px;  
} 

.section-title span{
	color: #fab740;
}

.title{
	position: relative; /* font-size: 21px;   */line-height: 26px; color: #848484; display: block; margin-bottom: 45px; text-align: center;
}
.service-section .single-item img{
	width: 100%;
}
.service-section .single-item{
	position: relative; padding: 0px 0px 0px 0px; box-shadow: 4px 4px rgba(0, 0, 0, 0.05); transition: all 500ms ease; margin-bottom: 30px;
}
.service-section .single-item:hover{
	box-shadow: none;
	transition: all 500ms ease;
}
.service-section .service-content{
	position: relative;
	padding: 29px 0px 30px 32px;
	z-index: 1;
}
.service-section .single-item:hover .service-content:before{
	height: 100%; width: 100%; opacity: 1;
}
.service-section .service-content:before {
	position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; background: #d2d2d2; content: ""; z-index: -1;
	-webkit-transition: all 0.7s ease; transition: all 0.7s ease; opacity: 0;
}
.service-section .single-item h3{
	font-size: 17px;  line-height: 32px; color: #313131; margin-bottom: 10px; transition: all 500ms ease;
}
.service-section .single-item:hover h3, .service-section .single-item:hover .text{
	color: #fff;
	transition: all 500ms ease;
}
.service-section .single-item .text{
	position: relative; font-size: 16px;  line-height: 28px; color: #848484; display: inline-block; margin-right: 20px;
	transition: all 500ms ease;
}

.service-section .single-item .text span{
	position: relative; font-size: 18px;  line-height: 28px; color: #be1731; display: inline-block;
	transition: all 500ms ease;
}
.service-section .single-item .rating{
	position: relative; display: inline-block; padding: 0px; margin: 0px; margin-left: 20px;
}
.service-section .single-item .rating li{
	display: inline-block;
}
.service-section .single-item .rating li i:before{
	font-size: 13px; color: #be1731; margin: 0px;
}
.service-section .single-item .rating:before{
	position: absolute;
	content: '';
	background: #d9d9d9;
	height: 20px;
	width: 1px;
	left: -20px;
	top: 5px;
}

/** about-section **/

 
.about-section{
	position: relative;
	background: url(../Images/about-bg.jpg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 85px 0px;
} 
.about-section:before{
	position: absolute;  content: ''; background: url(../Images/about-bg-1.png); top: 0px; left: 0px; width: 50%; height: 100%;  background-repeat: no-repeat;
	background-size: cover;
}
.about-section:after{
	position: absolute; content: ''; background: #fff; top: 0px; right: 0px; width: 50%; height: 100%;  background-repeat: no-repeat;
	background-size: cover; opacity: .95;
}
.about-section .about-content .section-title{
	background: none; font-size: 24px; margin-bottom: 9px;
}
.about-section .about-content{
	position: relative; background: #fff; float: right; padding: 34px 0px 41px 49px; display: inline-block; z-index: 1; width: 650px;
	box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.12);
}
.about-section .about-content p{
	position: relative; /* font-size: 17px;    */line-height: 26px; color: #848484; margin-bottom: 24px;
	padding: 0px 35px 0px 0px ;
}
.about-section .about-content .list li{
	position: relative; font-size: 15px; line-height: 26px; color: #848484; margin-bottom: 6px; padding: 0px 0px 0px 24px;
}
.about-section .about-content .list li:before{
	position: absolute; content: "\f00c"; font-family: 'FontAwesome';  left: 0px; top: 2px; font-size: 13px;  margin: 0px; color: #fab740;
}
 
.our-speciality{
	position: relative; padding: 20px 0px;
}
.our-speciality .img-box img{
	width: 100%; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
}
.our-speciality .single-item:hover img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.our-speciality .single-item{
	position: relative;
}
.our-speciality .overlay-box {
	position: absolute;
	left: 0px;
	bottom: -100%;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
}
.our-speciality .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0%;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 30px;
	background: #15223f;
	opacity: .4;
}
.our-speciality .inner-box:hover .overlay-box {
	bottom: 0px;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
.our-speciality .inner-box {
	position: relative;
	overflow: hidden;
}
.our-speciality .single-item .img-title{
	background: rgba(190,23,49,0.8); width:90%; position: absolute; left: 15px; bottom: 21px; font-size: 16px;  line-height: 36px; color: #fff;  display: inline-block; 
	transition: all 500ms ease;padding-left:5px;
}
.our-speciality .single-item:hover .img-title{
	color: #fab740; transition: all 500ms ease;
}





.about-page{
	position: relative; padding: 70px 0px 56px 0px; background: none;
}
.about-page:before{
	display: none;
}
.about-page:after{
	display: none;
}
.about-page .about-content {
	position: relative; background: transparent; float: right; padding: 0px 0px 0px 10px; display: inline-block;
	z-index: 1; box-shadow: none; float: none; top: -13px;
}
 
.about-page img{
	width: 100%;
}
.about-page .img-box{
	position: relative;	padding: 0px 10px 0px 0px;
}
.about-page .list{
	margin-bottom: 35px;
}
.about-page .about-content .section-title{
	font-size: 24px;
}
.about-page .about-content p{
	padding: 0px 75px 0px 0px;
}




