/*
Template Name: Mixlax - Spa, Beauty, Salon, Wellness HTML Template
Template URI: https: //vecuro.com/html/mixlax/
Description: Mixlax - Spa, Beauty, Salon, Wellness HTML Template
Author: Vecuro
Author URI: https: //themeforest.net/user/vecuro/portfolio
Version: 1.0
======================= 
Table of content 
=======================
01. body reset content
02. Header start here
03. Hero Area
04. About Us Section
05. Our Services Section
06. Appointment Form
07. CTA Area
08. About Funfact
09. Brand Slider
10. Price Plans
11. Testomonial Area
12. Latest Blog Section
13. Footer Start
14. Our Features
15. Our Team
16. Gallery Area
17. Date And Time Picker
18. 404 Error Page
19. FAQ Page
20. Counter Seciton
21. Contact Us Section
22. Bouchers Section
23. Progress Bar
24. Pagination
25. Sidebar Area
26. Portfolio Details
27. About Us Features
28. Make an appoinment Section
29. Sidebar Overly
30. Search Box Overly
31. Filter Bar
32. Product
33. Shopping Cart
34. Checkout
35. User Form
36. Bootstrap Overwrite
*/
/*=================================

==================================*/
@import url("https://fonts.googleapis.com/css?family=Prata|Roboto:400,500,700,900&display=swap");

:root {
  --theme-color: #ffc107;
  --theme-blur-color: #f3e2cd;
}

.section {
  padding: 120px 0;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.gradient-bg, .about-us-wrapper.v2:before, .brand-slider-wrapper.v2:before, .brand-slider-wrapper.v3:after, .brand-slider-wrapper.v3:before {
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff4f4 66%, #fff4f4 100%);
}

.sec-separator {
  text-align: center;
  position: relative;
}

.sec-separator:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  opacity: 0.7;
  margin-top: -1px;
  background: white;
  background: linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, var(--theme-color) 15%, var(--theme-color) 85%, rgba(255, 255, 255, 0) 99%);
}

