/* ----------------------------------------------------------------------------------------
* Author        : Codeclouds
* Template Name : HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */

/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Our Feature css
08. What We Do css
09. Why Choose Us css
10. Our Pricing css
11. Book Appointment css
12. Our FAQs css 
13. Our Team css
14. Our Partners css
15. Join Us css
16. Our Testimonial css
17. Our Blog css
18. Footer css 
19. About Us Page css 
20. Services Page css 
21. Service Single css 
22. Blog Archive css 
23. Blog Single css 
24. Case Study Page
25. Case Study Single css
26. Team Page css 
27. Team Single css 
28. Pricing Page css
29. Testimonials Page css 
30. Image Gallery css 
31. Video Gallery css 
32. FAQs Page css 
33. Contact Us Page css 
34. Book Appointment css
35. 404 Error Page css 
36. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/

/*** 	 01. Global Variables	  ***/

/************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



:root {
    --primary-color: #c7d300;
    --secondary-color: #000000;
    --accent-secondary-color: #c7d300;
    --bg-color: #303030;
    --text-color: #ffffff;
    --accent-color: #c7d300;
    --white-color: #ffffff;
    --divider-color: #c7d300;
    --dark-divider-color: #c7d300;
    --error-color: rgb(230, 87, 87);
    /* --default-font: "Plus Jakarta Sans", sans-serif; */
    --default-font: "Montserrat", sans-serif;
    --accent-font: "Roboto", sans-serif;
}

/************************************/

/*** 	   02. General css		  ***/

/************************************/

body {
  position: relative;
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  color: var(--bg-color);
  background: var(--text-color);
}

::-webkit-scrollbar-track {
  background-color: var(--secondary-color);
  border-left: 1px solid var(--secondary-color);
}

::-webkit-scrollbar {
  width: 7px;
  background-color: var(--secondary-color);
}

::-webkit-scrollbar-thumb {
  background: var(--accent-color);
}

::selection {
  color: var(--secondary-color);
  background-color: var(--accent-color);
  filter: invert(1);
}

p {
  line-height: 1.7em;
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--primary-color);
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

.container {
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.row.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}

.row.no-gutters > * {
  padding-right: 0px;
  padding-left: 0px;
}

.btn-default {
    position: relative;
    display: inline-block;
    background: #c7d300;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--white-color);
    border: none;
    padding: 18px 58px 18px 30px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.btn-default::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background: url("../images/arrow-secondary.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate(-30px, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.btn-default:hover::before {
  transform: translate(-30px, -50%) rotate(45deg);
}

.btn-default::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 102%;
  height: 100%;
  background-color: var(--white-color);
  transition: all 0.5s ease-in-out;
  z-index: -1;
  transform: skewY(9.3deg) scaleY(0);
}

.btn-default:hover {
    color: #c7d300;
    background-color: var(--white-color);
}

.btn-default:hover::before {
    filter: brightness(0.8) invert(0.8);
}

.btn-default:hover::after {
  transform: skewY(0deg) scaleY(2);
}

.btn-default.btn-highlighted:hover {
  color: var(--primary-color);
}

.btn-default.btn-highlighted:hover::before {
  filter: brightness(0.8) invert(0.8);
}

.btn-default.btn-highlighted::after {
  background-color: var(--white-color);
}

.btn-default.border-btn {
  background: transparent;
  border: 1px solid var(--secondary-color);
  padding: 17px 58px 17px 30px;
}

.btn-default.border-btn:hover {
  border-color: var(--accent-color);
}

.btn-default.border-btn::after {
  background-color: var(--accent-color);
}

.btn-default.btn-icon-square {
  padding: 18px;
}

.btn-default.btn-icon-square::before {
  content: none;
}

.btn-icon-square .badge {
  position: absolute;
  background: var(--secondary-color);
  color: var(--text-color);
  top: 4px;
  left: auto;
  right: 4px;
  font-size: 10px;
  border: 1px solid var(--primary-color);
}

.readmore-btn {
  position: relative;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: var(--accent-color);
  padding-right: 25px;
  transition: all 0.4s ease-in-out;
}

.readmore-btn:hover {
  color: var(--primary-color);
}

.readmore-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../images/arrow-accent.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}

.readmore-btn:hover::before {
  filter: brightness(0.3) invert(0.3);
  transform: translateY(-50%) rotate(45deg);
}

.cb-cursor:before {
  background: var(--accent-color);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: var(--accent-secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--secondary-color) transparent
    var(--secondary-color);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg-section.dark-section {
  background-color: var(--secondary-color);
}

.bg-section {
  width: 100%;
  max-width: 1880px;
  /* border-radius: 20px; */
  margin: 0 auto;
  background-color: var(--secondary-color);
}

.section-row {
  margin-bottom: 40px;
}

.section-row .section-title {
  margin-bottom: 0;
}

.section-row .section-title.section-title-center {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.section-btn {
  text-align: right;
}

.section-content-btn .section-btn {
  margin-top: 30px;
  text-align: left;
}

.section-title-content p {
  margin-bottom: 20px;
}

.section-title-content p:last-child {
  margin-bottom: 0;
}

/* .section-title {
  margin-bottom: 30px;
} */

.section-title h3 {
  position: relative;
  display: inline-block;
  font-family: var(--accent-font);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: var(--primary-color);
  padding-left: 15px;
  margin-bottom: 10px;
}

.section-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--accent-secondary-color);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.section-title h1 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.section-title h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.section-title h1 span, .section-title h2 span {
    font-weight: 600 !important;
    font-family: "Poppins", sans-serif;
    color: var(--accent-color);
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 92px;
}

.dark-section .section-title h3,
.dark-section .section-title h1,
.dark-section .section-title h1 span,
.dark-section .section-title h2,
.dark-section .section-title h2 span,
.dark-section .section-title p,
.dark-section .section-title-content p {
  color: var(--white-color);
}

.dark-section .section-title h3::before {
  background-color: var(--secondary-color);
}

.help-block.with-errors ul {
  margin: 0;
  text-align: left;
}

.help-block.with-errors ul li {
  color: var(--error-color);
  font-weight: 500;
  font-size: 14px;
}

/************************************/

/**** 	   03. Header css		 ****/

/************************************/

header.main-header {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0; */
    background: transparent;
    /* z-index: 100; */
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

header.main-header .header-sticky {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 1480px;
  /* border-bottom: 1px solid var(--white-color); */
  margin: 0 auto;
  z-index: 100;
}

header.main-header .header-sticky.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  border-radius: 0;
}

header.main-header .header-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  transform: translateY(0);
  background: var(--accent-secondary-color);
  border: 1px solid var(--dark-divider-color);
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 0 15px;
}

.navbar {
  padding: 20px 0;
  align-items: center;
}

header.main-header .container-fluid {
  padding: 0;
}

.header-btn {
    display: flex;
    gap: 12px;
    align-items: center;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: 100%;
  max-width: 124px;
  filter: brightness(0) invert(1);
}

.main-menu .nav-menu-wrapper {
  flex: 1;
  text-align: center;
  margin: 0 20px;
}

.main-menu .nav-menu-wrapper > ul {
  align-items: center;
  display: inline-flex;
}

.main-menu ul li {
  margin: 0;
  position: relative;
}

.main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 14px 20px !important;
  color: var(--white-color);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: var(--white-color);
  text-decoration: underline;
}

.main-menu ul ul {
  visibility: hidden;
  opacity: 0;
  transform: scale(1, 0.8);
  transform-origin: top;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 235px;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--accent-color);
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.main-menu ul li.submenu:first-child ul {
  width: 235px;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
  text-align: left;
}

.main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
  padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after {
  content: "\f105";
  float: right;
}

.main-menu ul ul li {
  margin: 0;
  padding: 0;
}

