
@import url('https://fonts.googleapis.com/css?family=Work+Sans:200');
@font-face {
    font-family: WorkSans;
    src: url(../fonts/WorkSans-ExtraLight.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Work+Sans:200');
@font-face {
    font-family: WorkSans_light;
    src: url(../fonts/WorkSans-Light.ttf);
}

 /* --------------navbar centre menu----------------------- */

		 @media (min-width: 768px) {
        .navbar .navbar-nav {
            display: inline-block;
            float: none;
            font-family: 'Prata', serif;
        }

        .navbar .navbar-collapse {
            text-align: center;

			 }
}

	/* --------------navbar right menu----------------------- */

	@media (min-width: 768px){

	 .navbar-right {
	 float: right !important;
	 margin-right: 20px !important;

         }
	       }
	/* --------------footer----------------------- */
.footer p {
  color: #fff;
	text-align: centre;
}

.footer {
    background-color: #060403;
    padding: 20px 0px 0px;
}

.footer a:link, .footer a:visited, .footer a:focus, .footer a:active {
	color: white;
	text-decoration: none;
}

.social {
	text-align: center;
	margin-top: -6px;
}

.footer .ting-color {
    color: yellow;
}

.ting-link {
	text-align: right;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
input[type="number"] {
   -moz-appearance: textfield;
}
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
input[type="date"] {
   -moz-appearance: textfield;
}
	/* --------------navbar color----------------------- */
.navbar-default {
	border-width: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: rgba(0,0,0,0.0);
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
	color: #cac8c3;
}

.top-nav-collapse {
	background-color: #080504;
	border-color: #080504;
}

/*body {
	font-family: WorkSans !important;
}*/

 /*row-no-paddin */
.row-no-padding {
    overflow: hidden;
}
 /*full-row-content  */
.full-row-content {
    padding: 50px 50px;
	/*color: white;*/
}

 

/*Center 3 Column layout*/
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-5px;
}

/*same height  */
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
	}

	 /*line  */
	
	.line {
		
	 
    background:#706762;
    position:relative;
    height:4px;
}
.line:before {
    content:'';
    background:#2a2827;
    width:50%;
    height:4px;
    position:absolute;    
}

.home {
        margin-top: 20px;
    top: 152px;
    margin-bottom: 20px;
    border: 0;
    width: 75%;}


hr {
         margin-top: -15px;
		 margin-bottom: 20px;
    	 border: 0;
		 width:250px;}


h1{
	font-family: WorkSans_light;
}

.services-partner {
	padding-top: 40px;
}

.services-section .thumb {
	padding: 0;
}

.thumb {
	padding: 2px;
}

.thumbnail {
	
    border-bottom-color: #27201c;
	border:none;
	border-radius:1px;
    box-shadow: none;
		padding: 0;
		margin-bottom: 0px;
}

.about-section .btn {
	background: none;
	color: white;
}

/*csr  */
.centercsr {
	padding-top: 80px;
  line-height: 200px;
  height: 100%;
	text-align: center;
}

/* If the text has multiple lines, add the following: */
.centercsr p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

.craft-head{
	font-family: WorkSans;
	font-size:50px;
	color:#cac8c3;
	letter-spacing: 15px;
}


	
	/*** PANEL PRIMARY ***/
	
	
	.panel-primary {
    border-color: #050403 !important;
}
.panel {
    margin-bottom: 20px;
    background-color: #050505 !important;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
	
	
	
	.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *
    display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}
.panel{border-bottom:0;
border-left:0;
border-right:0;}
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #b9b0ac;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #b9b0ac;
	background-color: #050403;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #050403;
	border-color: #050403;
	border-bottom-color: #b9b0ac;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #050403;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #b9b0ac;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
   background-color: #050403;
}


.panel-primary > .panel-heading {
    color: #b9b0ac;
    background-color: #050504;
    border-color: transparent;
}
/********************************************************************/

.bodycolor{
	background-color: #050403;
	color:#b9b0ac;
	font-family:
}

 .containera{
	padding-bottom:30px;
	padding-top:20px;
	color:#b9b0ac;
}


/********team css************************************************************/


.full-row-contentteam ,.h1 {
    padding: 20px 40px;
    color: black;
	
	
}
.full-row-contentteam .h1 ,h1 {
	font-size:22px;
	text-align:center;
	color:black;
	
}


/********product pages css************************************************************/


.full-row-contentteama ,.p {
    padding: 150px 150px;
    color: black;
	
	
}
.productpagetema{
	font-size:38px;
	text-align:center;
	color:black;
	font-family: 'Work Sans', sans-serif;
	
}

