/*ABOUT US CSS*/
.cf3 {
  transition: 3s;
}
@media only screen and (max-width:450px) {
	.cf3{
		background-size:100% 200px !important;
		height:250px !important;
	  }
	
}
.mar-gin{
	margin-bottom:50px; margin-top:50px;
}
.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';
}
</style>
<style>

.floattext a{
  color: lime;
  text-decoration: none;
}


@keyframes type{ 
  from { width: 0; } 
} 

.main_menu{
	text-align:center;
	font-size:14px;
	
	font-family:"Lucida Bright",Georgia,serif;
    color: black;
    letter-spacing: 0.5px;
}

.main_menu:hover{
	color:red;
	cursor: pointer;
}
.item_ser{
	
	border-radius: 30px;
    border: 2px solid grey;
	
}

.paddingleftright{					
	padding-right:80px;
	padding-left:80px;
}	

.texth{
	text-align:center; font-weight: 300;
   
    font-size: 18px;
	font-family:"Lucida Bright",Georgia,serif;
    line-height: 1;
    margin-bottom: 15px;
	margin-top: 30px;
   }
   .textb{
	text-align:center; 
	font: 600 17px/20px 'Open Sans', sans-serif;
    color: #505050;
   }
   .texts{
	text-align:center; 
	font: 600 15px/20px 'Open Sans', sans-serif;
    
   }
  
   
.test {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
   
}
.pic{
	height:60px;
	width:60px;
}
#about-section {
	padding: 120px 0;
}
#about-section p {
	margin-top: 20px;
	margin-bottom: 30px;
}

.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;
}
   .textt{
			   color:grey;
			   font-family: 'source_sans_proregular';
				font-size:1.714rem;
				line-height: 2.5rem; 
			  text-align:justify;
			  
			 
		   }
	
.imga {
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 5px;
   
}
.margin-about{
	margin-top:20px;
	margin-bottom:20px;
}
