/*CONTACT CSS*/
.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';
}
.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;
}

	.row2
	{ margin-left:10px ! important;
	margin:-30px;
	}
	.btnc
{
	background-color:#FA6304;
}
.gap1{
	margin-top:50px;
}