


body{
	font-family: 'Montserrat', sans-serif;
}




a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
 a:hover {
	text-decoration: none !important;
}
.hero {
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.site-navbar-wrap {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	
}
.site-navbar-wrap a {
	color: #fff;
}
.site-navbar-wrap .site-navbar-top {
	
}
.site-navbar-top {
	
	margin-left: 278px;
}
.site-navbar {
	margin-bottom: 0px;
	width: 100%;
}
.site-navbar .site-logo {
	font-weight: 200;
	line-height: 0;
	top: -7px;
	position: relative;
}
.site-navbar .site-logo a {
	font-weight: 200;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu {
	
    margin-bottom: 0;
    position: relative;
    right: 40px;
}
.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block;
	font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li {
	display: inline-block;
	padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
	padding: 20px 10px;
	color: #000000;
	font-size: 15px;
	text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a.active {
	color: #000000;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
	color: #000000;
}
.site-navbar .site-navigation .site-menu > li:last-child {
	padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
	padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
	position: relative;
	padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	position: absolute;
	text-align: left;
	-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 0px 0;
	margin-top: 20px;
	margin-left: 0px;
	background: #fff;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
	border-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	font-size: 14px;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
	color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
	color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	padding: 9px 20px;
	display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	background: #ebeef0;
	color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
	content: "\e315";
	right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
	left: 100%;
	top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
	background: #ebeef0;
	color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
	color: #000000;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}
.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	z-index: 2000;
	padding-top: 20px;
	background: #fff;
	height: calc(100vh);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.site-mobile-menu .site-nav-wrap a {
	padding: 10px 20px;
	display: block;
	position: relative;
	color: #212529;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
	color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
	color: #007bff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 12px;
	z-index: 20;
	font-family: "icomoon";
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
	padding-left: 20px;
	font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
	display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
	padding-left: 40px;
	font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
	padding: 0;
	margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
	display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
	font-size: 16px;
	padding-left: 60px;
}
.sticky-wrapper {
	position: absolute;
	z-index: 100;
	width: 100%;
	
}
.sticky-wrapper + .site-blocks-cover {
	margin-top: 96px;
}
.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.sticky-wrapper .site-navbar ul li.active a {
	color: #000000;
}
.sticky-wrapper.is-sticky .site-navbar {
	background-color: #FFFFFF;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
	display: inline-block;
	padding: 20px 15px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
	padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
	padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
	padding-right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
	padding: 10px 10px;
	color: #000000;
	font-size: 15px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
	color: #000000 ;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
	color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
	color: #000000;
}
.menupd{
	background-color: #FFFFFF;
}
/*--------hover------------*/
.boxing{ 
    overflow: hidden;
    position: relative;
}
.boxing:before{
    content: '';
    background-color: rgba(255,255,255,0.8);
    border-radius:5px;
    box-shadow:0 2px 5px #000;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1; 
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -moz-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -ms-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    -o-transform: rotateY(90deg) translate(50%, 0) scale(0.5); 
    transition: 1s ease;
}
.boxing:hover:before{
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    opacity: 1;
    animation:bounce-left 1s ease-in forwards;
}
.topwr{
	display: flex;
}
.addre p{
	margin: 10px 0 auto;
}
.boxing img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.boxing:hover img{ transform: scale(1.5); }
.boxing .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    transform:translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition:all 0.3s ease 0.5s;
}
.boxing .content{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 2;
    transition: all 0.3s ease 0s;
    padding: 0;
    width: 90%;
}
.boxing:hover .content{ opacity: 1; }
.boxing .title{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transform: translateY(-500px);
    opacity: 0;
    transition:all 0.8s ease 0.3s;
}
.content h1{
	font-size: 100px;
	color: #0193ce;
}
.boxing .post{
    color: #000;
    font-size:40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
    opacity: 0;
    transform:translateY(-500px);
    transition:all 0.8s ease 0.15s;
}
.boxing:hover .title,
.boxing:hover .post{
    opacity: 1;
    transform:translateY(0);
}
.boxing .icon{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.boxing .icon li{
    margin:0 4px;
    opacity: 0;
    display: inline-block;
    transform: translateY(-200px);
    transition: all 0.8s ease 0s;
}
.boxing .icon li:nth-child(2){ transition-delay: 0.1s; }
.boxing:hover .icon li{
    opacity: 1;
    transform: translateY(0);
}
.boxing .icon li a{
    color: #000;
    background-color: #ddd;
    font-size: 18px;
    line-height: 33px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}
.boxing .icon li a:hover{
    color: #fff;
    background-color: #c00; 
}
@keyframes bounce-left{
    25%,50%,75%,100%{ transform:translateX(0); }
    40%{ transform:translateX(30px); }
    70%{ transform:translateX(15px); }
    90%{ transform:translateX(5px); }
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 18px; }
}



/* brand */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





.carousel-container {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  position: absolute;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}


.comple{
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
     background-color: rgb(0 0 0 / 23%);
}

.comple:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.car{
	    text-align: right;
    margin-right: 120px;
	
}
.car a{
	color: black;
	text-decoration: underline;
}





.map iframe{
	width: 100%!important;
}

#topp{
	margin-top: -37px;
}
.flag-head{
position: absolute;
	right:90px;
    top: 0px;
}
.flag-head img{
	width: 35%;
}


.tentext h6{
	margin-top: 30px;
}
.tentext span{
	font-size: 15px;
}
.tentext{
	background-color: #0691ca;
	 display: flex;
	width: 100%;
    padding: 40px 40px;
    margin: -77px 0;
    position: relative;
 	margin-bottom: 50px;
    z-index: 1;
}
.tentext h4{
	font-size: 21px;
}
.sectiobg{
	background-color: #ececec;
}
.footerbg{
	background-color: #ececec;
	    padding: 80px;
}
.letter{
	
	background-color: #0691ca;
    display: flex;
    justify-content: space-evenly;
    padding: 50px;
    margin-top: -50px;
    margin-bottom: 50px;
}
.brand{
	margin-bottom: 100px;
}
.tensil img{
	width: 100%;
}
.about p{
	line-height: 35px;
}

.flg{
	margin-top: 30px;
}
.vdio h4{
	border-bottom: 2px solid #1592ED;
}
.vdio span{
	
	font-size: 11px;
    float: right;
    top: 0;
    left: 0;
}
.company{
	margin-top: 195px;
}
.links ul li{
	
	left: -40px;
 
    position: relative;
    
}
.about-top{
	margin: 30px 0 30px 0;
}
.links ul li a{
	
    color: black;
}
.menupd{
	    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.logo img{
	margin-left: 40px;
}
.topwr a:before{
	content: "|";
	color: #000000;
	margin-right: 6px;
}
.bannertext{
	
	text-align: right;
}
.bannertext h1{
	    padding: 305px 133px;
}
.topwr a{
	color: #000000;
}
.fot1,.fot2{
	margin-top: 5px;
		font-size: 12px;
    font-weight: bold;
}
.fot1{
text-align: right;
}
.fot2{
		text-align: left;
	
}
.inside {
	    padding: 250px 500px;
}
.inside p{
	    color: black;
    font-size: 20px;
    margin-left: 30px;
}
.inside h1 {
	position: relative;
    border: 2px solid #ffffff;
    width: 100%;
    z-index: 0;
    text-align: center;
	background-color: #ffffff5e;
}
.heapoint a{
	margin-right: 6px;
	    font-size: 13px;
}

/*.addre{
	text-align: center;
}*/
.isocom{
	text-align: center;
}
.links{
	    margin-left: 50px;
    line-height: 36px;
}
.imgf img{
	width: 80%;
}


/*-------about--------*/
.aboute {
	height: 65vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.mainb{
	width: 80%;

	margin-top: 125px;
	
}
.mainb::before{
	    bottom: 0px;
    background-color: rgb(23 173 213 / 99%);
    content: '';
    display: block;
    
height: 50%;
    position: absolute;
    width: 71%;
    z-index: -1;
    right: 0;
    margin-bottom: 50px;
    margin-right: 65px;
}

.mainb::after{
	       content: url(../images/afterabout.png);
    
    display: block;
    position: absolute;
    z-index: 0;
    right: 0;
    margin-top: 40px;
    margin-right: 80px;
    top: 0;
  

}
.pintb{
	margin-top: 125px;
}
.extb{
	margin-top:50px;
}
.mapb img{
	text-align: center;
}
.parb p{
	line-height: 35px;
}
.extb p{
	line-height: 35px;
}
.mapb{
	margin-bottom: 50px;
}
.about-policy{
	line-height: 35px;
}
.about-policy2{
	line-height: 35px;
}
.cust{
	line-height: 35px;
}
.product-list p{
	width: 116%;
	background-color: #0691ca;
	padding: 20px;
	border: 1px solid #707a7d;
	color: white;
	text-align: center;
	font-size: 14px;
}
.custome{
	margin-top: 50px;
	background-color: #dcdcdc;
	padding: 30px 0 30px 0;
}
.product-list{
	margin: 50px 0 50px 0;
}
.flag{
	background-color: #dcdcdc;
	padding: 20px 0 40px 0;
}
/*-----------Product---------------------*/
.mainp{
	display: block;
	margin-top: 125px;
}
#with{
	width: 72%;
}
#with1{
	width: 23%;
}
.labgalss{
	margin-top: 50px;
	line-height: 35px;
}
.productpi{
	margin-top: 50px;
	line-height: 35px;
}
.protext{
	margin-top: 125px;
}
.mainp1{
margin-top: 70px;	
}
.labglass{
	width: 100%;
    height: 200px;
    background-repeat: no-repeat;
	margin-bottom: 20px;
}
.labglass h4{
	    color: white;
    background-color: #068eca;
    width: 47%;
    padding: 10px;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    overflow: hidden;
    text-align: center;
}
.labglass  a{
	color: white;
}
.labglass h4:hover{
	background-color: white;
	
}
.labglass a:hover{
	color: black;
}
.protext p{
	line-height: 35px;
}
.labglass2{
	width: 100%;
    height: 200px;
    background-repeat: no-repeat;
	margin-bottom: 20px;
}
.labglass2 h4{
	    color: white;
    background-color: #068eca;
    width: 60%;
    padding: 10px;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    overflow: hidden;
    text-align: center;
}
.labglass2  a{
	color: white;
}
.labglass2 h4:hover{
	background-color: white;
	
}
.labglass2 a:hover{
	color: black;
}
.synt{
	margin-top: 80px;
	margin-bottom: 30px;
}
.synthglass{
	
	margin-bottom: 60px;
}
.synthglass h1{
	    border-bottom: 1px solid;
    width: 25%;
}
.labw{
		margin-top: 110px;
	margin-bottom: 30px;
}
.lab h1{
	   border-bottom: 1px solid;
    width:70%;
}

/*--------COntact--------------*/
.contus{
	background-image: url(../images/contbg.png);
	
	background-repeat: no-repeat;
	background-position: center center;
	
	width: 100%;
	height: 900px;
}
.conttt{
	background-color: white;
	     padding: 45px;
	margin: 80px 0px;
}
/*.conttt input{
	    width: 100%;
    display: block;
       margin: 45px 0;
    padding: 5px;
    
    border: none;   
	border-bottom: 1px solid;
}*/
.conttt button{
	    border: none;
    background-color: #03a6e5;
    color: white;
    padding: 10px;
}
.conttt button:hover{
	background-color: white;
	transition-delay: all 0.5;
	color: black;
}
.conttt textarea{
	  width: 100%;
    display: block;
     margin: 45px 0;
    padding: 0px;
    
    border: none;   
	border-bottom: 1px solid;
}
.adtmali,.addcon,.address{
	    background-color: #ececec;
    text-align: center;
       width: 70%;
    height: 200px;
    padding: 50px;
    border-radius: 20px;
    margin-left: 100px;
    margin-top: 0px;
}
.bd{
	background-color:#FFFFFF;
	    width: 122%;
    height: 900px;
	 padding: 50px;
	 text-align: center;
}
.map{
	margin-top: 80px;
	margin-bottom: 40px;
}
/*-------infrs---------*/
.first-infr{
    text-align: right;
    margin-top: 50px;
    float: left;
    width: 50%;
}
.first-infr ::before{
	
}
.first-infr span{
	    font-size: 50px;
    font-weight: 900;
    line-height: 35px;
    color: deepskyblue;
}
.first-infra{
	text-align: left;
    float: left;
    border-left: 10px solid #00ADEB;
    margin-top: 50px;
}
.first-infra p{
	margin: 0 30px;
}
.first-infra h3{
	margin: 0 30px;
}
.infr-main1 img{
	width: 100%;
}
.infr-main2 img{
	width: 100%;
}
.infra-mainw img{
	width: 100%;
}
.infraww{
	margin-top:50px;
	background-color: #ECECEC;
	width: 100%;
	height: 450px;


}
.infra-text,.infra-mainw{
	margin-top: 40px;
}

.infra-text p{
	margin-top: 20px;
	line-height: 35px;
}
.infra-mainw p{
	margin-top: 20px;
	line-height: 35px;
}
.infr-main1 p{
	margin-top: 20px;
	line-height: 35px;
}
.infr-main2 p{
	margin-top: 20px;
	line-height: 35px;
}
.infr-main2,.infr-main1{
	margin-top: 40px;
}
.vd{
	margin-top: 85vh;
}


.irfrans{
	display: flex;
}




/*-------------protfile--------------*/

.template-btn {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.template-btn:hover {
  color: white;
  background: #f28500;
}
.portfolio-section {
  padding-top: 30px;
  transition: 1.3s;
  box-sizing: border-box;
  height: auto;
}

.portfolio-tab ul {
  text-align: center;
  margin-top: 50px;
}
.portfolio-tab ul li {
  color: #000;
  background: transparent;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 2px solid #0072b2;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 575.98px) {
  .portfolio-tab ul li {
    display: block;
    margin: 10px auto;
    max-width: 200px;
  }
}
.portfolio-tab ul li:hover {
  background: #0072b2;
  color: #fff
}
.portfolio-tab ul .active {
  background: #0072b2;
  color: #fff
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.portfolio-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);

}
@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768.1px) and (max-width: 991px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }		
  }
