/*
@File: Torado HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default CSS Style 
** - Section Title Style
** - Navbar Area CSS Style
** - Main Banner Area CSS Style
** - Inner Banner CSS Style
** - Banner Bottom Area CSS Style
** - Story Area CSS Style
** - Services Area Style
** - Services Details Area CSS Style
** - Discover Area CSS Style 
** - Product Area CSS Style
** - Cart Wraps Area CSS Style
** - Checkout Area CSS Style
** - Account Area CSS Style
** - Faq Area CSS Style
** - Team Area CSS Style
** - Delivery Area CSS Style
** - Booking Area CSS Style
** - Brand Area CSS Style
** - Testimonials Area CSS Style
** - App Area CSS Style
** - Blog Area CSS Style
** - Blog Details Area CSS Style
** - Contact Area CSS Style
** - Footer Area CSS Style
** - Go Top Area Style
** - Other Area Style

*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");

:root {
  --bodyFonts: "Livvic", sans-serif;
  --redColor: #F41531;
  --goldenColor: #FFA322;
  --titleColor: #232223;
  --bodyColor: #575457;
  --whiteColor: #ffffff;
  --fontSize: 16px;
  --transition: .5s;
}

body {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
  font-size: var(--fontSize);
  font-family: var(--bodyFonts);
}

p {
  color: var(--bodyColor);
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  display: inline-block;
  transition: var(--transition);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--titleColor);
  line-height: 1.4;
}

h3 {
  font-size: 23px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.pt-150 {
  padding-top: 150px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-radius-0 img {
  border-radius: 0 !important;
}

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.default-btn {
  padding: 15px 30px;
  color: var(--whiteColor);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-color: var(--redColor);
  border: none;
  outline: none;
  font-weight: 600;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  left: -35%;
  transform: skew(30deg);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
  transform-origin: top left;
  background-color: var(--goldenColor);
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}

.default-btn:hover {
  color: var(--whiteColor);
}

.default-btn:hover::before {
  opacity: 1;
  height: 100%;
  width: 135%;
}

.default-btn.two {
  background-color: var(--goldenColor);
}

.default-btn.two:hover {
  color: var(--whiteColor);
}

.default-btn.two:hover::before {
  background-color: var(--redColor);
}

.section-title span {
  color: var(--goldenColor);
  display: block;
  margin-bottom: 7px;
}

.section-title h2 {
  font-size: 35px;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0;
}

.section-title p {
  padding-top: 15px;
  margin-bottom: 0;
  max-width: 570px;
}

.section-bg {
  background-color: #F7F7F7;
}

/*================================
Navbar Area
===================================*/
.desktop-nav {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-toggle::before {
  position: absolute;
  content: "\ea4a";
  line-height: 1;
  right: -2px;
  top: 6px;
  font-family: boxicons !important;
  font-weight: 300;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: var(--titleColor);
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  transition: var(--transition);
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  background: var(--whiteColor);
  border: none;
  position: absolute;
  visibility: hidden;
  transform-origin: top;
  border-radius: 5px;
  display: block;
  width: 250px;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  transform: scaleY(0);
  transition: var(--transition);
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid #f0eeee;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
  border: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--titleColor);
  padding: 12px 20px 9px;
  margin: 0;
  font-size: 15px;
  position: relative;
  transition: var(--transition);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
  content: "";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  left: -15px;
  height: 2px;
  background-color: var(--goldenColor);
  width: 0;
  opacity: 0;
  transition: var(--transition);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--goldenColor);
  margin-left: 25px;
  padding-left: 10px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 20px;
  opacity: 1;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 245px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 11px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 245px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
  font-size: 15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--titleColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--goldenColor);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transform: scaleY(1);
}

.desktop-nav-one {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.desktop-nav-one .navbar .navbar-nav .nav-item a {
  color: var(--whiteColor);
}

.desktop-nav-one .optional-item-cart {
  color: var(--whiteColor);
}

.desktop-nav-two {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: var(--transition);
}

.desktop-nav-two .navbar {
  background-color: var(--whiteColor);
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-responsive-nav {
  display: none;
}

.others-options .optional-item {
  margin-right: 40px;
}

.others-options .optional-item:last-child {
  margin-right: 0;
}

.others-options .optional-item .default-btn {
  font-family: var(--headerFonts);
  position: relative;
  top: 3px;
  padding: 12px 30px;
}

.others-options .optional-item .search-btn {
  position: relative;
  top: 4px;
}

.optional-item-cart {
  font-size: 24px;
  color: var(--titleColor);
  position: relative;
  padding-right: 10px;
  top: 3px;
  transition: var(--transition);
}

.optional-item-cart span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px 6px;
  color: var(--whiteColor);
  background-color: var(--goldenColor);
  font-size: 9px;
  border-radius: 50px;
  transition: var(--transition);
}

.optional-item-cart:hover {
  color: var(--goldenColor);
}

.optional-item-cart:hover span {
  background-color: var(--redColor);
}

.optional-item-cart.color-ffffff {
  color: var(--whiteColor);
  transition: var(--transition);
}

.optional-item-cart.color-ffffff:hover {
  color: var(--goldenColor);
}

.mobile-nav {
  position: absolute;
  top: 1px;
  right: 50px;
  display: none;
}

.mobile-nav .mobile-other .optional-item {
  margin-right: 15px;
}

.mobile-nav .mobile-other .optional-item:last-child {
  margin-right: 0;
}

.mobile-nav .mobile-other .optional-item .default-btn {
  position: relative;
  top: 1px;
  font-size: 12px;
  border-bottom: 1px solid var(--titleColor);
  color: var(--titleColor);
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  border-radius: 0 !important;
}

.mobile-nav .mobile-other .optional-item .default-btn::before {
  background-color: transparent;
}

.mobile-nav .mobile-other .optional-item .default-btn:hover {
  color: var(--goldenColor);
}

.mobile-nav .mobile-other .optional-item .default-btn.color-ffffff {
  color: var(--whiteColor);
  transition: var(--transition);
  border-bottom: 1px solid var(--whiteColor);
}

.mobile-nav .mobile-other .optional-item .default-btn.color-ffffff:hover {
  color: var(--goldenColor);
  border-color: var(--goldenColor);
}

.navbar-area {
  background-color: var(--whiteColor);
}

.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: var(--whiteColor) !important;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.is-sticky .desktop-nav-one {
  background-color: var(--titleColor);
}

.navbar-area.is-sticky .desktop-nav-two {
  top: 0;
  background-color: var(--whiteColor);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.navbar-area.is-sticky .desktop-nav-two .navbar {
  background-color: var(--whiteColor);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

/*================================
Hero Area
===================================*/
.hero-area {
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0a0a0afa;
  width: 100%;
  height: 100%;
  opacity: 0.94;
}

.hero-area .owl-nav {
  margin-top: 0;
  overflow: hidden;
}

.hero-area .owl-nav .owl-prev {
  position: absolute;
  z-index: 5;
  top: 48%;
  transform: translateY(-50%);
  left: -100px;
  opacity: 0;
  font-size: 18px !important;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 5px !important;
  background-color: var(--whiteColor) !important;
  color: var(--goldenColor) !important;
  transition: var(--transition);
}

.hero-area .owl-nav .owl-prev i {
  position: relative;
  top: 3px;
}

.hero-area .owl-nav .owl-prev:hover {
  color: var(--whiteColor) !important;
  background-color: var(--goldenColor) !important;
}

.hero-area .owl-nav .owl-next {
  position: absolute;
  z-index: 5;
  top: 48%;
  transform: translateY(-50%);
  right: -100px;
  opacity: 0;
  font-size: 18px !important;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 5px !important;
  background-color: var(--whiteColor) !important;
  color: var(--goldenColor) !important;
  transition: var(--transition);
}

.hero-area .owl-nav .owl-next i {
  position: relative;
  top: 3px;
}

.hero-area .owl-nav .owl-next:hover {
  color: var(--whiteColor) !important;
  background-color: var(--goldenColor) !important;
}

.hero-area:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
}

.hero-area:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
}

.hero-item {
  padding: 195px 0 220px;
  position: relative;
}

.hero-content span {
  color: var(--whiteColor);
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

.hero-content h1 {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--whiteColor);
}

.hero-content p {
  max-width: 620px;
  margin-bottom: 25px;
  color: var(--whiteColor);
}

.hero-content .hero-btn {
  align-items: center;
  display: flex;
}

.hero-content .hero-btn .default-btn {
  margin-right: 20px;
  display: inline-flex;
}

.hero-content .hero-btn .see-btn {
  display: inline-block;
  color: var(--goldenColor);
  font-weight: 600;
  border-bottom: 1px solid var(--goldenColor);
  transition: var(--transition);
}

.hero-content .hero-btn .see-btn:hover {
  color: var(--redColor);
  border-color: var(--redColor);
  letter-spacing: 0.25px;
}

.hero-img {
  position: relative;
  z-index: 1;
}

.hero-img .images {
  margin: 0 auto;
  text-align: center;
}

.hero-img .images img {
  width: unset !important;
  margin: 0 auto;
}

.hero-img .img-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.hero-img .img-bg img {
  width: unset !important;
  margin: 0 auto;
}

.hero-img .discount-text-area {
  position: absolute;
  top: 20px;
  left: -50px;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 20px;
  padding: 20px 0;
}

.hero-img .discount-text-area h3 {
  font-size: 30px;
  color: var(--whiteColor);
  margin-bottom: 0;
  font-weight: 700;
}

.hero-img .discount-text-area span {
  color: var(--whiteColor);
  font-size: 22px;
  margin-bottom: 0;
}

.hero-img .discount-text-area .discount {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-shape .shape1 {
  position: absolute;
  bottom: 140px;
  left: 35%;
}

.hero-shape .shape2 {
  position: absolute;
  bottom: 140px;
  right: 3%;
}

.owl-item.active .hero-content span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}

.owl-item.active .hero-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.7s;
}

.owl-item.active .hero-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.9s;
}

.owl-item.active .hero-content .hero-btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1.1s;
}

.owl-item.active .hero-img .images {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.5s;
}

.owl-item.active .hero-img .discount-text-area {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.7s;
}

.owl-item.active .hero-img .img-bg img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.9s;
}

.owl-item.active .hero-shape .shape1 img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: flip;
  animation-delay: 1.1s;
}

.owl-item.active .hero-shape .shape2 img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: flipInX;
  animation-delay: 1.1s;
}

.banner-area {
  background-image: url(../images/home-one/home-one-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0A0A0A;
  width: 100%;
  height: 100%;
  opacity: 0.94;
}

.banner-area .owl-nav {
  margin-top: 0;
  overflow: hidden;
}

.banner-area .owl-nav .owl-prev {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  opacity: 0;
  font-size: 18px !important;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--whiteColor) !important;
  transition: var(--transition);
  border: 1px solid var(--whiteColor) !important;
}

.banner-area .owl-nav .owl-prev i {
  position: relative;
  top: 2px;
}

.banner-area .owl-nav .owl-prev:hover {
  color: var(--whiteColor) !important;
  background-color: var(--goldenColor) !important;
}

.banner-area .owl-nav .owl-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  opacity: 0;
  font-size: 18px !important;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: var(--whiteColor) !important;
  transition: var(--transition);
  border: 1px solid var(--whiteColor) !important;
}

