@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family: 'Cabin', sans-serif;
}
.header-main{
	width:100%;
	height:55px;
	background:#000;
}
.header-main-align{
	width:1170px;
	display:flex;
	margin:auto;
}
.head-address{
	margin-right: 90px;
	width:20%;
}
.margo{
	width: 60%;
	margin: auto;
	
}
.nopad{
	padding-left: 16px!important;
	padding-right: 16px!important;
}
.head-address p{
	color:#fff;
	font-size:15px;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 5px;
	
}
.mgr{
	margin-left: 0px;
}
.head-address h6{
	font-size:14px;
	color:white;
	margin-bottom: 3px;
	font-family: 'Patua One', cursive
}
.head-address i{
	margin-top: 5px;
	padding: 14px 15px;
	border-radius: 50%;
	
	border:1px solid white;
	color:white;
}
.head-phone{
	width:20%;
	
}
.head-phone i{
	margin-top: 0px;
	padding: 14px 15px;
	border-radius: 50%;
	margin-top: 5px;
	border:1px solid black;
	color:black;
}
.head-phone h6{
	font-size:14px;
	color:white;
	margin-bottom: 3px;
	font-family: 'Patua One', cursive;
}
.head-phone p{
	color:#fff;
	font-size:15px;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 5px;
	
}
.empty{
	width: 5%;
}
.right0{
	width:55%;
	
}
.right0 i{
	margin-top: 0px;
	border-radius: 50%;
	margin-top: 8px;
	font-size:16px;
	margin-right: 10px;
}
.right0 i:nth-of-type(1){
	padding: 10px 14px;
    color: black;
    font-size: 15px;
    background: #fff;
    border-radius: 50%;
}
.right0 i:nth-of-type(2){
    padding: 10px 12px;
    color: black;
    font-size: 15px;
	background: #fff;
    border-radius: 50%;
}
.right0 i:nth-of-type(3){
	padding: 10px 12px;
    color: black;
    font-size: 15px;
	background: #fff;
    border-radius: 50%;
}
.right0 h6{
	
	margin-bottom: 3px;
	font-family: 'Patua One', cursive;
}
.right0 p{
	color:#000;
	text-align: right;
	
	margin-bottom: 5px;
}

.navigation-logo{
	width:45%;
}
.navigation-logo img{
	width:129%;
	margin-top: 5px;
}
.navigation-container{
	width:100%;
	height:85px;
	background:#fff;
}
.navigation-container-align{
	width:1170px;
	margin:auto;
	display:flex;
	height:inherit;
}

.navigation-links{
	width:100%;
}
.navigation-links ul{
	text-align:right;
	
}
.form1{
    background: #008ccd;
    padding: 10px;
    border-radius: 5px;
}
.about-container img{
    width:100%;

}
.form1 h5{
    text-align: center;
    color: white;
}
.form1 input[type=text]{
    width: 100%;
    padding: 8px;
}
.form1 input[type=submit]{
    width: 100%;
    padding: 8px;
    background: #008ccd;
    color: white;
    border: 1px solid white;
    margin-top: 10px;
}
.navigation-links ul li{
	display:inline-block;
	margin-top:23px;
	position: relative;
}
.navigation-links ul li:hover .products{
	
	opacity: 1;
	visibility: visible;
	top: 60px;
}
.products ul li a{
	font-size: 14px!important;
	color:black!important;
}
.products{
	position: absolute;
	width: 600px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-radius: 8px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.6);
	top: 80px;
	z-index: 99;
	visibility: hidden;
	background: white;
	right: 0;
	transition: all 500ms linear;
}
.products ul{
	text-align: left;
}
.products ul li{
	padding: 2px;
	display: block;
	list-style: unset;
	margin-top: 0px;
}
.bgcolor{
	position: relative;
	background: #ece9e9;
	padding-top: 50px;
	padding-bottom: 50px;
}
.centerimag{
	width: 60%;
	position: relative;
	left: 17%;
	background: white;
	padding:10px;
	border-radius: 5px;
	box-shadow: 0px 17px 23px rgba(0,0,0,0.5)
}
.centerimag img{
	width: 100%;

}
.navigation-links ul li a{
	display:block;
	color:#000;
	font-size:17px;
	font-weight:600;
	padding:7px 16px;
    background:none;
    font-family: 'Roboto', sans-serif;
    text-decoration:none;
}
.slide h5{
	font-family: 'Roboto', sans-serif;
	font-size:35px;
	color:white;
	line-height: 43px;
	text-align: left;
	font-weight: 600;
}
#first-slider .main-container {
    padding: 0;
  }

/*Project1*/
.projectstyle1{
	display: flex;
	height: 0;
	transition: all 500ms linear;
}

.project00{
width:95%;
	margin:auto;
   
    display: flex;
	padding-bottom:30px;
}
.projectsdetails1{
	background-image: url("../images/bgforproject.jpg");
	background-position: center;
	background-size: cover;
	padding: 10px;
	width: 70%;
	left: 40%;
	top: 40%;
	height: 600px;
	transform: translate(-50%,-50%);
	z-index: 99;
	display: none;
	transition: all 300ms linear;
	position: absolute;
	box-shadow: 0px 2px 10px 5px #000;
}
.projectimage1 img{
	width: 90%;
}
.projectdescription1 {
	width: 60%;
}
.closeproject1{
	position: absolute;
	right: 0px;
	width: 5%;
}
.closeproject1 i{
	font-size: 30px;
	color: white;
	cursor: pointer;
}
.projectimage1{
	width: 30%;
	margin-right: 10px;
}

.projectdescription1 img{
	width: 80%;
}

.projectdescription1 h3{
	color:white;
    font-size: 35px;
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 700;
}
.projectdescription1 h5{
	color: yellow;
	text-align: center;
	font-size: 20px;
}
.projectdescription1 a{
	color:lightgreen;
	font-size: 20px;
}
.projectdescription1 p{
	color:white;
}

/*Project2*/

.projectsdetails2{
	background-image: url("../images/bgforproject.jpg");
	background-position: center;
	background-size: cover;
	padding: 10px;
	width: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	top: 40%;
	height: 600px;
	transition: all 500ms linear;
	display: none;
	box-shadow: 0px 2px 10px 5px #000;
	position: absolute;
}

.projectimage2 img{
	width: 70%;
}
.projectdescription2 {
	width: 70%;
}
.projectdescription2 h1{
	text-align: center;
}
.closeproject2{
	position: absolute;
	right: 0px;
	width: 5%;
}
.projectstyle2{
	display: flex;
}
.closeproject2 i{
	font-size: 30px;
	color: white;
	cursor: pointer;
}
.projectimage2{
	width: 30%;
	margin-right: 10px;
}
.projectdescription2 img{
	width: 30%;
}
.projectdescription2 h3{
	color:white;
    font-size: 35px;
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 700;
}
.projectdescription2 h5{
	color: yellow;
	text-align: center;
	font-size: 20px;
}
.projectdescription2 a{
	color:lightgreen;
	font-size: 20px;
}
.projectdescription2 p{
	color:white;
}

/*Project3*/

.projectsdetails3{
	background-image: url("../images/bgforproject.jpg");
	background-position: center;
	background-size: cover;
	padding: 10px;
	width: 70%;
	transform: translate(-50%,-50%);
	z-index: 99;
	left: 50%;
	transition: all 500ms linear;
	top: 40%;
	height: 600px;
	display: none;
	position: absolute;
	box-shadow: 0px 2px 10px 5px #000;
}
.projectimage3 img{
	width: 90%;
}
.projectstyle3{
	display: flex;
}
.projectdescription3 {
	width: 60%;
}
.closeproject3{
	position: absolute;
	right: 0px;
	width: 5%;
}
.closeproject3 i{
	font-size: 30px;
	color: white;
	cursor: pointer;
}
.projectimage3{
	width: 30%;
	margin-right: 10px;
}
.projectdescription3 img{
	width: 40%;
}
.projectdescription3 h1{
	text-align: center;
}
.projectdescription3 h3{
	color:white;
    font-size: 35px;
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 700;
}
.projectdescription3 h5{
	color: yellow;
	font-size: 20px;
	text-align: center;
}
.projectdescription3 a{
	color:lightgreen;
	font-size: 20px;
}
.projectdescription3 p{
	color:white;
}

/*Project4*/

.projectsdetails4{
	background-image: url("../images/bgforproject.jpg");
	background-position: center;
	background-size: cover;
	padding: 10px;
	width: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	top: 40%;
	height: 600px;
	display: none;
	box-shadow: 0px 2px 10px 5px #000;
	transition: all 500ms linear;
	position:absolute;
}
.projectimage4 img{
	width: 58%;
}
.projectstyle4{
	display: flex;
}
.projectdescription4 {
	width: 60%;
}
.closeproject4{
	position: absolute;
	right: 0px;
	width: 5%;
}
.buttto{
	color:white;
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
}
.buttto a{
color:#008ccd
}
.closeproject4 i{
	font-size: 30px;
	color: white;
	cursor: pointer;
}
.projectimage4{
	width: 30%;
	margin-right: 10px;
}
.projectdescription4 h1{
	text-align: center;
}
.projectdescription4 img{
	width: 50%;
}
.projectdescription4 h3{
	color:white;
    font-size: 35px;
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 700;
}
.projectdescription4 h5{
	color: yellow;
	font-size: 20px;
	text-align: center;
}
.projectdescription4 a{
	color:lightgreen;
	font-size: 20px;
}
.projectdescription4 p{
	color:white;
}


