:root {
  
  --main-primary-color: rgba(30, 41, 105, 1);
  --main-primary-color-inverse: rgba(255, 255, 255, 1);

  --main-secondary-color: rgba(178, 140, 41, 1);
  --main-secondary-color-inverse: rgba(185, 225, 255, 0.5);

  --main-hero-img: url("../images/homepage-hero.jpg") no-repeat 50% 50%;

}


h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
}

a {
  color: #000;
}

h3.home-title {
  font-weight: 400; font-size: 32px; margin: 0; text-align: center; margin-bottom: 28px;
}

h4.service-title {
  font-size: 32px; font-weight: 400; padding-top: 18px; text-align: left;
}

/*--------------------------------------
  Header Style
--------------------------------------*/
.top-header {
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  border-top: 3px solid var(--main-primary-color);
}
.top-header .contact-info {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .top-header .contact-info {
    display: none;
  }
}
.top-header .contact-info a {
  color: #292D32;
  font-size: 14px;
  font-weight: 400;
}
.top-header .contact-info a b {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .top-header .top-bar #cartInfo li:nth-child(1), .top-header .top-bar #cartInfo li:nth-child(3) {
    display: none;
  }
}
.top-header .top-bar #cartInfo a {
  color: #292D32;
  font-size: 14px;
  font-weight: 400;
}

.mid-header {
  padding: 12px 0;
}
.mid-header .mobile-menu {
  display: none;
  text-align: center;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 4px;
}
@media only screen and (max-width: 767.98px) {
  .mid-header .mobile-menu {
    display: block;
  }
}

.main-menu {
  margin-top: 0;
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  background: var(--main-primary-color);
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .main-menu {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
  }
}
.main-menu .mobile-top-bar {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .main-menu .mobile-top-bar {
    display: block;
  }
}
.main-menu .mobile-top-bar #cartInfo {
  padding: 0;
}
.main-menu .mobile-top-bar #cartInfo li {
  display: block;
}
.main-menu .mobile-top-bar #cartInfo li:nth-child(2) {
  display: none;
}

.main-menu .mobile-top-bar #cartInfo li a {
  color: var(--main-primary-color-inverse);
  padding: 10px;
  border: 1px solid #fff;
  margin: 10px;
  display: block;  
}

.main-menu .mobile-contact-info {
  display: none;
  padding-top: 5px;
}
.main-menu .mobile-contact-info a {
  display: block;
  color: var(--main-primary-color-inverse);
  padding: 10px;
  border: 1px solid #fff;
  margin: 10px;
}
@media only screen and (max-width: 767.98px) {
  .main-menu .mobile-contact-info {
    display: block;
  }
}

.main-header {
  position: relative;
  text-align: center;
}
.main-header .logo {
  height: 168px;
}
@media only screen and (max-width: 767.98px) {
  .main-header .main-menu {
    display: none;
  }
}
.main-header.active .main-menu {
  display: block;
}

/* LEVEL ONE */
ul.dropdown {
  margin: 0 0;
  padding: 0;
  position: relative;
  text-align: left;
  background-color: var(--main-primary-color);
}
ul.dropdown li {
  display: block;
  padding-left: 5px;
  border-bottom: 1px solid #fff;
  position: relative;
}
ul.dropdown li:last-child {
  border-bottom: none;
}
ul.dropdown li a {
  display: block;
  padding: 16px 8px 16px 16px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
ul.dropdown li a:hover {
  text-decoration: none;
  background-color: var(--main-secondary-color);
}

@media only screen and (min-width: 64em) {
  /* LEVEL ONE */
  ul.dropdown {
    background-color: transparent;
    text-align: center;
  }
  ul.dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -8px;
    background-color: #fff;
    padding: 12px;
  }
  ul.dropdown ul li {
    float: left;
    text-align: left;
    width: 300px;
    padding: 6px 0;
    border-bottom: 1px solid #efefef;
  }
  ul.dropdown ul li a {
    padding: 0;
  }
  ul.dropdown li {
    display: inline-block;
    border-bottom: none;
  }
  ul.dropdown li:hover ul {
    display: block;
  }
  ul.dropdown li a {
    display: block;
    padding: 11px 20px;
    font-family: "Sora", sans-serif;
    color: #fff;
  }
}
/*--------------------------------------
Mobile Toggle Nav
--------------------------------------*/
.toggle-nav {
  width: 60px;
  height: 60px;
  display: block;
}
.toggle-nav:after, .toggle-nav:before {
  content: "";
}
.toggle-nav span, .toggle-nav::after, .toggle-nav::before {
  backface-visibility: hidden;
  position: absolute;
  left: 13px;
  right: 13px;
  border-top: 4px solid var(--main-secondary-color);
  transition: 0.2s;
  border-radius: 6px;
}
.toggle-nav::before {
  top: 18px;
}
.toggle-nav span {
  top: 26px;
}
.toggle-nav::after {
  top: 34px;
}
.toggle-nav.active::before, .toggle-nav.active::after {
  top: 25px;
  backface-visibility: hidden;
  transition: 0.3s;
  border-top-color: var(--main-secondary-color);
}
.toggle-nav.active::before {
  transform: rotate(45deg);
}
.toggle-nav.active span {
  opacity: 0;
}
.toggle-nav.active::after {
  transform: rotate(-45deg);
}

