body {
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif !important;
}
#Site{
  width: 100%;
  height: 100%;
  height: auto;
  background-color: rgb(36, 37, 38);
  position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  overflow: auto;
  overflow-x: hidden;
}
.header{
  height:5%;
  width: 100%;
  float: left;
  z-index: 99;
  background-color:#1c1e21;
  position: fixed;
  border-bottom:1px solid #ffcc00;
  box-shadow:2px 2px 6px black;
}
.home{
  height:100%;
  width:10%;
  float: left;
}
.HomeLogo{
  float:left;
  width: auto;
  margin-left: 10%;
}
.filler{
  height:100%;
  width:75%;
  float: left;
}
.menu{
  height:100%;
  width:10%;
  float: left;
}
.right{
  display: block;
  margin-left: auto;
  height:auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.rightClicked{
  display: block;
  margin-left: auto;
  height:auto;
  width: auto;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  background-color:#ffcc00;
  border-radius: 20%;
}
.canvas {
    position: Fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 103;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
}
.menuNav{
  position: fixed;
  left: 120%;
  transition: left 0.4s ease;
  height: 100%;
  width: 25%;
  z-index: 130;
    background-color:white;
}

.Filler{
    width:80%;
    height:5%;
    float:left;
}

.colorbg{
    width:100%;
    height:100%;
    float:left;
    background-color:rgb(36, 37, 38);
    border:2px solid #ffcc00;
    box-shadow:2px 2px 15px ;
    border-top:none;
}
.right2{
    width:auto;
    float:left;
    max-height:100%;
    cursor: pointer;
}
.link{
  width:80%;
  height: auto;
  float: left;
  margin-left: 15%;
  font-size: 160%;
  margin-top: 6%;
  text-align: left;
  color: white;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease;
}
.link:hover{
  color:#ffcc00;
  text-decoration: underline;
  text-shadow: 0.1px 0.1px 1px black;
}
.linkHolder{
  width:100%;
  height: 70%;
  float: right;
  margin-top: 10%;
}
.imgFooter{
    display: block;
    height:15%;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.MainContent{
  height: auto;
  width:100%;
  float: left;
  margin-top: 1%;
}
.bannerContainer{
  float: left;
  height: 30%;
  width:100%;
  min-height: 500px;
}
.banner{
  float: left;
  height: 120%;
  width:100%;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("file:///C:/Users/broth/Documents/SealProInc/img/banner.jpg");
  min-height: 650px;
  border-bottom: 2px solid #ffcc00;
}
.bannerMoblie{
  float: left;
  height: 30%;
  width:100%;
  height:700px;
  background-size: cover;
  background-image: url("file:///C:/Users/broth/Documents/SealProInc/img/banner.jpg");
  min-height: 100px;
    border-bottom: 2px solid #ffcc00;
}
.bannerCircles{
  position:absolute;
  left:45%;
  width: 20%;
  height: 10%;
  bottom: 1%;
}
.circle{
  height:30%;
  width: 5%;
  float: left;
  margin-left: 5%;
  border-radius: 50%;
  cursor: pointer;
  background-color: silver;;
  box-shadow: 2px 2px 6px black;
}
.circle:hover{
  background-color: grey;
}
.circleSelceted{
  height:30%;
  width: 5%;
  float: left;
  margin-left: 5%;
  border-radius: 50%;
  background-color:  #ffcc00;
  box-shadow: 2px 2px 6px black;
}
.Content{
  float: left;
  height: 40%;
  width:90%;
  margin-left: 5%;
  margin-top: 2%;
}
.leftSide{
  float: left;
  height: 100%;
  width:65%;
}
.leftSideTitle{
  width:100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  float: left;
  font-size: 300%;
  text-align: center;
  color: #ffcc00;
}
.leftSideSubTitle{
  width:100%;
  height: auto;
  padding-top: 3px;
  padding-bottom: 15px;
  float: left;
  font-weight: bold;
  font-size: 200%;
  text-align: center;
  color: white;
}
.leftSideContent{
  width:100%;
  height: auto;
  padding-top: 3px;
  padding-bottom: 2px;
  float: left;
  font-size: 120%;
  text-align: center;
  color: white;
}
.rightSide{
  float: left;
  height: 100%;
  margin-top: 1%;
  width:30%;
}
.Footer{
  float: left;
  height: 40%;
  margin-top: 1%;
  width:100%;
  border-top: 1px solid  #ffcc00;
  background-color: rgb(36, 37, 38);
}
.FooterC{
  float: left;
  height: 100%;
  width:80%;
  margin-left: 10%;
}
.iconHolder{

}
.imgContainer{
  float: left;
  height: 100%;
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;

}
.subcontainer{
  float: left;
  height: 70%;
  width: 100%;
}
.image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height:100%;
  width: 100%;
}
.mainHeader{
  width:100%;
  height:80%;
  float:left;
}
.video{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 70%;
}
.overlayVideo{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0,0,0,0.45);
}
.topHeader{
  height: 30%;
  width: 100%;

  margin-top: 2%;
  float:left;
}
.SealProIcon{
  width: 6%;
    height: 70%;
    float: left;
    margin-left: 15%;
}
.Socials{
  width: 40%;
  height:70%;
  float: left;
  margin-left: 30%;
}
.fb{
  height:8%;
  width: 8%;
  float: left;
  margin-top: -1%;
  transition:  all 0.1s ease;
  cursor: pointer;
}
.phone{
  height:6%;
  width: 6%;
  margin-left: 2%;
  float: left;
}
.text{
  height:10%;
  width: 30%;
  float: left;
  padding-top: 1%;
  color: white;
  margin-left: 2%;
  font-size: 150%;
  font-weight: bold;

}
.button{
  width: 30%;
  height: 10%;
  cursor: pointer;;
  padding-top: 2%;
  padding-bottom: 2%;
  border:2px solid #ffd300;
  color:#ffd300;
  float: left;
  text-align: center;
  font-weight: bold;
  background-color: rgba(0,0,0,0.45);
  transition:  all 0.1s ease;
  border-radius: 2px;
}
.button:hover{
  border:2px solid ghostwhite;
  background-color: ghostwhite;
  transform: scale(1.1);
  text-shadow: 0.1px 0.1px 3px black;
}
.nav{
  width: 65%;
  margin-left: 10%;
  margin-top: 1%;
  height:100%;
  float: left;
}
.navItem{
  width: auto;
  height: auto;
  color: white;
  font-size: 130%;
  font-weight: bold;
  text-decoration: none;
  float: left;
  margin-left: 3%;
  cursor: pointer;
}
.navItem:hover{
  color:#ffd300;
  text-shadow: 0.1px 0.1px 3px black;
}
.navItemSelected{
  width: auto;
  height: auto;
  text-decoration: none;
  color:#ffd300;
  text-shadow: 0.1px 0.1px 3px black;
  font-size: 130%;
  font-weight: bold;
  float: left;
  margin-left: 3%;
  cursor: pointer;
}
.LeftHeaderContent{
  width: 50%;
  margin-left:10%;
  height:50%;
  margin-top: 3%;
  float: left;
}
.catchphrase{
  width: 100%;
  height:20%;
  margin-bottom: 5%;
  text-shadow: 0.1px 0.1px 5px black;
  text-align: left;
  color: #FFD300;
  font-size: 360%;
  font-weight: bold;
}
.bullet{
  height:auto;
  width: 80%;
  float: left;
  text-align: left;
  color: white;
  font-size: 180%;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.5em;

}
.buttonLarget{

  width: 60%;
  height: 10%;
  margin-left: 1%;
  margin-top: 10%;
  cursor: pointer;;
  padding-top: 2%;
  font-size: 180%;
  padding-bottom: 2%;
  border:2px solid #ffd300;
  color:#ffd300;
  float: left;
  text-align: center;
  font-weight: bold;
  background-color: rgba(0,0,0,0.45);
  transition:  all 0.1s ease;
  border-radius: 10px;
}
.buttonLarget:hover{
  border:2px solid ghostwhite;
  background-color: ghostwhite;
  text-shadow: 0.1px 0.1px 3px black;
  transform: scale(1.1);
}
.rightHeaderContent{
  height: 85%;
  width:25%;
  float: left;
  margin-left: 5%;
  margin-top: 3%;
}
.contactForm{
  width:100%;
  height: 100%;
  float: left;
  background-color: rgba(255,255,255,0.5);
  border-radius: 20px;
  padding-top: 3%;
  padding-bottom: 10%;

}
.formHeader{
  width:100%;
  height: 20%;
  float: left;
  background-color: #ffd300;
  color: black;
  font-size: 180%;
  margin-top: 3%;
  text-align: center;
  font-weight: bold;
  padding-top:3%;
  padding-bottom: 3%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.inputFields{
  height: 40px;
    border-radius: 0;
    background-color: #fff;

    border: 1px solid transparent;
    box-shadow: none;
    outline: none;
    color: #8e9da4;
    margin-top: 3%;
    font-size: 14px;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    width: 90%;
    margin-left: 4%;
    float: left;
}
.SEND{
    width: 90%;
    height: 10%;
    margin-left: 1%;
    margin-top: 10%;
    cursor: pointer;;
    padding-top: 2%;
    font-size: 180%;
    padding-bottom: 2%;
    border:1px solid black;
    float: left;
    text-align: center;
    font-weight: bold;
    background-color: #ffd300;
    transition:  all 0.1s ease;
    border-radius: 10px;
    color: black;
    margin-left: 5%;
  }
  .SEND:hover{
    border:2px solid ghostwhite;
    background-color: ghostwhite;
    text-shadow: unset;
    text-shadow: 0.1px 0.1px 3px black;
    color: #ffd300;
    transform: scale(1.1);
  }
.mainContent{
  position: absolute;
  top: 90%;
  height: auto;
  width: 100%;
  background-color: white;
  padding-top:5%;
}
.underContrustion{
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.canvas{
  position: Fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
}
.X{
  height: 40px;
  width: 40px;
  Top: 20px;
  position: absolute;
  right: 50px;
  cursor: pointer;
  transition: all .25s ease-in-out;
}
.X:hover{
  border-radius: 50%;
  padding: 1% 1% 1% 1%;
  transform: scale(1.1);
  background-color: blue;
  box-shadow: 2px 2px 8px black;
}
.imgSingle{
  position: absolute;
    top: 10%;
    bottom: 10%;
    right: 20%;
    left: 20%;
    width: 60%;
    height: 80%;
    z-index: 2001;
    animation: 0.7s fromBottom;
    text-align: center;
    background-color: white;
}
.imgSingleimg{
  position: absolute;
    top: 10%;
    bottom: 10%;
    right: 20%;
    left: 20%;
    width: 60%;
    height: auto;
    z-index: 2001;
    animation: 0.7s fromBottom;
    text-align: center;
    background-color: white;
}

@keyframes  fromBottom{
  from {
    top: 100%;
  }

  to {
    top: 10%;
  }
}
.ParagraphHeader{
  color:#525252;
  float: left;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 350%;
  font-weight:bold;
}
.subSectionIconLarge{
  width: 8%;
  height: auto;
  margin-left: 46%;
  margin-right: 40%;
  margin-top: 1%;
  margin-bottom: 2%;
  border-radius: 20px;
  box-shadow: 2px 2px 6px grey;
}
.columnParagraph{
  width:50%;
  height: auto;
  float: left;
  margin-top: 2%;
  margin-left: 25%;
}
.columnParagraph2{
  width:0%;
  height: auto;
  float: left;
  margin-left: 5%;
  position: relative;
}
.ImgRight{
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5%;
  margin-left: -5%;
  box-shadow: 2px 2px 6px grey;
  border-radius: 10px;
}
.overLayAll{
  position: absolute;
  height: 1px;
  background-color: rgba(0,0,0,0.75);
  color: white;
  padding-top: 10%;
  text-align: center;
  font-size: 300%;
  z-index: 11;
  cursor: pointer;
  transition: height .15s ease;
  border-radius: 10px;
}
.aboutText{
  color:#525252;
  float: left;
  height: auto;
  width: 100%;
  text-align: left;
  font-size: 160%;
  padding-bottom: 5%;
}
.buttonLarge{
  width: 60%;
  height: 10%;
  margin-left: 20%;
  margin-top: 5%;
  cursor: pointer;;
  padding-top: 2%;
  font-size: 180%;
  padding-bottom: 2%;
  border:2px solid #ffd300;
  color:#ffd300;
  float: left;
  text-align: center;
  font-weight: bold;
  background-color: rgba(0,0,0,0.45);
  transition:  all 0.1s ease;
  border-radius: 10px;
}
.buttonLarge:hover{
  border:2px solid #ffd300;
  background-color: #ffd300;
  color:rgba(0,0,0,0.45);
  transform: scale(1.1);
}
.overLayBottom{
  height: 10%;
  position: relative;
  z-index: 10;
  margin-left: -2%;
  margin-top: -10%;
  width: 100%;
  background-color: rgba(0,0,0,0.45);

}
.BrandIcon{
  width:20%;
  height:100%;
  float: left;
}

.clientSection{
  height: auto;
  width: 100%;
  float: left;
  padding-top: 2%;
  background-color:   white;
  padding-bottom: 5%;
}
.clientSectionImg{
  height: auto;
  width: 80%;
  margin-left: 10%;
  float: left;
  padding-top: 2%;
  padding-bottom: 10%;
  background-color:  white;
}
.ClientImage{
  height: auto;
  width: 10%;
  max-height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1%;
  margin-bottom: 1%;
  float: left;
  cursor: pointer;
  transition: all .35s ease;
}
.ClientImage:hover{
  transform: scale(1.5);
}
.imageDiv{
  width:25%;
  height: 400px;
  color:white;
  float: left;
  background: url('bgimage.jpg') no-repeat;
  background-size: cover;
  transition: all .3s ease;
  position: relative;
  cursor: pointer;
}
.imageDiv:hover{
  color:#ffd300;
  z-index: 12;
  transform: scale(1.08);
  border-radius: 20px;
  box-shadow: 4px 4px 6px black;
}
.overLayBottomImage{
  height: 10%;
  padding-top: 5%;
  position: relative;
  z-index: 10;
  margin-top: 55%;
  width: 90%;
  padding-left: 5%;
  font-size: 200%;

}
.footer{
  width:100%;
  height: auto;
  float: left;
  background-color: rgb(36, 37, 38);;
  padding-top: 2%;
  margin-top: 5%;
  padding-bottom: 2%;
}
.hide{
  display: none;
}
.footerHolder{
  width:80%;
  height: auto;
  float: left;
  margin-left:10%;
}
.footerCloums{
    width:32%;
    height: 100%;
    float: left;

}
.headerFooter{
  height:auto;
  padding-top: 2%;
  width: 100%;
  float: left;
  color: #ffd300;
  font-size: 160%;
  text-align: center;
  font-weight: bold;
}
.linkFooter{
  height:auto;
  padding-top: 2%;
  width: 100%;
  float: left;
  color: white;
  font-size: 130%;
  text-align: center;
  text-decoration: none;
}
.linkFooter:hover{
  color: #ffd300;
}
.Gallery{
  width:100%;
  height: auto;
  float: left;
}
.GalleryHeader{
  width:100%;
  height: auto;
  float: left;
}
.GalleryBody{
  width:100%;
  height: auto;
  float: left;
  padding-bottom: 5%;
}
.tab{
  width:7.68%;
  height: 60px;
  float: left;
  text-align: center;
  background-color: silver;
  box-shadow: 2px 2px 1px grey;
  font-size: 120%;
  color: white;
  text-shadow: 0.1px 0.1px 1px black;
  cursor: pointer;
  z-index: 8;
  padding-top: 0.8%;
}
.tab:hover{
  color: #ffd300;
  box-shadow: 2px 2px 6px black;
  background-color: grey;
}
.tabSelected{
  width:7.68%;
  height: 60px;
  padding-top: 0.8%;
  z-index: 10;
  float: left;
  margin-left: 0.05%;
    margin-right: 0.05%;
  text-align: center;
  background-color: #ffd300;
  box-shadow: 2px 2px 12px black;
  font-size: 120%;
  color: #525252;
}
.ImgDivSmall{
  width:16.65%;
  height: 300px;
  color:white;
  float: left;
  background: url('bgimage.jpg') no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
  animation: 0.4s fromRight;
  background-color: black;
}
.ImgDivSmall:hover{
  color: #ffd300;
}
.pages{
  width:30%;
  height: 20%;
  margin-left: 75%;
  float: left;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}
.PageItem{
  width: auto;
  height: auto;
  float: left;
  margin-left: 2%;
  color:grey;
  font-size: 180%;
  cursor: pointer;
}
.PageItem:hover{
  color:blue;
}
.PageItemSelected{
  width: auto;
  height: auto;
  float: left;
  margin-left: 2%;
  color:blue;
  font-size: 180%;
  cursor: pointer;
}
@keyframes  fromRight{
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}
.arrow{
  width:30px;
  height: 30px;
  float: left;
  cursor: pointer;
}
.arrow:hover{
  background-color: silver;
}
.arrowLeft{
  width:30px;
  height: 30px;
  transform: rotate(180deg);
  float: left;
  cursor: pointer;
}
.arrowLeft:hover{
  background-color: silver;
}
.DropDown{

    max-height:300px;
    border:1px solid rgb(64, 0, 23);
    border-top:none;
}
.Drop{
      outline:none;
      border:1px solid silver;
      float:left;
      width:40%;
      margin-left:3%;
      margin-top:0.5%;
      margin-bottom:4%;
      height:40px;
      margin-left: 30%;
      cursor: pointer;
      border-radius:8px;
      font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif !important;
      font-size:18px;
      background-image: url("./img/map.png");
      background-repeat: no-repeat;
      background-position: 94% center;
      background-size: 40px;
  }
.SingleOption{
  width: 100%;
  height: auto;
  padding-top:0.5%;
  padding-bottom: 0.5%;
  float: left;
  font-size: 160%;
  cursor: pointer;
  color:rgb(36, 37, 38);
}
.SingleOption:hover{
  background-color:#fca001;
}
.MapFrame{
  width:70%;
  height:500px;
  border: none;
  outline: none;
  float: left;
  margin-left: 15%;
}
.SAColum{
  width:35%;
  height: auto;
  float: left;
}
.inputField {
    padding-left: 5px;
    box-shadow: 2px 2px 6px grey;
    width: 50%;
    height: 50px;
    margin-left: 25%;
    border: 1px solid silver;
    outline: none;
    float: left;
    margin-top: 1%;
    margin-bottom: 1%;
    border-radius: 8px;
    font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif !important;
    font-size: 18px;
    background-image: url(/img/blueSearch.png);
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 40px;
}
.SubSection {
    height: auto;
    width: 100%;
    float: left;
    padding-top: 5%;
    background-color: rgba(36, 37, 38,0.4);
}
.CtForm{
  width:100%;
  height: 100%;
  float: left;
  background-color: rgba(0, 0, 0,0.6);
  padding-top: 1%;
  padding-bottom: 1%;
}
.SubContactForm{
  width:80%;
  margin-left: 10%;
  height: 100%;
  float: left;
  background-color: white;
  padding-bottom: 1%;
}
.topContainer{
  height:5%;
  width: 100%;
  float: left;
}
.iconCF{
  width:7%;
  height: auto;
  margin-top:1%;
  float: left;
  padding-bottom: 0.5%;
  padding-left: 4.5%;
}
.tiller{
  width:40%;
  height: 100%;
  float: left;
}
.ContactUsTxt{
  width:10%;
  margin-left: 70%;
  height: 40%;
  padding-top: 1.5%;
  color: #525252;
  font-size: 25px;
  float: left;
}
.CtBanner{
  width:100%;
  height:30%;
  background-color: rgba(0, 0, 0,0.3);
  float: left;
}
.iconBanner{
  width: 20%;
  height: auto;
  float: left;
  margin-left: 40%;
  margin-top: 1%;
  margin-bottom:  1%;
}
.Ctinfo{
  width: 100%;
  height: 40%;
  background-color: white;
  float: left;
}
.TextCT{
  color: #525252;
  padding-top: 1%;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.inputCT{
  height: 50px;
    border-radius: 0;
    background-color: #525252;
    border-radius: 5px;
    border: 1px solid #ffcc00;
    box-shadow: none;
    outline: none;
    color:#ffcc00;
    margin-top: 3%;
    font-size: 18px;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    width: 70%;
    margin-left: 14%;
    padding-left: 1%;
    float: left;
    transition: all .2s ease;
}
.inputCT::placeholder{
  color:#ffcc00;
}
.inputCT:focus{
  background-color: #ffcc00;
  color:#525252;
  box-shadow: 2px 2px 8px silver;
}
.inputCT:focus::placeholder{
  color:#525252;
}
.SENDCT{
    width: 40%;
    height: 10%;
    margin-left: 30%;
    margin-top: 2%;
    cursor: pointer;;
    padding-top: 1%;
    font-size: 180%;
    padding-bottom: 1%;
    border:2px solid #525252;
    float: left;
    background-color: silver;
    text-align: center;
    font-weight: bold;
    transition:  all 0.1s ease;
    border-radius: 10px;
    color: #ffcc00;
    text-shadow: 0.1px 0.1px 1px #525252;
  }
  .SENDCT:hover{
    border:2px solid #525252;
    background-color: #ffcc00;
    text-shadow: unset;
    color: #525252;

    transform: scale(1.1);
  }
