body{
  font: 15px/1.5 Helvetica, Sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
}

.zoom {
  
  transition: transform .2s; /* Animation */

}

.zoom:hover {
  transform: scale(1.25); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom1 {
  
  transition: transform .2s; /* Animation */

}

.zoom1:hover {
  transform: scale(1.50); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/* Global */



.container{
  width:90%;
  margin:auto;
  margin-left:5%;
  overflow:hidden;
}
.container67{
  width:100%;
  margin:auto;
  overflow: hidden;
  margin-bottom: 20px;
}

@media only screen and (max-width : 500px)
{
    .bog{
        display: none;
    }
}



.container12{
  width:100%;
  margin:auto;
  align-content: center;
  overflow:hidden;
}

ul{
  margin:0;
  padding:0;
}

.button {
  background-color: #08a4d4; 
  border: none;
    margin-left: 50%; 
  color: antiquewhite;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button89 {
  background-color: #08a4d4; 
  border: none;
  color: antiquewhite;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}


.dark{
  padding:15px;
  background:black;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}

/* Header **/
header{
  background:black;
  color:#ffffff;
  padding-top:30px;
  min-height:70px;
  border-bottom:#08a4d4 3px solid;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}

header nav{
  margin-top:10px;
}

header .highlight, header .current a{
  color:#08a4d4;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}

header .highlight23 {
  color:#08a4d4;
  font-weight:bold;
    font-size: 60px;
}

@media only screen and (max-width : 500px){
header .highlight23 {
  color:#08a4d4;
  font-weight:bold;
    font-size: 20px;
}

}


/* Showcase */
#showcase{
  min-height:500px;
  background:url('../img/VIDEO%20INTRO.jpg'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size:  contain;
}
  color:#E9880D;
}
#showcaseOP{
  min-height:500px;
  background:url('../img/oNLINE%20AND%20oFFLINE.jpg') no-repeat;
  background-position: center;
background-size: contain;
  color:aqua;
}
#showcaseOPer{
  min-height:500px;
  background:url('../img/oNLINE%20AND%20oFFLINE.jpg') no-repeat;
  background-position: center;
background-size: contain;
  color:aqua;
  color:aqua;
}

#showcase h1{
  margin-top:100px;
  font-size:55px;
  margin-bottom:10px;
}

@media only screen and (max-width : 500px){
header .highlight, header .current a{
  color:#08a4d4;
  font-weight:bold;
  font-size: 20px;
}
}
    
}



#showcase p{
  font-size:20px;
}

/* Newsletter */
#newsletter{
  padding:15px;
  color:#ffffff;
  background:black
}
#newsletter2{
  padding:5px;
  color:#ffffff;
  background:#08a4d4;
    text-align: center;
}

#newsletter h1{
  float:left;
}

#newsletter form {
  float:right;
  margin-top:15px;
}

#newsletter input[type="email"]{
  padding:4px;
  height:25px;
  width:250px;
}

/* Boxes */
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:32%;
  padding:5px;
}



#boxes .box img{
  width:100%;
}

/* Sidebar */
aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

/* Main-col */
article#main-col{
  float:left;
  width:65%;
}

/* Services */
ul#services li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

ul#services1 li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  margin-left: 12%;
  margin-right: 12%;
  background:#088DA5;
}

footer{
  padding:20px;
  margin-top:20px;
  color:black;
  background-color:#08a4d4;
  text-align: center;
    font: Helvetica,Sans-serif;
    font-weight: bold;
}


/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
      padding-right: 5px;
  }

  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: darkred;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #08a4d4;
}



/*TRY Hai */
.tab {
  float: left;
  background-color: white;
  text-decoration-color: #08a4d4;
  width: 20%;
 
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: right;
    text-decoration-color: #08a4d4;
  cursor: pointer;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: black;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #08a4d4;
}

/* Style the tab content */
.tabcontent {
  float: right;
  padding: 0px 10px;
    border: 1px;

  background-color: mediumpurple;
  width: 70%;
  border-color:aqua ;
  display: none;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.vid{
    width: 100%;
    height: 150px;

}
@media only screen and (min-width : 500px)
{
    .vid{
        width: 1000px;
        height: 525px;
    }
}


.po{
    font-size: 20px
}

.contain35{
    padding: 25px;
}

.aboutustext{
    font-size: 115%;
}



