/*BANQUET 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';
}
.color_head{
	color:#ad8847;
}

.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;
}
.textt{
			   color:grey;
			   font-family: 'source_sans_proregular';
				font-size:1.714rem;
					line-height: 2.5rem; 
			    
			  
		   }

		   @media only screen and (max-width:450px) {
			   .textt{
			   color:grey !important;
			   font-family: 'source_sans_proregular';
				font-size:1.7rem !important;
					line-height: 1.8rem !important; 
			    
			  
		   }
		   .headb{
			   color:black !important;
			   font-family: 'source_sans_proregular';
				font-size:1.8rem !important;
					line-height: 1.5rem !important; 
		   }
		   
	.imgh {
		width:250px; !important;
    height:250px !important;

	
}
		   }
		   
.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #e74c3c;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator:after {
    position: absolute;
    left:5%;
    bottom:4px;
    height: 2px;
    width: 80px;
    background:grey;
    content:"";
    display: inline-block;
    margin-left: 20px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:4px;
    height: 2px;
    width: 80px;
    background:grey;
    content:"";
    display: inline-block;
    margin-right: 20px;
}


.card {
    box-shadow: 0 32px 64px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}


.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.containerdd {
    padding: 4px 16px;
}
