@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	
*
* ======================================================= */
body {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: gray;  }
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

#colorlib-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  #colorlib-wrapper > div {
    width: 100%;
    height: 100%;
    overflow-y: hidden; }

a {
  color: #F9CE00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    text-decoration: underline;
    color: #F9CE00; }
  a:focus, a:active {
    outline: none; }

p, span {
  margin-bottom: 1.5em;
  font-weight: 400;
  font-family: "Karla", Arial, sans-serif; }

ul, ol {
  display: block;
  margin-bottom: 1.5em; }

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8); }

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display", Georgia, serif;
  margin: 0 0 30px 0;
  line-height: 1.3; }

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2; }

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2; }

::selection {
  color: #fcfcfc;
  background: #b7c2c2; }
  
  
/* problem */


  #colorlib-page {
  position: relative;
   /*-webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); */ 
   padding-top: 3em;}
  .menu-show #colorlib-page {
   /*  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
    position: relative;  }
    .menu-show #colorlib-page:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: rgba(0, 0, 0, 0.4);
      z-index: 3;
	  padding: 100%;	 } 
  @media screen and (max-width: 768px) {
    #colorlib-page{
        padding-top: 4.5em; } } 
		
	
	   
/* problem... End	    */

    .menu-show #colorlib-index:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: rgba(0, 0, 0, 0.4);
      z-index: 3;
	  padding: 100%;	 } 
	@media screen and (max-width: 768px) {
    #colorlib-index{
        padding-top: 4.5em; } } 	
	
	.menu-show #colorlib-about {
	
	}	
	
	.menu-show #colorlib-happenings {
	
	}	
	.menu-show #colorlib-happenings:after {
	  position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: rgba(0, 0, 0, 0.4);
      z-index: 3;
	  padding: 100%;
	}	
	@media screen and (max-width: 768px) {
    #colorlib-happenings {
          
		} 
	} 


#colorlib-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 4em 40px 40px 40px;
  width: 360px;
  height: 100%;
  background: white;
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll; 
  overflow-x: hidden;
  box-shadow: -2px 0px 10px 0px #aaaaaa;
  -moz-box-shadow: -2px 0px 10px 0px #aaaaaa;
  -webkit-box-shadow: -2px 0px 10px 0px #aaaaaa;
  -ms-box-shadow: -2px 0px 10px 0px #aaaaaa;
  -o-box-shadow: -2px 0px 10px 0px #aaaaaa;  }
  @media screen and (max-width: 768px) {
    #colorlib-main-nav {
      width: 300px; } }
  #colorlib-main-nav .colorlib-nav-toggle {
    position: absolute;
    top: 5px;
    right: 40px;
    padding: 20px;
    height: 44px;
    width: 44px;
    background: rgba(0, 0, 0, 0.05);
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    #colorlib-main-nav .colorlib-nav-toggle i {
      top: 18px !important;
      left: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      line-height: 0;
      text-indent: 0; }
    #colorlib-main-nav .colorlib-nav-toggle.show {
      visibility: visible;
      opacity: 1; }
    #colorlib-main-nav .colorlib-nav-toggle:hover {
      background: black; }
      #colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after {
        content: '';
        width: 20px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0; }
  .menu-show #colorlib-main-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  #colorlib-main-nav ul {
    padding: 0;
    margin: 0 0 3em 0; }
    @media screen and (max-width: 768px) {
      #colorlib-main-nav ul {
        padding: 20px 0 0 0; } }
    #colorlib-main-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: left; }
      #colorlib-main-nav ul li a {
        display: block;
        color: black;
        font-size: 14px;
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          #colorlib-main-nav ul li a {
            font-size: 16px; } }
        #colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus {
          color: black;
		  font-size: 18px;
		  text-shadow:2px 2px 2px grey;
          outline: none;
          text-decoration: none; }
      #colorlib-main-nav ul li.active a {
        color: #F9CE00; }
  #colorlib-main-nav .form-group {
    margin-bottom: 40px;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 480px) {
      #colorlib-main-nav .form-group {
        width: 100%; } }
    #colorlib-main-nav .form-group input::-webkit-input-placeholder {
      color: #333333; }
    #colorlib-main-nav .form-group input::-moz-input-placeholder {
      color: #333333; }
    #colorlib-main-nav .form-group input::-ms-input-placeholder {
      color: #333333; }
    #colorlib-main-nav .form-group input::-o-input-placeholder {
      color: #333333; }
    #colorlib-main-nav .form-group input::input-placeholder {
      color: #333333; }
  #colorlib-main-nav #search {
    font-size: 14px;
    width: 100%;
    padding-right: 3em;
    border: none;
    border: 2px solid #f2f2f2;
    background: #fafafa;
    color: #333333 !important; }
  #colorlib-main-nav button {
    position: absolute;
    top: 0;
    right: -4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #F9CE00;
    color: #fff;
    border: none;
    padding: 16px; }
  #colorlib-main-nav #email {
    font-size: 18px;
    width: 100%;
    border: none;
    border: 2px solid #fff;
    background: #fff;
    color: #333333 !important; }
  #colorlib-main-nav .gallery {
    float: left;
    width: 50%;
    height: 150px;
    position: relative;
    display: table;
    z-index: 0;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      #colorlib-main-nav .gallery {
        width: 25%; } }
    @media screen and (max-width: 480px) {
      #colorlib-main-nav .gallery {
        width: 50%; } }
    #colorlib-main-nav .gallery:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      z-index: -1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    #colorlib-main-nav .gallery span {
      display: table-cell;
      vertical-align: middle;
      height: 150px;
      opacity: 0;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      #colorlib-main-nav .gallery span i {
        color: #fff;
        font-size: 20px; }
    #colorlib-main-nav .gallery:hover:after, #colorlib-main-nav .gallery:focus:after {
      opacity: 1; }
    #colorlib-main-nav .gallery:hover span, #colorlib-main-nav .gallery:focus span {
      opacity: 1; }