.portfolio-grid .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:none;
	overflow:hidden;
}
.portfolio-wrapper {
  overflow:hidden;
  position: relative !important;
  cursor:pointer;
	margin: 20px;
}
.portfolio-bg {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
  transform: scale(1)
}
.portfolio:hover .portfolio-bg{
  transform: scale(1.2)
}
.portfolio .label {
  position: absolute;
  width: 100%;
  height:100%;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden
}

.portfolio .label-bg {
  background: #232323;
  opacity: 0.7;
  width: 100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  transition: 1px;
}
.portfolio .label-text {
  color:#fff;
  position: relative;
  z-index:500;
  padding:50px 20px;
}
.portfolio:hover .label {
  opacity: 1;
  visibility: visible;
}
.portfolio .text-category {
  display:block;
}
.portfolio .template-btn {
  background: #e30b5d;
  border: 1px solid #e30b5d;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 500
}








.rect-text{
	line-height: 35px;
}
.rect-text img{
	width: 100%;
}
.react-p{
	margin-top: 80px;
}
.react-img img{
	    width: 40%; 
    margin-left: 40px
}
.rect-text h3{
	margin: 20px 0 20px 0; 
}

















nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#0391cf;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #0391cf;
    border-bottom:5px solid #0391cf;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.synth-head{
	display: flex;
}
.synth-head img{
	margin: 10px;
}
.synth1 {
	width: 70%;
}
.synth1 h4{
    position: relative;
    top: -55px;
    left: 20px;
    background-color: #0292cd;
    color: white;
    padding: 5px;
    width: 70%;
}
.synth1 h4:hover{
	  
    background-color: #FFFFFF;
    
}
















