body{ background:#fff; color:#222; font-family: 'Open Sans Condensed', sans-serif; margin: 0;}
p{font-size:15px;font-weight:normal; line-height:22px;margin-top:20px; color:#777;}
h1{font-size:42px;font-weight:bold; font-family: 'Exo 2';}
h2{font-size:26px;font-weight:bold;}
h3{font-size:26px;font-weight:bold; }
h4{font-size:20px;font-weight:bold; }
a:focus{outline:none;}
a:hover, a:focus { color: #4a9bd3; text-decoration: underline; }
a:visited { color: #4a9bd3; }
ul, ol { margin: 0; }

@media (min-width:1170px){
	.container{width:1170px !important;}
}
#header{margin:0px 0 0;}
#trueHeader{z-index:8000;left:0;right:0;padding:0px 0;box-shadow:0 1px 5px rgba(0,0,0,0.1);-khtml-box-shadow:0 1px 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.1);-ms-box-shadow:0 1px 5px rgba(0,0,0,0.1);-o-box-shadow:0 1px 5px rgba(0,0,0,0.1);transition:padding 0.35s ease;-khtml-transition:padding 0.35s ease;-webkit-transition:padding 0.35s ease;-moz-transition:padding 0.35s ease;-ms-transition:padding 0.35s ease;-o-transition:padding 0.35s ease;zoom:1;}
#trueHeader{}
#header.sticky #trueHeader{position:fixed;top:0;background:#fff;}
#header.sticky.condensed #trueHeader{padding:0px 0;}

.header-top{ background:#4a9bd3; padding:0; overflow: hidden;}
.header-top p{ color:#fff; font-style:italic; margin:0;}
.head-rgt p{ font-style:normal;}
.head-rgt p a{ color:#f3e5cb; text-decoration:none;}
.head-rgt p .fa{ font-size:18px; margin-right:5px;}

.lft-tp-bx{ height:50px; background:#f4ca00; position:absolute; top:0; left:0; width:20%; }
.social-m{ background:#f4ca00; padding: 10px 0; border-radius: 0 40px 0 0;}
.social-m span{ color:#fff; font-size:18px; margin-right:10px; }
.social-m .fa{ background:#4a9bd3; color: #4a9bd3; width:30px; height:30px;  border-radius: 100%; text-align: center; padding: 8px; color: #fff; margin-right: 10px;}
.social-m .fa:hover{ background:#fff; color:#f4ca00; }

.info-txt { font-size:18px; color:#fff; padding:10px 0; text-align:right; }
.info-txt a{ color:fff; text-decoration:none; color:#fff; margin-left:5px; } 


.header{ background:#51453d; padding:10px 0;}

.navbar-brand img{ width:100%; }

.nav-sec{ background:#fff; padding: 5px 0;}
.nav-sec .navbar-brand{ padding:0; height:auto;}
.nav-sec .navbar-default{ background:none !important; border:none; border-radius:0;}
.nav-sec .navbar-collapse{ padding-left:0; padding-right:0;}
.nav-sec .navbar{ min-height:50px; margin-bottom:0;}
.nav-sec .nav{ margin:0; padding:13px 60px 13px 0;}
.nav-sec .navbar-nav{ float:none;}
.navbar-default .navbar-toggle .icon-bar{ background:#fff;}
.navbar-default .navbar-nav > li{  padding:12px 0;}
.navbar-default .navbar-nav > li > a {
	color: #222;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height:16px;
	padding:0;
	margin-left:75px;
	text-align:center;
	border-bottom: 0;
} 
.navbar-default .navbar-nav > li > a .fa{ margin-bottom:10px;}	  
.navigation ul li a:hover,	
#home .navigation ul li.nav-home a,
#about .navigation ul li.nav-about a,
#services .navigation ul li.nav-services a,
#products .navigation ul li.nav-products a,
#contact .navigation ul li.nav-contact a{
	color:#4a9bd3 !important;
	}
	
.navbar-default .navbar-toggle {
	border: none !important;
	background:#f4ca00;
	margin-top:11px;
	margin-right:0;
	margin-bottom:0;
	}
.navbar-default .navbar-toggle .icon-bar{ background-color:#fff !important;}
/*.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #ff5a00;
	}*/
	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ background-color:#fdd40f !important;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{ background:none !important; color:#4a9bd3 !important;}


/* ====== Dropdown Menu ====== */
.navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block; /* Show on hover */
}

.dropdown-menu {
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  min-width: 200px;
  background-color: #fff;
  margin-top: 0;

}
.navbar-nav > li > .dropdown-menu{
	padding: 0;
}

.dropdown-menu > li > a {
  color: #333;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

.navbar-nav .dropdown-menu > li > a:hover{
  background-color: #007bff;
  color: #fff !important;
}

/* ====== Dropdown Caret Icon ====== */
.navbar-nav > li.dropdown > a::after {
	content: " \25BC";
	font-size: 0.6em;
	margin-left: 5px;
	top: -2px;
	position: relative;
}

/* ====== Mobile View ====== */
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }

  .navbar-nav > li > a {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
  }

  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    box-shadow: none;
    border: none;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 30px;
  }
}

.slider .item img{width:100%; }
.carousel-caption{ bottom:25%; left:5%; right:5%; text-align:left; }
.carousel-caption span{ color: #4a9bd3;}
.cas-sub{ font-size:32px; }
.carousel-caption .hero-title p{ font-family:'Exo 2' !important; font-size:50px !important; margin:0; color:#fff; line-height: 0.6 !important; font-weight:bold !important;}
.carousel-caption .hero-title p .yel{ color:#f4ca00; }
.carousel-caption .hero-title p .ble{ color:#4a9bd3; }
 
.cap-view-more a{ background:#e34546; padding:8px 20px; color:#fff; font-size:20px; border:2px solid #fff; display:inline-block; margin-top:20px; text-decoration:none; text-shadow:none;}
.cap-view-more a:hover{ background:#222; border:2px solid #fff;}

.carousel-control{ width:7%; } 
.carousel-indicators{ bottom:5%;}
.carousel-indicators li{ background:#f4ca00; border:none; width:18px; height:18px; border:4px solid #fff;}
.carousel-indicators .active{ background:#fff !important; width:20px; height:20px; border:4px solid #f4ca00;} 

.top-a{ padding:50px 0; text-align:center;}
.top-a h2{ margin:0; text-align: left; font-size:26px; font-weight:normal;}
.top-a h2 span{ color:#4a9bd3;}

.prd-box{ background:#fff; border:1px solid #ccc; border-radius:10px; margin-top: 20px; text-align: center;}
.prd-box img{ padding:15px 0; aspect-ratio: 554 / 460; width: 100%; }
.prd-nam-box{ background:#f4ca00; border-radius: 0 0 10px 10px; padding: 10px; font-size: 16px; }
.prd-nam a{ text-decoration:none; color:#222; }
.price{ font-weight:bold; }

.top-b{}
.abt-img{ position:relative; }
.abt-img img{ width:100%; }
.coupon{ background:#4a9bd3; padding:7px; border-radius:60px; position: absolute; right: 25%; top: 0; width: 40%; }
.inner-coup{ border:2px dashed #fff; padding:7px; border-radius:60px; }
.yr-no{ font-size:50px; color: #fff; font-family: Exo 2; font-weight: bold; line-height: 36px;}
.yrs{ font-size:18px; color:#fff; line-height:14px; }
.inner-coup .col-md-4{ padding-right:0; }
.inner-coup .col-md-8{ padding-left:10px; }

.wel-txt h3{ margin-bottom: 3px;}
.wel-txt h3 p span{ color:#4a9bd3; display: inline-block; margin-bottom: 15px;}
.go{ color:#4a9bd3; }
.tr{ color:#f4ca00; }
.lin{ color:#ff9543; }
.wel-txt .lead{ font-size:24px; color:#222; margin: 0;}

.learn-mre a{ border:1px solid #ccc; font-size: 18px; text-decoration: none; border-radius:30px; padding:6px 20px; color:#222; margin-top: 20px; display: inline-block;}
.learn-mre a:hover{ background:#4a9bd3; color:#fff; }


.top-c{ padding:50px 0;}
.top-c h2{ font-weight:normal; margin:0; }
.top-c h2 span{ color:#4a9bd3; } 

.footer{ background:#4a9bd3; padding:30px 0;}
.footer-info { color:#fff; font-size: 18px; margin-top: 20px}
.footer-info br{ margin-bottom:10px; }
.footer-info span{ margin-left:10px; }
.footer-info a{ color:#fff; text-decoration:none; }
.footer h4{ color:#fff; font-size:22px; line-height:22px; font-weight: normal;} 
.footer .cato{margin-top:20px;}
.footer .cato ul{margin:0 !important;list-style:none;padding:0px;}
.footer .cato li a{ background:url(../images/tick.png) no-repeat 0 7px;font: normal 18px/30px 'Open Sans Condensed', sans-serif;color:#fff;padding-left:20px;margin-bottom:10px; text-decoration:none;}
.footer .prd-cato li{ float:left; width:50%; } 
.footer-bottom{ background:#4086b6; text-align:center; padding:20px 0;}
.footer-bottom p{ color:#fff; margin:0;} 
.sub-banner .carousel-caption{ text-align:left; left: 7%; bottom: 15%;}
.sub-banner .carousel-caption h1{ font-size:30px; }

.abt-pg{ padding:50px 0; }
.services-pg{  padding-bottom: 100px; }
.services-pg h3{ margin:0; font-size:28px;}
.services-pg .lead{ margin-top:5px; font-size: 24px;}

.services-bottom{ background:#f1f1f1; padding:0 0 50px 0; text-align: center; }
.ser-block{ margin-top: -88px;}
.ser-block h4{ margin-top:20px; }

.prd-detail-sec{ padding:50px 0 0 0; }

#gallery-con img{ width:100%; }

.prd-info h4{ font-size:24px; font-weight:normal; }
.prd-info h5{ font-size:20px; font-weight:bold; }

.prd-info-cato  ul{ margin-left:15px;list-style:square;padding:0px;}
.prd-info-cato  li { font: normal 18px/30px 'Open Sans Condensed', sans-serif;color:#777;padding-left:3px;margin-bottom:10px; text-decoration:none;}

.contact-sec h2{ margin-bottom:30px; }
.contact-sec{ text-align:left; }
.contact-sec textarea.form-control{ height:150px; }
.contact-sec .btn-default{ padding: 10px 30px; border-radius: 30px; font-size: 18px; text-transform: uppercase; background: #4a9bd3; border: none; color: #fff;}
.contact-sec .btn-default:hover{ background:#f4ca00; }
.contact-sec .form-control{ border-radius:40px; height:42px; margin-top: 10px; padding: 15px 24px;}
.contact-sec label{ margin-bottom: 7px; }
.contact-sec .form-group p{margin-top: 0; }
.contact-sec .form-group{ margin-bottom:0; } 
.description{width: 100%;}
.blog-card{margin-bottom: 30px;}
.blog-card a.read-txt{ color: #777; text-transform: uppercase; text-decoration: underline; font-size: 14px; font-weight: 600;}
.date-time{font-size: 16px;}
.date-time i{color: #337ab7; padding-right: 5px;}
.date-time .badge { background: #4a9bd3; color: #fff;}
.wp-block-categories-list, .wp-block-latest-posts { padding-left: 0; margin: 0 0 0.5em 1.5em; list-style: disc !important;}
.wp-block-categories-list li a , .wp-block-latest-posts li a {color: #000; font-size: 15px; line-height: 1.6;}
.panel.panel-default.post-card img {
  margin: auto;
}
/* Sidebar */
.widget-area { border: 1px solid #777; border-radius: 24px; padding: 20px; } 
.widget ul {list-style-type: none; padding-left: 0; }
.widget ul li { margin-bottom: 10px; } 
.widget ul li a:hover { text-decoration: underline; }
/* Container for the navigation */
.post-navigation { display: flex; justify-content: space-between; font-size: 15px;  align-items: center;
    padding: 5px 10px; margin-top: 40px;  border-radius: 8px; }
.post-navigation a{ color: #000; font-size: 16px; font-family: 'Exo 2'; }
 
.post-card img {
  transition: all 0.3s ease-in-out;
}
.post-card img:hover {
  transform: scale(1.05);
}
.post-title a:hover {
  text-decoration: none;
  color: #23527c;
}
.page-header {
	border-bottom: 0;
}
.product-category-block .page-header h1 {
  font-weight: 600;
  letter-spacing: 1px; 
}
.panel{
	padding: 15px;
}
.panel  .post-title{
	font-size: 17px;
}
.prod-search{
	position: relative; 
}
.prod-search .search-btn{
	background: #4086b6;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 100;
  height: 42px;
  width: 50px;
  border-radius: 0px;
  border: none;
}
.prod-search .input-group .form-control{
	min-width: 280px;
	width: 100%;
	height: 50px;
	padding: 10px 40px 10px 10px;
}
.prod-search .input-group .form-control:focus-visible{
	outline: none;
	box-shadow: none;
}
.side-categories{
	padding-left: 15px;
}
.side-categories li{
	margin-bottom: 5px;
}
.side-categories a{
	color: #404040;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
}
.product-card .card-title a{
	font-size: 18px;
	font-weight: 600;
}
.product-card{
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 30px; 
	text-align: center;
}
.product-card img{
	width: 554px;
	height: 242px;
	object-fit: cover;
} 
.product-gallery img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.product-thumbnails {
  text-align: center;
} 
.search-popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.search-popup-content {
    background: none;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: relative;
} 
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
} 
.search-popup form input[type="search"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
.nav{
	position: relative;
}
.search-box{
	font-size: 20px;
	position: absolute;
  right: 0;
  top: 34%;
  transform: translateY(-34%);
  background: none;
  border: none;
}
.search-popup .search-submit{
	background: #4a9bd3;
  position: relative;
  left: -10px;
  height: 60px;
  width: 64px;
  font-size: 18px;
  top: 0;
  line-height: 1;
  padding: 8px;
  color: #fff;
}
.search-popup form input[type="search"]{
	height: 60px;
	min-width: 290px;
	width: 100%;

}
.search-popup form input[type="search"]:focus-visible{
	outline: none;
	box-shadow: none;
}
.card-text .text-success {
  font-weight: 600;
  color: #28a745 !important;
}
.side-categories li.active a {
  font-weight: bold;
  color: #007bff;
}
.simpleLens-big-image.img-fluid {
  width: 100%;
  max-width: 420px;
  height: auto;
}
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #50af21;
  border: 1px solid #3c763d;
  color: #fff;
  padding: 12px 22px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease; 
}
.whatsapp-btn i {
	color: #fff;
	font-size: 24px; 
}
.whatsapp-btn:hover, .whatsapp-btn:focus {
	background-color: none;
	color: #fff;
	text-decoration: none;
	border: 1px solid #50af21;
}
.whatsapp-btn:hover i, .whatsapp-btn:focus i{
	color: #fff;
}
.qr-code{
	width: 130px;
	height: auto;
	object-fit: cover;
	border: 1px solid #777;
	margin-top: 20px;
} 

.side-categories { 
    padding: 0;
}

.side-categories > li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sub-categories {
    list-style: none;
    padding-left: 20px;
    margin: 5px 0;
    font-size: 14px;
}
.sub-categories li{
	position: relative;
}
.sub-categories li::before {
  position: absolute;
  left: -12px;
  top: 0;
  content: '-';
}

.sub-categories li {
    margin: 3px 0;
}


@media (max-width: 767px) {
	.product-card img {
		width: auto;
		height: auto;
		object-fit: inherit;
	}
}