........................	  
.slide {

}

.slide p{
 font-family: "Karla", Arial, sans-serif;
 letter-spacing: 7px;
 font-size: 13px;
 text-transform: uppercase;
 font-weight:400;
 position:absolute;
 color: black;
 left: 80px;
 top: 80px;
}

.slide h2{
 font-family: "Playfair Display", Georgia, serif;
 font-size: 38px;
 font-weight: 700;
 letter-spacing: 2px;
 position:absolute;
 color: black;
 left: 80px;
 top: 120px;
}

.slide p1{
 font-family: "Karla", Arial, sans-serif;
 letter-spacing: ;
 font-weight: 400 ;
 font-size: 18;
 position:absolute;
 display: inline-block;
 left: 80px;
 top: 188px;
 right:80px;
 line-height: 2;
 background-color:rgba(255, 255, 255, 0);
  overflow-y: scroll;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 800px;
  min-height: 260px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
 @media screen and (max-width: 768px) {
      .slide p1 {
    } }
    /* @media screen and (max-width: 480px) {
      .slide p1 {
        max-height: 400px;
  min-height: 130px; } } */
  
.slide p1::-webkit-scrollbar {
  width: 2px;
}
.slide p1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.01);
  
}
.slide p1::-webkit-scrollbar-thumb {
  background: yellow;
  border-radius: 2px;
  height:20px;	
  
}
.maxxer{max-height:800px;}

#carbon {
width:900px;
height:500px;
margin-left:225px;
margin-top:50px;
}
@media screen and (max-width: 768px) {
      #carbon  {
		  
		 width:450px;
height:250px;
margin-left:auto;
margin-top:auto; 
    } }

#unsdg {
width:736px;
height:260px;
float:center;
}

#gallery1{
	position:relative;
	text-align: center;
	font-size:50px;

}

#gallery2{
	position:relative;
	text-align: center;
	font-size:50px;

}
.text-block {
  position: absolute;
  top: 50px;
  left: 225px;
  background-color: rgba(255,255,255,0.5);
  color: black;
  padding-left: 900px;
  padding-top: 500px;
}
@media screen and (max-width: 768px) {
      .text-block  {
		  
		  
    } }
	
	
.............................


.head-title {
  font-size: 20px; }

header {
  padding: 2em 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    header {
      padding: 2em 0; } }
  header .colorlib-navbar-brand {
    float: left; }
    
	
	header .colorlib-navbar-brand .colorlib-logo {
      font-size: 24px;
      text-transform: uppercase;
      color: #000;
      font-family: "Playfair Display", Georgia, serif;
      font-weight: 700;
      letter-spacing: 10px;
      display: block;
      text-align: center;
	/*filter: drop-shadow(0 0 0.1rem white);*/}
	/*.colorlib-logo {
backdrop-filter: blur(10px);
height:20px;
top:50px;
	}*/
	
	/*----something wrong here-----*/
      header .colorlib-navbar-brand .colorlib-logo:hover + .logoBW img:last-child {
		display: block; 
		z-index:-1;transition: ease;
	  } 
	  
	  header .colorlib-navbar-brand .colorlib-logo:hover + .logoBW img:first-child {
		display: none; 
		transition: ease;
	  } 
	  
	  header .colorlib-navbar-brand .colorlib-logo:hover{
        text-decoration: none !important; 
		color: transparent;
		text-shadow: #111 0 0 15px;
	  } 
		
		
									
	  .logoBW:hover img:last-child +  header .colorlib-navbar-brand .colorlib-logo {
		text-decoration: none !important; 
		color: transparent;
		text-shadow: #111 0 0 15px;
	  }
	
										
      header .colorlib-navbar-brand .colorlib-logo:active, header .colorlib-navbar-brand .colorlib-logo:focus {
        outline: none;
        text-decoration: none; 
	  }
		
	  .logoBW img{
		height:80px;
		width:80px;
		position:relative;
		right:-41px;
		top:-61px;
		z-index:-1;
	  }
	
	  .logoBW img:last-child {
		display: none;  
      }
	  .logoBW:hover img:last-child{
		display: block;  
		z-index:-1;
	  }
	  .logoBW:hover img:first-child {
		display: none;  
		transition-timing-function: ease;
	  }

	/*----something wrong here-----*/

#colorlib-services,
#colorlib-contact,
#colorlib-blog,
#colorlib-contact {
  padding: 15em 0;
  clear: both;
  position: relative; }
  
  #colorlib-work{
	padding: 15em 0 0 0;
	clear: both;
    clear: both;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    #colorlib-services,
    #colorlib-contact,
    #colorlib-blog,
    #colorlib-contact {
      padding: 5em 0; 
	  } 
	    #colorlib-work{
			 padding: 5em 0 0 0;
		}}  
		
