@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rufina:wght@400;700&display=swap');
@import url(themify-icons.css);
@import url(spacing.css);

:root{
    --accent-color: #45BB00;
    --background-color: #F8F6F4;
    --background-secondary-color: #F1EADF;
    --divider-color: #DCDCDC;
    --dark-color: #2F2F2F;
    --light-color: #FFFFFF;
    --primary-color: #576BA7;
    --secondary-color: #45BB00;
    
    --primarytitle-font: "Rufina", serif;
    --primarytitle-font-size: clamp(1.6rem, 4vw, 3rem);
    --primarytitle-font-color: var(--dark-color);

    --secondarytitle-font-size: clamp(.75rem, 1.4vw, 1rem);
    --secondarytitle-font-color: var(--secondary-color);

    --primarybody-font: "Open Sans", serif;

    }
    
/* ==================================================
body
================================================== */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    padding: 0;
    margin: 0;
    background: var(--background-color);
  }
  
body {
    font-family: var(--primarybody-font);
    font-weight: 400;
    color: var(--dark-color);
    padding: 0;
    line-height: 26px;
    word-spacing: 0px;
    background: transparent;
    font-size: 14px;
}
@media screen and (min-width:769px) {
  body{
    font-size:16px;
  }
}
h1, h2, h3, h4, h5, h6{
  font-family: var(--primarytitle-font);
}

h1{
  font-size: clamp(1.79rem, 3.95vw, 3.5rem);
}
h2{
  font-size:clamp(1.53rem, 3.95vw, 2.888rem);
}
h3{
  font-size:clamp(1.28rem, 3.95vw, 2.074rem);
}
h4{
  font-size:clamp(1.067rem, 3.95vw, 1.728rem);
}
h5{
  font-size:clamp(1.1rem, 3.95vw, 1.44rem);
}
h6{
  font-size:clamp(.85rem, 3.95vw, 1rem);
}

a{text-decoration:none;
  border:0;
  outline:none;}
a, a:hover {text-decoration: none;}
a, a:visited{color: var(--dark-color);text-decoration: none;}
a:hover {color: var(--secondary-color);}
a:focus{color:initial; box-shadow: none;text-decoration: none;}


.sub-title{color: var(--accent-color)}
.column{position: relative;}
.btn{border-radius: 0.3rem;}
.btn.btn-success {
  background: #45bb00;
  border-color: #05a91b;
  color: #fff
}
.btn.btn-success:focus {
  box-shadow: 0 0 0 .1rem rgba(50,182,67,.2)
}

.btn.btn-success:focus,.btn.btn-success:hover {
  background: #07ad1c;
  border-color: #099e1c;
  color: #fff
}

.btn.btn-success.active,.btn.btn-success:active {
  background: #2a9a39;
  border-color: #278e34;
  color: #fff
}
.primary-color{color: var(--primary-color);}
.secondary-color{color: var(--accent-color);}
.dark-color{color: var(--dark-color);}
.light-color{color: var(--light-color);}

.fadeInUp{
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(50px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
  }
}

.d-flex{display: flex;}
.justify-center{justify-content: center;}
.align-center{align-items: center;}

