@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre|Bubblegum+Sans|Caveat+Brush|Chewy|Lobster+Two');
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?
 family=Train+One);

html{
 overflow-x: hidden;
}

body{
 width: 100%;
 height: 100%;
 margin:0px;
 background-color: whitesmoke;
 overflow-x: hidden;
 
}
/*
 * BEGINING OF THE FUCKED UP NAV AND SIDE BAR!!!!!!!!!!!!!!
 */
.nav{
 width: 100%;
 height: 100px;
 color: black;
 background-color: white;
 margin:0;
 position: fixed;
 border-bottom: 5px solid red;
 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 overflow: hidden;
 z-index: 100;

 
}
.nav-content{
 margin-top: 0px;
}
.space{
 margin-top: 7%;
}
.logo{
 width: 130px;
 height: 100px;
 margin-left: 45%;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; 
    font-family:Nunito;
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 100px; /* Place content 60px from the top */
    transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
    opacity: 1.5;
}

/* The navigation menu links */
.sidenav a {
    height: 80px;
    padding: 20px;
    text-decoration: none;
    font-size: 25px;
    color: grey;
    display: block;
    transition: 0.1s;
    
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: tomato;
    background-color: whitesmoke;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    margin-left:0; 
    padding-top:0;
    transition: margin-left .5s;
    padding: 20px;    
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

#menubtn {
 font-size: 200%; 
 float:right;
  background-color:#fff;
  padding:20px;
  z-index:1;
  cursor: pointer;
}

/*
 * END OF THE FUCKED UP NAV AND SIDE BAR!!!!!!!!!!!!!!!
 */


.heros-image {
   background: linear-gradient(rgba(0, 0, 0, 0.5),
                       rgba(0, 0, 0, 0.5)), url('image/homepage.jpg') no-repeat center; 
  background-size: cover;
  margin-top: 10px;
  height: 700px;
  
  position: relative;
 display: none;
}

.heros-text {
  text-align: left;
  position: absolute;
  font-family: 'roboto', sans-serif;
  color: white;
  margin-left: 70px;
  margin-top: 200px;
 display: none;
}

@media screen and (max-width: 400px) {
 
 .heros-text {
  margin-left: 20px;
 
} 
}

.heros-image2 {
   background: linear-gradient(rgba(0, 0, 0, 0.5),
                       rgba(0, 0, 0, 0.5)), url('image/WhatsApp%20Image%202021-06-12%20at%202.19.19%20AM.jpeg') no-repeat center; 
  background-size: cover;
  background-attachment: fixed;
  margin-top: 10px;
  height: 500px;
  position: relative;
}

.heros-text2 {
  text-align: left;
  position: absolute;
  font-family: 'roboto', sans-serif;
  color: white;
  margin-left: 70px;
  margin-top: 100px;
}

@media screen and (max-width: 500px) {
 .heros-text2 {
  margin-left: 0px;
  margin-top: 0px;
} 
 .heros-text2{
  width: 100%;
 }
}

@media screen and (max-width: 400px) {
 .heros-text2 {
  margin-left: 0px;
} 
}
.btnseperate{
 display: flex;
}

@media screen and (max-width: 450px) {
 .btnseperate{
 display: block;
}
 
} 


.updatebutton{
 padding: 20px 40px;
 border-radius: 30px;
 text-decoration: none;
 text-align: center;
 color: white;
 background-color: red;
 cursor: pointer;
 transition: 0.3s;
 margin-left: 20px;
}
 
.updatebutton:hover{
 text-decoration: none;
 color: red;
 background-color: white;
 transition: 0.5s;
}
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");



.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
 
}

/* Text Overlay */
#lab_video_text_overlay h2 {
  font-size:4em
}

#lab_video_text_overlay .btn {
  border-radius:0;
  text-transform:uppercase;
  font-weight:200;
}
#lab_video_text_overlay .btn-warning {
  background-color:#F5D328;
}

#lab_video_text_overlay {
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 25%;
}

#lab_video_text_overlay .container {
  text-align: left;
  margin: 0px auto;
  background-color: #669900;
}

.herotxt{
 text-align: left;
 margin-left: 100px;
 margin-top: 30px;
}