.main-menu ul ul li a {
  color: var(--secondary-color);
  padding: 8px 20px !important;
  transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
  color: var(--primary-color);
  background-color: transparent;
  padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu {
  display: none;
}

.responsive-menu,
.navbar-toggle {
  display: none;
}

.responsive-menu {
  top: 0;
  position: relative;
}

.slicknav_btn {
  background: var(--accent-color);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 6px;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  width: 22px;
  background-color: var(--secondary-color);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
  margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
  margin-bottom: 0 !important;
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
  background-color: var(--secondary-color);
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
  background-color: var(--secondary-color);
}

.slicknav_menu {
  position: absolute;
  width: 100%;
  padding: 0;
  background: var(--accent-color);
}

.slicknav_menu ul {
  margin: 1px 0;
}

.slicknav_menu ul ul {
  margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 20px;
  color: var(--white-color);
  line-height: normal;
  margin: 0;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.slicknav_menu ul ul li a {
  padding: 7px 20px 7px 30px;
}

.slicknav_arrow {
  font-size: 0 !important;
}

.slicknav_arrow:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  color: var(--secondary-color);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after {
  transform: translateY(-50%) rotate(-180deg);
  color: var(--primary-color);
}

/************************************/

/***         04. Hero css	      ***/

/************************************/

.hero {
  position: relative;
  background-image: url("../images/hero-bg.png");
  padding: 190px 0 75px;
  /* margin-top: 20px; */
}

.hero-section {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.hero .container-fluid {
  padding: 0;
}

.hero.hero-bg-image {
    position: relative;
    background: url(../images/hero-bg.jpg) no-repeat;
    background-position: right;
    background-size: cover;
    overflow: hidden;
    padding: 136px 0 136px;
}

.hero.hero-bg-image::before {
  content: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
      180.07deg,
      rgba(0, 0, 0, 0.3) 0.06%,
      #000000 114.98%
    ),
    linear-gradient(359.91deg, rgba(0, 0, 0, 0.3) 70.64%, #000000 99.95%);
  opacity: 80%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero.hero-bg-image.hero-video .hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero.hero-bg-image.hero-video .hero-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  height: 100%;
  align-content: center;
  z-index: 2;
}

.hero-content .section-title p {
  font-size: 18px;
  margin-bottom: 30px;
}

.hero-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}

.hero-img {
  position: relative;
  height: 100%;
  align-content: end;
  padding: 0 140px 0 85px;
  z-index: 2;
}

.hero-img figure {
  display: block;
}

.hero-img figure img {
  width: 100%;
  aspect-ratio: 1 / 1.61;
  object-fit: cover;
  margin-bottom: -75px;
}

.hero-rating-box {
  position: absolute;
  bottom: 23%;
  right: 0;
  text-align: center;
  background-color: var(--secondary-color);
  box-shadow: 0px 0px 20px 0px #1b24311a;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  z-index: 1;
}

.hero-rating-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  border-radius: 999px 999px 0 0;
  width: 100%;
  height: 0;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

.hero-rating-box:hover::before {
  border-radius: 0;
  height: 100%;
}

.hero-rating-header,
.hero-rating-body {
  position: relative;
  z-index: 1;
}

.hero-rating-header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.hero-rating-box:hover .hero-rating-header {
  border-color: var(--dark-divider-color);
}

.hero-rating-header img {
  width: 100%;
  max-width: 30px;
  margin-right: 20px;
}

.hero-rating-header p,
.hero-rating-counter p {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.hero-rating-box:hover .hero-rating-header p,
.hero-rating-box:hover .hero-rating-counter p,
.hero-rating-box:hover .hero-rating-star i {
  color: var(--secondary-color);
}

.hero-rating-star {
  margin-bottom: 15px;
}

.hero-rating-star i {
  color: var(--accent-color);
  transition: all 0.4s ease-in-out;
}

/************************************/

/*** 	 	05. About Us css	  ***/

/************************************/

.about-us {
  padding: 70px 0;
  
}

.about-white{
 background: #f8f8f8;
}

.about-title-box {
 width: 100%;
    max-width: 1050px;
    text-align: center;
    margin: 0 auto;
}

.about-us-btn {
  margin-top: 60px;
}

.about-us-item {
    visibility: visible;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    animation-name: rt-fadeInUp;
    background: #fff;
}

@keyframes rt-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100px,0);
        transform: translate3d(0,100px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.radius-block-3d-flip-container{
    transform-style: preserve-3d;
    perspective: 1e3px;
}

.about-item-content{
   border-radius: 30px 0 30px 0;
   padding: 20px;
   min-height: 288px;
}

.radius-block-3d-flip-container .rt-flip-front{
    transform: rotateY(0);
    transform-style: preserve-3d;
    background-blend-mode: luminosity;
    background-color: #fff;
    color: #000;
}

.radius-block-3d-flip-container .rt-flip-back{
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.radius-block-3d-flip-container:hover .rt-flip-front{
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    background-blend-mode: luminosity;
    background-color: #fff;
}

.radius-block-3d-flip-container:hover .rt-flip-back{
   transform: rotateY(0);
   transform-style: preserve-3d;
}

.rt-flip-front, .rt-flip-back{
   background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .16);
    transition: transform .7s 
cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 330px;
    height: auto;
    /* color: var(--color-white); */
}

.rt-flip-inner{
    transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 30px;
    outline: 1px solid transparent;
    perspective: inherit;
    z-index: 2;
}

.about-us-image {
  width: 100%;
  max-width: 100%;
}

.about-us-image figure {
    display: block;
    mask-size: auto;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* border: 12px ridge var(--primary-color); */
}

.box-gap{
    margin-bottom: 20px;
}

.number_div{
    width: 12%;
    margin-bottom: 10px;
}

.rt-3d-flip-x-reverse .rt-flip-front {
    transform: rotateX(0);
}

.rt-3d-flip-x-reverse .rt-flip-back {
    transform: rotateX(-180deg);
}

.rt-3d-flip-x-reverse:hover .rt-flip-front {
    transform: rotateX(180deg);
}

.rt-3d-flip-x-reverse:hover .rt-flip-back {
    transform: rotateX(0);
}

.radius-block-3d-flip-container:hover .rt-flip-inner h3{
        color: var(--text-color);
}

.about-box-1 .about-us-image figure {
  /* mask-image: url("../images/about-bg-shape-1.svg"); */
  /* background-image: url("../images/about-bg-shape-1.svg"); */
}

.about-box-2 .about-us-image figure {
  /* mask-image: url("../images/about-bg-shape-2.svg"); */
  /* background-image: url("../images/about-bg-shape-2.svg"); */
}

.about-box-3 .about-us-image figure {
  /* mask-image: url("../images/about-bg-shape-3.svg"); */
  /* background-image: url("../images/about-bg-shape-3.svg"); */
}

.about-us-image figure img {
  width: 100%;
}

.about-item-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.about-item-content p {
  margin-bottom: 0;
  color: #555555;
}

/************************************/

/*** 	 06. Our Services css	  ***/

/************************************/

.our-services {
  margin: 0px;
  background-color: #090909;
}

.service-item {
  position: relative;
  /* background: var(--white-color); */
  height: 100%;
  padding: 40px;
  overflow: hidden;
  box-shadow: 0 9px 29px rgba(0, 0, 0, .11);
  text-align: left;
}

.b-discount__item1{
    background: url(../images/discount-bg1.jpg);
}

.b-discount__item3{
    background: url(../images/discount-bg2.jpg);
}

/* .service-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  border-radius: 999px 999px 0 0;
  width: 100%;
  height: 0;
  z-index: 0;
  transition: all 0.4s ease-in-out;
} */

.service-item.active::before,
.service-item:hover::before {
  border-radius: 0;
  height: 100%;
}

.service-item .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

/* .service-item.active .icon-box,
.service-item:hover .icon-box {
  background: var(--secondary-color);
} */

.b-about__decor{
    position: absolute;
    left: 0;
    top: 0;
    width: 44%;
    background: #be1e2d;
    height: 100%;
    z-index: -1;
}

.b-about__decor:after {
    content: '';
    width: 174px;
    height: 100%;
    background: url(../images/about-bg-red.png) no-repeat;
    position: absolute;
    right: -174px;
    top: 0;
}

.service-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 70%;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  filter: brightness(0) invert(1);
}

.service-item.active .icon-box img,
.service-item:hover .icon-box img {
  /* filter: brightness(0) invert(0.2); */
}

.service-content,
.service-item-list {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.service-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.service-content h3 a {
  color: inherit;
}

.service-content p {
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
  color: var(--text-color);
}

.service-item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-item-list ul li {
  position: relative;
  line-height: 1.5em;
  padding-left: 30px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.service-item-list ul li:last-child {
  margin-bottom: 0;
}

.service-item-list ul li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  transition: all 0.4s ease-in-out;
}

/* .service-item.active .service-content h3,
.service-item:hover .service-content h3,
.service-item.active .service-content p,
.service-item:hover .service-content p,
.service-item.active .service-item-list ul li,
.service-item:hover .service-item-list ul li,
.service-item.active .service-item-list ul li::before,
.service-item:hover .service-item-list ul li::before,
.service-item.active .service-btn a,
.service-item:hover .service-btn a {
   color: var(--text-color);
} */

.service-item.active .service-btn a::before,
.service-item:hover .service-btn a::before {
  filter: brightness(0) invert(1);
}

.section-footer-text {
  margin-top: 30px;
  text-align: center;
}

.section-footer-text p {
  margin-bottom: 0;
}

.dark-section .section-footer-text p {
  color: var(--secondary-color);
}

.section-footer-text span {
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary-color);
  background: var(--accent-color);
  padding: 3px 10px;
  border-radius: 100px;
  margin-right: 10px;
}

.section-footer-text p a {
  font-family: var(--accent-font);
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.dark-section .section-footer-text p a {
  color: var(--secondary-color);
}

.section-footer-text p a:hover {
  color: var(--accent-color);
}

/************************************/

/*** 	  07. Our Feature css	  ***/

/************************************/

.our-feature {
  padding: 100px 0;
}

.our-feature .section-title h2 img {
  width: 100%;
  max-width: 110px;
  border: 2px solid var(--secondary-color);
  border-radius: 100px;
  box-shadow: 0px 0px 10px 0px #505b3533;
}

.feature-item {
  position: relative;
  background-color: var(--secondary-color);
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 40px;
  overflow: hidden;
}

.feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  border-radius: 999px 999px 0 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.feature-item.active::before,
.feature-item:hover::before {
  height: 100%;
  border-radius: 0;
}

.feature-item .icon-box {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}

.feature-item .icon-box img {
  width: 100%;
  max-width: 100px;
  transition: all 0.5s ease-in-out;
}

.feature-item.active .icon-box img,
.feature-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.feature-item-header,
.feature-item-body {
  position: relative;
  z-index: 1;
}

.feature-item-header {
  margin-bottom: 70px;
}

.feature-item-header h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  background: var(--secondary-color);
  border: 1px solid var(--divider-color);
  border-radius: 100px;
  padding: 8px 15px;
}

.feature-item-body p {
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.feature-item-body h3 {
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.feature-item.active .feature-item-body p,
.feature-item:hover .feature-item-body p,
.feature-item.active .feature-item-body h3,
.feature-item:hover .feature-item-body h3 {
  color: var(--secondary-color);
}

.feature-list {
  width: 100%;
  max-width: 1050px;
  margin: 30px auto 0;
}

.feature-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list ul li {
  color: var(--primary-color);
  border: 1px solid var(--divider-color);
  border-radius: 100px;
  padding: 10px 24px;
}

/************************************/

/*** 	  08. What We Do css	  ***/

/************************************/

.what-we-do {
  background-color: var(--secondary-color);
  padding: 100px 0;
}

.what-we-do-content {
  position: sticky;
  top: 20px;
  margin-right: 15px;
}

.what-we-do-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}

.what-we-do-item {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
}

.what-we-do-item .icon-box {
  position: relative;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 50%;
  margin-right: 20px;
}

.what-we-do-item .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.what-we-do-item:hover .icon-box::before {
  transform: scale(1);
}

.what-we-do-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 24px;
  z-index: 1;
}

.what-do-item-content {
  width: calc(100% - 70px);
}

.what-do-item-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.what-do-item-content p {
  margin-bottom: 0;
}

/************************************/

/*** 	 09. Why Choose Us css	  ***/

/************************************/

.why-choose-us {
    padding: 68px 0;
    position: relative;
    z-index: 2;
    background: url(../images/why-choose-image.png) no-repeat right top;
    background-size: cover;
}

.why-choose-item-list {
  border-top: 1px solid var(--divider-color);
  padding-top: 40px;
}

.why-choose-item {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.why-choose-item:last-child {
  margin-bottom: 0;
}

.why-choose-item-header {
  width: 50%;
  display: flex;
  align-items: center;
}

.why-choose-item-header .icon-box {
  position: relative;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 50%;
  margin-right: 20px;
}

.why-choose-item-header .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.why-choose-item:hover .why-choose-item-header .icon-box::before {
  transform: scale(1);
}

.why-choose-item-header .icon-box img {
  position: relative;
  width: 100%;
  max-width: 24px;
  z-index: 1;
}

.why-choose-item-title {
  width: calc(100% - 70px);
}

.why-choose-item-title h3 {
  font-size: 20px;
  line-height: 1.3em;
}

.why-choose-item-content {
  width: calc(50% - 20px);
  border-left: 1px solid var(--divider-color);
  padding-left: 20px;
  margin-left: 20px;
}

.why-choose-item-content p {
  margin-bottom: 0;
}

.image-box{
    visibility: visible;
    animation-duration: 1200ms;
    animation-delay: 400ms;
    animation-name: rt-fadeInUp;
    position: relative;
    z-index: 1;
}

.why-choose-image {
    width: 401px;
    height: 590px;
    display: inline-block;
  position: relative;
  margin: 0 20px 0px;
  padding: 0;
  background: linear-gradient(#717171, #717171) padding-box,
    linear-gradient(
        180deg,
        rgba(99, 106, 85, 0.4) 0%,
        rgba(99, 106, 85, 0) 65.25%
      )
      border-box;
  border: 1px solid transparent;
  border-radius: 999px;
  animation-duration: 1200ms;
    animation-delay: 400ms;
    animation-name: rt-fadeInUp;
}

@keyframes rt-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100px,0);
        transform: translate3d(0,100px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.why-choose-us .item-image{
    position: absolute;
    bottom: -50px;
    left: 20px;
    z-index: 2;
    visibility: visible;
    animation-duration: 1200ms;
    animation-delay: 600ms;
    animation-name: rt-fadeInLeft;
}

@keyframes rt-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}


.why-choose-image figure {
  display: block;
  border-radius: 999px;
}

.why-choose-image figure img {
  width: 100%;
  /* aspect-ratio: 1 / 1.471; */
  object-fit: cover;
  border-radius: 999px;
}

.why-choose-image .contact-us-circle {
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  z-index: 1;
}

.contact-us-circle a {
  display: inline-block;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
}

.contact-us-circle a img {
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
  animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/************************************/

/*** 	  10. Our Pricing css	  ***/

/************************************/

.our-pricing {
  padding: 100px 0;
}

.pricing-box {
  background-color: var(--secondary-color);
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 40px;
}

.pricing-box .pricing-header {
  border-bottom: 1px dashed var(--divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.pricing-box .pricing-header h3 {
  font-size: 20px;
}

.pricing-content {
  margin-bottom: 30px;
}

.pricing-content h2 {
  font-size: 38px;
  display: flex;
  align-items: center;
  gap: 10px 30px;
  margin-bottom: 30px;
}

.pricing-content h2 span {
  font-size: 16px;
  font-weight: 600;
  background: var(--divider-color);
  border-radius: 10px;
  padding: 14px 30px;
  line-height: normal;
  color: var(--white-color);
}

.pricing-content p {
  margin-bottom: 0;
}

.pricing-btn {
  margin-bottom: 40px;
}

.pricing-btn .btn-default {
  display: block;
  text-align: center;
  padding: 18px;
}

.pricing-btn .btn-default::before {
  display: none;
}

.pricing-box.highlighted-box .pricing-btn .btn-default {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.pricing-box.highlighted-box .pricing-btn .btn-default:hover {
  color: var(--secondary-color);
}

.pricing-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-list ul li {
  position: relative;
  line-height: 1.5em;
  padding-left: 30px;
  margin-bottom: 15px;
}

.pricing-list ul li:last-child {
  margin-bottom: 0;
}

.pricing-list ul li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
}

.pricing-box.highlighted-box {
  background-color: var(--accent-color);
}

.pricing-box.highlighted-box .pricing-header {
  border-color: var(--white-color);
}

.pricing-box.highlighted-box .pricing-content h2 span {
  background: var(--dark-divider-color);
}

.pricing-box.highlighted-box .pricing-header h3,
.pricing-box.highlighted-box .pricing-content h2,
.pricing-box.highlighted-box .pricing-content p,
.pricing-box.highlighted-box .pricing-list ul li,
.pricing-box.highlighted-box .pricing-list ul li::before {
  color: var(--secondary-color);
}

.pricing-benefit-list {
  margin-top: 30px;
}

.pricing-benefit-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}

.pricing-benefit-list ul li {
  color: var(--secondary-color);
  display: inline-flex;
  align-items: center;
}

.pricing-benefit-list ul li img {
  max-width: 20px;
  margin-right: 15px;
}

/************************************/

/***   11. Book Appointment css	  ***/

/************************************/

.book-appointment {
  padding: 100px 0;
}

.appointment-image {
  position: relative;
  height: 100%;
}

.appointment-image figure {
  display: block;
  height: 100%;
  border-radius: 20px;
}

.appointment-image figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 0.6;
  object-fit: cover;
  border-radius: 20px;
}

.appointment-timing-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: var(--dark-divider-color);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 10px;
  padding: 20px 30px;
  z-index: 1;
}

.appointment-timing-box h3 {
  font-size: 20px;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.appointment-timing-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.appointment-timing-box ul li {
  line-height: 1.5em;
  color: var(--secondary-color);
  margin-bottom: 4px;
}

.appointment-timing-box ul li:last-child {
  margin-bottom: 0;
}

.appointment-form {
  height: 100%;
  align-content: center;
  background: var(--secondary-color);
  border-radius: 20px;
  padding: 50px;
}

.appointment-form .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--text-color);
  background-color: transparent;
  border: 1px solid var(--divider-color);
  border-radius: 10px;
  padding: 17px 20px;
  outline: none;
  box-shadow: none;
}

.appointment-form .form-control::placeholder {
  color: var(--text-color);
}

.appointment-form form .form-group select {
  padding: 18px 30px 18px 20px;
}

.appointment-form form .form-group select option {
  color: var(--primary-color);
  font-weight: 500;
}

.appointment-form .btn-default {
  width: 100%;
  text-align: center;
  padding: 18px;
}

.appointment-form .btn-default::before {
  display: none;
}

.benefit-counter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  border-top: 1px dashed var(--divider-color);
  margin-top: 80px;
  padding-top: 80px;
}

.benefit-counter-item {
  position: relative;
  width: calc(25% - 60px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.benefit-counter-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  bottom: 0;
  border-right: 1px dashed var(--divider-color);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}

.benefit-counter-item:last-child:before,
.benefit-counter-item:nth-child(4n + 4):before {
  display: none;
}

.benefit-counter-item .icon-box {
  position: relative;
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.benefit-counter-item .icon-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.benefit-counter-item:hover .icon-box::before {
  transform: scale(1);
}

.benefit-counter-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 24px;
  z-index: 1;
}

.benefit-counter-content {
  width: calc(100% - 70px);
}

.benefit-counter-content h2 {
  font-family: var(--accent-font);
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}

.benefit-counter-content p {
  color: var(--primary-color);
  text-transform: capitalize;
  margin: 0;
}

/************************************/

/***   	   12. Our FAQs css       ***/

/************************************/

.our-faqs {
  /* background-color: var(--secondary-color); */
  padding: 0;
}

.faqs-content .section-title {
  margin-bottom: 60px;
}

.faq-accordion .accordion-item {
  position: relative;
  border-radius: 0;
  margin-bottom: 30px;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  background: transparent;
  border-bottom: 1px solid var(--white-color);
  color: var(--primary-color);
  padding: 0 30px 20px 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button.collapsed {
  color: var(--primary-color);
  background: transparent;
  padding-bottom: 30px;
}

.faq-accordion .accordion-item:last-child .accordion-button.collapsed {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-body {
  padding: 20px 30px 0 0;
}

.faq-accordion .accordion-item .accordion-body p {
  color: var(--text-color);
  margin: 0;
}

.faqs-image-box {
  position: relative;
  margin-left: -15px;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  background-color: var(--primary-color) !important;
}

.faqs-image-box:after {
    background-color: var(--primary-color);
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: -16px;
    top: 46%;
    transform: rotate(220deg);
    width: 40px;
}
.faq-image figure {
  display: block;
  border-radius: 20px;
}

.faq-image img {
  width: 100%;
  /* aspect-ratio: 1 / 1.065; */
  object-fit: contain;
  border-radius: 20px;
}

.faqs-cta-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 260px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  z-index: 1;
}

.faqs-cta-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--accent-color);
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

.faqs-cta-box:hover:before {
  height: 100%;
}

.faqs-cta-box .icon-box {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.faqs-cta-box .icon-box img {
  width: 100%;
  max-width: 50px;
  transition: all 0.4s ease-in-out;
}

.faqs-cta-box:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.faqs-cta-box-content {
  position: relative;
  z-index: 1;
}

.faqs-cta-box-content h3 {
  font-size: 20px;
  line-height: 1.3em;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.faqs-cta-box:hover .faqs-cta-box-content h3 {
  color: var(--secondary-color);
}

/************************************/

/***  	   13. Our Team css	      ***/

/************************************/

.our-team {
    padding: 100px 0 70px;
    background: #eeeeee;
}
.team-social-list {
    position: relative;
    top: -16px;
    left: 61px;
}
.team-item {
    position: relative;
    text-align: center;
    background: #fff;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}
.team-content {
    margin-top: 20px;
    text-align: left;
    padding-left: 14px;
}

.team-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.team-content h3 a {
    transition: all 0.4s ease-in-out;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #c7d300;
    font-size: 19px;
    letter-spacing: 0;
}

.team-content p {
    text-transform: capitalize;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}



.team-social-list {
  /* position: absolute;
  right: 30px;
  bottom: 85px;
  left: 30px;
  transform: translateY(30px);
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 2; */
}

/* .team-item:hover .team-social-list {
  transform: translateY(0);
} */

.team-social-list {
  /* opacity: 0;
  visibility: hidden; */
  transition: all 0.3s ease-in-out;
}

.team-item:hover .team-social-list {
  opacity: 1;
  visibility: visible;
}

.team-social-list ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social-list ul li a {
    color: #ffffff;
    background: #c7d300;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    border: 0 solid var(--white-color);
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.04);
    padding: 4px 12px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.team-social-list ul li:hover a {
    /* background: var(--secondary-color); */
    color: #212529;
}

.team-social-list ul li a i {
  font-size: 18px;
  color: inherit;
}

/************************************/

/*** 	 14. Our Partners css     ***/

/************************************/

.our-partners {
  background: var(--secondary-color);
  padding: 100px 0;
}

.our-partners-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 25px;
  margin-left: 8px;
}

.our-partner-item {
  width: auto;
  text-align: center;
  background: var(--bg-color);
  border-radius: 20px;
  padding: 25px;
}

.our-partner-item:first-child {
  margin-left: 6px;
}

.our-partner-item img {
  width: 100%;
  max-height: 32px;
}

/************************************/

/*** 	   15. Join Us css		  ***/

/************************************/

.join-us {
  padding: 100px 0;
}

.join-us-image {
  height: 100%;
  background: url("../images/join-us-bg-circle.png") no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 80px 35px 0;
  margin: 0 65px;
}

.join-us-image img {
  width: 100%;
  aspect-ratio: 1 / 1.58;
  object-fit: cover;
  margin-bottom: -100px;
}

.join-us-content {
  height: 100%;
  align-content: center;
}

.join-us-item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.join-us-item {
  width: calc(50% - 15px);
  background: var(--secondary-color);
  border-radius: 20px;
  text-align: center;
  align-content: center;
  padding: 40px;
}

.join-us-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.join-us-item p {
  margin-bottom: 30px;
}

.join-us-item ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.join-us-item ul li {
  position: relative;
  line-height: 1.5em;
  padding-left: 30px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.join-us-item ul li:last-child {
  margin-bottom: 0;
}

.join-us-item ul li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  transition: all 0.4s ease-in-out;
}

.join-live-chat {
  display: flex;
  align-items: center;
}

.join-live-chat .icon-box {
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.join-live-chat .icon-box img {
  max-width: 30px;
}

.join-live-chat-content {
  text-align: left;
}

.join-live-chat-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.join-live-chat-content p {
  margin: 0;
}

/************************************/

/*** 	16. Our Testimonial css	  ***/

/************************************/

.our-testimonials {
  background-image: url("../images/testimonials-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.satisfy-client-box {
  display: flex;
  align-items: center;
  justify-content: end;
}

.satisfy-client-images {
  display: flex;
  align-items: center;
  border-right: 1px solid var(--dark-divider-color);
  margin-right: 10px;
  padding-right: 10px;
}

.satisfy-client-image {
  position: relative;
  display: inline-block;
  margin-left: -25px;
  z-index: 1;
}

.satisfy-client-image:first-child {
  margin: 0;
}

.satisfy-client-image figure {
  display: block;
  width: 62px;
  height: 62px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
}

.satisfy-client-image img {
  width: 100%;
  border-radius: 50%;
}

.goolge-rating-content .icon-rating {
  margin-bottom: 10px;
}

.goolge-rating-content .icon-rating i {
  color: var(--secondary-color);
}

.goolge-rating-content p {
  color: var(--secondary-color);
  margin: 0;
}

.testimonial-image {
  position: relative;
}

.testimonial-image figure {
  display: block;
  border-radius: 20px;
}

.testimonial-image figure img {
  width: 100%;
  aspect-ratio: 1 / 0.79;
  object-fit: cover;
  border-radius: 20px;
}

.goolge-rating-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--dark-divider-color);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  z-index: 1;
}

.goolge-rating-box .icon-box {
  margin-right: 15px;
}

.goolge-rating-box .icon-box img {
  max-width: 40px;
}

.goolge-rating-content .icon-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 5px;
}

.goolge-rating-content .icon-rating p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  margin-right: 2px;
}

.testimonial-slider {
  position: relative;
  margin-left: 20px;
}

.testimonial-slider .swiper-wrapper {
  cursor: none;
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.testimonial-company-logo img {
  width: 100%;
  max-width: 151px;
}

.testimonial-quote img {
  width: 100%;
  max-width: 36px;
}

.testimonial-content {
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.testimonial-content p {
  color: var(--secondary-color);
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.author-image {
  margin-right: 15px;
}

.author-image figure {
  display: block;
  border-radius: 50%;
}

.author-image img {
  width: 100%;
  max-width: 60px;
  border-radius: 50%;
}

.author-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.author-content p {
  color: var(--secondary-color);
  margin-bottom: 0;
}

.testimonial-btn {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: -40px;
  z-index: 1;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  background: var(--accent-color);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next {
  margin-left: 20px;
}

.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover {
  background: var(--secondary-color);
}

.testimonial-slider .testimonial-button-next::before,
.testimonial-slider .testimonial-button-prev::before {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.testimonial-slider .testimonial-button-prev::before {
  content: "\f104";
}

.testimonial-slider .testimonial-button-next:hover:before,
.testimonial-slider .testimonial-button-prev:hover:before {
  color: var(--accent-color);
}

/************************************/

/***       17. Our Blog css       ***/

/************************************/

.our-blog {
  padding: 100px 0 70px;
}

.post-item {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.post-featured-image {
  margin-bottom: 20px;
}

.post-featured-image a,
.post-featured-image figure {
  cursor: none;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.post-featured-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 0.871;
  transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img {
  transform: scale(1.1);
}

.post-item-content {
  margin-bottom: 20px;
}

.post-item-content h2 {
  font-size: 20px;
  line-height: 1.4em;
}

.post-item-content h2 a {
  color: inherit;
}

/************************************/

/*** 	 	18. Footer css		  ***/

/************************************/

.main-footer {
  padding: 100px 0 0;
}

.about-footer {
  margin-right: 40px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
    width: 100%;
    max-width: 193px;
    /* filter: brightness(0) invert(1); */
}

.about-footer-content {
  margin-bottom: 30px;
}

.about-footer-content p {
    color: var(--white-color);
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.footer-contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  justify-content: space-between;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
}

.footer-contact-item .icon-box {
    position: relative;
    background: #b8c20c;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    overflow: hidden;
    z-index: 0;
}
.footer-contact-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #c7d300;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.footer-contact-item:hover .icon-box::before {
  transform: scale(1);
}

.footer-contact-item .icon-box img {
  position: relative;
  max-width: 24px;
  z-index: 1;
  /* filter: brightness(0.6) invert(1); */
}

.footer-contact-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.footer-contact-item-content h3 {
  font-size: 20px;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.footer-contact-item-content p {
  color: var(--secondary-color);
  margin: 0;
}

.footer-contact-item-content p a {
  color: inherit;
  transition: all 0.3s ease-in-out;
  word-break: break-all;
}

.footer-contact-item-content p a:hover {
  /* color: var(--accent-color); */
  text-decoration: underline;
}

.footer-newsletter-box h3 {
    font-size: 17px;
    color: #c7d300;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.footer-newsletter-box p {
  color: var(--white-color);
  margin: 0;
}

.footer-newsletter-form {
  margin-top: 30px;
}

.footer-newsletter-form .form-group {
  display: flex;
}

.footer-newsletter-form .form-group .form-control {
  width: 80%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  color: var(--secondary-color);
  background-color: transparent;
  border: 1px solid var(--dark-divider-color);
  border-right: none;
  border-radius: 10px 0 0 10px;
  outline: none;
  box-shadow: none;
  padding: 12px 20px;
}

.footer-newsletter-form .form-group .form-control::placeholder {
  color: var(--secondary-color);
}

.footer-newsletter-form .form-group .btn-default {
  width: 20%;
  border-radius: 0 10px 10px 0;
  padding: 17px 12px;
  line-height: 1em;
}

.footer-newsletter-form .form-group .btn-default::before {
  display: none;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.footer-social-links h3 {
  margin: 0;
}

.footer-social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-links ul li {
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.footer-social-links ul li:last-child {
  margin-right: 0;
}

.footer-social-links ul li a {
  background: var(--secondary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a {
  background: var(--accent-color);
}

.footer-social-links ul li a i {
  color: var(--accent-color);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i {
  color: var(--secondary-color);
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-top: 1px dashed var(--white-color);
    margin-top: 40px;
    padding: 40px 0;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links ul li {
    display: inline-block;
    line-height: 1.5em;
    color: var(--white-color);
    text-transform: capitalize;
    margin-right: 6px;
}

.footer-links ul li:last-child {
  margin-right: 0;
}

.footer-links ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    padding-right: 11px;
}

.footer-links ul li a:hover {
    color: #c7d300;
    text-decoration: none;
}
.footer-copyright-text p {
    color: var(--white-color);
    text-align: right;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.about-footer-content.footer-copyright {
  padding-bottom: 0;
  margin-bottom: 0;
}

/************************************/

/*** 	19. About Us Page css	  ***/

/************************************/

.page-header {
    position: relative;
    background: var(--secondary-color);
    background-position: center center;
    background-size: cover;
    padding: 30px 0 20px;
    padding-top: 130px;
    background-image: url(../images/1.jpg);
}

.page-header-box {
  text-align: center;
}

.page-header-box h1 {
    display: inline-block;
    font-size: 48px;
    font-weight: 600 !important;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

.page-header-box h1 span {
    font-weight: 500;
    font-style: normal;
    color: var(--white-color);
    font-family: "Poppins", sans-serif;
}

.page-header-box ol {
  margin: 0;
  padding: 0;
  justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: capitalize;
  color: var(--secondary-color);
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: var(--secondary-color);
}

.our-approach {
  background-color: var(--secondary-color);
  padding: 100px 0;
}

.approach-image figure {
  display: block;
  border-radius: 20px;
}

.approach-image img {
  width: 100%;
  aspect-ratio: 1 / 0.705;
  object-fit: cover;
  border-radius: 20px;
}

.approach-list-box {
  margin-left: 15px;
}

.approach-list-box .approach-image img {
  aspect-ratio: 1 / 0.563;
}

.approach-list {
  margin-top: 40px;
}

.approach-list-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.approach-list-item:last-child {
  margin-bottom: 0;
}

.approach-list-item .icon-box {
  position: relative;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 50%;
  margin-right: 20px;
}

.approach-list-item .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.approach-list-item:hover .icon-box::before {
  transform: scale(1);
}

.approach-list-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 24px;
  z-index: 1;
}

.approach-list-content {
  width: calc(100% - 70px);
}

.approach-list-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.approach-list-content p {
  margin-bottom: 0;
}

.intro-video {
  padding: 100px 0;
}

.intro-video-box {
  position: relative;
  text-align: center;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding: 120px 15px;
}

.intro-video-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.intro-video-image figure {
  width: 100%;
  height: 100%;
  display: block;
}

.intro-video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
}

.intro-video-content {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.intro-video-box .video-play-button {
  margin-bottom: 50px;
}

.video-play-button {
  position: relative;
  z-index: 1;
}

.video-play-button a {
  position: relative;
  background: var(--primary-color);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  transition: all 0.4s ease-in-out;
}

.video-play-button:hover a {
  background: var(--accent-color);
}

.video-play-button a:before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid var(--secondary-color);
  opacity: 20%;
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
}

.video-play-button a:after {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  border: 50px solid var(--secondary-color);
  opacity: 20%;
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
  animation-delay: 0.3s;
}

@keyframes border-zooming {
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.video-play-button a i {
  font-size: 34px;
  margin-left: 3px;
  color: var(--secondary-color);
}

.intro-video-box .section-title {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.intro-video-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  background: var(--secondary-color);
  border-radius: 0 0 20px 20px;
  padding: 60px;
}

.intro-video-list-item {
  position: relative;
  width: calc(20% - 64px);
  text-align: center;
}

.intro-video-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  background: var(--divider-color);
  width: 1px;
  height: 100%;
}

.intro-video-list-item:last-child:before,
.intro-video-list-item:nth-child(5n + 5):before {
  display: none;
}

.intro-video-list-item .icon-box {
  margin-bottom: 20px;
}

.intro-video-list-item .icon-box img {
  width: 100%;
  max-width: 60px;
}

.intro-video-item-content p {
  margin-bottom: 0;
}

.our-philosophy {
  padding: 100px 0;
}

.philosophy-image-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.philosophy-image {
  width: calc(67% - 15px);
}

.philosophy-image figure {
  display: block;
  border-radius: 20px;
  height: 100%;
}

.philosophy-image img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  border-radius: 20px;
}

.philosophy-counter-list {
  width: calc(33% - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.philosophy-counter-item {
  position: relative;
  width: 100%;
  background: var(--secondary-color);
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}

.philosophy-counter-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  width: 100%;
  height: 0;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.philosophy-counter-item:hover::before {
  height: 100%;
}

.philosophy-counter-item h2,
.philosophy-counter-item p {
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.philosophy-counter-item h2 {
  font-size: 46px;
  margin-bottom: 10px;
}

.philosophy-counter-item p {
  text-transform: capitalize;
  margin: 0;
}

.philosophy-counter-item:hover h2,
.philosophy-counter-item:hover p {
  color: var(--secondary-color);
}

.philosophy-content {
  margin-left: 15px;
}

/************************************/

/*** 	 20. Services Page css	  ***/

/************************************/

.page-services {
  padding: 100px 0 70px;
}

/************************************/

/*** 	21. Service Single css	  ***/

/************************************/

.page-service-single {
  padding: 100px 0;
}

.page-single-sidebar {
  position: sticky;
  top: 20px;
  margin-right: 20px;
}

.page-catagery-list {
  background-color: var(--secondary-color);
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 30px;
}

.page-catagery-list h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.page-catagery-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-catagery-list ul li {
  margin-bottom: 20px;
}

.page-catagery-list ul li:last-child {
  margin: 0;
}

.page-catagery-list ul li a {
  position: relative;
  display: block;
  line-height: 1.5em;
  text-transform: capitalize;
  color: var(--text-color);
  background-color: var(--bg-color);
  border-radius: 10px;
  padding: 18px 40px 18px 20px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.page-catagery-list ul li:hover a {
  color: var(--secondary-color);
}

.page-catagery-list ul li a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/arrow-text.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease-in-out;
}

.page-catagery-list ul li a:hover::before {
  filter: brightness(0) invert(1);
  transform: translateY(-50%) rotate(45deg);
}

.page-catagery-list ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--accent-color);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.page-catagery-list ul li:hover a::after {
  top: 0;
  height: 100%;
}

.sidebar-cta-box {
  background: var(--secondary-color);
  text-align: center;
  border-radius: 20px;
  padding: 30px;
}

.sidebar-cta-content {
  margin-bottom: 30px;
}

.sidebar-cta-content h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.sidebar-cta-content .btn-default {
  padding: 16px;
  width: 100%;
}

.sidebar-cta-content .btn-default::before {
  display: none;
}

.sidebar-cta-content .btn-default img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px;
}

.sidebar-cta-image figure {
  display: block;
  border-radius: 20px;
}

.sidebar-cta-image img {
  width: 100%;
  aspect-ratio: 1 / 0.623;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}

.sidebar-cta-box:hover .sidebar-cta-image img {
  transform: scale(1.1);
}

.page-single-image {
  margin-bottom: 30px;
}

.page-single-image figure {
  display: block;
  border-radius: 20px;
}

.page-single-image img {
  width: 100%;
  aspect-ratio: 1 / 0.598;
  object-fit: cover;
  border-radius: 20px;
}

.service-entry {
  margin-bottom: 60px;
}

.service-entry p {
  margin-bottom: 20px;
}

.service-entry p:last-child {
  margin-bottom: 0;
}

.service-entry h2 {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.service-entry h2 span {
  font-family: var(--accent-font);
  font-style: italic;
  font-weight: 300;
}

.service-entry ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-entry ul li {
  position: relative;
  width: calc(50% - 10px);
  line-height: 1.5em;
  padding-left: 30px;
  transition: all 0.4s ease-in-out;
}

.service-entry ul li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  transition: all 0.4s ease-in-out;
}

.service-experience-box,
.service-results-box,
.service-extend-box {
  margin-top: 60px;
}

.service-experience-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 60px;
  margin-top: 40px;
}

.service-experience-info .why-choose-item-list {
  width: calc(65% - 30px);
  border: none;
  padding: 0;
}

.service-experience-info .why-choose-item-list .why-choose-item-header {
  width: 45%;
}

.service-experience-info .why-choose-item-list .why-choose-item-content {
  width: calc(55% - 20px);
}

.service-experience-info .service-item {
  width: calc(35% - 30px);
  padding: 30px;
  height: auto;
  margin-bottom: 0;
}

.service-experience-info .service-item .service-content {
  margin-bottom: 0;
}

.service-results-counters {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  margin-top: 40px;
}

.service-result-counter-item {
  width: calc(25% - 60px);
}

.service-result-counter-item h2 {
  margin-bottom: 10px;
}

.service-result-counter-item h2 span {
  font-family: var(--default-font);
  font-style: normal;
  font-weight: 600;
}

.service-results-list {
  margin: 40px 0;
}

.service-intro-video {
  position: relative;
}

.service-intro-video-image figure {
  display: block;
  border-radius: 20px;
}

.service-intro-video-image img {
  width: 100%;
  aspect-ratio: 1 / 0.419;
  filter: brightness(80%);
  object-fit: cover;
  border-radius: 20px;
}

.service-intro-video .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-extend-list {
  background: var(--secondary-color);
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
}

/************************************/

/***     22. Blog Archive css     ***/

/************************************/

.page-blog {
  padding: 100px 0;
}

.page-blog .post-item {
  height: calc(100% - 40px);
  margin-bottom: 40px;
}

.page-pagination {
  margin-top: 20px;
  text-align: center;
}

.page-pagination ul {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-weight: 600;
  line-height: 1em;
  transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover {
  background: var(--accent-color);
  color: var(--secondary-color);
}

/************************************/

/*** 	  23. Blog Single css	  ***/

/************************************/

.page-single-post {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}

.post-single-meta ol li {
  font-size: 18px;
  color: var(--secondary-color);
  margin-right: 15px;
}

.post-single-meta ol li:last-child {
  margin-right: 0;
}

.post-single-meta ol li i {
  font-size: 18px;
  color: var(--secondary-color);
  margin-right: 5px;
}

.post-image {
  position: relative;
  margin-bottom: 30px;
}

.post-image figure {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.post-image img {
  width: 100%;
  aspect-ratio: 1 / 0.5;
  object-fit: cover;
  border-radius: 20px;
}

.post-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.post-entry {
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.post-entry:after {
  content: "";
  display: block;
  clear: both;
}

.post-entry a {
  color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.44em;
}

.post-entry h1 {
  font-size: 60px;
}

.post-entry h2 {
  font-size: 46px;
}

.post-entry h3 {
  font-size: 40px;
}

.post-entry h4 {
  font-size: 30px;
}

.post-entry h5 {
  font-size: 24px;
}

.post-entry h6 {
  font-size: 20px;
}

.post-entry p {
  margin-bottom: 20px;
}

.post-entry p:last-child {
  margin-bottom: 0;
}

.post-entry p strong {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
}

.post-entry ol {
  margin: 0 0 30px;
}

.post-entry ul {
  padding: 0;
  margin: 20px 0 20px;
  padding-left: 20px;
}

.post-entry ol li,
.post-entry ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--text-color);
  margin-bottom: 15px;
}

.post-entry ul li:last-child {
  margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
  margin-top: 20px;
  margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
  margin-bottom: 0;
}

.post-entry blockquote {
  background: url("../images/icon-blockquote.svg"), var(--accent-color);
  background-repeat: no-repeat;
  background-position: 30px 30px;
  background-size: 45px;
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  padding: 30px 30px 30px 90px;
  margin-bottom: 30px;
}

.post-entry blockquote p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--secondary-color);
}

.post-entry blockquote p:last-child {
  margin-bottom: 0;
}

.tag-links {
  font-family: var(--accent-font);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.post-tags .tag-links a {
  display: inline-block;
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-transform: capitalize;
  color: var(--secondary-color);
  background: var(--accent-color);
  border-radius: 10px;
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
  background: var(--primary-color);
}

.post-social-sharing {
  text-align: right;
}

.post-social-sharing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-social-sharing ul li {
  display: inline-block;
  margin-right: 10px;
}

.post-social-sharing ul li:last-child {
  margin-right: 0;
}

.post-social-sharing ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--accent-color);
  color: var(--secondary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
  background: var(--primary-color);
}

.post-social-sharing ul li a i {
  font-size: 18px;
  color: inherit;
}

/************************************/

/*** 	24. Case Study Page css	  ***/

/************************************/

.page-case-study {
  padding: 100px 0 70px;
}

.case-study-item {
  position: relative;
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
}

.case-study-image a {
  display: block;
  cursor: none;
}

.case-study-image figure {
  display: block;
}

.case-study-image figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(90, 80, 68, 0) 66.06%,
    var(--primary-color) 100%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
}

.case-study-image img {
  width: 100%;
  aspect-ratio: 1 / 0.967;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.case-study-item:hover .case-study-image img {
  transform: scale(1.1);
}

.case-study-body {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  z-index: 1;
}

.case-study-item-content {
  width: calc(100% - 100px);
}

.case-study-item-content h3 {
  font-size: 20px;
  color: var(--secondary-color);
}

.case-study-item-content h3 a {
  color: inherit;
}

.case-study-readmore-btn a {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.case-study-readmore-btn a:hover {
  background: var(--secondary-color);
}

.case-study-readmore-btn a img {
  width: 100%;
  max-width: 14px;
  transition: all 0.3s ease-in-out;
}

.case-study-readmore-btn a:hover img {
  transform: rotate(45deg);
  filter: brightness(0) invert(0);
}

/************************************/

/***   25. Case Study Single css  ***/

/************************************/

.page-case-study-single {
  padding: 100px 0;
}

.case-study-detail-list {
  background: var(--secondary-color);
  box-shadow: 0px 4px 30px 0px #0000000a;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 30px;
}

.case-study-detail-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.case-study-detail-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.case-study-detail-item .icon-box {
  position: relative;
  background: var(--accent-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-detail-item .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 100%;
  width: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.case-study-detail-item:hover .icon-box::before {
  transform: scale(1);
}

.case-study-detail-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 26px;
  z-index: 1;
}

.case-study-detail-content {
  width: calc(100% - 70px);
}

.case-study-detail-item h3 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.case-study-detail-content p {
  text-transform: capitalize;
  margin-bottom: 0;
}

.case-study-detail-item ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-study-detail-item ul li {
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.case-study-detail-item ul li:last-child {
  margin-right: 0;
}

.case-study-detail-item ul li a {
  background: var(--accent-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.case-study-detail-item ul li:hover a {
  background: var(--primary-color);
}

.case-study-detail-item ul li a i {
  color: var(--secondary-color);
  font-size: 20px;
}

.case-study-entry {
  margin-bottom: 60px;
}

.case-study-entry p {
  margin-bottom: 20px;
}

.case-study-entry p:last-child {
  margin-bottom: 0;
}

.case-study-entry h2 {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.case-study-entry h2 span {
  font-family: var(--accent-font);
  font-style: italic;
  font-weight: 300;
}

.case-study-entry ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-study-entry ul li {
  position: relative;
  width: calc(50% - 10px);
  line-height: 1.5em;
  padding-left: 30px;
  transition: all 0.4s ease-in-out;
}

.case-study-entry ul li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 18px;
  color: var(--accent-color);
  transition: all 0.4s ease-in-out;
}

.wellness-embrac-box,
.case-study-healing-box,
.case-study-journey-box {
  margin-top: 60px;
}

.wellness-embrac-info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.wellness-embrac-info .philosophy-counter-list {
  width: calc(28% - 15px);
}

.wellness-embrac-info .philosophy-counter-list {
  gap: 30px;
}

.wellness-embrac-info .philosophy-counter-list .philosophy-counter-item {
  align-content: center;
}

.wellness-embrac-info .philosophy-counter-item h2 span {
  font-family: var(--default-font);
  font-style: normal;
  font-weight: 600;
}

.wellness-embrac-content-box {
  width: calc(72% - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background-color: var(--secondary-color);
  border: 1px solid var(--dark-divider-color);
  border-radius: 20px;
  padding: 30px;
}

.wellness-embrac-content,
.wellness-embrac-image {
  width: calc(50% - 15px);
}

.wellness-embrac-content .contact-us-circle a {
  border: none;
}

.wellness-embrac-content .contact-us-circle a img {
  max-width: 100px;
}

.wellness-embrac-image figure {
  display: block;
  height: 100%;
  border-radius: 10px;
}

.wellness-embrac-image img {
  width: 100%;
  aspect-ratio: 1 / 0.71;
  object-fit: cover;
  border-radius: 10px;
}

.healing-box-body {
  position: relative;
  background: var(--secondary-color);
  border-left: 5px solid var(--accent-color);
  border-radius: 20px;
  overflow: hidden;
  margin: 40px 0;
  padding: 30px;
}

.healing-box-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--accent-color);
  border-radius: 0 20px 20px 0;
  height: 100%;
  width: 0;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.healing-box-body:hover::before {
  width: 100%;
}

.healing-box-body p {
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.healing-box-body:hover p {
  color: var(--secondary-color);
}

.case-study-journey-list {
  margin-top: 40px;
}

.journey-list-item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border: 1px solid var(--divider-color);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 30px;
}

.journey-list-item:nth-child(even) {
  flex-direction: row-reverse;
}

.journey-list-image,
.journey-list-content {
  width: calc(50% - 15px);
}

.journey-list-image figure {
  display: block;
  height: 100%;
  border-radius: 20px;
}

.journey-list-image img {
  width: 100%;
  aspect-ratio: 1 / 0.68;
  object-fit: cover;
  border-radius: 20px;
}

.journey-list-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.journey-list-content ul li {
  width: 100%;
}

/************************************/

/*** 	  26. Team Page css		  ***/

/************************************/

.page-team {
  padding: 70px 0;
  background: #fff;
}

/************************************/

/*** 	 27. Team Single css	  ***/

/************************************/

.page-team-single {
  padding: 100px 0;
}

.team-member-about-box{
  margin-bottom: 100px;
}

.team-member-about-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
}

.team-member-image,
.team-member-content {
  width: calc(50% - 30px);
}

.team-member-image {
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding: 20px 20px 0;
    border: 8px solid #c7d300;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-member-image figure {
  display: block;
}

.team-member-image img {
    width: 100%;
    /* height: 654px; */
    border-radius: 5px;
}
.member-info-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.member-info-list ul li {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  color: var(--white-color);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: max-content;
    gap: 6px;
}

.member-info-list ul li:last-child {
  margin-bottom: 0;
}

.member-info-list ul li span {
  width: max-content;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}

.member-social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
  border-top: 1px solid var(--divider-color);
  margin-top: 40px;
  padding-top: 40px;
}

.member-social-list h3 {
  font-size: 20px;
}

.member-social-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.member-social-list ul li {
  display: inline-block;
  margin-right: 10px;
}

.member-social-list ul li:last-child {
  margin-right: 0;
}

.member-social-list ul li a {
  background-color: var(--secondary-color);
  color: var(--accent-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.member-social-list ul li a:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.member-social-list ul li a i {
  color: inherit;
  font-size: 20px;
}

.team-member-info .section-title {
  margin-bottom: 0;
}

.team-member-feature-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}

.team-member-feature-box,
.team-contact-form {
  width: calc(50% - 30px);
}

.team-member-feature-list {
  position: relative;
}

.member-feature-image figure {
  display: block;
  border-radius: 20px;
}

.member-feature-image img {
  width: 100%;
  aspect-ratio: 1 / 0.326;
  object-fit: cover;
  border-radius: 20px;
  filter: brightness(55%);
}

.member-feature-list {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}

.member-feature-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-feature-list ul li {
  position: relative;
  width: calc(50% - 15px);
  color: var(--secondary-color);
  line-height: 1.5em;
  padding-left: 30px;
  transition: all 0.4s ease-in-out;
}

.member-feature-list ul li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 18px;
  color: var(--secondary-color);
  transition: all 0.4s ease-in-out;
}

.team-skills-list {
  margin-top: 40px;
}

.skills-progress-bar {
  margin-bottom: 30px;
}

.skills-progress-bar:last-child {
  margin-bottom: 0px;
}

.skills-progress-bar .skill-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.skills-progress-bar .skill-data .skill-title,
.skills-progress-bar .skill-data .skill-no {
  font-weight: 600;
  text-transform: capitalize;
}

.skills-progress-bar .skillbar .skill-progress {
  position: relative;
  width: 100%;
  height: 16px;
  background: var(--secondary-color);
  border-radius: 100px;
  overflow: hidden;
}

.skills-progress-bar .skillbar .skill-progress .count-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--accent-color);
  border-radius: 100px;
}

/************************************/

/*** 	 28. Pricing Page css	  ***/

/************************************/

.page-pricing {
  padding: 100px 0;
}

.page-pricing .pricing-benefit-list ul li {
  color: var(--text-color);
}

.page-pricing .pricing-benefit-list ul li img {
  filter: brightness(0) invert(0.5);
}

/************************************/

/***  29. Testimonials Page css	  ***/

/************************************/

.page-testimonials {
  padding: 100px 0 70px;
}

.page-testimonials .testimonial-item {
  background: var(--secondary-color);
  border-radius: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 30px;
}

.page-testimonials .testimonial-item .testimonial-content p,
.page-testimonials .testimonial-item .author-content p {
  color: var(--text-color);
}

.page-testimonials .testimonial-item .author-content h3 {
  color: var(--primary-color);
}

.page-testimonials .testimonial-item .testimonial-content {
  border-color: var(--divider-color);
}

/************************************/

/*** 	 30. Image Gallery css	  ***/

/************************************/

.page-gallery {
  padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a {
  cursor: none;
}

.page-gallery-box .photo-gallery figure {
  display: block;
  border-radius: 20px;
}

.page-gallery-box .photo-gallery img {
  width: 100%;
  aspect-ratio: 1 / 0.829;
  object-fit: cover;
  border-radius: 20px;
}

/************************************/

/*** 	 31. Video Gallery css	  ***/

/************************************/

.page-video-gallery {
  padding: 100px 0 70px;
}

.video-gallery-image {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
}

.video-gallery-image a {
  position: relative;
  display: block;
  cursor: none;
}

.video-gallery-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  border-radius: 20px;
  opacity: 0%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before {
  opacity: 40%;
  visibility: visible;
  transform: scale(1);
}

.video-gallery-image a::after {
  content: "\f04b";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 20px;
  background: var(--accent-color);
  color: var(--secondary-color);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.video-gallery-image:hover a::after {
  opacity: 1;
  visibility: visible;
}

.video-gallery-image img {
  width: 100%;
  aspect-ratio: 1 / 0.829;
  object-fit: cover;
  border-radius: 20px;
}

/************************************/

/***       32. FAQs Page css      ***/

/************************************/

.page-faqs {
  padding: 100px 0;
}

.page-faqs-catagery .page-faq-accordion {
  margin-bottom: 60px;
}

.page-faqs-catagery .page-faq-accordion:last-child {
  margin-bottom: 0px;
}

/************************************/

/***   33. Contact Us Page css    ***/

/************************************/

.page-contact-us {
  padding: 100px 0;
}

.contact-us-content {
  margin-right: 15px;
}

.contact-info-box {
  border-radius: 20px;
  overflow: hidden;
}

.contact-info-list {
  background-color: var(--secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}

.contact-info-item {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed var(--white-color);
  border-right: 1px dashed var(--white-color);
  padding: 30px 30px 30px 0;
}

.contact-info-item:nth-of-type(2n + 2) {
  padding: 30px 0 30px 30px;
  border-bottom: 1px dashed var(--white-color);
  border-right: none;
}

.contact-info-item:nth-last-child(-n + 2) {
  padding-bottom: 0;
  border-bottom: none;
}

.contact-info-item:nth-child(-n + 2) {
  padding-top: 0;
}

.contact-info-item .icon-box {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box {
  background-color: var(--secondary-color);
}

.contact-info-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 24px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  /* filter: brightness(1) invert(1); */
}

.contact-info-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.contact-item-content {
  width: calc(100% - 70px);
}

.contact-item-content h3 {
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.contact-item-content p {
  color: var(--white-color);
  margin-bottom: 0;
}

.contact-item-content p a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.contact-item-content p a:hover {
  color: var(--white-color);
  text-decoration: underline;
}

.contact-social-links {
  background: var(--secondary-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 30px;
}

.contact-social-links h3 {
  font-size: 20px;
  margin: 0;
}

.contact-social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-social-links ul li {
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.contact-social-links ul li:last-child {
  margin-right: 0;
}

.contact-social-links ul li a {
  background: var(--accent-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.contact-social-links ul li:hover a {
  background: var(--primary-color);
}

.contact-social-links ul li a i {
  font-size: 18px;
  color: var(--secondary-color);
}

.contact-us-form {
  background: var(--secondary-color);
  border-radius: 20px;
  padding: 40px;
}

.contact-form .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--text-color);
  background-color: var(--bg-color);
  border-radius: 20px;
  padding: 18px 20px;
  border: none;
  box-shadow: none;
  outline: none;
}

.contact-form .form-control::placeholder {
  color: var(--text-color);
}

.contact-form .btn-default {
  width: 100%;
}

.contact-form .btn-default::before {
  display: none;
}

.google-map {
  margin-top: 100px;
}

.google-map iframe {
  width: 100%;
  height: 520px;
  border-radius: 20px;
  filter: grayscale(1);
  transition: all 0.4s ease-in-out;
}

.google-map iframe:hover {
  filter: grayscale(0);
}

/************************************/

/***   34. Book Appointment css   ***/

/************************************/

.page-book-appointment {
  padding: 100px 0;
}

/************************************/

/***    35. 404 Error Page css    ***/

/************************************/

.error-page {
  padding: 100px 0;
}

.error-page-image {
  text-align: center;
  margin-bottom: 30px;
}

.error-page-image img {
  width: 100%;
  max-width: 360px;
}

.error-page-content {
  text-align: center;
}

.error-page-content .section-title,
.error-page-content-body p {
  margin-bottom: 20px;
}

/************************************/
/***      36. Radio Switch css      ***/
/************************************/

.radio-switch {
    position: relative;
    display: flex;
    padding: 0 10px;
    background-color: var(--secondary-color);
    text-align: center;
    gap: 10px;
    overflow: hidden;
    border-radius: 10px;
    width: max-content;
}
.radio-switch:focus-within,
.radio-switch:active {
  box-shadow: 0 0 0 2px rbga(0, 0, 0, 0.5);
}

.radio-switch__item {
  position: relative;
  display: inline-flex;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.radio-switch__label {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 69px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease-in-out;
    width: max-content;
    margin-bottom: 0;
    padding: 0 16px;
}
.radio-switch__input:checked ~ .radio-switch__label {
  color: var(--white-color);
}
.radio-switch__input:focus ~ .radio-switch__label {
  background-color: var(--text-color);
}
.radio-switch__label :not(*):focus-within,
.radio-switch__input:focus ~ .radio-switch__label {
  background-color: transparent;
}

.radio-switch__marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: auto;
  border-radius: 10px;
  background-color: var(--primary-color);
  height: 100%;
  width: 200%;
  transform: translateX(calc(-100% - 10px));
}
.radio-switch__input:checked ~ .radio-switch__marker {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.radio-switch__item input.radio-switch__input {
  display: none;
}



/* 
.section-title .product-tilte {
    color: var(--white-color);
} 

.section-title h2.product-tilte span {
    color: var(--white-color);
}*/


/************************************/

/***      36. Responsive css      ***/

/************************************/

@media only screen and (max-width: 1880px) {
  .bg-section {
   /* max-width: calc(100% - 40px);
     margin: 0 20px; */
  }
  header.main-header .container-fluid,
  .hero .container-fluid {
    padding: 0 15px;
  }
  /* .hero,
  .page-header {
    margin-top: 20px;
  } */
}

@media only screen and (max-width: 1480px) {
  header.main-header .header-sticky {
    max-width: 100%;
  }
  header.main-header .header-sticky.active {
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .main-menu .nav-menu-wrapper {
    margin: 0 10px;
  }
  .main-menu ul li a {
    padding: 15px 10px !important;
  }
}

@media only screen and (max-width: 991px) {
  .btn-default {
    padding: 14px 40px 14px 18px;
  }
  .btn-default::before {
    width: 12px;
    height: 12px;
    transform: translate(-18px, -50%);
  }
  .btn-default:hover::before {
    transform: translate(-18px, -50%) rotate(45deg);
  }
  .btn-default.border-btn {
    padding: 13px 40px 13px 18px;
  }
  .readmore-btn {
    padding-right: 22px;
  }
  .readmore-btn::before {
    width: 12px;
    height: 12px;
  }

  header.main-header {
      border-radius: 0;
      margin: 0;
  }

  .navbar {
    padding: 20px 0;
  }
  .slicknav_nav li,
  .slicknav_nav ul {
    display: block;
  }
  .responsive-menu,
  .navbar-toggle {
    display: block;
  }
  .header-btn {
    display: none;
  }
  .bg-section {
    max-width: 100%;
    border-radius: 0;
    margin: 0;
  }
  .section-row {
    margin-bottom: 40px;
  }
  .section-row .section-title.section-title-center {
    max-width: 100%;
  }
  .section-content-btn .section-btn {
    margin-top: 20px;
  }
  /* .section-title {
    margin-bottom: 30px;
  } */

  .section-title h3 {
    margin-bottom: 10px;
  }
  .section-title h1 {
    font-size: 45px;
  }
  .section-title h2 {
    font-size: 36px;
  }
  .section-title p {
    margin-top: 10px;
  }
  .section-title-content {
    margin-top: 10px;
  }
  .section-btn {
    text-align: left;
    margin-top: 15px;
  }
  .hero {
    padding: 140px 0 0;
  }
  .hero.hero-bg-image {
    padding: 170px 0 80px;
  }
  .hero-content {
    height: auto;
    margin-bottom: 30px;
  }
  .hero-content .section-title p {
    margin-top: 15px;
  }
  .hero-img {
    width: 100%;
    height: auto;
    max-width: 75%;
    margin: 0 auto;
    padding: 0 100px 0 50px;
  }
  .hero-img figure img {
    margin: 0;
  }
  .hero-rating-box {
    padding: 20px;
  }
  .hero-rating-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .hero-rating-star {
    margin-bottom: 10px;
  }
  .about-us {
    padding: 50px 0 20px;
  }
  .about-title-box {
    max-width: 100%;
  }
  .about-us-btn {
    margin-top: 30px;
  }
  .about-us-item {
    padding: 30px 25px;
  }
  .about-us-image {
    margin-bottom: 30px;
  }
  .about-item-content h3 {
    margin-bottom: 10px;
  }
  .our-services {
    padding: 50px 0;
  }
  .service-item {
    padding: 30px;
  }
  .service-item .icon-box {
    margin-bottom: 30px;
  }
  .service-content,
  .service-item-list {
    margin-bottom: 20px;
  }
  .service-content h3 {
    margin-bottom: 10px;
  }
  .service-item-list ul li {
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .service-item-list ul li::before {
    font-size: 16px;
  }
  .section-footer-text {
    margin-top: 10px;
  }
  .our-feature {
    padding: 50px 0;
  }
  .our-feature .section-title h2 img {
    max-width: 90px;
  }
  .feature-item {
    padding: 30px;
  }
  .feature-item-header {
    margin-bottom: 50px;
  }
  .feature-item .icon-box img {
    max-width: 80px;
  }
  .feature-list {
    max-width: 100%;
    margin-top: 20px;
  }
  .feature-list ul {
    gap: 15px 20px;
  }
  .feature-list ul li {
    padding: 8px 18px;
  }
  .what-we-do {
    padding: 50px 0;
  }
  .what-we-do-content {
    position: initial;
    margin: 0 0 30px;
  }
  .what-we-do-item-list {
    gap: 30px;
  }
  .what-do-item-content h3 {
    margin-bottom: 5px;
  }
  .why-choose-us {
    padding: 50px 0;
  }
  .why-choose-content {
    margin-bottom: 30px;
  }
  .why-choose-item-list {
    padding-top: 30px;
  }
  .why-choose-item {
    margin-bottom: 30px;
  }
  .why-choose-image {
    max-width: 55%;
    margin: 0 auto 50px;
    padding: 15px;
  }
  .contact-us-circle a img {
    max-width: 140px;
  }
  .our-pricing {
    padding: 50px 0;
  }
  .pricing-box {
    padding: 30px;
  }
  .pricing-box .pricing-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .pricing-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .pricing-content h2 span {
    padding: 7px 20px;
  }
  .pricing-content {
    margin-bottom: 20px;
  }
  .pricing-btn {
    margin-bottom: 30px;
  }
  .pricing-btn .btn-default {
    padding: 14px;
  }
  .pricing-list ul li {
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .pricing-list ul li::before {
    font-size: 16px;
  }
  .pricing-benefit-list {
    margin-top: 5px;
  }
  .pricing-benefit-list ul {
    gap: 15px 30px;
  }
  .book-appointment {
    padding: 50px 0;
  }
  .appointment-image,
  .appointment-image figure,
  .appointment-image figure img {
    height: auto;
  }
  .appointment-image {
    margin-bottom: 30px;
  }
  .appointment-timing-box {
    padding: 20px;
  }
  .appointment-form {
    height: auto;
    padding: 30px;
  }
  .appointment-form .form-control {
    padding: 12px 20px;
  }
  .appointment-form form .form-group select {
    padding: 12px 30px 12px 20px;
  }
  .appointment-form .btn-default {
    padding: 14px;
  }
  .benefit-counter-list {
    gap: 30px 40px;
    margin-top: 40px;
    padding-top: 40px;
  }
  .benefit-counter-item {
    width: calc(25% - 30px);
    text-align: center;
    flex-direction: column;
  }
  .benefit-counter-item::before {
    right: -20px;
  }
  .benefit-counter-item .icon-box {
    margin: 0 0 10px 0;
  }
  .benefit-counter-content {
    width: 100%;
  }
  .benefit-counter-content h2 {
    font-size: 26px;
  }
  .benefit-counter-content p {
    font-size: 14px;
  }
  .our-faqs {
    padding: 50px 0;
  }
  .faqs-content .section-title {
    margin-bottom: 30px;
  }
  .faqs-content {
    margin-bottom: 30px;
  }
  .faq-accordion .accordion-header .accordion-button.collapsed {
    padding-bottom: 20px;
  }
  .faq-accordion .accordion-header .accordion-button {
    padding: 0 24px 15px 0;
  }
  .faq-accordion .accordion-item .accordion-button::after,
  .faq-accordion .accordion-item .accordion-button.collapsed::after {
    font-size: 16px;
  }
  .faq-accordion .accordion-item .accordion-body {
    padding: 15px 24px 0 0;
  }
  .faqs-image-box {
    margin-left: 0;
  }
  .faq-image img {
    aspect-ratio: 1 / 0.65;
  }
  .faqs-cta-box {
    bottom: 30px;
    left: 30px;
  }
  .our-team {
    padding: 50px 0 20px;
  }
  .team-item {
    padding: 20px 20px 0 20px;
  }
  .our-partners {
    padding: 50px 0;
  }
  .our-partners-content {
    margin-bottom: 30px;
  }
  .our-partners-list {
    max-width: 83%;
    margin: 0 auto;
  }
  .our-partner-item:first-child {
    margin-left: 7px;
  }
  .join-us {
    padding: 50px 0;
  }
  .join-us-item {
    padding: 30px;
  }
  .join-us-image {
    height: auto;
    padding: 40px 40px 0;
    max-width: 55%;
    margin: 30px auto 0;
  }
  .join-us-image img {
    margin-bottom: -50px;
  }
  .our-testimonials {
    padding: 50px 0;
  }
  .satisfy-client-box {
    justify-content: left;
    margin-top: 15px;
  }
  .satisfy-client-image figure {
    width: 52px;
    height: 52px;
  }
  .testimonial-image {
    margin-bottom: 30px;
  }
  .testimonial-image figure img {
    aspect-ratio: 1 / 0.6;
  }
  .goolge-rating-content .icon-rating p {
    font-size: 26px;
  }
  .testimonial-slider {
    margin-left: 0;
  }
  .testimonial-header {
    margin-bottom: 20px;
  }
  .testimonial-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .our-blog {
    padding: 50px 0 20px;
  }
  .post-item-content,
  .post-featured-image {
    margin-bottom: 15px;
  }
  .main-footer {
    padding: 50px 0 0;
  }
  .about-footer {
    margin: 0 0 30px 0;
  }
  .about-footer-content,
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-newsletter-form {
    margin-top: 20px;
  }
  .footer-social-links {
    margin-top: 30px;
  }
  .footer-copyright {
    margin-top: 30px;
    padding: 30px 0;
  }
  .footer-links ul li {
    margin-right: 15px;
  }
  .page-header {
    padding: 160px 0 70px;
  }
  .page-header-box h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .our-approach {
    padding: 50px 0;
  }
  .approach-content {
    margin-bottom: 30px;
  }
  .approach-image img,
  .approach-list-box .approach-image img {
    aspect-ratio: 1 / 0.58;
  }
  .approach-list-box {
    margin: 0;
  }
  .approach-list-item .icon-box {
    margin-right: 15px;
  }
  .approach-list-content {
    width: calc(100% - 65px);
  }
  .intro-video {
    padding: 50px 0;
  }
  .intro-video-box {
    padding: 60px 15px;
  }
  .intro-video-box .video-play-button {
    margin-bottom: 30px;
  }
  .intro-video-list {
    gap: 30px;
    padding: 30px 15px;
  }
  .intro-video-list-item {
    width: calc(20% - 24px);
  }
  .intro-video-list-item::before {
    right: -15px;
  }
  .intro-video-list-item .icon-box img {
    max-width: 50px;
  }
  .our-philosophy {
    padding: 50px 0;
  }
  .philosophy-image-box {
    margin-bottom: 30px;
  }
  .philosophy-counter-item {
    padding: 15px;
  }
  .philosophy-counter-item h2 {
    font-size: 36px;
  }
  .philosophy-content {
    margin: 0;
  }
  .page-services {
    padding: 50px 0 20px;
  }
  .page-service-single {
    padding: 50px 0;
  }
  .page-single-sidebar {
    position: initial;
    margin: 0 0 30px;
  }
  .page-catagery-list {
    margin-bottom: 30px;
    padding: 20px;
  }
  .page-catagery-list h3 {
    margin-bottom: 20px;
  }
  .page-catagery-list ul li a {
    padding: 12px 35px 12px 15px;
  }
  .page-catagery-list ul li a::before {
    right: 15px;
    width: 12px;
    height: 12px;
  }
  .sidebar-cta-box {
    padding: 20px;
  }
  .sidebar-cta-content h3 {
    margin-bottom: 20px;
  }
  .sidebar-cta-content .btn-default {
    padding: 12px;
  }
  .sidebar-cta-image img {
    aspect-ratio: 1 / 0.5;
  }
  .page-single-image {
    margin-bottom: 20px;
  }
  .service-entry {
    margin-bottom: 40px;
  }
  .service-entry p {
    margin-bottom: 15px;
  }
  .service-entry h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .service-entry ul {
    gap: 10px 20px;
  }
  .service-entry ul li {
    padding-left: 25px;
  }
  .service-entry ul li:before {
    font-size: 16px;
  }
  .service-experience-box,
  .service-results-box,
  .service-extend-box {
    margin-top: 40px;
  }
  .service-experience-info {
    gap: 30px;
    margin-top: 30px;
  }
  .service-experience-info .why-choose-item-list {
    width: calc(70% - 15px);
  }
  .service-experience-info .why-choose-item-list .why-choose-item-header {
    width: 40%;
  }
  .service-experience-info .why-choose-item-list .why-choose-item-content {
    width: calc(60% - 20px);
  }
  .service-experience-info .service-item {
    width: calc(30% - 15px);
    padding: 20px;
  }
  .service-results-counters {
    gap: 30px 40px;
    margin-top: 30px;
  }
  .service-result-counter-item {
    width: calc(25% - 30px);
  }
  .service-result-counter-item h2 {
    margin-bottom: 10px;
  }
  .service-results-list {
    margin: 30px 0;
  }
  .service-extend-list {
    padding: 20px;
    margin-top: 30px;
  }
  .page-blog {
    padding: 50px 0;
  }
  .page-blog .post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
  .page-pagination {
    margin-top: 10px;
  }
  .page-single-post {
    padding: 50px 0;
  }
  .post-image {
    margin-bottom: 20px;
  }
  .post-entry h1,
  .post-entry h2,
  .post-entry h3,
  .post-entry h4,
  .post-entry h5,
  .post-entry h6 {
    margin: 0 0 0.42em;
  }
  .post-entry h2 {
    font-size: 36px;
  }
  .post-entry p {
    margin-bottom: 15px;
  }
  .post-entry ol li,
  .post-entry ul li {
    margin-bottom: 10px;
  }
  .post-entry blockquote {
    background-position: 20px 20px;
    background-size: 40px;
    padding: 20px 20px 20px 70px;
    margin-bottom: 20px;
  }
  .post-entry blockquote p {
    font-size: 18px;
  }
  .post-tags {
    margin-bottom: 20px;
  }
  .post-tags .tag-links a {
    padding: 12px 15px;
  }
  .post-social-sharing ul {
    text-align: left;
  }
  .page-case-study {
    padding: 50px 0 20px;
  }
  .case-study-body {
    gap: 25px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  .case-study-item-content {
    width: calc(100% - 75px);
  }
  .page-case-study-single {
    padding: 50px 0;
  }
  .case-study-detail-list {
    margin-bottom: 30px;
    padding: 20px;
  }
  .case-study-detail-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .case-study-entry {
    margin-bottom: 40px;
  }
  .case-study-entry p {
    margin-bottom: 15px;
  }
  .case-study-entry h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .case-study-entry ul {
    gap: 10px 20px;
  }
  .case-study-entry ul li {
    padding-left: 25px;
  }
  .case-study-entry ul li:before {
    font-size: 16px;
  }
  .wellness-embrac-box,
  .case-study-healing-box,
  .case-study-journey-box {
    margin-top: 40px;
  }
  .wellness-embrac-info {
    margin-top: 30px;
  }
  .wellness-embrac-info .philosophy-counter-list {
    width: calc(25% - 15px);
  }
  .wellness-embrac-info .philosophy-counter-list .philosophy-counter-item h2 {
    margin-bottom: 10px;
  }
  .wellness-embrac-content-box {
    width: calc(75% - 15px);
    padding: 20px;
  }
  .healing-box-body {
    padding: 20px;
    margin: 30px 0;
  }
  .case-study-journey-list {
    margin-top: 30px;
  }
  .journey-list-item {
    padding: 20px;
    margin-bottom: 30px;
  }
  .journey-list-content h3 {
    margin-bottom: 15px;
  }
  .page-team {
    padding: 50px 0 20px;
  }
  .page-team-single {
    padding: 50px 0;
  }
  .team-member-about-box,
  .team-member-info {
    margin-bottom: 50px;
  }
  .team-member-image,
  .team-member-content {
    width: 100%;
  }
  .team-member-image {
    padding: 40px 40px 0;
  }
  .team-member-image img {
    max-width: 310px;
  }
  .member-info-list ul li {
    margin-bottom: 15px;
  }
  .member-social-list {
    margin-top: 30px;
    padding-top: 30px;
  }
  .team-member-feature-box,
  .team-contact-form {
    width: 100%;
  }
  .member-feature-list {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .member-feature-list ul li {
    padding-left: 25px;
  }
  .member-feature-list ul li::before {
    font-size: 16px;
  }
  .team-skills-list {
    margin-top: 30px;
  }
  .skills-progress-bar .skill-data {
    margin-bottom: 15px;
  }
  .page-pricing {
    padding: 50px 0;
  }
  .page-testimonials {
    padding: 50px 0 20px;
  }
  .page-testimonials .testimonial-item {
    padding: 20px;
  }
  .page-testimonials .testimonial-item .testimonial-content p {
    font-size: 14px;
  }
  .page-gallery {
    padding: 50px 0 20px;
  }
  .page-video-gallery {
    padding: 50px 0 20px;
  }
  .page-faqs {
    padding: 50px 0;
  }
  .page-faqs-catagery .page-faq-accordion {
    margin-bottom: 40px;
  }
  .page-contact-us {
    padding: 50px 0;
  }
  .contact-us-content {
    margin: 0 0 30px 0;
  }
  .contact-info-list {
    padding: 20px;
  }
  .contact-info-item {
    padding: 20px 20px 20px 0;
  }
  .contact-info-item:nth-of-type(2n + 2) {
    padding: 20px 0 20px 20px;
  }
  .contact-info-item:nth-child(-n + 2) {
    padding-top: 0;
  }
  .contact-info-item:nth-last-child(-n + 2) {
    padding-bottom: 0;
  }
  .contact-social-links {
    padding: 20px;
  }
  .contact-us-form {
    padding: 30px;
  }
  .contact-form .form-control {
    padding: 12px 15px;
    border-radius: 10px;
  }
  .google-map {
    margin-top: 50px;
  }
  .google-map iframe {
    height: 420px;
  }
  .page-book-appointment {
    padding: 50px 0;
  }
  .error-page {
    padding: 50px 0;
  }
  .error-page-image {
    margin-bottom: 20px;
  }
  .error-page-image img {
    max-width: 80%;
  }
  .error-page-content .section-title,
  .error-page-content-body p {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .section-row {
    margin-bottom: 30px;
  }
  .section-title h1 {
    font-size: 30px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .hero-content .section-title p {
    font-size: 16px;
  }
  .hero-btn {
    gap: 15px;
  }
  .hero-img {
    padding: 0 50px 0 0;
    max-width: 100%;
  }
  .hero-rating-box {
    padding: 15px;
  }
  .hero-rating-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .hero-rating-header img {
    max-width: 24px;
    margin-right: 10px;
  }
  .hero-rating-star i {
    font-size: 14px;
  }
  .hero-rating-header p,
  .hero-rating-counter p {
    font-size: 16px;
  }
  .about-us-item {
    padding: 20px;
  }
  .about-item-content h3 {
    font-size: 18px;
  }
  .service-item {
    padding: 20px;
  }
  .service-content h3 {
    font-size: 18px;
  }
  .our-feature .section-title h2 img {
    max-width: 70px;
  }
  .feature-item {
    padding: 20px;
  }
  .feature-item .icon-box {
    top: -10px;
    right: -10px;
  }
  .feature-item .icon-box img {
    max-width: 60px;
  }
  .feature-item-header {
    margin-bottom: 30px;
  }
  .feature-item-body h3 {
    font-size: 18px;
  }
  .feature-list ul {
    gap: 10px;
  }
  .feature-list ul li {
    font-size: 14px;
    padding: 6px 10px;
  }
  .what-we-do-item-list {
    gap: 20px;
  }
  .what-we-do-item {
    width: 100%;
  }
  .what-we-do-item .icon-box {
    margin-right: 10px;
  }
  .what-do-item-content {
    width: calc(100% - 60px);
  }
  .what-do-item-content h3 {
    font-size: 18px;
  }
  .why-choose-item-header,
  .why-choose-item-content {
    width: 100%;
  }
  .why-choose-item-content {
    border-top: 1px solid var(--divider-color);
    border-left: none;
    padding: 10px 0 0;
    margin: 10px 0 0;
  }
  .why-choose-item-title h3 {
    font-size: 18px;
  }
  .why-choose-image {
    max-width: 100%;
    padding: 10px;
  }
  .pricing-box {
    padding: 20px;
  }
  .pricing-box .pricing-header h3 {
    font-size: 18px;
  }
  .pricing-content h2 {
    font-size: 26px;
    gap: 10px 20px;
  }
  .pricing-benefit-list ul {
    gap: 10px;
  }
  .pricing-benefit-list ul li {
    font-size: 14px;
  }
  .pricing-benefit-list ul li img {
    max-width: 16px;
    margin-right: 5px;
  }
  .appointment-image figure img {
    aspect-ratio: 1 / 0.95;
  }
  .appointment-timing-box {
    bottom: 20px;
    left: 20px;
    padding: 15px;
  }
  .appointment-timing-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .appointment-timing-box ul li {
    font-size: 14px;
  }
  .appointment-form {
    padding: 30px 20px;
  }
  .benefit-counter-list {
    gap: 30px;
    margin-top: 30px;
    padding-top: 30px;
  }
  .benefit-counter-item {
    width: calc(50% - 15px);
  }
  .benefit-counter-item:nth-child(2n + 2):before {
    display: none;
  }
  .faq-accordion .accordion-header .accordion-button.collapsed {
    padding-bottom: 15px;
  }
  .faq-accordion .accordion-item .accordion-body {
    padding: 10px 0 0;
  }
  .faq-accordion .accordion-item .accordion-body p {
    font-size: 14px;
  }
  .faq-image img {
    aspect-ratio: 1 / 0.95;
  }
  .faqs-cta-box {
    bottom: 20px;
    left: 20px;
    width: 220px;
    padding: 15px;
  }
  .faqs-cta-box .icon-box {
    margin-bottom: 10px;
  }
  .faqs-cta-box .icon-box img {
    max-width: 40px;
  }
  .faqs-cta-box-content h3 {
    font-size: 18px;
  }
  .team-content {
    margin-bottom: 15px;
  }
  .team-content h3 {
    font-size: 18px;
  }
  .our-partners-list {
    max-width: 100%;
    gap: 15px;
  }
  .our-partner-item {
    width: calc(50% - 7.5px);
    padding: 20px;
  }
  .our-partner-item:first-child {
    margin-left: 0;
  }
  .our-partner-item img {
    max-height: 28px;
  }
  .join-us-item-box {
    gap: 20px;
  }
  .join-us-item {
    width: 100%;
    padding: 20px;
  }
  .join-us-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .join-us-item p {
    margin-bottom: 20px;
  }
  .join-us-item ul {
    margin-bottom: 20px;
  }
  .join-us-item ul li {
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .join-us-item ul li::before {
    font-size: 16px;
  }
  .join-live-chat-content p {
    margin: 0;
  }
  .join-us-item h3 {
    margin-bottom: 5px;
  }
  .join-us-image {
    max-width: 100%;
  }
  .satisfy-client-image figure {
    width: 42px;
    height: 42px;
  }
  .testimonial-image figure img {
    aspect-ratio: 1 / 0.8;
  }
  .goolge-rating-box {
    bottom: 20px;
    left: 20px;
  }
  .goolge-rating-content .icon-rating p {
    font-size: 22px;
  }
  .author-content h3 {
    font-size: 18px;
  }
  .author-content p {
    font-size: 14px;
  }
  .testimonial-btn {
    margin-top: 20px;
    justify-content: left;
  }
  .post-item-content h2 {
    font-size: 18px;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .footer-contact-details {
    gap: 20px;
    flex-direction: column;
  }
  .footer-contact-item {
    width: 100%;
  }
  .footer-contact-item-content h3 {
    font-size: 18px;
  }
  .footer-newsletter-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer-newsletter-form .form-group .form-control {
    width: 60%;
  }
  .footer-newsletter-form .form-group .btn-default {
    width: 40%;
  }
  .footer-social-links {
    gap: 10px;
  }
  .footer-social-links h3 {
    font-size: 18px;
  }
  .footer-copyright {
    justify-content: center;
    padding: 15px 0;
  }

  .footer-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
  }
  .footer-links ul li {
    font-size: 14px;
    width: calc(50% - 10px);
    margin: 0;
    text-align: center;
  }

  .footer-copyright-text p {
    text-align: center;
    margin: 20px;
  }
  .page-header-box h1 {
    font-size: 30px;
  }
  .page-header-box ol li.breadcrumb-item {
    font-size: 16px;
  }
  .approach-list-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .video-play-button a {
    width: 70px;
    height: 70px;
  }
  .video-play-button a i {
    font-size: 26px;
  }
  .intro-video-list {
    padding: 20px 15px;
  }
  .intro-video-list-item {
    width: calc(50% - 15px);
  }
  .intro-video-list-item:nth-child(5n - 5):before {
    display: block;
  }
  .intro-video-list-item:last-child:before,
  .intro-video-list-item:nth-child(2n + 2):before {
    display: none;
  }
  .intro-video-list-item .icon-box {
    margin-bottom: 10px;
  }
  .intro-video-list-item .icon-box img {
    max-width: 40px;
  }
  .intro-video-item-content p {
    font-size: 14px;
  }
  .philosophy-image-box {
    gap: 20px;
  }
  .philosophy-image,
  .philosophy-counter-list {
    width: 100%;
  }
  .philosophy-image figure {
    height: auto;
  }
  .philosophy-counter-list {
    gap: 15px;
  }
  .philosophy-counter-item {
    width: calc(50% - 7.5px);
  }
  .philosophy-counter-item h2 {
    font-size: 26px;
  }
  .philosophy-counter-item p {
    font-size: 14px;
  }
  .page-catagery-list h3,
  .sidebar-cta-content h3 {
    font-size: 18px;
  }
  .page-single-image img {
    aspect-ratio: 1 / 0.7;
  }
  .service-entry h2 {
    font-size: 26px;
  }
  .service-entry ul li {
    width: 100%;
  }
  .service-experience-info .why-choose-item-list,
  .service-experience-info .why-choose-item-list .why-choose-item-header,
  .service-experience-info .why-choose-item-list .why-choose-item-content,
  .service-experience-info .service-item {
    width: 100%;
  }
  .service-results-counters {
    gap: 30px;
  }
  .service-result-counter-item {
    width: calc(50% - 15px);
  }
  .service-intro-video-image img {
    aspect-ratio: 1 / 0.65;
  }
  .post-single-meta ol li {
    font-size: 16px;
  }
  .post-single-meta ol li i {
    font-size: 16px;
  }
  .post-image img {
    aspect-ratio: 1 / 0.7;
  }
  .post-entry blockquote {
    background-position: 15px 15px;
    padding: 60px 15px 15px 15px;
  }
  .post-entry blockquote p {
    font-size: 16px;
  }
  .post-entry h2 {
    font-size: 26px;
  }
  .tag-links {
    font-size: 18px;
  }
  .case-study-item-content h3 {
    font-size: 18px;
  }
  .case-study-entry h2 {
    font-size: 26px;
  }
  .case-study-entry ul li {
    width: 100%;
  }
  .wellness-embrac-info {
    gap: 20px;
  }
  .wellness-embrac-info .philosophy-counter-list,
  .wellness-embrac-content-box {
    width: 100%;
  }
  .wellness-embrac-info .philosophy-counter-list {
    gap: 15px;
  }
  .wellness-embrac-content,
  .wellness-embrac-image {
    width: 100%;
  }
  .wellness-embrac-image figure {
    height: auto;
  }
  .healing-box-body {
    padding: 10px;
  }
  .healing-box-body p {
    font-size: 14px;
  }
  .journey-list-item {
    gap: 20px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .journey-list-image,
  .journey-list-content {
    width: 100%;
  }
  .journey-list-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .team-member-image {
    padding: 30px 30px 0;
  }
  .member-info-list ul li {
    font-size: 18px;
  }
  .member-info-list ul li span {
    width: 60%;
  }
  .member-social-list {
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .member-feature-image img {
    aspect-ratio: 1 / 0.7;
  }
  .member-feature-list ul li {
    width: 100%;
  }
  .skills-progress-bar {
    margin-bottom: 20px;
  }
  .skills-progress-bar .skillbar .skill-progress {
    height: 14px;
  }
  .contact-info-item {
    width: 100%;
    border-bottom: 1px solid var(--dark-divider-color);
    border-right: none;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
  }
  .contact-info-item:nth-of-type(2n + 2) {
    padding: 0 0 20px 0;
  }
  .contact-info-item:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--dark-divider-color);
    padding-bottom: 20px;
  }
  .contact-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .contact-item-content h3,
  .contact-social-links h3 {
    font-size: 18px;
  }
  .contact-us-form {
    padding: 20px;
  }
  .google-map iframe {
    height: 320px;
  }
}

/* Cart Table CSS start from here */

.cst-cart-table {
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: var(--text-color);
  background: #f8f8f8;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
}

.cst-cart-table .cst-cart-table-prd--head {
  font-size: 15px;
  font-weight: 500;
  background: var(--bg-color) !important;
  color: var(--white-color);
  border: 0;
  border-radius: 10px;
  padding: 20px 0;
}

.cst-cart-table-prd-image {
  width: 120px;
}

.cst-cart-table-prd-image img {
    background: radial-gradient(lightgray, var(--white-color));
    border-radius: 10px;
}

.cst-cart-table-wrap-custom {
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
}

.cst-cart-table-prd-info {
  /* width: calc(100% - 260px); */
  padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cst-cart-table-prd-price {
  width: 120px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.cst-cart-table-prd {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10px;
  padding-right: 0px !important;
  padding-bottom: 10px;
  padding-left: 0px !important;
  -ms-flex-align: center;
  align-items: center !important;
  border-bottom: 1px dashed var(--text-color);
}

.cst-cart-table-prd-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 0;
  color: var(--bg-color);
  text-align: left;
}

.cst-cart-table-prd-info .cst-cart-prd-inner-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.cst-cart-table-prd-qty {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  gap: 5px;
}

.cst-cart-add-qty {
  min-width: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.cst-cart-add-qty p {
    margin: 0;
}

.cst-cart-add-qty .cart-qty-text {
    width: 65px;
    text-align: center;
    background: var(--white-color);
    color: var(--secondary-color);
    padding: .375rem .75rem .375rem .75rem;
    border-radius: 8px;
    font-size: 14px;
}

.cst-cart-add-qty select {
  text-align: center;
  -webkit-appearance: none;
  width: max-content;
  font-size: 14px;
}

.cst-cart-table-prd-action {
  position: relative;
}

.cst-cart-table-prd-action .cst-cart-table-prd-remove {
  font-size: 14px;
  line-height: 1.7;
  color: red;
  font-weight: 500;
  /* padding-left: 10px; */
}

.cst-cart-table-prd-price {
  width: 120px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.cst-cart-table-prd-action::before {
  content: "|";
  position: absolute;
  height: 100%;
  width: 1px;
  background: transparent;
  top: 0px;
  left: -10px;
  right: auto;
  bottom: 0;
  margin: auto;
  line-height: 1.4;
}

.cst-cart-btn-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.cst-custom-card {
    background: #f8f8f8;
}

.cst-custom-card .card-footer {
    border-top: 1px dashed var(--white-color);
    padding-top: 16px;
    margin-top: 16px;
}

.cst-card-total-section {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}



@media (max-width: 767px) {

    .cst-cart-table-prd-name {
        line-height: 1.2;
    }
      .cst-cart-table-wrap-custom {
        flex-direction: column;
        gap: 12px;
        padding: 10px 0;
    }

  .cst-cart-table-prd-info {
    padding-left: 15px;
  }

  .cst-cart-table-prd-info .cst-cart-prd-inner-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .cst-cart-table-prd-price {
    width: max-content;
    padding-left: 15px;
  }

  .cst-cart-table-prd-price.text {
    display: none;
  }

  .cst-cart-btn-wrap {
    flex-direction: column;
    align-items: center;
  }

  .cst-cart-table-prd-action::before {
    content: none;
  }
}

/* Cart Table CSS ends here */

.ingre_inner img {
  padding: 20px;
}

.checkout-wrap {
  padding: 24px 24px 36px 24px;
  background: #f8f8f8;
  border-radius: 20px;
}

.main-menu ul li.nav-item.cst-link-mobile {
  display: none;
}

@media (max-width: 991px) {
  display: block;
}

/* Cookie CSS start from here */

#cookiePopup {
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0%;
  top: auto;
  /* transform: translateX(-50%); */
  width: 100%;
  background: var(--secondary-color);
  padding: 24px;
  /* display: flex; */
  flex-wrap: wrap;
  z-index: 999999;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  text-align: justify;
  display: none;
  border-top: 1px solid;
}

.cookie-popup-inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.cookieContentWrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#cookiePopup h4 {
  font-size: 14px;
  color: var(--white-color);
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

#cookiePopup p {
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
}

#cookiePopup p a {
  color: var(--white-color);
  text-decoration: underline;
}

.cookieBtns {
  display: inline-flex;
  gap: 10px;
}

.cookieBtns button {
  font-size: 14px;
  margin: 0;
  color: var(--secondary-color);
  padding: 12px 36px;
  border-radius: 10px;
  background: var(--white-color);
  cursor: pointer;
  transition: all 0.5s ease;
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
}

.cookieBtns button:hover {
  color: var(--white-color);
  border-color: var(--primary-color);
  background: var(--primary-color);
}

@media (max-width: 767px) {
  .cookie-popup-inner-wrap {
    flex-direction: column;
  }

  .cookieBtns {
    justify-content: space-between;
    display: flex;
    gap: 0;
    width: 100%;
  }
}

.page-team-single .section-title h2 {
    font-size: 38px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}
.team-member-content h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    letter-spacing: 0;
}
/* Cookie CSS end here */
/* -----------------------------------------------------------------------------------

 01. Typography style
 02. Preloader style
 03. Owl-Theme Custom style
 04. Section style
 05. Navbar style
 06. Header style
 07. Slider style
 08. Parallax Header style
 09. Kenburns SlideShow style
 10. Video Background style
 11. Banner Header style
 12. About style 
 13. Trainer style
 14. Trainer Single style
 15. Classes style
 16. Classes 2 style
 17. Classes 3 style
 18. Classes-Single style
 19. Pricing style
 20. Image Gallery style
 21. Video Gallery style
 22. Video Popup style
 23. Accordion Box (for Faqs) style
 24. Clients style
 25. Testimonials style
 26. Blog style
 27. Blog 2 style
 28. Post style
 29. Contact style
 30. Coming Soon style
 31. Error Page - 404 style
 32. Buttons style
 33. Insta style
 34. Footer style
 35. toTop Button style
 36. Cursor Style
 37. Responsive (Media Query)
 38. Overlay Effect Bg image
 
----------------------------------------------------------------------------------- */


/* ======= Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #b1b1b1;
    overflow-x: hidden !important;
    background: #0a0a0a;
}
p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 15px;
}
h1 {
    font-size: 90px;
}
h2 {
    font-size: 75px;
}
h3 {
    font-size: 60px;
}
h4 {
    font-size: 45px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    color: #fff;
}
img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 700;
    color: #fff;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Barlow', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #b1b1b1;
    background-image: none;
    border-bottom: 1px solid #2b2b2b;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #C7D300;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #fff;
    border: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #f4f4f4;
    color: #b1b1b1;
    border: none;
}
select {
    padding: 10px;
    border-radius: 5px;
}

th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* submit and alert success  */
input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #C7D300;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}
input[type="submit"]:hover {
    border: 1px solid #C7D300;
    background-color: #C7D300;
    color: #0a0a0a;
}
.alert-success {
    background: #C7D300;
    color: #0a0a0a;
    border: 1px solid #C7D300;
    border-radius: 0px;
}
/* Placeholder */
::-webkit-input-placeholder {
    color: #b1b1b1;
    font-size: 17px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #b1b1b1;
}
::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #b1b1b1;
}
/* Important */
.bg-blck {
    background: #0a0a0a;
}
.bg-drk {
    background: #101010;
}
.bg-wht {
    background: #fff;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 700;
}
.count {
    font-family: 'Barlow', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
    z-index: 9;
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}

.position-relative {
    position: relative !important;
}

hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0a0a0a;
    z-index: 10000009;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid #323232;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    border-top: 2px solid #C7D300;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Owl-Theme Custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ccc;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #C7D300;
    border: 1px solid #C7D300;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


/* ======= Section style ======= */
.section-padding {
    padding: 59px 0;
}
.section-title {
    font-size: 43px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1.25em;
    font-weight: 600;
}
.section-title span {
    color: #C7D300;
}
[data-overlay-dark] .section-title span {
    color: #C7D300;
}
.section-title.white {
    color: #fff;
}
.section-title.black {
    color: #0a0a0a;
}
.section-title2 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    padding-left: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.section-title2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #C7D300;
    position: absolute;
    left: 0;
    top: 50%;
}
.section-title3 {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}


/* ======= Navbar style ======= */
.navbar {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
}
.navbar .container {
    border: none;
}
.nav-scroll .container {
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #FFF;
}
.navbar .navbar-nav .nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #C7D300;
    text-decoration: none;
}
.navbar .navbar-nav .nav-link:hover i {
    color: #C7D300;
}
.navbar .navbar-nav .active {
    color: #C7D300 !important;
}
.navbar .navbar-nav .active i {
    color: #C7D300;
}
.nav-scroll {
    background: #0a0a0a;
    padding: 0 0 0 0;
    position: sticky;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 85px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #FFF;
}
.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}
.nav-scroll .navbar-nav .active {
    color: #C7D300;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .logo-img {
    width: 120px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 5px 0 10px 0;
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: 1px;
}
.nav-scroll .logo-wrapper .logo span {
    color: #C7D300;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 5px 0 10px 0;
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: 1px;
}
.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    color: #C7D300;
}
.logo {
    padding: 0;
}
.logo-img {
    padding: 15px 0;
    width: 130px;
    text-align: center;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.9);
}
.nav-scroll .dropdown .nav-link i {
    color: rgba(255, 255, 255, 0.9);
}
.nav-scroll .navbar-nav .active i {
    color: #FFF;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 7px 0;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
    color: rgba(255, 255, 255, 0.9);
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #C7D300;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}
.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 190px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #0a0a0a;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: #0a0a0a;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-scroll {
        background: #0a0a0a;
    }
    .logo-wrapper {
        float: left;
        padding: 23px 0 23px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 15px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 130px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 130px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #b1b1b1;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #b1b1b1 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #C7D300 !important;
    }
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 17px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #0a0a0a;
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown .nav-link i {
        color: rgba(255, 255, 255, 0.5);
    }
    .nav-scroll .dropdown .nav-link i {
        color: rgba(255, 255, 255, 0.5);
    }
    .nav-scroll .dropdown .nav-link.active i {
        color: #FFF;
    }
}
@media screen and (max-width: 991px) {
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #0a0a0a;
        text-align: left;
        padding: 20px;
    }
}


/* ======= Header style ======= */
.header {
    min-height: calc(100vh - 100px);
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h6 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    padding-left: 50px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.header .caption h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #C7D300;
    position: absolute;
    left: 0;
    top: 50%;
}
.header .caption h1 {
    position: relative;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 75px;
    text-transform: uppercase;
    line-height: 1.25em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
}
.header .caption h1 span {
    color: #C7D300;
}
.header .caption p {
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 30px;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0a0a0a;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .button-1,
.header .caption .button-2,
.header .caption .button-3 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
    margin-bottom: 15px;
}


/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
    min-height: calc(100vh - 100px);
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}
/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #C7D300;
    font-size: 12px;
    line-height: 42px;
    color: #fff;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #C7D300;
    border: 1px solid #C7D300;
    color: #0a0a0a;
}
@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}


/* ======= Parallax Header style ======= */
.parallax-header {
    height: 639px;
    padding-top: 172px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.parallax-header h6 {
    font-size: 17px;
    font-weight: 400;
    color: #C7D300;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.parallax-header h1 {
    font-size: 70px;
    color: #fff;
    position: relative;
    line-height: 72px;
    text-transform: uppercase;
    text-shadow: 0 10px 13px rgba(0, 0, 0, 0.23);
}
.parallax-header h1 span {
    color: #C7D300;
}
.parallax-header[data-overlay-dark] p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
    letter-spacing: 0;
}


/* ===== Kenburns SlideShow style ===== */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 100px);
}
.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #000;
}
.kenburns-inner {
    position: relative;
    z-index: 15;
}
.kenburns-inner .caption {
    position: relative;
}
.kenburns-inner .caption h6 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.kenburns-inner .caption h1 {
    font-size: 70px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    text-transform: uppercase;
    text-shadow: 0 10px 13px rgba(0, 0, 0, 0.23);
}
.kenburns-inner .caption h1 span {
    color: #C7D300;
}
.kenburns-inner .caption p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}
#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}
@media screen and (max-width: 767px) {
    .kenburns-inner .caption h1 {
        font-size: 45px;
    }
    .kenburns-inner .caption h1 span {
        font-size: 45px;
    }
    .kenburns-inner .caption {
        text-align: center;
    }
}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
  height: calc(100vh - 100px);
  overflow: hidden;
}
.video-fullscreen-video {
    height: 100%;
}
.video-fullscreen-wrap video {
  width: 100vw;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
    
}
.video-lauch-wrapper {
  border: none;
  background: none;
  width: 100%;
  padding: 0;
}
.video-fullscreen-wrap .overlay {
/*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.video-fullscreen-wrap .butn-dark a {
    color: #fff;
}
.position-relative {
  position: relative !important;
}
.video-fullscreen-wrap h5 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.video-fullscreen-wrap h1 {
    font-size: 70px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    text-transform: uppercase;
    text-shadow: 0 10px 13px rgba(0, 0, 0, 0.23);
}
.video-fullscreen-wrap h1 span {
    color: #C7D300;
}
.video-fullscreen-wrap[data-overlay-dark] p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}


/* ======= Banner Header style ======= */
.banner-header {
    min-height: calc(85vh - 100px);
    background-position: center;
}
.banner-header.full-height {
    min-height: 100vh;
}
.banner-header h6 {
    font-size: 17px;
    font-weight: 400;
    color: #C7D300;
    position: relative;
    margin-bottom: 0px;
    padding-left: 50px;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.banner-header h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #C7D300;
    position: absolute;
    left: 0;
    top: 50%;
}
.banner-header h1 {
    font-size: 70px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    text-transform: uppercase;
    text-shadow: 0 10px 13px rgba(0, 0, 0, 0.23);
    -webkit-animation-delay: 9s;
    animation-delay: .9s;
}
.banner-header p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-header .post-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b1b1b1;
    font-size: 17px;
}
.banner-header .post-wrapper a {
    color: #fff;
}
.banner-header .post-wrapper .divider {
    width: 20px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #C7D300;
}
@media screen and (max-width: 767px) {
    .banner-header h1 {
        font-size: 45px;
    }
}


/* ======= About style ======= */
.about {
    position: relative;
}
.about p {
    color: #fbfbfb;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.about .about-img img:hover {
    transform: scale(0.95);
}
.about .about-img {
    position: relative;
}
.about .about-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-color: #C7D300;
}
.about .about-img .img:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -7%;
    bottom: 60%;
    left: -3%;
    background-image: url(../images/dots2.png);
    background-repeat: repeat;
    z-index: 1;
}
.about .about-img .img img {
    position: relative;
    z-index: 2;
}


/* about list */
.about .list {
    position: relative;
    display: block;
}
.about .list li {
    position: relative;
    display: flex;
    align-items: center;
}
.about .list li + li {
    margin-top: 10px;
}
.about .list-icon {
    display: flex;
    align-items: center;
}
.about .list-icon span {
    font-size: 12px;
    color: #C7D300;
    background-color: transparent;
}
.about .list-text {
    margin-left: 15px;
}
.about .list-text p {
    font-size: 15px;
    margin: 0;
    color: #fff;
}


/* ======= Trainer style ======= */
.trainer {
    position: relative;
    padding-bottom: 55px
}
.trainer .con {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trainer .con:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #0a0a0a transparent;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.trainer:hover .con {
    background: #C7D300;
}
.trainer .con .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateY(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
.trainer:hover .con .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.trainer .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
    font-size: 10px;
    color: #0a0a0a;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.trainer .con .arrow a:hover {
    border: 1px solid #0a0a0a;
    background: #0a0a0a;
    color: #C7D300;
}
.trainer .con h5 {
    font-size: 30px;
    color: #0a0a0a;
    text-transform: uppercase;
}

/* trainer owl-theme owl-nav */
.trainers .owl-theme .owl-nav {
    position: absolute!important;
    top: 45%!important;
    bottom: auto!important;
    width: 100%
}
.trainers .owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.trainers .owl-theme .owl-prev,
.trainers .owl-theme .owl-prev {
    left: 10px!important
}
.trainers .owl-theme .owl-next {
    right: 10px!important
}
.trainers .owl-theme .owl-prev>span,
.trainers .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.trainers .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #C7D300;
    border-radius: 0;
    color: #0a0a0a;
    font-size: 12px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid #C7D300;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.trainers .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #fff;
    border: 1px solid #fff;
    color: #0a0a0a;
}
.trainers .owl-theme .owl-nav {
    top: 35% !important;
}
.trainers .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.trainers .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .trainers .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Trainer Single style ======= */
.trainer-single h6 {
    font-size: 25px;
    color: #fff;
}
/* img */
.trainer-single .trainer-img img:hover {
    transform: scale(0.95);
}
.trainer-single .trainer-img {
    position: relative;
}
.trainer-single .trainer-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.trainer-single .trainer-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-color: #C7D300;
}
.trainer-single .trainer-img .img:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -7%;
    bottom: 60%;
    left: -3%;
    background-image: url(../img/dots2.png);
    background-repeat: repeat;
    z-index: 1;
}
.trainer-single .trainer-img .img img {
    position: relative;
    z-index: 2;
}
/* trainer-single list */
.trainer-single .list {
    position: relative;
    display: block;
}
.trainer-single .list li {
    position: relative;
    display: flex;
    align-items: center;
}
.trainer-single .list li + li {
    margin-top: 10px;
}
.trainer-single .list-icon {
    display: flex;
    align-items: center;
}
.trainer-single .list-icon span {
    font-size: 12px;
    color: #C7D300;
    background-color: transparent;
}
.trainer-single .list-text {
    margin-left: 15px;
}
.trainer-single .list-text p {
    font-size: 17px;
    margin: 0;
    color: #b1b1b1;
}
/* trainer-single details */
.trainer-single .wrapper {
    position: relative;
}
.trainer-single .wrapper .cont {
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.trainer-single .wrapper .cont .coll {
    width: auto;
    max-width: auto;
}
.trainer-single .wrapper .cont .coll h6 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1em;
    white-space: normal;
    margin: 0;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0;
}
.trainer-single .wrapper .cont .coll h5 {
    font-size: 17px;
    font-weight: 400;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0;
}
/* trainer-single social */
.trainer-single .wrapper .cont .coll .social-icon {
    text-align: center;
    margin-bottom: 0px;
}
.trainer-single .wrapper .cont .coll .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #C7D300;
    color: #fff;
    border-radius: 100%;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.trainer-single .wrapper .cont .coll .social-icon a:hover {
    border: 1px solid #C7D300;
    background: #C7D300;
    color: #0a0a0a;
}
.trainer-single .wrapper .cont .coll p {
    color: #b1b1b1;
}
/* trainer-single link */
.trainer-single .wrapper p a {
    background: linear-gradient(to bottom, #C7D300 0%, #C7D300 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
.trainer-single .wrapper p a:hover {
    color: #fff;
}
/* trainer-single tabs */
.trainer-single .con .simpl-bord.nav-tabs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C7D300;
    ;
}
.trainer-single .con .simpl-bord .nav-item {
    margin-right: 50px;
}
.trainer-single .con .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}
.trainer-single .con .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
}
.trainer-single .con .simpl-bord .nav-link.active {
    font-weight: 700;
    color: #C7D300;
    font-family: 'Oswald', sans-serif;
}
.trainer-single .tab-content p {
    color: #b1b1b1;
}



/* ======= Classes style ======= */
.classes .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.classes .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.classes .item:hover .con {
    bottom: 0;
}
.classes .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.classes .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.classes .item .con img {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}
.classes .item .con span {
    font-size: 60px;
    color: #fff;
}
.classes .item .con h5 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
}
.classes .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}
.classes .item .con p {
    color: #fff;
    font-size: 17px;
}
.classes .item .con .icon {
    border-radius: 0;
    margin: 0 auto;
}
.classes .item .con .icon a i {
    color: #fff;
    font-size: 20px;
}
.classes .item .con .icon a i:hover {
    color: #C7D300;
}
/* line animation */
.classes .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: #C7D300;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}
.classes .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* classes owl-theme owl-nav */
.classes .owl-theme .owl-nav {
    position: absolute!important;
    top: 45%!important;
    bottom: auto!important;
    width: 100%
}
.classes .owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.classes .owl-theme .owl-prev,
.classes .owl-theme .owl-prev {
    left: 10px!important
}
.classes .owl-theme .owl-next {
    right: 10px!important
}
.classes .owl-theme .owl-prev>span,
.classes .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.classes .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #C7D300;
    border-radius: 0;
    color: #0a0a0a;
    font-size: 12px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid #C7D300;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.classes .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #fff;
    border: 1px solid #fff;
    color: #0a0a0a;
}
.classes .owl-theme .owl-nav {
    top: 35% !important;
}
.classes .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.classes .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .classes .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Classes 2 style  ======= */
.classes2 {
    position: relative;
    margin-bottom: 90px;
}
.classes2:last-child {
    margin-bottom: 15px;
}
.classes2 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}
.classes2.left figure {
    margin-left: 0;
    margin-right: auto;
}
.classes2 figure img:hover {
    transform: scale(0.98);
}
.classes2 .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
     padding: 60px 45px 15px 45px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.classes2 .caption:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #C7D300 transparent;
    position: absolute;
    right: 4px;
    bottom: 4px;
}
.classes2.left .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 60px 45px 15px 45px;
}
.classes2 .caption span {
    font-size: 40px;
    color: #0a0a0a;
}
.classes2 .caption h5 {
    font-size: 40px;
    line-height: 1.25em;
    color: #0a0a0a;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.classes2 .caption h6 {
    display: inline-block;
    padding: 8px 20px;
    background-color: #C7D300;
    color: #0a0a0a;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 5px;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.classes2 .caption p {
    color: #3b3b3b;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.classes2 .caption:hover {
    background: #fff;
}
.classes2 .caption a.button-4,
.classes2 .caption .button-4 {
    opacity: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.classes2 .caption:hover a.button-4,
.classes2 .caption:hover .button-4 {
    opacity: 1;
    transform: translateY(-25px);
}
.classes2 .caption:hover h6,
.classes2 .caption:hover h5,
.classes2 .caption:hover p {
    transform: translateY(-25px);
}
@media (max-width: 991.98px) {
    .classes2 figure {
        width: auto;
        margin: 0;
    }
    .classes2 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/* ======= Classes 3 style ======= */
.classes3 {
    overflow: hidden;
}
.classes3 .card {
    position: relative;
    border-radius: 0px;
    transition: 0.7s;
    border: none;
    margin-bottom: 30px;
    padding: 0 30px 30px 15px;
    background: transparent;

}
.classes3 .card:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-color: #C7D300;
}
.classes3 .card:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -8%;
    bottom: 60%;
    left: -3%;
    background-image: url(../img/dots2.png);
    background-repeat: repeat;
    z-index: 1;
}
.classes3 .card .card-inner {
    transition: 0.7s;
    z-index: 10;
    text-align: center;
    padding: 75px 20px 20px 20px;
    background: #0a0a0a;
}

