@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --light: #faebce;
  --dark: #2a6ab0;
  --middark: #c9aa80; 
  --medium: #e0cca7;
  --exlight:#eaeaea;
  --hl: #438cdb; 
  --lborder: #111762; 
  --radius:20px;

  --titlefont: "Montserrat", sans-serif; 
  --textfont: "Montserrat", sans-serif; 
}


*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

html {
  height: 100%;
  padding-bottom: 2px; }
.overflow {
  overflow: hidden; }
h1, h2, h3, h4, h5, h6 {
  font-family:var(--titlefont);
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span { text-decoration: none;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

body {
  background-color: #fff;
  color: #212121;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family:var(--textfont);}

.about-banner
{
	height: 300px;
  	object-fit: cover;
}
.about-side-img
{
	height: 250px;
  	object-fit: cover;
}
.map-banner
{
  	object-fit: cover;
}
.service-side-img
{
	height: 500px !important;
  	object-fit: cover;
}
.mission-side-img
{
	height: 300px;
  	object-fit: cover;
}
.vision-block
{
	padding:15px;
	max-height: 412px;
}
.mission-block
{
	padding:15px;
	max-height: 412px;
}
figure img.wp-image-248
{
	height:412px;
	object-fit:cover;
}
figure img.wp-image-247
{
	height:412px;
	object-fit:cover;
}
/* -------------- Top -------------- */

.top-wrapper {
    position: relative;
    z-index: 13;
    padding:0;
    background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.top-wrapper .logo {
    margin: 3px 0; 
    display: block; }
.top-wrapper .logo img {
    }

.get{ display:inline-block; font-weight: 600; float: right; margin-top:1px; 
  border-radius:50px; border:2px solid var(--hl); padding:8px 12px; background-color:#fff; color:var(--hl); }
.get:hover{border:2px solid var(--hl); background-color:var(--hl); color:#fff; }
/* -------------- Menu -------------- */

.top-menu {
    padding: 2px 0;
    z-index: 10;
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom:-8px; 
	margin-top: 25px;
}
.top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0;
    text-align: right;
    list-style: none;
    display: inline-block; }
.top-menu ul li {
    display: inline-block;
    margin: 0px;
    position: relative;
    color: #4e2624; }
.top-menu ul li a {
    font-size: 15px;
    color:#454545;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;}
.top-menu ul li a:hover {
    text-decoration: none;
    color: var(--hl); !important;}
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu .active{ 
    border-color: #ffcf24; }   
  
.top-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    margin-top: -3px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     }
  
  .top-menu ul li:hover ul {
    display: block; }
  
  .top-menu ul li ul li {
    width: 250px;
    display: block;
    background: none;
    text-align: left !important;
    padding: 3px 5px;
    text-align: left !important;
    border-bottom: 1px solid #aeaeae !important; }
  
  .top-menu ul li ul li a {
    font-size: 15px;
    padding: 5px 6px; }
  
  .top-menu ul li ul li:last-child {
    border-bottom: 0px solid #282828 !important; }
  
  .top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
    display: none;
    left: 251px;
    top: 0px;
    border-top: 1px solid #ccc !important; }
  
  .top-menu ul li:hover ul li:hover ul {
    display: block; }



/* -------------- Common theme -------------- */   

.breadcrumb{ background-color: transparent !important; padding: 0 !important; margin:0 0 5px 0 !important ; }
.breadcrumb ul{ list-style: none; float: left; margin:5px 0 0 -8px ; padding: 0; }
.breadcrumb ul li{ display:inline-block; padding:4px 5px; font-size:14px; font-weight:500; color:var(--hl); }
.breadcrumb ul li a{ display:block; padding:4px 5px; color:#4e2624; font-size:14px; font-weight:500; color:#454545 }
.socialmedia-menu ul {
  list-style: none;
  padding: 0;
  list-style: inline-block; }
.socialmedia-menu ul li {
  display: inline-block; width: 32px; height: 32px; margin-left: 8px !important;}
.socialmedia-menu ul li a {
  color: var(--hl) !important;
  text-decoration: none;
  font-size: 16px; 
  text-align: center; padding-top: 5px !important;
  width: 36px; height: 36px;
  display: block;
  background-color: #fff; border-radius: 50%;
  border-bottom: 0; }
.socialmedia-menu ul li a:hover {
    color:#fff !important; background-color:var(--dark);}


.page-title { }
.page-title h1 {
    font-family: var(--titlefont);   
    color: var(--hl);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;  
    padding: 0px 0 5px 1px; 
      }
.page-wrapper{
   margin: 15px 0;
}

.page-title2 h1 {
  font-family: var(--titlefont);
   font-weight: 900; color: #7a3c30;  }

.sub-title{
  font-family: var(--titlefont);
    font-size: 1.4em;
    font-weight: 400;
    color: #000;}
.page-content{ font-size: 16px; margin-bottom: 20px;}  

.page-content h2{color: var(--hl);  font-size: 20px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h3{color: #454545;  font-size: 18px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h4{color: var(--dark); font-size: 18px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #454545;  font-size: 16px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: #454545;  font-size: 16px; margin: 8px 0; padding-bottom: 5px; }

.responsive{ max-width:100%; height:auto; }

.smooth{-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;}

.ani{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ani:hover{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.responsive{ width:100%; height:auto; }
/* -------------- Home Page -------------- */    

.banner-wrapper{ position:relative; width:100%; height:600px; overflow:hidden !important; }
.arrow a{ position: absolute; z-index: 12; font-size:12px;  color: #fff; padding-bottom: 42px;
 background:url(../img/arrow.gif) no-repeat bottom center; bottom:45px; left:50%; transform: translateX(-50%);} 
.home-about-wrapper{
  padding: 50px 0;
}
.counter-wrapper{ margin:15px 0; text-align:center;  }
.count-num{ color:var(--hl); font-size:40px; font-weight:400; }
.count-title{  font-size:15px; font-weight:500; }

.ltext{ margin: 35px 0 0 0; font-weight:900; text-align:center;
background: url(../img/text.jpg) center center; background-attachment: fixed;
background-repeat: repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.home-wedo-wrapper{
  padding: 50px 0;
  background-color: var(--exlight);
}


.do-wrapper{
  min-height: 400px; width: 100%; display: block; overflow: hidden; vertical-align: middle;
}
.do-data{ padding: 27% 6% 0 6%; color: #fff; position: relative; z-index: 12;}
.do-data h1{ font-size: 28px; font-weight: 600; color: #fff;text-shadow: 3px 3px 12px #000000;}
.do-data p{ width:70%;text-shadow: 3px 3px 12px #000000; }
.bulkbox{ position:relative; overflow:hidden; }
.blued{ background-color:var(--hl); display: block; opacity:0.7; width:100%; height:500px; position:absolute; top:-600px; z-index:10;
-moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
 }
.bulkbox:hover .blued{ top:0;
-moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
 }
.d1{ background:url(../img/s1.png) no-repeat center center; background-size:105% auto;}
.d2{ background:url(../img/s2.png) no-repeat center center; background-size:105% auto;}
.d3{ background:url(../img/s3.png) no-repeat center center; background-size:105% auto;}

/*.do-wrapper:hover.d1, .do-wrapper:hover.d2, .do-wrapper:hover.d3{ background-size:130%;
  filter: grayscale(100%);  
-moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}*/
.side-bar .do-wrapper{ height: 300px;}
.side-bar .do-wrapper .do-data{ margin: 26% 6% 0 6%;}
.home-product-wrapper{
  padding: 50px 0; background-color: #fff;
}
.pro-link{ margin-top: 9px; display: block; font-size: 14px; font-weight: 600; color: #fff;}
.pro-link:hover{ font-size: 16px; font-weight: 600; color: #fff;}
.home-map-wrapper{ padding: 40px 0; background-color:var(--exlight); }
.st{ width: 100%; margin-bottom: 20px; padding:6px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.more{ display:inline-block; font-weight: 600; margin-bottom:15px; ;
  border-radius:50px; border:2px solid var(--hl); padding:8px 12px; background-color:#fff; color:var(--hl); }
.more:hover{border:2px solid var(--hl); background-color:var(--hl); color:#fff; }
.list{ margin-bottom: 18px; border:1px solid #b6b6b6; background: url(../img/li.png)no-repeat left top; background-color:var(--exlight); padding:15px 15px 15px 85px;}
.list-title{ font-weight:600; }
.list-data{}
.list-data a{ color:#000; font-size: 14px; margin-left: 5px; font-weight:600; font-weight:600; }
/* -------------- Contact us Page -------------- */ 
.contact-wrapper{ text-align:center; padding:18px 0; }
.contact-wrapper p{ font-size:20px !important; line-height: 30px; color:#2e2e2d; }
.contact-wrapper a{ font-size:20px; line-height: 30px; color:#2e2e2d; }


.contact-from label{ width:100% !important }
.contact-from input { border: 1px solid #ccc; height:45px; width:100%; }
.contact-from textarea { border: 1px solid #ccc; height:65px; width:100%; }
.contact-from .wpcf7-submit {background: var(--hl); color: #fff; border: none !important; height:45px;  font-weight: 600; cursor: pointer !important; width: 100%;
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.contact-from .wpcf7-submit:hover{ background:var(--dark); color:#fff; 
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.contact-from p{ margin-bottom:0!important; }
.contact-from fieldset {
  padding: 25px 15px 0 15px;
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 1%;
  color: #191919;
  border-radius: 0px; }

.contact-from legend {
  margin-left: 0px;
  width: auto;
  color: #107483;
  padding: 0px 10px 0 10px;
  font-weight: 300;
  font-size: 25px;
  border: 0px; }

/* -------------- Footer -------------- */
.footer-wrapper {
    padding: 3% 0;
    background-color:var(--hl); }    
.footer-inner-wrapper{}
.footer-title { font-size:18px; color:#fff; margin-bottom:6px;  }
.footer-data{ margin:20px 0; color:#fff; font-weight:500; line-height:30px; }
.footer-data ul{margin:0px; padding: 0px; list-style: none;}
.footer-data ul li{margin:0px;}
.footer-data ul li:last-child{ border-bottom: 0px solid #454545;}
.footer-data ul li a{ display: block; padding: 7px 5px ;color: #fff; text-decoration: none;}
.footer-data ul li a:hover{ color: #fff; text-decoration: none;}

.footer-menu{ padding:9px 0; background-color:var(--dark); text-align:center; }
.footer-menu ul{margin:0px; padding: 0px; list-style: none; display: inline-block;}
.footer-menu ul li{margin:0px; display:inline-block; border-right: 1px solid #fff; padding: 0px 7px 0px 5px ; }
.footer-menu ul li a{ display:inline-block;padding: 2px 5px ;color: #fff; text-decoration: none;}
.footer-menu ul li a:hover{ color: #000; text-decoration: none;}
.footer-menu ul li:last-child{border-right: 0px solid #fff; }

/* -------------- Footer2 -------------- */
.footer2 {
    padding-bottom: 15px;
    background-color: #fff;
    padding: 18px 0; }
.footer2 .copy-text {
    font-size: 15px;
    color: #4f4e4e; }
.footer2 .wc-text a {
    font-size: 15px;
    color: #4f4e4e; }



/* -------------- Category Page -------------- */
.category-wrapper{  margin: 30px 0; background-color: #fff; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.category-image{z-index: 8; width: 100%;  overflow: hidden; }
.category-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }

.category-image img{ width:100%; height: auto; padding:4px; }

.category-title a{ color: #454545; text-decoration: none; padding: 20px 0; width: 100%; display: block;
  z-index: 11; font-size: 20px; font-weight: 500; text-transform: uppercase; text-align: center;}
.category-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Page -------------- */
.products-wrapper{  margin: 40px 0;}
.product-wrapper{  margin: 15px 0; height: 92%; background-color: #fff; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.product-image{z-index: 8; width: 100%;  overflow: hidden; }
.product-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.product-image{ overflow:hidden; }
.product-image img{ width:100%; height: auto; padding:4px; transform:scale(1.0);
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
 }
.product-wrapper:hover .product-image img{ transform:scale(1.2);
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
 }



 .lightbox-nav {
        display: block; /* Or inline-block */
        visibility: visible !important;
}
   .lb-container {
      .lb-prev, .lb-next {
        display: block; /* Or inline-block */
        visibility: visible;
      }
    }

.product-title { color: #454545; text-align: center; text-decoration: none; padding: 10px 0; width: 100%; display: block;
  z-index: 11; font-size: 17px; font-weight: 600; text-transform: uppercase; text-align: center;}
.product-wrapper:hover .category-title a{ color:#454545; }

/* -------------- Product Details Page -------------- */
.product-details-image { border: 2px solid #dddddd; padding: 10px; margin-bottom: 20px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.product-details-image img{ width:100%; height:auto; }

/* -------------- Sign in / Sing up Page -------------- */

/* -------------- Cart Page -------------- */

/* -------------- Checkout Page -------------- */


/* -------------- My Account Page -------------- */