@charset "utf-8";

/* CSS Document */

.header {
    margin-bottom: 5px;
}

.navbar {
    background-image: url(../Img/footer.jpg)
}

.update {
    width: 100%;
    height: 50px;
    background-color:#140653;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-size: 25px;
    padding-top: 6px;
}

.himg {
    height: 200px;
    width: 100%;
    /* border: 2px solid red; */
}



.sl {
    margin-top: 5px;
}

.book {
    width: 100%;
    height: 250px;
    background-color: #CCCCCC;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-size: 25px;
}
/*-- //fixed social icons --*/
.wthree-wthree-social {
    position: fixed;
    bottom: 0%;
    width: 4%;
    z-index: 9999;
  }
  .wthree-social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
  }
  .wthree-social ul li {
    display: block;
    margin: 5px;
    width: 310px;
    text-align: left;
    padding: 10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .w3_twitter{
      background:#1da1f2;
  }
  .w3_facebook{
      background:#3b5998;
  }
  .w3_dribbble{
      background:#ea4c89;
  }
  .w3_g_plus{
      background:#dd4b39;
  }
  .w3_twitter:hover{
      background:#54BAF2;
  }
  .w3_facebook:hover{
      background:#6187D5;
  }
  .w3_dribbble:hover{
      background:#EC6D9E;
  }
  .w3_g_plus:hover{
      background:#EA6A5B;
  }
  .wthree-social ul li a{
      color:#212121;
  }
  .wthree-social ul li i {
      margin-right: 10px;
      color: #212121;
      padding: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      font-size: 15px;
        text-align: center;
      background: #fff;
  }
  .wthree-social {
    position: fixed;
    bottom: 0%;
    width: 4%;
    z-index: 9999;
    right:-5px;
    top:40%;
  }
  .wthree-social ul {
    padding: 0px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  .wthree-social ul li:hover {
      -webkit-transform: translate(110px, 0);
      -moz-transform: translate(110px, 0);
      -ms-transform: translate(110px, 0);
      -o-transform: translate(110px, 0);
      transform: translate(-78px,0px);
  }
  .wthree-social ul li a{
      color:#212121;
  }
  .wthree-social ul li:hover a {
    color: #fff;
    text-decoration: none;
  }
  /*-- //fixed wthree-social icons --*/
  
  h2.wthree-title {
      font-size: 3.5em;
      color: #fff;
      text-transform: capitalize;
      margin: 2.2em 0 0.2em;
      font-weight:600;
  }
  h3.wthree-subtitle {
      color: #fff;
      display: inline-block;
      border-top: 1px solid #fff;
      padding: 1em 0 0;
      font-size: 0.9em;
      letter-spacing: 9px;
      text-transform: uppercase;
  }