*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html{
   scroll-behavior: smooth;
}

body{
   color: #000;
   background: #fff;
}

:root{
     font-size: 16px;
   --primary-color:#088f30;
   --primary-dark-color:#0b6d28;
   --primary-dark-color2:#011306;
   --secondry-color: #f0487a;
   --secondry-dark-color: #bb0a3f;
   --secondry-light-color: #ffdde3;
   --secondry-light-color2:rgb(255, 247, 248);
   --primary-font: 'Urbanist', sans-serif;
}

/* =================== Start of Default css or Global css for ll parts of website =================
================================================================================================= */
.custom-container-width{
    width: 100%;
    padding: 0 70px;
    overflow: hidden;
}
.full-width-container{
    width: 100%;
    background: #eee;
}
input:focus{
    box-shadow: none!important;
    border: 1px solid #088f30!important;
}
.padding-top-bottom{
    padding-top: 80px;
    padding-bottom: 80px;
}
h5{
    color: var(--secondry-color);
    font-family: var(--primary-font);
}
.solid-head-underline{
    width: 10%;
    height: 1px;
    background: var(--secondry-color);
    margin-top: 0px;
}
h2{
    color: var(--primary-color);
    margin-bottom: 15px;
    font-family: var(--primary-font);
    font-weight: 600;
}
p{
    color: #222;
    font-family: var(--primary-font);
    font-weight: 500;
}
.dispay-vh-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dispay-h-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dispay-v-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tite-description-text-left-right-padding{
    padding-left: 15%;
    padding-right: 15%;
}
.my-button{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.my-button button{
    background: var(--primary-color);
    color: #fff;
    font-family: var(--primary-font);
    padding: 6px 18px;
    border-radius: 4px;
    border-style: none;
}
.my-button button:hover{
    background: var(--primary-dark-color);
}
.form-select:focus{
    outline: 1px solid var(--primary-color);
    border-style: none;
    box-shadow: none;
}
.form-border-focus:focus{
    outline: 1px solid var(--primary-color);
    border-style: none;
    box-shadow: none;
}
/* =================== Start of Header Section ===========================
========================================================================= */
#header{
    overflow: visible;
}
header, .navbar{
    background: var(--secondry-light-color2);
}
#site-logo{
    height: 65px;
    width: 120px;
}
.nav-link{
    color: #333!important;
    font-family: var(--primary-font);
    font-weight: 600;
}
.navbar-nav .active .nav-link{
    color: #40a614!important;
}
header button{
    background: var(--primary-color)!important;
    color: #fff!important;
    font-family: var(--primary-font)!important;
    font-weight: 600!important;
}
header button:hover{
    background: var(--secondry-color)!important;
}
.dropdown-menu{
    background: var(--secondry-light-color2);
}
.dropdown-menu .dropdown-item:hover{
    background: var(--secondry-light-color);
}
.custom-toggler{
    border: 2px solid var(--primary-color)!important;
    background-color: #fff!important;
 }
 .navbar-toggler-icon{
    color: #000!important;
 }
/* =================== Start of hero banner Section ===========================
========================================================================= */
.owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

#slider1 .item{
    width: 100%;
    height: 480px;
}

#slider1 .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center ;
}