/*Project5*/

.projectsdetails5{
	background-image: url("../images/bgforproject.jpg");
	background-position: center;
	background-size: cover;
	padding: 10px;
	width: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	bottom: 0px;
	height: 600px;
	display: none;
	box-shadow: 0px 2px 10px 5px #000;
	transition: all 500ms linear;
	position:absolute;
}
.projectimage5 img{
	width: 98%;
}
.projectstyle5{
	display: flex;
}
.projectdescription5 {
	width: 60%;
}
.closeproject5{
	position: absolute;
	right: 0px;
	width: 5%;
}
.buttto{
	color:white;
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
}
.buttto a{
color:#008ccd
}
.closeproject5 i{
	font-size: 30px;
	color: white;
	cursor: pointer;
}
.projectimage5{
	width: 30%;
	margin-right: 10px;
}
.projectdescription5 h1{
	text-align: center;
}
.projectdescription5 img{
	width: 50%;
}
.projectdescription5 h3{
	color:white;
    font-size: 35px;
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 700;
}
.projectdescription5 h5{
	color: yellow;
	font-size: 20px;
	text-align: center;
}
.projectdescription5 a{
	color:lightgreen;
	font-size: 20px;
}
.projectdescription5 p{
	color:white;
}
/*Project6*/

.projectsdetails6{
	background-image: url("../images/bgforproject.jpg");
	background-position: center;
	background-size: cover;
	padding: 10px;
	width: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	bottom: 0px;
	height: 600px;
	display: none;
	box-shadow: 0px 2px 10px 5px #000;
	transition: all 500ms linear;
	position:absolute;
}
.projectimage6 img{
	width: 58%;
}
.projectstyle6{
	display: flex;
}
.projectdescription6 {
	width: 60%;
}
.closeproject6{
	position: absolute;
	right: 0px;
	width: 5%;
}
.buttto{
	color:white;
	font-size: 20px;
	text-align: center;
	padding-bottom: 30px;
}
.buttto a{
color:#008ccd
}
.closeproject6 i{
	font-size: 30px;
	color: white;
	cursor: pointer;
}
.projectimage6{
	width: 30%;
	margin-right: 10px;
}
.projectdescription6 h1{
	text-align: center;
}
.projectdescription6 img{
	width: 50%;
}
.projectdescription6 h3{
	color:white;
    font-size: 35px;
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 700;
}
.projectdescription6 h5{
	color: yellow;
	font-size: 20px;
	text-align: center;
}
.projectdescription6 a{
	color:lightgreen;
	font-size: 20px;
}
.projectdescription6 p{
	color:white;
}





  #first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
      color: #fff;
      font-size: 30px;
      font-family: 'Cabin Condensed', sans-serif!important;
        text-transform: capitalize;
        font-weight:700;
  }
  
  #first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
      color: #fff;
      font-size: 30px;
        text-transform: uppercase;
        font-weight:700;
  }
  #first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
      padding-left: 40px;
  }
  
  
  #first-slider .carousel-indicators {
    bottom: 0;
  }
  #first-slider .carousel-control.right,
  #first-slider .carousel-control.left {
    background-image: none;
  }
  #first-slider .carousel .item {
    min-height: 520px; 
    height: 100%;
    width:100%;
  }
  .slider-container p{
	  color:white;
	  font-size: 15px;
	  font-family: 'PT Sans', sans-serif;
  }
  .first-section{
      width: 49.5%;
      margin-right: 10px;
  }
  .designproduct{
	display: flex;
	border:2px solid green;
	padding: 10px;
	border-radius: 4px 4px  4px 4px;
	margin-bottom: 15px;
	overflow: hidden;
	transition: all 300ms linear;
	position: relative;
  }
  .design0{
      display: flex;
      border:2px solid #f68b0d;
      padding: 10px;
      border-radius: 100px 0px  120px 0px;
      margin-bottom: 15px;
      overflow: hidden;
      transition: all 300ms linear;
      position: relative;
  }
  .design0:hover{
    background: #f68b0d;
    border: 2px solid white;
    box-shadow: 0px 2px 2px black;
}
.design0:hover.design0 h3{
    color: white;
}
.design0:hover.design0 p{
    color: white;
}
  .design0:after{
  background: #fff;
  content: "";
  height: 255px;
  left: -75px;
  opacity: .4;
  position: absolute;
  top: -50px;
  width: 50px;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
 
}
.design0:hover:after{
    left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
  .design0 h3{
      text-align: center;
   
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    color: #f68b0d;
    font-size: 26px;
  }
  .design0 p{
    text-align: center;

  }
  .design1 h3{
    text-align: center;
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    color: #2b680d;
    font-size: 26px;
}

.design1 p{
  text-align: center;

}
.design1:hover.design1 h3{
    color: white;
}
.design1:hover.design1 p{
    color: white;
}
.design0 p{
    text-align: center;
  
  }
.design1 h6{
    text-align: center;
  
  }
  .design0 h6{
    text-align: center;
  
  }

  .design1{
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 0px 100px  0px 100px;
    border:2px solid #2b680d;
    position: relative;
    overflow: hidden;
}
.design1:hover{
   background:#2b680d;
   border: 2px solid white;
    box-shadow: 0px 2px 2px black;
}
.design1:after{
    background: #fff;
    content: "";
    height: 255px;
    right: -75px;
    opacity: .4;
    position: absolute;
    top: -50px;
    width: 50px;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
   
  }
  .design1:hover:after{
      right: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .slider-container button{
	  width: 30%;
    padding: 10px;
    background: #7a7776;
    border: 1px solid #7a7776;
	font-family: 'Staatliches', cursive;
	font-size: 17px;
	border-radius: 10px;
	color: white;
   
}
.about0-text h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 30px;
    padding-bottom: 0px;
    font-size: 15px;
}
  .carousel-inner .item .container {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
  }
  .gallery{
	  padding-top: 70px;
	  padding-bottom: 70px;
	  background: #211e1d;
  }
  .magabt{
	  padding-top: 80px;
	  padding-bottom: 80px;
  }
  .imgs img{
	  width: 100%;
	  cursor: pointer;
  }
  .postlin h6{
	font-size: 14px;
    margin-bottom: 8px;
	font-family: 'Patua One', cursive;
	color:white;
  }
  .gale0{
	  width: 24%;
	  margin-right: 10px;
	  overflow: hidden;
	  border-radius: 5px;
	  border:1px solid white;
	  background:#fff;
  }
 
  .gale0:last-child{
	margin-right: 0px;
  }
  .nopdad{
	padding-left: 0px!important;
	padding-right: 0px!important;
  }
  .magabt h6{
		font-family: 'PT Sans', sans-serif;
		letter-spacing: 3px;
		font-size: 14px;
		text-transform: uppercase;
  }
  .imgs{
	  position: relative;
  }
  .glaslab button{
	width: 70%;
	margin-top: 12px;
    padding: 10px;
    background: #fff;
    border: 1px solid #fff;
    font-family: 'Staatliches', cursive;
    font-size: 17px;
    border-radius: 10px;
    color: black;
  }
  .galwat{
	  padding-top: 50px;
	  padding-bottom: 50px;
  }
  .galwat img{
	  width: 100%;
  }
	.glaslab{
		background: #940004;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.glaslab h3{
		color:white;
		font-size: 24px;
		line-height: 33px;
		
		font-family: 'Roboto', sans-serif;
	}
  .imgsdesc{
	  position: absolute;
	  padding: 3px 10px;
	  bottom: 0px;
	  
	  width: 100%;
	  z-index: 99;
	  transition: all 300ms linear;
	  background: rgba(0,0,0,0.8);
  }
  .imgsdesc button{
	width: 40%;
    padding: 10px;
    background: #7a7776;
    border: 1px solid #7a7776;
    font-family: 'Staatliches', cursive;
    font-size: 15px;
    border-radius: 10px;
    color: white;
  }
  .gallery h3{
	font-family: 'Roboto', sans-serif;
	color:white;
	font-size: 28px;
	margin-bottom: 15px;
  }
  .gallery h6{
	font-family: 'PT Sans', sans-serif;
    letter-spacing: 3px;
	font-size: 14px;
	color:white;
    text-transform: uppercase;
  }
  .imgsdesc h6{
	font-size: 14px;
	text-align: justify;
    line-height: 23px;letter-spacing: 0px!important;
    font-family: 'PT Sans', sans-serif!important;
	color: #fff;
	text-transform: unset!important;
  }
  .magabt h3{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
	line-height: 36px;
	
  }
  .padm{
	  padding-top: 20px;
  }
  .magabt img{
	  width: 100%;
  }
  .magabt button{
	width: 20%;
    padding: 10px;
    background: #7a7776;
    border: 1px solid #7a7776;
    font-family: 'Staatliches', cursive;
    font-size: 17px;
    border-radius: 10px;
    color: white;
  }
  .facilites{
	  background:#211e1d;
	  padding-top: 50px;
	  padding-bottom: 50px;
  }
  .facilites img{
	  width:50%;
	  border-radius: 10px;
	  float:right;
	  margin-top: 67px;
  }
  .facilites h6{
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 28px;
    color: white;
    margin-bottom: 3px;
    font-family: 'Patua One', cursive;
  }
  .facilites ol li{
	color: white;
	margin-bottom: 8px;
	list-style-position: inside;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .facilites ul{
	  position: relative;
	  top:8px;
  }
  .facilites ul li{
	color: white;
	font-size: 15px;
	margin-bottom: 8px;
	list-style-position: inside;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .beakerstable ul li{
	list-style-position: inside;
	font-size: 15px;
	margin-bottom: 8px;
	
    font-family: 'Source Sans Pro', sans-serif;
  }
  .beakerstable img{
	  width:100%;
  }
  .beakerstable h3{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	padding-top: 15px;
	margin-bottom: 25px;
	font-weight: 600;
  }
  .nomarg{
	  margin-left:0px!important;
	  margin-right:0px!important;
  }
  .ttext{
	  box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
	  width: 48.5%;
	  border-radius:8px;
	  margin-right: 10px;
	  height: 150px;
  }
  .ttext1{
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
	width: 48.5%;
	border-radius:8px;
	margin-right: 10px;
	height: 210px;
  }
  .nopad1{
	  padding-left: 0px!important;
	  padding-top: 10px;
	  padding-right:0px!important;
  }
  .texal h6 {
	font-family: 'Roboto', sans-serif!important;
	text-align:left!important;
    font-weight: 600;
    color: black;
    font-size: 16px;
}
  .facilites h3{
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-weight: 600;
	font-size: 28px;
  }
  .magabt p{
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	color:#545050;
	text-align: justify;
  }
  .vacum{
	  padding:10px;
	  background: #F1F5F5;
	  border:1px solid lightgrey;
	  margin-bottom: 15px;
  }
  .texal p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	text-align:left!important;
  }
  .vacum h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
		color:black;
		font-size: 16px;
  }
  .firston{
	  width:12%;

  }
  .secondone{
	width:87%;
  }
  .vacum th{
	  padding: 8px;
	  background-color:#3399CC;
	  color:white;
  }
  .vacum img{
	  width: 100%;
  }
  .vacum table{
	  width:100%;
  }
  #first-slider h3{
    animation-delay: 1s;
  }
  #first-slider h4 {
    animation-delay: 2s;
  }
  #first-slider h2 {
    animation-delay: 3s;
  }
  
  
  #first-slider .carousel-control {
      width: 6%;
          text-shadow: none;
  }
  
  
  #first-slider h1 {
    text-align: center;  
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
  }
  
  #first-slider .p {
    padding-top: 125px;
    text-align: center;
  }
  
  #first-slider .p a {
    text-decoration: underline;
  }
  #first-slider .carousel-indicators li {
      width: 14px;
      height: 14px;
      background-color: rgba(255,255,255,.4);
    border:none;
  }
  #first-slider .carousel-indicators .active{
      width: 16px;
      height: 16px;
      background-color: #fff;
    border:none;
  }
  
  
  .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  .slider-container{
    position: relative;
  }
  .rightside0{
      position: absolute;
      width: 100px;
      z-index: 99;
      right: 0px;
  }
  .carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block;
  }
  .carousel-control .fa-angle-left{
      left: 0px;
      width: 40px;
	  height: 100px;
	  padding-top: 33px;
      margin-top: -50px;
      font-size: 30px;
	  color: #000;
	  border-top-right-radius: 8px;
	  border-bottom-right-radius: 8px;
	  background: white;
      border: 1px solid #ffffff;
     
      
  }
  .carousel-control .fa-angle-right{
      right: 0px;
      width: 40px;
      height: 100px;
	  margin-top: -50px;
	  padding-top: 33px;
      font-size: 30px;
	  color: #000;
	  border-top-left-radius: 8px;
	  border-bottom-left-radius: 8px;
	  background: white;
      border: 1px solid #ffffff;
      
  }
  .carousel-control {
      opacity: 1;
      filter: alpha(opacity=100);
  }
  
  
  /********************************/
  /*       Slides backgrounds     */
  /********************************/
  #first-slider .slide1 {
      background-image:url("../images/slider4.jpg");
        background-size: cover;
      background-repeat: no-repeat;
  }
  #first-slider .slide2 {
    background-image: url("../images/slider2.jpg");
        background-size: cover;
      background-repeat: no-repeat;
  }
  #first-slider .slide3 {
    background-image: url("../images/slider3.jpg");
        background-size: cover;
      background-repeat: no-repeat;
  }
  #first-slider .slide4 {
    background-image: url("../images/slider1.jpg");
        background-size: cover;
      background-repeat: no-repeat;
  }
  
  
