@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800,800italic);

body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#242424;
	line-height:24px;
	}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.padding-none {
    padding: 0;
}
.padding-left {
    padding-left: 0;
}
.padding-right {
    padding-right: 0;
}
p {
    color: #242424;
    font-size: 14px;
    margin-bottom: 24px;
}
h1{
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:bolder;
	background:url(../images/title_border.png) bottom center no-repeat;
	padding-bottom:15px;
	margin-bottom:20px;
	}
ul, ol{
	padding:0px;
	margin:0px;
	list-style:none;
	}
img{
	width:auto;
	max-width:100%;
	height:auto;
	}

/**#wpadminbar{ display: none;}
#wpadminbar #wp-toolbar ul#wp-admin-bar-root-default {
  display: none;
}**/

header {
    float: left;
    width: 100%;
	background:#cfe1df;
	margin-top:0px;
}
.header_top {
    background: #e47522 none repeat scroll 0 0;
    color: #fff;
	padding:5px 0;
}
.header_social {
    float: left;
    width: auto;
	display:none;
}
.header_social li {
   float:left;
   margin-right:4px;
}
.header_social li a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.header_contact {
    float: right;
    width: auto;
}
.header_contact li {
   float:left;
   margin-left:20px;
}
.header_contact li a{
	color:#fff;
	}
.header_contact li i {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
	margin-right:8px;
}
.header_nav {
    padding: 10px 0;
}
.nav > li > a {
    border: 2px solid transparent;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    padding: 8px 11px !important;
    position: relative;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.nav > li > a:hover{
    border: 2px solid #e47522;
    color: #e47522;
	}
.home_slider {
    float: left;
    width: 100%;
}
.home_slider .item img{
    width: 100%;
}
.carousel-caption h2 {
    background: #e47522 none repeat scroll 0 0;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    padding: 3px 8px;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	display:table;
}
.carousel-caption > p {
    background: #f3f3f3 none repeat scroll 0 0;
    display: inline-block;
    font-size: 25px;
    margin-top: 12px;
    padding: 5px 8px;
    text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}
.home_product_sec {
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}
.home_product {
    background: #242424;
    border-radius: 5px;
    box-shadow: 0 4px 5px #ccc;
    overflow: hidden;
	margin-bottom:30px;
}
.home_product img{
    width:100%;
}
.product_text {
    padding:30px 5px;
}
.product_text h3 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom:10px;
	min-height:40px;
}
.home_product_sec .slides .home_product {
    margin: 0 10px;
}
.read_more {
    background: #e47522 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    text-transform: uppercase;
	border:none;
	font-family: 'Raleway', sans-serif;
}
.read_more:hover {
    background: #242424 none repeat scroll 0 0;
    text-decoration:none;
	color:#fff;
}
.home_product:hover{
	background:#e47522;
}
.home_product:hover .read_more{
	background:#242424;
}
.home_about {
    background: #d9dbd9 url(../images/about_bg.png) bottom right no-repeat;
    float: left;
    padding: 50px 0;
    width: 100%;
}
.home_about h1 {
    background-position: left bottom;
}
.home_gallery {
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}
.gallery_block {
    margin-bottom: 30px;
    position: relative;
	overflow:hidden;
}

.gallery_thumb img {
  transition: all 0.4s ease 0s;
}

.gallery_thumb img:hover{ opacity:0.8;}

.gallery_thumb img {
    width: 100%;
	cursor:pointer;
}

.gallery_thumb span {
    background: rgba(63, 29, 4, 0.5) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: -100%;
    position: absolute;
    text-align: center;
    top: 0;
	padding:40px 15px;
    width: 100%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.gallery_thumb h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin-bottom:20px;
}
.gallery_thumb h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom:30px;
}
.gallery_block:hover span{
    left:0;
}

.modal-header {
  border-bottom: medium none;
  padding: 0;
  position: relative;
  right: 18px;
  top: 10px;
}

.modal-footer {
  display: none;
}
.modal-body{ text-align:center;}
.modal-body > img {
  height: auto;
  width: 85%;
}

.view_all {
    background: #e47522 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.view_all:hover {
    background: #242424 none repeat scroll 0 0;
    text-decoration:none;
	color:#fff;
}