#slider1 .owl-nav .owl-prev{
    float: left;
    margin-left: 90px;
}
#slider1 .owl-nav .owl-next{
    float: right;
    margin-right: 90px;
}
#slider1 .owl-nav .owl-prev, #slider1 .owl-nav .owl-next{
    display: block;
    font-size: 2rem;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
    background:linear-gradient(rgba(216, 247, 225, 0.5),rgba(5, 255, 80, 0.5));
}
#slider1 .owl-nav .owl-prev:hover, #slider1 .owl-nav .owl-next:hover{
    color: #088f30;
}
#slider1 .owl-nav .owl-prev:focus, #slider1 .owl-nav .owl-next:focus {
	outline-width: 0;
}
#slider1 .owl-nav .owl-next span, #slider1 .owl-nav .owl-prev span {
	padding-bottom: 10px;
}
#slider1 .owl-nav button:active{
	border: 0px solid blue !important;
}
/*slider animations*/
#slider1 .owl-item.active .sliderText{
	animation:fadeInUp ease 1.5s;
	animation-delay: 0.6s;
}
#slider1 .owl-item.active .item{
	animation:zoomIn ease 1.5s;
}
/* =================== Start of About Section ===========================
========================================================================= */
#about-image{
    height: 360px;
    width: 100%;
}
#about-image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    transform: scale(1.3);
}
.about-text-wrapper{
    height: 100%;
}
/* =================== Start of Product Section ===========================
========================================================================= */
#products{
    width: 100%;
    background-color: var(--secondry-light-color2);
}
.section-heading-content-wrapper{
    width: 100%;
    text-align: center;
}
.solid-divider{
   display: flex;
   justify-content: center;
}
.product-content-wrapper{
    overflow: hidden;
    background: transparent;
    background: #f7f7f7;
    border-radius: 6px;
    box-shadow: 0px 0px 5px #ddd, -0px -0px 5px #ddd;
    margin-bottom: 40px;
    position: relative;
}
.click-to-see-detail{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: var(--secondry-dark-color);
    padding: 0px 10px;
    border-bottom-right-radius: 10px;
    display: none;
}
.click-to-see-detail-text{
    font-size: 0.9rem;
    color: #fff;
    font-family: var(--primary-font);
    margin: 2px;
    padding: 0;
}
.product-content-wrapper:hover{
    box-shadow: 0px 0px 10px #ccc, -0px -0px 10px #ccc;
}
.product-image{
    height: 240px;
    width: 100%;
}
.product-image img{
    border-radius: 6px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: linear 0.5s;
    border-bottom: 2px solid #ccc;
}
.product-content-wrapper:hover .product-image img{
    transform: scale(1.05);
}
.product-details{
    padding: 20px;
    border-radius: 8px;
}
.product-category{
    margin: 0;
    margin-top: 10px;
    line-height: 10px;
    font-size: 0.9rem;
    color: #666;
}
.product-name{
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--primary-dark-color2);
    padding-top: 6px;
    color: #333;
}
.product-price{
    font-size: 1rem;
    font-family: var(--primary-font);
    font-weight: 600;
    color: #333;
}
.product-cutoff-price{
    font-size: 1rem;
    font-family: var(--primary-font);
    font-weight: 600;
    color: #666;
    text-decoration: line-through;
}
.view-product-details-button{
    position: absolute;
    right: 20px;
    padding: 2px 8px;
    border-style: none;
    border-radius: 2px;
    background: var(--secondry-dark-color);
}
.view-product-details-button a{
    font-size: 0.9rem;
    font-family: var(--primary-font);
    font-weight: 500;
    color: #fff;    
}
.view-product-details-button:hover a{
    color: #ddd;
}
.product-content-wrapper a:hover{
    text-decoration: none;
}

#video-gallery .big-video{
    width: 100%;
    height: 320px;
    margin-bottom: 40px;
}
#video-gallery .small-video{
    width: 100%;
    height: 260px;
    margin-bottom: 40px;
}
/* =================== Start of Testimonial Section ===========================
========================================================================= */
#testimonial{
    background: #eee;
}
.testimonial{
    background: #eee;
}

.section-header h3{
    font-family: var(--secondry-font);
    color: var(--primary-color);
}

.section-header i{
    color: var(--primary-color);
}

.sub-itm{
    display: inline-flex;
}

.car-img{
    height:180px;
    width: 160px;
    padding: 4px;
    margin-left: 40px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 3px 9px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 3px 9px -1px rgba(0,0,0,0.5);
    box-shadow: 2px 3px 9px -1px rgba(0,0,0,0.5);
    background: var(--primary-color);
}