.banner-area .owl-nav .owl-next i {
  position: relative;
  top: 2px;
}

.banner-area .owl-nav .owl-next:hover {
  color: var(--whiteColor) !important;
  background-color: var(--goldenColor) !important;
}

.banner-area:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
}

.banner-area:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
}

.banner-item {
  padding: 150px 0 200px;
}

.banner-content span {
  color: var(--goldenColor);
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

.banner-content h1 {
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--whiteColor);
}

.banner-content p {
  max-width: 620px;
  margin-bottom: 25px;
  color: var(--whiteColor);
}

.banner-content .banner-btn {
  align-items: center;
  display: flex;
}

.banner-content .banner-btn .default-btn {
  margin-right: 20px;
  display: inline-flex;
}

.banner-content .banner-btn .play-btn {
  display: flex;
  align-items: center;
  color: var(--whiteColor);
}

.banner-content .banner-btn .play-btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--whiteColor);
  color: var(--goldenColor);
  font-size: 18px;
  border-radius: 50px;
  margin: 0 auto;
  padding-left: 5px;
  padding-top: 3px;
  position: relative;
  transition: var(--transition);
  text-align: center;
}

.banner-content .banner-btn .play-btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--whiteColor);
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
  transition: var(--transition);
}

.banner-content .banner-btn .play-btn .title-text {
  color: var(--whiteColor);
  margin-left: 15px;
  margin-bottom: 0;
  transition: var(--transition);
}

.banner-content .banner-btn .play-btn:hover i {
  background-color: var(--redColor);
  color: var(--whiteColor);
}

.banner-content .banner-btn .play-btn:hover i::after {
  border-color: var(--redColor);
}

.banner-content .banner-btn .play-btn:hover .title-text {
  color: var(--redColor);
  margin-bottom: 0;
}

.banner-img {
  position: relative;
  z-index: 1;
}

.banner-img .images {
  margin: 0 auto;
  text-align: center;
}

.banner-img .images img {
  width: unset !important;
  margin: 0 auto;
}

.banner-img .img-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.banner-img .img-bg img {
  width: unset !important;
  margin: 0 auto;
}

.owl-item.active .banner-content span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}

.owl-item.active .banner-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.7s;
}

.owl-item.active .banner-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.9s;
}

.owl-item.active .banner-content .banner-btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1.1s;
}

.owl-item.active .banner-img .images {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.5s;
}

.owl-item.active .banner-img .img-bg img {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.9s;
}

.banner-area-two {
  background-image: url(../images/home-one/home-one-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 300px 0 200px;
}

.banner-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0A0A0A;
  width: 100%;
  height: 100%;
  opacity: 0.94;
}

.banner-content-max {
  max-width: 660px;
}

.banner-img-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 730px;
}

.banner-img-two .banner-img-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}

/*================================
Inner Banner Area
===================================*/

@media (max-width: 767px) {
  .inner-title h3 {
    padding-top: 50px !important;
  }
}

.inner-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A0A0A;
  opacity: 0.84;
}

.inner-banner .inner-title {
  padding-top: 140px;
  padding-bottom: 140px;
}

.inner-banner .inner-title h3 {
  font-size: 45px;
  color: var(--whiteColor);
  line-height: 1.2;
  margin-bottom: 15px;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-banner .inner-title ul li {
  font-size: 18px;
  color: var(--whiteColor);
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-weight: 400;
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li:last-child::before {
  display: none;
}

.inner-banner .inner-title ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -14px;
  transform: rotate(25deg);
  color: var(--bodyColor);
  width: 1.5px;
  height: 20px;
  background-color: var(--whiteColor);
}

.inner-banner .inner-title ul li a {
  color: var(--goldenColor);
  transition: var(--transition);
}

.inner-banner .inner-title ul li a:hover {
  color: var(--redColor);
}

.inner-banner-bg {
  background-image: url(../images/background.jpg);
}

.inner-banner-bg2 {
  background-image: url(../images/inner-banner/inner-banner2.jpg);
}

.inner-banner-bg3 {
  background-image: url(../images/inner-banner/inner-banner3.jpg);
}

.inner-banner-bg4 {
  background-image: url(../images/inner-banner/inner-banner4.jpg);
}

.inner-banner-bg5 {
  background-image: url(../images/inner-banner/inner-banner5.jpg);
}

.inner-banner-bg6 {
  background-image: url(../images/inner-banner/inner-banner6.jpg);
}

.inner-banner-bg7 {
  background-image: url(../images/inner-banner/inner-banner7.jpg);
}

.inner-banner-bg8 {
  background-image: url(../images/inner-banner/inner-banner8.jpg);
}

.inner-banner-bg9 {
  background-image: url(../images/inner-banner/inner-banner9.jpg);
}

.inner-banner-bg10 {
  background-image: url(../images/inner-banner/inner-banner10.jpg);
}

.inner-banner-bg11 {
  background-image: url(../images/inner-banner/inner-banner11.jpg);
}

/*================================
Banner Bottom Area
===================================*/
.banner-bottom-area {
  position: relative;
  margin-top: -50px;
  z-index: 1;
}

.banner-bottom-card {
  background-color: var(--whiteColor);
  padding: 35px 20px 35px 120px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.banner-bottom-card.border-radius-10px {
  border-radius: 10px;
}

.banner-bottom-card.border-radius-10px::before {
  border-radius: 10px;
}

.banner-bottom-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: var(--redColor);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
  transform-origin: left right;
}

.banner-bottom-card .banner-bottom-icon {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 75px;
  height: 75px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
}

.banner-bottom-card .banner-bottom-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/shape-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: var(--transition);
}

.banner-bottom-card .banner-bottom-icon i {
  position: relative;
  top: 7px;
  font-size: 40px;
  color: var(--whiteColor);
  text-align: center;
}

.banner-bottom-card .banner-bottom-icon-two {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  font-size: 34px;
  color: var(--whiteColor);
  background-color: var(--goldenColor);
  border-radius: 50px;
}

.banner-bottom-card .banner-bottom-icon-two i {
  position: relative;
  top: 5px;
}

.banner-bottom-card h3 {
  margin-bottom: 13px;
  transition: var(--transition);
}

.banner-bottom-card p {
  margin-bottom: 0;
  transition: var(--transition);
}

.banner-bottom-card .bottom-icon {
  position: absolute;
  font-size: 50px;
  bottom: -10px;
  right: 30px;
  color: #FFA322;
  opacity: 0.2;
  transition: var(--transition);
}

.banner-bottom-card .bottom-icon i {
  line-height: normal;
}

.banner-bottom-card:hover::before {
  width: 100%;
  opacity: 1;
}

.banner-bottom-card:hover .banner-bottom-icon::before {
  animation: rotated360 9s infinite ease-in-out;
}

.banner-bottom-card:hover h3 {
  color: var(--whiteColor);
}

.banner-bottom-card:hover p {
  color: var(--whiteColor);
}

.banner-bottom-card:hover .bottom-icon {
  color: var(--whiteColor);
  opacity: 0.3;
}

/*================================
Story Area
===================================*/
.story-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.story-img .img-1 {
  max-width: 400px;
  margin-left: auto;
}

.story-img .img-1 img {
  border-radius: 10px;
}

.story-img .img-2 {
  position: absolute;
  max-width: 350px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.story-img .img-2 img {
  border-radius: 10px;
}

.story-img .shape {
  position: absolute;
  top: -45px;
  left: -65px;
  z-index: -1;
}

.story-content {
  margin-bottom: 30px;
}

.story-content .section-title {
  margin-bottom: 20px;
}

.story-content .section-title p {
  max-width: 630px;
}

.story-content .content {
  margin-bottom: 20px;
}

.story-content .content .story-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-image: url(../images/shape/shape-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  text-align: center;
}

.story-content .content .story-icon i {
  position: relative;
  top: 7px;
  font-size: 40px;
  color: var(--whiteColor);
  text-align: center;
}

.story-content .content h3 {
  margin-bottom: 13px;
  transition: var(--transition);
}

.story-content .content p {
  margin-bottom: 0;
  transition: var(--transition);
  max-width: 290px;
}

.story-content .content-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.story-content .content-list li {
  display: block;
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}

.story-content .content-list li i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--goldenColor);
}

.story-content .content-list li .content-text h3 {
  margin-bottom: 10px;
}

.story-content .content-list li .content-text p {
  margin-bottom: 0;
}

.story-content .content-list2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.story-content .content-list2 li {
  display: block;
  margin-bottom: 20px;
  padding-left: 80px;
  position: relative;
}

.story-content .content-list2 li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 55px;
  line-height: 1;
  text-align: center;
  color: var(--goldenColor);
}

.story-content .content-list2 li .content-text h3 {
  margin-bottom: 10px;
}

.story-content .content-list2 li .content-text p {
  margin-bottom: 0;
  max-width: 420px;
}

.story-img2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.story-img2 .img-1 {
  max-width: 470px;
  border: 10px solid var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.story-img2 .img-2 {
  position: absolute;
  max-width: 230px;
  bottom: 64px;
  right: 0;
  border: 10px solid var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.story-img2 .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.story-img3 {
  margin-bottom: 30px;
}

.story-img3 img {
  border-radius: 10px;
}

/*================================
Services Area
===================================*/
.services-area {
  position: relative;
  z-index: 1;
  background-color: #F8F8F8;
}

.services-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/services-bg.png);
}

.services-card {
  background-color: var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.services-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: var(--redColor);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
  transform-origin: top bottom;
}

.services-card.border-radius-10px {
  border-radius: 10px;
}

.services-card.border-radius-10px::before {
  border-radius: 10px;
}

.services-card .services-icon {
  width: 75px;
  height: 75px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  position: relative;
  margin-bottom: 15px;
}

.services-card .services-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/shape-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: var(--transition);
}

.services-card .services-icon i {
  position: relative;
  top: 7px;
  font-size: 40px;
  color: var(--whiteColor);
  text-align: center;
}

.services-card .services-icon-two {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1;
  transition: var(--transition);
}

.services-card .services-icon-two i {
  line-height: 1;
  font-size: 55px;
  color: var(--goldenColor);
  transition: var(--transition);
}

.services-card .services-icon-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -5px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: var(--transition);
  background: #F41531;
  opacity: 0.1;
}

.services-card h3 {
  margin-bottom: 13px;
}

.services-card h3 a {
  color: var(--titleColor);
  transition: var(--transition);
}

.services-card p {
  margin-bottom: 10px;
  transition: var(--transition);
}

.services-card .services-bottom-icon {
  position: absolute;
  font-size: 50px;
  bottom: 7px;
  right: 30px;
  color: #FFA322;
  opacity: 0.2;
  transition: var(--transition);
}

.services-card .services-bottom-icon i {
  line-height: normal;
}

.services-card .read-btn {
  color: var(--redColor);
  margin-bottom: 0;
  transition: var(--transition);
  font-weight: 600;
}

.services-card .read-btn.color-232223 {
  color: var(--titleColor);
}

.services-card:hover::before {
  height: 100%;
  opacity: 1;
}

.services-card:hover .services-icon::before {
  animation: rotated360 9s infinite ease-in-out;
}

.services-card:hover .services-icon-two {
  transform: translateY(-5px);
}

