.main_con{
  position:relative;top:0;left:0;width:100%;height:550px;overflow:hidden; background:url('<?php echo base_url(); ?>assets/img/small/ban2.jpg') no-repeat ; background-size: cover;
  }
  .row2{
	  margin-top:80px; margin-bottom:80px;
  }
  .box{
	  border:solid 2px #ABEBC6  ;   border-radius: 25px; padding-left:20px; padding-top:20px;
  }
  .count_background{
	background-image:url(../img//bg4.jpg) !important; background-repeat:repeat;background-attachment:scroll;background-position:left top;background-size:auto;
}
.con3{
	background:transparent; margin-top:80px; margin-bottom:80px;
}
.pic_style{
	float:left; width:80px;
}
.cf3 {
  transition: 3s;
}
@media only screen and (max-width:450px) {
	.cf3{
		background-size:100% 200px !important;
		height:250px !important;
	  }
	
}
.sect{
	margin: 0;  padding: 0; width: 100%; height: 100%; font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.count_background{
	background-image:url(../img//bg4.jpg) !important; background-repeat:repeat;background-attachment:scroll;background-position:left top;background-size:auto;
}
.margin_top{
	margin-top:50px;
		margin-bottom:100px;
}
.menu_text{
	font-size:22px; color:white
}
.btn_width{
	width:100%; height:50px; background-color:	#DC143C;
}
.margin_image{
	margin-top:10px;
	margin-bottom:10px;
	
  
}
.cl{
	text-align:center; 
	font-family: 'source_sans_probold';
	line-height: 4rem;
    text-transform: uppercase;
	color:black;
 }
 .separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #e74c3c;
    position: relative;
    display: inline-block;
    border-radius: 50%;
	    bottom:25px;
}
.separator:after {
    position: absolute;
    left:5%;
    bottom:5px;
    height: 2px;
    width: 50px;
    background:grey;
    content:"";
    display: inline-block;
    margin-left: 15px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:5px;
    height: 2px;
    width: 50px;
    background:grey;
    content:"";
    display: inline-block;
    margin-right: 15px;
}
.paddingleftright{					
	padding-right:80px;
	padding-left:80px;
}
