<style>
.god {
    width: 100%;
    height: 450px;
    position: inherit;
   background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    .hero-wrap .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      opacity: .7;
      background: #091722; }
    .god.god2 {
      height: 450px; }
      .blue{
          color:blue;
      }
  @media(min-width:720px){
      .textemail{
        padding-left:0px !important;
    }
  }

	 .icon-float {
    position: fixed;
   /* left: 0px;
    */
    top: 35%;
    z-index: 999;
    right: 0px;
}
.icon-float ul {
    padding: 0px;
}
.icon-float ul li {
    list-style-type: none;
}
.icon-float ul li a {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px;
}
.icon-float ul li a i {
    padding: 8px;
    width: 40px;
    height: 32px;
    text-align: center;
    color: #fff;
}
.icon-float ul li a:hover {
    transform: rotateY(-180deg);
}
.icon-float ul li a:hover i {
    transform: rotateY(180deg);
}
.fb1 {
    background: #3b5998;
}
.gp1 {
    background: #dd4b39;
}
.tw1 {
    background: #1da1f2;
}
.li1 {
    background: #0077b5;
}
.yt1 {
    background: #cd201f;
}
.wa1 {
    background: #34af23;
}
.sh {
    background: #fff;
    padding: 10px 0px;
    font-size: 12px;
    text-align: center;
    color: #333;
    border-top-left-radius: 5px;
}
.sh1 {
    background: #333;
    border-bottom-left-radius: 5px;
}

  </style>