/********ol************************************************************/

.no3 {
    box-sizing: border-box !important;
    padding-bottom: 3px !important;
    display: list-item;
    text-align: -webkit-match-parent !important;
    padding-right: 15px !important;
    padding-left: 15px!important;
     
    margin-bottom: 2px !important;
    font-size: 20px !important;
    line-height: 1.6!important;
	
}


/******** inner pages banner header css**********************************************************/

.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}


.intro-sectioncsr {
    /*height: 50%;*/
    padding-top: 100px;
    text-align: center;
    background: #060403;
	
	background-position: center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	 
}

/******** customer pages logo css**********************************************************/

ul.galeria, ul.galeria > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.galeria {
    
}

ul.galeria > li {
    outline: 1px #b5b5b5 solid;
    float: left;
}
@media(max-width:639px){
    ul.galeria > li {
        width: 50%;
    }
}
@media(min-width:640px){
    ul.galeria > li {
        width: 33.33333333333333%;
    }
}
@media(min-width:768px){
    ul.galeria > li {
        width: 33.33333333333333%;
    }
}
@media(min-width:992px){
    ul.galeria > li {
        width: 20%;
    }
}
@media(min-width:1200px){
    ul.galeria > li {
        width: 20%;
    }
}


ul.galeria > li img {
    width: 100%;
}

div.row {
     outline: 1px ;
}


.no-gutter [class^="col-"] {
    padding-left:0;
    padding-right:0;
}

/******** testimonials pages css**********************************************************/

.testimonials
{
    color: black;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 0px;
    margin-left: 0px;
}

.carousel-inner {
	background: white;
	/*padding: 20px 40px;*/
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: black;
}

.carousel-control.right {
	right: -60px;
	display: inline;
}

.carousel-control.right .glyphicon {
	background-color: black;
	color: white;
}

.carousel-control.left {
	left: -60px;
}

.carousel-control.left .glyphicon {
	background-color: black;
	color: white;
}


<!-------------------------------------------------------------------------->
.navbar-default .navbar-nav>li>a {
    color: #fff!important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000;
} 
.dropbtn {
    background-color:transparent;
    color: #cac8c3 !important;
   /* padding: 16px;*/
	padding-bottom: 0px !important;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
}

.divide{
border-bottom: 1px solid #0a0605;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
   position: absolute;
    background-color: #262220;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align: left;
	right: -30px;
}

.dropdown-content a {
    color: #b7aeaa;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {color: #f1f1f1}

.dropdown:hover {
  		    
		
	}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #716762;
    background-color: transparent;
}

.dropbtn a:hover {color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
	border-bottom: 1px solid #665a53;
}

/*.dropdown:focus .dropbtn {
    background-color: transparent;
    border-bottom: 1px solid #665a53;
}*/

<!---------------------button----------------------->

.btn-default{
	background-color:transparent !important;
	    border-color: #ccc !important;
}
.butn{
	background-color:transparent !important;
	    border-color: #aba9a5 !important;
		color: #aba9a5;
		outline-color:#aba9a5;
		    border-radius: 3px !important;
			    padding: 2px 20px !important;
			    
}

.butn-home{
	margin-top: 20px;
}