.slider-container .carousel-control.left{
	background-image:none;
}
.slider-container .carousel-control.right{
	background-image:none;
}
.slider-container .carousel-control {
	opacity:1;
}
.slider-container .carousel-caption{
	width:40%;
	position:absolute;
	left:65%;
	top:50%;
	
	background:none;
	border-radius:15px;
	transform:translate(-50%,-50%);
}
.project1-align{
	display:flex;
	padding-bottom: 10px;
}
.project1{
	width: 24.5%;
	position: relative;
	
	margin-right: 10px;
}
.project1:hover .overlayforproject{
	
	transform:scale(1) rotate(0deg);
	opacity: 1;
}
.overlayforproject{
	position: absolute;
	width:100%;
	height: 100%;
	outline: 2px double white;
	outline-offset: -15px;
	transform:scale(0) rotate(150deg);
	transition:all 300ms linear;
	background: linear-gradient(90deg,#008ccd,rgba(0,0,0,0.5));
	top:0px;
	border-radius: 5px;
	opacity: 0;
}
.overlayforproject h3{
	position: absolute;
	font-size:12px;
	border:1px solid yellow;
	padding:5px;
	left: 50%;
	top:45%;
	color:white;
	background:green;
	border-radius: 5px;
	transform: translate(-50%,-50%);
}
.overlayforproject p{
	padding: 5px 9px;
    font-size: 25px;
    color: #92e2f1;
	position: absolute;
	left: 50%;
	top:65%;
	transform: translate(-50%,-50%);
}
.overlayforproject a{
	
    font-size: 15px;
    color: white;
	position: absolute;
	left: 50%;
	font-size: 12px;
	top:75%;
	transform: translate(-50%,-50%);
}
.project1 img{
	width: 100%;
	border-radius: 5px;
}
.slider-container .carousel-control .glyphicon-menu-right, .carousel-control .icon-next{
	position:absolute;
	right:0px;
	width:40px;
	font-size:30px;
	top:40%;
	height:35px;
	color:black;
	text-shadow:none;
	background:rgba(255,255,255,0.5);
}
.slider-container .carousel-control .glyphicon-menu-left, .carousel-control .icon-next{
	position:absolute;
	left:0px;
	font-size:30px;
	width:40px;
	color:black;
	text-shadow:none;
	top:40%;
	height:35px;
	background:rgba(255,255,255,0.5);
}
.slider-container .carousel-caption h1{
	text-shadow:none;
}
.slider-container .carousel-caption p{
	text-shadow:none;
	line-height: 22px;
    font-size: 15px;
}
@keyframes slide1 {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
.slideanim {visibility:hidden;}
.slide6 {
    /* The name of the animation */
    animation-name: slide6;
    -webkit-animation-name: slide1; 
    /* The duration of the animation */
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    /* Make the element visible */
    visibility: visible; 
}
@keyframes slide2 {
    0% {
        opacity: 0;
        transform: translateX(70%);
    } 
    100% {
        opacity: 1;
        transform: translateX(0%);
    } 
}
.slideanim1 {visibility:hidden;}
.slide7 {
    /* The name of the animation */
    animation-name: slide7;
    -webkit-animation-name: slide2; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}
@keyframes slide3 {
    0% {
        opacity: 0;
        transform: translateX(-70%);
    } 
    100% {
        opacity: 1;
        transform: translateX(0%);
    } 
}
.slideanim2 {visibility:hidden;}
.slide8 {
    /* The name of the animation */
    animation-name: slide8;
    -webkit-animation-name: slide3; 
    /* The duration of the animation */
    animation-duration: 2s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}
.slider-container .carousel-caption button{
	background:#0E549C;
	color:white;
	font-size:16px;
	border-radius:5px;
	overflow:hidden;
	padding:5px 0px 5px 10px;
	border:1px solid #0E549C;
}
.slider-container .carousel-inner .item>img{
	width:100%;
}
.about-container{
	width:100%;
	
}
.design0:hover .designcontent a{
	position: relative;
	left: 20px;
	color:#ff0000;
	background: white;
	border-top:2px solid white;
	border-left:0px solid white;
	border-right:0px solid white;
	border-bottom:2px solid white;

}
.design1:hover .designcontent a{
	position: relative;
	left: 20px;
	color:#ff0000;
	background: white;
	border-top:2px solid white;
	border-left:0px solid white;
	border-right:0px solid white;
	border-bottom:2px solid white;

}
.designcontent a:hover{
	position: relative;
	left: 10px;
	color:#ff0000;
	background: white;
	border-top:2px solid white;
	border-left:0px solid white;
	border-right:0px solid white;
	border-bottom:2px solid white;
}
.designcontent a{
	margin-bottom: 10px;
	padding: 5px 10px;
	color:#ff0000;
	position: relative;
	font-size: 16px;
	top:5px;
	transition: all 300ms linear;
	border-top:2px solid #ff0000;
	border-left:0px solid #ff0000;
	border-right:0px solid #ff0000;
	border-bottom:2px solid #ff0000;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
}
.about-container-align{
	padding:50px 0px;
	width:1170px;
	margin:auto;
}
.wid0{
	width:60%;
	margin:auto;
}
.wid0 h3{
	text-align:center;
	font-size:30px;
	font-weight:600;
}
.wid0 p{
	font-family: 'Open Sans', sans-serif!important;
	text-align:center;
	font-size:15px;
	line-height:26px;
}
.wid0 button{
	background:#0E549C;
	color:white;
	font-size:16px;
	border-radius:5px;
	padding:5px 0px 5px 10px;
	border:1px solid #0E549C;
	overflow:hidden;
}
.arrow0{
	background:yellow;
	padding:8px;
}
.arrow0 i{
	color:black;
}
.product0{
	width:100%;
    background: #1b1e1a;
    padding-top: 50px;
    padding-bottom: 50px;
}
.product0-align{
	position: relative;
	
}

.product0-align0{
	width: 1170px;
	margin: auto;
}
.title01 h3{
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 35px;
}
.title01 h6{
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
.fe0{
	width:100%;
	height:275px;
	overflow:hidden;
	background:#64dd02;
	border-radius:5px;
}
.fe0 img{
	width:100%;
}
.product0 .carousel-control.left{
	background-image:none;
	width:25px;
	background:#000;
	opacity:1;
}
.product0 .carousel-control.right{
	background-image:none;
	width:25px;
	background:#000;
	opacity:1;
}
.product0 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	position:absolute;
	    left: 8px;
    font-size: 23px;
}
.product0-align h3{
	text-align:center;
	font-size:18px;
	display:block;
	font-weight:600;
	color:white;

}
.firsteffeect{
    width: 49.5%;
  
}
.secondeffeect{
    width: 49.5%;
  
}
.lefteffect1 {
	position: relative;
	padding: 20px;
}
.lefteffect1:hover .texteffects{
	position: absolute;
	top: 20%;
	left: 7%;
	transform: translate3d(-50%,-50%);
}
.lefteffect1:hover .effects{
	transition: transform .5s ease-in-out,opacity .5s;
   transform-style: preserve-3d;
   transform-origin: 0% 25%;
   transform:perspective(3000px) translate3d(-5%,0,0) rotateY(30deg);
   overflow: hidden;
   box-shadow: inset 10px 0px 0px 0px rgba(0,0,0,0.5);
   backface-visibility: visible;
   
}
.texteffects{
	position: absolute;
	top: 40%;
	left: 5%;
	transition: all 500ms linear;
	transform: translate3d(-50%,-50%);
}
.texteffects h6{
	margin-top: 0px;
	margin-bottom: 0px;
}
.texteffects h5{
	color: white;
	font-family: 'Cabin Condensed', sans-serif!important;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;

}
.lefteffect1:hover .imageflip{
	opacity: 1;
	transform: perspective(1000px) rotateY(0deg);
}
.effectsdes p{
	color: white;
	font-size: 17px;
	text-align: left!important;
}
.lefteffect1:hover .effectsdes{
	opacity: 1;
	bottom: 90px;
}
	

.imageflip{
	transition: transform .5s ease-in-out,opacity .5s;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -6%;
	z-index: 2;
	width: 230px;
    transform: perspective(1000px) rotateY(-60deg);
}
.effectsdes{
	transition: all .5s ease-in-out;
	position: absolute;
	width: 100%;
	padding: 40px;

	box-sizing: border-box;
	height: 100px;
	opacity: 0;
	bottom: -150px;
	
}
.imageflip img{
	width: 100%;
	
}

.effects{
    background-image: url("../images/left1.png");
    background-position: center;
    background-size: cover;
	height: 400px;
	transform-origin: 0% 30%;
	transform: translateZ(300px);
    position: relative;
	overflow: hidden;
	cursor: pointer;
	transform-style: preserve-3d;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.5);
	
	transition: all 400ms ease-in;
}
/*left2*/

.lefteffect2 {
	position: relative;
	padding: 20px;
}
.lefteffect2:hover .texteffects1{
	position: absolute;
	top: 20%;
	left: 7%;
	transform: translate3d(-50%,-50%);
}
.lefteffect2:hover .effects1{
	transition: transform .5s ease-in-out,opacity .5s;
   transform-style: preserve-3d;
   transform-origin: 0% 25%;
   transform:perspective(3000px) translate3d(-5%,0,0) rotateY(30deg);
   overflow: hidden;
   box-shadow: inset 10px 0px 0px 0px rgba(0,0,0,0.5);
   backface-visibility: visible;
   
}
.texteffects1{
	position: absolute;
	top: 40%;
	left: 5%;
	transition: all 500ms linear;
	transform: translate3d(-50%,-50%);
}
.texteffects1 h6{
	margin-top: 0px;
	margin-bottom: 0px;
}
.texteffects1 h5{
	color: white;
	font-family: 'Cabin Condensed', sans-serif!important;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;

}
.effects1 img{
	width: 50%;
}
.lefteffect2:hover .imageflip1{
	opacity: 1;
	transform: perspective(1000px) rotateY(0deg);
}
.effectsdes1 p{
	color: white;
	font-size: 17px;
	text-align: left!important;
}
.lefteffect2:hover .effectsdes1{
	opacity: 1;
	bottom: 95px;
}
	

.imageflip1{
	transition: transform .5s ease-in-out,opacity .5s;
    opacity: 0;
    position: absolute;
    top: 0px;
	right: -6%;
	width: 230px;
    z-index: 2;
    transform: perspective(1000px) rotateY(-60deg);
}
.effectsdes1{
	transition: all .5s ease-in-out;
	position: absolute;
	width: 100%;
	padding: 40px;
	
	box-sizing: border-box;
	height: 100px;
	opacity: 0;
	bottom: -150px;
	
}
.imageflip1 img{
	width: 100%;
	
}

.effects1{
    background-image: url("../images/left2.png");
    background-position: center;
    background-size: cover;
	height: 400px;
	transform-origin: 0% 30%;
	transform: translateZ(300px);
    position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 25px;
	transform-style: preserve-3d;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.5);
	
	transition: all 400ms ease-in;
}



