.our-service a, .our-service a:hover, .our-service a:focus, .our-service a:active {
	text-decoration: none;
	outline: none;
}
.our-service h4{
	
	color:#275694
}
.our-service ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-heading span {
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	/* background: red; */
	font-size: 35px;
	padding: 10px;
	color: #ffcc00;
}

.site-heading h2 span {
	color: #00a01d;
}

.site-heading h4 {
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	
}

.site-heading h4::before {
	background: #275694  none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
	margin: -15px -15px 0;
	padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
	background: #00a01d none repeat scroll 0 0;
	border-color: #00a01d;
}

.we-offer-area .item {
	background: #ffffff none repeat scroll 0 0;
	border-left: 2px solid #00a01d;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	overflow: hidden;
	padding: 30px;
	position: relative;
	z-index: 1;
}

.we-offer-area.text-center .item {
	background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 39px 40px 64px;
    height: 632px;
}

.we-offer-area.text-center .item i {
	background: #dc2c1b none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
	width: 80px;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
	border: 2px solid #275694;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 90px;
	left: -5px;
	position: absolute;
	top: -5px;
	width: 90px;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
	border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
	margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
	font-family: "Poppins",sans-serif;
	font-size: 50px;
	font-weight: 900;
	opacity: 0.1;
	position: absolute;
	right: 30px;
	top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
	background: red none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
	color: #ffffff;
}

.we-offer-area .item i {
	color: #00a01d;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 20px;
}

.we-offer-area .item h4 {
	font-weight: 600;
	text-transform: capitalize;
}

.we-offer-area .item p {
	margin: 0;
    line-height: 20px;
    font-size: 16px;
	
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
	background: #dc2c1b none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 100%;
	z-index: -1;
}

.we-offer-area .item:hover::after {
	left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
	color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
	border-color: #fff !important;
}

.we-offer-area.text-center .item:hover i {
	background-color: #ffffff !important;
	color: #275694  !important;
}

.we-offer-area.text-left .item i {
	background: #00a01d none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 60px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	position: relative;
	width: 100px;
	z-index: 1;
	text-align: center;
}

.we-offer-area.text-left .item i::after {
	border: 2px solid #00a01d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 120px;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 120px;
}
.offer{
	color: #000 !important;
	text-shadow: 1px 1px #ffcc00;
}
.sub-offer{
	color:#000 !important;
	font-weight:bold
}
.item:hover{
	cursor:pointer;
}	
.item{
	color:#000;
}	


.service-view{
	float: right;
	background: #ffcc00;
	color: #000;
	padding: ;
	4px: ;
	padding: 8px;
	padding: 4;
	margin-top: 32px;
	border-radius: 5px;
}
a.service-view:hover{
	
	background: #ffcc00;
	color: #000;
	opacity:0.8;
	
}
	body{
	margin:0;
	
	}
	.service-h1 {
    font-weight: 700;
    margin-bottom: 0px;
    padding: 24px 24px 0 24px;
    margin-top: 175px;
    background: #dc2c1b;
    
}
		.service-span{
	
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    
    font-size: 35px;
    padding: 10px;
     color: #fff; 
}
	
	
	
	
	.service-span:before{
	   content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border: solid #ffffff;
    border-width: 4px 0 0 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 10px;
	
	
	}
	.service-h1:before{
	content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border: solid #fff;
    border-width: 4px 0 0 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: -20px;
	
	
	}.service-span:after{
	   content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border: solid #ffffff;
    border-width: 4px 0 0 4px;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    margin-left: 17px;
	
	
	}
	.service-h1:after{
	content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border: solid #fff;
    border-width: 4px 0 0 4px;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    margin-left: -20px;
	
	
	}
	.our-service p{
	text-align:justify;
	}
	.equal-height img{
	width:100%;
	
	}
	.service-sub{
	     font-size: 32px;
    text-align: center !important;
    margin-bottom: 23px;
    margin-top: 0;
    color: #ffffff;
    background: #dc2c1b;
    padding:0 15px 15px 15px;
}
@media only screen and (max-width: 767px){
    .service-h1 {
        font-weight: 700;
        margin-bottom: 0px;
        padding: 21px 0px 0 0px;
        margin-top: 68px;
        background: #dc2c1b;
        font-size: 20px;
    }
.service-span:before{
	  	display:none

	
	
	}
	.service-h1:before{
		display:none

	
	
	}.service-span:after{
		display:none

	
	
	}
	.service-h1:after{
	display:none
	
	
	}
.service-span {
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 21px;
        padding: 1px;
        color: #fff;
    }
    .we-offer-area.text-center .item {
        background: #ffffff none repeat scroll 0 0;
        border: medium none;
        padding: 7px;
        height: auto;
    }
.service-sub {
    font-size: 16px;
    text-align: center !important;
    margin-bottom: 23px;
    margin-top: 0;
    color: #ffffff;
    background: #dc2c1b;
    padding: 0 15px 15px 15px;
}
.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
    padding: 0;
}
.container {
    padding-right: 4px;
    padding-left: 4px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.col-md-12{
	
	
	padding:0;
	margin:0;
}



}