.about-container{
 display: flex;
}

.imagepart{
 width:50%;
 height: 75%;
 margin-left: 100px !important;
 margin-top: 100px !important;
 border-right: 1px solid gray;
}


.textwork{
 width: 100%;
 height: 100%;
 margin: 0px;
 text-align: left;
 font-family: 'Avenir', sans-serif;
 font-size: 14px;
}

.textspace{
 margin-left: 10%;
 margin-top: 20px;
 color: dimgray;
 font-family: 'Train+One';
}

.text-header{
 background-color: white;
 font-family: "lobster two";
 line-height: 90px;
 height: 20%;
 width: 100%;
 padding: 20px;
 text-align: center;
 margin-top: 0px;
 color: tomato;
 border-bottom: 1px solid red;
 border-left: 1px solid gray;

}

@media screen and (max-width:400px){
    .imagepart{
        margin-left: 20px;
    }
}


@media screen and (max-width:600px){
 .logo{
  margin-left: 34%;
 }
}

@media screen and (max-width:400px){
 .logo{
  margin-left: 32%;
 }
}

@media screen and (max-width:900px){
 .about-container{
 display: block;
 }
 .swiper-container{
  display: none;
 }
 .heros-image {
  display: block;
 }
 .heros-text {
  display: block;
 }
 
 .imagepart{
 width:50%;
 height: 100%;
 border-right:none;
}
}


/* Begining of the contact section */

.sec-title-style1 {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 50px;
}
.sec-title-style1.max-width{
    position: relative;
    display: block;
    max-width: 770px;
    margin: -9px auto 0;
    padding-bottom: 52px;    
}
.sec-title-style1.pabottom50 {
    padding-bottom: 42px;
}
.sec-title-style1 .title {
    position: relative;
    display: block;
    color: #131313;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec-title-style1 .title.clr-white{
    color: #ffffff;
}
.sec-title-style1 .decor {
    position: relative;
    display: block;
    width: 70px;
    height: 5px;
    margin: 19px 0 0;
}
.sec-title-style1 .decor:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .decor:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .decor span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #FFA500;
    margin: 2px 0;
}


.sec-title-style1 .text{
    position: relative;
    display: block;
    margin: 7px 0 0;
}
.sec-title-style1 .text p{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #131313;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.sec-title-style1 .text.clr-yellow p{
    color: #FFA500;
}
.sec-title-style1 .text .decor-left{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.sec-title-style1 .text .decor-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #FFA500;
    content: "";
    margin: 2px 0;
}
.sec-title-style1 .text .decor-left:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .text .decor-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-right{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.sec-title-style1 .text .decor-right span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #FFA500;
    content: "";
    margin: 2px 0;
}
.sec-title-style1 .text .decor-right:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .text .decor-right:after{
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .bottom-text{
    position: relative;
    display: block;
    padding-top: 16px;
}
.sec-title-style1 .bottom-text p{
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.sec-title-style1 .bottom-text.clr-gray p{
    color: #cdcdcd;    
}
.contact-address-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 120px;
}
.contact-address-area .sec-title-style1.max-width {
    padding-bottom: 72px;
}
.contact-address-box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;    
}
.single-contact-address-box {
    position: relative;
    display: block;
    background: #131313;
    padding: 85px 30px 77px;
}
.single-contact-address-box .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 24px;
}
.single-contact-address-box .icon-holder span:before{
    font-size: 75px;
}
.single-contact-address-box h3{
    color: #ffffff;
    margin: 0px 0 9px;
}
.single-contact-address-box h2{
    color: #FFA500;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px;
}
.single-contact-address-box a{
    color: #ffffff;
}