.product_thumb img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.distributor_sec {
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 100%;
	background:url(../images/distributor_bg.jpg) center top no-repeat;
	background-size:cover;
}
.distributor_sec_in {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    padding: 30px;
	width:100%;
	float:left;
}

.distributor_sec_in input[type="text"], .distributor input[type="text"], .contact input[type="text"]{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #242424;
    margin-bottom: 20px;
    padding: 8px 10px;
    width: 100%;
	font-family: 'Raleway', sans-serif;
	font-style:italic;
	font-weight:600;
}

.distributor_sec_in textarea{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #242424;
    margin-bottom: 20px;
    padding: 8px 10px;
    width: 100%;
	font-family: 'Raleway', sans-serif;
	font-style:italic;
	font-weight:600;
	resize:none;
}

#contact_form textarea{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #242424;
    margin-bottom: 20px;
    padding: 8px 10px;
    width: 100%;
	font-family: 'Raleway', sans-serif;
	font-style:italic;
	font-weight:600;
	resize:none;
}


.contact textarea{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #242424;
    margin-bottom: 20px;
    padding: 8px 10px;
    width: 100%;
	font-family: 'Raleway', sans-serif;
	font-style:italic;
	font-weight:600;
	resize:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #242424;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #242424;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #242424;
}
:-moz-placeholder { /* Firefox 18- */
  color: #242424;
}
.distributor_sec_in input[type="submit"], .distributor input[type="submit"],  .contact input[type="submit"] {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e47522+35,b55a17+35 */
	background: #e47522 url(../images/button_bg.png) right top no-repeat;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 55px 8px 18px;
    text-transform: uppercase;
	line-height:24px;
}
.distributor_sec_in input[type="submit"]:hover, .distributor input[type="submit"]:hover, .contact input[type="submit"]:hover{
	background:#b55a17 url(../images/button_bg_hover.png) right top no-repeat;
	}

.footer_ulsec {
  float: left;
  margin: 6px 0 0;
  padding: 0;
}

.footer_ulsec > li {
  border-right: 1px solid #fff;
  float: left;
  line-height: 15px;
  padding: 0 16px;
}

.footer_ulsec li a {
  line-height: inherit;
  padding: 0;
}

.footer_ulsec > li:last-child{ border-right: none;}
	
footer{
	width:100%;
	float:left;
	}
.footer_top {
    background: #3a3a3a none repeat scroll 0 0;
    color: #fff;
    padding: 30px 0;
}
footer h1 {
    color: #e47522;
    font-size: 18px;
	background:url(../images/footer-title-bg.png) bottom left no-repeat;
	margin-bottom:15px;
}
footer li a {
    color: #fff;
}
footer li a:hover {
    color: #e47522;
	text-decoration:none;
}
.footer_social > li {
    display: inline-block;
    margin-right: 10px;
}

.footer_btm {
  background: #1d1d1d none repeat scroll 0 0;
  padding: 15px 10px;
}

.footer_btm span{
    color: #e47522;
}
.footer_btm p{
    color:#fff;
	margin-bottom:0px;
	float:right;
}
.product_detail {
    text-align: left;
}
.product_detail h1 {
    background-position: bottom left;
}
.distributor{
	text-align:center;
	}
.contact_info {
    border-bottom: 3px solid #e47522;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.contact_info address p{
	margin-bottom:0px;
	}