.career-sec-1{
	padding-top: 80px;
	padding-bottom: 80px;
}


.career-sec-1 h2 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 30px;
    color: #5e2f24;
	text-align: center;
}

.career-sec-1 p{
	text-align: center;
}



#commentform input[type=text] {
	padding: 14px 22px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ddd;
	font-weight: 400;
	background: 0 0;
	margin-bottom: 20px;
	color: #000;
}
#commentform input[type=email] {
	padding: 14px 22px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ddd;
	font-weight: 400;
	background: 0 0;
	margin-bottom: 20px;
	color: #000;
}


#commentform input[type=checkbox] {
	padding: 14px 22px;
	font-size: 16px;
	border: 1px solid #ddd;
	font-weight: 400;
	background: 0 0;
	margin-bottom: 20px;
	color: #000;
}




#commentform input[type=file] {
	padding: 14px 22px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ddd;
	font-weight: 400;
	background: 0 0;
	margin-bottom: 20px;
	color: #000;
}
#commentform textarea {
	resize: vertical;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ddd;
	padding: 26px 22px;
	background: 0 0;
	margin-bottom: 20px;
	color: #000;
	
}

#commentform select {
	padding: 14px 22px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ddd;
	font-weight: 400;
	background: 0 0;
	margin-bottom: 20px;
	color: #000;
	
}


#commentform input#submit {
	padding: 14px 26px;
	display: inline-block;
	background: #00BED5;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	transition: all .4s ease 0s;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #5e2f24
}
#commentform input#submit:hover {
	background: 0 0;
	transition: all .4s ease 0s;
	color: #5e2f24
}
#commentform p {
	    color: #474747;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
#commentform input:focus, #commentform textarea:focus, #commentform select:focus {
	outline: none!important;
	border-color: #5e2f24;
	transition: all .4s ease 0s
}



.chumcha {
    padding: 9px 22px 10px 64px !important;
    width: 100%;
    font-size: 16px;
    border: 1px solid #ddd;
    font-weight: 400;
    background: 0 0;
}

/*.capim {
    position: absolute;
}
*/
.product-list h3{
	margin-bottom: 40px;
}