.single-contact-address-box.main-branch {
    background: #FFA500;
    padding: 53px 30px 51px;
    margin-top: -20px;
    margin-bottom: -20px;
}
.single-contact-address-box.main-branch h3{
    color: #131313;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 38px;
    text-transform: uppercase;
    text-align: center;
}
.single-contact-address-box.main-branch .inner{
    position: relative;
    display: block;
    
}
.single-contact-address-box.main-branch .inner ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-contact-address-box.main-branch .inner ul li{
    position: relative;
    display: block;
    padding-left: 110px;
    border-bottom: 1px solid #737373;
    padding-bottom: 23px;
    margin-bottom: 24px;
}
.single-contact-address-box.main-branch .inner ul li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-contact-address-box.main-branch .inner ul li .title{
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li .title h4{
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    border-bottom: 2px solid #a5821e;
}

.single-contact-address-box.main-branch .inner ul li .text{
    position: relative;
    display: block;
}
.single-contact-address-box.main-branch .inner ul li .text p{
    color: #131313;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.flexing{
 display: flex;
}

.container-cont{
 margin-top: 10%; 
 background-color: white;
 width: 100%;
 height: 700px;
 padding: 100px;
 margin-top: 0px;
}

.contact-input{
 margin-left: 30px;
 margin-top: 0%;
}

.contact-entries{
 width: 400px;
 height: 50px;
 border: 1px solid #f9f9f9;
 font-size: 17px;
 color: black;
 margin-bottom: 15px;
 background-color: #f9f9f9;
 display: block;
 text-align: center;
 margin-left: 0px;
 padding: 10px;
}

.contact-entries:hover{
 border: 1px solid gray;
}

.send-cont{
 margin-top: 20px;
 display: block;
 text-align: center;
 width: 400px;
 height: 70px;
 border: 1px solid #f9f9f9;
 font-size: 17px;
 background-color: cadetblue;
 padding: 20px;
 cursor: pointer;
 color: whitesmoke;
 text-decoration: none;
}

.send-cont:hover{
 background-color: lightblue;
 color: gray;
 text-decoration: none;
}
.img-input{
 margin-top: 5%;
 margin-left: 30%;
}
.contact-logo{
 height: 200px;
 width: 250px;
}

/* Contact section ends */


/* Begining of price tags */
.pricing-table{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: min(1600px, 100%);
  margin: auto;
}

.pricing-card{
  flex: 1;
  max-width: 360px;
  background-color: #fff;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: .3s linear;
}

.pricing-card-header{
  background-color: red;
  display: inline-block;
  color: #fff;
  padding: 12px 30px;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .4s linear;
}

.pricing-card:hover .pricing-card-header{
  box-shadow: 0 0 0 26em Tomato;
}

.price{
  font-size: 70px;
  color: tomato;
  margin: 40px 0;
  transition: .2s linear;
}

.price sup, .price span{
  font-size: 22px;
  font-weight: 700;
}

.pricing-card:hover ,.pricing-card:hover .price{
  color: #fff;
}

.pricing-card li{
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
}

.order-btn{
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 80px;
  border: 2px solid tomato;
  color: tomato;
  padding: 18px 40px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  transition: .3s linear;
}

.order-btn:hover{
  background-color: red;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width:1100px){
  .pricing-card{
    flex: 50%;
  }
 .poof{
  display: none;
 }
 .flexing{
  display: block;
 }
 .img-input{
  margin-left: 50px;
 }
 .contact-input{
  width: 100%;
  margin-left: 20px;
  
 }
 
 .container-cont{
  height: 1000px;
  padding: 0px;
 }
}

@media screen and (max-width:500px){
 .contact-input{
 margin-left: 20px;
 margin-top: 0%;
}
 
 .contact-entries{
 width: 350px;
 height: 50px;
 
}
 
 .send-cont{
 width: 350px;
 height: 70px;
}

 
 
 
}

.yt-wrapper         {width:80%;height:100%;margin:0 auto;}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}
.outer-wrapper{
  padding: 5% 5% 5% 5%;
 
}

.redcont{
 width: 100%;
 height: 100px;
 padding: 25px;
 background-color: red;
 color: white;
 text-align: center;
 font-size: 35px;
 
}



.img-wrapper {  
 
  overflow: hidden; 
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.1);
}

/* Other styling elements, that are not necessary for the example */

.img-wrapper {
  display: inline-block;
  box-sizing: border-box;
  //border: 1px solid #000;
}

@media screen and (max-width:1000px){
 .img-wrapper {
width: 450px;
height: 300px;  
}
 }




 
       /* Begingin of footer */
.footer-distributed{
	background: black;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
    margin:2px;
	background-color:  #33383b;
	border-radius: 5px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
