.woocommerce form .form-row label #billing_address_2, .woocommerce form .form-row label[for="billing_address_2"], .woocommerce form .form-row label #billing_city, .woocommerce form .form-row label[for="billing_city"], .woocommerce form .form-row label #billing_postcode, .woocommerce form .form-row label[for="billing_postcode"], .woocommerce form .form-row label #billing_city, .woocommerce form .form-row label[for="billing_city"], .woocommerce form .form-row label #billing_state, .woocommerce form .form-row label[for="billing_state"], .woocommerce form .form-row label #billing_country, .woocommerce form .form-row label[for="billing_country"] {
    display: none;
    line-height: 0px;
    padding: 0px;
    margin-top: 10px;
}
/*.woocommerce form .form-row#billing_address_2_field, */
/*.woocommerce form .form-row#billing_city_field, */
/*.woocommerce form .form-row#billing_postcode_field, */
/*.woocommerce form .form-row#billing_state_field, */
/*.woocommerce form .form-row#billing_country_field,*/
/*.woocommerce-FormRow .woocommerce-FormRow--wide .form-row .form-row-wide {*/
/*    display: none;*/
/*    margin: 0; */
/*    padding:0;*/
/*}*/
.nsl-button-svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
   
}
div.nsl-button-label-container{
	text-align: center;
}
.nsl-button-svg-container svg {
   width: 24px;
    height: 24px; 
    margin-right: 10px; /* To add some spacing between icon and text */
}
/* Product Inquiry form */
.lb{
    margin: 5px 0px;
    display: flex;
    /* line-break: normal; */
    float: left;
    position: relative;
    /* font-size: 25px;*/
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position:fixed; /* Stay in place */
    z-index: 0.4; /* Sit on top */
    left: 0;
    top: 0;
    width:100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black with opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
}