.services-card:hover .services-icon-two i {
  color: var(--whiteColor);
}

.services-card:hover .services-icon-two::before {
  transform: scale(1.2);
  bottom: 0;
  background: var(--whiteColor);
  opacity: 0.2;
}

.services-card:hover h3 a {
  color: var(--whiteColor);
}

.services-card:hover p {
  color: var(--whiteColor);
}

.services-card:hover .read-btn {
  color: var(--whiteColor);
}

.services-card:hover .read-btn.color-232223 {
  color: var(--whiteColor);
}

.services-card:hover .services-bottom-icon {
  color: var(--whiteColor);
  opacity: 0.3;
}

.services-item {
  background-color: var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.services-item .services-icon {
  width: 70px;
  height: 70px;
  line-height: 78px;
  font-size: 35px;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--goldenColor);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.services-item .services-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: var(--redColor);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
  transform-origin: top bottom;
}

.services-item .services-icon:hover::before {
  width: 100%;
  opacity: 1;
}

.services-item h3 {
  margin-bottom: 13px;
}

.services-item h3 a {
  color: var(--titleColor);
  transition: var(--transition);
}

.services-item p {
  margin-bottom: 10px;
  transition: var(--transition);
}

.services-item .read-btn {
  color: var(--titleColor);
  margin-bottom: 0;
  transition: var(--transition);
  font-weight: 600;
}

.services-item:hover .services-icon::before {
  width: 100%;
  opacity: 1;
}

.services-item:hover h3 a {
  color: var(--redColor);
}

.services-item:hover .read-btn {
  color: var(--redColor);
}

.service-details-content {
  margin-bottom: 30px;
}

.service-details-content h1,
.service-details-content h2,
.service-details-content h3,
.service-details-content h4,
.service-details-content h5,
.service-details-content h6 {
  margin-bottom: 15px;
}

.service-details-content h1 {
  font-size: 32px;
}

.service-details-content h2 {
  font-size: 29px;
}

.service-details-content h3 {
  font-size: 26px;
}

.service-details-content h4 {
  font-size: 23px;
}

.service-details-content h5 {
  font-size: 20px;
}

.service-details-content h6 {
  font-size: 17px;
}

.service-details-content a {
  color: var(--goldenColor);
}

.service-details-content a:hover {
  color: var(--titleColor);
  border-bottom: 1px solid var(--goldenColor);
}

.service-details-content ul,
.service-details-content ol {
  margin-bottom: 30px;
}

.service-details-content ul li,
.service-details-content ol li {
  margin-bottom: 10px;
}

.service-details-content ul li:last-child,
.service-details-content ol li:last-child {
  margin-bottom: 0;
}

.service-details-content p {
  margin-bottom: 15px;
}

.service-details-content .service-preview-item {
  margin-bottom: 25px;
}

.service-details-content .service-article-text {
  margin-bottom: 25px;
}

.service-details-content .service-article-img {
  margin-bottom: 30px;
}

.service-details-content .services-content-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.service-details-content .services-content-list li {
  display: block;
  font-size: 16px;
  color: var(--titleColor);
  margin-bottom: 10px;
  font-weight: 500;
  transition: var(--transition);
}

.service-details-content .services-content-list li i {
  color: var(--goldenColor);
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  transition: var(--transition);
}

.service-details-content .services-content-list li:hover {
  color: var(--goldenColor);
  letter-spacing: 0.25px;
  margin-left: 2px;
}

.service-details-content .services-content-list li:hover i {
  color: var(--redColor);
}

/*================================
Discover Area
===================================*/
.discover-area {
  background-image: url(../images/discover/discover-bg2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
}

.discover-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  background-image: url(../images/bg-menu.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: var(--transition);
}

.discover-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  background-color: #0a0a0ae4;
  opacity: 0.9;
}

.discover-area .section-title h2 {
  color: var(--whiteColor);
}

.discover-area .section-title p {
  color: var(--whiteColor);
}

.discover-card {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  background-color: var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.discover-card .images {
  display: block;
}

.discover-card .images img {
  border-radius: 10px 10px 0 0;
}

.discover-card .content {
  padding: 28px 25px 35px;
}

.discover-card .content span {
  color: var(--titleColor);
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  display: block;
  margin-bottom: 10px;
}

.discover-card .content span del {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
}

.discover-card .content h3 {
  margin-bottom: 10px;
}

.discover-card .content h3 a {
  color: var(--titleColor);
}

.discover-card .content p {
  margin-bottom: 15px;
}

.discover-card .content .content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.discover-card .content .content-bottom .add-btn {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  color: var(--redColor);
  border: 1px solid var(--redColor);
  font-weight: 600;
  border-radius: 5px;
  transition: var(--transition);
}

.discover-card .content .content-bottom .add-btn:hover {
  background-color: var(--redColor);
  color: var(--whiteColor);
}

.discover-card .content .content-bottom .ratting {
  color: var(--bodyColor);
}

.discover-card .content .content-bottom .ratting i {
  color: var(--goldenColor);
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.discover-card:hover .content h3 a {
  color: var(--redColor);
}

.discover-card:hover .content .content-bottom .add-btn {
  background-color: var(--redColor);
  color: var(--whiteColor);
}

.discover-area-two {
  overflow: hidden;
}

.discover-area-two .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.discover-area-two .owl-dots .owl-dot span {
  background: #232223;
  opacity: 0.2;
  transition: 0.7s;
  margin: 0 7px;
  width: 35px !important;
  height: 5px !important;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.discover-area-two .owl-dots .owl-dot.active span {
  background-color: var(--goldenColor) !important;
  opacity: 1;
}

.discover-area-two .owl-dots .owl-dot:hover span {
  background-color: var(--goldenColor) !important;
  opacity: 1;
}

.discover-area-two .discover-card {
  margin-left: 10px;
  margin-right: 10px;
}

.discover-slider.owl-theme {
  left: calc((100% - 1300px) / 2);
  position: relative;
}

.menu-item-top {
  margin-bottom: 35px;
}

.menu-item-top h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.menu-item-top p {
  max-width: 460px;
  margin-bottom: 0;
}

.menu-item {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  background-color: var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.menu-item .images {
  display: block;
}

.menu-item .images img {
  border-radius: 10px 10px 0 0;
}

.menu-item .content {
  padding: 28px 25px 35px;
}

.menu-item .content span {
  color: var(--redColor);
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  display: block;
  margin-bottom: 10px;
}

.menu-item .content span del {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--bodyColor);
}

.menu-item .content h3 {
  margin-bottom: 10px;
}

.menu-item .content h3 a {
  color: var(--titleColor);
}

.menu-item .content p {
  margin-bottom: 15px;
}

.menu-item .content .rating {
  font-size: 18px;
}

.menu-item .content .rating i {
  color: var(--goldenColor);
  display: inline-block;
}

.menu-item:hover .content h3 a {
  color: var(--redColor);
}

.menu-details-content {
  margin-bottom: 30px;
}

.menu-details-content h1,
.menu-details-content h2,
.menu-details-content h3,
.menu-details-content h4,
.menu-details-content h5,
.menu-details-content h6 {
  margin-bottom: 15px;
}

.menu-details-content h1 {
  font-size: 32px;
}

.menu-details-content h2 {
  font-size: 29px;
}

.menu-details-content h3 {
  font-size: 26px;
}

.menu-details-content h4 {
  font-size: 23px;
}

.menu-details-content h5 {
  font-size: 20px;
}

.menu-details-content h6 {
  font-size: 17px;
}

.menu-details-content a {
  color: var(--goldenColor);
}

.menu-details-content a:hover {
  color: var(--titleColor);
  border-bottom: 1px solid var(--goldenColor);
}

.menu-details-content ul,
.menu-details-content ol {
  margin-bottom: 30px;
}

.menu-details-content ul li,
.menu-details-content ol li {
  margin-bottom: 10px;
}

.menu-details-content ul li:last-child,
.menu-details-content ol li:last-child {
  margin-bottom: 0;
}

.menu-details-content p {
  margin-bottom: 15px;
}

.menu-details-content .menu-details-preview-item {
  margin-bottom: 25px;
  position: relative;
}

.menu-details-content .menu-details-preview-item .pricing {
  position: absolute;
  bottom: 30px;
  right: 20px;
  font-size: 18px;
  text-align: center;
  width: 100px;
  height: 50px;
  line-height: 50px;
  color: var(--whiteColor);
  background-color: var(--redColor);
  font-weight: 600;
}

.menu-details-content .rating {
  color: var(--goldenColor);
  margin-bottom: 20px;
}

.menu-details-content .article-share {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  background: #F7F7F7;
  box-sizing: border-box;
}

.menu-details-content .article-share .article-tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu-details-content .article-share .article-tag ul li {
  color: var(--titleColor);
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 0;
}

.menu-details-content .article-share .article-tag ul li.title {
  color: var(--goldenColor);
  position: relative;
  top: 3px;
}

.menu-details-content .article-share .article-tag ul li a {
  border: none;
  color: var(--bodyColor);
}

.menu-details-content .article-share .article-tag ul li a:hover {
  color: var(--redColor);
}

.menu-details-content .article-share .article-social-icon {
  float: right;
}

.menu-details-content .article-share .article-social-icon .social-icon {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-details-content .article-share .article-social-icon .social-icon li {
  font-size: 18px;
  color: var(--bodyColor);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

.menu-details-content .article-share .article-social-icon .social-icon li.title {
  font-weight: 500;
}

.menu-details-content .article-share .article-social-icon .social-icon li:last-child {
  margin-right: 0;
}

.menu-details-content .article-share .article-social-icon .social-icon li a i {
  color: var(--bodyColor);
  transition: var(--transition);
  position: relative;
  top: 2px;
}

.menu-details-content .article-share .article-social-icon .social-icon li a:hover {
  border: none;
}

.menu-details-content .article-share .article-social-icon .social-icon li a:hover i {
  color: var(--goldenColor);
}

.product-topper .product-title h3 {
  font-size: 16px;
  color: var(--bodyColor);
  margin-bottom: 0;
  font-weight: 400;
}

.product-topper .product-list {
  vertical-align: middle;
  position: relative;
  background-color: #F7F7F7;
}

.product-topper .product-list i {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  color: var(--bodyColor);
  font-size: 20px;
  transition: var(--transition);
}

.product-topper .product-list .form-select {
  color: var(--bodyColor);
  background-color: transparent;
  border: 0;
  background-image: unset;
  height: 50px;
  padding: 0 40px 0 20px;
}

.product-topper .product-list .form-select:focus {
  border: 0;
  box-shadow: none;
}

.product-topper .product-list .form-select:focus i {
  transform: rotate(-45deg);
}

.product-topper .product-list .form-select option {
  color: var(--bodyColor);
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-topper-search-widget {
  display: inline-block;
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 5px;
  margin-bottom: 0;
}

.product-topper-search-widget .search-form {
  position: relative;
  margin: 0 auto;
  border: none;
  width: 100%;
  background-color: #F7F7F7;
}

.product-topper-search-widget .search-form .form-control {
  background-color: #F7F7F7;
  border: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border: 0;
  padding: 0 15px;
  color: var(--bodyColor);
}

.product-topper-search-widget .search-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.product-topper-search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: var(--goldenColor);
  color: var(--whiteColor);
  height: 50px;
  line-height: 53px;
  font-size: 22px;
  padding: 0 15px;
  transition: var(--transition);
}

.product-topper-search-widget .search-form button:hover {
  background: var(--redColor);
}

.product-details-img {
  margin-bottom: 30px;
}

.product-details-content {
  margin-bottom: 30px;
}

.product-details-content h3 {
  margin-bottom: 15px;
  font-size: 26px;
}

.product-details-content .price {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.product-details-content .price .new-price {
  color: var(--goldenColor);
}

.product-details-content .price .old-price {
  text-decoration: line-through;
  color: #B1B1B1;
  margin-left: 10px;
}

.product-details-content p {
  margin-bottom: 20px;
}

.product-details-content .product-details-category {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.product-details-content .product-details-category li {
  margin-bottom: 15px;
  display: block;
  color: var(--titleColor);
  position: relative;
}

.product-details-content .product-details-category li span {
  color: var(--bodyColor);
  position: absolute;
  top: 0;
  left: 120px;
}

.product-details-content .product-details-category li span:last-child {
  margin-bottom: 0;
}

.product-details-content .input-count-area {
  margin-bottom: 20px;
}

.product-details-content .input-count-area h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
  margin-bottom: 0;
}

.product-details-content .input-count-area .input-counter {
  margin-top: 10px;
  max-width: 150px;
  min-width: 150px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #E1E1E1;
}

.product-details-content .input-count-area .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: var(--bodyColor);
  width: 50px;
  height: 100%;
  line-height: 55px;
  transition: 0.5s;
}

.product-details-content .input-count-area .input-counter span:hover {
  color: var(--goldenColor);
}

.product-details-content .input-count-area .input-counter .minus-btn {
  left: 0;
  border-right: 1px solid #E1E1E1;
}

.product-details-content .input-count-area .input-counter .plus-btn {
  right: 0;
  border-left: 1px solid #E1E1E1;
}

.product-details-content .input-count-area .input-counter input {
  height: 50px;
  color: var(--bodyColor);
  outline: 0;
  display: block;
  border: none;
  background-color: transparent;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.product-details-content .input-count-area .input-counter input:focus::-webkit-input-placeholder,
.product-details-content .input-count-area .input-counter input:focus:-ms-input-placeholder,
.product-details-content .input-count-area .input-counter input:focus::-ms-input-placeholder,
.product-details-content .input-count-area .input-counter input:focus::placeholder {
  color: var(--goldenColor);
}

.product-details-content .product-add-btn {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.product-details-content .product-add-btn .default-btn {
  margin-right: 12px;
}

.product-details-content .product-add-btn .default-btn:last-child {
  margin-right: 0;
}

.product-details-bottom {
  margin-bottom: 30px;
}

.product-details-bottom h3 {
  font-size: 26px;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 20px;
}

.product-details-bottom h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 86%;
  height: 1px;
  background-color: #E1E1E1;
}

.product-details-bottom h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.product-details-bottom p {
  margin-bottom: 15px;
}

.product-details-bottom .product-details-listing {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-details-bottom .product-details-listing li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.product-details-bottom .product-details-listing li:last-child {
  margin-bottom: 0;
}

.product-details-bottom .product-details-listing li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
  color: var(--goldenColor);
}

.product-details-bottom .product-details-progresslist {
  display: flex;
  align-items: center;
  max-width: 650px;
  margin-bottom: 17px;
}

.product-details-bottom .product-details-progresslist .side {
  margin-right: 20px;
}

.product-details-bottom .product-details-progresslist .progress-width {
  width: 80%;
  height: 2px;
  position: relative;
}

.product-details-bottom .product-details-progresslist .progress-width::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.1;
}

.product-details-bottom .product-details-progresslist .progress-width .bar-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 2px;
  background-color: var(--goldenColor);
}

.product-details-bottom .product-details-progresslist .progress-width .bar-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 2px;
  background-color: var(--goldenColor);
}

.product-details-bottom .product-details-progresslist .progress-width .bar-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 2px;
  background-color: var(--goldenColor);
}

.product-details-bottom .product-details-progresslist .progress-width .bar-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 2px;
  background-color: var(--goldenColor);
}

.product-details-bottom .product-details-progresslist .progress-width .bar-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 2px;
  background-color: var(--goldenColor);
}