.btn-default:hover {color: #b8afab;
border-color:#b8afab !important;}

.btn-default.focus, .btn-default:focus {
    color: #aba9a5 !important;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
}
<!-------------------------------------------------------------------------->

.heading{
	text-align:center;
}

.input-style:hover {
	outline-color:none !important;
}



.carousel-style {
	background-color: transparent;
	padding:0px !important;
}

.thumbnail-style {
    box-shadow: none;
    padding: 0px;
    /*margin-left: 21px;*/
    margin-bottom: 12px;
    border-radius: 12px;;
    background-color: transparent;
}

.thumb-1{
	padding-left:0px;
	padding-right: 0px;
}



.carousel-control {
	top: 90px !important;
	margin-left: 85px !important;
    left: -12px;
    height: 40px;
    width: 40px;
    background: none ;
    border: none!important;
    border-radius: 0;
    margin-top: 0px!important;
	
}

.carousel-control.right {
	    position: absolute;
    top: 131px;
    /*left: 940px;*/
}

.left-arrow{
    position: absolute;
       top: 155px;
    left: -75px;
}

.right-arrow{
       position: absolute;
        top: 155px;
    left: 1135px;
}

.thumb-border{
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

.thumb-border1{
	border-bottom:1px solid #666;
}

.thumb-border2{
	border-right:1px solid #666;
		
}

.thumb-border3{
	border-right:1px solid #666;
		
}
/******** testimonials pages   css**********************************************************/

.testimonials
{
    color: black;
	background-color:#FFF;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-right: 0px;
    margin-left: 0px;
}

.carousel-inner {
	background: transparent;
	  
	/*padding: 60px 60px;*/
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: black;
}

.carousel-control.right {
	right: 10px;
	display: inline;
}

.carousel-control.right .glyphicon {
	background-color: black;
	color: white;
}

.carousel-control.left {
	left: -78px;
}

.carousel-control.left .glyphicon {
	background-color: black;
	color: white;
}
	

.thumbnail:hover {
	border-color: 1px solid #fff;
	border-bottom-color:1px solid #FFF;
}
	
.mdl-shadow--16dp:hover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }



/*------------------uniform------------------*/

.line1{
	    /*margin-left: 32px;*/
	    background: #706762;
    height: 4px;
    width: 55px;
    position: absolute;
    margin-top: -18px;
}

.line1:before {
    content: '';
    background: #2a2827;
    width: 50%;
    height: 4px;
    position: absolute;
}

.uniform-content{
	    /*padding: 55px;*/
	  /*  margin: 65px auto;*/
	      margin: 45px auto 0px;
    padding-left: 45px;
}

.horizontal-line{
	width: 200px;
	color: grey;
	height: 2px;
}

.uniform-img{
	z-index: 9999;
}

.img-block{
	padding: 124px 30px 0px;
	z-index: 999;	
}

.border-btm{
	margin-left: 25px;
}

.btm{
	border-bottom: 2px solid #d7d1d1;
	position: relative;
	bottom: 5px;
}

.suiting-content{
	    text-align: center;
	    margin: 70px;
}

.suiting-line{
	   /* margin-left: 32px;*/
	    background: #d5d2d0;
    height: 4px;
    width: 55px;
    position: absolute;
    margin-top: -18px;
}

.suiting-line:before {
    content: '';
    background: #706762;
    width: 50%;
    height: 4px;
    position: absolute;
}

.row-btm{
	margin-bottom: 30px;
}

.img-padd{
	padding-left: 0px;
}

.fabric-content{
	    padding-right: 50px;
	    margin: 45px auto 0px;
}

.print-line{
	   /* margin-left: 32px;*/
	    background: #3e3632;
    height: 4px;
    width: 210px;
    position: relative;
    margin-top: -18px;
}

.print-line:before {
    content: '';
    background: #706762;
    width: 50%;
    height: 4px;
    position: absolute;
}

.ovp-line {
		
	 
    background:#272220;
    position:relative;
    height:4px;
}
.ovp-line:before {
    content:'';
    background:#706762;
    width:50%;
    height:4px;
    position:absolute;    
}
/*.ovp-line{
	margin-left: 32px;
	    background: #706762;
    height: 4px;
    width: 55px;
    position: absolute;
    margin-top: -18px;
}

.ovp-line:before {
    content: '';
    background: #272220;
    width: 50%;
    height: 4px;
    position: absolute;
}*/

.prod-style{
	padding-left:0px;
	padding-right:0px;
}


/* contact us changes*/
.submit_btn{background-color: #000; padding: 5px; margin-top: 20px;}
.form-holder{background-color: #fff;}
.top_mar{margin-top: 51px;}
label {color: red; font-size: 10px; font-weight: 500;}
Style Attribute {
    text-align: left;
}
.bottom_border {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.form-control.bottom_border{box-shadow:none;}

.sub-panel{
	background-color: #fff;
	border-color: #fff;
}

.panel-header{
	background-color: #fff!important;
	border-color: #fff!important;
	
}

.tabs{
	background-color: #fff!important;
	color: #000!important;
	font-size: 24px;
	border-color: #fff!important;
}

.tabs:hover{
	background-color: #fff!important;
	color: #000!important;
	border-color: #fff!important;
}

.sub-panel-body{
	background-color: #fff!important;
}


.carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        width: 97%;
        margin: auto;
    }
    .item.dis_line img {
    display: inline-block;
    width: 200px;
    height: 200px;
    padding: 0px 10px;
    margin: 0 5px;

}

.test-style{
	    height: 40px!important;
    width: 40px!important;
    background: none repeat scroll 0 0 #222222!important;
    border: 4px solid #FFFFFF!important;
    border-radius: 23px 23px 23px 23px!important;
    margin-top: -88px!important;
}
.slider{
	text-align: center;
}

.thumbs{
	background-color: #fff;
	    border-right: 3px solid black;
}

.about-text{
  background: -webkit-linear-gradient(#ffffff,#ffffff,#747372,#747372);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Prata', serif;
  font-size:110px;
  color:#ffffff;
}

.address{
	background-color: #191110; 
	color: #b5aaa8; 
	position: absolute; 
	bottom: 140px; 
	z-index: 3; 
	right: 0px; 
	padding: 20px;
	font-family:'Work Sans', sans-serif;
}

.address-contact{
	background-color: #050403; 
	color: #b5aaa8; 
	position: absolute; 
	bottom: 140px; 
	z-index: 3; 
	right: 15px; 
	padding: 20px;
	font-family:'Work Sans', sans-serif
}
.address-home{
	background-color: #191110; 
	color: #b5aaa8; 
	position: absolute; 
	bottom: 140px; 
	z-index: 3; 
	right: 15px; 
	padding: 20px;
	font-family:'Work Sans', sans-serif
}
#Carousel{
		display: inline-table;
	}
	#Carousel1{
		display: none;
	}
	
	#myCarousel{
		display: inline;
	}
	#Carousel-cust1{
		display: none;
	}