/* Close Button */
.close-btn {
    color: #aaa;
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*End of product Inquiry form*/

*{
	margin:0;
	padding:0;
	outline:0;
}

:active,
:focus{
	outline:none!important;
}

html{
	font-size:100%;
}	

body {
	margin: 0;
	padding: 0;
	font-family:Roboto;
	line-height:26px;
	font-weight:300;
	font-style:normal;
	color:#333333;
	font-size:16px;
	background-color:#fff;
}

a{
	color:#808080;
	text-decoration:none;
}
a:hover,
a:focus{
	text-decoration:none;
	color:inherit;
}

a img{
	border:none;
}

img{
	max-width:100%;
}

iframe{
	border:none;
}

h1{font-size:54px;}
h2{font-size:38px;margin-bottom:10px;}
h3{font-size:24px;margin-bottom:10px;}
h4{font-size:20px;}
h5{font-size:16px;}
h6{font-size:12px;}

h1, h2{
	font-family: Roboto;
	font-weight:700;
	line-height:1.4;
	color: #333333;
}

h1 a, h2 a{
	color: #333333;
}

h3, h4, h5, h6{
	font-family: Roboto;
	font-weight:600;
	line-height:1.4;
	color: #333333;
}

h3 a, h4 a, h5 a, h6 a{
	color: #333333;
}

p,
ul,
blockquote,
form{
	margin-bottom:10.5px;
}

ul{
	margin:0;
	padding:0;
}

ul li{
	list-style:none;
	font-style:normal;
}

.border-none{
	border:none!important;
}

.form-control{
	display: block;
	width: 100%;
	/* height: calc(1.5em + .75rem + 2px); */
	height: 36px;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #282828;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius:0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

.textarea.form-control {
    height: auto;
}

textarea{
	height:auto;
}

 label{
	width:100%;
	line-height: 1.4;
	color: #282828;
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom:0;
	letter-spacing:.2px;
	font-weight:700;
}

/*input{
	display: block;
	width: 100%;
	height: 36px;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #282828;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select{
	display: block;
	width: 100%;
	height: 36px;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #282828;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea{
	width: 100%;
	height: auto;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #282828;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

a:not([href]){
	color:#fff;
}

a:not([href]):hover{
	color:#fff;
}

.btn {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	padding: 6px 12px;
	height:36px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: .25rem;
	/* background-color: transparent; */
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:focus{
	box-shadow:none;
}

.btn-xs{
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xxs{
	padding: 4px 4px;
	font-size: 12px;
	line-height: normal;
	border-radius: 3px;
	height:auto;
}

.btn i{
	line-height:1.5;
}

[type="button"]{
    display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	padding: 6px 12px;
	height:36px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: .25rem;
	/* background-color: transparent; */
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[type="submit"]{
    display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	padding: 6px 12px;
	height:36px;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: .25rem;
	/* background-color: transparent; */
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

/* Buttons */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active{
	color:#fff;
}

/* Modal */
.modal{
	padding-right:0!important;
}


.modal input{
	display: block;
	/* width: 100%; */
	/* height: 36px; */
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #282828;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	z-index:999999
}

.modal textarea{
	height: auto;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #282828;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal .modal-dialog{
	margin-top:100px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
	align-items:center;
   /*  -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify; */
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .modal-title{
	font-family: Roboto;
	font-size:20px!important;
	font-weight: 600;
	line-height: 1.4;
	color: #333333;
	margin-top:0!important;
	margin-bottom:0!important;
}

.modal-header .close{
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	color:#000;
	font-size:24px;
}

.modal-header button{
	height:auto;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-50{max-width:50%;}
.modal-60{max-width:60%;}
.modal-70{max-width:70%;}
.modal-80{max-width:80%;}
.modal-90{max-width:90%;}
.modal-95{max-width:95%;}
.modal-98{max-width:98%;}

.p-tb-40{
	padding-top:40px!important;
	/*padding-bottom:40px!important;*/
}

.w-40{
	width:40%!important;
}

.bg-grey{
	background-color: rgba(0,0,0,.05)!important;
}

/* Top Bar Section */
.header-top{
	padding:8px 0px 8px 0px;
	background-color: #434752;
}
.header-top .header-top-contact ul{
	margin:0;
	padding:0;
	list-style:none;
}
.header-top .header-top-contact ul li{
	display:inline-block;
	font-size:14px;
	color:#fff;
	margin-right:25px;
}
.header-top .header-top-contact ul li a{
	color:#fff;
}
.header-top .header-top-contact ul li:last-child{
	margin-right:0;
}
.header-top .header-top-contact ul li i{
	font-size:12px;
	margin-right:4px;
}
.header-top .header-top-social{
	text-align:right;
}
.header-top .header-top-social ul{
	margin:0;
	padding:0;
	list-style:none;
}
.header-top .header-top-social ul li{
	display:inline-block;
	font-size:14px;
	color:#fff;
	margin-right:25px;
}
.header-top .header-top-social ul li a{
	color:#fff;
}
.header-top .header-top-social ul li:last-child{
	margin-right:0;
}
.header-top .header-top-social ul li i{
	font-size:12px;
	margin-right:4px;
}

/* Header Middle */
.header-middle{
	background-color: #ffffff !important;
	padding:10px 0;
}
.header-middle .big-logo a{
	/* line-height:116px; */
}
.header-middle .big-logo a img{
	height:75px;
	width:auto;
	vertical-align:middle;
}
.header-middle .search{
	float:right;
}
.header-middle .search form{
	margin-bottom:0;
}
.header-middle .search form input{
	width:275px;
	background:#fff;
	padding:16px 14px 16px 12px;
	border: 1px solid #eee;
	line-height:normal;
	height:50px;
}
.header-middle .search form input::placeholder{
	color:#999;
}
.header-middle .search form .search-btn{
	float: right;
	padding: 6px 10px;
	background: #ddd;
	font-size: 15px;
	border: none;
	cursor: pointer;
	width:50px;
	height:50px;
}


/* Navbar */
.my-navbar{
	background-color:#292929;
	padding:0;
}
.my-navbar .small-logo a{
	display:block;
}
.my-navbar .small-logo a img{
	max-height:60px;
	width:65px;
}
.my-navbar .navbar-nav .nav-item{
	padding:0px 0;
}
.my-navbar .navbar-nav .nav-item .nav-link{
	font-family:"Roboto Condensed";
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;
	font-size:15px;
	display:block;
	padding:20px 20px;
	color:#fff;
}
.my-navbar .navbar-nav .nav-item.active a{
	background-color:#ffcd2c;
	color:#292929;
	transition: all 0.2s ease 0s;	
}
.my-navbar .navbar-nav .nav-item.active:hover a{
	color:#292929;
}
.my-navbar .navbar-nav .nav-item:hover a{
	color:#cccccc;
}
.my-navbar .navbar-nav .nav-item .nav-link i{
	font-size:8px;
	color:#fff;
}
.my-navbar .navbar-nav .nav-item .dropdown-menu{
	padding:0;
	margin:0;
	border:0;
	border-radius:0;
	width:250px;
}
.my-navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item{
	font-family:Roboto;
	text-transform:none;
	font-weight:300;
	font-style:normal;
	color:#333333;
	font-size:14px;
	padding:14px 20px 12px 20px;
	border-bottom:1px solid #f4f4f4;
	transition:0.1s all ease-in-out;
	white-space:inherit;
	line-height:18px;
}
.my-navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
	background-color:#ffcd2c;
}
.dropdown-toggle::after{
	font-size:16px;
	vertical-align.5px;
}
.my-navbar .form-inline .brochure-btn{
	background-color:#474747;
	font-family:"Roboto Condensed";
	text-transform:uppercase;
	font-weight:400;
	font-style:normal;
	font-style:normal;
	font-size:15px;
	display:block;
	padding:20px 20px!important;
	color:#fff;
	border-radius:0;
	border:0;
	box-shadow:none;
	line-height:26px;
	height:auto!important;
}
.my-navbar .form-inline .brochure-btn:hover,
.my-navbar .form-inline .brochure-btn:focus{
	border:0;
	box-shadow:none;
}
.my-navbar .form-inline .brochure-btn i{
	padding-right:5px;
}
.my-navbar .navbar-search-btn{
	margin-left:auto;
	font-size:16px;
	display:none;
}
.my-navbar .navbar-toggler{
	padding:10px 12px;
	margin-left:auto;
	color:#777;
	font-size:24px;
	color:#000;
	/* margin-top:-20px; */
	height:auto;
}

/* SLider */
.slider-carousel .carousel-item{
	position:relative;
}
.slider-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.05);
}
.slider-full-content .slider-text{
	content:'';
	position:absolute;
	margin:auto;
	top:50%;
	left:0;
	right:0;
	padding:10px 85px;
	width:100%;
	transform:translateY(-50%);
}
.slider-full-content .slider-text.text-left{
	/* left:12%; */
}
.slider-full-content .slider-text h1{
	font-family:Roboto;
	/* font-size:46px; */
	font-size:36px;
	font-weight:600;
	color:rgb(250,192,18);
	/* line-height:normal; */
	line-height:40px;
	margin:0;
	padding:0;
}
.slider-full-content .slider-text p{
	font-family:Roboto;
	font-size:24px;
	font-weight:300;
	color:rgb(255,255,255);
	line-height:34px;
	margin:15px 0 18px 0;
	padding:0;
}
.slider-full-content .slider-btn .btn1{
	font-family:Roboto;
	font-size:18px;
	font-weight:300;
	color:rgba(255,255,255);
	border:2px solid rgba(255,255,255,0.25);
	border-radius:0;
	line-height:34px;
	display:inline-block;
	margin:0;
	padding:0px 26px;
	height:40px;
	vertical-align:middle;
}
.carousel-indicators{
	margin-bottom:0;
}
.carousel-control-prev{
	position:absolute;
	content:'';
	display:inherit;
	width:40px;
	height:40px;
	line-height:48px;
	background:rgba(0,0,0,0.8);
	top:50%;
	left:0;
	bottom:0;
	transform:translateY(-50%);
} 
.carousel-control-prev-icon{
	width:14px;
	margin-top:10px;
}
.carousel-control-next{
	position:absolute;
	content:'';
	display:inherit;
	width:40px;
	height:40px;
	line-height:48px;
	background:rgba(0,0,0,0.8);
	top:50%;
	right:0;
	bottom:0;
	transform:translateY(-50%);
} 

.carousel-control-next-icon{
	width:14px;
	margin-top:10px;
}


/* Welcome Section */
.welcome-section{
	padding:60px 0;
}

.welcome-section .welcome-sec{
	text-align:center;
}
.welcome-section .welcome-sec .welcome-content .section-title h2{
	font-size: 38px;
	color: #222;
	/* padding-bottom:10px; */
	margin-bottom:20px;
	font-size:38px;
	font-weight:600;
	text-align:center;
	line-height:25px;
	line-height:40px;
	position:relative;
}
/* .welcome-section .welcome-content .section-title h2:after{
	position:absolute;
	content:"";
	width:60px;
	height:2px;
	background:#ffcd2c;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
} */

.welcome-section .welcome-sec .welcome-content .section-title h2 span{
	color:#ea3337;
}

.welcome-section .welcome-content p{
	font-size:15px;
	color:#222;
	line-height:24px;
	letter-spacing:1px;
}
.welcome-btn{
	font-family:Roboto;
	font-size:15px;
	font-weight:400;
	color:#fff;
	border:1px solid #ea3337;
	background-color: #ea3337;
	border-radius:0;
	/* line-height:34px; */
	display:inline-block;
	margin-top:10px;
	padding:6px 16px;
	/* height:40px; */
	vertical-align:middle;
	border-radius:5px;
	transition:500ms;
	
}
.welcome-btn:hover{
	color:#222;
	background:#ffcd2c;
	border-color:#ffcd2c;
}


/* Packing Section */
.packing-section{
	padding:60px 0;
}
.packing-bg{
	position:relative;
	background-image:url("../images/packing-bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.packing-bg-overlay{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(29,22,22,.9);
}
.packing-section .packing-sec{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
}
.packing-section .packing-content .section-title h2{
	font-size: 38px;
	color: #fff;
	/* padding-bottom:5px; */
	margin-bottom:20px;
	font-size:38px;
	font-weight:600;
	position:relative;
}
/* .packing-section .packing-content .section-title h2:after{
	position:absolute;
	content:"";
	width:60px;
	height:2px;
	background:#ffcd2c;
	left:0;
	bottom:0
} */
.packing-section .packing-content .section-title h2 span{
	color:#ea3337;
}

.packing-section .packing-content p{
	font-size:15px;
	color:#fff;
	line-height:24px;
	letter-spacing:1px;
}
.packing-btn{
	font-family:Roboto;
	font-size:15px;
	font-weight:400;
	color:#fff;
	border:1px solid #fff;
	border-radius:0;
	/* line-height:34px; */
	display:inline-block;
	margin-top:10px;
	padding:6px 16px;
	/* height:40px; */
	vertical-align:middle;
	border-radius:5px;
}
.packing-btn:hover{
	color:#222;
	background:#ffcd2c;
	border-color:#ffcd2c;
}

.packing-section .packing-image{
	position:relative;
	display:flex;
	align-items:center;
	height:100%;
}
.packing-section .packing-image img{
	border-radius:5px;
	box-shadow: 0px 10px 27px -8px rgba(0, 0, 0, 0.21);
	width:100%;
}
.packing-section .packing-image:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.1);
	
}
.packing-video-icon{
	position:absolute;
	content:'';
	width:70px;
	height:70px;
	line-height:65px;
	text-align:center;
	top:50%;
	left:50%;
	border:3px solid #ffffff;
	border-radius:50%;
	/* box-shadow:0 0 10px rgba(255,255,255,.5); */
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:30px;
}
.packing-video-icon i{
	color:#ffffff;
	font-size:24px;
}

.video-modal .modal-dialog {
	max-width: 1200px;
	margin: 50px auto 0;
}
.video-modal .modal-body {
	position:relative;
	padding:0px;
}
.video-modal .close {
	position:absolute;
	right:-30px;
	top:0;
	z-index:999;
	font-size:2rem;
	font-weight: normal;
	color:#fff;
	opacity:1;
}


/* Products Section */
.products-section{
	padding:60px 0 60px 0;
}

/* .products-section .products-sec{
	text-align:center;
} */
.products-section .section-title h2{
	font-size: 38px;
	color: #222;
	/* padding-bottom:10px; */
	/* margin-bottom:50px; */
	margin-bottom:35px;
	font-size:38px;
	font-weight:600;
	text-align:center;
	line-height:25px;
	line-height:40px;
	position:relative;
}
/* .products-section .section-title h2:after{
	position:absolute;
	content:"";
	width:60px;
	height:2px;
	background:#ffcd2c;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
} */

.products-section .section-title h2 span{
	color:#ea3337;
}

.products-carousel .products-box{
	margin:0px 10px 0px 10px;
	border:1px solid #e4e4e4;
}

.products-carousel .products-box .products-image{
	/* position:relative; */
	overflow:hidden;
	padding:15px 15px 0px 15px;
	text-align:center;
}

.products-carousel .products-box .products-image img{
	/* max-width:188px;
	max-height:106px; */
	width:200px;
	height:200px;
	margin:0 auto;
	vertical-align:middle;
	/* transition:.5s; */
}


.products-carousel .products-box .products-details{
	padding:15px 0px 5px 0px;
	border-bottom:1px solid #e4e4e4;
}

.products-carousel .products-box .products-details h4{
	font-size:22px;
	font-weight:600;
	color:#222;
	line-height:22px;
	margin-bottom:10px;
	text-align:center;
}

.products-carousel .products-box .products-details h4 a{
	color:#222;
}

.products-carousel .products-box .products-details p{
	font-size:14px;
	font-weight:400;
	margin-bottom:0px;
	line-height:22px;
}

.products-carousel .products-box .products-btn{
	text-align:center;
}

.products-carousel .products-box .products-btn a.view-btn{
	background-image: linear-gradient(#ff9b9b,#7d0909);
}

.products-carousel .products-box .products-btn a.call-btn{
	background-image: linear-gradient(#a4aaae,#000);
}

.products-carousel .products-box .products-btn a{
	font-family:Roboto;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	border:0;
	border-radius:0;
	/* line-height:34px; */
	margin-top:8px;
	margin-bottom:8px;
	margin-right:2px;
	padding:2px 12px;
	/* height:40px; */
	vertical-align:middle;
	border-radius:3px;
	display:inline-block;
	width:90px;
	text-align:center;
	line-height:20px;
}

.products-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 45%;
	left: -35px;
	background-color:rgba(0,0,0,.5);
	transform: translateY(-45%);
}

.products-carousel .owl-nav button.owl-prev span{
	padding:0 10px;
	line-height:26px;
	font-size:24px;
	color:#fff;
}

.products-carousel .owl-nav button.owl-prev:hover{
	background-color:rgba(0,0,0,1);
}

.products-carousel .owl-nav button.owl-prev:hover span{
	color:#fff;
}

.products-carousel .owl-nav button.owl-next{
	position: absolute;
	top: 45%;
	right: -35px;
	background-color:rgba(0,0,0,.5);
	transform: translateY(-45%);
}

.products-carousel .owl-nav button.owl-next span{
	padding:0 10px;
	line-height:26px;
	font-size:24px;
	color:#fff;
}

.products-carousel .owl-nav button.owl-next:hover{
	background-color:rgba(0,0,0,1);
}

.products-carousel .owl-nav button.owl-next:hover span{
	color:#fff;
}

/* Team Section */
.team-section{
	padding:60px 0 30px 0;
}

.team-bg{
	background-image:url('../images/testimonials-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}

.team-bg-overlay{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(29,22,22,.9);
}

.team-section .section-title h2{
	font-size: 38px;
	color: #fff;
	margin-bottom:35px;
	font-size:38px;
	font-weight:600;
	text-align:center;
	line-height:25px;
	line-height:40px;
	position:relative;
}

.team-section .section-title h2 span{
	color:#ea3337;
}

.team-box{
	/* border:1px solid #eee; */
	text-align:center;
	padding:0 30px;
	margin-bottom:30px;
}

.team-box .team-image{
	margin-bottom:15px;
}

.team-box .team-image img{
	width:160px;
	height:160px;
	border-radius:5px;
	margin:0 auto;
}

.team-details h4{
	font-size:22px;
	font-weight:400;
	color:#ffffff;
	line-height:22px;
	margin-bottom:0px;
}

.team-details h6{
	font-size:15px;
	font-weight:300;
	margin-bottom:10px;
	line-height:23px;
	color:#999;
}

.team-details p{
	font-size:14px;
	font-weight:300;
	margin-bottom:15px;
	line-height:26px;
	color:#ffffff;
	text-align:center;
}


/* Testimonial Section */
.testimonials-section{
	padding:60px 0 60px 0;
}

/* .testimonials-bg{
	background-image:url('../images/testimonials-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}

.testimonials-bg-overlay{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(29,22,22,.9);
} */

.testimonials-section .section-title h2{
	font-size: 38px;
	/* color: #fff; */
	color: #222;
	/* padding-bottom:10px; */
	/* margin-bottom:50px; */
	margin-bottom:35px;
	font-size:38px;
	font-weight:600;
	text-align:center;
	line-height:25px;
	line-height:40px;
	position:relative;
}
/* .testimonials-section .section-title h2:after{
	position:absolute;
	content:"";
	width:60px;
	height:2px;
	background:#ffcd2c;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
} */

.testimonials-section .section-title h2 span{
	color:#ea3337;
}

.testimonials-carousel .testimonials-box{
	/* border:1px solid #eee; */
	text-align:center;
	padding:0 30px;
}

.testimonials-carousel .testimonials-box .testimonials-image{
	margin-bottom:15px;
}

.testimonials-carousel .testimonials-box .testimonials-image img{
	width:100px;
	height:100px;
	border-radius:50%;
	margin:0 auto;
}

.testimonials-carousel .testimonials-box .testimonials-details h4{
	font-size:18px;
	font-weight:400;
	/* color:#fff; */
	color:#222;
	line-height:22px;
	margin-bottom:0px;
}

.testimonials-carousel .testimonials-box .testimonials-details h6{
	font-size:15px;
	font-weight:300;
	margin-bottom:10px;
	line-height:23px;
	color:#999999;
}


.testimonials-details p{
	/* font-size:16px; */
	font-size:14px;
	font-weight:300;
	margin-bottom:15px;
	line-height:26px;
	/* color:#fff; */
	color:#343e47;
}

.testimonials-carousel .owl-nav{
	display:none!important;
}


/* Latest News */
.news-section{
	padding:60px 0px 30px 0px;
}

.news-section .section-title h2{
	font-size: 38px;
	color: #222;
	/* padding-bottom:10px; */
	/* margin-bottom:50px; */
	margin-bottom:35px;
	font-size:38px;
	font-weight:600;
	text-align:center;
	line-height:25px;
	line-height:40px;
	position:relative;
}
/* .news-section .section-title h2:after{
	position:absolute;
	content:"";
	width:60px;
	height:2px;
	background:#ffcd2c;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
} */

.news-section .section-title h2 span{
	color:#ea3337;
}

.news-section .news-box{
	margin:0px 0px 30px 0px;
	border:1px solid #e4e4e4;
}

.news-section .news-box .news-image{
	overflow:hidden;
	padding:15px;
	/* margin-bottom:15px; */
	text-align:center;
}

.news-section .news-box .news-image img{
	height:200px;
	/* width:100%; */
}

.news-section .news-box .news-details{
	padding:15px 0;
	border-top:1px solid #e4e4e4;
	text-align:center
}

.news-section .news-box .news-details h4{
	font-size:22px;
	font-weight:600;
	color:#222;
	line-height:22px;
	margin-bottom:10px;
	text-align:center;
}

.news-section .news-box .news-details h4 a{
	color:#222;
}

.news-section .news-box .news-details p{
	font-size:14px;
	font-weight:400;
	margin-bottom:10px;
	line-height:22px;
}

.products-carousel .products-box .products-btn{
	text-align:center;
}

.news-section .news-box .news-details .more-btn{
	background-image: linear-gradient(#ff9b9b,#7d0909);
}

.news-section .news-box .news-details .brochure-btn{
	background-image: linear-gradient(#a4aaae,#000);
}

.news-section .news-box .news-details .news-btn{
	font-family:Roboto;
	/* font-size:14px; */
	font-size:14px;
	font-weight:400;
	/* text-transform:uppercase; */
	/* color:#fff; */
	border:0;
	border-radius:0;
	/* line-height:34px; */
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	/* padding:2px 12px; */
	padding:6px 12px;
	/* height:40px; */
	vertical-align:middle;
	border-radius:3px;
	/* display:inline-block;
	width:90px; */
	/* text-align:center;
	line-height:20px; */
	/* color:#ea3337; */
	color:#fff;
	transition: .5s;
	/* font-weight:500; */
	/* display:block; */
}

.news-section .news-box .news-details .news-btn i{
	color: #ea3337;
	font-size: 14px;
	margin-top: 2px;
	display:none;
}

/* .news-section .news-box .news-details .news-btn:hover{
	color: #ea3337;
	margin-left: 10px;
	opacity:.85;
} */


/* Footer Start */
.footer{
	background-color: #222222;
	color:#f2f2f2;
	font-size:14px;
	padding:5px 0;
}
.footer-widget{
	padding:40px 0px 40px 0;
	/* border-right:1px solid rgba(255,255,255,0.06); */
}
.footer-widget h4{
	font-family:"Roboto Condensed";
	color:#f2f2f2;
	font-size:17px;
	font-weight:400;
	line-height:23px;
	text-transform:uppercase;	
	margin-top:10px;
	margin-bottom:20px;
}
.footer-widget p{
	font-size:14px;
	line-height:24px;
}
.footer-widget .footer-links ul{
	margin:0;
	padding:0;
}
.footer-widget .footer-links ul li{
	border-bottom:1px solid rgba(255,255,255,0.06);
	padding-bottom:5px;
	margin-bottom:5px;
	line-height:22px;
	font-size:14px;
	list-style:none;
	padding-left:12px;
	position:relative;
}
.footer-widget .footer-links ul li:before{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	top:8px;
	left:0;
	background: #ea3337;
}
.footer-widget .footer-links ul li:last-child{
	border:none;
}
.footer-widget .footer-links ul li a{
	color:#ffffff;
}
.footer-widget .footer-links ul li a:hover{
	opacity:0.85;
}
.footer-widget .contact-details ul{
	margin:0;
	padding:0;
}
.footer-widget .contact-details ul li{
	border-bottom:1px solid rgba(255,255,255,0.06);
	padding-bottom:9px;
	margin-bottom:9px;
	line-height:22px;
	font-size:14px;
	list-style:none;
	display:flex;
}
.footer-widget .contact-details ul li:last-child{
	border:none;
}
.footer-widget .contact-details ul li i{
	font-size:16px;
	color: #ea3337;
	padding-right:8px;
	margin-top:5px;
}

/* Footer Bottom */
.footer-bottom{
	background-color: #eeeeee;
	padding:16px 0;
}
.footer-bottom .copyright{
	text-align:left;
}
.footer-bottom .copyright p{
	font-size:14px;
	color:#333333;
	margin-bottom:0;
}
.footer-bottom .copyright p a{
	color:#222;
	font-weight:400;
}
.footer-bottom .footer-social{
	text-align:right;
}
.footer-bottom .footer-social ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-bottom .footer-social ul li{
	display:inline-block;
	font-size:14px;
	color:#fff;
	margin-right:15px;
}
.footer-bottom .footer-social ul li a{
	color:#333333;
}
.footer-bottom .footer-social ul li:last-child{
	margin-right:0;
}
.footer-bottom .footer-social ul li i{
	font-size:12px;
	margin-right:2px;
}
.footer-bottom .footer-social ul li .facebook i{
	color:#3b589c;
}
.footer-bottom .footer-social ul li .twitter i{
	color:#22abf4;
}
.footer-bottom .footer-social ul li .instagram i{
	color:#d94d33;
}
.footer-bottom .footer-social ul li .linkedin i{
	color:#1276ba;
}

/* Scroll Top */
#button-top {
  display: inline-block;
  background-color: #ea3337;
  width: 45px;
  height: 45px;
  /* border:2px solid #222; */
  text-align: center;
  border-radius: 35px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-top i{
  font-style: normal;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  font-weight:900;
}
#button-top:hover i{
	color:#222;
}
#button-top:hover {
  cursor: pointer;
  background-color: #ffcd2c;
}
#button-top:active {
  background-color: #ffcd2c;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}

/* Page Title */
.pagetitle-section{
	position:relative;
}

.pagetitle-section:before{
	position:absolute;
	content:'';
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.6);
}

.page-title-bg{
	background-image:url('../images/page-title.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:scroll;
}

.page-title{
	padding:80px 0;
}

.page-title .page-title-content h1{
	font-family: Roboto;
	line-height: 70px;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	font-size: 55px;
	text-align:center;
}

.page-title .page-title-content ul li{
	font-weight:500;
}

.page-title .page-title-content ul li a{
	color:#ea3337;
}

.page-title .page-title-content ul li a:hover{
	color:#ffcd2c;
}

/* About Section */
.about-section{
	padding:60px 0;
}
.about-section .about-sec{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
}
.about-section .about-sec .section-title h2{
	font-size: 38px;
	color: #222;
	/* padding-bottom:10px; */
	margin-bottom:20px;
	font-size:38px;
	font-weight:600;
	text-align:left;
	line-height:25px;
	line-height:40px;
	position:relative;
}
.about-section .about-sec .section-title h2 span{
	color:#ea3337;
}
.about-section .about-content p{
	font-size: 15px;
	color: #222;
	line-height: 24px;
	letter-spacing: 1px;
	
	
}
.about-section .about-image img{
	border-radius:5px;
	box-shadow: 0px 10px 27px -8px rgba(0, 0, 0, 0.21);
}

/* Text Section */
.text-section{
	padding: 30px 0!important;
	background-color: #fdc900 !important;
}

.text-content{
	text-align:center;
}

.text-content h3{
	font-family: Roboto;
line-height: 42px;
font-weight: 300;
font-style: normal;
color: #222;
font-size: 28px;
}


/* Counter Section */
.counter-section{
	padding:70px 0;
}

.counter-bg{
	background-image:url(../images/counter-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.counter-section .counter-box{
	text-align:center;
}

.counter-section .counter-box i{
	color:#fff;
	font-size:45px;
	text-align:center;
	margin-top:5px;
	line-height:1.2;
}

.counter-section .counter-box h2{
	margin-top:0;
	margin-bottom:0;
	font-size:45px;
	font-weight:300;
	color:#fff;
}

.counter-section .counter-box h5{
	color:#fff;
	margin-top:10px;
}

/* About Section */
.mission-section{
	padding:40px 0;
}
.mission-section .mission-sec{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
}
.mission-section .mission-sec .section-title h2{
	font-size: 38px;
	color: #222;
	/* padding-bottom:10px; */
	margin-bottom:20px;
	font-size:38px;
	font-weight:600;
	text-align:left;
	line-height:25px;
	line-height:40px;
	position:relative;
}
.mission-section .mission-sec .section-title h2 span{
	color:#ea3337;
}
.mission-section .mission-content p{
	font-size: 15px;
	color: #222;
	line-height: 24px;
	letter-spacing:.5px;
	/* letter-spacing: 1px; */
}

.mission-section .mission-content p a{
	color:#337ab7;
	font-weight:400;
}


/* Blog  page */
.blog-section{
	padding:60px 0 30px 0;
}

.blog-box{
	margin-bottom:30px;
}

.blog-box .blog-image{
	position:relative;
	overflow:hidden;
}

.blog-box .blog-image:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0,0,0,.5);
	opacity:0;
	visibility:hidden;
	transition:.5s;
}

.blog-box:hover .blog-image:after{
	opacity:1;
	visibility:visible;
}

.blog-box .blog-image img{
	width:100%;
	transition:.5s;
}

/* .blog-box:hover .blog-image img{
	transform:scale(1.2) rotate(5deg);
} */

.blog-box .blog-details{
	padding:15px;
	border: 1px solid #e4e4e4;
}

.blog-box .blog-details h4{
	font-size: 16px;
	font-weight: 600;
	color: #222;
	line-height: 22px;
	margin-bottom: 8px;
}

.blog-box .blog-details ul{
	margin:0px 0px 10px 0px;
	padding:0;
}

.blog-box .blog-details ul li{
	display:inline-block;
	font-size:14px;
	font-weight:500;
	margin-right:10px;
	color:#999999;
	line-height:normal;
}

.blog-box .blog-details ul li i{
	margin-right:0px;
	color:#ea3337;
}

.blog-box .blog-details p{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 22px;
}

.blog-box .blog-details .blog-btn{
	padding-top:5px;
}

.blog-box .blog-details .blog-btn a{
	/* font-family: Roboto;
	font-size: 14px;
	color: #ea3337;
	border: 0;
	transition: .5s;
	font-weight: 500; */
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	border: 1px solid #ea3337;
	border-top-color: rgb(234, 51, 55);
	border-right-color: rgb(234, 51, 55);
	border-bottom-color: rgb(234, 51, 55);
	border-left-color: rgb(234, 51, 55);
	background-color: #ea3337;
	border-radius: 0;
	line-height: 34px;
	/* display: inline-block; */
	margin-top: 10px;
	padding: 6px 16px;
	height: 40px;
	vertical-align: middle;
	border-radius: 5px;
	transition: 500ms;
}

.blog-box .blog-details .blog-btn a:hover{
	/* color: #ea3337;
	margin-left: 10px;*/
	opacity: .85; 
	/* color: #222;
	background: #ffcd2c;
	border-color: #ffcd2c; */
}

/* Contact Us Page */
.contact-full-details{
	padding:70px 0;
}

.contact-details .section-title h2{
	font-size: 32px;
	color: #222;
	/* padding-bottom:10px; */
	margin-bottom:20px;
	font-weight:600;
	text-align:left;
	line-height:25px;
	line-height:40px;
	position:relative;
}
.contact-details .section-title h2 span{
	color:#ea3337;
}

.contact-full-details .contact-details .contact-icon-box{
	background-color:#f1f1f1;
	padding:30px;
	margin-bottom:20px;
}

.contact-full-details .contact-details .contact-icon-box .media .media-left{
	padding-right:20px;
}

.contact-full-details .contact-details .contact-icon-box .media .media-left .icon i{
	font-size:30px;
	color:#ea3337;
}

.contact-title{
	font-family: Roboto;
	line-height: 42px;
	font-weight: 500;
	font-style: normal;
	color: #222;
	font-size: 28px;
}

/* Map Area */
.get-in-touch .section-title h2{
	font-size: 32px;
	color: #222;
	/* padding-bottom:10px; */
	margin-bottom:20px;
	font-weight:600;
	text-align:left;
	line-height:25px;
	line-height:40px;
	position:relative;
}
.get-in-touch .section-title h2 span{
	color:#ea3337;
}

/* Utilities */
.mb-15{
	margin-bottom:15px;
}

/* Woocommerce Css For Login and register page */
.mission-section{
	width:100%;
	padding:0px;
}

.mission-section .mission-content{
	width:100%;
}

.woocommerce form .form-row label{
	line-height:1.4!important;
}

/* .woocommerce{
	display:flex;
} */

/* .woocommerce #customer_login.u-columns.col2-set .u-column1.col-1{
	max-width:50%!important;
	float:left;
} */

.woocommerce .u-columns.col2-set .u-column1.col-1{
	max-width:50%!important;
	float:left;
}

/* .woocommerce #customer_login.u-columns.col2-set .u-column2.col-2{
	max-width:50%!important;
	float:right;
} */

.woocommerce .u-columns.col2-set .u-column2.col-2{
	max-width:50%!important;
	float:right;
}

.woocommerce #customer_login form{
	/* width:100%; */
	margin:1em 0!important;
}

/* .mission-section .mission-sec .mission-content .woocommerce form .form-row{
	margin-bottom:12px;
} */

.woocommerce .form-row{
	margin-bottom:12px!important;
}

.mission-section .mission-sec .mission-content .woocommerce form .lost_password{
	margin-bottom:0;
}


/* .mission-section .mission-sec .mission-content .woocommerce form .form-row label{
	width:100%;
	line-height: 1.4;
	color: #282828;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom:0;
	letter-spacing:.2px;
	font-weight:700;
} */

.woocommerce .form-row label{
	width:100%;
	line-height: 1.4;
	color: #282828;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom:0;
	letter-spacing:.2px;
	font-weight:700;
}

/* .mission-section .mission-sec .mission-content .woocommerce form .form-row .woocommerce-Input{
	 width: 100%;
	padding:8px 10px;
	border-radius:0;
	color: #282828;
	border: 1px solid #ccc;
	background-color: transparent;
	
} */
.woocommerce input{
	 /* width: 100%; */
	padding:8px 10px;
	border-radius:0;
	color: #282828;
	border: 1px solid #ccc;
	background-color: transparent;
}

.woocommerce form .form-row .password-input{
	width:100%;
}

.woocommerce select{
	padding:8px 10px;
	border-radius:0;
	color: #282828;
	border: 1px solid #ccc;
	background-color: transparent;
}

.woocommerce .form-row .woocommerce-input-wrapper{
	width:100%;
}

.woocommerce form .form-row .textbox{
	width: 100%;
	padding:8px 10px;
	border-radius:0;
	color: #282828;
	border: 1px solid #ccc;
	background-color: transparent;
	
}

.woocommerce .u-columns.col2-set .u-column1.col-1 .woocommerce-form-login .form-row .woocommerce-form-login__rememberme{
	width:100%;
	line-height: 1.4;
	color: #282828;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom:0;
	letter-spacing:.2px;
	font-weight:700;
	display:inline-block!important;
}

.woocommerce #customer_login form .form-row button{
	background-color:#282828;
	color:#fff;
	margin:0 auto;
	margin-top:5px;
}

.woocommerce #customer_login form .form-row button:hover{
	background-color:#282828;
	color:#fff;
	opacity:.8;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
	margin-right:auto;
}

.woocommerce .u-columns.col2-set .u-column1.col-1 .woocommerce-form-login .lost_password{
	text-align:center;
	letter-spacing:.2px;
}

.woocommerce-ResetPassword{
	max-width: 450px;
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px;
	margin: 0 auto!important;
}

.woocommerce-ResetPassword p{
	letter-spacing:.5px!important;
	font-weight:400!important;
}

.woocommerce-ResetPassword .woocommerce-form-row--first{
	width:100%!important;
	margin-top:15px!important;
}

.woocommerce-MyAccount-content fieldset{
	margin-top:45px;
}

.woocommerce-MyAccount-content fieldset legend{
	font-size:24px;
	margin-bottom:10px;
	font-weight:600;
}


/* After Login */
table{
	width:100%;
	font-size:14px;
	font-weight:400;
	border-collapse:collapse;
	margin-bottom:20px!important;
	border: 1px solid rgba(0,0,0,.1); 
}

table th, td{
	padding:10px 8px!important;
}

.woocommerce table{
	font-size:14px!important;
	font-weight:400;
	border-collapse:collapse!important;
}

.woocommerce table thead{
	background-color:#eeeeee;
}

.woocommerce table th, td{
	padding:10px 8px!important;
}

.woocommerce table tr td a{
	color:#337ab7;
}

.woocommerce table tr td a.button{
	background-color:#282828;
	color:#fff;
	margin-right:5px;
	padding:6px 12px;
	opacity:.9;
}

.woocommerce table tr td a.button:hover{
	background-color:#282828;
	color:#fff;
	opacity:1;
}

.woocommerce-MyAccount-navigation{
	width:25%;
	margin-bottom:20px;
	float:left;
}

.woocommerce-MyAccount-content{
	width:75%;
	float:right;
}

.woocommerce-MyAccount-navigation ul li a{
	color:#222;
}

.woocommerce-MyAccount-navigation ul li.is-active a{
	color:#0089ff;
	font-weight:400;
	text-decoration:underline;
}

.woocommerce-MyAccount-navigation ul li a:hover{
	color:#0089ff;
	text-decoration:underline;
}

/* .woocommerce-pagination{
	text-align:center;
} */

/* .woocommerce-pagination .woocommerce-button{
	background-color:#282828!important;
	color:#fff!important;
	margin-right:5px!important;
} */

.woocommerce-Address-title a{
	color:#0089ff;
	font-weight:400;
}

.woocommerce ul.products {
	padding-top:16px;
	margin-bottom:0px;
}

.woocommerce ul.products li.product{
	margin-bottom:30px
}

/* CSPU Plugins */
/* #wholeBody  .btn{
	height:36px;
}

#wholeBody:[type="button"]{
	height:36px;
} */

#wholeBody{
	padding-top:40px;
	padding-bottom:40px;
}

#wholeBody table{
	margin-top:20px;
}

#wholeBody table tbody tr td .accordian-body #wholeBody{
	padding-top:0;
	padding-bottom:0;
}

