/*-----------------------------------------------------------------------------------

    Template Name:Seom WordPress Theme
    Author: Hamina-Themes
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. btn
    13. section-title
    14. theme-banner


    36. footer

-----------------------------------------------------------------------------------*/
:root {
  --theme-color: #FF7F49;
  --theme-color2: #A9FB50;
  --theme-color3: #F8C367;
  --theme-color4: #A095FF;
  --theme-color5: #3B32F6;
  --color-five: #FFD542;
  --color-six: #F51AC5;
  --color-seven: #FF7035;
  --color-eight: #FFC92E;
  --color-nine: #F5E900;
  --color-ten: #FFD80B;
  --title-color: #000000;
  --body-color: #000000;
  --body-color2: rgba(0, 0, 0, 0.6);
  --smoke-color: #f3f1f2;
  --black-color: #000000;
  --dark-color: #000000;
  --gray-color: #F4F4F4;
  --white-color: #ffffff;
  --light-color: #f5f5f5;
  --light-grey: #FCF1EC;
  --yellow-color: #FFE149;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: rgb(255, 255, 255);
  --second-color: #050d36;
  --general-light: "GeneralSans-Light";
  --general-regular: "GeneralSans-Regular";
  --general-medium: "GeneralSans-Medium";
  --general-bold: "GeneralSans-Bold";
  --playfair-font: "Playfair Display", serif;
  --pacifico-font: "Pacifico", cursive;
  --body-font: "Manrope", sans-serif;
  --body-font-size: 18px;
  --heading-fw: 700;
  --title-font: "GeneralSans-Semibold";
  --ficon-font: "Font Awesome 6 Pro";
  --bsicon-font: "bootstrap-icons";
  --main-container: 1440px;
}

/* 1. Theme default css */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}
html::-moz-scrollbar,
body::-moz-scrollbar {
  width: 5px;
}
html::-ms-scrollbar,
body::-ms-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: none;
}
html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: none;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: var(--title-color);
}
html::-moz-scrollbar-thumb:active,
body::-moz-scrollbar-thumb:active {
  background: var(--title-color);
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

body {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  color: var(--body-color);
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}

.main-page-wrapper {
  overflow-x: hidden;
}

.main-page-wrapper-white {
  overflow-x: hidden;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--general-bold);
  color: var(--title-color);
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid rgab(var(--white-color), 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: var(--black-color);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--black-color);
  color: var(--white-color);
  text-shadow: none;
}

::selection {
  background: var(--black-color);
  color: var(--white-color);
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: var(--black-color);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--black-color);
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-video {
  color: var(--white-color);
  border-radius: 50%;
  background: var(--yellow-color);
  border-radius: 50%;
  font-size: 20px;
  line-height: 90px;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: var(--white-color);
  background: var(--theme-color);
}

.video-wrapper {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.custom-container-1600 {
  padding-left: 145px;
  padding-right: 145px;
}
@media only screen and (max-width: 1800px) {
  .custom-container-1600 {
    padding-left: 0;
    padding-right: 0;
  }
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  user-select: none;
  margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: var(--body-font);
  font-weight: 600;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(var(--title-color), 0.12);
  position: relative;
  font-size: 50px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--title-color);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
#scrollToTopBtn {
  font-size: 18px;
  display: inline-block;
  background: var(--theme-color);
  position: fixed;
  width: 35px;
  height: 35px;
  right: 7px;
  bottom: 7px;
  border-radius: 6px;
  line-height: 35px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scrollToTopBtn i {
  color: #fff;
}

#scrollToTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}
.overlay-soft::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: var(--white-color);
}

