:root {
  --theme-color: #c2a74e;
  --theme-color2: #343f6d;
  --black: #0a0a0a;
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'Manrope-Regular';
  --medi: 'Manrope-Medium';
  --semi: 'Manrope-SemiBold';
  --bold: 'Manrope-Bold';
  --firabold: 'FiraSans-Bold';
  --alex: 'AlexBrush-Regular';
  --CorBold: 'Cormorant-Bold';
}
@font-face {
  font-family: 'Manrope-Regular';
  src: url('./fonts/Manrope-Regular.woff2') format('woff2'),
    url('./fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope-Bold';
  src: url('./fonts/Manrope-Bold.woff2') format('woff2'),
    url('./fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope-Medium';
  src: url('./fonts/Manrope-Medium.woff2') format('woff2'),
    url('./fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope-SemiBold';
  src: url('./fonts/Manrope-SemiBold.woff2') format('woff2'),
    url('./fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FiraSans-Bold';
  src: url('./fonts/FiraSans-Bold.woff2') format('woff2'),
    url('./fonts/FiraSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AlexBrush-Regular';
  src: url('./fonts/AlexBrush-Regular.woff2') format('woff2'),
    url('./fonts/AlexBrush-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant-Bold';
  src: url('./fonts/Cormorant-Bold.woff2') format('woff2'),
    url('./fonts/Cormorant-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Format theme */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-family: var(--bold);
}

p {
  margin-bottom: 0.8em;
}
p,
a,
ul,
li,
div {
  font-family: var(--regular), sans-serif;
}
.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}
.uxb-wrapper.uxb-wrapper--team_member {
  width: 25%;
}
body {
  font-size: 16px;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: var(--regular), sans-serif;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem;
}

.section-title-container {
  margin-bottom: 0 !important;
}

.wpcf7-spinner,
.box-blog-post .is-divider {
  display: none;
}

.section-title-normal {
  border-bottom: 0;
}

.row-slider .flickity-page-dots {
  bottom: -10px;
}
.slider-nav-reveal {
  overflow: unset;
}
.row-slider .flickity-page-dots .dot.is-selected {
  width: 30px;
  border-radius: 10px;
}
.row-slider .flickity-page-dots .dot {
  background-color: var(--theme-color);
  opacity: 1 !important;
  transition: all 0.5s ease-in;
}
/* Header */
#masthead .image-icon:after {
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: var(--medi);
}
.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.search-hidden.show,
.menu-hidden.show {
  display: block;
}
#header .header-main {
  border-bottom: 1px solid #ddd;
}
.header-nav-main > .menu-item {
  margin: 0px 15px;
}

.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}
.header-nav-main > .menu-item > a {
  color: #333;
  padding: 19px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--bold);
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-nav-main > .menu-item > a:hover {
  color: var(--theme-color) !important;
}
.header-nav-main > .menu-item > a .box-menu {
  display: none;
}
.header-nav-main > .menu-item.active > a {
  color: var(--theme-color);
}
.header-nav-main > .menu-item > a:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 0%;
  height: 2px;
  opacity: 0;
  bottom: 10px;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
.header-nav-main > .menu-item > a:hover:before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}
.header-nav-main .header-cart-icon {
  background: #004935;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav-main .header-cart-icon img {
  width: 18px;
  min-width: auto;
}
.header-nav-main .cart-item {
  margin: 0 !important;
}
.header-nav-main .icon-search {
  color: #333;
}
.header-nav-main .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
  display: inline-block;
  transform: translateY(-2px);
}

#header #logo img {
  max-height: 50px !important;
}

#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
  display: none;
}
#header .close-menu {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  cursor: pointer;
}
.header-nav-main .menu-item .sub-menu {
  min-width: 250px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  top: 70px;
}
.header-nav-main .menu-item .sub-menu a {
  color: #343f6d;
  font-weight: normal;
  margin: 0;
  padding: 8px 10px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
  font-family: var(--medi);
  text-transform: unset;
}
.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
  color: var(--theme-color);
}
.header-nav-main.menu-item:not(.menu-item-has-block)
  .sub-menu
  .menu-item:last-of-type
  a {
  border-bottom: 0;
}
.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
  display: none;
}
.header-nav-main > .menu-item > .sub-menu {
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  border: 1px solid var(--theme-color);
  padding: 20px;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  margin: 0 !important;
}
.header-nav-main li.current-dropdown > .nav-dropdown {
  left: 50%;
  transform: translateX(-50%);
}
.header-nav-main > .menu-item > .sub-menu > li > a {
  color: var(--theme-color);
  font-family: var(--bold);
  padding-left: 24px;
  position: relative;
}
.header-nav-main > .menu-item > .sub-menu > li > a:hover {
  background-color: #f2f2f2;
  color: var(--theme-color2);
}
.header-nav-main > .menu-item > .sub-menu > li > a:before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--theme-color);
  border-radius: 1px;
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 14px;
}
#header #header-contact li {
  margin: 0;
}
#header-contact .icon-envelop:before,
#header-contact .icon-phone:before {
  content: '\f0e0';
  font-family: var(--fa6);
  color: var(--theme-color);
  font-size: 22px;
}
#header-contact li i {
  margin-right: 5px;
}
#header-contact .icon-phone {
  animation: shake_ani 1s infinite ease-in-out;
  animation: shake_ani 1s infinite ease-in-out;
}