.cspu-plugin-form label{
	width:100%;
	line-height: 1.4;
	color: #282828;
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom:0;
	letter-spacing:.2px;
	font-weight:700;
}

.cspu-plugin-form input{
	height:36px!important;
}

.cspu-plugin-form .company-btn, .site-btn, .plant-btn, .unit-btn{
	width:118px;
	text-align:center;
}

.cspu-plugin-form .cspu-bottom-btns{
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}

#myModalabs .modal-dialog{
	max-width:98%;
}

.findlopa-table_ti .hiddenRow{
	padding-top:0!important;
	padding-bottom:0!important;
}

/* Lopa Table (Sil Determination) */
.getlopa-table_ti h3{
	margin-bottom:0;
	margin-top:20px;
}

.getlopa-table_ti tr th input{
	height:36px!important;
}

/* .lopa-accordian_ti.table-striped tbody tr:nth-of-type(2n+1) . tr{
	background-color: rgba(0,0,0,.05);
} */

.getlopa-table_ti tbody tr td table{
	margin-top:5px!important;
}

.getlopa-table_ti tbody tr td.hiddenRow{
	padding-top:0!important;
	padding-bottom:0!important;
}

.getlopa-table_ti .lopa-table_ti tbody tr{
	background-color: rgba(0,0,0,.05)!important;
}