.product-details-bottom .product-details-progresslist .progress-percentage {
  margin-left: 20px;
}

.product-details-bottom .shop-review-form .review-form {
  margin-top: 25px;
}

.product-details-bottom .shop-review-form .review-form .contact-form {
  max-width: 100%;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.product-details-bottom .shop-review-form .review-form .contact-form .form-group .form-control {
  background-color: #F7F7F7;
}

.product-details-bottom .shop-review-form .review-form .contact-form h4 {
  margin-bottom: 25px;
}

/*=================================
Cart Wraps Area
===================================*/
.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}

.cart-wraps-area .cart-table table:not(:first-child) {
  border-top: none;
}

.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  border: none;
  font-weight: 700;
  font-size: 18px;
  border-right: 1px solid #dee2e6;
  text-align: center;
}

.cart-wraps-area .cart-table table thead tr th:first-child {
  border-left: 1px solid #dee2e6;
}

.cart-wraps-area .cart-table table tbody {
  border-top: none;
}

.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: var(--titleColor);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  border-color: #eeeeee;
  border-right: 1px solid #dee2e6;
  text-align: center;
}

.cart-wraps-area .cart-table table tbody tr td:first-child {
  border-left: 1px solid #dee2e6;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 60px;
  height: 60px;
  background-color: #f2f6fe;
  padding: 3px;
}

.cart-wraps-area .cart-table table tbody tr td.product-trash {
  font-size: 22px;
  color: var(--goldenColor);
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: var(--titleColor);
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: var(--goldenColor) !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .cart-btn {
  color: var(--goldenColor);
  transition: var(--transition);
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .cart-btn:hover {
  color: var(--redColor);
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  margin-top: 10px;
  max-width: 150px;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #E1E1E1;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: var(--bodyColor);
  width: 40px;
  height: 100%;
  line-height: 45px;
  transition: 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: var(--goldenColor);
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  left: 0;
  border-right: 1px solid #E1E1E1;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  right: 0;
  border-left: 1px solid #E1E1E1;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 40px;
  color: var(--bodyColor);
  outline: 0;
  display: block;
  border: none;
  background-color: transparent;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:focus::-webkit-input-placeholder,
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:focus:-ms-input-placeholder,
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:focus::-ms-input-placeholder,
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:focus::placeholder {
  color: var(--goldenColor);
}

.cart-wraps-area .cart-buttons {
  padding: 25px 20px;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.cart-wraps-area .cart-buttons .cart-widget-form-area {
  max-width: 830px;
}

.cart-wraps-area .cart-buttons .cart-widget-form-area .cart-widget-form {
  position: relative;
}

.cart-wraps-area .cart-buttons .cart-widget-form-area .cart-widget-form .form-control {
  background-color: transparent;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border: 1px solid #dee2e6;
  padding: 0 25px;
  color: var(--bodyColor);
}

.cart-wraps-area .cart-buttons .cart-widget-form-area .cart-widget-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--goldenColor);
}

.cart-wraps-area .cart-buttons .cart-widget-form-area .cart-widget-form .subscribe-btn {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  background-color: var(--redColor);
  color: var(--whiteColor);
  height: 50px;
  line-height: 52px;
  padding: 0 25px;
  border: 0;
  transition: var(--transition);
  text-align: center;
}

.cart-wraps-area .cart-buttons .cart-widget-form-area .cart-widget-form .subscribe-btn:hover {
  background-color: var(--goldenColor);
  color: var(--whiteColor);
}

.cart-wraps-area .cart-buttons .default-btn {
  padding: 10px 25px;
  font-weight: 500;
}

.cart-totals {
  border-radius: 0;
  background-color: var(--whiteColor);
  border: 1px solid #dee2e6;
  padding: 35px 30px;
  margin-bottom: 30px;
}

.cart-totals h3 {
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--goldenColor);
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 15px;
  color: var(--bodyColor);
  overflow: hidden;
  font-weight: 500;
}

.cart-totals ul li span {
  float: right;
  font-weight: normal;
}

.cart-totals .default-btn {
  width: 100%;
  text-align: center;
}

/*=================================
Checkout Area
===================================*/
.checkout-user {
  margin-bottom: 30px;
  padding: 15px 25px;
  background: #F7F7F7;
}

.checkout-user p {
  color: var(--bodyColor);
}

.checkout-user p .check-box {
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.checkout-user p a {
  color: var(--goldenColor);
}

.checkout-user p a:hover {
  color: var(--redColor);
}

.billing-details {
  margin-bottom: 30px;
  background-color: #F7F7F7;
  padding: 40px 30px 15px;
}

.billing-details h3 {
  font-size: 24px;
  color: var(--titleColor);
  margin-bottom: 25px;
  font-weight: 600;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  color: var(--titleColor);
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.billing-details .form-group label span {
  color: var(--goldenColor);
}

.billing-details .form-group .form-control {
  height: 50px;
  color: var(--bodyColor);
  border: none;
  background-color: var(--whiteColor);
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group .form-control:focus,
.billing-details .form-group .form-control :hover {
  outline: 0;
  box-shadow: none;
}

.billing-details .form-group .form-message {
  font-size: 16px;
  border: none;
  background-color: var(--whiteColor);
  padding: 18px 18px;
  font-weight: 400;
  width: 100%;
}

.billing-details .form-group .form-message:focus,
.billing-details .form-group .form-message :hover {
  outline: 0;
  box-shadow: none;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-input {
  width: 15px;
  height: 15px;
}

.billing-details .form-check .form-check-label {
  color: var(--titleColor);
  margin-left: 5px;
  font-weight: 500;
}

.billing-totals {
  border-radius: 0;
  background: #F7F7F7;
  padding: 35px 27px 40px;
  margin-bottom: 30px;
}

.billing-totals h3 {
  font-size: 22px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid var(--goldenColor);
}

.billing-totals ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.billing-totals ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 15px;
  color: var(--bodyColor);
  overflow: hidden;
  font-weight: 500;
}

.billing-totals ul li span {
  float: right;
  color: var(--goldenColor);
  font-weight: normal;
}

.payment-box {
  background: #F7F7F7;
  padding: 35px 27px 40px;
  margin-bottom: 30px;
  padding: 40px 27px;
}

.payment-box .payment-method h3 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid var(--goldenColor);
}

.payment-box .payment-method p [type=radio]:checked {
  display: none;
}

.payment-box .payment-method p [type=radio]:checked+label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: var(--titleColor);
  position: relative;
  margin-bottom: 15px;
}

.payment-box .payment-method p [type=radio]:checked+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.payment-box .payment-method p [type=radio]:checked+label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--goldenColor);
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}

.payment-box .payment-method p [type=radio]:not(:checked)+label {
  padding-left: 27px;
  cursor: pointer;
  display: inline-block;
  color: var(--titleColor);
  position: relative;
  margin-bottom: 15px;
}

.payment-box .payment-method p [type=radio]:not(:checked)+label a {
  display: inline-block;
  color: var(--goldenColor);
  transition: var(--transition);
}

