body,html {
  background:#333 url(../img/Bionic-bg.jpg) top center no-repeat;
  background-size: cover;
  font-family: 'Droid Serif', serif;
  /*background-color: #333;*/
}
.padding_top_40 {
  padding-top: 40px;
}
.padding_top_20 {
  padding-top: 20px;
}
.logo_align {
  margin-top: 30px;
  width: 130px;
}
.rel {
  position: relative;
}
.title {
  color: white;
  font-size: 24px;
}
.box_height {
  height: 550px;
  width: 270px;
}
/*.box_height:hover {
  height: 400px;
}*/
.web-title {
  position: absolute;
  top: 35%;
  color: black;
  text-transform: capitalize;
  padding: 0px 10px;
  font-size: 26px;
  width: 103%;
}
.web-info {
  position: absolute;
  top: 80%;
  color: black;
  font-size: 16px;
  width: 100%;
  text-transform: capitalize;
}
.icon_align {
  position: absolute;
  top: 6%;
  width: 103%;
  text-align: center;
}
.first {
  position: absolute;
  top: 25%;
  font-size: 12px;
  width: 100%;
  color: black;
  text-align: center;
}
.web-title1 {
  position: absolute;
  top: 35%;
  color: black;
  text-transform: capitalize;
  padding: 0px 10px;
  font-size: 23px;
  text-align: center;
  width: 103%
}
.franchise {
  position: absolute;
  top: 85%;
  text-transform: uppercase;
  font-size: 11px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: black;
}
.franchise a{
  color:black;
  text-decoration: none;
}
.tagline-1 {
   color: white;
  font-size: 22px;
  padding-top: 50px;
}
.tagline-2 {
  color: white;
  font-size: 32px;
  padding-top: 20px;
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
  padding-bottom: 50px;
}
.copyright {
  color: white;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 80px;
}
.tgline {
  position: absolute;
    top: 60%;
    color: #777777;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0px 20px;
}
.only {
  position: absolute;
  top: 48%;
  font-size: 13px;
  color: #a09c9c;
  padding: 0px 20px;
}
@media only screen and (max-width: 1024px) {
  .box_height {
    height: 470px;
  }
  .web-title {
    font-size: 20px;
  }
  .web-info {
    font-size: 14px;
  }
  .web-title1 {
    font-size: 20px;
  }
  .first {
    font-size: 14px;
  }
  .box_height{
    width: 220px;
  }
}
/*@media (min-width: 768px)  {
  
  .web-title {
    font-size: 20px;
    padding: 0px 100px;
  }
  .web-info {
    font-size: 14px;
  }
  .web-title1 {
    font-size: 20px;
    padding: 0px 100px;
  }
  .first {
    font-size: 14px;
  }
  .tagline-1 {
    font-size: 16px;
  }
  .tagline-2 {
    font-size: 22px;
  }
  .copyright {
    font-size: 10px;
  }
  .title {
    font-size: 18px;
  }

}*/

@media only screen and (max-width: 768px) {
 .box_height {
    width: 270px;
}
  .web-title {
    font-size: 20px;
    padding: 0px 30px;
  }
  .web-info {
    font-size: 14px;
  }
  .web-title1 {
    font-size: 20px;
  }
  .first {
    top: 28%;
    font-size: 14px;
  }
  .tagline-1 {
    font-size: 13px;
  }
  .tagline-2 {
    font-size: 20px;
  }
  .copyright {
    font-size: 10px;
  }
  .title {
    font-size: 18px;
  }
  .only{
        padding: 0px 30px;
  }
  .tgline {
    padding: 0px 40px;
  }

}
@media only screen and (max-width: 576px) {
  .tgline {
    padding: 0px 20px;
  }

}
@media only screen and (max-width: 320px) {
  .box_height {
    height: 470px;
    width: 240px;
  }
  .tgline {
    position: absolute;
    top: 63%;
    font-size: 16px;
    text-transform: capitalize;
  }
}