/* Sif Data Table (Calculation) */
.sif-table_ti h3{
	margin-bottom:0;
	margin-top:20px;
}

table.sif-table_ti thead{
	background-color:#b7b7b7;
} 

.sif-table_ti tbody tr td table{
	margin-top:5px!important;
}

.sif-table_ti tbody tr td.hiddenRow{
	padding-top:0!important;
	padding-bottom:0!important;
}


/* Alarm Pages 30-05-20 */
#wholeBody [type="text"]{
	display: block;
	/* width: 100%; */
	height: 36px;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #282828;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#wholeBody textarea[type="text"]{
	height:auto;
}

#wholeBody [type="search"]{
	display: block;
	width: 100%;
	height: 36px;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #282828;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#wholeBody select{
	display: block;
	width: 100%;
	height: 36px;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #282828;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* 31-05-20 */
.cspu-box 
{
    background-color: #fff;
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    padding: 0px !important;
    /* margin-top: 40px; */
}

.cspu-reportform{
	margin-top:35px;
}

.cspu-block .title 
{
    /* background-image: linear-gradient(#FF416C, #FF4B2B); */
    background: #434752;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    /* color: #2B32B2 !important; */
    color: #fff !important;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px;
   /* text-transform: uppercase; */
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
}

.cspu-reportform .w-50{
	width:50%;
}