/*left3*/
.lefteffect5 {
	position: relative;
	padding: 20px;
}
.lefteffect5:hover .texteffects5{
	position: absolute;
	top: 20%;
	left: 7%;
	transform: translate3d(-50%,-50%);
}
.lefteffect5:hover .effects5{
	transition: transform .5s ease-in-out,opacity .5s;
   transform-style: preserve-3d;
   transform-origin: 0% 25%;
   transform:perspective(3000px) translate3d(-5%,0,0) rotateY(30deg);
   overflow: hidden;
   box-shadow: inset 10px 0px 0px 0px rgba(0,0,0,0.5);
   backface-visibility: visible;
   
}
.texteffects5{
	position: absolute;
	top: 40%;
	left: 5%;
	transition: all 500ms linear;
	transform: translate3d(-50%,-50%);
}
.texteffects5 h6{
	margin-top: 0px;
	margin-bottom: 0px;
}
.texteffects5 h5{
	color: white;
	font-family: 'Cabin Condensed', sans-serif!important;
	font-size: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 700;

}
.effects5 img{
	width: 25%;
}
.lefteffect5:hover .imageflip5{
	opacity: 1;
	transform: perspective(1000px) rotateY(0deg);
}
.effectsdes5 p{
	color: white;
	font-size: 17px;
	text-align: left!important;
}
.lefteffect5:hover .effectsdes5{
	opacity: 1;
	bottom: 95px;
}
	

.imageflip5{
	transition: transform .5s ease-in-out,opacity .5s;
    opacity: 0;
    position: absolute;
    top: 0px;
	right: -6%;
	width: 230px;
    z-index: 2;
    transform: perspective(1000px) rotateY(-60deg);
}
.effectsdes5{
	transition: all .5s ease-in-out;
	position: absolute;
	width: 100%;
	padding: 40px;
	
	box-sizing: border-box;
	height: 100px;
	opacity: 0;
	bottom: -150px;
	
}
.imageflip5 img{
	width: 100%;
	
}

.effects5{
    background-image: url("../images/left5.png");
    background-position: center;
    background-size: cover;
	height: 400px;
	transform-origin: 0% 30%;
	transform: translateZ(300px);
    position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 25px;
	transform-style: preserve-3d;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.5);
	
	transition: all 400ms ease-in;
}






.righteffect6 {
	position: relative;
	padding: 20px;
}
.righteffect6:hover .texteffects6{
	position: absolute;
	top: 29%;
	left: 7%;
	transform: translate3d(-50%,-50%);
}
.righteffect6:hover .effects6{
	transition: transform .5s ease-in-out,opacity .5s;
   transform-style: preserve-3d;
   transform-origin: 0% 25%;
   transform:perspective(3000px) translate3d(-5%,0,0) rotateY(30deg);
   overflow: hidden;
   box-shadow: inset 10px 0px 0px 0px rgba(0,0,0,0.5);
   backface-visibility: visible;
   
}
.texteffects6{
	position: absolute;
	top: 40%;
	left: 5%;
	transition: all 500ms linear;
	transform: translate3d(-50%,-50%);
}
.texteffects6 h6{
	margin-top: 0px;
	margin-bottom: 0px;
}
.texteffects6 h5{
	color: white;
	font-family: 'Cabin Condensed', sans-serif!important;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;

}
.effects6 img{
	width: 50%;
}
.righteffect6:hover .imageflip6{
	opacity: 1;
	transform: perspective(1000px) rotateY(0deg);
}
.effectsdes6 p{
	color: white;
	font-size: 17px;
	text-align: left!important;
}
.righteffect6:hover .effectsdes6{
	opacity: 1;
	bottom: 90px;
}
	