/* pharma & cosmetics page only */
		 
  #colorlib-work-gaps{
	padding:9em 0 0 0;
	clear: both;
    clear: both;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    
	    colorlib-work-gaps{
			 padding: 5em 0 0 0;
		}}
			
/* pharma & cosmetics page only END */

#colorlib-hero {
  width: 100%;
  clear: both; }
  #colorlib-hero .hero-flex {
    width: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
	@media screen and (max-width: 768px) {
        #colorlib-hero .hero-flex {
          padding: 2em 0 45.7em 0; } }
    #colorlib-hero .hero-flex .col-three-forth {
      width: 60%;
      z-index: -1;
      float: left;
      position: relative; }
    #colorlib-hero .hero-flex .col-one-forth {
      width: 40%;
      float: left;
      position: relative; }
    #colorlib-hero .hero-flex .display-t {
      display: table;
      width: 100%; }
    #colorlib-hero .hero-flex .display-tc {
      display: table-cell;
      vertical-align: middle; }
    #colorlib-hero .hero-flex .number {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 210px;
      text-align: right;
      color: #f2f2f2;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        #colorlib-hero .hero-flex .number {
          display: none; } }
    #colorlib-hero .hero-flex .text-inner {
      display: block;
      width: 100%;
      margin-left: -5em; }
      #colorlib-hero .hero-flex .text-inner h2 {
        font-size: 58px;
        font-weight: 700;
        letter-spacing: 2px; }
        @media screen and (max-width: 768px) {
          #colorlib-hero .hero-flex .text-inner h2 {
            font-size: 24px; } }
      #colorlib-hero .hero-flex .text-inner .tag {
        display: block;
        letter-spacing: 7px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 13px; }
      #colorlib-hero .hero-flex .text-inner .desc {
        padding-right: 3em;
        position: relative; }
        @media screen and (max-width: 768px) {
          #colorlib-hero .hero-flex .text-inner .desc {
            padding: 1em;
            background: #fff;
            width: 100%; } }
			
		/*Primary page paragraph*/	
		@media screen and (max-width: 768px) {
			.article .desc p {
				overflow-y:hidden;
			}
		}
		/*Primary page paragraph... END*/
		
		/*Happenings page item description*/
		@media screen and (max-width: 768px) {
			.desc p {
				max-height:300px;
				overflow-y:scroll;
			}
		}	
		/*Happenings page item description... END*/
		
        @media screen and (max-width: 480px) {
          #colorlib-hero .hero-flex .text-inner .desc {
            padding: 1em;
            background: #fff;
            width: 140%; } }
        #colorlib-hero .hero-flex .text-inner .desc:after {
          position: absolute;
          top: 30px;
          bottom: 0;
          right: 0;
          content: '';
          width: 200px;
          height: 1px;
          background: #000; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .hero-flex .text-inner .desc:after {
              opacity: 0; } }
      #colorlib-hero .hero-flex .text-inner .btn-view {
        font-size: 13px;
        letter-spacing: 7px;
        color: #000;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 7px;
        text-decoration: none; }
	  #colorlib-hero .hero-flex .text-inner .btn-view:hover {
		background-color: #ffd614;
		font-size: 16px;
        letter-spacing: 7px;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #ffd614;
        padding: 7px;
        text-decoration: none;  
	  }
		
        @media screen and (max-width: 768px) {
          #colorlib-hero .hero-flex .text-inner .btn-view {
            letter-spacing: 2px;
			} 
		   #colorlib-hero .hero-flex .text-inner .btn-view:hover {
			  background-color: #ffd614;
			   font-size: 13px;
			   color: #000;
			    border: 1px solid #fff;
				letter-spacing: 2px;
				 color: #fff;
		   }	
			}
  #colorlib-hero .owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    left: 7.3em;
    right: 0;
    width: 180px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #colorlib-hero .owl-theme .owl-controls {
        left: 0; } }
  #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding: 8px 15px;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; 
	/* transition: 1.5s; */}
    #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] i {
      border: none; }
    #colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
      background: #F9CE00;
      border: none; }
  #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next,
  #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin: 1px; }
    #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next i,
    #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev i {
      font-size: 14px;
      color: #000;
      background: transparent; 
	  border: none;
	  border-radius: 0;
	  /* transition: 1.5s; */}
    #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
    #colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
      color: white; 
	  border-radius: 0;
	  border: none;}

	.about-flex {
	  overflow:hidden;
	  width: 100%;
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-flex-wrap: wrap;
	  -moz-flex-wrap: wrap;
	  z-index: 0; } 
	  /* @media screen and (max-width: 768px) { */
		  /* .about-flex {Display:inline-block; */
	  /* } */
	  /* } */
	.about-flex .col-half-left	{
	  width: 50%;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
	  -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
	  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
	}
	@media screen and (max-width: 768px)	{
        /* .about-flex */
	    /* { */
          /* width: 100%;  */
	    /* } */
		.col-half-left	{
          display:none;
		}
	}
	
	.col-half-right	{
	  width: 50%;
      display: block;
	}
	@media screen and (max-width: 768px)	{
		.col-half-right		{
		  width: 100%;
		}
			
		
	}
	
	
	.about-flex .about-img {
       }
	.about-flex .display-t {
      
	  /* overflow-y: scroll; */} 
	  
	