/*------------------ABOUT US-------------------------*/
.missionform{

	background-color: #dad3d0;
    color:black;
	    margin-top: -37px;
    border-style: solid;
   border-color: #706762#060403 #bbb3af#17100f;
	padding:60px 60px 60px 60px ;
	/*background-image: url('image/sign.jpg') ;*/
	background-repeat:no-repeat;
	display: flex;

	}
	
	
	.mission-text{
  background: -webkit-linear-gradient(#b6ada9,#b6ada9,#7b716c,#7b716c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Prata', serif;
  font-size:87px;
  color:#b6ada9;
	}

	.vision-text{
  background: -webkit-linear-gradient(#b6ada9,#b6ada9,#7b716c,#7b716c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Prata', serif;
  font-size:87px;
  color:#b6ada9;
	}
	.comma{
		position: absolute;
    margin-top: -84px;
    width: 87px;
    left: 30px;
	}
	
	/*------------------ABOUT US-------------------------*/
	
	
	/*------------------WHY VEMB-------------------------*/
	.why-vemb-text{
	font-family: 'Prata', serif;
	font-size:110px;
	color:#ffffff;
  background: -webkit-linear-gradient(#ffffff,#ffffff,#ffffff,#747372,#f6efefb5,transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ovp-text{
  background: -webkit-linear-gradient(#e1e1e1,#e1e1e1,transparent,transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Prata', serif;
  font-size:35px;
  color:#ffffff;
  padding: 17px;
}
	
	/*------------------WHY VEMB-------------------------*/
	
	/*------------------TEAM-------------------------*/
.team-text{
	font-family: 'Prata', serif;
	font-size:110px;
	color:#ffffff;
  background: -webkit-linear-gradient(#ffffff,#ffffff,#747372,#747372);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------------------TEAM-------------------------*/

/*------------------Uniforms-------------------------*/
.uniform-text{
	font-family: 'Prata', serif;
	font-size:110px;
	color:#dedede;
	font-size: 72px;
  background: -webkit-linear-gradient(#ffffff,#ffffff,#2d2d2d,#2d2d2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------------------Uniforms-------------------------*/

/*------------------FABRICS-------------------------*/

.fabricsgalleryfont {
    font-weight: bold;
    color:#59504b;
    left: 0;
    right: 0;
}

	#light img:hover {
		border-bottom: 2px solid white;
	}

	#light h3 {
		color: white;
	}

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 325px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 325px;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 325px;
  left: 0;
  position: absolute;
  top: 0;
  width: 325px;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 325px;
  left: 0;
  position: absolute;
  top: 0;
  width: 325px;
  opacity: 0;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
  border-bottom: 2px solid white;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: table;
  height: 325px;
  left: 0;
  position: absolute;
  top: 0;
  width: 337px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.text-gradient{
	font-size: 72px;
  background: -webkit-linear-gradient(#ffffff,#ffffff,#747372,#747372);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fab-text{
	
  background: -webkit-linear-gradient(#010101,#010101,#FFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gallery-text{
		
	 background: -webkit-linear-gradient(#b9b0ac,#b9b0ac,#433e3c,#433e3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.enquiry-text{
		font-family: 'Prata', serif;
		font-size:90px;
		color:#b9b0ac;
	 background: -webkit-linear-gradient(#ffffff,#ffffff,#726863,#726863);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gallery-title{
	    position: relative;
    font-family: 'Prata', serif;
    top: 40px;
    font-size: 110px;
    left: 16px;
    color: #b9b0ac;
}

/*.enquiry-title{
	    font-family: 'Prata', serif;
    font-size: 110px;
    color: #b9b0ac;
    position: relative;
    top: 42px;
    z-index: 99999;
}*/

.print-text{
	
  background: -webkit-linear-gradient(#726863,#726863,transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hover-img:hover{
	opacity:0.5;
}

/*.hover-img:hover .overlay{
	opacity: 1;
}*/

.overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
}



.fabric-subtitle {
  color: white;
  font-size: 20px;
  position: absolute;
  font-family: 'Prata', serif;
  font-size: 40px;
  border-bottom: 1px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.fabric-subtitle:hover {
 	   border-bottom: 1px solid white;
}

.fabric-subtitle.active {
 	   border-bottom: 1px solid white;
}
/*.fab-tab{
	
    background: red;    
    background: -webkit-linear-gradient(left, #16110f , #322723); 
    background: -o-linear-gradient(right,  #16110f , #322723); 
    background: -moz-linear-gradient(right,   #16110f , #322723);
    background: linear-gradient(to right,  #16110f , #322723); 

}*/

.fab-tab{
	    border-right: 1px solid #000;
}
.tabs-text{
	    font-family: 'Prata', serif;
	color: #000;
	font-size: 32px;
	border-color: #fff!important;
}

.tabs-text:hover{
	font-family: 'Prata', serif;
	color: #000;
	text-decoration: none;
	border-color: #fff!important;
}

.tabs-text:focus{
	color: #000;
	color: #000;
	text-decoration: none;
	
}
.tab-span:focus {
	border-bottom: 1px solid black;
}
.fab-tab.active .tab-span {
	border-bottom: 1px solid black;
}
.tab-span:hover {
	border-bottom: 1px solid black;
}
.fab-panel{
	padding-left: 50px!important;
    padding-right: 50px!important;
}
	/*------------------FABRICS-------------------------*/


	/*------------------PARTNERS-------------------------*/
	
.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}


.intro-sectioncsr {
    height: 50%;
    padding-top: 100px;
    text-align: center;
    background: #060403;

	/*background-position: center center;*/
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.partners-text{
	font-family: 'Prata', serif;
	font-size:110px;
	color:#dedede;
  background: -webkit-linear-gradient(#ffffff,#ffffff,#747372,transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.association-text {
    background: -webkit-linear-gradient(#ffffff,#ffffff,#726863,#726863);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Prata', serif;
    font-size:87px;
    color:#69605b;
}


	/*------------------PARTNERS-------------------------*/
	
	/*------------------CUSTOMERS-------------------------*/
	
	.cust-hr{
	background:#ccc;
	width: 100%;
	height:2px;
			
}

.customers-text{
	font-family: 'Prata', serif;
	font-size:87px;
	color:#b7aeaa;
  background: -webkit-linear-gradient(#ffffff,#ffffff,#747372,transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.test-text{
	font-family: 'Prata', serif;
	font-size:87px;
	color:#b7aeaa;
	position: relative;
	top: 38px;
  background: -webkit-linear-gradient(#b5aca8,#b5aca8,#827b78,transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

	
	/*------------------CUSTOMERS-------------------------*/
	
	
	/*------------------CAREERS-------------------------*/

.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}


.intro-sectioncsr {
    height: 50%;
    padding-top: 100px;
    text-align: center;
    background: #060403;

	background-position: center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.careers-text{
	font-family: 'Prata', serif;
	font-size:110px;
	color:#dedede;
  background: -webkit-linear-gradient(#ffffff,#ffffff,#747372,transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

	
	/*------------------CAREERS-------------------------*/
	
		/*------------------CONTACT US-------------------------*/
		
		
	.contact-text{
	font-family: 'Prata', serif;
	font-size:110px;
	color:#69605b;
	font-size: 72px;
  background: -webkit-linear-gradient(#fafafa,#fafafa,#777471,transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*.enquiry-text {
	font-family: 'Prata', serif;
	font-size:87px;
	color:#69605b;
    background: -webkit-linear-gradient(#ffffff,#ffffff,#726863,#726863);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
	
	
	
		/*------------------CONTACT US-------------------------*/
		
		/*------------------TEAM-------------------------*/
		
.team-title{
	margin-top: -5px;
}

.teamcontent-box{
	padding-top: 85px;
}
		
		/*------------------TEAM-------------------------*/
		
.panel-mob1{
	display: none;
}

.right-logo-div{
	display: inline-block;
	margin-top: 4px;
}
.right-logo{
	/*display: inline-block;
    position: absolute;*/
    top: 4px;
    padding-bottom: 15px;
    padding-left: 15px;
}  
  .fp-controlArrow.fp-prev {
  	display: none;
  	}
  	.fp-controlArrow.fp-next {
  		display: none;
  		}
		
		/*#Carousel{
			display: none;
		}*/
		
		
		
	    .cont-text{
	font-size: 70px;
  background: -webkit-linear-gradient(#736964,#afacaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 20px;
	    font-family: 'Prata', serif;
	    color:#756b66;
}
}
.map-iframe{
	border:0;
	height:400px;
}
.foot{
	background-color:#060403; 
	margin-bottom: -66px;
}

.dropdown1{
	display: none!important;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 470px!important;
}

.drop-desk{
		display: block!important;
	}
	
.drop-mob{
		display: none!important;
	}
	
	.mob-logo{
		display: none;
	}
	.home-slider-right{
		width: 45px;
		}
		.home-slider-left{
		width: 45px;
		}
		.map-iframe{
	height:400px;
}

	.map-iframe-div{
	height:400px;
}

.product-home{
	top: 25px;left: 56px;
}
.craft-div{
	bottom: 75px;
}

.text {
  background: -webkit-linear-gradient(#746a65,#746a65,#746a65,#d0d0d0,transparent,transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Prata', serif;
  font-size:87px;
}

.prod-text{
		font-size: 72px;
  background: -webkit-linear-gradient(#b9b0ac,#433f3e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Prata', serif;
  
}

.cust-text{
	font-size: 72px;
  background: -webkit-linear-gradient(#b9b0ac,#3e3938);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Prata', serif;font-size:80px;color:#b9b0ac;
}

.csr-slide{
	    width: 80%!important;
}

.wv-desk{
	display: block;
}

.wv-mob{
	display: none;
}

.active-page{
	border-bottom: 1px solid #665a53;
}



/*-----Cont---*/

.mdl-textfield {
    padding: 26px 0!important;
}
/*-----Cont---*/

.logo{
        /*padding-top: 6px;*/
	    padding-top: 0px;
}

.address {
    background-color: #050403;
    color: #b5aaa8;
    position: absolute;
    bottom: 140px;
    z-index: 3;
    right: 0px;
    padding: 20px;
    font-family: 'Work Sans', sans-serif;
}
span.uniform-text.work-wear{
        font-size: 90px;
}
span.uniform-text.housekeeping-new{
        font-size: 72px;
}

.intro-work-wear{ height: 35%; }
/*p.work-p{ font-weight: 200; }*/
a.left.carousel-control.work-arrow-left {
    left: -13%;
    top: 46% !important;
}
a.right.carousel-control.work-arrow-right {
    right: -6%;
    top: 46% !important;
}
section#also-see
{
    padding-bottom: 30px;
    padding-top: 20px;
}
.slick-slide img {
    display: block;
    width: 93%;
    margin-left: 4%;
}

.also-see-text {
    margin-bottom: -21px;
    margin-left: 15px;
}
h3.enquiry-text.text-center.enquire-with-us
{

    z-index: 3;
    position: relative;
}
.work-form{ 
   
    background: #fff;
}
.uniform-new img{ width: 100%; }
.uniform-new1 img{ width: 100%; }
.uniform-new1 {margin-top: 15%;}
.main-slider img{ width: 97%; margin-left: 2%; }
	/*------------------MEDIA QUERIES-------------------------*/
	
	@media only screen and (min-width : 1920px) {
	.arrow-right {
    top: 361px;
}
.arrow-prev {
    top: 361px;
}
}
	
@media only screen and (max-width : 786px) {

.safet-for-now {
    font-size: 38px !important;
}
hr.hk-line {
    margin-top: 0px;
}
    span.uniform-text.housekeeping-new {
    font-size: 30px;
}
    .uniform-new1 {
    
    margin-bottom: 15%;
}
    .uniform-new {
    margin-bottom: 15%;
}
    .slick-prev {
    left: 13px;
}
.slick-slide img {
    display: block;
    width: 77%;
    margin-left: 10%;
}
.also-see-text {
    margin-bottom: -21px;
    margin-left: 35px;
}
.slick-next {
    right: 13px;
}
.main-slider img{width: 77%;margin-left: 11%;}
    span.uniform-text.work-wear {
    font-size: 58px;
}
    .work-form {
        background: #efe8e5;
    margin-left: 3%;
    margin-top: 2%;
    width: 94%;}
h3.enquiry-text.text-center.enquire-with-us {
    margin-bottom: 0px;
    z-index: 3;
    position: relative;
}
    .mlogo-res{
            width: 200px;
    }
	.panel-mob1{
	display: inline-block;
	}
	.panel {
    text-align: justify;
}
	.panel-mob{
	display: none;
	}
	.dropdown-content {
	   position: relative;
	   right: 0px;
	}
	.ting-link {
	text-align: center;
}
	.copyright{
	text-align: center;
	}
	.about-text{
	font-size: 72px;
	}
	.comma {
    position: absolute;
    margin-top: -66px;
    width: 80px;
    left: 22px;
	}
	.why-vemb-text {
    font-size: 55px;
}
	.ovp-text{
	    font-family: 'Prata', serif;
	    font-size: 30px;
	    color: #646465;
	    padding: 18px;
	     -webkit-text-fill-color:  #646465;
    }
    .team-text{
		font-size: 72px;
	}
	.csr-img{
		margin-top: 25px
	}
	.suiting-content {
	    text-align: center;
	    margin: 15px;
	}
	.enquiry-text{
		font-size:45px;
        margin-bottom: 1%;
	}
	.uniform-text{
		font-size: 72px;
	}
	.uniform-content {
    	padding-left: 15px;
	}
	.partners-text{
		font-size: 72px;
	}
	.association-text{
		font-size:45px;
	}
	.testimonials {
  		margin-top: 14px;
	}
	.customers-text{
		font-size: 65px;
	}
	.test-text{
		font-size:60px;
	}
	.careers-text{
		font-size: 72px;
	}
	.contact-text{
		font-size: 69px;
	}
	.navbar{
		background-color: #000;
	}
	.teamcontent-box{
		padding: 20px 40px;
	} 
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
	#Carousel{
		display: none;
	}
	#Carousel1{
		display: inline-table;
	}
	#myCarousel1{
		display: none;
	}
	#Carousel-cust1{
		display: inline;
	}
	.full-row-content {
    margin-top: 25px;
    padding: 15px 15px;
    /* color: white; */
}
.intro-sectioncsr {
     height: auto; 
    }
    .dropdown1{
	display: block;
}
	.prod-img{
		display: none;
	}
	.drop-mob{
		display: block!important;
	}
.drop-desk{
		display: none!important;
	}
	.prod-style {
    padding-left: 15px;
    padding-right: 15px;
}
	.desk-logo{
		display: none;
	}
	.mob-logo{
		display: block;
	}
	.home-slider-left{
		    width: 35px;
    position: absolute;
    left: 5px;
    margin-top: -92px;
	}
	.home-slider-right{
		        right: 7px;
    width: 35px;
    position: absolute;
    margin-top: -92px;
	}
	.map-iframe {
    height: 418px;
}
.map-iframe-home {
    height: 300px;
}
.cont-text {
    font-size: 58px;
}
.address {
        font-size: 13px;
    position: absolute;
    margin-top: 18px;
}

.mob-cust-right{
	   width: 45px;
    top: -92px;
    left: 5px;
    position: absolute;
}

.mob-cust-left {
    width: 45px;
    left: 365px;
    top: -90px;
    /* right: -315px; */
    position: absolute;
}

.address-contact {
    font-size: 13px;
    bottom: 45px;
    position: relative;
    right: 0;
    padding: 15px 35px;
}

.no-padding{
	padding-left: 0;
	padding-right: 0;
}

.address-home{
	font-size: 13px;
	bottom: 43px;
	padding: 5px 20px;
}
.mob-wv-right {
    width: 34px;
    top: 210px;
    position: absolute;
}

.mob-wv-left {
    width: 34px;
    left: 352px;
    top: 210px;
    position: absolute;
}
    .wv-desk{
	display: none;
}

.wv-mob{
	display: block;
}
.panel.with-nav-tabs .panel-heading {
    padding: 5px 6px 0px 35px;
}
.panel-header{
	border-color: transparent;
}
.dropbtn:hover{
	background-color: transparent;
	outline-color: transparent;
}
.dropbtn:{
	background-color: transparent;
}
.craft-head {
    font-size: 25px;
    }
    .text{
		    font-size: 75px;

	}
	.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #000;
    border-bottom: 1px solid #665a53;
    
}
.img-block {
    padding: 40px 30px 0px;
    z-index: 999;
}
.foot {
    background-color: #060403;
    margin-bottom: -20px;
}
.active-page{
	border-bottom: 1px solid transparent;
}

.logo{
	width: 115px;
}
.navbar-brand {
    padding: 17px 15px;

}
.right-logo {
    top: 4px;
    padding-bottom: 15px;
    padding-left: 40px;
}
.address {
    font-size: 13px;
    bottom: 45px;
    padding: 5px 35px;
}
}


@media only screen and (max-width : 414px) {
	.butn-home {
    margin-top: -55px;
}
	.address {
    font-size: 13px;
    bottom: 45px;
    padding: 5px 35px;
}
	}
	

@media only screen and (max-width : 375px) {
.mob-cust-left {
    width: 45px;
    left: 325px;
    top: -90px;
    /* right: -315px; */
    position: absolute;
}

.mob-wv-right {
    width: 34px;
        left: -6px;
    top: 175px;
    position: absolute;
}

.mob-wv-left {
    width: 34px;
    left: 315px;
    top: 175px;
    position: absolute;
}
.cont-text {
    font-size: 60px;

}
.cust-text {
    font-size: 65px;
}
.map-iframe {
    height: 370px;
}
.prod-text {
    font-size: 63px;
    }
    .right-logo {
    /* top: 7px; */
    /* padding-bottom: 21px; */
    padding-left: 15px;
}
.butn-home {
    margin-top: -25px;
}
.foot {
    background-color: #060403;
    margin-bottom: -20px;
}
.logo{
	width: 115px;
}
}

@media only screen and (max-width : 320px) {
.cont-text {
    font-size: 50px;
    top: 34px;
}
.product-home{
	top: 16px;
    left: 40px;
}
.prod-text {
    font-size: 50px;
}
.text {
    font-size: 58px;
}
.craft-head {
    font-size: 18px;
}
.craft-div{
	bottom: 66px;
}

.cust-text{
	    font-family: 'Prata', serif;
    font-size: 57px;
    color: #b9b0ac;

}
.map-div {
    top: -60px;
}
.address {
    position: absolute;
    margin-top: 50px;
        font-size: 13px;
}
.prod-style:hover {
     border-bottom: 1px solid transparent; 
}
.customers-text {
    font-size: 50px;
}
.mob-cust-left {
    width: 45px;
    left: 270px;
    top: -90px;
    /* right: -315px; */
    position: absolute;
}
/*.address-contact {
    bottom: 30px;
    padding: 2px 29px;
    font-size: 10px;
}*/

.map-iframe {
    height: 317px;
}

.address-home{
	right: 40px;
	    bottom: 30px;
    padding: 5px 20px;
    font-size: 13px;
}

/*.address-home {
    bottom: 30px;
    padding: 5px 20px;
    font-size: 13px;
}*/
.contact-text {
    font-size: 53px;
}
.enquiry-text {
    font-size: 35px;
}
.ovp-text {
    font-family: 'Prata', serif;
    font-size: 24px;
    color: #ffffff;
    padding: 18px;
}
.mob-wv-left {
    width: 34px;
    left: 265px;
    top: 145px;
    position: absolute;
}

.mob-wv-right {
    width: 45px;
    top: 145px;
    left: -10px;
    position: absolute;
}
.butn-home{
	margin-top: -125px;
}
.cont-text {
    font-size: 50px;
    top: 0;
}
.map-div {
    top: 0;
}
.foot {
    margin-bottom: -50px;
}


.about-text {
    font-size: 62px;
}
.mission-text{
	font-size: 69px;
}
.missionform{
	margin-top: -28px;
}
.vision-text{
	font-size: 69px;
}
.visionform{
	margin-top: -28px;
}
.panel.with-nav-tabs .panel-heading {
    padding: 5px 6px 0px 5px;
}
.uniform-text{
	font-size:55px;	
}
.partners-text {
    font-size: 60px;
}
.careers-text {
    font-size: 58px;
}
.right-logo {
    /* top: 7px; */
    width: 90px;
    /* padding-bottom: 21px; */
    padding-left: 15px;
}
.logo{
	width: 105px;
}

.address {
    bottom: 30px;
    padding: 2px 29px;
    font-size: 10px;
}
}

.previous, .next{

    width: 30px;
    height: 30px;
    display: block;
    border-top: 2px solid #404040;
    border-left: 2px solid #404040;

}

.previous{
    transform: rotate(-45deg);
}

.next{
    transform: rotate(135deg);
}

.previous::before{
    content: '';
    display: none;
}

.next::before{
    content: '';
    display: none;
}