.classes3 .card .card-inner:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #0a0a0a transparent;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.classes3 .card .card-inner .card-box {
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.classes3 .card .card-inner .icon-size-1 {
    color: #C7D300;
    font-size: 60px;
    transition: 0.7s;
}
.classes3 .card .card-inner .icon-size-2 {
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: 0.7s;
}
.classes3 .card .card-inner .card-title {
    position: relative;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.services .card .card-inner .card-box .font-text {
    color: #b1b1b1;
}
.classes3 .card .card-inner.icon-size {
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.classes3 .card .card-inner .card-img {
    margin-bottom: 15px;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.classes3 .card .card-inner:hover {
    background: #fff;
}
.classes3 .card .card-inner:hover .icon-size {
    color: #0a0a0a;
}
.classes3 .card .card-inner:hover .card-title {
    color: #0a0a0a;
    transform: translateY(-5px);
}
.classes3 .card .card-inner:hover .card-title:after {
    background: #fff;
}
.classes3 .card .card-inner:hover .font-text {
    color: #3b3b3b;
}
.classes3 .card .card-inner:hover .icon-size-1 {
    transform: translateY(-15px);
}
.classes3 .card .card-inner:hover .icon-size-2 {
    opacity: 1;
}
.classes3 .card .card-inner:hover .card-box {
    transform: translateY(-25px);
}
.classes3 .card .card-inner:hover .card-img {
    transform: translateY(-5px);
}


/* ======= Classes-Single style ======= */
.classes-single h5 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}
.classes-single h5 span {
    color: #C7D300;
}
/* classes-single list */
.classes-single .list {
    position: relative;
    display: block;
}
.classes-single .list li {
    position: relative;
    display: flex;
    align-items: center;
}
.classes-single .list li + li {
    margin-top: 10px;
}
.classes-single .list-icon {
    display: flex;
    align-items: center;
}
.classes-single .list-icon span {
    font-size: 14px;
    color: #C7D300;
    background-color: transparent;
}
.classes-single .list-text {
    margin-left: 15px;
}
.classes-single .list-text p {
    font-size: 17px;
    margin: 0;
    color: #b1b1b1;
}
/* classes-single sidebar */
.classes-single .sidebar {
    position: relative;
    display: block;
    padding: 45px 30px 60px 30px;
    background: #fff;
}

.classes-single .sidebar:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #C7D300 transparent;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.classes-single .sidebar .con {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.classes-single .sidebar .con h5 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #0a0a0a;
    text-transform: uppercase;
}
.classes-single .sidebar .con p {
    color: #3b3b3b;
}
.classes-single .sidebar .con .info {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.classes-single .sidebar .con .info .image.icon {
    max-width: 30px;
    margin-right: 10px;
    color: #0a0a0a;
    font-size: 25px;
}
.classes-single .sidebar .con .info .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 17px;
    line-height: 1.25em;
    text-transform: uppercase;
}
.classes-single .sidebar .con .info p {
    color: #3b3b3b;
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    margin-bottom: 0;
}
.classes-single .sidebar .instructor {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.classes-single .sidebar .instructor .wrapper {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    color: #b1b1b1;
    text-decoration: none;
}
.classes-single .sidebar .instructor .wrapper .w-inline-block {
    max-width: 100%;
    display: flex;
}
.classes-single .sidebar .instructor .wrapper .image-wrapper {
    display: flex;
    overflow: hidden;
    align-items: center;
    transform: translate(0px, 0px);
}
.classes-single .sidebar .instructor .wrapper .cont {
    float: left;
}
.classes-single .sidebar .instructor .wrapper .image-wrapper.details {
    width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-right: 15px;
    border-radius: 100%;
    border: 1px solid #C7D300;
    padding: 3px;
}
.classes-single .sidebar .instructor .wrapper .image.details {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}
.classes-single .sidebar .instructor .wrapper .cont .details-subtitle {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1em;
    color: #3b3b3b;
}
.classes-single .sidebar .instructor .wrapper .cont .details-name {
    color: #0a0a0a;
    font-size: 17px;
    line-height: 1em;
    font-weight: 400;
}
/* classes prev/next project */
.classes-prev-next {
    padding: 40px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 576px) {
    .classes-prev-next {
        text-align: center;
    }
    .classes-prev-next-left {
        margin-bottom: 10px;
    }
}
.classes-prev-next a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 1em;
}
.classes-prev-next a i {
    font-size: 20px;
}
.classes-prev-next a:hover {
    color: #C7D300;
}
.classes-prev-next .classes-prev-next-left a i {
    margin-right: 5px;
    font-size: 12px;
}
.classes-prev-next .classes-prev-next-right a i {
    font-size: 12px;
    margin-left: 0;
    margin-left: 5px;
}


/* ======= Pricing style ======= */
.pricing {
    position: relative;
}
.pricing .item {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 20px 0px 0px 20px;
}
.pricing .item:before {
    content: '';
    width: 40%;
    position: absolute;
    top: -2%;
    bottom: 70%;
    left: -2.5%;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    z-index: 0;
}
.pricing .item:hover:before {
    background-image: url(../img/dots2.png);
}
.pricing .item .cont {
    position: relative;
    margin: 0;
    padding: 75px 45px 15px 45px;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
}
.pricing .item .cont.center {
    margin: 0;
    padding: 75px 45px 15px 45px;
    background: #C7D300;
    text-align: center;
    border: 1px solid #C7D300;
}

.pricing .item .cont:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #0a0a0a transparent;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.pricing .item .cont img {
    height: 70px;
    margin-bottom: 15px;
}
.pricing .item .cont h5 {
    font-size: 35px;
    margin-bottom: 30px;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    text-transform: uppercase;
    color: #0a0a0a;
    line-height: 1.25em;
}
.pricing .item .price-features p {
    margin-bottom: 15px;
    color: #0a0a0a;
}
.pricing .item .cont h1 {
    font-size: 70px;
    line-height: 1em;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    color: #0a0a0a;
    margin-bottom: 5px;
}
.pricing .item .cont .price-price {
    position: relative;
}
.pricing .item .cont sup {
    position: absolute;
    font-size: 20px;
    margin-left: -40px;
    top: 20px;
}
.pricing .item .cont span span {
    font-size: 25px;
}
.pricing .item .price-price {
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pricing .item .price-features {
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pricing .item .price-features p:last-child {
    margin-bottom: 15px;
}
.pricing .item .cont a.button-5,
.pricing .item .cont .button-5 {
    opacity: 0;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.pricing .item .cont:hover a.button-5,
.pricing .item .cont:hover .button-5 {
    opacity: 1;
    transform: translateY(-25px);
}
.pricing .item .cont:hover {
    background: #C7D300;
    border: 1px solid #C7D300;
}
.pricing .item .cont:hover img,
.pricing .item .cont:hover h5,
.pricing .item .cont:hover .price-price,
.pricing .item .cont:hover .price-features {
    transform: translateY(-25px);
}
.pricing .item .cont:hover h5 {
    color: #0a0a00;
}
.pricing .item .cont:hover h1 {
    color: #0a0a0a;
}


/* ======= Gallery style ======= */
.gallery-masonry-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.gallery-items .col-md-4:nth-child(2) {
    margin-top: 0px;
}
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}
.gallery-filter li {
    font-family: 'Oswald', sans-serif;
    margin-right: 15px;
    display: inline-block;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}
.gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-filter li.active {
    color: #C7D300;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-filter li:hover {
    color: #C7D300;
}
.gallery-masonry-wrapper .gallery-masonry-item-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gallery-masonry-wrapper .gallery-masonry-item-img-link:hover .gallery-masonry-item-img {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}
.gallery-masonry-wrapper .gallery-masonry-item-img-link:hover .gallery-masonry-item-img:after {
    opacity: 0.3;
}
@media only screen and (max-width: 767px) {
    .gallery-masonry-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .gallery-items .col-md-6:nth-child(2) {
        margin-top: 0;
    }
}
@media all and (max-width: 575px) {
    .gallery-filter li {
        margin-right: 10px;
        font-size: 17px;
    }
    .gallery-filter li:last-child {
        margin-right: 0;
    }
    .gallery-items .single-item {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 400px) {
    .gallery-masonry-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
/* gallery 2 style */
.gallery-item {
    position: relative;
    padding-top: 20px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 17px;
}
.gallery-box .gallery-detail i {
    color: #0a0a0a;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #0a0a0a;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.4);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Video Gallery style ======= */
.vid-icon {
    position: relative;
    overflow: hidden;
}
.vid-icon:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-right: 20px;
    float: left;
}
.video-gallery-polygon {
    z-index: 2;
    padding-right: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #C7D300;
    border-radius: 50%;
    color: #0a0a0a;
    padding: 12px 11px 12px 13px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}
.video-gallery-polygon:hover {
    background: #fff;
    color: #0a0a0a;
}
.video-gallery-polygon {
    font-size: 20px;
}


/* ======= Video Popup style ======= */
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.video-wrapper {
    min-height: 336px;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #C7D300;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    color: #C7D300;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.video-wrapper .vid .vid-butn .icon:hover {
    border: 2px solid #C7D300;
}


/* ======= Accordion Box (for Faqs) style ======= */
.faqs-accordion .accordion .item {
    margin-bottom: 0px;
}

.faqs-accordion .accordion .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 10px;
    background-color: #fff;
}
.faqs-accordion .accordion .title:after {
    content: '\e61a';
    font-family: 'themify';
    font-weight: normal;
    font-size: 17px;
    font-weight: 400;
    position: absolute;
    top: 25px;
    left: 20px;
    background: #C7D300;
    padding: 8px 14px;
    color: #0a0a0a;
    border-radius: 50%;
}
.faqs-accordion .accordion .title h6 {
    font-size: 25px;
    margin-bottom: 0;
    color: #0a0a0a;
}
.faqs-accordion .accordion .accordion-info {
    display: none;
    padding: 0px 20px;
    margin-top: 15px;
    margin-left: 0px;
}
.faqs-accordion .accordion .active {
    display: block;
}
.faqs-accordion .accordion .active .title {
    color: #0a0a0a;
    background: #C7D300;
    border: 1px solid #C7D300;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faqs-accordion .accordion .active .title:after {
    content: '\e622';
    background: #fff;
    color: #0a0a0a;
}
.faqs-accordion .accordion .active .title h6 {
    color: #0a0a0a;
}
.faqs-accordion .accordion .accordion-info ul {
    list-style-type: disc;
}


/* ======= Clients style ======= */
.clients {
    background: #C7D300;
}
.clients .owl-carousel {
    margin: 20px 0;
}
.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}
.clients .clients-logo:hover {
    opacity: 1;
}
.clients img {
    -webkit-filter: none;
    filter: none;
}
.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Testimonials style ======= */
.testimonials .ready {
    position: relative;
    color: #fff;
}
.testimonials h4 {
    font-size: 35px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}
.testimonials h4 span {
    color: #C7D300;
}
.testimonials [data-overlay-dark] p {
    color: #fff;
}
.testimonials-box {
    position: relative;
    background: #0a0a0a;
    padding: 45px 45px 30px 45px;
    margin-bottom: -70px;
}

.testimonials-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #C7D300 transparent;
    position: absolute;
    right: 4px;
    bottom: 4px;
}
@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}
.testimonials .item {
    position: relative;
}
.testimonials .item .quote {
    position: absolute;
    top: 75px;
    width: 70px;
    margin: 0 auto 0px;
    opacity: 0.2;
    right: 30px;
}
.testimonials .item p {
    color: #b1b1b1;
}
.testimonials .item .info {
    text-align: left;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}