#header-contact .icon-phone:before {
  content: '\f025';
  font-weight: bold;
}
#header #header-contact li a {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  opacity: 1;
  padding: 0px 30px;
  border-right: 1px solid #ebebec;
  height: 60px;
}
#header #header-contact li:first-of-type a {
  border-left: 1px solid #ebebec;
}
#header #header-contact li:last-of-type a {
  font-size: 22px;
  color: var(--theme-color);
  font-family: var(--bold);
}
#header #header-contact li a:after {
  display: none;
}
#header .searchform .button.icon {
  background-color: transparent;
  border: 0;
  color: var(--theme-color);
  font-size: 16px;
  box-shadow: none;
  margin-top: -6px;
}
#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  width: 200px;
  font-size: 16px;
  height: 45px;
  color: #666;
}
/* End header */
#wrapper .button.btn-viewall {
  margin: 0;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 50px;
  font-size: 14px;
  font-weight: normal;
  font-family: var(--semi);
  text-transform: uppercase;
  padding: 0 40px;
  border: 0;
  border-radius: 4px;
  position: relative;
  outline: none;
  overflow: hidden;
  color: #fff;
  letter-spacing: 2px;
  transition: auto;
  z-index: 9;
}
#wrapper .button.btn-viewall::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--theme-color);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}
#wrapper .button.btn-viewall::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #1c1a1d;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	z-index: -1
}
#wrapper .button.btn-viewall:hover::after {
  bottom: -50%;
}
#wrapper .button.btn-viewall:hover::before {
  top: 100%;
}
#wrapper .button.btn-viewall span {
  position: relative;
  color: inherit;
  z-index: 2;
}

#main .slider-nav-circle .flickity-button {
  width: 45px;
  height: 45px;
  top: 45%;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  transform: unset !important;
  color: var(--theme-color);
  transform: translateY(-50%) !important;
}
.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f178';
  color: inherit;
  font-weight: 300;
  font-size: 20.5px;
  width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '\f177';
}
.slider-nav-circle .flickity-button svg {
  display: none;
}
.slider-nav-circle .flickity-button.previous {
}
#main .slider-home .slider-nav-circle .flickity-button {
  background-color: rgb(255 255 255 / 10%);
  left: 118px;
  color: #fff;
}
#main .slider-home .slider-nav-circle .flickity-button.previous {
  top: calc(50% - 28px);
}
#main .slider-home .slider-nav-circle .flickity-button.next {
  top: calc(50% + 28px);
}
#main .slider-home .slider-nav-circle .flickity-button:hover {
  background-color: var(--theme-color);
}
.slider .flickity-page-dots li.dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: #363636;
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

.slider .flickity-page-dots li.dot.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-sidebar {
  position: fixed;
  bottom: 0;
  right: -525px;
  width: 380px;
  height: calc(100% - 90px);
  padding: 50px;
  background-color: #102750;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.info-sidebar p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.admin-bar .info-sidebar {
  height: calc(100% - 122px);
}
.info-sidebar .img {
  max-width: 168px;
  margin-bottom: 30px;
}
.info-sidebar.show {
  visibility: visible;
  right: 0;
}
.info-sidebar .btn-close {
  position: absolute;
  top: 21px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
  cursor: pointer;
}
.info-sidebar .btn-close svg {
  fill: currentColor;
}
/* slider-home */
#main .slider-home .loading-spin {
  display: none !important;
}
#main .slider-home .text-box {
  max-width: 875px;
  z-index: 10;
}
#main .slider-home .text-box h5 {
  text-align: left;
  font-size: 50px;
  line-height: 1;
  margin: 0;
  font-family: var(--alex);
  position: relative;
  display: flex;
  align-items: center;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-200px);
  opacity: 0;
}
#main .slider-home .text-box h5 strong {
  font-family: var(--alex);
}
#main .slider-home .text-box h5:after {
  content: '';
  width: 134px;
  height: 30px;
  top: -9px;
  position: relative;
  margin-left: 15px;
  display: inline-block;
  background: url(./images/slider-1-leaf.png) no-repeat center;
  background-size: contain;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#main .slider-home .is-selected .text-box h5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1100ms;
}
#main .slider-home .text-box h2 {
  font-size: 130px;
  line-height: 1;
  margin-top: 0;
  font-family: var(--CorBold);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(200px);
  position: relative;
  overflow: hidden;
}
#main .slider-home .is-selected h2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}
#main .slider-home h2::after {
  content: '';
  width: 101%;
  height: 70%;
  position: absolute;
  top: 22px;
  left: 100%;
  background: currentColor;
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  z-index: 3;
  transform: translateX(-100%);
  transition-delay: 1s;
}
#main .slider-home .is-selected h2::after {
  transform: translateX(1%);
  transition-delay: 1500ms;
}
#main .slider-home .slider .flickity-page-dots {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  right: 118px;
  flex-direction: column;
  left: unset;
  gap: 10px;
}
#main .slider-home .slider .flickity-page-dots li.dot {
  opacity: 1;
  background-color: transparent;
  margin: 0 8px;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
}
#main .slider-home .slider .flickity-page-dots li.dot.is-selected {
  background-color: #fff;
}
#wrapper .slider-home .button.btn-viewall {
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
#wrapper .slider-home .is-selected .button.btn-viewall {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}
#wrapper .slider-home .banner:before {
  content: '';
  left: 0;
  bottom: -165px;
  width: 100%;
  height: 492px;
  background-image: url('./images/hero-slider-1-1.png');
  position: absolute;
  background-position: bottom center;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
  z-index: 3;
}
#wrapper .slider-home {
  overflow: hidden;
}
#main .slider-home .text-box-content {
  z-index: 10;
}
/* End slider-home */
#main .slider .flickity-page-dots li.is-selected
/* sec-newhome */