.imageflip6{
	transition: transform .5s ease-in-out,opacity .5s;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -7%;
	z-index: 2;
	width: 230px;
    transform: perspective(1000px) rotateY(-60deg);
}
.effectsdes6{
	transition: all .5s ease-in-out;
	position: absolute;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	height: 100px;
	opacity: 0;
	bottom: -150px;
	
}
.imageflip6 img{
	width: 100%;
	
}

.effects6{
    background-image: url("../images/right6.png");
    background-position: center;
    background-size: cover;
	height: 400px;
	transform-origin: 0% 30%;
	transform: translateZ(250px);
    position: relative;
	overflow: hidden;
	cursor: pointer;
	
	transform-style: preserve-3d;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.5);
	
	transition: all 400ms ease-in;
}






/*Right1*/
.righteffect1 {
	position: relative;
	padding: 20px;
}
.righteffect1:hover .texteffects2{
	position: absolute;
	top: 20%;
	left: 7%;
	transform: translate3d(-50%,-50%);
}
.righteffect1:hover .effects2{
	transition: transform .5s ease-in-out,opacity .5s;
   transform-style: preserve-3d;
   transform-origin: 0% 25%;
   transform:perspective(3000px) translate3d(-5%,0,0) rotateY(30deg);
   overflow: hidden;
   box-shadow: inset 10px 0px 0px 0px rgba(0,0,0,0.5);
   backface-visibility: visible;
   
}
.texteffects2{
	position: absolute;
	top: 40%;
	left: 5%;
	transition: all 500ms linear;
	transform: translate3d(-50%,-50%);
}
.texteffects2 h6{
	margin-top: 0px;
	margin-bottom: 0px;
}
.texteffects2 h5{
	color: white;
	font-family: 'Cabin Condensed', sans-serif!important;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;

}
.effects2 img{
	width: 22%;
}
.righteffect1:hover .imageflip2{
	opacity: 1;
	transform: perspective(1000px) rotateY(0deg);
}
.effectsdes2 p{
	color: white;
	font-size: 17px;
	text-align: left!important;
}
.righteffect1:hover .effectsdes2{
	opacity: 1;
	bottom: 90px;
}
	

.imageflip2{
	transition: transform .5s ease-in-out,opacity .5s;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -7%;
	z-index: 2;
	width: 230px;
    transform: perspective(1000px) rotateY(-60deg);
}
.effectsdes2{
	transition: all .5s ease-in-out;
	position: absolute;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	height: 100px;
	opacity: 0;
	bottom: -150px;
	
}
.imageflip2 img{
	width: 100%;
	
}

.effects2{
    background-image: url("../images/right1.png");
    background-position: center;
    background-size: cover;
	height: 400px;
	transform-origin: 0% 30%;
	transform: translateZ(250px);
    position: relative;
	overflow: hidden;
	cursor: pointer;
	
	transform-style: preserve-3d;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.5);
	
	transition: all 400ms ease-in;
}


/*right2*/

.righteffect2 {
	position: relative;
	padding: 20px;
}
.righteffect2:hover .texteffects3{
	position: absolute;
	top: 20%;
	left: 7%;
	transform: translate3d(-50%,-50%);
}
.righteffect2:hover .effects3{
	transition: transform .5s ease-in-out,opacity .5s;
   transform-style: preserve-3d;
   transform-origin: 0% 25%;
   transform:perspective(3000px) translate3d(-5%,0,0) rotateY(30deg);
   overflow: hidden;
   box-shadow: inset 10px 0px 0px 0px rgba(0,0,0,0.5);
   backface-visibility: visible;
   
}
.texteffects3{
	position: absolute;
	top: 40%;
	left: 5%;
	transition: all 500ms linear;
	transform: translate3d(-50%,-50%);
}
.texteffects3 h6{
	margin-top: 0px;
	margin-bottom: 0px;
}
.texteffects3 h5{
	color: white;
	font-family: 'Cabin Condensed', sans-serif!important;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;

}
.team0 h4{
	font-family: 'Cabin Condensed', sans-serif!important;
	font-size: 22px;
	font-weight: 600;
}
#team {
	background-image: url("../images/bgforteam.jpg");
	background-position: center;
	background-size: cover;
}
.text-center{
	line-height: 26px;
	padding: 10px;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}
.frontside .card, .backside .card{
	border-radius:5px;
}
section .section-title {
    text-align: center;
    color: #fff;
	margin-bottom: 50px;
	font-family: 'Cabin Condensed', sans-serif!important;
   
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 200px;
	height: 200px;
	margin-top: 15px;
    border-radius: 50%;
}
.effects3 img{
	width: 28%;
}
.righteffect2:hover .imageflip3{
	opacity: 1;
	transform: perspective(1000px) rotateY(0deg);
}
.effectsdes3 p{
	color: white;
	font-size: 17px;
	text-align: left!important;
}
.righteffect2:hover .effectsdes3{
	opacity: 1;
	bottom: 90px;
}
	

.imageflip3{
	transition: transform .5s ease-in-out,opacity .5s;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -7%;
	z-index: 2;
	width: 230px;
    transform: perspective(1000px) rotateY(-60deg);
}
.effectsdes3{
	transition: all .5s ease-in-out;
	position: absolute;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	height: 100px;
	opacity: 0;
	bottom: -150px;
	
}
.imageflip3 img{
	width: 100%;
	
}

.effects3{
    background-image: url("../images/right2.png");
    background-position: center;
    background-size: cover;
	height: 400px;
	transform-origin: 0% 30%;
	transform: translateZ(250px);
    position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 25px;
	transform-style: preserve-3d;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.5);
	
	transition: all 400ms ease-in;
}


.imagehover{
	display: flex;
}