.cspu-plugin-form .btncolor 
{
    margin-left: 6px !important;
    float: left;
}

.btncolor 
{
    display: block;
    background-color: #007bff !important;
    color: white !important;
    border: none;
    width: 125px!important;
    /* height: 35px!important; */
    margin-left: 10px!important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    /* border-radius: 0px; */
    box-shadow: none;
}

.cspu-reportform .get-btn_ti{
	margin-top:25px;
	padding-left:0!important;
	padding-right:0!important;
}

.report-button{
	padding-left:0!important;
}

.report-button button 
{
    padding: 4px;
    /* margin-top: 25px; */
    font-size: 13px;
	width:133px;
    /* color: #514a9d;
    background: #e0dff1; 
    border: 1px solid #b6b3d8;*/
}

.report-button i 
{
    font-size: 13px;
    padding-right: 5px;
}

.cspu-savebtn{
    justify-content: center;
	margin-top:25px;
}

.cspu-savebtn button 
{
    background-color: #1E9600 !important;
    color: white !important;
    border: none;
    width: 125px!important;
    /* height: 35px!important; */
    /* border-radius: 0px; */
    font-size: 15px;
	font-weight:700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-right: 15px;
}

.cspu-savebtn button a {
    color: #fff;
}

.cspu-savebtn .pdf-btn_ti{
	font-size:12px;
}