.car-content{
    width: 80%;
    margin:20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.car-img img{
    height: 100%;
	width: 100%;
	object-fit: cover;
    border-radius: 100%;
}

.car-content span{
    font-family: var(--secondry-font);
    color: var(--primary-color);
}

.car-content h4{
    font-family: var(--primary-font);
    color: var(--primary-color);
}

.car-content p{
    text-align: left;
    padding: 0px 40px;
    font-family: var(--primary-font);
}


/* =================== Footer Section Started ===========================
========================================================================= */
#footer{
    background: var(--secondry-color);
    background:linear-gradient(rgba(240,72,122, 0.2),rgba(5, 255, 80, 0.5));
    background-size: cover;
}
.footer-about-text p{
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    font-family: var(--primary-font);
}
.footer-headings{
    margin-bottom: 20px;
    color: #222;
    font-size: 1.5rem;
    font-family: var(--primary-font);
}
.anchor-links{
    cursor: pointer;
    width: auto;
 }
.anchor-links a{
    color: #222;
    font-family: var(--primary-font);
    font-weight: 500;
}
 .anchor-links a:hover{
    color: #666;
    text-decoration: none;
 }
 .footer-contact-social span{
    color: #222;
    font-family: var(--primary-font);
    font-weight: 500;
}
 .footer-contact-social{
   cursor: pointer;
}
.footer-contact-social ion-icon{
    padding: 8px;
    border-radius: 4px;
    background: var(--secondry-dark-color);
    font-size: 20px;
    color: #fff;
}
#footer-visitor{
    background:var(--primary-color);
    text-align: center;
    color: #fff;
    margin-top: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.footer-contact-social ion-icon:hover{
    color: #ccc;
}
.footer-logo img{
   height: 100%;
   width: 100%;
   object-fit: contain;
}
/* newsletter */
.newsletter{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.newsletter-title{
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--primary-dark2-color);
    line-height: 30px;
}
.newsletter input{
    height: 40px;
    width: 100%;
    border: 2px solid var(--secondry-dark-color);
    border-radius: 4px;
    padding: 0 5px;
}
.newsletter input:focus{
    outline: 2px solid var(--primary-color);
}
.newsletter ul{
    height: 40px;
    margin: 0 8px;
}
#newsletter-button{
    height: 40px;
    padding: 0 15px;
    border-style: none;
    background: var(--secondry-dark-color);
    color: #fff;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--primary-font);
}
#newsletter-button:hover{
    color: #ccc;
}
.social-connect-and-subscribe{
    margin-top: 40px;
}
/* footer bottom */
.footer-bottom {
    padding-top: 12px;
    padding-bottom: 10px;
    background: var(--primary-dark-color);
    color: #fff;
}
.footer-bottom a{
    color: var(--primary-light2-color);
}
.footer-bottom a:hover{
    color: var(--secondry-color);
    text-decoration: none;
}
.footer-bottom .powered-by{
    text-align: right;
}


/* ===================  Page Title (Breadcrum)  page Section Started ==============
=============================================================================== */
#breadcrum{
    background:linear-gradient(rgba(240,72,122, 0.1),rgba(5, 255, 80, 0.3));
}
#breadcrum ul{
    list-style: none;
    display: inline-flex;
}
#breadcrum ul li{
    margin: 0px 10px;
}
#breadcrum ul li a{
    color: #222;
    font-family: var(--primary-font);
    font-weight: 600;
}
#breadcrum ul li a:hover{
    color: var(--primary-color);
    text-decoration: none;
}
#breadcrum ul .arrow{
    color: #222;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 2rem;
    margin-top: -12px;
}
/* =================== Single Product page Section Started ===========================
========================================================================= */
.single-product-image{
    height: auto;
    width: 100%;
}
.single-product-image img{
    border-radius: 6px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: linear 0.5s;
    border: 2px solid #ccc;
}
.single-product-text{
    color: #666;
    font-family: var(--primary-font);
    font-weight: 600;
}
.single-product-detail-subtitle{
    margin-top: 20px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 600;
}
.single-product-benefits{
    margin-left: 20px;
    color: #666;
    font-family: var(--primary-font);
    font-weight: 600;
}
.specification-title{
    color: #222;
    font-family: var(--primary-font);
    font-weight: 600;
}

