@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    font-style: normal;
    color: #636778;
    font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  ::selection {
    color: #ffffff;
    background: #334eff;
  }
  
  ::-moz-selection {
    color: #ffffff;
    background: #334eff;
  }
  
  main {
    overflow: hidden;
    position: relative;
  }
  
  a,
  button {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
  }
  a:hover,
  button:hover {
    text-decoration: none;
  }
  
  button {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
  }
  button:focus {
    outline: none;
  }
  
  img {
    height: auto;
    max-width: 100%;
  }
  
  [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #36415a;
    font-family: "Exo", sans-serif;
  }
  
  strong, span, small, label, i {
    font-family: "Roboto", sans-serif;
  }
  /* title text - end
================================================== */
/* back to top - start
================================================== */
#thetop {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    position: absolute;
  }
  
  #backtotop {
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 999;
    bottom: 50px;
    display: none;
    position: fixed;
  }
  
  #backtotop #scroll {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    line-height: 55px;
    color: #334eff;
    text-align: center;
    position: relative;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
  }
  
  /* back to top - end
  ================================================== */
  .main-header {
    position: relative;
    z-index:10;
    box-shadow:1px 0px 5px rgba(0,0,0,0.2);
  }
  .main-header .header-top {
    position: relative;
    z-index: 1;
    background-image: -ms-linear-gradient(left, #6a1709 0%, #3f0a01 100%);
    background-image: -moz-linear-gradient(left, #6a1709 0%, #3f0a01 100%);
    background-image: -o-linear-gradient(left, #6a1709 0%, #3f0a01 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3f0a01), color-stop(100, #3f0a01));
    background-image: -webkit-linear-gradient(left, #6a1709 0%, #3f0a01 100%);
    background-image: linear-gradient(to right, #6a1709 0%, #3f0a01 100%);
}
.main-header .header-top .top-outer {
    position: relative;
    margin-left: 230px;
    padding-left: 50px;
}
.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding: 10px 0px;
    margin-left: 15px;
}
.header-top .top-right {
    position: relative;
    float: right;
    z-index: 1;
    padding: 9px 0px;
}
.main-header .header-upper {
    position: relative;
    top: 0;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .xs-navbar {
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
}
.main-header .header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    padding-top: 40px;
    margin-top: -50px;
    padding-bottom: 5px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header .header-upper .logo-outer:before {
    position: absolute;
    content: '';
    right: 13px;
    top: 0px;
    height: 100%;
    z-index: -1;
    width: 10000%;
    background-color: #ffffff;
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    border-right: 2px solid #ddaf6b;
}
#offcanvasWithBothOptions{z-index: 99999;}
.navbar-nav li a{
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    opacity: 1;
    color: #222222;
    padding: 0;
    text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
    .main-header .header-upper .logo-outer {
        padding: 20px 0px 0px;
        display: flex;
        align-items: center;
    }
    .navbar-toggler{background-color: #ddaf6b;padding:5px;border-radius: 5px;}
    .navbar-toggler .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
    .main-header .xs-navbar {display: grid;width: 100%;}
    .navbar ul{
        background-color: #3f0a01;
        padding:15px;
    }
    .navbar ul li a,.navbar li a.active{ color:#fff;}
}   
@media only screen and (max-width: 1023px) {
    .main-header .header-upper .logo-outer {
        margin-top: 0px;
        width: auto;
        z-index: 1;
        padding: 20px 0px 0px;
        background: none;
    }
    .main-header .header-upper .logo-outer:before{border-right:none;}
   
}

/* header section - end
==================================================================================================== */
/* main slider sections - start
==================================================================================================== */
.main-carousel.owl-carousel{display: block;}
.main-carousel .item {
    min-height: 80vh;
    padding-top: 80px;
    /* padding-bottom: 80px; */
  }
  .main-carousel .item.bg-gray {
    background-color: #e8ecf1;
  }
  .main-carousel .item .slider-content .post-type {
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .main-carousel .item .slider-content .item-title {
    font-size: 48px;
    margin-bottom: 15px;
  }
  .main-carousel .item .slider-content p {
    font-size: 16px;
    max-width: 520px;
    margin-bottom: 50px;
    color: #36415a;
    display: inline-block;
  }
  .main-carousel .item .slider-content .btns-group > ul > li {
    margin-right: 20px;
  }
  .main-carousel .item .slider-content .btns-group > ul > li:last-child {
    margin-right: 0px !important;
  }
  .main-carousel .item .slider-content .off-price {
    font-size: 21px;
    font-weight: 700;
    color: #334eff;
    display: inline-block;
  }
  .main-carousel .item .slider-content .animate-item {
    opacity: 0;
    transform: translateX(100px);
    transition: 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .main-carousel .item .slider-image {
    opacity: 0;
    transform: translateX(50px);
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  
  .main-carousel .owl-item.active .item .slider-content .animate-item {
    opacity: 1;
    transform: translateY(0px);
  }
  .main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(1) {
    transition-delay: 0.4s;
  }
  .main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(2) {
    transition-delay: 0.6s;
  }
  .main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(3) {
    transition-delay: 0.8s;
  }
  .main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(4) {
    transition-delay: 1s;
  }
  .main-carousel .owl-item.active .item .slider-image {
    opacity: 1;
    transition-delay: 1s;
    transform: translateX(0px);
  }
  .main-carousel.arrow-right-left .owl-nav{display:none;}

  
  /* main slider sections - end
  ==================================================================================================== */
  #about{align-items: center;display: flex;}
  #about h3{
    font-size:48px;
}
#about p.lead{
    font-size:18px;
    margin-bottom:15px;
}
#about i{color:#3f0a01;}
.why_us{
    background:url('../images/medicine.png') no-repeat bottom left;
    width:100%;
}
.heading-one span{padding-left:80px;}
.heading-title{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #3f0a01;
    position: relative;
}
.heading-title:before {
    position: absolute;
    content: "";
    background: #3f0a01;
    height: 2px;
    width: 50px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.qty-box{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 30px 0px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 0px;
    padding: 35px 33px 35px 32px;
}
.bg_brown{background-color: #3f0a01;}
.bg_lightbrown{background-color: #d6b587;}
.qty-box h4{
    font-family: "Exo", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: #FFFFFF;
}
.qty-box p{
    font-size:14px;
    font-weight:normal;
    color: #FFFFFF;
}
.qty_service{position: relative;}
.qty_service:before{
    position: absolute;
    content: "";
    background: #ffF url('../images/kadbee.png') no-repeat center;
    height: 120px;
    width: 120px;
    z-index: 9;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -30px;
}
.offer-section{
    background-color: #3f0a01;
    color:#ffF;
}
.offer-section .leaf-image-2 {
    right: -115px;
    bottom: -95px;
    max-width: 300px;
  }

  .offer-section .leaf-image-1 {
    left: -110px;
    max-width: 210px;
  }
  .sec-ptb-100 {
    padding: 100px 0px;
  }
  .decoration-wrap {
    z-index: 1;
    position: relative;
  }
  .offer-item .item-content .sub-title {
    font-size: 21px;
    font-weight: 500;
  }
  .offer-item .item-content .title-text {
    font-size: 36px;
    font-weight: 500;
    color:#ffF;
  }
  .offer-item .item-content p {
    font-size: 16px;
    color: #fff;
  }
  /* product grid - start
================================================== */
.product-grid {
    max-width: 270px;
    position: relative;
    margin: 40px auto 0px;
  }
  .product-grid .item-image {
    overflow: hidden;
    position: relative;
  }
  .product-grid .item-image .image-wrap {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .product-grid .item-image .image-wrap > img {
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .product-grid:hover .item-image .image-wrap > img {
    transform: scale(1.1);
  }
  .product-grid .btns-group {
    left: 0px;
    right: 0px;
    bottom: -15px;
    z-index: 2;
    position: absolute;
  }
  .product-grid .btns-group > ul {
    z-index: 1;
    overflow: hidden;
    padding: 17px 22px;
    padding-bottom: 15px;
    position: relative;
    border-radius: 3px;
  }
  .product-grid .btns-group > ul:before {
    top: 0px;
    left: 50%;
    opacity: 0;
    bottom: 0px;
    width: 0px;
    z-index: -1;
    content: "";
    position: absolute;
    background-color: rgba(63,00,1,0.7);
    transform: translateX(-50%);
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .product-grid .btns-group > ul > li {
    opacity: 0;
    margin-right: 25px;
    transform: translateY(150%);
  }
  .product-grid .btns-group > ul > li:last-child {
    margin-right: 0px !important;
  }
  .product-grid .btns-group > ul > li > a {
    color: #fff;
    display: block;
    line-height: 1;
    font-size: 21px;
  }
  .product-grid .btns-group > ul > li > a:hover {
    color: #fff;
    transform: translateY(-5px);
  }
  .product-grid:hover .btns-group > ul:before {
    opacity: 1;
    width: 100%;
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .product-grid:hover .btns-group > ul > li {
    opacity: 1;
    transform: translateY(0%);
    transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .product-grid:hover .btns-group > ul > li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .product-grid:hover .btns-group > ul > li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .product-grid:hover .btns-group > ul > li:nth-child(3) {
    transition-delay: 0.5s;
  }
  .product-grid:hover .btns-group > ul > li:nth-child(4) {
    transition-delay: 0.7s;
  }
  .column-4-carousel .owl-prev span,  .column-4-carousel .owl-next span{font-size:20px;font-family: 'Exo';}
.contactbg .address{
    background: url(../images/contactbg.jpg) no-repeat top;
    background-size: cover;
    height:300px;
    width:100%;
}
.content-box h2 {
    position: relative;
    color: #222222;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3em;
    padding-left: 80px;
}
 .content-box h2 .icon-box {
    position: absolute;
    left: 0px;
    top: 15px;
    color: #701c00;
    font-size: 64px;
    line-height: 1em;
}
.content-box .text {
    position: relative;
    color: #222222;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
    margin-top: 20px;
}
.content-box .phone {
    position: relative;
    color: #d3b36a;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3em;
    padding-left: 80px;
    padding-top: 5px;
    margin-top: 25px;
    font-family: 'Exo', sans-serif;
}
.content-box .phone a {
    color: #d3b36a;
}
.content-box .phone .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    color: #d3b36a;
    font-size: 30px;
    text-align: center;
    line-height: 51px;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid rgba(63, 0, 1, 0.20);
}
.content-box h2 strong {
    font-weight: 700;
    color: #701c00;
    display: block;
}
  /* footer section - start
==================================================================================================== */
.footer-section {
  overflow: hidden;
  position: relative;
  color: azure;
}

.footer-section.bg-gray {
    background-image: -ms-linear-gradient(left, #6a1709 0%, #3f0a01 100%);
    background-image: -moz-linear-gradient(left, #6a1709 0%, #3f0a01 100%);
    background-image: -o-linear-gradient(left, #6a1709 0%, #3f0a01 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3f0a01), color-stop(100, #3f0a01));
    background-image: -webkit-linear-gradient(left, #6a1709 0%, #3f0a01 100%);
    background-image: linear-gradient(to right, #6a1709 0%, #3f0a01 100%);
  }
  .footer-section .footer-bottom{
    justify-content:space-between;
  }
  .footer-section .footer-bottom p a {
    color: #fff;
    font-weight: 500;
  }
  .footer-section .footer-bottom p a:hover {
    color: #ddaf6b;
  }
  