.sec-separator span {
  display: inline-block;
  font-size: 32px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  box-shadow: 0 1px 20px -5px var(--theme-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color);
  border-radius: 50%;
  animation-name: BipingScaling;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.sticky-header-wrap .header-btn .book-btn, header .header-btn .book-btn{
  margin: 0 5px;
  padding: 0;
  width: 85px;
  height: 44px;
  line-height: 44px;
  background-color: var(--theme-color);
  color: #fff;
}

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

.bg-light {
  background: #000  !important;
}

.background-image {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.flower-shape {
  position: absolute;
  top: 0;
  left: 0;
  animation-name: flowerShape;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.section-title {
  margin-bottom: 30px;
}

.section-title > span {
  font-size: 18px;
  display: block;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.section-title > span > span {
  font-weight: 700;
  background-color: var(--theme-color);
  color: #fff;
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  margin: 0 5px;
  border-radius: 7px;
}

.section-title .title {
  font-size: 75px;
  line-height: 1;
  margin-bottom: 25px;
}

.section-title .title span {
  font-size: 30px;
  display: inline-block;
  max-width: 100px;
  color: var(--theme-color);
  margin-left: 15px;
  line-height: 26px;
  text-align: left;
}

.section-title .small-title {
  line-height: 30px;
  font-size: 26px;
  margin-bottom: 0;
}

.section-title .text {
  font-size: 18px;
  margin-bottom: 0;
}

.section-title2 {
  margin-bottom: 75px;
  position: relative;
  z-index: 1;
}

/*.section-title2:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: -60px;*/
/*  left: 50%;*/
/*  width: 230px;*/
/*  height: 150px;*/
/*  background-image: url("../img/icons/section-title-bg-icon.png");*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100% 100%;*/
/*  z-index: -1;*/
/*  transform: translateX(-50%);*/
/*  animation-name: sectionTitleBg;*/
/*  animation-duration: 15s;*/
/*  animation-timing-function: linear;*/
/*  animation-iteration-count: infinite;*/
/*}*/

.section-title2 .text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

.section-title2 .title {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 15px;
}

.section-title2 .title span {
  font-size: 26px;
  line-height: 26px;
  color: var(--theme-color);
  width: 100px;
  display: inline-block;
  text-align: left;
}

.section-title3 .text {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 35px;
}

.section-title3 .text a {
  font-weight: 700;
  text-decoration: underline;
}

.section-title3 .title {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 40px;
}

.section-title3 a.def-btn.outline {
  width: 195px;
  height: 72px;
}

.section-title4 {
  padding-bottom: 40px;
}

.section-title4 .text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  margin-bottom: 40px;
}

.section-title4 .title {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 15px;
}

.section-title4 .title-small {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.def-btn {
  display: inline-block;
  width: 255px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  padding-right: 60px;
  z-index: 1;
  border: 1px solid var(--theme-color);
  margin: 0 10px;
  box-shadow: 0 7px 27px -14px var(--theme-color);
  height: 70px;
  line-height: 70px;
}
.def-btn.btn-booking {
  color: var(--theme-color);
}

.def-btn.btn-md {
  width: 215px;
}

.def-btn.btn-sm {
  width: 145px;
  height: 50px;
  line-height: 48px;
  padding-right: 0;
  padding: 0;
  box-shadow: none;
}

.def-btn.outline {
  padding-right: 0;
  text-align: center;
  background-color: transparent;
  border: 2px solid #e4e4e4;
  box-shadow: none;
}

.def-btn.outline:hover {
  border-color: transparent;
}

.def-btn.outline i {
  margin-right: 10px;
}

.def-btn:last-of-type {
  margin-right: 0;
}

.def-btn:first-of-type {
  margin-left: 0;
}

.def-btn:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  z-index: -1;
  bottom: 0;
  transition: all ease 0.4s;
  /*border: 1px solid transparent;*/
}

.def-btn span {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: 1;
  transition: all ease 0.8s;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.def-btn span:before {
  display: inline-block;
  background-color: transparent;
  color: inherit;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all ease 0.5s;
  border-radius: 50%;
}

.def-btn span:after {
  content: '';
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
  transform: scale(1);
  transition: all ease 0.4s;
}

.def-btn:hover {
  background-color: transparent;
  color: #fff;
}

.def-btn:hover:before {
  width: 100%;
  height: 100%;
  right: 0;
  left: auto;
}

.def-btn:hover span:before {
  background-color: #fff;
  color: var(--theme-color);
}

.def-btn:hover span:after {
  border-radius: 50%;
  transform: scale(0);
}

.circle-btn {
  display: inline-block;
  border: none;
  font-size: 16px;
  background-color: #fff;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  text-align: center;
  box-shadow: 0 6px 24px -15px var(--theme-color);
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  transition: all ease 0.3s;
}

.circle-btn:last-child {
  margin-right: 0;
}

.circle-btn:first-child {
  margin-left: 0;
}

.circle-btn:before {
  content: '';
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -1;
  transform: scale(0);
  border-radius: 50%;
  transition: all ease 0.3s;
}

.circle-btn:hover {
  background-color: transparent;
  color: #fff;
}

.circle-btn:hover:before {
  transform: scale(1);
}

.circle-btn.primary-btn {
  background-color: var(--theme-color);
  color: #fff;
}

.circle-btn.primary-btn:before {
  background-color: #fff;
}

.circle-btn.primary-btn:hover {
  color: var(--theme-color);
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  background-color: #fff;
  opacity: 1;
  overflow: hidden;
}

.preloader .preloader-inner {
  width: 100%;
  height: 100%;
  background-color: #000000;
  /*background: radial-gradient(rgba(0, 0, 0, 0) 50%, #000);*/
  z-index: 10;
}

.preloader .preloader-inner .logo {
  position: absolute;
  left: 50%;
  top: 43%;
  width: 100%;
  max-width: 400px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.preloader .preloader-inner .logo img {
  width: auto;
  margin-left: -10px;
}

.preloader .preloader-inner .preloader-box {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  top: 58%;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  perspective: 200px;
  -webkit-perspective: 200px;
  transform: translateY(-50%);
}

.preloader .preloader-inner .preloader-box > div {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #CCC;
  float: left;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  background: var(--theme-color);
  margin-right: 15px;
}

.preloader .preloader-inner .preloader-box > div:nth-child(1) {
  animation: movement 600ms ease 0ms infinite alternate;
}

.preloader .preloader-inner .preloader-box > div:nth-child(2) {
  animation: movement 600ms ease 75ms infinite alternate;
}

.preloader .preloader-inner .preloader-box > div:nth-child(3) {
  animation: movement 600ms ease 150ms infinite alternate;
}

.preloader .preloader-inner .preloader-box > div:nth-child(4) {
  animation: movement 600ms ease 225ms infinite alternate;
}

.preloader .preloader-inner .preloader-box > div:nth-child(5) {
  animation: movement 600ms ease 300ms infinite alternate;
}

.preloader .preloader-inner .preloader-box > div:nth-child(6) {
  animation: movement 600ms ease 375ms infinite alternate;
}

.preloader .preloader-inner .preloader-box > div:nth-child(7) {
  animation: movement 600ms ease 450ms infinite alternate;
}

.preloader .preloader-inner .preloader-box > div:nth-child(8) {
  margin-top: 0;
  animation: movement 600ms ease 525ms infinite alternate;
}

@keyframes movement {
  from {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  to {
    -webkit-transform: scale(1.5) translateY(-25px) rotateX(45deg);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.1);
    background: var(--theme-color);
  }
}

.scrollToTop {
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 26px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.scrollToTop.show {
  opacity: 1;
  visibility: visible;
}

.tab-swipe {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff4f4;
}

.tab-swipe li {
  display: inline-block;
}

.tab-swipe li.indicator {
  position: absolute;
  height: 100%;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}

.tab-swipe li a {
  background-color: transparent;
  z-index: 1;
  position: relative;
}

/*=====================
    1. body reset content
======================*/
body,
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

.slick-slide,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
  color: #fff;
  line-height: 26px;
  transition: 0.4s;
}

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

a:active,
a:focus,
a:hover {
  color: var(--theme-color);
}

img {
  border: none;
  max-width: 100%;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  transition: all ease 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GoldenBook","Prata", serif;
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 30px;
  line-height: 26px;
}

/*=======================
Content end 
=======================*/
/*=======================
element start 
=======================*/
/*======================
    element inheritance
======================*/
/*=================================
02. Custom Animation 
==================================*/
@keyframes scaling {
  0% {
    transform: scale(0.7);
  }
  90% {
    transform: scale(1.9);
  }
  100% {
    opacity: 0;
  }
}

@keyframes cfadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes comeRight {
  0% {
    opacity: 0;
    right: -10%;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    right: 200px;
    opacity: 1;
  }
}

@keyframes czoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes clightSpeedIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) skewX(-20deg);
  }
  60% {
    transform: skewX(10deg);
    opacity: 0.5;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cslideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes crotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cfadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes flowerShape {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(50px, 0);
  }
  50% {
    transform: translate(50px, 100px);
  }
  75% {
    transform: translate(0, 100px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes flowerShape2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-50px, 0);
  }
  50% {
    transform: translate(-50px, -100px);
  }
  75% {
    transform: translate(0, -100px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes BipingScaling {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shapeAnimaiton {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-20px, 0);
  }
  50% {
    transform: translate(-20px, -20px);
  }
  75% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes shapeAnimaiton2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
  75% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes abShape {
  0% {
    right: 21%;
  }
  50% {
    right: 17%;
  }
  100% {
    right: 21%;
  }
}

@keyframes srBgIcon {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-10px, 0px);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  70% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes srBgIcon2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -10px);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  70% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes fshape {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 100px;
  }
  100% {
    bottom: 60px;
  }
}

@keyframes sectionTitleBg {
  0% {
    left: 50%;
  }
  20% {
    left: 45%;
  }
  40% {
    left: 50%;
  }
  60% {
    left: 55%;
  }
  80% {
    left: 50%;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes stickyAnimate {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*=================================
02. header start here 
==================================*/
.sticky-header-wrap,
header {
  padding-left: 75px;
  padding-right: 85px;
  position: relative;
  top: 0;
  z-index: 999;
  background-color: transparent;
}

.sticky-header-wrap .header-logo,
header .header-logo {
  padding-top: 10px;
  transition: all ease 0.4s;
}

.sticky-header-wrap nav ul li,
header nav ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.sticky-header-wrap nav ul a,
header nav ul a{
  font-size: 20px;
  font-family: "GoldenBook","Prata", serif;
}

.sticky-header-wrap nav ul li.menu-item-has-children > a,
header nav ul li.menu-item-has-children > a {
  position: relative;
}

.sticky-header-wrap nav ul li.menu-item-has-children > a:before,
header nav ul li.menu-item-has-children > a:before {
  content: "\f102";
  font-family: "Flaticon";
  font-weight: 400;
  margin-left: 7px;
  margin-right: 0;
  float: right;
  font-size: 10px;
}

.sticky-header-wrap nav ul li:last-child,
header nav ul li:last-child {
  margin-right: 0;
}

.sticky-header-wrap nav ul li:first-child,
header nav ul li:first-child {
  margin-left: 0;
}

.sticky-header-wrap nav ul li a,
header nav ul li a {
  font-size: 20px;
  font-family: "GoldenBook","Prata", serif;
  text-transform: capitalize;
  font-weight: 400;
  padding: 49.1px 0;
  display: block;
}

.sticky-header-wrap nav ul li a i,
header nav ul li a i {
  font-size: 12px;
  margin-left: 3px;
}

.sticky-header-wrap nav ul li ul,
header nav ul li ul {
  position: absolute;
  min-width: 13rem;
  background: #ffffff;
  top: 100%;
  left: 0;
  z-index: 99;
  border-top: 2px solid var(--theme-color);
  box-shadow: 0 0 15px #0000001f;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px 2px 0 0;
  margin-top: 20px;
  text-align: left;
  transition: 0.3s;
}

.sticky-header-wrap nav ul li ul li,
header nav ul li ul li {
  padding: 0;
  display: block;
  margin: 0;
}

.sticky-header-wrap nav ul li ul li.menu-item-has-children > a:before,
header nav ul li ul li.menu-item-has-children > a:before {
  display: none;
}

.sticky-header-wrap nav ul li ul li a,
header nav ul li ul li a {
  display: block;
  padding: 7px 0;
  padding-left: 15px;
  font-size: 14px;
  color: #000;
}

.sticky-header-wrap nav ul li ul li a:hover,
header nav ul li ul li a:hover {
  color: var(--theme-color);
  padding-left: 25px;
  background-color: #f7faff;
}

.sticky-header-wrap nav ul li ul li ul,
header nav ul li ul li ul {
  left: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.sticky-header-wrap nav ul li ul li:hover > ul,
header nav ul li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.sticky-header-wrap nav ul li:hover > ul,
header nav ul li:hover > ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.sticky-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  z-index: 9999;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-110%);
  transition: all ease 0.6s;
}

.sticky-header-wrap.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.sticky-header-wrap .logo {
  padding: 10px 0;
}

.sticky-header-wrap nav {
  text-align: center;
}

.sticky-header-wrap nav ul li {
  margin: 0px 11px;
}

.sticky-header-wrap nav ul li a {
  display: inline-block;
  padding: 40px 0;
  font-family: "GoldenBook","Prata", serif;
  font-size: 20px;
}
.sticky-header-wrap nav ul a {
  font-family: "GoldenBook","Prata", serif;
  font-size: 20px;
}
.sticky-header-wrap nav ul li a:hover {
  color: var(--theme-color);
}

.header-tow-wrapper {
  padding: 35px 115px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 12;
}

.header-tow-wrapper ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.header-tow-wrapper ul li.menu-item-has-children > a {
  position: relative;
}

.header-tow-wrapper ul li.menu-item-has-children > a:before {
  content: "\f102";
  font-family: "Flaticon";
  font-weight: 400;
  margin-left: 7px;
  margin-right: 0;
  float: right;
  font-size: 10px;
}

.header-tow-wrapper ul li:last-child {
  margin-right: 0;
}

.header-tow-wrapper ul li:first-child {
  margin-left: 0;
}

.header-tow-wrapper ul li a {
  font-size: 20px;
  font-family: "GoldenBook","Prata", serif;
  text-transform: capitalize;
  font-weight: 400;
  padding: 25px 0;
  display: block;
}
.header-tow-wrapper ul a {
  font-size: 20px;
  font-family: "GoldenBook","Prata", serif;
  text-transform: capitalize;
  font-weight: 400;
  padding: 25px 0;
}
.header-tow-wrapper ul li ul {
  position: absolute;
  min-width: 13rem;
  background: #ffffff;
  top: 100%;
  left: 0;
  z-index: 99;
  border-top: 2px solid var(--theme-color);
  box-shadow: 0 0 15px #0000001f;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px 2px 0 0;
  margin-top: 20px;
  text-align: left;
  transition: 0.3s;
}

.header-tow-wrapper ul li ul li {
  padding: 0;
  display: block;
  margin: 0;
}

.header-tow-wrapper ul li ul li.menu-item-has-children > a:before {
  display: none;
}

.header-tow-wrapper ul li ul li a {
  display: block;
  padding: 7px 0;
  padding-left: 15px;
  font-size: 14px;
}

.header-tow-wrapper ul li ul li a:hover {
  color: var(--theme-color);
  padding-left: 25px;
  background-color: #f7faff;
}

.header-tow-wrapper ul li ul li ul {
  left: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.header-tow-wrapper ul li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.header-tow-wrapper ul li:hover > ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.header-tow-wrapper .header-two-btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-three-wrapper {
  padding: 0 85px;
}

.header-three-wrapper ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.header-three-wrapper ul li.menu-item-has-children > a {
  position: relative;
}

.header-three-wrapper ul li.menu-item-has-children > a:before {
  content: "\f102";
  font-family: "Flaticon";
  font-weight: 400;
  margin-left: 7px;
  margin-right: 0;
  float: right;
  font-size: 10px;
}

.header-three-wrapper ul li:last-child {
  margin-right: 0;
}

.header-three-wrapper ul li:first-child {
  margin-left: 0;
}

.header-three-wrapper ul li a {
  font-size: 16px;
  font-family: "GoldenBook","Prata", serif;
  text-transform: capitalize;
  font-weight: 400;
  padding: 37px 0;
  display: block;
}

.header-three-wrapper ul li ul {
  position: absolute;
  min-width: 13rem;
  background: #ffffff;
  top: 100%;
  left: 0;
  z-index: 99;
  border-top: 2px solid var(--theme-color);
  box-shadow: 0 0 15px #0000001f;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px 2px 0 0;
  margin-top: 20px;
  text-align: left;
  transition: 0.3s;
}

.header-three-wrapper ul li ul li {
  padding: 0;
  display: block;
  margin: 0;
}

.header-three-wrapper ul li ul li.menu-item-has-children > a:before {
  display: none;
}

.header-three-wrapper ul li ul li a {
  display: block;
  padding: 7px 0;
  padding-left: 15px;
  font-size: 14px;
}

.header-three-wrapper ul li ul li a:hover {
  color: var(--theme-color);
  padding-left: 25px;
  background-color: #f7faff;
}

.header-three-wrapper ul li ul li ul {
  left: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.header-three-wrapper ul li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.header-three-wrapper ul li:hover > ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

/*=================================
03. Hero Area
==================================*/

.bg-white {
  background-color: #000 !important;
}
.hero-sec-wrapper {
  background-color: #000;
  color: #fff;
}

.hero-sec-wrapper .single-hero-slide {
  position: relative;
  min-height: 980px;
  overflow: hidden;
}

.hero-sec-wrapper .single-hero-slide img {
  display: inline-block;
}

.hero-sec-wrapper .single-hero-slide .hero-content {
  padding-right: 20px;
  padding-top: 290px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.hero-sec-wrapper .single-hero-slide .hero-content > span {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.hero-sec-wrapper .single-hero-slide .hero-content .hero-title {
  font-size: 72px;
  line-height: 90px;
  margin-bottom: 17px;
  text-transform: capitalize;
}

.hero-sec-wrapper .single-hero-slide .hero-content p {
  font-size: 18px;
  margin-bottom: 35px;
}

.hero-sec-wrapper .single-hero-slide .hero-schedule-box {
  position: absolute;
  bottom: 70px;
  right: 200px;
  width: 100%;
  max-width: 340px;
  text-align: center;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 40px;
  box-shadow: 0 0 40px -8px var(--theme-color);
}

.hero-sec-wrapper .single-hero-slide .hero-schedule-box:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  border-top: 15px solid var(--theme-color);
  border-left: 15px solid transparent;
}

.hero-sec-wrapper .single-hero-slide .hero-schedule-box .icon {
  margin-bottom: 25px;
}

.hero-sec-wrapper .single-hero-slide .hero-schedule-box .sechedule-title {
  font-family: "GoldenBook","Prata", serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
}

.hero-sec-wrapper .single-hero-slide .hero-schedule-box ul li {
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}

.hero-sec-wrapper .single-hero-slide .hero-schedule-box ul li a {
  font-weight: 700;
  color: inherit;
}

.hero-sec-wrapper .single-hero-slide .hero-schedule-box ul li a:hover {
  color: #fff;
}

.hero-sec-wrapper .single-hero-slide .slider-big-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}

.hero-sec-wrapper .single-hero-slide .slider-big-img span.bg-shape {
  width: 750px;
  height: 750px;
  position: absolute;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  left: 50%;
  margin-left: -375px;
  opacity: 0;
  transform: scale(0);
}

.hero-sec-wrapper .single-hero-slide .slider-big-img:before, .hero-sec-wrapper .single-hero-slide .slider-big-img:after {
  /*content: '';*/
  /*width: 750px;*/
  /*height: 750px;*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 0;*/
  /*background-color: var(--theme-color);*/
  /*opacity: 0.2;*/
  /*margin-left: -375px;*/
  /*z-index: -1;*/
  /*border-radius: 50%;*/
  /*transform: scale(0);*/
}

.hero-sec-wrapper .single-hero-slide.slick-current .hero-content > span {
  animation-name: crotateInDownLeft;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

.hero-sec-wrapper .single-hero-slide.slick-current .hero-content p,
.hero-sec-wrapper .single-hero-slide.slick-current .hero-content .hero-title {
  animation-name: clightSpeedIn;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

.hero-sec-wrapper .single-hero-slide.slick-current .hero-content .def-btn {
  animation-name: cfadeInUp;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

.hero-sec-wrapper .single-hero-slide.slick-current .slider-big-img span.bg-shape {
  opacity: 1;
  transform: scale(1);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: czoomIn;
  animation-delay: 1s;
}

.hero-sec-wrapper .single-hero-slide.slick-current .slider-big-img img {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: cfadeIn;
  animation-delay: .5s;
}

.hero-sec-wrapper .single-hero-slide.slick-current .slider-big-img:before, .hero-sec-wrapper .single-hero-slide.slick-current .slider-big-img:after {
  animation-name: scaling;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1.3s;
}

.hero-sec-wrapper .single-hero-slide.slick-current .slider-big-img:before {
  animation-delay: 3s;
}

.hero-sec-wrapper .single-hero-slide.slick-current .hero-schedule-box {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: comeRight;
  animation-delay: 2s;
  animation-iteration-count: 1;
}

.hero-sec-wrapper.v2 {
  position: relative;
  z-index: 9;
  margin: 0 100px;
  background-color: #fff;
  margin-top: -125px;
}

.hero-sec-wrapper.v2 .bg-elements {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 125px;
  background-color: #fff8f8;
}

.hero-sec-wrapper.v2 .bg-elements .bg-shape {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
}

.hero-sec-wrapper.v2 .bg-elements .bg-shape img {
  animation-name: shapeAnimaiton;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.hero-sec-wrapper.v2 .bg-elements .bg-shape:nth-child(odd) img {
  animation-name: shapeAnimaiton2;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.hero-sec-wrapper.v2 .bg-elements .bg-shape.shape-1 {
  left: 40% !important;
  margin-top: -60px;
  z-index: 1;
}

.hero-sec-wrapper.v2 .bg-elements .bg-shape.shape-2 {
  left: -75px !important;
  bottom: 85px;
  z-index: 1;
}

.hero-sec-wrapper.v2 .bg-elements .bg-shape.shape-3 {
  right: -200px;
  width: 340px;
  top: 135px !important;
  z-index: 1;
}

.hero-sec-wrapper.v2 .bg-elements .bg-shape.bg-text span {
  color: #fff;
  font-size: 26vw;
  line-height: 1;
  font-family: "GoldenBook","Prata", serif;
}

.hero-sec-wrapper.v2 .single-hero-slide {
  min-height: 800px;
  overflow: visible;
  margin-top: 125px;
}

.hero-sec-wrapper.v2 .single-hero-slide .slider-big-img {
  position: static;
}

.hero-sec-wrapper.v2 .single-hero-slide .slider-big-img img {
  position: absolute;
  right: 40px;
  bottom: 0;
}

.hero-sec-wrapper.v2 .single-hero-slide .slider-big-img:after, .hero-sec-wrapper.v2 .single-hero-slide .slider-big-img:before {
  display: none;
}

.hero-sec-wrapper.v2 .hero-content {
  padding-right: 20px;
  padding-top: 190px;
  padding-bottom: 200px;
}

.hero-sec-wrapper.v2 .hero-content .hero-title {
  margin-bottom: 25px;
}

.hero-sec-wrapper.v3 {
  padding: 0 85px;
  background-color: transparent;
}

.hero-sec-wrapper.v3 .single-hero-slide {
  background-color: transparent;
  min-height: 900px;
}

.hero-sec-wrapper.v3 .single-hero-slide:before {
  content: '';
  background-color: transparent;
  background-image: url("../img/hero/hero-3-bg-shape.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 0;
  z-index: 2;
}

.hero-sec-wrapper.v3 .single-hero-slide .slider-bg-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
}

.hero-sec-wrapper.v3 .single-hero-slide .slider-bg-img div {
  width: 100%;
  height: 100%;
  animation-name: slowZoomIn;
  animation-duration: 30s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.hero-sec-wrapper.v3 .single-hero-slide .slider-bg-img div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.55;
  z-index: 2;
  background-color: #050918;
}

.hero-sec-wrapper.v3 .single-hero-slide .hero-content {
  position: relative;
  z-index: 3;
  padding: 280px 0;
}

.hero-sec-wrapper.v3 .single-hero-slide .hero-content .hero-title {
  color: #fff;
  text-transform: none;
  opacity: 0;
}

.hero-sec-wrapper.v3 .single-hero-slide .hero-content .text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  opacity: 0;
}

.hero-sec-wrapper.v3 .single-hero-slide .hero-content a.def-btn {
  opacity: 0;
}

.hero-sec-wrapper.v3 .single-hero-slide.slick-current .hero-content .hero-title {
  animation-name: fadeInDown;
  animation-delay: 2s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  opacity: 1;
}

.hero-sec-wrapper.v3 .single-hero-slide.slick-current .hero-content .text {
  animation-name: zoomIn;
  animation-delay: 2.5s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  opacity: 1;
}

.hero-sec-wrapper.v3 .single-hero-slide.slick-current .hero-content a.def-btn {
  animation-name: fadeInUp;
  animation-delay: 3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  opacity: 1;
}

.hero-sec-wrapper.v3 .single-hero-slide.slick-current:nth-child(even) .hero-content .hero-title {
  animation-name: fadeInRight;
  animation-delay: 2s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  opacity: 1;
}

.hero-sec-wrapper.v3 .single-hero-slide.slick-current:nth-child(even) .hero-content .text {
  animation-name: fadeInRight;
  animation-delay: 2.5s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  opacity: 1;
}

.hero-sec-wrapper.v3 .single-hero-slide.slick-current:nth-child(even) .hero-content a.def-btn {
  animation-name: fadeInUp;
  animation-delay: 3s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  opacity: 1;
}

.hero-sec-wrapper.v3 .hero-slide-v3 .slick-arrow {
  position: absolute;
  z-index: 3;
  left: 80px;
  top: 50%;
  background-color: transparent;
  color: #fff;
  font-size: 42px;
  border: none;
  font-weight: 400;
  padding: 0;
  transform: translateY(-50%);
}

.hero-sec-wrapper.v3 .hero-slide-v3 .slick-arrow.slick-next {
  left: auto;
  right: 80px;
}

.hero-sec-wrapper .hero-banner {
  margin: 0 100px;
  padding: 145px 0;
  position: relative;
}

.hero-sec-wrapper .hero-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.hero-sec-wrapper .hero-banner .banner-title {
  font-size: 72px;
  color: #fff;
  line-height: 90px;
  margin-bottom: 0;
}

.hero-sec-wrapper .hero-banner ul.breadcrumb-wrap {
  margin-top: 7px;
}

.hero-sec-wrapper .hero-banner ul.breadcrumb-wrap li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 8px;
}

.hero-sec-wrapper .hero-banner ul.breadcrumb-wrap li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.hero-sec-wrapper .hero-banner ul.breadcrumb-wrap li a {
  color: #fff;
  text-transform: capitalize;
  display: block;
  font-size: 18px;
  line-height: 1;
}

.hero-sec-wrapper .hero-banner .container {
  position: relative;
  z-index: 1;
}

@keyframes slowZoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/*=================================
04. About Us Section 
==================================*/
.about-us-wrapper {
  padding-top: 250px;
  padding-bottom: 220px;
  position: relative;
}

.about-us-wrapper .leaf-shape {
  position: absolute;
  right: 21%;
  top: -8%;
  animation-name: abShape;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.about-us-wrapper .about-us-img {
  position: relative;
}

.about-us-wrapper .about-us-img img {
  width: 100%;
}

.about-us-wrapper .about-us-img .small-img-1 {
  position: absolute;
  top: -100px;
  right: -85px;
}

.about-us-wrapper .about-us-img .small-img-2 {
  position: absolute;
  left: -115px;
  bottom: -150px;
}

.about-us-wrapper .about-us-video {
  position: relative;
}

.about-us-wrapper .about-us-video .btn-wrap {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
}

.about-us-wrapper .about-us-video .btn-wrap:before, .about-us-wrapper .about-us-video .btn-wrap:after {
  content: '';
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  z-index: 1;
  border-radius: 50%;
  animation-name: scaling;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.about-us-wrapper .about-us-video .btn-wrap:after {
  animation-delay: 0.8s;
}

.about-us-wrapper .about-us-video .btn-wrap a.circle-btn {
  width: 100%;
  height: 100%;
  line-height: 160px;
  font-size: 25px;
  z-index: 2;
}

.about-us-wrapper .about-us-video img {
  position: relative;
  z-index: 1;
}

.about-us-wrapper .about-us-video .blur-bg {
  position: absolute;
  bottom: -20px;
  z-index: 0;
  filter: blur(15px);
  right: 60px;
  left: 60px;
}

.about-us-wrapper .about-us-content {
  padding-top: 30px;
  padding-left: 50px;
}

.about-us-wrapper .about-us-content > p {
  margin-bottom: 45px;
}

.about-us-wrapper .about-us-content .about-us-quote {
  border-left: 2px solid var(--theme-color);
  padding: 15px 0;
  padding-left: 30px;
  margin-bottom: 25px;
}

.about-us-wrapper .about-us-content .about-us-quote p {
  margin-bottom: 0;
}

.about-us-wrapper .about-us-content .about-img-quote {
  padding-left: 30px;
  border-left: 2px solid var(--theme-color);
  margin-bottom: 35px;
}

.about-us-wrapper .about-us-content .about-img-quote .quote-img {
  width: 135px;
  margin-right: 20px;
}

.about-us-wrapper .about-us-content .about-img-quote .quote-content {
  width: calc(100% - 160px);
}

.about-us-wrapper .about-us-content .about-img-quote .quote-content p {
  margin-bottom: 0;
}

.about-us-wrapper .about-us-content .ceo-area {
  padding-top: 10px;
  padding-bottom: 40px;
}

.about-us-wrapper .about-us-content .ceo-area .signature {
  margin-right: 30px;
}

.about-us-wrapper .about-us-content .ceo-area .img {
  width: 90px;
  height: 90px;
  border: 1px solid #f3f6fd;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
}

.about-us-wrapper .about-us-content .ceo-area .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 40px -20px var(--theme-color);
}

.about-us-wrapper .about-us-content .ceo-area .ceo-content .name {
  text-align: left;
}

.about-us-wrapper .about-us-content .ceo-area .ceo-content .name span {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 14px;
}

.about-us-wrapper .about-us-content .ceo-area .ceo-content .name .title {
  font-size: 20px;
  margin-bottom: 3px;
}

.about-us-wrapper .counter-box {
  position: absolute;
  bottom: -95px;
  right: -40px;
  z-index: 1;
}

.about-us-wrapper .counter-box::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: 30px;
  right: 40px;
  background-color: #fef0ee;
  z-index: 0;
  box-shadow: 5px 5px 22px -15px var(--theme-color);
  border-radius: 12px;
}

.about-us-wrapper .counter-box .conter-content {
  background-color: var(--theme-color);
  min-width: 240px;
  min-height: 185px;
  border-radius: 12px;
  padding-left: 40px;
  padding-top: 50px;
  z-index: 1;
  position: relative;
}

.about-us-wrapper .counter-box .conter-content span {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-family: "GoldenBook","Prata", serif;
  display: inline-block;
  margin-bottom: 15px;
}

.about-us-wrapper .counter-box .conter-content .title {
  margin-bottom: 0;
  color: #fff;
  font-family: "GoldenBook","Prata", serif;
  font-size: 20px;
}

.about-us-wrapper.v2 {
  position: relative;
  padding-bottom: 120px;
}

.about-us-wrapper.v2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}

.about-us-wrapper.v2 .bg-shapes div {
  position: absolute;
  top: 0;
  left: 0;
}

.about-us-wrapper.v2 .bg-shapes div.shape-1 {
  left: auto;
  top: 18%;
  right: 11%;
  z-index: 2;
  animation-name: srBgIcon2;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.about-us-wrapper.v2 .bg-shapes div.shape-2 {
  top: auto;
  bottom: 12%;
  left: 10%;
  animation-name: srBgIcon;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.about-us-wrapper.v3 {
  padding-top: 130px;
  padding-bottom: 175px;
}

.about-us-wrapper.v3 .bg-shape {
  position: absolute;
  right: 30px;
  bottom: -30px;
  animation-name: shapeAnimaiton2;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.about-us-wrapper.v3 .about-us-img .about-us-big-img {
  z-index: -1;
}

.about-us-wrapper.v3 .about-us-img .small-img-1 {
  width: 260px;
  height: 260px;
  padding: 10px;
  right: -130px;
  top: auto;
  bottom: 60px;
  background-color: #fff;
  box-shadow: 1px 5px 34px -20px var(--theme-color);
  border-radius: 50%;
  z-index: 2;
}

.about-us-wrapper.v3 .about-us-img .small-img-1 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.about-us-wrapper.v3 .about-us-content {
  padding-top: 50px;
  padding-left: 50px;
}

.about-us-wrapper.pt-120 {
  padding-top: 120px;
}

.about-us-wrapper.pb-190 {
  padding-bottom: 190px;
}

.about-us-wrapper .progress-bar-area {
  padding: 100px;
  padding-bottom: 60px;
}

/*=================================
05. Our Services Section
==================================*/
.our-service-wrapper .section-title2 {
  margin-bottom: 10px;
}

.our-service-wrapper .single-service {
  text-align: center;
  margin-bottom: 60px;
}

.our-service-wrapper .single-service .service-icon {
  position: relative;
  z-index: 1;
  padding-bottom: 45px;
  margin-bottom: 40px;
}

.our-service-wrapper .single-service .service-icon:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 4px;
  margin-left: -20px;
  background-color: var(--theme-color);
  border-radius: 50px;
}

.our-service-wrapper .single-service .service-icon span {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: var(--theme-color);
  font-size: 60px;
  box-shadow: 0 7px 27px -14px var(--theme-color);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 12px;
}

.our-service-wrapper .single-service .service-icon span i {
  display: inline-block;
  transform: rotateY(0);
  transition: all ease 0.6s;
}

.our-service-wrapper .single-service .service-icon span i.flaticon-mascara {
  padding-left: 25px;
}

.our-service-wrapper .single-service .service-icon span.bg-icon {
  background-color: transparent;
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 120px;
  z-index: -1;
  width: auto;
  height: auto;
  opacity: 0.3;
  animation-name: srBgIcon;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.our-service-wrapper .single-service .service-icon span.flaticon-stones-2 {
  left: -5px;
  font-size: 190px;
  bottom: 6px;
  top: auto;
}

.our-service-wrapper .single-service .service-icon span.flaticon-mortar {
  left: 110px;
  top: -50px;
}

.our-service-wrapper .single-service .service-icon span.flaticon-teapot {
  top: auto;
  bottom: 9px;
  left: 25px;
}

.our-service-wrapper .single-service .service-icon span.flaticon-lotus-1 {
  top: -52px;
  left: 15px;
  font-size: 170px;
}

.our-service-wrapper .single-service .service-icon span.bg-icon.flaticon-cosmetics-1 {
  top: 23px;
  left: 15px;
}

.our-service-wrapper .single-service .service-content .service-title {
  font-size: 24px;
  margin-bottom: 25px;
}

.our-service-wrapper .single-service .service-content p {
  margin-bottom: 0;
}

.our-service-wrapper .single-service:hover .service-icon span i {
  transform: rotateY(360deg);
}

.our-service-wrapper .service-slider-active .single-service {
  margin-bottom: 0;
}

.our-service-wrapper .slick-list {
  padding-top: 60px;
}

.our-service-wrapper .slick-track > div:nth-child(even) .single-service,
.our-service-wrapper .row > div:nth-child(even) .single-service {
  padding-top: 60px;
}

.our-service-wrapper .slick-track > div:nth-child(even) .single-service .service-icon span.bg-icon,
.our-service-wrapper .row > div:nth-child(even) .single-service .service-icon span.bg-icon {
  animation-name: srBgIcon2;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.our-service-wrapper.v2 {
  background-color: #fff4f4 !important;
  position: relative;
  padding-bottom: 0;
}

.our-service-wrapper.v2 .section-title2 {
  margin-bottom: 75px;
}

.our-service-wrapper.v2 .row > div:nth-child(even) .single-service {
  padding-top: 0;
}

.our-service-wrapper.v2 .single-service {
  padding: 70px 35px !important;
  padding-top: 50px !important;
  background-color: #fff;
  border: 2px solid rgba(0,0,0,.3);
  margin-bottom: 0;
  transition: 0.4s;
}

.our-service-wrapper.v2 .single-service > a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 900;
  color: #211e1c;
  background-color: #fff;
  z-index: 1;
  border: 1px solid transparent;
  box-shadow: 0 10px 30px -12px var(--theme-color);
  opacity: 0;
  visibility: hidden;
}

.our-service-wrapper.v2 .single-service > a:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: #fff;
}

.our-service-wrapper.v2 .single-service .service-icon {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.our-service-wrapper.v2 .single-service .service-icon:before {
  display: none;
}

.our-service-wrapper.v2 .single-service .service-icon span {
  box-shadow: none;
  background-color: transparent;
  transition: all ease 0s;
}

.our-service-wrapper.v2 .single-service .service-content .service-title {
  font-size: 20px;
  margin-bottom: 20px;
  transition: all ease 0s;
}

.our-service-wrapper.v2 .single-service .service-content .service-title a {
  transition: all ease 0s;
}

.our-service-wrapper.v2 .single-service .service-content .service-title a:hover {
  color: #fff;
}

.our-service-wrapper.v2 .single-service .service-content p {
  transition: all ease 0.2s;
}

.our-service-wrapper.v2 .single-service:hover {
  box-shadow: 0 0 19px -12px var(--theme-color);
  background-color: var(--theme-color);
}

.our-service-wrapper.v2 .single-service:hover > a {
  opacity: 1;
  visibility: visible;
  bottom: -25px;
}

.our-service-wrapper.v2 .single-service:hover .service-icon span {
  color: #fff;
}

.our-service-wrapper.v2 .single-service:hover .service-icon span i {
  transform: rotateY(0);
}

.our-service-wrapper.v2 .single-service:hover .service-content p,
.our-service-wrapper.v2 .single-service:hover .service-content .service-title {
  color: #fff;
}

.our-service-wrapper.v2 .bg-icon span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 380px;
  color: var(--theme-color);
  opacity: 0.2;
  line-height: 1;
}

.our-service-wrapper.v2 .bg-icon span.icon-1 {
  left: auto;
  right: 80px;
  top: 240px;
  animation-name: srBgIcon;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.our-service-wrapper.v2 .bg-icon span.icon-2 {
  top: auto;
  bottom: 90px;
  left: 170px;
  animation-name: srBgIcon2;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.our-service-wrapper.v3 {
  position: relative;
}

.our-service-wrapper.v3 .bg-shape-img {
  position: absolute;
  top: -435px;
  right: 90px;
  animation-name: shapeAnimaiton;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.our-service-wrapper.v3 .row > div:nth-child(even) .single-service {
  padding-top: 40px;
}

.our-service-wrapper.v3 .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}

.our-service-wrapper.v3 .row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.our-service-wrapper.v3 .single-service {
  background-color: #fff3f1;
  margin-bottom: 10px;
  border: 1px dashed var(--theme-color);
  padding: 40px 25px;
  transition: all 0.3s;
}

.our-service-wrapper.v3 .single-service .service-icon {
  padding-bottom: 0;
  margin-bottom: 40px;
}

.our-service-wrapper.v3 .single-service .service-icon:before {
  display: none;
}

.our-service-wrapper.v3 .single-service .service-icon span {
  width: 120px;
  height: 120px;
  box-shadow: none;
  line-height: 118px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 48px;
}

.our-service-wrapper.v3 .single-service .service-content .service-title {
  margin-bottom: 15px;
}

.our-service-wrapper.v3 .single-service .service-content .service-title a:hover {
  color: inherit;
}

.our-service-wrapper.v3 .single-service .service-content p {
  line-height: 28px;
}

.our-service-wrapper.v3 .single-service:hover {
  background-color: var(--theme-color);
  border-color: transparent;
}

.our-service-wrapper.v3 .single-service:hover .service-content p,
.our-service-wrapper.v3 .single-service:hover .service-content .service-title {
  color: #fff;
}

.our-service-wrapper.inner-service {
  border-top: 2px solid #fff0f0;
  border-bottom: 2px solid #fff0f0;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 75px;
}

.our-service-wrapper.inner-service .single-service {
  border: 2px solid #fff1ee;
  padding: 60px 48px;
  margin-bottom: 0;
}

.our-service-wrapper.inner-service .single-service .service-icon {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.our-service-wrapper.inner-service .single-service .service-icon:before {
  display: none;
}

.our-service-wrapper.inner-service .single-service .service-icon span {
  width: auto;
  height: auto;
  line-height: 1;
  box-shadow: none;
  margin-bottom: 35px;
}

.our-service-wrapper.inner-service .single-service .service-content h4.service-title {
  margin-bottom: 20px;
}

.our-service-wrapper.inner-service .single-service .service-content h4.service-title a {
  transition: 0.4s;
}

.our-service-wrapper.inner-service .single-service .service-content p {
  margin-bottom: 0;
}

.our-service-wrapper .service-details-area .category {
  margin-bottom: 30px;
}

.our-service-wrapper .service-details-area .category a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--theme-color);
  color: #fff;
  line-height: 1;
  padding: 8px 31px;
  min-width: 120px;
  min-height: 30px;
  margin-right: 10px;
  text-align: center;
}

.our-service-wrapper .service-details-area .category a:hover {
  color: var(--theme-color);
  background-color: #fff;
}

.our-service-wrapper .service-details-area .img-box {
  margin-bottom: 60px;
}

.our-service-wrapper .service-details-area .title {
  font-size: 60px;
  margin-bottom: 45px;
}

.our-service-wrapper .service-details-area .text {
  line-height: 30px;
}

.our-service-wrapper .service-details-area ul.features-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 25px;
  margin-bottom: 60px;
  padding-top: 10px;
}

.our-service-wrapper .service-details-area ul.features-list li {
  font-size: 16px;
  line-height: 30px;
}

.our-service-wrapper .service-details-area ul.features-list li:before {
  content: "\f146";
  font-family: "Flaticon";
  width: 50px;
  height: 50px;
  background-color: #fff1ee;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  color: var(--theme-color);
  border-radius: 50%;
}

.our-service-wrapper .service-details-area .tab-area-wrap {
  border-top: 2px solid #fff0f0;
  border-bottom: 2px solid #fff0f0;
  padding: 80px 0;
  margin-bottom: 75px;
}

.our-service-wrapper .service-details-area .tab-area-wrap .img img {
  width: 100%;
}

.our-service-wrapper .service-details-area .tab-area-wrap .tab-area {
  padding-left: 50px;
}

.our-service-wrapper .service-details-area .tab-area-wrap .tab-area .title {
  font-size: 40px;
  margin-bottom: 20px;
}

.our-service-wrapper .service-details-area .tab-area-wrap .tab-area ul.nav {
  padding-top: 10px;
  padding-bottom: 30px;
}

.our-service-wrapper .service-details-area .tab-area-wrap .tab-area ul.nav li a {
  background-color: #fff3f3;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 35px;
  position: relative;
  text-transform: capitalize;
}

.our-service-wrapper .service-details-area .tab-area-wrap .tab-area ul.nav li a:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  background-color: var(--theme-color);
  margin-left: -8px;
  opacity: 0;
  visibility: hidden;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  transition: all ease 0.4s;
}

.our-service-wrapper .service-details-area .tab-area-wrap .tab-area ul.nav li a.active {
  background-color: var(--theme-color);
  color: #fff;
}

.our-service-wrapper .service-details-area .tab-area-wrap .tab-area ul.nav li a.active:before {
  opacity: 1;
  visibility: visible;
}

.our-service-wrapper .service-details-area .tab-area-wrap .tab-area ul.nav li a:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.our-service-wrapper .service-details-area .tab-area-wrap .tab-area .tab-content .tab-pane p {
  line-height: 30px;
  margin-bottom: 0;
}

.our-service-wrapper .service-details-area .inner-testomonial .slick-list {
  padding-top: 0;
}

.our-service-wrapper .service-details-area .middle-imgs {
  border-top: 2px solid #fff0f0;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 75px;
}

.our-service-wrapper .service-details-area .middle-imgs .single-image {
  overflow: hidden;
}

.our-service-wrapper .service-details-area .middle-imgs .single-image img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1);
}

.our-service-wrapper .service-details-area .middle-imgs .single-image:hover img {
  transform: scale(1.1);
}

/*=================================
06. Appointment Form
==================================*/
form.appointment-form {
  padding: 70px 60px;
  margin-bottom: 30px;
}

form.appointment-form .form-title {
  margin-bottom: 45px;
}

form.appointment-form .form-title .title-icon span {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background-color: var(--theme-color);
  color: #fff;
  margin-right: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

form.appointment-form .form-title .content span {
  display: block;
  margin-bottom: 15px;
}

form.appointment-form .form-title .content .title {
  font-size: 36px;
  margin-bottom: 0;
}

form.appointment-form .form-row {
  margin-left: -10px;
  margin-right: -10px;
}

form.appointment-form .form-group {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

form.appointment-form .form-group input {
  width: 100%;
  height: 60px;
  border: none;
  background-color: #fff;
  padding-left: 30px;
  box-shadow: 0 7px 17px -14px var(--theme-color);
  color: #211e1c;
  border-radius: 0;
}

form.appointment-form .form-group input::placeholder {
  color: #211e1c;
}

form.appointment-form .form-group > span {
  position: absolute;
  color: var(--theme-color);
  top: 50%;
  right: 40px;
  font-size: 16px;
  line-height: 1;
  transform: translateY(-50%);
}

form.appointment-form .form-group .nice-select {
  width: 100%;
  height: 60px;
  line-height: 45px;
  border: none;
  font-size: 16px;
  float: none;
  padding-left: 30px;
  box-shadow: 0 7px 17px -14px var(--theme-color);
  border-radius: 0;
}

form.appointment-form .form-group .nice-select:after {
  display: none;
}

form.appointment-form .form-group .nice-select:before {
  content: "\f118";
  font-family: "Flaticon";
  position: absolute;
  top: 5px;
  right: 30px;
  font-size: 16px;
  color: var(--theme-color);
  transition: 0.4s;
}

form.appointment-form .form-group .nice-select .list {
  width: 100%;
}

form.appointment-form .form-group .nice-select .list li.selected,
form.appointment-form .form-group .nice-select .list li:hover {
  background-color: rgba(0,0,0,.3);
}

form.appointment-form .form-group .nice-select.open:before {
  transform: rotate(180deg);
}

form.appointment-form .form-group.select-box-wrap {
  z-index: 2;
}

form.appointment-form.v2 {
  padding: 100px;
}

form.appointment-form.v2 .form-group {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: none;
}

/*=================================
07. CTA Area
==================================*/
.cta-wrapper {
  position: relative;
}

.cta-wrapper.background-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.cta-wrapper .bg-leaf {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 310px;
  animation-name: srBgIcon;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.cta-wrapper .cta-box {
  min-height: 306px;
  margin-bottom: 30px;
  position: relative;
  background-size: 100% 100%;
}

.cta-wrapper .cta-box:last-child {
  margin-bottom: 0;
}

.cta-wrapper .cta-box .cta-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cta-wrapper .cta-box .cta-content .title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cta-wrapper .cta-box .cta-content span {
  display: block;
  margin-bottom: 10px;
}

.cta-wrapper .cta-box.box-1 {
  background-color: var(--theme-color);
}

.cta-wrapper .cta-box.box-1 .cta-content {
  position: absolute;
  right: 70px;
}

.cta-wrapper .cta-box.box-2 .cta-content {
  position: absolute;
  left: 70px;
  padding-right: 100px;
}

.cta-wrapper .section-title3 .title,
.cta-wrapper .section-title3 .text {
  color: #fff;
}

.cta-wrapper .section-title3 a.def-btn.outline {
  color: #fff;
  border-color: #fff;
}

.cta-wrapper .section-title3 a.def-btn.outline:hover {
  border-color: transparent;
}

.cta-wrapper form.subscribe-form {
  background-color: #fff;
  padding: 10px;
  margin-left: 50px;
  box-shadow: 0 7px 27px -14px var(--theme-color);
}

.cta-wrapper form.subscribe-form input {
  width: calc(100% - 180px);
  padding-left: 30px;
  border: none;
  height: 60px;
  color: #211e1c;
}

.cta-wrapper form.subscribe-form input::placeholder {
  color: #211e1c;
}

.cta-wrapper form.subscribe-form button {
  width: 180px;
  height: 60px;
  padding-right: 0;
  background-color: var(--theme-color);
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.4s;
}

.cta-wrapper form.subscribe-form button:hover {
  background-color: #fff;
  color: #211e1c;
  border-color: #211e1c;
}

.cta-wrapper .flower-shape.shape-1 {
  left: auto;
  right: 7%;
  top: 20%;
}

.cta-wrapper .flower-shape.shape-2 {
  top: auto;
  bottom: 10%;
  left: 8%;
  transform: rotateY(180deg) rotateX(180deg);
  animation-name: flowerShape2;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*=================================
08. About Funfact
==================================*/
.about-funfact-wrapper {
  position: relative;
}

.about-funfact-wrapper .inner-quote {
  margin-bottom: 50px;
  padding-left: 30px;
  border-left: 2px solid var(--theme-color);
}

.about-funfact-wrapper .inner-quote .quote-img {
  width: 140px;
  margin-right: 20px;
}

.about-funfact-wrapper .inner-quote .quote-content {
  width: calc(100% - 160px);
}

.about-funfact-wrapper .inner-quote .quote-content p {
  margin-bottom: 0;
}

.about-funfact-wrapper .counter-box-wrapper .single-counter {
  width: 200px;
  margin-right: 30px;
  position: relative;
  padding: 50px 0;
  padding-left: 30px;
}

.about-funfact-wrapper .counter-box-wrapper .single-counter i {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 90px;
  line-height: 1;
  display: inline-block;
  opacity: 0.25;
}

.about-funfact-wrapper .counter-box-wrapper .single-counter span {
  color: #fff;
  font-size: 80px;
  line-height: 1;
  font-family: "GoldenBook","Prata", serif;
  position: relative;
}

.about-funfact-wrapper .counter-box-wrapper .single-counter span:after {
  content: "\f102";
  font-size: 16px;
  font-family: "Flaticon";
}

.about-funfact-wrapper .counter-box-wrapper .single-counter p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}

.about-funfact-wrapper .counter-box-wrapper .single-counter:first-child {
  background-color: #000000;
}

.about-funfact-wrapper .counter-box-wrapper .single-counter:first-child i.flaticon-group {
  top: -15px;
  font-size: 100px;
}

.about-funfact-wrapper .counter-box-wrapper .single-counter:first-child p {
  color: var(--theme-color);
}

.about-funfact-wrapper .counter-box-wrapper .single-counter:last-child {
  background-color: var(--theme-color);
  margin-right: 0;
}

.about-funfact-wrapper .leaf-shape {
  position: absolute;
  top: auto;
  right: 40px;
  left: auto;
  bottom: 60px;
  width: 550px;
  animation-name: srBgIcon;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.about-funfact-wrapper .leaf-shape img {
  width: 100%;
}

/*=================================
09. Brand Slider
==================================*/
.brand-slider-wrapper {
  padding: 0 165px;
}

.brand-slider-wrapper .single-brand-slider {
  text-align: center;
  margin: 50px 0;
}

.brand-slider-wrapper .single-brand-slider img {
  display: inline-block;
  transform: scale(1);
  transition: all ease 0.4s;
}

.brand-slider-wrapper .single-brand-slider:hover img {
  transform: scale(1.1);
}

.brand-slider-wrapper.v2 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.brand-slider-wrapper.v2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  transform: rotateX(180deg);
}

.brand-slider-wrapper.v3 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-slider-wrapper.v3:after, .brand-slider-wrapper.v3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  opacity: 0.6;
  transform: rotateX(180deg);
}

.brand-slider-wrapper.v3:after {
  bottom: auto;
  top: 0;
  transform: rotateX(0);
}

/*=================================
10. Price Plans
==================================*/
.price-plans-wrapper .section-title {
  margin-bottom: 60px;
}

.price-plans-wrapper .price-plans-content {
  background-color: #2d2c2c;
  padding: 60px;
  padding-bottom: 40px;
  margin-bottom: -40px;
  position: relative;
  box-shadow: 0 19px 62px -43px var(--theme-color);
  border-radius: 20px;
}

.price-plans-wrapper .price-plans-content .single-price-plan {
  margin-bottom: 20px;
}

.price-plans-wrapper .price-plans-content .single-price-plan .img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 12px;
}

.price-plans-wrapper .price-plans-content .single-price-plan .content {
  width: calc(100% - 150px);
}

.price-plans-wrapper .price-plans-content .single-price-plan .content .title {
  font-size: 24px;
  margin-bottom: 20px;
}

.price-plans-wrapper .price-plans-content .single-price-plan .content p {
  margin-bottom: 0;
}

.price-plans-wrapper .price-plans-content .single-price-plan .content p a {
  font-weight: 700;
  background-color: var(--theme-color);
  color: #fff;
  display: inline-block;
  padding: 5px 8px;
  line-height: 1.1;
  margin: 0 5px;
  border-radius: 7px;
}

.price-plans-wrapper .price-table {
  background-color: #fff4f4;
  border-bottom: 10px solid transparent;
  padding: 0 100px;
  padding-top: 95px;
  padding-bottom: 70px;
  position: relative;
  transition: 0.4s;
}

.price-plans-wrapper .price-table .price-table-head {
  border-bottom: 1px solid #ffe1e1;
  padding-bottom: 35px;
}

.price-plans-wrapper .price-table .price-table-head .price span {
  font-size: 80px;
  color: var(--theme-color);
  font-family: "GoldenBook","Prata", serif;
  line-height: 1;
}

.price-plans-wrapper .price-table .price-table-head .price span sub {
  font-size: 24px;
}

.price-plans-wrapper .price-table .catetory {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  width: 120px;
  height: 120px;
  text-align: center;
  padding-top: 27px;
  padding-left: 41px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.price-plans-wrapper .price-table .catetory span {
  color: #fff;
  display: inline-block;
  font-family: "GoldenBook","Prata", serif;
  font-size: 18px;
  transform: rotate(45deg);
}

.price-plans-wrapper .price-table ul.package-service {
  margin-top: 60px;
  margin-bottom: 35px;
}

.price-plans-wrapper .price-table ul.package-service li {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0;
}

.price-plans-wrapper .price-table ul.package-service li:last-child {
  margin-bottom: 0;
}

.price-plans-wrapper .price-table ul.package-service li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  color: var(--theme-color);
  border-radius: 50%;
  font-size: 14px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 2px;
}

.price-plans-wrapper .price-table:hover {
  background-color: #fff;
  border-color: var(--theme-color);
}

.price-plans-wrapper .price-plan-slide .slick-track > div {
  padding-left: 0;
  padding-right: 0;
}

.price-plans-wrapper .price-plan-features .img-box {
  width: 50%;
  overflow: hidden;
}

.price-plans-wrapper .price-plan-features .img-box img {
  width: 100%;
  height: auto;
  transition: 0.4s;
  transform: scale(1);
}

.price-plans-wrapper .price-plan-features .img-box:hover img {
  transform: scale(1.1);
}

.price-plans-wrapper .price-plan-features .price-features-content {
  width: 50%;
  background-color: #211e1c;
  padding: 80px 200px;
  padding-right: 250px;
  background-image: url("../img/bg-img/features-pattern-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.price-plans-wrapper .price-plan-features .price-features-content .section-title span,
.price-plans-wrapper .price-plan-features .price-features-content .section-title .title,
.price-plans-wrapper .price-plan-features .price-features-content .section-title .small-title {
  color: #fff;
}

.price-plans-wrapper .price-plan-features .price-features-content .section-title .title span {
  color: var(--theme-color);
}

.price-plans-wrapper .price-plan-features .price-features-content .inner-quote {
  margin-bottom: 50px;
  padding-left: 30px;
  border-left: 2px solid var(--theme-color);
}

.price-plans-wrapper .price-plan-features .price-features-content .inner-quote .quote-img {
  width: 140px;
  margin-right: 20px;
}

.price-plans-wrapper .price-plan-features .price-features-content .inner-quote .quote-content {
  width: calc(100% - 160px);
}

.price-plans-wrapper .price-plan-features .price-features-content .inner-quote .quote-content p {
  margin-bottom: 0;
  color: #fff;
}

.price-plans-wrapper .price-plan-features .price-features-content p {
  color: #fff;
  margin-bottom: 0;
}

.price-plans-wrapper .price-plan-features:nth-child(odd) .price-features-content {
  position: relative;
  top: -73px;
  border-top-left-radius: 36px;
}

.price-plans-wrapper .price-plan-features:nth-child(even) .img-box {
  position: relative;
  top: -74px;
}

.price-plans-wrapper .price-plan-features:nth-child(even) .price-features-content {
  background-color: #027773;
  border-bottom-right-radius: 36px;
}

.price-plans-wrapper .tab-nav {
  justify-content: center;
  text-align: center;
}

.price-plans-wrapper .tab-nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 17px 32px;
}

.price-plans-wrapper .tab-nav a.active {
  color: #fff;
}

.price-plans-wrapper .tab-nav a.active:hover {
  color: #fff;
}

.price-plans-wrapper .tab-nav a:hover {
  color: inherit;
}

.price-plans-wrapper.v2 .section-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  z-index: 1;
}

.price-plans-wrapper.v2 .price-table {
  padding-top: 320px;
}

.price-plans-wrapper.v3 .price-plans-content {
  margin-bottom: 0;
  border-radius: 0;
  padding: 80px 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  box-shadow: none;
  margin-left: -1px;
}

.price-plans-wrapper.v3 .price-table {
  padding-bottom: 85px;
  border-color: var(--theme-color);
}

.price-plans-wrapper.v3 .price-table:hover {
  box-shadow: none;
}

/*=================================
11. Testomonial Area
==================================*/
.testomonial-sec-wrapper {
  padding-top: 180px;
  padding-bottom: 110px;
  position: relative;
}

.testomonial-sec-wrapper .quote-shape {
  position: relative;
  padding-bottom: 54px;
  margin-bottom: 50px;
}

.testomonial-sec-wrapper .quote-shape:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 100px;
  margin-left: -50px;
  background: white;
  opacity: 0.4;
  background: linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, var(--theme-color) 25%, var(--theme-color) 75%, rgba(255, 255, 255, 0) 100%);
}

.testomonial-sec-wrapper .quote-shape span {
  font-size: 68px;
  color: var(--theme-color);
  position: relative;
  line-height: 1;
  display: inline-block;
  transform: scale(1);
  animation-name: BipingScaling;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.testomonial-sec-wrapper .quote-shape span:after {
  content: '';
  position: absolute;
  background-color: var(--theme-color);
  width: 75px;
  height: 75px;
  left: 15px;
  top: -20px;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.testomonial-sec-wrapper .testomonial-author-name {
  padding-top: 20px;
  position: relative;
  padding-bottom: 13px;
}

.testomonial-sec-wrapper .testomonial-author-name span {
  font-weight: 700;
  color: var(--theme-color);
  text-transform: capitalize;
}

.testomonial-sec-wrapper .testomonial-author-name .name {
  font-size: 24px;
}

.testomonial-sec-wrapper .testomonial-slider-wrapper {
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

.testomonial-sec-wrapper .testomonial-slider-wrapper .single-testomonial .title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 17px;
}

.testomonial-sec-wrapper .testomonial-slider-wrapper .single-testomonial .text {
  font-size: 20px;
  line-height: 32px;
}

.testomonial-sec-wrapper .bottom-shape {
  width: calc(100% - 180px);
  height: 2px;
  background-color: #f7f7f7;
  margin: 0 auto;
  margin-bottom: 35px;
  margin-top: 12px;
  position: relative;
}

.testomonial-sec-wrapper .bottom-shape:after, .testomonial-sec-wrapper .bottom-shape:before {
  content: '';
  position: absolute;
  width: 80px;
  top: 0;
  height: 2px;
  background-color: var(--theme-color);
  left: 50%;
  margin-left: -40px;
}

.testomonial-sec-wrapper .bottom-shape:after {
  border-bottom: 2px solid var(--theme-color);
  border-left: 2px solid var(--theme-color);
  width: 20px;
  height: 20px;
  margin-left: -12px;
  background-color: #fff;
  margin-top: -9px;
  transform: rotate(-45deg);
}

.testomonial-sec-wrapper .testomonial-slider-nav {
  padding: 0 10px;
  z-index: 2;
  position: relative;
}

.testomonial-sec-wrapper .testomonial-slider-nav .single-testomonial-nav {
  position: relative;
  overflow: visible;
}

.testomonial-sec-wrapper .testomonial-slider-nav .single-testomonial-nav .testomonial-author {
  margin: 0 auto;
  background-color: #fff;
  margin-top: 2px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transform: scale(0.8);
}

.testomonial-sec-wrapper .testomonial-slider-nav .single-testomonial-nav .testomonial-author img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testomonial-sec-wrapper .testomonial-slider-nav .single-testomonial-nav .testomonial-author-name {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  width: 18rem;
  left: 50%;
  z-index: 1;
  transition: all ease 0.4s;
  transform: translateX(-50%);
}

.testomonial-sec-wrapper .testomonial-slider-nav .single-testomonial-nav.slick-current .testomonial-author {
  margin-top: 0;
  box-shadow: 0 10px 19px -5px var(--theme-color);
  padding: 5px;
  transform: scale(1);
}

.testomonial-sec-wrapper .testomonial-slider-nav .single-testomonial-nav.slick-current .testomonial-author-name {
  opacity: 1;
  visibility: visible;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: cfadeIn;
  animation-delay: .5s;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 0;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 > div {
  width: 100% !important;
  height: 100% !important;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 > div > div {
  width: 100% !important;
  height: 100% !important;
  transform: translate3d(0, 0, 0) !important;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 .single-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  animation-name: srBgIcon2;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 .single-nav img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 .single-nav:nth-child(odd) {
  animation-name: srBgIcon;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 .single-nav:nth-child(1) {
  top: 140px;
  left: 11%;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 .single-nav:nth-child(2) {
  width: 80px;
  height: 80px;
  top: auto;
  bottom: 120px;
  left: 17%;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 .single-nav:nth-child(3) {
  width: 100px;
  height: 100px;
  left: auto;
  right: 22%;
  top: 50px;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 .single-nav:nth-child(4) {
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  left: auto;
  right: 15%;
}

.testomonial-sec-wrapper .testomonial-slider-nav2 .single-nav:nth-child(5) {
  width: 100px;
  height: 100px;
  top: auto;
  bottom: 65px;
  left: auto;
  right: 4%;
}

.testomonial-sec-wrapper .testomonial-slider-nav3-active ul.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}

.testomonial-sec-wrapper .testomonial-slider-nav3-active ul.slick-dots {
  background-color: transparent;
  display: inline-block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
}

.testomonial-sec-wrapper .testomonial-slider-nav3-active ul.slick-dots li {
  display: inline-block;
  margin-right: 15px;
  line-height: 0;
  box-shadow: 0 0 24px -5px var(--theme-color);
}

.testomonial-sec-wrapper .testomonial-slider-nav3-active ul.slick-dots li:last-child {
  margin-right: 0;
}

.testomonial-sec-wrapper .testomonial-slider-nav3-active ul.slick-dots li button {
  border: none;
  font-size: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: var(--theme-color);
  border: 5px solid #fff;
  position: relative;
  border-radius: 50%;
}

.testomonial-sec-wrapper .testomonial-slider-nav3-active ul.slick-dots li.slick-active button {
  box-shadow: 0 0 0px 5px var(--theme-color);
}

.testomonial-sec-wrapper.v2 {
  background-color: var(--theme-color);
  background-image: url("../img/icons/testomonial-bg-shape.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 135px;
}

.testomonial-sec-wrapper.v2 .quote-shape:before {
  background: linear-gradient(85deg, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 75%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  height: 2px;
}

.testomonial-sec-wrapper.v2 .quote-shape span {
  color: #fff;
}

.testomonial-sec-wrapper.v2 .quote-shape span:after {
  background-color: var(--theme-color);
  opacity: 1;
}

.testomonial-sec-wrapper.v2 .bottom-shape {
  background-color: transparent;
}

.testomonial-sec-wrapper.v2 .bottom-shape:after {
  border-color: #fff;
  background-color: transparent;
}

.testomonial-sec-wrapper.v2 .bottom-shape:before {
  display: none;
}

.testomonial-sec-wrapper.v2 .bottom-shape span:before, .testomonial-sec-wrapper.v2 .bottom-shape span:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: calc(50% - 10px);
  height: 2px;
  right: 0;
  top: 0;
}

.testomonial-sec-wrapper.v2 .bottom-shape span:after {
  right: auto;
  left: 0;
  width: calc(calc(50% - 13px));
}

.testomonial-sec-wrapper.v2 .testomonial-slider-wrapper .single-testomonial .title,
.testomonial-sec-wrapper.v2 .testomonial-slider-wrapper .single-testomonial .text {
  color: #fff;
}

.testomonial-sec-wrapper.v2 .testomonial-slider-nav .single-testomonial-nav .testomonial-author-name .name,
.testomonial-sec-wrapper.v2 .testomonial-slider-nav .single-testomonial-nav .testomonial-author-name span {
  color: #fff;
}

.testomonial-sec-wrapper.v2 .testomonial-slider-nav .single-testomonial-nav .testomonial-author-name .name a:hover,
.testomonial-sec-wrapper.v2 .testomonial-slider-nav .single-testomonial-nav .testomonial-author-name span a:hover {
  color: inherit;
}

.testomonial-sec-wrapper.v3 {
  position: relative;
  padding-bottom: 125px;
  padding-top: 150px;
}

.testomonial-sec-wrapper.v3 .bottom-shape {
  margin-bottom: 20px;
  background-color: transparent;
}

.testomonial-sec-wrapper.v3 .bottom-shape:after {
  border-color: var(--theme-color);
  background-color: transparent;
}

.testomonial-sec-wrapper.v3 .bottom-shape:before {
  display: none;
}

.testomonial-sec-wrapper.v3 .bottom-shape span:before, .testomonial-sec-wrapper.v3 .bottom-shape span:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: calc(50% - 10px);
  height: 2px;
  right: 0;
  top: 0;
}

.testomonial-sec-wrapper.v3 .bottom-shape span:after {
  right: auto;
  left: 0;
  width: calc(calc(50% - 13px));
}

.testomonial-sec-wrapper.v3 .bottom-shape span.shape-2:before {
  background-color: var(--theme-color);
  width: 30px;
  right: calc(50% - 40px);
}

.testomonial-sec-wrapper.v3 .bottom-shape span.shape-2:after {
  background-color: var(--theme-color);
  width: 30px;
  left: calc(50% - 45px);
}

.testomonial-sec-wrapper.v3 .quote-shape {
  padding-bottom: 42px;
  margin-bottom: 40px;
}

.testomonial-sec-wrapper.v3 .quote-shape:before {
  height: 2px;
  opacity: 1;
}

.testomonial-sec-wrapper.v3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 0;
  background-image: url("../img/bg-img/testomonial-bg-shape-3-1.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.testomonial-sec-wrapper.v3 .testomonial-slider-nav {
  max-width: 240px;
  margin: 0 auto;
}

.testomonial-sec-wrapper.v3 .testomonial-slider-nav .single-testomonial-nav {
  padding: 50px 0;
}

.testomonial-sec-wrapper.v3 .testomonial-slider-nav .single-testomonial-nav .testomonial-author {
  transform: scale(0.71);
  margin: 0 5px;
  z-index: 1;
  position: relative;
  box-shadow: 0 10px 20px -11px var(--theme-color);
}

.testomonial-sec-wrapper.v3 .testomonial-slider-nav .single-testomonial-nav.slick-current .testomonial-author {
  transform: scale(1.71);
  position: relative;
  z-index: 2;
}

.inner-testomonial {
  background-color: #211e1c;
  background-image: url("../img/testomonial/pattern-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 90px;
  margin-top: 75px;
}

.inner-testomonial .single-testomonial {
  padding: 0 10px;
}

.inner-testomonial .single-testomonial .img {
  width: 140px;
  margin-right: 50px;
}

.inner-testomonial .single-testomonial .content {
  width: calc(100% - 190px);
}

.inner-testomonial .single-testomonial .content h2.title {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-size: 34px;
}

.inner-testomonial .single-testomonial .content .text {
  font-size: 24px;
  line-height: 36px !important;
  color: #fff;
  margin-bottom: 20px;
}

.inner-testomonial .single-testomonial .content span {
  font-size: 16px;
  color: var(--theme-color);
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}

/*=================================
12. Latest Blog Section
==================================*/
.blog-wrapper {
  position: relative;
}

.blog-wrapper .latest-blog-slider .single-latest-blog {
  margin-bottom: 30px;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .img-box {
  position: relative;
  overflow: hidden;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .img-box img {
  transform: scale(1);
  transition: all ease 0.4s;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .img-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  margin-left: -30px !important;
  transform: scale(0);
}

.blog-wrapper .latest-blog-slider .single-latest-blog .img-box a i {
  font-size: 22px;
  line-height: 73px;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .img-box:hover a {
  transform: scale(1);
}

.blog-wrapper .latest-blog-slider .single-latest-blog .latest-blog-content {
  background-color: #2d2c2c;
  padding: 40px;
  margin: 0 20px;
  padding-right: 35px;
  position: relative;
  margin-top: -45px;
  z-index: 1;
  box-shadow: 0 0 34px -17px var(--theme-color);
}

.blog-wrapper .latest-blog-slider .single-latest-blog .latest-blog-content:before {
  content: attr(data-no);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 140px;
  line-height: 0.7;
  font-weight: 900;
  color: rgba(0,0,0,.3);
  margin-right: -10px;
  letter-spacing: 0;
  z-index: -1;
  font-family: "Roboto", sans-serif;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .latest-blog-content p {
  margin-bottom: 0;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .latest-blog-content .blog-meta {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .latest-blog-content .blog-meta:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--theme-color);
  opacity: 0.3;
  bottom: 0;
  left: 0;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .latest-blog-content .blog-meta span {
  display: inline-block;
  margin-right: 20px;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .latest-blog-content .blog-meta span i {
  color: var(--theme-color);
  margin-right: 5px;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .latest-blog-content .blog-meta span:last-child {
  margin-right: 0;
}

.blog-wrapper .latest-blog-slider .single-latest-blog .latest-blog-content .blog-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.blog-wrapper .latest-blog-slider .single-latest-blog:hover .img-box img {
  transform: scale(1.1);
}

.blog-wrapper .blog-widget {
  overflow: hidden;
}

.blog-wrapper .blog-widget img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.4s;
}

.blog-wrapper .blog-widget.widget-counter {
  background-color: #000000;
  margin-bottom: 30px;
  min-height: 280px;
  position: relative;
  padding: 40px;
}

.blog-wrapper .blog-widget.widget-counter:before {
  content: '';
  position: absolute;
  left: 40px;
  top: 40px;
  border-right: 20px solid var(--theme-color);
  border-top: 20px solid transparent;
}

.blog-wrapper .blog-widget.widget-counter > span {
  width: 50px;
  height: 50px;
  line-height: 54px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  float: right;
}

.blog-wrapper .blog-widget.widget-counter .content {
  clear: both;
  padding-top: 55px;
}

.blog-wrapper .blog-widget.widget-counter .content span {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: -6px;
  line-height: 0.9;
}

.blog-wrapper .blog-widget.widget-counter .content span sub {
  font-size: 16px;
}

.blog-wrapper .blog-widget.widget-counter .content p {
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 0;
}

.blog-wrapper .blog-widget:hover img {
  transform: scale(1.1);
}

.blog-wrapper .blog-widget.small-blog-slide .single-latest-blog .latest-blog-content {
  padding-top: 75px;
  padding-bottom: 40px;
}

.blog-wrapper .blog-widget.small-blog-slide .single-latest-blog .latest-blog-content:before {
  top: auto;
  bottom: 0;
  right: 0;
  font-size: 140px;
  line-height: 0.7;
  font-weight: 900;
  margin-right: -10px;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}

.blog-wrapper .blog-widget.small-blog-slide .single-latest-blog .latest-blog-content .blog-meta {
  margin-right: 0;
}

.blog-wrapper .blog-widget.small-blog-slide .single-latest-blog .latest-blog-content .blog-meta p {
  font-size: 16px;
}

.blog-wrapper .small-blog-slide .slick-dots {
  position: absolute;
  top: 35px;
  left: 40px;
}

.blog-wrapper .small-blog-slide .slick-dots li {
  display: inline-block;
  margin-right: 6px;
}

.blog-wrapper .small-blog-slide .slick-dots li button {
  border: none;
  font-size: 0;
  display: inline-block;
  height: 6px;
  width: 6px;
  background-color: #fff;
  line-height: 0;
  padding: 0;
  transition: 0.4s;
}

.blog-wrapper .small-blog-slide .slick-dots li:last-child {
  margin-right: 0;
}

.blog-wrapper .small-blog-slide .slick-dots li.slick-active button {
  width: 30px;
}

.blog-wrapper .small-blog-slide .single-latest-blog {
  position: relative;
  overflow: hidden;
}

.blog-wrapper .small-blog-slide .single-latest-blog .img-box {
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: 0.4s;
}

.blog-wrapper .small-blog-slide .single-latest-blog .img-box img {
  width: 100%;
  height: 100%;
}

.blog-wrapper .small-blog-slide .single-latest-blog .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: 1;
  background-color: #000;
}

.blog-wrapper .small-blog-slide .single-latest-blog .img-box img {
  width: 100%;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content {
  padding: 40px;
  padding-right: 35px;
  position: relative;
  z-index: 1;
  padding-top: 95px;
  padding-bottom: 55px;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: -2;
  background-color: var(--theme-color);
  transition: 0.4s;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content:before {
  content: attr(data-no);
  position: absolute;
  top: 40px;
  right: 45px;
  font-size: 60px;
  line-height: 0.7;
  color: rgba(0,0,0,.3);
  letter-spacing: 0;
  z-index: -1;
  opacity: 0.25;
  font-family: "GoldenBook","Prata", serif;
  transition: 0.3s;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content p {
  margin-bottom: 0;
  color: #fff;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content .blog-meta {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  margin-right: 35px;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content .blog-meta:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  bottom: 0;
  left: 0;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content .blog-meta p {
  font-size: 14px;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content .blog-meta span {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content .blog-meta span i {
  color: #fff;
  margin-right: 5px;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content .blog-meta span:last-child {
  margin-right: 0;
}

.blog-wrapper .small-blog-slide .single-latest-blog .latest-blog-content .blog-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.blog-wrapper .small-blog-slide .single-latest-blog:hover .img-box {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.blog-wrapper .small-blog-slide .single-latest-blog:hover .latest-blog-content:after {
  height: 0;
}

.blog-wrapper .small-blog-slide .single-latest-blog:hover .latest-blog-content:before {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .blog-wrapper .small-blog-slide .slick-center .single-latest-blog .img-box {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .blog-wrapper .small-blog-slide .slick-center .single-latest-blog .latest-blog-content:after {
    height: 0;
  }
  .blog-wrapper .small-blog-slide .slick-center .single-latest-blog .latest-blog-content:before {
    opacity: 0;
    visibility: hidden;
  }
}

.blog-wrapper .single-blog {
  /*background-color: #fff7f6;*/
  margin-bottom: 40px;
  padding-bottom: 50px;
}

.blog-wrapper .single-blog .blog-img {
  overflow: hidden;
  position: relative;
}

.blog-wrapper .single-blog .blog-img img {
  transition: 0.4s;
  transform: scale(1);
}

.blog-wrapper .single-blog .blog-img:hover img {
  transform: scale(1.1);
}

.blog-wrapper .single-blog .blog-img .btn-wrap {
  width: 80px;
  height: 80px;
  background-color: var(--theme-color);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.blog-wrapper .single-blog .blog-img .btn-wrap:before, .blog-wrapper .single-blog .blog-img .btn-wrap:after {
  content: '';
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
  animation-name: scaling;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  border-radius: 50%;
}

.blog-wrapper .single-blog .blog-img .btn-wrap:after {
  animation-delay: 0.8s;
}

.blog-wrapper .single-blog .blog-img .btn-wrap a {
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  line-height: 80px;
  font-size: 19px;
  color: #fff;
  z-index: 2;
  position: relative;
}

.blog-wrapper .single-blog .blog-img .btn-wrap a:hover {
  color: var(--theme-color);
}

.blog-wrapper .single-blog .blog-img .btn-wrap a:before {
  background-color: #fff;
}

.blog-wrapper .single-blog .blog-img.img-box-slider:hover img {
  transform: scale(1);
}

.blog-wrapper .single-blog .img-box-slider {
  position: relative;
}

.blog-wrapper .single-blog .img-box-slider .slick-arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  height: 50px;
  width: 50px;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
  font-size: 14px;
  z-index: 1;
  transition: all ease 0.4s;
  transform: translateY(-50%);
}

.blog-wrapper .single-blog .img-box-slider .slick-arrow:hover {
  background-color: #fff;
  color: var(--theme-color);
}

.blog-wrapper .single-blog .img-box-slider .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}

.blog-wrapper .single-blog .blog-audio iframe {
  width: 100%;
}

.blog-wrapper .single-blog .inner-title {
  font-size: 22px;
  margin-bottom: 35px;
}

.blog-wrapper .single-blog .blog-text {
  padding: 50px;
  padding-bottom: 0;
}

.blog-wrapper .single-blog .blog-text .blog-category {
  margin-bottom: 25px;
}

.blog-wrapper .single-blog .blog-text .blog-category a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--theme-color);
  color: #fff;
  line-height: 1;
  padding: 8px 31px;
  min-width: 120px;
  min-height: 30px;
  margin-right: 10px;
  text-align: center;
}

.blog-wrapper .single-blog .blog-text .blog-category a:hover {
  background-color: #fff;
  color: var(--theme-color);
}

.blog-wrapper .single-blog .blog-text .blog-title {
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.blog-wrapper .single-blog .blog-text .blog-title:hover {
  color: var(--theme-color);
}

.blog-wrapper .single-blog .blog-text .blog-title a {
  transition: 0.4s;
}

.blog-wrapper .single-blog .blog-text .blog-title a:hover {
  color: inherit;
}

.blog-wrapper .single-blog .blog-text .text {
  margin-bottom: 20px;
}

.blog-wrapper .single-blog .blog-text .blog-meta {
  margin-bottom: 20px;
}

.blog-wrapper .single-blog .blog-text .blog-meta span {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}

.blog-wrapper .single-blog .blog-text .blog-meta span:last-child {
  margin-right: 0;
}

.blog-wrapper .single-blog .blog-text .blog-meta span i {
  margin-right: 5px;
}

.blog-wrapper .single-blog .blog-text .blog-bottom {
  padding-top: 15px;
}

.blog-wrapper .single-blog .blog-text .blog-admin img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.blog-wrapper .single-blog .blog-text .blog-admin a {
  font-family: "GoldenBook","Prata", serif;
}

.blog-wrapper .single-blog .blog-text .read-more-icon a {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.blog-wrapper .single-blog .blog-text .read-more-icon i {
  margin-right: 7px;
}

.blog-wrapper .single-blog .blog-text.blog-quote {
  background-color: var(--theme-color);
  background-image: url("../img/bg-img/blog-quote-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding-left: 160px;
  padding-bottom: 50px;
  position: relative;
}

.blog-wrapper .single-blog .blog-text.blog-quote:before {
  content: '\f150';
  font-family: "Flaticon";
  font-size: 100px;
  position: absolute;
  left: 0;
  color: #fff;
  line-height: 1;
  left: 30px;
}

.blog-wrapper .single-blog .blog-text.blog-quote .blog-title {
  color: #fff;
  line-height: 42px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.blog-wrapper .single-blog .blog-text.blog-quote .blog-meta span {
  color: #fff;
}

.blog-wrapper .single-blog .blog-text .middle-img {
  padding-top: 25px;
  padding-bottom: 15px;
}

.blog-wrapper .single-blog .blog-text .middle-img img {
  width: 100%;
}

.blog-wrapper .single-blog .blog-text .middle-text {
  padding-top: 40px;
}

.blog-wrapper .single-blog .blog-text .middle-text .title {
  margin-bottom: 25px;
}

.blog-wrapper .single-blog .blog-text .middle-text .text {
  padding-bottom: 35px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}

.blog-wrapper .single-blog .blog-text .middle-text ul {
  padding-left: 30px;
  padding-bottom: 25px;
}

.blog-wrapper .single-blog .blog-text .middle-text ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}

.blog-wrapper .single-blog .blog-text .middle-text ul li:before {
  content: '\f146';
  font-family: "Flaticon";
  /*color: #211e1c;*/
  color: #fff;
  font-weight: 600;
  position: relative;
  top: 4px;
  margin-right: 15px;
}

.blog-wrapper .single-blog .blog-text .text-quote {
  background-color: var(--theme-color);
  text-align: center;
  padding: 60px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 14px;
}

.blog-wrapper .single-blog .blog-text .text-quote:before {
  content: "\f150";
  font-family: "Flaticon";
  position: absolute;
  right: 40px;
  top: 25px;
  font-size: 210px;
  z-index: 0;
  color: #ee9785;
  line-height: 1;
}

.blog-wrapper .single-blog .blog-text .text-quote span {
  font-family: "GoldenBook","Prata", serif;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  position: relative;
  line-height: 1;
}

.blog-wrapper .single-blog .blog-text .text-quote .title {
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.blog-wrapper .single-blog .blog-text .middle-box {
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-wrapper .single-blog .blog-text .middle-box img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  margin-right: 35px;
  width: 250px;
  padding-top: 5px;
}

.blog-wrapper .single-blog .blog-text .middle-box p {
  margin-bottom: 0 !important;
  overflow: hidden;
}

.blog-wrapper .single-blog .share-links {
  padding: 50px;
  padding-top: 25px;
}

.blog-wrapper .single-blog .share-links .title {
  margin-bottom: 25px;
  font-size: 20px;
}

.blog-wrapper .single-blog .share-links .tags a {
  display: inline-block;
  background-color: #fff;
  /*color: #211e1c;*/
  color: #fff;
  padding: 10px 18px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 8px;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog-wrapper .single-blog .share-links .tags a:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.blog-wrapper .single-blog .share-links ul li {
  display: inline-block;
  margin-right: 20px;
}

.blog-wrapper .single-blog .share-links ul li:last-child {
  margin-right: 0;
}

.blog-wrapper .single-blog .share-links ul li a {
  font-size: 16px;
  color: #b5becc;
}

.blog-wrapper .single-blog .share-links ul li a:hover {
  color: var(--theme-color);
}

.blog-wrapper .single-blog .blog-pagination {
  margin-right: 50px;
  margin-left: 50px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-wrapper .single-blog .blog-pagination .pagination-content .title {
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.blog-wrapper .single-blog .blog-pagination .pagination-content .title a {
  transition: 0.4s;
}

.blog-wrapper .single-blog .blog-pagination .pagination-content > a {
  color: var(--theme-color);
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-wrapper .single-blog .blog-pagination .pagination-content span {
  font-size: 50px;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

.blog-wrapper .single-blog .related-posts {
  padding: 0 50px;
  padding-top: 50px;
}

.blog-wrapper .single-blog .related-posts .single-blog {
  background-color: #fff;
  padding-bottom: 0;
  margin-bottom: 50px;
  box-shadow: 0 0 30px -17px rgba(0, 0, 0, 0.1);
}

.blog-wrapper .single-blog .related-posts .single-blog .blog-img img {
  width: 100%;
}

.blog-wrapper .single-blog .related-posts .single-blog .blog-text {
  padding: 35px 40px;
}

.blog-wrapper .single-blog .related-posts .single-blog .blog-text .blog-meta {
  margin-bottom: 5px;
}

.blog-wrapper .single-blog .related-posts .single-blog .blog-text .blog-meta span {
  color: var(--theme-color);
}

.blog-wrapper .single-blog .related-posts .single-blog .blog-text .blog-title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.blog-wrapper .single-blog .related-posts .single-blog .blog-text .blog-title a {
  transition: 0.4s;
}

.blog-wrapper .single-blog .related-posts .single-blog .blog-text .blog-title a:hover {
  color: var(--theme-color);
}

.blog-wrapper .single-blog .related-posts .single-blog .blog-text .text {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

.blog-wrapper .single-blog .blog-author {
  padding: 40px;
  background-color: #fff;
  margin: 0 50px;
}

.blog-wrapper .single-blog .blog-author .author-img {
  width: 180px;
  margin-right: 40px;
}

.blog-wrapper .single-blog .blog-author .author-content {
  width: calc(100% - 220px);
}

.blog-wrapper .single-blog .blog-author .author-content span {
  font-size: 12px;
  color: var(--theme-color);
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.blog-wrapper .single-blog .blog-author .author-content .title {
  font-size: 36px;
}

.blog-wrapper .single-blog .blog-author .author-content .title a {
  transition: 0.4s;
}

.blog-wrapper .single-blog .blog-author .author-content .title a:hover {
  color: var(--theme-color);
}

.blog-wrapper .single-blog .blog-author .author-content .text {
  font-size: 14px;
  margin-bottom: 0;
}

.blog-wrapper .single-blog .blog-comment-area {
  padding: 0 50px;
  padding-top: 45px;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment {
  border-top: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 25px;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment:first-of-type {
  border-top: none;
  padding-top: 0;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment:last-of-type {
  border-bottom: 1px solid #fff;
  padding-bottom: 45px;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment.replay-comment {
  margin-left: 130px;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-author {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-author img {
  width: 100%;
  height: 100%;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-content {
  width: calc(100% - 130px);
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-content .comment-top {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-content .comment-top a.reply-btn {
  width: 100px;
  height: 40px;
  line-height: 41px;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50px;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-content .comment-top a.reply-btn i {
  margin-right: 3px;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-content .comment-top a.reply-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-content .comment-top .title {
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-content .comment-top .title i {
  margin-left: 10px;
  color: var(--theme-color);
  font-size: 14px;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-content span {
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-color);
  overflow: hidden;
}

.blog-wrapper .single-blog .blog-comment-area .single-comment .comment-content .text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.blog-wrapper .single-blog .comment-form-area {
  padding: 0 50px;
  padding-top: 50px;
}

.blog-wrapper .single-blog .comment-form-area form {
  background-color: #fff;
  padding: 50px;
}

.blog-wrapper .single-blog .comment-form-area form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.blog-wrapper .single-blog .comment-form-area form .form-group input,
.blog-wrapper .single-blog .comment-form-area form .form-group textarea {
  width: 100%;
  background-color: #fff2f1;
  padding-left: 30px;
  font-size: 14px;
  border: none;
  height: 60px;
}

.blog-wrapper .single-blog .comment-form-area form .form-group input::placeholder,
.blog-wrapper .single-blog .comment-form-area form .form-group textarea::placeholder {
  /*color: #211e1c;*/
  color: #fff;
}

.blog-wrapper .single-blog .comment-form-area form .form-group textarea {
  height: 150px;
  padding-top: 20px;
}

.blog-wrapper .single-blog .comment-form-area form .form-group i {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 14px;
  color: var(--theme-color);
}

.blog-wrapper .single-blog .comment-form-area form button[type='submit'] {
  width: 240px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  color: #fff;
  background-color: var(--theme-color);
  border: 1px solid transparent;
  border-radius: 50px;
  transition: 0.4s;
}

.blog-wrapper .single-blog .comment-form-area form button[type='submit']:hover {
  /*color: #211e1c;*/
  color: #211e1c;
  background-color: #000;
  border-color: var(--theme-color);
}

.blog-wrapper .single-blog .comment-form-area form button[type='submit'] i {
  font-size: 15px;
  margin-right: 3px;
}

.blog-wrapper .single-blog.no-content .blog-meta {
  margin-bottom: 0;
}

.blog-wrapper .single-blog.background-image {
  background-color: #fff;
}

.blog-wrapper .pagination-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.blog-wrapper .bg-leaf {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 310px;
  animation-name: srBgIcon;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*=================================
13. Footer Start
==================================*/
footer {
  position: relative;
}

footer .footer-wid-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

footer .footer-wid-area .widget {
  margin-bottom: 30px;
  padding-top: 60px;
}

footer .footer-wid-area .widget h3 {
  margin-bottom: 30px;
}

footer .footer-wid-area .widget p {
  margin-bottom: 40px;
  line-height: 28px;
}

footer .footer-wid-area .widget.footer-contact {
  padding: 60px;
  padding-top: 40px;
  box-shadow: 0 5px 28px -21px var(--theme-color);
}

footer .footer-wid-area .widget.footer-contact .title {
  font-size: 24px;
  margin-bottom: 15px;
}

footer .footer-wid-area .widget.footer-contact > span {
  font-size: 62px;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--theme-color);
}

footer .footer-wid-area .widget.footer-contact p {
  line-height: 36px;
  margin-bottom: 0;
}

footer .footer-wid-area .widget.footer-contact p a {
  margin-left: 3px;
}

footer .footer-wid-area .widget.footer-contact a.def-btn {
  width: 175px;
  height: 60px;
  line-height: 55px;
  margin-top: 25px;
}

footer .footer-wid-area .widget.footer-about {
  padding-right: 20px;
}

footer .footer-wid-area .widget.footer-post-wrap {
  padding-left: 25px;
}

footer .footer-wid-area .widget.footer-post-wrap .single-footer-post {
  border-bottom: 1px solid #f5f5f5;
  padding-top: 30px;
  padding-bottom: 25px;
}

footer .footer-wid-area .widget.footer-post-wrap .single-footer-post .img-box {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  padding-top: 3px;
}

footer .footer-wid-area .widget.footer-post-wrap .single-footer-post .img-box img {
  width: 100%;
  height: 100%;
}

footer .footer-wid-area .widget.footer-post-wrap .single-footer-post .post-content {
  width: calc(100% - 90px);
}

footer .footer-wid-area .widget.footer-post-wrap .single-footer-post .post-content .title {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 0;
}

footer .footer-wid-area .widget.footer-post-wrap .single-footer-post .post-content span {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

footer .footer-wid-area .widget.footer-post-wrap .single-footer-post .post-content span i {
  font-size: 16px;
  margin-right: 5px;
  color: var(--theme-color);
}

footer .footer-wid-area .widget.footer-post-wrap .single-footer-post:first-of-type {
  padding-top: 0;
}

footer .footer-wid-area .widget.footer-post-wrap .single-footer-post:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

footer .footer-wid-area .widget ul.footer-links li {
  margin-bottom: 25px;
}

footer .footer-wid-area .widget ul.footer-links li:last-child {
  margin-bottom: 0;
}

footer .footer-wid-area .widget ul.footer-links li a {
  color: #d0d0d0;
  display: inline-block;
  text-transform: capitalize;
}

footer .footer-wid-area .widget ul.footer-links li a:hover {
  padding-left: 5px;
  color: var(--theme-color);
}

footer .footer-copyright {
  padding: 30px 0;
}

footer .footer-copyright p {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 34px;
}

footer .footer-copyright ul.footer-social-menu li {
  display: inline-block;
}

footer .footer-copyright ul.footer-social-menu li a {
  background-color: #fff;
  color: #000000;
}

footer .bg-shape {
  position: absolute;
  bottom: 60px;
  width: 300px;
  transform: rotate(180deg);
  left: 30px;
  animation-name: fshape;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

footer.v2 {
  background-color: #211e1c;
}

footer.v2 .footer-wid-area {
  padding-top: 60px;
}

footer.v2 .footer-wid-area .widget h3 {
  color: #fff;
}

footer.v2 .footer-wid-area .widget.footer-about p {
  color: #d0d0d0;
}

footer.v2 .footer-wid-area .widget.footer-about .contact-info a {
  display: block;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
}

footer.v2 .footer-wid-area .widget.footer-about .contact-info a:last-child {
  margin-bottom: 0;
}

footer.v2 .footer-wid-area .widget.footer-about .contact-info a span {
  display: inline-block;
  color: var(--theme-color);
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #444343;
}

footer.v2 .footer-wid-area .widget.footer-post-wrap .single-footer-post {
  border-color: #3e3936;
}

footer.v2 .footer-wid-area .widget.footer-post-wrap .single-footer-post .post-content .title {
  color: #fff;
}

footer.v2 .footer-wid-area .widget.footer-post-wrap .single-footer-post .post-content span {
  color: #aeaeae;
}

footer.v2 .footer-copyright {
  background-color: #161311;
}

footer.v2 .footer-copyright p {
  color: #fff;
}

footer.v2 .footer-copyright ul.footer-social-menu li a {
  box-shadow: none;
  color: #fff;
  background-color: transparent;
}

/*=================================
14. Our Features
==================================*/
.our-features-section {
  position: relative;
  padding-bottom: 70px;
  margin-top: 160px;
}

.our-features-section:before {
  content: '';
  position: absolute;
  left: 210px;
  right: 210px;
  background-color: #fff4f4;
  height: 100%;
  top: 0;
  z-index: -1;
  border-radius: 12px;
}

.our-features-section .features-banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 650px;
  left: 51%;
  top: -75px;
  transform: translateX(-50%);
}

.our-features-section .features-banner:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 25px;
  background-color: #fff;
  width: 510px;
  height: 510px;
  z-index: -1;
  border-radius: 50%;
  transform: translateX(-50%);
}

.our-features-section .features-banner img {
  height: 100%;
  width: 100%;
}

.our-features-section .features-area .single-features {
  margin-bottom: 45px;
}

.our-features-section .features-area .single-features .icon span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  margin-right: 25px;
  display: inline-block;
  font-size: 28px;
  color: var(--theme-color);
  border-radius: 50%;
}

.our-features-section .features-area .single-features .content {
  width: calc(100% - 85px);
  padding-top: 10px;
}

.our-features-section .features-area .single-features .content .title {
  font-size: 20px;
}

.our-features-section .features-area .single-features .content p {
  font-size: 14px;
  margin-bottom: 0;
}

.our-features-section .features-area.features-left .single-features {
  flex-direction: row-reverse;
  text-align: right;
}

.our-features-section .features-area.features-left .single-features .icon span {
  margin-right: 0;
  margin-left: 25px;
}

.our-features-section.v2 {
  margin-top: 0;
  padding-bottom: 80px;
  padding-top: 130px;
  overflow: hidden;
}

.our-features-section.v2 .section-title4 {
  margin-bottom: 85px;
  z-index: 1;
  position: relative;
}

.our-features-section.v2 .section-title4:after, .our-features-section.v2 .section-title4:before {
  content: '';
  width: 920px;
  height: 920px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-top: -580px;
  transform: translateX(-50%);
  border-radius: 50%;
}

.our-features-section.v2 .section-title4:after {
  border: 35px solid var(--theme-color);
  opacity: 0.4;
  transform: translateX(-50%) scale(0.97);
}

.our-features-section.v2:before {
  display: none;
}

.our-features-section.v2 .features-banner {
  top: auto;
  max-width: 920px;
  z-index: 2;
}

.our-features-section.v2 .features-area {
  position: relative;
  z-index: 2;
}

.our-features-section.v2 .features-area .single-features .icon {
  padding-top: 7px;
}

.our-features-section.v2 .features-area .single-features .icon span {
  position: relative;
  margin-right: 30px;
}

.our-features-section.v2 .features-area .single-features .icon span:before {
  content: '';
  position: absolute;
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  border: 1px dashed var(--theme-color);
  border-radius: 50%;
}

.our-features-section.v2 .features-area .single-features .content {
  width: calc(100% - 90px);
  padding-top: 0;
}

.our-features-section.v2 .features-area.features-left .single-features .icon span {
  margin-left: 30px;
  margin-right: 0;
}

.features-slider-sec .features-slide {
  background-color: rgba(0,0,0,.3);
  padding: 70px 40px;
  transition: 0.4s;
}

.features-slider-sec .features-slide .img-box {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.features-slider-sec .features-slide .img-box span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 50%;
  transition: 0.4s;
}

.features-slider-sec .features-slide .img-box span i {
  vertical-align: middle;
}

.features-slider-sec .features-slide .features-content > span {
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
}

.features-slider-sec .features-slide .features-content .features-title {
  font-size: 36px;
  line-height: 1;
}

.features-slider-sec .features-slide .features-content .features-title a {
  transition: all ease 0s;
}

.features-slider-sec .features-slide .features-content .features-title a:hover {
  color: #fff;
}

.features-slider-sec .features-slide .features-content .features-text {
  font-size: 18px;
  line-height: 30px;
}

.features-slider-sec .features-slide .features-content a.def-btn {
  padding-right: 0;
  box-shadow: none;
}

.features-slider-sec .features-slide .features-content a.def-btn:before {
  background-color: rgba(0,0,0,.3);
}

.features-slider-sec .features-slide .features-content a.def-btn i {
  margin-right: 5px;
}

.features-slider-sec .features-slide .features-content a.def-btn.btn-md {
  width: 175px;
}

.features-slider-sec .features-slide.bg-white .features-content a.def-btn {
  background-color: var(--theme-color);
  color: #fff;
}

.features-slider-sec .features-slide:hover {
  background-color: var(--theme-color) !important;
}

.features-slider-sec .features-slide:hover .img-box span {
  background-color: #fff;
  color: var(--theme-color);
}

.features-slider-sec .features-slide:hover .features-content > span,
.features-slider-sec .features-slide:hover .features-content .features-title,
.features-slider-sec .features-slide:hover .features-content .features-text {
  color: #fff;
}

.features-slider-sec .features-slide:hover .features-content a.def-btn {
  background-color: #000;
  color: #fff;
}

.features-slider-sec .slick-center .features-slide {
  background-color: var(--theme-color) !important;
}

.features-slider-sec .slick-center .features-slide .img-box span {
  background-color: #000;
  color: var(--theme-color);
}

.features-slider-sec .slick-center .features-slide .features-content > span,
.features-slider-sec .slick-center .features-slide .features-content .features-title,
.features-slider-sec .slick-center .features-slide .features-content .features-text {
  color: #fff;
}

.features-slider-sec .slick-center .features-slide .features-content a.def-btn {
  background-color: #000;
  color: #fff;
}

/*=================================
15. Our Team
==================================*/
.our-team-wrapper {
  padding-bottom: 70px;
}

.our-team-wrapper.pb-120 {
  padding-bottom: 120px;
}

.our-team-wrapper .container > .row {
  margin-left: -5px;
  margin-right: -5px;
}

.our-team-wrapper .container > .row.team-slider-active .slick-track > div {
  padding-right: 5px;
  padding-left: 5px;
}

.our-team-wrapper .container > .row > div {
  padding-right: 5px;
  padding-left: 5px;
}

.our-team-wrapper .team-member {
  margin-bottom: 50px;
}

.our-team-wrapper .team-member .member-img {
  overflow: hidden;
}

.our-team-wrapper .team-member .member-img img {
  transition: all ease 0.4s;
  transform: scale(1);
  width: 100%;
}

.our-team-wrapper .team-member .member-content {
  position: relative;
  padding-top: 40px;
}

.our-team-wrapper .team-member .member-content .name {
  font-size: 24px;
  margin-bottom: 0;
}

.our-team-wrapper .team-member .member-content > span {
  color: var(--theme-color);
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.our-team-wrapper .team-member .member-content ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.our-team-wrapper .team-member .member-content ul li {
  display: inline-block;
  margin: 0 4px;
}

.our-team-wrapper .team-member .member-content ul li a {
  display: inline-block;
  width: 35px;
  font-size: 16px;
  height: 35px;
  line-height: 36px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 14px -3px var(--theme-color);
  border-radius: 50%;
}

.our-team-wrapper .team-member .member-content ul li a:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.our-team-wrapper .team-member:hover .member-img img {
  transform: scale(1.1);
}

.our-team-wrapper .team-member:hover .member-content ul {
  top: -17px;
  opacity: 1;
  visibility: visible;
}

.our-team-wrapper .team-member .member-about-area {
  margin-bottom: 35px;
}

.our-team-wrapper .team-member .member-about-area .member-img {
  position: relative;
  overflow: visible;
}

.our-team-wrapper .team-member .member-about-area .member-img img {
  transform: scale(1) !important;
}

.our-team-wrapper .team-member .member-about-area .member-img .blur-img {
  position: absolute;
  bottom: 15px;
  z-index: 0;
  filter: blur(30px);
  right: 40px;
  left: 40px;
  z-index: -1;
}

.our-team-wrapper .team-member .member-about-area .member-img a.skype-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background-color: #0095e1;
  color: #fff;
  font-size: 28px;
  border-top-left-radius: 22px;
}

.our-team-wrapper .team-member .member-about-area .member-img a.skype-link:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.our-team-wrapper .team-member .member-about-area .member-about {
  padding-left: 40px;
}

.our-team-wrapper .team-member .member-about-area .member-about .member-name {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: -1.5px;
}

.our-team-wrapper .team-member .member-about-area .member-about p.text {
  font-size: 18px;
  margin-bottom: 25px;
}

.our-team-wrapper .team-member .member-about-area .member-about ul.member-information li {
  font-size: 20px;
  font-weight: 700;
  display: block;
  border-bottom: 1px solid #f0e1e1;
  padding: 25px 0;
}

.our-team-wrapper .team-member .member-about-area .member-about ul.member-information li:first-child {
  padding-top: 0;
}

.our-team-wrapper .team-member .member-about-area .member-about ul.member-information li:last-child {
  padding-bottom: 0;
  border: none;
}

.our-team-wrapper .team-member .member-about-area .member-about ul.member-information li a,
.our-team-wrapper .team-member .member-about-area .member-about ul.member-information li span {
  font-weight: 400;
  margin-left: 4px;
}

.our-team-wrapper .team-slider-active .team-member {
  margin-bottom: 40px;
}

.our-team-wrapper .progress-bar-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-team-wrapper .middle-imgs {
  border-top: 2px solid #fff0f0;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 75px;
}

.our-team-wrapper .middle-imgs .single-image {
  overflow: hidden;
}

.our-team-wrapper .middle-imgs .single-image img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1);
}

.our-team-wrapper .middle-imgs .single-image:hover img {
  transform: scale(1.1);
}

.our-team-wrapper.v2 {
  padding-top: 130px;
  padding-bottom: 100px;
}

.our-team-wrapper.v2 .container > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.our-team-wrapper.v2 .team-member {
  box-shadow: 0 14px 45px -35px var(--theme-color);
  margin-bottom: 30px;
}

.our-team-wrapper.v2 .team-member .member-content {
  padding-top: 45px;
  padding-bottom: 40px;
}

.our-team-wrapper.v2 .team-member .member-content ul {
  transform: scale(0);
  top: -23px;
}

.our-team-wrapper.v2 .team-member .member-content ul li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: var(--theme-color);
  box-shadow: 0 4px 30px -10px var(--theme-color);
}

.our-team-wrapper.v2 .team-member .member-content a.plus-icon {
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: var(--theme-color);
  top: -23px;
  font-size: 16px;
  left: 50%;
  margin-left: -22.5px;
  transform: scale(1);
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
}

.our-team-wrapper.v2 .team-member:hover .member-content ul {
  transform: scale(1);
  top: -23px;
}

.our-team-wrapper.v2 .team-member:hover .member-content a.plus-icon {
  transform: scale(1.4);
  opacity: 0;
  visibility: hidden;
}

/*=================================
16. Gallery Area
==================================*/
.gallery-sec-wrapper .gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-sec-wrapper .gallery-item:before {
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.4s;
  transform: scale(1.8);
}

.gallery-sec-wrapper .gallery-item > a.circle-btn {
  position: absolute;
  top: 0;
  left: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 28px;
  color: var(--theme-color);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.gallery-sec-wrapper .gallery-item > a.circle-btn:hover {
  color: #fff;
}

.gallery-sec-wrapper .gallery-item img {
  width: 100%;
  transition: 0.4s;
  transform: scale(1);
}

.gallery-sec-wrapper .gallery-item .gallery-content {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 75px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 0.4s;
}

.gallery-sec-wrapper .gallery-item .gallery-content > a {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  line-height: 58px;
  height: 80px;
  width: 80px;
  line-height: 78px;
  font-size: 15px;
}

.gallery-sec-wrapper .gallery-item .gallery-content > a:hover {
  border-color: transparent;
}

.gallery-sec-wrapper .gallery-item .gallery-content span {
  display: block;
  color: var(--theme-color);
  margin-top: 60px;
  margin-bottom: 18px;
}

.gallery-sec-wrapper .gallery-item .gallery-content h3 {
  color: #fff;
}

.gallery-sec-wrapper .gallery-item:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.gallery-sec-wrapper .gallery-item:hover > a.circle-btn {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.gallery-sec-wrapper .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-sec-wrapper .gallery-item:hover .gallery-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.gallery-sec-wrapper .gallery-area .grid-item {
  padding-bottom: 30px;
}

.gallery-sec-wrapper .gallery-area .grid-item .gallery-item {
  overflow: hidden;
}

.gallery-sec-wrapper .gallery-area .grid-item .gallery-item:before {
  display: none;
}

.gallery-sec-wrapper .gallery-btn a {
  width: 175px;
  height: 60px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  line-height: 58px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
  display: inline-block;
  margin-top: 10px;
}

.gallery-sec-wrapper .gallery-btn a i {
  margin-left: 8px;
  font-size: 14px;
}

.gallery-sec-wrapper .gallery-btn a:hover {
  background-color: #fff;
  border-color: #211e1c;
  color: #211e1c;
}

.gallery-sec-wrapper .no-gutters .slick-track > div {
  padding-left: 0;
  padding-right: 0;
}

/*=================================
17. Date And Time Picker 
==================================*/
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-size: 16px;
  color: #211e1c;
  background-color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_today {
  color: var(--theme-color);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar th:hover {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default div,
.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current div,
.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_default div {
  background-color: inherit !important;
  color: inherit;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  font-size: 16px;
  color: #211e1c;
  background-color: #fff;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: var(--theme-color) !important;
  color: #fff !important;
  box-shadow: var(--theme-color) 0 1px 3px 0 inset !important;
}

.xdsoft_datetimepicker .xdsoft_datetimepicker {
  color: #211e1c;
}

/*=================================
18. 404 Error Page 
==================================*/
.error-sec-wrap {
  position: relative;
}

.error-sec-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 0;
}

.error-sec-wrap .error-content {
  position: relative;
  z-index: 1;
}

.error-sec-wrap .error-content .big-title {
  font-size: 300px;
  line-height: 0.9;
  margin-bottom: 0;
}

.error-sec-wrap .error-content .small-title {
  font-size: 140px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.error-sec-wrap .error-content .text {
  font-size: 30px;
  margin-bottom: 45px;
}

/*=================================
19. FAQ Page 
==================================*/
.faq-sec-wrap {
  margin-bottom: 10px;
}

.faq-sec-wrap .single-faq {
  background-color: #fff6f4;
  margin-bottom: 20px;
}

.faq-sec-wrap .single-faq .faq-header {
  padding: 15px 30px;
}

.faq-sec-wrap .single-faq .faq-header button {
  display: block;
  font-family: "GoldenBook","Prata", serif;
  font-size: 18px;
  position: relative;
  background-color: transparent;
  border: none;
  text-align: left;
}

.faq-sec-wrap .single-faq .faq-header button:before {
  content: '-';
  position: relative;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  margin-right: 40px;
  box-shadow: 0 5px 25px -12px var(--theme-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.faq-sec-wrap .single-faq .faq-header button.collapsed:before {
  font-weight: 400;
  content: '+';
}

.faq-sec-wrap .single-faq .faq-header button:focus {
  color: #211e1c;
}

.faq-sec-wrap .single-faq .faq-body {
  padding: 30px;
  padding-right: 35px;
  padding-top: 15px;
}

.faq-sec-wrap .single-faq .faq-body p {
  line-height: 28px;
  margin-bottom: 0;
}

/*=================================
20. Counter Seciton
==================================*/
.counter-sec-wrapper {
  padding-top: 160px;
}

.counter-sec-wrapper .single-counter {
  width: 170px;
  height: 170px;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 45px 0;
  border-radius: 50%;
}

.counter-sec-wrapper .single-counter .title {
  font-size: 60px;
  position: relative;
  margin-bottom: 0;
}

.counter-sec-wrapper .single-counter .title:after {
  content: '+';
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.counter-sec-wrapper .single-counter > span {
  font-size: 14px;
  color: #a9a9a9;
  font-weight: 700;
  text-transform: capitalize;
}

.counter-sec-wrapper .row > div:nth-child(1) .single-counter {
  margin-top: -40px;
}

.counter-sec-wrapper .row > div:nth-child(2) .single-counter {
  margin-top: 130px;
}

.counter-sec-wrapper .row > div:nth-child(3) .single-counter {
  margin-top: 300px;
}

.counter-sec-wrapper .row > div:nth-child(4) .single-counter {
  margin-top: 130px;
}

.counter-sec-wrapper .row > div:nth-child(5) .single-counter {
  margin-top: -40px;
}

/*=================================
21. Contact Us Section
==================================*/
.contact-us-sec .google-map {
  height: 700px;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.contact-us-sec .google-map > div {
  width: 100%;
  height: 100%;
}

.contact-us-sec .contact-information-area {
  padding-bottom: 70px;
  margin-top: -65px;
  position: relative;
  z-index: 1;
}

.contact-us-sec .contact-information-area .contact-information {
  text-align: center;
  border: 1px solid #ececec;
  background-color: transparent;
  padding: 68px 70px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all ease-in-out 0.4s;
}

.contact-us-sec .contact-information-area .contact-information .img-box {
  visibility: hidden;
  transform: scale(1.1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: all ease-in-out 0.4s;
}

.contact-us-sec .contact-information-area .contact-information .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.contact-us-sec .contact-information-area .contact-information > span {
  font-size: 65px;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1;
}

.contact-us-sec .contact-information-area .contact-information .title {
  font-size: 24px;
  margin-bottom: 20px;
  transition: 0.4s;
}

.contact-us-sec .contact-information-area .contact-information .text {
  line-height: 36px;
  margin-bottom: 0;
  transition: 0.4s;
}

.contact-us-sec .contact-information-area .contact-information a.def-btn {
  width: 200px;
  height: 60px;
  line-height: 58px;
  background-color: #211e1c;
  color: #fff;
  border: 0;
  margin-top: 30px;
}

.contact-us-sec .contact-information-area .contact-information a.def-btn:before {
  background-color: transparent;
}

.contact-us-sec .contact-information-area .contact-information a.def-btn:hover {
  color: #211e1c;
}

.contact-us-sec .contact-information-area .contact-information:hover {
  border-color: transparent;
  box-shadow: 0 5px 19px -5px rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.contact-us-sec .contact-information-area .contact-information:hover .img-box {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.contact-us-sec .contact-information-area .contact-information:hover .title,
.contact-us-sec .contact-information-area .contact-information:hover .text {
  color: #fff;
}

.contact-us-sec .contact-information-area .contact-information:hover a.def-btn {
  background-color: var(--theme-color);
}

.contact-us-sec .form-messages {
  display: none;
  text-align: center;
  margin-top: 20px;
}

.contact-us-sec .form-messages.error {
  display: block;
  color: #dc3545;
}

.contact-us-sec .form-messages.success {
  display: block;
  color: #28a745;
}

.contact-us-sec form.contact-us-form {
  padding-right: 100px;
  padding-left: 100px;
  background-color: rgba(0,0,0,.3);
}

.contact-us-sec form.contact-us-form .form-group {
  margin-bottom: 30px;
  position: relative;
}

.contact-us-sec form.contact-us-form .form-group textarea,
.contact-us-sec form.contact-us-form .form-group input {
  width: 100%;
  height: 60px;
  border: none;
  background-color: #fff;
  padding-left: 30px;
  color: #211e1c;
  border-radius: 0;
}

.contact-us-sec form.contact-us-form .form-group textarea.is-invalid,
.contact-us-sec form.contact-us-form .form-group input.is-invalid {
  border: 1px solid red;
}

.contact-us-sec form.contact-us-form .form-group textarea::placeholder,
.contact-us-sec form.contact-us-form .form-group input::placeholder {
  color: #211e1c;
}

.contact-us-sec form.contact-us-form .form-group textarea {
  padding-top: 25px;
  min-height: 240px;
}

.contact-us-sec form.contact-us-form .form-group > i {
  position: absolute;
  color: var(--theme-color);
  top: 22px;
  right: 40px;
  font-size: 16px;
  line-height: 1;
}

.contact-us-sec form.contact-us-form .form-group .nice-select {
  width: 100%;
  height: 60px;
  line-height: 45px;
  border: none;
  font-size: 16px;
  float: none;
  padding-left: 30px;
  border-radius: 0;
}

.contact-us-sec form.contact-us-form .form-group .nice-select:focus {
  box-shadow: none;
}

.contact-us-sec form.contact-us-form .form-group .nice-select:after {
  display: none;
}

.contact-us-sec form.contact-us-form .form-group .nice-select:before {
  content: "\f118";
  font-family: "Flaticon";
  position: absolute;
  top: 5px;
  right: 30px;
  font-size: 16px;
  color: var(--theme-color);
  transition: 0.4s;
}

.contact-us-sec form.contact-us-form .form-group .nice-select .list {
  width: 100%;
}

.contact-us-sec form.contact-us-form .form-group .nice-select .list li.selected,
.contact-us-sec form.contact-us-form .form-group .nice-select .list li:hover {
  background-color: rgba(0,0,0,.3);
}

.contact-us-sec form.contact-us-form .form-group .nice-select.open:before {
  transform: rotate(180deg);
}

.contact-us-sec form.contact-us-form .form-group.select-box-wrap {
  z-index: 2;
}

/*=================================
22. Bouchers Section
==================================*/
.bouchers-sec-wrap .boucher {
  background-color: #fff4f4;
}

.bouchers-sec-wrap .boucher .boucher-img {
  overflow: hidden;
}

.bouchers-sec-wrap .boucher .boucher-img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.4s;
}

.bouchers-sec-wrap .boucher .boucher-content {
  text-align: center;
  padding: 100px 0;
}

.bouchers-sec-wrap .boucher .boucher-content .offer {
  font-size: 100px;
  font-family: "GoldenBook","Prata", serif;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  margin-top: 50px;
}

.bouchers-sec-wrap .boucher .boucher-content .offer span {
  font-size: 30px;
  max-width: 30px;
  display: inline-block;
  color: var(--theme-color);
}

.bouchers-sec-wrap .boucher .boucher-content .offer span span {
  font-size: 50px;
}

.bouchers-sec-wrap .boucher .boucher-content .title {
  font-size: 100px;
  font-style: italic;
  letter-spacing: -5px;
  line-height: 1;
}

.bouchers-sec-wrap .boucher .boucher-content a.def-btn {
  width: 170px;
  height: 60px;
  background-color: var(--theme-color);
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 40px;
}

.bouchers-sec-wrap .boucher .boucher-content a.def-btn:before {
  background-color: #fff;
}

.bouchers-sec-wrap .boucher .boucher-content a.def-btn:hover {
  color: #211e1c;
}

.bouchers-sec-wrap .boucher:nth-child(2) {
  background-color: #edfffa;
}

.bouchers-sec-wrap .boucher:nth-child(2) .boucher-content .offer span {
  color: #35bf96;
}

.bouchers-sec-wrap .boucher:nth-child(2) .boucher-content a.def-btn {
  background-color: #35bf96;
}

.bouchers-sec-wrap .boucher:hover .boucher-img img {
  transform: scale(1.1);
}

/*=================================
23. Progress Bar
==================================*/
@media (min-width: 991px) {
  .progress-bar-area .row .col-lg-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .progress-bar-area .row .col-lg-4 {
    flex: 0 0 31.5%;
    max-width: 31.5%;
  }
}

.progress-bar-area .single-progress-bar {
  padding-bottom: 40px;
}

.progress-bar-area .single-progress-bar .progress-title {
  overflow: hidden;
  margin-bottom: 15px;
}

.progress-bar-area .single-progress-bar .progress-title .title {
  float: left;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 28px;
  font-family: "GoldenBook","Prata", serif;
}

.progress-bar-area .single-progress-bar .progress-title span {
  float: right;
  font-size: 18px;
  font-family: "GoldenBook",'Prata', serif;
}

.progress-bar-area .single-progress-bar .progress {
  background-color: #f7e9e9;
  height: 10px;
  border-radius: 0;
}

.progress-bar-area .single-progress-bar .progress .progress-bar {
  background-color: var(--theme-color);
}

/*=================================
24. Pagination
==================================*/
.pagination-wrapper {
  padding: 40px;
  padding-bottom: 30px;
  box-shadow: 0 20px 75px -56px var(--theme-color);
}

.pagination-wrapper ul {
  text-align: center;
  line-height: 0;
  padding-top: 25px;
}

.pagination-wrapper ul li {
  line-height: 0;
  display: inline-block;
  margin-right: 5px;
}

.pagination-wrapper ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 49px;
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ededed;
  font-weight: 500;
}

.pagination-wrapper ul li a i {
  font-size: 12px;
}

.pagination-wrapper ul li a.active, .pagination-wrapper ul li a:hover {
  color: #fff;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.pagination-wrapper ul li:last-child {
  margin-right: 0;
}

.pagination-wrapper ul li:first-child {
  margin-left: 0;
}

.pagination-wrapper .paginaiton-content .link a,
.pagination-wrapper .paginaiton-content .text a {
  transition: 0.4s;
}

.pagination-wrapper .paginaiton-content .link {
  font-size: 24px;
  font-family: "GoldenBook","Prata", serif;
  margin-bottom: 5px !important;
  display: block;
}

.pagination-wrapper .paginaiton-content .text {
  margin-bottom: 0;
  display: block;
}

.pagination-wrapper .paginaiton-content span.flaticon-menu-1 {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme-color);
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 10px 20px -10px var(--theme-color);
  color: #fff;
  border-radius: 50%;
  transition: 0.4s;
}

.pagination-wrapper .paginaiton-content span.flaticon-menu-1:hover {
  background-color: #fff;
  color: var(--theme-color);
}

/*=================================
25. Sidebar Area
==================================*/
aside.widget-area {
  margin-left: 20px;
}

aside.widget-area .widget {
  background-color: #fff7f6;
  padding: 40px;
  margin-bottom: 40px;
}

aside.widget-area .widget:last-child {
  margin-bottom: 0;
}

aside.widget-area .widget .widget-title {
  border-left: 2px solid var(--theme-color);
  font-size: 20px;
  text-transform: capitalize;
  padding-left: 30px;
  margin-bottom: 40px;
}

aside.widget-area .widget.admin-widget .admin-content {
  text-align: center;
}

aside.widget-area .widget.admin-widget .admin-content .admin-img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  margin-bottom: 30px;
}

aside.widget-area .widget.admin-widget .admin-content .admin-img img {
  width: 100%;
  height: 100%;
}

aside.widget-area .widget.admin-widget .admin-content .admin-title {
  font-size: 18px;
  margin-bottom: 15px;
}

aside.widget-area .widget.admin-widget .admin-content .admin-title a {
  transition: 0.4s;
}

aside.widget-area .widget.admin-widget .admin-content .admin-text {
  font-size: 14px;
  line-height: 26px;
}

aside.widget-area .widget.admin-widget .admin-content ul.admin-links li {
  display: inline-block;
  margin: 0 9px;
}

aside.widget-area .widget.admin-widget .admin-content ul.admin-links li:last-child {
  margin-right: 0;
}

aside.widget-area .widget.admin-widget .admin-content ul.admin-links li:first-child {
  margin-left: 0;
}

aside.widget-area .widget.admin-widget .admin-content ul.admin-links li a {
  color: #b3bed3;
  font-size: 16px;
}

aside.widget-area .widget.admin-widget .admin-content ul.admin-links li a:hover {
  color: var(--theme-color);
}

aside.widget-area .widget.search-widget form {
  display: flex;
  box-shadow: 8px 13.856px 32px 0px rgba(249, 163, 146, 0.1);
}

aside.widget-area .widget.search-widget form input {
  width: calc(100% - 60px);
  border: none;
  padding-left: 20px;
  font-size: 14px;
  height: 60px;
}

aside.widget-area .widget.search-widget form input::placeholder {
  color: #211e1c;
}

aside.widget-area .widget.search-widget form button {
  border: none;
  background-color: var(--theme-color);
  color: #fff;
  width: 60px;
  height: 60px;
  transition: 0.4s;
}

aside.widget-area .widget.search-widget form button:hover {
  background-color: #fff;
  color: var(--theme-color);
}

aside.widget-area .widget.popular-feeds-widget .popular-feeds {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 2px solid #fff;
}

aside.widget-area .widget.popular-feeds-widget .popular-feeds .feeds-img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

aside.widget-area .widget.popular-feeds-widget .popular-feeds .feeds-content {
  width: calc(100% - 100px);
}

aside.widget-area .widget.popular-feeds-widget .popular-feeds .feeds-content .feeds-title {
  font-size: 16px;
  line-height: 22px;
}

aside.widget-area .widget.popular-feeds-widget .popular-feeds .feeds-content .feeds-title a {
  transition: 0.4s;
}

aside.widget-area .widget.popular-feeds-widget .popular-feeds .feeds-content .feeds-meta {
  font-size: 14px;
  display: block;
}

aside.widget-area .widget.popular-feeds-widget .popular-feeds .feeds-content .feeds-meta i {
  margin-right: 8px;
}

aside.widget-area .widget.popular-feeds-widget .popular-feeds:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

aside.widget-area .widget.popular-feeds-widget .popular-feeds:first-child {
  padding-top: 0;
}

aside.widget-area .widget.categories-widget ul li {
  margin-bottom: 10px;
}

aside.widget-area .widget.categories-widget ul li:last-child {
  margin-bottom: 0;
}

aside.widget-area .widget.categories-widget ul li a {
  display: block;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: relative;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  transition: 0.4s;
}

aside.widget-area .widget.categories-widget ul li a span {
  float: right;
  height: 100%;
  width: 50px;
  background-color: var(--theme-color);
  text-align: center;
  color: #fff;
  font-family: "GoldenBook","Prata", serif;
  transition: 0.4s;
}

aside.widget-area .widget.categories-widget ul li a:hover {
  background-color: var(--theme-color);
  color: #fff;
}

aside.widget-area .widget.categories-widget ul li a:hover span {
  background-color: #e79382;
}

aside.widget-area .widget.social-links-widget ul {
  text-align: center;
}

aside.widget-area .widget.social-links-widget ul li {
  margin-right: 10px;
  display: inline-block;
}

aside.widget-area .widget.social-links-widget ul li:last-child {
  margin-right: 0;
}

aside.widget-area .widget.social-links-widget ul li a {
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

aside.widget-area .widget.social-links-widget ul li a:hover {
  color: #fff;
  background-color: var(--theme-color);
}

aside.widget-area .widget.twitter-feed-widget .twitter-feed {
  display: flex;
  padding: 30px 0;
  border-bottom: 2px solid #fff;
}

aside.widget-area .widget.twitter-feed-widget .twitter-feed:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

aside.widget-area .widget.twitter-feed-widget .twitter-feed:first-child {
  padding-top: 0;
}

aside.widget-area .widget.twitter-feed-widget .twitter-feed .feed-icon span {
  font-size: 14px;
  margin-right: 20px;
  display: inline-block;
  color: var(--theme-color);
}

aside.widget-area .widget.twitter-feed-widget .twitter-feed .feed-content .feed-text {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 10px;
}

aside.widget-area .widget.twitter-feed-widget .twitter-feed .feed-content .meta {
  font-family: "GoldenBook","Prata", serif;
  font-size: 14px;
  display: block;
}

aside.widget-area .widget.instagram-feed-widget .instagram-feed-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

aside.widget-area .widget.instagram-feed-widget .instagram-feed-wrap .instagram-feed {
  overflow: hidden;
}

aside.widget-area .widget.instagram-feed-widget .instagram-feed-wrap .instagram-feed img {
  width: 100%;
  transition: all ease 0.2s;
  transform: scale(1);
}

aside.widget-area .widget.instagram-feed-widget .instagram-feed-wrap .instagram-feed:hover img {
  transform: scale(1.2);
}

aside.widget-area .widget.tags-widget .tags-wrap {
  margin-right: -10px;
  margin-bottom: -10px;
}

aside.widget-area .widget.tags-widget .tags-wrap a {
  display: inline-block;
  background-color: #fff;
  color: #211e1c;
  padding: 10px 18px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 8px;
  margin-bottom: 10px;
  font-weight: 500;
}

aside.widget-area .widget.tags-widget .tags-wrap a:hover {
  background-color: var(--theme-color);
  color: #fff;
}

aside.widget-area .widget.advertise-widget {
  padding: 0;
  background-color: #fff;
  position: relative;
}

aside.widget-area .widget.advertise-widget img {
  width: 100%;
}

aside.widget-area .widget.advertise-widget .box {
  position: absolute;
  background-color: var(--theme-color);
  z-index: 1;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 25px 35px;
  min-width: 215px;
  min-height: 100px;
  transform: translate(-50%, -50%);
}

aside.widget-area .widget.advertise-widget .box .size {
  font-size: 16px;
  font-family: "GoldenBook","Prata", serif;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

aside.widget-area .widget.advertise-widget .box .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}

aside.widget-area .widget .range-slider-area {
  padding-bottom: 40px;
}

aside.widget-area .widget .range-slider-area .ui-slider {
  height: 6px;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: none;
  margin-bottom: 25px;
}

aside.widget-area .widget .range-slider-area .ui-slider .ui-slider-range {
  background-color: var(--theme-color);
  border: none;
}

aside.widget-area .widget .range-slider-area .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -2px;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  background-color: var(--theme-color);
  border: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}

aside.widget-area .widget .range-slider-area .ui-slider .ui-slider-handle:focus {
  outline: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}

aside.widget-area .widget .range-slider-area .ui-slider .ui-slider-handle:before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

aside.widget-area .widget .range-slider-area .price-area {
  float: left;
  padding: 7px 0;
}

aside.widget-area .widget .range-slider-area .price-area input {
  width: 100px;
  display: inline-block;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #152440;
}

aside.widget-area .widget .range-slider-area .price-area span {
  display: inline-block;
  color: #152440;
}

aside.widget-area .widget .range-slider-area .filter-btn {
  float: right;
  width: 94px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  background-color: var(--theme-color);
  border: 1px solid transparent;
}

aside.widget-area .widget .range-slider-area .filter-btn:hover {
  background-color: #fff;
  border-color: var(--theme-color);
  color: var(--theme-color);
}

aside.widget-area .widget .popular-products-wrap .popular-product {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

aside.widget-area .widget .popular-products-wrap .popular-product:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

aside.widget-area .widget .popular-products-wrap .popular-product:first-child {
  padding-top: 0;
}

aside.widget-area .widget .popular-products-wrap .popular-product .product-img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

aside.widget-area .widget .popular-products-wrap .popular-product .product-content {
  width: calc(100% - 100px);
}

aside.widget-area .widget .popular-products-wrap .popular-product .product-content .title {
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 5px;
}

aside.widget-area .widget .popular-products-wrap .popular-product .product-content .rating {
  color: #fec624;
  font-size: 12px;
  display: block;
  margin-bottom: 7px;
}

aside.widget-area .widget .popular-products-wrap .popular-product .product-content .rating i {
  margin-right: 5px;
}

aside.widget-area .widget .popular-products-wrap .popular-product .product-content .rating i:last-child {
  margin-right: 0;
}

aside.widget-area .widget .popular-products-wrap .popular-product .product-content .price {
  font-size: 14px;
  color: #535353;
  display: inline-block;
  font-weight: 700;
}

/*=================================
26. Portfolio Details
==================================*/
.portfolio-details-wrap .portfolio-details-area .portfolio-top-bar {
  padding: 40px 80px;
  margin: 0 50px;
  margin-bottom: -80px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 10px 25px -15px var(--theme-color);
}

.portfolio-details-wrap .portfolio-details-area .portfolio-top-bar .content .title {
  margin-bottom: 5px;
  font-size: 24px;
}

.portfolio-details-wrap .portfolio-details-area .portfolio-top-bar .content .btn-wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: var(--theme-color);
  border-radius: 50%;
  position: relative;
}

.portfolio-details-wrap .portfolio-details-area .portfolio-top-bar .content .btn-wrap:before, .portfolio-details-wrap .portfolio-details-area .portfolio-top-bar .content .btn-wrap:after {
  content: '';
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 1;
  animation-name: scaling;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  border-radius: 50%;
}

.portfolio-details-wrap .portfolio-details-area .portfolio-top-bar .content .btn-wrap:after {
  animation-delay: 0.8s;
}

.portfolio-details-wrap .portfolio-details-area .portfolio-top-bar .content .btn-wrap a {
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  line-height: 80px;
  font-size: 19px;
  color: #fff;
}

.portfolio-details-wrap .portfolio-details-area .portfolio-top-bar .content .btn-wrap a:hover {
  color: var(--theme-color);
}

.portfolio-details-wrap .portfolio-details-area .portfolio-top-bar .content .btn-wrap a:before {
  background-color: #fff;
}

.portfolio-details-wrap .portfolio-details-area .text {
  line-height: 30px;
}

.portfolio-details-wrap .portfolio-details-area .img-box {
  overflow: hidden;
  margin-bottom: 55px;
}

.portfolio-details-wrap .portfolio-details-area .img-box img {
  transition: 0.4s;
  transform: scale(1);
}

.portfolio-details-wrap .portfolio-details-area .img-box:hover img {
  transform: scale(1.1);
}

.portfolio-details-wrap .portfolio-details-area ul.features-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 25px;
  margin-bottom: 60px;
}

.portfolio-details-wrap .portfolio-details-area ul.features-list li {
  font-size: 16px;
  line-height: 30px;
}

.portfolio-details-wrap .portfolio-details-area ul.features-list li:before {
  content: "\f146";
  font-family: "Flaticon";
  width: 50px;
  height: 50px;
  background-color: #fff1ee;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  color: var(--theme-color);
  border-radius: 50%;
}

.portfolio-details-wrap .portfolio-details-area .middle-imgs {
  border-top: 2px solid #fff0f0;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 75px;
}

.portfolio-details-wrap .portfolio-details-area .middle-imgs .single-image {
  overflow: hidden;
}

.portfolio-details-wrap .portfolio-details-area .middle-imgs .single-image img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1);
}

.portfolio-details-wrap .portfolio-details-area .middle-imgs .single-image:hover img {
  transform: scale(1.1);
}

/*=================================
27. About Us Features
==================================*/
.about-features-wrapper {
  background-image: url("../img/bg-img/about-features-bg-1.png");
  background-size: 100% 100%;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}

.about-features-wrapper .single-features {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.about-features-wrapper .single-features:before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(0deg, black 16%, rgba(0, 0, 0, 0.793155) 43%, rgba(0, 0, 0, 0.644695) 62%, rgba(0, 0, 0, 0.459821) 77%, rgba(0, 0, 0, 0.185312) 90%, rgba(255, 255, 255, 0) 97%, rgba(252, 252, 252, 0) 100%);
  opacity: 0.9;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
}

.about-features-wrapper .single-features .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 40px;
  padding-bottom: 35px;
  padding-right: 70px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: all ease-in-out 0.4s;
}

.about-features-wrapper .single-features .content .title {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
}

.about-features-wrapper .single-features .content p.text {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.about-features-wrapper .single-features .price-box {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: var(--theme-color);
  width: 105px;
  height: 105px;
  text-align: center;
  padding: 0 25px;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}

.about-features-wrapper .single-features .price-box:before {
  content: '';
  position: absolute;
  left: -5px;
  bottom: -5px;
  right: -5px;
  top: -5px;
  border: 2px dashed #fff;
  border-radius: 50%;
}

.about-features-wrapper .single-features .price-box span {
  line-height: 1;
}

.about-features-wrapper .single-features .price-box span.text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.about-features-wrapper .single-features .price-box span.price {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  margin: 5px 0;
}

.about-features-wrapper .single-features .price-box span.price sup {
  font-weight: 500;
}

.about-features-wrapper .single-features .price-box span.sub {
  font-size: 15px;
  font-weight: 400;
  display: block;
  text-align: right;
  color: #fff;
}

.about-features-wrapper .single-features:hover:before {
  visibility: visible;
  opacity: 0.9;
  bottom: 0;
}

.about-features-wrapper .single-features:hover .price-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.about-features-wrapper .single-features:hover .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.about-features-wrapper .gallery-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 110px;
}

.about-features-wrapper .gallery-area .grid-item {
  padding-left: 10px;
  padding-right: 10px;
}

.about-features-wrapper .features-content-area .section-title4 {
  margin-bottom: 45px;
}

.about-features-wrapper .features-content-area .section-title4 .title {
  margin-bottom: 25px;
}

.about-features-wrapper .features-content-area a.def-btn.outline {
  background-color: #fff;
}

.about-features-wrapper .bg-shape {
  position: absolute;
  top: -40px;
  right: 15px;
  animation-name: shapeAnimaiton2;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*=================================
28. Make an appoinment Section
==================================*/
.make-appoinment-sec {
  padding-top: 260px;
  padding-bottom: 130px;
  position: relative;
}

.make-appoinment-sec .form-title {
  margin-bottom: 45px;
}

.make-appoinment-sec .form-title .title-icon span {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  background-color: var(--theme-color);
  color: #fff;
  margin-right: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.make-appoinment-sec .form-title .content span {
  display: block;
  margin-bottom: 15px;
}

.make-appoinment-sec .form-title .content .title {
  font-size: 36px;
  margin-bottom: 0;
}

.make-appoinment-sec .appointment-form {
  background-color: #fff3f1;
  border-left: 2px solid var(--theme-color);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}

.make-appoinment-sec .bg-img {
  width: 1030px;
  height: 650px;
  position: absolute;
  right: 0;
  top: 130px;
}

.make-appoinment-sec .schedule-box {
  position: absolute;
  right: 60px;
  top: 37%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 60px;
  max-width: 520px;
}

.make-appoinment-sec .schedule-box:before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid var(--theme-color);
}

.make-appoinment-sec .schedule-box .title {
  font-size: 30px;
  margin-bottom: 20px;
}

.make-appoinment-sec .schedule-box .text {
  font-size: 18px;
}

.make-appoinment-sec .schedule-box .sechedule-table .tb-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-column-gap: 30px;
  margin-bottom: 10px;
}

.make-appoinment-sec .schedule-box .sechedule-table .tb-row:last-child {
  margin-bottom: 0;
}

.make-appoinment-sec .schedule-box .sechedule-table .tb-row span {
  font-size: 18px;
}

.make-appoinment-sec .schedule-box .sechedule-table .tb-row span.th {
  color: var(--theme-color);
  font-weight: 500;
}

/*=================================
29. Sidebar Overly
==================================*/
.overly-sidebar-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  cursor: url("../img/cancel.png"), auto;
  transition: all ease 0.8s;
}

.overly-sidebar-wrapper .overly-sidebar-content {
  background-color: #fff;
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition: all ease 1s;
}

.overly-sidebar-wrapper .overly-sidebar-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.overly-sidebar-wrapper .overly-sidebar-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

.overly-sidebar-wrapper .overly-sidebar-content > button {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 26px;
  font-weight: 700;
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-about {
  margin-bottom: 40px;
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-about img {
  width: auto;
  max-width: 200px;
  margin-bottom: 30px;
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-about .text {
  font-size: 18px;
  margin-bottom: 0;
}

.overly-sidebar-wrapper .overly-sidebar-content .side-menu-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-bottom: 40px;
}

.overly-sidebar-wrapper .overly-sidebar-content .side-menu-gallery .gallery-item {
  overflow: hidden;
}

.overly-sidebar-wrapper .overly-sidebar-content .side-menu-gallery .gallery-item img {
  width: 100%;
  transition: all ease 0.2s;
  transform: scale(1);
}

.overly-sidebar-wrapper .overly-sidebar-content .side-menu-gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.overly-sidebar-wrapper .overly-sidebar-content form.sidebar-subscribe-form {
  padding-top: 20px;
  position: relative;
  margin-bottom: 60px;
}

.overly-sidebar-wrapper .overly-sidebar-content form.sidebar-subscribe-form label {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
  line-height: 22px;
}

.overly-sidebar-wrapper .overly-sidebar-content form.sidebar-subscribe-form input {
  height: 60px;
  color: #8d8d8d;
  padding-left: 20px;
  border: none;
  font-size: 16px;
  width: 100%;
  box-shadow: 0 0 15px -7px var(--theme-color);
}

.overly-sidebar-wrapper .overly-sidebar-content form.sidebar-subscribe-form button {
  position: absolute;
  right: 15px;
  bottom: 12px;
  border: none;
  background-color: transparent;
  color: var(--theme-color);
  font-size: 24px;
}

.overly-sidebar-wrapper .overly-sidebar-content ul.sidebar-social-links {
  text-align: center;
  margin-bottom: 40px;
}

.overly-sidebar-wrapper .overly-sidebar-content ul.sidebar-social-links li {
  display: inline-block;
  margin: 0 5px;
}

.overly-sidebar-wrapper .overly-sidebar-content ul.sidebar-social-links li a {
  width: 45px;
  height: 45px;
  background-color: #fff;
  line-height: 44px;
  font-size: 12px;
  color: #a3a3a3;
  border: 1px solid #e5e5e5;
  display: inline-block;
  border-radius: 50%;
}

.overly-sidebar-wrapper .overly-sidebar-content ul.sidebar-social-links li a:hover {
  border-color: transparent;
  color: #fff;
  background-color: var(--theme-color);
}

.overly-sidebar-wrapper .overly-sidebar-content .sidebar-cta-btn a.def-btn {
  display: block;
  margin: 0 auto;
}

.overly-sidebar-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content {
  right: 0;
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: all ease 1s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content > button {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.6s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content .sidebar-about {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.8s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content .side-menu-gallery {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 1s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content form.sidebar-subscribe-form {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 1.2s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content ul.sidebar-social-links {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.5s;
}

.overly-sidebar-wrapper.show .overly-sidebar-content .sidebar-cta-btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 1.6s;
}

/*=================================
30. Search Box Overly
==================================*/
.popup-search-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  cursor: url("../img/cancel.png"), auto;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 1px solid var(--theme-color);
  background-color: transparent;
  color: var(--theme-color);
  font-size: 22px;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: transparent;
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 900px;
  transform: translate(-50%, -2000%);
  transition: all ease 1s;
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--theme-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
}

.popup-search-box form button:hover {
  color: #fff;
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  transform: translate(-50%, -50%);
  transition: all ease 1s;
}

/*=================================
31. Filter Bar
==================================*/
.mixlax-filter-bar {
  padding-bottom: 20px;
}

.mixlax-filter-bar .bar-title {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #131313;
}

.mixlax-filter-bar .bar-left {
  width: 40%;
  margin-bottom: 20px;
}

.mixlax-filter-bar .bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 60%;
  margin-bottom: 20px;
}

.mixlax-filter-bar .short-box {
  margin-right: 20px;
  max-width: 210px;
  width: 100%;
}

.mixlax-filter-bar .short-box .nice-select {
  font-size: 16px;
  color: #131313;
  width: 100%;
  border-color: rgba(0, 0, 0, 0.15);
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border-radius: 3px;
  float: none;
}

.mixlax-filter-bar .short-box .nice-select ul {
  width: 100%;
}

.mixlax-filter-bar .short-box .nice-select:after {
  border-bottom-color: #131313;
  border-right-color: #131313;
  width: 7px;
  height: 7px;
  margin-top: -6.5px;
  right: 20px;
}

.mixlax-filter-bar .filter-buttons {
  display: flex;
  justify-content: center;
}

.mixlax-filter-bar .filter-buttons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
  transition: all ease 0.4s;
}

.mixlax-filter-bar .filter-buttons a.active, .mixlax-filter-bar .filter-buttons a:hover {
  background-color: var(--theme-color);
  color: #fff;
  border-color: transparent;
}

.mixlax-filter-bar .filter-buttons a:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.mixlax-filter-bar .filter-buttons a:first-child:hover, .mixlax-filter-bar .filter-buttons a:first-child.active {
  border-left-color: transparent;
}

/*=================================
32. Product
==================================*/
.product-wrapper .pagination-wrapper {
  box-shadow: none;
  padding: 0;
  padding-bottom: 40px;
}

.product-wrapper .pagination-wrapper ul {
  padding-top: 20px;
}

.product-wrapper .mixlax-product {
  position: relative;
}

.product-wrapper .mixlax-product .img-area {
  position: relative;
  overflow: hidden;
}

.product-wrapper .mixlax-product .img-area img {
  width: 100%;
}

.product-wrapper .mixlax-product .img-area .img-box img {
  width: 100%;
  transform: scale(1.001);
  transition: all ease 0.4s;
}

.product-wrapper .mixlax-product .product-thumb {
  margin-left: -2.5px;
  margin-right: -2.5px;
  margin-top: 5px;
}

.product-wrapper .mixlax-product .product-thumb .slick-slide {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.product-wrapper .mixlax-product .discount {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: var(--theme-color);
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 7px 10px;
  font-size: 14px;
  z-index: 2;
}

.product-wrapper .mixlax-product h2.product-title {
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 0;
}

.product-wrapper .mixlax-product h3.product-title {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 10px;
}

.product-wrapper .mixlax-product .price {
  color: #212121;
  font-weight: 700;
}

.product-wrapper .mixlax-product .price span,
.product-wrapper .mixlax-product .price del {
  display: inline-block;
  margin-right: 10px;
}

.product-wrapper .mixlax-product .price span:last-child, .product-wrapper .mixlax-product .price span:last-child,
.product-wrapper .mixlax-product .price del:last-child,
.product-wrapper .mixlax-product .price del:last-child {
  margin-right: 0;
}

.product-wrapper .mixlax-product .price del {
  color: #a6a6a6;
}

.product-wrapper .mixlax-product .products-buttons a {
  display: inline-block;
  margin-right: 8px;
  background-color: var(--theme-color);
  color: #fff;
  line-height: 1;
  padding: 15px 16px;
  font-weight: 700;
  border: 1px solid transparent;
  text-align: center;
}

.product-wrapper .mixlax-product .products-buttons a:hover {
  background-color: #fff;
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.product-wrapper .mixlax-product .products-buttons .cart-btn {
  width: 150px;
}

.product-wrapper .mixlax-product .products-buttons:last-child {
  margin-right: 0;
}

.product-wrapper .mixlax-product .product-review {
  padding-bottom: 0.4rem;
}

.product-wrapper .mixlax-product .product-review span {
  font-size: 16px;
  display: inline-block;
  margin-right: 7px;
}

.product-wrapper .mixlax-product .product-review span:last-child {
  margin-right: 0;
}

.product-wrapper .mixlax-product .rating i {
  font-size: 12px;
  color: #fec624;
  display: inline-block;
  margin-right: 4px;
}

.product-wrapper .mixlax-product .product-content ul {
  border-bottom: 1px dashed rgba(5, 8, 49, 0.15);
  padding-bottom: 26px;
  margin-bottom: 25px;
}

.product-wrapper .mixlax-product .product-content ul li {
  margin-bottom: 10px;
}

.product-wrapper .mixlax-product .product-content ul li:last-of-type, .product-wrapper .mixlax-product .product-content ul li:last-child {
  margin-bottom: 0;
}

.product-wrapper .mixlax-product .product-content ul li i {
  color: var(--theme-color);
  margin-right: 10px;
}

.product-wrapper .mixlax-product .quantity-box {
  display: flex;
  padding-right: 10px;
}

.product-wrapper .mixlax-product .quantity-box input,
.product-wrapper .mixlax-product .quantity-box button {
  width: 50px;
  height: 50px;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 50px;
}

.product-wrapper .mixlax-product .quantity-box input {
  background-color: var(--theme-color);
  color: #fff;
}

.product-wrapper .mixlax-product .quantity-box button {
  background-color: #fff2f1;
}

.product-wrapper .mixlax-product .product-tab-nav {
  border-bottom: 1px solid rgba(5, 8, 49, 0.15);
  margin-bottom: 25px;
}

.product-wrapper .mixlax-product .product-tab-nav li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 14px 30px;
  text-transform: capitalize;
  position: relative;
}

.product-wrapper .mixlax-product .product-tab-nav li a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}

.product-wrapper .mixlax-product .product-tab-nav li a.active:before {
  width: 100%;
}

.product-wrapper .mixlax-product .product-tab-nav li:first-of-type a, .product-wrapper .mixlax-product .product-tab-nav li:first-child a {
  padding-left: 0;
}

.product-wrapper .mixlax-product .single-product-review {
  display: flex;
  margin-bottom: 30px;
}

.product-wrapper .mixlax-product .single-product-review .author-img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
}

.product-wrapper .mixlax-product .single-product-review .author-img img {
  width: 100%;
}

.product-wrapper .mixlax-product .single-product-review .review-content {
  width: calc(100% - 150px);
}

.product-wrapper .mixlax-product .single-product-review .review-content .rating {
  margin-bottom: 10px;
}

.product-wrapper .mixlax-product .single-product-review .review-content .rating i {
  margin-right: 3px;
}

.product-wrapper .mixlax-product .single-product-review .review-content .name {
  font-size: 18px;
  margin-bottom: 10px;
}

.product-wrapper .mixlax-product .single-product-review .review-content .name .rating {
  margin-bottom: 0;
}

.product-wrapper .mixlax-product .single-product-review .review-content .name .rating i {
  font-size: 10px;
  margin-right: 0;
}

.product-wrapper .mixlax-product .single-product-review .review-content .meta {
  font-size: 12px;
  font-weight: 700;
  color: var(--theme-color);
  display: inline-block;
  padding-bottom: 10px;
}

.product-wrapper .mixlax-product .single-product-review .review-content p.text {
  margin-bottom: 0;
}

.product-wrapper .mixlax-product:hover .img-area .img-box img {
  transform: scale(1.07);
}

.product-wrapper .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: #fff;
  font-size: 14px;
  left: 20px;
  transition: all ease 0.4s;
}

.product-wrapper .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}

.product-wrapper .slick-arrow:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.product-wrapper .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.product-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.product-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  line-height: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--theme-color);
}

.product-wrapper .slick-dots li.slick-active button {
  background-color: var(--theme-color);
  border-color: transparent;
}

.product-layout1 .gutters-40 .mixlax-product {
  margin-bottom: 35px;
}

.product-layout1 .mixlax-product {
  margin-bottom: 25px;
}

.product-layout1 .mixlax-product .img-area {
  margin-bottom: 30px;
}

.product-layout1 .mixlax-product .img-area img {
  vertical-align: middle;
}

.product-layout1 .mixlax-product .discount {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all ease 0.4s;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.product-layout1 .mixlax-product .products-buttons {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.product-layout1 .mixlax-product .products-buttons a {
  position: relative;
}

.product-layout1 .mixlax-product .products-buttons a:first-child, .product-layout1 .mixlax-product .products-buttons a:last-child {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0.4s;
}

.product-layout1 .mixlax-product .products-buttons a:first-child {
  left: -30px;
}

.product-layout1 .mixlax-product .products-buttons a:last-child {
  right: -30px;
}

.product-layout1 .mixlax-product:hover .discount {
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.product-layout1 .mixlax-product:hover .products-buttons {
  top: 30px;
  opacity: 1;
  visibility: visible;
}

.product-layout1 .mixlax-product:hover .products-buttons a:first-child, .product-layout1 .mixlax-product:hover .products-buttons a:last-child {
  opacity: 1;
  visibility: visible;
}

.product-layout1 .mixlax-product:hover .products-buttons a:first-child {
  left: 0;
}

.product-layout1 .mixlax-product:hover .products-buttons a:last-child {
  right: 0;
}

.product-layout2 .gutters-40 .mixlax-product {
  margin-bottom: 40px;
}

.product-layout2 .mixlax-product {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.product-layout2 .mixlax-product .img-area {
  width: 315px;
  margin-right: 30px;
}

.product-layout2 .mixlax-product .product-content {
  width: calc(100% - 345px);
}

.product-layout2 .mixlax-product .product-content .price {
  margin-bottom: 20px;
}

.product-layout2 .mixlax-product .product-content p.text {
  margin-bottom: 25px;
  line-height: 26px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .product-layout2.no-sidebar .mixlax-product {
    display: block;
  }
  .product-layout2.no-sidebar .mixlax-product .img-area {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .product-layout2.no-sidebar .mixlax-product .product-content {
    width: 100%;
  }
}

.product-details-layout1 .mixlax-product .product-thumb {
  margin-bottom: 40px;
}

.product-details-layout1 .mixlax-product .product-tab-nav {
  padding-top: 20px;
}

.product-details-layout1 .mixlax-product .price {
  margin-bottom: 20px;
}

.product-details-layout1 .mixlax-product .price span,
.product-details-layout1 .mixlax-product .price del {
  font-weight: 400;
}

.product-details-layout1 .mixlax-product .price del {
  font-size: 18px;
  position: relative;
  top: -2px;
}

.product-details-layout1 .mixlax-product .price span {
  font-size: 24px;
  font-weight: 500;
}

/*=================================
33. Shopping Cart
==================================*/
.vs-cart-wrapper .cart-table {
  text-align: center;
}

.vs-cart-wrapper .cart-table img {
  max-width: 120px;
  border: 1px solid #eee;
}

.vs-cart-wrapper .cart-table td {
  vertical-align: middle;
}

.vs-cart-wrapper .cart-table .quantity-box {
  display: flex;
  justify-content: center;
}

.vs-cart-wrapper .cart-table .quantity-box input,
.vs-cart-wrapper .cart-table .quantity-box button {
  width: 50px;
  height: 50px;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 50px;
  background-color: rgba(249, 163, 146, 0.1);
  color: #211e1c;
}

.vs-cart-wrapper .cart-table .quantity-box input {
  background-color: var(--theme-color);
  color: #fff;
}

.vs-cart-wrapper .cart-table .cart-removeproduct {
  border: none;
  color: #211e1c;
  font-size: 20px;
  background-color: transparent;
  padding: 0;
  display: inline-block;
}

.vs-cart-wrapper .cart-table .actions {
  text-align: right;
  vertical-align: middle;
  padding: 0.7rem 1rem;
  padding-top: 1rem;
}

.vs-cart-wrapper .cart-table .actions form {
  float: left;
  margin-bottom: 0;
}

.vs-cart-wrapper .vs-cart-summary {
  text-align: right;
}

.vs-cart-wrapper .vs-cart-summary .summary-title {
  letter-spacing: 0;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: right;
  font-weight: 700;
}

.vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr,
.vs-cart-wrapper .vs-cart-summary .table-totals tbody tr {
  border: none;
}

.vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td,
.vs-cart-wrapper .vs-cart-summary .table-totals tbody tr td {
  padding: 0;
  border: none;
  padding-bottom: 10px;
  text-align: right;
}

.vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td {
  font-weight: 700;
}

.vs-cart-wrapper .vs-cart-summary .def-btn {
  width: 200px;
  padding-right: 0;
}

.vs-cart-wrapper .def-btn {
  width: 160px;
  height: 50px;
  line-height: 48px;
  background-color: var(--theme-color);
  color: #fff;
  box-shadow: none;
  border: 1px solid transparent;
  transition: all ease 0.4s;
}

.vs-cart-wrapper .def-btn:before {
  background-color: #fff;
}

.vs-cart-wrapper .def-btn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.vs-cart-wrapper .vs-cart-coupon {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.vs-cart-wrapper .vs-cart-coupon label {
  font-size: 22px;
  font-weight: 500;
  margin-top: -10px;
  color: #211e1c;
  display: block;
}

.vs-cart-wrapper .vs-cart-coupon input {
  border-radius: 0;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  color: #211e1c;
  display: inline-block;
  width: calc(100% - 120px);
  border-right: none;
}

.vs-cart-wrapper .vs-cart-coupon input::placeholder {
  color: #211e1c;
}

.vs-cart-wrapper .vs-cart-coupon button {
  width: 120px;
}

@media (max-width: 992px) {
  .vs-cart-wrapper .cart-table .actions {
    text-align: center;
  }
  .vs-cart-wrapper .cart-table .actions form {
    float: none;
    margin-bottom: 20px;
  }
  .vs-cart-wrapper .cart-table img {
    max-width: 70px;
  }
  .vs-cart-wrapper .cart-table td {
    font-size: 14px;
  }
  .vs-cart-wrapper .cart-table .cart-removeproduct {
    font-size: 14px;
  }
  .vs-cart-wrapper .cart-table .quantity-box input,
  .vs-cart-wrapper .cart-table .quantity-box button {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 12px;
  }
}

@media (max-width: 786px) {
  .vs-cart-wrapper {
    text-align: center;
  }
  .vs-cart-wrapper .primary-btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .vs-cart-wrapper .actions form {
    margin-bottom: 0;
  }
  .vs-cart-wrapper .cart-table table {
    min-width: 700px;
  }
  .vs-cart-wrapper .vs-cart-summary {
    text-align: center;
  }
  .vs-cart-wrapper .vs-cart-summary .summary-title {
    font-size: 22px;
    text-align: center;
  }
  .vs-cart-wrapper .vs-cart-summary .table-totals {
    text-align: center;
  }
  .vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td,
  .vs-cart-wrapper .vs-cart-summary .table-totals tbody tr td {
    text-align: left;
  }
  .vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td + td,
  .vs-cart-wrapper .vs-cart-summary .table-totals tbody tr td + td {
    text-align: right;
  }
}

/*=================================
34. Checkout
==================================*/
.vs-checkout-area input {
  height: 50px;
  border-radius: 0;
  border: 1px solid #eee;
  padding-left: 20px;
}

.vs-checkout-area input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.vs-checkout-area input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #eee;
}

.vs-checkout-area .form-title {
  font-family: "GoldenBook","Roboto", sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}

.vs-checkout-area .nice-select {
  width: 100%;
  height: 50px;
  line-height: 45px;
  border: 1px solid #eee;
  font-size: 16px;
  float: none;
  padding-left: 20px;
  border-radius: 0;
}

.vs-checkout-area .nice-select:focus {
  box-shadow: none;
}

.vs-checkout-area .nice-select:after {
  display: none;
}

.vs-checkout-area .nice-select:before {
  content: "\f118";
  font-family: "Flaticon";
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 16px;
  color: var(--theme-color);
  transition: 0.4s;
}

.vs-checkout-area .nice-select .list {
  width: 100%;
}

.vs-checkout-area .nice-select .list li.selected,
.vs-checkout-area .nice-select .list li:hover {
  background-color: rgba(0,0,0,.3);
}

.vs-checkout-area .nice-select.open:before {
  transform: rotate(180deg);
}

.vs-checkout-area .def-btn {
  padding-right: 0;
  padding-left: 0;
  width: 160px;
  height: 50px;
  line-height: 48px;
  background-color: var(--theme-color);
  color: #fff;
  box-shadow: none;
  border: 1px solid transparent;
  transition: all ease 0.4s;
}

.vs-checkout-area .def-btn:before {
  background-color: #fff;
}

.vs-checkout-area .def-btn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.vs-checkout-area .vs-cart-coupon label {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: none;
  color: #211e1c;
  font-weight: 600;
}

.vs-checkout-area .vs-billing-differentAddress {
  display: none;
  overflow: hidden;
}

.vs-checkout-area table td + td,
.vs-checkout-area table th + th {
  text-align: right;
}

.vs-checkout-area .vs-orderinfo-wrap {
  background-color: rgba(0,0,0,.3);
  padding: 30px;
  padding-top: 10px;
}

.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable td,
.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable th {
  padding: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable thead th {
  font-size: 18px;
}

.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot td {
  font-weight: 700;
}

.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot tr:last-child {
  border-bottom: none;
}

.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot tr:last-child td {
  font-size: 22px;
}

.vs-checkout-area .vs-orderinfo-wrap .vs-checkout-payment .form-group {
  margin-bottom: 10px;
}

.vs-checkout-area .vs-orderinfo-wrap .vs-checkout-payment .title {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.vs-checkout-area .vs-orderinfo-wrap .vs-checkout-submit .text {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .vs-checkout-area .form-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .vs-checkout-area .vs-orderinfo-wrap {
    padding: 20px;
    padding-top: 10px;
  }
  .vs-checkout-area .vs-checkout-payment {
    font-size: 14px;
  }
  .vs-checkout-area .vs-checkout-payment .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable td,
  .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable th {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
  }
  .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable table.checkout-ordertable thead th {
    font-size: 15px;
  }
  .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot tr:last-child td {
    font-size: 16px;
  }
}

/*=================================
35. User Form
==================================*/
.user-form-wrap .form-title {
  text-align: center;
  font-weight: 500;
  font-family: "GoldenBook","Roboto", sans-serif;
  letter-spacing: 0;
  font-size: 26px;
}

.user-form-wrap h2.form-title {
  margin-top: -10px;
  margin-bottom: 20px;
}

.user-form-wrap .form-group {
  margin-bottom: 20px;
}

.user-form-wrap .form-group input {
  width: 100%;
  height: 60px;
  border: none;
  background-color: #fff;
  padding-left: 30px;
  box-shadow: 0 7px 17px -14px var(--theme-color);
  color: #211e1c;
  border-radius: 0;
}

.user-form-wrap .form-group input::placeholder {
  color: #211e1c;
}

.user-form-wrap form {
  background-color: rgba(249, 163, 146, 0.1);
  padding: 40px;
}

@media (max-width: 768px) {
  .user-form-wrap form {
    padding: 20px;
  }
}

.user-form-wrap a {
  display: inline-block;
}

.user-form-wrap button {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto !important;
  box-shadow: none;
  height: 50px;
  line-height: 50px;
}

/*=================================
35. Bootstrap Overwrite
==================================*/
/*------------------- Grid -------------------*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters .slick-track > [class^="col-"],
.row.no-gutters .slick-track > [class*=" col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}

.row.gutters-1 > [class^="col-"] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}

.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}

.row.gutters-3 > [class^="col-"] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}

.row.gutters-4 > [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.row.gutters-5 > [class^="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}

.row.gutters-6 > [class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}

.row.gutters-7 > [class^="col-"] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}

.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}

.row.gutters-8 > [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}

.row.gutters-9 > [class^="col-"] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutters-10 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}

.row.gutters-11 > [class^="col-"] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}

.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}

.row.gutters-12 > [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}

.row.gutters-13 > [class^="col-"] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}

.row.gutters-14 > [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-15 > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-20 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutters-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.gutters-40 > [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 575px) {
  .row.gutters-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-40 > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.row.gutters-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row.gutters-50 > [class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 1199px) {
  .row.gutters-50 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gutters-50 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .row.gutters-50 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-50 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form-group input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

.form-group input[type="checkbox"]:checked ~ label {
  color: var(--theme-color);
}

.form-group input[type="checkbox"]:checked ~ label:before {
  content: "\f146";
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.form-group input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}

.form-group input[type="checkbox"] ~ label:before {
  content: '';
  font-family: "Flaticon";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #dddddd;
  height: 18px;
  width: 18px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}

.form-group input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

.form-group input[type="radio"] ~ label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  color: #211e1c;
  margin-bottom: 0;
}

.form-group input[type="radio"] ~ label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  transition: all 0.2s ease;
}

.form-group input[type="radio"] ~ label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--theme-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}

.form-group input[type="radio"]:checked ~ label:before {
  border-color: var(--theme-color);
}

.form-group input[type="radio"]:checked ~ label:after {
  opacity: 1;
  transform: scale(1);
}

/*=======================
element End
=======================*/
