html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
iframe {
	border: 0;
}
/* ==================================================

   1. Basic Styles

================================================== */



html, body {
	height: 100%;
}
html, hmtl a {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	color: #5e5e5e;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
a:hover,  a:active,  a:focus {
	text-decoration: none;
	outline: 0;
	color: #5e5e5e;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;
}
.gray-bg {
	background: #CDCBCB;
}
.gray-text {
	color: #CDCBCB;
}
.lgray-bg {
	background: #F9F8F5;
}
.dgray-bg {
	background: #454545;
}
img {
	max-width: 100%;
}
img, object, embed, audio, video {
	max-width: 100%;
}
img {
	height: auto;
}
strong, .strong {
	font-weight: 700;
}
p {
	margin: 0 0 20px;
}
i, em, .italic {
	font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}
.align-left {
	float: left;
	margin: 0 25px 0 0px!important;
}
.align-right {
	float: right;
	margin: 0 0 0 25px!important;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.color-text {
	color: #ffffff;
}
.through {
	text-decoration: line-through;
}
.border-radius {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

::-webkit-input-placeholder {
 color: #999;
}



:-moz-placeholder { /* Firefox 18- */
 color: #999;
}



::-moz-placeholder {  /* Firefox 19+ */
 color: #999;
}



:-ms-input-placeholder {
 color: #999;
}
iframe {
	border: 0;
}
/* ==================================================

   2. Typography

================================================== */



h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	color: #333;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: .5px;
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h2 small {
	display: block;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 45%
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 12px;
}
h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short {
	margin-bottom: 5px;
}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
	margin-top: 22px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
	text-decoration: none;
}
h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
	font-family: 'Poppins', sans-serif;
}
.huge {
	font-size: 10em;
}
blockquote {
	margin: 30px 0;
	padding: 0 0 0 30px;
	border-left: 3px solid #222;
}
blockquote p {
	margin-bottom: 0;
	white-space: 1px;
	line-height: 1.8em;
	font-style: italic;
	color: #999;
	font-family: 'Poppins', sans-serif;
}
blockquote cite {
	font-weight: 700;
}
blockquote cite:before {
	content: "- ";
}
p.lead {
	font-size: 20px;
	line-height: 28px;
}
p.md {
	font-size: 16px;
}
p.lg {
	font-size: 30px;
}
.lighter p {
	color: #ccc;
}
p.small {
	color: #999;
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
}
.big {
	font-size: 200%;
	line-height: 1.5em;
}
.thin {
	font-weight: 300;
}
p.drop-caps:first-child:first-letter {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 4px;
	font-size: 75px;
	line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
	margin-right: 10px;
	padding: 6px 12px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
}
hr {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	border: 0;
	background: #E8E8E8;
}
hr.sm {
	display: inline-block;
	margin: 0 0 15px 0;
	width: 40px;
	height: 2px;
	border: 0;
}
hr.md {
	display: inline-block;
	margin: 15px 0;
	width: 100px;
	height: 2px;
	border: 0;
}
hr.fw {
	display: block;
	clear: both;
	margin-top: 50px;
	margin-bottom: 43px;
	width: 100%;
	height: 1px;
	border: 0;
	background: #eee;
}
hr.fw.cont {
	margin: 20px 0;
}
ul {
	margin: 10px 0 10px 20px;
	list-style-type: disc;
}
ol {
	margin: 10px 0 10px 30px;
	list-style-type: decimal;
}
ul ul, ol ul {
	margin: 10px 0 10px 20px;
}
ul ul {
	list-style-type: circle;
}
dl {
	margin: 10px 0;
}
dl dt {
	font-weight: 700;
}
address.ico i {
	display: inline-block;
	float: left;
	clear: both;
	padding-top: 3px;
}
address.ico p {
	margin: 0;
	padding-bottom: 10px;
}
address.ico span {
	display: inline-block;
	padding-left: 20px;
}
.cursive {
	font-style: italic;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
	color: #999;
}
/* ==================================================

   3. Margin Bottom Sets

================================================== */



.margin-0 {
	margin-bottom: 0 !important;
}
.margin-5 {
	margin-bottom: 5px !important;
}
.margin-10 {
	margin-bottom: 10px !important;
}
.margin-15 {
	margin-bottom: 15px !important;
}
.margin-20 {
	margin-bottom: 20px !important;
}
.margin-30 {
	margin-bottom: 30px !important;
}
.margin-40 {
	margin-bottom: 40px !important;
}
.margin-50 {
	margin-bottom: 50px !important;
}
.margin-60 {
	margin-bottom: 60px !important;
}
.margin-70 {
	margin-bottom: 70px !important;
}
.margin-80 {
	margin-bottom: 80px !important;
}
.push-top-10 {
	margin-top: 10px;
}
.push-top-20 {
	margin-top: 20px;
}
.push-top-30 {
	margin-top: 30px;
}
.push-top-40 {
	margin-top: 40px;
}
.push-top-50 {
	margin-top: 50px;
}
.push-top-60 {
	margin-top: 60px;
}
/* ==================================================

   4. Padding Sets

================================================== */

.padding-b0 {
	padding-bottom: 0!important;
}
.padding-tb0 {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.padding-tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-tb45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-tb75 {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-tb125 {
	padding-top: 125px;
	padding-bottom: 125px;
}
/* ==================================================

   5. Spacers Sets

================================================== */

.spacer-10, .spacer-20, .spacer-30, .spacer-40, .spacer-50, .spacer-60, .spacer-75, .spacer-100 {
	clear: both;
	width: 100%;
}
.spacer-10 {
	height: 10px;
}
.spacer-20 {
	height: 20px;
}
.spacer-30 {
	height: 30px;
}
.spacer-40 {
	height: 40px;
}
.spacer-50 {
	height: 50px;
}
.spacer-60 {
	height: 60px;
}
.spacer-75 {
	height: 75px;
}
.spacer-100 {
	height: 100px;
}
/* ==================================================

   5. Multi purpose Elements

================================================== */

.overlay-transparent {
	background: rgba(0,0,0,.7);
}
.overlay-white {
	background: rgba(255,255,255,.9);
}
.checkers-overlay {
	background: url(../images/checkers.png) repeat;
}
.pattern-overlay {
	background: url(../images/pattern.png) repeat;
}
.next-prev-nav {
	display: inline-block;
}
.next-prev-nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}
.next-prev-nav a:hover {
	color: #fff;
}
.meta-data {
	color: #CDCBCB;
	font-size: 12px;
	line-height: 16px;
	display: block;
	font-weight: 400;
}
.meta-data strong {
	color: #999;
}
.meta-data a {
	color: #CDCBCB;
}
.meta-data a:hover {
	text-decoration: none;
}
.meta-data > span {
	display: inline-block;
}
.meta-data i {
	margin-right: 4px;
}
.meta-data > span:last-child {
	margin-right: 0;
}
.meta-data.alt {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
}
.meta-data.alt > div {
	padding: 0 5px;
	display: inline-block;
}
.meta-data.alt > div:first-child {
	padding-left: 0;
}
.meta-data.alt > div:after {
	content: "/";
	margin-left: 10px;
}
.meta-data.alt > div:last-child:after {
	content: "";
}
p.meta-data {
	font-size: 16px;
	line-height: 1.7em;
}
.btn-rounded {
	border-radius: 30px;
}
.light-title {
	color: #fff;
}
.header-top-link a {
    color: #135084;
    font-size: 14px;
    font-weight: 500;
}
.header-top-phone {
    margin-right: 30px;
}
.header-contact {
    margin: 50px 0;
}
.header-top-link a img {
    margin-right: 3px;
}
.navbar-main ul li a {
    color: #050919;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar-main ul li.active a, .navbar-main ul li a:hover, .navbar-main ul li a:focus {
    color: #00a0e3;
    background-color: transparent;
}
.navbar-main .nav .open > a, .navbar-main .nav .open > a:focus, .navbar-main .nav .open > a:hover {
    background-color: transparent;
}
.navbar-main {
    margin: 18px 0 0;
}
.navbar-main ul li{
	padding: 15px 10px;
}
.navbar-main > ul > li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 25px;
    width: 5px;
    height: 5px;
    background-color: #d8d8d8;
    border-radius: 20px;
}
.navbar-main ul li:last-child::after {
	display: none;
}
.navbar-main ul ul {
    background-color: rgba(240,240,240, 0.98);
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.navbar-main ul ul li {
    padding: 12px 15px;
    border-bottom: 1px solid #ccc;
}
.navbar-main ul ul li:last-child {
    border-bottom: none;
}
.banner .banner-img {
    text-align: right;
}
.banner .banner-img img{
    width: 75%; float: right;
}
.banner-content h1 {
    color: #222;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'Vidaloka', serif;
    margin-bottom: 35px;
    line-height: 1.3;
}
.banner {
    position: relative;
}
.banner-content {
    position: absolute;
    /*left: 0;*/
    top: 150px;
    max-width: 600px;
    padding-left: 50px;
    z-index:  99999999999;
}
.home-banner.banner ul.slick-dots {
    bottom: 23px !important;
    text-align: left;
    padding-left: 25px;
}
.home-banner.banner .slick-slider.slick-dotted {
    margin: 0;
}
.btn-main {
    padding: 7px 20px;
    border-radius: 500px;
    /* box-shadow: 0 0px 60px rgb(19 80 131 / 34%); */
    color: #00a0e3;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    background-color: #ffffff;
    border: 1px solid #00a0e357;
}
.btn-main:hover, .btn-main:focus {
    color: #fff;
    background-color: #00a0e3;
    border-color: #00a0e3;
    outline: none;
}
.about-img-top, .about-img-bottom{
	position: relative;
}
.about-img-bottom::before {
    position: absolute;
    left: -140px;
    top: 20px;
    content: "";
    width: 120px;
    height: 200px;
    border-color: rgba(0,0,0,0.1);
    border-width: 4px 4px 0 0;
    border-style: solid;
}
.about-img p {
    color: #606060;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    right: -112px;
    bottom: 130px;
    width: 300px;
    z-index: 1;
}
.about-img-top {
    margin-left: -100px;
}
.about-img-bottom {
    margin-left: 120px;
}
.about-img .about-img-top p {
    right: 35px;
}
.about-img .about-img-bottom p {
    right: -115px;
}
.section-heading span {
    color: #666;
    font-size: 17px;
    display: block;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
}
.section-heading {
    color: #111111;
    font-size: 37px;
    font-family: 'Vidaloka', serif;
    text-transform: uppercase;
    line-height: 1.2;
}
.about-content {
    padding: 40px 0;
}
.about-content p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.home-services-left {
    background: url(../images/service-bg.png) no-repeat;
    background-size: auto;
    padding: 40px 0 0 40px;
}
.home-services-left .section-heading span{
	margin-bottom: 25px;
}
.home-services-list ul {
    margin: 0;
}
.home-services-list li {
    list-style: none;
    position: relative;
    padding-left: 98px;
    margin-bottom: 30px;
}
.home-services-list li .service-img {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 20px;
    margin-top: 10px;
}
.home-services-list li .service-img::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    border-right: 2px solid rgba(0,0,0,0.10);
    right: 0;
    top: 5px;
}
.service-content {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Karla', sans-serif;
}
.service-content strong{
	font-weight: 700;
}
.home-services-list {
    padding-left: 50px;
}
.home-services-wrapper {
    padding: 20px 0;
}
.warehouse-img {
    position: relative; background: #f2f2f2;
}
.blog-list .cat-img {
    height: 400px;
    background-size: cover !important;
    margin-bottom: 24px;
    position: relative;
}
.recent-activity a {
    color: #fff;
}
.blog-list .cat-img a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.warehouse-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(14 14 14);
    max-width: 300px;
    padding: 50px 30px 20px 30px;
}
.warehouse-content h2{
    color: #fff;
    font-size: 36px;
}
.warehouse-content span {
	color: #fff;
	margin-bottom: 20px;
}
.warehouse-content ul li strong{
	display: block;
}
.warehouse-content ul li{
	color: rgba(255,255,255,0.5);
	font-size: 16px;
    line-height: 1.5;
    font-family: 'Karla', sans-serif;
    margin-bottom: 15px;
}
.warehouse-content ul li span{
	display: block;
	margin-bottom: 15px;
	color: rgba(255,255,255,0.5);
	position: relative;
	padding-left: 25px;
}
.warehouse-content ul li span small{
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
}
.warehouse-wrapper {
    margin-bottom: 50px;
}
footer {
    background-color: #f5f5f5;
    padding: 40px 0 30px;
}
.section-sub-heading {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    color: #000;
}
.footer-top .form-group{
	margin-right: 15px;
}
.footer-top .form-control {
    border-width: 0 0 1px 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
}
.btn-black {
    background-color: #181818;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    -webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
.btn-black:hover, .btn-black:focus{
	color: #fff;
	background-color: #00a0e3;
	outline: none;
}
.btn-black .fa{
	margin-left: 20px;
}
.footer-top {
    margin-bottom: 50px;
}
.footer-grid p {
    color: rgba(0,0,0,0.7);
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    line-height: 1.5;
}
.contact-link a {
    display: block;
    margin-bottom: 6px;
}
.contact-link a img{
    margin-right: 8px;
}
.social-icons{
	margin: 0;
}
.social-icons li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.social-icons li a{
	color: #8e97a0;
}
.footer-copyright p {
    margin-bottom: 0;
}
.footer-copyright .pepper-link, .footer-copyright .pepper-link a {
    color: #000;
}
.btn-link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 13px;
}
.btn-link .fa {
    margin-left: 15px;
}
.product-slide-content p {
    line-height: 1.7;
    font-size: 16px;
    color: #ffffff9c;
}
.product-slide-content {
    padding-bottom: 35px;
}
.product-slide {
    padding: 0 20px;
}
.inner-header {
    background: url(../images/inner-header-bg.jpg) no-repeat;
    padding: 50px 0;
    margin-bottom: 35px;
    background-size: cover;
}
.inner-header h1 {
    margin-bottom: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}