/*-----newly added code - for scroll on about page types-----*/
	.about-desc	{
      overflow-y: scroll;
	  /* display: -webkit-box; */
	  max-height: 800px;
	  min-height: 260px;
	  height:100%;
	  -webkit-line-clamp: 1;
	  /* -webkit-box-orient: vertical; */
	}
	@media screen and (max-width: 768px)	{
        .about-desc	    {
		  height:100%;
		  overflow-y: scroll;
		  text-overflow: auto;		  		  
	    } 
		.about-desc::-webkit-scrollbar {
		 	background: transparent;				
		}	
		.about-desc::-webkit-scrollbar-button:single-button {
		}					
		.about-desc::-webkit-scrollbar-track {
		  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.01);	
		}													
		.about-desc::-webkit-scrollbar-thumb {
		  background: transparent;
		  border-radius: 2px;
		  height:20px;	
		}		
	}
/*-----newly added code - for scroll on about page types-----*/

    .about-flex .display-t .display-tc {
	  display: inline-block;
	  vertical-align: middle; 
	}
	.about-flex .about-desc {
      padding: 7em;
      z-index: 1; 
	}
    @media screen and (max-width: 768px) {
      .about-flex .about-desc {
          padding: 3em;
		  padding-top:8em;		  
		 	  
		} 
	}
    .about-flex .about-desc .title {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 7px;
      display: block;
      margin-bottom: 20px; }
    .about-flex .about-desc .about-head {
      font-weight: 700;
      font-size: 38px; }
    .about-flex .about-desc p a {
      color: #000; }
      .about-flex .about-desc p a i {
        color: #000; }
    .about-flex .about-desc strong {
      color: #000; }
    .about-flex .about-desc ul {
      margin: 0;
      padding: 0; }
      .about-flex .about-desc ul li {
        list-style: none;
        position: relative;
        padding-left: 30px;
        color: #000;
        margin-bottom: 10px; }
        .about-flex .about-desc ul li i {
          position: absolute;
          top: 5px;
          left: 0; }
  .about-flex .owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    left: 20px; }
    @media screen and (max-width: 768px) {
      .about-flex .owl-theme .owl-controls {
        right: 0; } }
  .about-flex .owl-theme .owl-dots .owl-dot {
    display: block; }
  .about-flex .owl-theme .owl-dots .owl-dot span {
    background: #e6e6e6; }
  .about-flex .owl-theme .owl-dots .owl-dot.active span {
    background: #000; }

.bold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size:180px;
  color: #f0f0f0;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .bold {
      font-size: 60px; } }
	  
.boldsust {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size:180px;
  color: #f0f0f0;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .boldsust {
		 top: 5px;
      font-size: 50px; } }
	  
.boldsubs {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  font-size:85px;
  color: #f0f0f0;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .boldsubs {
      font-size: 45px; } }

.intro-heading {
  margin-bottom: 3em; }
  .intro-heading h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5em;
    color: #000;
    position: relative; }
  .intro-heading span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #bfbfbf;
    font-weight: 600; }

.no-gutters {
  padding: 0 !important;
  margin: 0 !important; }

	.hero-img,
	.about-img,
	.work-img,  
	.gallery 	{
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat;
	  position: relative;
	}
	.about-img	{
	}
	@media screen and (max-width: 768px) 	{
		.about-img		{
		  opacity:.2;
		  display:none;
		 
		}
	}
 
	.about-img-right	{
	  background-size: 0px 0px;	 
	 /* background-position:-999999px; */
	}
	@media screen and (max-width: 768px) 	{
		.about-img-right		{
		  /* background-position:0px; */
		  background-size: cover;
		  background-position: center center;
		  background-repeat: no-repeat;
		  position: relative;
	    }
	}

.work-entry-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 7em; }
  .work-entry-flex .col-three-forth {
    width: 55%; }
  .work-entry-flex .col-one-forth {
    width: 45%; }
  .work-entry-flex .display-t {
    display: table; }
  .work-entry-flex .display-tc {
    display: table-cell;
    vertical-align: middle; }
  .work-entry-flex .text-inner-right {
    text-align: right;
    margin-right: 2em;
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      .work-entry-flex .text-inner-right {
        text-align: left;
        margin-left: -4em; } }
  .work-entry-flex .text-inner-left {
    text-align: left;
    margin-left: -5em; }
  .work-entry-flex .text-inner {
    display: block;
    padding: 3em;
    background: #fff;
   	}
	
  .work-entry-flex .text-inner-left p{   
    max-height:200px;
	overflow-y:scroll;	}
	
  .work-entry-flex .text-inner-right p{   
    max-height:200px;
	overflow-y:scroll;	}
	
	
  .text-inner p::-webkit-scrollbar {
	width: 2px;					
	}					
  .text-inner p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.01);	
	}													
  .text-inner p::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 2px;
    height:20px;	
	}
	
    @media screen and (max-width: 768px) {
      .work-entry-flex .text-inner {
        padding: 1em; } }
    .work-entry-flex .text-inner h2 {
      font-size: 40px;
      font-weight: 700;
      letter-spacing: 2px; }
      @media screen and (max-width: 768px) {
        .work-entry-flex .text-inner h2 {
          font-size: 24px; } }
      .work-entry-flex .text-inner h2 a {
        color: #000;
        text-decoration: none; }
    .work-entry-flex .text-inner .btn-view {
      font-size: 13px;
      letter-spacing: 7px;
      color: #000;
      text-transform: uppercase;
      border: 1px solid #000;
      padding: 7px;
      text-decoration: none; }
	.work-entry-flex .text-inner .btn-view:hover {
      background-color: #ffd614;
	  font-size: 16px;
      letter-spacing: 7px;
      color: #fff;
      text-transform: uppercase;
      border: 1px solid #ffd614;
      padding: 7px;
      text-decoration: none;  }