.cspu-savebtn .pdf-btn_ti i{
	font-size:13px;
}

.otherpage-box 
{
    margin: 35px 0px 35px 0px;
}

.otherpage-box a 
{
    background-color: #007bff !important;
    color: white !important;
    border: none;
    /* width: 120px!important; */
    height: 36px!important;
    /* margin-left: 10px!important; */
    text-align: center;
    align-items: center;
    display: flex !important;
    justify-content: center;
    /* border-radius: 0px; */
    box-shadow: none;
}

/* .otherpage-box a:hover 
{
    text-decoration: none;
    background: #2B32B2 !important;
} */

.otherpage-box button
{
	background: #007bff;
	 border: none;
	 border-radius:4px;
	 font-weight:700;
	 width:100%;
	 text-align:center;
	/*height: 35px;
	padding: 0px; */
}

/* .otherpage-box button:hover
{
  background: #2B32B2;
} */

.otherpage-box button a 
{
    margin-left: 0px !important;
   /*  height: 33px !important;*/
    padding: 6px 12px; 
	font-size:15px;
	border-radius:4px;
}

/* .otherpage-box button a 
{
    margin-left: 0px !important;
    height: 33px !important;
    padding: 0px 10px;
} */
.otherpage-box .p-btn_ti{
	margin-left:0!important;
	width:100%!important;
}