.about-services-wrap{
	background-color: #F1F1F1;
	padding: 35px 0 140px;
}
.about-page-info-wrapper {
    padding-bottom: 35px;
}
.about-parts-wrapper {
    padding: 40px 0;
}
.about-warehouse-wrapper {
    margin-top: -90px;
}
.about-parts {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.about-parts img{
    border: 5px solid #fff;
}
.about-parts::after {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    width: 1000px;
    height: 100%;
    content: "";
    background-color: #135184;
}
.about-left-img {
    position: relative;
    display: inline-block;
}
.about-left-img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 5px solid rgba(19, 81, 132, 0.4);
    left: 15px;
    top: 15px;
}
img.demo.active {
    opacity: 1;
    border: 3px solid #fff;
}
.about-left-img-wrap {
    padding: 0 30px 20px 0;
}
.common-heading {
    color: #111111;
    font-size: 24px;
    font-family: 'Vidaloka', serif;
    position: relative;
}
.common-heading::after {
    content: '';
    width: 50px;
    height: 3px;
    background: rgba(0, 160, 227, 0.7);
    display: block;
    margin-top: 5px;
}
.contact-form .form-control {
    border-bottom: 1px solid #ccc;
    border-width: 0 0 1px 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
}
.contact-form {
    padding: 0 0 50px 0;
}
.contact-btn-wrap {
    margin-top: 30px;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-info-wrap{
    list-style: none;
    margin: 10px 0 0 auto;
}
.contact-info-wrap li {
    position: relative;
    padding-left: 30px;
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}
.contact-info-wrap li img {
    position: absolute;
    left: 0;
    top: 8px;
}
.contact-info-main {
    border-left: 1px solid #ddd;
    padding: 0 0 20px 35px;
    margin-left: 20px;
}
.contact-map {
    border: 1px solid #ddd;
    margin-bottom: 25px;
    height: 182px;
}
.product-slider .slick-prev::before {
    font-family: FontAwesome;
    content: "\f177";
    color: #777;
    font-size: 15px;
}
.product-slider .slick-next::before {
    font-family: FontAwesome;
    content: "\f178";
    color: #777;
    font-size: 15px;
}
.product-slider .slick-prev {
    z-index: 1;
    left: calc(50% - 640px );
    background-color: #fff;
    padding: 15px 5px;
    width: 30px;
    height: 45px;
}
.product-slider .slick-next {
    z-index: 1;
    right: calc(50% - 640px );
    background-color: #fff;
    padding: 15px 5px;
    width: 30px;
    height: 45px;
}
.product-details h1 {
    font-size: 26px;
}
.product-details p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.product-details {
    padding-left: 10px;
}
.product-detail {
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
.product-detail:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.product-detail:nth-child(2n+2) .custom-col-5 {
    float: right;
}
.product-detail:nth-child(2n+2) .product-details {
    padding-right: 10px;
    padding-left: 0px;
}
.product-img-slider .slick-dots li {
    margin: 0;
}
.modal-heading {
    color: #111111;
    font-size: 24px;
    font-family: 'Vidaloka', serif;
    position: relative;
    margin-bottom: 0;
}
.enquiry-popup .contact-form {
    padding: 0;
}
.enquiry-popup .modal-header, .enquiry-popup .modal-body { 
    padding: 15px 20px;
}
.enquiry-popup .modal-header .close {
       margin-top: 2px;
    position: relative;
    z-index: 99;
    color: #000;
}
.navbar-main .caret {
    margin-left: 5px;
}
.product-slider .slick-slide .product-slide-content.warehouse-content{
	opacity: 0;
	z-index: 1;
}
.product-slider .slick-slide.slick-current.slick-active .product-slide-content.warehouse-content{
	opacity: 1;
}
.product-slider .slick-slide .product-slide-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 1100px;
}
.product-slider .slick-slide.slick-current.slick-active .product-slide-img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/*.product-slider .slick-slide.slick-current.slick-active .product-slide-img.warehouse-img::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: rgba(0, 160, 227, 0.58);
    left: 0;
    top: 0;
}*/
.product-slider .slick-slide.slick-current.slick-active .slider-count{
	opacity: 0;
}
.slider-count-left, .slider-count-right {
    position: absolute;
    top: 46.6%;
    z-index: 9;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    width: 68px;
}
.slider-count-left {
    left: -18px;
    text-align: right;
    padding-right: 30px;
}
.slider-count-right {
    right: -18px;
    text-align: left;
    padding-left: 30px;
}
/* ==================================================

   6. Site Structure & Appearance

================================================== */

body {
	background-color: #fff;
	color: #4c4c4c;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5em;
	
}

/* ==================================================

   6.5. Overriding Classes

================================================== */

.parallax {
	background-attachment: fixed!important;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
}
.touch .parallax, .page-header.parallax {
	background-attachment: scroll!important;
}
/* ==================================================

   Home Page Style

================================================== */
.all-cate-list {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
    position: relative;
    z-index: 9;
}
.all-cate-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.all-cate-list ul li {
    display: inline-block;
}
.all-cate-list ul li a {
        display: inline-block;
    border: 1px solid #00a0e3;
    padding: 7px 20px;
    margin: 10px;
    color: #00a0e3;
    border-radius: 35px;
    font-weight: 700;
}
.product-list {
    text-align: center;
}
h2.cat-title a {
    color: #135084;
    font-weight: 700;
    border-bottom: 1px dashed #13508c;
}
.product-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-list ul li {
    display: inline-block;
    width: 33%;
    margin-bottom: 5%;
}
.product-list ul li img {
    max-width: 100%;
    max-height: 270px;
    /* width: 100%; */
    /* height: 100%; */
    margin: 0 auto;
    padding: 10px 18px;
    /*border: 1px dashed #b3e9ff;*/
}
.pro-title {
    height: 87px;
}
.pro-title a, .pro-title h4 {
    padding: 20px 25px;
    display: inline-block;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}
form#subscribe-form .form-group .error {
    width: 100%;
}
h2.cat-title {
    border-top: 1px dashed #00a0e3;
    padding: 25px 0 15px;
}
.product-details h2.cat-title {
    color: #000000c4;
    font-weight: 700;
    border-bottom: 0px dashed #13508c;
    border-top: 0px dashed #00a0e3;
    font-size: 32px;
    margin-bottom: 0;
    padding: 75px 0 15px;
}
.product-details h3 {
    margin-bottom: 33px;
    font-size: 16px;
    border-bottom: 1px dashed #13508c;
    padding-bottom: 30px;
}
button.go-back {
    background: none;
    border: 1px dashed #00a0e3;
    color: #00a0e3;
    border-radius: 30px 1px 1px 30px;
    padding: 3px 15px;
}
button.go-back:hover {
    background: #00a0e3;
    color: #fff;
}
.product-detail h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    border-top: 1px dashed #d6d6d6;
    padding-top: 20px;
    margin-top: 25px;
}
.product-details a.btn.btn-main {
    margin-right: 10px;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.cate-w {
     /*   padding: 30px 0;
    background: #000 url(../images/cat-bg.jpg) no-repeat 0 0;
    background-size: cover;
    width: 97%;*/
    padding: 30px 0;
    /* background: #000 url(../images/cat-bg.jpg) no-repeat 0 0; */
    background-size: cover;
    width: 97%;
    background: #ffffff;
    box-shadow: 0px 0px 17px #a4a6a769;
}

ul.sub-cate li img {
    width: auto;
    height: auto;
    display: none;
}
ul.sub-cate li {
    margin-bottom: 1%;
    display: inline-table;
    vertical-align: middle;
}
ul.sub-cate li a.title {
    /*color: #fff;
    font-size: 19px;
    padding: 10px 0;*/
    color: #00a0e3;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px dashed #00a0e3;
}

ul.sub-cate {
    margin-bottom: 35px;
}
html {
  scroll-behavior: smooth;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #00a0e3;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.warehouse-wrapper .warehouse-img img {
   /* filter: grayscale(1);*/
   max-height: 616px;
    width: auto;
    margin: 0 auto;
}
.cat-img-full {
    margin-bottom: 10px;
}
.pt-5 {
    padding-top: 50px;
}
.top-brands ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.product-details-wrapper .column img.hover-shadow {
    max-width: 93%;
    margin-bottom: 20px;
    cursor: zoom-in;
}
.top-brands ul li {
     /*   display: inline-block;
    background: #00a0e3;
    padding: 24px 0;
    border-radius: 10px;
    margin: 0 17px;
    color: #fff;
    font-weight: 600;
    width: 150px;
    position: relative;
    background: #00a0e3 url(../images/service-bg.png) no-repeat;
    background-size: contain;
    background-position: 0 60px;*/
    display: inline-block;
    padding: 3px 0;
    color: #fff;
    font-weight: 600;
    width: 100%;
    position: relative;
    border: 1px solid #fff;
    border-bottom: 0;
}
.top-brands ul li:last-child{border-bottom: 1px solid #fff;}
.top-brands ul li img {
    margin-bottom: 10px;
}
.top-brands-h {
    /*border-top: 13px solid #1350847a;*/
    padding: 70px 0;
    /*border-bottom: 13px solid #1350847a;*/
    margin-bottom: 40px;
    background: url(../images/brands-bg.jpg) #e5eff1;
    background-position: center center;
}


.top-brands .card{
    position: relative;
    /*cursor: pointer;*/
    float: left;
    margin: 0 13px 20px 0;
    overflow: hidden;
    padding: 0 0px 0px 0;
    border-radius: 12px;
}

.top-brands .card:hover{overflow: visible;}

.top-brands .card .face{
        width: 175px;
    height: 175px;
    transition: 0.5s;
}

.top-brands .card .face.face1{
   position: relative;
    background: #00a0e3 url(../images/service-bg.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(0px);
    background-size: contain;
    background-position: 0 60px;
    border-radius: 10px;
    z-index: 9;
}

.top-brands .card:hover .face.face1{
    background: #135084;
    transform: translateY(0);
}

.top-brands .card .face.face1 .content{
    opacity: 1;
    transition: 0.5s;
}

.top-brands .card:hover .face.face1 .content{
    opacity: 1;
}

.top-brands .card .face.face1 .content img{
    max-width: 85px;
}

.top-brands .card .face.face1 .content h3{
    margin: 0px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.7em;
}

.top-brands .card .face.face2{
    position: absolute;
    background: #004c6c;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    box-sizing: border-box;
    transform: translateY(-170px);
    border-radius: 10px;
    z-index: 10;
    /* width: 100%; */
    height: auto;
    opacity: 0;
}

.top-brands .card:hover .face.face2{
    transform: translateY(0);
    opacity: 1;
}



.top-brands .card .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.top-brands .card .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.top-brands .card .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}
.top-brands-h .top-brands .card .face.face2 .content a {
    color: #fff;
    font-weight: 600;
    border: 0;
    margin: 0;
    padding: 0;
}
.top-brands-h .top-brands .card .face.face2 .content a:hover {
    background: none;
    color: #fff;
    text-decoration: underline;
}
.top-brand .card {
    border-right: 1px dashed #00384c40;
    padding: 0 25px;
    display: table-cell;
        width: 18%;
    vertical-align: top;
}
.top-brand .card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-brand .card ul li {
    border-bottom: 1px dashed #ccccccad;
    padding: 11px 0;
}
.top-brand .card ul li:first-child {
    border-top: 1px dashed #ccccccad;
}
.top-brand h3 {
    font-weight: 600;
    color: #135084;
}

.bor-rad-5{border-radius: 5px;}
.about-txt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-txt img {
    margin-bottom: 17px;
}
.about-txt {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.about-txt img {
    margin-bottom: 17px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 8px 10px 18px #ccc; 
    transition: .5s;
}
.about-txt img:hover{transform: translatey(-14px);
    transition: .5s;}
.mt-7{margin-top: 70px;}
.mb-3{margin-bottom: 30px;}


/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
z-index: 9;
 
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
a.lightbox{color: #000;}

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
  
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
left: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0;
}

.sticky {
    position: sticky;
      top: 0;
      width: 100%;
      background: #fff;
      left: 0;
      box-shadow: none;
      border-bottom: 1px dashed #00a0e3;
      padding: 30px 0;
      z-index: 9999;
  }
  a[name] {
      padding-top: 130px;
 }

 .top-brands img  {
    display: none;
}
.top-brand img {
    display: none;
}
.whatsapp-link {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999999;
}
.product-description-bt {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 16px 48px;
    margin-top: 18px;
    border: 1px solid #e3e3e3;
}
.product-description-bt h3 {
    border-bottom: 1px solid #00a0e3;
    padding-bottom: 10px;
    color: #00a0e3;
    font-weight: 500;
}

.product-description-bt table {
    margin-bottom: 20px;
    width: 100%;
}
.product-description-bt table td {
    padding: 10px 20px;
    width: 1px;
}
.product-description-bt table tr {
    background: #f9f9f9;
}
.product-description-bt table tr:nth-child(odd) {
    background: #e9e9e9;
}
a.lightbox img {
    max-height: 80px;
}
.about-txt .column img {
    max-height: 150px;
    margin-bottom: 50px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    cursor: zoom-in;
}
.thumb-img {
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background: #000000c7;
    text-align: center;
    height: 76px;
    overflow: auto;
}

.thumb-img::-webkit-scrollbar {
  width: 10px;
}
 
.thumb-img::-webkit-scrollbar-track {
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.thumb-img::-webkit-scrollbar-thumb {
  background: #00a0e3;
  
}

.thumb-img .column {
    width: 11%; float: none;
    display: inline-block;
}
.main-image {
       /*margin-bottom: 150px;*/
    /* position: fixed; */
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    top: 50px;
    height: 540px;
    overflow: auto;
    margin-bottom: 15px;
}
.nav-slider {
    /* position: absolute; */
    width: 100%;
    background: none;
    margin-top: 0;
}
.nav-slider .prev, .nav-slider .next {
    background: #000;
}
div#myModal span.close.cursor {
    position: fixed;
    background: #fff;
    opacity: 1;
    color: #000;
    border-radius: 50px;
    padding: 0 7px;
    right: 6px;
    top: 5px;
        z-index: 9;
}
.modal {
    z-index: 999 !important;
}
.thumb-img .column img.demo {
    max-height: 66px; margin-bottom: 13px;
}
.modal-backdrop {
    z-index: 99;
}
.img-gallery-p .modal-content {
    background: inherit;
}
.blog-list a.btn.btn-link {
    color: #000;
    padding: 0;
    margin-bottom: 30px;
}

/* ==================================================

   7. Responsive Media Queries

================================================== */

@media (min-width:768px) {
.modal-dialog {
    width: 520px;
}
}

@media (min-width:992px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (max-width: 1000px) {
    .about-txt .column img {
        max-height: 110px;
    }
    h4 {
        font-size: 15px;
        min-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-toggle .icon-bar {
        background: #00a0e3;
    }
    .navbar-toggle {
        position: absolute;
        float: right;
        padding: 0;
        margin-top: 21px;
        right: 13px;
    }
    .navbar-brand {
        height: auto;
        padding: 14px 0;
        width: 100%;
        text-align: center;
    }
    .header-contact {
        margin: 0;
        text-align: center;
    }
    .banner .banner-img img {
        width: 100%;
        float: right;
    }
    .banner-content {
        position: relative;
        left: inherit;
        top: 0;
        max-width: 80%;
        padding-left: 0;
        z-index: 99999999999;
        text-align: center;
        margin: 0 auto 20px;
    }
    .banner-content h1 {
        margin-bottom: 10px;
            font-size: 20px;
    }
    div#navbar-collapse {
        border-bottom: 1px solid #ccc;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
        padding: 4px 0;
    }
    .navbar-main > ul > li::after{display:none;}
    .about-img-top {
        margin-left: 0;
    }
    .about-img p {
        color: #606060;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Karla', sans-serif;
        transform: inherit;
        display: block;
        position: inherit;
        right: 0 !important;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }
    .about-img-bottom {
        margin-left: 0;
    }
    .home-banner.banner {
        margin-bottom: 15px;
    }
    .header-top-phone {
        margin-right: 0;
        width: 100%;
        display: inline-block;
        margin: 0px 0 12px 0;
    }
    .navbar-brand>img {
        display: inline-block;
    }
    .home-services-left {
        padding: 0;
    }
    .top-brands {
        text-align: center;
    }
    .top-brands .card {
        display: inline-block;
        margin: 0 4px 0 26px;
    }
    .top-brands .card .face {
        width: 150px;
        height: 150px;
        transition: 0.5s;
    }
    .top-brands .card .face.face2 {
        position: relative;
        transform: translateY(-42px);
        height: 220px;
        opacity: 1;
    }
    .product-slider .slick-next {
        right: 0;
    }
    .product-slider .slick-prev {
        left: 0;
    }
    .product-slider .slick-slide .product-slide-img img {
        max-width: 100%;
    }
    .warehouse-content {
        position: relative;
        max-width: 100%;
    }
    .whatsapp-link {
        left: inherit;
        right: 30px;
    }
    .footer-bottom {
        text-align: left;
        border-top: 1px solid #ccc;
        padding-top: 35px;
    }
    .footer-top {
        margin-bottom: 30px;
    }
    .product-slider.slick-initialized.slick-slider {
        display: none;
    }
    .top-brand h3 {
        
        color: #fff;
        background: #135084;
    }
    .top-brand h3 a {
        color: #fff;
        padding: 0 10px;
    }
    .contact-info-main {
        border-left: 0px solid #ddd;
        padding: 0 0 20px 0px;
        margin-left: 0;
    }
    .column {
        float: left;
        width: 44%;
        margin: 0 3%;
    }
    .main-image {
        /* margin-bottom: 150px; */
        /* position: fixed; */
        left: 0;
        right: 0;
        width: 90%;
        margin: 0 auto;
        top: 50px;
        height: 540px;
        overflow: auto;
        margin-bottom: 15px;
        display: table-cell;
        vertical-align: middle;
    }
    .top-brand .card {
        border-right: 0px dashed #00384c40;
        display: inline-block;
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .about-txt .column{
        float: left;
        width: 45%;
        margin: 0 8px;
    }
    .about-txt .column img {
        max-height: 110px;
        margin-bottom: 15px;
    }
    .about-txt .column h4 {
        min-height: 60px;
    }
    .modal {
        padding-top: 20px !important;
    }
    .product-list ul li {
        width: 45%;
    }
    .btn-main {
        margin-bottom: 12px;
    }
    .product-description-bt {
        padding: 16px 16px;
    }
    .product-description-bt table {
        width: 100% !important;
    }
    .pro-title h4.title {
        white-space: nowrap;
        width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px 5px;
    }
    .pro-title {
        height: auto;
    }
}