.testimonials .item .info .author-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    border: 1px solid #C7D300;
    padding: 5px;
}
.testimonials .item .info .author-img img {
    border-radius: 50%;
}
.testimonials .item .info .cont {
    margin-left: 65px;
}
.testimonials .item h5 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
}
.testimonials .item h5 span {
    color: #C7D300;
}
.testimonials .item .info h6 {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    margin-bottom: 0px;
    padding-top: 7px;
    font-weight: 400;
    color: #fff;
    line-height: 1em;
}
.testimonials .item .info span {
    font-size: 15px;
    color: #b1b1b1;
    line-height: 1em;
}


/* ======= Blog style ======= */
.blog {
    position: relative;
}
.blog .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.blog .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog .item:hover .con {
    bottom: 0;
}
.blog .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.blog .item .date a {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 30px;
    background: #C7D300;
    border: 1px solid #C7D300;
    color: #0a0a0a;
    text-align: center;
    width: 60px;
    height: 70px;
    padding: 6px;
}

.blog .item .date a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #0a0a0a transparent;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.blog .item .date span {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #0a0a0a;
    line-height: 1.25em;
}
.blog .item .date i {
    font-family: 'Oswald', sans-serif;
    display: block;
    font-size: 30px;
    font-style: normal;
    color: #0a0a0a;
    font-weight: 700;
}
.blog .item .con {
    margin: -60px 30px 20px 30px;
    padding: 30px 30px 30px 30px;
    background-color: #fff !important;
    border: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    position: relative;
}