.effects h1{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.effects h3{
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 25px;
    color: white;
    text-align: center;
    transform: translate(-50%,-50%);
}
.effects img{
    width: 50%;
}
.fe0 h6{
	color:white;
	font-size:18px;
}
.product0 .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev{
	position:absolute;
	right:8px;
	font-size: 23px;
}
.three-section0{
	width:100%;
	
	padding-top:50px;
	padding-bottom:50px;
}
.btn0{
    background: #008ccd!important;
    box-shadow: 0px 0px 0px 6px #008ccd!important;

}
.three-section0-align{
	width:1170px;
    display:flex;
    padding-top: 30px;
	margin:auto;
}
.three-section0-align i{
	color: #0E549C;
    font-size: 52px;
    background: white;
    border-radius: 50%;
    width: 61px;
    border: 2px solid #0E549C;
    height: 59px;
    position: relative;
    top: -37px;
}
.designima img{
    width: 90%;
    border-radius: 50%;
}
.title0 h3{
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    color:#008ccd;
    font-size: 35px;
}
.title0 h6{
    font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 4px;
    text-align: center;
    color:#008ccd;
    font-size: 25px;
}
.designima{
    width: 30%;
}
.designcontent{
    width: 70%;
}
.overvision0 h6{
	text-align:center;
	font-size:22px;
	font-weight:600;
}
.overvision0:hover .three-section0-align i {
	background:green;
	color:white;
}
.overvision0{
	border-radius:5px;
	padding:5px;
	border: 2px solid #0E549C;
	width:33.5%;
	margin-right:25px;
}
.our-history0 h6{
	text-align:center;
	font-size:22px;
	font-weight:600;
}
.our-history0{
	border: 2px solid #0E549C;
	padding:5px;
	border-radius:5px;
	width:33.5%;
	margin-right:25px;
}
.our-quality0 h6{
	text-align:center;
	font-size:22px;
	font-weight:600;
}
.our-quality0{
	border: 2px solid #0E549C;
	padding:5px;
	border-radius:5px;
	width:33.5%;
}
.fo0{
	position:relative;
	top:-22px;
}
.proo1{
	position:relative;
	padding-top:30px;
	display:flex;
	margin-bottom:10px;
}
.proo2{
	display:flex;
	
}
.product0-align p{
	text-align:center;
}
.prood1 img{
	width:100%;
	
}
.prood1{
	position:relative;
	border-radius:5px;
	width:24.5%;
	overflow:hidden;
	margin-right:10px;
	transition:all 300ms linear;
}
.prood1:after{
	content:"";
	display:block;
	background:rgba(0,153,255,0.5);
	width:100%;
	transition:all 300ms linear;
	position:absolute;
	top:0;
}

.prood1:hover:after{
	outline:1px solid white;
	outline-offset:-15px;
	transition:all 300ms linear;
	height:100%;
}
.name0 h5{
	text-align:center;
	color:white;
	
}
.name0{
	position:absolute;
	width:30%;
	top:0;
	border-right:1px solid yellow;
	border-bottom:1px solid yellow;
	background:green;
}
.product0-align button{
	background:none;
	color:#98f454;
	font-size:20px;
	letter-spacing: 1px;
	border: none;
	font-weight: 800;
	
}
.testi0{
	width:100%;
	position: relative;
	background-image:url("../images/industrybg.jpg");
	background-position: center-x;
	background-repeat: no-repeat;
	
	padding-bottom: 50px;
}
.testi0-align{
	width:70%;
	margin:auto;
}
.industoryicon {
	position: relative;
	left: 15%;
	padding-bottom: 50px;
}
.industoryicon p{
	color:black!important;
	position: relative;
	left: 5%;
	text-align: center
}
.industoryicon img{
	margin-top: 5px;
	cursor: pointer;
	width: 50%;
	margin-right: 20px;
	transition: all 300ms linear;
	border: 2px dotted black;
	border-radius: 50%;
	position: relative;
	top: 0px
}
.imagehover{
	padding-top: 20px;
}
.industoryicon img:hover{
	position: relative;
	top:5px;
}
.testi00{
	width: 60%;
}
.testi00 h3{
	font-family: 'Cabin Condensed', sans-serif!important;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    color: #008ccd;
    font-size: 35px;
}
.testibutton{
	width: 40%
}
.testibutton button{
	padding: 8px 14px;
    background: white;
    border: 1px solid white;
    border-radius: 5px;
    color: green;
	margin-right: 20px;
	font-size: 20px;
	margin-top: 10px;
	position: relative;
	left: 20%;
}
.testimonials0{
	position: relative;
	background-image: url("../images/testimonials-background.jpg");
	background-position: center;
	background-size: cover;
	padding-bottom: 50px;
}
.testimonials0 p{
	color: white;
}

.testimonials0 h3{
	text-align: center;
	font-family: 'Cabin Condensed', sans-serif!important;
	font-size: 30px;
	color: white;
}
blockquote .small, blockquote footer, blockquote small{
	color: yellow;
}
.banner0{
	display:flex;
	position: absolute;
	left: 50%;
	padding: 10px;
	border-radius: 5px;
	transform: translate(-50%,-50%);
	width: 60%;
	margin: auto;
	background: #008ccd;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.testi0-align h3{
	text-align:center;
	font-size:30px;
	color:white;
	display:block;
	letter-spacing: 2px;
	
}
.map0 img{
	width: 100%;
	
}
.caption{
	position: relative;
	left: -5%;
}
.test0{
	display:flex;
	padding-top:20px;
}
.test01{
	background: white;
    margin-right: 15px;
    padding: 10px;
    height: 185px;
    position: relative;
	border-radius:5px;

}

.industoryicon h3{
	font-size: 30px;
	color: black!important;
}

.test01 h4{
	font-size:18px;
	line-height:26px;
	font-weight:600;
}
.cont0 h3{
	color:black;
	font-family: 'Roboto', sans-serif;
	
	font-size: 30px;
}
.services0{
	padding-top:50PX;
	padding-bottom:50px;
	width:100%;
	background-image:url("../images/contact-bg.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
	height: 425px;
	border-top:1px solid lightgrey;
}
.services0-align{
	    width: 1170px;
	margin: auto;
	position: relative;
	
    
}
.boxxx{
	position: absolute;
	width: 50%;
	right: 0;
	top:50%;
	padding-top: 70px;
	height: 250px;
}
.boxxx p{

}


.services0-align h3{
	
	color:#008ccd;
	font-size: 40px;
}
.services0-align h6{
	border: 1px solid white;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 66%;
    transform: translate(-50%,-50%);
    width: 40%;
    left: 50%;
    color: white;
    padding: 5px;
}
.ext0{
	width:100%;
	background:black;
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
	margin-top:-20px;
	padding-top:50px;
	padding-bottom:50px;
}
.ext0-align{
	width:1170px;
	display:flex;
	margin:auto;
}
.ext1{
	width:33.5%;
}
.ext1 ul li{
	list-style:none;
	margin-bottom: 5px;
	
}
.ext1 a{
	color:yellow;
	padding-bottom: 10px;
	font-size:17px;
}
td{
	padding: 7px;
}
.ext1:nth-of-type(1){
	width:18.5%;
	margin-right:30px;
}
.divide0{
	display: flex;
}
.map0{
	width: 30%;
	margin-top: 10px;
	margin-right: 5px;
}
.mapadd0{
	width: 70%;
}
.ext1:nth-of-type(2){
	margin-right:15px;
	width:55.5%;
}.ext1:nth-of-type(3){
	
	width:25.5%;
}
.ext1 h3{
	color:white;
}
.ext1 p{
	color:yellow;
	font-size:16px;
}
.ext1 i{
	font-size: 25px;
	color: white;
	margin-right: 10px;
}
.ext1 input[type=text]{
	width:100%;
	padding:5px;
	border-radius:3px;
}
.ext1 input[type=submit]{
	background: #0E549C;
    color: white;
	margin-top:5px;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 0px 5px 10px;
    border: 1px solid #0E549C;
    overflow: hidden;
}
.foot0{
	width:100%;
	background: #000;
	background-attachment:fixed;
	
}
.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000;
}
.footer h3 {
    color: lightgray;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
}
.footer p {
    color: lightgray;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}
.footer input[type=text] {
    width: 70%;
    border: 1px solid white;
    padding: 7px;
}
.footer input[type=submit] {
    width: 28%;
    font-size: 16px;
    border: 1px solid #363a3e;
    color: white;
    background: #363a3e;
    padding: 7px;
}
.stycom i:nth-of-type(1) {
    padding: 6px 9px;
    background: #363a3e;
    border: 1px solid lightgray;
    border-radius: 50%;
}
.stycom i:nth-of-type(2) {
    padding: 6px 7px;
    background: #363a3e;
    border: 1px solid lightgray;
    border-radius: 50%;
}
.stycom i:nth-of-type(3) {
    padding: 6px 7px;
    background: #363a3e;
    border: 1px solid lightgray;
    border-radius: 50%;
}
.postlin ul li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #4a4d4f;
    margin-bottom: 5px;
}
.footer a {
    color: lightgrey;
    font-family: 'Source Sans Pro', sans-serif;
}
.extfoot {
    border-top: 1px solid grey;
    padding-top: 15px;
    padding-bottom: 10px;
    background: #000;
}
.extfoot p {
    color: lightgray;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}