.work-single-flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  
  
  .work-single-flex .col-half {
      width: 50%;
      position: relative; 
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
      -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
      -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
		.testing{
		  position: absolute;
		bottom: 10px;
		right: 15px;
		/*background: rgba(0, 0, 0, 0.65);
		/*border-top-left-radius: .5em;
		border-bottom-left-radius: .5em;	
		color: white;*/
		opacity: 100;
		visibility: visible;
		-webkit-transition: visibility 0s, opacity 0.5s linear;
		transition: visibility 0s, opacity 0.5s linear;
		overflow-y:scroll;
	overflow-x:hidden;
	max-height:610px;
		}
		.testing::-webkit-scrollbar {
  width: 2px;
}
.testing::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px transparent;
  
}
.testing::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 2px;
  
}
	  &:hover {
		.testing {
		 /* padding: 2px 5px;*/
		  visibility: visible;
		  opacity: 1;
		  /*max-width: 50%;*/
			}
		}
    }
	
  
  .work-single-flex .display-t {
    display: table;
    width: 100%; }
  .work-single-flex .display-tc {
    display: inline-block;
    vertical-align: middle; 
	overflow-y: scroll;}
  .work-single-flex .display-tc2 {
    display: inline-block;
    vertical-align: middle; 
	overflow-y: hidden;}
  .work-single-flex .work-desc {
    padding: 7em; }
    @media screen and (max-width: 768px) {
      .work-single-flex .work-desc {
        padding: 1.5em;
        background: #fff;
        margin-left: -5em; } }
    .work-single-flex .work-desc .btn-preview {
      font-size: 13px;
      letter-spacing: 7px;
      color: #000;
      text-transform: uppercase;
      border: 1px solid #000;
      padding: 7px;
      text-decoration: none; }

.article {
  display: block; }
  .article .blog-img {
    margin-bottom: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: -1; }
    .article .blog-img img {
      position: relative;
      max-width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s; }
    .article .blog-img .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .article .blog-img .link {
      position: absolute;
      top: 0;
      left: 90%;
      display: table;
      width: 100%;
      opacity: 0;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s; }
      .article .blog-img .link .read {
        display: table-cell;
        vertical-align: middle;
        font-family: "Karla", Arial, sans-serif;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 5px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
        position: relative; }
        .article .blog-img .link .read:after {
          position: absolute;
          top: 10px;
          left: -50px;
          content: '';
          background: #fff;
          width: 40px;
          height: 1px; }
    .article .blog-img:hover .overlay {
      opacity: 1; }
    .article .blog-img:hover .link {
      opacity: 1;
      top: 120px; }
    .article .blog-img:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .article .desc {
    position: relative;
    z-index: 1;
    margin-top: -5em;
    width: 90%;
    background: #fff;
    padding: 1em;
    padding-top: 2em; }
    .article .desc .meta {
      position: absolute;
      top: -60px;
      left: 20px;-
      background: #FFE9E3;
      color: #000;
      padding: 20px 10px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 4px;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
      -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
      -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
      -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
      box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21); }
    .article .desc h2 {
      font-size: 24px; }
      .article .desc h2 a {
        text-decoration: none;
        color: #000; }
  .article:hover .meta {
    background: #fff; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 13px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #F9CE00;
  color: #fff;
  border: 2px solid #F9CE00; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffd614 !important;
    border-color: #ffd614 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #4d4d4d;
    border: 1px solid #d9d9d9; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #F9CE00;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.row-padded-bottom {
  margin-bottom: 4em; }

.row-pb-md {
  margin-bottom: 3em; }
  @media screen and (max-width: 768px) {
	  .row-pb-md {
	      margin-bottom: 0em;
        }
	  
    }

.col-pb-sm {
  margin-bottom: 5em !important; }
  .col-pb-sm:last-child {
    margin-bottom: 0; }

.btn.with-arrow {
  position: relative;
 }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.btn-submit {
	display:block;
	text-align:center;
  background: #000;
  border: 2px solid #000;
margin: 0 auto; 
padding-left:440px; 
padding-right:440px; }
  @media screen and (max-width: 768px) {
    .btn-submit {
		display:block;
		text-align:center;
    margin:0 auto; 
    padding:10px 115px ; 
	
	 } }


.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #000; }
  .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
    background: #000; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 20px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .menu-show .colorlib-nav-toggle i {
      background: #000;
      color: #fff; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 20px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after {
        background: #333333; }
  .colorlib-nav-toggle.dark i {
    position: relative;
    color: #fff;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
      background: #fff;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.colorlib-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      display: block;
      top: 0px; } }