.box-blog-post .box-text .cat-label {
  margin-bottom: 14px;
  margin-top: 0;
}
.box-blog-post .box-text .cat-label span {
  display: inline-block;
  z-index: 3;
  position: relative;
  color: #3dac22;
  background: #e9ffbb;
  border-radius: 2px;
  padding: 0px 15px;
  line-height: 20px;
  font-size: 12px;
}
.box-blog-post .box-text .post-title a {
  color: #102750;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--medi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: uppercase;
}
.box-blog-post .box-text .post-title a:hover {
  color: var(--theme-color);
}
.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878 !important;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.box-blog-post .button {
  text-align: right;
  width: fit-content;
  font-size: 14px;
  font-family: var(--medi);
  font-weight: normal;
  position: relative;
  padding: 0;
  margin: 5px 0 0;
  color: var(--theme-color);
}
.box-blog-post .button:before {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s;
}
.box-blog-post .button:hover:before {
  transform: scale(0.7);
  border-bottom-color: var(--theme-color2);
}
/* End sec-newhome */

#main .slider .flickity-page-dots li.dot {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: var(--theme-color);
  margin: 0 10px;
  position: relative;
  border: 0;
  opacity: 0.5;
}

#main .slider .flickity-page-dots li.is-selected {
  opacity: 1;
  width: 10px;
  height: 10px;
}
#main .slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* sec-home1 */
/* .feature-bg-1 */
#main .sec-home1 {
  position: relative;
  padding: 30px 0 65px;
}
.sec-home1:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 497px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  mix-blend-mode: luminosity;
  background-image: url(./images/feature-bg-1.webp);
}

.sec-home1 .col-image .col-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.sec-home1 .col-image .box {
  position: relative;
}
.sec-home1 .col-image .box:not(:last-of-type):before {
  content: '';
  width: 1px;
  height: 90%;
  display: inline-block;
  position: absolute;
  background-color: #e8e3da;
  right: -15px;
}
.sec-home1 .col-image .box-image {
  border-radius: 50%;
  max-width: 171px;
  overflow: unset;
}
.sec-home1 .col-image .box-image .image-cover:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 500ms linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.sec-home1 .col-image .image-cover {
  overflow: hidden;
  border-radius: 50%;
}
.sec-home1 .col-image .box:hover .image-cover:before {
  -webkit-animation: zoom-hover 0.95s;
  animation: zoom-hover 0.95s;
}
.sec-home1 .col-image .box-image:before {
  content: '';
  display: block;
  background: url(./images/feature-flower.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -125px;
  top: -25px;
  right: 0;
  margin: auto;
  width: 164px;
  height: 157px;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.1);
  transition: 500ms ease;
}
.sec-home1 .col-image .box:hover .box-image:before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
@keyframes zoom-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
.sec-home1 .col-image .box-text h2 {
  margin: 0;
  text-transform: uppercase;
  transition: all 0.3s;
  font-family: var(--CorBold);
  font-size: 24px;
  color: var(--black);
  padding-bottom: 12px;
  margin-bottom: 18px;
  position: relative;
}
.sec-home1 .col-image .box-text p {
  max-width: 280px;
  margin: 0 auto;
  color: #555;
}
.sec-home1 .col-image .box-text h2:before {
  content: '';
  width: 31px;
  height: 4px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(./images/line.svg) no-repeat center;
  background-size: cover;
}
.sec-home1 .col-image {
  padding-bottom: 0;
}
.sec-home1 .col-image .box-text {
  padding: 15px;
}
.sec-home1 .col-image .box:hover .image-cover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sec-home1 .col-image .box:hover h2 {
  color: var(--theme-color2);
}
/* End sec-home1 */