.blog .item .con:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #C7D300 transparent;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.blog .item .con .category a {
    margin-right: 5px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #3b3b3b;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: 0;
}
.blog .item .con .category a:hover {
    color: #0a0a0a;
}

.blog .item .con .category a:before {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #C7D300;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog .item .con .category a:last-child {
    margin-right: 0;
}
.blog .item .con .category a:last-child:after {
    display: none;
}
.blog .item .con h5,
.blog .item .con h5 a {
    color: #0a0a0a;
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 1.25em;
}
.blog .item .con h5:hover,
.blog .item .con h5 a:hover {
    color: #0a0a0a;
}
.blog .item .con p {
    color: #fff;
    font-size: 17px;
}
.blog .item .con i {
    color: #fff;
    font-size: 20px;
}


/* blog owl-theme owl-nav */
.blog .owl-theme .owl-nav {
    position: absolute!important;
    top: 45%!important;
    bottom: auto!important;
    width: 100%
}
.blog .owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog .owl-theme .owl-prev,
.blog .owl-theme .owl-prev {
    left: 10px!important
}
.blog .owl-theme .owl-next {
    right: 10px!important
}
.blog .owl-theme .owl-prev>span,
.blog .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.blog .owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #C7D300;
    border-radius: 0;
    color: #0a0a0a;
    font-size: 12px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid #C7D300;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.blog .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #fff;
    border: 1px solid #fff;
    color: #0a0a0a;
}
.blog .owl-theme .owl-nav {
    top: 35% !important;
}
.blog .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.blog .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .blog .owl-theme .owl-nav {
        display: none;
    }
}