.contact-info {
  margin-bottom: 4em;
  padding: 0; }
  .contact-info li {
    list-style: none;
   /* margin: 0 0 30px 0;*/
    position: relative;
    /*padding-left: 60px;*/ }
    .contact-info li span {
      position: absolute;
      top: -0.3em;
      left: 0;
    /* width: 40px;*/
      height: 40px;
      background: #fff;
      display: table;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    .contact-info li i {
      display: table-cell;
      vertical-align: middle;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.5); }
    .contact-info li a {
      color: #000; }

.form-control {
	/*margin-top:30px;*/
	width: 475px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 3px solid whitesmoke;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #000; }
	@media screen and (max-width: 768px) {
    .form-control {
     /* width: auto; */
	width:350px;
	 display:block;
		text-align:center;
    margin:0 auto; 	 
       } }
	   
	
.form-controlE {
	/*margin-top:30px;*/
	width: 475px;
	position: relative;	
	left:185px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 3px solid whitesmoke;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-controlE:focus, .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #000; }
	@media screen and (max-width: 768px) {
    .form-controlE {
     /* width: auto; */
	 width:350px;
	 display:block;
		text-align:center;
    margin:0 auto; 
	left:0px;
       } } 
	
.form-controlM {
	width: 1000px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 3px solid whitesmoke;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-controlM:focus, .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #000; }
	@media screen and (max-width: 768px) {
    .form-controlM {
     /* width: auto; */
	 width:350px;
	 display:block;
		text-align:center;
    margin:0 auto; 
       } }

input[type="text"] {
  height: 50px; }

.form-group {
  margin-bottom: 30px; }

.colorlib-social-icons a:hover, .colorlib-social-icons a:focus {
  text-decoration: none !important; }

.colorlib-social-icons i {
  font-size: 24px;
  color: #F9CE00; }

#colorlib-subscribe {
  padding: 5em 0; }
  #colorlib-subscribe .colorlib-heading {
    margin-bottom: 20px; }
    #colorlib-subscribe .colorlib-heading h2 {
      font-weight: 700; }
    #colorlib-subscribe .colorlib-heading p {
      font-size: 18px; }

.qbstp-header-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0; }
  .qbstp-header-subscribe .col-three-forth {
    width: 70%; }
  .qbstp-header-subscribe .col-one-third {
    width: 30%; }
  .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left; }
    @media screen and (max-width: 768px) {
      .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
        width: 50%; } }
  .qbstp-header-subscribe .form-control {
    background: transparent; }
  .qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .qbstp-header-subscribe .form-group {
        width: 100%; } }
    .qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
      color: #333333; }
    .qbstp-header-subscribe .form-group input::-moz-input-placeholder {
      color: #333333; }
    .qbstp-header-subscribe .form-group input::-ms-input-placeholder {
      color: #333333; }
    .qbstp-header-subscribe .form-group input::-o-input-placeholder {
      color: #333333; }
    .qbstp-header-subscribe .form-group input::input-placeholder {
      color: #333333; }
  .qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #1a1a1a;
    color: #333333 !important; }
  .qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block; }

#footer {
  padding: 1em 0;
  display: block;
  width: 100%; }
  #footer h2 {
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 2em;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase; }
  #footer p a {
    color: #000; }
  #footer p:last-child {
    margin-bottom: 0; }
  #footer p.colorlib-social-icons a {
    color: #000; }
    #footer p.colorlib-social-icons a:hover, #footer p.colorlib-social-icons a:focus {
      text-decoration: none !important; }
  #footer p.colorlib-social-icons i {
    font-size: 24px;
    color: #000; }
  #footer p .block {
    color: #1a1a1a;
    font-size: 14px; }

.js .animate-box {
  opacity: 0; }




/*new codes*/


*{
  box-sizing: border-box;
}
h1{
  text-align:left;
  color:teal;
  margin:70px 40px 10px 35px;
  
  
  /*border:2px solid black;
  border-left-color:white;
  border-right-color:white;
  border-bottom-color:white;
 /* background-color: rgba(0,0,0,50%) ;*/
  /*font-weight: 0;*/
  font-size: 40px;
  color: black; 
}




.image_description{
  width:600px;
  height: 201px;
  display:block;
  float:left;
  transition: box-shadow 0.3s;
  border:3px solid #F8F8F8;
  border-radius: 10px 10px 10px 10px;
  background-color:rgba(255, 255, 255, 0.9);
  margin-left:35px;
  margin-top:35px;
  padding:0;
  /*box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);*/
  
}
.image_description:hover{
  -box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}

.image_descriptionEND{
  width:600px;
  height:50px;
  display:block;
  float:left;
  transition: box-shadow 0.3s;
  border:3px solid #F8F8F8;
  border-radius: 10px 10px 10px 10px;
  background-color:rgba(255, 255, 255, 0.9);
  margin-left:35px;
  margin-top:35px;
  padding:0;
  /*box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2);*/
}
.image_descriptionEND:hover{
  -box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}


.image_block_left{
  float:left;
  margin: 0;
  width: auto;
  /*height: 200px;
  border: 1px solid #ddd;
  background: gray;*/
}

.image_block_right{
	float:right;
  margin: 0;
  width: auto;
  /*height: 200px;
  border: 1px solid #ddd;
  background: gray;*/
}

.image_block_left img{
  width:135px;
  height:120px;
  margin:40px 0 0 30px;
  border-radius: 5px 5px 5px 5px;
  /*height: -webkit-fill-available;*/
}