.payment-box .payment-method p [type=radio]:not(:checked)+label a:hover {
  color: var(--redColor);
}

.payment-box .payment-method p [type=radio]:not(:checked)+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.payment-box .payment-method p [type=radio]:not(:checked)+label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--goldenColor);
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.payment-box .default-btn {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

/*=================================
Account Area
===================================*/
.account-tab {
  margin-top: 0;
}

.account-tab .tabs {
  margin: 0 0 30px;
  list-style: none;
  padding: 0;
}

.account-tab .tabs li {
  display: block;
  line-height: initial;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--goldenColor);
  padding: 14px 20px;
  background-color: transparent;
  border: 1px solid var(--goldenColor);
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.account-tab .tabs li:last-child {
  margin-bottom: 0;
}

.account-tab .tabs li:focus {
  background-color: var(--goldenColor);
  color: var(--whiteColor);
}

.account-tab .tabs li.active {
  background-color: var(--goldenColor);
  color: var(--whiteColor);
}

.account-tab .tabs li.current {
  background-color: var(--goldenColor);
  color: var(--whiteColor);
}

.account-details h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.account-details p a {
  color: var(--goldenColor);
}

.account-details p a:hover {
  color: var(--titleColor);
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.invoice-table table {
  margin-bottom: 20px;
}

.invoice-table table:not(:first-child) {
  border-top: none;
}

.invoice-table table thead th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6 !important;
  font-weight: bold;
  padding: 15px;
}

.invoice-table table tbody:not(:first-child) {
  border-top: none;
}

.invoice-table table tbody td {
  vertical-align: middle;
  color: var(--bodyColor);
  border-width: 1px;
  font-size: 14.5px;
  padding: 15px;
}

.invoice-table table tbody td.total,
.invoice-table table tbody td.total-price {
  color: var(--titleColor);
}

.invoice-table table tbody td strong {
  font-weight: 500;
  color: var(--titleColor);
}

.invoice-middle h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.invoice-middle h5 {
  margin-bottom: 12px;
  font-weight: 500;
}

.invoice-middle h5 sub {
  margin-left: 50px;
  bottom: 0;
  width: 90px;
  display: inline-block;
  color: var(--bodyColor);
  font-weight: 500;
}

.invoice-middle span {
  font-weight: 500;
  color: var(--bodyColor);
}

.tracking-order-img {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #e7eefe;
}

.tracking-order-form {
  margin-bottom: 30px;
}

.tracking-order-form .contact-form p {
  margin-bottom: 20px;
}

/*=================================
Customer Services Area 
====================================*/
.customer-services-content {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.customer-services-content .customer-services-img {
  margin-bottom: 30px;
  border: 1px solid rgba(107, 146, 70, 0.2);
}

.customer-services-content .customer-services-contact {
  margin-bottom: 30px;
}

.customer-services-content .customer-services-contact span {
  font-size: 15px;
  color: var(--goldenColor);
}

.customer-services-content .customer-services-contact h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.customer-services-content .customer-services-contact p {
  max-width: 900px;
  margin-bottom: 20px;
  display: block;
}

.customer-services-content .single-customer-services {
  margin-bottom: 30px;
}

.customer-services-content .single-customer-services h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.customer-services-content .single-customer-services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.customer-services-content .single-customer-services ul li {
  display: block;
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
}

.customer-services-content .single-customer-services ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--goldenColor);
  border-radius: 50px;
}

.team-item {
  margin-bottom: 30px;
}

.team-item .team-img {
  position: relative;
}

.team-item .team-img a {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.team-item .team-img a img {
  margin: 0 auto;
}

.team-item .team-img .team-social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
}

.team-item .team-img .team-social li {
  display: block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
}

.team-item .team-img .team-social li:last-child {
  margin-bottom: 0;
}

.team-item .team-img .team-social li a {
  display: inline-block;
}

.team-item .team-img .team-social li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: var(--redColor);
  background-color: var(--whiteColor);
  transition: var(--transition);
  display: inline-block;
  border-radius: 50px;
}

.team-item .team-img .team-social li a:hover i {
  background-color: var(--redColor);
  color: var(--whiteColor);
}

.team-item .team-img .team-social li:nth-child(1) {
  transition-delay: 0.1s;
}

.team-item .team-img .team-social li:nth-child(2) {
  transition-delay: 0.2s;
}

.team-item .team-img .team-social li:nth-child(3) {
  transition-delay: 0.3s;
}

.team-item .team-img .team-social li:nth-child(4) {
  transition-delay: 0.4s;
}

.team-item .content {
  padding-top: 20px;
  text-align: center;
}

.team-item .content h3 {
  margin-bottom: 0;
}

.team-item .content h3 a {
  color: var(--titleColor);
  transition: var(--transition);
}

.team-item .content span {
  color: var(--bodyColor);
}

.team-item:hover .team-img .team-social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-item:hover .content h3 a {
  color: var(--goldenColor);
}

/*================================
Faq Area
===================================*/
.faq-accordion {
  margin-bottom: 30px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 15px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 20px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  text-decoration: none;
  position: relative;
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  color: var(--titleColor);
}

.faq-accordion .accordion .accordion-title i {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  line-height: 57px;
  font-size: 18px;
  text-align: center;
  background-color: var(--whiteColor);
  color: var(--bodyColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  align-items: center;
  border-radius: 0;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title.active i {
  background-color: var(--goldenColor);
  color: var(--whiteColor);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f111";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-img {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.gallery-item {
  position: relative;
  margin-bottom: 30px;
}

.gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--titleColor);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.gallery-item .photo-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  background-color: var(--redColor);
  color: var(--whiteColor);
  border-radius: 50%;
  transition: 0.7s;
  opacity: 0;
}

.gallery-item .photo-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--redColor);
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
  transition: var(--transition);
}

.gallery-item .photo-icon:hover {
  background-color: var(--goldenColor);
}

.gallery-item .photo-icon:hover::before {
  border-color: var(--goldenColor);
}

.gallery-item:hover::before {
  opacity: 0.6;
}

.gallery-item:hover .photo-icon {
  opacity: 1;
}

.search-area-top {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}

.search-area-top .search-area-item {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.search-area-top .search-area-item .search-btn-on {
  padding: 15px 25px;
  background-color: var(--whiteColor);
  color: var(--titleColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  transition: var(--transition);
}

.search-area-top .search-area-item .search-btn-on:hover {
  color: var(--whiteColor);
  background-color: var(--redColor);
}

.search-area-top .search-area-item .search-btn-on.active {
  color: var(--whiteColor);
  background-color: var(--redColor);
  transition: var(--transition);
}

.search-area-top .search-area-item .search-btn-on.active:hover {
  color: var(--whiteColor);
  background-color: var(--goldenColor);
}

.search-area-top .search-area-item .search-form {
  position: relative;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  width: 550px;
  background-color: var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.search-area-top .search-area-item .search-form .form-control {
  background-color: var(--whiteColor);
  border-radius: 0;
  border: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border: 0;
  padding: 0 15px;
  color: var(--bodyColor);
}

.search-area-top .search-area-item .search-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.search-area-top .search-area-item .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background-color: var(--redColor);
  color: var(--whiteColor);
  height: 50px;
  line-height: 57px;
  font-size: 18px;
  padding: 0 25px;
  transition: var(--transition);
}

.search-area-top .search-area-item .search-form button:hover {
  background: var(--redColor);
}

/*================================
Delivery Area
===================================*/
.delivery-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.delivery-img .img-1 {
  max-width: 400px;
}

.delivery-img .img-1 img {
  border-radius: 10px;
}

.delivery-img .img-2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
}

.delivery-img .img-2 img {
  border-radius: 10px;
}

.delivery-img .shape {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 20px;
}

.delivery-content {
  margin-bottom: 30px;
}

.delivery-content .section-title {
  margin-bottom: 20px;
}

.delivery-content .delivery-list {
  margin: 0;
  padding: 0 0 5px;
  list-style-type: none;
}

.delivery-content .delivery-list li {
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--transition);
}

.delivery-content .delivery-list li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--goldenColor);
  color: var(--whiteColor);
  border-radius: 5px;
  margin-right: 15px;
  transition: var(--transition);
}

.delivery-content .delivery-list li a {
  color: var(--transition);
  transition: var(--transition);
}

.delivery-content .delivery-list li:hover i {
  background-color: var(--redColor);
}

.delivery-content .delivery-list li:hover a {
  color: var(--goldenColor);
}

.delivery-content .delivery-zip-code {
  display: inline-block;
  width: 430px;
}

.delivery-content .delivery-zip-code .delivery-zip-form {
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  border: none;
  width: 100%;
  background-color: #F7F7F7;
}

.delivery-content .delivery-zip-code .delivery-zip-form .form-control {
  background-color: #F7F7F7;
  border-radius: 5px;
  border: none;
  height: 55px;
  line-height: 55px;
  margin: 0;
  border: 0;
  border-radius: 5px 0 0 5px;
  padding: 0 25px;
  color: var(--bodyColor);
}

.delivery-content .delivery-zip-code .delivery-zip-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.delivery-content .delivery-zip-code .delivery-zip-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0 5px 5px 0;
  background-color: var(--redColor);
  color: var(--whiteColor);
  height: 55px;
  line-height: 61px;
  font-size: 22px;
  padding: 0 25px;
  transition: var(--transition);
}

.delivery-content .delivery-zip-code .delivery-zip-form button:hover {
  background: var(--titleColor);
}

.delivery-content .delivery-zip-code-bg .delivery-zip-form {
  background-color: var(--whiteColor);
}

.delivery-content .delivery-zip-code-bg .delivery-zip-form .form-control {
  background-color: var(--whiteColor);
}

.delivery-img-two {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.delivery-img-two .img-1 {
  max-width: 470px;
}

.delivery-img-two .img-2 {
  position: absolute;
  right: 30px;
  bottom: 75px;
  padding: 80px;
  border: 5px solid var(--whiteColor);
  background: url(../images/delivery/delivery-img4.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.delivery-img-two .img-2 .play-btn {
  display: flex;
  align-items: center;
  color: var(--whiteColor);
}

.delivery-img-two .img-2 .play-btn i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--whiteColor);
  color: var(--goldenColor);
  font-size: 24px;
  border-radius: 50px;
  margin: 0 auto;
  padding-left: 5px;
  padding-top: 3px;
  position: relative;
  transition: var(--transition);
  text-align: center;
  z-index: 1;
}

.delivery-img-two .img-2 .play-btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--whiteColor);
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
  transition: var(--transition);
}

.delivery-img-two .img-2 .play-btn:hover i {
  background-color: var(--redColor);
  color: var(--whiteColor);
}

.delivery-img-two .img-2 .play-btn:hover i::after {
  border-color: var(--redColor);
}

.delivery-img-two .shape {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 20px;
}

.delivery-img-three {
  margin-bottom: 30px;
}

.delivery-img-three img {
  border-radius: 10px;
}

/*=================================
Booking Area
====================================*/
.booking-area {
  position: relative;
  z-index: 1;
}

.booking-area .section-title h2 {
  color: var(--whiteColor);
}

.booking-area .section-title p {
  color: var(--whiteColor);
}

.booking-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: url(../images/booking-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.booking-area::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: #0A0A0A;
  opacity: 0.94;
}