::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #f6f6f6;
  font-weight: 600;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 10px;
}
/* sec-home2 */
#main .sec-home2 {
  padding-bottom: 50px;
}
.sec-home2 .col-img .col-inner {
  display: grid;
  grid-template-columns: 300px auto;
  grid-gap: 10px;
  position: relative;
}
.sec-home2 .col-img .col-inner:before {
  content: '';
  background-image: url(./images/about-flower.png);
  position: absolute;
  left: -80px;
  bottom: -80px;
  background-color: var(--solox-gray, #f9f6f1);
  overflow: hidden;
  width: 87.8%;
  height: 88.3%;
  z-index: -1;
  background-position: -42px 123%;
  background-repeat: no-repeat;
  background-size: auto;
}

.sec-home2 .col-img .text-contact {
  position: absolute;
  right: 42px;
  bottom: 55px;
  width: 278px;
  background-color: #fff;
  padding: 38px 30px 41px 100px;
  box-shadow: 15px 29px 87px 0px rgba(0, 0, 0, 0.1);
}
.sec-home2 .col-img .text-contact::after {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  content: '';
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(
      -45deg,
      rgba(194, 167, 78, 1) 0%,
      rgba(28, 26, 29, 1) 100%
    )
    1;
  z-index: 0;
}
.sec-home2 .col-img .text-contact::before {
  content: '\f095';
  font-family: var(--fa6);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: var(--theme-color);
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-home2 .col-img .img {
  margin-bottom: 0;
}
.sec-home2 .col-img .text-contact p {
  margin-bottom: 0;
  z-index: 5;
  position: relative;
}
.sec-home2 .col-img .text-contact p:first-child {
  color: #838184;
}

.sec-home2 .col-img .text-contact a {
  font-size: 18px;
  font-family: var(--semi);
}
.sec-home2 .col-img .icon-fly {
  max-width: 175px;
  height: 249px;
  position: absolute;
  right: -14px;
  bottom: -60px;
  z-index: -1;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.sec-home2 .col-text .img {
  max-width: 65px;
}
.sec-home2 .col-text h5,
.sec-home5 .col-left h5,
.sec-home4 .col-left h5,
.sec-home7 .title-form h5 {
  font-size: 40px;
  font-family: var(--alex);
  line-height: 1;
  margin-bottom: 0;
}
.sec-home2 .col-text h2,
.sec-home5 .col-left h2,
.sec-home4 .col-left h3,
.sec-home7 .title-form h3,
.title h2 {
  font-size: 50px;
  color: var(--black);
  font-family: var(--CorBold);
  text-transform: uppercase;
  line-height: 1.2em;
}
.sec-home2 .col-text p {
  font-size: 18px;
}
.sec-home2 .col-text {
  padding-left: 85px;
}
/* End sec-home2 */
/* sec-home3 */
.sec-home3 .tabbed-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.sec-home3 .tabbed-content > h4 {
  font-size: 48px;
  font-family: var(--CorBold);
  margin-bottom: 10px;
  color: var(--black);
}
.sec-home3 .tabbed-content .nav a {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: var(--medi);
  color: var(--theme-color);
  padding: 2px 0;
}
.sec-home3 .tabbed-content .nav .active a {
  color: #343f6d;
}
.sec-home3 .tabbed-content .nav li {
  margin: 0 30px;
}
.sec-home3 .tabbed-content .nav a:before {
  display: none;
}
.sec-home3 .tabbed-content .nav a:after {
  content: '';
  background: #343f6d;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.sec-home3 .tabbed-content .nav .active a:after {
  transform: scale(1);
}
.sec-home3 .tabbed-content .tab-panels {
  padding-top: 30px;
}
.sec-home3 .image-cover {
  border-radius: 60px 0;
}
.sec-home3 .panel h4 {
  text-align: center;
  font-size: 20px;
  color: var(--theme-color2);
}
.sec-home3 .panel p {
  line-height: 28px;
  font-family: var(--medi);
  text-align: left;
}
.sec-home3 .panel .button {
  margin: 0 0 0 auto;
  display: block;
  text-align: right;
  width: fit-content;
  font-size: 16px;
  font-family: var(--medi);
  font-weight: normal;
  position: relative;
  padding: 0;
}
.sec-home3 .panel .button:before {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s;
}
.sec-home3 .panel .button:hover:before {
  transform: scale(0.7);
  border-bottom-color: var(--theme-color2);
}
/* End sec-home3 */

/* sec-home5 */
.sec-home5 .col-left h2 {
  margin-bottom: 46px;
}
.sec-home5 .col-left .img {
  max-width: 65px;
}
.sec-home5 .col-right .col-inner {
  margin: 105px 0 0 auto;
  max-width: 500px;
}
.sec-home5 .icon-box .icon-box-img {
  width: 100% !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e3da;
}
.sec-home5 .icon-box .icon {
  display: flex;
  align-items: center;
  position: relative;
}

.sec-home5 .slider {
  margin-left: -15px;
  margin-right: -15px;
}
.sec-home5 .icon-box .icon-inner {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  margin-right: 20px;
  box-shadow: 0 0 0 1px #c2a74e;
}
.sec-home5 .icon-box .icon-inner img {
  padding-top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-home5 .icon-box .icon-text {
  flex: 1;
}
.sec-home5 .icon-box .name-user {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--black);
  text-transform: uppercase;
  font-family: var(--CorBold);
}
.sec-home5 .icon-box .info-user {
  color: #838184;
  font-family: var(--medi);
}
.sec-home5 .icon-box {
  border: 1px solid #e8e3da;
  border-radius: 4px;
  background: url(./images/testi-card-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 45px 40px;
}
.sec-home5 .icon-box:hover .icon-inner {
  border-color: var(--theme-color);
}

/* End sec-home5 */
/* sec-home4 */
.sec-home4 .bg-row {
  background-color: #f9f6f1;
  padding: 120px 0;
  position: relative;
}
.sec-home4 .bg-row:before {
  content: '';
  width: 10000px;
  height: 100%;
  background-color: #f9f6f1;
  position: absolute;
  top: 0;
  right: 100%;
}
.sec-home4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  animation: shapeMove 4s linear 0s infinite;
  background: url(./images/why-choose.png) no-repeat center;
  background-size: contain;
  width: 260px;
  height: 500px;
  opacity: 0.6;
}
.sec-home4 .col-left .img {
  max-width: 65px;
}
.sec-home4 .col-left ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 15px;
}
.sec-home4 .col-left li {
  margin-left: 0;
  padding-left: 25px;
  position: relative;
}
.sec-home4 .col-left li:before {
  content: '\f336';
  font-family: var(--fa6);
  font-weight: bolder;
  position: absolute;
  left: 0;
  color: var(--theme-color);
}

.sec-home4 .col-right .img {
  width: 58.3333333333vw !important;
  display: inline-block;
}

/* End sec-home4 */
/* sec-home6 */
.box-blog-post .image-cover {
  border-radius: 10px;
}
/* End sec-home6 */
/* sec-home7 */
.sec-home7 .img {
  max-width: 65px;
}
.sec-home7 .title-form h3 {
  color: #fff;
}
.sec-home7 .section-bg {
  background-attachment: fixed;
}
.sec-home7:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(./images/contact-shape-1.png);
  visibility: visible;
  animation-name: fadeInRight;
  z-index: 1;
}
#main .form-home input {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid rgb(255 255 255 / 15%);
  color: #fff;
  height: 50px;
}
#main .form-home select,
#main .form-home textarea {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 2px solid rgb(255 255 255 / 15%);
  height: 50px;
  color: #fff;
}
#main .form-home select option {
  color: var(--black);
}
.form-home .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.form-home .form-content .wpcf7-form-control-wrap:last-of-type {
  grid-column: span 2;
}
.form-home input::placeholder,
#main .form-home textarea::placeholder {
  color: #fff;
  opacity: 1;
}