.image_block_right img{
  width:135px;
  height:120px;
  margin:40px 30px 0 0;
  border-radius: 5px 5px 5px 5px;
  /*height: -webkit-fill-available;*/
}

.description_block{
  float:left;
  width: 65%;
  margin: 0;
  padding:20px 0px;
 display: block;
}

.producttitle{
  padding:20px 0 0 40px;
  font-size:18px;
  line-height:24px;
  /*font-weight:bold;*/
  margin-bottom:10px;
  font-family: "Karla", Arial, sans-serif;
  /*font-weight: 500;*/
  font-size: 15px;
  letter-spacing: 7px;
  color: #555555;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.producttitleEND{
  padding:0 0 0 275px;
  padding-top:-20px;
  font-size:18px;
  line-height:24px;
  /*font-weight:bold;*/
  margin-bottom:10px;
  font-family: "Karla", Arial, sans-serif;
  /*font-weight: 500;*/
  font-size: 15px;
  letter-spacing: 7px;
  color: #555555;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.content{
  font-family: "Karla", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin:15px 0 0 40px;
  line-height:26px;
  overflow: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 80px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.content::-webkit-scrollbar {
  width: 2px;
}
.content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #143d59;
  
}
.content::-webkit-scrollbar-thumb {
  background: yellow;
  border-radius: 2px;
  
}
/*
.labels span{
  float:left;
  color:green;
  font-weight:bold;
  cursor:pointer;
}
*/
.labelsright a{
  margin-right:-53%;
   margin-top:-100px;
  color:#dedede;
  float: right;
  text-decoration:none;
  font-size:40px;
  position: sticky;
}
.labelsleft a{
  margin-right:-10%;
   margin-top:-100px;
  color:#dedede;
  float: right;
  text-decoration:none;
  font-size:40px;
  position: sticky; 
}

.labelsEND a{
  margin-right:18%;
   margin-top:-55px;
  color:#dedede;
  float: right;
  text-decoration:none;
  font-size:25px;
  position: sticky; 
}

.labelsright a:hover{
  color:black;
  text-decoration:none;
  transform:scale(1.1);
  position: sticky;
}

.labelsleft a:hover{
  color:black;
  text-decoration:none;
  transform:scale(1.1);
  position: sticky;
}

.labelsEND a:hover{
  color:black;
  text-decoration:none;
  transform:scale(1.1);
  position: sticky;
}





/*new*/
nav{
	margin:0 auto;
	/*overflow-y:scroll;
	overflow-x:hidden;*/
}
/*.nav::-webkit-scrollbar {
  width: 2px;
}
.nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px transparent;
  
}
.nav::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 2px;
  
}*/
nav ul{
	text-align:left;
	list-style-type: none;
	
}
nav li {
	text-align:center;
	
}
.nav a, .nav label {
  display: block;
  /*padding: .85rem;*/
  color: #fff;
  /*background-color: #151515;
  box-shadow: inset 0 -1px #1d1d1d;*/
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
    font-size:18px;
	border-radius: 50px 0px 0px 50px;
	text-shadow:3px 3px 6px black;
	border: 2px solid #fff;
	border-top: none;
	border-bottom: none;
	border-left: none;
	.subtest{
		font-size:18px;
		transition: none;
		
	}
	
  /*color: rgba(255, 255, 255, 0.5);
  background: #030303;*/
}


.nav label { 
cursor: pointer; 
}

/**
 * Styling first level lists items
 */
 
.group-list a, .group-list label {
  /*padding-left: 2rem;
  background: #252525;
  box-shadow: inset 0 -1px #373737;*/
  text-align:left;
}
.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover { 
/*background: #131313; 
 * Styling second level list items
*/
}
.sub-group-list a, .sub-group-list label {
  /*padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;*/
}
.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover { 
 /* background: #232323; 

 * Styling third level list items
*/ }
.sub-sub-group-list a, .sub-sub-group-list label {
  /*padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;*/
}
.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover {
	/* background: #333333; 
 * Hide nested lists
 */}
.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}
.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
max-height: 1000px; }

label > span {
 color: #fff; 
display:inline-block;
	font-size:15px;
	float:right;
	margin: 0px;
	
	width: 1em;
  height: 1em;
   /*transition: all .25s ease-in;*/
 margin-left: 15px;
}
 
.nav__list input[type=checkbox]:checked + label > span {
 color: #fff;
 opacity:50%;
  
/*	-webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
	visibility: visible;
	font-size:15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 1em;
  height: 1em;*/
 text-align: center;
   
  transition: all .25s ease-in;
  
}




/*About us page video and carousal slider*/

.showcase video
{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
 /*  opacity: 0.8; */
 z-index:-9000;
 min-height: 100vh;
 filter: brightness(50%);
}

@media (max-width: 991px)
{
  .showcase video
  {
    /* padding-bottom: 80px; */
  }
}

@media (max-width: 768px)
{
  .showcase video
  {
    /* padding-bottom: 80px; */
  }
}

.slideshow-container
{  position: relative; }

.text{
  position: relative;
  z-index: 1;
  padding: 0 125px 0 125px;
  top:175px;
}
@media (max-width: 768px)
{
	.text{
		padding:0 0 0 40px;
		margin-right:40px;
		max-width:425px;
		top:150px;
	}
}

