@font-face {
  font-family: "graphik-light";
  src: url('../font/GraphikLight.otf')
}
@font-face {
  font-family: "graphik-regular";
  src: url('../font/GraphikRegular.otf');
}
@font-face {
  font-family: "graphik-bold";
  src: url('../font/GraphikBold.otf');
}
@font-face {
  font-family: "graphik-semi-bold";
  src: url('../font/GraphikSemibold.otf');
}
body {
  background: #fff;
  color: #202124;
  font-family: 'graphik-regular';
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  min-height: 100vh;
}
a.view_all_link {
    border: 1px solid #0c3666;
    padding: 5px 25px;
    line-height: 24px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    top: -36px;
    right: 30px;
    float: right;
}
.graphik-bold {
  font-family: 'graphik-bold';
}
.graphik-light {
  font-family: 'graphik-light';
}
.graphik-semi-bold {
  font-family: 'graphik-semi-bold';
}
.bg-transparent {
  background-color: transparent;
}
:focus {
  outline: unset;
}
.height-40{
  height: 40px !important;
}
.height-50{
  height: 50vh;
}
.height-80{
  height: 80vh;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.color-grey {
  color: #000;
}
.font-large {
  font-size: 3rem;
}
.font-semi-large {
  font-size: 3.2rem;
}
.font-medium {
  font-size: 22px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-25 {
  font-size: 25px;
}
.header-title {
  font-size: 4rem;
}
.header-title span {
  color: #aacd00;
}
.text-theme-color {
  color: #212529;
}
a {
  background-color: transparent;
  color: #495057;
  text-decoration: none;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-blog {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.width-15{
  width: 15%;
}
.bg-theme-color {
  background-color: #4051b5;
}
.border-theme {
  border: 1px solid #4051b5;
}
.font-30 {
  font-size: 30px;
}
.font-15 {
  font-size: 1rem;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-900 {
  font-weight: 900;
}
.banner-header {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 999;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.card {
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.form-control:focus {
  border-color: #4051b5;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(38, 87, 148, 0.5);
}
.video-section {
  position: relative;
  width: 100%;
  height: 100vh;
      /*height: 450px;*/
  display: flex;
  /*top:0px;*/
      /*margin-top: 30px;*/
}
.list-group-item.active {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-color: #ddd;
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
.video-content-holder {
  position: absolute;
  top: 35%;
  left: 3%;
  z-index: 999;
}
.video-parallax {
  position: relative;
  width: 100%;
 
}
img.logo-img {
    height: 60px;
    margin: 15px;
}
.video-parallax-1 {
  position: relative;
  width: 100%;
}
.video-section .overlay {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  z-index: 1;
  background-color: #000;
}
.banner-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  z-index: 99;
  background: rgba(0, 0, 0, 0.41);
}
.overlay {
  height: 100%;
  top: 0;
  left: 15px;
  right: 15px;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
}
.highlighter-text {
  color: #dbdada;
  font-weight: 300;
}
.highlighter-text-color {
  color: #ddd;
  font-size: 14px;
}
.playstore-btn {
  width: 120px;
  height: 40px;
  display: inline-block;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.lead-inside {
  font-size: 25px;
}
.ask-us-holder {
  background: #eee;
}
.list-group-item.active {
  background-color: #fff;
  color: #000;
}
/* Highlight Section */
.highlight-icon-holder {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
.highlight-icon-holder-2 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 4rem;
  background-color: #fff;
}
.highlight-icon-holder::before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: -19%;
  width: 1.5px;
  height: 19%;
  background-color: #ddd;
}
.highlight-icon-holder-2::before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 22%;
  width: 1.5px;
  height: 20%;
  background-color: #ddd;
}
/* Product categories for home */
.product-listbg {
  background-image: url('../img/category.html');
}
.product-categories-holder {
  transition: .5s;
  height: 100%;
}
.product-categories-holder:hover .category-img-1{
  background-image: url('../img/p1.jpg');
}
.product-categories-holder:hover .category-img-2{
  background-image: url('../img/p2.jpg');
}
.product-categories-holder:hover .category-img-3{
  background-image: url('../img/p3.jpg');
}
.product-categories-holder:hover .category-img-4{
  background-image: url('../img/p4.jpg');
}
.product-category-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
}
.product-categories-holder:hover .product-categories-card {
  transition: transform 1s;
  transform: translateY(-50px);
  color: #fff;
  z-index: 999;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.categories-icon {
  width: 40px;
  height: 40px;
  padding: 12px 12px;
  color: #aacd00;
}
.thanks-popup {
  position: absolute;
  right: 15px;
  top: 100px
}
.thanks-popup-body {
  font-size: 17px;
  background: #4051b5;
  color: #fff;
  margin-bottom: 0;
  padding: 15px;
}
.product-categories-text {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 5px;
}
.product-categories-text:hover {
  color: #aacd00;
}
.category-holder-section {
  margin-top: -3rem;
  margin-left: -47px;
  margin-bottom: -2.5rem;
  padding: 20px;
}
.sec_height_small {
  height: 90px;
  background-color: #4051b5;
}
.product-h{
  height: 43vh;
}
.product-header{
  padding-top: 72px;
  font-size: 18px;
}
.category-header{

  font-size: 22px;
}
/* News & Blogs */
.events-text {
  font-size: 20px;
}
.blog-img {
  background-repeat: no-repeat;
  height: 36.4vh;
  background-position: center center;
  background-size: auto;
}
.event-text-heading {
  position: absolute;
  top: 5%;
  left: 5%;
  color: #fff;
}
.event-text {
  position: absolute;
  bottom: 5%;
  padding: 1rem;
  left: 5%;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
}
.ask-us {
  margin-top: -40px;
}
.blog-details {
  padding: 19px;
}

.category-product{
  width: 100%;
  height: 65vh;
}

.blog-title {
  color: #3a3a3b;
  font-size: 20px;
  line-height: 22px;
}
.blog-admin {
  font-size: 12px;
  color: #919090;
}
.blog-information {
  font-size: 14px;
}
.blog-btn {
  color: #aacd00;
  font-size: 14px;
}
.blog-btn:hover {
  color: #aacd00;
}
.date-section {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background-color: #aacd00;
  padding: 2px;
  font-size: 14px;
}
.date-no {
  font-size: 15px;
  margin-bottom: -4px;
  margin-top: 10px;
}
.banner-bgimg {
  height: 50vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* about */
.title {
  color: #666;
}
.about-quality {
  background-image: url('../img/about_01_bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  /* padding-bottom: .05px!important; */
  background-size: 45%;
}
.about-quality-bgimg {
  background-image: url('../img/about_01_bg.png');
  height: 65vh;
  background-size: 45%;
  
  
  /*background-image: url(../img/about_01_bg.png);*/
    /*height: 167vh;*/
    /*width: 100%;*/
    /*background-size: 45%;*/
    background-size: contain;
}
.about-timeline-bgimg {
  background-image: url('../img/about_01_bg.png');
}
.about-our-section {
  background: #dffbdf;
}
.about-our-holder {
  padding: 2rem 2rem 2rem;
}
.about-our-icon {
  width: 25px;
  margin-bottom: 6px;
}
.about-title {
  font-size: 20px;
}
.about-icon-holder {
  font-size: 4rem;
  margin-bottom: 20px;
}
.about_us_section_holder{
  text-align: center;
}
.about-icon-size{
  width: 20%;
}
.timeline-bg {
  background-color: #4051b5;
}
.time-line {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 35px 30px;
  text-align: center;
}
.time-line-border {
  border: .2px solid #fff;
  margin-top: 5px;
  position: absolute;
  left: 40%;
  top: 25%;
  background: #fff;
  width: 50%;
}
/* Product categories */
.categories-img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.product-categories-section:hover .categories-img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* Products */
.background-bg {
  background-color: #eee;
}
.product-holder {
  background-color: #fff;
  margin-top: 0;
  border: 1px solid #eee;
}
.product-details {
  border-left: 5px solid #4051b5;
  padding-left: 15px;
}
.product-category-holder {
  margin-top: -3rem;
  margin-right: -15px;
  margin-bottom: -2rem;
  padding: 20px;
}
/* Blogs */
.blog-content {
  position: absolute;
  bottom: 7%;
  width: 100%;
}
.blog-overlay {
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
}
.date-holder {
  display: inline-block;
  background-color: #aacd00;
  min-width: 60px;
  height: 60px;
  padding: 15px 5px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 14px;
  margin-left: 15px;
}

.mt-25{
  margin-top: 30px;
}
.uploded-by {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.date-holder strong {
  font-size: 20px;
}
/* Gallery */
.gallery-image {
  height: 275px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.gallery-image-modal {
  height: 60vh;
  width: 100%;
}
button.close {
  width: 65px;
  max-width: 100%;
  color: #fff;
  margin: 0rem;
  font-size: 30px;
}
.next-btn {
  cursor: pointer;
  position: absolute;
  right: 0%;
  z-index: 2;
  top: 45%;
  font-weight: 900;
  color: #aacd00;
  font-size: 2rem;
}
.prev-btn {
  cursor: pointer;
  position: absolute;
  left: 0%;
  z-index: 2;
  font-weight: 900;
  top: 45%;
  color: #aacd00;
  font-size: 2rem;
}
/* Login */
.login-bg {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  display: table;
  background: url('../img/login.jpg') no-repeat center;
  background-size: cover;
}
/* Footer */
.social-media {
  background: #3F51B5;
  color: #fff;
  cursor: pointer;
  width: 25px;
  height: 25px;
  padding: 5px;
}

.app-bg-color{
  background-color: #7351ec;
  z-index: 99;
  position: relative;
}

.section-after-bg{
  z-index: 99;
}

.front-parallex-img {
  position: relative;
  max-height: 415px;
}

.back-parallex-img {
  position: absolute;
  top: 22%;
  left: -10%;
}

.section-after-bg:after {
  content: "";
  background-image: url('../img/app-image/app-banner.png');
  height: 380px;
  width: 405px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: 999;
  margin-bottom: -11px;
}

.app-heading-text{
  font-size: 40px;;
}

.product-left-section{
  width: 80%;
}

.product-right-section{
  width: 20%;
}

.f-100{
  font-size: 100px;
}

.display-4 span strong {
  display: block;
  line-height: 0.7;
}

.border-left-desktop {
  border-left: 1px solid #ddd;
  padding-left: 50px;
  padding-top: 10px;
}

.start-screen__content__item {
  background: #fff !important;
}

.who-we-are-section {
  background: #8bc34a;
  background-image: url('../images/banners/1.jpg'), linear-gradient(120deg, #4CAF50 0%, #3f51b5 100%), linear-gradient(120deg, #4CAF50 0%, #3f51b5 100%);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.app-bg-color {
  background: #8bc34a;
}

.bt-1 {
  border-top: 1px solid #dee2e6;
}

.font-16 {
  font-size: 16px;
  line-height: 24px;
}

.section-who-we-are-container {
  background: #8bc34a;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.carousel-inner {
  min-height: 350px;
}

.carousel-indicators{
  bottom: -80px;
}
dl, ol, ul{
  padding: 0 23px;
}

.product-tabs{
  height: 9vh;
  margin-bottom: 1rem;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  overflow: revert;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff;
  height: 9vh;
  background-color: #3F51B5;
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
  display: flex;
  align-items: center;
}

.product-tabs-link{
  line-height: 20px;
  font-weight: 800;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100px;
}
.color-yellow{
  color: #FFC107;
}
.product-bg{
  background-color: #aacd00;
}
.badge{
  padding: .5em .8em;
}
.badge-success{
  background-color: #aacd00;
}

.eco--btn.eco--bordered--theme {
  background: transparent;
  color: #3f51b5;
  border-color: #3f51b5 !important;
  box-shadow: none;
}

.lab.la-whatsapp{
  font-weight: 100;
}

footer{
  position: relative;
  z-index: 99;
  background: #fff;
}
.product-height{
  height: 70vh;
  overflow: hidden;
}

.left-icon{
  background: #0000008f;
  width: 50px;
  height: 50px;
  color: #000;
  position: absolute;
  top: 50%;
}

.right-icon{
  background: #0000008f;
  width: 50px;
  height: 50px;
  color: #000;
  position: absolute;
  top: 50%;
}

.product-details-holder{
  position: relative;
  z-index: 999;
  background: #fff;
}

.product-images{
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-slider{
  width: 38vw;
  border: 0 !important;
}

.z-index-999{
  position: relative;
  z-index: 99;
}

#sidebarWrap{
  position: relative;
  z-index: 9;
}
.sidebar {
  width: 96%;
  position: absolute;
  margin-bottom: 30px;
}

.sidebar.fixed {
  position: fixed;
  top: 15%;
  width: 36%;
}

.advisory-video-1{
  position: relative;
  width: 300px;
  border-radius: 50%;
  object-fit: cover;
  height: 300px;
}
.advisory-video-2{
  position: relative;
  width: 180px;
  border-radius: 50%;
  object-fit: cover;
  height: 180px;
  margin-top: 45px;
  margin-left: -38px;
  margin-right: 110px;
}
.advisory-video-3{
  position: relative;
  width: 180px;
  border-radius: 50%;
  object-fit: cover;
  height: 180px;
  margin-top: 10px;
  margin-left: -85px;
}
.advisory-video-4{
  position: relative;
  width: 200px;
  border-radius: 50%;
  object-fit: cover;
  height: 200px;
  margin-top: -85px;
  margin-left: 21px;
}
.advisory-video-5{
  position: relative;
  width: 259px;
  border-radius: 50%;
  object-fit: cover;
  height: 250px;
  margin-top: 10px;
  margin-left: 46px;
}
.advisory-video-6{
  position: relative;
  width: 200px;
  border-radius: 50%;
  object-fit: cover;
  height: 200px;
  margin-top: -90px;
}
.ml--90{
   margin-left: -90px;
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}
@media screen and (max-device-width: 375px) {
  .pxs-60{
    text-align: justify;
      padding-right: 35px;
      padding-left: 35px;
  }
}
@media screen and (max-device-width: 576px) {
  .section-after-bg:after{
    display: none;
  }
  .app-image {
    text-align: center;
  }
  .video-content-holder {
    top:17%;
  }
  .video-section {
    position:relative;
    width:100%;
    height:100vh;
    display:flex;
  }
  .header-title {
    font-size: 3rem;
  }
  .video-parallax {
    width: unset;
    height: 100vh;
  }
  .video-parallax-1 {
    width: 100%;
    height: 18vh;
    margin-top: 75px;
    object-fit: cover;
  }
  .banner-overlay{
    height: 95.5%;
  }
  .blog-details {
    margin-left: 0;
    margin-top: 0;
  }
  .about-our-holder {
    padding: 1rem;
  }
  .start-screen--style-1 .start-screen__content__item--1 .__title{
    font-size: 2.8rem;
  }
  .font-m-20{
    font-size: 20px;
  }
  .mt-m-3{
    margin-top: 15px;
  }
  .border-left-desktop{
    padding-left: 15px;
  }
  .font-semi-large{
    font-size: 1.7rem;
  }
  .ml--90{
     margin-left: 0;
  }
  .about-quality-bgimg{
    background: unset;
    height: 75vh;
  }
  .pxs-60{
    text-align: justify;
      padding-right: 35px;
      padding-left: 35px;
  }
  #footer .list-group{
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    justify-content: center;
  }
  #footer .list-group li{
    padding: 10px;
  }
  .d-footere-none{
    display: none;
  }
  dl, ol, ul{
    padding:0;
  }
  .sticky{
    box-shadow: unset;
    transition: 0.1s;
  }
  .about-timeline-bgimg{
    background-size: 70%;
  }

}

.view-all{
  margin-bottom: 25px;
}
.font-50{
  font-size: 50px;
}
.line-height-20{
  line-height: 20px;
}

.pxs-60{
  text-align: justify;
    padding-right: 60px;
    padding-left: 60px;
}

.start-screen__content__item.is-active {
    top: 0 !important;
}

/*========================================
CART PAGE CSS
======================================*/
.cart-page {
    position: relative;
    width: 100%;
    margin-top: 88px;
    background: #f5f5f5;
    padding: 50px 0px;
}
.shop-table {
    text-align: left;
}
.cart-page table {
    width: 100%;
    border-collapse: collapse;
}
.cart-page .shop-table th {
    padding: 0.2rem 0 1.8rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #999;
    line-height: 1;
    letter-spacing: -0.025em;
}
.cart-table .product-name {
    font-weight: 600;
    color: #222;
    line-height: 1.86;
}
.input-group {
    display: inline-flex;
    width: auto;
    height: 36px;
    border: none;
    border-radius: 4px;
    padding: 0;
}
.input-group input{
    width:100%;
    border:1px solid #ccc;
    border-radius:4px;
}
.input-group button {
    padding: 0;
    width: 3.1rem;
    border: 1px solid #ebebeb;
    font-size: 1.2rem;
    color: #222;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
}
.input-group .form-control {
    flex: 1;
    padding: 0;
    height: inherit;
    font-size: 1.4rem;
    border: solid #ebebeb;
    border-width: 1px 0;
    color: #222;
    text-align: center;
}

.summary {
    padding: 2.4rem 3rem 3rem;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    background:#fff;
}
.summary-title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 1.9rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}
.shipping-address .form-control {
    margin-bottom: 1.5rem;
    padding:2px 15px;
    font-size:14px;
    border-color: #e1e1e1;
    color: #999;
    min-height:36px;
}
.summary td:last-child, .summary th:last-child {
    text-align: right;
}
.summary-subtitle {
    font-size:16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #222;
    margin-bottom: 0;
    text-align:left;
    padding:0px;
}
.shop-table .product-price {
    display: table-cell;
}
.cart-page .product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
    width: 2.3rem;
    height: 2.3rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
}
.buynow-page {
    position: relative;
    width: 100%;
    margin: 70px auto;
    padding-top: 50px;
}
.buynow-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
}
.buynow-box label{
    position: relative;
    width: 100%;
    display:block;
}
.buynow-page .row.form-group {
    margin-bottom:10px;
}
.buynow-page .row.form-group select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


