:root {
  --alori-font: 'Kumbh Sans', sans-serif;
  --alori-font-2: 'Domine', serif;
  --alori-font-3: 'Titillium Web', sans-serif;
  --alori-base: #e2270e;
  --alori-base-rgb: 243, 126, 33;
  --alori-black: #001943;
  --alori-black-rgb: 57, 41, 23;
  --alori-black2: #0f0e0e;
  --alori-black2-rgb: 15, 14, 14;
  --alori-gray: #001943;
  --alori-gray-rgb: 11, 11, 12;
  --alori-primary: #727274;
  --alori-primary-rgb: 114, 114, 116;
}

.newlogo {
  width: 250px;
  margin-top: -25px;

}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.clv_section{
  padding: 100px 0px;
}

@font-face {
  font-family: "CASTELAR";
  src: url("../vendors/castellar-font/CASTELAR.ttf");
  src: url("../vendors/castellar-font/NotoSerif-Bold.ttf");
}

body {
  font-family: var(--alori-font);
  color: rgba(var(--alori-gray-rgb), 0.9);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--thm-black);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--alori-black);
  font-weight: 700;
  font-family: var(--alori-font-2);
  margin: 0;
}

p {
  margin: 0;
}

.noSelect {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--thm-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--thm-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--thm-primary);
  color: #fff;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--thm-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

/***
=============================================
    Thm Btn
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--alori-base);
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px 45px 15px;
  border-radius: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: var(--alori-font-2);
  letter-spacing: 0.025em;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: #ffffff;
}

.thm-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--alori-black);
  border-radius: 40px;
  content: "";
  -webkit-transform: scaleY(0) rotateX(0deg);
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.thm-btn:hover:after {
  -webkit-transform: scaleY(1) rotateX(0deg);
  transform: scaleY(1) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

/***========Section Title=======***/

.sec-title {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 61px;
}

.sec-title__tagline {
  position: relative;
  display: inline-block;
  color: var(--alori-primary);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--thm-font);
  margin-bottom: 22px;
}

.sec-title__title {
  color: var(--alori-black);
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 27px;
}

.sec-title__text {
  font-size: 20px;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--thm-base);
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/***====== Dot Style1======================***/
.owl-carousel.owl-dot-type1 .owl-stage-outer,
.owl-carousel.owl-nav-type1 .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-type1 .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  line-height: 12px;
  margin-top: 31px !important;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  width: 100%;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e7e6e5;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot::before {
  position: absolute;
  top: 0px;
  left: -4px;
  bottom: 0px;
  right: -4px;
  background: var(--alori-base);
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 5px;
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot.active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.owl-carousel.owl-dot-type1 .owl-dots .owl-dot span {
  display: none;
}

/***
=============================================
    Owl Nav Style1
=============================================
***/
.owl-nav-type1.owl-theme .owl-nav {
  position: absolute;
  max-width: 180px;
  width: 100%;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  left: 0;
  bottom: -36px;
  z-index: 9;
}

.owl-nav-type1.owl-carousel .owl-nav button.owl-next,
.owl-nav-type1.owl-carousel .owl-nav button.owl-prev {
  background: transparent;
  padding: 0 !important;
  font: inherit;
  border: 2px solid var(--thm-color-1);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
}

.owl-nav-type1.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.owl-nav-type1.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.owl-nav-type1.owl-carousel .owl-nav button.owl-next span::before,
.owl-nav-type1.owl-carousel .owl-nav button.owl-prev span::before {
  color: var(--thm-color-1);
  font-size: 15px;
  font-weight: 700;
}

.owl-nav-type1.owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/***
=============================================
    Scroll To Top
=============================================
***/
.scroll-to-top {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 70px;
  background: var(--alori-base);
  position: fixed;
  bottom: 56px;
  right: 20px;
  z-index: 99;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  transition: all 0.4s ease;
  overflow: hidden;
}

.scroll-to-top i {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 70px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scroll-to-top:hover {
  background-color: var(--alori-gray);
}

.scroll-to-top:hover i {
  color: #fff;
}

/***
=============================================
    Main Header One
=============================================
***/
.main-header {
  position: relative;
  display: block;
}

.main-menu {
  position: relative;
  z-index: 91;
}

.main-menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.main-menu__inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 45px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--alori-font-2);
  padding-top: 52px;
  padding-bottom: 50px;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--alori-base);
}

.main-menu .main-menu__list>li.dropdown a,
.stricky-header .main-menu__list>li.dropdown a {
  padding-right: 0px;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transform-origin: top;
  transform-style: preserve-3d;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
  transition-property: all;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
}

.main-header-two__bottom .main-menu .main-menu__list li ul {
  margin-top: 13px;
}

.index_v6 .clv_banner_slider .clv_slide .clv_slide_inner h1{
  font-size: 72px;
  color: #ffc539;
}

.stricky-header .main-menu__list li ul {
  margin-top: 0px;
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  transition: all 700ms ease;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid #f7f7f7;
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  position: relative;
  display: block;
  color: rgba(var(--alori-black-rgb), 0.7);
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
  font-family: var(--thm-font-2);
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--alori-base);
  color: #ffffff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.main-header-one__bottom .right {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu__right-login-register {
  position: relative;
  display: block;
  margin-right: 26px;
}

.main-menu__right-login-register ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-menu__right-login-register ul li {
  position: relative;
  float: left;
  margin-left: 11px;
  padding-right: 12px;
}

.main-menu__right-login-register ul li::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  background: #e2e4eb;
  width: 1px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  content: "";
}

.main-menu__right-login-register ul li:first-child {
  margin-left: 0;
}

.main-menu__right-login-register ul li:last-child {
  padding-right: 0;
}

.main-menu__right-login-register ul li:last-child:before {
  display: none;
}

.main-menu__right-login-register ul li a {
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu__right-login-register ul li a:hover {
  color: var(--thm-base);
}

.main-menu__right-cart-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}

.main-menu__right-cart-search::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  content: "";
}

.main-menu__right-cart-box {
  position: relative;
  display: block;
}

.main-menu__right-cart-box a {
  color: var(--thm-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu__right-cart-box a:hover {
  color: var(--thm-base);
}

.main-menu__right-cart-box a span::before {
  font-size: 25px;
  line-height: 35px;
}

.main-menu__right-search-box {
  position: relative;
  display: block;
  margin-left: 29px;
}

.main-menu__right-search-box .thm-btn {
  font-size: 12px;
  padding: 5px 30px 2px;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: var(--alori-gray);
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.main-menu {
  padding: 0 0px;
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin-right: 0px;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--alori-base);
}

.main-menu.main-menu--1--2 .mobile-nav__toggler {
  color: var(--thm-base);
}

.main-menu.main-menu--1--2 .mobile-nav__toggler:hover {
  color: #ffffff;
}

/***
=============================================
    Mobile Nav
=============================================
***/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in, -webkit-transform 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background: var(--alori-gray);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__content .logo-box a {
  position: relative;
  display: inline-block;
}

.mobile-nav__content .logo-box a img {
  width: auto;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li ul {
  padding-left: 10px;
}

.mobile-nav__content .main-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  font-family: var(--thm-font);
  font-weight: 400;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--thm-base);
}

.mobile-nav__content .main-menu__list li a:hover {
  color: var(--alori-base);
}

.mobile-nav__content .main-menu__list li a button {
  width: 28px;
  height: 28px;
  background-color: var(--alori-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 0px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--thm-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--thm-base);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: #ffffff;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--thm-text-dark);
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.07em;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--thm-base);
}

.mobile-nav__contact li>i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--alori-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/***
=============================================
    Search Popup
=============================================
***/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--alori-black2);
  opacity: 0.9;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  padding-right: 90px;
}

.search-popup__content .thm-btn2 {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--alori-base);
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.search-popup__content .thm-btn2::before {
  display: none;
}

.search-popup__content .thm-btn2:hover {
  background-color: var(--alori-black2);
  color: #ffffff;
}

.search-popup__content .thm-btn2 i::before {
  margin: 0;
  color: #ffffff;
}

/***
=============================================
    Main Header One
=============================================
***/
.main-header--one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.main-header--one__wrapper {
  position: relative;
  display: block;
}

.main-header--one .auto-container {
  position: static;
  max-width: 100%;
  width: 100%;
  padding: 0px 30px;
  margin: 0 auto;
}

.main-header--one__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header--one__left {
  position: relative;
  display: block;
}

.main-header--one__left .logo {
  position: relative;
  display: inline-block;
  top: -4px;
}

.main-header--one__left .logo a {
  position: relative;
  display: inline-block;
}

.main-menu--1 {
  position: relative;
  display: block;
}

.main-header--one__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header--one__right .number {
  position: relative;
  display: block;
  margin-right: 30px;
}

.main-header--one__right .number a {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  font-family: var(--alori-font-2);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one__right .number a:hover {
  color: var(--alori-base);
}

.main-header--one__right .social-icon {
  position: relative;
  display: block;
  margin-right: 25px;
}

.main-header--one__right .social-icon ul {
  position: relative;
  display: block;
}

.main-header--one__right .social-icon ul li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.main-header--one__right .social-icon ul li:last-child {
  margin-right: 0;
}

.main-header--one__right .social-icon ul li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-header--one__right .social-icon ul li a:hover {
  color: var(--alori-base);
}

.bar-box {
  position: relative;
  display: block;
  float: right;
}

.bar-box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.bar-box a:hover {
  color: #ffffff;
  background: var(--alori-base);
}

.bar-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 5px;
}

.bar-box ul:last-child {
  margin-bottom: 0;
}

.bar-box ul li {
  position: relative;
  width: 6px;
  height: 6px;
  background: transparent;
  border: 2px solid #484848;
  border-radius: 50%;
  margin: 0 2px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.bar-box:hover ul li {
  border: 2px solid #ffffff;
}

/***
=============================================
    Main Header Two
=============================================
***/
.main-header--one--two {
  position: relative;
  display: block;
}

.main-header--one--two .main-menu .main-menu__list>li>a,
.main-header--one--two .stricky-header .main-menu__list>li>a {
  color: var(--alori-black);
}

.main-header--one--two .main-menu .main-menu__list>li>a:hover,
.main-header--one--two .stricky-header .main-menu__list>li>a:hover,
.main-header--one--two .main-menu .main-menu__list>li.current>a {
  color: var(--alori-base);
}

.main-header--one--two .main-header--one__right .number a {
  color: var(--alori-black);
}

.main-header--one--two .main-header--one__right .number a:hover {
  color: var(--alori-base);
}

.main-header--one--two .main-header--one__right .social-icon ul li a {
  color: var(--alori-black);
}

.main-header--one--two .main-header--one__right .social-icon ul li a:hover {
  color: var(--alori-base);
}

.main-header--one--two .bar-box a {
  background: var(--alori-base);
}

.main-header--one--two .bar-box a:hover {
  background: var(--alori-black);
}

.main-header--one--two .bar-box ul li {
  border: 2px solid #ffffff;
}

.main-header--one--two .main-menu .mobile-nav__toggler {
  color: var(--alori-black);
}

.main-header--one--two .main-menu .mobile-nav__toggler:hover {
  color: var(--alori-base);
}

/***
=============================================
    Slider One
=============================================
***/
.main-slider-one {
  position: relative;
  display: block;
}

.main-slider .swiper-slide {
  position: relative;
  z-index: 1;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider.main-slider-one .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.main-slider .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(28, 12, 6, 0.45);
  z-index: -1;
}

.main-slider .container {
  position: relative;
  padding-top: 292px;
  padding-bottom: 320px;
  z-index: 2;
}

.main-slider-one__inner {
  position: relative;
  display: block;
}

.main-slider-one__text {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider-one__text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-one__title {
  color: #ffffff;
  font-size: 85px;
  line-height: 1.2em;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider-one__title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider-one__btn {
  position: relative;
  display: block;
  margin-top: 57px;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-one .swiper-slide-active .main-slider-one__btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}




.main-slider-one #main-slider-pagination {
  display: none;
}

.main-slider-one--two #main-slider-pagination {
  display: block;
}

#main-slider-pagination {
  position: absolute;
  left: auto;
  bottom: 50px;
  right: 309px;
  width: 120px;
  -webkit-transform: none;
  transform: none;
  counter-reset: count;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999999;
  line-height: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 45px;
  border-radius: 0%;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 45px;
  font-weight: 400;
  border: 0px solid transparent;
  counter-increment: count;
  content: "0" counter(count);
  font-family: var(--alori-font);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 45px;
  opacity: 0;
  content: "";
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  color: #ffffff;
  opacity: 1;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 0px;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  color: #ffffff;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:focus,
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  outline: none;
  border: none;
}

.main-slider-one--two .main-slider__nav {
  display: none;
}

/***
=============================================
    Slider Two
=============================================
***/
.main-slider.main-slider-one--two .container {
  position: relative;
  padding-top: 303px;
  padding-bottom: 250px;
  z-index: 2;
}

.main-slider-one--two .main-slider-one__inner .border-box {
  position: absolute;
  top: -133px;
  left: -105px;
  border: 1px solid #847365;
  width: 215px;
  height: 600px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
}

.main-slider.main-slider-one--two .swiper-slide-active .main-slider-one__inner .border-box {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.main-slider.main-slider-one--two .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-image: -ms-linear-gradient(-1deg, #1e0e00 0%, rgba(10, 6, 2, 0) 100%);
  background-color: transparent;
  opacity: 0.78;
  z-index: -1;
}

/***
=============================================
    Page Header
=============================================
***/
.page-header {
  position: relative;
  display: block;
  padding: 123px 0px 171px;
  overflow: hidden;
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}


.page-header__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(-1deg, rgb(0, 0, 0) 0%, rgba(10, 6, 2, 0) 100%);
  background-image: -webkit-linear-gradient(-1deg, rgb(0, 0, 0) 0%, rgba(10, 6, 2, 0) 100%);
  background-image: -ms-linear-gradient(-1deg, rgb(0, 0, 0) 0%, rgba(10, 6, 2, 0) 100%);
  opacity: 0.78;
  z-index: -1;
}

.page-header__wrapper {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 29px;
  z-index: 2;
}

.page-header__content {
  position: relative;
  display: block;
}

.page-header__content h2 {
  color: #ffffff;
  font-size: 76px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 19px;
}

.page-header__menu {
  position: relative;
  display: block;
}

.page-header__menu ul {
  position: relative;
  display: block;
}

.page-header__menu ul li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  padding-left: 3px;
  padding-right: 7px;
}

.page-header__menu ul li:first-child {
  padding-left: 0;
}

.page-header__menu ul li:last-child {
  padding-right: 0;
}

.page-header__menu ul li::before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 9px;
  width: 1px;
  background: #ffffff;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  content: "";
}

.page-header__menu ul li:last-child:before {
  display: none;
}

.page-header__menu ul li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.page-header__menu ul li a:hover {
  color: var(--alori-base);
}

/***
=============================================
    Page Header Services Single One
=============================================
***/
.page-header--services-single-one {
  position: relative;
  display: block;
  padding: 90px 0px 146px;
  z-index: 1;
}

.page-header--services-single-one .page-header__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #141414;
  opacity: 0.46;
  content: "";
  z-index: -1;
}

.page-header--services-single-one .page-header__content {
  position: relative;
  display: block;
}

.page-header--services-single-one .page-header__content h2 {
  color: #ffffff;
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
}

.page-header--services-single-one .page-header__content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}

.page-header--services-single-one .page-header__content .number {
  position: relative;
  display: block;
  margin-top: 30px;
}

.page-header--services-single-one .page-header__content .number a {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  font-family: var(--alori-font-2);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.page-header--services-single-one .page-header__content .number a:hover {
  color: var(--alori-base);
}

/***
=============================================
    Your Project One
=============================================
***/
.your-project-one {
  position: relative;
  display: block;
}

.your-project-one__wrapper {
  position: relative;
  display: block;
  background: #fff9f1;
  padding: 70px 0px 50px;
  padding-left: 40px;
  padding-right: 35px;
  margin-top: -145px;
  z-index: 2;
}

.your-project-one__wrapper:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: -10px;
  border: 1px solid var(--alori-gray);
  content: "";
}

.your-project-one__wrapper ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.your-project-one__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 1;
}

.your-project-one__single:last-child {
  padding-right: 0;
}

.your-project-one__single:first-child {
  padding-left: 0;
}

.your-project-one__single::before {
  content: "";
  position: absolute;
  top: -35px;
  right: 0;
  bottom: -20px;
  width: 1px;
  background: #ece7e3;
  z-index: -1;
}

.your-project-one__single:last-child:before {
  display: none;
}

.your-project-one__single-content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 40px;
  z-index: 1;
}

.your-project-one__single-content-box a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.your-project-one__single-content-box a:hover {
  color: var(--alori-black);
}

.your-project-one__single-content-box::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--alori-base);
  z-index: -1;
  border-radius: 50%;
  content: "";
}

.your-project-one__single-content-box::after {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  background: #f8ece1;
  z-index: -2;
  border-radius: 50%;
  content: "";
}

.your-project-one__single-content-box h4 {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.your-project-one__single-text-box {
  position: relative;
  display: block;
}

.your-project-one__single-text-box h2 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 15px;
}

.your-project-one__single-text-box p {
  font-size: 20px;
  line-height: 34px;
}

.your-project-one__single-btn {
  position: relative;
  display: block;
  padding-left: 45px;
}

.your-project-one__single-btn .thm-btn {
  background: var(--alori-black);
  color: #ffffff;
}

.your-project-one__single-btn .thm-btn::after {
  background: var(--alori-base);
}

/***
=============================================
    About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 193px;
  z-index: 1;
}

.about-one .sec-title__title {
  font-size: 48px;
}

.about-one__img {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  z-index: 1;
}

.about-one__img .shape1 {
  position: absolute;
  left: -45px;
  bottom: -170px;
  z-index: -1;
}

.about-one__img1 {
  position: relative;
  display: block;
}

.about-one__img2 {
  position: absolute;
  left: 0px;
  bottom: -120px;
  right: 0;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.about-one__img2::before {
  position: absolute;
  top: -14px;
  left: -14px;
  bottom: -14px;
  right: -14px;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.about-one__img2 .video-icon {
  position: absolute;
  left: -67px;
  bottom: 75px;
}

.about-one__img2 .video-icon .video-popup {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 130px;
  line-height: 130px;
  background: var(--alori-base);
  border-radius: 10px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-one__img2 .video-icon .video-popup:hover {
  background: var(--alori-black);
}

.about-one__content {
  position: relative;
  display: block;
  margin-left: 25px;
}

.about-one__content .sec-title {
  margin-bottom: 38px;
}

.about-one__content-text {
  position: relative;
  display: block;
  padding-top: 36px;
  padding-bottom: 45px;
  border-top: 1px solid #e9e9e9;
}

.about-one__content-list {
  position: relative;
  display: block;
  border-top: 1px solid #e9e9e9;
  padding-top: 30px;
}

.about-one__content-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.about-one__content-list li:last-child {
  margin-bottom: 0;
}

.about-one__content-list li .icon {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 40px;
  line-height: 40px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__content-list li:hover .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-one__content-list li .title {
  position: relative;
  display: block;
  padding-left: 20px;
}

.about-one__content-list li .title h3 {
  font-size: 18px;
  line-height: 28px;
}

/***
=============================================
    Best Logistics One
=============================================
***/
.best-logistics-one {
  position: relative;
  display: block;
  background: #fef7f1;
  padding: 120px 0px 0px;
  z-index: 1;
}

.best-logistics-one .shape2 {
  position: absolute;
  top: 50px;
  left: -110px;
  z-index: -1;
}

.best-logistics-one__content {
  position: relative;
  display: block;
  max-width: 560px;
  width: 100%;
}

.best-logistics-one__content .sec-title {
  margin-bottom: 58px;
}

.best-logistics-one__content-counter {
  position: relative;
  display: block;
}

.best-logistics-one__content-counter li {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 230px;
  padding-top: 45px;
  text-align: center;
  margin-right: 60px;
  z-index: 1;
}

.best-logistics-one__content-counter li:last-child {
  margin-right: 0;
}

.best-logistics-one__content-counter li::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  content: "";
}

.best-logistics-one__content-counter li::after {
  position: absolute;
  top: -10px;
  left: -3px;
  bottom: 0px;
  right: 0px;
  background: #f8ece1;
  z-index: -2;
  border-radius: 50%;
  content: "";
}

.best-logistics-one__content-counter li h2 {
  color: var(--alori-base);
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 10px;
}

.best-logistics-one__content-counter li h2 .plus-icon {
  position: relative;
  display: inline-block;
  bottom: 3px;
  padding-left: 2px;
  color: var(--thm-black);
  font-size: 12px;
  font-weight: 700;
}

.best-logistics-one__content-counter li h2 .plus-icon.pd-l {
  padding-left: 5px;
}

.best-logistics-one__content-counter-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 2px;
}

.best-logistics-one__content-counter-text {
  color: rgba(var(--alori-gray-rgb), 0.8);
  font-size: 16px;
  line-height: 26px;
}

.best-logistics-one__content-counter li h2 span.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.best-logistics-one__content-counter li h2 span.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -5px;
  bottom: 0;
  overflow: hidden;
}

.best-logistics-one__content-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  overflow: hidden;
  z-index: 1;
}

.best-logistics-one__content-bottom-text {
  position: relative;
  display: block;
}

.best-logistics-one__content-bottom-text h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}

.best-logistics-one__content-bottom-text p {
  font-size: 20px;
  line-height: 34px;
}

.best-logistics-one__content-bottom-btn {
  position: relative;
  display: block;
}

.best-logistics-one__content-bottom-btn .thm-btn {
  background: #ffffff;
  color: var(--thm-gray);
  font-size: 16px;
  text-transform: capitalize;
  padding: 11px 30px 10px;
}

.best-logistics-one__content-bottom-btn .thm-btn:hover {
  color: #ffffff;
}

.best-logistics-one__img {
  position: relative;
  display: block;
  max-width: 475px;
  width: 100%;
  margin-left: 90px;
  z-index: 1;
}

.best-logistics-one__img .shape1 {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
}

.best-logistics-one__img .shape3 {
  position: absolute;
  top: 105px;
  right: -256px;
  z-index: -1;
}

.best-logistics-one__img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.best-logistics-one__img-inner::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.best-logistics-one__img:hover .best-logistics-one__img-inner::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.best-logistics-one__img-inner img {
  width: 100%;
}

.best-logistics-one__img .overlay-content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 270px;
  padding: 21px 0px 19px;
  padding-left: 30px;
  padding-right: 15px;
  z-index: 5;
}

.best-logistics-one__img .overlay-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #734c38;
  opacity: 0.4;
  content: "";
  z-index: -1;
}

.best-logistics-one__img .overlay-content::after {
  position: absolute;
  top: -8px;
  left: 8px;
  right: -8px;
  bottom: 8px;
  border: 1px solid #ffffff;
  z-index: -1;
  content: "";
}

.best-logistics-one__img .overlay-content h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
}

/***
=============================================
    Services One
=============================================
***/
.services-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  overflow: hidden;
  z-index: 1;
}

.services-one__single {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  padding: 65px 15px 55px;
  border-radius: 5px;
  margin-bottom: 30px;
  z-index: 1;
}

.services-one__single::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: transparent;
  border: 1px solid var(--alori-black);
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.services-one__single:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.services-one__single-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 23px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:hover .services-one__single-icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single-icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ecfdfe;
  z-index: -1;
}

.bg2.services-one__single-icon::before {
  background: #ffe9e0;
}

.bg3.services-one__single-icon::before {
  background: #fff6e5;
}

.bg4.services-one__single-icon::before {
  background: #fcebe5;
}

.bg5.services-one__single-icon::before {
  background: #ecf0ec;
}

.bg6.services-one__single-icon::before {
  background: #fcf1f7;
}

.services-one__single-icon span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 85px;
  line-height: 85px;
}

.services-one__single h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.services-one__single h2 a {
  color: var(--thm-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__single h2 a:hover {
  color: var(--alori-base);
}

.services-one__single .text {
  position: relative;
  display: block;
  margin-top: 16px;
}

.services-one__single .text p {
  font-size: 18px;
}

/***
=============================================
    Our Material One
=============================================
***/
.our-material-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}

.our-material-one__content {
  position: relative;
  display: block;
}

.our-material-one__content .sec-title {
  margin-bottom: 51px;
}

.our-material-one__img {
  position: relative;
  display: block;
  max-width: 565px;
  width: 100%;
}

.our-material-one__img1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 7px;
  z-index: 1;
}

.our-material-one__img1::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.our-material-one__img:hover .our-material-one__img1::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.our-material-one__img1 img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.our-material-one__img1:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.our-material-one__img2 {
  position: absolute;
  right: 50px;
  bottom: -45px;
  z-index: 5;
}

.our-material-one__img2 img {
  width: 100%;
}

/***
=============================================
    Work One
=============================================
***/
.work-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 45px 0px 90px;
  counter-reset: count;
  z-index: 1;
}

.work-one .shape1 {
  position: absolute;
  bottom: 0;
  right: -111px;
  z-index: -1;
}

.work-one .sec-title {
  margin-bottom: 83px;
}

.work-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.work-one__single-icon {
  position: relative;
  display: inline-block;
  color: var(--alori-black);
  font-size: 60px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background: #fcf7e8;
  text-align: center;
  margin-bottom: 22px;
  padding-top: 15px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.work-one__single-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  z-index: -1;
  content: "";
}

.bg2.work-one__single-icon::before {
  background: #faf1f1;
}

.bg3.work-one__single-icon::before {
  background: #eff9ff;
}

.bg4.work-one__single-icon::before {
  background: #f9f5ed;
}

.work-one__single-icon .count-box {
  position: absolute;
  top: -27px;
  left: 0px;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  background: var(--alori-gray);
  color: #ffffff;
  border-radius: 50%;
  font-family: var(--alori-font-2);
  font-weight: 700;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.work-one__single-icon .count-box::before {
  top: -27px;
  left: 0px;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 50%;
  font-family: var(--alori-font-2);
  font-weight: 700;
  counter-increment: count;
  content: "0" counter(count);
}

.work-one__single h2 {
  font-size: 24px;
  line-height: 34px;
}

.work-one__single h2 a {
  color: var(--alori-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.work-one__single h2 a:hover {
  color: var(--alori-base);
}

/***
=============================================
    Projects One
=============================================
***/
.projects-one {
  position: relative;
  display: block;
  padding: 120px 0px 190px;
  background: #fef2e8;
  overflow: hidden;
  z-index: 1;
}

.projects-one__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

.projects-one__top-btn {
  position: relative;
  display: block;
  top: -5px;
}

.projects-one__top-btn .thm-btn {
  background: var(--alori-black);
}

.projects-one__top-btn .thm-btn::after {
  background: var(--alori-base);
}

.projects-one .sec-title {
  margin-bottom: 0px;
}

.projects-one .sec-title__title {
  margin-bottom: 0px;
}

.projects-one .sec-title__title span {
  color: var(--alori-base);
}

.projects-one .sec-title__title .plus {
  position: relative;
  display: inline-block;
  top: 5px;
}

.projects-one .auto-container {
  position: static;
  max-width: 1600px;
  width: 100%;
}

.projects-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.projects-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.projects-one__single-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.projects-one__single:hover .projects-one__single-img::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.projects-one__single-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.projects-one__single:hover .projects-one__single-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.projects-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  padding: 36px 40px 44px;
  z-index: 1;
}

.projects-one__single-content span {
  color: #f25e25;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.projects-one__single-content h2 {
  color: var(--alori-gray);
  font-size: 28px;
  /* line-height: 38px; */
  line-height: 15px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.projects-one__single-content h2 a {
  color: var(--alori-gray);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-one__single-content h2 a:hover {
  color: var(--alori-base);
}

.projects-one__single-content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.projects-one__single-content .btn-box {
  position: relative;
  display: block;
  margin-top: 16px;
}

.projects-one__single-content .btn-box a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #a67654;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-one__single-content .btn-box a:hover {
  background: var(--alori-base);
}

.projects-one__single-content .btn-box a span::before {
  color: #ffffff;
}

/***
=============================================
    Video One
=============================================
***/
.video-one {
  position: relative;
  display: block;
  z-index: 1;
}

.video-one__inner {
  position: relative;
  display: block;
  background: var(--alori-base);
  padding: 110px 0px 120px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  margin-top: -100px;
}

.video-one__inner h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 28px;
}

.video-one__inner p {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
}

.video-one__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
}

.video-one__bottom .text {
  position: relative;
  display: block;
}

.video-one__bottom .text a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: var(--alori-font-2);
}

.video-one__bottom .text a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #ffffff;
  content: "";
}

.video-one__bottom .icon {
  position: relative;
  display: block;
  margin-left: 30px;
}

.video-one__bottom .icon a {
  position: relative;
  display: block;
  width: 105px;
  height: 105px;
  line-height: 105px;
  border-radius: 50%;
  background: #3b332e;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
}

/***
=============================================
    Contact One
=============================================
***/
.contact-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.contact-one .shape1 {
  position: absolute;
  bottom: 120px;
  right: -100px;
  z-index: -1;
}

.contact-one__img {
  position: absolute;
  top: 120px;
  left: 0%;
  bottom: 120px;
  right: 52%;
  background-attachment: scroll;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.contact-one__img .overlay-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 40px;
  right: 190px;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  background: var(--alori-base);
  z-index: 1;
}

.contact-one__img .overlay-content::before {
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  right: -10px;
  border-radius: 50%;
  border: 2px dashed #ffffff;
  content: "";
  z-index: -1;
}

.contact-one__img .overlay-content h2 {
  color: #ffffff;
  font-size: 66px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 2px;
}

.contact-one__img .overlay-content h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.contact-one__content {
  position: relative;
  display: block;
}

.contact-one__content-comment-form {
  position: relative;
  display: block;
}

.contact-one__content .comment-form__input-box input[type="text"],
.contact-one__content .comment-form__input-box input[type="email"],
.contact-one__content .comment-form__input-box select {
  height: 70px;
  width: 100%;
  border: 1px solid #efefef;
  background: #f6f6f6;
  padding: 0 20px;
  margin-bottom: 35px;
  border-radius: 0px;
  outline: none;
  font-size: 16px;
  color: #060315;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--thm-font);
}

.contact-one__content .comment-form__input-box textarea {
  color: #060315;
  font-size: 16px;
  height: 160px;
  width: 100%;
  background: #f6f6f6;
  padding: 16px 20px 30px;
  border: 1px solid #efefef;
  border-radius: 0px;
  outline: none;
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: capitalize;
}

.contact-one__content .comment-form__btn {
  position: relative;
  display: block;
}

.contact-one__content .comment-form__btn.thm-btn {
  background: var(--alori-black);
}

.contact-one__content .comment-form__btn.thm-btn::after {
  background: var(--alori-base);
}

/***
=============================================
    Testimonial One
=============================================
***/
.testimonial-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
  z-index: 1;
}

.testimonial-one .sec-title {
  margin-bottom: 56px;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  padding: 68px 0px 50px;
  padding-left: 35px;
  padding-right: 60px;
  z-index: 1;
}

.testimonial-one__single .icon {
  color: var(--alori-black);
  font-size: 27px;
  line-height: 20px;
  margin-bottom: 23px;
}

.testimonial-one__single .text {
  position: relative;
  display: block;
}

.testimonial-one__single .text p {
  font-size: 20px;
  line-height: 34px;
}

.testimonial-one__single .client-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.testimonial-one__single .client-info .img {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-one__single .client-info .title {
  position: relative;
  display: block;
  padding-left: 20px;
}

.testimonial-one__single .client-info .title h3 {
  font-size: 20px;
  line-height: 30px;
}

.testimonial-one__single .client-info .title p {
  margin: 0;
}

.testimonial-one__carousel.owl-theme .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.testimonial-one__carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

/***
=============================================
    Blog One
=============================================
***/
.blog-one {
  position: relative;
  display: block;
  padding: 0px 0px 60px;
  background: #ffffff;
  z-index: 1;
}

.blog-one .sec-title {
  margin-bottom: 56px;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.blog-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-one__single-img img {
  width: 100%;
}

.blog-one__single-img::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(var(--alori-gray-rgb), 0.7);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  border-radius: 5px;
  z-index: 1;
}

.blog-one__single:hover .blog-one__single-img::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-one__single-img .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transform: perspective(400px) scaleY(0);
  transform: perspective(400px) scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.blog-one__single:hover .blog-one__single-img .overlay-icon {
  -webkit-transform: perspective(400px) scaleY(1);
  transform: perspective(400px) scaleY(1);
}

.blog-one__single .blog-one__single-img .overlay-icon a {
  position: relative;
  display: inline-block;
}

.blog-one__single .blog-one__single-img .overlay-icon span {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.blog-one__single .blog-one__single-img .overlay-icon span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
}

.blog-one__single .blog-one__single-img .overlay-icon span::after {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #fff;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  display: block;
}

.blog-one__single-img .overlay-text {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 10;
}

.blog-one__single-img .overlay-text span {
  position: relative;
  display: inline-block;
  color: var(--alori-black);
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  border-radius: 40px;
  padding: 0px 15px 0px;
}

.blog-one__single-content {
  position: relative;
  display: block;
  padding-top: 33px;
}

.blog-one__single-content .meta-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.blog-one__single-content .meta-info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.blog-one__single-content .meta-info li:last-child {
  margin-right: 0;
}

.blog-one__single-content .meta-info li .icon {
  position: relative;
  display: block;
}

.blog-one__single-content .meta-info li .icon i::before {
  position: relative;
  display: inline-block;
  color: var(--alori-base);
  font-size: 20px;
  top: 2px;
}

.blog-one__single-content .meta-info li .text {
  position: relative;
  display: block;
  padding-left: 7px;
}

.blog-one__single-content .meta-info li .text p {
  color: #0c0d24;
  font-size: 16px;
  line-height: 34px;
}

.blog-one__single-content h2 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 26px;
}

.blog-one__single-content h2 a {
  color: var(--alori-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-one__single-content h2 a:hover {
  color: var(--alori-base);
}

/***
=============================================
    Footer One
=============================================
***/
.footer-one {
  position: relative;
  display: block;
  padding: 123px 0px 0px;
  z-index: 1;
  background-color: #141212;
}

.footer-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
}

.footer-one__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/backgrounds/footer-shadow-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-one--two .footer-one__bg {
  background-position: top center;
}

.footer-one--two .footer-one__bg::before {
  background-image: url(../images/backgrounds/footer-2-shadow-bg.png);
  background-position: top center;
}

.footer-one__top {
  position: relative;
  display: block;
}

.footer-one__subscribe-box {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.footer-one__subscribe-box-text {
  position: relative;
  display: block;
}

.footer-one__subscribe-box-text h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--alori-font);
}

.footer-one__subscribe-box-right {
  position: relative;
  display: block;
  max-width: 510px;
  width: 100%;
  margin-top: -25px;
}

.subscribe-form {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 22px;
}

.subscribe-form .input-box {
  position: relative;
  display: block;
}

.subscribe-form input[type="text"],input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  padding: 0 30px;
  padding-right: 100px;
  background: #f3f3f3;
  border: none;
  color: rgba(14, 16, 13, 0.5);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border-radius: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--thm-font);
  text-transform: capitalize;
  outline: none;
}

.subscribe-form input::-webkit-input-placeholder {
  color: rgba(14, 16, 13, 0.5);
}

.subscribe-form input:-moz-placeholder {
  color: rgba(14, 16, 13, 0.5);
}

.subscribe-form input::-moz-placeholder {
  color: rgba(14, 16, 13, 0.5);
}

.subscribe-form input:-ms-input-placeholder {
  color: rgba(14, 16, 13, 0.5);
}

.subscribe-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 85px;
  height: 65px;
  color: #ffffff;
  font-size: 20px;
  line-height: 65px;
  font-weight: 700;
  border-radius: 31px;
  background: var(--alori-base);
  -webkit-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
}

.subscribe-form input[type="email"]:focus {
  color: var(--alori-black);
}

.subscribe-form input[type="email"]:focus+button,
.subscribe-form button:hover {
  color: #ffffff;
  background: var(--alori-black);
}

.subscribe-form button img {
  position: relative;
  display: inline-block;
  margin-top: -3px;
}

.checked-box {
  position: relative;
  display: block;
  min-height: 30px;
  margin-top: 23px;
}

.checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  min-height: 30px;
  font-family: var(--thm-font);
}

.checked-box input[type="checkbox"] {
  display: none;
}

.checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #6b655f;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box label span:before {
  position: absolute;
  top: 2px;
  left: 5px;
  display: block;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  width: 6px;
  height: 11px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.checked-box input[type="checkbox"]:checked+label span {
  border-color: #6b655f;
}

.checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.footer-one__top-wrapper {
  position: relative;
  display: block;
  padding-bottom: 56px;
  border-bottom: 1px solid #636261;
}

.footer-widget__column {
  position: relative;
  display: block;
}

.footer-widget__about {
  position: relative;
  display: block;
  max-width: 275px;
  width: 100%;
}

.footer-widget__about-logo {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.footer-widget__about-logo a {
  position: relative;
  display: inline-block;
}

.footer-widget__about-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 8px;
}

.footer-widget__about-email {
  position: relative;
  display: block;
}

.footer-widget__about-email a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-widget__about-email a:hover {
  color: var(--alori-base);
}

.footer-widget__title {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: -7px;
}

.footer-widget__services {
  position: relative;
  display: block;
}

.footer-widget__services-list {
  position: relative;
  display: block;
}

.footer-widget__services-list-item {
  position: relative;
  display: block;
}

.footer-widget__services-list-item a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-widget__services-list-item a:hover {
  color: var(--alori-base);
}

.footer-widget__quick-links {
  position: relative;
  display: block;
  margin-left: -30px;
}

.footer-widget__quick-links-list {
  position: relative;
  display: block;
}

.footer-widget__quick-links-list-item {
  position: relative;
  display: block;
}

.footer-widget__quick-links-list-item a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-widget__quick-links-list-item a:hover {
  color: var(--alori-base);
}

.footer-widget__contact-info {
  position: relative;
  display: block;
}

.footer-widget__contact-info-social-links {
  position: relative;
  display: block;
  margin-top: 36px;
}

.footer-widget__contact-info-social-links ul {
  position: relative;
  display: block;
}

.footer-widget__contact-info-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.footer-widget__contact-info-social-links ul li:last-child {
  margin-right: 0;
}

.footer-widget__contact-info-social-links ul li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--alori-black);
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}

.footer-widget__contact-info-social-links ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: var(--alori-base);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: -1;
}

.footer-widget__contact-info-social-links ul li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.footer-widget__contact-info-social-links ul li a:hover {
  color: #ffffff;
}

.footer-one__bottom {
  position: relative;
  display: block;
}

.footer-one__bottom-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 31px 0px 30px;
}

.footer-one__bottom-text {
  position: relative;
  display: block;
}

.footer-one__bottom-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.footer-one__bottom-list {
  position: relative;
  display: block;
}

.footer-one__bottom-list ul {
  position: relative;
  display: block;
}

.footer-one__bottom-list ul li {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  padding-right: 17px;
}

.footer-one__bottom-list ul li:last-child {
  padding-right: 0;
}

.footer-one__bottom-list ul li::before {
  position: absolute;
  top: 9px;
  right: 0;
  bottom: 10px;
  width: 1px;
  background: #ffffff;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  content: "";
}

.footer-one__bottom-list ul li:last-child:before {
  display: none;
}

.footer-one__bottom-list ul li a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.footer-one__bottom-list ul li a:hover {
  color: var(--alori-base);
}

/***
=============================================
    Services Two
=============================================
***/
.services-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  z-index: 1;
}

.services-two__single {
  position: relative;
  display: block;
}

.services-two__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-two__single-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.services-two__single:hover .services-two__single-img::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.services-two__single-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.services-two__single:hover .services-two__single-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.services-two__single-img .icon {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--alori-base);
  font-size: 45px;
  text-align: center;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__single-img .icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-two__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  padding: 37px 20px 50px;
}

.services-two__single-content h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 16px;
}

.services-two__single-content h2 a {
  color: var(--alori-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-two__single-content h2 a:hover {
  color: var(--alori-base);
}

.services-two__single-content p {
  margin: 0;
}

.services-two__carousel.owl-theme .owl-stage-outer {
  overflow: visible;
}

.services-two__carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-two__carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

/***
=============================================
    About Two
=============================================
***/
.about-one--two {
  position: relative;
  display: block;
  padding: 30px 0px 144px;
}

.about-one--two .about-one__img2 {
  max-width: 380px;
}

.about-two__content-text1 {
  position: relative;
  display: block;
  padding-top: 37px;
  margin-bottom: 26px;
  border-top: 1px solid #e9e9e9;
}

.about-two__content-text1 p {
  color: var(--alori-gray);
  font-weight: 500;
}

.about-two__content-text2 {
  position: relative;
  display: block;
}

.about-two__content-text2 p {
  color: rgba(var(--alori-gray-rgb), 0.8);
}

.about-one--two .about-one__content-list {
  border-top: 1px solid transparent;
  padding-top: 39px;
}

.about-one--two .about-one__content-list li {
  background: #faf1e9;
  padding-top: 15px;
  padding-left: 25px;
  padding-bottom: 12px;
}

/***
=============================================
    Our Material Two
=============================================
***/
.our-material-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.our-material-two__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.our-material-two__inner .shape1 {
  position: absolute;
  top: 350px;
  right: -170px;
  z-index: -1;
}

.our-material-two__img1 {
  position: relative;
  display: block;
}

.our-material-two__img1 img {
  width: 100%;
}

.our-material-two__img2 {
  position: absolute;
  left: 55px;
  bottom: -45px;
  border: 10px solid #ffffff;
  overflow: hidden;
  z-index: 1;
}

.our-material-two__img2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.our-material-two__img2:hover:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.our-material-two__img2 img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.our-material-two__img2:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.our-material-two__img3 {
  position: absolute;
  bottom: -65px;
  right: 40px;
  border: 5px solid #ffffff;
}

.our-material-two__bottom {
  position: relative;
  display: block;
  margin-top: 150px;
}

.our-material-two__bottom h2 {
  font-size: 50px;
  line-height: 1.2em;
  margin-bottom: 38px;
}

.our-material-two__bottom p {
  font-size: 20px;
  line-height: 34px;
}

.our-material-two__bottom-btn {
  position: relative;
  display: block;
  margin-top: 50px;
}

/***
=============================================
    Projects Two
=============================================
***/
.projects-two {
  position: relative;
  display: block;
  background: #fef2e8;
  padding: 120px 0px 190px;
}

.projects-two__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}

.projects-two__top .sec-title {
  margin-bottom: 0;
}

.projects-two__top .sec-title__title {
  margin-bottom: 0;
}

.projects-two__top .sec-title__title span {
  color: var(--alori-base);
}

.projects-two__top-btn {
  position: relative;
  display: block;
}

.projects-two__top-btn .thm-btn {
  background: var(--alori-black);
}

.projects-two__top-btn .thm-btn::after {
  background: var(--alori-base);
}

.projects-two__single {
  position: relative;
  display: block;
}

.projects-two__single-img {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 515px;
}

.projects-two__single-img img {
  width: 100%;
}

.projects-two__single-img .overlay-content {
  position: absolute;
  max-width: 315px;
  width: 100%;
  top: 0;
  left: 20px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-two__single-img .overlay-content-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  max-width: 315px;
  padding: 30px 0px 30px;
  padding-left: 40px;
  padding-right: 35px;
  width: 100%;
}

.projects-two__single-img .overlay-content-inner .text span {
  color: var(--alori-base);
  font-size: 16px;
  line-height: 26px;
}

.projects-two__single-img .overlay-content-inner .text h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 6px;
}

.projects-two__single-img .overlay-content-inner .text h2 a {
  color: var(--thm-gray);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-two__single-img .overlay-content-inner .text h2 a:hover {
  color: var(--alori-base);
}

.projects-two__single-img .overlay-content-inner .button {
  position: relative;
  display: block;
}

.projects-two__single-img .overlay-content-inner .button a {
  position: relative;
  display: inline-block;
  color: var(--alori-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-two__single-img .overlay-content-inner .button a:hover {
  color: var(--alori-base);
}

.projects-two__single-img .overlay-content-inner .button a span:before {
  position: relative;
  display: inline-block;
  font-size: 20px;
}

.projects-two__single__btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.projects-two__single-img:hover .projects-two__single__btn {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.projects-two__single__btn a {
  position: relative;
  display: inline-block;
  color: var(--alori-gray);
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  font-family: var(--alori-font-2);
  background: #ffffff;
  border-radius: 40px;
  padding: 8px 30px 7px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-two__single__btn a:hover {
  color: #ffffff;
  background: var(--alori-base);
}

.projects-two__carousel {
  position: relative;
}

.projects-two__carousel.owl-carousel .owl-stage-outer {
  margin-right: -375px;
}

.projects-two__carousel.owl-carousel .owl-nav button.owl-next,
.projects-two__carousel.owl-carousel .owl-nav button.owl-prev {
  background: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: var(--alori-gray);
  font-size: 25px;
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.projects-two__carousel.owl-carousel .owl-nav button.owl-next:hover,
.projects-two__carousel.owl-carousel .owl-nav button.owl-prev:hover {
  background: var(--alori-base);
  color: #ffffff;
}

.projects-two__carousel.owl-carousel .owl-nav button.owl-prev {
  margin-right: 20px;
}

.projects-two__carousel.owl-theme .owl-nav {
  text-align: left;
  margin-top: 45px;
}


/***
=============================================
    Team One
=============================================
***/
.team-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 90px;
  z-index: 1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-one__single-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.team-one__single:hover .team-one__single-img:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.team-one__single-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.team-one__single:hover .team-one__single-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-one__single-img .overlay-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffffff;
  padding: 18px 20px 16px;
  border-radius: 10px;
  z-index: 10;
}

.team-one__single-img .overlay-icon ul {
  position: relative;
  display: block;
}

.team-one__single-img .overlay-icon ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.team-one__single-img .overlay-icon ul li:last-child {
  margin-bottom: 0px;
}

.team-one__single-img .overlay-icon ul li a {
  position: relative;
  display: block;
}

.team-one__single-img .overlay-icon ul li a span::before {
  color: var(--alori-black);
  font-size: 20px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-one__single-img .overlay-icon ul li a:hover span::before {
  color: var(--alori-base);
}

.team-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(169, 168, 171, 0.35);
  box-shadow: 0px 0px 35px 0px rgba(169, 168, 171, 0.35);
  padding: 28px 0px 25px;
}

.team-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 2px;
}

.team-one__single-content h2 a {
  color: var(--alori-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-one__single-content h2 a:hover {
  color: var(--alori-base);
}

/***
=============================================
    Footer Two
=============================================
***/
.footer-one--two {
  position: relative;
  display: block;
  padding: 110px 0px 0px;
}

.footer-one--two__contact-box {
  position: relative;
  display: block;
}

.footer-one--two__contact-box-inner {
  position: relative;
  display: block;
  margin-bottom: 90px;
}

.footer-one--two__contact-box-inner h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 54px;
  font-weight: 500;
  font-family: var(--alori-font);
}

.footer-one--two__contact-box-inner h2 a {
  color: var(--alori-base);
}

.footer-one--two__contact-box-btn {
  position: relative;
  display: block;
  margin-top: 37px;
}

.footer-one--two__contact-box-btn .thm-btn {
  background: #ffffff;
  color: var(--alori-black);
}

.footer-one--two__contact-box-btn .thm-btn::after {
  background: var(--alori-base);
}

.footer-one--two__contact-box-btn .thm-btn:hover {
  color: #ffffff;
}

.footer-one--two .footer-widget__contact-info-social-links {
  margin-top: 26px;
}

.footer-widget__contact-info-subscribe-box {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
}

.footer-widget__contact-subscribe-form {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 22px;
}

.footer-widget__contact-subscribe-form .input-box {
  position: relative;
  display: block;
}

.footer-widget__contact-subscribe-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  padding: 0 25px;
  padding-right: 75px;
  background: #f3f3f3;
  border: none;
  color: rgba(14, 16, 13, 0.5);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border-radius: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--thm-font);
  text-transform: capitalize;
  outline: none;
}

.footer-widget__contact-subscribe-form input::-webkit-input-placeholder {
  color: rgba(14, 16, 13, 0.5);
}

.footer-widget__contact-subscribe-form input:-moz-placeholder {
  color: rgba(14, 16, 13, 0.5);
}

.footer-widget__contact-subscribe-form input::-moz-placeholder {
  color: rgba(14, 16, 13, 0.5);
}

.footer-widget__contact-subscribe-form input:-ms-input-placeholder {
  color: rgba(14, 16, 13, 0.5);
}

.footer-widget__contact-subscribe-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 55px;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
  border-radius: 31px;
  background: var(--alori-base);
  -webkit-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
}

.footer-widget__contact-subscribe-form button img {
  position: relative;
  display: inline-block;
  margin-top: -5px;
}

.footer-widget__contact-subscribe-form input[type="email"]:focus {
  color: var(--alori-black);
}

.footer-widget__contact-subscribe-form input[type="email"]:focus+button,
.footer-widget__contact-subscribe-form button:hover {
  color: #ffffff;
  background: var(--alori-black);
}

.footer-one--two .footer-widget__about-email {
  position: relative;
  display: block;
  padding-left: 35px;
  margin-top: 15px;
}

.footer-one--two .footer-widget__about-email::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 25px;
  height: 1px;
  background: var(--alori-base);
}

.footer-one--two .checked-box {
  margin-top: 18px;
}

.footer-one--two .footer-one__top-wrapper {
  padding-bottom: 77px;
}

/***
============================================
	Video Two
============================================
***/
.video-one--two {
  position: relative;
  display: block;
}

.video-one--two .video-one__inner {
  margin-top: -120px;
}

/***
=============================================
    Contact Two
=============================================
***/
.contact-one--two {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
}

.contact-one--two .contact-one__img {
  top: 0px;
}

/***
=============================================
    About Two About
=============================================
***/
.about-one--two--about {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

.about-one--two--about .about-one__content-list li .icon {
  color: var(--alori-base);
}

/***
=============================================
    Mission One
=============================================
***/
.mission-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
}

.mission-one__content {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
}

.mission-one__content-single {
  position: relative;
  display: block;
  margin-bottom: 71px;
}

.mission-one__content-single.marb-0 {
  margin-bottom: 0;
}

.mission-one__content-single h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 24px;
}

.mission-one__content-single .text1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.mission-one__content-single .text1 p {
  color: var(--alori-gray);
  font-weight: 500;
}

.mission-one__content-single .text2 {
  position: relative;
  display: block;
}

.mission-one__content-single .text2 p {
  margin: 0;
}

.mission-one__img {
  position: relative;
  display: block;
  max-width: 525px;
  width: 100%;
  margin-left: 40px;
  z-index: 1;
}

.mission-one__img .shape1 {
  position: absolute;
  top: 0;
  right: -210px;
  z-index: -1;
}

.mission-one__img-img1 {
  position: relative;
  display: block;
}

.mission-one__img-img1 img {
  width: 100%;
}

.mission-one__img-img2 {
  position: absolute;
  bottom: -225px;
  right: -15px;
}

/***
=============================================
    Video Two About
=============================================
***/
.video-one--two--about {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

.video-one--two--about .video-one__inner {
  margin-top: 0px;
  z-index: 1;
  overflow: hidden;
}

.video-one--two--about .video-one__inner .shape1 {
  position: absolute;
  right: -350px;
  bottom: -320px;
  z-index: -1;
}

/***
=============================================
    Team One Team
=============================================
***/
.team-one--team {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}

/***
=============================================
    Video One Team
=============================================
***/
.video-one--two--about--team {
  position: relative;
  display: block;
  padding: 120px 0px 0px;
  z-index: 2;
}

.video-one--two--about--team .video-one__inner {
  margin-bottom: -15px;
  z-index: 2;
}

/***
=============================================
    Work One Services
=============================================
***/
.work-one--services {
  position: relative;
  display: block;
  padding: 120px 0px 80px;
}

/***
=============================================
    Services Two Services Two
=============================================
***/
.services-two--services-two {
  position: relative;
  display: block;
}

.services-two--services-two .services-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

/***
=============================================
    Work One Services Two
=============================================
***/
.work-one--services-two {
  position: relative;
  display: block;
  padding: 0px 0px 80px;
}

/***
=============================================
    Services Single One
=============================================
***/
.services-single-one {
  position: relative;
  display: block;
  padding: 120px 0px 186px;
  background: #ffffff;
  z-index: 1;
}

.services-single-one__content {
  position: relative;
  display: block;
  max-width: 725px;
  width: 100%;
}

.services-single-one__content .title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-single-one__content .title h2 {
  font-size: 50px;
  line-height: 1.3em;
}

.services-single-one__content .text1 {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.services-single-one__content .text1 p {
  font-size: 20px;
  color: rgba(var(--alori-gray-rgb), 0.8);
}

.services-single-one__content .text2 {
  position: relative;
  display: block;
}

.services-single-one__content .text2 p {
  font-size: 20px;
  color: rgba(var(--alori-gray-rgb), 0.8);
}

.services-single-one__content-list {
  position: relative;
  display: block;
  margin-top: 43px;
}

.services-single-one__content-list ul {
  position: relative;
  display: block;
}

.services-single-one__content-list ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 13px;
}

.services-single-one__content-list ul li:last-child {
  margin-bottom: 0;
}

.services-single-one__content-list ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.services-single-one__content-list ul li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--alori-base);
  font-size: 20px;
  top: 1px;
}

.services-single-one__content-list ul li .text {
  position: relative;
  display: block;
}

.services-single-one__content-list ul li .text p {
  font-size: 20px;
  color: rgba(var(--alori-gray-rgb), 0.8);
}

.services-single-one__content .text3 {
  position: relative;
  display: block;
  margin-top: 33px;
}

.services-single-one__content .text3 p {
  font-size: 20px;
  color: rgba(var(--alori-gray-rgb), 0.8);
}

.services-single-one__content-bottom {
  position: relative;
  display: block;
  padding-left: 435px;
  margin-top: 66px;
}

.services-single-one__content-bottom-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 390px;
  width: 100%;
}

.services-single-one__content-bottom-list {
  position: relative;
  display: block;
}

.services-single-one__content-bottom-list ul {
  position: relative;
  display: block;
}

.services-single-one__content-bottom-list ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 13px;
}

.services-single-one__content-bottom-list ul li:last-child {
  margin-bottom: 0;
}

.services-single-one__content-bottom-list ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.services-single-one__content-bottom-list ul li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--alori-base);
  font-size: 20px;
  top: 1px;
}

.services-single-one__content-bottom-list ul li .text {
  position: relative;
  display: block;
}

.services-single-one__content-bottom-list ul li .text p {
  font-size: 20px;
  color: rgba(var(--alori-gray-rgb), 0.8);
}

.services-single__sidebar {
  position: relative;
  display: block;
  max-width: 350px;
  width: 100%;
}

.services-single__sidebar-single {
  position: relative;
  display: block;
}

.services-single__sidebar__title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 17px;
}

.services-single__sidebar__title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #dddddd;
  content: "";
}

.services-single__sidebar-services {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  padding: 34px 30px 50px;
}

.services-single__sidebarlink {
  position: relative;
  display: block;
  margin-top: 25px;
}

.services-single__sidebarlink li {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}

.services-single__sidebarlink li:hover,
.services-single__sidebarlink li.active {
  border-color: var(--alori-base);
}

.services-single__sidebarlink li:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: var(--alori-base);
}

.services-single__sidebarlink li:hover:after,
.services-single__sidebarlink li.active:after {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-single__sidebarlink li.active a {
  color: #ffffff;
}

.services-single__sidebarlink li:last-child {
  margin-bottom: 0px;
}

.services-single__sidebarlink li a {
  position: relative;
  display: block;
  color: var(--alori-gray);
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  padding: 6px 25px 6px;
  font-family: var(--thm-font);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-single__sidebarlink li:hover a {
  color: #ffffff;
}

.services-single__sidebar-contact-info {
  position: relative;
  display: block;
  background: #f99545;
  margin-top: 40px;
  padding: 23px 30px 54px;
  border-radius: 5px;
  z-index: 1;
}

.services-single__sidebar-contact-info .icon-bg {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.services-single__sidebar-contact-info .icon {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 65px;
  margin-bottom: 37px;
}

.services-single__sidebar-contact-info-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.services-single__sidebar-contact-info-text {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 18px;
}

.services-single__sidebar-contact-info a {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  font-family: var(--alori-font);
}

.services-single__sidebar-contact-info a:hover {
  color: var(--alori-black);
}

/***
=============================================
    Projects One Protfolio
=============================================
***/
.projects-one--protfolio {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}

/***
=============================================
    Portfolio Two
=============================================
***/
.protfolio-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
}

.protfolio-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.protfolio-two__single-img {
  position: relative;
  display: block;
}

.protfolio-two__single-img img {
  width: 100%;
}

.protfolio-two__single-img .overlay-content {
  position: absolute;
  max-width: 315px;
  width: 100%;
  top: 0;
  left: 20px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.protfolio-two__single-img .overlay-content-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  max-width: 315px;
  padding: 30px 0px 30px;
  padding-left: 40px;
  padding-right: 35px;
  width: 100%;
}

.protfolio-two__single-img .overlay-content-inner .text span {
  color: var(--alori-base);
  font-size: 16px;
  line-height: 26px;
}

.protfolio-two__single-img .overlay-content-inner .text h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 6px;
}

.protfolio-two__single-img .overlay-content-inner .text h2 a {
  color: var(--thm-gray);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.protfolio-two__single-img .overlay-content-inner .text h2 a:hover {
  color: var(--alori-base);
}

.protfolio-two__single-img .overlay-content-inner .button {
  position: relative;
  display: block;
}

.protfolio-two__single-img .overlay-content-inner .button a {
  position: relative;
  display: inline-block;
  color: var(--alori-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.protfolio-two__single-img .overlay-content-inner .button a:hover {
  color: var(--alori-base);
}

.protfolio-two__single-img .overlay-content-inner .button a span:before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  top: 2px;
}

/***
============================================
	Best Logistics One Protfolio Two
============================================
***/
.best-logistics-one--protfolio-two {
  position: relative;
  display: block;
}

.best-logistics-one--protfolio-two .best-logistics-one__img .overlay-content {
  left: -65px;
  bottom: 60px;
}

/***
============================================
	Page Header Protfolio Single
============================================
***/
.page-header--protfolio-single {
  position: relative;
  display: block;
  padding: 130px 0px 156px;
}

.page-header--protfolio-single .page-header__content .number {
  position: relative;
  display: block;
  margin-top: 24px;
}

/***
============================================
 Protfolio Single
============================================
***/
.protfolio-single {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
}

.protfolio-single__content {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
}

.protfolio-single__img1 {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.protfolio-single__img1 img {
  width: 100%;
}

.protfolio-single__content .title {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.protfolio-single__content .title h2 {
  font-size: 50px;
  line-height: 1em;
}

.protfolio-single__content .text1 {
  position: relative;
  display: block;
  max-width: 690px;
  width: 100%;
}

.protfolio-single__content .text1 p {
  font-size: 20px;
  color: rgba(var(--alori-gray-rgb), 0.8);
}

.protfolio-single__content-list {
  position: relative;
  display: block;
  margin-top: 23px;
}

.protfolio-single__content-list ul {
  position: relative;
  display: block;
}

.protfolio-single__content-list ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 13px;
}

.protfolio-single__content-list ul li:last-child {
  margin-bottom: 0;
}

.protfolio-single__content-list ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.protfolio-single__content-list ul li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--alori-base);
  font-size: 20px;
  top: 1px;
}

.protfolio-single__content-list ul li .text {
  position: relative;
  display: block;
}

.protfolio-single__content-list ul li .text p {
  font-size: 20px;
  color: rgba(var(--alori-gray-rgb), 0.8);
}

.protfolio-single__bottom-img {
  position: relative;
  display: block;
  margin-top: 46px;
}

.protfolio-single__bottom-img-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.protfolio-single__bottom-img-single img {
  width: 100%;
}

.protfolio-single__content .text2 {
  position: relative;
  display: block;
  max-width: 690px;
  width: 100%;
  margin-top: 12px;
}

.protfolio-single__content .text2 p {
  font-size: 20px;
  color: rgba(var(--alori-gray-rgb), 0.8);
}

.services-single__sidebar--protfolio {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
  margin-left: 30px;
}

.services-single__sidebar--protfolio .services-single__sidebar-contact-info {
  position: relative;
  display: block;
  margin-top: 0;
}

.author-box {
  position: relative;
  display: block;
  margin-top: 38px;
  margin-bottom: 40px;
}

.author-box ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author-box ul li {
  position: relative;
  display: block;
  padding-right: 30px;
  padding-left: 30px;
}

.author-box ul li h6 {
  color: var(--alori-gray);
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
}

.author-box ul li p {
  color: var(--alori-black);
  font-size: 18px;
  line-height: 44px;
}

.author-box ul li::before {
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 16px;
  width: 1px;
  background: #e5e1de;
  content: "";
}

.author-box ul li:last-child::before {
  display: none;
}

.services-single__sidebar--protfolio-social-link {
  position: relative;
  display: block;
  text-align: center;
}

.services-single__sidebar--protfolio-social-link ul {
  position: relative;
  display: block;
}

.services-single__sidebar--protfolio-social-link ul li {
  position: relative;
  display: inline-block;
}

.services-single__sidebar--protfolio-social-link ul li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--alori-black);
  font-size: 15px;
  text-align: center;
  background: transparent;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-single__sidebar--protfolio-social-link ul li a.active {
  background: var(--alori-base);
  color: #ffffff;
}

.services-single__sidebar--protfolio-social-link ul li a:hover {
  background: var(--alori-base);
  color: #ffffff;
}

/***
============================================
	Previous Next One
============================================
***/
.previous-next-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 120px;
}

.previous-next-one__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e2e2e2;
  padding: 72px 40px 72px;
}

.previous-next-one__inner .previous-box {
  position: relative;
  display: block;
}

.previous-next-one__inner .previous-box p {
  font-size: 20px;
}

.previous-next-one__inner .previous-box p a {
  color: rgba(var(--alori-gray-rgb), 0.8);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.previous-next-one__inner .previous-box p a:hover {
  color: var(--alori-base);
}

.previous-next-one__inner .previous-box h2 {
  font-size: 24px;
  line-height: 34px;
}

.previous-next-one__inner .previous-box h2 a {
  color: var(--alori-gray);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.previous-next-one__inner .previous-box h2 a:hover {
  color: var(--alori-base);
}

.previous-next-one__inner .next-box {
  position: relative;
  display: block;
  text-align: right;
}

.previous-next-one__inner .next-box p {
  font-size: 20px;
}

.previous-next-one__inner .next-box p a {
  color: rgba(var(--alori-gray-rgb), 0.8);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.previous-next-one__inner .next-box p a:hover {
  color: var(--alori-base);
}

.previous-next-one__inner .next-box h2 {
  font-size: 24px;
  line-height: 34px;
}

.previous-next-one__inner .next-box h2 a {
  color: var(--alori-gray);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.previous-next-one__inner .next-box h2 a:hover {
  color: var(--alori-base);
}

/***
=============================================
    Blog One Blog
=============================================
***/
.blog-one--blog {
  position: relative;
  display: block;
  padding: 120px 0px 60px;
}

/***
=============================================
    Blog Page Two
=============================================
***/
.blog-page-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
}

.blog-page-two__content {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
}

.blog-page-two__single {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.blog-page-two__single-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-page-two__single-img::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  background: var(--alori-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 1;
}

.blog-page-two__single:hover .blog-page-two__single-img::before {
  opacity: 0.80;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-page-two__single-img img {
  width: 100%;
  -webkit-transition: all 700ms linear;
  transition: all 700ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-page-two__single:hover .blog-page-two__single-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.blog-page-two__single-content {
  position: relative;
  display: block;
  background: #faf6f4;
  padding: 41px 0px 50px;
  padding-left: 45px;
  padding-right: 20px;
}

.blog-page-two__single-tagline {
  color: var(--alori-base);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.blog-page-two__single-title {
  position: relative;
  display: block;
}

.blog-page-two__single-headding {
  /* font-size: 40px; */
  line-height: 1.4em;
  font-weight: 700;
}

.blog-page-two__single-headding a {
  color: var(--alori-gray);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-page-two__single-headding a:hover {
  color: var(--alori-base);
}

.blog-page-two__single-meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 17px;
}

.blog-page-two__single-meta-info li {
  position: relative;
  display: inline-block;
  color: #626161;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 15px;
}

.blog-page-two__single-meta-info li:first-child {
  padding-left: 0;
}

.blog-page-two__single-meta-info li i::before {
  color: #626161;
  font-size: 15px;
  padding-right: 11px;
}

.blog-page-two__single-text {
  color: rgba(var(--alori-gray-rgb), 0.9);
  font-size: 16px;
  margin: 0;
}

.blog-page-two__single-btn {
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-page-two__single-btn a {
  position: relative;
  display: inline-block;
  background: var(--alori-gray);
  color: #ffffff;
  font-size: 16px;
  padding: 10px 40px 10px;
  border-radius: 40px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-page-two__single-btn a:hover {
  background: var(--alori-base);
}

.blog-page-two__single-btn a img {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

/***
=============================================
    Pagination
=============================================
***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 40px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ebebeb;
  color: #5c5c66;
  font-size: 20px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.styled-pagination li a span::before {
  position: relative;
  display: inline-block;
  top: -4px;
  color: #5c5c66;
  font-size: 10px;
  line-height: 50px;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.styled-pagination li a:hover span::before {
  color: var(--alori-base);
}

.styled-pagination li a:hover {
  color: var(--alori-base);
  border: 1px solid var(--alori-base);
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: var(--alori-base);
  border: 1px solid var(--alori-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  color: var(--thm-black);
  line-height: 50px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--alori-base);
}

/***
============================================
	Sidebar
============================================
***/
.sidebar {
  position: relative;
  display: block;
  max-width: 350px;
  width: 100%;
  margin-left: 20px;
}

.sidebar__single {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.sidebar__single .title {
  position: relative;
  display: block;
  max-width: 210px;
  width: 100%;
}

.sidebar__single .title h2 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 17px;
}

.sidebar__single .title h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #dddddd;
  content: "";
}

.sidebar__categories {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  padding: 34px 30px 50px;
}

.sidebar__categories-link {
  position: relative;
  display: block;
  margin-top: 25px;
}

.sidebar__categories-link li {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar__categories-link li:hover,
.sidebar__categories-link li.active {
  border-color: var(--alori-base);
}

.sidebar__categories-link li:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: var(--alori-base);
}

.sidebar__categories-link li:hover:after,
.sidebar__categories-link li.active:after {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sidebar__categories-link li.active a {
  color: #ffffff;
}

.sidebar__categories-link li:last-child {
  margin-bottom: 0px;
}

.sidebar__categories-link li a {
  position: relative;
  display: block;
  color: var(--alori-gray);
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  padding: 6px 25px 6px;
  font-family: var(--thm-font);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sidebar__categories-link li:hover a {
  color: #ffffff;
}

.sidebar__categories-link li a span {
  position: relative;
  display: inline-block;
  color: var(--alori-gray);
  font-size: 18px;
  line-height: 32px;
  float: right;
  font-weight: 400;
  font-family: var(--alori-font);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sidebar__categories-link li a:hover span {
  color: #ffffff;
}

.sidebar__categories-link li.active a span {
  color: #ffffff;
}

.sidebar__popular-stories {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  padding: 34px 0px 58px;
  padding-left: 30px;
  padding-right: 20px;
}

.sidebar__popular-stories-box {
  position: relative;
  display: block;
  margin-top: 32px;
}

.sidebar__popular-stories-box li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding-top: 24px;
  padding-bottom: 22px;
}

.sidebar__popular-stories-box li:first-child {
  padding-top: 0;
}

.sidebar__popular-stories-box li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar__popular-stories-box li .img {
  position: relative;
  display: block;
}

.sidebar__popular-stories-box li .img img {
  width: 95px;
  height: 110px;
}

.sidebar__popular-stories-box li .text {
  position: relative;
  display: block;
  padding-left: 20px;
}

.sidebar__popular-stories-box li .text h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 3px;
}

.sidebar__popular-stories-box li .text h4 a {
  color: var(--alori-black);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sidebar__popular-stories-box li .text h4 a:hover {
  color: var(--alori-base);
}

.sidebar__popular-stories-box li .text p {
  color: rgba(var(--alori-gray-rgb), 0.8);
  font-size: 16px;
  line-height: 28px;
}

.sidebar__contact-box {
  position: relative;
  display: block;
}

.sidebar__contact-box .services-single__sidebar-contact-info {
  margin-top: 35px;
}

/***
============================================
	Blog Page Single
============================================
***/
.blog-page-single {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
}

.blog-page-single__content {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
}

.blog-page-single__content .blog-page-two__single-content {
  background: transparent;
  padding: 31px 0px 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.blog-page-single__content .blog-page-two__single-img::before {
  display: none;
}

.blog-page-single__content .blog-page-two__single-meta-info {
  margin-top: 10px;
  margin-bottom: 22px;
}

.blog-page-single__content .text-2 {
  position: relative;
  display: block;
}

.blog-page-single__content .text-2 p {
  color: rgba(var(--alori-gray-rgb), 0.9);
  font-size: 16px;
}

.blog-page-single__content .blog-page-two__single {
  margin-bottom: 15px;
}

.blog-page-single__blockquote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fbfaf7;
  padding: 39px 0px 27px;
  padding-left: 60px;
  padding-right: 40px;
  margin-bottom: 25px;
  margin-top: 45px;
}

.blog-page-single__blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--alori-base);
  content: "";
}

.blog-page-single__blockquote-icon {
  position: relative;
  display: block;
}

.blog-page-single__blockquote-icon span::before {
  color: var(--alori-gray);
  font-size: 40px;
}

.blog-page-single__blockquote-text {
  position: relative;
  display: block;
  padding-left: 55px;
}

.blog-page-single__blockquote-text p {
  color: rgba(var(--alori-gray-rgb), 0.9);
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 16px;
}

.blog-page-single__author-name {
  position: relative;
  color: var(--alori-gray);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 50px;
  font-family: var(--alori-font);
}

.blog-page-single__author-name::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 35px;
  height: 1px;
  background: #fba819;
  content: "";
}

.blog-page-single__content .text-3 {
  position: relative;
  display: block;
}

.blog-page-single__content .text-3 p {
  color: rgba(var(--alori-gray-rgb), 0.9);
  font-size: 16px;
}

.blog-page-single__content .text-4 {
  position: relative;
  display: block;
  margin-top: 15px;
}

.blog-page-single__content .text-4 p {
  color: rgba(var(--alori-gray-rgb), 0.9);
  font-size: 16px;
}

.blog-page-single__tag-and-share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 60px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 25px;
  padding-bottom: 25px;
}

.blog-page-single__tag-and-share .left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-page-single__tag-and-share .left .icon {
  position: relative;
  display: inline-block;
}

.blog-page-single__tag-and-share .left .icon i::before {
  color: #c2bfbf;
  font-size: 30px;
  padding-right: 10px;
}

.blog-page-single__tag-and-share .left .text {
  position: relative;
  display: block;
}

.blog-page-single__tag-and-share .left .text p {
  color: rgba(var(--alori-gray-rgb), 0.8);
  font-size: 16px;
}

.blog-page-single__tag-and-share .right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-page-single__tag-and-share .right .icon {
  position: relative;
  display: inline-block;
}

.blog-page-single__tag-and-share .right .icon a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  background: var(--alori-base);
}

.blog-page-single__tag-and-share .right .icon i::before {
  color: #ffffff;
  font-size: 20px;
}

.blog-page-single__tag-and-share .right .text {
  position: relative;
  display: block;
  padding-left: 30px;
}

.blog-page-single__tag-and-share .right .text p {
  color: var(--alori-gray);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.blog-page-single__pagination {
  position: relative;
  display: block;
}

.blog-page-single__pagination ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-page-single__pagination ul li {
  position: relative;
  display: inline-block;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 32px 30px 16px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-page-single__pagination ul li:hover {
  border: 1px solid #2e2b28;
}

.blog-page-single__pagination ul li .text {
  position: relative;
  display: block;
}

.blog-page-single__pagination ul li.text-right {
  position: relative;
  display: block;
  text-align: right;
}

.blog-page-single__pagination ul li .text h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.blog-page-single__pagination ul li .text h4 a {
  color: var(--alori-gray);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-page-single__pagination ul li .text h4 a:hover {
  color: var(--alori-base);
}

.blog-page-single__pagination ul li .icon {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 6px;
}

.add-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 68px;
}

.add-comment-box .title {
  position: relative;
  display: block;
  padding-bottom: 50px;
}

.add-comment-box .title h2 {
  color: var(--alori-gray);
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 6px;
}

.add-comment-box .title p {
  color: rgba(var(--alori-gray-rgb), 0.8);
  font-size: 16px;
  margin: 0;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
  position: relative;
  display: block;
  background: #f7f7f6;
  border: 0px solid #e5e5e5;
  width: 100%;
  height: 55px;
  color: rgba(24, 21, 44, 0.7);
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--alori-font);
}

.add-comment-box #add-comment-form textarea {
  height: 190px;
  padding: 13px 20px;
  border: 0px solid #e5e5e5;
  margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
  outline: none;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
  outline: none;
}

.add-comment-box #add-comment-form textarea:focus {
  outline: none;
}

.blog-page-single .create-acc {
  position: relative;
  display: block;
}

.blog-page-single .create-acc .checkbox {
  position: relative;
  display: block;
}

.blog-page-single .create-acc .checkbox input[type="checkbox"] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 3px;
  margin-right: 10px;
}

.blog-page-single .create-acc .checkbox label {
  color: rgba(var(--alori-gray-rgb), 0.9);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 10px;
}

.blog-page-single__btn {
  position: relative;
  display: block;
  margin-top: 33px;
}

.blog-page-single__btn {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}

.blog-page-single__btn img {
  padding-left: 2px;
}

/***
=============================================
    Google Map
=============================================
***/
.contact-page-google-map {
  position: relative;
  display: block;
  z-index: 1;
}

.contact-page-google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 600px;
  width: 100%;
}

/***
=============================================
    Contact Page
=============================================
***/
.contact-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.contact-page__get-in-touch {
  position: relative;
  display: block;
  max-width: 385px;
  width: 100%;
  z-index: 1;
}

.contact-page__get-in-touch .title {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.contact-page__get-in-touch .title h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-page__get-in-touch .title p {
  color: var(--alori-gray);
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 24px;
}

.contact-page__get-in-touch ul {
  position: relative;
  display: block;
}

.contact-page__get-in-touch ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 20px 46px;
  margin-bottom: 30px;
}

.contact-page__get-in-touch ul li:last-child {
  margin-bottom: 0;
}

.contact-page__get-in-touch ul li .icon {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  background: #fba819;
}

.contact-page__get-in-touch ul li .icon.rotate {
  position: relative;
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact-page__get-in-touch ul li .icon.bg2 {
  background: #7bcf99;
}

.contact-page__get-in-touch ul li .icon span:before {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 75px;
}

.contact-page__get-in-touch ul li .text {
  position: relative;
  display: block;
  padding-left: 15px;
}

.contact-page__get-in-touch ul li .text p {
  color: var(--alori-gray);
}

.contact-page__get-in-touch ul li .text span {
  position: relative;
  display: block;
  color: var(--alori-gray);
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--alori-font-2);
  margin-bottom: 13px;
}

.contact-page__get-in-touch ul li .text .telephone {
  color: var(--alori-gray);
}

.contact-page__get-in-touch ul li .text .telephone a {
  color: var(--alori-gray);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-page__get-in-touch ul li .text .telephone a:hover {
  color: var(--alori-base);
}

.contact-page__get-in-touch ul li .text .mobile {
  color: var(--alori-gray);
}

.contact-page__get-in-touch ul li .text .mobile a {
  color: var(--alori-gray);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-page__get-in-touch ul li .text .mobile a:hover {
  color: var(--alori-base);
}

/***
=============================================
    Contact Page Comment Form
=============================================
***/
.contact-page__comment-form {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(192, 198, 204, 0.35);
  box-shadow: 0px 0px 24px 0px rgba(192, 198, 204, 0.35);
  padding: 66px 40px 65px;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .contact-page__comment-form {
    margin-left: -53px;
  }
}

.contact-page__comment-form .title {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.contact-page__comment-form .title h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 14px;
}

.contact-page__comment-form .title p {
  color: rgba(var(--alori-gray-rgb), 0.9);
}

.contact-page__comment-form .comment-form__input-box input[type="text"],
.contact-page__comment-form .comment-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid transparent;
  background: #f5f4f4;
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 0px;
  outline: none;
  font-size: 16px;
  color: rgba(var(--alori-gray-rgb), 0.7);
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--thm-font);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-page__comment-form .comment-form__input-box textarea {
  color: rgba(var(--alori-gray-rgb), 0.7);
  font-size: 16px;
  height: 150px;
  width: 100%;
  background: #f5f4f4;
  padding: 25px 20px 30px;
  border-radius: 0px;
  outline: none;
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid transparent;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contact-page__comment-form .comment-form__input-box input[type="text"]:focus {
  color: var(--alori-gray);
  border-color: var(--alori-gray);
  background: #ffffff;
}

.contact-page__comment-form .comment-form__input-box input[type="email"]:focus {
  color: var(--alori-gray);
  border-color: var(--alori-gray);
  background: #ffffff;
}

.contact-page__comment-form .comment-form__input-box textarea:focus {
  color: var(--alori-gray);
  border-color: var(--alori-gray);
  background: #ffffff;
}

.contact-page__comment-form .comment-form__btn.thm-btn {
  text-transform: capitalize;
  background: var(--alori-gray);
}

.contact-page__comment-form .comment-form__btn.thm-btn::after {
  background: var(--alori-base);
}

.contact-page__comment-form .comment-form__btn {
  position: relative;
  display: block;
}

/***
============================================
	Error Page
============================================
***/
.error-page {
  position: relative;
  display: block;
  padding: 280px 0px 225px;
  z-index: 1;
}

.error-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.error-page__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -ms-linear-gradient(-108deg, #ffaa66 0%, rgba(143, 74, 58, 0.41) 59%, rgba(10, 6, 2, 0) 100%);
  opacity: 0.78;
  z-index: -2;
}

.error-page__wrapper {
  position: relative;
  display: block;
}

.error-page__content {
  position: relative;
  display: block;
}

.error-page__content h2 {
  color: #ffffff;
  font-size: 170px;
  line-height: 0.8em;
  font-weight: 700;
  font-family: "CASTELAR";
  margin-bottom: 25px;
}

.error-page__content h2 span {
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
}

.error-page__content h3 {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: var(--alori-font);
  margin-bottom: 12px;
}

.error-page__content p {
  color: #ffffff;
}

.error-page__btn {
  position: relative;
  display: block;
  margin-top: 50px;
}

.error-page__btn .thm-btn {
  text-transform: capitalize;
  font-family: var(--alori-font);
}

/***
============================================
	Hidden Sidebar style
============================================
***/
.hidden-bar {
  position: fixed;
  top: 0;
  width: 320px;
  height: 100%;
  background: var(--alori-gray);
  z-index: 9999999999;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.hidden-bar .mCSB_inside>.mCSB_container {
  margin-right: 0px;
}

.hidden-bar.right-align {
  right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
  right: 0px;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.hidden-bar .hidden-bar-closer {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: none;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
  background: none;
  display: block;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.hidden-bar .hidden-bar-closer button span:before {
  font-size: 30px;
  line-height: 30px;
}

.hidden-bar .hidden-bar-closer:hover button {
  color: rgba(255, 255, 255, 0.7);
}

.hidden-bar-wrapper {
  height: 100%;
  padding: 30px 10px 30px 30px;
  overflow-y: auto;
}

.hidden-bar .logo {
  padding: 0px 0px 30px;
}

.hidden-bar .logo a {
  display: inline-block;
}

.hidden-bar .logo img {
  display: inline-block;
  max-width: 100%;
}

.hiddenbar-about-us {
  position: relative;
  display: block;
}

.hiddenbar-about-us h3 {
  color: var(--alori-base);
  font-size: 20px;
  margin: 0 0 18px;
}

.hiddenbar-about-us .text {
  display: block;
}

.hiddenbar-about-us .text p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.hidden-bar .contact-info-box {
  position: relative;
  display: block;
  padding-top: 36px;
}

.hidden-bar .contact-info-box h3 {
  color: var(--alori-base);
  font-size: 20px;
  margin: 0 0 23px;
}

.hidden-bar .contact-info-box ul {
  position: relative;
  display: block;
}

.hidden-bar .contact-info-box ul li {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}

.hidden-bar .contact-info-box ul li:last-child {
  margin-bottom: 0;
}

.hidden-bar .contact-info-box ul li h5 {
  color: var(--alori-base);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 0 11px;
}

.hidden-bar .contact-info-box ul li p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  margin: 0;
}

.hidden-bar .contact-info-box ul li p a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hidden-bar .contact-info-box ul li p a:hover {
  color: var(--alori-base);
}

.hidden-bar .newsletter-form-box {
  position: relative;
  display: block;
  padding-top: 26px;
  padding-right: 20px;
}

.hidden-bar .newsletter-form-box h3 {
  color: var(--alori-base);
  font-size: 20px;
  margin: 0 0 24px;
}

.hidden-bar .newsletter-form-box form {
  position: relative;
  display: block;
}

.hidden-bar .newsletter-form-box form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #8b8b8b;
  font-size: 15px;
  padding: 0 20px;
  padding-right: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  outline: none;
}

.hidden-bar .newsletter-form-box form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: auto;
  text-align: center;
}

.hidden-bar .newsletter-form-box form button:before {
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 12px;
  width: 2px;
  background: #eeeeee;
  content: "";
}

.hidden-bar .newsletter-form-box form button i {
  position: relative;
  top: 2px;
  color: var(--alori-black);
  font-size: 20px;
  line-height: 20px;
}

.hidden-bar .copy-right-text {
  position: relative;
  display: block;
  padding-top: 44px;
}

.hidden-bar .copy-right-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
}

/***
=============================================
    Tiny Scrollbar
=============================================
***/
#scrollbar1 {
  width: 270px;
  margin: 0;
}

#scrollbar1 .viewport {
  position: relative;
  width: 270px;
  height: 530px;
  overflow: hidden;
}

#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 15px;
  top: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
}

#scrollbar1 .scrollbar {
  position: absolute;
  top: 0;
  right: 0px;
  background: #e7e7e7;
  width: 4px;
}

#scrollbar1 .track {
  background: transparent;
  height: 100%;
  width: 4px;
  position: relative;
  padding: 0;
}

#scrollbar1 .thumb {
  background: #fa401b;
  background-image: none;
  height: 20px;
  width: 4px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 1;
  z-index: 3;
}

#scrollbar1 .thumb .end {
  background: #353742 no-repeat 50% 0;
  overflow: hidden;
  height: 0px;
  width: 4px;
}

#scrollbar1 .disable {
  display: none;
}

.stricky-one-logo {
  position: relative;
  display: none;
}

.stricky-header.main-menu .stricky-one-logo {
  display: block;
}

.stricky-header .main-menu__list>li>a {
  padding-top: 33px;
  padding-bottom: 33px;
}

/* update 4-1-2022 */
.testimonials-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonials-one .sec-title {
  margin-bottom: 45px;
}

@media (min-width: 1200px) {
  .testimonials-one .sec-title {
    margin-left: 30px;
  }
}

.testimonials-one .sec-title__title {
  margin-bottom: 0;
}

.testimonials-one__image {
  position: relative;
  margin-top: 50px;
  margin-left: 27px;
  margin-bottom: 27px;
  display: inline-block;
}

.testimonials-one__image::before {
  content: '';
  background-color: #faeee3;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.testimonials-one__image__inner {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}

.testimonials-one__image img {
  max-width: 100%;
}

.testimonials-one__text {
  margin: 0;
  font-size: 32px;
  line-height: 1.40625em;
  margin-bottom: 50px;
}

.testimonials-one__name {
  margin: 0;
  font-size: 22px;
  color: var(--alori-black);
  font-family: var(--alori-font);
  font-weight: 400;
}

.testimonials-one__designation {
  font-size: 18px;
  margin: 0;
  color: var(--alori-black);
}

.testimonials-one .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.testimonials-one .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #e6e2df;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.testimonials-one .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 9px;
}

.testimonials-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--alori-base);
  width: 14px;
}

@media (min-width: 1200px) {
  .testimonials-one #testimonials-one__carousel {
    margin-left: 30px;
  }
}

@media screen and (max-width:480px) {
  .newlogo {
    /* width: 310px !important; */
    width: 220px !important;
  }
  .index_v6 .header4_wrapper .clv_header4 .clv_logo {
    padding: 0px 0px 0px;
}
.index_v6 .clv_right_header .clv_menu {
  margin-top: 0px !important;
}
  .mnewlogo{
    width: 230px !important;
  }
  .mobile-nav__contact li {
    margin-top: 10px !important;
  }
  .mobile-nav__social {
    color: #FFF;
    margin-left:50px;
    margin-top: 10px;
  }
}


/*# sourceMappingURL=alori.css.map */






/***
=============================================================================
    Update 30-8-2022
=============================================================================
***/



/***
==========================================
  Sec Title Two
==========================================
***/
.sec-title-two {
  position: relative;
  display: block;
  margin-top: -7px;
  padding-bottom: 57px;
}

.sec-title-two__tagline {
  position: relative;
  color: var(--alori-base);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-title-two__title {
  color: var(--alori-black2);
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--alori-font-3);
}



/***
==========================================
   Main Header Three
==========================================
***/
.main-header-three {
  position: relative;
  display: block;
}

.main-header-three__top {
  position: relative;
  display: block;
  background: #2a2826;
}

.main-header-three__top .container-fluid {
  padding-left: 270px;
  padding-right: 70px;
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-three__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-left .date-box {
  position: relative;
  display: block;
}

.main-header-three__top-left .date-box p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

.main-header-three__top-left .date-box p span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  top: 1px;
  padding-right: 7px;
}

.main-header-three__top-left .menu-box {
  position: relative;
  display: block;
  margin-left: 45px;
}

.main-header-three__top-left .menu-box ul {
  position: relative;
  display: block;
}

.main-header-three__top-left .menu-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.main-header-three__top-left .menu-box ul li:last-child {
  margin-right: 0px;
}

.main-header-three__top-left .menu-box ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-three__top-left .menu-box ul li a:hover {
  color: var(--alori-base);
}

.main-header-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-right .social-icon {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 40px;
}

.main-header-three__top-right .social-icon li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.main-header-three__top-right .social-icon li:last-child {
  margin-right: 0px;
}

.main-header-three__top-right .social-icon li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.main-header-three__top-right .social-icon li a:hover {
  color: #ffffff;
}

.main-header-three__top-right .social-icon li a span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
}

.main-header-three__top-right .social-icon li a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--alori-base);
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1;
}

.main-header-three__top-right .social-icon li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.main-header-three__top-right .btn-box {
  position: relative;
  display: block;
}

.main-header-three__top-right .btn-box a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--alori-base);
  padding: 18px 35px 18px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-three__top-right .btn-box a:hover {
  background: var(--alori-black2);
}

.main-header-three__bottom {
  position: relative;
  display: block;
  background: #ffffff;
}

.main-header-three__bottom .container-fluid {
  padding-left: 0px;
  padding-right: 75px;
}

.main-header-three__bottom-inner {
  position: relative;
  display: block;
}

.main-header-three__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__bottom-left .logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 130px;
  z-index: 1;
}

.main-header-three__bottom-left .logo::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -25px;
  right: 0;
  background: #2a2826;
  clip-path: polygon(0 0, 100% 0, 93% 30%, 80% 85%, 76% 100%, 0 100%, 0% 80%, 0% 20%);
  content: "";
  z-index: -1;
}

.main-header-three__bottom-left .logo::after {
  position: absolute;
  left: 0;
  right: 64px;
  bottom: -25px;
  background: var(--alori-base);
  content: "";
  height: 1px;
}

.main-header-three__bottom-left .logo .inner {
  position: relative;
  display: inline-block;
}

.main-header-three__bottom-left .logo .inner::before {
  position: absolute;
  top: -37px;
  right: -39px;
  bottom: -61px;
  content: "";
  width: 1px;
  background: var(--alori-base);
  z-index: 5;
  transform: rotate(22deg);
}

.main-header-three__bottom-menu {
  position: relative;
  display: block;
  margin-left: 25px;
}

.main-header-three .main-menu .main-menu__list>li>a,
.main-header-three .stricky-header .main-menu__list>li>a {
  color: var(--alori-black2);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--alori-font-3);
  padding-top: 50px;
  padding-bottom: 48px;
}

.main-header-three .main-menu .main-menu__list>li.current>a,
.main-header-three .main-menu .main-menu__list>li:hover>a,
.main-header-three .stricky-header .main-menu__list>li.current>a,
.main-header-three .stricky-header .main-menu__list>li:hover>a {
  color: var(--alori-base);
}


.main-header-three .main-menu .main-menu__list li ul li a,
.main-header-three .stricky-header .main-menu__list li ul li a {
  font-family: var(--alori-font-3);
}


.main-header-three__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__bottom-right .contact-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__bottom-right .contact-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #f7f3f1;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-three__bottom-right .contact-box:hover .icon-box {
  background: var(--alori-base);
}

.main-header-three__bottom-right .contact-box .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 35px;
  transform: rotate(0deg);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-three__bottom-right .contact-box:hover .icon-box span:before {
  color: #ffffff;
}

.main-header-three__bottom-right .contact-box .text-box {
  position: relative;
  display: block;
  margin-left: 25px;
}

.main-header-three__bottom-right .contact-box .text-box p {
  color: rgba(var(--alori-black-rgb)0.7);
  font-size: 15px;
  line-height: 22px;
}

.main-header-three__bottom-right .contact-box .text-box .number {
  position: relative;
  display: block;
}

.main-header-three__bottom-right .contact-box .text-box .number a {
  color: var(--alori-base);
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--alori-font-3);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-three__bottom-right .contact-box .text-box .number a:hover {
  color: var(--alori-black);
}

.main-header-three__bottom-right .search-box {
  position: relative;
  display: block;
  margin-left: 50px;
  margin-right: 35px;
}

.main-header-three__bottom-right .search-box a {
  color: var(--alori-black2);
  font-size: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-three__bottom-right .search-box a:hover {
  color: var(--alori-base);
}

.main-header-three__bottom-right .search-box a span {
  position: relative;
  display: inline-block;
  color: rgba(var(--alori-black-rgb), 0.8);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-left: 2px;
  top: -6px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-three__bottom-right .search-box a:hover span {
  color: var(--alori-base);
}

.main-header-three__bottom-right .bar-box a {
  background: #f4f2f1;
}

.main-header-three__bottom-right .bar-box a:hover {
  background: var(--alori-base);
}



.stricky-header.style2 .main-header-three__bottom-right {
  display: none;
}

.stricky-header.style2 .main-header-three__bottom-left .logo::before {
  display: none;
}

.stricky-header.style2 .main-menu__inner {
  display: block;
}

.stricky-header.style2 .main-header-three__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stricky-header.style2 .main-header-three__bottom-left .logo::after {
  display: none;
}

.stricky-header.style2 .main-header-three__bottom-left .logo .inner::before {
  display: none;
}

.stricky-header.style2 .main-menu__list li ul {
  margin-top: 16px;
}

/***
==========================================
Slider Three
==========================================
***/
.main-slider-three {
  position: relative;
  display: block;
}

.main-slider.main-slider-three .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.main-slider-three .shape1 {
  position: absolute;
  top: -320px;
  left: -150px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: #f99545;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: rotate(0deg) translateY(-200px);
  z-index: 2;
}

.main-slider.main-slider-three .swiper-slide-active .shape1 {
  opacity: 1;
  transform: rotate(0deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 2000ms;
}

.main-slider-three .shape2 {
  position: absolute;
  left: 0;
  bottom: -465px;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: rotate(0deg) translateY(200px);
}

.main-slider.main-slider-three .swiper-slide-active .shape2 {
  opacity: 1;
  transform: rotate(0deg) translateY(0px);
  transition: all 1000ms ease;
  transition-delay: 2300ms;
}

.main-slider-three .container {
  padding-top: 223px;
  padding-bottom: 190px;
}

.main-slider-three__inner {
  position: relative;
  display: block;
}

.main-slider-three__text {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 3px 30px 3px;
  margin-bottom: 34px;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(80px);
  z-index: 30;
}

.main-slider-three .swiper-slide-active .main-slider-three__text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1000ms;
}

.main-slider-three__text::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--alori-base);
  clip-path: polygon(0 0, 100% 0, 51% 51%, 16% 84%, 0 100%, 0 100%, 0% 80%, 0% 20%);
  width: 25px;
  content: "";
}

.main-slider-three__text::after {
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 1px solid #ffffff;
  content: "";
}

.main-slider-three__text p {
  color: var(--alori-black2);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--alori-font-3);
}

.main-slider-three__title {
  position: relative;
  display: block;
  opacity: 0;
  transition: all 1500ms ease;
  transform: translateY(80px);
}

.main-slider-three .swiper-slide-active .main-slider-three__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1200ms;
}

.main-slider-three__title h2 {
  color: #ffffff;
  font-size: 95px;
  line-height: 1em;
  font-weight: 700;
  font-family: var(--alori-font-3);
}

.main-slider-three__btn {
  position: relative;
  display: block;
  margin-top: 48px;
  opacity: 0;
  transition: all 1500ms ease;
  transform: translateY(80px);
}

.main-slider-three .swiper-slide-active .main-slider-three__btn {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1600ms;
}

.main-slider-three__btn .thm-btn {
  border: 2px solid var(--alori-base);
  background: transparent;
  border-radius: 0px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--alori-font);
  padding: 16px 35px 15px;
}

.main-slider-three__btn .thm-btn:after {
  border-radius: 0px;
  background: var(--alori-base);
}



.main-slider__nav {
  position: absolute;
  display: block;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  bottom: 20px;
  right: 346px;
  width: 100px;
  z-index: 100;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 80px;
  height: 100px;
  color: #69625d;
  font-size: 40px;
  background: #ffffff;
  border: none;
  margin: 10px 0px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0%;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: #ffffff;
  background: #69625d;
  border: none;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 0px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
  position: relative;
}

/***
==========================================
  Page Header Two
==========================================
***/
.page-header.style2 {
  position: relative;
  display: block;
}

.page-header.style2 .page-header__content h2 {
  font-family: var(--alori-font-3);
}




/***
==========================================
About Three
==========================================
***/
.about-three {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  overflow: hidden;
  z-index: 1;
}

.about-three .shape5 {
  position: absolute;
  top: -490px;
  left: 0;
  z-index: -1;
}

.about-three .shape6 {
  position: absolute;
  top: -330px;
  right: 0;
  z-index: -1;
}


.about-three__img {
  position: relative;
  display: block;
  max-width: 445px;
  width: 100%;
}

.about-three__img1 {
  position: relative;
  display: block;
  z-index: 1;
}

.about-three__img1 .shape1 {
  position: absolute;
  top: 35px;
  left: 17px;
  width: 5px;
  height: 65px;
  background: var(--alori-base);
  z-index: 2;
}

.about-three__img1 .shape2 {
  position: absolute;
  top: 85px;
  left: 28px;
  width: 10px;
  height: 230px;
  background: #ffffff;
  z-index: 2;
}

.about-three__img1 .shape3 {
  position: absolute;
  top: 20px;
  right: -35px;
  width: 5px;
  height: 65px;
  background: var(--alori-base);
  z-index: 2;
}

.about-three__img1 .shape4 {
  position: absolute;
  bottom: 190px;
  right: -30px;
  z-index: 5;
}

.about-three__img1::before {
  position: absolute;
  top: -25px;
  left: 50px;
  bottom: 90px;
  right: -50px;
  border: 1px solid #e5dedc;
  content: "";
  z-index: 2;
}

.about-three__img1 .inner {
  position: relative;
  display: block;
}

.about-three__img1 .inner img {
  width: 100%;
}

.about-three__img2 {
  position: relative;
  display: block;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 8px solid #ffffff;
  overflow: hidden;
  margin: -170px auto 0px;
  z-index: 5;
}

.about-three__img2 img {
  width: 100%;
}


.about-three__content {
  position: relative;
  display: block;
}

.about-three__content .sec-title-two {
  padding-bottom: 33px;
}

.about-three__content-text1 {
  position: relative;
  display: block;
}

.about-three__content-text1 p {
  color: #433838;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.about-three__content-middle {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 49px;
  margin-bottom: 45px;
}

.about-three__content-middle .img-box {
  position: relative;
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 15px solid #f7f1ee;
  overflow: hidden;
  z-index: 1;
}

.about-three__content-middle .img-box img {
  width: 100%;
}

.about-three__content-middle .content-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-three__content-middle .content-box ul {
  position: relative;
  display: block;
}

.about-three__content-middle .content-box ul li {
  position: relative;
  display: block;
  padding-left: 25px;
  margin-bottom: 13px;
}

.about-three__content-middle .content-box ul li:last-child {
  margin-bottom: 0px;
}

.about-three__content-middle .content-box ul li .icon-box {
  position: absolute;
  top: 0;
  left: 0;
}

.about-three__content-middle .content-box ul li .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--alori-black2);
  font-size: 15px;
  top: 2px;
}

.about-three__content-middle .content-box ul li .text-box {
  position: relative;
  display: block;
}

.about-three__content-middle .content-box ul li .text-box p {
  color: var(--alori-gray);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}

.about-three__content-bottom {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #dfdcdb;
  padding-top: 28px;
}

.about-three__content-bottom .left-content {
  position: relative;
  display: block;
  max-width: 150px;
  width: 100%;
  margin-right: 14px;
}

.about-three__content-bottom .left-content .text-box {
  position: relative;
  display: block;
}

.about-three__content-bottom .left-content .text-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--alori-font);
}

.about-three__content-bottom .left-content .text-box p {
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
}

.about-three__content-bottom .left-content .signature-box {
  position: relative;
  display: block;
  margin-top: 15px;
}

.about-three__content-bottom .left-content .signature-box img {
  width: auto;
}

.about-three__content-bottom .right-content {
  position: relative;
  display: block;
  padding-left: 35px;
}

.about-three__content-bottom .right-content::before {
  position: absolute;
  top: 9px;
  left: 0;
  bottom: -5px;
  width: 1px;
  background: #e7e6e5;
  content: "";
}

.about-three__content-bottom .right-content p {
  margin: 0;
}



/***
==========================================
Support One
==========================================
***/
.support-one {
  position: relative;
  display: block;
  background-color: #fcf7f5;
  padding: 120px 0px 120px;
  z-index: 1;
}

.support-one .shape3 {
  position: absolute;
  top: 15px;
  left: -35px;
  z-index: -1;
}

.support-one__support {
  position: relative;
  display: flex;
  align-items: center;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 25px 40px;
}

.support-one__support .img-box {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
}

.support-one__support .img-box .shape1 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}

.support-one__support .img-box .shape2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  text-align: center;
}

.support-one__support .img-box .shape1 img {
  width: auto;
}

.support-one__support .img-box .shape2 img {
  width: auto;
}

.support-one__support .img-box .inner {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.support-one__support .img-box img {
  width: 100%;
}

.support-one__support .content-box {
  position: relative;
  display: block;
  margin-left: 40px;
}

.support-one__support .content-box h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: var(--alori-font-3);
  margin-bottom: 9px;
}

.support-one__support .content-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  font-family: var(--alori-font);
  margin-bottom: 18px;
}

.support-one__support .content-box h3 span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 25px;
  transform: rotate(0deg);
  margin-right: 5px;
  top: 1px;
}

.support-one__support .content-box h3 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.support-one__support .content-box h3 a:hover {
  color: var(--alori-base);
}

.support-one__support .content-box p {
  color: rgba(255, 255, 255, 0.8);
}


.support-one__content {
  position: relative;
  display: block;
  margin-left: 50px;
}

.support-one__content h2 {
  color: var(--alori-black2);
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  font-family: var(--alori-font);
  margin-bottom: 26px;
}

.support-one__content p {
  margin: 0;
}

.support-one__content .btn-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

.support-one__content .btn-box .thm-btn {
  background: transparent;
  border: 2px solid var(--alori-black2);
  text-transform: capitalize;
  color: var(--alori-black2);
  letter-spacing: 0;
  font-weight: 600;
  font-family: var(--alori-font);
  border-radius: 0;
}

.support-one__content .btn-box .thm-btn:hover {
  color: #ffffff;
}

.support-one__content .btn-box .thm-btn::after {
  border-radius: 0px;
  background: var(--alori-black2);
}




/***
=====================================================
   Services Three
=====================================================
***/
.services-three {
  position: relative;
  display: block;
  padding: 120px 0px 75px;
  background: #ffffff;
  z-index: 1;
}

.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.services-three__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-three__single-img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--alori-black-rgb), .40);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.services-three__single:hover .services-three__single-img:before {
  transform: translateY(0);
  width: 100%;
}

.services-three__single-img img {
  width: 100%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.services-three__single:hover .services-three__single-img img {
  transform: scale(1.1);
}

.services-three__single-img-icon {
  position: absolute;
  left: 25px;
  bottom: 20px;
  z-index: 3;
}

.services-three__single-img-icon-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--alori-base);
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.services-three__single-img-icon-inner span {
  position: relative;
  display: block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-three__single:hover .services-three__single-img-icon-inner span {
  transform: scale(0.9);
  color: var(--thm-base);
}

.services-three__single-img-icon-inner span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
}

.services-three__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgb(201, 199, 205, 0.35);
  padding: 31px 0px 0px 25px;
}

.services-three__single-content h2 {
  color: var(--alori-black2);
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 19px;
  font-family: var(--alori-font-3);
  padding-bottom: 31px;
}

.services-three__single-content h2 a {
  color: var(--alori-black2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-three__single-content h2 a:hover {
  color: var(--alori-base);
}

.services-three__single-content .btn-box {
  position: absolute;
  bottom: -15px;
  right: 0;
  margin-top: 0px;
}

.services-three__single-content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 80px;
  background: #f6f2f2;
}

.services-three__single-content .btn-box a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--alori-base);
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
}

.services-three__single-content .btn-box a:hover:before {
  width: 100%;
}

.services-three__single-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: var(--alori-black2);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-weight: 700;
}

.services-three__single-content .btn-box a:hover span::before {
  color: #ffffff;
}


/***
==========================================
Counter One
==========================================
***/
.counter-one {
  position: relative;
  display: block;
  background: #fafafa;
  padding: 120px 0px 80px;
  z-index: 1;
}

.counter-one .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.counter-one__single {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.counter-one__single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background: #f6f2f2;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 28px;
  z-index: 1;
}

.counter-one__single .icon-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: var(--alori-base);
  transform: scale(0.7);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
  z-index: -1;
}

.counter-one__single:hover .icon-box::before {
  transform: scale(1);
  opacity: 1;
}

.counter-one__single .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--alori-black2);
  font-size: 55px;
  transition: all 500ms ease;
  transition-delay: 0.1s;
}

.counter-one__single:hover .icon-box span:before {
  color: #ffffff;
}

.counter-one__single:hover .icon-box span:before {
  transform: rotateY(180deg);
  transition-delay: 0.3s;
}

.counter-one__single .text-box {
  position: relative;
  display: block;
}

.counter-one__single .text-box h2 {
  color: #ffffff;;
  font-size: 70px;
  line-height: 0.7em;
  font-weight: 700;
  margin-bottom: 9px;
  font-family: var(--alori-font3);
}

.counter-one__single .text-box h2 .plus {
  position: relative;
  display: inline-block;
  top: 0px;
  left: -16px;
}

.counter-one__single .text-box h2 .plus2 {
  position: relative;
  display: inline-block;
  top: 1px;
  left: -35px;
}

.counter-one__single .text-box h2 .k {
  position: relative;
  display: inline-block;
  font-size: 63px;
  top: 6px;
  left: -17px;
}

.counter-one .odometer.odometer-auto-theme,
.counter-one .odometer.odometer-theme-default {
  font-family: var(--alori-font-3);
  line-height: 0.7em;
}

.counter-one__single .text-box p {
  color: var(--alori-base);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

/***
=============================================
    Product One
=============================================
***/
.product-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  overflow: hidden;
  z-index: 1;
}

.product-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.product-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-one__single-img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.product-one__single:hover .product-one__single-img::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.product-one__single-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.product-one__single:hover .product-one__single-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-one__single-content {
  position: relative;
  display: block;
  padding: 30px 0px 0px;
}

.product-one__single-content h2 {
  color: var(--alori-black2);
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 3px;
  font-family: var(--alori-font-3);
}

.product-one__single-content h2 a {
  color: var(--alori-black2);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.product-one__single-content h2 a:hover {
  color: var(--alori-base);
}

.product-one__single-content p {
  color: var(--alori-black);
}

.product-one__single-content p span {
  position: relative;
  display: inline-block;
  color: rgba(var(--alori-black-rgb), 0.7);
  margin-right: 5px;
}



/***
=============================================
    Testimonial Three
=============================================
***/
.testimonial-three {
  position: relative;
  display: block;
  padding: 0px 0px 115px;
  z-index: 1;
}

.testimonial-three__single {
  position: relative;
  display: block;
  background-color: #f6f2f2;
  padding: 48px 30px 35px 40px;
  z-index: 1;
}

.testimonial-three__single::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--alori-base-rgb), 0.7);
  content: "";
}

.testimonial-three__single:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(var(--alori-base-rgb), 0.7);
  opacity: 0;
  transform: scaleX(0.7);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.testimonial-three__single:hover:after {
  opacity: 1;
  transform: scaleX(1.0);
}

.testimonial-three__text {
  color: rgba(var(--alori-gray-rgb), 0.8);
  font-size: 22px;
  line-height: 40px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__single:hover .testimonial-three__text {
  color: #ffffff;
}

.testimonial-three__client-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dbd3d2;
  padding-top: 35px;
  margin-top: 38px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__single:hover .testimonial-three__client-info {
  border-top: 1px solid #ffffff;
}

.testimonial-three__client-details {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-three__client-img {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-three__client-img img {
  width: 100%;
}

.testimonial-three__client-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.testimonial-three__client-content h4 {
  color: var(--alori-black2);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--alori-font-3);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__single:hover .testimonial-three__client-content h4 {
  color: #ffffff;
}

.testimonial-three__client-content p {
  color: rgba(var(--alori-gray-rgb), .80);
  font-size: 15px;
  line-height: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__single:hover .testimonial-three__client-content p {
  color: #ffffff;
}

.testimonial-three__quote {
  position: relative;
  display: block;
}

.testimonial-three__quote span {
  position: relative;
  display: inline-block;
  color: #828282;
  font-size: 45px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__single:hover .testimonial-three__quote span {
  color: #ffffff;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #dedede;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot::before {
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 2px solid rgba(var(--alori-base-rgb), 0.7);
  border-radius: 50%;
  background: #ffffff;
  transform: scale(0.5);
  opacity: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot.active::before {
  transform: scale(1);
  opacity: 1;
}

.testimonial-three__carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 23px;
}

.testimonial-three__carousel.owl-theme .owl-dots .owl-dot span {
  display: none;
}

/***
=============================================
    Contact Three
=============================================
***/
.contact-three {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  background: #f2f2f1;
  z-index: 1;
}

.contact-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.contact-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}


.contact-three__img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.contact-three__img:hover::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}


.contact-three__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.contact-three__img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-three__content {
  position: relative;
  display: block;
  margin-left: 50px;
}

.contact-three__content-form {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 77px 60px 91px;
}

.contact-three__content-form .title-box {
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.contact-three__content-form .title-box h2 {
  color: var(--alori-black2);
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-transform: none;
  font-family: var(--alori-font-3);
}

.contact-three__content-form .comment-form__input-box input[type="text"],
.contact-three__content-form .comment-form__input-box input[type="email"] {
  height: 70px;
  width: 100%;
  border: 1px solid #efefef;
  background: #f6f2f2;
  padding: 0 20px;
  margin-bottom: 30px;
  border-radius: 0px;
  outline: none;
  font-size: 16px;
  color: rgba(var(--alori-black2-rgb), 0.5);
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--alori-font);
}

.contact-three__content-form .comment-form__input-box textarea {
  color: rgba(var(--alori-black2-rgb), 0.5);
  font-size: 16px;
  height: 160px;
  width: 100%;
  background: #f6f2f2;
  padding: 19px 20px 30px;
  border: 1px solid #efefef;
  border-radius: 0px;
  outline: none;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.contact-three__content-form-btn.thm-btn {
  background: #f6f6f6;
  color: var(--alori-black2);
  border-radius: 0;
  text-transform: capitalize;
  font-weight: 500;
  font-family: var(--alori-font);
}

.contact-three__content-form-btn.thm-btn:hover {
  color: #ffffff;
}

.contact-three__content-form-btn.thm-btn:after {
  border-radius: 0;
}


/***
=============================================
    Footer Three
=============================================
***/
.footer-three {
  position: relative;
  display: block;
}

.footer-three__top {
  position: relative;
  display: block;
  background: var(--alori-base);
  padding: 120px 0px 110px;
  z-index: 1;
}

.footer-three__top-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: -1;
}

.footer-three__top-wrapper {
  position: relative;
  display: block;
}

.footer-widget__column-two {
  position: relative;
  display: block;
}

.footer-widget__title-two {
  color: var(--alori-black2);
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--alori-font-3);
  margin-bottom: 33px;
  margin-top: -9px;
}

.footer-widget__about-two {
  position: relative;
  display: block;
  margin-right: -10px;
}

.footer-widget__about-two .logo-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.footer-widget__about-two .logo-box a {
  position: relative;
  display: inline-block;
}

.footer-widget__about-two-text {
  color: #747272;
  font-size: 16px;
}

.footer-widget__about-two .social-links {
  position: relative;
  display: block;
  margin-top: 30px;
}

.footer-widget__about-two .social-links ul {
  position: relative;
  display: block;
}

.footer-widget__about-two .social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.footer-widget__about-two .social-links ul li:last-child {
  margin-right: 0;
}

.footer-widget__about-two .social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #493e3d;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  z-index: 1;
}

.footer-widget__about-two .social-links ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: var(--alori-base);
  transform: scale(0.5);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
  z-index: -1;
}

.footer-widget__about-two .social-links ul li a:hover::before {
  transform: scale(1);
  opacity: 1;
}


.footer-widget__address-two {
  position: relative;
  display: block;
  margin-left: 36px;
}

.footer-widget__address-two-contact-info {
  position: relative;
  display: block;
}

.footer-widget__address-two-contact-info ul {
  position: relative;
  display: block;
}

.footer-widget__address-two-contact-info li {
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 13px;
}

.footer-widget__address-two-contact-info li .icon-box {
  position: absolute;
  top: 7px;
  left: 0;
}

.footer-widget__address-two-contact-info li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--alori-base);
  font-size: 20px;
}

.footer-widget__address-two-contact-info li .text-box {
  position: relative;
  display: block;
}

.footer-widget__address-two-contact-info li .text-box p {
  color: #747272;
  font-size: 16px;
  font-weight: 400;
}

.footer-widget__address-two-contact-info li .text-box p a {
  color: #747272;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget__address-two-contact-info li .text-box p a:hover {
  color: var(--alori-base);
}

.footer-widget__services-two {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-right: -30px;
}

.footer-widget__services-two-list {
  position: relative;
  display: block;
}

.footer-widget__services-two-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.footer-widget__services-two-list li:last-child {
  margin-bottom: 0px;
}

.footer-widget__services-two-list li a {
  color: #747272;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--alori-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget__services-two-list li a:hover {
  color: var(--alori-base);
}


.footer-widget__newsletter-two {
  position: relative;
  display: block;
  margin-left: 45px;
}

.footer-widget__newsletter-two p {
  color: #747272;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.footer-widget__newsletter-two-form {
  position: relative;
  display: block;
  margin-top: 20px;
}

.footer-widget__newsletter-two-form .input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-two-form .input-box input[type="email"] {
  color: rgba(var(--alori-black2-rgb), 0.5);
  font-size: 15px;
  height: 75px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #454141;
  padding-left: 25px;
  padding-right: 70px;
  outline: none;
}

.footer-widget__newsletter-two-btn {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 55px;
  height: 60px;
  border: none;
  background-color: var(--alori-base);
  font-size: 15px;
  color: #ffffff;
  border-radius: 5px;
  border-top-right-radius: 0px;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__newsletter-two-btn:hover {
  background-color: var(--alori-black);
  color: #ffffff;
}


.footer-three__bottom {
  position: relative;
  display: block;
}

.footer-three__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0px 35px;
}

.footer-three__bottom-text {
  position: relative;
  display: block;
}

.footer-three__bottom-text p {
  color: rgba(var(--alori-black-rgb), 0.8);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.footer-three__bottom-menu {
  position: relative;
  display: block;
}

.footer-three__bottom-menu ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-three__bottom-menu ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.footer-three__bottom-menu ul li:last-child {
  margin-right: 0;
}

.footer-three__bottom-menu ul li a {
  position: relative;
  display: block;
  color: rgba(var(--alori-black-rgb), 0.8);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.025em;
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.footer-three__bottom-menu ul li a:hover {
  color: var(--alori-base);
}


/***
=============================================
   Product One Shop
=============================================
***/
.product-one--shop {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

.product-one__pagination {
  position: relative;
  display: block;
}

.product-one__pagination .styled-pagination li a span::before {
  font-size: 15px;
  top: -2px;
}

.product-one__pagination .styled-pagination li a {
  color: var(--alori-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product-one__pagination .styled-pagination li a {
  color: var(--alori-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}


.product-one__pagination .styled-pagination li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #392917;
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: "";
  z-index: -1;
}

.product-one__pagination .styled-pagination li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.product-one__pagination .styled-pagination li a:hover {
  color: #ffffff;
  border-color: #392917;
}

.product-one__pagination .styled-pagination li a span::before {
  color: var(--alori-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product-one__pagination .styled-pagination li a:hover span::before {
  color: #ffffff;
}


/***
=============================================
Shop Two
=============================================
***/
.shop-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
}

.shop-two__top {
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.shop-two__sorting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-two__sorting .left {
  position: relative;
  display: block;
}

.shop-two__sorting .left p {
  color: #1c2035;
  font-size: 16px;
  line-height: 34px;
}

.shop-two__sorting .right {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-two__sorting .right .select-box {
  width: 150px;
}

.shop-two__sorting .right .nice-select {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  background: transparent;
  border: none;
  font-family: var(--alori-font);
  color: var(--alori-black2);
  font-size: 16px;
  font-weight: 400;
  padding-left: 0px;
  padding-right: 0px;
}

.shop-two__sorting .right .nice-select:after {
  position: absolute;
  top: 27px;
  right: 0px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--alori-black2);
  border-right: 2px solid var(--alori-black2);
  margin-top: 0px;
  z-index: 10;
}

.product-view-style {
  position: relative;
  display: block;
  padding-left: 23px;
}

.product-view-style li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 0px;
}

.product-view-style li:last-child {
  margin-right: 0;
}

.product-view-style li a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 0%;
  color: var(--thm-gray);
  font-size: 15px;
  line-height: 48px;
  text-align: center;
  transition: all 300ms ease 100ms;
}

.product-view-style li a:hover,
.product-view-style li a.active {
  color: #ffffff;
  border-color: var(--alori-base);
  background-color: var(--alori-base);
}


.shop-two__sidebar {
  position: relative;
  display: block;
  margin-right: 25px;
}

.shop-two__sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.shop-two__sidebar-single-search {
  position: relative;
  display: block;
  background: #f2f2f2;
  padding: 17px 40px 40px;
}

.shop-two__sidebar-single-search form.search-form {
  position: relative;
  display: block;
  width: 100%;
}

.shop-two__sidebar-single-search .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1c2035;
  color: rgba(var(--alori-black2-rgb), 0.8);
  font-weight: 400;
  font-size: 18px;
  padding-left: 0px;
  padding-right: 30px;
  border-radius: 0px;
  font-family: var(--alori-font-3);
  transition: all 500ms ease 0s;
  outline: none;
}

.shop-two__sidebar-single-search .search-form button {
  position: absolute;
  top: 4px;
  right: 0px;
  bottom: 0px;
  width: 23px;
  height: 60px;
  font-size: 23px;
  line-height: 60px;
  text-align: center;
  border: 0px solid #e7e7e8;
  transition: all 500ms ease 0s;
}

.shop-two__sidebar-single-search .search-form button i {
  position: relative;
  top: 0px;
  color: var(--alori-black2);
}

.shop-two__sidebar-single-search .search-form input::-webkit-input-placeholder {
  color: rgba(var(--alori-black2-rgb), 0.8);
}

.shop-two__sidebar-single-search .search-form input:-moz-placeholder {
  color: rgba(var(--alori-black2-rgb), 0.8);
}

.shop-two__sidebar-single-search .search-form input::-moz-placeholder {
  color: rgba(var(--alori-black2-rgb), 0.8);
}

.shop-two__sidebar-single-search .search-form input:-ms-input-placeholder {
  color: rgba(var(--alori-black2-rgb), 0.8);
}


.shop-two__sidebar-single-categories {
  position: relative;
  display: block;
  background: #f2f2f2;
  padding: 38px 40px 61px;
}

.shop-two__sidebar-single .title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c2035;
}

.shop-two__sidebar-single .title-box .text {
  position: relative;
  display: block;
}

.shop-two__sidebar-single .title-box .text h2 {
  color: var(--alori-black2);
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--alori-font-3);
}

.shop-two__sidebar-single .title-box .icon {
  position: relative;
  display: block;
}

.shop-two__sidebar-single .title-box .icon span:before {
  position: relative;
  display: inline-block;
  color: var(--alori-black2);
  font-size: 30px;
  font-weight: 700;
  top: 6px;
}

.shop-two__sidebar-single ul {
  position: relative;
  display: block;
  margin-top: 33px;
}

.shop-two__sidebar-single ul li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.shop-two__sidebar-single ul li:last-child {
  margin-bottom: 0px;
}

.shop-two__sidebar-single ul li a {
  position: relative;
  color: #78797f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 32px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-two__sidebar-single ul li a::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 16px;
  background: transparent;
  border: 1px solid #e4e2e2;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.shop-two__sidebar-single ul li a:hover::before {
  border-color: #1c2035;
}

.shop-two__sidebar-single ul li a::after {
  position: absolute;
  top: 8px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid #1c2035;
  transform: scale(0.7);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.2s;

  content: "";
}

.shop-two__sidebar-single ul li a:hover::after {
  transform: scale(1);
  opacity: 1;
}

.shop-two__sidebar-single ul li a:hover {
  color: #1c2035;
}

.shop-two__sidebar-single ul li a span {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.shop-two__sidebar-single-material {
  position: relative;
  display: block;
  background: #f2f2f2;
  padding: 38px 40px 61px;
}

.shop-two__sidebar-single-size {
  position: relative;
  display: block;
  background: #f2f2f2;
  padding: 38px 40px 61px;
}

.shop-two__content {
  position: relative;
  display: block;
}

.shop-two__pagination {
  position: relative;
  display: block;
}

.product-one__pagination.style2 {
  position: relative;
  display: block;
}

.product-one__pagination.style2 .styled-pagination {
  text-align: left;
  margin-top: 45px;
}



/***
=============================================
Shop Details
=============================================
***/
.shop-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
}

.shop-details__img-box {
  position: relative;
  display: block;
  margin-right: 35px;
}

.shop-details__img-box-inner {
  position: relative;
  display: block;
}

.shop-details__img-box-thumb {
  position: absolute;
  bottom: -115px;
  left: 0;
  right: 0;
  max-width: 400px;
  z-index: 2;
}

.shop-details__img-box-thumb-img {
  position: relative;
  display: block;
}

.shop-details__img-box-thumb-img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: var(--alori-base);
  transform: scaleX(0);
  opacity: 0;
  transition: all 500ms linear;
  transition-delay: 0.5s;
  content: "";
}

#shop-details-one__thumb .swiper-slide-thumb-active .shop-details__img-box-thumb-img::before {
  transform: scaleX(1.0);
  opacity: 1;
}

.shop-details__img-box-thumb-img img {
  width: 100%;
}


.shop-details-top__nav {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 5;
  transform: translateY(0%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-details-top__nav .swiper-button-next,
.shop-details-top__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 60px;
  height: 60px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: var(--alori-black2);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
}

.shop-details-top__nav .swiper-button-next {
  left: -10px;
}

.shop-details-top__nav .swiper-button-prev {
  right: -10px;
}


.shop-details-top__nav .swiper-button-next:hover,
.shop-details-top__nav .swiper-button-prev:hover {
  color: #ffffff;
  background: var(--alori-base);
}

.shop-details-top__nav .swiper-button-next::after,
.shop-details-top__nav .swiper-button-prev::after {
  display: none;
}


.shop-details-top__nav .swiper-button-prev .angle-left {
  position: relative;
  transform: rotate(0deg);
}




.shop-details__content {
  position: relative;
  display: block;
}

.shop-details__content .title {
  position: relative;
  display: block;
}

.shop-details__content .title h2 {
  color: var(--alori-black2);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  font-family: var(--alori-font-3);
  text-transform: capitalize;
}

.shop-details__content-text1 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 21px;
}

.shop-details__content-text1 .left {
  position: relative;
  display: block;
}

.shop-details__content-text1 .left h3 {
  color: var(--alori-black2);
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  font-family: var(--alori-font);
}

.shop-details__content-text1 .left h3 del {
  position: relative;
  display: inline-block;
  color: rgba(28, 32, 53, 0.5);
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  top: -6px;
}

.shop-details__content-text1 .left h3 span {
  position: relative;
  display: inline-block;
  color: #1c2035;
  font-size: 15px;
  font-weight: 400;
  top: -6px;
  margin-left: 8px;
}

.shop-details__content-text1 .right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.shop-details__content-text1 .right .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f9f7f7;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-text1 .right:hover .icon {
  background: var(--alori-base);
}

.shop-details__content-text1 .right .icon span::before {
  color: var(--alori-black2);
  font-size: 20px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-text1 .right:hover .icon span::before {
  color: #ffffff;
}

.shop-details__content-text1 .right .text {
  position: relative;
  display: block;
  margin-left: 20px;
}

.shop-details__content-text1 .right .text p {
  color: var(--alori-black2);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-transform: capitalize;
}

.shop-details__content-text1 .right .text p span::before {
  position: relative;
  display: inline-block;
  color: var(--alori-black2);
  font-size: 20px;
  top: 3px;
}

.shop-details__review {
  position: relative;
  display: block;
}

.shop-details__review ul {
  position: relative;
  display: block;
}

.shop-details__review ul li {
  position: relative;
  display: inline-block;
}

.shop-details__review ul li span::before {
  position: relative;
  display: inline-block;
  color: #efce4a;
  font-size: 15px;
}

.shop-details__content-text2 {
  position: relative;
  display: block;
  margin-top: 33px;
}

.shop-details__content-text2 p {
  margin: 0;
}

.shop-details__content-text2 ul {
  position: relative;
  display: block;
  margin-top: 30px;
}

.shop-details__content-text2 ul li {
  position: relative;
  display: block;
  padding-left: 25px;
}

.shop-details__content-text2 ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #000000;
  content: "";
}

.shop-details__content-text2 ul li p {
  margin: 0;
}


.shop-details__content-text3 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.shop-details__content-text3 .add-to-cart-btn {
  position: relative;
  display: block;
  margin-right: 20px;
}

.shop-details__content-text3 .add-to-cart-btn a {
  position: relative;
  display: inline-block;
  color: #fefefe;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  background: var(--alori-black2);
  /* padding: 18px 40px 19px; */
  padding: 10px 40px 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-text3 .add-to-cart-btn a:hover {
  background: var(--alori-base);
}

.shop-details__content-text3 .product-quantity {
  position: relative;
  display: block;
}

.shop-details__content-text3 .product-quantity-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  padding-left: 1px;
}

.shop-details__content-text3 .product-quantity-box .input-group.bootstrap-touchspin {
  position: relative;
  width: 150px;
  height: 60px;
}

.shop-details__content-text3 .product-quantity-box input.quantity-spinner.form-control {
  position: relative;
  display: block;
  padding: 0;
  width: 50px;
  flex: none;
  height: 60px;
  color: var(--alori-black);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  margin: 0 auto;
  text-align: center;
  border: none;
  font-family: var(--alori-font);
  z-index: 5;
  left: 50px;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
  position: relative;
  display: block;
  margin-left: 0px;
  background: #f9f7f7;
  color: var(--alori-black);
  cursor: pointer;
  height: 60px;
  width: 50px;
  margin: 0;
  padding: 0;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  float: right;
  border-left: none;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  float: left;
  border-right: none;
}

.shop-details__content-text3 .product-quantity-box .form-control {
  background: #f9f7f7;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
  position: absolute;
  top: 11px;
  left: 0px;
  right: 10px;
  width: 100%;
  height: 100%;
  font-family: 'alori-icon-three';
  content: "\e900";
  color: var(--alori-black);
  font-size: 20px;
  padding: 0;
  line-height: 60px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.shop-details__content-text3 .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 100%;
  height: 100%;
  font-family: 'alori-icon-three';
  content: "\e901";
  color: var(--alori-black);
  font-size: 20px;
  padding: 0;
  line-height: 60px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.shop-details__content-text3 .btn-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.shop-details__content-text3 .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--alori-black2);
  font-size: 15px;
  font-weight: 500;
  border: 1px solid var(--alori-black2);
  padding: 14px 45px 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.shop-details__content-text3 .btn-box a:hover {
  color: #ffffff;
  border-color: var(--alori-base);
  background: var(--alori-base);
}


.shop-details__content-text4 {
  position: relative;
  display: block;
  margin-top: 35px;
}

.shop-details__content-text4 ul {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li {
  position: relative;
  display: block;
  padding-left: 25px;
}

.shop-details__content-text4 ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.shop-details__content-text4 ul li .icon span:before {
  position: relative;
  display: inline-block;
  color: var(--alori-black2);
  font-size: 15px;
}

.shop-details__content-text4 ul li .text {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li .text p {
  color: #1c2035;
  font-size: 15px;
}

.shop-details__content-text4 ul li .text p span {
  color: #1c2035;
  font-size: 15px;
  font-weight: 500;
}

.shop-details__content-text5 {
  position: relative;
  display: block;
  margin-top: 22px;
}

.shop-details__content-text5 ul {
  position: relative;
  display: block;
}

.shop-details__content-text5 ul li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.shop-details__content-text5 ul li:last-child {
  margin-bottom: 0px;
}

.shop-details__content-text5 ul li p {
  color: #1c2035;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--alori-font);
}

.shop-details__content-text5 ul li p span {
  color: #7f7f7f;
}

.shop-details__content-social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.shop-details__content-social-links .title {
  position: relative;
  display: block;
  margin-right: 15px;
}

.shop-details__content-social-links .title h4 {
  color: #1c2035;
  font-size: 16px;
  font-weight: 500;
}

.shop-details__content-social-links ul {
  position: relative;
  display: block;
}

.shop-details__content-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.shop-details__content-social-links ul li:last-child {
  margin-right: 0;
}

.shop-details__content-social-links ul li a {
  position: relative;
  display: block;
  color: #212330;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-social-links ul li a:hover {
  color: var(--alori-base);
}

/***
=============================================
Shop Details Tab
=============================================
***/

.shop-details__tab {
  position: relative;
  display: block;
  margin-top: 227px;
}

.shop-details__tab-button {
  position: relative;
  display: block;
  background: #fafafa;
}

.shop-details__tab-button .tab-buttons {
  position: relative;
  display: block;
}

.shop-details__tab-button .tab-buttons li {
  position: relative;
  display: inline-block;
  background: #f0f0f0;
  cursor: pointer;
  padding: 13px 45px 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__tab-button .tab-buttons li:hover,
.shop-details__tab-button .tab-buttons li.active-btn {
  background: var(--alori-base);
}

.shop-details__tab-button .tab-buttons li h4 {
  color: var(--alori-black2);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--alori-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__tab-button .tab-buttons li:hover h4,
.shop-details__tab-button .tab-buttons li.active-btn h4 {
  color: #ffffff;
}



.shop-details__tab-content-item {
  position: relative;
  display: block;
  border: 1px solid #dddddd;
}

.shop-details__tab .tabs-content .tab {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  opacity: 1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 1;
}

.shop-details__tab .tabs-content .tab.active-tab {
  position: relative;
  display: block;
  opacity: 1.0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 5;
}

.shop-details__tab-description {
  position: relative;
  display: block;
  padding: 36px 45px 55px;
}

.shop-details__tab-description .text-box1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.shop-details__tab-description .text-box1 p {
  margin: 0;
}

.shop-details__tab-description .text-box2 {
  position: relative;
  display: block;
}

.shop-details__tab-description .text-box2 p {
  margin: 0;
}

.shop-details__tab-specifications {
  position: relative;
  display: block;
  padding: 36px 45px 55px;
}

.shop-details__tab-specifications .text-box1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.shop-details__tab-specifications .text-box1 p {
  margin: 0px;
}

.shop-details__tab-specifications .text-box2 {
  position: relative;
  display: block;
}

.shop-details__tab-specifications .text-box2 p {
  margin: 0;
}


.shop-details__tab-content-item.style2 {
  position: relative;
  display: block;
  padding: 50px 40px 50px;
}

.shop-details__tab-reviews {
  position: relative;
  display: block;
}

.review-box-outer {
  position: relative;
  display: block;
}

.single-review-box-outer {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 38px 30px 34px;
}

.single-review-box {
  position: relative;
  display: block;
  padding-left: 70px;
  min-height: 70px;
}

.single-review-box .img-box {
  position: absolute;
  top: 9px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.single-review-box .img-box img {
  width: 100%;
  border-radius: 50%;
}

.single-review-box .text-box {
  position: relative;
  display: block;
  padding-left: 25px;
}

.single-review-box .text-box .review-box {
  position: relative;
  display: block;
}

.single-review-box .text-box .review-box ul {
  position: relative;
  display: block;
}

.single-review-box .text-box .review-box ul li {
  position: relative;
  display: inline-block;
}

.single-review-box .text-box .review-box ul li i:before {
  position: relative;
  display: inline-block;
  color: var(--alori-base);
  font-size: 15px;
}

.single-review-box .text-box .review-box {
  padding: 0 0 10px;
}

.single-review-box .text-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}

.single-review-box .text-box h5 span {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--thm-font-2);
}

.single-review-box .text-box p {
  margin: 0;
}


.review-form {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 53px 60px 60px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  margin-top: 60px;
}

.review-form .title-box {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.review-form .title-box h2 {
  font-size: 30px;
  font-weight: 600;
}



.review-form .add-rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.review-form .add-rating-box .add-rating-title {
  position: relative;
  float: left;
}

.review-form .add-rating-box .add-rating-title p {
  line-height: 20px;
  margin: 0;
}

.review-form .add-rating-box .review-box {
  position: relative;
  float: left;
  padding-left: 20px;
}

.review-form .add-rating-box .review-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 20px;
  margin-right: 5px;
}

.review-form .add-rating-box .review-box ul li:last-child {
  margin-right: 0px;
}

.review-form .add-rating-box .review-box ul li i {
  font-size: 14px;
  line-height: 20px;
  transition: all 500ms ease 0s;
}


.shop-details__tab-reviews .review-form .input-box {
  position: relative;
  display: block;
}

.shop-details__tab-reviews .review-form .input-box .field-label {
  position: relative;
  display: block;
  padding-bottom: 9px;
  color: #757575;
}

.shop-details__tab-reviews .review-form form input[type="text"],
.shop-details__tab-reviews .review-form form input[type="email"],
.shop-details__tab-reviews .review-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  color: #757575;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 22px;
  border-radius: 0px;
  transition: all 500ms ease;
  outline: none;
}

.shop-details__tab-reviews .review-form form textarea {
  height: 120px;
  padding: 10px 20px;
}

.shop-details__tab-reviews .review-form form input[type="text"]:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form form input[type="email"]:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form form textarea:focus {
  border-color: #e1dddd;
}


.shop-details__tab-reviews .review-form .button-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 35px;
}

.shop-details__tab-reviews .review-form .button-box .left {
  position: relative;
  display: block;
}

.shop-details__tab-reviews .review-form .button-box .right {
  position: relative;
  display: block;
  padding-left: 20px;
}


/***
=============================================
Checked Box2
=============================================
***/
.checked-box2 {
  position: relative;
  display: block;
  min-height: 30px;
}

.checked-box2 label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #757575;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  min-height: 30px;
  font-family: var(--thm-font);
}

.checked-box2 input[type="checkbox"] {
  display: none;
}

.checked-box2 input[type="checkbox"]+label span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #d6d3d0;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box2 label span:before {
  font-family: 'alori-icon-three' !important;
  content: "\e904";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: 0px;
  color: var(--alori-base);
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box2 input[type="checkbox"]:checked+label span {
  border-color: #dedede;
}

.checked-box2 input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

/***
=============================================
Shop Details Products
=============================================
***/
.shop-details__products {
  position: relative;
  display: block;
  padding-top: 108px;
}

.shop-details__products .title {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.shop-details__products .title h2 {
  color: var(--alori-black2);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  font-family: var(--alori-font-3);
}

.shop-details__products-single {
  position: relative;
  display: block;
}

.shop-details__products-single .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.shop-details__products-single .img-box::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.shop-details__products-single:hover .img-box::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.shop-details__products-single .img-box img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.shop-details__products-single:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shop-details__products-single .img-box .text-one {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}

.shop-details__products-single .img-box .text-one.style2 {
  position: absolute;
  top: 20px;
  left: 70px;
  z-index: 5;
}

.shop-details__products-single .img-box .text-one span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  background: #ff5050;
  padding: 0px 10px 0px;
}

.shop-details__products-single .img-box .text-one span.bg2 {
  background: var(--alori-black2);
}

.shop-details__products-single .img-box img {
  width: 100%;
}

.shop-details__products-single .content-box {
  position: relative;
  display: block;
  padding: 15px 5px 0px;
  border: solid 1px orange;
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
}

.shop-details__products-single .content-box .rating-box {
  position: relative;
  display: block;
}

.shop-details__products-single .content-box .rating-box ul {
  position: relative;
  display: block;
}

.shop-details__products-single .content-box .rating-box ul li {
  position: relative;
  display: inline-block;
}

.shop-details__products-single .content-box .rating-box ul li span::before {
  position: relative;
  display: inline-block;
  color: #efce4a;
  font-size: 15px;
}

.shop-details__products-single .content-box h2 {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--alori-font-3);
  text-transform: capitalize;
  margin-bottom: 2px;
}

.shop-details__products-single .content-box h2 a {
  color: var(--alori-black2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__products-single .content-box h2 a:hover {
  color: var(--alori-base);
}

.shop-details__products-single .content-box p {
  color: #1c2035;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.shop-details__products-single .content-box p del {
  color: rgba(var(--alori-black2-rgb), 0.5);
  font-size: 14px;
}



/*** 
=============================================
   Cart area 
=============================================
***/
.cart-area {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
}

.cart-table-box .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-table-box .cart-table {
  min-width: 1024px;
  width: 100%;
}

.cart-table-box .cart-table .cart-header {
  position: relative;
  width: 100%;
  background: var(--alori-base);
}

.cart-table-box .cart-table thead tr {}

.cart-table-box .cart-table thead tr th {
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 160px;
  padding: 22px 40px;
  border: 0px solid #ededed;
  font-family: var(--alori-font-3);
}

.cart-table-box .cart-table thead tr th.hide-me {
  display: table-column;
}

.cart-table-box .cart-table thead tr th.prod-column {
  position: relative;
}

.cart-table-box .cart-table thead tr th.availability {
  padding: 0 40px
}

.cart-table-box .cart-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.cart-table-box .cart-table tbody tr td {
  min-width: 160px;
  padding: 30px 40px;
  border: 0px solid #ededed;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 73px;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb {
  width: 80px;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb a {
  position: relative;
  display: block;
  border-radius: 0px;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
  width: 100%;
  border-radius: 10px;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-table-box .cart-table tbody tr .prod-column .column-box .title {
  display: table-cell;
  vertical-align: middle;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .title {
  padding-left: 20px;
}

.cart-table-box .cart-table tbody tr .prod-column .column-box .title h3 {
  color: #25283a;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--alori-font-3);
}

.cart-table-box .cart-table tbody tr .qty {}

.cart-table-box .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
  float: none;
  width: 90px;
}

.cart-table-box .cart-table tbody tr td.price {
  color: #848484;
  font-size: 17px;
  font-weight: 500;
  font-family: var(--alori-font-3);
}

.cart-table-box .cart-table tbody tr .sub-total {
  color: #848484;
  font-size: 17px;
  font-weight: 500;
  font-family: var(--alori-font-3);
}

.cart-table-box .cart-table tbody tr td .remove {
  position: relative;
  display: block;
}

.cart-table-box .cart-table tbody tr td .remove span:before {
  position: relative;
  left: 30px;
  color: #e5e5e5;
  font-size: 25px;
  line-height: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-table-box .cart-table tbody tr td .remove:hover span:before {
  color: var(--alori-base);
}



.cart-button-box {
  padding-top: 50px
}

.cart-button-box .apply-coupon {
  position: relative;
  display: block;
}

.cart-button-box .apply-coupon .text {
  position: relative;
  display: block;
  margin-top: -7px;
  padding-bottom: 17px;
}

.cart-button-box .apply-coupon .text p {
  color: #25283a;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}

.cart-button-box .apply-coupon .inner {
  position: relative;
  display: block;
  padding-left: 270px;
}

.cart-button-box .apply-coupon input[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 60px;
  border: 1px solid #e5e5e5;
  color: #848484;
  font-size: 17px;
  font-weight: 400;
  padding: 0 30px;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  border-radius: 30px;
  font-family: var(--alori-font-3);
  outline: none;
}

.cart-button-box .apply-coupon .apply-coupon-button button {
  padding: 0 40px;
  margin-left: 10px;
  line-height: 60px;
}

.cart-button-box .update-cart button {
  padding: 0 40px;
  margin-top: 38px;
  line-height: 60px;
}

.cart-button-box .update-cart {
  float: right;
}


.cart-totals-form {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  float: right;
  margin-top: 92px;
}

.cart-totals-form h2 {
  color: #25283a;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.cart-totals-form ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 11px 0 10px;
}

.cart-totals-form ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  color: #25283a;
  font-size: 17px;
  font-weight: 500;
  line-height: 52px;
}

.cart-totals-form ul li:last-child {
  border-bottom: none;
}

.cart-totals-form ul li span {
  position: relative;
  display: block;
  float: right;
}

.cart-totals-form ul li span.total {
  color: var(--alori-base);
  font-weight: 600;
}

.cart-totals-form button {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.cart-totals-form button.thm-btn {
  text-transform: capitalize;
}



/*** 
=============================================
    Checkout Area Css
=============================================
***/
.checkout-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
}

.checkout-area .form .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.checkout-area .form .title h3 {
  color: var(--alori-black2);
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--alori-font);
}


.checkout-area .form form .field-label {
  color: #1c2035;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: none;
}

.checkout-area form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.checkout-area .form form .field-input input[type="text"],
.checkout-area .form form .field-input input[type="email"],
.checkout-area .form form .field-input input[type="tel"] {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  color: rgba(var(--alori-black2-rgb), 0.5);
  font-size: 15px;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  transition: all 500ms ease;
}

.checkout-area .form form .field-input .nice-select {
  border-radius: 0px;
  border: 1px solid #e0e0e0;
  color: rgba(var(--alori-black2-rgb), 0.5);
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  line-height: 58px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  width: 100%;
}

.checkout-area .form form .field-input .nice-select:after {
  border-bottom: 2px solid var(--alori-black2);
  border-right: 2px solid var(--alori-black2);
}

.checkout-area .form form .field-input textarea {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  color: rgba(var(--alori-black2-rgb), 0.5);
  font-size: 15px;
  font-weight: 400;
  height: 120px;
  padding: 10px 20px;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  outline: none;
}


.checkout-area__checkbox {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.checkout-area__checkbox-single+.checkout-area__checkbox-single {
  margin-top: 0px;
}

.checkout-area__checkbox-single label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--thm-gray);
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
}

.checkout-area__checkbox-single input[type="checkbox"] {
  display: none;
}

.checkout-area__checkbox-single input[type="checkbox"]+label span {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  border: 1px solid #d6d3d0;
  cursor: pointer;
  border-radius: 0%;
  transition: all 300ms ease;
}

.checkout-area__checkbox-single label span:before {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  content: "";
  background: #d6d3d0;
  border-radius: 0%;
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-area__checkbox-single input[type="checkbox"]:checked+label span {
  border-color: #d6d3d0;
}

.checkout-area__checkbox-single input[type="checkbox"]:checked+label span:before {
  transform: scale(1.0);
}

.checkout-area__sidebar {
  position: relative;
  display: block;
  margin-left: 20px;
}

.checkout-area__sidebar-single {
  position: relative;
  display: block;
  background: #f9f9f9;
  padding: 31px 25px 50px;
  margin-bottom: 30px;
}

.checkout-area__sidebar-single.mb0 {
  margin-bottom: 0;
}

.checkout-area__sidebar-single .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e2e0;
  padding-bottom: 11px;
}

.checkout-area__sidebar-single .title h3 {
  color: var(--alori-black2);
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  font-family: var(--alori-font);
}

.checkout-area__sidebar-single ul {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e2e0;
  padding-top: 24px;
  padding-bottom: 23px;
}

.checkout-area__sidebar-single ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.checkout-area__sidebar-single ul li .text-box {
  position: relative;
  display: flex;
  align-items: center;
}

.checkout-area__sidebar-single ul li .text-box .img-box {
  position: relative;
  display: block;
  margin-right: 15px;
}

.checkout-area__sidebar-single ul li .text-box .img-box img {
  width: 100%;
}

.checkout-area__sidebar-single ul li .title-box {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li .title-box p {
  color: var(--alori-black2);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.checkout-area__sidebar-single ul li .title-box p span {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.checkout-area__sidebar-single ul li .price {
  position: relative;
  display: block;
  line-height: 0;
}

.checkout-area__sidebar-single ul li .price p {
  color: #1c2035;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.checkout-area__sidebar-single ul li .price span {
  color: rgba(var(--alori-black2-rgb), 0.7);
  font-size: 14px;
  line-height: 20px;
}

.checkout-area__sidebar-single ul li .price a {
  position: relative;
  display: block;
  color: var(--alori-base);
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  margin-top: 5px;
}

.checkout__payment {
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
}

.checkout__payment__item {
  position: relative;
  display: block;
  border: 1px solid #eae7e7;
  padding: 24px 25px 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.checkout__payment__item.checkout__payment__item--active {
  border-color: var(--alori-black2);
}

.checkout__payment__title {
  display: flex;
  color: var(--alori-black2);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  align-items: center;
  cursor: pointer;
  font-family: var(--alori-font);
}

.checkout__payment__title::before {
  content: '';
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 2px solid #f9ac73;
  border-radius: 0%;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
  top: 0px;
  transition: all 500ms ease;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: var(--alori-base);
  border-color: var(--alori-base);
  content: '\f00c';
}

.checkout__payment__content {
  font-size: 15px;
  line-height: 25px;
  color: var(--alori-gray);
  margin-top: 13px;
}

.checkout__payment__checkbox {
  position: relative;
  display: block;
  margin-top: 18px;
}

.checkout__payment-btn {
  position: relative;
  display: block;
  margin-top: 30px;
}

.checkout__payment-btn .thm-btn {
  width: 100%;
  text-align: center;
  border-radius: 0px;
  text-transform: none;
}

.checkout__payment-btn .thm-btn::after {
  border-radius: 0;
}

/*#contact-form label.error{
  display: inline-block !important;
}*/
.line {
  text-align: justify;
}

.copyright:hover {
  color: #f6921e;
}

.justify {
  text-align: justify;
}

.cproductcode {
  font-size: 15px;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fb2448;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fb2448;
}
.scroll{
    overflow:scroll;
    max-height:500px
}
.b60{
  padding: 10px 60px 10px !important;
}
.tc{
  text-align: center !important;
}
.fcr{
  color: #e2270e !important;
}
.p0{
  padding-bottom: 0px !important;
}
.mb100{
  margin-bottom: 150px;
}
.as{
  padding: 5px 10px 5px !important;
}
.amt{
  margin-top: 0px !important;
}


 /*--------------------- Copyright (c) 2023 ----------------------- 
[Master Stylesheet] 
Template Name: Cultivation- Multipurpose Responsive HTML template 
Version: 1.0.0
Author: Kamleshyadav
Website: 
Purchase: 
 ------------------------------------------------------------------- 
[Table of contents] 
1. body
2. header
3. slider
4. about
5. counter
6. about farm
7. service
8. testimonial
9. shop
10. blog
11. gallery
12. team
13. partner
14. newsletter
15. footer
16. copyright
17. index2
18. index3
19. index4
20. index5
21. index6
22. about page
23. service page
24. gallery page
25. blog page
26. blog single page
27. contact page
28. product page
29. product single page
30. checkout page
31. cart single page
32. profile page
33. payment success popup
34. thank you popup
35. signup popup
36. signin popup
37. profile toggle
38. preloader
39. index7
40. responsive
-------------------------------------------------------------------*/
/********************************************************
1. body start
 *******************************************************/
 body{
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: #757575;
  font-size:15px;
  line-height:1.5;
  font-weight: 400;
  overflow-x: hidden;
}
*,*:before,*:after{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a, a:hover, a:focus{
  text-decoration: none;
  cursor:pointer;
  color: black;
  outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.container{
  max-width: 1200px;
}
.justify-content-center{
    -ms-flex-pack:center!important;
    justify-content:center!important
}
.justify-content-end{
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
}
.spacer{
  padding-top: 30px;
}
.padding-0{
  padding: 0 !important;
}
.clv_section{
  padding: 100px 0px;
}
.clv_heading{
  text-align: center;
  margin-bottom: 30px;
}
.clv_heading h3{
  font-size: 40px;
  color: #fec007;
  font-weight: 700;
  text-transform: capitalize;
}
.clv_heading.white_heading h3{
  color: #ffffff;
}
.clv_heading.white_heading p{
  color: #ffffff;
}
.clv_heading > .clv_underline{
  margin: 7px 0px;
}
.clv_btn, .clv_btn:focus{
  min-width: 170px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index:1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_btn:hover{
  color: #de1e24;
}
.clv_btn::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  background-color: #de1e24;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.clv_btn:hover::before{
  opacity: 0 ;
  -webkit-transform: scale(0.5,0.5);
  transform: scale(0.5,0.5);
}
.clv_btn::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fec007;
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
}
.clv_btn:hover::after{
  opacity: 1;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.clv_btn2, .clv_btn2:focus{
  min-width: 170px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  background-color: #3f61f6;
  border:1px solid #3f61f6;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index:1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_btn2:hover{
  color: #3f61f6;
}
.clv_btn2::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.clv_btn2:hover::before{
  width: 100%;
}
 /********************************************************
1. body end
 *******************************************************/
 /********************************************************
2. header start
 *******************************************************/
.clv_main_wrapper{
  position: relative;
}
.clv_main_wrapper .clv_header{
  position: relative;
  background-color: #ffffff;
  z-index: 10;
}
.clv_main_wrapper .clv_header .clv_left_header{
  padding: 30px 0px;
}
.clv_main_wrapper .clv_header .clv_right_header .clv_address{
  padding: 23px 0px;
}
.clv_right_header .clv_address .address_block{
  position: relative;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.clv_right_header .clv_address .address_block span.addr_icon{
  transform: rotate(45deg);
  vertical-align: middle;
  width: 35px;
  height: 35px;
  color: #fec007;
  font-size: 18px;
  float: left;
  margin-right: 11px;
  display: inline-block;
  border-radius: 7px;
  text-align: center;
  border: 1px solid #dedddb;
}
.clv_right_header .clv_address .address_block span.addr_icon svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.clv_right_header .clv_address .address_block p{
  margin: 0;
  color: #707070;
  font-weight: 500;
  font-size: 15px;
  line-height: 35px;
} 
.clv_right_header .clv_menu {
    background-color: #fec007;
    display: flex;
  justify-content: flex-start;
  align-items: center;
    border-radius: 35px 35px 0px 0px;
}
.clv_right_header .clv_menu .clv_menu_nav{
  padding: 0px 20px;
  padding-right: 10px;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li {
  display: inline-block;
  margin: 0px 7px;
  padding: 14px 0px;
  position: relative;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 5px 10px;
  text-transform: capitalize;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > a:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > a:hover:after{
  width: 60%;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > ul{
  position: absolute;
    top: 100%;
  left: -27px;
    width: 100%;
  padding: 10px 10px;
    min-width: 150px;
    background-color: white;
  border-radius: 0px 0px 10px 10px;
  border-bottom: 3px solid #fec007;
  box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.06);
    z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li:hover > ul{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li{
  display: block;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a{
  color: #222222;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 10px;
  text-transform: capitalize;
  font-family: 'Source Sans Pro', sans-serif;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a:hover{
  color: #fec007;
}
.clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a:after{
  display: none;
}
.clv_right_header > .clv_menu > .cart_nav > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 19px 0px;
  padding-left: 14px;
}
.clv_right_header > .clv_menu > .cart_nav > ul > li:last-child:before{
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,0.1);
}
.clv_right_header > .clv_menu > .cart_nav > ul > li:first-child {
    margin: 0;
    padding: 0;
}
.clv_right_header > .clv_menu > .cart_nav > ul > li.menu_toggle{
  display: none;
  cursor: pointer;
}
.clv_right_header .clv_menu .cart_nav > ul > li > a{
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.search_box{       
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  z-index: 999;
}
.search_box:before{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  content: "";
  z-index: -1;
}
.search_box.search_box_open{
  opacity: 1;
  visibility: visible;
}
.search_box.search_box_open .search_block{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.search_box .search_block {
    position: relative;
    padding: 100px 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: scale(2.3);
    width: 1170px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.search_box .search_block h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fec007;
}
.search_box .search_close {
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search_field{
  position: relative;
  border-radius: 10px;
  width: 1070px;
}
.search_box .search_block .search_field input{
  width:100%;
  height: 70px;
  outline: none;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 50px;
  padding: 0px 20px;
  padding-right: 80px;
}
.search_box .search_block .search_field > a{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 70px;
  background-color: #fec007;
  padding: 0px 50px;
  border-radius: 0px 50px 50px 0px;
  display: inline-block;
  font-weight: 500;
}
.clv_right_header .clv_menu .cart_nav ul > li > a.cart_toggle > span{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #ffffff;
    color: #fec007;
    display: inline-block;
    font-size: 8px;
    position: absolute;
    right: -5px;
    bottom: -5px;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 350px;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.11);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  z-index: 998;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box.cart_box_open{
  opacity: 1;
  visibility: visible;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > .cart_section{
  padding: 10px 42px;
  padding-left: 35px;
  background-color: #ffffff;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #fec007;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px 0px 10px 10px;
  text-transform: capitalize;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > .cart_section > ul > li{
  display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
  padding: 18px 0px;
  border-bottom: 1px solid #f6f6f6;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > .cart_section > ul > li:last-child{
  border-bottom: none;
}
.clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > .cart_section > p{
  color: #3d3d3d;
  text-transform: capitalize;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  font-weight: 500;
  margin: 0;
}
.clv_cart_box > .cart_section > ul > li > .cart_block{
  text-align: center;
  margin: 0px 10px;
}
.clv_cart_box > .cart_section > ul > li > .cart_block > img{
  max-width: 60px;
  max-height: 60px;
  border-radius: 5px;
}
.clv_cart_box > .cart_section > ul > li > .cart_block > h5{
  margin: 0px 0px 5px;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
  font-size: 18px; 
  font-weight: 600;
  color: #222222;
}
.item_quantity{
  position: relative;
  max-width: 80px;
}
.item_quantity > input{
  width: 100%;
  border: none;
  font-size: 16px;
  color: #707070;
  background-color: transparent;
  outline: none;
  text-align: center;
}
.item_quantity > a{
  position: absolute;
  top: 50%;
  left: 20px;
  display: inline-block;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  color: #fec007;
}
.item_quantity > a:last-child{
  left: auto;
  right: 20px;
}
.clv_cart_box > .cart_section > ul > li > .cart_block > h4{
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.clv_cart_box > .cart_section > ul > li > .cart_block > h4 > span{
  font-size: 18px;
}
.clv_cart_box > .cart_section > ul > li > h3{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  color: #222222;
  width: 75%;
  text-transform: capitalize;
    text-align: center;
}
.clv_cart_box > .cart_section > ul > li > h4{
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  float: right;
}
.clv_cart_box > .cart_section > ul > li > h4 > span{
  font-size: 18px;
}
 /********************************************************
2. header end
 *******************************************************/
 /********************************************************
3. slider start
 *******************************************************/
.index_v1 .clv_rev_slider .rev_column_inner .tp-parallax-wrap{
  left: 265px !important;
}
.index_v1 .clv_rev_slider ul li:last-child .rev_column_inner .tp-parallax-wrap{
  left: 1020px !important;
}
.index_v1 .clv_rev_slider{
  position: relative;
}
.index_v1 .clv_rev_slider .rev-btn:hover{
  background-color: transparent !important;
  color: #fec007 !important;
}
.index_v1 .clv_rev_slider .erinyen.tparrows{
  border: 2px solid #ffffff;
  background: none;
  min-width: 60px;
    min-height: 60px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v1 .clv_rev_slider .erinyen.tparrows:hover{
  border-color: #fec007;
  background: none;
}
.index_v1 .clv_rev_slider .erinyen.tparrows:before{
  font-size: 22px;
  line-height: 55px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v1 .clv_rev_slider .erinyen.tparrows:hover:before{
  color: #fec007;
}
.clv_banner_slider{
  position: relative;
}
.scroll_down{
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 40px;
  text-align: center;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
.scroll_down span{
  display: inline-block;
  width: 25px;
  height: 35px;
  border-radius: 25px;
  position: relative;
  border: 2px solid #ffffff;
  animation: bounce 3s infinite;
}
.scroll_down span:before{
  content: "";
  display: inline-block;
  height: 6px;
  width: 4px;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.scroll_down p{
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
}
@keyframes bounce {
    0% {
        transform: translateY(0px)
    }
    25% {
        transform: translateY(5px)
    }
    50% {
        transform: translateY(0px)
    }
    75% {
        transform: translateY(5px)
    }
    100% {
        transform: translateY(0px)
    }
}
.clv_banner_slider .clv_slide{
  background: url('../images/newimage/slider_bg1.png') no-repeat center;
  background-size: cover;
  padding: 272px 0px;
  position: relative; 
  z-index: 1;
}
.clv_banner_slider .clv_slide.slide2{
  background: url('../images/newimage/slider_bg2.png') no-repeat center;
  background-size: cover;
}
.clv_banner_slider .clv_slide:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(37, 37, 37, 0.7);
  z-index: -1;
}
.clv_banner_slider .clv_slide .clv_slide_inner h3{
  font-size: 20px;
  font-weight: 700;
  color: #fec007;
  text-transform: capitalize;
  letter-spacing: 3px;
}
.clv_banner_slider .clv_slide .clv_slide_inner h1{
  font-size: 82px;
  line-height: 82px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}
.clv_banner_slider .clv_slide .clv_slide_inner h2{
  font-size: 82px;
  font-weight: 300;
  color: #ffffff;
  text-transform: capitalize;
}
.clv_banner_slider .clv_slide .clv_slide_inner .clv_btn{
  margin-top: 10px;
}
.clv_banner_slider .slider_arrow{
  width: 60px;
    height: 60px;
  outline: none;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
  transform: translateY(-50%);
    z-index: 1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_banner_slider .slider_arrow:hover{
    border-color: #fec007;
    color: #fec007;
}
.clv_banner_slider .slider_arrow.right_arrow{
  left: auto;
  right: 50px;
}
.clv_banner_slider .slider_arrow > svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clv_banner_slider .slider_arrow > svg > path{
  fill: #ffffff;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_banner_slider .slider_arrow:hover > svg > path{
  fill: #fec007;
}
 /********************************************************
3. slider end
 *******************************************************/
 /********************************************************
4. about start
 *******************************************************/
.index_v1 .clv_about_wrapper{
  background-image: url('../images/newimage/index_v1_about_bg.png');
  background-size: contain;
}
.clv_about_wrapper .about_img img{
  border-radius: 10px;
}
.clv_about_wrapper .about_content{
  padding: 50px 0px;
}
.clv_about_wrapper .about_content .about_heading{
  margin-bottom: 20px;
}
.clv_about_wrapper .about_content .para_content p:first-child{
  margin-bottom: 24px;
}
.clv_about_wrapper .about_content .about_heading h2{
  font-size: 42px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.clv_about_wrapper .about_content .about_heading h2 > span{
  font-weight: 700;
  color: #fec007;
}
.clv_about_wrapper .about_content .about_heading h6{
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}
.clv_about_wrapper .about_content .about_heading .clv_underline{
  margin-top: 13px;
}
.clv_about_wrapper .about_content .video_block{
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.clv_about_wrapper .about_content .video_block > .video_btn > .play_video{
  font-size: 20px;
    font-weight: 600;
    text-transform: lowercase;
    color: #222222;
    display: flex;
    margin-right: 30px;
    align-items: center;
}
.clv_about_wrapper .about_content .video_block > .video_btn > .play_video > span {
    width: 50px;
    height: 50px;
    margin-right: 13px;
    font-size: 16px;
    background-color: #fec007;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    color: #ffffff;
  box-shadow: 0 0 0 rgba(254, 192, 7, 0.4);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(254, 192, 7, 0.6);
    box-shadow: 0 0 0 0 rgba(254, 192, 7, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(254, 192, 7, 0);
      box-shadow: 0 0 0 10px rgba(254, 192, 7, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(254, 192, 7, 0);
      box-shadow: 0 0 0 0 rgba(254, 192, 7, 0);
  }
}
.clv_about_wrapper .about_content .video_block > .video_btn > .play_video > span > i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}
 /********************************************************
4. about end
 *******************************************************/
 /********************************************************
5. counter start
 *******************************************************/
.clv_counter_wrapper{
  position: relative;
  background: url('../images/backgrounds/dp5.png') no-repeat center;
  background-size: cover;
  padding: 88px 0px 96px;
  z-index: 1;
}
.clv_counter_wrapper:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(37, 37, 37, 0.7);
  z-index: -1;
}
.counter_section{
  margin-top: 36px;s
}
.clv_counter_wrapper .counter_block{
  text-align: center;
}
.clv_counter_wrapper .counter_block > .counter_img{
  margin-bottom: 15px;
  display: inline-block;
}
.clv_counter_wrapper .counter_block > .counter_img > span{
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  transform: rotate(-45deg);
  position: relative;
}
.clv_counter_wrapper .counter_block > .counter_img > span.red_bg{
  background-color: #f44026;
}
.clv_counter_wrapper .counter_block > .counter_img > span.yellow_bg{
  background-color: #fec422;
}
.clv_counter_wrapper .counter_block > .counter_img > span.orange_bg{
  background-color: #ed6622;
}
.clv_counter_wrapper .counter_block > .counter_img > span.blue_bg{
  background-color: #2491fe;
}
.clv_counter_wrapper .counter_block > .counter_img > span > img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.clv_counter_wrapper .counter_block > .counter_text > h4{
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
}
.clv_counter_wrapper .counter_block > .counter_text > h5{
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
/********************************************************
5. counter end
*******************************************************/
/********************************************************
6. about farm start
*******************************************************/
.index_v1 .about_farm_wrapper{
  background-image: url('../images/newimage/index_v1_farm_bg.png');
  background-size: contain;
}
.about_farm_wrapper .about_content{
  margin-top: 38px;
}
.about_farm_wrapper .about_content .about_heading h2{
  font-size: 52px;
  text-transform: capitalize;
  color: #222222;
  font-weight: 500;
}
.about_farm_wrapper .about_content .about_heading h2 span{
  font-weight: 700;
}
.about_farm_wrapper .about_content .para_content p:first-child{
  margin-bottom: 24px;
}
.about_farm_wrapper .about_content .about_heading h6{
  margin: 20px 0px 10px; 
  font-size: 20px;
  color: #fec007;
  font-weight: 500;
}
.about_farm_wrapper .about_content .clv_btn{
  margin-top: 9px;
}
.about_farm_wrapper .about_img img{
  border-radius: 10px;
  width: 100%;
}
.about_farm_wrapper .about_img{
  position: relative;
}
.about_farm_wrapper .about_img .about_img_details{
  width: 100%;
    max-width: 470px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: -80px;
    background-color: #fec007;
    padding: 30px 50px;
    text-align: center;
    position: relative;
}
.about_farm_wrapper .about_img .about_img_details h3{
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.about_farm_wrapper .about_img .about_img_details h1{
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
}
/********************************************************
6. about farm end
*******************************************************/
/********************************************************
7. service start
*******************************************************/
.clv_service_wrapper{
  position: relative;
  background-color: #fdfaff;
  padding-top: 90px;
  padding-bottom: 70px;
}
.clv_service_wrapper .service_girl_img{
  position: absolute;
    bottom: -70px;
    right: -253px;
    display: inline-block;
}
.service_main_wrapper{
  margin-top: 25px;
}
.clv_service_wrapper .service_block{
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 40px 40px 20px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_service_wrapper .service_block:before, .clv_service_wrapper .service_block:after, .clv_service_wrapper .service_block span:before, .clv_service_wrapper .service_block span:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-width: 1px 0px 0px 1px;
  border-radius: 10px 0px 0px 0px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_service_wrapper .service_block:after{
  top: auto;
  bottom: 0;
  border-radius: 0px 0px 0px 10px;
  border-width: 0px 0px 1px 1px;
}
.clv_service_wrapper .service_block span:before{
  left: auto;
  right: 0;
  border-radius: 0px 10px 0px 0px;
  border-width: 1px 1px 0px 0px;
}
.clv_service_wrapper .service_block span:after{
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 10px 0px;
  border-width: 0px 1px 1px 0px;
}
.clv_service_wrapper .service_block:hover:before{
  width: 90px;
  height: 60px;
  border-color: #fec007;
}
.clv_service_wrapper .service_block:hover:after{
  width: 60px;
  height: 90px;
  border-color: #fec007;
}
.clv_service_wrapper .service_block:hover span:before{
  width: 60px;
  height: 90px;
  border-color: #fec007;
}
.clv_service_wrapper .service_block:hover span:after{
  width: 90px;
  height: 60px;
  border-color: #fec007;
}
.clv_service_wrapper .service_block .service_icon{
  margin-bottom: 14px;
}
.clv_service_wrapper .service_block h4{
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
}
/********************************************************
7. service end
*******************************************************/
/********************************************************
8. testimonial start
*******************************************************/
.clv_testimonial_wrapper{
  position: relative;
  background: url('../images/newimage/testimonial_bg.png') no-repeat center;
  background-size: cover;
  z-index: 1;
  padding: 90px 0px 60px;
}
.clv_testimonial_wrapper:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(28, 28, 28, 0.8);
  z-index: -1;
}
.index_v1 .testimonial_slider{
  margin-top: 25px;
}
.testimonial_slide{
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;    
  background-color: #ffffff;
  border-radius: 10px;
  z-index:1;
}
.testimonial_slider .swiper-slide{   
  padding: 40px 100px;
}
.testimonial_slide .rounded_quote{
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -40px;
  background-color: #fec007;
  border-radius: 100%;
}
.testimonial_slide .bg_quote{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.testimonial_slide .client_img img{
  border-radius: 10px;
}
.testimonial_slide .client_message{
  padding: 10px 20px;
    padding-right: 10px;
}
.testimonial_slide .client_message > p{
  margin: 0;
  margin-bottom: 5px;
}
.testimonial_slide .client_message > h3{
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222222;
}
.testimonial_slide .client_message > h3 > span{
  font-size: 15px;
  font-weight: 400;
  color: #757575;
  margin-left: 20px;
  position: relative;
}
.testimonial_slide .client_message > h3 > span:before{
  content: "";
  width: 7px;
  height: 1px;
  background-color: #757575;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.testimonial_slider .slider_arrow{
  position: absolute;
    bottom: 60px;
    right: 150px;
  font-size: 17px;
    cursor: pointer;
    color: #b1b1b1;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
    z-index: 1;
}
.testimonial_slider .slider_arrow:hover{
  color: #fec007;
}
.testimonial_slider .slider_arrow.left_arrow{
  right: 180px;
}
/********************************************************
8. testimonial end
*******************************************************/
/********************************************************
9. shop start
*******************************************************/
.index_v1 .clv_shop_wrapper{
  background-image: url('../images/newimage/index_v1_shop_bg.png');
  background-size: contain;
}
.clv_shop_wrapper{
  padding-top: 90px;
  padding-bottom: 70px;
  position: relative;
}
.shop_slider {
  position: relative;
}
 .shop_slider .swiper-container{
  padding: 15px 10px 20px;  
}
.shop_slider .swiper-slide{
  padding: 10px;
}
.shop_slider .shop_slide{
  text-align: center;
    padding: 60px 20px 28px;
    position: relative;
    border-radius: 10px;
  background-color: #ffffff;
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.06);
}
.shop_slider .shop_slide > .item_image {
    margin-bottom: 40px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.shop_slider .shop_slide:hover > .item_image {
    transform: translateY(40px);
}
.shop_slider .shop_slide > h5{
  font-size: 26px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}
.shop_slider .shop_slide > h6{
  font-size: 26px;
  font-weight: 700;
  color: #fec007;
  text-transform: capitalize;
}
.shop_slider .shop_slide:hover > h6, .shop_slider .shop_slide:hover > h5{
  opacity: 0;
  visibility: hidden;
}
.shop_slider .shop_slide > h6 > span{
  font-size: 22px;
}
.shop_slider .shop_slide .item_overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background-color: rgba(254, 192, 7, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.shop_slider .shop_slide:hover .item_overlay{
  opacity: 1;
  visibility: visible;
}
.shop_slider .shop_slide .item_overlay > h5{
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.shop_slider .shop_slide .item_overlay > h6{
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}
.shop_slider .shop_slide .item_overlay > h6 > span{
  font-size: 22px;
}
.shop_slider .shop_slide .item_overlay > input[type="checkbox"]{
  position: absolute;
  left: -999px;
}
.shop_slider .shop_slide .item_overlay .wish_icon{
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
}
.shop_slider .shop_slide .item_overlay .wish_icon:last-child{
  display: none;
}
.shop_slider .shop_slide .item_overlay.wished .wish_icon:last-child{
  display: block;
}
.shop_slider .shop_slide .item_overlay.wished .wish_icon:first-child{
  display: none;
}
.shop_slider .shop_slide .item_overlay > .shop_btn{
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  border-radius: 30px;
  font-size: 16px;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #fec007;
  position: relative;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.shop_slider .shop_slide .item_overlay > .shop_btn:hover{
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.clv_shop_wrapper .shop_slider .slider_arrow{
  width: 60px;
    height: 60px;
  outline: none;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    color: #e2e2e2;
    font-size: 40px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -100px;
  transform: translateY(-50%);
    z-index: 1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_shop_wrapper .shop_slider .slider_arrow:hover{
    border-color: #fec007;
    color: #fec007;
}
.clv_shop_wrapper .shop_slider .slider_arrow.right_arrow{
  left: auto;
  right: -100px;
}
.clv_shop_wrapper .shop_slider .slider_arrow > svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clv_shop_wrapper .shop_slider .slider_arrow > svg > path{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_shop_wrapper .shop_slider .slider_arrow:hover > svg > path{
  fill: #fec007;
}
/********************************************************
9. shop end
*******************************************************/
/********************************************************
10. blog start
*******************************************************/
.clv_blog_wrapper{
  background-color: #fdfaff;
  padding-top: 90px;
}
.blog_slider{
  margin-top: 25px;
}
.clv_blog_wrapper .blog_slider .blog_slide{
  position: relative;
  border-radius: 10px;
}
.clv_blog_wrapper .blog_slider .blog_slide .blog_content{
  padding: 25px 30px;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
}
.clv_blog_wrapper .blog_slider .blog_slide > .blog_image > img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.clv_blog_wrapper .blog_slider .blog_slide > .blog_image{
  position: relative;
  z-index: 1;
}
.clv_blog_wrapper .blog_slider .blog_slide > .blog_image:before {
    content: "";
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    transform: scale(0);
  transition: all 0.5s ease-in-out;
}
.clv_blog_wrapper .blog_slider .blog_slide:hover > .blog_image:before{
    transform: scale(1);
    opacity: 0;
}
.blog_slide .blog_content .blog_date{
  font-size: 18px;
  font-weight: 600;
  color: #fec007;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.blog_slide .blog_content .blog_title{
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_slide .blog_content .blog_title > a{
  color: #222222;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_slide .blog_content .blog_title:hover > a{
  color: #fec007;
}
.blog_slide .blog_content .blog_user{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.blog_slide .blog_content .blog_user .user_name{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.blog_slide .blog_content .blog_user .user_name > img{
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.blog_slide .blog_content .blog_user .user_name > a{
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
.blog_slide .blog_content .blog_user .user_name > a:before{
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #757575;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.blog_slide .blog_content .blog_user .comment_block span{
  color: #fec007;
}
.blog_slide .blog_content > a{
  text-transform: capitalize;
  color: #f44027;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_slide .blog_content > a:hover{
  color: #fec007;
  letter-spacing: 1px;
}
.blog_slide .blog_content > p{
  margin-bottom: 4px;
}
.clv_blog_wrapper .blog_slider .slider_arrow{
  width: 60px;
    height: 60px;
  outline: none;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    color: #e2e2e2;
    font-size: 40px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -100px;
  transform: translateY(-50%);
    z-index: 1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_blog_wrapper .blog_slider .slider_arrow:hover{
    border-color: #fec007;
    color: #fec007;
}
.clv_blog_wrapper .blog_slider .slider_arrow.right_arrow{
  left: auto;
  right: -100px;
}
.clv_blog_wrapper .blog_slider .slider_arrow > svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clv_blog_wrapper .blog_slider .slider_arrow > svg > path{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_blog_wrapper .blog_slider .slider_arrow:hover > svg > path{
  fill: #fec007;
}
/********************************************************
10. blog end
*******************************************************/
/********************************************************
11. gallery start
*******************************************************/
.clv_gallery_wrapper{
  position: relative;
  background: url('../images/newimage/gallery_bg.png') no-repeat center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 85px;
  z-index: 1;
}
.index_v1 .clv_gallery_wrapper .container{
  max-width: 1230px;
}
.clv_gallery_wrapper:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(37, 37, 37, 0.7);
  z-index: -1;
}
.gallery_grid{
  margin-top: 25px;
}
.gallery_grid .gallery_grid_item{
  width: 33%;
  margin-bottom: 30px;
}
.gallery_grid .gallery_grid_item .gallery_image{
  position: relative;
  display: inline-block;
}
.gallery_grid .gallery_grid_item .gallery_image > img{
  border-radius: 10px;
  max-width:100%;
}
.gallery_grid .gallery_grid_item .gallery_image .gallery_overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(254, 192, 7, 0.80);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.gallery_grid .gallery_grid_item .gallery_image:hover .gallery_overlay{
  opacity: 1;
  visibility: visible;
}
.gallery_grid .gallery_grid_item .gallery_image .gallery_overlay > a{
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
}
.gallery_slider .swiper-container{
  padding-bottom: 30px; 
}
.gallery_slider .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255,255,255,1);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.gallery_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 20px;
  background-color: #fec007;
  border-radius: 10px;
}
/********************************************************
11. gallery end
*******************************************************/
/********************************************************
12. team start
*******************************************************/
.index_v1 .clv_team_wrapper{
  background-image: url('../images/newimage/index_v1_team_bg.png');
  background-size: contain;
}
.clv_team_wrapper{
  padding-top: 88px;
}
.clv_team_wrapper .container{
  max-width: 1200px;
}
.clv_team_wrapper .team_section{
  margin-top: 25px;
}
.clv_team_wrapper .team_section .team_block{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.07);
}
.clv_team_wrapper .team_section .team_block .team_image{
  position: relative;
}
.clv_team_wrapper .team_section .team_block .team_details{
  margin-bottom: -47px;
    transform: translateY(0px);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_team_wrapper .team_section .team_block:hover .team_details{
  transform: translateY(-60px);
}
.clv_team_wrapper .team_section .team_block .team_image .social_overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0; 
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-60px);
  z-index: -1;
  background-color: rgba(254, 192, 7, 0.90);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_team_wrapper .team_section .team_block:hover .team_image .social_overlay{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  z-index: 1;
}
.clv_team_wrapper .team_section .team_block .team_image .social_overlay p{
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
}
.clv_team_wrapper .team_section .team_block .team_image .social_overlay ul > li{
  display: inline-block;
  margin: 0px 10px;
}
.clv_team_wrapper .team_section .team_block .team_image .social_overlay ul > li > a{
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
}
.clv_team_wrapper .team_section .team_block .team_details .team_name{
  text-align: center;
  padding: 14px 0px 15px;
  background-color: #ffffff;
}
.clv_team_wrapper .team_section .team_block .team_details .team_name h3{
  font-size: 24px;
  color: #222222;
  margin-bottom: 3px;
  text-transform: capitalize;
  font-weight: 600;
}
.clv_team_wrapper .team_section .team_block .team_details .team_name p{
  color: #fec007;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.clv_team_wrapper .team_section .team_block .team_details .team_name span{
  display: block;
    width: 50px;
    height: 2px;
  opacity: 0;
    background-color: #fec007;
    margin: 15px auto 10px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_team_wrapper .team_section .team_block:hover .team_details .team_name span{
  opacity: 1;
} 
/********************************************************
12. team end
*******************************************************/
/********************************************************
13. partner start
*******************************************************/
.clv_partner_wrapper{
  background-color: #fdfaff;
  padding-bottom: 0px;
}
.partner_slider .partner_slide .partner_image {
    text-align: center;
  background-color: #ffffff;
  padding: 27px 0px 28px;
  border: 1px solid #e8e8e8;
    border-radius: 10px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.partner_slider .partner_slide .partner_image:hover{
  border-color: #fec007;  
  background-color: #fec007;  
}
.partner_slider .partner_slide .partner_image svg path{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;  
}
.partner_slider .partner_slide .partner_image:hover svg path{
  fill: #ffffff;  
}
.clv_partner_wrapper .partner_slider .slider_arrow{
  width: 40px;
    height: 40px;
  outline: none;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    color: #e2e2e2;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -100px;
  transform: translateY(-50%);
    z-index: 1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_partner_wrapper .partner_slider .slider_arrow:hover{
    border-color: #fec007;
    color: #fec007;
}
.clv_partner_wrapper .partner_slider .slider_arrow.right_arrow{
  left: auto;
  right: -100px;
}
.clv_partner_wrapper .partner_slider .slider_arrow > svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clv_partner_wrapper .partner_slider .slider_arrow > svg > path{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_partner_wrapper .partner_slider .slider_arrow:hover > svg > path{
  fill: #fec007;
}
/********************************************************
13. partner end
*******************************************************/
/********************************************************
14. newsletter start
*******************************************************/
.clv_newsletter_wrapper{
  padding: 38px 60px 55px;
  display: flex;
  align-items: center;
  background-color: #fec007;
  border-radius: 20px;
  margin-top: 100px;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
.clv_newsletter_wrapper .newsletter_text{
  width: 40%;
}
.clv_newsletter_wrapper .newsletter_text h2{
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.clv_newsletter_wrapper .newsletter_text h4{
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}
.clv_newsletter_wrapper .newsletter_field{
  width: 60%;
}
.clv_newsletter_wrapper .newsletter_field h3{
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.clv_newsletter_wrapper .newsletter_field .newsletter_field_block{
  max-width: 610px;
  width: 100%;
  position: relative;
}
.clv_newsletter_wrapper .newsletter_field .newsletter_field_block > input{
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  padding-right: 180px;
  border-radius: 30px;
  border: none;
  outline: none;
}
.clv_newsletter_wrapper .newsletter_field .newsletter_field_block > a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  padding: 0px 40px;
  border-radius: 30px;
  background-color: #222222;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_newsletter_wrapper .newsletter_field .newsletter_field_block > a:hover{
  background-color: #555555;
}
/********************************************************
14. newsletter end
*******************************************************/
/********************************************************
15. footer start
*******************************************************/
.clv_footer_wrapper{
  position: relative;
  /* padding-top: 200px; */
  padding-bottom: 15px;
  background-color: #1c232c;
  background-image: url('../images/newimage/footer.png');
  background-size: contain;
}
.clv_footer_wrapper img.foot_girl {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.clv_footer_wrapper .footer_block .footer_logo{
  margin-bottom: 18px;
}
.clv_footer_wrapper .footer_block p{
  color: #ffffff;
  margin-bottom: 15px;
}
.clv_footer_wrapper .footer_block h6{
  text-transform: uppercase;
  color: #fec007;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin-bottom:8px;
}
.clv_footer_wrapper .footer_block h3{
  color: #bcbcbc;
  font-size: 34px;
}
.clv_footer_wrapper .footer_block .footer_heading{
  margin-bottom: 20px;
  position: relative;
}
.clv_footer_wrapper .footer_block .footer_heading > h4{
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
}
.clv_footer_wrapper .footer_block .useful_links > li{
  display: block;
  margin-bottom: 20px;
}
.clv_footer_wrapper .footer_block .useful_links > li:last-child{
  margin-bottom: 0;
}
.clv_footer_wrapper .footer_block .useful_links > li > a{
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_footer_wrapper .footer_block .useful_links > li > a:hover{
  color: #fec007;
}
.clv_footer_wrapper .footer_block .useful_links > li > a > span{
  margin-right: 10px;
}
.clv_footer_wrapper .footer_block .instagram_links > li {
    display: inline-block;
    margin: 0px 5px 10px 0px;
}
.clv_footer_wrapper .footer_block .instagram_links > li > a{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.clv_footer_wrapper .footer_block .instagram_links > li > a:before{
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; 
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(254, 192, 7, 0.70);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_footer_wrapper .footer_block .instagram_links > li > a:hover:before{
  opacity: 1;
  visibility: visible;
}
.clv_footer_wrapper .footer_block .instagram_links > li > a > img{
  border-radius: 5px;
}
/********************************************************
15. footer end
*******************************************************/
/********************************************************
16. copyright start
*******************************************************/
.clv_copyright_wrapper{
  background-color: #161c23;
  text-align: center;
  padding: 14px;
}
.clv_copyright_wrapper > p{
  margin: 0;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 16px;
}
.clv_copyright_wrapper > p > a{
  color: #fec007;
}
/********************************************************
16. copyright end
*******************************************************/
/********************************************************
17. Index2 start
*******************************************************/

.index_v2 .clv_heading h3{
  color: #1fa12e;
}
/*Header Start*/
.index_v2.clv_main_wrapper .clv_header {
  background-color: #f4f9ff;
}
.index_v2.clv_main_wrapper .clv_header .clv_right_header .clv_address{
  margin-left: 20%;
  padding: 35px 0px 27px;
}
.index_v2 .clv_right_header .clv_address .address_block span.addr_icon{
  margin-top: 10px;
}
.index_v2.clv_main_wrapper .clv_header .clv_address .header_location{
  text-align: left;
  margin-left: 45px;
}
.index_v2.clv_main_wrapper .clv_header .clv_address .header_location > p{
  margin: 0;
}
.index_v2.clv_main_wrapper .clv_header .clv_address .header_location > h5{
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222222;
}
.index_v2.clv_main_wrapper .clv_right_header{
  position: relative;
}
.index_v2.clv_main_wrapper .clv_right_header .clv_address .address_block:after{
  content: "";
  border-right: 1px solid #ececec;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  display: block;
}
.index_v2.clv_main_wrapper .clv_right_header .clv_address .address_block.br_none:after{
  display: none;
}
.index_v2.clv_main_wrapper .clv_right_header .clv_menu{
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
    padding-left: 65px;
  z-index: 10;
}
.index_v2.clv_main_wrapper .clv_right_header .clv_menu .clv_menu_nav > ul > li{
  padding: 11px 0px 15px;
}
.index_v2.clv_main_wrapper .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul{
  border-bottom-color: #1fa12e;
}
.index_v2.clv_main_wrapper .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
  color: #222222;
  padding: 5px 0px;
  margin: 0px 10px;
}
.index_v2.clv_main_wrapper .clv_right_header .clv_menu .clv_menu_nav > ul > li > a:hover{
  color: #1fa12e;
}
.index_v2.clv_main_wrapper .clv_right_header .clv_menu .clv_menu_nav > ul > li > a:after{
  width: 100%;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
}
.index_v2.clv_main_wrapper .clv_right_header .clv_menu .clv_menu_nav > ul > li > a:hover:after{
  background-color: #1fa12e;
  transform: translateX(-50%) scaleX(1);
}
.index_v2.clv_main_wrapper .clv_right_header .clv_menu .cart_nav > ul > li > a{
  color: #1fa12e;
}
.index_v2.clv_main_wrapper .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a:hover{
  color: #1fa12e;
}
.index_v2.clv_main_wrapper .clv_right_header > .clv_menu > .cart_nav > ul > li{
  position: relative; 
}
.index_v2.clv_main_wrapper .clv_right_header > .clv_menu > .cart_nav > ul > li:first-child:after{
  content: "";
  border-right: 1px solid #ececec;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  display: block;
}
.index_v2.clv_main_wrapper .clv_right_header > .clv_menu > .appointment_btn{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  background-color: #1fa12e;
  color: #ffffff;
  border-radius: 50px;
  text-transform: capitalize;
}
.index_v2.clv_main_wrapper .search_box .search_block h3{
  color: #1fa12e;
}
.index_v2.clv_main_wrapper .search_box .search_block .search_field > a{
  background-color: #1fa12e;
}
/*Header End*/
/*Banner Start*/
.index_v2 .clv_rev_slider .erinyen.tparrows{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v2 .clv_rev_slider .erinyen.tparrows:hover{
  min-width: 110px ;
  border-radius: 40px;
}
.index_v2 .clv_rev_slider .erinyen.tparrows:after, .index_v2 .clv_rev_slider .erinyen.tparrows:before {
    content: "Prev";
    position: absolute;
  left: 40px;
  line-height: 70px;
    top: 0;
    font-size: 20px;
    color: #fec007;
    display: block;
    line-height: 70px;
    text-align: center;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
    z-index: 2;
}
.index_v2 .clv_rev_slider .erinyen.tparrows:after{
  opacity: 0;
  visibility: hidden;
}
.index_v2 .clv_rev_slider .erinyen.tparrows:hover:after{
  opacity: 1;
  visibility: visible;
}
.index_v2 .clv_rev_slider .erinyen.tparrows.tp-rightarrow::after{
  content: "Next";
  left: auto;
  right: 40px;
}
.index_v2 .clv_rev_slider .erinyen.tparrows.tp-rightarrow{
  left: auto !important;
  right: -70px !important;
  transform: matrix(1, 0, 0, 1, -110, -35) !important;
} 
.index_v2 .clv_rev_slider .erinyen.tparrows.tp-rightarrow:hover::before{
  content: "\e825";
  left: auto;
  right: 25px;
}
.index_v2 .clv_rev_slider .erinyen.tparrows.tp-rightarrow::before{
  content: "\e825";
  left: auto;
  right: 50%;
  transform: translateX(50%);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v2 .clv_rev_slider .erinyen.tparrows:before{
  content: "\e824";
  font-family: "revicons";
  left: 50%;
  color: #ffffff;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v2 .clv_rev_slider .erinyen.tparrows:hover:before{
  left: 25px;
}
.index_v2.clv_main_wrapper .clv_banner_slider .clv_slide{
  background: url('../images/newimage/index2_slider_bg1.png') no-repeat center;
  background-size: cover;
}
.index_v2.clv_main_wrapper .clv_banner_slider .clv_slide.slide2{
  background: url('../images/newimage/index2_slider_bg2.png') no-repeat center;
  background-size: cover;
}
.index_v2.clv_main_wrapper .clv_banner_slider .clv_slide:before{
  background-color: rgba(0,0,0,0.70);
} 
.index_v2.clv_main_wrapper .clv_banner_slider .clv_slide .clv_slide_inner h3{
  color: #1fa12e;
}
.index_v2.clv_main_wrapper .clv_banner_slider .clv_btn{
  margin-top: 30px;
}
.index_v2 .clv_btn:hover{
  color: #1fa12e;
}
.index_v2 .clv_btn::before{
  background-color: #1fa12e;
}
.index_v2 .clv_btn::after{
  border: 1px solid #1fa12e;
}
.index_v2 .clv_banner_slider .slider_arrow{
  border: none;
  background-color: rgba(0,0,0,0.5);
}
.index_v2 .clv_banner_slider .slider_arrow:hover{
  background-color: rgba(0,0,0,1);
  width: 100px;
  border-radius: 50px;
}
.index_v2 .clv_banner_slider .slider_arrow > svg, .index_v2 .clv_banner_slider .slider_arrow.right_arrow > svg{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v2 .clv_banner_slider .slider_arrow:hover > svg{
  left: 30%;
}
.index_v2 .clv_banner_slider .slider_arrow.right_arrow > svg{
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}
.index_v2 .clv_banner_slider .slider_arrow.right_arrow:hover > svg{
  left: auto;
  right: 30%;
}
.index_v2 .clv_banner_slider .slider_arrow span{
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v2 .clv_banner_slider .slider_arrow:hover span{
  left: 30%;
    margin-left: 30px;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
}
.index_v2 .clv_banner_slider .slider_arrow.right_arrow > span{
  left: auto;
    right: -30%;
}
.index_v2 .clv_banner_slider .slider_arrow.right_arrow:hover > span{
    right: 20%;
}
/*Banner End*/
/*Service Feature Start*/
.clv_features_wrapper .feature_block {
    padding: 30px 20px;
    background-color: #f4f9ff;
    border-radius: 10px;
    text-align: center;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.clv_features_wrapper .feature_block:hover{
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.06);
}
.clv_features_wrapper .feature_block .feature_img {
  padding-bottom: 14px;
}
.clv_features_wrapper .feature_block h3{
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 14px;
  padding-bottom: 14px;
  position: relative;
}
.clv_features_wrapper .feature_block h3:before, .clv_features_wrapper .feature_block h3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 1px;
    width: 110px;
    transform: translateX(-50%);
    background-color: #1fa12e;
}
.clv_features_wrapper .feature_block h3:after{
  width: 50px;
  top: 115%;
}
.clv_features_wrapper .feature_block .clv_btn {
    height: 40px;
    line-height: 40px;
    min-width: 135px;
}
/*Service Feature End*/
/*About Agriculture Start*/
.clv_about_agriculture_wrapper{
  position: relative;
  background: url('../images/newimage/about_agri_bg.png') no-repeat center;
  background-size: cover;
  padding-bottom: 140px;
}
.clv_about_agriculture_wrapper .about_agri_image{
  position: relative;
  text-align: right;
  z-index: 1;
}
.clv_about_agriculture_wrapper .about_agri_image > img{
  border-radius: 10px;
}
.clv_about_agriculture_wrapper .about_agri_image:after{
  content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 15px;
    right: 40px;
    bottom: -40px;
    background-color: #74c482;
    border-radius: 10px;
    z-index: -1;
}
.clv_about_agriculture_wrapper .about_agri_content{
  padding-top: 30px;
}
.clv_about_agriculture_wrapper .about_agri_content h2{
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 15px;
}
.clv_about_agriculture_wrapper .about_agri_content h6{
  font-size: 20px;
  text-transform: capitalize;
  color: #222222;
  font-family: 'Lato', sans-serif;
  margin-bottom: 23px;
}
.clv_about_agriculture_wrapper .about_agri_content .auth_sign_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clv_about_agriculture_wrapper .about_agri_content .auth_sign_block .agri_auth_name > h5{
  font-size: 22px;
  text-transform: capitalize;
  color: #222222;
}
.clv_about_agriculture_wrapper .about_agri_content .auth_sign_block .agri_auth_name > p{
  text-transform: capitalize;
}
/*About Agriculture End*/
/*About Product Start*/
.clv_about_product{
  padding-bottom: 121px;
}
.clv_about_product .about_product_contect{
  position: relative;
  padding-top: 70px;
}
.clv_about_product .about_product_contect > h2{
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 14px;
}
.clv_about_product .about_product_contect > h6{
  font-size: 20px;
  /* color: #1fa12e; */
  color: #ffc539;
  font-family: 'Lato', sans-serif;
  margin-bottom: 19px;
}
.clv_about_product .about_product_contect .about_product_contact{
  position: relative;
    padding: 30px;
  padding-left: 28px;
  padding-right: 55px;
    margin-right: 105px;
    /* background-color: #98c7e2; */
    background-color:#fec007;
    border-radius: 10px;
}
.clv_about_product .about_product_contect .about_product_contact h4{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #ffffff;
}
.clv_about_product .about_product_contect .about_product_contact h3{
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
}
.clv_about_product .about_product_contect .about_product_contact > span{
  display: flex;
  align-items:center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  position: absolute;
    /* background-color: #98c7e2; */
    background-color:#fec007;

  top: 50%;
  right: -45px;
  transform: translateY(-50%);
}
.clv_about_product .about_product_image{
  position: relative;
  z-index: 1;
  display: inline-block;
}
.clv_about_product .about_product_image > img{
  border-radius: 10px;
}
.clv_about_product .about_product_image .play_btn_block{
  content: "";
    display: flex;
  align-items: center;
  justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 10px;
}
.clv_about_product .about_product_image .play_btn_block a > span{
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.5);
  background-color: #ffffff;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  animation: pulse2 2s infinite;
}
@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.clv_about_product .about_product_image:after{
  content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    right: -40px;
    bottom: -40px;
    /* background-color: #98c7e2; */
    background-color: #fec007;
    border-radius: 10px;
    z-index: -1;
}
/*About Product End*/
/*Agriculture Services Start*/
.agri_service_wrapper{
  position: relative;
  background-color: #f4f8ff;
  padding: 88px 0px 70px;
}
.agri_boy_image{
  position: absolute;
  bottom: 0px;
  left: 20%;
}
.agri_service_section .agri_service_block{
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.06);
  padding: 52px 0px 47px;
  margin-bottom: 30px;
  text-align: center;
}
.agri_service_inner{
  margin-top: 30px;
}
.agri_service_section .agri_service_block .agrice_service_image{
  margin-bottom: 15px;
}
.agri_service_section .agri_service_block h4{
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}
/*Agriculture Services End*/
/*Agriculture Counter Start*/
.index_v2 .clv_counter_wrapper{
  background: none;
}
.index_v2 .clv_counter_wrapper:before{
  display: none;
}
.index_v2 .clv_counter_wrapper .counter_block > .counter_img > span{
  border: 1px dashed #dcdcdc;
}
.index_v2 .clv_counter_wrapper .counter_block > .counter_text > h5{
  color: #222222;
}
.clv_counter_wrapper .counter_block > .counter_text > h4.red_color{
  color: #f44026;
}
.clv_counter_wrapper .counter_block > .counter_text > h4.yellow_color{
  color: #fec422;
}
.clv_counter_wrapper .counter_block > .counter_text > h4.orange_color{
  color: #ed6622;
}
.clv_counter_wrapper .counter_block > .counter_text > h4.blue_color{
  color: #46a3ff;
}
/*Agriculture Counter End*/
/*Agriculture Testimonial Start*/
.agri_testimonial_wrapper{
  background-color: #f4f8ff;
  padding-bottom: 80px;
  padding-top: 86px;
}
.agri_testimonial_wrapper .agri_testimonial_content{
  margin-top: 69px;
}
.agri_testimonial_wrapper .agri_testimonial_content h3{
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1fa12e;
}
.agri_testimonial_wrapper .agri_testimonial_slider{
  position: relative;
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_arrow{
  position: absolute;
  top: 47px;
    right: 40px;
    z-index: 1;
    width: 60px;
    height: 50px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #f0f0f0;
    border-radius: 0px 25px 25px 0;
  cursor: pointer;
  background-color: #ffffff;
    box-shadow: 6px 0px 20px 0px rgba(0,0,0,0.06);
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_arrow.agri_testimonial_left {
    right: 100px;
    border-radius: 25px 0px 0px 25px;
    border: none;
  box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.06)
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_arrow svg > path{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_arrow:hover svg > path{
  fill: #1fa12e;
}
.agri_testimonial_wrapper .agri_testimonial_slider .swiper-container{
  padding: 70px 0px 20px;
}
.agri_testimonial_wrapper .agri_testimonial_slider .swiper-container .swiper-slide{
  padding: 0px 10px;
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 60px 20px 30px;
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.06);
  z-index: 1;
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide .agri_testimonial_image{
  position: absolute;
    display: block;
    bottom: 0;
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide .agri_testimonial_message{
  margin-left: 200px;
  position: relative;
  z-index: 1;
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide .agri_testimonial_message p{
  font-style: italic;
  margin-bottom: 5px;
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide .agri_quate{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide .agri_testimonial_message h4{
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222222;
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide .agri_testimonial_message h4 > span{
  font-size: 15px;
    color: #757575;
  font-weight: 400;
  text-transform: capitalize;
    margin-left: 20px;
    position: relative;
}
.agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide .agri_testimonial_message h4 > span:before {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #757575;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

/*Agriculture Testimonial End*/
/*Agriculture Shop Start*/
.index_v2 .shop_slider .shop_slide{
  box-shadow: none;
  border: 1px dashed #e0e0e0;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v2 .shop_slider .shop_slide:hover{
  border-color: transparent;
}
.index_v2 .shop_slider .shop_slide .item_overlay > h5{
  font-size: 22px;
}
.index_v2 .shop_slider .shop_slide .item_overlay{
  background-color: rgba(31,161,46,0.85);
}
.index_v2 .shop_slider .shop_slide .item_overlay > .shop_btn{
  color: #1fa12e;
}
.index_v2 .shop_slider .shop_slide .item_overlay > .shop_btn:hover{
  color: #ffffff;
}
.index_v2 .shop_slider .shop_slide .item_details{
  text-align: left;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v2 .shop_slider .shop_slide .item_name{
  display: inline-block
}
.index_v2 .shop_slider .shop_slide .item_name h5{
  font-size: 22px;
    color: #222222;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}
.index_v2 .shop_slider .shop_slide .item_name h3{
  font-size: 16px;
    color: #1fa12e;
  font-weight: 600;
  text-transform: capitalize;
}
.index_v2 .shop_slider .shop_slide .item_details h6{
  font-size: 26px;
    color: #222222;
  font-weight: 600;
  float: right;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v2 .shop_slider .shop_slide .item_details h6 span{
  font-size: 20px;
}
.index_v2 .shop_slider .shop_slide:hover .item_details, .index_v2 .shop_slider .shop_slide:hover .item_details h6{
  opacity: 0;
  visibility: hidden;
}
.index_v2 .clv_shop_wrapper .shop_slider .slider_arrow{
  width: 40px;
  height: 40px; 
  border-width: 1px;
}
.index_v2 .clv_shop_wrapper .shop_slider .slider_arrow:hover{
  background-color: #1fa12e;
  border-color: #1fa12e;
}
.index_v2 .clv_shop_wrapper .shop_slider .slider_arrow:hover svg path{
  fill: #ffffff;
}
/*Agriculture Shop End*/
/*Agriculture Blog Start*/
.agri_blog_wrapper{
  background-color: #f4f8ff;
  padding-top: 88px;
  padding-bottom: 95px;
}
.agri_blog_inner{
  margin-top: 25px;
}
.blog_section .agri_blog_image {
    position: relative;
}
.blog_section .agri_blog_image img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.blog_section .agri_blog_image .agri_blog_date{
  position: absolute;
  bottom: -20px;
  left: 35px;
  display: flex;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
  justify-content: center;
  text-transform: capitalize;
  width: 150px;
  height: 45px;
  font-size: 18px;
  font-weight: 700;
  color: #1fa12e;
  background-color: #ffffff;
  border-radius: 30px;
}
.blog_section .agri_blog_content{
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
}
.blog_section .agri_blog_content h3{
  font-size: 26px;
  font-weight: 700;
  color: #222222;
  text-transform: capitalize;
}
.blog_section .agri_blog_content h3 > a{
  color: #222222;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_section .agri_blog_content h3 > a:hover{
  color: #1fa12e;
}
.blog_section .blog_user{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 9px;
}
.blog_section .blog_user .user_name{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.blog_section .blog_user .user_name > img{
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.blog_section .blog_user .user_name > a{
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
.blog_section .blog_user .user_name > a:before{
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #757575;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.blog_section .blog_user .comment_block span{
  color: #fec007;
  font-size: 22px;
}
.blog_section .agri_blog_content > p {
  margin: 0;
}
.blog_section .agri_blog_content > a {
    text-transform: capitalize;
    color: #f44027;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_section .agri_blog_content > a:hover{
  color: #1fa12e;
  letter-spacing: 1px;
}
.right_blog_section .right_blog_block{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
.right_blog_section .right_blog_block .right_blog_image img{
  border-radius: 10px 0px 0px 10px;
}
.right_blog_section .right_blog_block .right_blog_content{
  padding: 18px 30px;
  padding-right: 5px;
}
.right_blog_section .right_blog_block .right_blog_content .agri_blog_date{
  font-size: 18px;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1fa12e;
  display: inline-block;
    text-transform: capitalize;
}
.right_blog_section .right_blog_block .right_blog_content h3{
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  color: #222222;
  text-transform: capitalize;
}
.right_blog_section .right_blog_block .right_blog_content h3 > a{
  color: #222222;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.right_blog_section .right_blog_block .right_blog_content h3 > a:hover{
  color: #1fa12e;
}
.right_blog_block .blog_user{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 9px;
}
.right_blog_block .blog_user .user_name{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.right_blog_block .blog_user .user_name > img{
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.right_blog_block .blog_user .user_name > a{
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
.right_blog_block .blog_user .user_name > a:before{
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #757575;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.right_blog_block .blog_user .comment_block span{
  color: #fec007;
  font-size: 22px;
}
.right_blog_block .right_blog_content > a {
    text-transform: capitalize;
    color: #f44027;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.right_blog_block .right_blog_content > a:hover{
  color: #1fa12e;
  letter-spacing: 1px;
}
/*Agriculture Blog End*/
/*Agriculture Team Start*/
.agri_team_wrapper{
  padding-bottom: 95px;
}
.agri_team_content{
  margin-top: 100px;
}
.agri_team_content h3{
  font-size: 40px;
  font-weight: 700;
  color: #1fa12e;
  text-transform: capitalize;
}
.agri_team_section .agri_team_block{
  display: inline-block;
  background-color: #ffffff;
  border: 1px dashed #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.agri_team_section .agri_team_block:hover{
  border-color: transparent;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.agri_team_section .agri_team_block .agri_team_overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(31,161,46,0.9);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.agri_team_section .agri_team_block:hover .agri_team_overlay{
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.agri_team_section .agri_team_block .agri_team_overlay h4{
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 13px;
}
.agri_team_section .agri_team_block .agri_team_overlay > span{
  padding: 10px 15px;
  background-color: rgba(255,255,255,0.3);
  color:#ffffff;
  text-transform: capitalize;
  border-radius: 30px;
  margin-bottom: 23px;
}
.agri_team_section .agri_team_block .agri_team_overlay p{
  color:#ffffff;
  text-transform: capitalize;
  font-size: 16px;
}
.agri_team_section .agri_team_block .agri_team_overlay > ul > li {
  display: inline-block;
  margin: 0px 5px;
}
.agri_team_section .agri_team_block .agri_team_overlay > ul > li > a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.agri_team_section .agri_team_block .agri_team_overlay > ul > li > a:hover{
  color: #1fa12e;
  border-color: #ffffff;
  background-color: #ffffff;
}
/*Agriculture Team End*/
/*Agriculture Partner Start*/
.index_v2 .partner_slider .partner_slide .partner_image:hover{
  background-color: #1fa12e;
  border-color: #1fa12e;
}
.index_v2 .clv_partner_wrapper .partner_slider .slider_arrow{
  width: 40px;
  height: 40px; 
  border-width: 1px;
}
.index_v2 .clv_partner_wrapper .partner_slider .slider_arrow:hover{
  background-color: #1fa12e;
  border-color: #1fa12e;
}
.index_v2 .clv_partner_wrapper .partner_slider .slider_arrow:hover svg path{
  fill: #ffffff;
}
/*Agriculture Partner End*/
/*Agriculture Newsletter Start*/
.index_v2 .clv_newsletter_wrapper{
  background-color: #1fa12e;
}
/*Agriculture Newsletter End*/
/*Agriculture Footer Start*/
.index_v2 .clv_footer_wrapper{
  background: none;
  background-color: #1c1c1c;
}
.index_v2 .footer_post_slider .footer_post_slide{
  position: relative;
  display: flex;
  align-items: center;
}
.index_v2 .footer_post_slider .footer_post_slide .footer_post_image{
  margin-right: 10px;
}
.index_v2 .footer_post_slider .footer_post_slide .footer_post_image > img{
  border-radius: 5px;
}
.index_v2 .footer_post_slider .footer_post_slide .footer_post_content span{
  font-size: 14px;
  text-transform: capitalize;
  color: #1fa12e;
}
.index_v2 .footer_post_slider .footer_post_slide .footer_post_content p{
  margin: 0;
}
.index_v2 .footer_post_slider .footer_post_slide .footer_post_content p a{
  color: #ffffff;
}
.index_v2 .footer_post_slider .swiper-container {
  max-height: 150px;
  overflow:hidden;
}
.index_v2 .footer_post_slider .footer_post_slide{
  overflow: hidden;
}
.index_v2 .footer_slider_arrows{
  display: inline-block;
    float: right;
    margin-right: 15px;
}
.index_v2 .footer_slider_arrows .footer_arrow{
  margin: 0px 3px;
  outline: none;
  cursor: pointer;
}
.index_v2 .footer_slider_arrows .footer_arrow svg path{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v2 .footer_slider_arrows .footer_arrow:hover svg path{
  fill: rgb(246, 190, 26);
}
.index_v2 .clv_copyright_wrapper{
  background-color: #000000;
}
.index_v2 .clv_footer_wrapper .footer_block .useful_links > li{
  margin-bottom: 10px;
}
.index_v2 .footer_block > p{
  margin-bottom: 10px;
}
.index_v2 .footer_block > p > span{
  margin-right: 10px;
}
.agri_social_links{
  margin-top: 20px;
}
.agri_social_links > li {
  display: inline-block;
  margin: 0px 5px;
}
.agri_social_links > li:first-child{
  margin-left: 0;
}
.agri_social_links > li > a{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.agri_social_links > li > a:hover{
  border-color: #ffffff;
  background-color: #ffffff;
  color: #fec007;
}
/*Agriculture Footer End*/
/********************************************************
17. Index2 end
*******************************************************/
/********************************************************
18. Index3 start
*******************************************************/
.index_v3 .clv_heading h3{
  color: #222222;
}
.index_v3 .search_box .search_block h3{
  color: #3f61f6;
}
.index_v3 .search_box .search_block .search_field > a{
  background-color: #3f61f6;
}
.search_box .search_block .search_close svg path{
  fill: #3f61f6;
}
/*Header Start*/
.index_v3 .header2_wrapper{
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v3 .header2_wrapper.header2_fix{
  background-color: #ffffff;
  top: 0;
  box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.06);
}
.index_v3 .header2_wrapper.header2_fix .clv_header2{
  box-shadow: none;
}
.index_v3 .header2_wrapper .clv_header2{
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0px 20px;
  box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.06);
}
.index_v3 .header2_wrapper .clv_header2 .clv_logo{
  padding: 28px 0px 25px;
}
.index_v3 .clv_right_header .clv_menu{
  background: none;
  border-radius: unset;
  justify-content: flex-end;
  align-items: center;
}
.index_v3 .clv_right_header .clv_menu .cart_nav > ul > li > a{
  color: #3f61f6;
  height: 100%;
    vertical-align: middle;
}
.index_v3 .clv_right_header .clv_menu .cart_nav > ul > li > a.search_toggle:after{
  content: "";
    border-right: 1px solid #ececec;
    position: absolute;
    top: 0;
    bottom: 0px;
    right: -10px;
}
.index_v3 .clv_right_header > .clv_menu > .cart_nav > ul > li{
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
}
.index_v3 .clv_right_header .clv_menu .cart_nav{
  padding: 0;
  margin: 0px 15px;
  margin-right: 20px;
}
.index_v3 .clv_right_header .clv_menu .cart_nav > ul > li{
  padding: 32px 0px;
}
.index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
  padding: 28px 0px;
  margin: 0px 9px;
}
.index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
  color: #222222;
}
.index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li:last-child{
  margin-right: 0;
}
.index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li:last-child > a{
  padding-right: 0;
}
.index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a:hover{
  color: #3f61f6;
}
.index_v3 .clv_right_header .clv_menu .cart_nav > ul > li > a.cart_toggle > span{
  background-color: #3f61f6;
  color: #ffffff;
}
.index_v3 .clv_right_header .clv_menu .cart_nav > ul{
  height: 100%;
}
.index_v3 .clv_right_header .clv_menu .cart_nav > ul > li{
  height: 100%;
  position: relative;
  padding: 32px 5px;
}
.index_v3 .clv_right_header .clv_menu .cart_nav > ul > li:last-child:after{
  display: none;
}
.index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul{
  border-bottom-color: #3f61f6;
}
.index_v3 .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > a{
  background-color: #3f61f6;
}
.index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a:hover{
  color: #3f61f6;
}
.index_v3 .appointment_btn{
  min-width: 170px;
  height: 50px;
  border-radius: 5px;
  background-color: #3f61f6;
  color: #ffffff;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;  
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v3 .appointment_btn:hover{
  border-color: #3f61f6;
  background-color: transparent;
  color: #3f61f6;
}
.index_v3 .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box{
  right: 0;
}
/*Header End*/
/*Banner Start*/
.index_v3 .clv_banner_slider .clv_slide{
  background: url('../images/newimage/index3_slider_bg1.png') no-repeat center;
  background-size: cover;
  padding: 312px 0px; 
}
.index_v3 .clv_banner_slider .clv_slide:before{
  background-color: rgba(27, 27, 27, 0.8);
}
.index_v3 .clv_banner_slider .clv_slide.slide2{
  background: url('../images/newimage/index3_slider_bg2.png') no-repeat center;
  background-size: cover;
}
.index_v3 .clv_banner_slider .clv_slide .clv_slide_inner h1{
  font-size: 72px;
  max-width: 550px;
}
.index_v3 .clv_banner_slider .clv_slide .clv_slide_inner > img{
  margin-top: 11px;
  margin-bottom: 25px;
}
.index_v3 .clv_banner_slider .clv_slide .clv_slide_inner h6{
  font-size: 20px;
  max-width: 600px;
  color: #ffffff;
  margin-bottom: 25px;
}
.index_v3 .clv_banner_slider .slider_arrow{
  height: 80px;
    width: 50px;
    left: 22px;
    border-radius: 5px;
    border: none;
    background-color: rgba(0,0,0,0.5);
}
.clv_banner_slider .slider_arrow.right_arrow{
  left: auto;
  right: 22px;
}
.index_v3 .clv_banner_slider .slider_arrow:hover{
  background-color: #3f61f6;
}
.index_v3 .clv_banner_slider .slider_arrow:hover > svg > path{
  fill: #ffffff;
}
/*Banner End*/
/*Dairy About Start*/
.index_v3 .dairy_about_wrapper{
  padding-top: 90px;
}
.index_v3 .dairy_about_wrapper .dairy_about_inner {
    margin-top: 25px;
}
.index_v3 .dairy_about_wrapper .dairy_about_inner .about_img img{
  border-radius: 10px;
}
.index_v3 .dairy_about_inner .about_content{
  margin-top: 40px;
}
.index_v3 .dairy_about_inner .about_content .about_heading > h2{
  font-size: 42px;
  color: #222222;
}
.index_v3 .dairy_about_inner .about_content .about_heading > h2 > span{
  font-weight: 700;
  color: #3f61f6;
}
.index_v3 .dairy_about_inner .about_content .about_heading > .clv_underline{
  margin: 9px 0px 17px;
} 
.index_v3 .dairy_about_inner .about_content .clv_btn2{
  margin-top: 19px;
}
.index_v3 .dairy_counter_wrapper{
  display: flex;
    padding: 30px 20px;
    background-color: #3f61f6;
    border-radius: 10px;
    margin-top: 44px;
    margin-left: -310px;
    width: 100%;
    min-width: 670px;
    position: relative;
}
.index_v3 .dairy_counter_wrapper .dairy_counter_block{
    width: 33.33%;
    text-align: center;
  padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #5674f7;
  position: relative;
}
.index_v3 .dairy_counter_wrapper .dairy_counter_block img{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index_v3 .dairy_counter_wrapper .dairy_counter_block:last-child{
  border: none;
}
.index_v3 .dairy_counter_wrapper .dairy_counter_block .counter_text{
  z-index: 1;
}
.index_v3 .dairy_counter_wrapper .dairy_counter_block .counter_text h4{
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}
.index_v3 .dairy_counter_wrapper .dairy_counter_block .counter_text h5{
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
}
/*Dairy About End*/
/*Dairy Products Start*/
.dairy_products_wrapper{
  background-color: #f5f5f5;
  padding-top: 90px;
  padding-bottom: 101px;
}
.dairy_product_inner {
  margin-top: 26px;
}
.dairy_product_inner .dairy_product_block{
  position: relative;
  padding: 40px 10px;
  box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  z-index:1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block:hover{
  box-shadow: 0px 0px 20px 1px rgba(63,97,246,0.6);
}
.dairy_product_inner .dairy_product_block:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(63,97,246,1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block > span.product_devider{
  width: 108px;
  height: 10px;
  border-radius: 10px 10px 0px 0px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block > span.product_devider.top_devider{
  bottom: auto;
  top: 0;
  border-radius: 0px 0px 10px 10px;
}
.dairy_product_inner .dairy_product_block:hover > span.product_devider{
  opacity: 1;
  visibility: visible;
}
.dairy_product_inner .dairy_product_block:hover:before{
  opacity: 1;
  visibility: visible;
}
.dairy_product_inner .dairy_product_block > svg{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.dairy_product_inner .dairy_product_block > svg > path{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block:hover > svg > path{
  fill: rgba(255,255,255,0.15);
}
.dairy_product_inner .dairy_product_block .product_image{
  margin-bottom: 24px;
}
.dairy_product_inner .dairy_product_block .product_content h4{
  font-size: 26px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block:hover .product_content h4{
  color: #ffffff;
}
.dairy_product_inner .dairy_product_block .product_content p{
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block:hover .product_content p{
  color: #ffffff;
}
.dairy_product_inner .dairy_product_block .product_content a{
  font-weight: 700;
  color: #3f61f6;
  text-transform: capitalize;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block:hover .product_content a{
  color: #ffffff;
}
/*Dairy Products End*/
/*Dairy Service Start*/
.dairy_service_wrapper .service_content{
  margin-top: 40px;
}
.dairy_service_wrapper .service_content .service_heading{
  position: relative;
}
.service_content .service_heading h3{
  font-size: 42px;
  text-transform: capitalize;
  color: #222222;
  font-weight: 700;
}
.service_content .service_heading .clv_underline{
  margin: 10px 0px 17px;
}
.service_content .service_heading .service_arrow_block{
  display: flex;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.service_content .service_heading .service_arrow_block .dairy_service_arrow{
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.service_content .service_heading .service_arrow_block .dairy_service_arrow:hover{
  background-color: #3f61f6;
  border-color: #3f61f6;
}
.service_content .service_heading .service_arrow_block .dairy_service_arrow:hover > svg > path{
  fill: #ffffff;
}
.service_content > ul > li{
  margin-bottom: 5px;
}
.service_content > ul > li > p{
  font-size: 16px;
  color: #222222;
  text-transform: capitalize;
  margin: 0;
}
.service_content > ul > li > p > span{
  margin-right: 10px;
}
.dairy_service_slider .dairy_service_slide > img{
  border-radius: 10px;    
}
/*Dairy Service End*/
/*Dairy Gallery Start*/
.dairy_gallery_wrapper{
  background-color: #f5f5f5;
  padding-bottom: 85px;
  padding-top: 90px;
}
.dairy_gallery_wrapper .dairy_gallery_inner{
  margin-top: 25px;
}
.index_v3 .gallery_slide .gallery_grid{
  margin: 0;
}
.index_v3 .gallery_slide .gallery_grid .gallery_grid_item{
  width: 25%;
  padding:0 15px;
}
.index_v3 .gallery_slider .swiper-pagination-bullet{
  border: 2px solid #3f61f6;
}
.index_v3 .gallery_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #3f61f6;
}
.index_v3 .gallery_slide .gallery_grid .gallery_grid_item .gallery_image .gallery_overlay{
  background-color: rgba(63,97,246,0.8);
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border-radius: 10px;
}
/*Dairy Gallery End*/
/*Dairy Shop Start*/
.index_v3 .clv_shop_wrapper{
  padding-bottom: 71px;
}
.index_v3 .shop_slider .shop_slide{
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 60px 0px 28px;
}
.index_v3 .shop_slider .shop_slide > .item_image{
  margin-bottom: 10px;
}
.index_v3 .shop_slider .shop_slide > h6{
  color: #3f61f6;
}
.index_v3 .shop_slider .shop_slide .item_overlay{
  background-color: rgba(63,97,246,0.9);
}
.index_v3 .shop_slider .shop_slide .item_overlay > .shop_btn{
  color: #3f61f6;
}
.index_v3 .shop_slider .shop_slide .item_overlay > .shop_btn:hover{
  color: #ffffff;
}
.index_v3 .clv_shop_wrapper .shop_slider .slider_arrow:hover{
  border-color: #3f61f6;
}
.index_v3 .clv_shop_wrapper .shop_slider .slider_arrow:hover > svg > path{
  fill: #3f61f6;
}
/*Dairy Shop End*/
/*Dairy Testimonial Start*/
.dairy_testimonial_wrapper{
  background-color: #f5f5f5;
}
.dairy_testimonial_wrapper .testimonial_content{
  margin-top: 50px;
}
.dairy_testimonial_wrapper .testimonial_content h3{
  font-size: 40px;
  text-transform: capitalize;
  color: #222222;
  font-weight: 700;
}
.dairy_testimonial_wrapper .testimonial_content img{
  margin: 8px 0px 7px;
}
.dairy_testimonial_wrapper .dairy_testimonial_slider{
  position: relative;
}
.dairy_testimonial_wrapper .dairy_testimonial_slider .dairy_arrow{
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 80px;
  left: calc(39% + 5px );
  z-index: 10;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_testimonial_wrapper .dairy_testimonial_slider .dairy_arrow.dairy_left:hover{
  transform: translateX(-10px);
}
.dairy_testimonial_wrapper .dairy_testimonial_slider .dairy_arrow.dairy_right{
  left: auto;
  right: calc(39% + 5px );
}
.dairy_testimonial_wrapper .dairy_testimonial_slider .dairy_arrow.dairy_right:hover{
  transform: translateX(10px);
}
.dairy_testimonial_wrapper .dairy_testimonial_slider .dairy_arrow svg path{
  fill: rgba(255,255,255,0.3);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_testimonial_wrapper .dairy_testimonial_slider .dairy_arrow:hover svg path{
  fill: rgba(255,255,255,1);
}
.dairy_testimonial_slider .dairy_testimonial_slide{
  position: relative;
  position: relative;
  z-index: 1;
  background-color: #3f61f6;
  border-radius: 10px;
  padding: 40px 40px;
  text-align: center;
}
.dairy_testimonial_slider .dairy_testimonial_slide:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../images/newimage/dairy_testimonial_bg.png') no-repeat center;
  background-size: cover;
  z-index: -1;
  border-radius: 10px;
}
.dairy_testimonial_slider .dairy_testimonial_slide .dairy_testimonial_image{
  display: block;
  text-align: center;
}
.dairy_testimonial_slider .dairy_testimonial_slide .dairy_testimonial_image > img{
  border: 4px solid #b2c0fb;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.dairy_testimonial_slider .dairy_testimonial_slide .dairy_testimonial_message p{
  color: #ffffff;
  font-style: italic;
  font-size: 18px;
}
.dairy_testimonial_slider .dairy_testimonial_slide .dairy_testimonial_message h4{
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}
/*Dairy Testimonial End*/
/*Dairy Blog Start*/
.dairy_blog_wrapper{
  padding-top: 88px;
  padding-bottom: 70px;
}
.dairy_blog_section{
  margin-top: 25px;
}
.index_v3 .right_blog_section .right_blog_block{
  background-color: #f5f5f5;
  min-height: 287px;
  border: 1px solid #ebebeb;
}
.index_v3 .right_blog_section .right_blog_block .right_blog_content .agri_blog_date{
  color: #3f61f6;
}
.index_v3 .right_blog_block .blog_user .comment_block span{
  color: #3f61f6;
}
.index_v3 .right_blog_section .right_blog_block .right_blog_content h3 > a:hover{
  color: #3f61f6;
}
.index_v3 .right_blog_block .right_blog_content > a:hover{
  color: #3f61f6;
}
/*Dairy Blog End*/
/*Dairy Team Start*/
.dairy_team_wrapper{
  background-color: #f5f5f5;
  padding-top: 88px;
  padding-bottom: 80px;
}
.dairy_team_slider{
  margin-top: 25px;
}
.dairy_team_slider .swiper-slide{
  padding-bottom: 50px;
}
.dairy_team_slider .team_slide{
  position: relative;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_team_slider .team_slide .team_image > img{
  border-radius: 10px;
}
.dairy_team_slider .team_slide .team_details{
  border-radius: 10px;
  padding: 20px 25px;
  position: absolute;
  bottom: -30px;
  left: 20px;
  right: 20px;
  overflow: hidden;
  background-color: #ffffff;
  max-height: calc(150px - 66px);
  transition: all 0.4s ease-in-out;
}
.dairy_team_slider .team_slide:hover .team_details{
  background-color: #3f61f6;
  max-height: calc(165px + 66px);
}
.team_slide .team_details .team_name_block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team_slide .team_details .team_name_block .team_name{
  position: relative;
  flex: 1;
    margin-right: 20px;
}
.team_slide .team_details .team_name_block .team_name:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.team_slide .team_details .team_name_block .team_name h4{
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.team_slide:hover .team_details .team_name_block .team_name h4{
  color: #ffffff;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.team_slide .team_details .team_name_block .team_name span{
  color: #3f61f6;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.team_slide:hover .team_details .team_name_block .team_name span{
  color: #ffffff;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.team_slide .team_details .team_name_block .team_social > ul > li{
  text-align: center;
}
.team_slide .team_details .team_name_block .team_social > ul > li > a{
  color: #3b5999;
  font-size: 18px;
}
.team_slide:hover .team_details .team_name_block .team_social > ul > li > a{
  color: #ffffff;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.team_slide .team_details .team_name_block .team_social > ul > li > a.twitter{
  color: #55acee;
}
.team_slide:hover .team_details .team_name_block .team_social > ul > li > a.twitter{
  color: #ffffff;
}
.team_slide .team_details .team_message {
  margin-top: 5px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.team_slide:hover .team_details .team_message {
  margin-top: 5px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.team_slide .team_details .team_message p {
  height: 100%;
  margin: 0px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.team_slide:hover .team_details .team_message p {
  color: #ffffff;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_team_slider .slider_arrow{
  width: 60px;
    height: 60px;
  outline: none;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    color: #e2e2e2;
    font-size: 40px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -100px;
  transform: translateY(-50%);
    z-index: 1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_team_slider .slider_arrow:hover{
    border-color: #3f61f6;
}
.dairy_team_slider .slider_arrow.right_arrow{
  left: auto;
  right: -100px;
}
.dairy_team_slider .slider_arrow > svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dairy_team_slider .slider_arrow > svg > path{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_team_slider .slider_arrow:hover > svg > path{
  fill: #3f61f6;
}
/*Dairy Team End*/
/*Dairy Partner Start*/
.index_v3 .clv_partner_wrapper{
  background-color: #ffffff;
  padding-bottom: 100px;
}
.index_v3 .partner_slider .partner_slide .partner_image:hover{
  background-color: #3f61f6;
  border-color: #3f61f6;
}
.index_v3 .partner_slider .slider_arrow:hover{
  border-color: #3f61f6;
}
.index_v3 .partner_slider .slider_arrow:hover > svg > path{
  fill: #3f61f6;
}
/*Dairy Partner End*/
/*Dairy Newsletter Start*/
.index_v3 .clv_newsletter_wrapper{
  margin: 0;
  margin-bottom: 93px;
  background-color: #3f61f6;
  border-radius: 0px 0px 20px 20px;
}
/*Dairy Newsletter End*/
/*Dairy Footer Start*/
.index_v3 .clv_footer_wrapper{
  padding: 0;
  background: url(../images/newimage/dairy_footer_bg.png) no-repeat center;
  background-size: contain;
  z-index: 1;
  position: relative;
}
.index_v3 .clv_footer_wrapper:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(27,27,27,0.96);
  z-index: -1;
}
.index_v3 .clv_footer_wrapper .footer_block .useful_links > li{
  margin-bottom: 14px;
}
.index_v3 .clv_footer_wrapper .footer_block .useful_links > li > a:hover{
  color: #3f61f6;
  text-decoration: underline;
}
.index_v3 .clv_footer_wrapper .footer_block h6{
  color: #3f61f6;
}
.footer_post_section{
  height: 100%;
  max-height: 150px;
  overflow: hidden;
  overflow-y: auto;
}
.footer_post_section::-webkit-scrollbar{
  width: 3px;
}
.footer_post_section::-webkit-scrollbar-track{
  background: #4c4b49;
}
.footer_post_section::-webkit-scrollbar-thumb {
  background: #3f61f6;
}
.footer_post_section .footer_post_slide{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.index_v3 .footer_post_section .footer_post_slide .footer_post_image{
  margin-right: 10px;
}
.index_v3 .footer_post_section .footer_post_slide .footer_post_image > img{
  border-radius: 5px;
}
.index_v3 .footer_post_section .footer_post_slide .footer_post_content span{
  font-size: 14px;
  text-transform: capitalize;
  color: #3f61f6;
}
.index_v3 .footer_post_section .footer_post_slide .footer_post_content p{
  margin: 0;
}
/*Dairy Footer End*/
/*Dairy Copyright Start*/
.index_v3 .clv_copyright_wrapper{
  background-color: unset;
  border-top: 1px solid #4c4a49;
  margin-top: 81px;
}
.index_v3 .clv_copyright_wrapper p > a{
  color: #3f61f6;
}
/*Dairy Copyright End*/
/********************************************************
18. Index3 end
*******************************************************/
/********************************************************
19. Index4 start
*******************************************************/
.index_v4 .search_box .search_block h3{
  color: #2a7d2e;
}
.index_v4 .search_box .search_block .search_field > a{
  background-color: #2a7d2e;
}
.index_v4 .clv_heading h3{
  color: #2a7d2e;
}
.index_v4 .clv_heading.white_heading h3{
  color: #ffffff;
}
/*Garden Header Start*/
.index_v4 .header3_wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v4 .header3_wrapper.dark_header{
  background-color: #000000;
}
.index_v4 .header3_wrapper.dark_header .clv_right_header .clv_menu .clv_menu_nav > ul > li {
    padding: 24.5px 0px 31.5px;
}
.header3_wrapper{
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header3_wrapper .clv_header3{
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.index_v4 .clv_right_header .clv_menu{
  background-color: unset;
  justify-content: flex-end;
  align-items: center;
}
.index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
  padding: 34.5px 0px 41.5px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a:after{
  display: none;
}
.index_v4 .clv_left_header{
  display: flex;
  align-items: center;
  height: 100%;
}
.index_v4 .clv_right_header .clv_menu .cart_nav{
  margin-right: 30px;
  padding: 0;
}
.index_v4 .appointment_btn{
  background-color: #ffffff;
  color: #2a7d2e;
  border-radius: 30px;
}
.index_v4 .appointment_btn:hover{
  border-color: #2a7d2e;
  background-color: transparent;
}
.index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul{
  border-bottom-color: #2a7d2e;
}
.index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
  font-family: 'Source Sans Pro', sans-serif;
}
.index_v4 .clv_right_header > .clv_menu > .cart_nav > ul > li:last-child:before{
  display: none;
}
.index_v4 .clv_right_header > .clv_menu > .cart_nav > ul > li{
  padding: 39.5px 0px 46.5px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v4 .dark_header .clv_right_header > .clv_menu > .cart_nav > ul > li{
  padding: 29.5px 0px 36.5px;
}
.index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a > span{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 2px;
  background-color: #2a7d2e;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li:hover > a > span{
  opacity: 1;
  visibility: visible;
}
.index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a > span:before, .index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a > span:after{
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background-color: #2a7d2e;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a > span:after{
  left: auto;
  right: -6px;
}
.index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a:hover{
  color: #2a7d2e;
}
.index_v4 .clv_right_header .clv_menu .cart_nav ul > li > a.cart_toggle > span{
  color: #2a7d2e;
}
.index_v4 .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > a{
  background-color: #2a7d2e;
}
.index_v4 .clv_right_header > .clv_menu .clv_btn{
  color: #2a7d2e;
}
.index_v4 .clv_right_header > .clv_menu .clv_btn::before{
  background-color: #ffffff;
}
/*Garden Header End*/
/*Garden Banner Start*/
.index_v4 .clv_banner_slider .clv_slide{
  background: url(../images/newimage/index4_slider_bg1.png) no-repeat center;
    background-size: cover;
  padding-bottom: 380px;
}
.index_v4 .clv_banner_slider .clv_slide:before{
  background-color: rgba(0,0,0,0.7);
}
.index_v4 .clv_banner_slider .clv_slide.slide2{
  background: url(../images/newimage/index4_slider_bg2.png) no-repeat center;
    background-size: cover;
}
.index_v4 .clv_btn:hover{
  color: #2a7d2e;
}
.index_v4 .clv_btn::before{
  background-color: #2a7d2e;
}
.index_v4 .clv_btn::after{
  border: 1px solid #2a7d2e;
}
.index_v4 .clv_slide_inner{
  text-align: center;
}
.index_v4 .clv_banner_slider .clv_slide .clv_slide_inner h2{
  letter-spacing: 10px;
  font-size: 72px;
}
.index_v4 .clv_slide_inner p{
  font-size: 18px;
  margin-bottom: 23px;
  color: #ffffff;
}
.index_v4 .clv_slide_inner .banner_btn{
  position: relative;
  display: inline-block;
}
.index_v4 .clv_slide_inner .banner_btn > span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
}
.index_v4 .clv_slide_inner .banner_btn > span:before{
  content: "";
  height: 0.5px;
  width: 50px;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index_v4 .clv_slide_inner .banner_btn > span.left_line{
  left: -100px;
}
.index_v4 .clv_slide_inner .banner_btn > span.left_line:before{
  right: -54px;
}
.index_v4 .clv_slide_inner .banner_btn > span.right_line:before{
  left: -54px;
}
.index_v4 .clv_slide_inner .banner_btn > span.right_line{
  right: -100px;
}
.index_v4 .clv_banner_slider .clv_slide .clv_slide_inner .clv_btn{
  margin-top: 0;
}
.index_v4 .clv_banner_slider .slider_arrow:hover {
    border-color: #2a7d2e;
    color: #2a7d2e;
}
.index_v4 .clv_banner_slider .slider_arrow:hover > svg > path{
  fill: #2a7d2e;
}
/*Garden Banner End*/
/*Garden Service Start*/
.index_v4 .garden_about_wrapper{
  padding-top: 0px;
  margin-top: -168px;
  position: relative;
}
.index_v4 .garden_service_wrapper{
  margin-bottom: 100px;
}
.index_v4 .garden_about_wrapper .garden_about_content{
  margin-top: 9px;
}
.garden_service_wrapper .garden_service_block{
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.06);
  background: url('../images/newimage/service_block_bg.png') no-repeat center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  padding: 40px 20px;
  z-index: 1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service_wrapper .garden_service_block:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,1);
  z-index: -1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service_wrapper .garden_service_block:hover:before{
  background-color: rgba(42,125,46,0.94);
}
.garden_service_wrapper .garden_service_block .service_image span{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(42,125,46,0.1);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service_wrapper .garden_service_block:hover .service_image span{
  background-color: rgba(255,255,255,0.1);
}
.garden_service_wrapper .garden_service_block h3{
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
  padding: 13px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service_wrapper .garden_service_block:hover h3{
  color: #ffffff;
}
.garden_service_wrapper .garden_service_block h3:before, .garden_service_wrapper .garden_service_block h3:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background-color: rgba(42,125,46,1);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service_wrapper .garden_service_block:hover h3:before, .garden_service_wrapper .garden_service_block:hover h3:after{
  background-color: rgba(255,255,255,1);
}
.garden_service_wrapper .garden_service_block h3:after{
  top: calc(100% + 5px);
  width: 40px;
}
.garden_service_wrapper .garden_service_block p{
  margin: 0;
  font-size: 18px;
  color: #333333;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service_wrapper .garden_service_block:hover p{
  color: #ffffff;
}
/*Garden Service End*/
/*Garden About Start*/
.garden_about_wrapper{
  
}
.garden_about_wrapper .garden_about_section .garden_about_image img{
  border-radius: 10px;
}
.garden_about_wrapper .garden_about_section .garden_about_image .garden_ofc_block{
  width: 100%;
  max-width: 415px;
  border-radius: 10px;
  text-align: center;
  padding: 30px 30px 32px;
  margin: 0 auto;
  margin-top: -70px;
  position: relative;
  background-color: #2a7d2e;
}
.garden_about_image .garden_ofc_block h3{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #ffffff;
  text-transform: capitalize;
}
.garden_about_image .garden_ofc_block p{
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.garden_about_wrapper .garden_about_section .garden_about_content h2{
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.garden_about_wrapper .garden_about_section .garden_about_content h6{
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #2a7d2e;
  line-height: 30px;
  margin-bottom: 7px;
}
.garden_about_wrapper .garden_about_section .garden_about_content p{
  color: #333333;
  margin: 0;
}
.garden_about_content .garden_about_blog{
  display: flex;
  align-items: center;
  margin: 0px -15px;
}
.garden_about_blog .about_blog_inner{
  padding: 0px 15px;
}
.garden_about_blog .about_blog_inner .about_blog_image{
  margin: 17px 0px 15px;
}
.garden_about_blog .about_blog_inner .about_blog_image img{
  border-radius: 10px;
}
.garden_about_blog .about_blog_inner h4{
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.garden_about_blog .about_blog_inner p{
  color: #333333;
}
.garden_about_section .garden_about_content .garden_contact_section{
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.garden_about_content .garden_contact_section .contact_number{
  margin-left: 34px;
  display: flex;
  align-items: center;
}
.garden_contact_section .contact_number span{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #2a7d2e;
  box-shadow: 0px 0px 0px 4px rgba(42,125,46,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
}
.garden_contact_section .contact_number h4{
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222222;
}
/*Garden About End*/
/*Garden Counter Start*/
.index_v4 .clv_counter_wrapper{
  background: url('../images/newimage/garden_counter_bg.png') no-repeat center;
  background-size: cover;
}
.index_v4 .clv_counter_wrapper:before{
  background-color: rgba(0,0,0,0.7);
}
/*Garden Counter End*/
/*Garden Service About Start*/
.garden_service_about_wrapper{
  /* padding-bottom: 174px;         */
}
.garden_service_about_wrapper .service_about_content{
  margin-top: 30px;
  position: relative; 
}
.service_about_content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  padding: 10px 0px 19px;
  margin-bottom: 25px;
  position: relative;
  text-transform: capitalize;
  color: #222222;
}
.service_about_content h1:before, .service_about_content h1:after {
  content: "";
  width: 300px;
  height: 1px;
  background-color: #dadada;
  position: absolute;
  top: 100%;
  left: 0;
}
.service_about_content h1:after{
  width: 170px;
  background-color: #2a7d2e;
}
.service_about_content h1 > span{
  font-weight: 400;
}
.service_about_content > p{
  color: #333333;
  margin-bottom: 6px;
}
.service_about_content h5{
  font-size: 22px;
  font-style: italic;
  line-height: 32px;
  color: #2a7d2e;
  font-weight: 500;
  margin-bottom: 6px;
}
.garden_green_box{
    width: 670px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 46px 40px;
    background-color: #2a7d2e;
    margin-top: 70px;
    position: relative;
    z-index: 1;
    right: -150px;
}
.garden_green_box .green_box_image {
  position: relative;
  padding-right: 30px;
  margin-right: 20px;
}
.garden_green_box .green_box_image:after {
  content: "";
  width: 1px;
  height: 142px;
  background-color: rgba(255,255,255,0.1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.garden_green_box .green_box_content h4 {
  font-size: 26px;
  color: #ffffff;
  line-height: 52px;
  text-transform: capitalize;
  font-weight: 600;
}
.garden_green_box .green_box_content p{
  margin: 0;
  color: #ffffff;
}
/*Garden Service About End*/
/*Garden Testimonial Start*/
.garden_testimonial_wrapper{
  background: url('../images/newimage/garden_testimonial_bg.png') no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 88px;
  padding-bottom: 90px;
  z-index: 1;
}
.garden_testimonial_wrapper:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: -1;
}
.garden_testimonial_slider{
  margin-top: 15px;
}
.thumb_slider{
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  z-index:2;
}
.thumb_slider .thumb_slide span img{
  width: 94px;
  height: 94px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px #ffffff;
}
.thumb_slider .swiper-container-3d {
    -webkit-perspective: 1300px;
  perspective: 1300px;
}
.thumb_slider .swiper-container{
  padding: 10px 0px;
}
.thumb_slider .test_arrow {
    position: absolute;
    top: 50%;
  left: -10%;
  outline: none;
  cursor: pointer;
    transform: translateY(-50%);
}
.thumb_slider .test_right_arrow {
  left: auto;
  right: -10%;
}
.thumb_slider .test_arrow > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.thumb_slider .test_arrow:hover > span {
  transform: translate(-50%, -50%) scale(0);
}
.thumb_slider .test_arrow > span.hover_arrow {
  transform: translate(-50%, -50%) scale(0);
}
.thumb_slider .test_arrow:hover > span.hover_arrow {
  transform: translate(-50%, -50%) scale(1);
}
.thumb_slider .test_arrow > span.hover_arrow > svg > path{
  fill: #2a7d2e;
}
.message_slider .swiper-wrapper{
  padding: 10px;
}
.message_slider .message_slide{
  position: relative;
  border-radius: 10px;
  padding: 150px 20px 26px;
  background-color: #ffffff;
  max-width: 840px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.message_slider .message_slide .msg_quote{
  position: absolute;
  top: 25%;
  left: 15%;
  opacity: 0.2;
}
.message_slider .message_slide .msg_quote.right_quote {
  left: auto;
  right: 15%;
}
.message_slider .message_slide:before, .message_slider .message_slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: -10px;
  bottom: 20px;
  left: -10px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.5);
  z-index: -1;
}
.message_slider .message_slide:after{
  top: 40px;
  right: -20px;
  bottom: 40px;
  left: -20px;
}
.message_slider .message_slide h3{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 5px;
}
.message_slider .message_slide p{
  margin: 0;
  color: #333333;
}
/*Garden Testimonial End*/
/*Garden Service 2 Start*/
.garden_service2_wrapper {
  padding-top: 88px;
}
.garden_service2_section {
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.06);
  border-radius: 10px;
  padding: 0px 15px;
  overflow: hidden;
  margin-top: 25px;
}
.garden_service2_section > .row > .col-md-4 {
  padding: 0;
}
.garden_service2_section .service2_block {
  position: relative;
  background: url('../images/newimage/service_block_bg2.png') no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 40px 20px;
  z-index: 1;
  border: 1px solid #eaeaea;
  border-width: 0px 1px 1px 0px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service2_section .service2_block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,1);
  z-index: -1;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service2_section .service2_block:hover:before{
  background-color: rgba(0,0,0,0.7);
}
.garden_service2_section .service2_block .service2_content{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service2_section .service2_block:hover .service2_content{
  transform: translateY(-40px);
}
.garden_service2_section .service2_block .service2_image{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service2_section .service2_block:hover .service2_image{
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.garden_service2_section .service2_block h3{
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
  padding: 13px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service2_section .service2_block:hover h3{
  color: #ffffff;
}
.garden_service2_section .service2_block h3:before, .garden_service2_section .service2_block h3:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background-color: rgba(42,125,46,1);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service2_section .service2_block:hover h3:before, .garden_service2_section .service2_block:hover h3:after{
  background-color: rgba(255,255,255,1);
}
.garden_service2_section .service2_block h3:after{
  top: calc(100% + 5px);
  width: 40px;
}
.garden_service2_section .service2_block p{
  margin: 0;
  font-size: 18px;
  color: #333333;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_service2_section .service2_block:hover p{
  color: #ffffff;
}
.garden_service2_section .row:last-child .col-md-4 .service2_block{
  border-bottom: none;
}
.garden_service2_section .row .col-md-4:last-child .service2_block{
  border-right: none;
}
/*Garden Service 2 End*/
/*Garden Blog Start*/
.garden_blog_wrapper{
  position: relative;
  background: url('../images/newimage/blog_bg.png') no-repeat center;
  background-size: cover;
  z-index: 1;
  padding-top: 88px;
  padding-bottom: 85px;
}
.garden_blog_wrapper:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: -1;
}
.garden_blog_wrapper .agri_blog_inner{
  margin-top: 25px;
}
.garden_blog_slider .swiper-container{
  padding-bottom: 30px;
}
.garden_blog_slider .swiper-pagination-bullet{
  background-color: #ffffff;
}
.garden_blog_slider .blog_section .agri_blog_image .agri_blog_date{
  color: #2a7d2e;
}
.garden_blog_slider .blog_section .blog_user .comment_block span{
  color: #2a7d2e;
}
.garden_blog_slider .right_blog_section .right_blog_block .right_blog_content .agri_blog_date{
  color: #2a7d2e;
}
.garden_blog_slider .right_blog_block .blog_user .comment_block span{
  color: #2a7d2e;
}
.garden_blog_slider .blog_section .agri_blog_content > a:hover{
  color: #2a7d2e;
}
.garden_blog_slider .right_blog_section .right_blog_block .right_blog_content h3 > a:hover{
  color: #2a7d2e;
}
.garden_blog_slider .right_blog_block .right_blog_content > a:hover{
  color: #2a7d2e;
}
.garden_blog_slider .blog_section .agri_blog_content h3 > a:hover{
  color: #2a7d2e;
}
/*Garden Blog End*/
/*Garden Shop Start*/
.garden_shop_wrapper{
  padding-top: 90px;
  padding-bottom: 81px;
}
.garden_shop_slider{
  margin-top: 6px;
}
.garden_shop_slider .swiper-container{
  padding: 20px 28px;
}
.garden_shop_slide {
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px #f2f2f2;
  padding: 90px 10px 27px;
  position: relative;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_shop_slide:hover {
  box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.1);
}
.garden_shop_slide .item_image{
  margin-bottom: 23px;
}
.garden_shop_slide .item_details h5 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
}
.garden_shop_slide .item_details h6 {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  color: #222222;
}
.garden_shop_slide .item_details h6 span {
  font-size: 20px;
}
.garden_shop_slide .label {
  padding: 5px 10px;
  padding-right: 20px;
  display: inline-block;
  color: #ffffff;
  background-color: #fecf3f;
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  left: -1px;
}
.garden_shop_slide .label:after{
  content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    border-right: 8px solid #ffffff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.garden_shop_slide input{
  position: absolute;
  left: -9999px;
}
.garden_shop_slide label{
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width:46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  position: absolute;
  top: 20px;
  right: 20px;
}
.garden_shop_slide label .wish_icon{
  font-size: 22px;
  color: #1fa12e;
}
.garden_shop_slide label .wish_icon:last-child{
  display: none;
}
.garden_shop_slide.wished label .wish_icon:first-child{
  display: none;
}
.garden_shop_slide.wished label .wish_icon:last-child{
  display: block;
}
/*Garden Shop End*/
/*Garden Project Start*/
.garden_project_wrapper{
  background-color: #f5f5f5;
  padding-top: 88px;
  padding-bottom: 85px;
}
.project_nav{
  margin-top: 8px;
  text-align: center;
}
.project_nav ul > li {
  display: inline-block;
  margin: 0px 10px;
  position: relative;
  z-index: 1;
}
.project_nav ul > li > a{
  text-transform: capitalize;
  color: #222222;
  font-size: 16px;
  display: inline-block;
  padding: 10px 0px;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
}
.project_nav ul > li > div.list_dots{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.project_nav ul > li.active > div.list_dots{
  opacity: 1;
  visibility: visible;
}
.project_nav ul > li:hover > div.list_dots{
  opacity: 1;
  visibility: visible;
}
.project_nav ul > li > div.list_dots > span{
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #1fa12e;
}
.garden_project_slider{
  margin-top: 37px;
}
.garden_project_grid .project_item {
  width: 33.33%;
  padding: 0px 10px 20px 10px;
}
.garden_project_grid .project_item .project_block{
  position: relative;
  overflow: hidden;
}
.garden_project_grid .project_item .project_block img{
  border-radius: 10px;
  
}
.garden_project_grid .project_item .project_block .project_overlay{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(45,125,46,0.9);
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100px);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_project_grid .project_item .project_block:hover .project_overlay{
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.project_block .project_overlay h3{
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  padding: 13px;
  margin-bottom: 20px;
  position: relative;
}
.project_block .project_overlay h3:before, .project_block .project_overlay h3:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background-color: #ffffff;
}
.project_block .project_overlay h3:after{
  top: calc(100% + 5px);
  width: 40px;
}
.project_block .project_overlay p{
  margin: 0;
  color: #ffffff;
}
.garden_project_slider .swiper-container {
  padding-bottom: 43px;
}
.garden_project_slider .swiper-pagination-bullet-active {
  background-color: #1fa12e;
}
/*Garden Project End*/
/*Garden Team Start*/
.garden_team_wrapper {
  background: url('../images/newimage/garden_team_bg.png') no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-bottom: 137px;
}
.garden_team_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: -1;
}
.team_heading{
  margin-top: 110px;
}
.team_heading h3{
  font-weight:700;
  font-size: 40px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 50px;
}
.team_heading img{
  margin-bottom: 8px;
}
.team_heading p{
  color: #ffffff;
  margin: 0;
}
.garden_team_block{
  position: relative;
}
.garden_team_block img{
  border-radius: 10px;
}
.garden_team_block .garden_team_overlay{
  position: absolute;
  top: calc(100% - 37px);
  left: 20px;
  right: 20px;
  bottom: -20px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 13px;
  display: block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  height: 74px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_team_block:hover .garden_team_overlay{
  height: unset;
  background-color: rgba(42,125,46,0.9);
  top: 20px;
  bottom: 20px;
  display: flex;
}
.garden_team_block .garden_team_overlay h3{
  font-size: 22px;
  color: #222222;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_team_block:hover .garden_team_overlay h3{
  color: #ffffff;
}
.garden_team_block .garden_team_overlay h6{
  font-size: 15px;
  color: #2a7d2e;
  text-transform: capitalize;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.garden_team_block:hover .garden_team_overlay h6{
  color: #ffffff;
}
.garden_team_block .garden_team_overlay p{
  margin: 0;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.garden_team_block .garden_team_overlay ul li{
  display: inline-block;
  margin: 0px 3px;
}
.garden_team_block .garden_team_overlay ul li a{
  font-size: 16px;
  color: #ffffff;
}
/*Garden Team End*/
/*Garden Pricing Table Start*/
.garden_pricing_wrapper {
  padding-top: 90px;
}
.pricing_section{
  margin-top: 25px;
}
.pricing_section .pricing_block{
  text-align: center;
  padding: 40px 0px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.pricing_section .pricing_block:hover{
  box-shadow: 0px 8px 20px 1px rgba(0,0,0,0.1);
}
.pricing_section .pricing_block .pricing_header{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  min-width: 170px;
  height: 60px;
  text-align: center;
  border-radius: 30px 0px 30px 0px;
  background-color: #ffa442;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.pricing_section .pricing_block:hover .pricing_header{
  border-radius: 0px 30px 0px 30px;
}
.pricing_section .pricing_block .pricing_header.premium{
  background-color: #ff4b4b;
}
.pricing_section .pricing_block .pricing_header.ultimate{
  background-color: #40c952;
}
.pricing_section .pricing_block .pricing_header:before, .pricing_section .pricing_block .pricing_header:after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  top: 100%;
  right: 100%;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.pricing_section .pricing_block:hover .pricing_header:before{
  top: 0;
}
.pricing_section .pricing_block .pricing_header:after{
  top: 0px;
  right: auto;
  left: 100%;
}
.pricing_section .pricing_block:hover .pricing_header:after{
  top: 100%;
}
.pricing_section .pricing_block .pricing_header h3{
  color: #ffffff;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 60px;
}
.pricing_section .pricing_block > h1{
  font-size: 50px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.pricing_section .pricing_block > h1 > span {
  font-size: 40px;
}
.pricing_section .pricing_block > ul{
  margin-bottom: 35px;
}
.pricing_section .pricing_block > ul > li{
  margin-bottom: 29px;
}
.pricing_section .pricing_block > ul > li > p {
  color: #707070;
  margin: 0;
}
.pricing_section .pricing_block > a{
  display: inline-block;
  border-radius: 30px;
  background-color: #222222;
  color: #ffffff;
  text-transform: capitalize;
  min-width: 170px;
  padding: 0px 10px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.pricing_section .pricing_block > a:hover{
  background-color: #2a7d2e;
}
/*Garden Pricing Table End*/
/*Garden Partner Start*/
.index_v4 .clv_partner_wrapper{
  padding: 100px 0px;
  background-color: #f9f9f9;
}
.index_v4 .clv_partner_wrapper .partner_slider .slider_arrow{
  background-color: #ffffff;
  border-width: 1px;
}
.index_v4 .clv_partner_wrapper .partner_slider .slider_arrow:hover{
  border-color: #e2e2e2;
}
.index_v4 .partner_slider .partner_slide .partner_image:hover{
  background-color: #2a7d2e;
  border-color: #2a7d2e;
}
/*Garden Partner End*/
/*Garden Footer Start*/
.index_v4 .clv_footer_wrapper{
  background: none;
  background-color: #222222;
  padding-top: 93px;
  padding-bottom: 90px;
}
.index_v4 .footer_block > p {
    margin-bottom: 10px;
}
.index_v4 .footer_block > p > span {
    margin-right: 10px;
}
.index_v4 .agri_social_links > li > a:hover{
  color: #2a7d2e;
}
.index_v4 .clv_footer_wrapper .footer_block .time_table > li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_v4 .clv_footer_wrapper .footer_block .time_table > li > p{
  margin-bottom: 22px;
}
.index_v4 .clv_footer_wrapper .footer_block .time_table > li > p > span{
  margin-right: 10px;
}
.index_v4 .footer_post_section::-webkit-scrollbar-thumb {
  background: #2a7d2e;
}
.footer_post_section .footer_post_slide{
  align-items: unset;
}
.footer_post_section .footer_post_slide > span{
  margin-right: 10px;
  color: #2a7d2e;
}
.footer_post_section .footer_post_slide > .blog_links > p{
  margin-bottom: 0;
}
.footer_post_section .footer_post_slide > .blog_links > a{
  color: #2a7d2e;
  font-weight: 600;
}
.index_v4 .clv_footer_wrapper .footer_block .instagram_links > li > a:before{
  background-color: rgba(42,125,46,0.7);
}
.index_v4 .footer_post_section .footer_post_slide > .blog_links > p{
  color: #ffffff;
}
/*Garden Footer End*/
/*Garden Copyright Start*/
.index_v4 .clv_copyright_wrapper{
  background-color: #000000;
}
/*Garden Copyright End*/
/********************************************************
19. Index4 end
*******************************************************/   
/********************************************************
20. Index5 start
*******************************************************/   
.index_v5 .search_box .search_block .search_field > a{
  background-color: #27ae93;
}
.index_v5 .search_box .search_block h3{
  color: #27ae93;
}
.index_v5 .clv_heading h3{
  color: #222222;
}
/*Organic Header Start*/
.index_v5 .clv_btn::before{
  background-color: #27ae93;
} 
.index_v5 .clv_btn::after{
  border-color: #27ae93;
}
.index_v5 .clv_btn:hover{
  color: #27ae93;
}
.index_v5.clv_main_wrapper .clv_header .clv_left_header{
  padding: 15px 0px;
}
.index_v5.clv_main_wrapper .clv_header{
  background-color: unset;
}
.index_v5.clv_main_wrapper .clv_header span.header_shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.index_v5 .clv_right_header .clv_menu{
  background-color: unset;
  align-items: center;
  justify-content: flex-end;
}
.index_v5 .clv_right_header .clv_menu .clv_menu_nav{
  padding: 0;
}
.index_v5 .clv_right_header .clv_menu .cart_nav{
  padding: 0;
}
.index_v5 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
  padding: 34.5px 0px 32.5px;
}
.index_v5 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a:after{
  background-color: #222222;
}
.index_v5 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
  color: #222222;
  font-family: 'Source Sans Pro', sans-serif;
}
.index_v5 .clv_right_header .clv_menu .cart_nav > ul > li{
  position: relative;
  margin-right: 15px;
  padding: 40.5px 0px 38.5px;
}
.index_v5 .clv_right_header .clv_menu .cart_nav > ul > li > a{
  color: #27ae93;
  position: relative;
}
.index_v5 .clv_right_header .clv_menu .cart_nav > ul > li:first-child > a:after{
  content: "";
    border-right: 1px solid #ececec;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    display: block;
}
.index_v5 .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a:hover{
  color: #27ae93;
}
.index_v5 .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul{
  border-bottom-color: #27ae93;
}
.index_v5 .clv_right_header .clv_menu .cart_nav ul > li > a.cart_toggle > span{
  background-color: #27ae93;
  color: #ffffff;
}
.index_v5 .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > a{
  background-color: #27ae93;
}
/*Organic Header End*/
/*Organic Banner Slider Start*/
.index_v5 .clv_banner_slider .clv_slide{
  background: url('../images/newimage/index5_slider_bg1.png') no-repeat center;
  background-size: cover;
}
.index_v5 .clv_banner_slider .clv_slide.slide2{
  background: url('../images/newimage/index5_slider_bg2.png') no-repeat center;
  background-size: cover;
}
.index_v5 .clv_banner_slider .clv_slide:before{
  background-color: rgba(11,11,11,0.8);
}
.index_v5 .clv_banner_slider .clv_slide .clv_slide_inner h1{
  font-size: 72px;
  text-transform: uppercase;
  line-height: 82px;
  margin-bottom: 14px;
}
.index_v5 .clv_banner_slider .clv_slide .clv_slide_inner h3{
  padding: 10px 20px;
  color: #ffffff;
  background-color: #27ae93;
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 11px;
  letter-spacing: 0;
  position: relative;
}
.index_v5 .clv_banner_slider .clv_slide .clv_slide_inner h3:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  display: inline-block;
  border-top: 25px solid #27ae93;
  border-bottom: 25px solid #27ae93;
  border-right: 10px solid transparent;
}
.index_v5 .clv_banner_slider .org_arrow{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-radius: 0px 30px 30px 0px;
  background-color: rgba(255,255,255,0.1);
  cursor: pointer;
  color: #ffffff;
  transition: all 0.1s ease-in-out;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;
}
.index_v5 .clv_banner_slider .org_arrow:hover{
  color: #27ae93;
}
.index_v5 .clv_banner_slider .org_arrow > u{
  margin: 0;
  text-transform: capitalize;
  margin-left: 5px;
  text-decoration: underline;
  transition: all 0.1s;
}
.index_v5 .clv_banner_slider .org_arrow.right_arrow > u{
  margin-left: 0;
  margin-right: 5px;
}
.index_v5 .clv_banner_slider .org_arrow.right_arrow{
  left: auto;
  right: 0;
  border-radius: 30px 0px 0px 30px;
}
.index_v5 .clv_banner_slider .org_arrow > i{
  font-size: 18px;
}
.index_v5 .clv_banner_slider .swiper-pagination{
  bottom: 50px;
}
.index_v5 .clv_banner_slider .swiper-pagination-bullet{
  background-color: #ffffff;
  opacity: 1;
}
.index_v5 .clv_banner_slider .swiper-pagination-bullet-active{
  background-color: #27ae93;
  box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.1);
}
/*Organic Banner Slider End*/
/*Organic Services Start*/
.org_service_wrapper{
  padding-bottom: 150px;
}
.org_left_service{
  border-radius: 10px 0px 0px 10px;
  /* background-color: #27ae93; */
  background-color: #fec007;
  padding: 32px 40px 200px;
  text-align: center;
}
.org_left_service .service_description{
  margin-bottom: 25px;
}
.org_left_service .service_description h3{
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  color: #ffffff;
  text-transform: capitalize;
}
.org_left_service .service_description p{
  margin: 0;
  margin-top: 5px;
  color: #ffffff;
}
.org_left_service .service_contact{
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 36px; 
}
.org_left_service .service_contact > span{
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #ffffff;
  margin-bottom: 10px;
  box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.1);
  animation: pulse3 2s infinite ;

}
@keyframes pulse3 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  }
.org_left_service .service_contact > h4{
  color: #ffffff;
  font-size: 36px;
  font-weight: 700; 
}
.org_service_wrapper .col-lg-4.col-md-4, .org_service_wrapper .col-lg-8.col-md-8,
.cv-service7-wrapper .col-lg-4.col-md-4, .cv-service7-wrapper .col-lg-8.col-md-8{
  padding: 0;
}
.org_right_service{
  padding: 0px 15px;
  box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.06);
  border-radius: 0px 10px 10px 0px;
}
.org_right_service .col-md-4{
  padding: 0;
}
.org_right_service .service_block{
  text-align: center;
  padding: 38px 30px 39px;
  border: 1px solid #ededed;
  border-width: 0px 1px 1px 0px;
}
.org_right_service .col-md-4:last-child > .service_block{
  border-right: none;
}
.org_right_service .row:last-child .service_block{
  border-bottom: none;
}
.org_right_service .service_block h3{
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  margin: 11px 0px 7px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.org_right_service .service_block:hover h3{
  color: #27ae93;
}
.org_right_service .service_block p{
  margin: 0;
}
/*Organic Services End*/
/*Organic About Start*/
.org_about_wrapper{
  background-color: #f9fcf6;
  padding-top: 95px;
}
.org_about_image{
  position: relative;
}
.org_about_image > img{
  position: absolute;
  top: -150px; 
  right: 98px;
}
.org_about_contents h5{
  font-size: 22px;
  text-transform: capitalize;
  color: #27ae93;
  margin-bottom: 7px;
  font-weight: 600;
}
.org_about_contents h2{
  font-size: 36px;
  color: #222222;
  line-height: 46px;
  font-weight: 700;
}
.org_about_contents img{
  margin-bottom: 16px;
}
.org_about_contents .clv_btn{
  margin-bottom: 30px;
}
.org_about_contents p{
  margin-bottom: 25px;
}
.org_support{
  background-color: #27ae93;
  border-radius: 10px;
  padding: 24px 30px 27px;
  width: 100%;
  max-width: 465px;
}
.org_support h6{
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 7px;
  font-weight: 700;
}
.org_support h3{
  font-size: 40px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 700;
}
/*Organic About End*/
/*Organic Product Start*/
.org_product_wrapper{
  padding-top: 90px;
}
.org_product_section{
  margin-top: 26px;
}
.load_more_btn{
  text-align: center;
  margin-top: 11px;
}
.org_product_block{
  box-shadow: 0px 0px 0px 1px #ededed;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 60px 30px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.org_product_block:hover{
  box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.1);
}
.org_product_block .product_label{
  position: absolute;
  top: 30px;
  left: 0;
  padding: 5px 10px;
  background-color: #de1e24;
  color: #ffffff;
  /* text-transform: uppercase; */
}
.org_product_block .product_label:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  display: inline-block;
  border-top: 15px solid #de1e24;
  border-bottom: 15px solid #de1e24;
  border-right: 10px solid transparent;
}
.org_product_block .org_product_image{
  margin-bottom: 25px;
}
.org_product_block h4{
  font-size: 22px;
  color: #222222;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.org_product_block h3{
  font-size: 26px;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 24px;
  font-weight: 700;
}
.org_product_block h3 span{
  font-size: 20px;
}
.org_product_block a{
  min-width: 170px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #222222;
  border-radius: 30px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.org_product_block a:hover{
  background-color: #27ae93;
}
/*Organic Product End*/
/*Organic Team Start*/
.org_team_wrapper{
  background-color: #f9fcf6;
  padding-top: 88px;
  padding-bottom: 88px;
}
.index_v5 .org_team_slider .swiper-pagination-bullet{
  background-color: #d4d4d4;
  opacity: 1;
}
.index_v5 .org_team_slider .swiper-pagination-bullet-active{
  background-color: #27ae93;
  box-shadow: 0px 0px 0px 3px #eaece8;
}
.org_team_slider .swiper-container{
  padding: 0px 15px 36px;
}
.org_team_slide{
  background-color: #ffffff;
  display: inline-block;
  border-radius: 10px;
}
.org_team_slide .org_team_image{
  position: relative;
}
.org_team_slide .org_team_image img{
  border-radius: 10px 10px 0px 0px;
}
.org_team_slide .org_team_image .org_team_overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(39,174,147,0.8);
  border-radius: 10px 10px 0px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.org_team_slide:hover .org_team_image .org_team_overlay{
  opacity: 1;
  visibility: visible;
}
.org_team_slide .org_team_name{
  box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.06);
  border-radius: 0px 0px 10px 10px;
  padding: 10px 0px 24px;
  text-align: center;
  position: relative;
}
.org_social_links{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.org_social_links li{
  display: inline-block;
  margin: 0px 3px;
}
.org_social_links li a{
  color: #ffffff;
  font-size: 18px;
}
.org_team_slide .org_team_name h4{
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
}
.org_team_slide .org_team_name > p{
  margin: 0;
  color: #27ae93;
  text-transform: capitalize;
}
.org_social {
  position: absolute;
  bottom:-19px;
  left: 50%;
  background-color: #27ae93;
  display: inline-block;
  min-width: 160px;
  text-align: center;
  padding: 5px 15px;
  border-radius: 30px;
  overflow: hidden;
  transform: translateX(-50%);
}
.org_team_slide:hover .org_social .org_social_links {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
}
.org_social > p{
  margin: 0;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.org_team_slide:hover .org_social > p{
  opacity: 1;
  visibility: visible;
}
/*Organic Team End*/
/*Organic Testimonial Start*/
.org_testimonial_wrapper{
  background-color: #f9fcf6;
  padding-top: 90px;
}
.org_testimonial_slider{
  margin-top: 15px;
}
.org_testimonial_slider .swiper-container{
  padding-bottom: 10px;
}
.org_testimonial_slider .swiper-slide{
  padding: 10px;
}
.org_testimonial_slider .org_testimonial_slide{
  display: flex;
  padding: 0px 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.06);
}
.org_testimonial_slide .org_test_image{
  margin-top: 20px;
  margin-bottom: -40px;
  width: 180px;
}
.org_testimonial_slide .org_test_image img{
  border-radius: 10px;
  border: 2px solid #27ae93;
}
.org_testimonial_message{
  padding: 30px 0px 0px 20px;
  position: relative;
  width: calc(100% - 180px);
}
.org_testimonial_message > p{
  font-size: 18px;
  font-style: italic;
}
.org_testimonial_message > img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.org_testimonial_message > h5{
  font-size: 20px;
  color: #222222;
  font-weight: 600;
  text-transform: capitalize;
}
.org_testimonial_message > h5 > span{
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
}
.org_testimonial_slide > .test_social{
  position: absolute;
  bottom: 30px;
  right: 10px;
  padding: 7px 20px;
  border-radius: 30px 0px 0px 30px;
  background-color: #27ae93;
}
.org_testimonial_slide > .test_social > li{
  display: inline-block;
  margin: 0px 10px;
}
.org_testimonial_slide > .test_social > li > a{
  color: #ffffff;
  font-size: 18px;
}
.org_test_btn {
    position: absolute;
    bottom: 65px;
    cursor: pointer;
    left: 235px;
    padding: 0px 15px;
    z-index: 10;
}
.org_test_btn.org_right{
  left: 265px;
}
.org_test_btn.org_right:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.org_test_btn span {
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.org_test_btn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.org_test_btn:hover > span {
  transform: translate(-50%, -50%) scale(0);
}
.org_test_btn > span.hover_arrow {
  transform: translate(-50%, -50%) scale(0);
}
.org_test_btn:hover > span.hover_arrow {
  transform: translate(-50%, -50%) scale(1);
}
/*Organic Testimonial End*/
/*Organic Partner Start*/
.index_v5 .clv_partner_wrapper {
  padding-bottom: 100px;
  background-color: #27ae93;
}
.index_v5 .partner_slider .partner_slide .partner_image {
    border-color: rgba(232, 232, 232, 0.5);
    background-color: transparent;
}    
.index_v5 .partner_slider .partner_slide .partner_image:hover {
    border-color: #ffffff;
    background-color: #ffffff;
}  
.index_v5 .partner_slider .partner_slide .partner_image svg path {
    fill: #ffffff;
}
.index_v5 .partner_slider .partner_slide .partner_image:hover svg path {
    fill: #27ae93;
}
.index_v5 .clv_partner_wrapper .partner_slider .slider_arrow {
  border-width: 1px;  
  border-color: rgba(232, 232, 232, 0.5);
}
.index_v5 .clv_partner_wrapper .partner_slider .slider_arrow:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.index_v5 .clv_partner_wrapper .partner_slider .slider_arrow:hover svg path {
  fill: #27ae93; 
}

/*Organic Partner End*/
/*Organic Footer Start*/
.index_v5 .clv_footer_wrapper{
  background: none;
  background-color: #ffffff;
  padding-top: 60px;
}
.index_v5 .useful_links{
  display: inline-block;
  vertical-align: top;
}
.index_v5 .useful_links.float{
  float: right;
}
.index_v5 .footer_block > p {
    margin-bottom: 10px;
}
.index_v5 .footer_block > p > span {
    margin-right: 10px;
}
.index_v5 .agri_social_links > li > a{
  color: #27ae93;
  border-color: #b1b1b14d;
}
.index_v5 .agri_social_links > li > a:hover{
  background-color: #27ae93;
  border-color: #27ae93;
  color: #ffffff;
}
.index_v5 .clv_footer_wrapper .footer_block .useful_links > li > a{
  color: #222222;
}
.index_v5 .clv_footer_wrapper .footer_block .useful_links > li > a:hover{
  text-decoration: underline;
  color: #27ae93;
}
.index_v5 .footer_post_section .footer_post_slide > span{
  color: #27ae93;
}
.index_v5 .footer_post_section .footer_post_slide > .blog_links > a{
  color: #27ae93;
}
.index_v5 .footer_post_section::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.index_v5 .footer_post_section::-webkit-scrollbar-thumb {
  background: #27ae93;
}
.index_v5 .clv_footer_wrapper .footer_block .footer_heading > h4 {
  color: #222222;
  font-weight: 600;
}
.index_v5 .clv_footer_wrapper .footer_block p {
  color: #222222;
}
.index_v5 .clv_footer_wrapper .footer_block .useful_links > li{
  margin-bottom: 10px;
}
.footer_service_wrapper{
  margin-bottom: 55px;
}
.footer_service_block{
  text-align: center;
  padding: 38px 30px 33px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
.footer_service_block > img{
  margin-bottom: 15px;
}
.footer_service_block > h4{
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}
/*Organic Footer End*/
/*Organic Copyright Start*/
.index_v5 .clv_copyright_wrapper{
  background-color: #27ae93;
}
.index_v5 .clv_copyright_wrapper p{
  color: #ffffff;
}
.index_v5 .clv_copyright_wrapper > p > a{
  color: #ffffff;
}
/*Organic Copyright End*/

/********************************************************
20. Index5 end
*******************************************************/   
/********************************************************
21. Index6 start
*******************************************************/  
.index_v6{
  background-color: #ffffff;
}
.index_v6 .clv_heading h3{
  font-weight: 400;
  color: #222222;
}
.index_v6 .clv_heading.white_heading h3{
  color: #ffffff;
}
/*Coffee Header Start*/
.index_v6 .header4_wrapper {
    position: fixed;
    /* top: 50px; */
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
} 
.clv_header4{
  background-color: #ffffff;
  border-radius: 80px;
}
.index_v6 .header4_wrapper.header4_fix{
  top: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.06);
}
.index_v6 .clv_right_header .clv_menu{
  background-color: unset;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
.index_v6 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
  color: #000000;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
}
.index_v6 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a:after{
  background-color: #000000;
}
.index_v6 .clv_right_header .clv_menu .cart_nav > ul > li > a{
  color: #ffc539;
}
.index_v6 .clv_right_header .clv_menu .cart_nav ul > li > a.cart_toggle > span{
  background-color: #ffc539;
  color: #ffffff;
}
.index_v6 .clv_right_header .clv_menu .cart_nav > ul > li{
  position: relative;
  height: 100%;
  padding: 32px 0px;
  margin-right: 10px;
}
.index_v6 .clv_right_header .clv_menu .cart_nav > ul > li:last-child{
  margin: 0;
  padding-left: 10px;
}
.index_v6 .clv_right_header .clv_menu .cart_nav > ul > li:last-child::before{
  background-color: #e8e8e8;
}
.index_v6 .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box{
  right: 0;
}
.index_v6 .header4_wrapper .clv_header4{ 
  padding: 0px 20px;
  /*margin-top: -30px;*/
}
.index_v6 .header4_wrapper .clv_header4 .clv_logo{
  padding: 28px 0px 25px;
}
.index_v6 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
  padding: 28px 0px;
}
.index_v6 .clv_right_header .clv_menu .cart_nav{
  margin-right: 20px;
  padding: 0px;
}
/*Coffee Header End*/
/*Coffee Banner Start*/
.index_v6 .clv_banner_slider .clv_slide{
  background: url('../images/newimage/index6_slider_bg1.png') no-repeat center;
  background-size: cover;
  padding: 236px 0px 96px;
}
.index_v6 .clv_banner_slider .clv_slide.slide2{
  background: url('../images/newimage/index6_slider_bg2.png') no-repeat center;
  background-size: cover;
}
.index_v6 .clv_banner_slider .clv_slide:before{
  background-color: rgba(60, 63, 72, 0.88);
}
.index_v6 .clv_banner_slider .clv_slide .clv_slide_inner h3{
  letter-spacing: 0;
  font-size: 22px;
  padding: 10px;
  background-color: rgba(255,255,255,0.1);
  display: inline-block;
  border-radius: 0px 10px;
}
.index_v6 .clv_banner_slider .clv_slide .clv_slide_inner h2{
  font-size: 72px;
  font-weight: 400;
}
.index_v6 .clv_banner_slider .clv_slide .clv_slide_inner h2 span{
  font-weight: 700;
  position: relative;
}
.index_v6 .clv_banner_slider .clv_slide .clv_slide_inner h2 span:after{
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index_v6 .clv_banner_slider .clv_slide .clv_slide_inner h1{
  font-size: 72px;
  color: #ffc539;
}
.index_v6 .clv_banner_slider .clv_slide .clv_slide_inner p{
  font-size: 20px;
  margin: 5px 0px 13px;
  color: #ffffff;
}
.index_v6 .clv_banner_slider .clv_slide .clv_slide_inner .clv_btn{
  text-decoration: underline;
}
.index_v6 .clv_banner_slider .clv_slide .banner_content{
  margin-top: 135px;
}
.index_v6 .clv_banner_slider .slider_arrow{
  border: none;
  background-color: #505158;
}
.index_v6 .clv_banner_slider .slider_arrow:hover{
  background-color: #ffc539;
}
.index_v6 .clv_banner_slider .slider_arrow:hover svg path{
  fill: #ffffff;
}
/*Coffee Banner End*/
/*Coffee About Start*/
.index_v6 .coffee_about_wrapper {
  background-image: url(../images/newimage/index_v6_about_bg.png);
  background-size: contain;
}
.coffee_about_image img{
  border-radius: 10px;
}
.coffee_about_content{
  position: relative;
  padding: 45px 40px 52px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-top: 120px;
  margin-left: -100px;
  width: 663px;
  background-color: #3c3f48;
}
.coffee_about_content h6{
  font-size: 30px;
  color: #ffffff;
  line-height: 42px;
  text-transform: capitalize;
  font-weight: 500;
}
.coffee_about_content h5{
  font-size: 42px;
  color: #ffc539;
  line-height: 42px;
  text-transform: capitalize;
  margin-bottom: 26px;
  font-weight: 600;
}
.coffee_about_content p{
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
.coffee_about_content a{
  font-size: 20px;
  line-height: 30px;
  color: #ffc539;
  text-decoration: underline;
  text-transform: capitalize;
}
.coffee_about_content img{
  position: absolute;
  bottom: -130px;
    right: -180px;  
}
/*Coffee About End*/
/*Coffee Counter Start*/
.index_v6 .clv_counter_wrapper{
  background: url('../images/backgrounds/dp5.png') no-repeat center;
  background-size: cover;
}
.index_v6 .clv_counter_wrapper:before{
  background-color: rgba(60, 63, 72, 0.88);
}
/*Coffee Counter End*/
/*Coffee Service Start*/
.index_v6 .coffee_service_wrapper {
  background-image: url(../images/newimage/index_v6_farm_bg.png);
  background-size: contain;
}
.coffee_service_content{
  text-align: center;
  margin-top: 38px;
}
.coffee_service_content > h6{
  font-size: 30px;
  color: #222222;
  line-height: 42px;
  text-transform: capitalize;
  font-weight: 500;
}
.coffee_service_content > h5{
  font-size: 42px;
  color: #222222;
  line-height: 42px;
  text-transform: capitalize;
  margin-bottom: 26px;
  font-weight: 600;
}
.coffee_service_content > p{
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 20px;
}
.coffee_service_content > p.mb_4{
  margin-bottom: 30px;
}
.coffee_service_content > a{
  font-size: 20px;
  line-height: 30px;
  color: #ffc539;
  text-decoration: underline;
  text-transform: capitalize;
}
.coffee_service_section{
  padding: 31px 40px 36px;
  background-color: #3c3f48;
  border-radius: 10px;
  width: 663px;
  position: relative;
  margin-top: 47px;
  z-index: 1;
}
.coffee_service_section > h3{
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #ffffff;
  text-transform: capitalize;
}
.coffee_service_section > h4{
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #ffc539;
  text-transform: capitalize;
}
.coffee_service_block{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.coffee_service_block .service_icon{
  width: 33.33%;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);     
}
.coffee_service_block .service_icon:last-child{
  border: none;
}
.coffee_service_block .service_icon > span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #2b2d34;
  margin: 0 auto 10px;
}
.coffee_service_block .service_icon > h3{
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
}
.coffee_service_image > img{
  border-radius: 10px;
}
/*Coffee Service End*/
/*Coffee Team Start*/
.index_v6 .dairy_team_wrapper{
   background-color: unset;
   background: url('../images/newimage/coffee_team_bg.png') no-repeat center;
   background-size: cover;
   position: relative;
   z-index: 1;
   padding-bottom: 50px;
}
.index_v6 .dairy_team_wrapper:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(60, 63, 72, 0.88);
  z-index: -1;
}
.index_v6 .team_slide .coffee_team_details{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: url('../images/newimage/team_shape.png') no-repeat bottom;
  text-align: center;
}
.index_v6 .team_slide .coffee_team_details .call_icon{
  width: 54px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v6 .team_slide:hover .coffee_team_details .call_icon{
  background-color: #ffc539;
}
.index_v6 .team_slide .coffee_team_details .call_icon svg path{
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v6 .team_slide:hover .coffee_team_details .call_icon svg path{
  fill: #ffffff !important;
}
.index_v6 .team_slide .coffee_team_details h3{ 
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}
.index_v6 .team_slide .coffee_team_details p{
  color: #ffc539;
  margin: 0;
  text-transform: capitalize;
}
.index_v6 .dairy_team_slider .slider_arrow{
  border: none;
  background-color: #505158;
}
.index_v6 .dairy_team_slider .slider_arrow:hover{
  background-color: #ffc539;
}
.index_v6 .dairy_team_slider .slider_arrow:hover svg path{
  fill: #ffffff;
}  
/*Coffee Team End*/
/*Coffee Testimonial Start*/
.index_v6 .coffee_testimonial_wrapper{
  background-image: url('../images/newimage/index_v6_testimonial_bg.png');
  background-size: contain;
}
.coffee_testimonial_wrapper{
  padding-top: 90px;
}
.coffee_testimonial_slider .coffee_name_slider.swiper-container{
  padding: 84px 0px 0px;
}
.coffee_test_slide {
    border-radius: 10px;
    position: relative;
    background-color: #3c3f48;
    text-align: center;
  padding: 100px 100px 73px;
}
.coffee_test_slide .testimonial_client_image{
  position: absolute;
  left: 50%;
  top: -67px;
  transform: translateX(-50%);
}
.coffee_test_slide .testimonial_client_image span > img{
  border-radius: 50%;
  border: 8px solid #ffffff;
}
.coffee_test_slide > img.test_quote_bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}
.coffee_test_slide p{
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-style: italic;
  position: relative;
}
.coffee_test_slide p > span{
  position: absolute;
  top: 0;
  left: -40px;
}
.swiper-container.coffee_thumb_slider {
    position: absolute;
    max-width: 650px;
  bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
}
.coffee_thumb_slide{
  text-align: center;
}
.coffee_thumb_slide h3{
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  color: rgba(255,255,255,0.1);
}
.swiper-slide.swiper-slide-active .coffee_thumb_slide h3 {
  color: #ffc539;
}
.coffee_arrow_wrapper {
    max-width: 250px;
    width: 100%;
    position: absolute;
    z-index: 30;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coffee_test_left_arrow, .coffee_test_right_arrow {
  cursor: pointer;
  outline: none;
}
/*Coffee Testimonial End*/
/*Coffee Shop Start*/
.index_v6 .garden_shop_wrapper{
  background: url('../images/newimage/coffee_shop_bg.png') no-repeat center;
  background-size: cover;
  position: relative;
  padding-bottom: 90px;
  z-index: 1;
}
.index_v6 .garden_shop_wrapper:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(60, 63, 72, 0.88);
  z-index: -1;
}
.index_v6 .garden_shop_slider{
  margin-top: 16px;
}
.index_v6 .garden_shop_slide:hover{
  box-shadow: 0px 0px 0px 1px #f2f2f2;
}
.index_v6 .garden_shop_slider .swiper-container{
  padding: 10px 0px 20px;
}
.index_v6 .garden_shop_slider .slider_arrow{
  width: 60px;
    height: 60px;
    outline: none;
  border: none;
  background-color: #505158;
    border-radius: 50%;
    color: #e2e2e2;
    font-size: 40px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.index_v6 .garden_shop_slider .slider_arrow.right_arrow{
  left: auto;
    right: -100px;
}
.index_v6 .garden_shop_slider .slider_arrow svg{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.index_v6 .garden_shop_slider .slider_arrow:hover{
  background-color: #ffc539;
}
.index_v6 .garden_shop_slider .slider_arrow:hover svg path{
  fill: #ffffff;
}  
/*Coffee Shop End*/
/*Coffee Pricing Start*/
.index_v6 .coffee_pricing_wrapper{
  background-image: url('../images/newimage/index_v6_pricing_bg.png');
  background-size: contain;
}
.coffee_pricing_wrapper{
  padding-top: 90px;
}
.coffee_pricing_section{
  margin-top: 25px;
}
.coffee_pricing_section .coffee_pricing_toggle{
  text-align: center;
  margin-bottom: 36px;
}
.coffee_pricing_toggle .fieldset {
  display: inline-block;
  position: relative;
  padding: 0px 2px;
  margin-bottom: 0;
  border-radius: 50em;
  background-color: #f8f8f8;
}
.coffee_pricing_toggle input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.coffee_pricing_toggle label {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  float: left;
  margin: 0;
  width: 90px;
  height: 50px;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.coffee_pricing_toggle .pr_switch {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 92px;
  background-color: #fecf3f;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.coffee_pricing_toggle input[type="radio"]:checked + label + .pr_switch{
  -webkit-transform: translateX(92px);
  -moz-transform: translateX(92px);
  -ms-transform: translateX(92px);
  -o-transform: translateX(92px);
  transform: translateX(92px);
}
.coffee_pricing_toggle input[type="radio"]:checked + label {
  color: #ffffff;
}
.pricing-group{
  position: relative;
}
.pricing-group.switched .coffee_pricing_block.yearly{
  transform: translate(-50%, -50%) scale(1);
}
.pricing-group.switched .coffee_pricing_block.monthly{
  transform: translate(0, 0) scale(0);
}
.coffee_pricing_block {
    text-align: center;
    box-shadow: 0px 0px 0px 1px #f2f2f2;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0px 0px 30px;
  transform: translate(0, 0) scale(1);
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.coffee_pricing_block:hover {
  box-shadow: 0px 8px 20px 1px rgba(0,0,0,0.1);
}
.coffee_pricing_block.yearly{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
}
.coffee_pricing_block .pricing_header{
  padding: 30px 30px;
  border-radius: 10px 10px 0px 50px;
  background-color: #dc4c4c;
  margin-bottom: 54px;
}
.coffee_pricing_block .pricing_header.premium{
  border-radius: 10px 10px 0px 0px;
  background-color: #16c3c7;
}
.coffee_pricing_block .pricing_header.ultimate{
  border-radius: 10px 10px 50px 0px;
  background-color: #f39c11;
}
.coffee_pricing_block .pricing_header h5{
  text-transform: capitalize;
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
}
.coffee_pricing_block .pricing_header h3{
  text-transform: capitalize;
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
}
.coffee_pricing_block .pricing_header h3 > span{
  font-size: 40px;
}
.coffee_pricing_block ul > li{
  margin-bottom: 30px;
}
.coffee_pricing_block ul > li > p{
  margin: 0;
  color: #222222;
  text-transform: capitalize;
}
.coffee_pricing_block > a{
  display: inline-block;
    border-radius: 30px;
    background-color: #222222;
    color: #ffffff;
    text-transform: capitalize;
    min-width: 170px;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.coffee_pricing_block > a:hover{
  background-color: #ffc539;
}
/*Coffee Pricing End*/
/*Coffee Partner Start*/
.index_v6 .clv_partner_wrapper{
  padding-bottom: 100px;
  position: relative;
  background: url('../images/newimage/partner_bg.png') no-repeat center;
  background-size: cover;
  z-index: 1;
}
.index_v6 .clv_partner_wrapper:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(60, 63, 72, 0.88);
  z-index: -1;
}
.index_v6 .partner_slider .partner_slide .partner_image{
  background-color: transparent;
}
.index_v6 .partner_slider .partner_slide .partner_image:hover{
  background-color: #ffffff;
  border-color: #ffffff;
}
.index_v6 .partner_slider .partner_slide .partner_image svg path{
  fill: #ffffff;
}
.index_v6 .partner_slider .partner_slide .partner_image:hover svg path{
  fill: #ffc539;
}
.index_v6 .clv_partner_wrapper .partner_slider .slider_arrow{
  width: 60px;
  height: 60px;
  border: none;
  background-color: #505158;
}
.index_v6 .clv_partner_wrapper .partner_slider .slider_arrow:hover{
  background-color: #ffc539;
}
.index_v6 .clv_partner_wrapper .partner_slider .slider_arrow svg path{
  fill: #ffffff;
}
/*Coffee Partner End*/
/*Coffee Footer Start*/
.index_v6 .clv_footer_wrapper{
}
.index_v6 .clv_footer_wrapper{
  background: none;
  padding-top: 100px;
  background-image: url('../images/newimage/index_v6_footer_bg.png');
  background-size: contain;
  background-color: #1c232c;
}
.support_main_wrapper{
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 53px;
}
.footer_support_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  margin-bottom: 60px;
}
.footer_support_wrapper .footer_service_section {
    width: 50%;
    display: flex;
    align-items: center;
}
.footer_support_wrapper .footer_service_section > img{
  margin-right: 50px;
}
.footer_support_wrapper .footer_service_section h3{
  font-size: 26px;
  font-weight: 500;
  color: #222222;
}
.footer_support_wrapper .footer_service_section .contact_label{
  display: flex;
  align-items: center;
  height: 50px;
  margin-right: 15px;
  line-height: 50px;
  border-radius: 30px;
  padding-right: 20px;
  background-color: #ec5e5e;
}
.footer_support_wrapper .footer_service_section .contact_label > span{
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  background-color: #de5a5a;
  float: left;
  display: inline-block;
}
.footer_support_wrapper .footer_service_section .contact_label:last-child{
  background-color: #f39c11;
}
.footer_support_wrapper .footer_service_section .contact_label:last-child > span{
  background-color: #e5930f;
}
.footer_support_wrapper .footer_service_section .contact_label > h4{
  font-size: 22px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
}
.index_v6 .clv_footer_wrapper .footer_block > p {
    /* color: #222222;  */
  margin-bottom: 10px;
}
.footer_post_section .footer_post_slide > .blog_links > p{
  color: #222222; 
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.index_v6 .footer_block > p > span {
    margin-right: 10px;
}
.index_v6 .agri_social_links > li > a{
  /* color: #222222; */
    border-color: #b1b1b14d;
}
.index_v6 .agri_social_links > li > a:hover {
    background-color: #ffc539;
    border-color: #ffc539;
    color: #ffffff;
}
.index_v6 .useful_links{
  display: inline-block;
    vertical-align: top;
}
.index_v6 .useful_links.float {
    float: right;
}
.index_v6 .clv_footer_wrapper .footer_block .useful_links > li > a{
  /* color: #222222; */
}
.index_v6 .clv_footer_wrapper .footer_block .useful_links > li{
  margin-bottom: 10px;
}
.index_v6 .clv_footer_wrapper .footer_block .useful_links > li > a:hover {
    text-decoration: underline;
    color: #ffc539;
}
.index_v6 .footer_post_section::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.index_v6 .footer_post_section::-webkit-scrollbar-thumb {
  background: #ffc539;
}
.index_v6 .clv_footer_wrapper .footer_block .footer_heading > h4{
  /* color: #222222; */
  color: #FFFFFF;
    font-weight: 600;
}
.index_v6 .footer_post_section .footer_post_slide > .blog_links > a{
  color: #ffc539;
  font-family: 'Source Sans Pro', sans-serif;
}
.index_v6 .footer_post_section .footer_post_slide > span{
  color: #222222;
}
/*Coffee Footer End*/
/*Coffee Copyright Start*/
.index_v6 .clv_copyright_wrapper{
  background-color: #222222;
}
.index_v6 .clv_copyright_wrapper p a{
  color: #ffffff;
}
/*Coffee Copyright End*/
/********************************************************
21. Index6 end
*******************************************************/   
/********************************************************
22. About Page start
*******************************************************/  
.about_page .clv_about_wrapper{
  padding-top: 125px;
} 
.about_page .clv_about_product .about_product_contect .about_product_contact{
  background-color: #fec007;
} 
.about_page .clv_about_product .about_product_contect .about_product_contact > span{
  background-color: #fec007;
}
.about_page .clv_about_product .about_product_image:after{
  background-color: #fec007;
}
.about_page .clv_about_product .about_product_contect > h6{
  color: #fec007;
}
/*Breadcrumb Start*/
.breadcrumb_wrapper{
  position: relative;
  background: url('../images/newimage/breadcrumb_bg.png') no-repeat center;
  background-size: cover;
  padding: 63px 0px 57px;
  z-index: 1;
}
.breadcrumb_wrapper:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(37,37,37,0.7);
  z-index: -1;
}
.breadcrumb_wrapper .breadcrumb_inner{
  text-align: center;
}
.breadcrumb_wrapper .breadcrumb_inner  h3{
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}
.breadcrumb_block{
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  padding: 14px 20px;
    background-color: #fec007;
    border-radius: 30px;
  z-index: 1;
}
.breadcrumb_block ul li{
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-right: 15px;
  text-transform: capitalize;
}
.breadcrumb_block ul li a{
  color: #ffffff;
}
.breadcrumb_block ul li:before, .breadcrumb_block ul li:after{
  content: "/";
  position: absolute;
  top: 50%;
  right: -10px;
  transform:translateY(-50%);
}
.breadcrumb_block ul li:after{
  right: -15px;
}
.breadcrumb_block ul li:last-child{
  margin: 0;
}
.breadcrumb_block ul li:last-child:before, .breadcrumb_block ul li:last-child:after{
  display: none;
}
/*Breadcrumb End*/
/********************************************************
22. About Page end
*******************************************************/   
/********************************************************
23. Service Page start
*******************************************************/   
.service_page .clv_features_wrapper{
  padding-top: 125px
}
.service_page .clv_features_wrapper .feature_block h3:before, .service_page .clv_features_wrapper .feature_block h3:after{
  background-color: #fec007;
}
.service_page .garden_service2_section .service2_block h3:before, .service_page  .garden_service2_section .service2_block h3:after{
  background-color: #fec007;
}
.service_page .garden_service2_section .service2_block:hover h3:before, .service_page .garden_service2_section .service2_block:hover h3:after {
    background-color: rgba(255,255,255,1);
}
/********************************************************
23. Service Page end
*******************************************************/   
/********************************************************
24. Gallery Page Start
*******************************************************/    
.gallery_page .clv_gallery_wrapper{
  background: none;
  padding-top: 115px;
  padding-bottom: 100px;
}
.gallery_page .clv_gallery_wrapper:before{
  display: none;
}
/********************************************************
24. Gallery Page end
*******************************************************/   
/********************************************************
25. Blog Page start
*******************************************************/   
.blog_page .blog_sidebar_wrapper{
  background-color: #ffffff;
  padding-top: 125px;
}
.blog_page .blog_sidebar_wrapper.blog_single_wrapper{
  padding-bottom: 40px;
}
.blog_page .blog_section{
  margin-bottom: 30px;
}
.blog_page .blog_section .agri_blog_content{
  background-color: #fdfdfd;
}
.blog_pagination_section ul li {
    display: inline-block;
    margin: 0px 10px;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_pagination_section ul li a {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 18px;
    text-transform: capitalize;
    border: 1px solid #eaeaea;
    position: relative;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_pagination_section ul li a span{
  outline: none;
}
.blog_pagination_section ul li.blog_page_arrow a span{
  transition: all 0.1s ease-in-out;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;
}
.blog_pagination_section ul li:first-child a:hover, .blog_pagination_section ul li:last-child a:hover {
    width: 120px;
    border-radius: 40px;
    background-color: #fec007;
    border-color: #fec007;
    color: #ffffff;
}
.blog_pagination_section ul li.blog_page_arrow:first-child a span, .blog_pagination_section ul li.blog_page_arrow:last-child a span{
  opacity: 0;
  visibility: hidden;
  font-size: 0;
}
.blog_pagination_section ul li:first-child a:hover span, .blog_pagination_section ul li:last-child a:hover span {
    opacity: 1;
    visibility: visible;
    font-size: 18px;
}
.blog_pagination_section ul li a svg{
   transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
   display: inline-block;
}
.blog_pagination_section ul li a svg path{
  fill: #707070;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.blog_pagination_section ul li a:hover svg path{
  fill: #ffffff;
}
.blog_sidebar .sidebar_block{
  margin-bottom: 35px;
}
.sidebar_heading{
  margin-bottom: 30px;
}
.sidebar_heading h3{
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}
.sidebar_search{
  position: relative;
  width: 100%;
}
.sidebar_search input{
  border: 1px solid #eaeaea;
  border-radius: 40px;
  height: 50px;
  width: 100%;
  padding: 0px 20px;
  padding-right: 50px;
  outline: none;
}
.sidebar_search a{
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
.sidebar_category > ul > li{
  position: relative;
  margin-bottom: 19px;
  padding-left: 15px;
}
.sidebar_category > ul > li:before {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fec007;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    transform: translateY(-50%);
}
.sidebar_category > ul > li:last-child{
  margin-bottom: 0;
}
.sidebar_category > ul > li > a{
  text-transform: capitalize;
}
.sidebar_category > ul > li > a > span{
  float: right;
}
.sidebar_post ul li{
  display: flex;
  align-content: center;
  margin-bottom: 13px;
}
.sidebar_post ul li .post_image{
  margin-right: 10px;
}
.sidebar_post ul li .post_image img{
  border-radius: 5px;
}
.sidebar_post ul li .post_content p{
  margin: 0;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: capitalize;
  color: #1fa12e;
}
.sidebar_post ul li .post_content a{
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.sidebar_tags ul li{
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 5px;
}
.sidebar_tags ul li a{
  border: 1px solid #eaeaea;
  border-radius: 30px;
  padding: 5px 13px;
  color: #707070;
  text-transform: capitalize;
  background-color: transparent;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.sidebar_tags ul li a:hover{
  background-color: #fec007;
  border-color: #fec007;
  color: #ffffff;
}
.sidebar_test_slider{
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #fec007;
  padding: 30px 20px 36px;
  text-align: center;
}
.sidebar_test_slide .test_slide_image{
  text-align: center;
  margin-bottom: 20px;
}
.sidebar_test_slide .test_slide_image > img{
  border: 3px solid rgba(255,255,255,0.6);
  border-radius: 50%;
}
.sidebar_test_slide .test_slide_content{
  position: relative;
  z-index: 1;
}
.sidebar_test_slide .test_slide_content p{
  font-size: 15px;
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.sidebar_test_slide .test_slide_content h5{
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 5px;
  text-transform: capitalize;
}
.sidebar_test_slide .test_slide_content img{
  position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.sidebar_arrow_wrapper{
  position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 130px;
    align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.sidebar_arrow_wrapper .sidebar_test_arrow{
  font-size: 26px;
    color: #ffffff80;
  cursor: pointer;
  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.sidebar_arrow_wrapper .sidebar_test_arrow:hover{
  color: #ffffff;
}
/********************************************************
25. Blog Page end
*******************************************************/  
/********************************************************
26. Blog Single Page start
*******************************************************/  
.mt-3{
  margin-top: 25px !important;
}
.single_content_wrapper {
  display: flex;
  align-items: flex-start;
}
.single_content_wrapper img{
  border-radius: 10px;
  margin-right: 10px;
}
.single_content_wrapper p{
  margin: 0;
}
.blog_message{
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  text-align: center;
}
.blog_message > p{
  font-size: 18px;
  color: #222222;
  font-style: italic; 
  margin: 0;
}
.blog_message > img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.author_message_box{
  background-color: #fec007;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 92px;
}
.author_image{
  margin-right: 20px;
}
.author_image img{
  border-radius: 10px;
}
.author_content{
  padding-right: 30px;
}
.author_content .social_name {
    display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.author_content .social_name h3{
  font-size: 20px;
  color: #ffffff;
  margin-right: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.author_content .social_name h3 > span{
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
.author_content .social_name > ul{
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.1);
  border-radius: 40px;
}
.author_content .social_name > ul > li{
  display: inline-block;
  margin: 0px 5px;
}
.author_content .social_name > ul > li > a{
  color: #ffffff;
  font-size: 18px;
}
.author_content p{
  margin: 0;
  color: #ffffff;
}
.blog_single_heading{
  margin-bottom: 60px;
}
.blog_single_heading h3{
  color: #222222;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
}
.comment_section{
  margin-bottom: 60px;
}
.comment_section > ul > li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.comment_section > ul > li:last-child {
  border: none;
  margin: 0;
}
.comment_box{
  display: flex;
}
.comment_box .comment_image{
  margin-right: 30px;
}
.comment_box .comment_image > img{
  border-radius: 50%;
}
.comment_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.comment_header .comment_name{
  display: flex;
  align-items: center;
}
.comment_header .comment_name > h5{
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222222;
  margin-right: 10px;
}
.comment_header .comment_name > span{
  color: #fec007;
  margin-right: 10px;
}
.comment_header > a {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  height: 30px;
  line-height: 25px;
  border: 1px solid #ebebeb;
  border-radius: 40px;
  text-transform: capitalize;
  color: #222222;
}
.comment_box .comment_text > p{
  margin: 0;
}
.comment_section > ul > li > ul > li{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  margin-left: 100px;
}
.comment_section > ul > li > ul > li:last-child{
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.form_block{
  margin-bottom: 30px;
}
.form_block .form_field{
  height: 50px;
  width: 100%;
  border-radius: 5px;
  padding: 0px 30px;
  border: 1px solid #ebebeb;
  outline: none;
}
.form_block textarea.form_field{
  min-height: 170px;
  padding-top: 15px;
  resize: none;
}
/********************************************************
26. Blog Single Page end
*******************************************************/  
/********************************************************
27. Contact Page Start
*******************************************************/ 
.contact_blocks_wrapper{
  background-color: #ffffff;
  padding-top: 125px;
}
.contact_block{
  position: relative;
  box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.06);
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 40px 43px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.contact_block:before, .contact_block:after, .contact_block span:before, .contact_block span:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-width: 1px 0px 0px 1px;
  border-radius: 10px 0px 0px 0px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.contact_block:after{
  top: auto;
  bottom: 0;
  border-radius: 0px 0px 0px 10px;
  border-width: 0px 0px 1px 1px;
}
.contact_block span:before{
  left: auto;
  right: 0;
  border-radius: 0px 10px 0px 0px;
  border-width: 1px 1px 0px 0px;
}
.contact_block span:after{
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 10px 0px;
  border-width: 0px 1px 1px 0px;
}
.contact_block:hover:before{
  width: 90px;
  height: 60px;
  border-color: #fec007;
}
.contact_block:hover:after{
  width: 60px;
  height: 90px;
  border-color: #fec007;
}
.contact_block:hover span:before{
  width: 60px;
  height: 90px;
  border-color: #fec007;
}
.contact_block:hover span:after{
  width: 90px;
  height: 60px;
  border-color: #fec007;
}
.contact_block .contact_icon{
  margin-bottom: 15px;
}
.contact_block h4{
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 17px;
  text-transform: capitalize;
  font-size: 26px;
  color: #222222;
  font-weight: 600;
}
.contact_block h4:before, .contact_block h4:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 104px;
  height: 1px;
  background-color: #fec007;
}
.contact_block h4:after{
  width: 56px;
  top: calc(100% + 5px);
}
.contact_block p{
  margin: 0;
  font-size: 20px;
}
.contact_form_wrapper{
  background-color: #f9f9f9;
}
.contact_form_section{
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  padding: 33px 40px 10px;
}
.contact_form_section h3{
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 22px;
  color: #222222;
  font-weight: 600;
}
.contact_form_section form{
  display: contents;
}
.working_time_section{
  background-color: #ffffff;  
}
.timetable_block{
  padding: 40px 40px 20px;
  background-color: #ffffff;
}
.timetable_block h5{
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 19px;
  color: #222222;
}
.timetable_block > ul > li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.timetable_block > ul > li:last-child{
  margin: 0;
}
.timetable_block > ul > li > p{
  margin: 0;
  color: #222222;
  text-transform: capitalize;
  text-align: left;
  width: 45%;
}
.tollfree_block{
  border-radius: 10px;
  background-color: #fec007;
  padding: 22px 20px 19px;
  text-align: center;
  margin-top: 30px;
}
.tollfree_block h5{
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 3px;
}
.tollfree_block h3{
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}
#map{
  height: 760px;
  width: 100%;
}
/********************************************************
27. Contact Page end
*******************************************************/ 
/********************************************************
28. product Page start
*******************************************************/ 
.products_wrapper{
  padding-top: 10px;
}
.product_block{
  margin-bottom: 30px;
}
.product_category > ul > li{
  margin-bottom: 15px;
}
.product_category > ul > li:last-child{
  margin-bottom: 0;
}
.product_category > ul > li > input[type="checkbox"]{
  position: absolute;
  left: -9999px;
}
.product_category > ul > li > label{
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 0;
  text-transform: capitalize;
  padding-left: 20px;
}
.product_category > ul > li > label:before{
  content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 4px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.product_category > ul > li > label:after{
  content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    padding: 3px;
  background: #fec007;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.product_category > ul > li > label > span{
  float: right;
}
.product_category > ul > li > input[type="checkbox"]:checked ~ label:after{
  opacity: 1;
  visibility: visible;
}
.Range_slider {
    padding: 0px 10px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
.Range_slider .ui-widget.ui-widget-content{
  border-color: #fec007;
  height: 2px;
}
.Range_slider .ui-slider .ui-slider-range{
  background-color: #fec007;
}
.Range_slider .ui-state-default{
  border: 1px solid #fec007;
  background: #fec007;
  outline: none;
    border-radius: 50%;
  top: -8px;
  cursor: pointer;
  width: 15px;
    height: 15px;
}
.price_range{
  margin: 33px -10px 0px;
}
.price_range p{
  margin: 0;
  font-size: 18px;
  color: #222222;
  text-transform: capitalize;
  font-weight: 600;
}
.product_list_section{
  margin-top: 65px;
}
.product_list_filter > ul > li{
  display: inline-block;
  width: 33%;
  text-align: center;
  color: #222222;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
}
.product_list_filter > ul > li:nth-child(2):before, .product_list_filter > ul > li:nth-child(2):after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
}
.product_list_filter > ul > li:nth-child(2):after{
  left: auto;
  right: 45px;
}
.product_list_filter > ul > li:first-child{
  text-align: left;
}
.product_list_filter > ul > li:last-child{
  text-align: right;
}
.product_list_filter ul.list_view_toggle > li{
  display: inline-block;
  margin-left: 10px;
}
.product_list_filter > ul > li .nice-select{
  border: none;
    margin: 0 auto;
    float: none;
    display: inline;
    font-size: 18px;
}
.nice-select{
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  width: 100%;
}
.nice-select:active, .nice-select.open, .nice-select:focus{
  border-color: #ebebeb;
}
.nice-select .list{
  margin-top: 15px;
}
.product_list_filter > ul > li .nice-select:after{
  width: 7px;
  height: 7px;
  border-color: #222222;
}
.product_list_filter > ul > li .nice-select .option{
  font-size: 16px;
}
.product_list_filter > ul > li .nice-select .option.selected {
  font-weight: 600;
  background-color: #f5f5f5;
}
.list_view_toggle > li > a{
    width: 24px;
    height: 24px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    text-align: center;
  line-height: 19px;
  
}
.list_view_toggle > li > a.active > svg path{
  fill: #fec007;
}
.product_items_section{
  margin-top: 18px;
}
.product_items_section > ul{
  margin: 0px -15px;
}
.product_items_section > ul > li{
  /* width: 33%; */
  width: 33%;
  padding: 0px 15px;
  display: inline-block;
}
.product_item_block{
  margin-bottom: 30px;
}
.product_items_section ul li .org_product_block{
  padding: 60px 0px 10px;
  margin-bottom: 0;
  z-index: 1;
}
.product_items_section ul li .org_product_block .org_product_image > img{
  max-width: 100%;
}
.product_items_section ul li .org_product_block a{
  position: absolute;
    top: calc(100% - 90px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  visibility: hidden;
  transition: none;
}
.product_items_section ul li .org_product_block:hover{
  padding: 60px 0px 90px;
  margin-bottom: -90px;
  z-index: 2;
}
.product_items_section ul li .org_product_block:hover > a{
  opacity: 1;
    visibility: visible;
}
.product_list_section .blog_pagination_section{
  margin-top: 10px;
}
.product_items_section.product_list_view > ul > li{
  width: 100%;
}
.product_items_section.product_list_view > ul > li > .product_item_block{
  display: flex;
  box-shadow: 0px 0px 0px 1px #ededed;
  border-radius: 10px;
}
.product_items_section.product_list_view .product_item_block .org_product_block{
  box-shadow: none;
  width: 33%;
  padding: 40px 30px
}
.product_items_section.product_list_view .product_item_block .org_product_block:hover{
  box-shadow: none;
  margin: 0;
}
.product_items_section .product_item_block .content_block{
  width: 67%;
  position: relative;
  padding: 40px 30px 40px;
  display: none;
}
.product_items_section .product_item_block .content_block:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 250px;
  background-color: #f5f5f5;
}
.product_items_section.product_list_view .product_item_block .content_block{
  display: block;
}
.product_items_section.product_list_view .org_product_block h4{
  display: none;
}
.product_items_section.product_list_view .org_product_block h3{
  display: none;
}
.product_list_view.product_items_section ul li .org_product_block a{
  transform: translateX(0px);
    opacity: 1;
  visibility: visible;
  position: relative;
  top: unset;
  left: unset;
}
.content_block .product_price_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_block .product_price_box > h3{
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222222;
  margin-bottom: 5px;
}
.content_block .product_price_box > h5{
  font-size: 26px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
}
.content_block .product_price_box > h5 > span{
  font-size: 20px;
}
.content_block > p{
  margin-bottom: 20px;
}
.content_block > .rating_section{
  display: flex;
  align-items: center; 
  margin-bottom: 20px;
}
.content_block > .rating_section span{
  color: #fec007;
  margin-right: 10px;
}
.content_block > .rating_section > ul > li{
  display: inline-block;
  
}
.content_block > .rating_section > ul > li > a{
  color: #7c7c7c;
}
.content_block > .rating_section > ul > li > a.active{
  color: #fec007;
}
.content_block > .rating_section{
  margin-bottom: 20px;
}
.content_block > .rating_section > p{
  margin: 0;
  text-transform: capitalize;
  margin-left: 10px;
}
.content_block > .product_code{
  margin-bottom: 23px;
}
.content_block > .product_code > li{
  display: inline-block;
  padding: 0px 10px;
  position: relative;
}
.content_block > .product_code > li:first-child{
  padding-left: 0;
}
.content_block > .product_code > li:first-child:after{
  content: "";
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #222222;
}
.content_block > .product_code > li > p{
  margin: 0;
  text-transform: capitalize;
}
.content_block > .product_code > li > p span{
  color: #fec007;
}
/********************************************************
28. product Page end
*******************************************************/ 
/********************************************************
29. product single Page start
*******************************************************/ 
.product_single_wrapper{
  padding-top: 125px;
  padding-bottom: 21px;
}
.fd_pro_thumnail{
  height: 550px;
  overflow: hidden;
  text-align: left;
}
.product_single_slider .col-lg-3{
  padding-right: 0px;
}
.product_single_slider .col-lg-9{
  padding-left: 10px;
}
.fd_pro_thumnail .swiper-container{
  backface-visibility: hidden;
  height: 100% !important;
}
.fd_pro_thumnail .fd_pro_img_thumnail img, .fd_product_img .fd_pro_img img{
  border: 1px solid #ebebeb;
  border-radius: 10px;
  max-width: 100%;
}
.fd_pro_thumnail .swiper-slide.swiper-slide-active .fd_pro_img_thumnail img{
  border: 2px solid #fec007;
}
.product_single_details{
  margin-top: 20px;
}
.product_single_details .product_price_box h3{
  font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
  color: #222222;
  margin-bottom: 4px;
}
.product_single_details .rating_section{
  display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.product_single_details .rating_section > span{
  color: #fec007;
    margin-right: 10px;
}
.product_single_details > .rating_section > p {
    margin: 0;
    text-transform: capitalize;
    margin-left: 10px;
}
.product_single_details > .rating_section > ul > li{
  display: inline-block;
}
.product_single_details > .rating_section > ul > li > a.active {
    color: #fec007;
}
.product_single_details > .rating_section > ul > li > a {
    color: #7c7c7c;
}
.product_single_details > .product_code {
    margin-bottom: 13px;
}
.product_single_details > .product_code > li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}
.product_single_details > .product_code > li:first-child {
    padding-left: 0;
}
.product_single_details > .product_code > li:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #222222;
}
.product_single_details > .product_code > li > p {
    margin: 0;
    text-transform: capitalize;
}
.product_single_details > .product_code > li > p span {
    color: #fec007;
}
.product_prices {
    display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product_prices h2 {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    margin-right: 10px;
}
.product_prices h3{
  font-size: 18px;
  font-weight: 600;
  text-decoration: line-through;
    margin-right: 10px;
}
.product_prices span.product_discount {
    color: #fec007;
}
.product_delivery p{
  display: flex;
  align-items: center;
}
.product_delivery p span.pro_icon{
  margin-right: 10px;
    font-size: 18px;
  position: relative;
  color: #fec007;
}
.product_delivery p input{
  border: none;
  width: 200px;
  outline: none;
}
.product_delivery p input::placeholder{
  color: #d4d4d4;
}
.product_delivery p a.pin_check{
  padding-left: 11px;
  font-size: 18px;
  color: #fec007;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.product_delivery p a.pin_check:before{
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #d4d4d4;
  top: 50%;
  left: 2px;
  content: "";
  transform: translateY(-50%);
}
.pro_cod{
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.pro_cod span{
  margin-right: 10px;
  color: #fec007;
}
.quantity_wrapper {
  width: 130px;
    display: inline-block;
    float: left;
}
.quantity_wrapper > .input-group{
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.quantity_wrapper > .input-group > span{
  height: 50px;
  width: 33%;
  text-align: center;
  line-height: 50px;
  position: relative;
  font-size: 26px; 
  color: #fec007;
  cursor: pointer;
}
.quantity_wrapper > .input-group > input{
  max-width: 33%;
  text-align: center;
  color: #707070;
  border: none;
}
.quantity_wrapper > .input-group > span.quantity_minus:after, .quantity_wrapper > .input-group > span.quantity_plus:before{
  position: absolute;
    width: 1px;
    height: 22px;
    background-color: #ebebeb;
    top: 50%;
    right: 0;
    content: "";
    margin-top: -11px;
}
.quantity_wrapper > .input-group > span.quantity_plus:before{
  left: 0;
    right: auto;
}
.fd_pro_add_btn {
    float: left;
    margin-left: 30px;
}
.product_detail_tab{
  padding-bottom: 80px;
}
.product_detail_tab > .nav-tabs{
  border: none;
  margin-bottom: 30px;
}
.product_detail_tab > ul > li{
  margin: 0px 10px;
}
.product_detail_tab > ul > li:first-child{
  margin-left: 0;
}
.product_detail_tab > ul > li > a{
  display: inline-block;
  min-width: 130px;
  padding: 9px 10px;
  border-radius: 5px;
  background-color: transparent;
  text-transform: capitalize;
  color: #222222;
  text-align: center;
  font-size: 16px;
}
.product_detail_tab > ul > li > a.active{
  color: #ffffff;
  background-color: #de1e24;
}
.additional_info{
  width: 86%;
    position: relative;
}
.additional_info > li{
  /*width: 50%;
  float: left;*/
  text-transform: capitalize;
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}
.additional_info > li > span{
  font-size: 16px;
    color: #222;
    text-transform: capitalize;
    font-weight: bold;
    margin-right: 10px;
}
.fd_review_wrapper .review_heading{
  font-size: 20px;
  color: #222222;
  font-weight: 800;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.fd_review_wrapper h5{
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 35px;
  text-transform: capitalize;
}
/********************************************************
29. product single Page end
*******************************************************/ 
/********************************************************
30. Checkout Page start
*******************************************************/ 
.clv_checkout_wrapper{
  padding-top: 125px;
}
.checkout_inner {
    padding: 34px 0px 40px;
  box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.06);
  border-radius: 10px;
}
.checkout_heading {
    padding: 0px 40px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 30px;
}
.checkout_heading h3{
  font-size: 26px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.checkout_heading h5{
  color: #222222;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 16px;
}
.checkout_form {
  padding: 0px 40px;
  margin-bottom: 6px;
}
.payment_option {
  padding: 0px 40px;
  margin-bottom: 40px;
}
.payment_option > ul > li{
  display: inline-block;
  margin-right: 20px;
}
.payment_option > ul > li > input[type="radio"]{
  position: absolute;
  left: -9999px;
}
.payment_option > ul > li > label{
  position: relative;
  margin: 0;
  padding-left: 25px;
  cursor: pointer;
}
.payment_option > ul > li > label > span{
  margin-right: 10px;
  vertical-align: middle;
  text-transform: capitalize;
  color: #222222;
}
.payment_option > ul > li > label:before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #c8c8c8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.payment_option > ul > li > label:after{
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c8c8c8;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.payment_option > ul > li > input[type="radio"]:checked ~ label:before{
  border-color: #3fad21;
}
.payment_option > ul > li > input[type="radio"]:checked ~ label:after{
  background-color: #3fad21;
}
.checkout_submit{
  padding: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout_submit > a{
  color: #222222;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.checkout_submit > a:hover{
  color: #fec007;
}
.checkout_submit > a > span{
  font-size: 18px;
}
.cart_summery_block{
  padding: 32px 40px 35px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.06);
  margin-bottom: 30px;
}
.cart_summery_block > h3{
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 9px;
}
.cart_summery_block > h5{
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 6px;
}
.cart_summery_block > ul > li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f6f6f6;
  padding: 18px 0px 18px;
}
.cart_summery_block > ul > li:last-child{
  border: none;
}
.cart_summery_block > ul > li > .product_quantity{
  width: 50%;
}
.product_quantity h6{
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}
.product_quantity p{
  margin: 0;
}
.product_price > h4{
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}
.total_amount > h4{
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}
.cart_summery_block > a{
  text-transform: capitalize;
  color: #fec007;
  text-align: center;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: underline;
  display: block;
}
.guarantee_block{
  text-align: center;
  padding: 40px 40px 35px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.06);
}
.guarantee_block > .guaranty_icon{
  margin-bottom: 25px;
}
.guarantee_block > h3{
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 11px;
}
.guarantee_block > p{
  margin: 0;
}
/********************************************************
30. Checkout Page end
*******************************************************/ 
/********************************************************
31. Cart Single Page start
*******************************************************/
.cart_single_wrapper{
  padding-top: 125px;
}
.cart_table_section{
  width: 100%;
  padding: 34px 50px 50px;
  box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.06);
  border-radius: 10px;
}
.table_heading{
  margin-bottom: 36px; 
}
.table_heading > h3{
  font-size: 26px;
  font-weight: 600;
  color: #222222;
  display: inline-block;
  text-transform: capitalize;
}
.table_heading > h4{
  font-size: 26px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  float: right;
}
.woocommerce-cart .cart_table {
  width: 100%;
  display: table;
}
.woocommerce-cart .cart_table tr{
  border-bottom: 1px solid #f7f7f7;
  padding: 10px 0px;
}
.woocommerce-cart .cart_table tr:last-child{
  border: none;
}
.woocommerce-cart .cart_table tr th{
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Source Sans Pro', sans-serif;
  color: #707070;
  font-weight: 600;
  padding: 10px 0px 19px;
  margin: 10px 0px 20px;
}
.woocommerce-cart .cart_table tr th:first-child, .woocommerce-cart .cart_table tr td:first-child{
  text-align: left;
  width: 20%;
}
.woocommerce-cart .cart_table tr:nth-child(2) td:first-child{
  padding-top: 51px; 
}
.woocommerce-cart .cart_table tr td{
  padding: 19px 0px 21px;
  text-align: center;
}
.woocommerce-cart .cart_table tr td .product_img{
  display: flex;
  align-items: center;
}
.woocommerce-cart .cart_table tr td .product_img > h6{
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  font-family: 'Lato', sans-serif;
}
.woocommerce-cart .cart_table tr td .item_quantity{
  margin: 0 auto;
}
.woocommerce-cart .cart_table tr td .pro_price > h5{
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}
.woocommerce-cart .cart_table tr td .pro_remove > span{
  cursor: pointer;
}
.checkout_btn_block{
  margin-top: 14px;
}
.woocommerce-cart .clv_btn{
  padding: 0px 30px;
}
/********************************************************
31. Cart Single Page end
*******************************************************/
/********************************************************
32. Profile Page start
*******************************************************/ 
.user_profile_wrapper{
  padding-top: 198px;
}
.user_profile_section{
  padding: 0px 0px 60px;
  box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.06);
  border-radius: 10px;
}
.profile_image_block{
  text-align: center;
  margin-bottom: 56px;
}
.user_profile_img{
  display: inline-block;
  position: relative;
  margin: 0 auto;
  margin-top: -100px;
}
.user_profile_img > img{
  width: 172px;
  height: 172px;
  border-radius: 50%;
}
.user_profile_img > input[type="file"]{
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}
.user_profile_img > label{
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fec007;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.user_profile_section .checkout_heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.user_profile_section .checkout_heading h3{
  font-size: 22px;
  margin: 0;
  
}
.user_profile_section .checkout_heading > a{
  text-transform: capitalize;
  color: #fec007;
}
.user_profile_section .checkout_heading > a > span{
  margin-right: 5px;
}
.profile_form {
    padding: 0px 40px;
}
.profile_form .form_block h6{
  font-size: 20px;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 15px;
}
.profile_form .form_block{
  margin-bottom: 25px;
}
.error_image{
  position: relative;
  text-align: center;
}
.error_image .shape_img{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error_image .veg_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}
.error_image h2{
  font-size: 400px;
  line-height: 458px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fec007;
}
.error_image h3{
  font-size: 165px;
  /* line-height: 458px; */
  text-transform: capitalize;
  font-weight: 700;
  color: #fec007;
}
.thankyou_content{
  text-align: center;
  /* margin-top: 28px; */
}
.error_content{
  text-align: center;
  margin-top: 28px;
}
.error_content h3{
  font-size: 42px;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.error_content h3 > span{
  font-weight: 700;
}
.error_content p{
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 22px;
}
/********************************************************
32. Profile Page end
*******************************************************/  
/********************************************************
33. Success Popup Start
*******************************************************/  
.success_wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.success_wrapper.open_success{
  opacity: 1;
  visibility: visible;
}
.success_wrapper > .success_inner{
  width: 100%;
  max-width: 732px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 60px 110px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px) rotateY(10deg);
  -webkit-transform: translateY(-50px) rotateY(10deg);
  -moz-transform: translateY(-50px) rotateY(10deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.success_wrapper.open_success > .success_inner{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) rotateY(0deg);
  -webkit-transform: translateY(0px) rotateY(0deg);
  -moz-transform: translateY(0px) rotateY(0deg);
}
.success_wrapper > .success_inner .success_img {
    margin-bottom: 20px;
}
.success_wrapper > .success_inner > img{
  margin-bottom: 13px;
}
.success_wrapper > .success_inner > h3{
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 8px;
}
.success_wrapper > .success_inner > p{
  font-size: 16px;
  margin-bottom: 34px;
  font-weight: 600;
}
.success_wrapper > .success_inner > span.success_close{
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
/********************************************************
33. Success Popup End
*******************************************************/  
/********************************************************
34. Thankyou Popup Start
*******************************************************/  
.thankyou_wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.thankyou_wrapper.open_thankyou{
  opacity: 1;
  visibility: visible;
}
.thankyou_wrapper > .thankyou_inner{
  width: 100%;
  max-width: 732px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 60px 90px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px) rotateY(10deg);
  -webkit-transform: translateY(-50px) rotateY(10deg);
  -moz-transform: translateY(-50px) rotateY(10deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.thankyou_wrapper.open_thankyou > .thankyou_inner{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) rotateY(0deg);
  -webkit-transform: translateY(0px) rotateY(0deg);
  -moz-transform: translateY(0px) rotateY(0deg);
}
.thankyou_wrapper > .thankyou_inner > .thankyou_img{
  margin-bottom: 10px;
}
.thankyou_wrapper > .thankyou_inner > h3{
  font-size: 22px;
  text-transform: capitalize;
  color: #fec007;
  letter-spacing: 5px;
  margin-bottom: 8px;
}
.thankyou_wrapper > .thankyou_inner > h5{
  font-size: 28px;
  text-transform: capitalize;
  color: #222222;
  line-height: 50px;
  margin-bottom: 8px;
}
.thankyou_wrapper > .thankyou_inner > .download_button{
  margin-top: 25px;
}
.thankyou_wrapper > .thankyou_inner > .download_button > a:last-child{
  margin-left: 40px;
}
.thankyou_wrapper > .thankyou_inner > span.success_close{
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
/********************************************************
34. Thankyou Popup End
*******************************************************/  
/********************************************************
35. SignUp Popup Start
*******************************************************/  
.signup_wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.signup_wrapper.open_signup{
  opacity: 1;
  visibility: visible;
}
.signup_wrapper > .signup_inner{
  width: 100%;
  max-width: 902px;
  min-height: 600px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px) rotateY(10deg);
  -webkit-transform: translateY(-50px) rotateY(10deg);
  -moz-transform: translateY(-50px) rotateY(10deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.signup_wrapper.open_signup > .signup_inner{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) rotateY(0deg);
  -webkit-transform: translateY(0px) rotateY(0deg);
  -moz-transform: translateY(0px) rotateY(0deg);
}
.signup_wrapper > .signup_inner > .signup_details{
  position: relative;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  background: url('../images/newimage/signup_bg.png') no-repeat center;
  background-size: cover;
  padding: 40px 20px;
  width: 50%;
  padding-top: 58px;
  z-index: 1;
}
.signup_wrapper > .signup_inner > .signup_details:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(254,192,7,0.90);
  z-index: -1;
  border-radius: 10px 0px 0px 10px;
}
.signup_wrapper > .signup_inner > .signup_details > .site_logo{
  margin-bottom: 35px;
}
.signup_wrapper > .signup_inner > .signup_details > h3{
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.signup_wrapper > .signup_inner > .signup_details > h3:before, .signup_wrapper > .signup_inner > .signup_details > h3:after{
  content: "";
  width: 98px;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #ffffff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.signup_wrapper > .signup_inner > .signup_details > h3:after{
  width: 56px;
  top: calc(100% + 5px);
}
.signup_wrapper > .signup_inner > .signup_details > p{
  color: #ffffff;
}
.signup_wrapper > .signup_inner > .signup_details > .clv_btn{
  color: #fec007;
}
.signup_wrapper > .signup_inner > .signup_details > .clv_btn:hover{
  color: #ffffff;
}
.signup_wrapper > .signup_inner > .signup_details > .clv_btn::before{
  background-color: #ffffff;
}
.signup_wrapper > .signup_inner > .signup_details > .clv_btn::after{
  border-color: #ffffff;
}
.signup_wrapper > .signup_inner > .signup_details > ul{
  margin-top: 30px;
}
.signup_wrapper > .signup_inner > .signup_details > ul > li{
  margin: 0px 10px;
  display: inline-block;
}
.signup_wrapper > .signup_inner > .signup_details > ul > li:first-child{
  margin-left: 0;
}
.signup_wrapper > .signup_inner > .signup_details > ul > li > a{
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.signup_wrapper > .signup_inner > .signup_details > ul > li > a:hover{
  background-color: #ffffff;
  color: #fec007;
}
.signup_wrapper > .signup_inner > .signup_form_section{
  width: 60%;
  text-align: center;
  padding: 70px 70px;
  position: relative;
}
.signup_wrapper > .signup_inner > .signup_form_section > h4{
  font-size: 32px;
  color: #222222;
  text-transform: capitalize;
  font-weight: 600;
}
.signup_wrapper > .signup_inner > .signup_form_section > img{
  margin-bottom: 35px;
  margin-top: 13px;
}
.signup_wrapper > .signup_inner > .signup_form_section > .form_block{
  margin-bottom: 20px;
}
.signup_wrapper > .signup_inner > .signup_form_section > .clv_btn{
  margin-top: 10px;
}
.signup_wrapper > .signup_inner > .signup_form_section > .clv_btn::before{
  background-color: #fec007 !important;
}
.signup_wrapper > .signup_inner > .signup_form_section > .clv_btn::after{
  border-color: #fec007 !important;
}
.social_button_section{
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.social_button_section > a{
  display: inline-block;
  height: 50px;
  border-radius: 5px;
  color: #222222;
  border: 1px solid #f0f0f0;
  text-transform: capitalize;
  line-height: 50px;
}
.social_button_section > a.fb_btn{
  border-color: #3b5999;
  background-color: #3b5999;
  color: #ffffff;
}
.social_button_section > a.fb_btn > span:last-child:before{
  background-color: rgba(0,0,0,0.15);
}
.social_button_section > a > span{
  text-align: center;
}
.social_button_section > a > span:first-child{
  width: 50px;
  display: inline-block;
}
.social_button_section > a > span:last-child{
  padding: 0px 20px;
  position: relative;
}
.social_button_section > a > span:last-child:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  background-color: #f0f0f0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.signup_wrapper > .signup_inner > .signup_form_section > span.success_close{
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
/********************************************************
35. SignUp Popup End
*******************************************************/  
/********************************************************
36. SignIn Popup Start
*******************************************************/  
.signin_wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.signin_wrapper.open_signin{
  opacity: 1;
  visibility: visible;
}
.signin_wrapper > .signup_inner{
  width: 100%;
  max-width: 902px;
  min-height: 600px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px) rotateY(10deg);
  -webkit-transform: translateY(-50px) rotateY(10deg);
  -moz-transform: translateY(-50px) rotateY(10deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.signin_wrapper.open_signin > .signup_inner{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) rotateY(0deg);
  -webkit-transform: translateY(0px) rotateY(0deg);
  -moz-transform: translateY(0px) rotateY(0deg);
}
.signin_wrapper > .signup_inner > .signup_details{
  position: relative;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  background: url('../images/newimage/signup_bg.png') no-repeat center;
  background-size: cover;
  padding: 40px 20px;
  width: 50%;
  padding-top: 58px;
  z-index: 1;
}
.signin_wrapper > .signup_inner > .signup_details:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(254,192,7,0.90);
  z-index: -1;
  border-radius: 10px 0px 0px 10px;
}
.signin_wrapper > .signup_inner > .signup_details > .site_logo{
  margin-bottom: 35px;
}
.signin_wrapper > .signup_inner > .signup_details > h3{
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.signin_wrapper > .signup_inner > .signup_details > h3:before, .signin_wrapper > .signup_inner > .signup_details > h3:after{
  content: "";
  width: 98px;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #ffffff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.signin_wrapper > .signup_inner > .signup_details > h3:after{
  width: 56px;
  top: calc(100% + 5px);
}
.signin_wrapper > .signup_inner > .signup_details > p{
  color: #ffffff;
}
.signin_wrapper > .signup_inner > .signup_details > .clv_btn{
  color: #fec007;
}
.signin_wrapper > .signup_inner > .signup_details > .clv_btn:hover{
  color: #ffffff;
}
.signin_wrapper > .signup_inner > .signup_details > .clv_btn::before{
  background-color: #ffffff;
}
.signin_wrapper > .signup_inner > .signup_details > .clv_btn::after{
  border-color: #ffffff;
}
.signin_wrapper > .signup_inner > .signup_details > ul{
  margin-top: 30px;
}
.signin_wrapper > .signup_inner > .signup_details > ul > li{
  margin: 0px 10px;
  display: inline-block;
}
.signin_wrapper > .signup_inner > .signup_details > ul > li:first-child{
  margin-left: 0;
}
.signin_wrapper > .signup_inner > .signup_details > ul > li > a{
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.signin_wrapper > .signup_inner > .signup_details > ul > li > a:hover{
  background-color: #ffffff;
  color: #fec007;
}
.signin_wrapper > .signup_inner > .signup_form_section{
  width: 60%;
  text-align: center;
  padding: 70px 70px;
  position: relative;
}
.signin_wrapper > .signup_inner > .signup_form_section > h4{
  font-size: 32px;
  color: #222222;
  text-transform: capitalize;
  font-weight: 600;
}
.signin_wrapper > .signup_inner > .signup_form_section > img{
  margin-bottom: 35px;
  margin-top: 13px;
}
.signin_wrapper > .signup_inner > .signup_form_section > .form_block{
  margin-bottom: 20px;
}
.signin_wrapper > .signup_inner > .signup_form_section > .clv_btn{
  margin-top: 10px;
}
.social_button_section{
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.social_button_section > a{
  display: inline-block;
  height: 50px;
  border-radius: 5px;
  color: #222222;
  border: 1px solid #f0f0f0;
  text-transform: capitalize;
  line-height: 50px;
}
.social_button_section > a.fb_btn{
  border-color: #3b5999;
  background-color: #3b5999;
  color: #ffffff;
}
.social_button_section > a.fb_btn > span:last-child:before{
  background-color: rgba(0,0,0,0.15);
}
.social_button_section > a > span{
  text-align: center;
}
.social_button_section > a > span:first-child{
  width: 50px;
  display: inline-block;
}
.social_button_section > a > span:last-child{
  padding: 0px 20px;
  position: relative;
}
.social_button_section > a > span:last-child:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  background-color: #f0f0f0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.signin_wrapper > .signup_inner > .signup_form_section > span.success_close{
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
/********************************************************
36. SignIn Popup End
*******************************************************/  
/********************************************************
37. Profile Toggle Start
*******************************************************/  
.profile_toggle{
  position: fixed;
  right: 80px;
  bottom: 100px;
  z-index: 10;
}
.profile_toggle > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fec007;
  box-shadow: 0 0 0 0 rgba(254, 192, 7, 0.6);
  animation: pulse4 2s infinite;
}
@keyframes pulse4 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(254, 192, 7, 0.6);
    box-shadow: 0 0 0 0 rgba(254, 192, 7, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(254, 192, 7, 0);
    box-shadow: 0 0 0 10px rgba(254, 192, 7, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(254, 192, 7, 0);
    box-shadow: 0 0 0 0 rgba(254, 192, 7, 0);
  }
  }
/********************************************************
37. Profile Toggle End
*******************************************************/  
/********************************************************
38. Preloader Start
*******************************************************/  
.preloader_wrapper{
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#ffffff;
  z-index:1111;
}

/********************************************************
38. Preloader End
*******************************************************/  

/********************************************************
39. Index7 start
*******************************************************/  

/* banner start */
.cv-banner7 {
  text-align: center;
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cv-banner7::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
}
.cv-banner7-content {
    z-index: 1;
    position: relative;
}
.cv-banner7-content h3 {
    font-size: 70px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
}
.cv-banner7-content p {
    color: #fff;
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto 20px;
}
.cv-banner7-content h4 {
    color: #fff;
    letter-spacing: 4px;
    text-transform: capitalize;
    background: rgb(255 255 255 / 25%);
    max-width: 500px;
    margin: 0 auto 15px;
    display: inline-block;
    padding: 3px 20px;
    border-radius: 10px 0 10px 0;
    border-left: 3px solid #07adb1;
}
/* banner end */

/* about start */
.cv-about7-image {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: 20px;
}
.cv-about7-image:after {
    background: rgb(7 173 177 / 15%);
    content: '';
    left: -20px;
    bottom: -20px;
    top: 20px;
    right: 20px;
    margin: auto;
    position: absolute;
    z-index: 0;
    border-radius: 10px;
}
.cv-about7-image img {
    z-index: 1;
    position: relative;
    border-radius: 10px;
}
.dairy_gallery_wrapper.cv-gallery7 {
    background: #f9fcf6;
}
.dairy_products_wrapper.cv-product7 {
    background: #fff;
}
/* about end */

/********************************************************
39. Index7 end
*******************************************************/  
/********************************************************
40. Index8 start
*******************************************************/  
body.style-eight {
    background-color: #04000a;
}
body.style-eight {
  color: #a9a9a9;
}
body.style-eight .clv_main_wrapper .clv_header {
    background-color: #04000a;
}
body.style-eight .clv_right_header .clv_address .address_block span.addr_icon {
    border-color: #484223;
}
body.style-eight .clv_counter_wrapper:before, 
body.style-eight .clv_gallery_wrapper:before {
    background-color: rgb(10 0 0 / 80%);
}
body.style-eight .clv_about_wrapper .about_content .about_heading h2,
body.style-eight .clv_about_wrapper .about_content .about_heading h6,
body.style-eight .clv_about_wrapper .about_content .video_block > .video_btn > .play_video,
body.style-eight .about_farm_wrapper .about_content .about_heading h2,
body.style-eight .clv_service_wrapper .service_block h4,
body.style-eight .shop_slider .shop_slide > h5,
body.style-eight .blog_slide .blog_content .blog_title > a,
body.style-eight .clv_team_wrapper .team_section .team_block .team_details .team_name h3,
body.style-eight .testimonial_slide .client_message > h3,
body.style-eight .clv_right_header .clv_address .address_block p,
body.style-eight .testimonial_slide .client_message > h3 > span {
    color: #ffffff;
}
body.style-eight .clv_service_wrapper,
body.style-eight .clv_blog_wrapper,
body.style-eight .clv_partner_wrapper {
    background: #02050c;
}
body.style-eight .clv_service_wrapper .service_block,
body.style-eight .testimonial_slide,
body.style-eight .shop_slider .shop_slide,
body.style-eight .clv_blog_wrapper .blog_slider .blog_slide .blog_content,
body.style-eight .clv_team_wrapper .team_section .team_block .team_details .team_name {
  background-color: #151e31;
}
body.style-eight .testimonial_slide .bg_quote img {
    opacity: .2;
}
body.style-eight  .clv_right_header > .clv_menu > .cart_nav > ul > li.menu_toggle svg {
    background: #ffffff;
}
body.style-eight .clv_right_header .clv_menu .cart_nav > ul > li > a > svg > path {
    fill: #ffffff;
}

/********************************************************
41. Responsive CSS Start
*******************************************************/  
@media (max-width: 1600px) {
  .clv_service_wrapper .service_girl_img {
    position: absolute;
    bottom: -70px;
    right: 0;
    display: inline-block;
  }
  .clv_service_wrapper .service_girl_img > img{
    max-width: 100%;
  }
  .clv_footer_wrapper img.foot_girl{
    display: none;
  }
  .index_v1 .clv_rev_slider ul li:last-child .rev_column_inner .tp-parallax-wrap{
    left: 265px !important; 
  }
  .service_about_image > img{
    max-width: 100%;
    border-radius: 10px;
  }
  .coffee_about_content img{
    bottom: -200px;
      right: -130px;
  }
  .garden_green_box{
    right: auto;
      width: 850px;
  }
  .garden_service_about_wrapper{
    padding-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .slider_arrow{
    display: none !important;
  }
  .index_v2 .clv_rev_slider .erinyen.tparrows{
    display: none;
  }
  .garden_about_wrapper .garden_about_section .garden_about_image img{
    max-width: 100%;
  }
  .garden_about_blog .about_blog_inner .about_blog_image img{
    max-width: 100%;
  }
  .header3_wrapper .clv_header3{
    max-width: 1170px;
    padding: 0px 15px;
  }
  .index_v5.clv_main_wrapper .clv_header{
    background-color: #ffffff;
  }
  .index_v5.clv_main_wrapper .clv_header span.header_shape{
    display: none;
  }
  .coffee_about_content img{
    right: -50px;
  }
  .banner_image img{
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .clv_right_header .clv_address .address_block span.addr_icon{
    margin-right: 8px;
    float: none;
  }
  .clv_right_header .clv_address .address_block{
    text-align: center;
  }
  .index_v1 .clv_address .col-md-4 {
    padding: 0px 10px;
  }
  .clv_about_wrapper .about_img img {
    max-width: 100%;
  }
  .index_v1 .clv_rev_slider .rev_column_inner .tp-parallax-wrap{
    left: 0px !important; 
  }
  .index_v1 .clv_rev_slider ul li:last-child .rev_column_inner .tp-parallax-wrap{
    left: 0px !important;
  }
  .rev_column_inner .tp-parallax-wrap .tp-mask-wrap{
    left: 0px !important;
  }
  .search_field {
    width: 800px;
  }
  .index_v2.clv_main_wrapper .clv_header .clv_right_header .clv_address{
    margin: 0;
  }
  .index_v2.clv_main_wrapper .clv_header .clv_address .header_location{
    text-align: center;
    margin: 0;
  }
  .index_v2 .clv_right_header .clv_address .address_block span.addr_icon{
    margin: 0;
    margin-bottom: 10px;
  }
  .index_v2.clv_main_wrapper .clv_right_header > .clv_menu > .appointment_btn{
    min-width: 150px;
  }
  .clv_about_agriculture_wrapper .about_agri_image > img{
    max-width: 100%;
  }
  .clv_about_agriculture_wrapper .about_agri_image:after{
    display: none;
  }
  .clv_about_product .about_product_image > img{
    max-width: 100%;
  }
  .clv_about_product .about_product_contect .about_product_contact{
    margin-right: 0;
  }
  .agri_boy_image{
    left: 0;
  }
  .agri_team_section .agri_team_block > .agri_team_image > img{
    max-width: 100%;
  }
  .index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    margin: 0;
  }
  .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
    padding: 5px;
  }
  .index_v3 .dairy_about_wrapper .dairy_about_inner .about_img img{
    max-width: 100%;
  }
  .dairy_service_slider .dairy_service_slide > img{
    max-width: 100%;
  }
  .dairy_gallery_wrapper .dairy_gallery_inner{
    overflow: hidden;
  }
  .index_v3 .clv_footer_wrapper{
    background-size: cover;
  }
  .garden_team_block img{
    max-width: 100%;
  }
  .garden_project_grid .project_item .project_block img{
    max-width: 100%;
  }
  .index_v5 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    margin: 0px 8px;
  }
  .index_v5 .useful_links.float{
    float: none;
  }
  .org_team_slide .org_team_image img{
    max-width: 100%;
  }
  .coffee_about_content img{
    display: none;
  }
  .index_v6 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    margin: 0px 8px;
  }
  .coffee_about_content{
    width: 530px;
    margin-left: -60px;
  }
  .coffee_service_image > img{
    max-width: 100%;
  }
  .dairy_team_slider .team_slide .team_image > img{
    max-width: 100%;
  }
  .index_v6 .team_slide .coffee_team_details{
    border-radius: 0px 0px 10px 10px;
  }
  .footer_support_wrapper .footer_service_section .contact_label > h4{
    font-size: 18px;
  }
  .clv_team_wrapper .team_section .team_block .team_image img{
    max-width: 100%;
  }
  .ads_section img{
    max-width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 991px){
  .index_v1 .clv_address .col-md-4 {
    padding: 0px 5px;
  }
  .clv_right_header .clv_menu .clv_menu_nav{
    padding: 0px 10px;
  }
  .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    margin: 0;
  }
  .right_blog_section .right_blog_block .right_blog_content{
    padding: 10px;
  }
  .right_blog_section .right_blog_block{
    padding-left: 10px;
  }
  .right_blog_section .right_blog_block .right_blog_image img{
    border-radius: 10px;
  }
  .index_v6 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    margin: 0;
  }
}
@media (max-width: 1065px) and (min-width: 991px){
  .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    margin: 0;
  }
  .clv_about_wrapper .about_content{
    padding: 0;
  }
  .clv_about_product .about_product_image:after{
    display: none;
  }
  .index_v2 .shop_slider .shop_slide .item_details h6{
    float: none;
  }
  .index_v2 .footer_post_slider .footer_post_slide .footer_post_image{
    display: none;
  }
  .index_v6 .useful_links.float{
    float: none;
  }
  .sidebar_category > ul > li > a > span{
    float: none;
    margin-left: 20px;
  }
}
@media (max-width: 1024px){
  .dairy_team_slider .team_slide .team_details{
    padding: 5px 25px;
  }
  .garden_service_about_wrapper .service_about_content{
    margin: 0;
  }
  .message_slider .message_slide{
    max-width: 740px;
  }
  .org_left_service{
    padding: 32px 30px 31px;
      height: 100%;
  }
  .org_test_btn{
    bottom: 45px;
  }
  .coffee_service_section{
    margin-top: 90px;
  }
  .footer_support_wrapper .footer_service_section h3{
    font-size: 22px;
  }
  .footer_support_wrapper .footer_service_section .contact_label{
    padding-right: 10px;
  }
  .clv_footer_wrapper .footer_block h3{
    font-size: 26px;
  }
  .clv_features_wrapper .feature_block{
    padding: 30px 15px;
  }
  .gallery_grid .gallery_grid_item{
    width: 30%;
  }
  .single_content_wrapper img{
    margin-top: 10px;
  }
}
@media (max-width: 991px){
  .index_v1 .clv_rev_slider ul li .rev_column_inner .tp-parallax-wrap{
    left: 0px !important;
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center !important;
  }
  .rev_column_inner .tp-parallax-wrap .tp-loop-wrap{
    width: auto !important;
  }
  .clv_main_wrapper .clv_header .clv_left_header{
    padding: 15px 0px;
  }
  .clv_right_header .clv_menu .clv_menu_nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fec007;
    flex-direction: column;
    border-radius: 0;
    width: 250px;
    transform: translateX(-260px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
    padding-top: 20px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
  }
  .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
    display: block;
  }
  .clv_right_header .clv_menu .clv_menu_nav > ul > li > a:after{
    display: none;
  }
  .clv_right_header .clv_menu .clv_menu_nav.nav_toggle{
    transform: translateX(0px);
  }
  .clv_right_header .clv_menu{
    background-color: transparent;
    justify-content: flex-end;
  }
  .clv_main_wrapper .clv_header .clv_right_header .clv_address{
    display: none;
  }
  .clv_right_header > .clv_menu > .cart_nav > ul > li.menu_toggle{
    display: inline-block;
  }
  .clv_main_wrapper .clv_header .clv_right_header{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .clv_right_header > .clv_menu > .cart_nav > ul > li:first-child{
    padding: 39px 0px;
  }
  .clv_right_header .clv_menu .cart_nav > ul > li > a{
    color: #fec007;
  }
  .clv_right_header .clv_menu .cart_nav > ul > li > a > svg > path{
    fill: #000000;
  }
  .clv_right_header .clv_menu .cart_nav ul > li > a.cart_toggle > span{
    background-color: #fec007;
      color: #ffffff;
  }
  .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    display: block;
    padding: 0;
  }
  .clv_right_header > .clv_menu > .cart_nav > ul > li{
    float: left;
    padding: 40px 0px;
    padding-left: 14px;
  }
  .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul{
    box-shadow: none;
    border-radius: 0;
    border: none;
    transform: none;
    position: relative;
    display: none;
    transition: none;
    left: auto;
    padding: 10px 0px;
    opacity: 1;
    visibility: visible;
    background-color: #f1b400;
  }
  .clv_right_header .clv_menu .clv_menu_nav > ul > li:hover > ul{
    opacity: unset;
    visibility: unset;
    transform: none;
  }
  .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li{
    padding: 0px 10px;
    position: relative;
  }
  .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 7px;
    height: 1px;
    background-color: #fefefe;
  }
  .clv_right_header .clv_menu .clv_menu_nav > ul > li > ul > li > a{
    color: #ffffff;
  }
  .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > a{
    border-radius: 0;
  }
  .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > .cart_section{
    padding: 10px 0;
  }
  .clv_cart_box > .cart_section > ul > li > .cart_block > h4 > span {
    font-size: 15px;
  }
  .clv_cart_box > .cart_section > ul > li > .cart_block > h4{
    font-size: 18px;
  }
  .clv_cart_box > .cart_section > ul > li > .cart_block > h5{
    font-size: 16px;
  }
  .clv_cart_box > .cart_section > ul > li > h4 > span {
    font-size: 15px;
  }
  .clv_cart_box > .cart_section > ul > li > h4{
    font-size: 18px;
  }
  .clv_cart_box > .cart_section > ul > li > h3{
    font-size: 16px;
  }
  .gallery_grid .gallery_grid_item{
    width: 30%;
    margin-bottom: 20px;  
  }
  .clv_service_wrapper .service_girl_img{
    display: none;
  }
  .clv_about_wrapper .about_img img{
    max-width: 100%;
  }
  .profile_toggle{
    bottom: 40px;
    right: 40px;
  }
  .clv_about_wrapper .about_content{
    padding: 0;
  }
  .clv_section {
    padding: 60px 0px;
  }
  .about_farm_wrapper .about_content .about_heading h2{
    font-size: 32px;
  }
  .about_farm_wrapper .about_img .about_img_details{
    border-radius: 0px 0px 10px 10px;
  }
  .about_farm_wrapper .about_img .about_img_details h1{
    font-size: 32px;
  }
  .clv_about_wrapper .about_content .about_heading h2{
    font-size: 32px;
  }
  .clv_heading h3{
    font-size: 30px;
  }
  .about_farm_wrapper .about_content{
    margin: 0;  
  }
  .clv_counter_wrapper .counter_block > .counter_text > h4{
    font-size: 32px;
  }
  .service_main_wrapper .col-lg-8.col-md-8{
    max-width: 100%;
    flex: unset;
  }
  .shop_slider .shop_slide{
    padding: 30px 20px 30px;
  }
  .shop_slider .shop_slide > h5{
    font-size: 20px;
  }
  .shop_slider .shop_slide > h6{
    font-size: 20px;
  }
  .shop_slider .shop_slide > h6 > span{
    font-size: 18px;
  }
  .clv_team_wrapper .team_section .team_block .team_details .team_name h3{
    font-size: 20px;
  }
  .clv_newsletter_wrapper .newsletter_text h2{
    font-size: 30px;
  }
  .clv_newsletter_wrapper{
    padding: 38px 30px 35px;
  }
  .clv_footer_wrapper{
    padding-top: 100px;
  }
  .clv_footer_wrapper .footer_block h3{
    font-size: 22px;
  }
  .search_field {
    width: 700px;
  }
  .signup_wrapper > .signup_inner{
    max-width: 700px;
  }
  .signup_wrapper > .signup_inner > .signup_form_section{
    padding: 70px 30px;
  }
  .signup_wrapper > .signup_inner > .signup_details > ul > li{
    margin: 0px 5px;
  }
  .signin_wrapper > .signup_inner{
    max-width: 700px;
  }
  .signin_wrapper > .signup_inner > .signup_form_section{
    padding: 70px 30px;
  } 
  .signin_wrapper > .signup_inner > .signup_details > ul > li{
    margin: 0px 5px;
  }
  .clv_about_product .about_product_image:after{
    display: none;
  }
  .index_v2.clv_main_wrapper .clv_right_header .clv_menu{
    position: relative;
    bottom: unset;
    background-color: transparent;
    padding: 0;
  }
  .index_v2.clv_main_wrapper .clv_right_header > .clv_menu > .appointment_btn{
    display: none;
  }
  .index_v2.clv_main_wrapper .clv_right_header > .clv_menu > .cart_nav > ul > li:first-child:after{
    display: none;
  }
  .index_v2.clv_main_wrapper .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    padding: 0;
  }
  .index_v2.clv_main_wrapper .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
    color: #ffffff;
  }
  .index_v2.clv_main_wrapper .clv_right_header .clv_menu .clv_menu_nav > ul > li > a:hover{
    color: #ffffff;
  }
  .clv_about_agriculture_wrapper .about_agri_content h2{
    font-size: 32px;
  }
  .clv_about_product .about_product_contect > h2{
    font-size: 32px;
  }
  .agri_boy_image{
    display: none;
  }
  .agri_service_wrapper .justify-content-end{
    justify-content: center !important;
  }
  .agri_service_wrapper .justify-content-end > .col-md-6{
    max-width: 100%;
    flex: unset;
  }
  .spacer{
    padding: 0;
  }
  .agri_testimonial_wrapper .agri_testimonial_content h3{
    font-size: 32px;
  }
  .right_blog_section .right_blog_block{
    flex-direction: column;
    padding-top: 20px;
  }
  .right_blog_section .right_blog_block .right_blog_image img{
    border-radius: 10px;
  }
  .blog_section .agri_blog_content h3{
    font-size: 20px;
  }
  .right_blog_section .right_blog_block .right_blog_content h3{
    font-size: 20px;
  }
  .agri_team_content{
    margin-top: 40px;
  }
  .agri_team_content h3{
    font-size: 32px;
  }
  .index_v2 .footer_post_slider .footer_post_slide .footer_post_image{
    display: none;
  }
  .index_v2 .footer_block > p > span{
    display: none;
  }
  .index_v2 .shop_slider .shop_slide .item_details h6{
    display: block;
    float: none;
  }
  .index_v2 .shop_slider .shop_slide .item_details{
    text-align: center;
  }
  .clv_features_wrapper .feature_block h3{
    font-size: 20px;
  }
  .index_v3 .dairy_about_wrapper{
    padding-top: 51px;
  }
  .dairy_products_wrapper{
    padding-top: 51px;
    padding-bottom: 31px;
  }
  .dairy_service_wrapper{
    padding-top: 51px;
  }
  .index_v3 .clv_right_header .clv_menu .cart_nav > ul > li{
    padding: 39px 5px;
  }
  .index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    padding: 0;
  }
  .index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
    color: #ffffff;
  }
  .index_v3 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a:hover{
    color: #ffffff;
  }
  .dairy_service_wrapper .service_content{
    margin: 0;
  }
  .service_content .service_heading h3{
    font-size: 32px;
  }
  .dairy_testimonial_wrapper .testimonial_content h3{
    font-size: 32px;
  }
  .dairy_testimonial_wrapper .dairy_testimonial_slider .dairy_arrow{
    left: calc(35% + 5px );
  }
  .dairy_testimonial_wrapper .dairy_testimonial_slider .dairy_arrow.dairy_right{
    right: calc(35% + 5px );
  }
  .dairy_team_slider .team_slide .team_details{
    padding: 5px 10px;
    max-height: calc(150px - 86px);
  }
  .index_v3 .footer_post_section .footer_post_slide .footer_post_image{
    display: none;
  }
  .index_v3 .dairy_about_inner .about_content .about_heading > h2{
    font-size: 32px;
  }
  .index_v4 .menu_toggle svg path{
    fill: #ffffff;
  }
  .index_v4 .clv_right_header .clv_menu .cart_nav > ul > li > a > svg path{
    fill: #ffffff;
  }
  .index_v4 .clv_right_header .clv_menu .cart_nav > ul > li > a{
    color: #ffffff;
  }
  .index_v4 .clv_right_header .clv_menu .cart_nav ul > li > a.cart_toggle > span{
    color: #ffffff;
  }
  .index_v4 .clv_right_header .clv_menu .cart_nav{
    margin: 0;
  }
  .index_v4 .clv_right_header > .clv_menu .clv_btn{
    display: none;
  }
  .index_v4 .clv_right_header > .clv_menu > .cart_nav > ul > li{
    margin-left: 20px;
  }
  .index_v4 .clv_right_header .clv_menu .clv_menu_nav > ul > li, .index_v4 .header3_wrapper.dark_header .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    padding: 0;
  }
  .garden_about_wrapper .garden_about_section .garden_about_content h2{
    font-size: 32px;
    line-height: 42px;
  }
  .garden_about_blog .about_blog_inner h4{
    font-size: 20px;
  }
  .garden_contact_section .contact_number h4{
    font-size: 20px;
  }
  .index_v4 .clv_banner_slider .clv_slide .clv_slide_inner h1{
    font-size: 62px;
      line-height: 62px;
  }
  .index_v4 .clv_banner_slider .clv_slide .clv_slide_inner h2{
    font-size: 52px;
  }
  .service_about_content h1{
    font-size: 32px;
    line-height: 42px;
  }
  .garden_service_about_wrapper .service_about_content{
    margin: 0;
  }
  .garden_service2_section .service2_block h3{
    font-size: 20px;
  }
  .garden_service2_section .service2_block p{
    font-size: 16px;
  }
  .team_heading h3{
    font-size: 32px;
  }
  .team_heading{
    margin-top: 50px;
  }
  .index_v4 .footer_block > p > span{
    margin: 0;
  }
  .index_v4 .clv_footer_wrapper .footer_block .time_table > li{
    flex-direction: column;
    align-items: flex-start;
  }
  .index_v5 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    padding: 0;
  }
  .index_v5 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
    color: #ffffff;
  }
  .index_v5 .clv_right_header .clv_menu .clv_menu_nav{
    padding: 0 10px;
      padding-top: 20px;
  }
  .org_left_service .service_description h3{
    font-size: 32px;
  }
  .org_about_image > img{
    position: relative;
    max-width: 100%;
    top: unset;
    right: unset;
  }
  .org_about_contents h2{
    font-size: 32px;
    line-height: 38px;
  }
  .org_test_btn{
    bottom: 45px;
  }
  .org_product_block .org_product_image img{
    max-width: 100%;
  }
  .index_v6 .clv_right_header .clv_menu .cart_nav > ul > li{
    padding: 32px 0px;
  }
  .index_v6 .clv_right_header .clv_menu .cart_nav > ul > li:last-child::before{
    display: none;
  }
  .index_v6 .clv_right_header .clv_menu .clv_menu_nav > ul > li{
    padding: 0;
  }
  .index_v6 .clv_right_header .clv_menu .clv_menu_nav > ul > li > a{
    color: #ffffff;
  }
  .index_v6 .clv_banner_slider .clv_slide .clv_slide_inner h2{
    font-size: 52px;
  }
  .coffee_about_image img{
    max-width: 100%;
  }
  .coffee_about_content{
    width: 100%;
    margin: 0;
  }
  .coffee_about_content h5{
    font-size: 32px;
    line-height: 32px;
  }
  .coffee_service_content > h5{
    font-size: 32px;
    line-height: 32px;
  }
  .coffee_service_section{
    width: 100%;
    padding: 21px 10px 26px;
  }
  .index_v6 .useful_links.float{
    float: none;;
  }
  .index_v6 .clv_banner_slider .clv_slide .banner_content{
    margin: 0;
  }
  .footer_support_wrapper{
    flex-direction: column;
    justify-content: center;
  }
  .footer_support_wrapper .footer_service_section{
    width: 100%;
    margin: 20px 0px;
    justify-content: center;
  }
  .index_v6 .team_slide .coffee_team_details h3{
    font-size: 20px;
  }
  .index_v6 .team_slide .coffee_team_details{
    padding: 15px;
  }
  .sidebar_category > ul > li > a > span{
    float: none;
    margin-left: 20px;
  }
  .comment_section > ul > li > ul > li{
    margin-left: 50px;
  }
  .author_content .social_name h3{
    margin-right: 10px;
  }
  .user_profile_wrapper{
    padding-top: 150px;
  }
  .product_list_filter > ul > li{
    width: 100%;
    text-align: left;
  }
  .product_list_filter > ul > li:last-child{
    text-align: left;
  }
  .product_list_filter > ul > li:first-child p{
    margin: 0;
  }
  .fd_pro_add_btn{
    margin-left: 0px;
  }
  .cart_summery_block{
    padding: 32px 20px 35px;
  }
  .timetable_block{
    padding: 40px 10px 20px;
  }
  .timetable_block > ul > li > p{
    width: 55%;
  }
  .contact_block{
    padding: 50px 10px 43px;
  }
  .contact_block p{
    font-size: 16px;
  }
  .clv_footer_wrapper .footer_block .footer_logo a img{
    max-width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 768px){
  .garden_team_block .garden_team_overlay ul{
    display: none;
  }
  .garden_team_block .garden_team_overlay{
    left: 10px;
    right: 10px;
  }
  .garden_team_block:hover .garden_team_overlay{
    top: 10px;
    bottom: 10px;
  }
  .org_left_service{
    padding: 32px 10px 31px;
    height: 100%;
  }
  .org_left_service .service_contact > h4{
    font-size: 28px;
  }
  .org_right_service .col-md-4:last-child > .service_block{
    padding: 38px 10px 39px;
    height: 100%;
  }
  .org_support h3{
    font-size: 30px;
  }
  .org_testimonial_message{
    padding: 30px 0px 40px 20px;
  }
  .org_testimonial_slider .org_testimonial_slide{
    align-items: center;
  }
  .org_testimonial_slide .org_test_image{
    margin-top: 0;
    margin-bottom: -20px;
  }
  .index_v5 .footer_block > p > span{
    display: none;
  }
  .coffee_service_content{
    margin-top: 0;
  }
  .coffee_service_section{
    width: 663px;
  }
  .index_v6 .footer_block > p > span{
    display: none;
  }
  .sidebar_post ul li{
    flex-direction: column;
  }
  .sidebar_post ul li .post_image{
    margin-bottom: 10px;
  }
  .sidebar_arrow_wrapper{
    display: none;
  }
  .blog_pagination_section ul li a{
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 16px;
  }
  .single_content_wrapper{
    margin-top: 10px;
    flex-direction: column;
  }
  .single_content_wrapper img{
    margin-bottom: 10px;
  }
  .author_content .social_name > ul > li > a{
    font-size: 16px;
  }
  .author_content .social_name{
    flex-direction: column;
  }
  .author_content .social_name > ul{
    display: inline-block;
    margin-top: 10px;
  }
  .product_items_section > ul > li{
    width: 49%;
  }
  .product_items_section.product_list_view > ul > li > .product_item_block{
    flex-direction: column;
  }
  .product_items_section.product_list_view .product_item_block .org_product_block{
    width: 100%;
  }
  .product_items_section.product_list_view .product_item_block .content_block{
    width: 100%;
  }
  .cart_summery_block{
    padding: 32px 10px 35px;
  }
  .payment_option, .checkout_heading, .checkout_form, .checkout_submit{
    padding: 0px 20px;
  }
  .cart_summery_block > h3{
    font-size: 20px;
  }
  .product_quantity h6{
    font-size: 16px;
  }
  .product_price > h4{
    font-size: 18px;
  }
  .guarantee_block{
    padding: 40px 20px 35px;
  }
  .contact_form_section{
    padding: 33px 20px 10px;
  }
  .tollfree_block h5{
    font-size: 20px;
  }
  .tollfree_block h3{
    font-size: 22px;
  }
}
@media (max-width: 768px){
  .testimonial_slider .swiper-slide{
    padding: 40px 50px;
  }
  .agri_team_section .agri_team_block .agri_team_overlay h4{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .agri_team_section .agri_team_block .agri_team_overlay > span{
    padding: 5px 5px;
    margin-bottom: 5px;
  }
  .agri_team_section .agri_team_block .agri_team_overlay p{
    margin: 0;
  }
  .agri_team_section .agri_team_block .agri_team_overlay > ul > li{
    margin: 0px 2px;
  }
  .agri_team_section .agri_team_block .agri_team_overlay > ul > li > a{
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .agri_social_links > li > a{
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .clv_about_product .about_product_contect{
    padding-top: 0;
  }
  .clv_about_agriculture_wrapper .about_agri_content{
    padding-top: 0;
  }
  .index_v3 .dairy_about_inner .about_content{
    margin-top: 0;
  }
  .message_slider .message_slide{
    max-width: 500px;
  }
  .garden_about_section .garden_about_content .garden_contact_section{
    flex-direction: column;
  }
  .garden_about_content .garden_contact_section .contact_number{
    margin: 0;
    margin-top: 20px;
  }
  .footer_post_section .footer_post_slide > .blog_links{
    display: inline-block;
    width: 100%;
  }
  .footer_post_section .footer_post_slide > .blog_links > a{
    word-break: break-all;
  }
  .about_farm_wrapper .about_img .about_img_details{
    padding: 30px 20px;
  }
  .dairy_team_slider .swiper-slide{
    text-align: center;
  }
  .index_v6 .header4_wrapper{
    top: 20px;
  }
  .index_v6 .clv_banner_slider .clv_slide .clv_slide_inner h2{
    font-size: 32px;
  }
  .index_v6 .clv_banner_slider .clv_slide .clv_slide_inner h1{
    font-size: 52px;
  }
  .dairy_team_slider .swiper-slide{
    text-align: center;
  }
  .dairy_team_slider .team_slide{
    display: inline-block;
  }
  .coffee_service_section{
    margin-top: 30px;
  }
  .clv_about_wrapper .about_content .video_block > .video_btn > .play_video{
    margin-right: 10px;
    font-size: 18px;
  }
  .clv_about_product .about_product_contect .about_product_contact h3{
    font-size: 26px;
  }
  .clv_about_product .about_product_contect .about_product_contact h4{
    font-size: 18px;
  }
  .clv_footer_wrapper .footer_block h3{
    font-size: 20px;
  }
  .blog_pagination_section ul li.blog_page_arrow:first-child a span, .blog_pagination_section ul li.blog_page_arrow:last-child a span{
    display: none;
  }
  .blog_pagination_section ul li:first-child a:hover, .blog_pagination_section ul li:last-child a:hover{
    width: 30px;
  }
  .product_list_filter > ul > li:first-child, .product_list_filter > ul > li, .product_list_filter > ul > li:last-child{
    text-align: center;
  }
  .product_list_filter > ul > li:nth-child(2):before, .product_list_filter > ul > li:nth-child(2):after{
    display: none;
  }
  .checkout_heading h3{
    margin-bottom: 10px;
  }
  .payment_option, .checkout_heading, .checkout_form, .checkout_submit{
    padding: 0px 20px;
  }
  .guarantee_block{
    padding: 40px 20px 35px;
  }
  .table_heading{
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (orientation: landscape){
  .signup_wrapper > .signup_inner{
    margin: 405px 0 30px 0;
  }
}
@media (max-width: 767px){
  .clv_btn, .clv_btn:focus{
    min-width: 150px;
    height: 45px;
    line-height: 45px;
  }
  .clv_main_wrapper .clv_header .clv_left_header{
    padding: 5px 0px;
  }
  .clv_right_header > .clv_menu > .cart_nav > ul > li{
    padding: 15px 0px;
  }
  .clv_right_header > .clv_menu > .cart_nav > ul > li:first-child {
    padding: 16px 0px;
  }
  .clv_counter_wrapper {
    padding-bottom: 30px;
    padding-top: 51px;
  }
  .clv_service_wrapper {
    padding-top: 51px;
    padding-bottom: 29px;
  }
  .clv_testimonial_wrapper{
    padding-top: 51px;
  }
  .testimonial_slider .swiper-slide{
    padding: 0;
  }
  .testimonial_slide .client_message{
    padding: 10px 0px;
  }
  .testimonial_slide .rounded_quote{
    display: none;
  }
  .clv_shop_wrapper{
    padding-top: 52px;
    padding-bottom: 30px;
  }
  .clv_blog_wrapper{
    padding-top: 51px;
  }
  .clv_gallery_wrapper{
    padding-top: 51px;
    padding-bottom: 45px;
  }
  .index_v5 .clv_right_header .clv_menu .cart_nav > ul > li{
    padding: 15px 0px;
  }
  .clv_team_wrapper{
    padding-top: 51px;
    padding-bottom: 30px;
  }
  .clv_newsletter_wrapper{
    margin-top: 50px;
  }
  .clv_newsletter_wrapper{
    padding: 38px 15px 35px;
  }
  .clv_features_wrapper{
    padding-bottom: 30px;
  }
  .agri_service_wrapper{
    padding-top: 51px;
    padding-bottom: 30px;
  }
  .agri_testimonial_wrapper{
    padding-top: 51px;
    padding-bottom: 40px;
  }
  .agri_blog_wrapper{
    padding-top: 51px;
    padding-bottom: 30px;
  }
  .index_v3 .gallery_slide .gallery_grid .gallery_grid_item{
    padding: 40px 15px;
  }
  .dairy_gallery_wrapper {
    padding-top: 51px;
    padding-bottom: 45px;
  }
  .index_v3 .clv_shop_wrapper {
    padding-bottom: 31px;
  }
  .dairy_testimonial_wrapper{
    padding-top: 51px;
  }
  .org_about_wrapper{
    padding-top: 54px;
  }
  .org_product_wrapper{
    padding-top: 51px;
  }
  .org_team_wrapper{
    padding-top: 51px;
    padding-bottom: 45px;
  }
  .org_product_wrapper{
    padding-top: 51px;
  }
  .org_testimonial_wrapper{
    padding-top: 51px;
    padding-bottom: 40px;
  }
  .dairy_team_slider .swiper-slide{
    text-align: center;
  }
  .dairy_testimonial_slider .dairy_testimonial_slide{
    padding: 40px 15px;
  }
  .dairy_blog_wrapper{
    padding-top: 51px;
    padding-bottom: 30px;
  }
  .dairy_team_slider .swiper-slide{
    text-align: center;
  }
  .dairy_team_slider .team_slide{
    display:inline-block;
  }
  .garden_service_about_wrapper{
    padding-top: 41px;
  }
  .garden_service2_wrapper{
    padding-top: 51px;
  }
  .garden_blog_wrapper{
    padding-top: 51px;
    padding-bottom: 45px;
  }
  .garden_shop_wrapper{
    padding-top: 51px;
    padding-bottom: 41px;
  }
  .garden_project_wrapper{
    padding-top: 51px;
  }
  .garden_pricing_wrapper{
    padding-top: 51px;
    padding-bottom: 30px;
  }
  .index_v4 .clv_partner_wrapper{
    padding: 60px 0px;
  }
  .garden_project_grid .project_item .project_block .project_overlay{
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }
  .project_block .project_overlay h3{
    font-size: 26px;
    margin-bottom: 15px;
  }
  .clv_heading{
    padding: 0px 30px;
  }
  .scroll_down{
    display: none;
  }
  .index_v1 .clv_rev_slider .erinyen.tparrows{
    display: none;
  }
  .clv_main_wrapper .clv_header .clv_left_header{
    text-align: center;
  }
  .clv_main_wrapper .clv_header .clv_right_header{
    justify-content: center;
  }
  .clv_about_wrapper{
    text-align: center;
  }
  .clv_about_wrapper .about_img{
    margin-bottom: 30px;
  }
  .clv_about_wrapper .about_content .video_block{
    justify-content: center;
  }
  .clv_counter_wrapper .counter_block{
    margin-bottom: 40px;
  }
  .about_farm_wrapper{
    text-align: center;
  }
  .about_farm_wrapper .about_img img{
    width: unset;
    max-width: 100%;
  }
  .about_farm_wrapper .about_content{
    margin-bottom: 30px;
  }
  .about_farm_wrapper .about_img .about_img_details{
    border-radius: 10px;
  }
  .clv_team_wrapper .team_section .col-md-3{
    width: 50%;
    text-align: center;
  }
  .clv_team_wrapper .team_section .team_block{
    width: auto;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .footer_block{
    margin-bottom: 30px;
  }
  .index_v3 .clv_right_header .clv_menu .cart_nav{
    margin: 0px 15px;
  }
  .index_v3 .gallery_slide .gallery_grid .gallery_grid_item .gallery_image .gallery_overlay img{
    width: 30px;
    height: 30px;
  }
  .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box, .index_v3 .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box{
    right: 50%;
    transform: translateX(50%);
    min-width: 320px;
  }
  .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box > a{
    border-radius: 0px 0px 10px 10px;
  }
  .testimonial_slider .swiper-slide{
    padding: 40px 0px;
  }
  .signup_wrapper > .signup_inner{
    max-width: 500px;
    flex-direction: column;
  }
  .signin_wrapper > .signup_inner{
    max-width: 500px;
    flex-direction: column;
  }
  .signup_wrapper > .signup_inner > .signup_details > h3, .signup_wrapper > .signup_inner > .signup_details > p, .signup_wrapper > .signup_inner > .signup_details > ul {
    display: none;
  }
  .signup_wrapper > .signup_inner > .signup_form_section, .signup_wrapper > .signup_inner > .signup_details{
    width: 100%;
    padding: 30px;
  }

  .signin_wrapper > .signup_inner > .signup_details > h3, .signin_wrapper > .signup_inner > .signup_details > p, .signin_wrapper > .signup_inner > .signup_details > ul{
    display: none;
  }
  .signin_wrapper > .signup_inner > .signup_form_section, .signin_wrapper > .signup_inner > .signup_details{
    width: 100%;
    padding: 30px;
  }
  .signup_wrapper > .signup_inner > .signup_details, .signup_wrapper > .signup_inner > .signup_details:before{
    border-radius: 10px 10px 0px 0px;
  }
  .signin_wrapper > .signup_inner > .signup_details, .signin_wrapper > .signup_inner > .signup_details:before{
    border-radius: 10px 10px 0px 0px;
  }
  .social_button_section{
    margin-top: 30px;
  }
  .success_wrapper > .success_inner{
    max-width: 530px;
      padding: 60px 30px;
  }
  .thankyou_wrapper > .thankyou_inner{
    max-width: 530px;
      padding: 60px 30px;
  }
  .thankyou_wrapper > .thankyou_inner > h5{
    line-height: 1.5;
  }
  .search_field {
    width: 450px;
  }
  .search_box .search_block .search_field input{
    height: 50px;
  }
  .search_box .search_block .search_field > a{
    line-height: 50px;
  }
  .gallery_grid .gallery_grid_item{
    width: 45%;
  }
  .index_v2.clv_main_wrapper .clv_right_header .clv_menu{
    justify-content: center;
  }
  .clv_features_wrapper .feature_block{
    margin-bottom: 30px;
  }
  .clv_about_agriculture_wrapper .about_agri_image{
    text-align: center;
  }
  .clv_about_agriculture_wrapper .about_agri_content{
    text-align: center;
    padding: 0px 0px;
    padding-top: 30px;
  }
  .clv_about_product .about_product_contect{
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 30px;
  }
  .clv_about_product .about_product_contect .about_product_contact > span{
    display: none;
  }
  .clv_about_product .about_product_contect .about_product_contact{
    padding: 30px 15px;
  }
  .clv_about_product .col-md-6.col-lg-6{
    text-align: center;
  }
  .agri_testimonial_wrapper .agri_testimonial_content{
    margin: 0;
    text-align: center;
  }
  .agri_testimonial_wrapper .agri_testimonial_content h3 > span{
    display: block;
  }
  .index_v2.clv_main_wrapper .blog_section{
    margin-bottom: 30px;
  }
  .agri_team_content{
    margin: 0;
    text-align: center;
  }
  .agri_team_section .col-md-4{
    text-align: center;
  }
  .agri_team_section .agri_team_block{
    margin-bottom: 30px;
  }
  .agri_team_wrapper{
    padding-bottom: 30px;
  }
  .index_v2 .footer_post_slider .footer_post_slide .footer_post_image{
    display: block;
  }
  .clv_left_header{
    text-align: center;
  }
  .index_v3 .appointment_btn{
    display: none;
  }
  .index_v3 .clv_right_header .clv_menu{
    justify-content: center;
  }
  .index_v3 .clv_right_header .clv_menu .cart_nav > ul > li > a.search_toggle:after{
    display: none;
  }
  .index_v3 .header2_wrapper .clv_header2 .clv_logo{
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .index_v3 .clv_right_header .clv_menu .cart_nav > ul > li {
    padding: 10px 5px 20px;
  }
  .index_v3 .dairy_about_wrapper .dairy_about_inner{
    text-align: center;
  }
  .index_v3 .dairy_counter_wrapper{
    margin-left: 0;
    min-width: unset;
    flex-direction: column;
    justify-content: center;
  }
  .index_v3 .dairy_counter_wrapper .dairy_counter_block{
    width: 100%;
    margin-bottom: 20px;
    border: none;
  }
  .dairy_product_inner .dairy_product_block{
    margin-bottom: 30px;
  }
  .dairy_service_slide{
    text-align: center;
  }
  .dairy_service_wrapper .service_content{
    margin-bottom: 30px;
  }
  .index_v3 .gallery_slide .gallery_grid .gallery_grid_item{
    width: 100%;
  }
  .dairy_testimonial_wrapper .testimonial_content{
    text-align: center;
    margin: 0;
  }
  .index_v3 .footer_post_section .footer_post_slide .footer_post_image{
    display: block;
  }
  .team_slide .team_details .team_name_block .team_name h4{
    font-size: 20px;
  }
  .dairy_team_slider .team_slide .team_details{
    left: 10px;
      right: 10px;
  }
  .index_v3 .clv_banner_slider .clv_slide .clv_slide_inner h1{
    font-size: 62px;
    line-height: 62px;
    max-width: unset;
  }
  .clv_slide_inner{
    text-align: center;
  }
  .index_v3 .clv_partner_wrapper{
    padding-bottom: 60px;
  }
  .index_v4 .clv_left_header{
    justify-content: center;
    padding: 10px 0px; 
  }
  .index_v4 .clv_right_header .clv_menu{
    justify-content: center;
  }
  .index_v4 .clv_right_header > .clv_menu > .cart_nav > ul > li{
    padding: 0px 0px 30px;
  }
  .index_v4 .dark_header .clv_right_header > .clv_menu > .cart_nav > ul > li{
    padding: 0px 0px 30px;
  }
  .index_v4 .clv_slide_inner .banner_btn > span:before{
    height: 1px;
  }
  .index_v4 .garden_about_wrapper{
    margin-top: 0;
    padding-top: 60px;
  }
  .index_v4 .garden_service_wrapper{
    margin-bottom: 30px;
  }
  .garden_service_wrapper .garden_service_block{
    margin-bottom: 30px;
  }
  .garden_about_section{
    text-align: center;
  }
  .index_v4 .garden_about_wrapper .garden_about_content{
    margin-top: 21px;
  }
  .garden_about_section .garden_about_content .garden_contact_section{
    justify-content: center;
  }
  .garden_contact_section .contact_number h4{
    font-size: 26px;
  }
  .garden_service_about_wrapper .service_about_content{
    text-align: center;
    margin-bottom: 30px;
  }
  .service_about_content h1:before, .service_about_content h1:after{
    left: 50%;
    transform: translateX(-50%);
  }
  .garden_green_box{
    width: auto;
  }
  .message_slider .message_slide{
    max-width: 400px;
  }
  .garden_service2_section .row:last-child .col-md-4 .service2_block{
    border-bottom: 1px solid #eaeaea;
  }
  .blog_section{
    margin-bottom: 30px;
  }
  .garden_team_wrapper .col-md-3{
    text-align: center;
  }
  .garden_team_wrapper .garden_team_block{
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .team_heading{
    margin-top: 0;
    margin-bottom: 50px;
  }
  .pricing_section .pricing_block{
    margin-bottom: 30px;
  }
  .index_v4 .footer_block > p > span{
    margin-right: 10px;
  }
  .index_v4 .clv_footer_wrapper .footer_block .time_table > li{
    flex-direction: row;
  }
  .garden_about_content .garden_about_blog{
    margin-top: 30px;
  }
  .index_v5 .clv_right_header .clv_menu .cart_nav > ul > li:first-child > a:after{
    display: none;
  }
  .org_service_wrapper .col-lg-4.col-md-4, .org_service_wrapper .col-lg-8.col-md-8,
  .cv-service7-wrapper .col-lg-4.col-md-4, .cv-service7-wrapper .col-lg-8.col-md-8 {
    padding: 0px 15px;
  }
  .org_left_service{
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .org_right_service .service_block{
    border-width: 0px 0px 1px 0px;
  }
  .org_right_service .row:last-child .service_block{
    border: 1px solid #ededed;
    border-width: 0px 0px 1px 0px;
  }
  .org_about_image{
    display: none;
  }
  .org_about_contents{
    text-align: center;
  }
  .org_support{
    margin: 0 auto;
  }
  .org_test_btn{
    display: none;
  }
  .footer_service_block{
    margin-bottom: 30px;
  }
  .index_v5 .useful_links.float{
    float: right;
  }
  .index_v6 .header4_wrapper .clv_header4 .clv_logo{
    padding: 18px 0px 5px;
  }
  .index_v6 .clv_right_header .clv_menu{
    justify-content: center;
  }
  .index_v6 .clv_right_header .clv_menu .clv_btn{
    display: none;
  }
  .index_v6 .clv_right_header .clv_menu .cart_nav{
    margin: 0;
  }
  .index_v6 .clv_right_header .clv_menu .cart_nav > ul > li{
    padding: 15px 0px;
  }
  .banner_image{
    margin-top: 30px;
  }
  .coffee_about_image{
    text-align: center;
    margin-bottom : 30px;
  }
  .coffee_service_image{
    margin-top: 30px;
    text-align: center;
  }
  .index_v6 .dairy_team_slider .team_slide{
    display: inline-block;
  }
  .index_v6 .dairy_team_slider .swiper-slide{
    text-align: center;
  }
  .coffee_pricing_block {
    margin-bottom: 30px;
  }
  .coffee_pricing_block .pricing_header, .coffee_pricing_block .pricing_header.premium, .coffee_pricing_block .pricing_header.ultimate{
    border-radius: 10px 10px 50px 50px;
  }
  .index_v6 .useful_links.float{
    float: right;
  }
  .swiper-container.coffee_thumb_slider{
    max-width: 100%;
  }
  .coffee_arrow_wrapper{
    max-width: 200px;
  }
  .blog_sidebar{
    margin-top: 30px;
  }
  .sidebar_category > ul > li > a > span{
    float: right;
    margin: 0;
  }
  .product_sidebar{
    margin-bottom: 30px;
  }
  .fd_pro_add_btn{
    margin-left: 30px;
  }
  .fd_pro_thumnail{
    height: 400px;
  }
  .fd_pro_img{
    text-align: center;
  }
  .product_single_slider .col-lg-9{
    padding-left: 15px;
  }
  .fd_product_img .fd_pro_img img{
    max-width: 90%;
  }
  .product_detail_tab > ul > li{
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .checkout_inner{
    margin-bottom: 30px;
  }
  .error_image h2{
    font-size: 320px;
    line-height: 340px;
  }
  .error_image .shape_img{
    max-width: 100%;
  }
  .contact_block{
    margin-bottom: 30px;
  }
  .working_time_section{
    margin-top: 30px;
  }
  .timetable_block > ul > li > p{
    width: 45%;
  }
  #map{
    height: 550px;
  }
  .contact_form_section{
    padding: 33px 20px 10px;
  }
  .coffee_about_content{
    padding: 45px 20px 52px;
  }
  .coffee_service_content{
    margin-top: 0;
  }
  .index_v6 .coffee_service_wrapper{
    padding-top: 42px;
  }
  .coffee_service_section{
    margin-top: 30px;
  }
  .index_v6 .dairy_team_wrapper{
    padding-top: 51px;
  }
  .index_v6 .garden_shop_wrapper{
    padding-bottom: 41px;
  }
  .index_v6 .coffee_pricing_wrapper{
    padding-top: 51px;
    padding-bottom: 31px;
  }
  .index_v6 .clv_partner_wrapper{
    padding-bottom: 60px;
  }
  .footer_support_wrapper{
    margin-bottom: 20px;
  }
  .about_page .clv_about_wrapper{
    padding-top: 85px;
  }
  .clv_about_product{
    padding-top: 51px;
  }
  .breadcrumb_wrapper{
    padding: 43px 0px 47px;
  }
  .service_page .clv_features_wrapper{
    padding-top: 85px;
  }
  .gallery_page .clv_gallery_wrapper{
    padding-top: 85px;
    padding-bottom: 60px;
  }
  .blog_page .blog_sidebar_wrapper{
    padding-top: 85px;
  }
  .single_content_wrapper img{
    margin-bottom: 10px;
  }
  .profile_form{
    padding: 0px 20px;
  }
  .product_items_section.product_list_view > ul > li > .product_item_block{
    flex-direction: column;
  }
  .product_items_section.product_list_view .product_item_block .org_product_block{
    width: 100%;
  }
  .product_items_section.product_list_view .product_item_block .content_block{
    width: 100%;
    text-align: left;
  }
  .cv-about7-image {
    text-align: center;
    margin: 30px auto 0;
  }
  .cv-banner7 {
    padding: 80px 0;
  }
  .cv-banner7-content h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .cv-banner7-content h4 {
    letter-spacing: 2px;
  }
}
@media (max-width: 550px){
  .clv_team_wrapper .team_section .col-md-3{
    width: 100%;
  }
  .testimonial_slide{
    display: block;
  }
  .index_v5 .clv_banner_slider .org_arrow{
    display: none;
  }
  .testimonial_slide .client_img{
    text-align: center;
  }
  .testimonial_slide .rounded_quote{
    top: -20px;
      left: -20px;
  }
  .clv_newsletter_wrapper{
    flex-direction: column;
  }
  .clv_newsletter_wrapper .newsletter_text{
    width: 100%;
    text-align: center;
  }
  .clv_newsletter_wrapper .newsletter_field{
    width: 100%;
    text-align: center;
  }
  .index_v1 .clv_rev_slider .clv_btn {
    margin-top: 30px !important;
  }
  .clv_about_product .about_product_contect .about_product_contact h3{
    font-size: 30px;
  }
  .org_testimonial_slide > .test_social{
    bottom: 50px;
    padding: 7px 10px;
  }
  .banner_image{
    display: none;
  }
  .comment_section > ul > li > ul > li{
    margin-left: 20px;
  }
  .product_items_section > ul > li{
    width: 49%;
    text-align: center;
  }
  .fd_pro_thumnail{
    height: 150px;
  }
  .fd_pro_add_btn{
    margin: 0;
    margin-top: 20px;
  }
  .table_heading > h4{
    float: none;
  }
  .error_image h2{
    font-size: 250px;
    line-height: 270px;
  }
  .error_image .veg_img{
    display: none;
  }
  .breadcrumb_block{
    width: 100%;
      max-width: 250px;
    text-align: center;
  }
  .woocommerce-cart .cart_table tr th, .woocommerce-cart .cart_table tr td{
    padding: 19px 30px 21px;
  }
}
@media (max-width: 480px){
  .index_v1 .clv_rev_slider .erinyen.tparrows{
    min-width: 40px;
    min-height: 40px;
  }
  .fd_pro_add_btn{
    margin: 0;
    margin-left: 30px;
  }
  .checkout_form{
    padding: 0px 20px;
  }
  .payment_option{
    padding: 0px 20px;
  }
  .checkout_submit{
    padding: 0px 20px;
  }
  .cart_table_section{
    padding: 34px 20px 50px;
  }
  .woocommerce-cart .cart_table tr:nth-child(2) td:first-child{
    padding-top: 19px;
  }
  .woocommerce-cart .cart_table tr td .product_img > h6{
    font-size: 16px;
  }
  .woocommerce-cart .cart_table tr td .pro_price > h5{
    font-size: 16px;
  }
  .product_items_section > ul > li{
    width: 100%;
  }
  .signup_wrapper > .signup_inner > .signup_form_section > h4{
    font-size: 26px;
  }
  .signin_wrapper > .signup_inner > .signup_form_section > h4{
    font-size: 26px;
  }
  .social_button_section{
    justify-content: center;
  }
  .signup_wrapper > .signup_inner > .signup_form_section, .signup_wrapper > .signup_inner > .signup_details{
    padding: 20px;
  }
  .social_button_section > a.fb_btn{
    margin-right: 20px;
  }
  .social_button_section > a > span:last-child{
    display: none;
  }
  .signup_wrapper > .signup_inner > .signup_details > .site_logo {
    margin-bottom: 20px;
  }
  .signin_wrapper > .signup_inner > .signup_details > .site_logo{
    margin-bottom: 20px;
  }
  .index_v1 .clv_rev_slider .erinyen.tparrows:before{
    line-height: 35px;
  }
  .signup_wrapper > .signup_inner, .signin_wrapper > .signup_inner{
    max-width: 300px;
  }
  .success_wrapper > .success_inner{
    max-width: 300px;
  }
  .thankyou_wrapper > .thankyou_inner{
    max-width: 300px;
  }
  .thankyou_wrapper > .thankyou_inner > h5{
    font-size: 20px;
  }
  .clv_about_wrapper .about_content .video_block > .video_btn > .play_video{
    margin-right: 10px;
  }
  .clv_about_wrapper .about_content .video_block > .video_btn > .play_video > span{
    margin-right: 8px;
  }
  .thankyou_wrapper > .thankyou_inner > .download_button > a:last-child{
    margin: 0;
    margin-top: 30px;
  }
  .about_farm_wrapper .about_img .about_img_details{
    border-radius: 0px 0px 10px 10px;
  }
  .search_field{
    width: 330px;
  }
  .search_box .search_block .search_field > a{
    padding: 0px 20px;
  }
  .thankyou_wrapper > .thankyou_inner > .thankyou_img > img{
    max-width: 100%;
  }
  .agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide{
    flex-direction: column;
  }
  .agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide .agri_testimonial_image{
    position: relative;
    margin-bottom: 20px;
  }
  .agri_testimonial_wrapper .agri_testimonial_slider .agri_testimonial_slide .agri_testimonial_message{
    margin: 0;
  }
  .dairy_testimonial_wrapper .dairy_testimonial_slider .dairy_arrow.dairy_right{
    right: calc(20% + 5px );
  }
  .dairy_testimonial_wrapper .dairy_testimonial_slider .dairy_arrow{
    left: calc(20% + 5px );
  }
  .service_content .service_heading .service_arrow_block{
    position: relative;
    transform: none;
    margin-bottom: 10px;
  }
  .garden_about_section .garden_about_content .garden_contact_section{
    flex-direction: column;
  }
  .garden_about_content .garden_contact_section .contact_number{
    margin: 0;
    margin-top: 30px;
  }
  .garden_about_content .garden_about_blog{
    flex-direction: column;
  }
  .garden_green_box{
    flex-direction: column;
    padding: 20px;
  }
  .garden_green_box .green_box_image{
    padding: 0;
    margin: 0;
  }
  .garden_green_box .green_box_image:after{
    display: none;
  }
  .message_slider .message_slide{
    max-width: 280px;
  }
  .thumb_slider{
    top: 10%;
  }
  .message_slider .swiper-wrapper{
    padding: 0;
  }
  .garden_project_grid .project_item{
    width: 100%;
  }
  .clv_banner_slider .clv_slide, .index_v3 .clv_banner_slider .clv_slide{
    padding: 200px 0px;
  }
  .index_v4 .clv_banner_slider .clv_slide{
    padding-bottom: 200px;
  }
  .index_v4 .clv_slide_inner .banner_btn > span{
    display: none;
  }
  .thumb_slider .test_arrow{
    display: none;
  }
  .org_testimonial_slider .org_testimonial_slide{
    flex-direction: column;
    padding: 0px 10px 20px;
  }
  .org_testimonial_slide .org_test_image{
    margin: 30px 0 0;
    text-align: center;
  }
  .org_testimonial_message{
    padding: 0;
    padding-top: 30px;
    width: 100%;
  }
  .org_testimonial_slide > .test_social{
    bottom: auto;
    right: auto;
    padding: 7px 10px;
    position: relative;
    margin-top: 20px;
    text-align: center;
    border-radius: 30px;
  }
  .index_v5 .clv_banner_slider .clv_slide .clv_slide_inner h3{
    border-radius: 10px;
  }
  .index_v5 .clv_banner_slider .clv_slide .clv_slide_inner h3:after{
    display: none;
  }
  .index_v5 .clv_banner_slider .clv_slide .clv_slide_inner h1{
    font-size: 52px;
    line-height: 52px;
  }
  .index_v5 .clv_banner_slider .clv_slide{
    padding: 100px 0px;
  }
  .org_support h3{
    font-size: 28px;
  }
  .footer_support_wrapper .footer_service_section{
    flex-direction: column;
  }
  .footer_support_wrapper .footer_service_section > img{
    margin: 0;
  }
  .footer_support_wrapper .footer_service_section h3{
    margin-top: 30px;
  }
  .footer_support_wrapper .footer_service_section .contact_label{
    margin: 0;
    margin-bottom: 20px;
  }
  .coffee_service_block{
    flex-direction: column;
  }
  .coffee_service_block .service_icon{
    width: 100%;
    border: none;
    margin-bottom: 30px;
  }
  .coffee_test_slide p > span{
    top: -20px;
    left: -25px;
  }
  .coffee_test_slide{
    padding: 100px 30px 73px;
  }
  .clv_newsletter_wrapper .newsletter_field .newsletter_field_block > input{
    padding: 0px 25px;
  }
  .clv_newsletter_wrapper .newsletter_field .newsletter_field_block > a{
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
  .blog_pagination_section ul li{
    margin: 0;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .blog_pagination_section ul li a{
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
  }
  .comment_header .comment_name{
    flex-direction: column;
  }
  .author_message_box{
    padding: 10px;
    flex-direction: column;
  }
  .author_image{
    margin: 0;
    margin-bottom: 20px;
  }
  .author_content .social_name{
    flex-direction: column;
  }
  .author_content{
    padding: 0;
  }
  .single_content_wrapper{
    flex-direction: column;
    margin-top: 20px;
  }
  .clv_right_header .clv_menu .clv_menu_nav{
    width: 180px;
  }
  .user_profile_section .checkout_heading{
    flex-direction: column;
  }
  .user_profile_section .checkout_heading h3{
    margin-bottom: 20px;
  }
  .error_image h2{
    font-size: 140px;
    line-height: 170px;
  }
  .gallery_grid .gallery_grid_item{
    width: 100%;
  }
}
@media (max-width: 320px){
  .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box{
    min-width: 250px;
  }
  .signup_wrapper > .signup_inner > .signup_form_section > h4{
    font-size: 22px;
  }
  .search_field {
    width: 300px;
  }
  .clv_about_wrapper .about_content .video_block{
    flex-direction: column;
  }
  .video_btn{
    margin-bottom: 20px;
  }
  .about_farm_wrapper .about_img .about_img_details{
    margin-top: -40px;
    padding: 30px 10px;
  }
  .clv_heading{
    padding: 0px 10px;
  }
  .gallery_grid .gallery_grid_item{
    width: 100%;
  }
  .signup_wrapper > .signup_inner, .signin_wrapper > .signup_inner{
    max-width: 300px;
  }
  .social_button_section {
    flex-direction: column;
  }
  .social_button_section > a.fb_btn{
    margin-bottom: 20px;
  }
  .thankyou_wrapper > .thankyou_inner{
    max-width: 300px;
  }
  .success_wrapper > .success_inner{
    max-width: 300px;
  }
  .testimonial_slider .swiper-slide{
    padding: 40px 20px;
  }
  .index_v2 .cart_nav{
    margin-left: 30px;
  }
  .clv_about_product .about_product_contect .about_product_contact > span{
    display: none;
  }
  .clv_about_product .about_product_contect{
    padding: 0px 10px;
  }
  .clv_about_product .about_product_contect .about_product_contact{
    padding: 20px 10px;
  }
  .index_v3 .clv_banner_slider .clv_slide .clv_slide_inner h1{
    font-size: 42px;
      line-height: 42px;
  }
  .index_v3 .clv_right_header .clv_menu .cart_nav ul > li > .clv_cart_box{
    right: 50%;
  }
  .org_testimonial_slide > .test_social{
    bottom: 10px;
  }
  .breadcrumb_block{
    padding:14px 10px;
    text-align: center;
  }
  .product_items_section > ul > li{
    width: 100%;
  }

}
/* p{
  text-align: justify;
} */
.twhite{
color: #FFFFFF;
}
.twhite:hover{
  color:orange !important;
}
.mt10{
  margin-top:10px;
}
.sizebtn{
  min-width: 100px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    outline: none;
    border: none;
    background: rebeccapurple;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    color: #ffffff !important;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 5px 0px
}

.btnwhite{
    background: #de1e24 !important;
    color: #ffffff !important;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}