/*--------------------------------------
Footer
--------------------------------------*/
.footer-menu {
  justify-content: space-between;
}

.footer-section {
  padding: 25px 0;
  text-align: center;
  background-color: #444;
  color: #fff;
}

.nav-items {
  list-style: none;
  gap: 40px;
}

footer a {
  color: #fff;
}

/*hero section*/
.hero-box {
  background: rgba(255,255,255,0.85);
  max-width: 480px;
  padding-top: 30px;
}
.hero-box .hero-sub-box {
  background: var(--main-secondary-color);
  margin-top: 10px;
}

.hero-section {
  background: var(--main-hero-img);
  background-size: cover;
  min-height: 570px;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.hero-section > .row {
  width: 100%;
}

.pre-title {
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.title {
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.post-title {
  text-align: center;
  padding: 14px 22px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

/*hero section end*/
/*--------------------
  Products Section
----------------------*/
.product-section {
  padding: 75px 0;
}
.product-section .mainCategoryView {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .product-section .mainCategoryView {
    justify-content: center;
  }
}
.product-section .mainCategoryView a {
  display: block;
  float: none;
  width: 100%;
  max-width: 213px;
}
.product-section .mainCategoryView a .list {
  float: none;
  width: 100%;
}
.product-section .mainCategoryView a .list h1 {
  font-family: "Sora", sans-serif;
}

/*service section*/
.service-section {
  background-color: var(--main-primary-color);
/*  background-image: url('../images/white-pattern.png');*/
  background-size: cover;
}

.services-row {
  display: flex;
  padding-top: 74px;
  padding-bottom: 96px;
}

.services-box {
  gap: 60px;
}

.services-box img {
  border: 5px solid white;
}

.service-title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
}

.services-sub-title {
  color: #ffffff;
  font-weight: 600;
  padding-top: 41px;
}

.services-list {
  gap: 20px;
}

.list-item {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.services-line {
  border: 0;
  height: 0;
  border-bottom: 1px solid #ffffff;
}

.services {
  list-style-image: url("../images/tick.svg");
}

/*service section end*/
/*featured product section*/
.featured-product-section {
  padding: 75px 0;
}
.featured-product-section .list-products ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.featured-product-section .list-products ul:after {
  content: "";
  display: block;
  clear: both;
}
.featured-product-section .list-products ul li {
  padding: 0 10px;
}
.featured-product-section .list-products ul li .featured-product-wrapper {
  margin-right: 0;
  padding-left: -0.9375rem;
  padding-right: -0.9375rem;
}

/*about section*/
.about-section {
  padding: 69px 0 95px 0;
  background-color: var(--main-secondary-color-inverse);
  background-image: url('../images/white-pattern.png');
  background-size: cover;  
}

.about-info {
  text-align: center;
}

.about-info .about-pre-title {
  font-size: 20px;
  font-weight: 600;
}

#about-us-desc > h1 {
  color: var(--main-primary-color);
  padding-bottom: 28px;
}

#about-us-desc > p {
  font-size: 24px;
  font-weight: 300;
}

.about-info .about-post-title {
  font-size: 20px;
  font-weight: 600;
  padding-top: 43px;
  padding-bottom: 39px;
}

.table {
  justify-content: space-between;
  border: 1px solid #000000;
  padding: 11px 20px;
  margin-bottom: 10px;
}

.ret-option {
  justify-content: center;
}

.return {
  padding-top: 14px;
}

.about-table {
  gap: 20px;
}

/*about section end*/
/*testimonial section*/
.testimonial-section {
  padding: 71px 0 77px 0;
}

.testimonial-main-title {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  margin: 0;
}

.owl-item .item {
  display: block;
  text-align: center;
  height: auto;
}

.stars {
  align-items: center;
  font-size: 30px;
  padding-bottom: 17px;
}

.testimonial-text {
  font-size: 20px;
  font-weight: 300;
}

.testimonial-name {
  font-size: 20px;
  font-weight: 400;
  padding-top: 29px;
}

.checked {
  color: #FFAD01;
}

.owl-prev {
  position: absolute;
  top: 20%;
  left: -5%;
  font-size: 60px !important;
}

.owl-next {
  position: absolute;
  top: 20%;
  right: -5%;
  font-size: 60px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #000000 !important;
  text-decoration: none;
}

.owl-dots {
  display: none;
}

/*testimonial end*/
#kreeClientSub .sub-page-categories,
#kreeClientSub .sub-page-content {
  margin-top: 0px;
}

@media only screen and (min-width: 64em) {
  #kreeClientSub .sub-page-categories, #kreeClientSub .sub-page-content {
    margin-top: 60px;
  }
}
#kreeClientSub .sub-page-content {
  padding: 26px 36px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.5);
}