.booking-area-max {
  background-color: var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.booking-form {
  padding: 40px 30px 45px 40px;
}

.booking-form h3 {
  margin-bottom: 25px;
}

.booking-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.booking-form .form-group label {
  color: var(--titleColor);
  margin-bottom: 15px;
}

.booking-form .form-group .form-control {
  height: 60px;
  color: var(--bodyColor);
  border: none;
  background-color: #F7F7F7;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}

.booking-form .form-group .form-control:focus::-webkit-input-placeholder,
.booking-form .form-group .form-control:focus:-ms-input-placeholder,
.booking-form .form-group .form-control:focus::-ms-input-placeholder,
.booking-form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.booking-form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.booking-form .form-group textarea.form-control {
  height: auto;
}

.booking-img {
  background: url(../images/video-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 250px 0;
  border-radius: 0 10px 10px 0;
}

.booking-img .play-btn {
  display: flex;
  align-items: center;
  color: var(--whiteColor);
}

.booking-img .play-btn i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--whiteColor);
  color: var(--goldenColor);
  font-size: 24px;
  border-radius: 50px;
  margin: 0 auto;
  padding-left: 5px;
  padding-top: 3px;
  position: relative;
  transition: var(--transition);
  text-align: center;
  z-index: 1;
}

.booking-img .play-btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--whiteColor);
  border-radius: 50px;
  animation: ripple 2s infinite ease-in-out;
  transition: var(--transition);
}

.booking-img .play-btn:hover i {
  background-color: var(--redColor);
  color: var(--whiteColor);
}

.booking-img .play-btn:hover i::after {
  border-color: var(--redColor);
}

/*=================================
Brand Area
====================================*/
.brand-item {
  text-align: center;
}

.brand-item img {
  width: unset !important;
  text-align: center;
  cursor: pointer;
  opacity: 0.3;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: var(--transition);
}

.brand-item:hover img {
  opacity: 1;
}

/*================================
Testimonials Area
===================================*/
.testimonials-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/bg-reviews.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.testimonials-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* background-color: #0A0A0A; */
  opacity: 0.9;
}

.testimonials-area .section-title h2 {
  color: var(--whiteColor);
}

.testimonials-area .section-title p {
  color: var(--whiteColor);
}

.testimonials-area .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.testimonials-area .owl-dots .owl-dot span {
  background-color: var(--whiteColor) !important;
  transition: 0.7s;
  margin: 0 7px;
  width: 35px !important;
  height: 5px !important;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.testimonials-area .owl-dots .owl-dot.active span {
  background-color: var(--goldenColor) !important;
}

.testimonials-area .owl-dots .owl-dot:hover span {
  background-color: var(--goldenColor) !important;
}

.testimonials-area .active.center .testimonials-item::before {
  width: 100%;
  opacity: 1;
}

.testimonials-area .active.center .testimonials-item h3 {
  color: var(--whiteColor);
}

.testimonials-area .active.center .testimonials-item span {
  color: #d35400;
}

.testimonials-area .active.center .testimonials-item p {
  color: var(--whiteColor);
}

.testimonials-area .active.center .testimonials-item .rating {
  color: var(--whiteColor);
}

.testimonials-area .active.center .testimonials-item .quote {
  color: var(--whiteColor);
  opacity: 0.3;
}

.testimonials-item {
  position: relative;
  z-index: 1;
  margin-top: 45px;
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 30px;
}

.testimonials-item::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: var(--redColor);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
  transform-origin: left right;
}

.testimonials-item img {
  position: relative;
  margin-top: -75px;
  width: 85px !important;
  border-radius: 50%;
  border: 2px solid var(--goldenColor);
  margin-bottom: 15px;
}