/* ======= Blog 2 style ======= */
.blog2 .item {
    margin-bottom: 30px;
}
.blog2 .post-img {
    position: relative;
    overflow: hidden;
}
.blog2 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog2 .post-img a {
    display: block;
}
.blog2 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog2 .post-img .date {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #C7D300;
    border: 1px solid #C7D300;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 70px;
    padding: 6px;
}

.blog2 .post-img .date:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #0a0a0a transparent;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.blog2 .post-img .date span {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    color: #0a0a0a;
    line-height: 1.25em;
}
.blog2 .post-img .date i {
    font-family: 'Oswald', sans-serif;
    display: block;
    font-size: 30px;
    font-style: normal;
    color: #0a0a0a;
    font-weight: 700;
}
.blog2 .post-cont {
    padding: 30px 0;
}
.blog2 .post-cont .tag {
    display: block;
    font-size: 17px;
    color: #C7D300;
    margin-bottom: 0px;
}
.blog2 .post-cont h5 {
    font-size: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.blog2 .post-cont h5 a {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
}
/* blog sidebar */
.blog2-sidebar .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog2-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog2-sidebar .widget ul li {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.5em;
}
.blog2-sidebar .widget ul li a {
    color: #0a0a0a;
}
.blog2-sidebar .widget ul li a.active {
    color: #0a0a0a;
}
.blog2-sidebar .widget ul li a:hover {
    color: #0a0a0a;
}
.blog2-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog2-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}
.blog2-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog2-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.blog2-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}
.blog2-sidebar .widget-title {
    margin-bottom: 15px;
}
.blog2-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 30px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: #0a0a0a;
    text-transform: uppercase;
}
.blog2-sidebar .search form {
    position: relative;
}
.blog2-sidebar .search form input {
    width: 100%;
    padding: 15px;
    border: 0;
    background: #0a0a0a;
    margin-bottom: 0;
}
.blog2-sidebar .search form button {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #C7D300;
    color: #0a0a0a;
    border: 0;
    padding: 13px 18px;
    cursor: pointer;
}
.blog2-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 20px;
    background-color: #C7D300;
    color: #0a0a0a;
    float: left;
}
.blog2-sidebar ul.tags li a {
    font-size: 15px;
    color: #0a0a0a;
}
.blog2-sidebar ul.tags li:hover,
.blog2-sidebar ul.tags li:hover a {
     background-color: #0a0a0a;
    color: #fff;
}


