.cf3 {
  transition: 3s;
}
@media only screen and (max-width:450px) {
	.cf3{
		background-size:100% 200px !important;
		height:250px !important;
	  }
	
}
.partition{
	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';
}
.floattext a{
  color: lime;
  text-decoration: none;
}


@keyframes type{ 
  from { width: 0; } 
} 


.floattext{
  color: lime; 
  font-family: "Courier";
  font-size: 20px;
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 30em;
  animation: type 4s steps(60, end); 
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
  font-size: 40px;
   text-shadow: 0 -2px 0 #fff;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top:40%; left:36%;
  
}


.statictext{
  display: block;
  color: #fff;
  font-size: 20px;
  margin-top:270px;
 margin-left:40%;
}
.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;
}

.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: 60px;
    background:grey;
    content:"";
    display: inline-block;
    margin-left: 15px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:5px;
    height: 2px;
    width: 60px;
    background:grey;
    content:"";
    display: inline-block;
    margin-right: 15px;
}
 .fh5co-blog {
  margin-bottom:60px;
}
.fh5co-blog a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 90%;
  padding: 30px;
  float: right;
  margin-top: -3em;
 background-color:#f6fafb;
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.posted_on {
  color: white;
  font-size: 18px;
  padding: 2px 10px;
  padding-left: 40px;
  margin-left: -40px;
  background: #F85A16;
  position: relative;
}
.fh5co-blog .blog-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
 
  border-color: transparent transparent #F85A16 transparent;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #F85A16;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}