
/*=======================
	Start Fun Facts CSS
=========================*/
@media (min-width: 1200px){
    .fun-facts .container{
        max-width: 1200px;
    }
}
.fun-facts{
	position:relative;
}

.titleH1 h1{
    font-size: 52px;
    color:#221d1b;
    line-height: 308px;;
    text-align: center;
    margin-bottom: 0;
}
.titleH2 h1{
    font-size: 52px;
    color:#221d1b;
    line-height:52px;
    text-align: center;
    margin-bottom:63px;
}
.topContent{
    border-bottom: 12px solid #d9d9d9;
    padding-bottom: 60px;
    margin-bottom: 120px;
}

.fun-facts .single-fun {
    padding-left:162px;
    height: 200px;
}

.fun-facts .single-fun .content {
    margin-top: 50px;
}
.fun-facts .single-fun span {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 147px;
    height: 147px;
    line-height: 147px;
    border-radius: 50%;
    font-size: 0;
    background-color: rgba(225,100,60,.28);
    position: absolute;
    left:0;
    top: 0;
    z-index: 2;
}
.fun-facts .single-fun span::after{
    content: '';
    display: block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -65px;
    margin-left: -65px;
    background-color: #ff643c;
    border-radius: 50%;
    z-index: 3;
}
.fun-facts .single-fun span:hover{
    width: 150px;
    height: 150px;
    animation: none;
}
.fun-facts .single-fun span img{
    position: relative;
    z-index: 4;
}
.fun-facts .single-fun p{
    font-size:22px;
    color: #383838;
}
@keyframes roundTransform{
    form{
        width: 147px;
        height: 147px;
        line-height: 147px;
        background-color: rgba(225,100,60,.28);
    }
    50%{
        width: 148px;
        height: 148px;
        line-height: 148px;
        background-color: rgba(225,100,60,.18);
    }
    to{
        width: 150px;
        height: 150px;
        line-height: 150px;
        background-color: rgba(225,100,60,0);
    }
}
@-webkit-keyframes roundTransform {
    form{
        width: 147px;
        height: 147px;
        line-height: 147px;
        background-color: rgba(225,100,60,.28);
    }
    50%{
        width: 148px;
        height: 148px;
        line-height: 148px;
        background-color: rgba(225,100,60,.18);
    }
    to{
        width: 150px;
        height: 150px;
        line-height: 150px;
        background-color: rgba(225,100,60,0);
    }
  }
/*===================
	End Fun Facts
=====================*/
/*--------------------------------------------------------------
# bottomContent
--------------------------------------------------------------*/
.bottomContent{
    padding-bottom: 110px;
}
.bottomContent .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    height: 315px;
  }
  .bottomContent .member .member-img {
    position: relative;
    overflow: hidden;
  }
  
  .bottomContent .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }
  
  .bottomContent .member .member-info {
    padding: 20px 0;
  }
  
  .bottomContent .member .member-info h4 {
    font-weight:500;
    margin-bottom: 20px;
    font-size: 18px;
    color: #606060;
  }
  
  .bottomContent .member .member-info span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #8c8e8f;
    padding: 0 0;
  }