[data-overlay=dark]::before {
  background-color: var(--theme-color);
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

.theme-main-menu .ht-header-top-left a {
  color: var(--title-color);
  font-size: 16px;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.theme-main-menu .ht-header-top-left a strong {
  color: var(--gray-color);
}
.theme-main-menu .ht-header-top-left a::before {
  content: " ";
  position: absolute;
  background: var(--title-color);
  width: 2px;
  height: 16px;
  right: -3px;
  top: 8px;
  z-index: 1;
}
.theme-main-menu .ht-header-top-left a:last-child::before {
  display: none;
}
.theme-main-menu .login-wrapper {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-main-menu .login-wrapper::before {
  content: " ";
  position: absolute;
  background: var(--white-color);
  width: 2px;
  height: 16px;
  right: 10px;
  top: 9px;
  z-index: 1;
}
.theme-main-menu .login-wrapper .login-text {
  color: var(--white-color);
  font-size: 16px;
}
.theme-main-menu .login-wrapper .login-form {
  visibility: hidden;
  opacity: 0;
  transform: translateY(25px);
  text-align: center;
  width: 210px;
  margin: auto;
  background: var(--white-color);
  padding: 20px 16px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  z-index: 999999;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-main-menu .login-wrapper .login-form form {
  width: 100%;
}
.theme-main-menu .login-wrapper .login-form input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d4dcff;
  color: var(--body-color);
  background: var(--white-color);
  padding-left: 10px;
  width: 100%;
  display: block;
}
.theme-main-menu .login-wrapper .login-form input::placeholder {
  color: var(--body-color);
  font-size: 14px;
}
.theme-main-menu .login-wrapper .login-form button {
  border: 0;
  width: 100%;
  height: 35px;
  line-height: 23px;
  padding: 0;
  font-weight: 400;
}
.theme-main-menu .login-wrapper .login-form .forgot-password {
  color: var(--title-color);
  font-size: 14px;
}
.theme-main-menu .login-wrapper:hover .login-form {
  visibility: visible;
  display: inline-block;
  opacity: 1;
  transform: translateY(35px);
}
.theme-main-menu .select-language {
  color: var(--title-color);
  font-size: 18px;
  padding-left: 30px;
}
.theme-main-menu .select-language .gloabl-lang i {
  color: var(--title-color);
  margin-right: 10px;
}
.theme-main-menu .select-language select.form-select {
  background: transparent;
  color: var(--title-color);
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.theme-main-menu .select-language select.form-select::before {
  color: #e8112b;
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  right: 5px;
  top: 10px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme-main-menu .select-language .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.theme-main-menu .hamburger-menu {
  width: 60px;
  height: 60px;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 100%;
  margin-left: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.theme-main-menu .hamburger-menu .bar-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
  width: 20px;
  height: 2px;
  background: var(--title-color);
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
  width: 16px;
  height: 2px;
  background: var(--title-color);
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
  width: 20px;
  height: 2px;
  background: var(--title-color);
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
@media only screen and (max-width: 767.98px) {
  .theme-main-menu .hamburger-menu {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
    width: 16px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
    width: 12px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
    width: 16px;
  }
}
.theme-main-menu.unittest .sticky-menu .logo, .theme-main-menu.default .sticky-menu .logo {
  display: inline-block;
  visibility: visible;
}

.main-menu {
  position: relative;
  z-index: 11;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 56px 0 0;
}
@media only screen and (max-width: 1600px) {
  .main-menu ul li {
    margin: 0 25px 0 0;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:last-child a {
  margin-right: 0;
}
.main-menu ul li:last-child a::before {
  display: none;
}
.main-menu ul li.active {
  color: var(--title-color);
}
.main-menu ul li.active a {
  color: var(--title-color);
}
.main-menu ul li.menu-last ul.sub-menu {
  right: -7%;
  left: auto;
}
.main-menu ul li.menu-item-has-children a {
  position: relative;
}
.main-menu ul li.menu-item-has-children a::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  right: -18px;
  top: 22px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li.menu-item-has-children a::before {
    display: none;
  }
}
.main-menu ul li a {
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 19px 0 20px 0;
}
.main-menu ul li a:hover {
  color: var(--theme-color);
}
.main-menu ul li a i {
  font-size: 10px;
}
.main-menu ul li:hover > a {
  color: var(--theme-color);
}
.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  border-radius: 4px;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu ul li ul.sub-menu.mega-menu {
  min-width: 600px;
}
.main-menu ul li ul.sub-menu li {
  display: block;
  position: relative;
  z-index: 1;
  margin-right: 0;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 20px;
}
.main-menu ul li ul.sub-menu li a {
  color: var(--title-color);
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 1.3;
  padding: 14px 20px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li ul.sub-menu li a::before {
  display: none;
}
.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
  float: right;
}
.main-menu ul li ul.sub-menu li a.active {
  background-color: transparent;
}
.main-menu ul li ul.sub-menu li a:hover {
  background-color: transparent;
  transform: translateX(5px);
}
.main-menu ul li ul.sub-menu li.menu-item-has-children > a {
  position: relative;
}
.main-menu ul li ul.sub-menu li.menu-item-has-children > a::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  color: var(--body-color);
  position: absolute;
  font-size: 16px;
  right: 10px;
  top: 22px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sticky-menu {
  position: fixed;
  background: var(--white-color);
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-menu .logo-area h2 .logo {
  color: var(--black-color);
}

.theme-menu-one {
  background: linear-gradient(180deg, #FDF2ED 0%, #FCF1EC 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 34px;
  padding-bottom: 34px;
}
.theme-menu-one .logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-one .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-one .header-top {
  position: relative;
  z-index: 1010;
}
.theme-menu-one .header-top,
.theme-menu-one .main-header-area {
  padding-left: 85px;
  padding-right: 85px;
}
.theme-menu-one .sticky-menu {
  padding: 10px 85px;
}
.theme-menu-one .sticky-menu .logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-one .sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 991.98px) {
  .theme-menu-one .sticky-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.theme-menu-one .cart-menu .shopping-cart:hover {
  color: var(--white-color);
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.theme-menu-one .hamburger-menu:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-1,
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-2,
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-3 {
  background: var(--white-color);
}
.theme-menu-one .bs-btn {
  padding: 18px 39px;
  transform: translateY(6px);
}
@media only screen and (max-width: 1800px) {
  .theme-menu-one .header-top,
  .theme-menu-one .main-header-area,
  .theme-menu-one .sticky-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-menu-one .logo-area img {
    width: 80%;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-one .logo-area img {
    width: 100%;
  }
}

.theme-menu-two {
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 999;
}
.theme-menu-two .header-top {
  position: relative;
  z-index: 1010;
}
.theme-menu-two .cart-menu .shopping-cart {
  color: var(--white-color);
  background: rgba(217, 217, 217, 0.2);
  border: 1.5px solid var(--white-color);
}
.theme-menu-two .cart-menu .shopping-cart:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.theme-menu-two .search_input {
  background: rgba(217, 217, 217, 0.2);
  border-color: var(--white-color);
  color: var(--white-color);
}
.theme-menu-two .search_input:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
}
.theme-menu-two .hamburger-menu {
  background: var(--theme-color2);
  border-color: var(--white-color);
}
.theme-menu-two .hamburger-menu .bar-wrap .bar-1,
.theme-menu-two .hamburger-menu .bar-wrap .bar-2,
.theme-menu-two .hamburger-menu .bar-wrap .bar-3 {
  background: var(--title-color);
}
.theme-menu-two .hamburger-menu:hover {
  border-color: var(--theme-color2);
}
.theme-menu-two .quote-btn .ht-btn {
  font-size: 18px;
  padding: 20px 45px 20px 45px;
  border-width: 0;
}
.theme-menu-two .quote-btn .ht-btn::before {
  background: var(--theme-color2);
}
.theme-menu-two .header-top,
.theme-menu-two .main-header-area {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-menu-two .logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .main-menu {
  position: relative;
  z-index: 11;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(35px);
  padding-left: 40px;
  padding-right: 40px;
}
.theme-menu-two .main-menu ul li a {
  color: var(--white-color);
}
.theme-menu-two .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-two .main-header-area.sticky-menu .logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-two .main-header-area.sticky-menu .logo-area img {
  filter: invert(1);
}
.theme-menu-two .main-header-area.sticky-menu .search_input {
  color: var(--body-color);
  border-color: var(--black-color);
}
.theme-menu-two .main-header-area.sticky-menu .cart-menu .shopping-cart {
  color: var(--body-color);
  border-color: var(--black-color);
}
.theme-menu-two .main-header-area.sticky-menu .main-menu ul li a {
  color: var(--title-color);
}
@media only screen and (max-width: 1600px) {
  .theme-menu-two .header-top,
  .theme-menu-two .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-two .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-three {
  width: 100%;
  position: relative;
  z-index: 999;
}
.theme-menu-three .header-top {
  background: #E0DEFF;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 85px;
  padding-right: 85px;
}
.theme-menu-three .ht-promo,
.theme-menu-three .ht-email,
.theme-menu-three .ht-phone,
.theme-menu-three .ht-office {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--general-medium);
}
.theme-menu-three .ht-promo .icon,
.theme-menu-three .ht-email .icon,
.theme-menu-three .ht-phone .icon,
.theme-menu-three .ht-office .icon {
  color: rgba(0, 0, 0, 0.6);
}
.theme-menu-three .cart-menu .shopping-cart {
  color: var(--black-color);
  border-color: var(--black-color);
}
.theme-menu-three .cart-menu .shopping-cart:hover {
  color: var(--white-color);
  border-color: var(--theme-color5);
  background: var(--theme-color5);
}
.theme-menu-three .cart-menu .shopping-cart span {
  background: var(--theme-color5);
}
.theme-menu-three .logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .bs-btn {
  color: var(--white-color);
  font-size: 18px;
  padding: 20px 45px 20px 45px;
  border-width: 0;
  border-color: var(--theme-color5);
  background: var(--theme-color5);
}
.theme-menu-three .bs-btn::before {
  background: var(--theme-color);
}
.theme-menu-three .bs-btn:hover {
  border-color: var(--theme-color);
}
.theme-menu-three .main-header-area {
  background: var(--white-color);
  padding-left: 85px;
  padding-right: 85px;
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.theme-menu-three .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-three .main-header-area.sticky-menu .logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-three .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-three .header-top,
  .theme-menu-three .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-three .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-four {
  background: var(--white-color);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 999;
}
.theme-menu-four .header-top {
  padding-top: 23px;
}
.theme-menu-four .logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-four .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-four .main-header-area {
  padding-top: 30px;
  padding-bottom: 30px;
}
.theme-menu-four .main-header-area.sticky-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}
.theme-menu-four .main-header-area.sticky-menu .logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-four .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-four .ht-promo,
.theme-menu-four .ht-email,
.theme-menu-four .ht-phone,
.theme-menu-four .ht-office {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--general-medium);
}
.theme-menu-four .cart-menu .shopping-cart {
  color: var(--title-color);
}
.theme-menu-four .cart-menu .shopping-cart span {
  background: var(--theme-color);
}
.theme-menu-four .cart-menu .shopping-cart:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
  background: var(--theme-color);
}
.theme-menu-four .search-area .search-input {
  color: var(--white-color);
  background: var(--theme-color);
  border: 1.5px solid var(--theme-color);
}
.theme-menu-four .search-area .search-input:hover {
  color: var(--white-color);
  border-color: var(--title-color);
  background: var(--title-color);
}
.theme-menu-four .main-header-area,
.theme-menu-four .header-top {
  padding-left: 85px;
  padding-right: 85px;
}
.theme-menu-four .bs-btn {
  padding: 18px 35px 17px 35px;
}
.theme-menu-four .bs-btn span {
  margin-right: 15px;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-four .header-top,
  .theme-menu-four .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-four .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-five {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.theme-menu-five .header-top {
  position: relative;
  z-index: 1010;
}
.theme-menu-five .cart-menu .shopping-cart {
  color: var(--white-color);
  border-color: var(--white-color);
}
.theme-menu-five .cart-menu .shopping-cart:hover {
  color: var(--theme-color);
  background: var(--white-color);
}
.theme-menu-five .hamburger-menu {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
}
.theme-menu-five .hamburger-menu .bar-wrap .bar-1,
.theme-menu-five .hamburger-menu .bar-wrap .bar-2,
.theme-menu-five .hamburger-menu .bar-wrap .bar-3 {
  background: var(--black-color);
}
.theme-menu-five .header-top,
.theme-menu-five .main-header-area {
  padding-left: 85px;
  padding-right: 85px;
}
.theme-menu-five .main-header-area {
  padding-top: 40px;
}
.theme-menu-five .main-header-area .logo {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-five .main-header-area .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-five .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-five .main-header-area.sticky-menu .logo {
  display: none;
}
.theme-menu-five .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
}
.theme-menu-five .main-header-area.sticky-menu .cart-menu .shopping-cart {
  color: var(--white-color);
  border-color: var(--theme-color);
  background: var(--theme-color);
}
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
}
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
  background: var(--black-color);
}
.theme-menu-five .main-menu {
  margin-right: 120px;
}
.theme-menu-five .bs-btn {
  padding: 18px 45px 18px 45px;
  background: var(--theme-color2);
}
.theme-menu-five .bs-btn::before {
  background: var(--black-color);
}
.theme-menu-five .bs-btn:hover {
  color: var(--white-color);
}
@media only screen and (max-width: 1800px) {
  .theme-menu-five .main-menu {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-menu-five .header-top,
  .theme-menu-five .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-menu-five .main-header-area .logo {
    display: none;
  }
  .theme-menu-five .main-header-area .sticky-logo {
    display: inline-block;
    visibility: visible;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-five .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-six {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.theme-menu-six .logo {
  display: inline-block;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-six .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-six .header-top {
  position: relative;
  z-index: 1010;
}
.theme-menu-six .cart-menu .shopping-cart {
  color: var(--white-color);
  border-color: var(--theme-color);
  background: var(--theme-color);
}
.theme-menu-six .cart-menu .shopping-cart:hover {
  color: var(--theme-color);
  background: var(--white-color);
}
.theme-menu-six .hamburger-menu {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.theme-menu-six .hamburger-menu .bar-wrap .bar-1,
.theme-menu-six .hamburger-menu .bar-wrap .bar-2,
.theme-menu-six .hamburger-menu .bar-wrap .bar-3 {
  background: var(--white-color);
}
.theme-menu-six .header-top,
.theme-menu-six .main-header-area {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-six .login-btn {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--general-medium);
  display: inline-block;
}
.theme-menu-six .main-header-area.sticky-menu .logo {
  display: none;
}
.theme-menu-six .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-six .header-top,
  .theme-menu-six .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-six .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-seven {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.theme-menu-seven .cart-menu .shopping-cart {
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.theme-menu-seven .cart-menu .shopping-cart:hover {
  color: var(--theme-color);
  background: var(--white-color);
}
.theme-menu-seven .hamburger-menu {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.theme-menu-seven .hamburger-menu .bar-wrap .bar-1,
.theme-menu-seven .hamburger-menu .bar-wrap .bar-2,
.theme-menu-seven .hamburger-menu .bar-wrap .bar-3 {
  background: var(--white-color);
}
.theme-menu-seven .main-menu {
  position: relative;
  z-index: 11;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(35px);
  padding-left: 40px;
  padding-right: 40px;
}
.theme-menu-seven .main-header-area {
  padding-top: 40px;
  padding-left: 85px;
  padding-right: 85px;
}
.theme-menu-seven .main-header-area .main-menu ul li a {
  color: var(--white-color);
}
.theme-menu-seven .main-header-area .main-menu ul li ul.sub-menu li a {
  color: inherit;
}
.theme-menu-seven .main-header-area .logo {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-seven .main-header-area .sticky-logo {
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-menu-seven .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-seven .main-header-area.sticky-menu .main-menu ul li > a {
  color: var(--black-color);
}
.theme-menu-seven .main-header-area.sticky-menu .logo {
  display: none;
}
.theme-menu-seven .main-header-area.sticky-menu .sticky-logo {
  display: inline-block;
  visibility: visible;
}
.theme-menu-seven .main-header-area.sticky-menu .hamburger-menu,
.theme-menu-seven .main-header-area.sticky-menu .cart-menu .shopping-cart {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.theme-menu-seven .main-header-area.sticky-menu .cart-menu .shopping-cart:hover {
  color: var(--white-color);
}
.theme-menu-seven .bs-btn {
  color: var(--white-color);
  padding: 21px 45px 21px 45px;
  background: var(--theme-color);
  border: 0;
  transform: translateY(5px);
}
.theme-menu-seven .bs-btn::before {
  background: var(--white-color);
}
.theme-menu-seven .bs-btn:hover {
  color: var(--black-color);
}
@media only screen and (max-width: 1800px) {
  .theme-menu-seven .main-menu {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-menu-seven .header-top,
  .theme-menu-seven .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-seven .logo-area img {
    max-width: 100%;
  }
}

.onepage-nav .main-menu ul li a::before {
  display: none;
}

.breadcrumb-wrapper {
  text-align: center;
  padding-top: 235px;
  padding-bottom: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.breadcrumb-wrapper .breadcrumb-title {
  color: var(--white-color);
  font-size: 80px;
  font-weight: 700;
  font-family: var(--general-bold);
  line-height: 1.3;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .breadcrumb-wrapper {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-wrapper .page-title {
    font-size: 28px;
  }
}

ul.breadcrumb-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
ul.breadcrumb-menu li {
  display: inline-block;
  color: var(--white-color);
}
ul.breadcrumb-menu li:last-child a {
  color: var(--white-color);
  margin-right: 0;
  padding-right: 0;
}
ul.breadcrumb-menu li:last-child a::before {
  display: none;
}
ul.breadcrumb-menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--body-font);
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
  margin-right: 16px;
  position: relative;
  z-index: 1;
}
ul.breadcrumb-menu li a::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 2px;
  height: 18px;
  right: -4px;
  top: 4px;
  z-index: 1;
  transform: rotate(23deg);
}
@media only screen and (max-width: 1600px) {
  ul.breadcrumb-menu li a {
    font-size: 18px;
  }
  ul.breadcrumb-menu li a::before {
    top: 0;
  }
}
ul.breadcrumb-menu li.active {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--body-font);
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  list-style-type: none !important;
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  padding: 0.5em 5% 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  font-size: 15px;
  width: 80%;
  padding: 0.4em 5%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.8;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 4px 8px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.ht-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.ht-menu-wrapper .mobile-logo {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 31px;
  padding-top: 15px;
  background: #FDF2ED;
}
.ht-menu-wrapper .mobile-logo h2 .logo {
  color: var(--black-color);
}
.ht-menu-wrapper .mobile-menu-wrapper {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.ht-menu-wrapper .mobile-menu-wrapper span.float-end {
  display: none;
}
.ht-menu-wrapper .ht-mobile-menu ul {
  padding: 0;
  text-align: start;
}
.ht-menu-wrapper .ht-mobile-menu ul .sub-menu {
  padding-left: 15px;
}

.ht-menu-wrapper .ht-menu-area {
  padding: 50px 20px;
  width: 100%;
  max-width: 310px;
  background-color: var(--title-color);
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.ht-menu-wrapper .ht-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 16px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.ht-menu-wrapper.ht-body-visible {
  opacity: 1;
  visibility: visible;
}

.ht-menu-wrapper.ht-body-visible .ht-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  padding-left: 18px;
}
.ht-mobile-menu ul li a span.ht-mean-expand {
  float: right;
}

.offset-widget {
  margin-top: 50px;
}
.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 800;
  color: var(--white-color);
}
.offset-widget .info-widget p {
  color: var(--white-color);
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: var(--white-color);
}

.fw-exbold {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semi {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-thin {
  font-weight: 100 !important;
}

.fs-22 {
  font-size: 22px !important;
}
@media only screen and (max-width: 1200px) {
  .fs-22 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .fs-22 {
    font-size: 18px !important;
  }
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.font-manrope {
  font-family: var(--body-font);
}

.font-Playfair {
  font-family: var(--playfair-font);
}

.font-general {
  font-family: var(--general-regular);
}

.fw-600 {
  font-weight: 600;
}

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

.fs-28 {
  font-size: 28px;
}

.fs-24 {
  font-size: 24px;
}

.fs-22 {
  font-size: 22px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.grey-bg {
  background: var(--gray-color);
}

.light-grey-bg {
  background: var(--light-grey);
}

.white-bg {
  background: var(--white-color);
}

.black-bg {
  background: var(--title-color) !important;
}

.heding-bg {
  background: var(--title-color) !important;
}

.theme-bg {
  background: var(--theme-color) !important;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: var(--white-color);
}

.text-black {
  color: var(--black-color);
}

.text-theme {
  color: var(--theme-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-heding {
  color: var(--title-color) !important;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: var(--body-font) !important;
}

.heding-font {
  font-family: var(--title-font) !important;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

.bg-none {
  background: none !important;
}

.before-none::before {
  display: none !important;
}

.after-none::before {
  display: none !important;
}

.border-rad {
  border-radius: 30px;
}

/* Full screen search
-------------------------------------------------------*/
.offcanvas-top {
  min-height: 150px;
}
.offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--black-color);
  cursor: pointer;
}

.offcanvas-top {
  background: rgba(24, 24, 24, 0.9);
  backdrop-filter: blur(10px);
  height: 50vh;
  min-height: 150px;
}
.offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--white-color);
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .offcanvas-top {
    height: 30vh;
  }
}

.search-wrap {
  width: 100%;
  max-width: 650px;
  padding-bottom: 100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.search-wrap input {
  font-size: 20px;
  width: 100%;
  border-radius: 50px;
  background: transparent;
  border: 2px solid var(--white-color);
  text-align: center;
  display: inline-block;
  height: 60px;
  padding: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid var(--body-color);
}
.search-wrap input::placeholder {
  color: var(--body-color);
  padding-bottom: 80px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .search-wrap input::placeholder {
    font-size: 16px;
  }
}
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
  color: var(--body-color);
  padding-bottom: 80px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 16px;
  }
}
.search-wrap button {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 20px;
  color: var(--body-color);
  position: absolute;
  right: 25px;
  top: 15px;
}

a.search_input {
  font-size: 22px;
  display: inline-block;
  text-align: center;
  color: var(--dark-color);
  border: 1.5px solid rgb(0, 0, 0);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

@media (min-width: 1600px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
}

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

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100px;
    top: 0px;
  }
  50% {
    left: 100px;
    top: 100px;
  }
  75% {
    left: 0px;
    top: 200px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }
  25% {
    right: 100px;
    top: 0px;
  }
  50% {
    right: 100px;
    top: 100px;
  }
  75% {
    right: 0px;
    top: 200px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.rotationInfinite {
  animation: rotation infinite linear 20s;
}

.rotation40 {
  animation: rotation infinite linear 40s;
}

.rotation59 {
  animation: rotation infinite linear 40s;
}

/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: var(--theme-color);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: var(--theme-color);
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: var(--theme-color);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: var(--theme-color);
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: var(--theme-color);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: var(--theme-color);
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-100px) rotate(180deg);
  }
  66% {
    transform: translateX(200px) rotate(-90deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes marqueslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
/*--
	-theme-btn
----------------------------------------*/
.ht-btn {
  overflow: hidden;
  color: var(--black-color);
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 1;
  background-color: var(--white-color);
  padding: 24px 54px 22px 54px;
  border-color: var(--black-color);
  border-width: 1px 1px 4px 1px;
  border-style: solid;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.ht-btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 0px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: var(--theme-color);
}
.ht-btn img {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ht-btn:hover {
  color: var(--white-color);
}
.ht-btn:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 0;
}
.ht-btn:hover i {
  color: var(--title-color);
}
.ht-btn:hover img {
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.style-2 {
  color: var(--white-color);
  background: transparent;
  border-color: var(--white-color);
}

.style-4 {
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 23px;
  display: inline-flex;
  justify-content: space-between;
  border-color: #000;
  background: transparent;
  border-width: 1.5px;
}
.style-4::before {
  background: var(--theme-color2);
}
.style-4 .btn-icon {
  margin-left: 44px;
}
.style-4 img {
  transform: translateY(-3px);
}
.style-4:hover {
  color: var(--body-color);
  border-color: var(--theme-color2);
}
.style-4:hover img {
  filter: invert(0);
}

.style-5 {
  font-size: 18px;
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 23px;
  display: inline-flex;
  justify-content: space-between;
  border-color: var(--theme-color2);
  background: var(--theme-color2);
  border-width: 1.5px;
}
.style-5::before {
  background: var(--black-color);
}
.style-5 .btn-icon {
  margin-left: 44px;
}
.style-5 img {
  transform: translateY(-3px);
}
.style-5:hover {
  border-color: var(--black-color);
}

.style-6 {
  color: var(--white-color);
  font-size: 18px;
  padding: 22px 45px 22px 45px;
  border-width: 0;
  border-color: var(--theme-color5);
  background: var(--theme-color5);
}
.style-6::before {
  background: var(--theme-color);
}
.style-6:hover {
  border-color: var(--theme-color);
}

.style-7 {
  font-size: 18px;
  padding: 0 22px 0 30px;
  color: var(--black-color);
  border-width: 1.5px 1.5px 1.5px 1.5px;
  border-color: var(--border-color);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.style-7 span {
  padding-top: 22px;
  padding-bottom: 22px;
}
.style-7 .btn-icon {
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.style-7 .btn-icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1.5px;
  background: var(--border-color);
  left: 0;
  top: 0;
}
.style-7::before {
  background: var(--theme-color5);
}
.style-7:hover {
  border-color: var(--theme-color5);
}
.style-7:hover .btn-icon::before {
  background: var(--theme-color5);
}

.style-8 {
  color: #000;
  text-transform: uppercase;
  background: #A9FB50;
  border-color: #000000;
}
.style-8::before {
  background: var(--black-color);
}
.style-8 .btn-icon {
  margin-left: 44px;
}
.style-8 img {
  transform: translateY(-3px);
}

.style-9 {
  color: var(--white-color);
  padding-left: 30px;
  padding-right: 25px;
  background: var(--theme-color);
}
.style-9 .btn-icon {
  margin-left: 55px;
}
.style-9 img {
  filter: invert(1);
}
.style-9::before {
  background: var(--black-color);
}
.style-9:hover {
  background: var(--black-color);
}

.style-10 {
  color: var(--white-color);
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 23px;
  display: inline-flex;
  justify-content: space-between;
  border-color: var(--white-color);
  background: transparent;
  border-width: 1.5px;
}
.style-10::before {
  background: var(--theme-color);
}
.style-10 .btn-icon {
  margin-left: 44px;
}
.style-10 img {
  filter: invert(1);
  transform: translateY(-3px);
}
.style-10:hover {
  border-color: var(--theme-color);
}

.ht-btn-3 {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ht-btn-3 .btn-icon {
  margin-left: 15px;
  position: relative;
  z-index: 1;
}
.ht-btn-3 .btn-icon::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--theme-color2);
  display: inline-block;
  right: -20px;
  top: -17px;
  z-index: -1;
}
.ht-btn-3:hover {
  color: var(--theme-color2);
}
.ht-btn-3.style-2a .btn-icon::before {
  background: var(--theme-color);
}
.ht-btn-3.style-2a .btn-icon::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 1.8px;
  border-radius: 50%;
  background: var(--black-color);
  display: inline-block;
  left: 0;
  top: 12.3px;
  z-index: 1;
}
.ht-btn-3.style-2a:hover {
  color: var(--theme-color5);
}
.ht-btn-3.style-2a:hover .btn-icon::before {
  background: var(--theme-color5);
}

.ht-btn-2 {
  overflow: hidden;
  color: var(--black-color);
  font-size: 18px;
  font-family: var(--general-bold);
  font-weight: 700;
  line-height: 1;
  padding: 5px 6px 5px 30px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.ht-btn-2::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 0px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: var(--theme-color);
}
.ht-btn-2 span {
  background: var(--theme-color);
  font-size: 20px;
  color: var(--white-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 65px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.ht-btn-2 img {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.ht-btn-2:hover {
  color: var(--white-color);
}
.ht-btn-2:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 0;
}
.ht-btn-2:hover span {
  background: var(--white-color);
}
.ht-btn-2:hover i {
  color: var(--title-color);
}
.ht-btn-2:hover img {
  filter: brightness(100%) invert(0);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767.98px) {
  .ht-btn-2 span {
    margin-left: 5px;
  }
}

ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  border: 0;
  width: unset;
  height: unset;
}
ul.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  margin: 0px 7px 0px 7px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 50%;
}
ul.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background: var(--theme-color);
  transform: translateY(-1px);
}

.dot-style-1 {
  position: relative;
  z-index: 1;
}
.dot-style-1 ul.slick-dots {
  margin-top: 0;
}

.dot-style-2 {
  position: relative;
  z-index: 1;
}
.dot-style-2 ul.slick-dots {
  position: relative;
}
.dot-style-2 ul.slick-dots li button {
  background: transparent;
  border: 2px solid var(--black-color);
}
.dot-style-2 ul.slick-dots li.slick-active button {
  background: var(--black-color);
}

.border-line {
  position: relative;
  z-index: 1;
}
.border-line::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 51.5%;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}

.arrow-style-1 .slick-prev,
.arrow-style-1 .slick-next,
.arrow-style-1 .slick-arrow,
.custom-arrow-one .slick-prev,
.custom-arrow-one .slick-next,
.custom-arrow-one .slick-arrow,
.custom-arrow-two .slick-prev,
.custom-arrow-two .slick-next,
.custom-arrow-two .slick-arrow {
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style-1 .slick-prev::before,
.arrow-style-1 .slick-next::before,
.arrow-style-1 .slick-arrow::before,
.custom-arrow-one .slick-prev::before,
.custom-arrow-one .slick-next::before,
.custom-arrow-one .slick-arrow::before,
.custom-arrow-two .slick-prev::before,
.custom-arrow-two .slick-next::before,
.custom-arrow-two .slick-arrow::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: -23px;
  top: -23px;
  border: 1px solid var(--black-color);
  z-index: -1;
}
.arrow-style-1 .slick-prev:hover::before,
.arrow-style-1 .slick-next:hover::before,
.arrow-style-1 .slick-arrow:hover::before,
.custom-arrow-one .slick-prev:hover::before,
.custom-arrow-one .slick-next:hover::before,
.custom-arrow-one .slick-arrow:hover::before,
.custom-arrow-two .slick-prev:hover::before,
.custom-arrow-two .slick-next:hover::before,
.custom-arrow-two .slick-arrow:hover::before {
  border-color: var(--theme-color2);
  background: var(--theme-color2);
}
.arrow-style-1 .slick-prev,
.custom-arrow-one .slick-prev,
.custom-arrow-two .slick-prev {
  justify-content: end;
}
.arrow-style-1 .slick-prev::before,
.custom-arrow-one .slick-prev::before,
.custom-arrow-two .slick-prev::before {
  left: -23px;
  right: auto;
}

.custom-arrow-two .slick-arrow::before {
  top: -22px;
}
.custom-arrow-two .slick-arrow:hover::before {
  border-color: var(--theme-color);
  background: var(--theme-color);
}
.custom-arrow-two .slick-prev.slick-arrow {
  margin-right: 15px;
}
.custom-arrow-two .slick-prev.slick-arrow::before {
  left: -23px;
}

.arrow-border-wrapper {
  padding-left: 85px;
  padding-right: 85px;
}
.arrow-border-wrapper .bg-line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  transform: translateY(15px);
}
.arrow-border-wrapper .arrow-style-1 {
  background: var(--white-color);
  padding: 0 50px;
  position: relative;
  z-index: 2;
}
.arrow-border-wrapper .arrow-style-1 .slick-prev,
.arrow-border-wrapper .arrow-style-1 .slick-next {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 1200px) {
  .arrow-border-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.arrow-style .slick-arrow {
  color: var(--title-color);
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style .slick-arrow:hover {
  color: var(--white-color);
  background: var(--theme-color);
}
.arrow-style .slick-prev {
  left: -1%;
}
.arrow-style .slick-next {
  right: -1%;
}

.arrow-style-2 {
  position: relative;
  z-index: 1;
}
.arrow-style-2 .slick-prev,
.arrow-style-2 .slick-next {
  border: 0;
  background: var(--white-color);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style-2 .slick-prev:hover,
.arrow-style-2 .slick-next:hover {
  background: var(--theme-color);
}
.arrow-style-2 .slick-prev {
  margin-right: 35px;
}

.arrow-style-3 {
  left: -15px;
  bottom: 10%;
}
.arrow-style-3 .slick-arrow,
.arrow-style-3 .slick-prev,
.arrow-style-3 .slick-next {
  border: 0;
  width: 100px;
  height: 95px;
  background: var(--white-color);
  left: 0;
  bottom: 0;
  line-height: 95px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style-3 .slick-arrow:hover,
.arrow-style-3 .slick-prev:hover,
.arrow-style-3 .slick-next:hover {
  background: var(--theme-color2);
}
.arrow-style-3 .slick-prev {
  background: var(--theme-color2);
}

.arrow-style-4 .slick-arrow {
  font-size: 30px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  line-height: 67px;
  text-align: center;
  margin-left: 10px;
  border: 0;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style-4 .slick-arrow:hover {
  color: var(--white-color);
  background: var(--theme-color);
}

.number-wrapper {
  display: inline-flex;
  align-items: end;
  position: absolute;
  left: 60px;
  bottom: 40px;
  z-index: 2;
  line-height: 1;
}
.number-wrapper .number-pagination {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 600;
  font-family: var(--body-font);
  display: inline-block;
  line-height: 1;
}
.number-wrapper .total-pagination {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1;
}
.number-wrapper .divider-line {
  width: 2px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 6px 0 4px;
  line-height: 1;
  transform: rotate(20deg) translateY(-2px);
}

.number-wrapper-2 {
  display: inline-flex;
  position: absolute;
  left: 70px;
  bottom: 81px;
  z-index: 2;
  transform: rotate(-90deg);
}
.number-wrapper-2 .number-pagination {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--title-color);
}
@media only screen and (max-width: 991.98px) {
  .number-wrapper-2 {
    left: 0;
    bottom: 0;
  }
}

.faq-que-list .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-que-list .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq-que-list .accordion-item {
  border: 1px solid var(--title-color);
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: 25px;
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button {
  transition: unset;
  color: var(--title-color);
  font-size: 30px;
  font-family: var(--general-medium);
  font-weight: 500;
  line-height: 1.875rem;
  border: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  padding: 26px 0 20px 20px;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  padding-bottom: 24px;
  background: transparent;
  border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 10px;
    font-size: 18px;
  }
}
.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\f2ea";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 25px;
  font-weight: 300;
  color: var(--title-color);
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s linear;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    color: var(--title-color);
    right: 5px;
    font-size: 16px;
    width: unset;
    height: unset;
    background: transparent;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list .accordion-item .collapsed {
  border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\f4fe";
  color: var(--title-color);
  transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .collapsed::before {
    color: var(--title-color);
    right: 5px;
    font-size: 16px;
    width: unset;
    height: unset;
    background: transparent;
  }
}
.faq-que-list .accordion-item .accordion-body {
  padding-top: 0;
}
.faq-que-list .accordion-item .accordion-body p {
  font-size: 16px;
  color: var(--body-color);
}
.faq-que-list.style-two .accordion-item {
  margin-bottom: 0;
}
.faq-que-list.style-two .accordion-item .accordion-button {
  padding: 30px 0 0px 20px;
  border: 0;
}
.faq-que-list.style-two .accordion-item .accordion-button span {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  background: var(--theme-color);
  margin-right: 5px;
}
.faq-que-list.style-two .accordion-item .accordion-button.collapsed {
  background: transparent;
  padding-top: 0;
  margin-bottom: 20px;
}
.faq-que-list.style-two .accordion-item .accordion-button.collapsed span {
  color: var(--theme-color);
  background: rgba(var(--theme-color), 0.1);
}
.faq-que-list.style-two .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list.style-two .accordion-item .accordion-button::before {
  display: none;
}
.faq-que-list.style-two .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list.style-two .accordion-item .collapsed {
  border: 0;
}
.faq-que-list.style-two .accordion-item .collapsed::before {
  display: none;
}
.faq-que-list.style-two .accordion-item .accordion-body {
  background: rgba(var(--title-color), 0.03);
  padding-left: 78px;
  padding-top: 13px;
  margin-bottom: 20px;
  border: 0;
}

.feature-list-one {
  border-radius: 15px;
  border-style: solid;
  border-width: 1px 1px 4px 1px;
  border-color: var(--border-color);
  padding: 19px 40px;
  background: var(--white-color);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-list-one .icon {
  margin-right: 30px;
}
.feature-list-one .icon,
.feature-list-one .feature-title {
  color: var(--title-color);
  font-size: 26px;
  font-weight: 500;
  font-family: var(--general-medium);
}
.feature-list-one:hover {
  background: var(--theme-color);
}
.feature-list-one:hover .icon,
.feature-list-one:hover .feature-title {
  color: var(--white-color);
}
@media only screen and (max-width: 1600px) {
  .feature-list-one {
    padding: 14px 20px;
  }
  .feature-list-one .icon,
  .feature-list-one .feature-title {
    font-size: 18px;
  }
  .feature-list-one .icon {
    margin-right: 0;
  }
}

.feature-list-two {
  padding-bottom: 10px;
}
.feature-list-two .icon {
  margin-right: 10px;
}
.feature-list-two .icon {
  color: var(--title-color);
  font-size: 20px;
}
.feature-list-two .feature-title {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--body-font);
}
.feature-list-two:hover .icon {
  color: var(--theme-color5);
}
@media only screen and (max-width: 1600px) {
  .feature-list-two {
    padding: 14px 20px;
  }
}

.feature-list-three {
  border-radius: 15px;
  border-style: solid;
  border-width: 1px 1px 4px 1px;
  border-color: var(--border-color);
  padding: 17px 0px 12px 40px;
  background: var(--white-color);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-list-three .icon {
  margin-right: 22px;
}
.feature-list-three .icon,
.feature-list-three .feature-title {
  color: var(--title-color);
  font-size: 24px;
  font-weight: 500;
  font-family: var(--general-medium);
}
.feature-list-three:hover {
  background: var(--theme-color);
}
.feature-list-three:hover .icon,
.feature-list-three:hover .feature-title {
  color: var(--white-color);
}
@media only screen and (max-width: 1600px) {
  .feature-list-three {
    padding: 14px 20px;
  }
  .feature-list-three .icon,
  .feature-list-three .feature-title {
    font-size: 18px;
  }
}

.feature-list-four {
  margin-bottom: 20px;
}
.feature-list-four .icon {
  font-size: 20px;
  color: var(--white-color);
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--theme-color);
  line-height: 24px;
  text-align: center;
  margin-right: 20px;
}
.feature-list-four .feature-title {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--general-medium);
}
@media only screen and (max-width: 767.98px) {
  .feature-list-four .feature-title {
    font-size: 18px;
  }
}

.feature-wrap-1 {
  background: var(--white-color);
  border-radius: 30px;
  padding: 40px 35px 30px 35px;
  margin-bottom: 33px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
}
.feature-wrap-1 .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  background: var(--theme-color2);
  margin-bottom: 35px;
}
.feature-wrap-1.ic-2 .icon {
  background: var(--theme-color);
}
.feature-wrap-1.ic-3 .icon {
  background: var(--theme-color4);
}
.feature-wrap-1 .feature-title {
  color: var(--title-color);
  font-size: 28px;
  font-family: var(--playfair-font);
  font-weight: 700;
  margin-bottom: 31px;
}
.feature-wrap-1 p {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1600px) {
  .feature-wrap-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-wrap-1 .feature-title {
    font-size: 20px;
  }
}

.feature-wrap-2 {
  text-align: center;
  margin-bottom: 45px;
}
.feature-wrap-2 .icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  border: 1px solid #E0E0E0;
  margin-bottom: 31px;
}
.feature-wrap-2 .feature-title {
  margin-bottom: 4px;
}
.feature-wrap-2 .feature-title a {
  color: var(--title-color);
  font-size: 24px;
  font-family: var(--general-medium);
  font-weight: 500;
}
.feature-wrap-2 p {
  margin-bottom: 0;
  color: #525252;
}
@media only screen and (max-width: 1600px) {
  .feature-wrap-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-wrap-2 .feature-title {
    font-size: 20px;
  }
}

.widget {
  padding: 0 40px 0 40px;
}
@media (max-width: 1199.98px) {
  .widget {
    padding: 0 15px 0 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .widget {
    padding: 0px;
  }
}

.widget-title,
.wp-block-search__label {
  font-size: 26px;
  font-weight: 700;
  font-family: var(--title-font);
  font-weight: 600;
}

.sidebar-area .widget-title {
  margin-bottom: 20px;
}
.sidebar-area .widget {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.sidebar-area .widget .wc-block-components-price-slider__actions {
  justify-content: flex-start;
}
.sidebar-area .widget button.wc-block-components-filter-reset-button {
  color: var(--white-color);
  background: var(--theme-color);
  border: 0;
  text-decoration: none;
  line-height: 1;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 4px;
}

.social-links a,
.header-social-links a {
  color: var(--title-color);
  font-size: 22px;
  border: 1px solid var(--title-color);
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social-links a:last-child,
.header-social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover,
.header-social-links a:hover {
  color: var(--white-color);
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.category-widget ul.wp-block-categories-list.wp-block-categories li,
.widget_categories ul.wp-block-categories-list.wp-block-categories li {
  margin-bottom: 0;
}
.category-widget li,
.widget_categories li {
  margin-bottom: 0;
}
.category-widget li:last-child a,
.widget_categories li:last-child a {
  margin-bottom: 0;
}
.category-widget li a,
.widget_categories li a {
  font-size: 20px;
  line-height: 54px;
  color: var(--black-color);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.category-widget li a:hover,
.widget_categories li a:hover {
  color: var(--black-color);
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .category-widget li a,
  .widget_categories li a {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-category-widget li:last-child a {
  margin-bottom: 0;
}
.service-category-widget li a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--title-font);
  padding: 10px 20px 15px 20px;
  border: 1px solid var(--title-color);
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  z-index: 1;
}
.service-category-widget li a::before {
  content: "";
  position: absolute;
  background: var(--theme-color);
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-category-widget li a:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}
.service-category-widget li a:hover::before {
  width: 100%;
}
@media (max-width: 1200px) {
  .service-category-widget li a {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.comment-form .input-text,
.comment-form .form-group {
  position: relative;
  z-index: 1;
}
.comment-form input,
.comment-form textarea {
  border: 0;
  border-radius: 10px;
  padding: 15px 35px 20px;
  background: #F4F4F4;
  color: var(--body-color);
  font-size: 18px;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 40px;
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: var(--title-color);
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: var(--body-color);
  font-size: 18px;
}
.comment-form input::-ms-placeholder, .comment-form input::-o-placeholder, .comment-form input::-webkit-placeholder, .comment-form input::-moz-placeholder,
.comment-form textarea::-ms-placeholder,
.comment-form textarea::-o-placeholder,
.comment-form textarea::-webkit-placeholder,
.comment-form textarea::-moz-placeholder {
  color: var(--body-color);
  font-size: 18px;
}
.comment-form textarea {
  resize: none;
  padding-top: 10px;
  width: 100%;
  min-height: 200px;
  background: #F4F4F4;
  font-size: 18px;
}
.comment-form .comment-submit-btn {
  letter-spacing: 1px;
  color: var(--title-color);
  padding: 18px 40px 17px 40px;
  background: var(--theme-color);
}
.comment-form .comment-submit-btn::before {
  background: var(--black-color);
}
.comment-form .comment-submit-btn:hover {
  color: var(--white-color);
}
.comment-form .save-info input {
  box-shadow: none;
  transform: translateY(-5px);
}

.page-navigation .page-link {
  display: inline-block;
  color: var(--title-color);
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--general-medium);
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid var(--title-color);
}
.page-navigation .page-link i {
  font-size: 20px;
}
.page-navigation .page-link:focus {
  z-index: 2;
  color: var(--title-color);
  border-color: unset;
  outline: none;
  box-shadow: none;
}
.page-navigation .page-link:hover {
  color: var(--white-color);
  background: var(--theme-color);
}

.ht-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ht-pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 5px;
  font-weight: 500;
  font-family: var(--general-medium);
  font-size: 18px;
  color: var(--black-color);
  border: 1px solid var(--black-color);
  margin: 0 3px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.ht-pagination a i {
  font-size: 20px;
}
.ht-pagination a:hover, .ht-pagination a.active {
  color: var(--white-color);
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.recent-post {
  display: flex;
  align-items: center;
}
.recent-post .post-thumb {
  width: 100px;
  height: 85px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  background-repeat: no-repeat;
}
.recent-post h5 {
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 500;
}
.recent-post h5 a {
  color: var(--title-color);
}
.recent-post h5 a:hover {
  color: var(--theme-color);
}
.recent-post span {
  color: var(--body-color);
  font-size: 12px;
  font-weight: 400;
  font-family: var(--body-font);
}
.recent-post span i {
  color: var(--theme-color);
}
@media (max-width: 1599.98px) {
  .recent-post h5 {
    font-size: 18px;
  }
}

.widget_search,
.search-form {
  position: relative;
  z-index: 1;
}
.widget_search .wp-block-search__inside-wrapper,
.search-form .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  position: relative;
}
.widget_search input,
.search-form input {
  color: var(--body-color);
  font-size: 16px;
  height: 60px;
  width: 100%;
  line-height: 50px;
  padding-left: 22px;
  background: var(--white-color);
  border-radius: 8px;
  border: 1px solid var(--title-color);
  position: relative;
  z-index: 1;
}
.widget_search input::placeholder,
.search-form input::placeholder {
  color: var(--body-color);
}
.widget_search input::-moz-placeholder,
.search-form input::-moz-placeholder {
  color: var(--body-color);
}
.widget_search input::-webkit-placeholder,
.search-form input::-webkit-placeholder {
  color: var(--body-color);
}
.widget_search input::-o-placeholder,
.search-form input::-o-placeholder {
  color: var(--body-color);
}
.widget_search .widget-btn,
.widget_search button,
.search-form .widget-btn,
.search-form button {
  border: 0;
  background: var(--black-color);
  width: max-content;
  height: 50px;
  line-height: 1;
  color: var(--white-color);
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.widget_search .widget-btn i,
.widget_search button i,
.search-form .widget-btn i,
.search-form button i {
  font-size: 16px;
}
.widget_search .widget-btn,
.search-form .widget-btn {
  padding-left: 15px;
  padding-right: 15px;
}

.tagcloud span,
.wp-block-tag-cloud span {
  color: #191f23;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.tagcloud a,
.wp-block-tag-cloud a {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border: 1px solid #000;
  display: inline-block;
  padding: 10px 24px;
  margin: 5px 5px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: relative;
  z-index: 1;
}
.tagcloud a::before,
.wp-block-tag-cloud a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--theme-color);
  width: 0px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}
.tagcloud a:hover::before,
.wp-block-tag-cloud a:hover::before {
  width: 100%;
}

.widget_tag_cloud p.wp-block-tag-cloud {
  margin-bottom: 0;
}

.widget-contact {
  text-align: center;
}
.widget-contact .call-btn {
  background: var(--theme-color);
  display: inline-block;
  padding: 5px 21px 5px 5px;
  border-radius: 60px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  left: 55px;
  right: 55px;
  bottom: 20px;
}
.widget-contact .call-btn span {
  color: var(--title-color);
  width: 45px;
  height: 45px;
  background: var(--white-color);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
@media only screen and (max-width: 1200px) {
  .widget-contact .call-btn {
    left: 10px;
    right: 10px;
  }
}
.widget-contact .top-content {
  position: relative;
  z-index: 1;
}
.widget-contact .top-content img {
  border-radius: 30px 30px 0 0;
}
.widget-contact .contact-title {
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  .widget-contact .contact-title {
    font-size: 28px;
    line-height: 40px;
  }
}

.cart-list-form {
  border: 1px solid rgba(7, 17, 6, 0.1);
}
.cart-list-form .table th {
  font-weight: 400;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid rgba(7, 17, 6, 0.1);
  padding: 15px 30px;
  text-align: start;
  color: var(--title-color);
}
.cart-list-form .table .product-thumbnails {
  padding-left: 20px;
  width: 100px;
}
.cart-list-form .table .product-thumbnails img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form .table .product-img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
}
.cart-list-form .table tbody td {
  border: none;
  vertical-align: middle;
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-thumbnails {
    padding-left: 10px;
  }
}

.cart-list-form .table-responsive {
  margin-bottom: 30px;
}
.cart-list-form .table-responsive::-webkit-scrollbar {
  width: 0.3em;
  height: 10px;
}
.cart-list-form .table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.cart-list-form .table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}
.cart-list-form .table .product-info {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form .table .product-info ul.style-none {
  padding: 0;
  margin: 0;
}
.cart-list-form .table .product-info ul.style-none li {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  color: var(--body-color);
  padding-right: 15px;
}
.cart-list-form .table .product-info .product-name {
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 20px;
  color: var(--title-color);
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-info .product-name {
    font-size: 18px;
  }
}
.cart-list-form .table .product-info .serial {
  font-size: 15px;
  color: var(--body-color);
  padding-bottom: 6px;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-info {
    padding-left: 15px;
  }
}
.cart-list-form .table .quantity .product-value {
  font-weight: 500;
  font-size: 18px;
  color: var(--body-color);
  max-width: 55px;
  background: 0 0;
  border: none;
  text-align: center;
  padding-left: 12px;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .quantity .product-value {
    max-width: 20px;
    padding-left: 0;
  }
}
.cart-list-form .table .quantity .order-box {
  padding: 0;
  margin: 0;
}
.cart-list-form .table .quantity li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form .table .quantity li .btn {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: var(--title-color);
  background: var(--light-grey);
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .quantity li .btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.cart-list-form .table .remove-product {
  color: var(--theme-color);
  font-size: 22px;
}
.cart-list-form .table tbody tr {
  padding: 10px 0;
  border-bottom: 1px solid rgba(119, 124, 144, 0.2);
}

.cart-list-form .table .price,
.cat__section .cart-footer .cart-total-table tr td {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 500;
}

.cart-footer .coupon-form {
  background: #FCF1EC;
  position: relative;
  z-index: 1;
}
.cart-footer .coupon-form input {
  width: 275px;
  border: none;
  background: var(--light-grey);
  font-size: 16px;
  color: var(--title-color);
  padding-left: 14px;
  height: 40px;
  border-radius: 6px;
}
.cart-footer .coupon-form input::placeholder {
  font-size: 16px;
  color: var(--title-color);
}
.cart-footer .coupon-form input::-moz-placeholder {
  font-size: 16px;
  color: var(--title-color);
}
.cart-footer .coupon-form input::-o-placeholder {
  font-size: 16px;
  color: var(--title-color);
}
.cart-footer .coupon-form input::-webkit-placeholder {
  font-size: 16px;
  color: var(--title-color);
}
.cart-footer .coupon-form input::-ms-placeholder {
  font-size: 16px;
  color: var(--title-color);
}
.cart-footer .coupon-form .coupon_btn {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 1px;
  border: 0;
  height: 40px;
  padding: 0;
  width: 130px;
  text-transform: capitalize;
}
.cart-footer .coupon-form .coupon_btn:hover {
  color: var(--body-color);
}
.cart-footer .coupon-form .coupon_btn:hover::before {
  background: var(--theme-color);
}
.cart-footer .update-section p {
  color: var(--body-color);
  margin-bottom: 10px;
  cursor: pointer;
}
.cart-footer .update-cart-button {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  border: 0;
  background: var(--title-color);
  width: max-content;
  height: 40px;
  display: inline-block;
  margin-top: -3px;
}

.cart-total-section {
  padding: 40px 30px;
  border-radius: 6px;
  background: var(--gray-color);
}
.cart-total-section .checkout-process {
  width: 100%;
  text-align: center;
  background: var(--title-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 10px 25px;
}
.cart-total-section .checkout-process:hover {
  background: var(--theme-color);
}
@media only screen and (max-width: 767.98px) {
  .cart-total-section {
    padding: 40px 15px;
  }
}

.cart-total-table tbody tr {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(119, 124, 144, 0.2);
  margin-bottom: 25px;
}
.cart-total-table tbody tr:last-child {
  border-bottom: 0;
}
.cart-total-table tbody th,
.cart-total-table tbody td {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
}

.checkout-form label {
  color: var(--body-color);
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}
.checkout-form .single-input-wrapper,
.checkout-form textarea {
  width: 100%;
  border-radius: 4px;
  background: var(--gray-color);
  border: 0;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  margin-bottom: 25px;
  border-radius: 6px;
}
.checkout-form .single-input-wrapper::placeholder,
.checkout-form textarea::placeholder {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
}
.checkout-form .single-input-wrapper::-ms-placeholder,
.checkout-form textarea::-ms-placeholder {
  color: var(--body-color);
  font-size: 16px;
}
.checkout-form .single-input-wrapper::-o-placeholder,
.checkout-form textarea::-o-placeholder {
  color: var(--body-color);
  font-size: 16px;
}
.checkout-form .single-input-wrapper::-moz-placeholder,
.checkout-form textarea::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
}
.checkout-form .single-input-wrapper::-webkit-placeholder,
.checkout-form textarea::-webkit-placeholder {
  color: var(--body-color);
  font-size: 16px;
}
.checkout-form .ht-select-menu {
  width: 100%;
  border-radius: 6px;
  background: var(--gray-color);
  border: 0;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
.checkout-form .nice-select {
  position: relative;
  z-index: 10;
}
.checkout-form .nice-select .option {
  color: var(--title-color);
}
.checkout-form textarea {
  height: 200px;
}
.checkout-form .checkbox-list {
  list-style: none;
  padding: 0;
}

.payment-list {
  padding: 0;
  list-style: none;
}
.payment-list p {
  color: var(--body-color);
}
.payment-list .credit-card-form h6 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
}
.payment-list .credit-card-form input {
  width: 100%;
  border: 1px solid rgba(119, 124, 144, 0.15);
  padding-left: 10px;
  display: block;
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;
  color: var(--body-color);
}
.payment-list .credit-card-form input::placeholder {
  color: var(--body-color);
}
.payment-list .credit-card-form input::-moz-placeholder {
  color: var(--body-color);
}
.payment-list .credit-card-form input::-ms-placeholder {
  color: var(--body-color);
}
.payment-list .credit-card-form input::-o-placeholder {
  color: var(--body-color);
}
.payment-list .credit-card-form input::-webkit-placeholder {
  color: var(--body-color);
}

.checkout__section {
  overflow: hidden;
}

.cart-info-title,
.cart-total-title {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 30px;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .cart-info-title,
  .cart-total-title {
    font-size: 24px;
  }
}

.shopping-cart {
  color: var(--title-color);
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  position: relative;
}
.shopping-cart span {
  position: absolute;
  background: var(--theme-color);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 17px;
  top: -9px;
  right: -9px;
  left: auto;
}
.shopping-cart:hover {
  background: var(--theme-color2);
  color: var(--white-color);
}

.sidebar-cart,
.sidebar-info {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidebar-cart .sidebar-content,
.sidebar-info .sidebar-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}
@media only screen and (max-width: 767.98px) {
  .sidebar-cart .sidebar-content,
  .sidebar-info .sidebar-content {
    width: 310px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sidebar-cart .close-btn,
.sidebar-info .info-close-btn {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--theme-color2);
  border-radius: 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidebar-cart.show .sidebar-content,
.sidebar-info.show .sidebar-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.sidebar-cart.show,
.sidebar-info.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidebar-content .widget-title {
  color: var(--title-color);
}
.sidebar-content .widget ul li:not(:last-child) {
  margin-bottom: unset;
}
.sidebar-content .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(7, 17, 6, 0.2);
  padding-bottom: 15px;
  margin-top: 23px;
}
.sidebar-content .woocommerce-mini-cart-item a.remove {
  color: var(--theme-color2);
}
.sidebar-content .woocommerce-mini-cart-item a {
  color: var(--title-color);
}
.sidebar-content .woocommerce-mini-cart-item .quantity {
  border: 0;
  color: var(--title-color);
}
.sidebar-content .woocommerce-mini-cart__total {
  color: var(--title-color);
}
.sidebar-content .woocommerce-mini-cart__buttons {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .sidebar-content .woocommerce-mini-cart__buttons {
    display: block;
  }
}

.categories-accordion .accordion-item {
  background-color: transparent;
  border: 0;
}
.categories-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.categories-accordion .accordion-button {
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: var(--title-color);
  font-weight: 400;
  border: 0;
  background-color: rgba(7, 17, 6, 0.03);
  padding: 5px 8px;
  border-radius: 0px;
}
.categories-accordion .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.categories-accordion .accordion-button::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transition: transform 0.2s ease-in-out;
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed)::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transform: rotate(180deg);
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed) {
  color: var(--body-color);
}
.categories-accordion .accordion-item .accordion-collapse {
  list-style: none;
  border: 0;
  border-width: 0;
  background-color: rgba(7, 17, 6, 0.05);
  padding-left: 0;
}
.categories-accordion .accordion-item .accordion-collapse li {
  padding: 13px 0 0 22px;
}
.categories-accordion .accordion-item .accordion-collapse li:last-child {
  padding-bottom: 20px;
}
.categories-accordion .accordion-item .accordion-collapse li a {
  color: var(--body-color);
  font-size: 15px;
  line-height: 1;
}

.highlight_content li:first-child {
  margin-bottom: 8px;
}
.highlight_content li a {
  color: var(--title-color);
  font-size: 15px;
  font-weight: 300;
}

.price-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price-range .filter {
  border: 0;
  background: var(--theme-color2);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 13px;
}
.price-range label {
  color: var(--title-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.price-range #amount {
  background: 0;
  color: var(--body-color) !important;
  display: inline-block;
}

.ui-widget.ui-widget-content {
  position: relative;
  border: 0;
}

.ui-widget-content {
  border: 1px solid var(--white-color);
  background: var(--theme-color2);
  color: var(--white-color);
  border: 0;
  border-radius: 4px;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 50%;
  border: 3px solid var(--title-color);
  top: -4px;
  background: var(--yellow-color);
}

.ui-widget-header {
  border: 0;
  background: #e6e6e6;
  color: var(--white-color);
  font-weight: bold;
  position: absolute;
  height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
  border-color: red;
  background-color: var(--white-color);
}

.widget-review .form-check .form-check-input {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: rgba(var(--title-color), 0.1);
  margin-right: 8px;
}
.widget-review .form-check .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.widget-review .form-check input[type=checkbox] {
  color: #fbb807;
}
.widget-review .form-check input {
  color: #fbb807;
}
.widget-review .products_rating a {
  color: #fbb807;
}
.widget-review .products_rating span {
  color: var(--body-color);
}

.color-picker a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 10px;
}

.ht-sort-bar .nav {
  margin-bottom: 20px;
}
.ht-sort-bar .nav a {
  font-size: 24px;
  border: 1px solid #000;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin-left: 9px;
  display: inline-block;
}

.product-wrapper {
  padding: 15px 15px 15px 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.03);
}
.product-wrapper .product-content {
  text-align: center;
}
.product-wrapper .product-tag {
  color: var(--theme-color2);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--body-font);
  border-bottom: 1px solid var(--theme-color2);
  display: inline-block;
  margin-bottom: 13px;
}
.product-wrapper .onsale {
  color: var(--white-color);
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 15px;
  font-size: 14px;
  line-height: 1;
  background: var(--theme-color);
  padding: 6px 10px;
  border-radius: 4px;
}
.product-wrapper .product-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-wrapper .product-img img {
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-wrapper .product-img .add-to-cart {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  bottom: -60px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 767.98px) {
  .product-wrapper .product-img .add-to-cart {
    width: 100%;
  }
}
.product-wrapper .add-to-cart.ht-btn {
  padding: 15px 10px;
  justify-content: center;
}
.product-wrapper .product-title {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 4px;
}
.product-wrapper .product-title a {
  color: #9f9f9f;
}
.product-wrapper .product-title a:hover {
  color: var(--theme-color);
}
.product-wrapper .price {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  margin-bottom: 15px;
}
.product-wrapper .price .old-price {
  margin-right: 12px;
}
.product-wrapper .price del span.woocommerce-Price-amount.amount {
  color: grey;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .product-wrapper .semi-title {
    font-size: 20px;
  }
}
.product-wrapper:hover .product-icon {
  right: 16px;
}
.product-wrapper:hover .product-img img {
  transform: scale(1.1);
}
.product-wrapper:hover .product-img .add-to-cart {
  bottom: 16px;
}
.product-wrapper .product-details .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_add_to_wishlist-text,
.product-wrapper .tinvwl-product-in-list.tinvwl-product-make-remove img.icon-add-on-wishlist,
.product-wrapper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text,
.product-wrapper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list img.icon-add-on-wishlist {
  display: none !important;
}
.product-wrapper .product-icon .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.product-wrapper .product-icon .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.product-wrapper .product-icon .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
.product-wrapper .product-icon a.wishlist_products_counter.top_wishlist-heart:before,
.product-wrapper .product-icon span.wishlist_products_counter.top_wishlist-heart:before,
.product-wrapper .product-icon a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
  margin-right: 0 !important;
}

.list-product {
  display: flex;
  gap: 20px;
}
.list-product .product-img {
  max-width: 200px;
  margin-bottom: 0;
}
.list-product .product-content {
  text-align: start;
}
@media only screen and (max-width: 991.98px) {
  .list-product .product-img {
    max-width: 140px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product .product-img {
    max-width: 120px;
  }
}

.woosq-product .tinv-wraper a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-product-in-list {
  overflow: hidden;
  color: #fff;
  background: #8a42ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 17px 27px 15px 27px;
  display: inline-block;
  position: relative;
  z-index: 17px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  border: 0;
  text-transform: uppercase;
  margin-top: 15px;
}

.product-icon {
  position: absolute;
  top: 20px;
  right: -50px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-icon a {
  color: var(--white-color);
  font-size: 15px;
  display: block;
  line-height: 32px;
  background: var(--theme-color);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 5px;
}
.product-icon a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-icon a:nth-child(3) {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-icon a:nth-child(4) {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product-icon a:hover {
  color: var(--white-color);
  background: var(--title-color);
}

.cart-btn {
  overflow: hidden;
  color: var(--white-color);
  font-size: 16px;
  line-height: 1;
  background: var(--title-color);
  width: 100%;
  display: block;
  text-align: center;
  padding: 18px 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.cart-btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: var(--theme-color2);
}
.cart-btn:hover {
  color: var(--white-color);
}
.cart-btn:hover::before {
  top: -40%;
}

.shop-sidebar .widget-title {
  margin-bottom: 15px;
}

.sort-item {
  color: var(--title-color);
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 600;
}
.sort-item .sort-btn {
  line-height: 1;
  background: var(--gray-color);
  padding: 12px 21px;
  margin-left: 15px;
  border: 0;
}
.sort-item .sort-btn i {
  margin-left: 16px;
}
.sort-item .sort-btn::after {
  display: none;
}
.sort-item .sort-btn:hover {
  color: var(--white-color);
  background: var(--theme-color2);
}

.product-item-slider .product-item {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-item-slider .product-item img {
  display: inline-block;
  padding: 10px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .product-item-slider .product-item img {
    width: 100%;
    padding: 0;
  }
}

.product-thumb-slider .product-item {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.product-thumb-slider .product-item img {
  object-fit: cover;
  display: inline-block;
  padding: 10px;
  padding-left: 0;
  width: 100px;
  height: 100px;
}

.cart-plus-minus {
  position: relative;
  display: inline-block;
}
.cart-plus-minus input {
  color: var(--title-color);
  background: rgba(7, 17, 6, 0.03);
  border: 0;
  height: 50px;
  width: 130px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 1px;
  border-radius: 0;
}
.cart-plus-minus .qtybutton {
  background: rgba(var(--title-color), 0.3);
  width: 35px;
  height: 35px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  left: 7px;
  top: 18%;
  z-index: 1;
  cursor: pointer;
}
.cart-plus-minus .inc {
  left: auto;
  right: 7px;
  line-height: 35px;
}

.product-details .product-title {
  color: var(--title-color);
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details .product-title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .product-details .product-title {
    font-size: 24px;
  }
}
.product-details .price-list .old-price {
  font-size: 20px;
  color: var(--body-color);
  margin-right: 10px;
}
.product-details .price-list .new-price {
  font-size: 22px;
  color: var(--theme-color2);
  font-family: var(--body-font);
}
.product-details .add-to-cart {
  overflow: hidden;
  color: var(--white-color);
  font-size: 16px;
  line-height: 20px;
  font-family: var(--body-font);
  font-weight: 500;
  background: var(--title-color);
  padding: 14px 40px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.product-details .add-to-cart::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: var(--theme-color);
}
.product-details .add-to-cart:hover {
  color: var(--white-color);
}
.product-details .add-to-cart:hover::before {
  top: -40%;
}
@media (max-width: 767px) {
  .product-details .add-to-cart {
    text-align: center;
    width: 100%;
    padding: 16px 23px;
  }
}
.product-details .cart-btn {
  width: unset;
  padding: 16px 133px;
  line-height: 20px;
  display: inline-block;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-details .cart-btn {
    width: 100%;
    padding: 16px 23px;
  }
}

.product-rating a {
  color: #f7c600;
  font-size: 20px;
}
.product-rating a:last-child {
  color: var(--title-color);
}

.color-mode {
  display: flex;
  align-items: center;
}
.color-mode p {
  color: var(--title-color);
  margin-bottom: 0;
}
.color-mode .color-cus {
  background: var(--white-color);
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}

.product-tab {
  border: 0;
  background: 0;
  border-radius: 0;
  justify-content: center;
  background: rgba(2, 25, 54, 0.03);
  padding: 2px 0;
}
.product-tab .nav-link {
  border: 0;
  border-radius: 0;
  color: var(--title-color);
  font-size: 17px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  padding: 15px 0;
  margin: 0 30px;
}
.product-tab .nav-link.active, .product-tab .nav-link:hover {
  color: var(--theme-color);
  background-color: transparent;
  border-bottom: 2px solid var(--theme-color);
}

.cart-menu-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right.cart-info {
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-icon a {
  color: #222222;
  padding-left: 10px;
  position: absolute;
  top: 36px;
  border: 1px solid var(--theme-color2);
  padding-left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a:hover {
  color: var(--theme-color2);
}
.cart-menu-right .close-icon a:hover i {
  transform: rotate(180deg);
}

.cart-style-1 {
  padding: 100px 30px 30px 20px;
  position: fixed;
  z-index: 1200;
  width: 450px;
  height: 100%;
  left: auto;
  right: -450px;
  top: 0;
  background: var(--white-color);
  box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
  transition: all 0.5s ease-in-out;
}
.cart-style-1 .dropdown-cart-products {
  overflow-y: auto;
}
.cart-style-1 .product {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px 25px 10px;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.cart-style-1 .product__cart-details {
  margin-bottom: 0;
}
.cart-style-1 .product__cart-details .product-title {
  color: var(--title-color);
  font-weight: 400;
  margin-bottom: 10px;
}
.cart-style-1 .product__cart-details .product-title a:hover {
  color: var(--theme-color2);
}
.cart-style-1 .product .cart-product-info {
  color: var(--title-color);
}
.cart-style-1 .product figure {
  margin-bottom: 0;
}
.cart-style-1 .product .product-img {
  display: block;
  width: 132px;
  height: auto;
}
.cart-style-1 .product .remove-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
}
.cart-style-1 .product .remove-btn i {
  color: var(--title-color);
  font-size: 14px;
  line-height: 1;
}
.cart-style-1 .cart-total {
  display: flex;
  align-items: flex-end;
  color: var(--title-color);
  text-transform: uppercase;
}
.cart-style-1 .cart-total .cart-total-price {
  margin-left: auto;
}
.cart-style-1 .cart-action .btn {
  background: var(--theme-color2);
  border-radius: 0;
  padding: 6px 20px;
  border: 0;
}
.cart-style-1 .cart-action .btn-outline-primary-2 {
  background: transparent;
  border: 1px solid var(--theme-color2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 6px 30px 6px 20px;
  margin-left: 10px;
}
.cart-style-1 .cart-action .btn-outline-primary-2 i {
  transform: translateX(10px);
  line-height: 1;
}
.cart-style-1 .cart-action .btn-outline-primary-2:hover {
  color: var(--white-color);
  background: var(--theme-color2);
}
@media only screen and (max-width: 767.98px) {
  .cart-style-1 {
    width: 315px;
  }
  .cart-style-1 .product .product-img {
    width: 88px;
  }
  .cart-style-1 .product .product-img img {
    width: 100%;
  }
}

.social-links-two a {
  color: var(--title-color);
  font-size: 18px;
  display: inline-block;
  border: 1px solid rgba(var(--title-color), 0.1);
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-links-two a:hover {
  color: var(--theme-color2);
  transform: scale(1.1);
}

.comment-box.review {
  display: flex;
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input-wrapper {
  background: var(--theme-color);
}
.wp-block-woocommerce-filter-wrapper label.wc-block-components-price-slider__label {
  display: none;
}
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border-color: var(--title-color);
  width: 50px;
  height: 40px;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.product-details-wrapper .product-details .actions button.single_add_to_cart_button.blacks-btn {
  height: min-content;
  margin-top: 17px;
  margin-right: 10px;
}

.product-big-img ul.slick-dots {
  position: relative;
}

.theme-banner-one {
  background: linear-gradient(180deg, #FDF2ED 0%, #FCF1EC 100%);
  position: relative;
  z-index: 1;
}
.theme-banner-one .ht-slider-wrapper {
  padding-top: 90px;
  padding-bottom: 140px;
  padding-left: 185px;
  padding-right: 185px;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner-one .shape-2,
.theme-banner-one .shape-3,
.theme-banner-one .shape-4 {
  position: absolute;
  z-index: 1;
}
.theme-banner-one .shape-2 {
  top: 9%;
  right: 44%;
}
.theme-banner-one .shape-3 {
  right: 46%;
  bottom: 9%;
  animation: jumpAni infinite linear 8s;
}
.theme-banner-one .shape-4 {
  left: 6%;
  bottom: 9%;
  animation: rotation infinite linear 16s;
}
.theme-banner-one .shape-5 {
  position: absolute;
  z-index: 1;
  right: 8.8%;
  bottom: 158px;
  background: #fff;
  border-radius: 50%;
}
.theme-banner-one .main-title {
  color: var(--title-color);
  font-size: 110px;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.theme-banner-one .main-title .highlight-text {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  color: var(--white-color);
  position: relative;
  z-index: 1;
}
.theme-banner-one .main-title .highlight-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105px;
  background: var(--title-color);
  z-index: -1;
}
.theme-banner-one .main-title .shapes-1 {
  position: absolute;
  left: -57px;
  top: -51px;
  z-index: -1;
}
.theme-banner-one p {
  color: var(--body-color);
  font-size: 28px;
  line-height: 44px;
  max-width: 89%;
  margin-bottom: 78px;
}
.theme-banner-one .bstyle {
  padding: 27px 54px 24px 54px;
  margin-right: 22px;
}
.theme-banner-one .bstyle-2 {
  padding: 10px 12px 8px 30px;
  display: inline-flex;
  align-items: center;
}
.theme-banner-one .bstyle-2 .btn-icon {
  color: var(--white-color);
  font-size: 30px;
  background: var(--black-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.theme-banner-one .bstyle-2::before {
  background: var(--theme-color);
}
.theme-banner-one .bstyle-2:hover {
  color: var(--white-color);
}
.theme-banner-one .bstyle-2:hover .btn-icon {
  color: var(--title-color);
  background: var(--white-color);
  transform: rotate(45deg);
}
.theme-banner-one .main-img {
  position: relative;
  z-index: 1;
  right: 16%;
  transform: translateY(-53px);
  max-width: unset;
}
.theme-banner-one ul.slick-dots {
  display: flex;
  flex-direction: column;
  right: auto;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.theme-banner-one ul.slick-dots li button {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.theme-banner-one ul.slick-dots li button::before {
  content: " ";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid var(--theme-color);
  left: -3px;
  top: -3px;
  position: absolute;
  z-index: 1;
}
.theme-banner-one ul.slick-dots li.slick-active button::before {
  width: 16px;
  height: 16px;
  border: 2px solid var(--yellow-color);
  left: -3px;
  top: -3px;
}
@media only screen and (max-width: 1800px) {
  .theme-banner-one ul.slick-dots {
    left: auto;
    right: 10%;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-one ul.slick-dots {
    justify-content: center;
    flex-direction: row;
    left: 0;
    right: 0;
    top: auto;
    bottom: 5%;
  }
}
@media only screen and (max-width: 1900px) {
  .theme-banner-one .ht-slider-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-banner-one .shapes-1 {
    display: none;
  }
  .theme-banner-one .main-title {
    font-size: 65px;
    line-height: 1.5;
  }
  .theme-banner-one .main-img {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-one .ht-slider-wrapper {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .theme-banner-one .main-title .highlight-text {
    color: currentColor;
  }
  .theme-banner-one .main-title .highlight-text::before {
    display: none;
  }
  .theme-banner-one p {
    font-size: 22px;
    max-width: 100%;
  }
  .theme-banner-one .hero-img .main-img {
    transform: translateY(0);
    margin-top: 50px;
    right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-one p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-one .ht-slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-banner-one .main-title {
    font-size: 45px;
  }
  .theme-banner-one .main-title .highlight-text {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-banner-one p {
    font-size: 20px;
    line-height: 34px;
    max-width: 100%;
  }
}

.theme-banner-two {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.theme-banner-two .ht-slider-wrapper {
  margin-top: 20px;
  padding-top: 245px;
  padding-bottom: 239px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner-two .ht-slider-wrapper::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: -1;
}
.theme-banner-two .main-title {
  color: var(--white-color);
  font-size: 120px;
  line-height: 1;
  margin-bottom: 27px;
}
.theme-banner-two .main-title .highlight-text {
  color: var(--theme-color2);
  font-style: italic;
}
.theme-banner-two p {
  color: var(--white-color);
  font-size: 28px;
  line-height: 45px;
  max-width: 73%;
  margin: 0 auto;
  margin-bottom: 70px;
}
.theme-banner-two .bstyle::before {
  background: var(--theme-color2);
}
.theme-banner-two .bstyle .arrow-icon {
  margin-left: 49px;
  transform: translateY(-2px);
  display: inline-block;
}
.theme-banner-two .bstyle:hover {
  color: var(--title-color);
}
.theme-banner-two .bstyle-2 {
  padding-left: 30px;
  padding-right: 25px;
}
.theme-banner-two .bstyle-2::before {
  background: var(--theme-color2);
}
.theme-banner-two .bstyle-2 .btn-icon {
  margin-left: 49px;
  transform: translateY(-2px);
  display: inline-block;
}
.theme-banner-two .bstyle-2:hover {
  color: var(--title-color);
}
.theme-banner-two .inner-wrapper {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 19px 24px 19px 35px;
  border-radius: 70px;
  width: max-content;
  position: absolute;
  right: 60px;
  bottom: 40px;
}
.theme-banner-two .inner-wrapper .user-counter {
  text-align: start;
  margin-right: 15px;
}
.theme-banner-two .inner-wrapper .number {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 0;
}
.theme-banner-two .inner-wrapper .counter-title {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
@media only screen and (max-width: 1600px) {
  .theme-banner-two .inner-wrapper {
    display: none;
  }
}
.theme-banner-two ul.slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1600px) {
  .theme-banner-two .ht-slider-wrapper {
    padding-bottom: 150px;
  }
  .theme-banner-two .main-title {
    font-size: 75px;
  }
  .theme-banner-two p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-two .ht-slider-wrapper {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .theme-banner-two .main-title {
    font-size: 65px;
  }
  .theme-banner-two p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-two .main-title {
    font-size: 45px;
    line-height: 1.3;
  }
  .theme-banner-two p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-two {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-banner-two .ht-slider-wrapper {
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .theme-banner-two .main-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .theme-banner-two p {
    font-size: 20px;
    line-height: 34px;
    max-width: 100%;
  }
  .theme-banner-two .bstyle-2 {
    display: none;
  }
}

.theme-banner-2-trigger {
  width: 230px;
  height: 230px;
  text-align: center;
  margin: 0 auto;
}
.theme-banner-2-trigger .arrow-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.theme-banner-2-trigger .sticker-2 img {
  animation: rotation infinite linear 16s;
}

.theme-banner-three {
  padding-top: 134px;
  padding-bottom: 170px;
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner-three .hero-content {
  margin-left: 85px;
  position: relative;
  z-index: 2;
}
.theme-banner-three .sub-title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  font-weight: 600;
  font-family: var(--body-font);
}
.theme-banner-three .main-title {
  color: var(--title-color);
  font-size: 110px;
  line-height: 1.1;
  margin-bottom: 24px;
}
.theme-banner-three p {
  color: var(--title-color);
  font-size: 28px;
  line-height: 44px;
  max-width: 91%;
  margin-bottom: 70px;
}
.theme-banner-three .bstyle-2 .btn-icon {
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.theme-banner-three .bstyle-2 .btn-icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1.5px;
  background: rgb(0, 0, 0);
  left: 0;
  top: 0;
}
.theme-banner-three .bstyle-2:hover .btn-icon::before {
  background: #3B32F6;
}
.theme-banner-three .hero-img {
  max-width: 50%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.theme-banner-three .hero-img .main-img {
  position: relative;
  right: -44px;
  z-index: 2;
}
.theme-banner-three .hero-img .shape-2,
.theme-banner-three .hero-img .shape-3 {
  position: absolute;
}
.theme-banner-three .hero-img .shape-2 {
  right: 0;
  bottom: 40px;
  z-index: -1;
}
.theme-banner-three .hero-img .shape-3 {
  right: 53%;
  bottom: 94px;
  z-index: 2;
  border-radius: 30px;
}
@media only screen and (max-width: 1800px) {
  .theme-banner-three .hero-img .shape-3 {
    display: none;
  }
}
.theme-banner-three .client-counter {
  position: absolute;
  right: 43px;
  top: 33%;
  z-index: 1;
  background: var(--white-color);
  border-radius: 20px;
  padding: 21px 103px 20px 30px;
  animation: jumpAni 7s infinite linear;
  z-index: 3;
}
.theme-banner-three .client-counter .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background: var(--theme-color);
  position: absolute;
  right: 22px;
  top: 22px;
}
.theme-banner-three .client-counter .number {
  color: var(--title-color);
  font-size: 48px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1;
  margin-bottom: 7px;
}
.theme-banner-three .client-counter .counter-title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: 400;
  font-family: var(--body-font);
}
@media only screen and (max-width: 1800px) {
  .theme-banner-three .client-counter {
    display: none;
  }
  .theme-banner-three .hero-content {
    margin-left: 0;
  }
  .theme-banner-three .main-title {
    font-size: 75px;
  }
  .theme-banner-three .hero-img {
    max-width: 42%;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-banner-three {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .theme-banner-three .main-title {
    font-size: 65px;
  }
  .theme-banner-three p {
    font-size: 22px;
  }
  .theme-banner-three .client-counter {
    display: none;
  }
  .theme-banner-three .hero-img {
    max-width: 42%;
    bottom: unset;
    top: 0;
  }
  .theme-banner-three .hero-img .main-img {
    right: 0;
  }
  .theme-banner-three .hero-img .shape-2 {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-three {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .theme-banner-three .main-title {
    font-size: 55px;
  }
  .theme-banner-three p {
    font-size: 22px;
  }
  .theme-banner-three .hero-img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-three .main-title {
    font-size: 65px;
  }
  .theme-banner-three p {
    font-size: 18px;
  }
  .theme-banner-three .hero-img {
    position: relative;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-three {
    padding-top: 50px;
  }
  .theme-banner-three .sub-title {
    font-size: 20px;
  }
  .theme-banner-three .main-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .theme-banner-three p {
    font-size: 20px;
    line-height: 34px;
    max-width: 100%;
  }
}

.theme-banner-four {
  padding-top: 83px;
  padding-bottom: 50px;
  padding-left: 85px;
  padding-right: 85px;
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner-four .sub-title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 19px;
}
.theme-banner-four .main-title {
  color: var(--title-color);
  font-size: 110px;
  line-height: 1;
  font-family: var(--playfair-font);
  margin-bottom: 30px;
}
.theme-banner-four p {
  color: var(--title-color);
  font-size: 28px;
  line-height: 45px;
  font-family: var(--body-font);
  max-width: 91%;
  margin-bottom: 55px;
}
.theme-banner-four .bstyle {
  color: var(--white-color);
  text-transform: uppercase;
  background: var(--theme-color);
  border-color: var(--title-color);
  padding: 27px 59px 25px 59px;
}
.theme-banner-four .bstyle::before {
  background: var(--title-color);
}
.theme-banner-four .bstyle:hover {
  border-color: var(--title-color);
}
.theme-banner-four .bstyle-2 {
  padding: 6px 8px 4px 30px;
  display: inline-flex;
  align-items: center;
}
.theme-banner-four .bstyle-2 .popup-video {
  color: var(--white-color);
  font-size: 30px;
  background: var(--theme-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.theme-banner-four .bstyle-2:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
  background: var(--theme-color);
}
.theme-banner-four .bstyle-2:hover .popup-video {
  color: var(--title-color);
  background: var(--white-color);
}
@media only screen and (max-width: 1600px) {
  .theme-banner-four {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-banner-four .main-title {
    font-size: 75px;
  }
  .theme-banner-four p {
    font-size: 22px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-four .main-title {
    font-size: 55px;
  }
  .theme-banner-four p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-four .main-title {
    font-size: 65px;
  }
  .theme-banner-four p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-four .sub-title {
    font-size: 20px;
  }
  .theme-banner-four .main-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .theme-banner-four p {
    font-size: 20px;
    line-height: 34px;
    max-width: 100%;
  }
}

.theme-banner-five {
  background: #F3F3F3;
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner-five .hero-content {
  padding-top: 54px;
  padding-left: 25px;
}
.theme-banner-five .sub-title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 8px;
}
.theme-banner-five .main-title {
  color: var(--title-color);
  font-size: 110px;
  line-height: 1;
  font-family: var(--general-bold);
  margin-bottom: 30px;
}
.theme-banner-five p {
  color: var(--title-color);
  font-size: 28px;
  line-height: 45px;
  font-family: var(--body-font);
  max-width: 91%;
  margin-bottom: 68px;
}
.theme-banner-five .bstyle {
  color: var(--black-color);
  text-transform: uppercase;
  background: var(--theme-color2);
  border-color: var(--title-color);
  padding: 26px 54px 26px 54px;
}
.theme-banner-five .bstyle::before {
  background: var(--title-color);
}
.theme-banner-five .bstyle:hover {
  color: var(--white-color);
}
.theme-banner-five .bstyle-2 {
  padding: 10px 12px 8px 30px;
  display: inline-flex;
  align-items: center;
  transform: translateY(-6px);
}
.theme-banner-five .bstyle-2 .btn-icon {
  color: var(--white-color);
  font-size: 30px;
  background: var(--black-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-banner-five .bstyle-2::before {
  background: var(--black-color);
}
.theme-banner-five .bstyle-2:hover {
  color: var(--white-color);
}
.theme-banner-five .bstyle-2:hover .btn-icon {
  color: var(--title-color);
  background: var(--theme-color2);
  transform: rotate(45deg);
}
.theme-banner-five .hero-img img {
  border-bottom-right-radius: 30px;
}
.theme-banner-five .hero-trigger {
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  margin: 0 auto;
  bottom: -127px;
  z-index: 2;
  text-align: center;
  width: 254px;
  height: 254px;
  display: inline-block;
}
.theme-banner-five .hero-trigger img {
  display: inline-block;
}
.theme-banner-five .hero-trigger .arrow-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.theme-banner-five .hero-trigger .sticker {
  animation: rotation infinite linear 16s;
}
.theme-banner-five .arrow-style-3 {
  left: -15px;
  bottom: 0;
}
@media only screen and (max-width: 1600px) {
  .theme-banner-five .main-title {
    font-size: 75px;
  }
  .theme-banner-five p {
    font-size: 22px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-five {
    padding-top: 150px;
  }
  .theme-banner-five .hero-content {
    padding-left: 0;
    padding-top: 0;
  }
  .theme-banner-five .main-title {
    font-size: 55px;
  }
  .theme-banner-five p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-five .hero-content {
    padding-bottom: 50px;
  }
  .theme-banner-five .main-title {
    font-size: 65px;
  }
  .theme-banner-five p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-five .sub-title {
    font-size: 20px;
  }
  .theme-banner-five .main-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .theme-banner-five p {
    font-size: 20px;
    line-height: 34px;
    max-width: 100%;
  }
}

.theme-banner-six {
  position: relative;
  z-index: 1;
  background: radial-gradient(53.3% 53.3% at 50% 46.7%, #FFF 0%, #FFF8EA 99.81%);
  padding-top: 26px;
  padding-bottom: 54px;
}
.theme-banner-six .item {
  padding-left: 225px;
  padding-right: 225px;
}
@media only screen and (max-width: 1800px) {
  .theme-banner-six .item {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.theme-banner-six .social-elemnet {
  position: absolute;
  z-index: 9;
  left: 10px;
  top: 47%;
  transform: rotate(-90deg) translate(0, 0);
}
.theme-banner-six .social-elemnet li {
  list-style: none;
  font-size: 18px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--black-color);
  margin: 0 5px;
}
.theme-banner-six .social-elemnet li a:hover {
  color: var(--theme-color);
}
.theme-banner-six .scroll-bar {
  width: 3px;
  height: 100px;
  background: #000;
  position: absolute;
  top: calc(50% - 45px);
  right: 65px;
  transform: translateY(-50%);
  z-index: 9;
}
.theme-banner-six .scroll-bar::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
}
.theme-banner-six .scroll-bar span {
  position: absolute;
  font-family: "gorditamedium";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  transform: rotate(-90deg);
  top: 137%;
  left: -34px;
  color: #000;
}
.theme-banner-six .main-title {
  font-size: 110px;
  font-weight: 700;
  font-family: var(--playfair-font);
  line-height: 1;
  margin-bottom: 27px;
  transition: all 0.8s ease-in-out;
}
.theme-banner-six p {
  color: var(--title-color);
  font-size: 28px;
  line-height: 45px;
  font-family: var(--body-font);
  max-width: 91%;
  margin-bottom: 65px;
}
.theme-banner-six .product-text {
  margin-top: 94px;
}
.theme-banner-six .product-big-thumb {
  position: relative;
  z-index: 1;
}
.theme-banner-six .bg-shape {
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: -19px;
  top: 21.2%;
  z-index: -1;
}
.theme-banner-six .bstyle-2 {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1.5px solid var(--border-color);
  margin-left: 36px;
  font-size: 30px;
  text-align: center;
  line-height: 52px;
}
.theme-banner-six ul.slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1600px) {
  .theme-banner-six {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-banner-six .main-title {
    font-size: 75px;
  }
  .theme-banner-six p {
    font-size: 22px;
    line-height: 38px;
  }
  .theme-banner-six .product-img {
    width: 100%;
  }
  .theme-banner-six .bg-shape {
    width: 70%;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-six .main-title {
    font-size: 55px;
  }
  .theme-banner-six p {
    font-size: 22px;
  }
  .theme-banner-six .bg-shape {
    width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-six {
    padding-top: 140px;
  }
  .theme-banner-six .item {
    padding-left: 0;
    padding-right: 0;
  }
  .theme-banner-six .main-title {
    font-size: 65px;
  }
  .theme-banner-six p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .theme-banner-six .social-elemnet,
  .theme-banner-six .scroll-bar,
  .theme-banner-six .number-wrapper {
    display: none;
  }
  .theme-banner-six .product-text {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-six .main-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .theme-banner-six p {
    font-size: 20px;
    line-height: 34px;
    max-width: 100%;
  }
  .theme-banner-six .bstyle-2 {
    display: none;
  }
}

.user-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding-bottom: 25px;
  border-radius: 70px;
  width: max-content;
}
.user-list img {
  border-radius: 50%;
  border: 4px solid var(--white-color);
}
.user-list li {
  margin-left: -18px;
  position: relative;
  z-index: 1;
}
.user-list li:first-child {
  margin-left: 0;
}
.user-list .number {
  border-radius: 50%;
  background: #000;
  font-size: 20px;
  color: var(--white-color);
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--white-color);
}

.user-list-2 {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.user-list-2 li {
  margin-left: -18px;
  position: relative;
  z-index: 1;
}
.user-list-2 li:first-child {
  margin-left: 0;
}
.user-list-2 img {
  border-radius: 50%;
  border: 4px solid var(--white-color);
}
.user-list-2 .number {
  border-radius: 50%;
  background: #000;
  font-size: 20px;
  color: var(--white-color);
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--white-color);
}

/*title-one*/
.title-one .sub-title {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--general-medium);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.title-one .title {
  font-size: 72px;
  line-height: 1.14;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 20px;
}
.title-one p {
  font-size: 22px;
  line-height: 38px;
}
.title-one .shape-holder {
  position: relative;
  z-index: 1;
}
.title-one .title-shape-1 {
  position: absolute;
  right: -29%;
  top: -3%;
}
.title-one .title-shape-2 {
  position: absolute;
  right: -29%;
  top: -6%;
}
.title-one .title-shape-3 {
  position: absolute;
  left: -25%;
  top: -30%;
}
@media only screen and (max-width: 1600px) {
  .title-one .title {
    font-size: 55px;
  }
  .title-one p {
    font-size: 18px;
    line-height: 34px;
  }
  .title-one .title-shape-1,
  .title-one .title-shape-2,
  .title-one .title-shape-3 {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .title-one .title {
    font-size: 45px;
  }
  .title-one p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-one .title {
    font-size: 32px;
  }
}

/*title-two*/
.title-two .sub-title {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--general-medium);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.title-two .title {
  font-size: 72px;
  line-height: 1.14;
  font-family: var(--playfair-font);
  font-weight: 600;
  margin-bottom: 20px;
}
.title-two p {
  font-size: 22px;
  line-height: 38px;
}
@media only screen and (max-width: 1600px) {
  .title-two .title {
    font-size: 55px;
  }
  .title-two p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-two .title {
    font-size: 45px;
  }
  .title-two p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-two .title {
    font-size: 32px;
  }
}

.newsletter-title {
  font-size: 110px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1.1;
}
@media only screen and (max-width: 1600px) {
  .newsletter-title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  .newsletter-title {
    font-size: 32px;
  }
}

.semi-title {
  font-size: 60px;
  font-weight: 600;
  font-family: var(--title-font);
}
@media only screen and (max-width: 1600px) {
  .semi-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .semi-title {
    font-size: 28px;
  }
}

.upper-title {
  font-size: 26px;
  font-weight: 500;
  font-family: var(--general-medium);
}

.img-wrapper-one .main-img {
  position: relative;
  z-index: 2;
}
.img-wrapper-one .thumb {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -6px;
}
.img-wrapper-one .counter-wrap-2 {
  right: 10px;
  bottom: 40px;
  z-index: 2;
}
.img-wrapper-one .counter-wrap-3 {
  position: absolute;
  right: 30px;
  bottom: 104px;
  z-index: 2;
}

.img-wrapper-two .img-box-1 {
  margin-left: 28%;
  margin-bottom: 17%;
}
@media only screen and (max-width: 767.98px) {
  .img-wrapper-two .img-box-1 {
    display: none;
  }
}
.img-wrapper-two .img-box-2 {
  position: relative;
}
.img-wrapper-two .img-box-2 .shape-2 {
  position: absolute;
  z-index: 2;
  right: 21%;
  top: -94px;
}
@media only screen and (max-width: 767.98px) {
  .img-wrapper-two .img-box-2 .shape-2 {
    display: none;
  }
}

.img-wrapper-three .shape-sticker {
  position: absolute;
  z-index: 2;
  right: 50%;
  top: 11%;
}

.img-wrapper-four .shape-sticker {
  position: absolute;
  z-index: 2;
  right: 52%;
  top: 9%;
}
.img-wrapper-four .shape-sticker-2 {
  position: absolute;
  left: -6px;
  top: -16%;
}

.img-wrapper-five .number {
  color: var(--title-color);
  font-style: 20px;
  font-weight: 500;
  font-family: var(--body-font);
}

.img-wrapper-six {
  text-align: end;
}
.img-wrapper-six .main-img {
  position: relative;
  z-index: 2;
}
.img-wrapper-six .thumb {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}
.img-wrapper-six .counter-wrap-2 {
  left: -7%;
  bottom: 40px;
  z-index: 2;
}

.text-wrapper-one {
  padding-left: 50px;
}
@media only screen and (max-width: 1200px) {
  .text-wrapper-one {
    padding-left: 0;
  }
}

.text-wrapper-two .ilustration-holder {
  position: relative;
  z-index: 1;
}
.text-wrapper-two .ilustration-holder .shape-1 {
  position: absolute;
  right: 153px;
  top: 0;
  animation: rotation infinite linear 16s;
}
.text-wrapper-two .ilustration-holder .main-img {
  padding-top: 120px;
}
.text-wrapper-two .ilustration-holder .counter-wrap-3 {
  position: absolute;
  right: 48px;
  top: 37%;
  animation: jumpAni infinite linear 7s;
}
@media only screen and (max-width: 1200px) {
  .text-wrapper-two .counter-wrap-3 {
    display: none;
  }
}

.text-wrapper-three .description-title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 20px;
}
.text-wrapper-three .description {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--body-font);
  line-height: 1.8;
}
@media only screen and (max-width: 1200px) {
  .text-wrapper-three .description {
    font-size: 24px;
  }
}

.text-wrapper-five {
  position: relative;
  z-index: 2;
}
.text-wrapper-five .subtitle {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--general-medium);
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-wrapper-five .description {
  color: var(--title-color);
  font-size: 44px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 50px;
}
.text-wrapper-six {
  text-align: center;
  padding-left: 85px;
  padding-right: 41px;
  position: relative;
  z-index: 2;
}
.text-wrapper-six .promo-percent {
  color: #FF7F49;
  font-size: 60px;
  font-weight: 600;
  font-style: italic;
  font-family: var(--title-font);
}
.text-wrapper-six .subtitle {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--general-medium);
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-wrapper-six .description {
  color: var(--title-color);
  font-size: 44px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 50px;
}
@media only screen and (max-width: 1600px) {
  .text-wrapper-six {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .text-wrapper-six {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-wrapper-six .promo-percent {
    font-size: 32px;
  }
  .text-wrapper-six .description {
    font-size: 32px;
  }
}

.text-wrapper-seven .title-one .title {
  font-size: 60px;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .text-wrapper-seven .title-one .title {
    font-size: 28px;
  }
}

.text-wrapper-eight {
  padding-left: 55px;
}
@media only screen and (max-width: 1600px) {
  .text-wrapper-eight {
    padding-left: 0;
  }
}

.text-wrapper-section-4 .shape-wc4 {
  position: absolute;
  z-index: -1;
  right: 12.5%;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .text-wrapper-section-4 .shape-wc4 {
    top: auto;
    bottom: 0;
  }
}

.brand-logo {
  text-align: center;
  width: calc(100% - 240px);
  margin: 0 auto;
}
.brand-logo a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.brand-logo a img {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.brand-logo a:hover {
  transform: translateY(-5px);
}
.brand-logo a:hover img {
  opacity: 0.8;
}
@media only screen and (max-width: 1600px) {
  .brand-logo {
    width: 100%;
  }
}

.video-wrap-1 {
  text-align: center;
  padding-top: 280px;
  padding-bottom: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.video-wrap-1 .popup-video {
  display: inline-block;
  color: var(--theme-color);
  width: 200px;
  height: 200px;
  line-height: 200px;
  background: var(--white-color);
}
@media only screen and (max-width: 1200px) {
  .video-wrap-1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.video-wrap-2 .popup-video {
  border-radius: 6px;
  background: #fff;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 1;
}

.video-wrap-3 {
  display: inline-block;
  text-align: center;
  background: var(--white-color);
  border-radius: 50%;
  width: 199px;
  height: 200px;
  position: relative;
  z-index: 1;
}
.video-wrap-3 .back-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 13px;
}
.video-wrap-3 .popup-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}

.counter-section-bg-shape-1 {
  position: absolute;
  background: linear-gradient(180deg, #FDF2ED 0%, #FCF1EC 100%);
  width: 100%;
  height: 110px;
  left: 0;
  top: 0;
  z-index: -1;
}

.counter-bg-1 {
  background: var(--yellow-color);
  padding-top: 60px;
  border-radius: 40px;
  border-style: solid;
  border-width: 1px 8px 8px 1px;
  border-color: var(--black-color);
}

.counter-wrap-1 {
  text-align: center;
  margin-bottom: 35px;
}
.counter-wrap-1 .number {
  color: var(--title-color);
  font-size: 80px;
  font-weight: 400;
  font-family: var(--title-font);
  line-height: 1;
  margin-bottom: 14px;
}
.counter-wrap-1 .description {
  color: var(--white-color);
  font-size: 22px;
  font-family: var(--general-medium);
}
@media only screen and (max-width: 991.98px) {
  .counter-wrap-1 .number {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991.98px) {
  .counter-wrap-1 {
    padding: 30px 15px;
  }
  .counter-wrap-1 .number {
    font-size: 60px;
  }
}

.counter-wrap-2 {
  min-width: 280px;
  text-align: center;
  background: var(--white-color);
  border-radius: 20px;
  border-style: solid;
  border-width: 1px 4px 4px 1px;
  border-color: var(--black-color);
  padding: 18px 0px 10px 0px;
}
.counter-wrap-2 .number {
  font-size: 80px;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-2 .number {
    font-size: 40px;
  }
}

.counter-wrap-3 {
  width: 315px;
  text-align: center;
  background: var(--white-color);
  border-radius: 30px;
  border-style: solid;
  border-width: 1px 4px 4px 1px;
  border-color: var(--black-color);
  padding: 30px 0 25px 0;
}
.counter-wrap-3 .number {
  font-size: 28px;
  font-weight: 500;
  font-family: var(--general-medium);
  margin-bottom: 16px;
}
.counter-wrap-3 .rating a {
  color: var(--theme-color);
  font-size: 25px;
}

.counter-wrap-4 {
  margin-bottom: 35px;
}
.counter-wrap-4 .number {
  color: var(--title-color);
  font-size: 120px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1;
  margin-bottom: 4px;
}
.counter-wrap-4 .counter-title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--body-font);
}
@media only screen and (max-width: 1600px) {
  .counter-wrap-4 .number {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991.98px) {
  .counter-wrap-4 {
    padding: 30px 15px;
  }
  .counter-wrap-4 .number {
    font-size: 60px;
  }
}

.counter-wrap-5 {
  background: #2F2E45;
  padding: 10px 0 38px 45px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.counter-wrap-5 .counter-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  line-height: 32px;
  font-family: var(--body-font);
  margin-bottom: 0;
}
.counter-wrap-5 .number {
  color: var(--white-color);
  font-size: 100px;
  font-weight: 500;
  font-family: var(--body-font);
}
@media only screen and (max-width: 1600px) {
  .counter-wrap-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .counter-wrap-5 .number {
    font-size: 50px;
  }
}

.counter-wrap-6 {
  background: #2F2E45;
  border-radius: 30px;
  padding: 50px 44px 77px 44px;
}
.counter-wrap-6 .counter-content {
  align-items: center;
}
.counter-wrap-6 .number {
  color: var(--white-color);
  font-size: 94px;
  font-weight: 500;
  font-family: var(--body-font);
  width: 190px;
  line-height: -1;
}
.counter-wrap-6 .counter-title {
  color: var(--white-color);
  font-size: 30px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 40px;
  flex-basis: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 1600px) {
  .counter-wrap-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .counter-wrap-6 .number {
    font-size: 50px;
  }
}

.counter-wrap-7 {
  margin-bottom: 35px;
}
.counter-wrap-7 .number {
  color: var(--title-color);
  font-size: 80px;
  font-weight: 500;
  font-family: var(--general-medium);
  line-height: 1;
  margin-bottom: 12px;
}
.counter-wrap-7 .counter-title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 400;
  font-family: var(--body-font);
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-7 .number {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991.98px) {
  .counter-wrap-7 .number {
    font-size: 40px;
  }
}

.counter-wrap-8 {
  margin-bottom: 35px;
}
.counter-wrap-8 .number {
  color: var(--title-color);
  font-size: 120px;
  font-weight: 600;
  font-family: var(--playfair-font);
  line-height: 1;
  margin-bottom: 4px;
}
.counter-wrap-8 .counter-title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--body-font);
}
@media only screen and (max-width: 1600px) {
  .counter-wrap-8 .number {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991.98px) {
  .counter-wrap-8 {
    padding: 30px 15px;
  }
  .counter-wrap-8 .number {
    font-size: 60px;
  }
}

.counter-wrap-9 {
  padding-top: 35px;
  padding-bottom: 57px;
}
.counter-wrap-9 .number {
  color: var(--title-color);
  font-size: 120px;
  font-weight: 500;
  font-family: var(--general-medium);
  line-height: 1;
  margin-bottom: 4px;
}
.counter-wrap-9 .counter-title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--body-font);
}
.counter-wrap-9.border-wrap {
  border-right: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
}
@media only screen and (max-width: 1600px) {
  .counter-wrap-9 .number {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1600px) {
  .counter-wrap-9 .number {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991.98px) {
  .counter-wrap-9 {
    padding: 30px 15px;
  }
  .counter-wrap-9 .number {
    font-size: 60px;
  }
}

.counter-border-wrap {
  border: 1px solid #DBDBDB;
  border-radius: 40px;
  padding-left: 82px;
  padding-right: 82px;
}
@media only screen and (max-width: 1600px) {
  .counter-border-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.award-count {
  width: 250px;
  text-align: center;
  background: var(--theme-color2);
  border-radius: 20px;
  padding: 30px 0 16px 0;
  right: -81px;
  top: 46px;
}
.award-count .number {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
.award-count .counter-title {
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .award-count .number {
    font-size: 40px;
  }
}

.user-list-3 {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 134px;
}
.user-list-3 li {
  margin-left: -18px;
  position: relative;
  z-index: 1;
}
.user-list-3 li:first-child {
  margin-left: 0;
}
.user-list-3 img {
  border-radius: 50%;
  border: 6px solid #2F2E45;
}

.client-wrap {
  width: max-content;
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: -10px 30px 50px 0px rgba(0, 0, 0, 0.07);
  padding: 25px 20px 20px 20px;
  bottom: 44px;
  left: 0;
  z-index: 1;
}

.user-list-4 {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.user-list-4 li {
  margin-left: -18px;
  position: relative;
  z-index: 1;
}
.user-list-4 li:first-child {
  margin-left: 0;
}
.user-list-4 img {
  border-radius: 50%;
  border: 6px solid var(--white-color);
}
.user-list-4 .icon {
  font-size: 25px;
  display: inline-block;
  width: 75px;
  height: 75px;
  background: var(--theme-color2);
  border-radius: 50%;
  border: 6px solid var(--white-color);
  text-align: center;
  line-height: 63px;
}

.chose-wrap-1 {
  background: var(--white-color);
  border-style: solid;
  border-width: 1px 4px 4px 1px;
  border-color: var(--border-color);
  border-radius: 15px;
  padding: 45px 60px 36px 60px;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.chose-wrap-1 .icon {
  margin-bottom: 16px;
}
.chose-wrap-1 .icon img {
  display: inline-block;
}
.chose-wrap-1 .chose-title {
  margin-bottom: 19px;
}
.chose-wrap-1 .chose-title a {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.chose-wrap-1 .chose-title a:hover {
  color: var(--theme-color);
}
.chose-wrap-1 p {
  max-width: 94%;
  margin-bottom: 18px;
}
.chose-wrap-1:hover {
  border-color: var(--theme-color);
}
@media only screen and (max-width: 1600px) {
  .chose-wrap-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .chose-wrap-1 .chose-title a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .chose-wrap-1 .chose-title a {
    font-size: 20px;
    line-height: 1.2;
  }
}

.bg-about-section {
  background: #0D0C27;
  padding-left: 85px;
  padding-right: 85px;
}
@media only screen and (max-width: 1600px) {
  .bg-about-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-wrapper-section-4 {
  padding-left: 145px;
  padding-right: 145px;
}
@media only screen and (max-width: 1800px) {
  .about-wrapper-section-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

.author-quote {
  text-align: center;
  background: #2F2E45;
  padding: 51px 45px 74px 45px;
  border-radius: 30px;
}
.author-quote .icon {
  background: var(--theme-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  margin-bottom: 37px;
}
.author-quote .icon img {
  display: inline-block;
}
.author-quote .quote-text,
.author-quote .feedback-text {
  color: var(--white-color);
  font-size: 34px;
  line-height: 1.6;
  font-family: var(--body-font);
  margin-bottom: 57px;
}
.author-quote .name {
  color: var(--white-color);
  font-size: 20px;
  font-family: var(--body-font);
  font-weight: 500;
}
.author-quote .name span {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1600px) {
  .author-quote {
    padding-left: 15px;
    padding-right: 15px;
  }
  .author-quote .quote-text,
  .author-quote .feedback-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .author-quote .quote-text,
  .author-quote .feedback-text {
    font-size: 22px;
    line-height: 30px;
  }
}

.service-tag-list a {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--body-font);
  display: inline-block;
  border-radius: 50px;
  background: var(--white-color);
  padding: 10px 30px;
  margin: 3px 1px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-tag-list a:hover {
  color: var(--white-color);
  background: var(--theme-color);
}

.brand-wrap-1 {
  padding-left: 85px;
}
.brand-wrap-1 h4 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 23px;
  font-weight: 400;
  font-family: var(--body-font);
}
.brand-wrap-1 h4 .number {
  color: var(--title-color);
  font-size: 26px;
  font-weight: 600;
  border-bottom: 1px solid var(--title-color);
}
.brand-wrap-1 .brand-item a {
  display: inline-block;
}
.brand-wrap-1 .brand-item img {
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .brand-wrap-1 {
    padding-left: 0;
    text-align: center;
  }
}

.intagram-post-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.6 ease 0s;
  -moz-transition: all 0.6 ease 0s;
  -ms-transition: all 0.6 ease 0s;
  -o-transition: all 0.6 ease 0s;
  transition: all 0.6 ease 0s;
}
.intagram-post-wrap::before {
  content: "\f437";
  font-family: "bootstrap-icons";
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.6 ease 0s;
  -moz-transition: all 0.6 ease 0s;
  -ms-transition: all 0.6 ease 0s;
  -o-transition: all 0.6 ease 0s;
  transition: all 0.6 ease 0s;
}
.intagram-post-wrap::after {
  content: " ";
  position: absolute;
  background: #AC512A;
  mix-blend-mode: darken;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(0);
  z-index: 1;
  visibility: hidden;
  -webkit-transition: all 0.6 ease 0s;
  -moz-transition: all 0.6 ease 0s;
  -ms-transition: all 0.6 ease 0s;
  -o-transition: all 0.6 ease 0s;
  transition: all 0.6 ease 0s;
}
.intagram-post-wrap img {
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.6 ease 0s;
  -moz-transition: all 0.6 ease 0s;
  -ms-transition: all 0.6 ease 0s;
  -o-transition: all 0.6 ease 0s;
  transition: all 0.6 ease 0s;
}
.intagram-post-wrap:hover::after {
  visibility: visible;
  transform: scale(1);
}
.intagram-post-wrap:hover::before {
  visibility: visible;
  transform: scale(1);
}

.icon-box img {
  margin-bottom: 20px;
}
.icon-box h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.icon-box .icon {
  color: var(--theme-color);
  font-size: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: rgba(var(--theme-color), 0.1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.icon-box:hover .icon {
  color: var(--white-color);
  background: var(--theme-color);
}

.skill-wrapper-box {
  padding-left: 80px;
  padding-right: 315px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1800px) {
  .skill-wrapper-box {
    padding-right: 50px;
    padding-top: 42px;
  }
}
@media (max-width: 991px) {
  .skill-wrapper-box {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 60px;
  }
}

.skill-wrapper {
  position: relative;
  z-index: 1;
}
.skill-wrapper .skill-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color);
  font-family: var(--body-font);
}
.skill-wrapper .progress {
  height: 7px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.skill-wrapper .progress .progress-bar {
  height: 7px;
  background: var(--theme-color);
  width: 72%;
  border-radius: 0px;
  overflow: visible;
}
.skill-wrapper .progress span {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--general-medium);
  position: absolute;
  right: 13%;
  top: -30px;
}
.skill-wrapper.sk-2 .progress .progress-bar {
  width: 55%;
}
.skill-wrapper.sk-2 .skill-title span {
  right: 15%;
}
.skill-wrapper.sk-3 .progress .progress-bar {
  width: 95%;
}
.skill-wrapper.sk-3 .skill-title span {
  right: 8%;
}

.progressbar-content {
  text-align: center;
  display: inline-block;
}
.progressbar-content .chart,
.progressbar-content .chart2 {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.progressbar-content .chart span,
.progressbar-content .chart2 span {
  color: var(--title-color);
  font-size: 60px;
  font-family: var(--general-bold);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-77%);
}
.progressbar-content .progress-title {
  font-size: 28px;
  font-family: var(--general-medium);
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .progressbar-content .chart span {
    font-size: 48px;
  }
  .progressbar-content .progress-title {
    font-size: 22px;
  }
}

.ht-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.ht-marquee-wrapper:hover .marquee-slide {
  animation-play-state: paused;
}

.marquee-slide {
  display: inline-block;
  animation: 35s marqueslide infinite linear;
  padding: 14px 0;
  display: flex;
  align-items: center;
}
.marquee-slide .marquee-text {
  color: transparent;
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(var(--title-color), 0.1);
  position: relative;
}
.marquee-slide .marquee-text::before {
  content: attr(data-text);
  position: absolute;
  width: 0;
  height: 100%;
  color: var(--title-color);
  -webkit-text-stroke: 0px transparent;
  overflow: hidden;
  transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.01;
}
.marquee-slide .marquee-text:hover::before {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .marquee-slide .marquee-text {
    font-size: 120px;
  }
}

.graph-panel .chart-box {
  padding: 0 30px;
}
.graph-panel .chart-box .chart-inner {
  width: 65px;
  background: rgba(var(--body-color), 0.7);
}
@media only screen and (max-width: 1600px) {
  .graph-panel .chart-box {
    padding: 0 7px;
  }
  .graph-panel .chart-box .chart-inner {
    width: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .graph-panel .chart-box {
    padding: 0 15px;
  }
  .graph-panel .chart-box .chart-inner {
    width: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .graph-panel .chart-box {
    padding: 0 2px;
  }
  .graph-panel .chart-box span {
    font-size: 14px;
  }
  .graph-panel .chart-box .chart-inner {
    width: 30px;
  }
}

.website-timer {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 450px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
}

.service-slide-1-cont {
  max-width: 1765px;
  margin-left: 185px;
}
@media only screen and (max-width: 1600px) {
  .service-slide-1-cont {
    margin-left: 0;
  }
}

.service-wrap-1 {
  background: var(--white-color);
  border-style: solid;
  border-width: 1px 4px 4px 1px;
  border-color: var(--border-color);
  border-radius: 15px;
  padding: 46px 35px 56px 35px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-1 .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--theme-color);
  margin-bottom: 26px;
  text-align: center;
  line-height: 80px;
}
.service-wrap-1 .icon img {
  display: inline-block;
}
.service-wrap-1 .ic-2 {
  background: var(--theme-color4);
}
.service-wrap-1 .ic-3 {
  background: var(--theme-color2);
}
.service-wrap-1 .ic-4 {
  background: var(--theme-color3);
}
.service-wrap-1 .service-title a {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-1 .service-title a:hover {
  color: var(--theme-color);
}
.service-wrap-1 .more-btn {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-1 .more-btn img {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-1 p {
  margin-bottom: 18px;
}
.service-wrap-1:hover {
  border-color: var(--theme-color);
}
@media only screen and (max-width: 1600px) {
  .service-wrap-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrap-1 .service-title a {
    font-size: 28px;
  }
}

.service-wrap-2 {
  background: var(--white-color);
  border-radius: 15px;
  padding: 50px 54px 57px 54px;
  margin-bottom: 45px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-2 .icon {
  background: var(--theme-color2);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin-bottom: 26px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-2 .service-title {
  margin-bottom: 4px;
}
.service-wrap-2 .service-title a {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-2 .service-title a:hover {
  color: var(--theme-color);
}
.service-wrap-2 .description {
  margin-bottom: 45px;
}
.service-wrap-2 .more-btn {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  border-bottom: 1px solid var(--black-color);
  padding-bottom: 10px;
}
.service-wrap-2 .more-btn img {
  margin-left: 25px;
}
.service-wrap-2:hover {
  background: var(--theme-color2);
}
.service-wrap-2:hover .icon {
  background: var(--black-color);
}
.service-wrap-2:hover .icon img {
  filter: brightness(100%) invert(1);
}
@media only screen and (max-width: 1600px) {
  .service-wrap-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrap-2 .service-title a {
    font-size: 28px;
  }
}

.service-wrap-3 {
  background: var(--white-color);
  border-radius: 15px;
  padding: 58px 50px 50px 50px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-3 .icon {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-3 .icon .back-icon {
  animation: rotation infinite linear 16s;
}
.service-wrap-3 .icon .front-icon {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.service-wrap-3 .service-title {
  margin-bottom: 14px;
}
.service-wrap-3 .service-title a {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-3 .service-title a:hover {
  color: var(--theme-color);
}
.service-wrap-3 .description {
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-3:hover {
  background: var(--theme-color);
}
.service-wrap-3:hover .service-title a {
  color: var(--white-color);
}
.service-wrap-3:hover p {
  color: var(--white-color);
}
.service-wrap-3:hover .icon .back-icon {
  filter: brightness(5);
}
@media only screen and (max-width: 1600px) {
  .service-wrap-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrap-3 .service-title a {
    font-size: 28px;
  }
}

.service-wrap-4 {
  background: var(--white-color);
  border-radius: 15px;
  padding: 50px 43px 57px 43px;
  margin-bottom: 48px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-4 .icon {
  background: var(--theme-color);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  line-height: 140px;
  margin-bottom: 26px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-4 .icon.ic-2 {
  background: var(--theme-color4);
}
.service-wrap-4 .icon.ic-3 {
  background: var(--theme-color2);
}
.service-wrap-4 .service-title {
  margin-bottom: 10px;
}
.service-wrap-4 .service-title a {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--playfair-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-4 .service-title a:hover {
  color: var(--theme-color);
}
.service-wrap-4 .description {
  margin-bottom: 45px;
}
.service-wrap-4 .more-btn {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 800;
  font-family: var(--body-font);
  text-transform: capitalize;
  border-bottom: 1px solid var(--black-color);
  padding-bottom: 10px;
}
.service-wrap-4 .more-btn img {
  margin-left: 25px;
}
.service-wrap-4:hover {
  transform: translateY(-10px);
}
@media only screen and (max-width: 1600px) {
  .service-wrap-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrap-4 .service-title a {
    font-size: 28px;
  }
}

.service-wrap-5 {
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  padding: 46px 35px 41px 35px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-5 .icon {
  background: #ECECEC;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin-bottom: 26px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-5 .more-btn {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
}
.service-wrap-5 .front-content {
  margin-top: 123px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-5 .front-content .service-title {
  margin-bottom: 4px;
}
.service-wrap-5 .front-content .service-title a {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--general-medium);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-5 .front-content .service-title a:hover {
  color: var(--theme-color);
}
.service-wrap-5 .front-content .description {
  margin-bottom: 0;
}
.service-wrap-5 .back-content {
  display: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 20px;
}
.service-wrap-5 .back-content .service-title {
  margin-bottom: 13px;
}
.service-wrap-5 .back-content .service-title a {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
}
.service-wrap-5 .back-content .description {
  margin-bottom: 19px;
}
.service-wrap-5:hover {
  background: var(--theme-color2);
}
.service-wrap-5:hover .icon {
  background: var(--white-color);
}
.service-wrap-5:hover .back-content {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.service-wrap-5:hover .front-content {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.service-wrap-5.hover-bg:hover {
  background: var(--theme-color);
}
.service-wrap-5.hover-bg:hover .service-title a,
.service-wrap-5.hover-bg:hover .description {
  color: var(--white-color);
}
.service-wrap-5.hover-bg:hover .more-btn {
  color: var(--white-color);
}
.service-wrap-5.hover-bg:hover .more-btn img {
  filter: invert(1);
}
@media only screen and (max-width: 1600px) {
  .service-wrap-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrap-5 .service-title a {
    font-size: 28px;
  }
}

.service-wrap-6 {
  background: var(--white-color);
  border-radius: 15px;
  border-style: solid;
  border-width: 1px 4px 4px 1px;
  border-color: var(--black-color);
  padding: 46px 35px 41px 35px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-6 .icon {
  background: var(--theme-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin-bottom: 26px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-6 .ic-2 {
  background: var(--theme-color4);
}
.service-wrap-6 .ic-3 {
  background: var(--theme-color2);
}
.service-wrap-6 .ic-4 {
  background: var(--theme-color3);
}
.service-wrap-6 .more-btn {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
}
.service-wrap-6 .front-content {
  margin-top: 123px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-6 .front-content .service-title {
  margin-bottom: 4px;
}
.service-wrap-6 .front-content .service-title a {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--general-medium);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-6 .front-content .service-title a:hover {
  color: var(--theme-color);
}
.service-wrap-6 .front-content .description {
  margin-bottom: 0;
}
.service-wrap-6 .back-content {
  display: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 20px;
}
.service-wrap-6 .back-content .service-title {
  margin-bottom: 13px;
}
.service-wrap-6 .back-content .service-title a {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
}
.service-wrap-6 .back-content .description {
  margin-bottom: 19px;
}
.service-wrap-6:hover .back-content {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}
.service-wrap-6:hover .front-content {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1600px) {
  .service-wrap-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrap-6 .service-title a {
    font-size: 28px;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.bg-service-section-2 {
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1800px) {
  .bg-service-section-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .bg-service-section-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.bg-service-section-3 {
  background: #F0EFFF;
}

.bg-service-section-4 {
  background: #F2F1F8;
}

.bg-service-section-5 {
  background: #FDF2ED;
}

.custom-service-container-4 {
  max-width: 1600px;
}

.portfolio-wrap-1 {
  background: var(--theme-color);
  border-radius: 110px;
  border-style: solid;
  border-width: 1px 5px 5px 1px;
  border-color: var(--white-color);
  padding-top: 44px;
  margin-bottom: 45px;
  padding-bottom: 25px;
  padding-left: 65px;
  position: relative;
  z-index: 3;
}
.portfolio-wrap-1.pf-bg-1 {
  background: rgb(160, 149, 255);
}
.portfolio-wrap-1.pf-bg-2 {
  background: rgb(169, 251, 80);
}
.portfolio-wrap-1 .hover-img {
  position: absolute;
  right: 9%;
  top: -50%;
  width: 320px;
  height: 370px;
  opacity: 0;
  background-repeat: no-repeat;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1600px) {
  .portfolio-wrap-1 .hover-img {
    display: none;
  }
}
.portfolio-wrap-1 .pf-subtitle {
  color: var(--title-color);
  font-family: var(--general-medium);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  margin-top: 1px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-1 .content {
  padding-left: 33px;
}
.portfolio-wrap-1 .pf-title {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1;
  margin-bottom: 15px;
  transition: all 0.4s;
}
.portfolio-wrap-1 .pf-title:hover {
  color: var(--theme-color3);
}
@media only screen and (max-width: 1200px) {
  .portfolio-wrap-1 .pf-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .portfolio-wrap-1 .pf-title {
    font-size: 24px;
    margin-top: 30px;
  }
}
.portfolio-wrap-1 p {
  max-width: 79%;
}
.portfolio-wrap-1 .icon-link {
  color: var(--title-color);
  font-size: 34px;
  background: var(--white-color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px 4px 4px 1px;
  border-color: var(--white-color);
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-1 .icon-link img {
  display: inline-block;
  transition: all 0.4s;
}
.portfolio-wrap-1:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.portfolio-wrap-1:hover .icon-link {
  background: var(--theme-color3);
  border-color: var(--theme-color3);
}
.portfolio-wrap-1:hover .icon-link img {
  filter: brightness(100%) invert(1);
}
@media only screen and (max-width: 1200px) {
  .portfolio-wrap-1 {
    padding-left: 15px;
  }
  .portfolio-wrap-1 .content {
    padding-left: 15px;
  }
  .portfolio-wrap-1 p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .portfolio-wrap-1 {
    padding-left: 0;
    border-radius: 20px;
  }
  .portfolio-wrap-1 .pf-tag {
    left: 25px;
    top: 25px;
  }
  .portfolio-wrap-1 .content {
    padding-left: 0;
    padding-bottom: 25px;
  }
}

.portfolio-wrap-2 {
  margin-bottom: 45px;
}
.portfolio-wrap-2 .portfolio-thumb {
  margin-bottom: 19px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-2 .portfolio-thumb img {
  border-radius: 30px;
}
.portfolio-wrap-2 .portfolio-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-2 .portfolio-thumb .icon-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-2 .pf-tag a {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font);
}
.portfolio-wrap-2 .pf-title {
  margin-top: 18px;
}
.portfolio-wrap-2 .pf-title a {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1;
  transition: all 0.4s;
}
.portfolio-wrap-2:hover .portfolio-thumb::before {
  visibility: visible;
  transform: scale(1);
}
.portfolio-wrap-2:hover .portfolio-thumb .icon-link {
  visibility: visible;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .portfolio-wrap-2 .pf-title a {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .portfolio-wrap-2 .pf-title a {
    font-size: 24px;
  }
}

/* Slider container with a fixed width of 2095px */
.project-slider-container {
  width: 2095px;
  overflow: hidden;
  /* Hide overflow to make the slider work */
  position: relative;
  /* Individual slides with different image sizes */
  /* Full-width slider within the container */
}
.project-slider-container .items {
  width: auto;
  position: relative;
}
.project-slider-container .items img {
  display: block;
  height: auto;
  max-width: 100%;
}
.project-slider-container .items.slick-current.slick-active .portfolio-wrap-2 .portfolio-thumb::before {
  visibility: visible;
  transform: scale(1);
}
.project-slider-container .items.slick-current.slick-active .portfolio-wrap-2 .portfolio-thumb .icon-link {
  visibility: visible;
  display: inline-block;
}
.project-slider-container .slider-wrapper {
  display: flex;
  margin-left: 100px;
  width: 1995px;
  gap: 50px;
}
@media only screen and (max-width: 1900px) {
  .project-slider-container {
    width: 100%;
  }
  .project-slider-container .slider-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .project-slider-container .slider-wrapper {
    margin-left: 0;
  }
}

/* Customize slider for better control (optional) */
.project-slider-container .slick-track > [class*=slick-slide] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.project-slider-container .items img {
  object-fit: contain;
  /* Or cover depending on your design */
}

.portfolio-wrap-3 .portfolio-thumb {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-3 .portfolio-thumb .portfolio-img {
  width: 100%;
  border-radius: 30px;
}
.portfolio-wrap-3 .pf-tag a {
  color: var(--theme-color5);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--theme-color5);
}
.portfolio-wrap-3 .pf-title {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1;
  transition: all 0.4s;
}
@media only screen and (max-width: 1200px) {
  .portfolio-wrap-3 .pf-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .portfolio-wrap-3 .pf-title {
    font-size: 24px;
    margin-top: 30px;
  }
}

.portfolio-wrap-4 {
  position: relative;
  z-index: 1;
}
.portfolio-wrap-4 .portfolio-thumb {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-4 .portfolio-thumb::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(14, 0, 0, 0) 54.44%, rgba(7, 0, 0, 0.61) 72.81%, #000 100%);
}
.portfolio-wrap-4 .portfolio-thumb img {
  width: 100%;
  border-radius: 20px;
}
.portfolio-wrap-4 .pf-title {
  max-width: 75%;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--playfair-font);
}
.portfolio-wrap-4 .pf-title a {
  color: var(--white-color);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-4 .pf-title a:hover {
  color: var(--theme-color);
}
.portfolio-wrap-4 .content {
  width: 100%;
  position: absolute;
  left: 50px;
  bottom: 27px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-4 .icon-link {
  background: var(--theme-color);
  width: 80px;
  height: 80px;
  line-height: 85px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  position: absolute;
  right: 100px;
  bottom: 25px;
  z-index: 1;
}
.portfolio-wrap-4 .icon-link img {
  width: auto;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-4 .icon-link:hover {
  background: var(--theme-color2);
}
.portfolio-wrap-4 .icon-link:hover img {
  transform: rotate(-45deg);
  filter: invert(1);
}
@media only screen and (max-width: 1600px) {
  .portfolio-wrap-4 .pf-title {
    line-height: 1;
    font-size: 24px;
  }
  .portfolio-wrap-4 .content {
    left: 15px;
  }
  .portfolio-wrap-4 .icon-link {
    display: none;
  }
}

.project-slider-container-2 {
  width: 143vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.project-slider-container-2 .slick-track > [class*=slick-slide] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.project-slider-container-2 .item.slick-slide {
  transform: scale(0.9);
}
.project-slider-container-2 .item.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1);
}
.project-slider-container-2 .item.slick-slide.slick-current.slick-active.slick-center .portfolio-wrap-4 .content {
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .project-slider-container-2 .item.slick-slide {
    transform: scale(1);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .project-slider-container-2 {
    width: 100vw;
  }
}

.portfolio-wrap-5 {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-5 .portfolio-thumb {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-5 .portfolio-thumb img {
  width: 100%;
  border-radius: 20px;
}
.portfolio-wrap-5 .pf-title {
  max-width: 75%;
  margin-bottom: 9px;
}
.portfolio-wrap-5 .pf-title a {
  color: var(--title-color);
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-5 .pf-title a:hover {
  color: var(--theme-color);
}
.portfolio-wrap-5 .content {
  margin-top: 29px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-5 .icon-link {
  background: #ECECEC;
  width: 80px;
  height: 80px;
  line-height: 85px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-wrap-5 .icon-link img {
  width: auto;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-5 .icon-link:hover {
  background: var(--theme-color2);
}
.portfolio-wrap-5 .icon-link:hover img {
  transform: rotate(-45deg);
  filter: invert(1);
}
@media only screen and (max-width: 1600px) {
  .portfolio-wrap-5 .pf-title {
    line-height: 1;
  }
  .portfolio-wrap-5 .pf-title a {
    font-size: 24px;
    line-height: 1.1;
  }
  .portfolio-wrap-5 .icon-link {
    position: relative;
  }
}
@media only screen and (max-width: 991.98px) {
  .portfolio-wrap-5 .pf-title {
    max-width: 100%;
  }
}

.portfolio-wrap-6 {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-6 .portfolio-thumb {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-6 .portfolio-thumb img {
  width: 100%;
  border-radius: 20px;
}
.portfolio-wrap-6 .pf-title a {
  color: var(--title-color);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-6 .pf-title a:hover {
  color: var(--theme-color);
}
.portfolio-wrap-6 .content {
  margin-top: 13px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-6 .icon-link {
  background: var(--theme-color);
  width: 80px;
  height: 80px;
  line-height: 85px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0);
  z-index: 1;
}
.portfolio-wrap-6 .icon-link img {
  width: auto;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-6 .icon-link:hover {
  background: var(--theme-color2);
}
.portfolio-wrap-6 .icon-link:hover img {
  filter: invert(1);
}
.portfolio-wrap-6:hover .icon-link {
  transform: translate(-50%, -50%) scale(1);
}
@media only screen and (max-width: 1600px) {
  .portfolio-wrap-6 .pf-title a {
    font-size: 20px;
    line-height: 1.1;
  }
}

.portfolio-wrap-7 {
  margin-bottom: 55px;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-7 .portfolio-thumb {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.portfolio-wrap-7 .portfolio-thumb img {
  width: 100%;
  border-radius: 20px;
}
.portfolio-wrap-7 .pf-title {
  max-width: 75%;
  margin-bottom: 9px;
}
.portfolio-wrap-7 .pf-title a {
  color: var(--title-color);
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-7 .pf-title a:hover {
  color: var(--theme-color);
}
.portfolio-wrap-7 .content {
  margin-top: 29px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-7 .icon-link {
  background: #ECECEC;
  width: 80px;
  height: 80px;
  line-height: 85px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 1;
}
.portfolio-wrap-7 .icon-link img {
  width: auto;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.portfolio-wrap-7 .icon-link:hover {
  background: var(--theme-color);
}
.portfolio-wrap-7 .icon-link:hover img {
  transform: rotate(-45deg);
  filter: invert(1);
}
@media only screen and (max-width: 1600px) {
  .portfolio-wrap-7 .pf-title {
    line-height: 1;
  }
  .portfolio-wrap-7 .pf-title a {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 991.98px) {
  .portfolio-wrap-7 .pf-title {
    max-width: 100%;
  }
}

.portfolio-menu {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 20px 5px 20px;
  border-radius: 50px;
  width: max-content;
}
.portfolio-menu .gf_btn {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  padding: 11px 20px;
  border: 0px;
  border-radius: 40px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
  background: transparent;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.portfolio-menu .gf_btn:hover, .portfolio-menu .gf_btn.active {
  background: var(--theme-color);
  color: var(--white-color);
}
@media only screen and (max-width: 991.98px) {
  .portfolio-menu .gf_btn {
    font-size: 16px;
    padding: 10px;
  }
}

.project-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.project-info .info-box {
  margin-bottom: 28px;
}
.project-info .info-box .icon {
  color: var(--white-color);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--theme-color);
  border-radius: 50%;
  font-size: 26px;
  margin-right: 20px;
}
.project-info .info-box p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}
.project-info .info-box h5 {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--body-font);
}

.contact-form-wrapper {
  padding-left: 93px;
}
.contact-form-wrapper .title-one .title {
  margin-bottom: 53px;
}
@media only screen and (max-width: 1600px) {
  .contact-form-wrapper {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-form-wrapper .title-one .title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-form-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-form-wrapper-2 {
  padding-left: 45px;
  padding-right: 80px;
}
@media only screen and (max-width: 1800px) {
  .contact-form-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-form-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
}

.contact-form .input-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
}
.contact-form .input-wrapper input {
  width: 100%;
  height: 65px;
  border: 0;
  border-bottom: 1.5px solid rgb(0, 0, 0);
  backdrop-filter: blur(15px);
  background: var(--white-color);
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font);
}
.contact-form .input-wrapper input::placeholder {
  color: var(--title-color);
  font-size: 18px;
}
.contact-form .input-wrapper input::-moz-placeholder {
  color: var(--title-color);
  font-size: 18px;
}
.contact-form .input-wrapper input::-webkit-placeholder {
  color: var(--title-color);
  font-size: 18px;
}
.contact-form .input-wrapper input::-o-placeholder {
  color: var(--title-color);
  font-size: 18px;
}
.contact-form .input-wrapper input::-ms-placeholder {
  color: var(--white-color);
  font-size: 16px;
}
.contact-form .input-wrapper textarea {
  width: 100%;
  height: 145px;
  border: 0;
  border-bottom: 1px solid var(--black-color);
  backdrop-filter: blur(15px);
  background: var(--white-color);
  color: var(--title-color);
  font-size: 18px;
  padding-top: 10px;
}
.contact-form .input-wrapper textarea::placeholder {
  color: var(--title-color);
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-moz-placeholder {
  color: var(--title-color);
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-webkit-placeholder {
  color: var(--title-color);
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-o-placeholder {
  color: var(--title-color);
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-ms-placeholder {
  color: var(--title-color);
  font-size: 18px;
}
.contact-form .submit-btn {
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1;
  height: 60px;
  padding-left: 55px;
  padding-right: 55px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 0;
  background: var(--theme-color5);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.contact-form .submit-btn:hover {
  background: var(--title-color);
}
@media only screen and (max-width: 1200px) {
  .contact-form .input-wrapper {
    margin-bottom: 25px;
  }
}
.contact-form.form-2 .input-wrapper input {
  height: 70px;
}
.contact-form.form-2 .input-wrapper textarea {
  height: 180px;
}
.contact-form.form-2 .submit-btn {
  background: var(--theme-color);
  border-radius: 8px;
}
.contact-form.form-2 .submit-btn:hover {
  background: var(--black-color);
}
.contact-form.form-3 .input-wrapper input {
  height: 70px;
  background: transparent;
}
.contact-form.form-3 .input-wrapper textarea {
  height: 180px;
}
.contact-form.form-3 .submit-btn {
  background: var(--theme-color);
  border-radius: 8px;
}
.contact-form.form-3 .submit-btn:hover {
  background: var(--black-color);
}

.bg-contact-section {
  background: #0D0C27;
}

.bg-contact-section-2 {
  padding-left: 145px;
  padding-right: 145px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-contact-section-2 .contact-bg {
  border-radius: 50px;
  border: 2px solid var(--black-color);
}
@media only screen and (max-width: 1800px) {
  .bg-contact-section-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-bg {
  background: var(--white-color);
  border-radius: 30px;
}

.contact-img img {
  display: inline-block;
  border-radius: 0 30px 30px 0;
}

.ht-cta .bg-color-shape {
  background: var(--light-grey);
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.ht-cta .bg-color-shape-3 {
  background: #E9F3F6;
  width: 100%;
  height: 160px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.ht-cta .shape-1 {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.ht-cta .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
}

.cta-section-bg {
  overflow: hidden;
  border-radius: 40px;
  background: var(--theme-color4);
  border-style: solid;
  border-width: 1px 8px 8px 1px;
  border-color: var(--black-color);
  padding-top: 75px;
  padding-bottom: 68px;
  padding-right: 55px;
  padding-left: 55px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .cta-section-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .cta-section-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.subscribe-form {
  width: 100%;
  max-width: 702px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .subscribe-form {
    margin: 0 auto;
    margin-bottom: 45px;
  }
}
.subscribe-form input {
  width: 100%;
  height: 80px;
  border: 0;
  background: var(--white-color);
  color: var(--body-color);
  font-size: 18px;
  font-family: var(--body-font);
  border-style: solid;
  border-width: 1px 4px 4px 1px;
  border-color: var(--black-color);
  padding-left: 30px;
  border-radius: 10px;
}
.subscribe-form input::placeholder {
  color: var(--body-color);
  font-size: 16px;
}
.subscribe-form input::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
}
.subscribe-form input::-webkit-placeholder {
  color: var(--body-color);
  font-size: 16px;
}
.subscribe-form input::-o-placeholder {
  color: var(--body-color);
  font-size: 16px;
}
.subscribe-form input::-ms-placeholder {
  color: var(--body-color);
  font-size: 16px;
}
.subscribe-form button {
  color: var(--white-color);
  font-size: 18px;
  font-family: var(--title-font);
  border: 0;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 30px;
  display: inline-block;
  background: var(--theme-color);
  position: absolute;
  right: 15px;
  top: 12px;
  border-radius: 8px;
  min-height: 55px;
}
.subscribe-form.sub-form-2 {
  display: inline-block;
  max-width: 525px;
}
.subscribe-form.sub-form-2 input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 0 0 0 auto;
  display: block;
}
.subscribe-form.sub-form-2 button {
  color: var(--white-color);
  background: var(--theme-color2);
  min-height: 55px;
}
.subscribe-form.sub-form-3 {
  max-width: 485px;
}
.subscribe-form.sub-form-3 input {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.subscribe-form.sub-form-3 button {
  background: var(--theme-color5);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.subscribe-form.sub-form-3 button:hover {
  background: var(--theme-color);
}
@media only screen and (max-width: 1200px) {
  .subscribe-form.sub-form-3 {
    margin: 0 auto;
    margin-bottom: 45px;
  }
}
.subscribe-form.sub-form-4 {
  width: 100%;
}
.subscribe-form.sub-form-4 input {
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #C6C6C6;
  background: transparent;
  margin: 0 0 0 auto;
  display: block;
  height: 79px;
  border-radius: 0;
}
.subscribe-form.sub-form-4 button {
  color: var(--white-color);
  font-size: 30px;
  background: var(--theme-color);
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 8px;
  right: 8px;
  position: absolute;
}
.subscribe-form.sub-form-5 {
  max-width: 360x;
}
.subscribe-form.sub-form-5 input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 0 0 0 auto;
  display: block;
  height: 60px;
}
.subscribe-form.sub-form-5 button {
  color: var(--white-color);
  font-size: 20px;
  background: var(--theme-color);
  width: 50px;
  height: 45px;
  padding: 0;
  margin: 0;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
  position: absolute;
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form {
    text-align: center;
    width: 100%;
  }
  .subscribe-form button {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 10px;
  }
  .subscribe-form button.black-btn {
    background: var(--title-color);
  }
}

.bg-cta-section-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 145px;
  padding-right: 145px;
  position: relative;
  z-index: 1;
}
.bg-cta-section-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #AC512A;
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1800px) {
  .bg-cta-section-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.bg-cta-section-3 {
  position: relative;
  z-index: 1;
}
.bg-cta-section-3::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.contact-map iframe {
  height: 675px;
  width: 100%;
  display: block;
  border-radius: 30px;
}
@media only screen and (max-width: 1600px) {
  .contact-map iframe {
    height: 400px;
  }
}

.signup-form-section .contact-wrapper {
  background: rgba(244, 244, 244, 0.5);
  padding: 50px;
  border-radius: 30px;
}
@media only screen and (max-width: 767.98px) {
  .signup-form-section .contact-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.signup-form-section .contact-form .input-wrapper span {
  left: 21px;
}
.signup-form-section button.signup-btn {
  border: 0;
  width: 100%;
  height: 45px;
  background: transparent;
  color: var(--title-color);
  font-weight: 600;
}

.contact-info-wrapper .contact-info-wrap-1:nth-child(2) .icon {
  background: var(--theme-color);
}
.contact-info-wrapper .contact-info-wrap-1:nth-child(3) .icon {
  background: var(--theme-color2);
}
.contact-info-wrapper .contact-info-wrap-1:first-child, .contact-info-wrapper .contact-info-wrap-1:nth-child(3) {
  position: relative;
  z-index: 1;
}
.contact-info-wrapper .contact-info-wrap-1:first-child {
  position: relative;
  z-index: 1;
}
.contact-info-wrapper .contact-info-wrap-1:first-child::before {
  right: -47%;
  left: auto;
}
@media only screen and (max-width: 1600px) {
  .contact-info-wrapper .contact-info-wrap-1::before {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact-info-wrapper {
    grid-template-columns: 45% 45%;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-info-wrapper {
    grid-template-columns: 100%;
  }
}

.contact-info-wrap-1 {
  margin-top: 45px;
  display: grid;
  grid-template-columns: auto auto;
}
.contact-info-wrap-1 .icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--theme-color4);
  margin-right: 25px;
  text-align: center;
  line-height: 64px;
}
.contact-info-wrap-1 .info-title {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--body-font);
}
.contact-info-wrap-1 .info-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 1600px) {
  .contact-info-wrap-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-info-wrap-1 .info-title {
    font-size: 20px;
  }
}

.info-box2 {
  text-align: center;
  background: var(--gray-color);
  border-radius: 15px;
  padding: 40px 30px 30px 30px;
  margin-bottom: 45px;
}
.info-box2 .icon {
  color: var(--white-color);
  width: 100px;
  height: 100px;
  background: var(--theme-color);
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.info-box2 .info-title {
  font-size: 28px;
  font-weight: 500;
  font-family: var(--general-medium);
  margin-bottom: 20px;
}
.info-box2 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .info-box2 {
    padding-left: 0;
    padding-right: 0;
  }
  .info-box2 .icon {
    margin-bottom: 30px;
  }
  .info-box2 .info-title {
    font-size: 22px;
  }
}

.feedback-section-2 {
  padding-left: 85px;
  padding-right: 85px;
}
@media only screen and (max-width: 1800px) {
  .feedback-section-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.feedback-section-3 {
  background: #F0EFFF;
}

.feedback-custom-cotainer {
  max-width: 1545px;
}

.feedback-wrap-1 {
  background: var(--white-color);
  border-radius: 15px;
  border-style: solid;
  border-width: 1px 5px 5px 1px;
  border-color: var(--black-color);
  padding: 45px 43px 41px 45px;
  margin-bottom: 40px;
}
.feedback-wrap-1 .divider-line {
  width: 100%;
  height: 1px;
  background: var(--black-color);
  margin-bottom: 30px;
}
.feedback-wrap-1 .author-avatar {
  margin-right: 15px;
}
.feedback-wrap-1 .author-avatar img {
  border-radius: 50%;
  display: inline-block;
  border: 4px solid var(--border-color);
}
.feedback-wrap-1 .name {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 0;
}
.feedback-wrap-1 .designation {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-bottom: 0;
}
.feedback-wrap-1 .feedback-text {
  font-size: 28px;
  font-weight: 500;
  font-family: var(--general-medium);
  line-height: 1.65;
  margin-bottom: 58px;
}
.feedback-wrap-1 .feedback-rating a {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0 4px;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-1 .feedback-text {
    font-size: 20px;
  }
  .feedback-wrap-1 .feedback-rating a {
    font-size: 20px;
  }
}

.feedback-wrap-2 {
  display: flex;
  position: relative;
  z-index: 1;
  background: var(--gray-color);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 50px;
}
.feedback-wrap-2 .author-avatar {
  margin-right: 30px;
}
.feedback-wrap-2 .author-avatar img {
  border-radius: 20px;
}
.feedback-wrap-2 .feedback-text {
  color: var(--body-color);
  font-size: 24px;
  font-weight: 500;
  font-family: var(--general-medium);
  line-height: 1.4;
}
.feedback-wrap-2 .feedback-rating {
  margin-bottom: 30px;
}
.feedback-wrap-2 .feedback-rating a {
  color: var(--title-color);
  font-size: 18px;
  margin-right: 8px;
  display: inline-block;
}
.feedback-wrap-2 .signature-shape {
  position: absolute;
  right: 58px;
  bottom: 47px;
  z-index: -1;
}
.feedback-wrap-2 .name {
  color: var(--title-color);
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 3px;
}
.feedback-wrap-2 .designation {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
.feedback-wrap-2 .feedback-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-2 .author-avatar {
    margin-right: 10px;
  }
  .feedback-wrap-2 .feedback-text {
    font-size: 20px;
  }
  .feedback-wrap-2 .signature-shape {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback-wrap-2 {
    text-align: center;
    display: block;
  }
  .feedback-wrap-2 .author-avatar {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.author-avatar .bg-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.author-avatar .author-main-img {
  max-width: 100%;
  display: inline-block;
}
.author-avatar .author-rating {
  width: max-content;
  position: absolute;
  bottom: 63px;
  background: var(--white-color);
  border-radius: 15px;
  text-align: center;
  padding: 30px 34px 26px 34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.author-avatar .author-rating .number {
  color: var(--title-color);
  font-size: 60px;
  font-family: var(--body-font);
  line-height: 1;
  margin-bottom: 2px;
}
.author-avatar .author-rating .feedback-rating-title {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--body-font);
}
@media only screen and (max-width: 1600px) {
  .author-avatar .bg-shape {
    width: 100%;
  }
}

.author-avatar-2 .bg-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.author-avatar-2 .author-main-img {
  max-width: 100%;
  display: inline-block;
}
.author-avatar-2 .author-rating {
  width: max-content;
  position: absolute;
  bottom: 63px;
  background: var(--white-color);
  border-radius: 15px;
  text-align: center;
  padding: 30px 34px 26px 34px;
  background: var(--white-color);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07);
  left: 0;
}
.author-avatar-2 .author-rating .number {
  color: var(--title-color);
  font-size: 60px;
  font-family: var(--body-font);
  line-height: 1;
  margin-bottom: 2px;
}
.author-avatar-2 .author-rating .feedback-rating-title {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--body-font);
}
@media only screen and (max-width: 1600px) {
  .author-avatar-2 .bg-shape {
    width: 100%;
  }
}

.feedback-wrap-3 {
  background: var(--white-color);
  border-radius: 50px;
  padding: 40px 45px 41px 45px;
  margin-bottom: 40px;
}
.feedback-wrap-3 .name {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 6px;
  margin-top: 13px;
}
.feedback-wrap-3 .designation {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-family: var(--body-font);
  font-weight: 400;
  margin-bottom: 0;
}
.feedback-wrap-3 .feedback-text {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--body-font);
  line-height: 1.7;
  margin-bottom: 58px;
  margin-top: 54px;
}
.feedback-wrap-3 .feedback-rating a {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0 4px;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-3 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .feedback-wrap-3 .feedback-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-3 .feedback-text {
    font-size: 20px;
  }
}

.feedback-wrap-4 {
  background: var(--white-color);
  border-radius: 30px;
  padding: 32px 40px 36px 36px;
}
.feedback-wrap-4.fb-2 .icon {
  background: var(--theme-color2);
}
.feedback-wrap-4.fb-3 .icon {
  background: var(--theme-color);
}
.feedback-wrap-4 .icon {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 77px;
  background: var(--theme-color4);
  margin-bottom: 37px;
}
.feedback-wrap-4 .icon img {
  display: inline-block;
}
.feedback-wrap-4 .feedback-text {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--body-font);
  line-height: 1.5;
  margin-bottom: 87px;
}
.feedback-wrap-4 .author-content {
  display: flex;
  align-items: center;
}
.feedback-wrap-4 .author-avatar {
  margin-right: 20px;
}
.feedback-wrap-4 .author-avatar img {
  display: inline-block;
  border-radius: 50%;
}
.feedback-wrap-4 .name {
  font-size: 24px;
  font-family: var(--body-font);
  font-weight: 500;
  margin-bottom: 0;
}
.feedback-wrap-4 .designation {
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--body-font);
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .feedback-wrap-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-4 .feedback-text {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .feedback-wrap-4 .name {
    font-size: 20px;
  }
}

.feedback-wrap-5 {
  background: var(--white-color);
  border-radius: 30px;
  padding: 54px 60px 47px 70px;
  position: relative;
  z-index: 1;
}
.feedback-wrap-5 .icon {
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 59px;
}
.feedback-wrap-5 .feedback-text {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--body-font);
  line-height: 1.8;
  margin-bottom: 34px;
}
.feedback-wrap-5 .author-avatar {
  display: inline-block;
  margin-bottom: 92px;
}
.feedback-wrap-5 .author-avatar img {
  display: inline-block;
  border-radius: 50%;
}
.feedback-wrap-5 .author-avatar .author-country {
  position: relative;
  z-index: -1;
  left: -45px;
}
.feedback-wrap-5 .name {
  font-size: 18px;
  font-family: var(--body-font);
  font-weight: 400;
  margin-bottom: 0;
}
.feedback-wrap-5 .feedback-rating a {
  color: var(--theme-color);
  font-size: 22px;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback-wrap-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-5 .feedback-text {
    font-size: 20px;
  }
  .feedback-wrap-5 .name {
    font-size: 20px;
  }
}

.feedback-wrap-6 {
  background: var(--white-color);
  border-radius: 50px;
  padding: 40px 45px 41px 45px;
  margin-bottom: 40px;
}
.feedback-wrap-6 .name {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 6px;
  margin-top: 13px;
}
.feedback-wrap-6 .designation {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-family: var(--body-font);
  font-weight: 400;
  margin-bottom: 0;
}
.feedback-wrap-6 .feedback-text {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--body-font);
  line-height: 1.7;
  margin-bottom: 58px;
  margin-top: 54px;
}
.feedback-wrap-6 .feedback-rating a {
  color: var(--theme-color);
  font-size: 25px;
  margin: 0 4px;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-6 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .feedback-wrap-6 .feedback-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-6 .feedback-text {
    font-size: 20px;
  }
}

.feedback-slider-4 {
  width: 75vw;
}
@media only screen and (max-width: 991.98px) {
  .feedback-slider-4 {
    width: 100%;
  }
}

.feedback-wrapper-content {
  position: relative;
}
.feedback-wrapper-content .custom-arrow-one {
  display: inline-block;
  position: absolute;
  right: 13.4%;
  bottom: 20%;
  max-width: max-content;
  z-index: 1;
}
.feedback-wrapper-content .custom-arrow-one .slick-prev,
.feedback-wrapper-content .custom-arrow-one .slick-next,
.feedback-wrapper-content .custom-arrow-one .prev-p4,
.feedback-wrapper-content .custom-arrow-one .next-p4,
.feedback-wrapper-content .custom-arrow-one .slick-arrow {
  cursor: pointer;
}
.feedback-wrapper-content .custom-arrow-one .slick-prev::before,
.feedback-wrapper-content .custom-arrow-one .slick-next::before,
.feedback-wrapper-content .custom-arrow-one .prev-p4::before,
.feedback-wrapper-content .custom-arrow-one .next-p4::before,
.feedback-wrapper-content .custom-arrow-one .slick-arrow::before {
  top: -22px;
}
.feedback-wrapper-content .custom-arrow-one .slick-prev:hover::before,
.feedback-wrapper-content .custom-arrow-one .slick-next:hover::before,
.feedback-wrapper-content .custom-arrow-one .prev-p4:hover::before,
.feedback-wrapper-content .custom-arrow-one .next-p4:hover::before,
.feedback-wrapper-content .custom-arrow-one .slick-arrow:hover::before {
  border-color: var(--theme-color);
  background: var(--theme-color);
}
.feedback-wrapper-content .custom-arrow-one .prev-p1 {
  margin-right: 20px;
  justify-content: end;
}
.feedback-wrapper-content .custom-arrow-one .prev-p1::before {
  left: -23px;
  right: auto;
}
.feedback-wrapper-content .custom-arrow-one .prev-p4 {
  margin-right: 20px;
}
.feedback-wrapper-content .custom-arrow-one .prev-p4::before {
  left: -23px;
  right: auto;
}

.feedback-section-bg-4 {
  background: #F2F1F8;
  padding-left: 160px;
  width: 117vw;
}
@media only screen and (max-width: 1800px) {
  .feedback-section-bg-4 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .feedback-section-bg-4 {
    padding-left: 0;
    width: 100vw;
  }
}

.feedback-section-bg-5 {
  background: #F3F3F3;
}

.feedback-section-bg-6 {
  background: #FDF2ED;
}

.team-wrap-1 {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .team-thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-wrap-1 .team-thumb img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .team-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: -150px;
  top: 30px;
  z-index: 2;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .content {
  padding-top: 28px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .name a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.team-wrap-1 .designation {
  color: var(--title-color);
  font-size: 28px;
  font-weight: 600;
  font-family: var(--playfair-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1:hover .team-social {
  right: 30px;
}
.team-wrap-1:hover .name a {
  color: var(--theme-color);
}
@media only screen and (max-width: 1200px) {
  .team-wrap-1 .name a {
    font-size: 18px;
  }
  .team-wrap-1 .designation {
    font-size: 20px;
  }
}

.team-wrap-2 {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2 .team-thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-wrap-2 .team-thumb img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2 .team-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: -150px;
  top: 30px;
  z-index: 2;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2 .content {
  padding-top: 28px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2 .name a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.team-wrap-2 .designation {
  color: var(--title-color);
  font-size: 28px;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2:hover .team-social {
  right: 30px;
}
.team-wrap-2:hover .name a {
  color: var(--theme-color);
}
@media only screen and (max-width: 1200px) {
  .team-wrap-2 .name a {
    font-size: 18px;
  }
  .team-wrap-2 .designation {
    font-size: 20px;
  }
}

.team-social a {
  color: var(--title-color);
  font-size: 22px;
  background: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-social a i {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-social a:hover {
  color: var(--white-color);
  background: var(--theme-color);
}
.team-social a:hover i {
  transform: scale(1.2);
}

.team-social-2 a {
  color: var(--title-color);
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-social-2 a:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
  background: var(--theme-color);
}

.biography-content {
  background: var(--gray-color);
  padding: 55px 80px 65px 80px;
  border-radius: 30px;
}
.biography-content .name a {
  color: var(--title-color);
  font-size: 60px;
  font-weight: 600;
}
.biography-content .designation {
  font-size: 20px;
  color: var(--theme-color);
  margin-bottom: 0;
}
.biography-content .description {
  margin-bottom: 35px;
}
.biography-content .contact-btn {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 14px 40px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.biography-content .contact-btn:hover {
  color: var(--white-color);
  background: var(--theme-color);
  border-color: var(--theme-color);
}
@media only screen and (max-width: 1200px) {
  .biography-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .biography-content .name a {
    font-size: 32px;
  }
  .biography-content h3 {
    font-size: 24px;
  }
}

.personal-address {
  border: 1px solid var(--black-color);
  border-radius: 15px;
  padding: 50px 50px 50px 70px;
}
.personal-address .addres-line {
  font-size: 26px;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 10px;
}
.personal-address .addres-line span {
  font-weight: 400;
  font-family: var(--body-font);
}
@media only screen and (max-width: 1200px) {
  .personal-address {
    padding-left: 15px;
    padding-right: 15px;
  }
  .personal-address .addres-line {
    font-size: 18px;
  }
}

.blog-one {
  margin-bottom: 45px;
}
.blog-one .blog-thumb {
  position: relative;
  z-index: 1;
}
.blog-one .blog-thumb img {
  max-width: 100%;
  border-radius: 27px;
  border-style: solid;
  border-width: 1px 5px 5px 1px;
  border-color: var(--black-color);
}
.blog-one .blog-thumb .blog-date {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  background: var(--black-color);
  padding: 11px 17px;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 25px;
}
.blog-one .blog-meta {
  margin-bottom: 5px;
}
.blog-one .blog-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-one .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-one .blog-meta a:last-child {
  margin-right: 0;
  margin-left: 8px;
}
.blog-one .blog-meta .divider {
  display: inline-block;
  width: 1.4px;
  height: 14px;
  background: rgba(0, 0, 0, 0.6);
  transform: rotate(32deg) translateY(2px);
}
.blog-one .blog-title {
  margin-bottom: 15px;
}
.blog-one .blog-title a {
  color: var(--title-color);
  font-size: 35px;
  line-height: 46px;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-one .blog-title a:hover {
  color: var(--theme-color);
}
.blog-one .blog-content {
  padding: 17px 0 30px 0;
  position: relative;
  z-index: 1;
}
.blog-one p {
  margin-bottom: 35px;
}
.blog-one .more-btn {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  background: var(--white-color);
  padding: 12px 25px 12px 30px;
  display: inline-flex;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px 1px 4px 1px;
  border-color: var(--border-color);
  border-radius: 50px;
  transition: all 0.4s ease 0s;
}
.blog-one .more-btn img {
  display: inline-block;
  margin-left: 35px;
  transition: all 0.4s ease 0s;
}
.blog-one .more-btn:hover {
  color: var(--white-color);
  background: var(--theme-color);
}
.blog-one .more-btn:hover img {
  filter: invert(1);
}
@media only screen and (max-width: 1200px) {
  .blog-one .classic-gallery-item .blog-thumb {
    height: 270px;
  }
  .blog-one .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .blog-one .blog-meta a:first-child {
    margin-right: 3px;
  }
  .blog-one .blog-title a {
    font-size: 24px;
    line-height: 36px;
  }
}

.blog-two {
  background: var(--white-color);
  padding: 30px 30px 0 30px;
  border-radius: 30px;
  margin-bottom: 45px;
}
.blog-two .blog-thumb {
  position: relative;
  z-index: 3;
}
.blog-two .blog-thumb img {
  width: 100%;
  border-radius: 20px;
}
.blog-two .blog-thumb .blog-date {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  background: var(--black-color);
  padding: 11px 17px;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 25px;
}
.blog-two .blog-meta {
  margin-bottom: 30px;
}
.blog-two .blog-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-two .blog-meta a:hover {
  color: var(--theme-color2);
}
.blog-two .blog-meta a:last-child {
  margin-right: 0;
  margin-left: 8px;
}
.blog-two .blog-meta .divider {
  display: inline-block;
  width: 1.4px;
  height: 14px;
  background: rgba(0, 0, 0, 0.6);
  transform: rotate(32deg) translateY(2px);
}
.blog-two .blog-title {
  max-width: 79%;
  margin-bottom: 15px;
}
.blog-two .blog-title a {
  color: var(--title-color);
  font-size: 35px;
  line-height: 46px;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-two .blog-title a:hover {
  color: var(--theme-color);
}
.blog-two .blog-content {
  padding: 17px 0 30px 0;
  position: relative;
  z-index: 1;
}
.blog-two p {
  margin-bottom: 35px;
}
.blog-two .more-btn {
  background: var(--black-color);
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  position: absolute;
  right: 0;
  bottom: -45%;
  z-index: 1;
}
.blog-two .more-btn img {
  width: auto;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.blog-two .more-btn:hover {
  background: var(--theme-color2);
}
.blog-two .more-btn:hover img {
  transform: rotate(-45deg);
  filter: invert(1);
}
@media only screen and (max-width: 1200px) {
  .blog-two .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .blog-two .blog-meta a:first-child {
    margin-right: 3px;
  }
  .blog-two .blog-title {
    max-width: 100%;
  }
  .blog-two .blog-title a {
    font-size: 24px;
    line-height: 36px;
  }
  .blog-two .more-btn {
    width: 55px;
    height: 55px;
    line-height: 53px;
    bottom: -70%;
    right: 0;
  }
  .blog-two .more-btn img {
    width: 50%;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-two .more-btn {
    bottom: 35px;
  }
  .blog-two .blog-meta {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-two {
    padding: 15px 15px 15px;
  }
  .blog-two .more-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 10px;
  }
  .blog-two .more-btn img {
    width: 50%;
  }
  .blog-two .blog-title {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.blog-three {
  border-radius: 20px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.blog-three .blog-thumb {
  position: relative;
  z-index: 1;
}
.blog-three .blog-thumb::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(14, 0, 0, 0) 59%, rgba(7, 0, 0, 0.61) 80.26%, #000 100%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-three .blog-thumb img {
  width: 100%;
  border-radius: 20px;
}
.blog-three .blog-date {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  background: var(--black-color);
  padding: 11px 17px;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 25px;
}
.blog-three .blog-meta {
  margin-bottom: 30px;
}
.blog-three .blog-meta a {
  color: var(--body-color);
  font-size: 12px;
  font-weight: 400;
  font-family: var(--body-font);
  line-height: 14px;
  display: inline-block;
  background: var(--white-color);
  padding: 11px 21px 10px 21px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-three .blog-meta a:hover {
  color: var(--white-color);
  background: var(--title-color);
}
.blog-three .blog-meta a:last-child {
  margin-right: 0;
  margin-left: 8px;
}
.blog-three .blog-title {
  max-width: 79%;
  margin-bottom: 15px;
}
.blog-three .blog-title a {
  color: var(--white-color);
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-three .blog-title a:hover {
  color: var(--theme-color);
}
.blog-three .blog-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.blog-three .more-btn {
  background: var(--theme-color);
  width: 80px;
  height: 80px;
  line-height: 85px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  position: absolute;
  right: 40px;
  bottom: 50px;
  z-index: 1;
}
.blog-three .more-btn img {
  width: auto;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.blog-three .more-btn:hover {
  background: var(--theme-color2);
}
.blog-three .more-btn:hover img {
  transform: rotate(-45deg);
  filter: invert(1);
}
@media only screen and (max-width: 1200px) {
  .blog-three .blog-content {
    position: relative;
    left: 0;
    top: 20px;
    z-index: 1;
  }
  .blog-three .blog-meta a {
    color: var(--white-color);
    background: var(--title-color);
  }
  .blog-three .blog-title {
    max-width: 100%;
  }
  .blog-three .blog-title a {
    color: var(--title-color);
    font-size: 24px;
    line-height: 36px;
  }
  .blog-three .more-btn {
    position: relative;
    top: 10px;
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-three .blog-title {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.blog-four {
  padding-bottom: 22px;
  border-bottom: 1px solid #D8D1D1;
}
.blog-four .border-tops {
  border-top: 1px solid #D8D1D1;
  margin-bottom: 29px;
}
.blog-four .blog-thumb {
  position: relative;
  z-index: 3;
}
.blog-four .blog-thumb img {
  width: 100%;
  border-radius: 20px;
}
.blog-four .blog-thumb .blog-date {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  background: var(--black-color);
  padding: 11px 17px;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 25px;
}
.blog-four .blog-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-four .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-four .blog-meta a:last-child {
  margin-right: 0;
  margin-left: 4px;
}
.blog-four .blog-meta .category {
  color: var(--body-color);
  font-size: 12px;
  font-weight: 600;
  font-family: var(--body-font);
}
.blog-four .blog-meta .divider {
  display: inline-block;
  width: 1.4px;
  height: 14px;
  background: rgba(0, 0, 0, 0.6);
  transform: rotate(32deg) translateY(2px);
}
.blog-four .blog-title {
  margin-top: 56px;
  margin-bottom: 15px;
}
.blog-four .blog-title a {
  color: var(--title-color);
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-four .blog-title a:hover {
  color: var(--theme-color);
}
.blog-four .more-btn {
  background: transparent;
  width: 43px;
  height: 43px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
}
.blog-four .more-btn img {
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.blog-four .more-btn:hover {
  background: var(--theme-color);
}
.blog-four .more-btn:hover img {
  transform: rotate(-45deg);
  filter: invert(1);
}
@media only screen and (max-width: 1200px) {
  .blog-four .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .blog-four .blog-meta a:first-child {
    margin-right: 3px;
  }
  .blog-four .blog-title {
    max-width: 100%;
  }
  .blog-four .blog-title a {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-four .blog-meta {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-four {
    padding: 15px 15px 15px;
  }
  .blog-four .more-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 10px;
  }
  .blog-four .more-btn img {
    width: 50%;
  }
  .blog-four .blog-title {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.blog-five {
  position: relative;
  z-index: 1;
  padding-bottom: 22px;
  border-bottom: 1px solid #D8D1D1;
}
.blog-five .blog-thumb {
  margin-bottom: 14px;
  position: relative;
  z-index: 3;
}
.blog-five .blog-thumb::before {
  content: "";
  border-radius: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-five .blog-thumb img {
  width: 100%;
  border-radius: 20px;
}
.blog-five .blog-meta {
  margin-bottom: 5px;
}
.blog-five .blog-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-five .blog-meta a:hover {
  color: var(--body-color);
}
.blog-five .blog-meta a:last-child {
  margin-right: 0;
  margin-left: 4px;
}
.blog-five .blog-meta .divider {
  display: inline-block;
  width: 1.4px;
  height: 14px;
  background: rgba(0, 0, 0, 0.6);
  transform: rotate(32deg) translateY(2px);
}
.blog-five .category {
  color: var(--body-color);
  font-size: 12px;
  font-weight: 600;
  font-family: var(--body-font);
  background: var(--white-color);
  border-radius: 40px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-five .blog-title {
  margin-bottom: 5px;
}
.blog-five .blog-title a {
  color: var(--title-color);
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-five .blog-title a:hover {
  color: var(--theme-color);
}
.blog-five .more-btn {
  background: var(--theme-color2);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-five:hover .tag {
  display: inline-block;
}
.blog-five:hover .blog-thumb::before {
  transform: scale(1);
}
.blog-five:hover .more-btn {
  transform: translate(-50%, -50%) scale(1);
}
@media only screen and (max-width: 1200px) {
  .blog-five .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .blog-five .blog-meta a:first-child {
    margin-right: 3px;
  }
  .blog-five .blog-title a {
    font-size: 24px;
    line-height: 36px;
  }
}

.blog-six,
.classic-style {
  background: var(--gray-color);
  padding: 30px 30px 0 30px;
  border-radius: 30px;
  margin-bottom: 60px;
}
.blog-six .blog-thumb,
.classic-style .blog-thumb {
  position: relative;
  z-index: 3;
}
.blog-six .blog-thumb img,
.classic-style .blog-thumb img {
  max-width: 100%;
  border-radius: 20px;
}
.blog-six .blog-thumb .blog-date,
.classic-style .blog-thumb .blog-date {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  background: var(--black-color);
  padding: 11px 17px;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 25px;
}
.blog-six .blog-meta,
.classic-style .blog-meta {
  margin-bottom: 30px;
}
.blog-six .blog-meta a,
.classic-style .blog-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--body-font);
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-six .blog-meta a:hover,
.classic-style .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-six .blog-meta a:last-child,
.classic-style .blog-meta a:last-child {
  margin-right: 0;
  margin-left: 8px;
}
.blog-six .blog-meta .divider,
.classic-style .blog-meta .divider {
  display: inline-block;
  width: 1.4px;
  height: 14px;
  background: rgba(0, 0, 0, 0.6);
  transform: rotate(32deg) translateY(2px);
}
.blog-six .blog-title,
.classic-style .blog-title {
  max-width: 79%;
  margin-bottom: 15px;
}
.blog-six .blog-title a,
.classic-style .blog-title a {
  color: var(--title-color);
  font-size: 35px;
  line-height: 46px;
  font-weight: 600;
  font-family: var(--title-font);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-six .blog-title a:hover,
.classic-style .blog-title a:hover {
  color: var(--theme-color);
}
.blog-six .blog-content,
.classic-style .blog-content {
  padding: 17px 0 30px 0;
  position: relative;
  z-index: 1;
}
.blog-six p,
.classic-style p {
  margin-bottom: 35px;
}
.blog-six .more-btn,
.classic-style .more-btn {
  background: rgba(0, 0, 0, 0.1);
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
  position: absolute;
  right: 0;
  bottom: 43px;
  z-index: 1;
}
.blog-six .more-btn img,
.classic-style .more-btn img {
  width: auto;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.blog-six .more-btn:hover,
.classic-style .more-btn:hover {
  background: var(--theme-color);
}
.blog-six .more-btn:hover img,
.classic-style .more-btn:hover img {
  transform: rotate(-45deg);
  filter: invert(1);
}
@media only screen and (max-width: 1200px) {
  .blog-six .blog-meta a,
  .classic-style .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .blog-six .blog-meta a:first-child,
  .classic-style .blog-meta a:first-child {
    margin-right: 3px;
  }
  .blog-six .blog-title,
  .classic-style .blog-title {
    max-width: 100%;
  }
  .blog-six .blog-title a,
  .classic-style .blog-title a {
    font-size: 24px;
    line-height: 36px;
  }
  .blog-six .more-btn,
  .classic-style .more-btn {
    width: 55px;
    height: 55px;
    line-height: 53px;
  }
  .blog-six .more-btn img,
  .classic-style .more-btn img {
    width: 50%;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-six .more-btn,
  .classic-style .more-btn {
    position: relative;
    bottom: 0;
  }
  .blog-six .blog-meta,
  .classic-style .blog-meta {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-six,
  .classic-style {
    padding: 15px 15px 15px;
  }
  .blog-six .more-btn,
  .classic-style .more-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    top: 15px;
  }
  .blog-six .more-btn img,
  .classic-style .more-btn img {
    width: 50%;
  }
  .blog-six .blog-title,
  .classic-style .blog-title {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.bg-blog-section-2 {
  background: var(--gray-color);
  padding-left: 85px;
  padding-right: 85px;
}
@media only screen and (max-width: 1800px) {
  .bg-blog-section-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.classic-style {
  padding: 0;
}
.classic-style .blog-content {
  padding-left: 30px;
  padding-right: 30px;
}
.classic-style .blog-thumb img {
  max-width: 100%;
}
.classic-style .blog-meta a {
  margin-right: 20px;
}
.classic-style .blog-meta a i {
  font-size: 16px;
  margin-right: 5px;
}
.classic-style .blog-meta a:last-child {
  margin-left: 0;
}
.classic-style .blog-audio iframe {
  width: 100%;
  border-radius: 20px;
  height: 200px;
}
.classic-style .popup-video {
  font-size: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--theme-color);
  position: absolute;
}
.classic-style .popup-video img {
  width: 20px;
}
.classic-style button.slick-arrow {
  font-size: 24px;
  border: 0;
  background: rgba(7, 17, 6, 0.3);
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.classic-style button.slick-next {
  left: auto;
  right: 30px;
}
.classic-style button.slick-prev {
  left: 30px;
}
.classic-style .more-btn {
  right: 30px;
}
.classic-style .more-btn {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font);
  position: relative;
  border-radius: 0;
  background: transparent;
  width: auto;
  height: auto;
  right: unset;
  left: unset;
  bottom: unset;
  line-height: 18px;
  display: inline-block;
}
.classic-style .more-btn:hover {
  color: var(--theme-color);
  background: transparent;
}
@media only screen and (max-width: 991.98px) {
  .classic-style .more-btn {
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .classic-style .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ht-blog-area .wp-block-quote {
  padding-top: 20px;
}
.ht-blog-area .wp-block-quote::before {
  font-size: 50px;
}
.ht-blog-area .wp-block-quote p {
  color: var(--black-color);
  font-weight: 600;
  font-family: var(--title-font);
  font-size: 22px;
  line-height: 1.5;
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  .ht-blog-area .wp-block-quote p {
    font-size: 20px;
  }
}

.blockquote {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 4px solid var(--theme-color);
}
.blockquote img {
  margin-bottom: 15px;
  display: inline-block;
}
.blockquote p {
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .blockquote p {
    font-size: 20px;
  }
}
.blockquote .blockquote-footer {
  color: var(--body-color);
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--general-regular);
  position: relative;
  padding-left: 35px;
}
.blockquote .blockquote-footer::before {
  color: var(--theme-color);
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .blockquote .blockquote-footer {
    font-size: 20px;
  }
}

.blog-details-wrapper .classic-style {
  background: transparent;
  margin-bottom: 0;
}
.blog-details-wrapper .classic-style .blog-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
}
.blog-details-wrapper .classic-style .blog-meta {
  margin-bottom: 20px;
}
.blog-details-wrapper .classic-style p {
  margin-bottom: 20px;
}

.comment-reply-title,
.comment-title,
.blog-details-title {
  font-size: 42px;
  font-weight: 600;
  font-family: var(--title-font);
}
@media only screen and (max-width: 1200px) {
  .comment-reply-title,
  .comment-title,
  .blog-details-title {
    font-size: 24px;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid rgba(7, 17, 6, 0.05);
}
.comment-box .date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-bottom: 0;
}
.comment-box .name {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--body-font);
}
.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: 8px;
}
.comment-box .comment-avatar img {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.comment-box .comment-content {
  overflow: hidden;
}
.comment-box .comment-content p i {
  margin-right: 5px;
}
.comment-box .comment-content h5 {
  margin-bottom: 3px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding-top: 20px;
}

.media-content {
  border: 1px solid var(--title-color);
  border-radius: 15px;
}

.ht-comments-wrap .comment-box .reply_and_edit {
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 1;
}
.ht-comments-wrap .comment-box .reply-btn {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--general-medium);
  padding: 10px 22px;
  line-height: 1;
  background: var(--black-color);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .ht-comments-wrap .comment-box .reply-btn {
    float: none;
    margin-right: 0;
    margin-top: 0;
    position: relative;
  }
}
.ht-comments-wrap .comment-box .reply-btn:hover {
  color: var(--white-color);
  background: var(--theme-color);
}
@media only screen and (max-width: 767.98px) {
  .ht-comments-wrap .comment-box .reply_and_edit {
    position: relative;
    margin-bottom: 20px;
  }
}

.ht-plan {
  background: #E8FFF7;
  position: relative;
  z-index: 2;
}
.ht-plan .badge-price {
  position: absolute;
  left: 19px;
  top: 0;
  z-index: 1;
}
.ht-plan .shape-holder {
  position: absolute;
  right: 4px;
  top: 1px;
}
.ht-plan .shape-holder .icon {
  position: absolute;
  right: 33px;
  top: 43px;
}
@media only screen and (max-width: 767.98px) {
  .ht-plan .shape-holder {
    display: none;
  }
}
.ht-plan.active .ht-plan-inner {
  border-radius: 0px 0px 20px 20px;
  border: 1px solid var(--title-color);
}

.ht-plan-tag {
  border-top: 1px solid var(--title-color);
  border-right: 1px solid var(--title-color);
  border-left: 1px solid var(--title-color);
  text-align: center;
  background: #0BC270;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  font-weight: 700;
  font-family: var(--general-bold);
  height: 50px;
  line-height: 50px;
}

.ht-plan-inner {
  border-radius: 20px;
  border-style: solid;
  border-width: 1px 5px 5px 1px;
  border-color: var(--black-color);
  padding: 45px 43px 40px 43px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ht-plan-inner .plan-title {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: uppercase;
  margin-bottom: 0;
}
.ht-plan-inner .plan-desc {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 32px;
}
.ht-plan-inner .plan-price {
  color: var(--title-color);
  font-size: 80px;
  font-weight: 700;
  font-family: var(--general-bold);
}
.ht-plan-inner .price-border {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  margin-bottom: 38px;
}
.ht-plan-inner .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ht-plan-inner .feature-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--general-medium);
  display: block;
  padding-bottom: 6px;
}
.ht-plan-inner .feature-list li .check-mark {
  color: var(--theme-color);
  font-size: 20px;
  display: inline-block;
  transform: translateY(2px);
}
.ht-plan-inner .feature-list li.price-available .check-mark {
  color: var(--theme-color);
}
.ht-plan-inner .feature-list li.unavailable {
  color: rgba(0, 0, 0, 0.4);
}
.ht-plan-inner .feature-list li.unavailable .check-mark {
  color: var(--theme-color);
}
.ht-plan-inner .ht-btn {
  padding-left: 35px;
  padding-right: 30px;
  display: inline-flex;
  justify-content: space-between;
  border-color: var(--black-color);
  background: transparent;
  border-width: 2px;
  width: 100%;
}
.ht-plan-inner .ht-btn::before {
  background: var(--black-color);
}
.ht-plan-inner .ht-btn img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ht-plan-inner:hover {
  background: var(--white-color);
}
@media only screen and (max-width: 1600px) {
  .ht-plan-inner {
    padding: 45px 15px 40px 15px;
  }
  .ht-plan-inner .plan-price {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .ht-plan-inner .price-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ht-plan-inner {
    padding: 30px 15px;
  }
  .ht-plan-inner .feature-list li {
    font-size: 16px;
  }
  .ht-plan-inner .plan-price {
    font-size: 32px;
  }
  .ht-plan-inner .ht-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ht-plan-inner .ht-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ht-plan-inner .shape-holder {
    display: none;
  }
}

.pstyle-2 {
  background: #FFF0EA;
}

.pstyle-3 {
  background: #FFF8EA;
}

.copyright-text {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--gray-color);
}
.copyright-text a {
  color: var(--body-color);
}
.copyright-text a:hover {
  color: var(--theme-color);
}
@media only screen and (max-width: 991.98px) {
  .copyright-text {
    font-size: 20px;
  }
}

.footer-default .copyright-wrap {
  padding-top: 50px;
}
.footer-default .copyright-text {
  color: var(--title-color);
}

.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-widget .shape-1 {
  margin-top: 8px;
  margin-left: 200px;
  animation: rotation infinite linear 16s;
}
.footer-widget .widget-title {
  color: var(--title-color);
  font-size: 28px;
  font-weight: 600;
  font-family: var(--body-font);
  margin-bottom: 30px;
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget ul li a {
  color: var(--title-color);
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  font-family: var(--body-font);
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-widget ul li a:hover {
  color: var(--theme-color);
}
@media only screen and (max-width: 991.98px) {
  .footer-widget .widget-title {
    font-size: 24px;
  }
}

.footer-video {
  position: relative;
  z-index: 1;
}
.footer-video .popup-video {
  background: var(--theme-color);
  width: 55px;
  height: 55px;
  font-size: 30px;
  line-height: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer-video .popup-video:hover {
  background: var(--theme-color4);
}

.ht-widget-contact .info-box {
  display: flex;
}
.ht-widget-contact .info-box-icon {
  font-size: 24px;
  margin-right: 15px;
  color: var(--theme-color);
  line-height: 1;
  margin-top: 10px;
}
.ht-widget-contact .ht-content {
  font-size: 16px;
}
.ht-widget-contact .ht-content:hover {
  color: var(--theme-color);
}
.ht-widget-contact .info-box-label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.copyright-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

#menu-footer-menu,
.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu-footer-menu li,
.footer-menu li {
  display: inline-block;
}
#menu-footer-menu li:last-child a,
.footer-menu li:last-child a {
  margin-right: 0;
}
#menu-footer-menu li a,
.footer-menu li a {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#menu-footer-menu li a:hover,
.footer-menu li a:hover {
  color: var(--theme-color);
}
@media only screen and (max-width: 1200px) {
  #menu-footer-menu li a,
  .footer-menu li a {
    font-size: 20px;
  }
}

.footer-two {
  padding-left: 85px;
  padding-right: 85px;
}
@media only screen and (max-width: 1600px) {
  .footer-two {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-two .copyright-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  border-color: rgba(0, 0, 0, 0.4);
}
.footer-two .footer-menu li a:hover {
  color: var(--theme-color2);
}
.footer-two .copyright-text a:hover {
  color: var(--theme-color2);
}

.footer-three .copyright-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  border-color: rgba(0, 0, 0, 0.4);
}
.footer-three .footer-logo {
  margin-bottom: 26px;
}
.footer-three .widget-title {
  margin-bottom: 37px;
  font-weight: 600;
  font-family: var(--body-font);
}
.footer-three .footer-widget .description {
  font-size: 20px;
  line-height: 36px;
  max-width: 70%;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
  .footer-three .footer-widget .description {
    max-width: 100%;
  }
}
.footer-three .footer-widget ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.footer-three .footer-widget ul li {
  margin-right: 50px;
}
.footer-three .footer-widget ul li:last-child {
  margin-right: 0;
}
.footer-three .footer-widget ul li a {
  font-weight: 600;
  font-family: var(--body-font);
}
@media only screen and (max-width: 767.98px) {
  .footer-three .footer-widget ul {
    flex-direction: column;
    align-items: start;
  }
}
.footer-three .social-links2 a:hover {
  color: var(--white-color);
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.footer-three .footer-menu li a:hover {
  color: var(--theme-color);
}
.footer-three .copyright-text a:hover {
  color: var(--theme-color);
}

.footer-four {
  padding-left: 145px;
  padding-right: 145px;
}
.footer-four .shape-1 {
  margin-top: 28px;
  margin-left: 200px;
  animation: rotation infinite linear 16s;
}
.footer-four .subscribe-form input {
  height: 70px;
}
.footer-four .subscribe-form button {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  background: var(--theme-color);
  height: 50px;
  top: 7px;
  right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767.98px) {
  .footer-four .subscribe-form {
    right: 0;
  }
}
@media only screen and (max-width: 1800px) {
  .footer-four {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-five .copyright-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  border-color: rgba(0, 0, 0, 0.4);
}
.footer-five .footer-logo {
  margin-bottom: 26px;
}
.footer-five .widget-title {
  margin-bottom: 37px;
  font-weight: 600;
  font-family: var(--body-font);
}
.footer-five .footer-widget .description {
  font-size: 20px;
  line-height: 36px;
  max-width: 70%;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
  .footer-five .footer-widget .description {
    max-width: 100%;
  }
}
.footer-five .footer-widget ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.footer-five .footer-widget ul li {
  margin-right: 50px;
}
.footer-five .footer-widget ul li:last-child {
  margin-right: 0;
}
.footer-five .footer-widget ul li a {
  font-weight: 600;
  font-family: var(--body-font);
}
@media only screen and (max-width: 767.98px) {
  .footer-five .footer-widget ul {
    flex-direction: column;
    align-items: start;
  }
}
.footer-five .social-links2 a:hover {
  color: var(--white-color);
  background: var(--theme-color2);
  border-color: var(--theme-color2);
}
.footer-five .footer-menu li a:hover {
  color: var(--theme-color);
}
.footer-five .copyright-text a:hover {
  color: var(--theme-color);
}
.footer-five .subscribe-form button {
  background: var(--theme-color2);
}

.footer-six .copyright-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  border-color: rgba(0, 0, 0, 0.4);
}
.footer-six .footer-logo {
  margin-bottom: 26px;
}
.footer-six .widget-title {
  margin-bottom: 37px;
  font-weight: 600;
  font-family: var(--body-font);
}
.footer-six .footer-widget .description {
  font-size: 20px;
  line-height: 36px;
  max-width: 70%;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
  .footer-six .footer-widget .description {
    max-width: 100%;
  }
}
.footer-six .footer-widget ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.footer-six .footer-widget ul li {
  margin-right: 50px;
}
.footer-six .footer-widget ul li:last-child {
  margin-right: 0;
}
.footer-six .footer-widget ul li a {
  font-weight: 600;
  font-family: var(--body-font);
}
@media only screen and (max-width: 767.98px) {
  .footer-six .footer-widget ul {
    flex-direction: column;
    align-items: start;
  }
}
.footer-six .social-links2 a:hover {
  color: var(--white-color);
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.footer-six .footer-menu li a:hover {
  color: var(--theme-color);
}
.footer-six .copyright-text a:hover {
  color: var(--theme-color);
}
.footer-six .subscribe-form input {
  border-width: 1px;
}

/*
  Theme Name: 
  Author: Hamina-Themes
  Support: hasanlab1999@hotmail.com
  Description: 
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. footer
*/
/*.........<! 1. Theme default css !>.........*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

pre {
  display: block;
  font-size: 87.5%;
  color: var(--white-color);
  border: 1px solid #ddd;
  padding: 15px;
}

/*......... Alignments .........*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*......... screen-reader-text .........*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually*/
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*------ht-unit css-------*/
.blog-content dl,
.blog-content ol,
.blog-content ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.blog-details-wrapper ol li,
.blog-details-wrapper ul li {
  padding-top: 7px;
}

.ht-blog-area ol ol,
.ht-blog-area ol ul,
.ht-blog-area ul ol,
.ht-blog-area ul ul {
  margin-bottom: 0;
}

.ht-blog-area ol li,
.ht-blog-area ul li,
.ht-blog-area dl li {
  color: var(--body-color);
}

ol.wp-block-latest-comments {
  padding-left: 0;
}

.comment-list > ul > li {
  list-style: none;
}

/*......... ht-page-content form .........*/
.ht-page-content ol li ol,
.ht-page-content ul li ul {
  margin-top: 7px;
}

.ht-page-content ol ol,
.ht-page-content ol ul,
.ht-page-content ul ol,
.ht-page-content ul ul {
  margin-bottom: 0;
}

.ht-page-content ol,
.ht-page-content ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.ht-page-content table,
.ht-page-content th,
.ht-page-content td {
  border: 1px solid #d1d1d1;
}
.ht-page-content table {
  margin-bottom: 30px;
}
.ht-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 500;
}
.ht-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.ht-page-content table tbody td {
  text-align: center;
}
.ht-page-content table a {
  color: var(--theme-color);
}

.ht-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 60px;
  clear: both;
}

.ht-page-content .comments-wrapper {
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  padding-top: 30px;
}

.ht-page-content .page-content > p {
  margin-bottom: 30px;
}

.ht-page-area p.form-text {
  margin-bottom: 15px;
}

/*......... blog .........*/
.blog-single ul li a,
dl a {
  color: #181818;
}
.blog-single ul li a:hover,
dl a:hover {
  color: var(--theme-color);
}

select {
  word-wrap: normal;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
}
select:focus, select:focus-visible {
  border: 1px solid var(--theme-color);
}
select:focus-visible {
  outline: none;
}

.nice-select {
  width: 100%;
  margin-bottom: 20px;
}
.nice-select .list {
  width: 100%;
}

img.alignright.size-thumbnail {
  margin-top: 60px;
  margin-bottom: 20px;
}

.blog-details-wrapper table a {
  color: var(--theme-color);
}

.blog-details .blog-details-wrapper p {
  margin-bottom: 20px;
}

.blog-details-wrapper .format-chat.blog-single .blog-content > p:nth-child(2n) {
  background: rgba(24, 24, 24, 0.04);
  padding: 5px 20px;
}

.comments-avatar {
  float: left;
}
.comments-avatar img {
  margin-right: 15px;
}

.comment-content {
  overflow: hidden;
}

.sticky.classic-style {
  border-top: 3px solid var(--theme-color);
}

.wp-block-search {
  margin-bottom: 30px;
}

label.wp-block-search__label {
  margin-bottom: 15px;
}

.blog-thumb iframe {
  width: 100%;
}

.blog-details-wrapper p:last-child {
  margin-bottom: 0;
}
.blog-details-wrapper .post-details-meta .wp-block-group p {
  color: var(--white-color);
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile .wp-block-media-text__content p.has-large-font-size,
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile .wp-block-media-text__content p {
  color: var(--body-color);
}

.wp-block-group.has-background .wp-block-group__inner-container p,
.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow p,
.wp-block-group.has-background .wp-block-group__inner-container p {
  color: var(--body-color);
}

.wp-block-media-text__content .has-large-font-size,
.wp-block-media-text__content p {
  color: var(--body-color);
  line-height: 1.4;
}

figure.wp-block-table.is-style-stripes table tr:nth-child(odd) td {
  color: #000;
}

.post-details-meta ul li a,
dl a {
  color: var(--white-color);
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  text-decoration: underline;
}

.post-details-meta ul li a:hover,
dl a:hover {
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
  padding: 0;
}

.wp-block-search__input {
  color: var(--title-color);
  font-size: 16px;
  height: 60px;
  width: 100%;
  line-height: 50px;
  padding-left: 22px;
  border: 0;
  background: var(--white-color);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 3px;
}
.wp-block-search__input::placeholder {
  color: var(--white-color);
}
.wp-block-search__input::-moz-placeholder {
  color: var(--body-color);
}
.wp-block-search__input::-ms-placeholder {
  color: var(--body-color);
}
.wp-block-search__input::-o-placeholder {
  color: var(--body-color);
}

.wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 15px;
  border: 0;
  background: var(--black-color);
  color: var(--white-color);
  border-radius: 0;
  z-index: 1;
  padding: 0 14px;
  margin: 0;
  border-radius: 6px;
}

.wp-block-navigation-item__content {
  padding: 0;
}

div.blog-details-wrapper .wp-block-cover-text {
  color: var(--white-color);
}

/*......... wp-calendar .........*/
#wp-calendar caption {
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
}

#wp-calendar thead th {
  color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
#wp-calendar tbody td {
  color: var(--body-color);
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}
#wp-calendar tbody td#today {
  background: var(--theme-color);
  color: var(--white-color);
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

/*......... page-links .........*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  margin-top: 10px;
  padding-top: 30px;
}

.page-links {
  clear: both;
  margin: 0 0 0 2px;
  margin-top: 30px;
}

.page-links > a, .page-links > span:not(.page-links-title) {
  display: inline-block;
  color: var(--title-color);
  font-size: 16px;
  border: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid var(--title-color);
  text-align: center;
  margin-left: 4px;
  padding: 0;
  border-radius: 5px;
}
.page-links > a:focus, .page-links > a:hover, .page-links > a.current, .page-links > span:not(.page-links-title):focus, .page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title).current {
  color: var(--white-color);
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.wp-block-button .wp-block-button__link:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}

/*......... wp-block-group .........*/
.wp-block-group.has-background {
  padding: 0;
}

.wp-block-column.has-pale-cyan-blue-background-color.has-background.is-layout-flow.wp-block-column-is-layout-flow p {
  color: var(--white-color);
}

.wp-block-columns.has-pale-pink-background-color.has-background.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex {
  padding: 0;
}
.wp-block-columns.has-pale-pink-background-color.has-background.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex p {
  color: var(--white-color);
}

.wp-block-cover {
  margin-bottom: 30px;
}

.blocks-gallery-caption {
  color: var(--body-color);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.post-details-metap.has-large-font-size {
  font-size: 24px;
  line-height: 1.2;
}

/*......... blockquote .........*/
figure.alignright.is-resized {
  margin-top: 70px;
  margin-bottom: 30px;
}

.wp-block-quote {
  border: 0;
}

blockquote p cite {
  display: inline-block;
  margin-top: 10px;
}

blockquote {
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 5px 15px 40px 3px rgba(24, 24, 24, 0.05);
  padding: 30px 40px 30px 40px;
  margin: 35px 0 !important;
  border-radius: 6px;
  position: relative;
  clear: both;
  z-index: 1;
}
blockquote::before {
  content: "\f6b0";
  position: static;
  font-family: "bootstrap-icons";
  color: var(--theme-color);
  font-size: 25px;
  left: 0;
  top: 0;
  z-index: 1;
}
blockquote p {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
}
blockquote cite {
  color: var(--title-color);
  font-size: 26px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ht-blog-area blockquote {
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 5px 15px 40px 3px rgba(24, 24, 24, 0.05);
  padding: 36px 40px 30px 40px;
  margin: 35px 0 !important;
  position: relative;
  clear: both;
  z-index: 1;
}
.ht-blog-area blockquote::before {
  content: "\f6b0";
  position: static;
  font-family: "bootstrap-icons";
  color: var(--theme-color);
  font-size: 25px;
  left: 0;
  top: 0;
  z-index: 1;
}
.ht-blog-area blockquote p {
  color: var(--body-color);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.ht-blog-area blockquote cite {
  color: var(--title-color);
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .ht-blog-area blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wp-block-quote.is-style-large {
  padding: 20px 40px 30px 40px;
}

.wp-block-table th {
  color: var(--title-color);
}
.wp-block-table td {
  color: var(--body-color);
}

pre {
  display: block;
  font-size: 87.5%;
  color: var(--body-color);
  border: 1px solid #ddd;
  padding: 15px;
}

.media-tag {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.wp-block-table figcaption,
.wp-block-image figcaption,
.wp-block-embed figcaption {
  color: var(--body-color);
}

.ht-blog-area .wp-block-column blockquote {
  padding: 15px 15px;
}
.ht-blog-area .wp-block-column blockquote p {
  margin-bottom: 10px;
}
.ht-blog-area .wp-block-column blockquote cite {
  font-size: 16px;
}

blockquote.wp-block-quote.has-text-align-right.extraclass {
  padding: 36px 40px 30px 40px;
  border: 0;
}

.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote {
  background: var(--white-color);
  display: inline-block;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color.has-very-dark-gray-color p {
  margin-bottom: 20px;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  margin-bottom: 0;
}

.post__quote .post-text blockquote p cite {
  margin-top: 15px;
  display: inline-block;
}

.wp-block-post-comments-form input[type=submit] {
  border: 0;
  overflow: hidden;
  color: var(--white-color);
  background: var(--black-color);
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 16px 30px 16px 30px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s;
}
.wp-block-post-comments-form input[type=submit]:hover {
  color: var(--white-color);
  background: var(--title-color);
}

.wp-block-categories-list.wp-block-categories li a,
.wp-block-latest-posts__list.wp-block-latest-posts li a,
.wp-block-page-list li a,
.wp-block-rss li a,
.wp-block-archives-list.extraclass.wp-block-archives li a {
  transition: all 0.3s;
}
.wp-block-categories-list.wp-block-categories li a:hover,
.wp-block-latest-posts__list.wp-block-latest-posts li a:hover,
.wp-block-page-list li a:hover,
.wp-block-rss li a:hover,
.wp-block-archives-list.extraclass.wp-block-archives li a:hover {
  color: var(--theme-color);
}

/*......... table .........*/
.blog-details-wrapper table {
  margin-bottom: 30px;
  width: 100%;
}

.blog-details-wrapper table th {
  padding: 12px 12px;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  text-align: center;
  font-weight: 400;
}
.blog-details-wrapper table td {
  border: 1px solid #e1e1e1;
  padding: 12px 12px;
  text-align: center;
}

/*......... block button .........*/
.wp-block-button {
  margin-bottom: 10px;
}

/*......... gallery .........*/
.gallery-columns-2 .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-item .wp-caption-text.gallery-caption {
  font-size: 16px;
  line-height: 1.5;
}

.gallery-columns-1 {
  margin-bottom: 1.5em;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}
.gallery-columns-1 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-2 {
  margin-bottom: 1.5em;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-2 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-3 {
  margin-bottom: 1.5em;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-3 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-4 {
  margin-bottom: 1.5em;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-4 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-5 {
  margin-bottom: 1.5em;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-5 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-6 {
  margin-bottom: 1.5em;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-6 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-7 {
  margin-bottom: 1.5em;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-7 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-8 {
  margin-bottom: 1.5em;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-8 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-9 {
  margin-bottom: 1.5em;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-9 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.post-details-meta .nice-select {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.post-details-meta .nice-select .option {
  font-size: 16px;
}
.post-details-meta .nice-select ul.list li {
  padding-top: 0;
}

.wp-block-group.has-background {
  margin-bottom: 25px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 20px;
}

.wp-block-preformatted {
  margin: 30px 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 16px;
  font-style: italic;
}

/*......... password form .........*/
.post-password-form p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
}
.post-password-form label {
  color: var(--title-color);
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
  gap: 15px;
}
.post-password-form input[type=password] {
  background: var(--white-color);
  border: 1px solid rgba(7, 17, 6, 0.1);
  height: 50px;
  width: 100%;
  padding: 0 15px;
}
.post-password-form input[type=submit] {
  font-size: 18px;
  width: 120px;
  height: 50px;
  background: var(--theme-color);
  color: var(--white-color);
  border: 0;
  transition: 0.3s;
}
.post-password-form input[type=submit]:hover {
  background: var(--title-color);
}

/*......... comment .........*/
.sidebar-area .widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author,
.blog-single .blog-content .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
  color: var(--dark-color);
  font-weight: 500;
}
.sidebar-area .widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author:hover,
.blog-single .blog-content .wp-block-latest-comments article a.wp-block-latest-comments__comment-author:hover {
  color: var(--theme-color);
}

.blog-single .blog-content .wp-block-latest-comments article a.wp-block-latest-comments__comment-link:hover {
  color: var(--theme-color);
}

.sidebar-area .widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-link:hover {
  color: var(--theme-color);
}

.sidebar-area .widget_archive select,
.sidebar-area .widget_categories select {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--title-color);
}
.sidebar-area .widget_archive select option,
.sidebar-area .widget_categories select option {
  color: var(--title-color);
}

.sidebar-area #wp-calendar thead {
  background: var(--white-color);
}
.sidebar-area #wp-calendar thead th {
  color: var(--title-color);
}

.widget.footer-widget {
  background: none;
}

.sidebar-area .wp-block-calendar #wp-calendar thead th {
  color: var(--title-color);
}

.comment-reply-title {
  margin-bottom: 30px;
}
.comment-reply-title #cancel-comment-reply-link {
  color: var(--theme-color);
  font-size: 18px;
  margin-left: 10px;
  transition: all 0.4s;
}
.comment-reply-title #cancel-comment-reply-link:hover {
  color: var(--title-color);
}
@media screen and (max-width: 992px) {
  .comment-reply-title {
    font-size: 24px;
  }
}

.comment-form-cookies-consent label {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.post-comments .comments-text > ul,
.post-comments .comments-text > ol {
  margin-bottom: 20px;
}

.post-comments .comments-text ul li,
.post-comments .comments-text ol li {
  margin-bottom: 3px;
}

.comments-wrapper .comment-list ul ul {
  margin-left: 0;
}

.comments-wrapper ul .children {
  list-style: none;
}

.comment-list ul li .children {
  margin-left: 60px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .comment-list ul li .children {
    margin-left: 0px;
  }
}

div.comment-list > ul {
  padding-left: 0;
}

.comments-wrapper .comment-list .comments-box {
  margin-bottom: 0;
}

.comment-list ul li {
  margin-bottom: 10px;
}

/*......... blog sidebar .........*/
.sidebar-area ul li ul {
  padding-top: 10px;
  padding-left: 15px;
}

.widget_meta ul {
  padding-left: 0;
  margin: 0;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  list-style: none;
  padding: 0;
}

.widget_recent_comments ul li .comment-author-link a:hover {
  color: var(--theme-color);
}

.widget ul {
  margin: 0;
}
.widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.widget ul li a:hover {
  color: var(--theme-color);
}
.widget .nice-select {
  float: none;
  background: transparent;
  font-size: 16px;
  margin-bottom: 0;
}
.widget .nice-select ul li {
  margin-bottom: 0;
}
.widget .nice-select .list {
  width: 100%;
}
.widget .nice-select .option {
  margin-bottom: 0 !important;
}
.widget #wp-calendar caption {
  text-align: right;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
.widget #wp-calendar tbody td {
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 13px;
  transition: 0.3s;
}
.widget #wp-calendar tbody td#today {
  background: var(--theme-color);
  color: var(--white-color);
}
@media (max-width: 767px) {
  .widget #wp-calendar tbody td {
    padding: 6px 10px;
  }
}
.widget.widget_categories ul {
  list-style: none;
}
.widget.widget_categories ul li a {
  margin-bottom: 0;
}
.widget.widget_categories ul li a:hover {
  color: var(--theme-color);
}
.widget.widget_pages ul, .widget.widget_meta ul {
  list-style: none;
}
.widget.widget_recent_comments .comment-author-link a {
  color: var(--title-color);
  font-weight: 500;
}
.widget.widget_recent_comments .comment-author-link a:hover {
  color: var(--theme-color);
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidge {
  color: var(--title-color);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.widget_rss ul .rsswidget:hover,
.wp-block-rss ul .rsswidge:hover {
  color: var(--theme-color);
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-size: 14px;
}
.widget_rss ul cite::before,
.wp-block-rss ul cite::before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--title-color);
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--body-color);
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}

/*......... footer .........*/
.bypostauthor {
  display: block;
}

footer .footer-widget .sidebar-search {
  position: relative;
  background: #f3f3f3;
  z-index: 1;
}
footer .footer-widget .sidebar-search input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 50px 0 20px;
  font-size: 18px;
  height: 50px;
}
footer .footer-widget .sidebar-search button {
  position: absolute;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #29594b;
  color: var(--white-color);
}
footer .footer-widget ul {
  padding: 0;
  margin: 0;
}
footer .footer-widget ul ul {
  padding-left: 10px;
  padding-top: 0;
}
footer .footer-widget .nice-select {
  float: none;
}
footer .footer-widget .nice-select span.current {
  color: var(--white-color);
}
footer .footer-widget .nice-select .list {
  width: 100%;
}
footer .footer-widget .nice-select ul li {
  margin-bottom: 0;
  font-size: 16px;
  min-height: 35px;
  line-height: 35px;
}
footer .footer-widget #wp-calendar thead th {
  color: var(--title-color);
}
footer .footer-widget #wp-calendar tbody td {
  color: var(--white-color);
  padding: 5px 8px;
}
footer .footer-widget #wp-calendar caption {
  color: var(--white-color);
}
footer .footer-widget #wp-calendar .wp-calendar-nav-prev a {
  color: var(--white-color);
}
footer .footer-widget .widget_categories ul li {
  line-height: 1;
  margin-bottom: 12px;
}
footer .footer-widget .widget_categories ul li a {
  margin-bottom: 0;
}
footer .footer-widget.widget_recent_comments li.recentcomments {
  color: var(--white-color);
  line-height: 1.8;
}
footer .footer-widget.widget_recent_comments .comment-author-link a {
  color: var(--white-color);
  font-weight: 500;
}
footer .footer-widget.widget_rss ul li a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  font-weight: 500;
}
footer .footer-widget.widget_rss ul li cite {
  color: var(--white-color);
  font-size: 16px;
}
footer .footer-widget.widget_rss span.rss-date {
  color: var(--white-color);
}
footer .footer-widget .rssSummary {
  color: var(--white-color);
  line-height: 1.5;
  font-size: 16px;
}

/*.........block widget css..........*/
.sidebar-area .wp-block-search,
.sidebar-area select {
  margin-bottom: 0;
}
.sidebar-area .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  color: var(--white-color);
  font-weight: 500;
}

/*..........footer block widget..........*/
.footer-widget .wp-block-group__inner-container h2,
.footer-widget .wp-block-search .wp-block-search__label {
  color: var(--white-color);
  font-size: 24px;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget .wp-block-group__inner-container h2,
  .footer-widget .wp-block-search .wp-block-search__label {
    font-size: 20px;
  }
}
.footer-widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  color: var(--white-color);
  font-weight: 500;
}
.footer-widget .wp-block-tag-cloud {
  margin: 0 -4px;
}
.footer-widget .wp-block-tag-cloud a {
  color: var(--white-color);
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.03);
  display: inline-block;
  padding: 15px 21px;
  margin: 5px 5px;
  border-radius: 6px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.footer-widget .wp-block-tag-cloud a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--white-color);
  border-radius: 6px;
  width: 0px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.footer-widget .wp-block-tag-cloud a:hover {
  color: var(--white-color);
}
.footer-widget .wp-block-tag-cloud a:hover::before {
  width: 100%;
  background: var(--theme-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-widget .wp-block-tag-cloud a {
    padding: 16px 16px;
    margin: 5px 2px;
  }
}
@media (max-width: 767px) {
  .footer-widget .wp-block-tag-cloud a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}
.footer-widget .widget_categories ul li a {
  display: inline;
}

.wp-block-group__inner-container .wp-block-heading,
.wp-block-search .wp-block-search__label,
.widget-title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.comment-form .custom-checkbox input#wp-comment-cookies-consent {
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  margin-right: 0;
}
.comment-form p.form-text a {
  margin-left: 3px;
}
.comment-form p.form-text a:last-child {
  color: var(--theme-color);
}

.ht-comment-form .form-group > i,
.ht-comments-wrap .form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--theme-color);
  z-index: 1;
}

.ht-comment-form {
  margin-top: 50px;
}

.ht-comments-wrap .comment-title {
  margin-top: 50px;
}

.blog-comment-form .custom-checkbox.notice label,
.comment-form .custom-checkbox.notice label {
  display: inline-block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.share-media {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--title-color);
  clear: both;
}
.share-media .tag-title {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.share-media .tagcloud {
  display: inline-block;
}

.classic-style .wp-block-heading {
  margin: 25px 0;
}

.blog-comment-form label,
.comment-form label {
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

/*.................admin-bar..............*/
.admin-bar .theme-main-menu .main-header-area.sticky-menu {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .theme-main-menu .main-header-area.sticky-menu {
    top: 0;
  }
}

/*# sourceMappingURL=main.css.map */