.extfoot a {
	font-family: 'Source Sans Pro', sans-serif;
    color: yellow;
}
.stycom i {
    margin-top: 20px;
    color: lightgray;
    margin-right: 10px;
}
.foot0 h4{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	
}
.foot0 label{
	color: white;
}
.foot0-align{
	position: relative;
    left: 50%;
    width: 50%;
    text-align: center;
    top: 17%;
	color:#9f9f9f;
	text-shadow:none;
	line-height:26px;
    transform: translate(-50%,0%);
}
.foot0-align a{
	color:yellow;
}
.text-for-header{
	width:1170px;
	margin: auto;
}
.text-for-header p{
	color: white;
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	
}
.text-for-header h3{
	color: white;
	display: block;
	width: 12%;
	font-family: 'Bree Serif', serif!important;
	font-size: 30px;
	padding: 10px;
	border-radius: 8px;
	background: rgba(255,255,255,0.5);
}
.about-page-container{
	width:100%;
	background:url('../images/slider3.jpg');
	background-position:50% 0;
	background-size:cover;
	position:relative;
	padding-top:150px;
	padding-bottom:200px;
}
.project-page-container{
	width:100%;
	background:url(../images/service-background.jpg);
	background-position:center;
	background-size:cover;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
}
.service-page-container{
	width:100%;
	background:url(../images/service.jpg);
	background-position:center;
	background-size:cover;
	position:relative;
	padding-top:75px;
	padding-bottom:75px;
}
.contact-page-container{
	width:100%;
	background:url(../images/slider4.jpg);
	background-position:center;
	background-size: cover;
	
	position:relative;
	padding-top:75px;
	padding-bottom:75px;
}
.about-page-container-align{
	
	
	width:1170px;
	margin:auto;
}
.overlay{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	top:0;
}
.overlay h1{
	color:white;
	position:absolute;
	top:25%;
	background:rgba(0,0,0,0.6);
	padding:10px 25px;
	border-radius:5px;
}
.aboutt0{
	width:100%;
	background:white;
}
.about0-align{
	padding-top:75px;
	padding-bottom:75px;
	
	width:1170px;
	margin:auto;
	display:flex;
}
.about0-text{
	width:60%;
	margin-right:30px;
}
.about0-text h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding-bottom: 0px;
	font-size:30px;
}
.labratory-bg{
	background: url('../images/glassmeter copy.jpg');
	background-position: 50% 0;
	background-size: cover;
	position: relative;
	height: 675px;
}
.padtop{
	padding-top: 30px;
}
.labratory-bg ul li{
	margin-bottom: 15px;
	list-style: none;
}
.labratory-bg ul li a{
	color:white;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
.beakerstable{
	padding-top: 20px;
	padding-bottom: 50px;
}

.beaktitle{
	padding-top: 25px;
}
.beaktitle h3{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.beakerstable h6{
	font-size: 15px;
	text-align: left;
	list-style-position: inside;
    margin-bottom: 10px;
    font-family: 'Patua One', cursive;
}
.beakerstable th{
	font-family: 'Roboto', sans-serif;
	border:1px solid lightgray;
	font-size: 12px;
	text-align: center;
}
.testo p{
	text-align: left!important;
	font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
.testo ul li{
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 10px;
	list-style-position: inside;
}
.inspad{
	padding:50px;
}
.popup-moad {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 999;
    left: 0;
    display: none;
}
.cent-popu {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px;
    transform: translate(-50%,-50%);
    background: white;
    width: 50%;
}
.right_close {
    position: relative;
}
.right_close i {
    position: absolute;
    right: -17px;
    top: -22px;
    cursor: pointer;
    padding: 0px;
    border-radius: 50%;
    background: white;
    font-size: 35px;
    color: red;
}
.cent-popu img {
    width: 100%;
}
.cent-popu p{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	
}
.galwat h3{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	text-align: center;
}
.beakerstable tr{
	border:1px solid lightgray;

}
.beakerstable td{
	text-align: center;
	font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
	border:1px solid lightgray;
}
.beakerstable p{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.about0-text h6{
	font-size:18px;
	color: #008ccd;
	font-family: 'Patua One', cursive;
}
.about0-image{
	width:40%;
	position:relative;
	z-index:1;
}
.about0-text p{
	font-family: 'PT Sans', sans-serif;
	color:black;
	font-size:15px;
	text-align:justify;
	line-height:24px;
}
.about0-image img{
	width:90%;
	position:relative;
}
.image6{
	background:#0E549C;
	width:70%;
	color:white;
	text-align:center;
	padding:2px 10px;
}
.abb0{
	padding-top:20px;
	width:1170px;
	margin:auto;
	padding-bottom:75px;
}
.abb0 p{
	font-family: 'Open Sans', sans-serif!important;
	color:black;
	font-size:15px;
	text-align:left;
	line-height:26px;
}
.product-page-container{
	width:100%;
	background:url(../images/IMG-20180215-WA0009.jpg);
	background-position:center;
	background-size:cover;
	position:relative;
	padding-top:100px;
	padding-bottom:75px;
}
.product-page-container-align{
	width:1170px;
	margin:auto;
}
.prodd0{
	width:100%;
	background:white;
	
}
.prodd0-align{
	padding-top:50px;
	width:1170px;
	display: flex;
	margin:auto;
	padding-bottom:50px;
}
.prod00{
	display:flex;
}
.proim0 img{
	width:100%;
}
.proim0{
	position:relative;
	margin-right:5px;
	width:23.5%;
}
.prod02{
	padding-top:5px;
	display:flex;
}
.prod03{
	padding-top:5px;
	display:flex;
}
.prod04{
	padding-top:5px;
	display:flex;
}
.prod05{
	padding-top:5px;
	display:flex;
}
.prod06{
	padding-top:5px;
	display:flex;
}
.name12{
	background:rgba(0,153,255,1);
	width:50%;
	top:0;
	position:absolute;
	transition:all 300ms linear;
}
#hb-gotop{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; width:40px;font-size:20px;color:white;background-color: #337ab7;filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#99EEEEEE',EndColorStr='#99EEEEEE');text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;text-decoration:none;border:1px solid #C9C9C9;}
.name12 h4{
	color:white;
	text-align:center;
}
.proim0:hover .name12{
	width:100%;
}
.proim0:hover{
	
	box-shadow:5px 5px 10px rgba(0,0,0,0.5);
}

.contact-page-container-align{
	width:1170px;
	margin:auto;
}
.cont0{
	width:100%;
}
.contact0-align{
	padding-top:50px;
	padding-bottom:50px;
	width:1170px;
	margin:auto;
	display:flex;
}
.form0{
	width:50%;
	margin-right:30px;
}
.address0 p{
	font-size: 15px;
    font-family: 'PT Sans', sans-serif;
	color:black;
	font-size:15px;
	text-align:left;
	line-height:26px;
}
.form0 input[type=text],textarea{
	width:100%;
	padding:5px;
}
.form0 input[type=submit]{
	padding:10px 16px;
	margin-top:8px;
	color:white;
	border:1px solid #0E549C;
	background:#0E549C;
	border-radius:4px;
}
.address0{
	width:50%;
}
.navigation-container-mobile{
	display:none;
	background:black;
}.pill-container{
	display:none;
}
@media(max-width:768px){
	.header-main{
		display:none;
	}
	.navigation-container{
		display:none;
		
	}
	.pill-container{
		display:block;
		width:100%;
		background:white;
		height:70px;
	}
	.pill-container-align{
		width:80%;
		display:flex;
		margin:auto;
	}
	.pill-logo{
		width:90%;
	}
	.pill-logo img{
		width:75%;
		margin-top: 10px;
	}
	.about-container-align{
		width:90%;
	}
	.pills i{
		margin-top:10px;
		font-size:20px;
		padding:5px;
		border:1px solid black;
	}
	.wid0{
		width:100%;
	}
	.three-section0-align{
		width:90%;
		display:block;
	}
	.overvision0{
		width:100%;
		margin-bottom:25px;
	}
	.our-history0{
		width:100%;
		margin-bottom:25px;
	}
	.our-quality0{
		width:100%;
	}
	.product0-align{
		width:90%;
		margin: auto;
	}
	.testi0-align{
		width:90%;
	}
	.ext0-align{
		display:block;
		width:90%;
	}
	.slider-container .carousel-caption h1{
		font-size:14px;
		margin-bottom:5px;
		margin-top:-20px;
	}
	.slider-container .carousel-caption p{
		line-height: 10px;
    font-size: 8px;
	}
	.about0-image img{
		width:89%;
	}
	.slider-container .carousel-caption{
		width:43%;
	}
	
	.slider-container .carousel-caption button{
		display:none;
	}
	
	.wid0 h3{
		font-size:23px;
	}
	.product0-align h3:after {
    position: absolute;
    content: "";
    display: flex;
    left: 12%;
    width: 9%;
    top: 21px;
    height: 2px;
    background: black;
	}
	.proo1{
		display:block;
	}
	.prood1{
		width:100%;
		margin-bottom:10px;
	}
	.proo2{
		display:block;
	}
	.test0{
		display:block;
	}
	.test01 {
    background: white;
    margin-right: 15px;
    padding: 10px;
    height: 275px;
    position: relative;
    border-radius: 5px;
	margin-bottom:25px;
}
.services0-align{
	width:90%;
}
.services0-align h3{
	font-size:15px;
}
.services0-align h6{
	width:80%;
	font-size:15px;
}
.ext1:nth-of-type(1){
	width:100%;
}
.ext1:nth-of-type(2){
	width:100%;
}
.ext1:nth-of-type(3){
	width:100%;
}
.foot0-align{
	width:95%;
}
.navigation-links-mobile ul{
	text-align:center;
}
.navigation-links-mobile ul li{
	display:block;
	padding:10px;
}
.navigation-links-mobile ul li{
	display:block;
	padding:10px;
}
.navigation-links-mobile ul li a{
	color:white;
	font-size:14px;
	padding:5px;
	border:1px solid black;
	
}
.navigation-links-mobile ul li a:hover{
	color:white;
	font-size:14px;
	padding:5px;
	border:1px solid white;
	text-decoration:none;
	
}

.about0-align{
	width:90%;
	display:block;
}
.about0-text{
	width:100%;
}
.about0-image{
	width:80%;
}
.abb0{
	width:90%;
}
.image6{
	width:90%;
}

.prodd0-align{
	width:90%;
}
.contact0-align{
	width:90%;
	display:block;
}
.form0{
	width:100%;
}
.address0{
	width:100%;
}

#quote-carousel .carousel-control.left{
	left:0px;
}
#quote-carousel .carousel-control.right{
	right:0px;
}
.rightside0{
	display: none;
}
.rightside0 img{
	width: 100%;
}
#first-slider .carousel .item{
	min-height: 210px;
}
#first-slider .carousel-inner{
	min-height: 210px;
}
.slide h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
	color: white;
	margin-top: 75px;
    line-height: 27px;
	text-align: left;
	
}
.textlfe{
	position: relative;
	left: 15px;
}
.first-section{
	width: 100%;
}
.form1{
	display: none;
}
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
	font-size: 20px;
}
.design0 {
    display: block;
    border: 2px solid #f68b0d;
    padding: 10px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 300ms linear;
    position: relative;
}
.designima img{
	margin-top: 10px;
	width: 50%;
}
.firsteffeect{
	width: 100%;
}
.project00{
	display: block;
}
.lefteffect1{
	padding: 0px;
}
.imageflip img{
	width: 93%;
}
.design1 {
    display: block;
    border: 2px solid #f68b0d;
    padding: 10px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 300ms linear;
    position: relative;
}
.lefteffect1:hover .effectsdes {
	opacity: 1;
	left: -3%;
    bottom: 90px;
}
.designcontent{
	width: 100%;
}
.designima{
	margin-top: 10px;
	width: 100%;
}
.slider-container p{
	font-size: 12px;
	line-height: 20px;
}
.slider-container button{
	padding: 4px 7px;
    background: #0b6f2c;
    border: 1px solid white;
    color: white;
    margin-bottom: 20px;
}
.carousel-control .fa-angle-right{
	right: 10px;
    width: 30px;
    height:30px;
    margin-top: -15px;
    font-size: 15px;
	color: #000;
	padding: 5px;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-inner .item .container{
	display: block;
}
.carousel-control .fa-angle-left{
	left: 10px;
    width: 30px;
    height:30px;
    margin-top: -15px;
	font-size: 15px;
	padding: 5px;
    color: #000;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.slider-container .carousel-caption {
    width: 40%;
    position: absolute;
    left: 65%;
    top: 50%;
    
    background: none;
    border-radius: 15px;
    transform: translate(-50%,-50%);
}
.effects5{
	height: 280px;
}
.texteffects5 h5{
	font-size: 16px;
}
.effectsdes5 p{
	line-height:18px;
	font-size: 12px;
}
.effectsdes5{
	padding: 30px;
}
.imageflip5{
	width: 140px;
	right:-9%;
}
.lefteffect5:hover .texteffects5 {
    position: absolute;
    top: 12%;
	left: 7%;
}
.lefteffect5:hover .texteffects5 {
    position: absolute;
    top: 12%;
	left: 7%;
}
.lefteffect5{
	padding: 0px;
}
.imageflip5 img{
	width: 93%;
}




.effects{
	height: 280px;
}
.texteffects h5{
	font-size: 16px;
}
.effectsdes p{
	line-height:18px;
	font-size: 12px;
}
.effectsdes{
	padding: 30px;
}
.imageflip{
	width: 140px;
	right:-9%;
}
.lefteffect1:hover .texteffects {
    position: absolute;
    top: 12%;
	left: 7%;
}
.lefteffect1:hover .texteffects {
    position: absolute;
    top: 12%;
	left: 7%;
}
.lefteffect1{
	padding: 0px;
}
.imageflip img{
	width: 93%;
}



.effects1{
	height: 280px;
}
.texteffects1 h5{
	font-size: 16px;
}
.effectsdes1 p{
	line-height:18px;
	font-size: 12px;
}
.effectsdes11{
	padding: 30px;
}
.imageflip1{
	width: 140px;
	right:-9%;
}
.lefteffect2:hover .texteffects1 {
    position: absolute;
    top: 10%;
	left: 7%;
}

.lefteffect2{
	padding: 0px;
}
.imageflip1 img{
	width: 93%;
}
.lefteffect2:hover .effectsdes1 {
	opacity: 1;
	left: -4%;
    bottom: 90px;
}
.secondeffeect{
	width: 100%;
}

.effects2{
	height: 280px;
}
.texteffects2 h5{
	font-size: 16px;
}
.effectsdes2 p{
	line-height:18px;
	font-size: 12px;
}
.effectsdes2{
	padding: 30px;
}
.imageflip2{
	width: 140px;
	right:-9%;
}


.righteffect1:hover .texteffects2 {
    position: absolute;
    top: 10%;
	left: 7%;
}

.righteffect1{
	padding: 0px;
}
.imageflip2 img{
	width: 93%;
}
.righteffect1:hover .effectsdes2 {
	opacity: 1;
	left: -4%;
    bottom: 90px;
}




.effects6{
	height: 280px;
}
.texteffects6 h5{
	font-size: 16px;
}
.effectsdes6 p{
	line-height:18px;
	font-size: 12px;
}
.effectsdes6{
	padding: 30px;
}
.imageflip6{
	width: 140px;
	right:-9%;
}


.righteffect6:hover .texteffects6 {
    position: absolute;
    top: 10%;
	left: 7%;
}

.righteffect6{
	padding: 0px;
}
.imageflip6 img{
	width: 93%;
}
.righteffect6:hover .effectsdes6 {
	opacity: 1;
	left: -4%;
    bottom: 90px;
}





.effects3{
	height: 280px;
}
.texteffects3 h5{
	font-size: 16px;
}
.effectsdes3 p{
	line-height:18px;
	font-size: 12px;
}
.effectsdes3{
	padding: 30px;
}
.imageflip3{
	width: 140px;
	right:-9%;
}
.righteffect2:hover .texteffects3 {
    position: absolute;
    top: 10%;
	left: 7%;
}

.righteffect2{
	padding: 0px;
}
.imageflip3 img{
	width: 93%;
}
.banner0 {
    display: flex;
    position: absolute;
    left: 50%;
    padding: 10px;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    width: 80%;
    margin: auto;
    background: #008ccd;
}
.righteffect2:hover .effectsdes3 {
	opacity: 1;
	left: -4%;
    bottom: 90px;
}
.testi0-align h3{
	font-size: 13px;
}
.testibutton button{
	padding: 4px 7px;
    background: white;
    border: 1px solid white;
    border-radius: 5px;
    color: green;
    margin-right: 20px;
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    left: 20%;
}
.testi0{
	width: 100%;
    position: relative;
    background: white!important;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.industoryicon img{
	width: 30%;
}
.testimonials0 h3{
	font-size: 13px;
}
.testimonials0 p{
	font-size: 12px;
}
.boxxx {
    position: absolute;
	width: 100%;
	margin: auto;
    right: 0;
    top: 30%;
    padding-top: 70px;
    height: 250px;
}
.services0{
	padding-top: 10px;
	height: 300px;
}
.divide0{
	display: block;
}
.mapadd0{
	width:100%;
}
.product0-align h3{
	font-size:18px;

}





.projectstyle1{
	display:block;
	
}
.projectdescription1{
	width: 100%;
	
}
.projectsdetails1{
	width: 95%;
	height: 450px;
}
.projectdescription1 img{
	width: 30%;
}
.projectimage1 img{
	width:60%;
}
.product0-align p{
	line-height: 14px;
	font-size: 12px;
}
.closeproject1 i{
	font-size: 20px;
	
}
.closeproject1 {
    position: absolute;
    right: 9px;
    width: 5%;
}
.projectdescription1 h5{
	font-size: 16px;
}
.projectdescription1 a{
	font-size: 16px;
}


.projectstyle2{
	display:block;
	
}
.projectdescription2{
	width: 100%;
	
}


.projectsdetails2{
	width: 95%;
	height: 450px;
}
.closeproject2 {
    position: absolute;
    right: 9px;
    width: 5%;
}
.projectdescription2 img{
	width: 30%;
}
.projectimage2 img{
	width:60%;
}
.product0-align p{
	line-height: 14px;
	font-size: 12px;
}
.closeproject2 i{
	font-size: 20px;
}
.projectdescription2 h5{
	font-size: 16px;
}
.projectdescription2 a{
	font-size: 16px;
}


.projectstyle3{
	display:block;
	
}
.projectdescription3{
	width: 100%;
	
}
.closeproject3 {
    position: absolute;
    right: 9px;
    width: 5%;
}


.projectsdetails3{
	width: 95%;
	height: 450px;
}
.projectdescription3 img{
	width: 30%;
}
.projectimage3 img{
	width:60%;
}
.product0-align p{
	line-height: 14px;
	font-size: 12px;
}
.closeproject3 i{
	font-size: 20px;
}
.projectdescription3 h5{
	font-size: 16px;
}
.projectdescription3 a{
	font-size: 16px;
}


.projectstyle5{
	display:block;
	
}
.projectdescription5{
	width: 100%;
	
}
.closeproject5 {
    position: absolute;
    right: 9px;
    width: 5%;
}


.projectsdetails5{
	width: 95%;
	height: 450px;
}
.projectdescription5 img{
	width: 30%;
}
.projectimage5 img{
	width:60%;
}
.product0-align p{
	line-height: 14px;
	font-size: 12px;
}
.closeproject5 i{
	font-size: 20px;
}
.projectdescription5 h5{
	font-size: 16px;
}
.projectdescription5 a{
	font-size: 16px;
}

.projectstyle6{
	display:block;
	
}
.projectdescription6{
	width: 100%;
	
}
.closeproject6 {
    position: absolute;
    right: 9px;
    width: 5%;
}


.projectsdetails6{
	width: 95%;
	height: 450px;
}
.projectdescription6 img{
	width: 30%;
}
.projectimage6 img{
	width:60%;
}
.product0-align p{
	line-height: 14px;
	font-size: 12px;
}
.closeproject6 i{
	font-size: 20px;
}
.projectdescription6 h5{
	font-size: 16px;
}
.projectdescription6 a{
	font-size: 16px;
}







.projectstyle4{
	display:block;
	
}
.projectdescription4{
	width: 100%;
	
}
.closeproject4 {
    position: absolute;
    right: 9px;
    width: 5%;
}
.projectsdetails4{
	width: 95%;
	height: 450px;
}
.projectdescription4 img{
	width: 30%;
}
.projectimage4 img{
	width:60%;
}
.product0-align p{
	line-height: 14px;
	font-size: 12px;
}
.closeproject4 i{
	font-size: 20px;
}
.projectdescription4 h5{
	font-size: 16px;
}
.projectdescription4 a{
	font-size: 16px;
}
.about-page-container{
	padding-top: 75px;
	padding-bottom: 75px;
}
.text-for-header{
	width: 90%;
	margin: auto;
}
.text-for-header h3{
	width: 50%;
}
.prodd0-align{
	display: block;
}
.designproduct{
	display: block;
}
.project1-align{
	display: block;
}
.product0-align0{
	width: 80%;
}
.project1{
	width: 100%;
	margin-bottom: 10px;
}
.imagehover{
	display: block;
}
.industoryicon{
	position: relative;
	left: 0px;

}
.centerimag {
    width: 79%;
    position: relative;
    left: 7%;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 17px 23px rgba(0,0,0,0.5);
}
.mobilepad{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.magabt h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: 32px;
}
.magabt {
    padding-top: 44px;
    padding-bottom: 44px;
}
.magabt button {
    width: 40%;
    padding: 10px;
    background: #7a7776;
    border: 1px solid #7a7776;
    font-family: 'Staatliches', cursive;
    font-size: 17px;
    border-radius: 10px;
    color: white;
}
.glaslab h3 {
    color: white;
    font-size: 18px;
	line-height: 33px;
	text-align: center;
    font-family: 'Roboto', sans-serif;
}
.gallery h3 {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
}
.imgsdesc {
    position: unset!important; 
    padding: 3px 10px;
	bottom: 0px;
	height: 131px;
	
    width: 100%;
    z-index: 99;
    transition: all 300ms linear;
    background: rgba(0,0,0,0.8);
}
.imgsdesc h6 {
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    letter-spacing: 0px!important;
    font-family: 'PT Sans', sans-serif!important;
    color: #fff;
    text-transform: unset!important;
}
.cent-popu {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px;
    transform: translate(-50%,-50%);
    background: white;
    width: 92%;
}
.labratory-bg {
    background: url(../images/glassmeter.jpg);
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    height: 1904px;
}
.gale0 {
	width: 45%;
	margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid white;
    background: #fff;
}
.beakerstable img{
	width:40%;
}
}