.testimonials-item h3 {
  margin-bottom: 5px;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.testimonials-item span {
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.testimonials-item p {
  margin-bottom: 15px;
  display: block;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.testimonials-item .rating {
  color: var(--goldenColor);
  display: inline-block;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.testimonials-item .quote {
  position: absolute;
  bottom: 0;
  right: 30px;
  font-size: 40px;
  color: var(--goldenColor);
  opacity: 0.5;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.testimonials-item:hover::before {
  width: 100%;
  opacity: 1;
}

.testimonials-item:hover h3 {
  color: var(--whiteColor);
}

.testimonials-item:hover span {
  color: var(--whiteColor);
}

.testimonials-item:hover p {
  color: var(--whiteColor);
}

.testimonials-item:hover .rating {
  color: var(--whiteColor);
}

.testimonials-item:hover .quote {
  color: var(--whiteColor);
  opacity: 0.3;
}

.testimonials-item-box {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 0;
}

.testimonials-area-two .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.testimonials-area-two .owl-dots .owl-dot span {
  background: #232223;
  opacity: 0.2;
  transition: 0.7s;
  margin: 0 7px;
  width: 35px !important;
  height: 5px !important;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.testimonials-area-two .owl-dots .owl-dot.active span {
  background-color: var(--goldenColor) !important;
  opacity: 1;
}

.testimonials-area-two .owl-dots .owl-dot:hover span {
  background-color: var(--goldenColor) !important;
  opacity: 1;
}

.testimonials-area-two .active.center .testimonials-item-two::before {
  width: 100%;
  opacity: 1;
}

.testimonials-area-two .active.center .testimonials-item-two .content .content-text h3 {
  color: var(--whiteColor);
}

.testimonials-area-two .active.center .testimonials-item-two .content .content-text span {
  color: var(--whiteColor);
}

.testimonials-area-two .active.center .testimonials-item-two p {
  color: var(--whiteColor);
}

.testimonials-area-two .active.center .testimonials-item-two .rating {
  color: var(--whiteColor);
}

.testimonials-area-two .active.center .testimonials-item-two .quote {
  color: var(--whiteColor);
  opacity: 0.3;
}

.testimonials-area-two .testimonials-item-two {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 45px;
}

.testimonials-item-two {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.testimonials-item-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: var(--redColor);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
  transform-origin: left right;
}

.testimonials-item-two .content {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.testimonials-item-two .content img {
  width: 80px !important;
  border-radius: 50%;
  border: 2px solid var(--goldenColor);
  margin-right: 15px;
  transition: var(--transition);
}

.testimonials-item-two .content .content-text h3 {
  margin-bottom: 5px;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.testimonials-item-two .content .content-text span {
  margin-bottom: 0;
  display: block;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.testimonials-item-two p {
  margin-bottom: 15px;
  display: block;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.testimonials-item-two .rating {
  color: var(--goldenColor);
  display: inline-block;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.testimonials-item-two .quote {
  position: absolute;
  bottom: 0;
  right: 30px;
  font-size: 40px;
  color: var(--goldenColor);
  opacity: 0.5;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.testimonials-item-two:hover::before {
  width: 100%;
  opacity: 1;
}

.testimonials-item-two:hover .content .content-text h3 {
  color: var(--whiteColor);
}

.testimonials-item-two:hover .content .content-text span {
  color: var(--whiteColor);
}

.testimonials-item-two:hover p {
  color: var(--whiteColor);
}

.testimonials-item-two:hover .rating {
  color: var(--whiteColor);
}

.testimonials-item-two:hover .quote {
  color: var(--whiteColor);
  opacity: 0.3;
}

.testimonials-area-three .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.testimonials-area-three .owl-dots .owl-dot span {
  background: #232223;
  opacity: 0.2;
  transition: 0.7s;
  margin: 0 7px;
  width: 35px !important;
  height: 5px !important;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.testimonials-area-three .owl-dots .owl-dot.active span {
  background-color: var(--goldenColor) !important;
  opacity: 1;
}

.testimonials-area-three .owl-dots .owl-dot:hover span {
  background-color: var(--goldenColor) !important;
  opacity: 1;
}

.testimonials-area-three .testimonials-item-two {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 45px;
}

.testimonials-item-bg {
  position: relative;
  z-index: 1;
}

.testimonials-item-bg::before {
  display: none;
}

.testimonials-item-bg:hover::before {
  width: 100%;
  opacity: 1;
}

.testimonials-item-bg:hover .content img {
  border-color: var(--redColor);
}

.testimonials-item-bg:hover .content .content-text h3 {
  color: var(--titleColor);
}

.testimonials-item-bg:hover .content .content-text span {
  color: var(--titleColor);
}

.testimonials-item-bg:hover p {
  color: var(--titleColor);
}

.testimonials-item-bg:hover .rating {
  color: var(--goldenColor);
}

.testimonials-item-bg:hover .quote {
  color: var(--redColor);
  opacity: 0.3;
}

/*================================
App Area
===================================*/
.app-area {
  background-image: url(../images/app-img/app-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
}

.app-area-two {
  background-color: #F7F7F7;
}

.app-left-content {
  position: relative;
  z-index: 1;
  padding: 160px 0;
  margin-bottom: 30px;
}

.app-left-content.app-left-content-bg {
  position: relative;
  z-index: 1;
}

.app-left-content.app-left-content-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 70%;
  height: 100%;
  background-image: url(../images/app-img/app-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.app-left-content.app-left-content-bg2 {
  position: relative;
  z-index: 1;
}

.app-left-content.app-left-content-bg2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 70%;
  height: 100%;
  background-image: url(../images/app-img/app-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.app-left-content .app-user {
  width: 260px;
  background-color: var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}

.app-left-content .app-user i {
  font-size: 70px;
  color: var(--redColor);
  line-height: normal;
  margin-bottom: 5px;
}

.app-left-content .app-user h3 .odometer {
  font-size: 45px;
  color: var(--titleColor);
  font-weight: 700;
  margin-bottom: 0;
  font-family: var(--bodyFonts);
}

.app-left-content .app-user h3 p {
  margin-bottom: 0;
  font-weight: 600;
}

.app-content {
  margin-bottom: 30px;
}

.app-content .section-title {
  margin-bottom: 25px;
}

.app-content .section-title p {
  max-width: 100%;
}

.app-content .app-btn-area .app-title {
  font-size: 20px;
  margin-bottom: 25px;
}

.app-content .app-btn-area .app-btn {
  display: inline-block;
  background-color: var(--whiteColor);
  border-radius: 5px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.app-content .app-btn-area .app-btn:last-child {
  margin-right: 0;
}

.app-content .app-btn-area .app-btn::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: var(--redColor);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
  transform-origin: left right;
}

.app-content .app-btn-area .app-btn .content {
  display: flex;
  align-items: center;
  padding: 14px 20px;
}

.app-content .app-btn-area .app-btn .content img {
  max-width: 40px;
  margin-right: 10px;
}

.app-content .app-btn-area .app-btn .content .title span {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--titleColor);
  transition: var(--transition);
}

.app-content .app-btn-area .app-btn .content .title h3 {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--titleColor);
  transition: var(--transition);
}

.app-content .app-btn-area .app-btn:hover::before {
  width: 100%;
  opacity: 1;
}

.app-content .app-btn-area .app-btn:hover .content .title span {
  color: var(--whiteColor);
}

.app-content .app-btn-area .app-btn:hover .content .title h3 {
  color: var(--whiteColor);
}

/*================================
Blog Area
===================================*/
.blog-card {
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-card::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: var(--redColor);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
  transform-origin: left right;
}

.blog-card .images {
  position: relative;
}

.blog-card .images .date {
  position: absolute;
  bottom: -12px;
  left: 25px;
  display: inline-block;
  text-align: center;
  padding: 8px 14px;
  font-size: 15px;
  background-color: var(--goldenColor);
  border-radius: 5px;
  color: var(--whiteColor);
  font-weight: 600;
}

.blog-card a {
  display: block;
}

.blog-card a img {
  border-radius: 10px 10px 0 0;
}

.blog-card .content {
  padding: 38px 25px 35px;
}

.blog-card .content ul {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}

.blog-card .content ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  color: var(--titleColor);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-card .content ul li i {
  font-size: 18px;
  color: var(--goldenColor);
  position: relative;
  top: 2px;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-card .content ul li a {
  display: inline-block;
  color: var(--titleColor);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-card .content ul li::before {
  content: "";
  position: absolute;
  transform: rotate(30deg);
  top: 5px;
  right: -15px;
  width: 1px;
  height: 15px;
  background-color: var(--titleColor);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-card .content ul li:last-child li {
  margin-right: 0;
}

.blog-card .content ul li:last-child::before {
  display: none;
}

.blog-card .content h3 {
  margin-bottom: 10px;
}

.blog-card .content h3 a {
  color: var(--titleColor);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-card .content p {
  margin-bottom: 10px;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-card .content .read-btn {
  color: var(--goldenColor);
  margin-bottom: 0;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
  font-weight: 600;
}

.blog-card .content .read-btn:hover {
  letter-spacing: 0.25px;
}

.blog-card:hover::before {
  height: 100%;
  opacity: 1;
}

.blog-card:hover .content ul li {
  color: var(--whiteColor);
}

.blog-card:hover .content ul li i {
  color: var(--whiteColor);
}

.blog-card:hover .content ul li a {
  color: var(--whiteColor);
}

.blog-card:hover .content ul li::before {
  background-color: var(--whiteColor);
}

.blog-card:hover .content h3 a {
  color: var(--whiteColor);
}

.blog-card:hover .content p {
  color: var(--whiteColor);
}

.blog-card:hover .content .read-btn {
  color: var(--whiteColor);
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item .images {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 12px;
}

.blog-item .images .date {
  position: absolute;
  bottom: 0;
  left: 25px;
  display: inline-block;
  text-align: center;
  padding: 8px 14px;
  font-size: 14px;
  background-color: var(--goldenColor);
  color: var(--whiteColor);
  font-weight: 600;
}

.blog-item a {
  display: block;
}

.blog-item .content ul {
  list-style-type: none;
  margin: 0 0 12px;
  padding: 0;
}

.blog-item .content ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  color: var(--titleColor);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-item .content ul li i {
  font-size: 18px;
  color: var(--goldenColor);
  position: relative;
  top: 2px;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-item .content ul li a {
  display: inline-block;
  color: var(--titleColor);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-item .content ul li::before {
  content: "";
  position: absolute;
  transform: rotate(30deg);
  top: 5px;
  right: -15px;
  width: 1px;
  height: 15px;
}

.blog-item .content ul li:last-child li {
  margin-right: 0;
}

.blog-item .content ul li:last-child::before {
  display: none;
}

.blog-item .content h3 {
  margin-bottom: 10px;
}

.blog-item .content h3 a {
  color: var(--titleColor);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-item .content p {
  margin-bottom: 10px;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-item .content .read-btn {
  color: var(--goldenColor);
  margin-bottom: 0;
  transition: var(--transition);
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.blog-item .content .read-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--redColor);
  opacity: 0;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-item .content .read-btn:hover::before {
  width: 100%;
  opacity: 1;
}

.blog-item:hover .content h3 a {
  color: var(--goldenColor);
}

/*================================
Blog Details Area
===================================*/
.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6 {
  margin-bottom: 15px;
}

.blog-details-content h1 {
  font-size: 32px;
}

.blog-details-content h2 {
  font-size: 29px;
}

.blog-details-content h3 {
  font-size: 26px;
}

.blog-details-content h4 {
  font-size: 23px;
}

.blog-details-content h5 {
  font-size: 20px;
}

.blog-details-content h6 {
  font-size: 17px;
}

.blog-details-content a {
  color: var(--goldenColor);
}

.blog-details-content a:hover {
  color: var(--titleColor);
  border-bottom: 1px solid var(--goldenColor);
}

.blog-details-content ul,
.blog-details-content ol {
  margin-bottom: 30px;
}

.blog-details-content ul li,
.blog-details-content ol li {
  margin-bottom: 10px;
}

.blog-details-content ul li:last-child,
.blog-details-content ol li:last-child {
  margin-bottom: 0;
}

.blog-details-content p {
  margin-bottom: 15px;
}

.blog-details-content .blog-preview-img {
  margin-bottom: 45px;
  position: relative;
}

.blog-details-content .blog-preview-img .date {
  position: absolute;
  bottom: -12px;
  left: 25px;
  display: inline-block;
  text-align: center;
  padding: 8px 14px;
  font-size: 15px;
  background-color: var(--goldenColor);
  border-radius: 0;
  color: var(--whiteColor);
  font-weight: 600;
}

.blog-details-content .tag-list {
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0;
}

.blog-details-content .tag-list li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  color: var(--titleColor);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-details-content .tag-list li i {
  font-size: 18px;
  color: var(--goldenColor);
  position: relative;
  top: 2px;
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-details-content .tag-list li a {
  display: inline-block;
  color: var(--titleColor);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-details-content .tag-list li::before {
  content: "";
  position: absolute;
  transform: rotate(30deg);
  top: 5px;
  right: -15px;
  width: 1px;
  height: 15px;
  background-color: var(--titleColor);
  transition: all 0.3s ease-in;
  transition-duration: 0.6s;
}

.blog-details-content .tag-list li:last-child li {
  margin-right: 0;
}

.blog-details-content .tag-list li:last-child::before {
  display: none;
}

.blog-details-content .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #f8f8f8;
  padding: 40px 30px 35px 60px;
  text-align: center;
}

.blog-details-content .blockquote i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  line-height: 1;
  font-size: 45px;
  color: var(--goldenColor);
}

.blog-details-content .blockquote p {
  max-width: 620px;
  font-size: 18px;
  color: var(--titleColor);
  font-weight: 600;
  margin: 0 auto;
}

.blog-details-content .article-share {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  background: #F7F7F7;
  box-sizing: border-box;
}

.blog-details-content .article-share .article-tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-details-content .article-share .article-tag ul li {
  color: var(--titleColor);
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 0;
}

.blog-details-content .article-share .article-tag ul li.title {
  color: var(--goldenColor);
  position: relative;
  top: 3px;
}

.blog-details-content .article-share .article-tag ul li a {
  border: none;
  color: var(--bodyColor);
}

.blog-details-content .article-share .article-tag ul li a:hover {
  color: var(--redColor);
}

.blog-details-content .article-share .article-social-icon {
  float: right;
}

.blog-details-content .article-share .article-social-icon .social-icon {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-details-content .article-share .article-social-icon .social-icon li {
  font-size: 18px;
  color: var(--bodyColor);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}

.blog-details-content .article-share .article-social-icon .social-icon li.title {
  font-weight: 500;
}

.blog-details-content .article-share .article-social-icon .social-icon li:last-child {
  margin-right: 0;
}

.blog-details-content .article-share .article-social-icon .social-icon li a i {
  color: var(--bodyColor);
  transition: var(--transition);
  position: relative;
  top: 2px;
}

.blog-details-content .article-share .article-social-icon .social-icon li a:hover {
  border: none;
}

.blog-details-content .article-share .article-social-icon .social-icon li a:hover i {
  color: var(--goldenColor);
}

.blog-details-content .comments-form {
  margin-bottom: 30px;
}

.blog-details-content .comments-form .contact-form {
  max-width: 100%;
  box-shadow: none;
}

.blog-details-content .comments-form .contact-form h4 {
  margin-bottom: 15px;
}

.blog-details-content .comments-form .contact-form p {
  margin-bottom: 25px;
}

.side-bar-widget {
  margin-bottom: 35px;
  background-color: #F7F7F7;
  padding: 35px 25px;
}

.side-bar-widget .title {
  font-size: 22px;
  color: var(--titleColor);
  margin-bottom: 25px;
  border-bottom: 1px solid var(--goldenColor);
  padding-bottom: 15px;
}

.side-bar-widget .title-tag {
  margin-bottom: 20px;
}

.side-bar-widget .search-form {
  position: relative;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  width: 100%;
  background-color: var(--whiteColor);
}

.side-bar-widget .search-form .form-control {
  background-color: var(--whiteColor);
  border-radius: 0;
  border: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border: 0;
  padding: 0 15px;
  color: var(--bodyColor);
}

.side-bar-widget .search-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.side-bar-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background-color: var(--goldenColor);
  color: var(--whiteColor);
  height: 50px;
  line-height: 53px;
  font-size: 22px;
  padding: 0 15px;
  transition: var(--transition);
}

.side-bar-widget .search-form button:hover {
  background: var(--redColor);
}

.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-categories ul li {
  position: relative;
  margin-bottom: 10px;
}

.side-bar-widget .side-bar-categories ul li:last-child {
  margin-bottom: 0;
}

.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: var(--bodyColor);
  position: relative;
  z-index: 1;
}

.side-bar-widget .side-bar-categories ul li a i {
  color: var(--goldenColor);
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.side-bar-widget .side-bar-categories ul li:hover a {
  color: var(--redColor);
  letter-spacing: 0.25px;
}

.side-bar-widget .side-bar-categories ul li:hover a i {
  color: var(--transition);
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 12px;
}

.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: var(--whiteColor);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog/blog-img1.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog/blog-img2.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog/blog-img3.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 8px 0;
}

.side-bar-widget .widget-popular-post .item .info p {
  color: var(--bodyColor);
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: 600;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 600;
  max-width: 300px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: var(--titleColor);
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: var(--goldenColor);
}

.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  margin: 5px;
}

.side-bar-widget .side-bar-widget-tag li a {
  padding: 8px 23px;
  transition: 0.7s;
  color: var(--bodyColor);
  font-size: 14px;
  background-color: var(--whiteColor);
  transition: 0.7s;
  font-weight: 500;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
  color: var(--whiteColor);
  background-color: var(--redColor);
}

.side-bar-widget .form-group {
  margin-bottom: 15px;
  position: relative;
}

.side-bar-widget .form-group .form-control {
  height: 50px;
  color: var(--bodyColor);
  border: none;
  background-color: var(--whiteColor);
  padding: 15px 25px;
  width: 100%;
  border-radius: 0;
}

.side-bar-widget .form-group .form-control::-webkit-input-placeholder,
.side-bar-widget .form-group .form-control:-ms-input-placeholder,
.side-bar-widget .form-group .form-control::-ms-input-placeholder,
.side-bar-widget .form-group .form-control::placeholder {
  color: var(--bodyColor);
}

.side-bar-widget .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.side-bar-widget .form-group textarea.form-control {
  height: auto;
  border-radius: 0;
}

.side-bar-widget .default-btn {
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.author-profile {
  background-color: #F7F7F7;
  padding: 35px 30px;
  text-align: center;
  margin-bottom: 35px;
}

.author-profile h3 {
  color: var(--transition);
  margin-bottom: 10px;
  font-size: 22px;
}

.author-profile img {
  border-radius: 50%;
  margin-bottom: 15px;
  max-width: 100%;
  padding: 3px;
  border: 2px solid var(--goldenColor);
}

.author-profile p {
  margin-bottom: 17px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.author-profile .profile-social-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.author-profile .profile-social-link li {
  display: inline-block;
  margin-right: 5px;
}

.author-profile .profile-social-link li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--goldenColor);
  transition: var(--transition);
}

.author-profile .profile-social-link li a:hover i {
  background-color: var(--redColor);
}

.categories-title {
  margin-bottom: 30px;
}

.categories-title h3 {
  font-size: 20px;
  color: var(--titleColor);
}

.categories-title h3 span {
  color: var(--goldenColor);
}

/*================================
Contact Area
===================================*/

/* custom css */
.shad {
  text-align: center;
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.314);
  position: relative;
  z-index: 1;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shad img {
  width: 150px;
  margin-bottom: 20px;
}

.shad h3 {
  margin-bottom: 15px;
}

.payment-number {
  font-weight: 800;
  margin-top: 18px;
}



.contact-info-card {
  padding: 30px 30px 30px 110px;
  background-color: var(--whiteColor);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.125);
  position: relative;
  z-index: 1;
  border-radius: 5px;
  margin-bottom: 30px;
}

.contact-info-card i {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 67px;
  font-size: 24px;
  color: var(--whiteColor);
  background-color: var(--goldenColor);
  text-align: center;
  display: inline-block;
  transition: var(--transition);
  border-radius: 50%;
}

.contact-info-card h3 {
  margin-bottom: 5px;
  transition: var(--transition);
}

.contact-info-card p {
  margin-bottom: 0;
  color: var(--bodyColor);
  transition: var(--transition);
}

.contact-info-card p a {
  color: var(--bodyColor);
  display: block;
  margin-bottom: 0;
  transition: var(--transition);
}

.contact-info-card p a:hover {
  color: var(--redColor);
}

.contact-info-card:hover i {
  background-color: var(--redColor);
}

.contact-form {
  margin-bottom: 30px;
  padding: 50px 35px 47px;
  background-color: #F7F7F7;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
  color: var(--titleColor);
}

.contact-form .form-group.checkbox-option p a {
  color: var(--redColor);
}

.contact-form .form-group.checkbox-option p a:hover {
  color: var(--goldenColor);
}

.contact-form .form-group .form-control {
  height: 50px;
  color: var(--bodyColor);
  border: none;
  background-color: var(--whiteColor);
  padding: 15px 25px;
  width: 100%;
  border-radius: 0;
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
  color: var(--bodyColor);
}

.contact-form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
  border-radius: 0;
}

.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}

.contact-form .agree-label #chb1 {
  position: absolute;
  top: 7px;
  left: 0;
}

.contact-form .agree-label label {
  font-weight: 500;
  color: var(--titleColor);
  margin-left: 25px;
}

.contact-form .agree-label label a {
  color: var(--redColor);
}

.contact-form .agree-label label a:hover {
  color: var(--goldenColor);
}

.contact-form .agree-label label a.forget {
  position: absolute;
  right: 0;
}

.contact-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 0;
  outline: none;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 563px;
  margin-bottom: 30px;
}

.user-all-form .contact-form {
  max-width: 100%;
  background-color: var(--whiteColor);
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.user-all-form .contact-form .form-group label {
  margin-bottom: 15px;
}

.user-all-form .contact-form .form-group .form-control {
  background-color: #F7F7F7;
}

.user-all-form .contact-form h3 {
  margin-bottom: 20px;
}

.user-all-form .contact-form .default-btn {
  width: 100%;
  text-align: center;
}

.user-all-form .contact-form .sub-title {
  text-align: center;
  display: block;
  color: #888888;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.user-all-form .contact-form .sub-title span {
  background-color: var(--whiteColor);
}

.user-all-form .contact-form .sub-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  height: 1px;
  width: 100%;
  z-index: -1;
  background: #f0f0f0;
}

.user-all-form .contact-form .login-with-account ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.user-all-form .contact-form .login-with-account ul li {
  display: block;
  margin-bottom: 15px;
}

.user-all-form .contact-form .login-with-account ul li:last-child {
  margin-bottom: 0;
}

.user-all-form .contact-form .login-with-account ul li a {
  padding: 10px 30px;
  width: 100%;
  border: 1px solid #C4C4C4;
  text-align: center;
  color: var(--titleColor);
  border-radius: 5px;
  font-size: 17px;
  transform: var(--transition);
}

.user-all-form .contact-form .login-with-account ul li a i {
  position: relative;
  top: 3px;
  margin-right: 5px;
  transform: var(--transition);
}

.user-all-form .contact-form .login-with-account ul li a i.bxl-facebook {
  color: #2042E3;
  transform: var(--transition);
}

.user-all-form .contact-form .login-with-account ul li a i.bxl-google {
  color: #FF5B4A;
  transform: var(--transition);
}

.user-all-form .contact-form .login-with-account ul li a:hover {
  background-color: var(--redColor);
  color: var(--whiteColor);
}

.user-all-form .contact-form .login-with-account ul li a:hover i {
  color: var(--whiteColor);
}

.single-content {
  margin-bottom: 30px;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  margin-bottom: 15px;
}

.single-content h1 {
  font-size: 32px;
}

.single-content h2 {
  font-size: 29px;
}

.single-content h3 {
  font-size: 26px;
}

.single-content h4 {
  font-size: 23px;
}

.single-content h5 {
  font-size: 20px;
}

.single-content h6 {
  font-size: 17px;
}

.single-content a {
  color: var(--goldenColor);
}

.single-content a:hover {
  color: var(--titleColor);
  border-bottom: 1px solid var(--goldenColor);
}

.single-content ul,
.single-content ol {
  margin-bottom: 30px;
}

.single-content ul li,
.single-content ol li {
  margin-bottom: 10px;
}

.single-content ul li:last-child,
.single-content ol li:last-child {
  margin-bottom: 0;
}

.single-content p {
  margin-bottom: 15px;
}

.single-content p:last-child {
  margin-bottom: 0;
}

/*================================
Footer Area
===================================*/
.footer-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-position: center center;
}

.footer-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  opacity: 0.94;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
}

.footer-widget h3 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--whiteColor);
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.footer-widget h3::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--goldenColor);
}

.footer-widget p {
  margin-bottom: 25px;
  color: var(--whiteColor);
}

.footer-widget .social-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-widget .social-link li {
  display: inline-block;
  margin-right: 10px;
}

.footer-widget .social-link li.social-title {
  font-size: 18px;
  color: var(--whiteColor);
}

.footer-widget .social-link li:last-child {
  margin-right: 0;
}

.footer-widget .social-link li a {
  display: inline-block;
}

.footer-widget .social-link li a i {
  font-size: 22px;
  color: var(--whiteColor);
  transition: var(--transition);
  line-height: 1;
  position: relative;
  top: 3px;
}

.footer-widget .social-link li a:hover i {
  color: var(--goldenColor);
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.footer-widget .footer-list li::before {
  content: "\ea50";
  font-family: boxicons !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 18px;
  color: var(--whiteColor);
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: var(--whiteColor);
}

.footer-widget .footer-list li a:hover {
  color: var(--goldenColor);
  letter-spacing: 0.25px;
}

.footer-widget .footer-list li:hover::before {
  color: var(--goldenColor);
}

.footer-widget .footer-list li:hover a {
  color: var(--goldenColor);
  letter-spacing: 0.25px;
}

.footer-widget .footer-contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-contact li {
  display: block;
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}

.footer-widget .footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-contact li i {
  font-size: 18px;
  color: var(--goldenColor);
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
}

.footer-widget .footer-contact li .content h4 {
  font-size: var(--fontSize);
  color: var(--whiteColor);
  margin-bottom: 5px;
}

.footer-widget .footer-contact li .content span {
  color: var(--whiteColor);
  margin-bottom: 0;
}

.footer-widget .footer-contact li .content span a {
  color: var(--whiteColor);
  transition: var(--transition);
}

.footer-widget .footer-contact li:hover .content span a {
  color: var(--goldenColor);
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.001);
  padding: 15px 0;
}

.copy-right-text p {
  color: var(--whiteColor);
  margin-bottom: 0;
}

.copy-right-text p b {
  color: var(--goldenColor);
  font-weight: 500;
}

.copy-right-text p a {
  color: var(--goldenColor);
  font-weight: 500;
}

.copy-right-text p a:hover {
  color: var(--whiteColor);
}

/*================================
Error Area
===================================*/
.error-area .error-content {
  text-align: center;
  position: relative;
}

.error-area .error-content img {
  max-width: 100%;
  margin-bottom: 30px;
  border: 1px solid #f9c57b;
}

.error-area .error-content h3 {
  margin-bottom: 20px;
  position: relative;
  color: var(--titleColor);
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
Coming Soon Area
===================================*/
.coming-soon-area {
  position: relative;
  overflow: hidden;
  background-color: var(--titleColor);
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  background-color: transparent;
  border: 3px solid var(--whiteColor);
}

.coming-soon-area .coming-soon-content img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 50px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: var(--whiteColor);
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: var(--whiteColor);
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  font-size: 35px;
  font-weight: 700;
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid var(--whiteColor);
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: var(--whiteColor);
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: var(--whiteColor);
  padding-left: 15px;
  color: var(--whiteColor);
  outline: 0;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: var(--goldenColor);
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  outline: 0;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn::before {
  border-radius: 0;
  background-color: #000000;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn:hover {
  color: #ffffff;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================
Pagination Area
===================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--titleColor);
  background-color: transparent;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid var(--goldenColor);
}

.pagination-area .page-numbers:hover {
  background-color: var(--goldenColor);
  color: var(--whiteColor);
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  line-height: normal;
  top: 5px;
}

.pagination-area .page-numbers.current {
  background-color: var(--goldenColor);
  color: var(--whiteColor);
}

/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: var(--redColor);
  border-radius: 0;
  width: 45px;
  height: 45px;
  line-height: 41px;
  z-index: 100;
  transition: 0.5s;
}

.go-top i {
  transition: 0.5s;
  vertical-align: middle;
}

.go-top:hover {
  background-color: var(--goldenColor);
}

.go-top:hover i {
  transform: translateY(-5px);
}

.go-top.active {
  top: 95%;
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Preloader CSS
====================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#preloader-area {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
}

#preloader-area .spinner {
  z-index: 99999;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  margin: 0 auto;
  animation: rotate-in 1.2s infinite ease-in-out;
}

#preloader .preloader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: var(--goldenColor);
  z-index: 999;
  transform: translateX(0);
}

#preloader .preloader-section.preloader-left {
  left: 0;
}

#preloader .preloader-section.preloader-right {
  right: 0;
}

.loaded #preloader-area {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.loaded #preloader .preloader-section.preloader-left {
  transform: translateX(-100%);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #preloader .preloader-section.preloader-right {
  transform: translateX(100%);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #preloader {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

@keyframes rotate-in {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes rotated360 {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(-360deg);
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}

@keyframes movebounce-up {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*# sourceMappingURL=style.css.map */