/*-- Use For Custom Styling --*/
 
 
.clearfix {
    overflow: auto;
    zoom: 1;
  }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  * html .clearfix             { zoom: 1; } /* IE6 */
  *:first-child+html .clearfix { zoom: 1; } /* IE7 */


  .main-title h2 {
  
    color: #18191d;
    /*font-weight: 700;*/
    font-weight: 100;
    font-size: 32px;
    font-size: 32px;
  
    letter-spacing: 0px;

    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
   
    font-size: 53px;
  
}

.about-wrap .about-bg-img-setting {
  height: 75%;
  width: 75%;
  z-index: -1;
  display: block;
  left: 65px;
  bottom: 40px;
  position: absolute;
}

#cf {
  position:relative;
  height:615px;
  width:424px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

/** SLIDESHOW **/
@keyframes cf3FadeInOut {
  0% {
  opacity:1;
    }
    45% {
    opacity:1;
    }
    55% {
    opacity:0;
    }
    100% {
    opacity:0;
    }
}

#cf img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}


 .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
 

 