/* End sec-home7 */
/* sec-home8 */
.sec-home8 .col-icon .col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.sec-home8 .icon-box h3 {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-family: var(--medi);
  margin-bottom: 5px;
}
.sec-home8 .icon-box p {
  color: #fff;
}
.sec-home8 .icon-box img {
  padding: 0;
}
.sec-home8 .icon-box {
  align-items: center;
  position: relative;
}
.sec-home8 .icon-box:not(:last-of-type):before {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  background-color: rgb(255 255 255 / 30%);
  right: 0;
}
/* End sec-home8 */
/* Footer */

.error404 .site-main {
	padding-top: 0;
	margin-bottom: 20px;
}
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
}
.error404 .col-404 a.btn-ha {
	background-color: var(--theme-color);
	border-radius: 99px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: unset;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	box-shadow: unset;
}

.back-to-top.button {
  border: 0;
  font-weight: normal;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: -50px;
  cursor: pointer;
  color: black;
  font-size: 14px;
  transform: rotate(-90deg);
  z-index: 99;
  background-color: transparent !important;
}
.absolute-footer {
  background-color: transparent;
  border-top: 1px solid #e1e1e187;
}
.absolute-footer .copyright-footer {
  color: white;
  width: 100%;
  text-align: center;
}
#footer {
  background: var(--theme-color);
  padding: 50px 0 0;
}
#footer .col-3 .row1 {
	margin-top: 10px;
}
#footer .col-3 .col {
	padding-bottom: 0;
}
#footer .ux-menu .ux-menu-title,
#footer .col-4 p:first-of-type {
  min-height: unset;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 8px !important;
  padding: 0;
  text-transform: uppercase;
  font-family: var(--CorBold);
  position: relative;
}
#footer .col-4 .social-footer i {
	margin-right: 10px;
	color: white;
	font-size: 20px;
}
#footer .col-4 .social-footer {
	margin-bottom: 20px;
}

#footer .ux-menu .ux-menu-link a {
  color: white;
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7.5px 0;
  position: relative;
	padding-left: 35px;
}
#footer .col-3 .ux-menu .ux-menu-link a:before {
    content: '\f111';
    font-family: var(--fa6);
    font-weight: 700;
    width: 24px;
    height: 24px;
    display: inline-flex;
    position: absolute;
    font-size: 7px;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    left: 0;
    top: 6px;
    align-items: center;
    justify-content: center;
}
#footer .col-2 .ux-menu .ux-menu-link a:before {
  content: '\f111';
  font-family: var(--fa6);
  font-weight: 700;
  width: 24px;
  height: 24px;
  display: inline-flex;
  position: absolute;
  font-size: 7px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  left: 0;
  top: 6px;
  align-items: center;
  justify-content: center;
}
#footer .col-2 .ux-menu .ux-menu-link a {
  padding-left: 35px;
}
#footer .col-2 .ux-menu .ux-menu-link:nth-of-type(3) a:before {
  content: '\f111';
}
#footer .col-2 .ux-menu .ux-menu-link:nth-of-type(4) a:before {
  content: '\f111';
}
#footer .ux-menu .ux-menu-link a:hover {
  text-decoration: UNDERLINE;
}
#footer .col-1 .img {
  text-align: left;
}
#footer .col-1 .img img {
  height: 65px;
  width: auto;
}
#footer .col-1 p {
  text-align: justify;
  color: white;
	font-size: 15px;
}
/* End Footer */
/* Page aboutus */
.blog-wrapper.page-wrapper {
  padding: 0;
}
.blog-wrapper .archive-page-header {
  position: relative;
  margin-bottom: 60px;
}
.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 226px 15px 40px;
  z-index: 3;
}
.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title,
.category-page-title h1.shop-page-title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
  color: #fff;
  text-align: left;
}
.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
}
.rank-math-breadcrumb p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.archive-page-header .rank-math-breadcrumb a,
.archive-page-header .rank-math-breadcrumb span,
.page-banner .rank-math-breadcrumb span,
.page-banner .rank-math-breadcrumb a {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: var(--medi);
}
.blog-archive .rank-math-breadcrumb span:nth-of-type(n + 3) {
  display: none;
}
.rank-math-breadcrumb .separator {
  position: relative;
  margin: 0 12px;
  width: 10px;
  display: inline-block;
}