/* participant table */
.common-table_ti.table thead tr th{
	background-color: #434752!important;
	color:#fff;
}

.common-table_ti.table tr td .btn{
	margin-right:5px;
	margin-bottom:5px;
}

table.pr_table{
	width:100%;
	margin-left:auto!important;
	margin-right:auto!important;
	margin-bottom:0px!important;
	border:0;
}

table.pr_table .accordian-body{
	border:1px solid rgba(0,0,0,0.1);
}

.table-datafilter{
	padding-left:0;
}

.dataTables_length{
	margin-bottom:8px;
}

.dataTables_length label select{
	display:inline-block!important;
	width:auto!important;
}

.dataTables_filter{
	margin-bottom:8px;
}

.table-datafilter i{
	font-size:14px;
	left:215px;
}

.dataTables_filter label input{
	display:inline-block!important;
	width:auto!important;
}

.participant-table.table thead tr th{
	width:103px!important;
}

.participant-table.table tbody tr td{
	height:36px;
}

.no-footer{
	/* margin-bottom:30px; */
}

/* Alarm Overview Page */
.select-temp button 
{
    width: 90px;
    padding:6px 12px;
	font-weight:700;
    background: #007bff;
    border: none;
    border-radius: 4px;
    margin-left: 10px !important;
}

