body {
    position: relative; 
  }
  .affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
  }
  #myNavbar{
        margin-left: 20%;
  }
  .navbar {
    margin-bottom: 0px;
  }

  .affix ~ .container-fluid {
   position: relative;
   top: 50px;
  }
 @-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.carousel-inner
{
  width:100%;
}
#heading2
{
  font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  #header1 {
   width:344px;
  }
  #social
  {
    display:none;
  }
 }
#social
{
    margin-left: 16%;
}
 
#footer1
{
  background-color: #0b4da2;
}
h1
{
  color:#fff;
  font-family: 'Oswald'
}
#text
{
  font-size: 50px;
  font-weight: bold;
  text-shadow: 3px 4px 7px #000;
}
#text1
{
  font-size: 39px;
  font-weight: bold;
  text-shadow: 3px 4px 7px #000;
  margin-bottom: 146px;
}
@media only screen and (max-width: 480px) {
  #text1 {
   margin-bottom: 20px;
   font-size: 20px;
  }
 }
h3
{
  color:#000;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}
p
{
  color:#fff;
  font-size: 15px;
  
}
#para
{
  color:#000;
  letter-spacing: 1px;
}
#para2
{
  color:#000;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 17px;
  margin-top: 10px
}
h4
{
  color:#fff;
 }
 h5
 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color:#fff;
 }

.breadcrumb-banner-wrapper {
    background: url('../img/about.jpg') no-repeat scroll 0 0;
    background-position: center;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    z-index: 2;
}
.breadcrumb-banner-wrapper1 {
    background: url('../img/ms.jpg') no-repeat scroll 0 0;
    background-position: center;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    z-index: 2;
}
.breadcrumb-banner-wrapper2 {
    background: url('../img/quality.jpg') no-repeat scroll 0 0;
    background-position: center;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    z-index: 2;
}
.breadcrumb-banner-wrapper3 {
    background: url('../img/client.jpg') no-repeat scroll 0 0;
    background-position: center;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    z-index: 2;
}
.breadcrumb-banner-wrapper4 {
    background: url('../img/services.jpg') no-repeat scroll 0 0;
    background-position: center;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    z-index: 2;
}
.breadcrumb-banner-wrapper5 {
    background: url('../img/pumps.jpg') no-repeat scroll 0 0;
    background-position: center;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    z-index: 2;
}
.breadcrumb-banner-wrapper6 {
    background: url('../img/other.jpg') no-repeat scroll 0 0;
    background-position: center;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    z-index: 2;
}
#client
{
   width:100%;
  box-shadow: 2px 2px 5px black;
  margin-bottom:30px;
}
#product
{
  width:100%;
  box-shadow: 2px 2px 5px black;
 }
#product:hover
{
   border-radius:50%;
}
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  /*padding: 0;
  padding-left: 40%;*/
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.contactlinks1{
display: inline-block;
text-align: left;
padding: 0px 8px;
border-right: 2px solid #eee;
   }
   .contactlinks
   {
       display: inline;
   }

.social-network a.icoRss:hover {
  background-color: #3B5998;
}
.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
  background-color:#3B5998;
}
.social-network a.icoGoogle:hover {
  background-color:#3B5998;
}
.social-network a.icoVimeo:hover {
  background-color:#3B5998;
}
.social-network a.icoLinkedin:hover {
  background-color:#3B5998;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 50px;
  height: 50px;
  font-size:20px;
  background-color:#2fc5f4;
}
.social-circle li i {
  margin:0;
  line-height:50px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
#panel_header
{
  background-color: #00bcf2;
}
#group
{
  height:100px;
}
#mhead
{
  font-size:20px;
}

* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 1400px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 6px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 1400px;

}
@media only screen and (max-width: 480px) 
{
 .tab{
     overflow-y:scroll;
 }
 .tabcontent{
     overflow-y:scroll;
 }
}
#seals
{
   width:166px;
  box-shadow: 2px 2px 5px black;
  margin-bottom:30px;
  /*margin-left: 20px;*/
  margin-left: 284px;
}
#seals:hover
{
   width:166px;
  box-shadow: 2px 2px 5px black;
  margin-bottom:30px;
  border-radius: 50%;
}
@media only screen and (max-width: 480px) {
  #seals {
   margin-left: 20px;
  }
  }
#para3
{
  color:#000;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 17px;
  margin-top: -5px;
  margin-left: -3%;
}
#client:hover
{
    border-radius:50%;
}