/* blog-archive */

.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  color: var(--theme-color) !important;
}
.nav-pagination > li > span.current {
  color: #fff !important;
}
.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}
.nav-pagination > li > a:hover {
  color: #fff !important;
}
.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300;
}
.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300;
}
/* End blog-archive */
/* blog-single */

.blog-share {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 50px;
}
.blog-share .social-icons {
}
.blog-share .social-icons span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
  color: #515151;
  font-family: var(--semi);
}
.blog-share a.icon {
  color: var(--theme-color2);
  font-size: 18px;
  margin: 5px 10px;
}

.single .blog-single {
  padding-top: 80px;
}
.single .blog-single .entry-content {
  padding: 0;
  counter-reset: my-counter;
}
.rank-math-breadcrumb a {
  color: #333;
}
.rank-math-breadcrumb .separator {
  opacity: 1;
  color: #333;
}
.rank-math-breadcrumb .last {
  color: #343f6d;
  font-family: var(--medi);
}

.blog-single h1.entry-title {
  font-size: 30px;
}
.box-postdate span {
  color: #333;
  padding: 3px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}
.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}
.box-postdate {
  position: relative;
}

.blog-single .entry-image {
  border-radius: 10px;
  overflow: hidden;
}
.blog-featured-title + #main .post-sidebar {
  padding: 0 15px 0 0px;
}
.post {
  margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.entry-content.single-page > p:first-of-type {
  border: 1px solid #343f6d;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 16px;
}
.entry-content.single-page h2 {
  padding-left: 45px;
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
  position: relative;
  counter-increment: my-counter;
  font-size: 24px;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 3px;
}
#wrapper .post-sidebar {
  padding-left: 0;
}
#wrapper .post-sidebar form {
  margin: 0;
}
.form-contact {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--theme-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.form-contact .form-title {
  font-size: 30px;
  text-align: center;
  font-family: var(--garabold);
  text-transform: uppercase;
  color: var(--theme-color2);
  line-height: 1.3;
  margin-bottom: 10px;
}
.form-contact .form-title br {
  display: block;
}
.form-contact label {
  color: var(--theme-color);
  font-weight: normal;
  font-size: 16px;
  font-family: var(--medi);
  margin-bottom: 0;
  display: block;
}
.form-contact input,
.form-contact textarea {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: var(--theme-color) !important;
  border-width: 1px 1px 1px 3px !important;
  border-style: solid !important;
  border-radius: 5px !important;
  font-size: 14px;
  height: 40px;
}
.form-contact input::placeholder,
.form-contact textarea::placeholder {
  color: #333;
  opacity: 1;
}
.form-contact textarea {
  min-height: 90px;
}
.form-contact .form-submit {
  text-align: center;
}
.entry-content.single-page h2:before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: #fff;
}
.featured-posts .title-post {
  font-size: 28px;
  margin-bottom: 30px;
}
.featured-posts .box-blog-post .image-cover {
  border-radius: 5px 5px 0 0;
}