/* Sld */
.company-site_ti{
	padding:40px 0;
}

.wd-120{
	width:120px;
}

/* 08-06-20 */
.woocommerce .woocommerce-checkout .col2-set .col-1{
	float:left;
	max-width:50%;
}

.woocommerce .woocommerce-checkout .col2-set .col-2{
	float:right;
	max-width:50%;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 .select2-container .select2-selection--single{
	height:36px;
	border-radius: 0;
	border: 1px solid #ccc;
	font-weight:400;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:34px;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:36px;
	line-height:34px;
}

.woocommerce form .form-row textarea{
	width: 100%;
	height: auto;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #282828;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 

.woocommerce-checkout .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table{
	width:48%;
	margin-right:auto;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment{
	width:48%;
	margin-left:auto;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .form-row.place-order{
	justify-content:center;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first{
	width:20%;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last{
	width:75%;
	float:left;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last .button{
	background-color: #007bff !important;
	color: white !important;
}

.woocommerce.columns-4 .products.columns-4 li{
	margin-bottom:30px;
	border: 1px solid #e4e4e4;
	text-align:center;
	width:23%;
	margin-right:2%;
} 

.woocommerce.columns-4 .products.columns-4 .product .woocommerce-loop-product__link{
	
}

.woocommerce.columns-4 .products.columns-4 .product .woocommerce-loop-product__link .woocommerce-loop-product__title{
	font-size: 22px;
	font-weight: 600;
	color: #222;
	line-height: 22px;
	margin-bottom: 10px;
	padding:0;
	text-align: center;
} 

.woocommerce.columns-4 .products.columns-4 .product .woocommerce-loop-product__link .star-rating{
	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
	margin-bottom:10px;
}

.woocommerce.columns-4 .products.columns-4 .product .woocommerce-loop-product__link .price{
	font-size:15px;
}

.woocommerce.columns-4 .products.columns-4 .product .add_to_cart_button{
	margin-top:5px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:400;
	/* color:#fff; */
	/* background-image: linear-gradient(#ff9b9b,#7d0909); */
	/* background-image: linear-gradient(#a4aaae,#000); */
}

/* 09-06-20 */
.woocommerce .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail a img{
	width:150px;
	height:150px;
}

.woocommerce .woocommerce-cart-form .shop_table tr td.actions .coupon .input-text{
	width:auto;
}

.woocommerce.columns-4 .products.columns-4 .product .woocommerce-loop-product__link .price{
	font-size:14px;
}

/* 08-07-20 */
.woocommerce a.wqoecf_enquiry_button{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height:1!important;
	color:#515151!important;
	background-color:#ebe9eb!important;
	/*display:inline-block;*/
	display: none;
}

.woocommerce a.wqoecf_enquiry_button:hover{
    background-color: #dfdcde!important;
    text-decoration: none;
    background-image: none;
    color: #515151!important;
}

.woocommerce .single-product .product .related ul.products li.product .wqoecf_enquiry_button{
	font-size: 16px;
	font-weight: 700;
	margin-left:0;
	margin-right:0;
}

@media (min-width:768px){
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	float:left;
	width:48%;
	padding-left:0;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	float:right;
	width:48%;
	padding-right:0;
}

/* 08-06-20 */
.woocommerce .woocommerce-checkout .col2-set .col-1{
	float:left;
	width:48%;
}

.woocommerce .woocommerce-checkout .col2-set .col-{
	float:right;
	width:48%;
}

.woocommerce-checkout .woocommerce-checkout-review-order{
	display:flex;
}

}

@media (max-width:991px){
.woocommerce{
	display:block;
}

.woocommerce-MyAccount-navigation{
	width:100%;
}

.woocommerce-MyAccount-content{
	width:100%;
}

.woocommerce-MyAccount-navigation ul li{
	padding:5px 0px;
	border-bottom:1px solid #eee;
}

}

@media (max-width:767px){
.woocommerce .u-columns.col2-set .u-column1.col-1{
	max-width:100%!important;
}

.woocommerce .u-columns.col2-set .u-column2.col-2{
	max-width:100%!important;
}

.about-section{
	padding:40px 0px;
}

.woocommerce h2{
	font-size:30px;
	text-align:center
}

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

/* 08-06-20 */
.woocommerce .woocommerce-checkout .col2-set .col-1{
	max-width:100%!important;
}

.woocommerce .woocommerce-checkout .col2-set .col-2{
	max-width:100%!important;
}

.woocommerce-checkout .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table{
	width:100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment{
	width:100%;
}

.woocommerce.columns-4 .products.columns-4 .product{
	width:100%;
	margin-bottom:30px;
}

}