#kreeClientSub .sub-page-content {
  box-shadow: none;
}

.sub-page-categories h3 {
  font-size: 20px;
  text-align: left;
}

.sub-page-content .home-title:before, .sub-page-content .home-title:after {
  display: none;
}

.d-flex {
  display: flex;
}

.mb-0 {
  margin-bottom: 0;
}

.fw-5 {
  font-weight: 500;
}

.home-title {
  position: relative;
}
.home-title:before, .home-title:after {
  content: "";
  border-bottom: 2px solid black;
  height: 2px;
  width: 50px;
  position: absolute;
  top: 50%;
}
.home-title:before {
  margin-left: -60px;
}
.home-title:after {
  margin-left: 12px;
}

.home-title h1 {
  font-weight: 700 !important;
}

/*responsive css*/
@media screen and (max-width: 768px) {
  h4.service-title {
    text-align: center;
  }

  .product-description {
    font-size: 16px;
    font-weight: 300;
    color: rgb(41, 45, 50);
    padding-top: 19px;
    padding-bottom: 0px;
    text-align: center;
  }
  .products {
    gap: 30px;
    margin-bottom: 30px;
  }
  /*footer*/
  .footer-menu {
    flex-flow: column;
    align-items: center;
  }
  .home-title:before, .home-title:after {
    top: 40%;
  }
  .pre-title.home-title:before, .pre-title.home-title:after {
    top: 40%;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  h3.home-title {
    font-size: 24px; text-align: center; margin-bottom: 28px; letter-spacing: -0.05rem;
  }  
  .services-box {
    flex-flow: column;
  }
  .products {
    flex-flow: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .table {
    padding: 6px 10px !important;
    flex-flow: column;
  }
  .item {
    height: 400px !important;
  }
  /*footer*/
  .footer-menu {
    flex-flow: column;
    align-items: center;
  }
  .home-title:before, .home-title:after {
    top: 40%;
  }
  .pre-title.home-title:before, .pre-title.home-title:after {
    top: 40%;
  }
}
/*end*/
.about-pre-title:before {
  content: "";
  border-bottom: 2px solid black;
  height: 2px;
  width: 50px;
  position: absolute;
  padding: 5px 0;
  margin-left: -60px;
}

.about-pre-title:after {
  content: "";
  border-bottom: 2px solid black;
  height: 2px;
  width: 50px;
  position: absolute;
  padding: 5px 0;
  margin-left: 12px;
}

/*end*/
ul.list-categories {
  margin: 0 12px 0 0;
  padding: 0;
}

ul.list-categories li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
}

ul.list-categories li:first-child {
  border-top: 3px solid #444;
}

ul.list-categories li a {
  display: block;
  padding: 12px 0;
  color: #444;
}