.featured-posts .box-blog-post .box-text {
  padding: 23px 30px 27px;
  background: #f3f5f2;
}
.featured-posts .box-blog-post .box-text h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0;
}
.featured-posts .box-blog-post .box-text .button:after {
  margin-left: 4px;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button {
  border-radius: 6px;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: -80px !important;
  transform: unset !important;
  margin: 0;
  box-shadow: none !important;
  background-color: var(--theme-color);
  color: #fff;
}
.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.next {
  right: 15px;
  left: unset;
}
.featured-posts
  .slider-nav-outside.slider-nav-circle
  .flickity-button.previous {
  left: unset;
  right: 75px;
}

.featured-posts .list-post {
  position: relative;
  margin-bottom: 70px;
}
.featured-posts .box-blog-post .box-text .button {
  color: #292930;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  position: relative;
  height: 27px;
  line-height: 27px;
  min-height: 27px;
}

.featured-posts .box-blog-post .box-text .button:after {
  content: '\f178';
  font-family: var(--fa6);
  transform: translateY(1px);
  display: inline-block;
  font-weight: 300;
}
.featured-posts .box-blog-post .box-text .button:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
.blog-archive .box-blog-post .button:hover:before,
.featured-posts .box-blog-post .box-text .button:hover:before {
  width: 100%;
  left: 0;
}
/* End blog-single */

/* page-contact */
.page-contact .col-icon {
  padding-left: 40px;
  padding-top: 50px;
}
.page-contact .col-icon .icon-box {
  margin-top: 30px;
  background-color: #f8f8f8;
  padding: 10px 15px;
  border-radius: 10px;
  flex-wrap: nowrap;
}
.page-contact .col-icon .icon-box h3 {
  margin-bottom: 5px;
}
.page-contact .entry-content {
  padding-bottom: 0;
}
.page-contact .col-icon h5 {
  font-size: 20px;
  margin-bottom: 0;
}
.page-contact .form-contact .form-title {
}
/* End page-contact */
@media screen and (min-width: 1024px) {
  #main .slider-home .banner {
    padding-top: calc(100vh - 80px) !important;
  }
  .admin-bar #main .slider-home .banne8 {
    padding-top: calc(100vh - 112px) !important;
  }
  .sec-home2 .col-text {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 850px) {
  .header-nav-main > .menu-item {
    margin: 0 8px;
  }
  #main .slider-home .text-box h2 {
    font-size: 80px;
  }
  #main .slider-home .text-box h5 {
    text-align: center;
    justify-content: center;
    font-size: 40px;
  }
  #main .slider-home h2::after {
    top: 14px;
  }
}
@media screen and (max-width: 849.98px) {
	.off-canvas .sidebar-menu {
		padding-top: 0;
	}
  body.home {
    overflow: hidden;
  }
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 40px;
  }
  .row.blog-top {
    background-color: transparent;
  }
  .blog-archive .blog-main:before,
  .blog-archive .project-main:before {
    opacity: 0.5;
  }
  .row.blog-top .col-left .button.btn-viewall {
    margin: 5px 0 30px;
  }
  .row.blog-top .col-right .img {
    margin-bottom: 0;
  }
  .row.blog-top {
    margin-bottom: 40px;
  }
  .row.blog-top .col-left {
    padding: 15px;
  }
  .blog-share {
    order: 1;
    padding: 0 15px 30px;
  }
  .blog-share .social-icons {
    flex-direction: row;
    justify-content: flex-end;
  }
  .blog-share .social-icons {
    margin-top: 15px;
  }
  .blog-share .social-icons span {
    margin-bottom: 0;
  }
  .single .post-sidebar {
    order: 2;
  }
  .single .large-7.col {
    padding-bottom: 10px;
  }
  .entry-content {
    padding-bottom: 0;
  }
  .blog-single h1.entry-title {
    font-size: 24px;
  }
  .header-main li.html.custom {
    display: block;
    margin-right: 12px;
  }
  #main-menu.mobile-sidebar .menu-item {
    border: 0;
  }
  #main-menu.mobile-sidebar .menu-item a {
    color: #000;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 500;
  }
  #main-menu.mobile-sidebar .menu-cate {
    order: -3;
    background-color: #fff;
    padding: 15px;
  }
  #main-menu.mobile-sidebar .menu-cate > a {
    background: linear-gradient(
      290.37deg,
      rgba(138, 189, 164, 0.5) 9.78%,
      rgba(218, 240, 180, 0.5) 109.56%
    );
    border-radius: 8px;
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-cate > a:before {
    content: '\f550';
    font-family: var(--fa6);
    margin-right: 6px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .nav:not(.nav-slide) .active > .children {
    padding-bottom: 0;
  }
  #main-menu.mobile-sidebar .menu-cate .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #main-menu.mobile-sidebar .menu-cate .toggle i:before {
    content: '\f0d7';
    font-family: var(--fa6);
    font-weight: 700;
    color: var(--theme-color);
    font-size: 20px;
  }

  #main-menu.mobile-sidebar .menu-topmobi {
    order: -2;
    background-color: #fff;
    padding: 0 15px;
  }
  #main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
    border-top: 0;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 10px;
  }
  #main-menu.mobile-sidebar .menu-topmobi .toggle i {
    font-size: 20px;
  }
  #header .cart-item .header-cart-link {
    background: #004935;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #masthead .image-icon img {
    max-width: 18px;
  }

  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .mobile-nav .icon-menu {
    color: var(--theme-color);
    margin-right: 15px;
  }
  .mobile-nav .icon-menu:before {
    content: '\f0c9';
    font-family: var(--fa6);
  }

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: #fff;
    width: 375px;
  }
  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-sidebar .logo-mobile img {
    height: 50px;
    object-fit: contain;
  }
  .mfp-close {
    opacity: 1 !important;
    top: 30px;
    right: 30px;
  }
  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 0 30px 30px;
  }
  .mobile-sidebar .info_menu ul {
    list-style: none;
  }
  .mobile-sidebar .info_menu ul li {
    color: #000;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }
  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
  }
  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }

  .sec-home3 .col-content {
    padding-top: 20px;
  }

  #main .sec-home5 {
    padding-bottom: 0;
  }
  #footer .col {
    padding: 0 15px 20px;
  }
  #main .sec-home6 {
    padding-bottom: 40px;
  }
  #wrapper .post-sidebar,
  .page-contact .col-icon {
    padding-left: 15px;
  }
  .blog-single .rank-math-breadcrumb {
    margin-bottom: 20px;
  }
  .blog-single .rank-math-breadcrumb .last,
  .blog-single .rank-math-breadcrumb .separator:nth-last-of-type(2) {
    display: none;
  }
  #main .slider-home .text-box h5 {
    font-size: 45px;
    justify-content: center;
  }
  #main .slider-home .text-box h2 {
    font-size: 75px;
    margin-bottom: 20px;
  }
  #main .slider-home .slider-nav-circle .flickity-button {
    left: 15px;
  }
  #main .slider-home .slider .flickity-page-dots {
    right: 15px;
  }
  #main .slider-home h2::after {
    top: 10px;
  }
  #main .slider-home .text-box {
    max-width: 75%;
  }
  .sec-home2 .col-img .col-inner {
    padding-left: 90px;
  }
  .sec-home2 .col-img .text-contact {
    right: 80px;
    bottom: 19px;
  }
  .sec-home2 .col-img .col-inner {
    grid-template-columns: 50% auto;
  }
  .sec-home2 .col-text {
    padding-left: 15px;
    padding-top: 50px;
  }
  .sec-home2 .col-img .col-inner:before {
    left: -60px;
    bottom: -60px;
  }
  .sec-home8 .col-icon .col-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-home8 .icon-box:not(:last-of-type):before {
    display: none;
  }
  .sec-home5 .col-left h2 {
    margin-bottom: 10px;
  }
  .sec-home5 .col-right .col-inner {
    margin: 0 0 30px;
  }
  .sec-home4 .col-right .img {
    width: 100% !important;
  }
  #main .slider-home .banner {
    padding-top: calc(100vh - 80px) !important;
  }
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
  #main .slider-home .banner {
    padding-top: calc(100vh - 70px) !important;
  }
  .row.blog-top .col-left h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .blog-wrapper .archive-page-header h2.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .box-blog-post .box-text .post-title a {
    font-size: 16px !important;
  }

  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }
  #wrapper .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }
  #wrapper .slider-nav-circle .flickity-button.previous {
    left: 5px;
  }
  #wrapper .slider-nav-circle .flickity-button.next {
    right: 5px;
  }
  .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button.btn-viewall:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  #footer .col-left:before {
    display: none;
  }
  #footer .col-left {
    padding-right: 15px;
  }
  #footer .col-right:before,
  #footer .col-right:after,
  #footer .copyright-footer:before {
    width: 100vw;
  }
  #footer .col-right {
    padding-top: 30px;
    padding-left: 15px;
  }
  #footer .col-right .col-inner {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #footer .col-right .ux-menu .ux-menu-link a {
    font-size: 14px;
    line-height: 19px;
    padding-left: 15px;
  }
  #footer .col-right .ux-menu .ux-menu-title {
    margin-bottom: 10px !important;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .shop-page-title.category-page-title .page-title-inner {
    padding: 130px 15px 40px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .row.blog-top {
    padding-top: 0;
  }
  .post-sidebar .block_widget .col-item {
    padding: 20px 15px !important;
  }
  .featured-posts .title-post {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .off-canvas-right .mfp-content {
    width: 100%;
  }

  .slider .flickity-page-dots {
    bottom: 0;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 26px;
  }
  .blog-archive .box-text .post-meta {
    margin-bottom: 5px;
  }
  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-bottom: 40px;
    padding-top: 130px;
  }
  .single .blog-single {
    padding-top: 40px;
  }
  #header .header-wrapper:after {
    display: none;
  }
  #header .header-wrapper:before {
    height: 70px;
    right: 70px;
  }
  .mobile-nav .icon-menu {
    margin-right: 5px;
  }
  #header #logo img {
    margin: 0;
  }

  #wrapper .button.btn-viewall {
    height: 40px;
    padding: 0 18px;
  }
  .sec-home1 .col-image .col-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
  .sec-home3 .tabbed-content .nav li {
    margin: 0 15px;
  }

  #footer {
  }

  .blog-single .rank-math-breadcrumb {
    margin-bottom: 20px;
  }
  .page-contact .col-icon {
    padding-left: 15px;
    padding-top: 0;
  }
  #main .slider-home .text-box h5 {
    font-size: 24px;
  }
  #main .slider-home .text-box {
    max-width: 95%;
  }
  #main .slider-home .slider-nav-circle .flickity-button {
    display: none;
  }
  #main .slider-home .text-box h5:after {
    width: 90px;
  }
  #main .slider-home .text-box h2 {
    font-size: 40px;
  }
  #main .slider-home .slider .flickity-page-dots {
    flex-direction: row;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    top: unset;
    gap: 0;
  }
  #main .slider-home h2::after {
    top: 5px;
  }
  .sec-home2 .col-img .col-inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .sec-home2 .col-img .icon-fly {
    display: none;
  }
  .sec-home2 .col-img .text-contact {
    position: relative;
    grid-column: span 2;
    right: 0;
    left: 0;
    bottom: 35px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-home2 .col-img .col-inner .image-cover {
    padding-top: 180% !important;
  }
  .sec-home2 .col-img .col-inner:before {
    bottom: -20px;
    left: -40px;
  }
  .sec-home2 .col-text h2,
  .sec-home5 .col-left h2,
  .sec-home4 .col-left h3,
  .sec-home7 .title-form h3,
  .title h2 {
    font-size: 24px;
  }
  .title h2,
  .sec-home3 .tabbed-content > h4 {
    font-size: 24px;
  }
  .sec-home2 .col-text h5,
  .sec-home5 .col-left h5,
  .sec-home4 .col-left h5,
  .sec-home7 .title-form h5 {
    font-size: 28px;
  }
  #main .sec-home2 {
    padding-bottom: 0;
  }
  .sec-home8 .col-icon .col-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-home5 .icon-box {
    padding: 35px 30px;
  }
  .sec-home5 .icon-box .icon-inner {
    width: 80px;
    height: 80px;
  }
  .sec-home4 .bg-row {
    padding: 40px 0;
  }
  .sec-home4:after {
    display: none;
  }
  .form-home .form-content {
    display: block;
  }
  #header .header-main {
    height: 70px !important;
  }
  #main .sec-home6 {
    padding-bottom: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .sec-home8 .col-icon .col-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

@keyframes ripple_video2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ripple_video {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes shake_ani {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-30deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(30deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes shapeMove {
  0%,
  100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