@media (max-width: 668px)
{
	.text{
		padding:0 0 80px 40px;
		margin-right:40px;
		max-width:425px;
		top:150px;
		margin-bottom: 80px
	}
}


.text h2
{
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 7px;
	font-family: "Karla", Arial, sans-serif;
  /* font-size: 5em;
  font-weight: 800;*/
  color: #fff;
  /* line-height: 1em;
  text-transform: uppercase;  */
}
@media (max-width: 991px)
{
	.text h2{
		font-size: 12px;
	}
}


.text h3
{
  color: #fff;
  line-height: 1em;
  letter-spacing: 2px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
      font-size: 38px;
}
.text p
{
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
  font-weight: 200;
  
  font-family: "Karla", Arial, sans-serif;
}
@media (max-width: 991px)
{
	.text p{
		max-width: 900px;
		height: 100%;
		max-height:350px;
		overflow:auto;
	}
	
		.text p::-webkit-scrollbar {
		 	background: transparent;				
		}	
		
}

.text a
{
  display: inline-block;
  font-size: 13px;
  background: rgba(255, 255, 255, 0);
  /* border-radius: 5px; */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.2px);
  -webkit-backdrop-filter: blur(7.2px);
  border: 1px solid rgba(255, 255, 255, 0.56);
  padding: 5px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
  letter-spacing: 7px;
  transition: 0.5s;
 font-family: "Karla", Arial, sans-serif
}
.text a:hover
{
	border:1px solid transparent;
   background-color: rgba(255, 214, 20, 0.8);     
}



.text {
  display: none;
  justify-content: space-between;
  text-align: left;
}

/* Next & previous buttons */

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 300px;
  width: auto;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index:2;
}
@media (max-width: 991px)
{
	.prev, .next{
		
		
	}
}

/* Position the "next button" to the right */

.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  position: absolute;
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through, or not */

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0);
  color: white;
  text-decoration:none;
}

.social
{
  position: absolute;
  z-index: 5;
  bottom: -450px;
  left:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.social li
{
  list-style: none;
}
.social li a
{
  display: inline-block;
  margin-right: 20px;
  filter: invert(1);
  transform: scale(0.5);
  transition: 0.5s;
}
.social li a:hover
{
  transform: scale(0.5) translateY(-15px);
}

/*About us page video and carousal slider... End*/



/*contact form success message*/

#result{
	font-size:23px;
	text-transform: uppercase;
    letter-spacing: 7px;
	font-family: "Karla", Arial, sans-serif;
	padding-left:20px;
}@media screen and (max-width: 768px) {
      #result{
		 text-align:center;
		padding: 0 0 0 0;		 } }

/*contact form success message... End*/


/* Sustainability page... */


.tm-section {
	/* padding-top: 5%; */
	padding-bottom: 5%;
	overflow: hidden;
}@media screen and (max-width: 768px) {
	.tm-section { 
		/* padding-top: 10%;  */
		padding-bottom: 10%;
	}
		
}

.tm-container { 
	width:100;
	margin: 0 auto; 
}

.tm-container-wide { width:100%; }

.tm-news-item {
	position:relative;
	margin: 0 auto 5% auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* padding-left: 15px; */
	/* padding-right: 15px; */
	border: 3px solid #f2f2f2;
	transition: box-shadow 0.3s;
}
/* .tm-news-item:hover { */
	/* -box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5); */
	/* -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5); */
	/* -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5); */
	
/* } */

@media (max-width: 991px) {
		.tm-news-item {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;	
				
	}
}

.tm-news-item:last-child { margin-bottom: 0; }

.tm-news-item-img {	
margin: 0 auto;
width:600px;
max-width:100%;
height:300px; 
}

.tm-news-item-img-container { padding: 0; }

img-fluid{display:block;}

.tm-news-container {
	background-color: white;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 3%;	
}

.tm-news-container:hover {
	
}

.tm-news-container p {
overflow-y:scroll;
max-height:150px; }

		.tm-news-container p::-webkit-scrollbar {
		  width: 3px;}

		.tm-news-container p::-webkit-scrollbar {
		 	background: transparent;				
		}	
		.tm-news-container p::-webkit-scrollbar-button:single-button {
		}					
		.tm-news-container p::-webkit-scrollbar-track {
		  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.01);	
		}													
		.tm-news-container p::-webkit-scrollbar-thumb {
		  background: grey;
		  border-radius: 1px;
		  height:1px;	
		}		
	
	
@media (max-width: 991px) {
	.tm-news-container {
		padding: 1.5em;
		margin: 0 auto;
		/* max-width: 600px; */
	}
}

.tm-news-title { 
	font-weight: 300;
	margin-bottom: 30px; 
}

.dark-gray-text { color: #666666; }
.tm-news-text {	line-height: 1.8; }


.container-fluid{}
@media screen and (max-width: 768px){
	.container-fluid{
		
	}
}

.flex-order-1 { -webkit-order: 1; -ms-flex-order: 1; order: 1; }
@media screen and (max-width: 768px) {
	.flex-order-1 { -webkit-order: 2; -ms-flex-order: 2; order: 2; }
}
.flex-order-2 { -webkit-order: 2; -ms-flex-order: 2; order: 2;}
@media screen and (max-width: 768px) {
	.flex-order-2 { -webkit-order: 1; -ms-flex-order: 1; order: 1;}
}

/* Sustainability page... END*/