body {
	margin: 0px;
}
.border-top {
	margin-top: 30px;
	margin-bottom: 20px;
}
.readmore {
	background-color: #e46715;
	padding: 2%;
	width: 150px;
	color: #1d2983
}
.top-border {
	border-top: 2px dotted #ccc;
}
.bottom-margin {
	margin-bottom: 30px;
}
.newbg-color {
	background-color: #999;
}
.footer-text {
	font-size: 13px;
}
.hservice {
	/*background: rgb(242, 247, 255);*/
	background-color: #7d7d7d;
	border: 1px solid #f1f1f1;
	margin: 30px 0px;
	padding-bottom: 30px;
	transition: all 0.3s ease-in;
	
}
.hservice:hover {
	box-shadow: 0px 2px 3px 2px #7d7d7d;
}
.hservice:hover .service-img {
	opacity: 1;
}
.carousel-inner > .item {
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 0;
	-webkit-transition: opacity 3s ease;
	-o-transition: opacity 5s ease;
	transition: opacity 5s ease;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}
.carousel-inner > .item:first-of-type {
	position: relative;
}
.carousel-inner > .active {
	opacity: 1;
	z-index: 3;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity: 1;
	left: 0;
	z-index: 2;
}
.carousel-inner > .active.left, .carousel-inner > .active.right {
	z-index: 1;
}
.carousel-control {
	z-index: 4;
}
.service-heading {
	font-size: 18px;
	font-weight: 500;
}
#first {
	background: url(../images/header-1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 800px;/*height: 800px;*/
        /*padding-bottom: 200px;*/
}
#second {
	background: url(../images/header-2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 450px;/*height: 800px;*/
        /*padding-bottom: 200px;*/
}
#third {
	background: url(../images/About-Us.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 400px;/*height: 800px;*/
        /*padding-bottom: 200px;*/
}
img.alignnone.size-full.wp-image-344 {
    padding-top: 20px !important;
}
img.alignnone.size-full.wp-image-356{
 padding-top: 20px !important;	
}
span.info {
    color: red;
}