@import"reset.css";

 @import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800|Poppins:300,400,500,600,700,800,900');
 /*
 

    font-family: 'Montserrat', sans-serif;

    font-family: 'Poppins', sans-serif;
	
	font-family: 'Humanst521 BT', sans-serif;
	
	font-family: 'Humnst777 Lt BT', sans-seriff;
	
	font-family: 'Humnst777 BT', sans-serif;

*/

@font-face {
    font-family: 'Humanst521 BT';
    src: url('../fonts/Humanist521BT-Bold.eot');
    src: url('../fonts/Humanist521BT-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Humanist521BT-Bold.woff') format('woff'),
        url('../fonts/Humanist521BT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Humnst777 Lt BT';
    src: url('../fonts/Humanist777BT-LightB.eot');
    src: url('../fonts/Humanist777BT-LightBd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Humanist777BT-LightB.woff') format('woff'),
        url('../fonts/Humanist777BT-LightB.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Humnst777 BT';
    src: url('../fonts/Humanist777BT-RomanB.eot');
    src: url('../fonts/Humanist777BT-RomanBd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Humanist777BT-RomanB.woff') format('woff'),
        url('../fonts/Humanist777BT-RomanB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Header Start ================================================
=====================================*/
.header_wrapper{
	padding:20px 0 0;
	position:relative;
}
.navigation_role li:last-child{
	border-left:1px solid #bebebe;
	padding:0 12px;
	margin:0;
}
.header_calling a{
	color:#ed1c24;
	text-align:right;
	font-size:20px;
	font-weight:500;
}
.h1_heading h1{
	font-size: 50px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.h1_heading h1 span{
	color: #000;
    display: block;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 44px;
    text-transform: none;
}
a.view_more,
button.view_more{
	border-radius:30px;
	padding:15px;
	text-transform:uppercase;
	border-style:solid;
	letter-spacing:0.5px;
	background-size: 100% 200%;
}

.banner_wrapper a.view_more{
	background: #673c10;
	border: 1px solid #906233;
}

.hover_brown{
	 position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
	overflow:hidden;
}
.hover_brown::before {
    background-color: #96713e;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 100% 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.hover_brown:hover, .hover_brown:focus, .hover_brown:active {
    color: #fff !important;
}
.hover_brown:hover::before, .hover_brown:focus::before, .hover_brown:active::before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.search_box{
	position:absolute;
	width:80%;
	background:#f2f2f2;
	padding:15px;
	border:1px solid #ccc;
	z-index:99;
	margin:10px auto;
	left:0;
	right:0;
	
}
.search_box input{
	width:100%;
}
.btn-brown{
	background:#b38026;
	color:#fff;
}
.btn-brown:hover{
	background:#a06f19;
	color:#fff;
}
.overlay_background{
	/*position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	top:0;
	left:0;
	right:0;
	bottom:0;*/
}

/* Header End ================================================
=====================================*/


/* Body Start ================================================
=====================================*/

.body_wrapper{
	padding:40px 0;
}
.h1_heading h2{
	font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0 0 20px;
    text-transform: uppercase;	
}
.h1_heading h2 span,
.h1_heading h2 strong{
	display: block;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
}
.border_decoration h2{
	position:relative;
}
.border_decoration h2:after{
	position:absolute;
	height:100%;
	width:1px;
	background-color:#c28a29;
	content:"";
	right:-15px;
	top:0;
}
.ply_brands figure,
.ply_brands figure .brand_holder{
	position:relative;
}
.ply_brands figure .brand_holder .overlay_brand{
	position:absolute;
	width:100%;
	bottom:0;
}
.ply_brands figure .brand_holder .overlay_brand img{
	width:100%;
}
.ply_brands_a a.view_more{
	font-weight: 600;
    padding: 7px 10px;
}
.ply_brands figcaption a{
	color:#fff;
	border-bottom:1px solid #fff;
	font-size: 22px;
    font-weight: normal;
}
.ply_brands figcaption{
	bottom: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px;
    position: absolute;
    width: 100%;
}

.body_wrapper_1{
	padding:40px 0;
	background:url(../images/paralax.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.about_company p,
.about_company li{
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.about_company p:last-child{
	margin-bottom:0;
}

.body_wrapper_2{
	padding:40px 0;
}
.trusted_factory h2{
	margin-bottom:0;
}
.trusted_factory_quality h3{
	font-weight: 400;
    margin: 15px 0 10px;
}

.body_wrapper_3{
	padding:40px 0;
	background:#96713e;
}
.about_company li{
	margin-bottom:10px;
	padding-left:20px;
	position:relative;
}
.about_company li::before{
	content:"\f00c";
	position:absolute;
	left:0;
	top:50%;
	color:#fff;
	font-family:'FontAwesome';
	margin-top:-10px;
}
.about_company ul {
    margin-top: 40px;
}
.about_company h2{
	margin-top:15px;
}

.body_wrapper_4{
	padding:40px 0 0;
}
.testimonials .item{
	min-height:170px;
}
.testimonials p{
	font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
	color:#000;
	padding-left:50px;
}
.testimonials p span{
	display:block;
	float:right;
	font-weight:600;
	margin-top:10px;
}
.testimonials .carousel-indicators li {
    background: #cbcbcb;
    opacity: 1;
}
.testimonials .carousel-indicators .active {
    background-color: #c28a29;
}
.testimonials .carousel-caption{
	text-align:left;
	font-weight:normal;
	text-shadow:none;
	left:0;
	right:0;
	height:165px;
}

/* Body End ================================================
=====================================*/


/* Footer Start ================================================
=====================================*/

.quick_contact ul{
	
}
.quick_contact form{
	position:absolute;
	width:100%;
	display:block;
	bottom:0;
	padding:30px 40px;
	background:#96713e;
}
.quick_contact li{
	margin-bottom:15px;
}
.quick_contact h3{
	color: #fff;
    font-weight: 400;
    margin: 0 0 15px;
    text-align: center;
}
.quick_contact{
	position:relative;
}
.quick_contact li input,
.quick_contact li textarea,
.quick_contact li button {
	border: medium none;
    border-radius: 20px;
    font-size: 14px;
    padding: 7px 20px;
    resize: none;
    width: 100%;
}
.quick_contact li button{
	background: #282828 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}
.quick_contact{
	height:80px;
}
.copy_right p{
	padding:0px 0 0;
	font-weight:500;
}
.social_link ul{
	margin-top:20px;
}
.social_link li{
	display: inline-block;
    margin-right: 10px;
}
.social_link li a{
	font-size:28px;
}
.social_link li a{
	font-size:28px;
}
li.fb a{
	color:#3b5998;
}
li.tw a{
	color:#6acff4;
}
li.li a{
	color:#3272bd;
}

/* Footer End ================================================
=====================================*/



/* Product Page ==========================================
=====================================*/

.inner_banner_controller figure{
	max-height:304px;
	overflow:hidden;
	position:relative;
}
.inner_banner_controller figure .banner_holder{
	position:relative;
}
.inner_banner_controller figure .banner_holder .overlay_bg{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.7);
	top:0;
}
.inner_banner_controller figure figcaption{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	text-align:center;
	color:#fff;
	margin:0 auto;
}
.inner_banner_controller figure figcaption h2{
	display: inline-block;
    margin-top: 7%;
}

.product_wrapper{
	padding:40px 0;
}
.product_catagory_menu .panel-heading{
	background:#efefef;
	border-radius:8px;
	padding:0;
}
.product_catagory_menu .panel-heading h4 a{
	padding:7px 15px;
}
.product_catagory_menu .panel,
.product_catagory_menu .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{
	border:none;
}
.product_catagory_menu .panel-title{
	font-size:14px;
}
.product_catagory_menu .panel-body{
	padding:5px 0;
}
.product_catagory_menu .panel-title a{
	width:100%;
	height:100%;
	color:#333;
}
.product_catagory_menu .product_sub_menu li a{
	color: #333;
    font-size: 13px;
    margin: 2px 10px;
    padding: 7px 0 1px;
	
}
.product_catagory_menu .product_sub_menu li.active a{
	color:#c38b29;
	border-bottom:1px solid #c38b29;
}
.panel-title{
	position:relative;
}
.panel-title a::before{
	position:absolute;
	content:"\f106";
	font-family:'FontAwesome';
	margin-top: -13px;
    right: 10px;
    top: 50%;
	font-size:20px;
}
.panel-title a.collapsed::before{
	content:"\f107";
}
.h1_heading h3{
	font-size:20px;
	margin-top:10px;
}
.product_details p{
	font-size:16px;
	margin-bottom:15px;
}
.product_details button{
	padding:3px 10px;
	font-size:12px;
	float:right;
}
.product_details img{
	display:table;
	margin:0 auto;
}
.position_relative{
	position:relative;
}
.product_specification{
	background:rgba(0,0,0,0.9);
	position:absolute;
	padding:15px;
	border-radius:4px;
	width:100%;
	left:0;
	top:0;
	padding-right:10px;
	height:180px;
	overflow-y:auto;
}
.product_specification h3{
	font-weight:400;
	font-size:18px;
	padding-bottom:10px;
	padding-right:20px;
	border-bottom:1px solid #474747;
}
.product_specification li{
	margin-bottom:10px;
	font-size:14px;
	float:left;
	width:100%;
}
.product_specification li span,
.product_specification li strong{
	font-weight:normal;
}
.product_specification li strong{
	min-width:20%;
	float:left;
}
.product_specification li span{
	min-width:70%;
	float:left;
}
.pagination_design .pagination > li:first-child > a, 
.pagination_design .pagination > li:first-child > span,
.pagination_design .pagination > li > a,
.pagination_design .pagination > li > span{
	border: medium none;
    border-radius: 100%;
    height: 30px;
    line-height: 22px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.pagination_design .pagination-sm > li > a, .pagination-sm > li > span{
	color:#333;
}
.pagination_design .pagination > .active > a,
.pagination_design  .pagination > .active > a:focus,
.pagination_design  .pagination > .active > a:hover,
.pagination_design  .pagination > .active > span,
.pagination_design  .pagination > .active > span:focus,
.pagination_design  .pagination > .active > span:hover{
	background-color:#96713e;
	color:#fff;
}
.slimScrollDiv{
	pointer-events:auto;
}
.slimScrollDiv.active{
	pointer-events:none;
}


/* Product Page ==========================================
=====================================*/


/* About Page ==========================================
=====================================*/


.inner_banner_controller p{
	display: inline-block;
    margin-left: 20px;
    text-align: left;
    width: 30%;
	font-style:italic;
}
.inner_banner_controller p span{
	display: inline-block;
    color:#c38b29;
	margin-left:10px;
}
.mission_vision h4 a{
	display:block;
}
.mission_vision .panel-group .panel,
.mission_vision .panel-default > .panel-heading{
	border-radius:6px;
	border:none;
}
.mission_vision .panel-default > .panel-heading h4 a{
	padding:7px 15px;
	font-size:18px;
}
.mission_vision .panel-default > .panel-heading{
	padding:0;
}
.mission_vision .panel-title a{
	background-color:#c38b29;
	color:#fff;
	border-radius:6px;
}
.mission_vision .panel-title a.collapsed{
	background-color:#7e7e7e;
}
.mission_vision p{
	font-size:16px;
}


/* About Page ==========================================
=====================================*/

/* Career Page ==========================================
=====================================*/

.h1_heading h5{
	font-size:18px;
	color:#c38b29;
}
ul.job_description_holder{
	position:relative;
	margin-bottom:20px;
}
ul.job_description_holder li button.popover_button{
	border-bottom:1px solid #c38b29;
	color:#c38b29;
}
ul.job_description_holder li button.popover_button.active{
	border-bottom:1px solid #000;
	color:#000;
}
ul.job_description_holder li{
	margin-top:20px;
	position:relative;
}
ul.job_description_holder li .job_description_section{
	background-color: #fff;
    border-radius: 6px;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.4);
    height: auto;
    left: 100%;
    margin-left: 30px;
    max-width: 450px;
    min-height: 170px;
    min-width: 450px;
    position: absolute;
    top: -20px;
    width: auto;
    z-index: 99;
	padding:15px 20px;
}
ul.job_description_holder li .job_description_section::before{
	border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    content: "";
    height: 0;
    left: 0;
    margin-left: -15px;
    position: absolute;
    top: 20px;
    width: 0;
}
.job_description_design ul li h3{
	font-size:18px;
	margin-bottom:15px;
}

.career_form {
    margin:10px auto;
    font-size: 14px;
}
.career_form li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 30px 0 0 0;
}
.career_form label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.career_form input[type=text],
.career_form input[type=date],
.career_form input[type=datetime],
.career_form input[type=number],
.career_form input[type=search],
.career_form input[type=time],
.career_form input[type=url],
.career_form input[type=email],
.career_form input[type=file],
.career_form textarea,
.career_form select,
.career_form li button.upload_file{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
	background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    padding: 10px 25px;
	border:1px solid transparent;
}
.career_form input[type=text]:focus,
.career_form input[type=date]:focus,
.career_form input[type=datetime]:focus,
.career_form input[type=number]:focus,
.career_form input[type=search]:focus,
.career_form input[type=time]:focus,
.career_form input[type=url]:focus,
.career_form input[type=email]:focus,
.career_form input[type=file]:focus,
.career_form textarea:focus,
.career_form select:focus,
.career_form li button.upload_file:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.career_form li button.upload_file{
	width:48%;
	float:none;
	color:#999;
	text-align:left;
}
.career_form li button.upload_file .fa{
	float: right;
    font-size: 18px;
}

.career_form .field-divided{
    width: 48%;
}

.career_form .field-long{
    width: 100%;
}
.career_form .field-select{
    width: 100%;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	color:#999;
	cursor:pointer;
}
.career_form li div.triangel_arrow{
	display:inline-block;
	width:48%;
	position:relative;
}
.career_form li div.triangel_arrow::after{
	display:block;
	position:absolute;
	content:"\f107";
	font-family:'FontAwesome';
	right:15px;
	top:50%;
	margin-top:-11px;
	font-size:18px;
	color:#484848;
	pointer-events:none;
}

.career_form .field-textarea{
    height: 100px;
	resize:none;
	padding-top:20px;
}
.career_form input[type=submit], .career_form input[type=button]{
    background: #c38b29 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 7px 15px;
    text-transform: uppercase;
    width: 160px;
	 font-family: 'Humanst521 BT', sans-serif;
	 font-weight:500;
	 border:2px solid #c38b29;
	 transition:all ease-in-out 0.3s;
}
.career_form input[type=submit]:hover, .career_form input[type=button]:hover{
    background: #fff;
	color:#c38b29;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.career_form .required{
    color:red;
}
.career_form li input.margin_right_20,
.career_form li div.margin_right_20{
	margin-right:20px;
}


/* Career Page ==========================================
=====================================*/

/* Contact Page ==========================================
=====================================*/

.contact_us_details p span{
	display:block;
	line-height:24px;
}
.contact_us_details p a{
	line-height:24px;
	font-size:18px;
	color:#000;
}

/* Contact Page ==========================================
=====================================*/


.carousel-caption, .carousel-control {color: #000;}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { background-color: #b38026; border-color: #b38026;}
.mt0{ margin-top: 0; }
.tab_content_custom{ background-color: #f9f9f9; padding: 20px; }
.tab_content_custom_active{ display: block; }



/* Thank You */

.thank_you h1{
	margin-bottom:15px;
	color:#b38026;
}
.thank_you p{
	font-size: 20px;
    font-weight: normal;
    width: 80%;
    margin: 10px auto;
}
.thank_you a{
	padding:7px 15px;
	margin-top:20px;
}
.thank_you div{
	padding:60px 0;
	background-color: #f2f2f2;
	-webkit-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.4);
	box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.4);
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 60px 0;
}
.border_top_brown{
	border-top:1px solid #eee;
}

/* Thank You */

.go_green ul li {
    line-height: 15px;
    margin-bottom: 15px;
}

.go_green p {
    line-height: 15px;
    margin-bottom: 15px;
}

/**/

.featured_prod{
    width: 100%;
    float:left;
}

.featured_prod_box {
width:33%;
padding:15px;
float:left;
}

/* captcha code css */
.career_form li.captcha-holder{
    display:flex;
}
.captcha-holder > span{
    display:inline-block;
}
.captcha-holder > span:not(:last-child){
   margin-right:15px;
}

/* captcha code css */

.d-flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}
.mr-15{
	margin-right: 15px;
}

.pr-15{
	padding-right: 15px;
}
.pl-15{
	padding-left: 25px;
}
.sl-pic
{
	width: 100%;
	height: auto;
	min-height: 500px;
	background: #fff;
	border:1px solid #f2f2f2;
	text-align: center;
	padding: 5px;
}
.sl-pic img
{
	max-height:490px;
	width:auto !important;
	max-width: 100%;
	margin: 0px auto;
}
.product_details_holder ul
{
   margin: 0 0 10px 0;
}
.product_details h3
{
	color:#b38026;
}
.product_details h4
{
	color:#535353;
}
.prvcy
{
	padding:12px 0 3px 0 !important;
	color:#b38026;
}
.copy_right p.prvcy a
{
	font-size: 18px;
	color:#b38026;
}
.logo img 
{
	margin-top: -10px;
}


@media (max-width:767px){
	.quick_contact form {padding: 30px 10px;}
	.rc-anchor-normal { height: 74px; width: 268px !important;}
}