/*!---------- 7. NAVIGATION ----------*/
.top-navbar-container {
  max-width: 1300px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (max-width:998px){
  .top-navbar-container{
    display: none;
  }
}
.top-navbar {
  display: flex;
  flex-direction: row;
  justify-content:flex-end; 
  border-bottom: 1px dotted #D9DFC6;
  padding-bottom: .4rem;
  margin-bottom: .4rem;
}
.top-navbar div{
  margin: 10px 0 0 0;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  border-right: 1px dotted #D9DFC6;
  padding: 0 20px;
}
.top-navbar div:last-child{
  border-right: 0;
}
.top-navbar div span:first-child {
  background: #A9C46C;
  /* background: var(--accent-color); */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-navbar div sub{
  display: block;
  margin-bottom: .5rem;
  font-size: 100%;
  font-family: var(--primarytitle-font);
  color: var(--primary-color);
}
.top-navbar div a{
  color: var(--dark-color);
  line-height: 32px;
  height: auto;
  transition: all 0.3s;
}
.top-navbar div a:hover{
  color: var(--accent-color);
}
.top-navbar div a img{
  margin-right: 6px;
}
@media screen and (max-width:420px) {
  .top-navbar div a img{
    display: none;
    visibility: hidden;
  }
}
.nav-container {
    -webkit-backface-visibility: hidden;
    /* max-width: 100%; */
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  nav {
    background: #fff;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
  }
  nav ul {
    margin-bottom: 0;
  }
  .module {
    display: inline-block;
    padding: 0 32px;
  }
  .module-group {
    display: inline-block;
  }
  .module.left,
  .module-group.left {
    float: left;
  }
  .module.right,
  .module-group.right {
    float: right;
  }
  nav .btn,
  .nav-bar .btn {
    margin: 0;
    height: auto;
  }
  .nav-utility {
    height: 45px;
    line-height: 43px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }
  .nav-utility i {
    position: relative;
    top: 1px;
  }
  .nav-bar {
    height: 70px;
    max-height: 70px;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
  }
  .nav-bar .module,
  .nav-bar .module-group {
    height: 55px;
  }
  .nav-bar a {
    display: inline-block;
    height: 50px;
  }
  .logo {
    max-height: 59px;
  }
  .logo-light {
    display: none;
  }
  nav.nav-centered .logo {
    max-height: 64px;
    margin: 64px 0 40px 0;
  }
  nav.bg-dark .logo-light {
    display: inline;
  }
  nav.bg-dark .logo-dark {
    display: none;
  }
  .has-dropdown {
    padding-right: 18px;
  }
  .has-dropdown:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    content: "\e64b";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }
  .menu {
    width: 100%;
    height: 55px;
    box-shadow: none;
    background: transparent;
  }
  .menu.inline-block {
    width: auto;
  }
  .menu li a {
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--dark-color);
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: nowrap;
  }
  .menu li a:hover {
    opacity: 1 !important;
    color: var(--accent-color) !important;
  }
  .menu > li {
    margin-right: 32px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
  }
  .menu > li:last-child {
    margin-right: 0;
  }
  .menu > li:last-child > ul {
    right: 0;
  }
  .menu > li:last-child > ul ul {
    left: auto;
    right: 100%;
  }
  .menu > li ul {
    /* width: 300px; */
    padding: 8px 0;
    background: var(--background-secondary-color);
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -1px;
    list-style: none;
    margin-left: 0;
  }
  .menu > li > ul > li {
    position: relative;
    line-height: 24px;
    width: 100%;
    vertical-align: top;
  }
  /* .menu > li > ul > li i {
    display: inline-block;
    margin-right: 2px;
  } */
  .menu > li > ul > .has-dropdown:after {
    color: #fff;
    top: 5px;
    right: 24px;
    content: "\e649";
  }
  .menu > li > ul li a {
    color: var(--dark-color);
    height: auto;
    padding: 6px 24px;
  }
  .menu > li > ul > li > ul {
    left: 100%;
    top: 0;
  }
  .menu > li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
  }
  .menu > li > ul > li:hover > ul,
  .has-dropdown:hover .mega-menu ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
  }
  .mega-menu {
    width: auto !important;
    white-space: nowrap;
    line-height: 24px;
  }
  .mega-menu ul {
    position: relative !important;
    left: auto !important;
    padding: 0 !important;
  }
  .mega-menu > li {
    width: 200px !important;
    overflow: hidden;
    display: inline-block;
  }
  .mega-menu .title {
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding: 6px 24px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
  }
  .make-right {
    right: 0;
  }
  .module.widget-handle {
    border-left: 1px solid #ccc;
    padding: 0 24px;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
  }
  nav.nav-centered .module.widget-handle {
    border: none !important;
  }
  @media all and (max-width: 1100px) {
    .module.widget-handle {
      padding: 0 16px;
    }
  }
  .module.widget-handle i {
    font-size: 20px;
    line-height: 53px;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  .module.widget-handle:hover i,
  .module.active i {
    opacity: 1;
  }
  .widget-handle .function {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: default;
    width: 200px;
    background: #292929;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -2px;
    right: 0;
  }
  .module.widget-handle:hover .function {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
  }
  .module.widget-handle .title {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    display: none;
    opacity: .5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  .module.widget-handle .title:hover {
    opacity: 1;
  }
  .widget-handle .cart {
    position: relative;
  }
  .widget-handle .cart .label {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    position: absolute;
    background: #47b475;
    top: 10px;
    right: -10px;
    border-radius: 50%;
  }
  .widget-handle .search-form {
    padding: 8px;
    display: inline-block;
    width: 100%;
    line-height: 50px;
  }
  .widget-handle .search-form input {
    margin: 0;
    font-size: 16px;
  }
  nav .widget {
    margin: 0;
    padding: 24px;
  }
  nav .widget .title {
    display: none !important;
  }
  nav .widget,
  nav .widget a:not(.btn) {
    color: #fff;
  }
  nav .widget hr {
    border-color: #777;
    margin-bottom: 16px;
  }
  nav .widget hr:first-of-type {
    display: none;
  }
  .cart-widget-handle .function {
    width: auto;
    background: #fff;
  }
  .cart-widget-handle .function span {
    color: #222 !important;
  }
  nav .cart-overview {
    min-width: 300px;
    margin-bottom: 16px;
  }
  nav .cart-overview a {
    height: auto;
  }
  .language .menu > li ul {
    max-width: 150px;
  }
  .nav-open {
    max-height: 10000px !important;
    height: auto !important;
  }
  .nav-open .mobile-toggle {
    border-bottom: 1px solid #ccc;
  }
  @media all and (max-width: 1120px) {
    .menu > li {
      margin-right: 24px;
    }
  }
  .has-offscreen-nav .main-container {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
  }
  .offscreen-container {
    position: fixed;
    transform: translate3d(200%, 0, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    -moz-transform: translate3d(200%, 0, 0);
    width: 50%;
    top: 0;
    height: 100%;
    min-height: 100vh;
    z-index: 20;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    overflow: hidden;
  }
  .offscreen-container.reveal-nav {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
  }
  .main-container.reveal-nav {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
  }
  .offscreen-left .offscreen-container {
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
  }
  .offscreen-left .offscreen-container.reveal-nav {
    transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
  }
  .offscreen-left .main-container.reveal-nav,
  .offscreen-left nav.reveal-nav {
    transform: translate3d(50%, 0, 0) !important;
    -webkit-transform: translate3d(50%, 0, 0) !important;
    -moz-transform: translate3d(50%, 0, 0) !important;
  }
  .offscreen-container .close-nav {
    position: absolute;
    right: 24px;
    top: 16px;
    z-index: 24;
    font-size: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: .5;
  }
  .offscreen-container .close-nav:hover {
    opacity: 1;
  }
  .offscreen-container.bg-dark .close-nav i {
    color: #fff;
  }
  @media all and (max-width: 990px) {
    .offscreen-container {
      width: 100vw;
    }
    .offscreen-container.reveal-nav {
      transform: translate3d(0vw, 0, 0);
      -webkit-transform: translate3d(0vw, 0, 0);
      -moz-transform: translate3d(0vw, 0, 0);
    }
    .main-container.reveal-nav {
      transform: none !important;
    }
  }
  @media all and (max-width: 990px) {
    nav.fixed {
      position: absolute !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
    nav.outOfSight {
      transform: translate3d(0, 0px, 0) !important;
      -webkit-transform: translate3d(0, 0px, 0) !important;
      -moz-transform: translate3d(0, 0px, 0) !important;
    }
    .nav-bar,
    .nav-bar .module-group,
    .nav-bar .module {
      height: auto;
      overflow: hidden;
    }
    .nav-bar .module {
      padding: 0 16px;
    }
    .nav-bar .module-group {
      width: 100%;
      padding: 16px 0;
    }
    .nav-bar .module-group .module {
      display: block;
      float: none;
      width: 100%;
    }
    nav.nav-centered .logo {
      margin: 24px 0 16px 0;
      max-height: 40px;
    }
    .menu {
      height: auto;
      box-shadow: none;
    }
    .menu.inline-block {
      width: 100%;
    }
    .menu a {
      height: auto;
      line-height: 24px;
      padding: 4px 0;
    }
    .menu li {
      line-height: 24px;
      float: none;
      display: block;
      width: 100%;
      max-width: 100%;
    }
    .menu > li ul {
      position: relative;
      width: 100%;
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      -moz-transform: translate3d(0, 0px, 0);
      left: 0;
    }
    .menu > li > ul {
      position: relative;
      opacity: 1;
      visibility: visible;
      display: none;
      transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      -moz-transform: translate3d(0, 0px, 0);
    }
    .menu > li > ul > .has-dropdown:after {
      content: "\e64b";
    }
    .menu > li > ul > li > ul {
      left: 0;
      display: none;
      padding: 0;
    }
    .menu > li > ul li a,
    .mega-menu .title {
      padding: 4px 16px;
    }
    .has-dropdown .has-dropdown li {
      padding-left: 18px;
    }
    .has-dropdown {
      padding-right: 0;
    }
    .mega-menu {
      margin-left: 0 !important;
    }
    .mega-menu li {
      width: 100% !important;
    }
    .toggle-sub > ul,
    .toggle-sub .mega-menu ul {
      display: block !important;
    }
    .module.widget-handle {
      border-left: none;
      line-height: 40px;
      min-height: 40px;
    }
    .module.widget-handle .menu {
      line-height: 40px;
    }
    .module.widget-handle .menu li {
      line-height: 40px;
    }
    .module.widget-handle i {
      line-height: 40px;
    }
    .module.widget-handle .title {
      display: inline-block;
      position: relative;
      bottom: 3px;
      margin-left: 8px;
    }
    .widget-handle .function {
      width: 100%;
      position: relative;
      opacity: 1;
      transform: translate3d(0, 0px, 0);
      -webkit-transform: translate3d(0, 0px, 0);
      -moz-transform: translate3d(0, 0px, 0);
      visibility: visible;
      margin-top: 0;
      display: none;
      box-shadow: none !important;
    }
    .toggle-widget-handle .function {
      display: block !important;
    }
    .widget-handle .cart .label {
      width: 22px;
      height: 22px;
      font-size: 12px;
      line-height: 22px;
      top: 18px;
    }
    .mobile-toggle {
      border-left: 1px solid #ccc !important;
      border-bottom: none !important;
    }
    .mobile-toggle i {
      line-height: 53px !important;
    }
    .mobile-toggle.absolute-xs {
      position: absolute;
      top: 0;
    }
    nav.nav-centered .mobile-toggle {
      width: 100%;
    }
    nav.bg-dark .module.widget-handle {
      border-top: 1px solid #444;
    }
    nav.bg-dark .mobile-toggle {
      border-left: 1px solid #444 !important;
    }
    nav.bg-dark .nav-open .mobile-toggle {
      border-bottom: 1px solid #444;
    }
  }
  nav.outOfSight {
    transform: translate3d(0, -200px, 0);
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
  }
  nav.scrolled {
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  nav.fixed,
  nav.absolute {
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
  }
  nav.absolute {
    position: absolute;
  }
  nav.fixed {
    position: fixed;
    visibility: hidden;
    opacity: 0;
  }
  nav.fixed .nav-utility {
    display: none;
  }
  nav.fixed.scrolled {
    visibility: visible;
    opacity: 1;
  }
  nav.transparent .menu > li > a,
  nav.transparent .module.widget-handle i,
  nav.transparent .nav-utility {
    color: var(--dark-color);
  }
  nav.transparent .nav-utility,
  nav.transparent .nav-bar {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    border-bottom: 1px dotted #D9DFC6;
  }
  nav.transparent .module.widget-handle {
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  nav.transparent .menu > li > a,
  nav.transparent .module.widget-handle i {
    opacity: 1;
  }
  nav.transparent .has-dropdown:after {
    color: var(--dark-color);
  }
  nav.transparent .logo-dark {
    display: none;
  }
  nav.transparent .logo-light {
    display: inline;
  }
  nav.transparent {
    background: none;
  }
  .has-offscreen-nav > nav.fixed {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  @media all and (max-width: 990px) {
    nav.transparent .nav-open {
      /* background: #fff; */
      background: rgb(248,246,244);
background: linear-gradient(180deg, rgba(248,246,244,1) 0%, rgba(241,234,223,1) 100%);
    }
    nav.transparent .nav-open .menu > li > a,
    nav.transparent .nav-open .module.widget-handle i,
    nav.transparent .nav-open .nav-utility {
      color: var(--dark-color);
    }
    nav.transparent .nav-open .logo-dark {
      display: inline;
    }
    nav.transparent .nav-open .logo-light {
      display: block;
    }
    nav.transparent .nav-open .has-dropdown:after {
      color: #292929;
    }
    .menu > li:last-child > ul ul {
      right: 0;
    }
  }
  nav.transparent.fixed {
    background: #fff;
  }
  nav.transparent.fixed .logo-light {
    display: none;
  }
  nav.transparent.fixed .logo-dark {
    display: inline;
  }
  /* nav.transparent.fixed .menu > li > a,
  nav.transparent.fixed .module.widget-handle i {
    color: #292929;
  }
  nav.transparent.fixed .menu > .has-dropdown:after {
    color: #fff;
    color: #292929;
  }
  nav.transparent.fixed .module.widget-handle {
    border-left: 1px solid #ccc;
  }
  nav.transparent.fixed .menu > li > a,
  nav.transparent.fixed .module.widget-handle i {
    opacity: .5;
  }
  nav.bg-dark .menu > li > a,
  nav.bg-dark .module.widget-handle i,
  nav.bg-dark .nav-utility {
    color: #fff;
    opacity: .7;
  }
  nav.bg-dark .module.widget-handle {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav.bg-dark .nav-utility,
  nav.bg-dark .nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav.transparent.fixed.bg-dark {
    background: #292929;
  }
  nav.transparent.fixed.bg-dark .menu > li > a,
  nav.transparent.fixed.bg-dark .module.widget-handle i {
    color: #fff;
  }
  nav.nav-centered.outOfSight .logo {
    display: none;
  } */
  @media all and (min-width: 1000px) {
    .module.widget-handle{
        display: none;
    }
  }
  nav.transparent .menu > li > a.active, nav.transparent .menu > li > ul li a.active{color: #2c8305;text-decoration: none;}
  /*===============================================*/
  .nav-bg{
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(248,246,244);
    background: linear-gradient(0deg, rgba(248,246,244,0) 0%, rgba(248,246,244,1) 100%);
    z-index: 0;
  }
  /* .nav-container::after{
    content: '';
    position: absolute;
    height: 60px;
    width: 100%;
    background: rgb(248,246,244);
    background: linear-gradient(0deg, rgba(248,246,244,0) 0%, rgba(248,246,244,1) 77%);
    top: 0;
    left: 0;
  } */
  

  @media all and (min-width: 1000px){
    
  }
  .top-shape, .bottom-shape{
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .top-shape{
    top: 0;
  }
  .bottom-shape{
    bottom: 0;
  }
  /*===============================================
  PAGE HEADER STYLES
  =================================================*/
  /* .iso-badge{
    position: absolute;right: 2%;bottom: 40%;width: 60px;background: #0b4485; padding: 2px; border-radius: 50%;
  } */
  .hm-header{
    background: url(../img/hero-img/hm-hero-bg.webp) center 20%;
    background-size: cover;
    height: calc(100vh - 50vh);
    min-height: 340px;
    position: relative;
  }
  .innerpage-header{
    background-size: cover;
    height: calc(100vh - 60vh);
    position: relative;
  }
  @media all and (min-width: 1000px){
    .hm-header{
      /* height: calc(100vh - 200px); */
      height: calc(100vh - 380px);
      min-height: 440px;
    }
    .innerpage-header{
        /* height: calc(100vh - 300px); */
        /*height: calc(100vh - 380px);*/
        height: calc(100vh - 540px);
        min-height: 320px;
    }
  }

  .aboutus-hero{
    background: url(../img/hero-img/about-hero-img.webp) center 5%;
  }
  .personal-counselling-hero{
    background: url(../img/hero-img/personal-counselling.webp) center 20%;
    background-size: cover;
  }
  .relationship-counselling-hero{
    background: url(../img/hero-img/relationship-counselling.webp) center 20%;
    background-size: cover;
  }
  .parent-teen-counselling-hero{
    background: url(../img/hero-img/parent-teen-counselling.webp) center 40%;
    background-size: cover;
  }
  .lifestyle-counselling-hero{
    background: url(../img/hero-img/lifestyle-counselling.webp) center 20%;
    background-size: cover;
  }
  .employee-counselling-hero{
    background: url(../img/hero-img/Employee-Counselling.webp) center 20%;
    background-size: cover;
  }
  .psychometric-assessment-hero{
    background: url(../img/hero-img/psychometric-assessment.webp) center 20%;
    background-size: cover;
  }
  .psychotherapy-hero{
    background: url(../img/hero-img/psychotherapy.webp) center 20%;
    background-size: cover;
  }
  /*==============================================
  SECTION STYLES
  =================================================*/
  section{
    position: relative;
    /* min-height: 400px; */
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.section-bg-1{
    background-color: var(--background-secondary-color);
}
.section-bg-img::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/srijan-logo-icon-2.svg) no-repeat center;

  top: 10%;
  left: 0;
  opacity: 0.6;
}
.section-title{
    font-family: var(--primarytitle-font);
    font-size: var(--primarytitle-font-size);
    line-height: normal;
}
@media screen and (max-width:767px){
  section{
    padding-top: 2rem;
  }
}
@media screen and (min-width:1000px){
    .section-title{
        max-width: 16ch;
        /* line-height: 3.4rem; */
    }
}
.section-secondary-title{
    font-size: var(--secondarytitle-font-size);
    font-weight: 600;
    color: var(--accent-color);
    line-height: normal;
}
  /*==============================================
  SLICKER SLIDER STYLES
  ================================================*/
  .slider {
    width: 50%;
    margin: 100px auto;
}
.slick-slider{
  margin: 30px auto 50px;
}
.slick-slide {
  margin: 0px 30px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
  opacity: 0.5;
}
.slick-prev, .slick-next{
  width: 40px;
  height: 40px;
  z-index: 10;
  top: 40%;
}
.slick-prev{
  left: -16px;
}
.slick-next{
  right: -16px;
}
.slick-prev:before, .slick-next:before{
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
.slick-prev:before{
  background: url(../img/left-navigation-arrow.svg) no-repeat; 
}
.slick-next:before{
  background: url(../img/right-navigation-arrow.svg) no-repeat; 
}
/*=====================================================
SRIJAN PAGE STYLES
====================================================*/
.hero-text-container span{
  line-height:120%;  
}
.hero-small-txt, .hero-large-txt{
  display: block;
  font-family: var(--primarytitle-font);
}
.hero-small-txt{
  font-size: clamp(.8rem, 2.8vw, 1.8rem);
}
.hero-large-txt{
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
}
.sc-page-title-container{
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
    position: absolute;
    width: 100%;
    top: calc(100% - 60%);
}
.sc-page-title-container h1{
  margin-bottom: 10px;
}
.sc-page-title-container em{
  max-width: 70ch; 
}
.description-list-container ul li, .description-list-container ol li{
  /* font-size: 22px;
  font-weight: 500; */
  color: #2c241b;
  position: relative;   
  /* padding-left: 2.5rem; */
  line-height: 30px;
  list-style: none;
}
.description-list-container ul li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--accent-color);
  border-radius: 50%;
  top: 10px;
  left: 0;
}

.description-list-container ol li li, .description-list-container ul li {
  padding-left: 1.2rem;
}

.book-appointment .btn{
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.happy-client::after{
  content: '%';
  font-size: 2rem;
}

/*Button*/
.to-top{
  position: fixed;
  display: inline-block;
  bottom: 4%;
  right: 2%;
  font-size: 1.3rem;
  background: var(--background-secondary-color);
  border: 2px solid var(--accent-color);
  opacity: 0.7;
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display:none;
  color: var(--accent-color);
  transition: all 0.3s;
}
.to-top:hover{
  background: var(--primary-color);
  color: var(--light-color);
}
/* .scroll .to-top{
  color: var(--light-color);
} */
 @media screen and (max-width:480px) {
  .hero-text-wrapper{
    text-align: center;
  }
  .hero-text-container{
    background:rgba(255,255,255,0.5);
    padding: 8px;
  }
 }
 @media screen and (max-width:1000px) {
  .hero-text-wrapper{
    position: absolute;
    top: 22%;
  }
 }
/*==================================================
SRIJAN COUNSELLING STYLES
=======================================================*/
.sc-service-list,.sc-team-profile{
  transition: all 0.3s;
}
.sc-service-list h5{
  text-shadow: 1px 1px #fff;
}
.sc-service-list-item{
  background: url(../img/services-bg.svg) no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}
.sc-service-list:hover .sc-service-list-item{
  background: url(../img/services-bg-hover.svg) no-repeat center;
  background-size: contain;
  color: var(--accent-color);
}
.dashed-arrow-1{
  width: 200px;
  height: 150px;
  background: url(../img/rotated-right-arrow-with-broken-line.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 20%;
  transform: translate(0,-20%);
  right: 6%;
  opacity: 0.3 !important; 
  display: none;
}
.sc-team-profile-item{
  background-size: contain;
  transition: all 0.3s;
}
@media screen and (min-width:786px){
  .dashed-arrow-1{
    display: block;
  }
}

.hm-bg-1{
  background: url(../img/hm-bg-1.webp) bottom center no-repeat;
  background-size: cover;
}
.hm-bg-2{
  background: url(../img/hm-bg-2.jpg) bottom center no-repeat;
  background-size: cover;
}

.sc-contact-form .form-input, .sc-contact-form .form-select, .sc-contact-form .form-date-time{
  line-height: 30px;
  padding: 10px 25px;
  height: auto;
  width: 100%;
}
.sc-contact-form .form-input:focus, .sc-contact-form .form-select:focus{
  border-color: var(--accent-color);
}

.ps-info-container span{
  display: block;
  background: #078016;
  width: 78px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  border: 1px solid #059216;
}

.image-wrap {
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

.image-wrap img {
  width: 200%;
  animation: move 40s ease;
  /* Add infinite to loop. */
  
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  /* -0-animation: move 40s ease; */
  -moz-animation: move 40s ease;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    /* IE 9 */
    
    -webkit-transform: scale(1.4);
    /* Safari and Chrome */
    
    -o-transform: scale(1.4);
    /* Opera */
    
    -moz-transform: scale(1.4);
    /* Firefox */
  }
  100% {
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
}
@media screen and (max-width: 770px){
  .image-wrap{
    display: none;
  }
}
/*========================================================
FOOTER STYLES
===================================================*/
footer h5{
  color: var(--primary-color);
}
footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li{
  display: block;
  margin: 0;
  padding: 0 0 0 14px;
  line-height: 38px;
  position: relative;
}
footer ul li::before{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  left: 0;
  background: url(../img/leaf-icon.svg) no-repeat;
}
footer .social-icons li{
  display: inline-block;
  padding: 0 14px 0 0;
  transition: all 0.3s;
}
footer .social-icons li:hover{
  opacity: 0.5;
}
footer .social-icons li::before{
  background: none;
  display: none;
}
footer .social-icons li.facebook{
  background: url(../img/facebook-logo_icon.png) no-repeat center;
  width: 24px;
  height: 24px;
  display: block;
}
footer .whatsapp{
  position: fixed;
  bottom: 15%;
  right: 2%;
  width: 40px;
  z-index: 100;
  transform: scale(1);
  transition: all 0.3s;
  border-radius: 50%;
}

footer .whatsapp:hover {
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(69, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.counting-container h6{
  text-transform: uppercase;
  font-family: var(--primarybody-font);
}
.counter-value{
  font-size: 2.6rem;
  padding-bottom: 1.2rem;
  font-family: var(--primarytitle-font);

}