/* ======= Post style ======= */
.post .section {
    padding-top: 60px;
    margin-bottom: 60px;
}
.post .section h6 {
    font-size: 25px;
    color: #fff;
}
.post .section h6 span {
    font-size: 17px;
    color: #b1b1b1;
    font-weight: 400;
    margin-left: 15px;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0;
}
.post .section .wrap {
    display: flex;
    margin-bottom: 60px;
}
.post .section .wrap .user {
    margin-right: 30px;
    flex: 0 0 auto;
}
.post .section .wrap .user img {
    border-radius: 100%;
    width: 100px;
    border: 1px solid #C7D300;
    padding: 5px;
}
.post .section .wrap .cont {
    margin-right: 25px;
}
.post .section .wrap .cont .repay {
    font-size: 17px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
.post .section .wrap .cont a.repay:hover {
    color: #C7D300;
}
/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: #0a0a0a;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #b1b1b1;
    font-weight: 400;
    border: 1px solid #0a0a0a;
    border-radius: 0;
}
.pagination-wrap li a i {
    font-size: 11px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #C7D300;
    ;
    border: 1px solid #C7D300;
    ;
    color: #0a0a0a;
}
.pagination-wrap li a.active {
    background-color: #C7D300;
    border: 1px solid #C7D300;
    color: #0a0a0a;
}
@media screen and (max-width: 768px) {
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Contact style ======= */
.contact p {
    color: #b1b1b1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact p b {
    color: #fff;
    font-weight: 700;
}
.contact h5 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
}
.contact h5 span {
    color: #C7D300;
}
.contact .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #b1b1b1;
    text-decoration: none;
}
.contact .con .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #C7D300;
    text-align: center;
}
.contact .con .icon .img {
    border-radius: 0;
    border: 1px solid #C7D300;
}
.contact .con .icon img {
    background: transparent;
    padding: 13px;
}
.contact .con .text {
    color: #b1b1b1;
    line-height: 1.5em;
}
/* contact form */
.contact .form-box {
    padding: 40px;
    background: #101010;
    z-index: 1;
    margin-bottom: 30px;
    margin-right: 30px;
}
.contact .form-box:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 15px;
    left: 45px;
    bottom: 0;
    background: #C7D300;
    z-index: -1;
}
.contact .form-box:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -7%;
    bottom: 55%;
    left: -5%;
    background-image: url(../img/dots2.png);
    background-repeat: repeat;
    z-index: -1;
}


/* ======= Coming Soon style ======= */
.comming {
    /* min-height: 100vh; */
    min-height: calc(100vh - 100px);
    height: auto;
    position: relative;
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, .6);
    background-image: url("../img/slider/1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
@media (max-width: 767px) {
    .comming {
        min-height: 100vh;
    }
}
.comming .item {
    position: relative;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 15px;
    margin-bottom: 15px;
}

.comming .item:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #C7D300 transparent;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.comming h6 {
    color: #fff;
    font-size: 17px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0;
}
.comming h3 {
    font-size: 60px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}
.comming h2 {
    font-size: 75px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.comming h2 span {
    color: #C7D300;
}
.comming h1 {
    font-size: 160px;
    margin-bottom: 0px;
    position: relative;
    color: #fff;
    line-height: 1em;
}
.comming p {
    color: #fff;
    font-size: 17px;
}
/* coming form */
.comming form {
    margin-top: 30px;
    position: relative;
}
.comming form input {
    width: 100%;
    padding: 13px 50px 13px 20px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}
.comming form input::placeholder {
    color: #fff;
}
.comming form button {
    background-color: #C7D300;
    padding: 8px 24px;
    border-radius: 0px;
    color: #0a0a0a;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 400;
    outline: none;
}

.comming form button:hover {
    background-color: #fff;
    color: #0a0a0a;
    outline: none;
}


/* go home */
.go-back {
    margin-top: 15px;
}
.go-back a {
    color: #fff;
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
}
.go-back a:hover {
    color: #fff;
}
.go-back a span {
    transition: all .5s;
}
.go-back a span i {
    color: #fff;
    font-size: 12px;
}
.go-back a:hover span {
    padding-right: 15px;
}


/* ======= Error Page 404 style ======= */
.error-form {
    position: relative;
    max-width: 520px;
    margin: 20px auto 0;
}
.error-form form {
    position: relative;
}
.error-form .form-group {
    position: relative;
    margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 100px 10px 20px;
    height: 54px;
    display: block;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    background: transparent;
    color: #b1b1b1;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
    border-color: #C7D300;
}
.error-form .form-group input::-webkit-input-placeholder {
    color: #b1b1b1;
}
.error-form .form-group .theme-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 90px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    background: none;
    color: #0a0a0a;
    background: #C7D300;
    border-radius: 0px;
}
.error-form .form-group .theme-btn span {
    vertical-align: middle;
    outline: none;
}
.error-form .form-group .theme-btn:hover {
    background: #fff;
    color: #0a0a0a;
}
h1.not-found {
    color: #C7D300;
    font-size: 270px;
    line-height: 300px;
    text-shadow: 0 10px 13px rgba(0, 0, 0, 0.23);
}
.not-found p {
    color: #b1b1b1;
}
.not-found h3 {
    font-size: 50px;
    text-transform: uppercase;
}


/* ======= Button style ======= */

