body {
  color: #666;
}

#header .logo img {
  max-height: 135px;
}

.footer {
  background-color: #2f4f4f;
}
.back{
  background-color: rgb(255, 242, 227);
}
.divider {
  height: 4px;
  display: block;
  position: absolute;
  margin: -16px 0rem;
  background-color: #158aa2;
  width: 15%;
}
.col-md-4 ul{
  margin-top: 3rem;
}
/* @import url(//db.onlinewebfonts.com/c/18eca4ee969d29d1462727e1995dc53e?family=Banff); */
.logohead{
  position: absolute;
  /* font-family: 'Great Vibes', cursive; */
  font-family: 'Banff';
  font-size: 1.8rem;
  /* color:#2f4f4f; */
  background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 12px;
    margin-left: 5rem;
    font-weight:bold;

}
.subhead{
  margin-top: 2rem;
  font-family: 'Varela Round', sans-serif;
  font-size: 25px;
  background: linear-gradient(-45deg, #006837, #025d91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.types{
  margin-top: 3rem;
}
.width{
  width: 100%;
}
.hover img:hover{
/* box-shadow: 0 0 10px #ffcdb6, 0 0 40px #ff837a; */
cursor:grab;

}
.isoimg{
  width: 80%; 
  height: 80%;
}
.isop{
  font-size: 21px; 
  color: rgb(196, 196, 196);
}
.para{
  font-size:20px ;
  font-family: 'Viga', sans-serif;
}
.margin{
  margin-top: 5rem;
  margin-bottom:2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
.para-2{
  
  font-family: 'Viga', sans-serif;
  color: rgb(138, 138, 138);
  font-size: large;
}
.head {
  font-size: 2rem;
  font-weight: 600;
  background: linear-gradient(-45deg, #006837, #025d91);
  ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.map-container-2{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
.map-container-2 iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }
  .whatsapp_float {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
          font-size:30px;
    box-shadow: 2px 2px 3px #999;
          z-index:100;
  margin: 2rem -28px;
  }
  
  .whatsapp-icon {
    margin-top:16px;
  }
  /* for mobile */
  @media screen and (max-width: 767px){
       .whatsapp-icon {
     margin-top:10px;
       }
      .whatsapp_float {
          width: 40px;
          height: 40px;
          bottom: 20px;
          right: 10px;
          font-size: 22px;
          margin: 3rem 7px;
      }
  }
.w-p{
  margin-top: 1rem;
}