.contact_info address p strong {
    font-size: 18px;
    line-height: 56px;
}
.contact_info address {
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    width: 100%;
}
.contact_info address p i {
    background: #3a3a3a;
    border-radius: 100px;
    color: #ffffff;
    float: left;
    font-size: 28px;
    height: 60px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 60px;
	line-height:60px;
}
.contact_info address p b {
    font-size: 18px;
    line-height: 28px;
}
.contact_left iframe {
    height: 310px;
    width: 100%;
}
.contact_top {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
/*--------------------------------------------------------------------------------------------------------*/
.inner_pages {
    float: left;
    width: 100%;
}
.inner_banner {
    min-height: 210px;
    text-align: left;
	background:url(../images/new-bg.jpg) center top no-repeat;
	background-size:cover;
	padding:75px 0 0 0;
}
.inner_banner h1 {
    color: #e47522;
    font-size: 42px;
	background:url(../images/orange-title-bg.png) bottom left no-repeat;
}
.inner_pages h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.inner_content {
    padding: 50px 0;
}
.about_content {
    padding: 30px 0 0;
    position: relative;
}
.about_content {
    float: left;
    padding: 50px 30px 35px;
    position: relative;
    width: 100%;
}
.about_content::before {
    border: 1px solid #ccc;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 128%;
}
.about_img {
    padding: 30px 0;
}
.inner_product {
    text-align: center;
}
.faq li {
    background: #f1f1f1 none repeat scroll 0 0;
    float: left;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
}
.faq h3{
    font-size:18px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:10px;
}
.faq h3 span {
    background: #3a3a3a none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 26px;
    margin-right: 15px;
    text-align: center;
    width: 30px;
}
.faq h4 {
    font-size: 14px;
    line-height: 24px;
}
.faq h4 span {
    background: #e47522 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 26px;
    margin-right: 15px;
    text-align: center;
    width: 30px;
}
.slide-out-div{
	width:300px;
	background:#fff;
	padding:15px;
	}
.slider-div{
	width:100%;
	float:left;
	}
.responsive .slick-prev {
    left: 50px;
    position: absolute;
    top: 50%;
}
.responsive .slick-next {
    right: 50px;
    position: absolute;
    top: 50%;
}
.slick-prev{
	opacity:0.5;
	}
.slick-next{
	opacity:0.5;
	}
.slick-prev:hover{
	opacity:1;
	}
.slick-next:hover{
	opacity:1;
	}
.slide-out-div h2{
	font-family: "Raleway",sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
	}
.error {
    float:left;
    top: -15px;
    position: relative;
    font-size: 13px;
	line-height:15px;
}
.cptcha-img {
    border: 1px solid #242424;
	float:left;
}
.slide-out-div .cptcha-img {
    height: 32px;
}

/**custom_css**/

.inner_footersec {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 30px 0;
  margin:0 0 ;
}

.main_continfo_sec {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #d6d6d6;
  box-shadow: 0 0 7px #c8c8c8;
  padding: 13px;
  text-align: center;
}

.main_continfo_sec h1 {
  background-position: center 40px;
  color: #e47522;
  font-size: 20px;
  margin-bottom: 0;
  padding: 11px 0 25px;
}

.main_continfo_sec h2 {
  font-size: 18px;
  margin: 0 0 10px;
}

.main_continfo_sec h2 i {
  margin: 0 8px 0 0;
}

.main_continfo_sec p a {
  font-size: 16px;
  margin: 0 0 0 8px;
  text-decoration: underline;
}

.main_continfo_sec p a:hover{ color:#000; text-decoration: none;}

/*--------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------Media-screens----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/

@media (min-width:992px) and (max-width:1199px) {
	.nav > li > a {margin-top: 0;padding: 8px 6px !important;}
	header .logo {margin-top: 7px;}
	.gallery_thumb span {padding: 15px;}
	.product_text h3 {min-height: 60px;}
	.product_thumb img {height: 280px;object-fit: cover;width: 100%;}
	}
@media (min-width:768px) and (max-width:991px) {
	.nav > li > a {font-size: 12px;padding: 8px 5px !important; margin-top:0px;}
	header .logo {margin-top: 10px;}
	.header_contact li {margin-left: 6px;}
	.carousel-caption h2 {font-size: 32px;}
	.carousel-caption p {font-size: 19px;}
	.product_text h3 {min-height: 60px;}
	.gallery_thumb span{padding:15px;}
	.gallery_thumb h4 {font-size: 14px; margin-bottom: 10px;}
	.gallery_thumb h3{margin-bottom:10px;}
	.product_thumb img {height: 180px;object-fit: cover;width: 100%;}
	.contact_info address p i {font-size: 26px;height: 45px; line-height: 45px;width: 45px;}
	.main_continfo_sec p a {font-size: 12px;}
	.footer_ulsec > li {padding: 0 9px;}
	}
@media (max-width:767px){
	.header_social{display:none;}
	.header_contact li {margin: 5px 0;}
	.carousel-caption{display:none;}
	.home_about{background-image:none;}
	.distributor_sec_in input[type="submit"] {float: left;}
	.footer_top ul {margin-bottom: 20px;}
	.slide-out-div{display:none;}
	.main_continfo_sec{ margin:0 0 25px 0;}
	.about_content::before {width: 100%;}
	.product_thumb img {height: auto;}
	}
@media (max-width:639px){
	.header_contact li {width: 100%;}
	}