/* =================== Start of About Us Page ===========================
========================================================================= */
#our-mission{
    background: #eeeeee;
}
.about-mission-image img{
    height: 360px;
    width: 260px;
    border-radius: 50%;
}
.counter-item{
  display: flex;
}
.counter-icon{
    height: 80px;
    width: 80px;
    background: #eee;
    padding: 12px;
    border-radius: 50%;
    margin-right: 10px;
}
.counter-icon img{
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.counter-content h2{
    margin-top: 10px;
}
.counter-content p{
    margin-top: -12px;
    font-family: var(--primary-font);
    font-size: 1rem;
    font-weight: 600;
    color: #444;
}
/* =================== Start of Contact Page ===========================
========================================================================= */
.contact-page{
    text-align: center;
  }
  .contact-page h3{
      font-size: 1.9rem;
      font-weight: 600;
  }
  .contact-page:hover h3{
      font-size: 30px;
      font-weight: 700;
  }
  .contact-page p{
      font-size: 16px;
      color: gray;
  }
  .our-phone-number, .our-address, .for-general-enquire-and-information{
      background-color: #eee;
      border-radius: 6px;
      padding: 20px 30px;
      box-shadow: 1px 1px rgb(196, 193, 193);
  }
  .our-phone-number a, .our-address a, .for-general-enquire-and-information a{
    font-family: var(--primary-font);
    font-size: 1rem;
    font-weight: 500;
    text-align: start;
    color: #060606;
}
  .phone h5,.email h5,.location h5{
      padding-bottom: 10px;
  }
  .phone i,.email i,.location i{
      font-size: 18px;
  }
  .form-floating textarea:focus{
     outline: 1px solid var(--primary-color);
     border-style: none;
     box-shadow: none;
  }
  #contact-page-button{
       display: flex;
       justify-content: start;
       align-items: start;
  }
  @media(max-width:980px){
      .our-phone-number, .our-address, .for-general-enquire-and-information{margin-top: 20px;
      text-align: center;}
  }
  .map iframe{
    border-radius: 4px;
  }
  @media(max-width: 768px){
    .map{
        margin-top: 50px;
    }
}
/* =================== Start of media queries for resonsiveness ===========================
========================================================================= */
@media screen and (max-width: 1200px) {
    #slider1 .item{
        height: 420px;
    }
}
@media screen and (max-width: 992px) {
    #slider1 .item{
        height: 360px;
    }
    /* single product page */
    .single-product-detail-wrapper{
          margin-top: 60px;
    }

    /* global css */
    .section-heading-content-wrapper{
        text-align: left;
    }
    .solid-divider{
        justify-content: flex-start;
     }
    .tite-description-text-left-right-padding{
        padding-left: 0%;
        padding-right: 0%;
    }
 /* footer */
.footer-div{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
 }
.footer-logo{
    display: none;
}
}
@media screen and (max-width: 767px) {
    header{
        padding:0px 0px 0px 0px !important;
    }
    .footer-bottom{
        padding: 10px  0px!important;
    }
    #slider1 .item{
        height: 600px;
    }
    /* .footer-bottom */
    .footer-bottom .powered-by, .copyright{
        text-align: center;
    }
    /* global css */
    .custom-container-width{
        padding: 60px 40px;
    }
    /*hero slider  */
    #slider1 .owl-nav .owl-prev{
        margin-left: 50px;
    }
    #slider1 .owl-nav .owl-next{
        margin-right: 50px;
    }
}
@media screen and (max-width: 600px) {
    #slider1 .item{
        height: 520px;
    }
    /*testimonials*/
    .sub-itm{
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }  
    .car-img{
    margin: 0px;
    padding: 0px;
    }   
    .car-content p{
    padding: 0px 0px;
    }
     /* global css */
     .custom-container-width{
        padding: 60px 20px;
    }
    /*hero slider  */
    #slider1 .owl-nav .owl-prev{
        margin-left: 20px;
    }
    #slider1 .owl-nav .owl-next{
        margin-right: 20px;
    }
 }

 @media screen and (max-width: 480px) {
    #slider1 .item{
        height: 420px;
    }
}
    