/* button 1 */
.btn-1 {
    font-size: 17px;
    padding: 12px 30px;
    border: none;
    color: #0a0a0a;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;  
}
.btn-1:active,
.btn-1:focus,
.btn-1:hover,
.btn-1:focus:active {
    color: #0a0a0a;
    box-shadow: none;
    outline: none;
    background-position: 50% -2px
}
.btn-1[disabled] {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65
}
.button-1 {
    background: linear-gradient(113deg, #fff 50%, #C7D300 0);
    border: none;
    background-position: calc(100% + 2px) -2px;
    background-repeat: no-repeat;
    background-size: calc(220% + 4px) calc(100% + 4px);
    transition: background .2s ease-in-out;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
}

/* button 2 */
.btn-2 {
    font-size: 17px;
    padding: 12px 30px;
    border: none;
    color: #0a0a0a;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;  
}
.btn-2:active,
.btn-2:focus,
.btn-2:hover,
.btn-2:focus:active {
    color: #0a0a0a;
    box-shadow: none;
    outline: none;
    background-position: 50% -2px
}
.btn-2[disabled] {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65
}
.button-2 {
    background: linear-gradient(113deg, #C7D300 50%, #fff 0);
    border: none;
    background-position: calc(100% + 2px) -2px;
    background-repeat: no-repeat;
    background-size: calc(220% + 4px) calc(100% + 4px);
    transition: background .2s ease-in-out;
    border-radius: 0;
}

/* button 3 */
.btn-3 {
    font-size: 17px;
    padding: 12px 30px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;  
}
.btn-3:active,
.btn-3:focus,
.btn-3:hover,
.btn-3:focus:active {
    color: #fff;
    box-shadow: none;
    outline: none;
    background-position: 50% -2px
}
.btn-3[disabled] {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65
}
.button-3 {
    background: linear-gradient(113deg, #C7D300 50%, #0a0a0a 0);
    border: none;
    background-position: calc(100% + 2px) -2px;
    background-repeat: no-repeat;
    background-size: calc(220% + 4px) calc(100% + 4px);
    transition: background .2s ease-in-out;
    border-radius: 0;
}

/* button 4 */
.btn-4 {
    font-size: 17px;
    padding: 12px 30px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;  
}
.btn-4:active,
.btn-4:focus,
.btn-4:hover,
.btn-4:focus:active {
    color: #fff;
    box-shadow: none;
    outline: none;
    background-position: 50% -2px
}
.btn-4[disabled] {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65
}
.button-4 {
    background: linear-gradient(113deg, #0a0a0a 50%, #C7D300 0);
    border: none;
    background-position: calc(100% + 2px) -2px;
    background-repeat: no-repeat;
    background-size: calc(220% + 4px) calc(100% + 4px);
    transition: background .2s ease-in-out;
    border-radius: 0;
}


/* button 5 */
.btn-5 {
    font-size: 17px;
    padding: 12px 30px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    white-space: nowrap;  
}
.btn-5:active,
.btn-5:focus,
.btn-5:hover,
.btn-5:focus:active {
    color: #C7D300;
    box-shadow: none;
    outline: none;
    background-position: 50% -2px
}
.btn-5[disabled] {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65
}
.button-5 {
    background: linear-gradient(113deg, #fff 50%, #0a0a0a 0);
    border: none;
    background-position: calc(100% + 2px) -2px;
    background-repeat: no-repeat;
    background-size: calc(220% + 4px) calc(100% + 4px);
    transition: background .2s ease-in-out;
    border-radius: 0;
}




/* =======  Insta style  ======= */
.insta {
    position: relative;
    z-index: 9;
}
.insta .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
}
.insta .img {
  position: relative;
    padding: 0px;
}
.insta .img:hover i {
  opacity: 1;
}
.insta .img:hover:after {
  opacity: 0;
}
.insta .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: .0;
}
.insta .img i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}
.insta .follow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.insta .follow .text-bg {
    background: #fff;
    padding: 12px 30px;
    color: #0a0a0a;
    font-size: 17px;
    z-index: 3;
}
.insta .follow .text-bg i {
  color: #0a0a0a;
    z-index: 1;
}
.insta .follow .text-bg span {
  position: relative;
  z-index: 2;
}
.insta .follow:hover .text-bg,
.insta .follow:hover .text-bg i {
    background: #C7D300;
    color: #0a0a0a;
}
@media screen and (max-width: 991px) {
.insta {
    margin-bottom: 0px;
    }
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    display: block;
}
.footer  h4 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer p {
    color: #b1b1b1;
}
/* footer top */
.footer-top {
    position: relative;
    display: block;
    background-color: #0a0a0a;
    padding: 90px 0 60px 0;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.footer-top .wrap {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.footer-top .wrap .wrap-text {
    position: relative;
    color: #b1b1b1;
    margin-bottom: 15px;
}
.footer-top .wrap .wrap-phone {
    font-size: 17px;
    color: #b1b1b1;
    position: relative;
}
.footer-top .wrap .wrap-mail {
    font-size: 17px;
    line-height: 3em;
    color: #b1b1b1;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-top .wrap .wrap-mail:hover {
    color: #fff;
}
.footer-top .wrap .wrap-mail:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #C7D300;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-top .wrap .wrap-mail:hover:before {
    background-color: #b1b1b1;
}
/* opening hours */
.footer-top .opening-hours ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.footer-top .opening-hours ul li .tit,
.footer-top .opening-hours ul li .dots,
.footer-top .opening-hours ul li span {
    display: table-cell;
    white-space: nowrap;
}
.footer-top .opening-hours ul li {
    margin-bottom: 15px;
    font-size: 17px;
}
.footer-top .opening-hours ul li:last-of-type {
    margin-bottom: 0;
}
.footer-top .opening-hours ul li span {
    white-space: nowrap;
    padding-left: 10px;
    font-family: 'Barlow', sans-serif;
    color: #b1b1b1;
}
.footer-top .opening-hours ul li .tit {
    padding-right: 10px;
    color: #b1b1b1;
}
.footer-top .opening-hours ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    position: relative;
    top: -7px;
}
/* subscribe */
.footer-top .wrap .subscribe form {
    margin-top: 20px;
    position: relative;
}
.footer-top .wrap .subscribe form input {
    width: 100%;
    padding: 14px 60px 14px 20px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0px;
    color: #b1b1b1;
    margin-bottom: 15px;
    outline: none;
    border-radius: 0px;
}
.footer-top .wrap .subscribe form input::placeholder {
    color: #b1b1b1;
}
.footer-top .wrap .subscribe form button {
    background-color: #C7D300;
    padding: 9px 20px;
    border-radius: 0;
    color: #0a0a0a;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    outline: none;
}
.footer-top .wrap .subscribe form button:hover {
    background-color: #fff;
    color: #0a0a0a;
    outline: none;
}
/* footer copyright */
.footer-bottom .copyright {
    position: relative;
    display: block;
}
.footer-bottom p {
    font-size: 15px;
    color: #b1b1b1;
    margin: 0;
}
.footer-bottom p a {
    font-size: 15px;
    color: #b1b1b1;
    margin: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
        line-height: 3em;
}
.footer-bottom p a:hover {
    color: #fff;
}
.footer-bottom p a:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #C7D300;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-bottom p a:hover:before {
    background-color: #b1b1b1;
}
/* footer bottom */
.footer-bottom {
    position: relative;
    display: block;
    background-color: #0a0a0a;
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.footer-bottom .footer-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #b1b1b1;
    font-size: 17px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-bottom .footer-social a + a {
    margin-left: 15px;
}
.footer-bottom .footer-social a:hover {
    background-color: transparent;
    color: #C7D300;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e660';
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #C7D300;
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap::after {
    color: #C7D300;
}
.progress-wrap svg.progress-circle path {
    stroke: #C7D300;
}



/* ======= Cursor Style ======= */
/*
body {
  cursor: none; 
}
*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden; 
}
.cursor-inner {
  margin-left: -2px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  z-index: 10000001;
  background-color: #f4f4f4;
  -webkit-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out; 
}
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #C7D300;
  opacity: .3; 
}
.cursor-outer {
  margin-left: -17px;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  border: 2px solid #C7D300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .9;
  -webkit-transition: all .08s ease-out;
  -o-transition: all .08s ease-out;
  transition: all .08s ease-out; 
}
.cursor-outer.cursor-hover {
    opacity: 0; 
}





/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h1 {
        font-size: 45px;
    }
    .section-title {
    font-size: 45px;
    }
    
    .banner-header h6 { 
        margin-bottom: 5px;
    }
    
  .parallax-header h1 {
        font-size: 45px;
        line-height: 53px;
    }
    
    .footer-bottom .footer-social {
    float: left;
    }
    
     .comming h2,
    .comming h3 {
        font-size: 36px;
    }
    .comming .item {
        padding: 15px;
    }
    
    h1.not-found {
        font-size: 160px;
        line-height: 180px;
    }
}
@media screen and (max-width: 767px) {
    .header .caption h1 {
        font-size: 45px;
    }
    
    .insta .follow {
        display: none;
    }

}


/* ======= Overlay Effect Bg image ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #b1b1b1;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}
.services-section {
    position: relative;
    background-color: #eeeeee;
}

.services-section .side-text {
    position: absolute;
    left: 5px;
    bottom: 0px;
    opacity: 0.20;
    font-size: 170px;
    color: transparent;
    font-weight: 700;
    transform: rotate(-90deg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    text-transform: uppercase;
    transform-origin: 7% 20%;
}

.services-section:before {
    position: absolute;
    content: '';
    left: 0%;
    top: 0px;
    width: 35%;
    height: 100%;
    background-color: #222222;
}

.services-section:after {
    position: absolute;
    content: '';
    right: 0%;
    top: 0px;
    width: 35%;
    height: 100%;
    background-color: #c7d300;
}

.service-block {
    position: relative;
    z-index: 1;
}

.service-block .inner-box {
    position: relative;
    text-align: center;
    padding: 80px 0px 80px;
}

.service-block .inner-box .icon-box {
    position: relative;
    font-size: 70px;
    line-height: 1em;
    color: #ffffff;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.service-block .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block .inner-box h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    width: 78%;
    margin: 0 auto;
    margin-bottom: 16px;
}

.service-block .inner-box h4 a {
    position: relative;
    color: #ffffff;
}

.service-block .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    padding: 0px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.service-block .inner-box .big-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 150px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.1;
}

.service-block.style-two .inner-box .icon-box,.service-block.style-two .inner-box .text {
    color: #222222;
}

.service-block.style-two .inner-box h4 a {
    color: #c7d300;
}

.service-block.style-two .inner-box .big-icon,.service-block.style-three .inner-box .big-icon {
    color: #222222;
    opacity: 0.1;
}
.choose-section {
    position: relative;
    padding: 105px 0px 110px;
    background-color: #fff;
}

.choose-section .images-column {
    position: relative;
    margin-bottom: 50px;
}

.choose-section .images-column .inner-column {
    position: relative;
    display: inline-block;
}

.choose-section .images-column .image {
    position: relative;
    padding-left: 200px;
}

.choose-section .images-column .info-box {
    position: absolute;
    left: 20px;
    top: 35px;
    width: 185px;
    height: 185px;
    z-index: 1;
    padding: 25px 25px;
    display: inline-block;
    background-color: #c7d300;
}

.choose-section .images-column .info-box h3 {
    position: relative;
    line-height: 43px;
    font-weight: 700;
    z-index: 1;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
}

.choose-section .images-column .info-box h3 a {
    position: relative;
    color: #ffffff;
}

.choose-section .images-column .info-box .more {
    position: relative;
    color: #222222;
    font-size: 16px;
    margin-top: 15px;
    z-index: 1;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.choose-section .images-column .info-box .icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #222222;
    font-size: 100px;
    line-height: 1em;
    opacity: 0.10;
}

.choose-section .images-column .info-box.style-two {
    left: auto;
    top: auto;
    right: 20px;
    bottom: -175px;
    background-color: #000000;
}

.choose-section .images-column .info-box.style-two .more {
    color: #c7d300;
}

.choose-section .images-column .info-box.style-two .icon {
    color: #ffffff;
}

.choose-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.choose-section .content-column .inner-column {
    position: relative;
    padding-left: 70px;
}

.choose-section .images-column .image-1 {
    position: absolute;
    left: 0px;
    top: 190px;
}

.choose-section .content-column .sec-title {
    margin-bottom: 45px;
}

.sec-title {
    position: relative;
    margin-bottom: 65px;
}

.sec-title .title {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 34px;
    font-family: "Poppins", sans-serif;
}

.sec-title.light .title,.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.centered {
    text-align: center;
}

.featured-block {
    position: relative;
    margin-bottom: 40px;
}

.featured-block .block-inner {
    position: relative;
    padding-top: 4px;
    padding-left: 100px;
}

.featured-block .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #222222;
    font-size: 60px;
    line-height: 1em;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.featured-block .block-inner:hover .icon {
    transform: rotateY(180deg);
}

.featured-block .icon:after {
    position: absolute;
    content: '';
    right: 6px;
    top: 5px;
    width: 14px;
    height: 14px;
    opacity: 0.9;
    border-radius: 50px;
    background-color: #c7d300;
}

.featured-block strong {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.featured-block .feature-text {
    position: relative;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 3px;
    font-family: "Poppins", sans-serif;
}

.header-btn a i {
    color: #fff;
    font-size: 23px;
}

.header-btn a span {
    background-color: #c7d300;
    border-radius: 40px;
    position: absolute;
    top: 23px;
}

.ml-4 {
    margin-left: 28px;
}

.list-icon i {
    color: #c7d300;
}

.icon-box img {
    width: 23%;
}

.block-inner img {
    width: 83px;
}

section.video-wrapper p {
    width: 74%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin: 0 auto;
}
.icon-box i {
    color: #fffcfc;
    font-size: 21px;
}


.shop-cart thead tr {
  background: var(--theme-color);
  color: var(--color-white);
}

.shop-cart thead tr th {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-dark);
  letter-spacing: .4px;
}

.shop-cart thead tr th,
.shop-cart thead tr td {
  white-space: nowrap;
}

.shop-cart tr td {
  color: var(--color-dark);
  vertical-align: middle;
  border-bottom: 1px solid var(--border-info-color);
  border-top: none;
  position: relative;
  padding: 20px 10px;
  font-size: 16px;
}

.shop-cart-img {
  width: 100px;
}

.shop-cart-img img {
  width: 100%;
  border-radius: 8px;
  padding: 6px;
  border: 1px solid var(--border-info-color);
}

.shop-cart-name{
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}

.shop-cart-name a:hover{
  color: var(--theme-color);
}

.shop-cart-info p{
  font-size: 14px;
  color: var(--body-text-color);
}

.shop-cart-info p span{
  font-weight: 500;
  margin-right: 5px;
}

.shop-cart-price{
  font-weight: 500;
}

.shop-cart-qty {
  width: 110px;
}

.shop-cart-qty button {
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: var(--theme-color);
  text-align: center;
  border: 0;
  border-radius: 50px;
  background: var(--theme-bg-light);
}

.shop-cart-qty button i{
  font-weight: 500;
}

.shop-cart-qty input {
  width: 30px;
  border: none;
  background: transparent;
  color: var(--theme-color);
  text-align: center;
}

.shop-cart-subtotal{
  font-weight: 500;
}

.shop-cart-remove{
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 50px;
}

.shop-cart-remove:hover {
  border-color: var(--color-red);
  color: var(--color-red);
}

.shop-cart-footer {
  margin-top: 20px;
}

.shop-cart-coupon{
  margin-bottom: 25px;
}

.shop-cart-coupon .form-group{
  position: relative;
}

.shop-cart-coupon .form-control {
    box-shadow: none;
    padding: 23px 160px 17px 20px;
    border-radius: 50px;
    font-size: 9px;
}

.shop-cart-coupon .form-control:focus {
  border-color: var(--theme-color);
}

.shop-cart-coupon .theme-btn {
  position: absolute;
  right: 5.4px;
  top: 5.4px;
  border-radius: 50px;
  padding: 8px 20px;
}

.shop-cart-summary {
  padding: 30px;
  border: 1px solid var(--border-info-color);
  background: var(--theme-bg-light);
  border-radius: 10px;
  margin-left: 20px;
}

.shop-cart-summary h5{
  margin-bottom: 25px;
}

.shop-cart-summary li {
  margin-bottom: 10px;
}

.shop-cart-summary li span {
  float: right;
}

.shop-cart-summary li strong {
  color: var(--color-dark);
}

.shop-cart-total {
  padding-top: 10px;
  border-top: 1px solid var(--border-info-color);
}

.shop-cart-total span {
  font-weight: bold;
  color: var(--theme-color);
}


@media all and (max-width: 991px) {
  .shop-cart-summary {
    margin-left: 0;
  }
}



/*===================
23. Shop checkout css 
=====================*/

.shop-checkout-step .accordion-item{
  margin-bottom: 20px;
  border: 1px solid var(--border-info-color);
  border-radius: 8px;
}

.shop-checkout-step .accordion-button{
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  color: var(--color-dark);
}

.shop-checkout-step .accordion-button:not(.collapsed){
  background: transparent;
  color: var(--theme-color);
}

.shop-checkout-step .accordion-body{
  border-top: 1px solid var(--border-info-color);
}

.shop-checkout-form .form-group{
  margin-bottom: 15px;
}

.shop-checkout-form label{
  color: var(--color-dark);
  margin-bottom: 4px;
}

.shop-checkout-form .form-control{
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: none;
}

.shop-checkout-form .form-control::placeholder{
  color: var(--body-text-color);
}

.shop-checkout-form .nice-select{
  width: 100%;
  font-size: 16px;
  border-radius: 8px;
  height: 50px;
  line-height: 47px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.shop-checkout-form .nice-select:after{
  width: 9px;
  height: 9px;
  margin-right: 8px;
  margin-top: -6px;
}

.shop-checkout-form .nice-select .list{
  width: 100%;
  height: 300px;
  overflow-y: auto;
  border-radius: 8px;
}

.shop-checkout-form .form-control:focus,
.shop-checkout-form .nice-select{
  border-color: var(--theme-color);
}

.shop-checkout-form .form-check-input{
  margin-top: 7px;
  box-shadow: none;
}

.shop-checkout-form .form-check-input:focus{
  border-color: var(--theme-color);
}

.shop-checkout-form .form-check-input:checked{
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.shop-checkout-form .theme-btn{
  margin-top: 15px;
  margin-bottom: 10px;
}

.shop-checkout-form .theme-btn2{
  background: var(--theme-color);
  color: var(--color-white);
  margin-right: 8px;
}

.shop-checkout-form .theme-btn2::before{
  background: var(--color-dark);
}

.shop-shipping-method{
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid var(--border-info-color);
}

.shop-shipping-method h6{
  margin-bottom: 20px;
}

.shop-shipping-method .form-check{
  padding-left: 0;
  position: relative;
  margin-bottom: 20px;
}

.shop-shipping-method .form-check-input{
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  top: -2px;
  right: 6px;
}

.shop-shipping-method label{
  font-weight: 500;
  border: 1px solid var(--border-info-color);
  background: var(--color-white);
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  width: 100%;
}

.shop-shipping-method .form-check-input:checked~label{
  border-color: var(--theme-color) !important;
}

.shop-shipping-method label span{
  display: block;
  color: var(--body-text-color);
  font-weight: 400;
}

.shop-checkout-payment .nav-link{
  background: transparent !important;
  border: 1px solid var(--border-info-color);
  text-align: center;
  border-radius: 12px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}

.shop-checkout-payment .nav-link::before{
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  font-size: 20px;
  color: var(--theme-color);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  left: 4px;
  top: -4px;
  transition: var(--transition);
}

.shop-checkout-payment .nav-link.active::before{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.shop-checkout-payment .nav-link.active{
  border-color: var(--theme-color);
}

.shop-checkout-payment .nav-link span{
  color: var(--body-text-color);
}

.shop-checkout-payment .checkout-card-img{
  padding-top: 12px;
  margin-bottom: 12px;
}

.shop-checkout-payment .checkout-card-img img{
  width: 34px;
}

.shop-checkout-payment .checkout-payment-img img{
  width: 120px;
}

.shop-checkout-payment .checkout-payment-img.cod img{
  width: 52px;
}

.shop-checkout-form.cod .form-check-input{
  width: 1.4em;
  height: 1.4em;
  border-radius: 6px;
}

.shop-checkout-form.cod label{
  font-weight: 500;
  margin-left: 10px;
}

.shop-checkout-form.cod label span{
  display: block;
  font-weight: 400;
  color: var(--body-text-color);
}

.shop-checkout-form.cod label a{
  color: var(--theme-color);
}



/*============================
24. Shop checkout complete css 
==============================*/

.shop-checkout-complete{
  position: relative;
}

.checkout-complete-content{
  background: var(--theme-bg-light);
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  border: 1px solid var(--border-info-color);
}

.checkout-complete-icon{
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 35px;
  color: var(--color-white);
  background: var(--color-green);
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 20px;
}

.checkout-complete-content h3{
  text-transform: capitalize;
}

.checkout-complete-content p{
  margin-top: 15px;
  margin-bottom: 30px;
}

@media all and (min-width: 992px) and (max-width: 1399px) {
  .checkout-complete-content{
    padding: 40px;
  }
}


.product-specs h3 {
    font-size: 24px;
    color: #222;
    font-family: "Poppins", sans-serif;
}

ul.specs-list {
    padding-left: 0;
}
.coa-sec {
    background-color: #222;
    border-radius: 5px;
    margin-bottom: 17px;
    width: 65%;
}
ul.specs-list li {
    font-size: 14px;
    color: #222;
    font-family: "Poppins", sans-serif;
    list-style-type: circle;
    line-height: 21px;
}

.coa-sec td {
    font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 12px;
}

.product-specs {
    border-radius: 12px;
    padding: 24px;
    margin: 30px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}
.coa-sec {
    background: #fff;
    width: fit-content;
    padding: 10px;
    border-radius: 6px;
}
.coa-sec table tr td{
    padding: 5px 10px;
}

.product-specs h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  color: #222;
  font-style: normal;
}

.specs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.specs-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 0.95rem;
  color: #fff;
}

.specs-list li:last-child {
  border-bottom: none;
}

.specs-list strong {
    color: #222;
    font-weight: 600;
    width: 40%;
    font-family: "Poppins", sans-serif;
}

.specs-list li span {
  width: 55%;
  text-align: right;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.widget {
margin-bottom: 40px;
padding: 35px 30px 40px 35px;
-webkit-box-shadow: var(--ltn__box-shadow-1);
box-shadow: var(--ltn__box-shadow-1);
}

.widget:last-child {
margin-bottom: 0;
}

.ltn__widget-title {
font-size: 20px;
margin-bottom: 35px;
text-transform: capitalize;
}

.ltn__widget-title-border {
position: relative;
padding-left: 45px;
}

.ltn__widget-title-border::after,
.ltn__widget-title-border::before {
position: absolute;
content: "";
background-color: var(--ltn__secondary-color);
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
}

.ltn__widget-title-border::before {
width: 18px;
height: 4px;
border-radius: 25px;
}

.ltn__widget-title-border::after {
width: 4px;
height: 4px;
left: 22px;
border-radius: 100%;
}

.widget {
    padding: 35px 0px 40px 0px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    background-color: #fff;
    height: 467px !important;
    overflow: scroll !important;
}
.top-rated-product-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
}
.top-rated-product-img img {
    max-width: 90px;
    float: left;
    margin-right: 20px;
    display: block;
    max-width: 100px;
    width: 100%;
    border-radius: 8px;
    padding: 6px;
    border: 1px solid #ccc;
    margin: 10px;
}
.widget.ltn__top-rated-product-widget.related-product ul {
    padding-left: 0;
}

.top-rated-product-info h6 a {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 15px;
}

.product-price span {
    color: #222;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.top-rated-product-info {
    width: 198px;
}