@media (min-width: 1200px){
.container {
    max-width: 90%;
}
}
header {
    position: relative;
 min-height: 64px;
}
.header-nav .navbar-brand{padding-top:10px;}
   .fabs {
  position: fixed;
  right: 20px;
  bottom: 200px;
  z-index: 1;
}
.navbar .navbar-toggler {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.scaction {
  
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /*box-shadow: 0 5px 7px 0px gray;*/
  transition: background-color 0.4s ease-in-out;
  
}
.scaction.active{background: gray;}
.scaction i {
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  cursor: pointer;
  
}
.scaction span img{
    height: 50px;
  width: 50px;
}
.scaction span {
  position: absolute;
  
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  height:100%;
  cursor: pointer;
}

.scaction.active:hover {
  background-color: #000;
}

.scbtn {
  position: absolute;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  
}

.scbtn i {
  position: absolute;
  font-size: 18px;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.scbtns {
  position: absolute;
  bottom: 0px;
  margin-bottom: 5px;
  height: 35px;
  width: 35px;
  transition: 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: none;
}
.scbtns.open {
  bottom: 50px;
  display: inline-block;
}
.profile-card{
            position:relative;
            overflow: hidden;
            margin-bottom:20px;
            box-shadow: 0 6px 20px -3px #538dd740;
            /*box-shadow:0px 2px 3px #222;*/
          
        }
       
        .profile-card .profile-img:hover img {
    transform: scale(1.05);
}
.profile-card .profile-img
{
    overflow: hidden;
    transform: translateZ(0);
    background: #f6f6f5;
}
        .profile-card .profile-img img{
            width:100%;
            height:auto;
            /*transition: transform 1s;*/
            transition: transform .35s ease-in-out;
            
        }
       
       
        .profile-card .profile-content{
            
            padding:20px;
            text-align: center;
           
        }
       
        .profile-card .profile-content .title{
            font-size:20px;
            color:#000;
            opacity:0;
            line-height:1.1;
            margin-bottom:0px;
            text-transform:uppercase;
             opacity:1;
            transform: translateY(0px);
            transition:all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.20s;
        }
       /* .profile-card:hover .title{
            opacity:1;
            transform: translateY(0);
        }*/
     .profile-card .profile-content p{
         font-size:18px;
         color:#fff;
          line-height:1.2;
     }
        .profile-card .profile-content span{
            display:block;
            margin:5px 0;
            font-size: 14px;
            text-transform: capitalize;
            line-height:1.1;
        }
        .text-accordion ul {
    list-style: none;
}
.text-accordion ul > li {
    list-style-type: disc;
}
.text-accordion p{
    margin-bottom:10px;
}