.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;
}
.image1{
	background-image:url(../img/mf1.jpg) !important; background-size:cover;
}
.image2{
	background-image:url(../img/bd4.jpg) !important; background-size:cover;
}
.image3{
	background-image:url(../img/rec.jpg) !important; background-size:cover;
}
.image4{
	background-image:url(../img/cor6.jpeg) !important; background-size:cover;
}
.image5{
	background-image:url(../img/sixt.jpg) !important; background-size:cover;
}
.image6{
	background-image:url(../img/shagun.jpg) !important; background-size:cover;
}
.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;
}
.separator2 {
    height: 4px;
    width:40px;
    margin: 10px 0px;
    background: #eeeeee;
    position: relative;
}

.separator3 {
    height: 2px;
    width: 40px;
    margin:20px auto;
    background: #888888;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}


.divider{
    height: 1px;
    background: #eee;
    width:100%;
    overflow: hidden;
}
.part{
margin-bottom:50px; margin-top:50px;	
}

#fh5co-gallery-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#fh5co-gallery-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 300px !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 480px) {
  #fh5co-gallery-list li {
    margin-left: 0;
  }
}
#fh5co-gallery-list li a {
  min-height: 300px !important;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#fh5co-gallery-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.2);
}
#fh5co-gallery-list li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-gallery-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#fh5co-gallery-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-gallery-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}
#fh5co-gallery-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-gallery-list li.one-third {
    width: 100%;
  }
}

