@charset "utf-8";
/* CSS Document */

a{text-decoration:none; transition:.3s all ease-in-out; -webkit-transition:.3s all ease-in-out; -moz-transition:.3s all ease-in-out;}
p{font-family: "Libre Baskerville";}

.navigation{width:100%; height:auto; background-color:#d93722; padding:0 30px;}
.navbar-default{background-color:#d93722; border-color:#d93722;}
.navbar-default .navbar-nav>li>a{color:#fff; text-transform:uppercase; font-family: 'Oswald', sans-serif; margin-top:5px;}
.navbar-default .navbar-nav>li>a i{font-size:22px; color:#fff;}
.navbar{min-height:60px; margin-bottom:0px;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{color:#fff;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{background-color:transparent; color:#fff;}
.navbar-right .dropdown-menu{left:0;}
.dropdown-menu>li>a{padding:7px 16px; font-family: 'Oswald', sans-serif; text-transform:uppercase;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background-color:#d93722; color:#fff;}
.dropdown-menu{padding:0;}

.navbar-default .navbar-toggle{border-color:#fff; border-radius:0px;}
.navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background-color:transparent;}
.social-media ul{list-style:none; float:right; margin-top:5px; margin-bottom:0px;}
.social-media ul li{float:left; padding:5px 10px; border:1px solid #d93722; margin:0 5px; border-radius:50%; font-size:20px; width:40px; height:40px; text-align:center; transition:.3s all ease-in-out; -webkit-transition:.3s all ease-in-out; -moz-transition:.3s all ease-in-out;}
.social-media ul li a{color:#d93722;}
.social-media ul li:hover {background-color:#d93722; border-radius:50%; transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg);}
.social-media ul li:hover a{color:#fff;}
.uzer-logo{float:right; margin-left:10px;}
.uzer-logo img{margin:0px auto 0 auto;}
.top-nav-bar{width:100%; padding:15px 30px;}


footer{width:100%; padding:70px 0 35px 0; background-color:#e7e2db;}
.footer-heading h4{font-size:18px; line-height:36px; text-transform:uppercase; color:#d93722; margin-bottom:5px; font-family: 'Oswald', sans-serif;}
.subscribe-form{width: 50%;  margin: 0px auto 0;  padding: 10px;}

.subscribe-form input[type="email"]{width: 80%;
    padding: 5px 10px 9px;
    font-size: 14px;
	font-style:italic;
	text-align:center;
    /*float: left;*/
    color: #000;
    outline: none;
    border: 1.5px solid #fff;
    background: #fff;
    -webkit-appearance: none;
	margin-bottom:15px;
}
.subscribe-form button{width: 70px;
        width: 70px;
    background: url(../images/right-arrow.png) no-repeat;
    border: none;
    height: 20px;
    margin-left:-40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
}
.subscribe-form button:hover{margin-left:-25px;}
footer .social-icon {
    margin-bottom: 30px;
}
footer .social-icon a{text-decoration:none;}
footer .social-icon a:hover{text-decoration:none; color:#d93722;}
footer .social-icon i{
	color: #d93722;
    padding: 9px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
	font-size:20px;
    background-color:transparent;
    display: inline-block;
    margin: 0 5px 0 0;
    border: 1px solid #d93722;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
}
footer .social-icon i:hover{background-color:#d93722; color:#e7e2db; transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg);}
.footer-logo{margin-bottom:25px;}
footer .bottom-nav {
    margin-bottom: 20px;
}
footer .bottom-nav ul{display:block; padding: 0;}
footer .bottom-nav ul li{
	display: inline-block;
    color: #a3a09d;
    padding: 0 12px;
    border-right: 1px solid #d93722;
    font-size: 14px;
    text-transform: uppercase;
}
footer .bottom-nav ul li:first-child {
    padding-left: 0px;
}
footer .bottom-nav ul li:last-child{border-right:1px solid transparent;}
footer .bottom-nav ul li a{color: #1b1b1b; text-decoration: none; font-family: 'Oswald', sans-serif;}
footer .bottom-nav ul li a:hover{color:#d93722}	
.copyright {
    display: block;
    /*margin-top: 70px;*/
	margin-top:30px;
    padding: 10px 0;
    border-top: 1px solid #d5d1c9;
    color: #8c8e82;
    font-size: 12px;
}
.copyright p a{color:#8c8e82; text-decoration:none; font-size:12px;}
.copyright p a:hover{text-decoration:underline;}
.sub-footer{background-color:#e7e2db; width:100%; padding:0;}

.slide-banner{max-width:100%; height:auto;}


/* fullscreen-menu overlay */
#overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

#overlay div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#overlay ul {
      list-style: none;
    margin: 0;
    padding: 0;
    color: white;
    /* text-align: center; */
    width: 100%;
}

#overlay ul li {
      margin: 3% 2%;
    display: inline-block;
    text-align: left;
    width: 29%;
}
#overlay ul li a{
    font-size: 2.6em;
    font-family: "Libre Baskerville";
    text-transform: none;
    font-style: italic;
    margin-top: 35%;
    display: block;
    line-height: 57px;
    margin: 0;
    padding: 0 10px;
    border-top: 3px solid #e7e2db;
    font-size: 2.3em;
    line-height: 1.6em;
	color:#fff;
}
#overlay ul li a:hover{text-decoration:none;}
#overlay ul li span{
    background-color: #e7e2db;
    color: rgba(0, 0, 0, 0.9);
    font-family: "Oswald";
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    margin-left: 15px;
    padding: 0px 6px;
    border-bottom: 2px solid #e7e2db;
}
/* fullscreen-menu */
/*----------------------------------*/
/*----------------------------------*/
/* hamburger-icon  */
#nav-icon {
	position: relative;
    margin-top: 18px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    z-index: 99999;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    float: left;
}

#nav-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 8px;
}

#nav-icon span:nth-child(3) {
  top: 16px;
}

#nav-icon.animate-icon span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.animate-icon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.animate-icon span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* hamburger-icons */
/*----------------------------------*/


.slide-banner{
	width: 100%;
    min-height:794px;
    /*float: left;*/
    position: relative;
	background:url(../images/slide-1.jpg);
}
.bg{background-repeat: no-repeat; background-size: cover;  background-position: center;}
.carousel-caption{top:20%; text-align: left;  margin-left: 6%;}
.header .intro{
    width: 50%;
    height: auto;
    margin-left: 15%;
    padding-top: 20%;
    z-index: 8;	
}

.intro h2{
	font-family: 'Libre Baskerville', serif;
    
    font-style: italic;
    color: #333;
    display: inline-block;
    font-size: 3.6em;
	line-height:65px;
    margin: 0;
    padding: 0;
	text-shadow:none;
}
.line{width:18%; height:5px; background-color:#d93722; margin-top:20px;}

.product-showcase{width:100%; background-color:#1b1b1b; padding:70px 0;}
.about-para{width:100%; background-color:#cfc5ad; padding:40px 90px 40px 40px;}
.about-para h3{font-size:36px; line-height:56px; font-family: 'Libre Baskerville', serif; font-style: italic; margin-bottom:30px;}
.about-para p{font-size:18px; line-height:28px; font-family: 'Libre Baskerville', serif; margin-bottom:25px;}
.about-para a.knowmore{border:1px solid #1b1b1b; padding:6px 10px; text-decoration:none; color:#1b1b1b;}
.about-para a.knowmore:hover{background-color:#d93722; color:#fff; border:1px solid #d93722;}

.product-showcase-details{width:100%; padding:15px;}
.product-showcase-details h3{font-size:2.5em; color:#cfc5ad; font-family: 'Libre Baskerville', serif; font-style: italic; margin:0 0 20px 0;}
.pro-main img{margin:0 auto 15px auto;}
.pro-main p{font-size:18px; text-transform:uppercase; color:#fff; text-align:center; font-family: 'Oswald', sans-serif;}
.pro-main a{text-decoration:none;}
.pro-main a:hover{text-decoration:none;}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #d93722;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #000;
  color:#fff;
}
#myBtn {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 1;
    display:none;
    cursor: pointer;
}
/*Single Page starts here*/

.other-prod{width:100%; padding:70px 0;}
.prod-main{width:100%; padding:20px 30px 70px 30px;}
.breadcrumb{background-color:transparent; font-size:1.25em; padding: 8px 15px 8px 0; float:right;}
.breadcrumb li a{color:#d93722; font-family: 'Libre Baskerville', serif;}
.breadcrumb>.active{font-family: 'Libre Baskerville', serif;}
.prod-name{width:100%; display:block; margin-bottom:25px;}
.prod-name h2{text-transform:uppercase; font-family: 'Oswald', sans-serif; margin-bottom:15px; margin-top:0px;}
.other-prod h2{text-transform:uppercase; font-family: 'Oswald', sans-serif; padding-bottom:15px; border-bottom:1px solid #ccc; width:100%;}
.block{display:block;}
.none{display:none;}
.prod-images, .prod-images-new{margin-bottom:15px; /*border-bottom:1px solid #ccc;*/}
.prod-images-new img{margin:0 auto;}
h3.body-color{font-size:16px; font-family: 'Libre Baskerville', serif; margin-top:0;}
h3.ink-color{font-size: 16px; font-family: 'Libre Baskerville', serif; margin-top: 0;}
dl.color-pallete{
	list-style: none;
    /*margin-top: 15px;*/
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0;
    clear: both;
    float: right;	
}
dl.color-swatch, dl.tl-swatch{
	list-style: none;
    /*margin-top: 15px;*/
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0;
    clear: both;
} 
dl.tl-swatch{float:left;}
.color-pallete li{
	float:left;
    
}
.color-swatch li, .tl-swatch li{margin-left:0px; display:inline-block;}
.color-pallete li a{
	cursor: pointer !important;
    display: block;
    width: 75px !important;
    height: 75px !important;
    margin-top: 5px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

/*Color Swatches*/
dl.color-pallete li.blue a {
    background: #0000FF;
}
dl.color-pallete li.black a {
    background: #000;
}
dl.color-pallete li.red a {
    background: #FF0000;
}
dl.color-pallete li.silver a {
    background: #cacaca;
}
dl.color-pallete li.gray a {
    background: #6b5d55;
}
dl.color-pallete li.purple a {
    background: #612d96;
}
dl.color-pallete li.navy-blue a {
    background: #000080;
}
dl.color-pallete li.sky-blue a {
    background: #87ceeb;
}
dl.color-pallete li.green a {
    background: #008000;
}
dl.color-pallete li.orange a {
    background: #ff6600;
}
dl.color-pallete li.yellow a {
    background: #ffff00;
}
dl.color-pallete li.brown a {
    background: #a52a2a;
}
dl.color-pallete li.dark-brown a {
    background: #950000;
}
dl.color-pallete li.light-brown a {
    background: #a0522d;
}
dl.color-pallete li.pink a {
    background: #ff1493;
}
dl.color-pallete li.lime-green a {
    background: #c1d818;
}



dl.tl-swatch li i{font-size:16px;}
dl.tl-swatch li i.red{color:#900;}
dl.tl-swatch li i.black{color:#000;}
dl.tl-swatch li i.blue{color:#06F;}
dl.tl-swatch li i.deep-blue{color:#039;}
dl.tl-swatch li i.green{color:#093;}
dl.tl-swatch li i.sky-blue{color:#0cf;}
dl.tl-swatch li i.maroon{color:#772532;}
dl.tl-swatch li i.orange{color:#FF8C00;}
dl.tl-swatch li i.yellow{color:#d5a638;}
dl.tl-swatch li i.pink{color:#d064a6;}
dl.tl-swatch li i.light-green{color:#84a24d;}
dl.tl-swatch li i.dark-blue{color:#006699;}
dl.tl-swatch li i.purple{color:#6633CC;}
dl.tl-swatch li i.dark-orange{color:#FF6600;}
dl.tl-swatch li i.dark-green{color:#006400;}




img.bg-blue{background-color:#0000FF;}
img.bg-red{background-color:#FF0000;}
img.bg-black{background-color:#000000;}


    .slider {
        width: 90%;
        margin: 0px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

.pro-det{padding:10px 0; border-top:1px solid #a5a5a5; width:100%; display:block; transition:.3s all ease-in-out;}
.pro-det span{font-size:14px; font-family: 'Libre Baskerville', serif; margin-bottom:5px; display:block; text-transform: capitalize;}
.pro-det span a{color:#959595; text-decoration:none;}
.pro-det span a:hover{text-decoration:none;}
.pro-det p{font-size:16px;  font-family: 'Oswald', sans-serif; text-transform:uppercase;}
.pro-det p a{text-decoration:none; color:#1b1b1b;}
.pro-det p a:hover{text-decoration:none;}
.pro-det:hover{border-top:1px solid #d93722;}
.product-description{padding:15px 0px 15px 50px; /*min-height:645px;*/}

.accordian_group{width: 100%; display: inline-block;  font-family: 'Libre Baskerville', serif; border-top: 1px solid #eee;}
.accordian_group .accordian{width: 100%; display: inline-block; /*border-top: 1px solid #eee;*/}
/*.accordian_group .accordian:last-child{border-bottom: 1px solid #a7a9ac;}*/
.accordian_group .accordian h3{
    font-size: 20px;
    color: #d93722;
	width: 100%;
    display: inline-block;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    /*height: 60px;*/
    padding: 15px 0 0;
    /*cursor: pointer;*/
    position: relative;
    float: left;
}
.accordian_group .accordian .accordian_content{
    width: 100%;
    float: left;
}
.accordian_group .accordian .accordian_content p{
	    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: justify;
    letter-spacing: 0.02em;
}
.accordian_group .accordian .accordian_content ul{
	width: 100%;
    float: left;
    display: inline-block;
    margin: 0 0 15px 0px;
    padding: 0;
}
.accordian_group .accordian .accordian_content ul li{
	width: 100%;
    float: left;
    display: list-item;
    list-style: none;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #8a8a8a;
}
.accordian_group .accordian .accordian_content ul li:before{
	content:'-';
	padding-right:15px;	
}
.fb-link-box{display:block; width:100%; padding:0 10px;}


.product-group{  
	text-align:center;  
	margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
	padding:10px;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
}
.product-group span{
	display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
	border-bottom:1px solid #eee;
}
.product-group h5{font-size:1.3em; text-align:center; font-family: 'Oswald', sans-serif; text-transform:uppercase;}
.product-group h5 a{text-decoration:none; color:#1b1b1b;}

.product-group:hover{box-shadow: 2px 2px 10px #ccc;}

span.under-line{width:70px; height:4px; margin-top:4px; background-color:#d93722; display:block; margin-bottom:20px;}


.contact-form-home{width:100%; padding:30px 0; background-color: #e7e2db;}
h2.enquiry{
		color:#d93722;
		background: none;
		padding-bottom:5px;
		border-bottom: 1px solid #d93722;
		margin-bottom: 20px;
		font-size: 28px;
		font-family: 'Oswald', sans-serif;
		margin-top:0px;
		padding-top:0px;
}
.controls label{font-size: 13px; color: #666; font-weight: 300; cursor: pointer; font-family: 'Libre Baskerville', serif;}
.form input, textarea {color: #000; background-color:transparent; border-color:#ccc;}
.help-block {display: block; margin-top: 5px; margin-bottom: 10px; color: #737373;}
textarea.message {resize: none; color: #000; background-color:transparent; border-color:#ccc;}
.form input[type="submit"] {color: #fff; background-color: #c9302c; border-color: #ac2925;}

.social-media-footer{margin-top:50px;}
.social-media-footer h3{font-size:18px; font-family: 'Oswald', sans-serif; text-transform:uppercase; margin-bottom:15px;}

.social-media-footer ul{list-style: none; /*float: left;*/ margin:0; padding:0;
}
.social-media-footer ul li{display:inline-block; padding: 10px; border: 1px solid #d93722; margin:0px; border-radius: 50%; font-size: 17px; width: 40px;
    height: 40px; text-align: center; transition: .3s all ease-in-out; -webkit-transition: .3s all ease-in-out; -moz-transition: .3s all ease-in-out;	
}
.social-media-footer ul li a {
    color: #d93722;
}
.social-media-footer ul li:hover{background-color: #d93722;  border-radius: 50%;  transform: rotate(360deg);  -webkit-transform: rotate(360deg);  -moz-transform: rotate(360deg);
}
.social-media-footer ul li:hover a {
    color: #fff;
}

/*COMPANY PROFILE PAGE*/
.company-profile-banner{width:100%; padding:0 0 50px 0;}
.company-profile-details{width:100%; padding:20px 30px 50px 30px;}
.company-profile-details p{/*font-family: 'Open Sans', sans-serif;*/ text-align:justify; font-size: 15px; line-height: 23px;}
p.highlight{font-weight:400; color:#000; line-height:24px; /*font-family: 'Open Sans', sans-serif;*/ font-size:17px;}
.company-profile-details img{margin:0 auto;}
.company-profile-details h2, .md-desk h2, .career h2, .vacancy h2{font-family: 'Oswald', sans-serif; font-size: 30px; color: #d93722; text-transform: uppercase; width: 100%; display: inline-block; padding: 0;  margin: 0 0 15px 0;}
.company-profile-details span.u-line{width: 100%; display: inline-block; height: 1px; border-bottom: 1px solid #d93722; margin-bottom: 15px;}
.company-profile-text{padding:20px 0; width:100%;}

.being{background-color: #d93722; padding: 50px 30px;}
.being h5{font-family: 'Libre Baskerville', serif; font-weight: 400; font-style: italic; font-size: 25px; color: #fff; line-height:36px; text-align:justify;}
.being-white{background-color: #fff; padding: 50px 30px; text-align:justify;}
.being-details{background-color: #fff; padding: 50px 30px;}

/*MD'S DESK PAGE*/
.md-desk{width:100%; padding:20px 30px 50px 30px;}
img.md{}
.md-text p{text-align: justify; font-size: 15px; line-height: 23px;}
.md-text p.md-quotes{font-style:italic; font-size:16px;}
.md-text p span{font-style:italic; color:#d93722;}
h4.md-name{color: #d93722; font-family: 'Oswald', sans-serif; text-transform:uppercase; font-size: 18px;  padding-top: 5px; text-align: center; padding-bottom: 0 !important; line-height: 14px; margin:5px 0;}
span.md-designation{font-size: 12px; line-height: 14px; padding-top: 5px; text-align: center; display: block; font-family: 'Libre Baskerville', serif;}

.desk-image{background-image:url(../images/quote.png); height:400px; max-width:100%; padding:50px 30px; background-size:cover; background-repeat:no-repeat;}
span.desi, span.com{display:block; color:#4c4c4c; font-size:15px; margin:3px 0;}


/*CONTACT PAGE*/
.contact{width:100%; padding:20px 0 50px 0;}
.con-title{color: #d93722;
    font-size: 18px;
    padding: 10px 0px;
    margin-bottom: 10px;
    text-transform: capitalize;}
.con-title p{margin:0; text-transform:uppercase;}
.address{padding: 0px;}
.address p{font-size: 16px; padding: 0; line-height: normal;}
.address p.com-name{font-weight: 600;}
.address p a{color:#d93722; text-decoration:none;}
.address p a:hover{color:#d93722;}

.contact-new{width:100%; padding:50px 30px;}


.map-preview h1{font-family: 'Oswald', sans-serif; text-transform:uppercase;}


.company-banner{background:url(../images/company-banner.jpg) no-repeat; padding:80px 0; width:100%; background-size:cover; margin:0; background-position:center center;}
.company-details{padding:30px 60px; background-color:rgba(217,55,34,.75);}
.company-details p{font-size:16px; line-height:24px; color:#fff; text-align:justify;}

.company-details-grid{width:100%; padding:30px 0;}
.company-details-grid p{font-size:14px; line-height:22px; color:#000;}

.gmap{border:10px solid #e7e8e9;}

.contact-banner-new img{margin-bottom:40px;}
p.extra-gap{margin-top:25px;}

.page-banner{margin-bottom:40px;}

/*CAREER STARTS HERE*/
.career, .vacancy{width:100%; padding:30px 30px 50px 30px;}

#feedbackForm {
    padding-top: 20px;
}
label{font-family: 'Libre Baskerville', serif; padding-left:10px;}
#feedbackForm input, #feedbackForm textarea {
    box-shadow: inset 0 0 0;
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    margin-bottom: 25px;
	font-family: 'Libre Baskerville', serif;
    
}
#feedbackForm textarea{resize:none;}

small{font-family: 'Libre Baskerville', serif; margin-bottom:30px; display:block; font-size:12px; font-style:italic;}

.career-submit{color: #fff;  background-color: #d93722;  border-color: #d93722;}
.btn-primary:hover{color: #fff;  background-color: #d93722;  border-color: #d93722;}
.career-submit:focus{color: #fff;  background-color: #d93722;  border-color: #d93722;}
.career-submit:active:hover{color: #fff;  background-color: #d93722;  border-color: #d93722;}

.career-banner img, .vacancy-banner img{margin-bottom:40px;}

/*VACANCY PAGE STARTS*/

.tab{ text-align: center; }
.tab .nav-tabs{
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.tab .nav-tabs li{
    margin: 0;
}
.tab .nav-tabs li a{
    display: block;
    padding: 80px 20px 10px;
    background: #fff;
    font-size: 19px;
    color: #999;
    font-family: 'Oswald', sans-serif; text-transform:uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a span{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    margin: auto;
    font-size: 22px;
    color: #999;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}
.tab .nav-tabs li.active a span{
    background: #d93722;
    color: #fff;
}
.tab .nav-tabs li a span i{
    transform: rotate(-45deg);
	margin-top:14px;
	color:#d93722;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    color: #999;
    border: none;
    border-bottom: 2px solid #fff;
}
.tab .nav-tabs li.active a{
    border-bottom: 2px solid #d93722;
}
.tab .nav-tabs li.active a i{color:#fff;}
.tab .tab-content{
    padding: 20px;
    margin-top: 0px;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
	font-family: 'Oswald', sans-serif; text-transform:uppercase; margin-bottom:25px;
}

.v-header h2{font-family: 'Libre Baskerville', serif; font-size:24px; text-align:center; text-transform:capitalize; margin:15px 0 40px 0;}

.tab-content strong{color:#000;}


.carousel-control.right{
	right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.01) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.01) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.01)));
    background-image: linear-gradient(to right,rgba(200,200,200,.0001) 0,rgba(0,0,0,.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.01) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.01) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.01)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.01) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
	color:#000;
}
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	     left: 50%; 
     margin-left: -10px; 
}
.carousel-control .glyphicon-menu-right, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.packaging-header h2{text-transform:uppercase; text-align: center;  font-family: 'Oswald', sans-serif; margin-bottom:30px; color:#d93722;}

/*Articles Pg Design Starts Here*/
.articles{width:100%; padding:50px 0; background-color:#fff;}
.articles-grid{position:relative; padding:8px; margin-bottom:30px;}
.section-image{width:100%; height:100%;}
.section-image img{vertical-align: top; width: 100%; height: 100%; -o-object-fit: fill; object-fit: fill;}

.articles-overlay{    padding-top: 45px;
    position: absolute;
    bottom: 7px;
    left: 7px;
    right: 7px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(50%, rgba(0,0,0,0.35)), color-stop(100%, rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.35), rgba(0,0,0,0.7));
    background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.35), rgba(0,0,0,0.7));
	opacity:1;
	transition:.3s all ease-in-out; -webkit-transition:.3s all ease-in-out; -moz-transition:.3s all ease-in-out;
	
}
h1.articles-headline{bottom: 0; color: #fff; margin: 0 12px 12px;}
h1.articles-headline a{color:#fff; text-decoration:none;}
.articles-overlay p{margin: 0 12px 12px; color:#fff; font-size:19px;}
.articles-overlay p a{color:#fff; text-decoration:none;}


.article-page{width:100%; background-color:#fff; padding:50px 0;}
h1.article-page-heading{margin-bottom:20px; color:#575757;}

.articles-text{margin:15px 0 10px 0;}
.articles-images{margin:15px 0 15px 0;}
.articles-banner{margin-bottom:25px;}

.page-heading-new{text-align:center; margin:10px 0;}
.page-heading-new h2{text-transform:uppercase; color:#d9371f; margin-bottom:20px;}

/*Articles Pg Design End Here*/

.home-address{margin-top:30px;}
p.c-name{font-size:18px; color:#333 !important;     font-family: 'Oswald', sans-serif; text-transform:uppercase; font-size:18px;}
.home-address p{color:#8c8e82; line-height:22px;}

.e-catalogue{display:inline-block; margin:15px 0 0 0;}
