@charset "UTF-8";
/*
Theme Name: Bausins
Theme URI: 
Author: 
Author URI: 
Description: Bausins is a business website template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Top Bar
    ## Info Bar
    ## Header
    ## Header Bottom Area
    ## Call To Action
    ## Our Work Area
    ## Testimonial Area
    ## Footer Area
    ## Abous Us Area
    ## Our Cover Area
    ## Counterup Area
    ## Who We Are Area
    ## Product Area
    ## Error 404 Area

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title
    ## Icon Box One
    ## Icon Box Two
    ## Icon Box Three
    ## Work Item
    ## Team
    ## Testimonial
    ## Blog Grid Item
    ## Featured Box One
    ## Counterup Item
    ## Request Call Form
    ## Accordion Item
    ## Experience Item
    ## Service Item
    ## Portfolio Item
    ## Product Item
    ## Contact Form Item
    ## Contact Info Item

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
:root {
  --main-color: #88C13E;
  --heading-color: #161616;
  --paragraph-color: #515151;
  --body-font: 'Poppins', sans-serif;
  --secondary-font: 'Oswald', sans-serif;
  --rubik-font: 'Rubik', sans-serif;
  --barlow-font: 'Barlow', sans-serif; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--body-font); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ }

body {
  margin: 0;
  color: #fff;
  overflow-x: hidden;
  font-family: var(--body-font); }

@media only screen and (min-width: 768px) {
  .wrapper {
    position: relative;
    z-index: 99;
    margin-bottom: 540px;
    background: #fff;
    padding-bottom: 80px; }
  .footer-parallax {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1; } }

.grey-bg {
  background: #F9F9FA !important; }

.white-bg {
  background: #fff !important; }

.black-bg {
  background: #161616 !important; }

.color-black {
  color: var(--heading-color) !important; }

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

.color-white {
  color: #fff !important; }

.color-red {
  color: #FA2727 !important; }

.font-bold {
  font-weight: 700; }

.font-semibold {
  font-weight: 600 !important; }

.font-regular {
  font-weight: 400; }

.font-24 {
  font-size: 24px !important; }

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin-left: 0px; }

h1 {
  font-size: 48px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 36px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 24px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 24px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--body-font); }

p {
  color: #fff;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  font-size: 18px; }

a {
  color: inherit;
  text-decoration: none;
  color: #161616; }

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

pre {
  word-break: break-word; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

ol {
  counter-reset: counter;
  padding-left: 0; }

ol li {
  list-style: none;
  margin-bottom: 1rem; }

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0; }

.no-gutter[class^="col-"] {
  padding-left: 0;
  padding-right: 0; }

.h-100vh {
  height: 100vh; }

code {
  color: #faa603; }

.section-bg-1 {
  background-color: #f4f7fc; }

.check-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .check-list li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0; }
    .check-list li:after {
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'fontawesome';
      content: "\f105";
      color: var(--main-color); }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color); }

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

.h-100vh {
  height: 100vh; }

.position-relative {
  position: relative; }

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.breadcrumb-inner h1 {
  text-transform: capitalize; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-left: 0; }

.gray-bg {
  background-color: #f8f8f8; }

.padding-top-3 {
  padding-top: 3px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-top-63 {
  padding-top: 63px; }

.padding-top-65 {
  padding-top: 65px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-top-85 {
  padding-top: 83px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-top-93 {
  padding-top: 93px; }

.padding-top-95 {
  padding-top: 95px; }

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

.padding-top-105 {
  padding-top: 105px; }

.padding-top-110 {
  padding-top: 110px; }

.padding-top-115 {
  padding-top: 115px; }

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

.padding-top-135 {
  padding-top: 135px; }

.padding-top-140 {
  padding-top: 140px; }

.padding-top-150 {
  padding-top: 150px; }

.padding-top-160 {
  padding-top: 160px; }

.padding-top-165 {
  padding-top: 165px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

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

.padding-bottom-47 {
  padding-bottom: 47px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-bottom-63 {
  padding-bottom: 63px; }

.padding-bottom-65 {
  padding-bottom: 65px; }

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

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

.padding-bottom-85 {
  padding-bottom: 85px; }

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

.padding-bottom-94 {
  padding-bottom: 94px; }

.padding-bottom-95 {
  padding-bottom: 95px; }

.padding-bottom-97 {
  padding-bottom: 97px; }

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

.padding-bottom-110 {
  padding-bottom: 110px; }

.padding-bottom-105 {
  padding-bottom: 105px; }

.padding-bottom-115 {
  padding-bottom: 115px; }

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

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

.padding-bottom-135 {
  padding-bottom: 135px; }

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

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

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

.padding-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

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

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

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

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-lr-50 {
  padding-left: 50px;
  padding-right: 50px; }

.margin-top-3 {
  margin-top: 3px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-top-55 {
  margin-top: 55px !important; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-65 {
  margin-top: 65px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-75 {
  margin-top: 75px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-85 {
  margin-top: 85px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-top-105 {
  margin-top: 105px !important; }

.margin-top-110 {
  margin-top: 110px !important; }

.margin-top-115 {
  margin-top: 115px !important; }

.margin-top-125 {
  margin-top: 125px !important; }

.margin-top-120 {
  margin-top: 120px !important; }

.margin-top-130 {
  margin-top: 130px !important; }

.margin-top-135 {
  margin-top: 135px !important; }

.margin-top-140 {
  margin-top: 140px !important; }

.margin-top-150 {
  margin-top: 150px; }

.margin-top-165 {
  margin-top: 165px !important; }

.margin-top-205 {
  margin-top: 205px !important; }

.margin-top-200 {
  margin-top: 200px !important; }

.margin-top-210 {
  margin-top: 210px !important; }

.margin-top-215 {
  margin-top: 215px !important; }

.margin-top-220 {
  margin-top: 220px !important; }

.margin-top-300 {
  margin-top: 300px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-2 {
  margin-bottom: 2px !important; }

.margin-bottom-4 {
  margin-bottom: 4px !important; }

.margin-bottom-6 {
  margin-bottom: 6px !important; }

.margin-bottom-7 {
  margin-bottom: 7px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-13 {
  margin-bottom: 13px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-65 {
  margin-bottom: 65px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-75 {
  margin-bottom: 75px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.margin-bottom-110 {
  margin-bottom: 110px; }

.margin-bottom-115 {
  margin-bottom: 115px; }

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

.margin-bottom-125 {
  margin-bottom: 125px !important; }

.margin-bottom-140 {
  margin-bottom: 140px !important; }

.margin-bottom-130 {
  margin-bottom: 130px !important; }

.margin-bottom-135 {
  margin-bottom: 135px; }

.margin-bottom-150 {
  margin-bottom: 150px; }

.margin-bottom-200 {
  margin-bottom: 200px !important; }

.min-height-600 {
  min-height: 600px; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px; }

.alignright {
  float: right;
  clear: both;
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

.alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

.alignwide {
  max-width: 1100px; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.pagination-area ul li {
  display: inline-block; }

.pagination-area ul li + li {
  margin: 0 2px; }

.pagination-area {
  display: block;
  width: 100%; }

.pagination-area ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.pagination-area ul li a,
.pagination-area ul li span {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  color: #BCBCBC;
  cursor: pointer;
  border-radius: 50%;
  background: transparent; }

.pagination-area ul li span.current,
.pagination-area ul li span:hover {
  background-color: #88C13E;
  color: #fff; }

.pagination-area ul li:last-child span, .pagination-area ul li:first-child span {
  background: #fff;
  color: #BCBCBC;
  border: 0px;
  font-size: 14px;
  display: contents; }
  .pagination-area ul li:last-child span:hover, .pagination-area ul li:first-child span:hover {
    background: #fff;
    color: var(--main-color); }

.pagination-area ul li:first-child {
  margin-right: 30px; }

.pagination-area ul li:last-child {
  margin-left: 30px; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px; }

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block; }

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color); }

.wp-link-pages span:first-child {
  margin-right: 5px; }

dl,
ol,
ul {
  padding-left: 15px; }

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px; }

.post-password-form label {
  font-weight: 600;
  color: #333; }

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.post-password-form input[type=submit]:hover {
  background-color: #121A2F; }

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.50rem !important; }

/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px; }

.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

.wp-block-video video {
  max-width: 636px; }

.wp-block-image img {
  display: block; }

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%; }

.wp-block-image.alignfull img {
  width: 100vw; }

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto; }

.wp-block-cover-text p {
  padding: 1.5em 14px; }

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px; }

.wp-block-table {
  display: block;
  overflow-x: auto; }

.wp-block-table table {
  border-collapse: collapse;
  width: 100%; }

.wp-block-table td, .wp-block-table th {
  padding: .5em; }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.wp-block-quote.is-large {
  margin: 0 auto 16px; }

.wp-block-pullquote > p:first-child {
  margin-top: 0; }

.wp-block-separator {
  margin: 3em auto;
  padding: 0; }

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0; } }

wp-block-video video {
  max-width: 636px; }

.wp-block-image img {
  display: block; }

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%; }

.wp-block-image.alignfull img {
  width: 100vw; }

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto; }

.wp-block-cover-text p {
  padding: 1.5em 14px; }

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px; }

.wp-block-table {
  display: block;
  overflow-x: auto; }

.wp-block-table table {
  border-collapse: collapse;
  width: 100%; }

.wp-block-table td, .wp-block-table th {
  padding: .5em; }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.wp-block-quote.is-large {
  margin: 0 auto 16px; }

.wp-block-pullquote > p:first-child {
  margin-top: 0; }

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em; }

.wp-block-separator {
  margin: 3em auto;
  padding: 0; }

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0; } }

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d; }

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa; }

.has-strong-blue-background-color {
  background-color: #0073aa; }

.has-lighter-blue-color {
  color: #229fd8; }

.has-lighter-blue-background-color {
  background-color: #229fd8; }

.has-very-light-gray-color {
  color: #eee; }

.has-very-light-gray-background-color {
  background-color: #eee; }

.has-very-dark-gray-color {
  color: #444; }

.has-very-dark-gray-background-color {
  background-color: #444; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 1700px) {
  .container {
    max-width: 1400px; } }

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.about-breadcrumb-overlay {
  min-height: 350px !important; }
  .about-breadcrumb-overlay:before {
    position: absolute;
    content: '';
    width: 40%;
    top: -355px;
    height: 170%;
    -webkit-transform: rotate(-54deg);
    -ms-transform: rotate(-54deg);
    transform: rotate(-54deg);
    left: 35%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 295px; }
  .about-breadcrumb-overlay:after {
    display: none; }

.about-page-top .about-content .about-title {
  font-size: 65px;
  letter-spacing: 1.63px;
  font-weight: 700;
  text-transform: capitalize;
  color: #161616; }

.about-page-top .about-content p {
  color: #515151;
  font-size: 15px;
  letter-spacing: 0.38px;
  font-weight: 400;
  margin: 30px 0px; }

.about-page-top .about-content ul {
  padding: 0;
  margin: 0; }
  .about-page-top .about-content ul li {
    color: #515151;
    font-size: 15px;
    letter-spacing: 0.38px;
    font-weight: 400;
    list-style: none; }

.about-page-top .about-content i {
  color: #88C13E;
  margin-right: 15px; }

.about-page-top .about-content .btn {
  color: #88C13E;
  padding: 0px;
  font-size: 18px; }

.breadcrumb-style-1 {
  background-color: #F9F9FA;
  min-height: 421px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .breadcrumb-style-1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 6, 24, 0.4);
    content: '';
    z-index: 1; }
  .breadcrumb-style-1.contact-breadcrumb-overlay:after, .breadcrumb-style-1.blog-breadcrumb-overlay:after {
    display: none; }
  .breadcrumb-style-1.breadcrumb-nobg:after {
    display: none; }
  .breadcrumb-style-1.breadcrumb-nobg .page-title, .breadcrumb-style-1.breadcrumb-nobg .page-list li {
    color: #515151 !important; }
  .breadcrumb-style-1 .breadcrumb-inner {
    position: absolute;
    width: 50%;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
    .breadcrumb-style-1 .breadcrumb-inner h1 {
      font-size: 65px;
      font-family: var(--body-font);
      font-weight: 700;
      color: #fff;
      letter-spacing: 1.63px; }
    .breadcrumb-style-1 .breadcrumb-inner .page-list {
      display: inline-table;
      margin-bottom: 4px; }
      .breadcrumb-style-1 .breadcrumb-inner .page-list li {
        list-style: none;
        padding-right: 20px;
        position: relative;
        display: inline;
        font-size: 16px;
        font-family: var(--body-font);
        font-weight: 400;
        color: #fff;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        letter-spacing: 0.4px;
        text-transform: capitalize;
        opacity: .9; }
        .breadcrumb-style-1 .breadcrumb-inner .page-list li:last-child:after {
          position: absolute;
          top: 0px;
          left: -15px;
          content: "/";
          font-family: 'fontawesome'; }
        .breadcrumb-style-1 .breadcrumb-inner .page-list li a:hover {
          color: var(--main-color);
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }

.breadcrumb-style-2 {
  min-height: 350px;
  background: #E5E5E5;
  background-size: cover;
  position: relative;
  background-position: center center; }
  .breadcrumb-style-2 .breadcrumb-inner {
    position: absolute;
    width: 100%;
    right: 0;
    margin: 0;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
    .breadcrumb-style-2 .breadcrumb-inner h1 {
      font-size: 86px;
      font-family: var(--body-font);
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }

.breadcrumb-style-3 {
  min-height: 350px;
  background: #E5E5E5;
  background-size: cover;
  position: relative;
  background-position: center center; }
  .breadcrumb-style-3 .page-title {
    font-size: 65px;
    text-transform: uppercase;
    letter-spacing: 1.63px;
    color: #161616;
    font-weight: 300; }

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.comments-area {
  margin-top: 43px; }
  .comments-area .comments-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 25px; }
  .comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    margin-bottom: 20px;
    margin-top: 50px; }
    .comments-area .comment-list li {
      margin-bottom: 30px; }
      .comments-area .comment-list li:last-child {
        margin-bottom: 0; }
      .comments-area .comment-list li ul {
        list-style: none; }
        .comments-area .comment-list li ul.children {
          margin: 0;
          padding: 0;
          list-style: none;
          list-style-type: none; }
          .comments-area .comment-list li ul.children li {
            margin-left: 50px;
            list-style-type: none;
            list-style: none; }
      .comments-area .comment-list li .single-comment-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: start;
        align-self: flex-start; }
        .comments-area .comment-list li .single-comment-wrap .thumb {
          margin-right: 20px;
          min-width: 80px;
          border-radius: 50%; }
          .comments-area .comment-list li .single-comment-wrap .thumb img {
            margin-bottom: 10px;
            border-radius: 50%;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3); }
        .comments-area .comment-list li .single-comment-wrap .content {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          position: relative; }
          .comments-area .comment-list li .single-comment-wrap .content .title {
            font-size: 18px;
            line-height: 28px;
            font-weight: 600;
            font-family: var(--body-font); }
          .comments-area .comment-list li .single-comment-wrap .content .comment-content {
            max-width: 620px; }
          .comments-area .comment-list li .single-comment-wrap .content p {
            font-size: 15px;
            line-height: 26px;
            word-break: break-word; }
            .comments-area .comment-list li .single-comment-wrap .content p:last-child {
              margin-bottom: 0; }
          .comments-area .comment-list li .single-comment-wrap .content .reply {
            position: absolute;
            top: 0;
            right: 0;
            color: #fff;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .comments-area .comment-list li .single-comment-wrap .content .reply:hover {
              color: var(--main-color); }
    .comments-area .comment-list .comment-respond {
      margin-bottom: 30px; }
  .comments-area .reply-title,
  .comments-area .comment-reply-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px; }
  .comments-area .form-submit {
    margin-bottom: 0; }
  .comments-area .form-group.textarea .form-control {
    min-height: 160px;
    resize: none;
    line-height: 26px; }

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px; }

.comment-form .form-group.textarea .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.comment-form .form-group .form-control {
  height: 50px;
  line-height: 50px;
  border: 1px solid #e2e2e2; }

.comment-form .submit-btn {
  height: 50px;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  color: #fff; }

.comment-form .submit-btn:hover {
  background-color: var(--heading-color);
  color: #fff; }

.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px; }

.comments-area .comment-list li ul.children {
  margin-top: 30px;
  margin-bottom: 30px; }

.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 5px; }

.contact-area .contact-top {
  background: url("../img/bg/contact-top.png");
  background-repeat: no-repeat;
  background-position: 50% -20%;
  position: relative;
  background-color: #E5E5E5; }
  .contact-area .contact-top:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); }
  .contact-area .contact-top .contact-title {
    padding-top: 63px;
    position: inherit; }
    .contact-area .contact-top .contact-title .title {
      font-family: var(--body-font);
      text-align: center;
      color: #161616;
      font-size: 65px;
      letter-spacing: 1.63px;
      font-weight: 700;
      text-transform: capitalize; }
    .contact-area .contact-top .contact-title .subtitle {
      font-size: 18px;
      font-family: var(--body-font);
      text-align: center;
      color: #161616;
      line-height: 35px;
      letter-spacing: 0.45px;
      font-weight: 500; }

.contact-area #map {
  height: 500px; }

.contact-form {
  padding-top: 45px;
  padding-bottom: 70px;
  position: inherit; }
  .contact-form .form-group {
    padding-left: 4px;
    padding-right: 3px; }
    .contact-form .form-group .input-form, .contact-form .form-group textarea {
      width: 100%;
      height: 58px;
      border-radius: 4px;
      border: 1px solid #BCBCBC;
      background: transparent;
      padding-left: 35px;
      font-family: var(--body-font);
      font-weight: 400;
      color: var(--paragraph-color);
      font-size: 18px; }
      .contact-form .form-group .input-form:focus, .contact-form .form-group textarea:focus {
        border: 1px solid #88C13E; }
    .contact-form .form-group textarea {
      height: auto;
      padding: 35px; }
  .contact-form .form-row .form-group {
    padding-left: 8px;
    padding-right: 8px; }

.contact-box {
  border: 1px solid rgba(188, 188, 188, 0.3);
  padding: 45px 50px 28px 50px;
  margin: 10px 0px;
  text-align: center; }
  .contact-box .contact-icon i:before {
    color: #88C13E;
    font-size: 60px; }
  .contact-box .cb-title {
    color: #161616;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    margin-top: 12px; }
  .contact-box span {
    color: #999;
    font-size: 16px;
    letter-spacing: 0.45px;
    font-weight: 400;
    font-family: var(--rubik-font); }
  .contact-box h5 {
    font-size: 14px;
    font-family: var(--rubik-font);
    font-weight: 700;
    color: #cecece;
    margin-top: 20px; }
  .contact-box:hover {
    -webkit-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-color: transparent; }

.contact-form label,
.contact-form input {
  border: 0;
  margin-bottom: 3px;
  display: block;
  width: 100%; }

.contact-form input {
  height: 25px;
  line-height: 25px;
  padding: 0 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.contact-form .error {
  color: red; }

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%; }

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%; }

.mapouter1 {
  position: relative;
  text-align: right;
  height: 100%;
  width: 100%; }

.gmap_canvas1 {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%; }

.form-result {
  color: #88C13E;
  text-align: center; }

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 30px; }

.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-weight: 500; }

.widget .widget-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 0.45px; }

.widget.widget_calendar {
  padding-right: 24px;
  padding-left: 24px; }

.widget:last-child {
  margin-bottom: 0px; }

.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none; }

.widget.footer-widget .subscribe-form .input-group .form-control {
  padding: 15px;
  font-size: 15px; }
  .widget.footer-widget .subscribe-form .input-group .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(22, 22, 22, 0.7); }
  .widget.footer-widget .subscribe-form .input-group .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(22, 22, 22, 0.7); }
  .widget.footer-widget .subscribe-form .input-group .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(22, 22, 22, 0.7); }
  .widget.footer-widget .subscribe-form .input-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(22, 22, 22, 0.7); }
  .widget.footer-widget .subscribe-form .input-group .form-control:focus {
    border-color: #88C13E; }

.widget.footer-widget .subscribe-form .submit-btn:hover {
  background-color: #fff;
  color: var(--main-color); }

.widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
  background: transparent;
  border-color: #88C13E;
  padding: 20px 20px;
  border-radius: 20px 0px 0px 20px; }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.7); }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.7); }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.7); }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.7); }

.widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
  border-radius: 0px 20px 20px 0px;
  padding: 20px 45px;
  font-size: 15px;
  letter-spacing: 0.4px; }

.widget.footer-widget {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 45px; }

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget ul li ul {
  margin-left: 20px; }

.widget ul li {
  display: block;
  margin: 8px 0;
  word-break: break-word; }

.widget ul li:first-child {
  margin-top: 0px; }

.widget ul li:last-child {
  margin-bottom: 0px; }

.widget ul li a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.widget ul li a:hover {
  color: var(--main-color); }

.footer-widget.widget_nav_menu ul li a {
  position: relative;
  padding-left: 15px; }

.footer-widget.widget_nav_menu ul li a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: "fontawesome";
  font-weight: 900;
  color: var(--main-color); }

.widget_search .search-form {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 10px;
  margin-bottom: 50px; }

.widget_search .search-form .form-group {
  margin-bottom: 0; }

.widget_search .search-form .form-group .form-control {
  height: 60px;
  padding: 0 70px 0 15px;
  border: 0px;
  border-radius: 5px; }

.widget_search .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--main-color);
  color: #fff;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  border: none;
  cursor: pointer; }

.widget_search .search-form .submit-btn:hover {
  background-color: var(--heading-color);
  color: #fff; }

.widget_author_meta {
  text-align: center; }

.widget_author_meta .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px; }

.widget_author_meta .thumb img {
  border-radius: 50%; }

.widget_author_meta .content .name {
  font-size: 21px;
  font-weight: 700; }

.widget_author_meta .content p {
  font-size: 15px;
  line-height: 26px; }

.widget_author_meta .content ul {
  margin-top: 25px; }

.widget_author_meta .content ul li {
  display: inline-block;
  margin: 0 5px; }

.widget_author_meta .content ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.widget_author_meta .content ul li a:hover {
  background-color: var(--main-color);
  color: #fff; }

.widget_tag_cloud .tag-title {
  font-size: 18px;
  color: #161616;
  padding-top: 8px;
  padding-right: 15px; }

.widget_tag_cloud .tagcloud a {
  padding: 6px 15px;
  margin: 5px;
  color: #959595;
  background: #D9D9D9;
  float: left;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-size: 15px !important;
  letter-spacing: 1.5px; }

.widget_tag_cloud .widget-title {
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #515151;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 18px; }

.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--main-color);
  color: #fff; }

.widget ul li ul.sub-menu {
  position: initial; }

.widget ul li ul.sub-menu {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px; }

.widget ul li ul.sub-menu li a {
  padding: 0 0 0px 10px; }

.widget ul li ul.sub-menu li a:hover {
  background-color: transparent; }

.widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget.widget_nav_menu ul li {
  margin: 15px 0; }

.widget.widget_nav_menu ul li:first-child {
  margin-top: 0; }

.widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0; }

.widget.widget_nav_menu ul li a {
  border: none; }

.widget.widget_nav_menu ul li > ul {
  margin-left: 15px; }

.widget.footer-widget.widget_calendar table {
  margin-bottom: 0; }

.widget.footer-widget.widget_calendar caption {
  padding-bottom: 0; }

.widget.footer-widget .widget-title {
  color: rgba(255, 255, 255, 0.9); }

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td {
  color: rgba(255, 255, 255, 0.6); }

.widget.footer-widget ul li a,
.widget.footer-widget ul li {
  color: rgba(255, 255, 255, 0.6); }

.widget.footer-widget ul li a:hover {
  color: var(--main-color); }

.widget .social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .widget .social_share li {
    width: calc(100% / 3);
    margin: 0;
    display: block;
    padding: 20px 0 12px 0;
    text-align: center;
    border-radius: 5px;
    color: #fff; }
    .widget .social_share li i {
      display: block;
      margin-bottom: 10px;
      font-size: 24px; }
    .widget .social_share li a:hover {
      color: #fff; }
    .widget .social_share li + li {
      margin-left: 10px; }

.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget .recent_post_item li {
    display: block; }
    .widget .recent_post_item li + li {
      margin-top: 20px; }
    .widget .recent_post_item li.single-recent-post-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .widget .recent_post_item li.single-recent-post-item .thumb {
        width: 90px;
        margin-right: 15px; }
        .widget .recent_post_item li.single-recent-post-item .thumb img {
          border-radius: 5px; }
      .widget .recent_post_item li.single-recent-post-item .content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .widget .recent_post_item li.single-recent-post-item .content .title {
          font-size: 20px;
          line-height: 32px;
          font-weight: 600;
          letter-spacing: 0.38px;
          color: #fff;
          text-transform: capitalize; }
        .widget .recent_post_item li.single-recent-post-item .content .desc {
          font-size: 15px;
          font-weight: 500;
          letter-spacing: 0.38px;
          color: rgba(255, 255, 255, 0.6);
          line-height: 24px; }

.contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .contact_info_list li {
    display: block; }
    .contact_info_list li.single-info-item {
      position: relative;
      margin-bottom: 25px; }
      .contact_info_list li.single-info-item .icon {
        position: absolute;
        left: 0;
        top: -5px;
        color: rgba(255, 255, 255, 0.6); }
      .contact_info_list li.single-info-item .details {
        padding-left: 50px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px; }

.footer-logo {
  margin-top: -15px;
  display: block; }
  .footer-logo img {
    margin-bottom: 40px; }

.widget .description {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 15px;
  letter-spacing: 0.38px;
  font-weight: 400;
  margin-bottom: 0px; }

.widget .input-group .btn {
  background: #88C13E;
  text-transform: uppercase;
  color: #fff;
  margin-left: -2px;
  padding: 15px;
  font-size: 15px; }
  .widget .input-group .btn:hover {
    background: #515151 !important;
    color: #88C13E !important;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }

.copyright-area {
  padding: 20px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7); }

.widget-testimonial .icon {
  font-size: 70px;
  line-height: 60px;
  color: var(--main-color);
  margin-bottom: 16px; }

.widget-testimonial p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6; }

.widget-testimonial .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 24px; }
  .widget-testimonial .author-meta .thumb {
    margin-right: 20px; }
    .widget-testimonial .author-meta .thumb img {
      max-width: 80px;
      height: 80px;
      border-radius: 50%; }
  .widget-testimonial .author-meta .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 15px; }
    .widget-testimonial .author-meta .content .name {
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0; }
    .widget-testimonial .author-meta .content .designation {
      color: rgba(255, 255, 255, 0.8);
      font-size: 15px; }

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-area {
  padding: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5; }
  .navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 1; }
  .navbar-area .nav-container {
    background-color: transparent;
    max-width: 90%;
    padding: 15px 0px; }
    .navbar-area .nav-container .logo {
      padding-top: 7px; }
      .navbar-area .nav-container .logo a {
        font-family: var(--body-font);
        font-size: 33px; }
    .navbar-area .nav-container .navbar-brand .site-title {
      font-weight: 700;
      font-size: 30px;
      font-family: var(--body-font);
      line-height: 90px;
      color: var(--heading-color); }
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
      display: block;
      width: 100%;
      text-align: right; }
      .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 90px;
        text-transform: capitalize; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          color: rgba(255, 255, 255, 0.5); }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
          color: #88C13E; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
          margin-left: 20px; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item {
          color: var(--main-color) !important; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item > a {
            color: var(--main-color) !important;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
            color: var(--main-color) !important; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
          position: relative;
          z-index: 0; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
            position: absolute;
            right: 0;
            top: 50%;
            content: '\f107';
            font-family: 'fontawesome';
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            color: rgba(255, 255, 255, 0.5); }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            color: var(--main-color); }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
              color: var(--main-color); }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
            visibility: visible;
            opacity: 1; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
            position: absolute;
            text-align: left;
            min-width: 220px;
            margin: 0;
            padding: 0;
            list-style: none;
            right: 0;
            top: 100%;
            -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
            background-color: #fff;
            z-index: 9;
            border-bottom: 4px solid var(--main-color);
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
              border-bottom: 0px !important; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
              display: block;
              margin-left: 0;
              line-height: 22px;
              font-size: 15px; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
                border-top: 1px solid #e2e2e2; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
                display: block;
                padding: 12px 30px;
                background-color: #fff;
                white-space: nowrap;
                color: #000;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in; }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
                  background-color: var(--main-color);
                  color: #fff; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
              position: relative;
              z-index: 0;
              padding-right: 0px; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
                position: absolute;
                right: 15px;
                top: 50%;
                content: '\f105';
                font-family: 'fontawesome';
                -ms-transform: translateY(-50%);
                /* IE 9 */
                -webkit-transform: translateY(-50%);
                /* Chrome, Safari, Opera */
                transform: translateY(-50%); }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
                left: 100%;
                top: 20px; }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
                  left: auto;
                  right: 100%; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
                visibility: visible;
                opacity: 1; }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
                  color: #fff; }
      .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
        padding-right: 15px; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover {
          color: var(--main-color) !important; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover > a {
            color: var(--main-color) !important; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover:before {
            color: var(--main-color) !important; }
  .navbar-area.black-bg {
    background: var(--heading-color);
    position: relative; }

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible; }

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px; }

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 17px;
  right: -5px; }

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 24px;
  right: -5px; }

.responsive-mobile-menu button:focus {
  outline: none;
  border: none; }

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
    position: relative;
    z-index: 0; }
    .navbar-area .nav-container .navbar-brand {
      display: block; }
      .navbar-area .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid var(--heading-color); }
    .navbar-area .nav-container .navbar-collapse {
      -webkit-transform: translateX(110%);
      -ms-transform: translateX(110%);
      transform: translateX(110%);
      margin-top: 15px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      height: 100%;
      height: auto;
      position: absolute;
      top: 70px; }
      .navbar-area .nav-container .navbar-collapse.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 20px; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li {
          display: block;
          text-align: left;
          line-height: 30px;
          padding: 10px 0;
          border-bottom: 1px solid var(--heading-color); }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
            border-bottom: none; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
            margin-left: 0; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
            top: 25px;
            right: 20px; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
            padding-bottom: 0; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
              visibility: visible;
              height: auto;
              opacity: 1;
              background-color: transparent;
              border-bottom: none; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
            position: initial;
            display: block;
            width: 100%;
            border-top: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-left: 0;
            padding-bottom: 0;
            visibility: hidden;
            opacity: 0;
            height: 0;
            overflow: hidden;
            max-height: 250px;
            overflow-y: scroll;
            -webkit-transition: height 500ms;
            -moz-transition: height 500ms;
            -o-transition: height 500ms;
            transition: height 500ms; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
              content: "\f107"; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
              padding: 0; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
                top: 30px;
                color: #fff; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
                border-top: none; } }

@media only screen and (max-width: 1500px) {
  .navbar-nav {
    text-align: center !important; }
  .navbar-area.nav-style-02 {
    padding: 5px 0px; } }

.nav-style-03 .navbar-nav li.menu-item-has-children:before {
  color: #161616; }

.nav-style-03 .navbar-nav > li a {
  color: var(--heading-color); }

.nav-style-03 .navbar-nav li.current-menu-item > a {
  color: var(--main-color) !important; }

.nav-style-03 .menu-item-has-children:hover > a {
  color: var(--main-color) !important; }

.nav-style-03 .hamberger-area ul li {
  color: var(--heading-color) !important; }

.nav-right-part ul {
  padding: 0;
  margin: 0; }
  .nav-right-part ul li {
    list-style: none;
    float: left; }
    .nav-right-part ul li.search {
      position: relative;
      top: 6px;
      padding: 10px 40px 10px 20px; }
      .nav-right-part ul li.search a {
        font-size: 24px; }

.hamburger {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%; }
  .hamburger:hover {
    opacity: 1; }

.hamberger-black .hamburger {
  background: #161616; }
  .hamberger-black .hamburger .hamburger-inner, .hamberger-black .hamburger .hamburger-inner:after, .hamberger-black .hamburger .hamburger-inner:before {
    background: #fff; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 28px;
  height: 2px; }

.hamburger-box {
  height: auto;
  left: 1px; }

.mega-menu {
  width: 600px;
  background: #FDFFF9 !important;
  height: 100%;
  float: left;
  padding: 15px 25px !important; }
  .mega-menu:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FDFFF9;
    top: -14px;
    right: 30px; }
  .mega-menu li {
    width: 33%;
    float: left;
    text-transform: capitalize !important;
    font-size: 13px !important;
    line-height: 35px !important; }
    .mega-menu li + li {
      border-top: 0px !important; }
    .mega-menu li a {
      background: #FDFFF9 !important;
      padding: 0px !important; }
      .mega-menu li a:hover {
        color: #88C13E !important; }

.banner-slider {
  min-height: 530px; }

.banner-area .container {
  max-width: 90%; }

.banner-area .banner-slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s; }

.banner-area .scroll {
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2; }
  .banner-area .scroll .scroll-btn {
    width: 15px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 58px;
    margin-bottom: 10px; }
    .banner-area .scroll .scroll-btn span {
      background: rgba(255, 255, 255, 0.5);
      height: 10px;
      position: absolute;
      width: 5px;
      top: 2px;
      margin-left: 4px;
      border-radius: 5px;
      -webkit-animation: scroll 2s infinite;
      animation: scroll 2s infinite; }

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  10% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes scroll {
  from {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  10% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
    .banner-area .scroll .scroll-btn ul {
      position: absolute;
      top: 35px;
      right: 5px; }
      .banner-area .scroll .scroll-btn ul li {
        list-style: none;
        width: 3px;
        height: 3px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        margin-bottom: 3px; }
        .banner-area .scroll .scroll-btn ul li:nth-child(2) {
          opacity: 0.4; }
        .banner-area .scroll .scroll-btn ul li:nth-child(3) {
          opacity: 0.3; }
  .banner-area .scroll span {
    font-size: 15px;
    line-height: 25px;
    font-family: var(--secondary-font);
    text-transform: uppercase; }
    @media only screen and (max-width: 1400px) {
      .banner-area .scroll span {
        font-size: 10px; } }

.banner-style-one {
  background-size: cover;
  min-height: 400px;
  position: relative;
  background-position: center center; }
  .banner-style-one .banner-bg-style-one {
    background-size: cover;
    height: 100vh; }
    .banner-style-one .banner-bg-style-one .banner-inner-style-one {
      position: absolute;
      top: calc(37% - 3px); }
      .banner-style-one .banner-bg-style-one .banner-inner-style-one p {
        font-size: 48px;
        font-family: var(--body-font);
        font-weight: 600;
        text-transform: uppercase;
        line-height: 33px;
        margin-bottom: 26px; }
  .banner-style-one .title1 {
    color: #fff;
    font-size: 100px;
    text-transform: capitalize;
    font-family: var(--body-font);
    font-weight: 700;
    text-transform: uppercase; }
  .banner-style-one .banner-small-slider {
    width: 45%;
    position: absolute;
    bottom: 50px;
    left: 60%;
    top: 30%;
    z-index: 1; }
    .banner-style-one .banner-small-slider .controler-wrapper {
      margin-top: 33px;
      padding-left: 10px;
      width: 60%;
      float: right;
      right: 10%; }
      .banner-style-one .banner-small-slider .controler-wrapper .active-controler {
        font-size: 18px;
        letter-spacing: 0.025em; }
      .banner-style-one .banner-small-slider .controler-wrapper .progressbar {
        width: 100px;
        float: left;
        height: 6px;
        position: relative;
        top: 10px;
        margin-right: 20px; }
        .banner-style-one .banner-small-slider .controler-wrapper .progressbar .home-slider-progress {
          background-color: #515151;
          position: absolute;
          width: 100px;
          height: 3px; }
        .banner-style-one .banner-small-slider .controler-wrapper .progressbar .home-slider-progress-active {
          background-color: var(--main-color);
          position: absolute;
          width: 25px;
          height: 2px;
          top: 0px; }
      .banner-style-one .banner-small-slider .controler-wrapper .total-controler {
        text-align: right;
        font-size: 15px;
        letter-spacing: 0.025em;
        color: rgba(255, 255, 255, 0.5); }
  .banner-style-one .small-slider img {
    width: 260px;
    border-radius: 10px; }
  .banner-style-one .small-slider .slick-active img {
    height: auto;
    margin-right: 20px;
    padding: 10px;
    border-radius: 20px;
    width: auto; }
  .banner-style-one .small-slider .slick-active + .slick-active img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: 10%; }
  .banner-style-one .small-slider .slick-active + .slick-active + .slick-active img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .banner-style-one .social-icon {
    position: absolute;
    top: 90%;
    right: 5%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2; }
    .banner-style-one .social-icon .icon-list {
      margin-right: 5px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-align: center;
      margin-bottom: 10px;
      display: inline-block; }
    .banner-style-one .social-icon .icon-list:last-child {
      margin-right: 0; }
    .banner-style-one .social-icon .icon-text {
      font-size: 18px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: rgba(255, 255, 255, 0.5); }
    .banner-style-one .social-icon .icon-text:hover {
      color: var(--main-color); }
  .banner-style-one .border1 {
    top: 0%;
    left: 14%;
    position: absolute;
    height: 100%;
    width: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .banner-style-one .border1:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: -2px;
      width: 4px;
      height: 30px;
      -webkit-animation: scroll1 6s ease-out infinite;
      animation: scroll1 6s ease-out infinite;
      background: #88C13E; }

@-webkit-keyframes scroll1 {
  0% {
    opacity: 1;
    bottom: 0; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 0.5; } }

@keyframes scroll1 {
  0% {
    opacity: 1;
    bottom: 0; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 0.5; } }
  .banner-style-one .border2 {
    top: 0%;
    left: 50%;
    position: absolute;
    height: 100%;
    width: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .banner-style-one .border2:before {
      content: '';
      position: absolute;
      top: 0;
      right: -2px;
      width: 4px;
      height: 30px;
      -webkit-animation: scroll2 6s ease-out infinite;
      animation: scroll2 6s ease-out infinite;
      background: #88C13E;
      overflow: hidden; }

@-webkit-keyframes scroll2 {
  0% {
    opacity: 1;
    top: 0; }
  50% {
    top: 50%; }
  100% {
    top: calc(100% - 30px);
    opacity: 0.5; } }

@keyframes scroll2 {
  0% {
    opacity: 1;
    top: 0; }
  50% {
    top: 50%; }
  100% {
    top: calc(100% - 30px);
    opacity: 0.5; } }
  .banner-style-one .border3 {
    top: 120px;
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .banner-style-one .border4 {
    top: 80%;
    left: 50%;
    position: absolute;
    height: 1px;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .banner-style-one .border4:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0px;
      width: 30px;
      height: 4px;
      -webkit-animation: scroll3 7s ease-out infinite;
      animation: scroll3 7s ease-out infinite;
      background: #88C13E; }

@-webkit-keyframes scroll3 {
  0% {
    opacity: 1;
    left: 0; }
  50% {
    left: 50%; }
  100% {
    left: 100%;
    opacity: 0.5; } }

@keyframes scroll3 {
  0% {
    opacity: 1;
    left: 0; }
  50% {
    left: 50%; }
  100% {
    left: 100%;
    opacity: 0.5; } }
  .banner-style-one .cart-btn {
    position: absolute;
    top: 87%;
    left: 6%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 65px;
    height: 65px;
    background: rgba(136, 193, 62, 0.4);
    text-align: center;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 40px; }
    .banner-style-one .cart-btn a {
      font-size: 15px;
      position: relative;
      z-index: 9;
      top: 14px;
      left: 2px; }
      .banner-style-one .cart-btn a .badge {
        background: #88C13E;
        border-radius: 50%;
        top: -15px;
        left: 10px;
        width: 22px;
        position: absolute;
        height: 22px;
        line-height: 16px;
        font-weight: 400;
        -webkit-box-shadow: 0px 2px 7px #333;
        box-shadow: 0px 2px 7px #333; }
      .banner-style-one .cart-btn a i:before {
        margin-left: -5px; }

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1), 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1), 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1), 0 0 0 60px rgba(136, 193, 62, 0);
    box-shadow: 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1), 0 0 0 60px rgba(136, 193, 62, 0); } }

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1), 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1), 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1), 0 0 0 60px rgba(136, 193, 62, 0);
    box-shadow: 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1), 0 0 0 60px rgba(136, 193, 62, 0); } }

@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2);
    box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1); } }

@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2);
    box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1); } }
  .banner-style-one .slick-prev, .banner-style-one .slick-next {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 9;
    top: auto;
    bottom: -78px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.8); }
    .banner-style-one .slick-prev:hover, .banner-style-one .slick-next:hover {
      background: var(--main-color);
      border-color: #88C13E; }
      .banner-style-one .slick-prev:hover:before, .banner-style-one .slick-next:hover:before {
        color: #fff; }
    .banner-style-one .slick-prev::before, .banner-style-one .slick-next::before {
      font-family: 'fontawesome';
      color: #161616;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      line-height: 15px; }
  .banner-style-one .slick-prev {
    position: absolute;
    left: 12%; }
    .banner-style-one .slick-prev:before {
      content: "\f104"; }
  .banner-style-one .slick-next {
    left: calc(12% + 50px); }
    .banner-style-one .slick-next:before {
      content: "\f105";
      padding-left: 2px; }

.banner-style-two .banner-bg-style-two {
  background-size: 600px;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #161616;
  min-height: 530px; }
  .banner-style-two .banner-bg-style-two .banner-inner-style-two {
    position: absolute;
    bottom: 5%; }
    .banner-style-two .banner-bg-style-two .banner-inner-style-two p {
      margin-bottom: 15px;
      font-size: 24px;
      font-family: var(--body-font);
      font-weight: 600;
      letter-spacing: 12.8px;
      text-transform: uppercase;
      text-align: center;
      position: relative; }
      .banner-style-two .banner-bg-style-two .banner-inner-style-two p:before {
        position: absolute;
        content: '';
        top: 13px;
        width: 70px;
        height: 1px;
        left: 0px;
        background: #fff; }
      .banner-style-two .banner-bg-style-two .banner-inner-style-two p:after {
        position: absolute;
        content: '';
        top: 13px;
        width: 70px;
        height: 1px;
        right: 0px;
        background: #fff; }
    .banner-style-two .banner-bg-style-two .banner-inner-style-two .title1 {
      color: #fff;
      font-size: 80px;
      text-transform: capitalize;
      font-family: var(--body-font);
      font-weight: 700;
      letter-spacing: 2.13px; }
    .banner-style-two .banner-bg-style-two .banner-inner-style-two .subtitle {
      font-size: 24px;
      letter-spacing: 5px;
      text-transform: uppercase;
      font-weight: 300;
      color: #fff;
      margin-top: 20px; }
    .banner-style-two .banner-bg-style-two .banner-inner-style-two::before {
      position: absolute;
      content: '';
      top: 9px;
      width: 7px;
      height: 7px;
      background: #fff;
      border-radius: 50%; }
    .banner-style-two .banner-bg-style-two .banner-inner-style-two::after {
      position: absolute;
      content: '';
      top: 9px;
      right: 0;
      width: 7px;
      height: 7px;
      background: #fff;
      border-radius: 50%; }

.banner-style-two .banner-slider2 .slick-dots {
  width: 10%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 48%;
  left: 2.85714rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-family: var(--body-font);
  left: calc(6% + 70px) !important; }
  .banner-style-two .banner-slider2 .slick-dots li {
    margin: 0 0;
    margin-right: 20px;
    height: 30px;
    width: 40px; }
    .banner-style-two .banner-slider2 .slick-dots li button {
      font-size: 15px;
      color: rgba(255, 255, 255, 0.5); }
      .banner-style-two .banner-slider2 .slick-dots li button:after {
        content: "0";
        margin-left: -20px;
        display: block; }
      .banner-style-two .banner-slider2 .slick-dots li button:before {
        display: none; }
    .banner-style-two .banner-slider2 .slick-dots li.slick-active button {
      color: var(--main-color);
      font-size: 24px; }

.banner-style-two .social-icon {
  position: absolute;
  top: 50%;
  right: 5%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2; }
  .banner-style-two .social-icon .icon-list {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 10px;
    display: block; }
  .banner-style-two .social-icon .icon-list:last-child {
    margin-right: 0; }
  .banner-style-two .social-icon .icon-text {
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff; }
  .banner-style-two .social-icon .icon-text:hover {
    color: var(--main-color); }

.banner-style-two .video-btn-style-2 {
  position: absolute;
  top: 87%;
  left: 6%;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 65px;
  height: 65px;
  background: rgba(136, 193, 62, 0.4);
  text-align: center;
  border-radius: 50%;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  line-height: 40px; }
  .banner-style-two .video-btn-style-2 a {
    font-size: 15px;
    position: relative;
    z-index: 9;
    top: 14px;
    left: 4px; }
    .banner-style-two .video-btn-style-2 a .badge {
      background: #88C13E;
      border-radius: 50%;
      top: -9px;
      left: 10px;
      width: 22px;
      position: absolute;
      height: 22px;
      line-height: 20px;
      font-weight: 400;
      -webkit-box-shadow: 0px 2px 7px #333;
      box-shadow: 0px 2px 7px #333; }
    .banner-style-two .video-btn-style-2 a i:before {
      margin-left: -5px; }

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1), 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1), 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1), 0 0 0 60px rgba(136, 193, 62, 0);
    box-shadow: 0 0 0 20px rgba(136, 193, 62, 0.1), 0 0 0 40px rgba(136, 193, 62, 0.1), 0 0 0 60px rgba(136, 193, 62, 0); } }

@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2);
    box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1);
    box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1); } }

.banner-style-two .cart-btn-style-2 {
  position: absolute;
  top: 30%;
  right: 5%;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 40px; }
  .banner-style-two .cart-btn-style-2 a {
    font-size: 15px;
    position: relative;
    z-index: 2;
    top: 22px;
    left: -7px; }
    .banner-style-two .cart-btn-style-2 a .badge {
      background: #88C13E;
      border-radius: 50%;
      top: -9px;
      left: 10px;
      width: 22px;
      position: absolute;
      height: 22px;
      line-height: 20px;
      font-weight: 400;
      -webkit-box-shadow: 0px 2px 7px #333;
      box-shadow: 0px 2px 7px #333; }
    .banner-style-two .cart-btn-style-2 a i:before {
      margin-left: -5px; }

.banner-style-two .absolute-btn {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 15px;
  height: 15px;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(136, 193, 62, 0.3);
  box-shadow: 0 0 0 8px rgba(136, 193, 62, 0.3); }
  .banner-style-two .absolute-btn a {
    position: relative;
    z-index: 1;
    top: -19px;
    left: 0px;
    color: #88C13E; }
    .banner-style-two .absolute-btn a span {
      -webkit-animation: pulsebtn 1s infinite;
      animation: pulsebtn 1s infinite;
      width: 2px;
      height: 2px;
      position: absolute;
      background: #88C13E;
      border-radius: 50%;
      top: 25px;
      left: -1px; }

@-webkit-keyframes pulsebtn {
  0% {
    -webkit-box-shadow: 0 0 0 0 #88C13E;
    box-shadow: 0 0 0 0 #88C13E; }
  70% {
    -webkit-box-shadow: 0 0 0 2px #88C13E;
    box-shadow: 0 0 0 2px #88C13E; }
  100% {
    -webkit-box-shadow: 0 0 0 0 #88C13E;
    box-shadow: 0 0 0 0 #88C13E; } }

@keyframes pulsebtn {
  0% {
    -webkit-box-shadow: 0 0 0 0 #88C13E;
    box-shadow: 0 0 0 0 #88C13E; }
  70% {
    -webkit-box-shadow: 0 0 0 2px #88C13E;
    box-shadow: 0 0 0 2px #88C13E; }
  100% {
    -webkit-box-shadow: 0 0 0 0 #88C13E;
    box-shadow: 0 0 0 0 #88C13E; } }

.banner-style-two .absolute-btn-1 {
  top: 11%;
  left: 46%; }

.banner-style-two .absolute-btn-2 {
  top: 17%;
  left: 38%; }

.banner-style-two .absolute-btn-3 {
  top: 30%;
  left: 32%; }

.banner-style-two .absolute-btn-4 {
  top: 43%;
  left: 30%; }

.banner-style-two .absolute-btn-5 {
  top: 55%;
  left: 31%; }

.banner-style-two .absolute-btn-6 {
  top: 65%;
  left: 35%; }

.banner-style-two .slick-prev, .banner-style-two .slick-next {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 9;
  top: auto;
  bottom: 50%; }
  .banner-style-two .slick-prev:hover, .banner-style-two .slick-next:hover {
    background: transparent; }
    .banner-style-two .slick-prev:hover:before, .banner-style-two .slick-next:hover:before {
      color: #88C13E; }
  .banner-style-two .slick-prev::before, .banner-style-two .slick-next::before {
    font-family: 'fontawesome';
    color: var(--main-color); }

.banner-style-two .slick-prev {
  position: absolute;
  left: 5%; }
  .banner-style-two .slick-prev:before {
    content: "\f104"; }

.banner-style-two .slick-next {
  left: calc(5% + 150px); }
  .banner-style-two .slick-next:before {
    content: "\f105"; }

.banner-style-two .slick-prev:before, .banner-style-two .slick-next:before {
  font-size: 45px;
  color: rgba(255, 255, 255, 0.5); }

.banner-style-three {
  min-height: 620px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat; }
  .banner-style-three:before {
    position: absolute;
    content: '';
    width: 100%;
    top: auto;
    bottom: 0;
    background: url("../img/bg/dot2.png");
    background-size: cover;
    background-position: center;
    height: 45vh;
    opacity: 0.4; }
  .banner-style-three .sun-bg {
    position: absolute;
    left: 50%;
    top: 10%;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%); }
  .banner-style-three .bmi-wrapper {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }
    .banner-style-three .bmi-wrapper p {
      margin-bottom: 20px;
      font-size: 24px;
      font-family: var(--body-font);
      font-weight: 300;
      text-transform: uppercase;
      text-align: center;
      position: relative; }
    .banner-style-three .bmi-wrapper .form-field input {
      width: 130px;
      background: transparent;
      color: #fff;
      padding: 15px;
      text-align: center; }
      .banner-style-three .bmi-wrapper .form-field input:focus {
        border-color: #88C13E; }
    .banner-style-three .bmi-wrapper .nice-select {
      width: 155px;
      background: transparent;
      color: #fff;
      text-align: center;
      height: auto;
      padding: 6px;
      font-size: 15px; }
      .banner-style-three .bmi-wrapper .nice-select .list {
        width: 155px;
        color: #161616; }
      .banner-style-three .bmi-wrapper .nice-select:after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 45%;
        height: 10px;
        width: 10px; }
      .banner-style-three .bmi-wrapper .nice-select:focus {
        border-color: #88C13E; }
    .banner-style-three .bmi-wrapper ::-webkit-input-placeholder {
      color: #fff;
      opacity: 1;
      font-weight: 300; }
    .banner-style-three .bmi-wrapper :-ms-input-placeholder {
      color: #fff;
      opacity: 1;
      font-weight: 300; }
    .banner-style-three .bmi-wrapper ::-ms-input-placeholder {
      color: #fff;
      opacity: 1;
      font-weight: 300; }
    .banner-style-three .bmi-wrapper ::placeholder {
      color: #fff;
      opacity: 1;
      font-weight: 300; }
    .banner-style-three .bmi-wrapper .btn-wrapper a {
      background: #90CAEC !important;
      margin-top: 25px;
      border: 0px;
      color: #000;
      font-weight: 500;
      padding: 14px 30px;
      font-size: 15px; }
  .banner-style-three .banner-bg-style-three {
    height: 100vh;
    min-height: 620px; }
    .banner-style-three .banner-bg-style-three .banner-inner-style-three {
      position: absolute;
      text-align: center;
      bottom: 30%; }
      .banner-style-three .banner-bg-style-three .banner-inner-style-three .bannar-lg-text {
        color: #88C13E;
        text-transform: uppercase;
        font-size: 155px;
        font-weight: 700; }
  .banner-style-three .banner-slider3 .slick-dots {
    width: 10%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 48%;
    left: 2.85714rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-family: var(--body-font);
    left: 5% !important; }
    .banner-style-three .banner-slider3 .slick-dots li {
      margin: 0 0;
      margin-right: 20px;
      height: 30px;
      width: 40px; }
      .banner-style-three .banner-slider3 .slick-dots li button {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5); }
        .banner-style-three .banner-slider3 .slick-dots li button:after {
          content: "0";
          margin-left: -20px;
          display: block; }
        .banner-style-three .banner-slider3 .slick-dots li button:before {
          display: none; }
      .banner-style-three .banner-slider3 .slick-dots li.slick-active button {
        color: #fff;
        font-size: 24px;
        letter-spacing: 4px;
        font-weight: 400; }
  .banner-style-three .social-icon {
    position: absolute;
    top: 50%;
    right: 5%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2; }
    .banner-style-three .social-icon .icon-list {
      margin-right: 5px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-align: center;
      margin-bottom: 10px;
      display: block; }
    .banner-style-three .social-icon .icon-list:last-child {
      margin-right: 0; }
    .banner-style-three .social-icon .icon-text {
      font-size: 18px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #fff; }
    .banner-style-three .social-icon .icon-text:hover {
      opacity: .5; }
  .banner-style-three .slick-prev, .banner-style-three .slick-next {
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 9;
    top: 80%; }
    .banner-style-three .slick-prev:hover, .banner-style-three .slick-next:hover {
      background: var(--main-color); }
      .banner-style-three .slick-prev:hover:before, .banner-style-three .slick-next:hover:before {
        color: #fff; }
    .banner-style-three .slick-prev::before, .banner-style-three .slick-next::before {
      font-family: 'fontawesome';
      color: var(--main-color);
      line-height: 13px; }
  .banner-style-three .slick-prev {
    position: absolute;
    left: 25%; }
    .banner-style-three .slick-prev:before {
      content: "\f104"; }
  .banner-style-three .slick-next {
    left: auto;
    right: 25%; }
    .banner-style-three .slick-next:before {
      content: "\f105"; }

.banner-style-four .banner-bg-style-one {
  background-repeat: no-repeat;
  height: 100vh;
  background-position: right bottom;
  background-color: #F9F9FA; }
  .banner-style-four .banner-bg-style-one .banner-inner-style-one {
    position: absolute;
    top: 30%; }
    .banner-style-four .banner-bg-style-one .banner-inner-style-one p {
      margin-bottom: 5px;
      font-size: 24px;
      font-family: var(--body-font);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      color: #88C13E;
      position: relative;
      z-index: 99; }
      .banner-style-four .banner-bg-style-one .banner-inner-style-one p:before {
        position: absolute;
        content: '';
        background-image: url("../img/bg/dot3.png");
        top: 0;
        width: calc(100% + 135px);
        height: 80px;
        top: -25px;
        left: -135px;
        z-index: -1;
        opacity: 0.3; }
    .banner-style-four .banner-bg-style-one .banner-inner-style-one .title4 {
      background-image: url("../img/bg/dot2.png");
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 166px;
      font-weight: 400;
      color: #fff;
      font-size: 253px;
      text-transform: capitalize;
      font-family: var(--body-font);
      font-weight: 700;
      text-transform: uppercase;
      background-color: #161616; }
      .banner-style-four .banner-bg-style-one .banner-inner-style-one .title4 span {
        background-image: url("../img/bg/dot3.png");
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: #fff; }
    .banner-style-four .banner-bg-style-one .banner-inner-style-one .thumb img {
      position: absolute;
      top: -155px;
      max-width: 480px;
      left: 10%; }

.banner-style-four .banner-slider4 .slick-dots {
  width: 40%;
  position: absolute;
  top: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: var(--secondary-font);
  left: 12% !important;
  bottom: 40px; }
  .banner-style-four .banner-slider4 .slick-dots li {
    margin: 0 0;
    height: 30px;
    float: left;
    width: auto; }
    .banner-style-four .banner-slider4 .slick-dots li button {
      font-size: 56px;
      color: #D9D9D9;
      font-weight: 700;
      letter-spacing: 3.25px;
      width: auto;
      padding-bottom: 58px;
      padding-left: 50px;
      margin: 0px 15px; }
      .banner-style-four .banner-slider4 .slick-dots li button:after {
        content: "0";
        margin-left: -70px;
        display: block; }
      .banner-style-four .banner-slider4 .slick-dots li button:before {
        display: none; }
    .banner-style-four .banner-slider4 .slick-dots li.slick-active button {
      color: var(--main-color);
      font-size: 76px;
      border-bottom: 1px solid #88C13E; }
      .banner-style-four .banner-slider4 .slick-dots li.slick-active button:after {
        margin-left: -90px; }

.banner-style-four .social-icon {
  position: absolute;
  top: 50%;
  right: 5%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2; }
  .banner-style-four .social-icon .icon-list {
    text-align: right;
    margin-bottom: 15px;
    display: block; }
  .banner-style-four .social-icon .icon-list:last-child {
    margin-right: 0; }
  .banner-style-four .social-icon .icon-text {
    font-size: 15px;
    letter-spacing: 0.75px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #777777;
    padding-right: 5px;
    font-weight: 600; }
  .banner-style-four .social-icon .icon-text:hover {
    color: var(--main-color);
    border-right: 2px solid #88C13E; }

.banner-style-four .rotate-text {
  position: absolute;
  top: 86%;
  right: calc(1% + 12px);
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 40px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
  .banner-style-four .rotate-text a {
    font-size: 15px;
    position: relative;
    letter-spacing: 4.5px;
    z-index: 9;
    top: 0px;
    left: -7px;
    text-transform: uppercase;
    font-weight: 400;
    color: #F9F9FA; }

.banner-style-four .slick-prev, .banner-style-four .slick-next {
  background: #D9D9D9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 9;
  top: auto;
  bottom: 40px; }
  .banner-style-four .slick-prev:hover, .banner-style-four .slick-next:hover {
    background: var(--main-color); }
    .banner-style-four .slick-prev:hover:before, .banner-style-four .slick-next:hover:before {
      color: #fff; }
  .banner-style-four .slick-prev::before, .banner-style-four .slick-next::before {
    font-family: 'fontawesome';
    color: #161616; }

.banner-style-four .slick-prev {
  position: absolute;
  left: 9%; }
  .banner-style-four .slick-prev:before {
    content: "\f104"; }

.banner-style-four .slick-next {
  left: calc(9% + 440px); }
  .banner-style-four .slick-next:before {
    content: "\f105"; }

.banner-style-three .banner-bg-style-three .row.h-100vh {
  min-height: 620px; }

.typography-area .typography-font h3 {
  font-weight: 400;
  letter-spacing: 0.6px;
  font-size: 24px;
  color: #161616;
  position: relative;
  margin-bottom: 50px; }
  .typography-area .typography-font h3:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #88C13E;
    border-radius: 50%;
    content: '';
    top: 5px;
    left: -25px; }

.typography-area .typography-heading {
  margin-top: 80px; }
  .typography-area .typography-heading h1 {
    position: relative;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 1.63px;
    color: #161616; }
    .typography-area .typography-heading h1:before {
      position: absolute;
      width: 10px;
      height: 10px;
      background: #88C13E;
      border-radius: 50%;
      content: '';
      top: 25px;
      left: -25px; }
    .typography-area .typography-heading h1 span {
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 0.45px;
      margin-top: 25px; }
  .typography-area .typography-heading h2 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.6px;
    color: #161616;
    margin-top: 50px; }
    .typography-area .typography-heading h2:before {
      position: absolute;
      width: 10px;
      height: 10px;
      background: #88C13E;
      border-radius: 50%;
      content: '';
      top: 12px;
      left: -25px; }
    .typography-area .typography-heading h2 span {
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 0.45px;
      margin-top: 5px; }
  .typography-area .typography-heading h3 {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.45px;
    color: #161616;
    margin-top: 50px; }
    .typography-area .typography-heading h3:before {
      position: absolute;
      width: 10px;
      height: 10px;
      background: #88C13E;
      border-radius: 50%;
      content: '';
      top: 3px;
      left: -25px; }
    .typography-area .typography-heading h3 span {
      font-weight: 500;
      font-size: 15px;
      letter-spacing: 0.45px;
      margin-top: 0px; }
  .typography-area .typography-heading .paragraph-top {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.38px;
    color: #161616;
    margin-top: 50px; }
    .typography-area .typography-heading .paragraph-top:before {
      position: absolute;
      width: 10px;
      height: 10px;
      background: #88C13E;
      border-radius: 50%;
      content: '';
      top: 3px;
      left: -25px; }
    .typography-area .typography-heading .paragraph-top span {
      font-weight: 400;
      font-size: 15px;
      letter-spacing: 0.38px;
      margin-top: 0px; }
  .typography-area .typography-heading .paragraph-bottom {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.38px;
    color: #161616;
    margin-top: 20px; }

.typography-inline-element .title-style-01 {
  text-transform: capitalize;
  font-size: 65px;
  letter-spacing: 1.63px;
  color: #161616;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 68px; }

.typography-inline-element .inline-content .p1 {
  color: #242424;
  font-family: var(--barlow-font);
  font-size: 18px;
  letter-spacing: 0.18px; }
  .typography-inline-element .inline-content .p1 span {
    background: #88C13E;
    color: #fff;
    padding: 0px 3px 3px 03px; }

.typography-inline-element .inline-content .p2 {
  color: #242424;
  font-family: var(--barlow-font);
  font-size: 18px;
  letter-spacing: 0.18px;
  text-decoration: line-through; }

.typography-inline-element .inline-content .p3 {
  color: #242424;
  font-family: var(--barlow-font);
  font-size: 18px;
  letter-spacing: 0.18px;
  text-decoration: underline; }

.typography-inline-element .psm1 {
  font-family: var(--barlow-font);
  font-size: 15px;
  letter-spacing: 0.13px;
  color: #343434; }

.typography-inline-element .psm1-italic {
  font-style: italic;
  font-family: var(--barlow-font);
  font-size: 15px;
  letter-spacing: 0.13px;
  color: #343434; }

.typography-block-quote {
  margin-top: 45px; }
  .typography-block-quote .title-style-01 {
    text-transform: capitalize;
    font-size: 65px;
    letter-spacing: 1.63px;
    color: #161616;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 68px; }
  .typography-block-quote .typo-quote-title h1 {
    color: #88C13E;
    font-size: 24px;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 25px; }
  .typography-block-quote .item .content {
    border-radius: 30px;
    background: #fff !important; }
  .typography-block-quote .quote-style-02 .item {
    margin-top: 5px;
    padding-bottom: 20px; }
    .typography-block-quote .quote-style-02 .item .quote-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: rgba(136, 193, 62, 0.5);
      color: #161616;
      width: 50px;
      height: 50px;
      text-align: center;
      left: 45%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: -30px;
      border-radius: 50%; }
      .typography-block-quote .quote-style-02 .item .quote-icon:before {
        position: absolute;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        content: '';
        top: -7px;
        background: rgba(136, 193, 62, 0.3);
        z-index: 1;
        left: -8px; }
      .typography-block-quote .quote-style-02 .item .quote-icon:after {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        content: '';
        top: -15px;
        background: rgba(136, 193, 62, 0.3);
        z-index: 1;
        left: -15px; }
    .typography-block-quote .quote-style-02 .item .content {
      background: #fff;
      -webkit-box-shadow: 0px 4px 6px #ccc;
      box-shadow: 0px 4px 6px #ccc;
      text-align: left; }
      .typography-block-quote .quote-style-02 .item .content h1 {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.45px;
        margin-bottom: 20px; }
      .typography-block-quote .quote-style-02 .item .content p {
        color: #515151;
        font-size: 15px;
        letter-spacing: 0.38px;
        line-height: 28px;
        padding-bottom: 30px; }
    .typography-block-quote .quote-style-02 .item .content-text {
      padding-left: 30px;
      padding-top: 50px; }

.trainer-area {
  background: url("../img/home/service-bg.png");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative; }
  .trainer-area.bg-none {
    background: #fff !important; }
  .trainer-area:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.8); }
  .trainer-area .content h3 {
    color: #161616;
    font-size: 24px;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 20px; }
  .trainer-area .content h6 {
    font-size: 14px;
    margin-bottom: 30px; }
  .trainer-area .content p {
    color: #515151;
    font-size: 15px;
    letter-spacing: 0.38px; }
  .trainer-area .content .btn-normal-size {
    margin: 18px 0px;
    padding: 10px 30px;
    font-size: 15px;
    border-color: rgba(22, 22, 22, 0.3); }
    .trainer-area .content .btn-normal-size:hover {
      background: #88C13E !important;
      color: #fff;
      border-color: #88C13E;
      -webkit-box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.2);
      box-shadow: 0px 0px 20px rgba(22, 22, 22, 0.2); }
  .trainer-area .content .social {
    margin: 0px;
    padding: 0px;
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .trainer-area .content .social li {
      float: left;
      color: rgba(22, 22, 22, 0.5);
      list-style: none;
      margin-right: 20px;
      font-size: 15px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .trainer-area .content .social li:hover {
        color: #88C13E; }
  .trainer-area .border-custom {
    position: relative;
    margin-bottom: 30px; }
    .trainer-area .border-custom:before {
      content: '';
      height: 2px;
      background: rgba(112, 112, 112, 0.1);
      bottom: 0;
      width: 96%;
      position: absolute;
      opacity: 0.5; }
  .trainer-area .slick-dots {
    bottom: -25px; }
    .trainer-area .slick-dots li {
      margin: 0px; }
      .trainer-area .slick-dots li button:before {
        font-size: 40px; }
      .trainer-area .slick-dots li.slick-active button:before {
        color: #88C13E !important; }

.class-slider-style-2 .slick-dots {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -80px;
  font-family: var(--secondary-font); }
  .class-slider-style-2 .slick-dots li {
    margin: 0 0;
    height: 30px;
    width: auto; }
    .class-slider-style-2 .slick-dots li button {
      font-size: 15px;
      color: #BCBCBC;
      font-weight: 400;
      letter-spacing: 0.38px;
      width: auto;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
      .class-slider-style-2 .slick-dots li button:before {
        display: none; }
    .class-slider-style-2 .slick-dots li.slick-active button {
      background: var(--main-color);
      color: #fff; }

.class-slider-style-2 .slick-prev, .class-slider-style-2 .slick-next {
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 9;
  top: auto;
  bottom: -100px;
  color: #BCBCBC;
  font-size: 15px; }
  .class-slider-style-2 .slick-prev:hover:before, .class-slider-style-2 .slick-next:hover:before {
    color: #88C13E; }
  .class-slider-style-2 .slick-prev::before, .class-slider-style-2 .slick-next::before {
    font-family: 'fontawesome';
    color: #BCBCBC;
    font-size: 15px; }

.class-slider-style-2 .slick-prev {
  position: absolute;
  left: 35%; }
  .class-slider-style-2 .slick-prev:before {
    content: "\f104";
    margin-right: 10px; }

.class-slider-style-2 .slick-next {
  left: 60%; }
  .class-slider-style-2 .slick-next:before {
    position: absolute;
    content: "\f105";
    left: 45px;
    top: 10px; }

.biography-area .biography-content {
  border: 1px solid #D9D9D9;
  width: 100%; }
  .biography-area .biography-content .nav {
    background: #D9D9D9; }
    .biography-area .biography-content .nav a {
      padding: 15px 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #161616;
      border-right: 1px solid #ccc; }
      .biography-area .biography-content .nav a.active {
        background: #88C13E;
        color: #fff; }
  .biography-area .biography-content h2 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.6px;
    color: #515151;
    margin-bottom: 15px; }
  .biography-area .biography-content p {
    font-weight: 400;
    letter-spacing: 0.38px;
    font-size: 15px;
    color: #161616; }
  .biography-area .biography-content .tab-content {
    padding: 30px; }
  .biography-area .biography-content .course-overview {
    font-size: 16px;
    font-weight: 400; }
  .biography-area .biography-content .curiculam-right p {
    margin-bottom: 0px;
    margin-right: 15px; }
  .biography-area .biography-content .curiculam-right .btn {
    padding: 3px 15px; }

.rating i {
  color: #FFBB00; }

.grid-layout {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 10px;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 10px;
  padding-top: 0px; }

.grid-item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .grid-item img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%; }
    .grid-item img:hover {
      -webkit-transform: scale(1.1) rotate(2deg);
      -ms-transform: scale(1.1) rotate(2deg);
      transform: scale(1.1) rotate(2deg); }

.span-22 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2; }

.span-21 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

.span-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-span: 4;
  grid-row-end: span 4; }

.span-4 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row-span: 1;
  grid-row-end: span 1; }

/*-----------------------
    Error 404 Page
-----------------------*/
.error-area .content {
  width: 100%;
  text-align: center; }
  .error-area .content h1 {
    color: #88C13E;
    font-size: 280px;
    font-weight: 700;
    margin-bottom: 50px; }
    .error-area .content h1 img {
      max-width: 18%; }
  .error-area .content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #F9F9FA;
    margin-bottom: 28px; }
  .error-area .content p {
    opacity: .8; }
  .error-area .content a {
    color: #fff;
    letter-spacing: 0.45px;
    font-size: 18px;
    color: #F9F9FA;
    font-weight: 500;
    margin-top: 53px;
    opacity: .8; }

.class-schedule .schedule-bottom {
  padding: 100px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  .class-schedule .schedule-bottom.schedule-bg-1 {
    background: url("../img/home/class-schedule.png.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px; }
  .class-schedule .schedule-bottom.schedule-bg-2 {
    background: url("../img/home/schedule2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .class-schedule .schedule-bottom:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(2, 2, 2, 0.49);
    border-radius: 0px; }
  .class-schedule .schedule-bottom form {
    z-index: 999; }
  .class-schedule .schedule-bottom input {
    width: 300px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 13px 25px;
    height: auto;
    font-size: 15px;
    border: 2px solid rgba(255, 255, 255, 0.4); }
    .class-schedule .schedule-bottom input:focus {
      border-color: #88C13E; }
    .class-schedule .schedule-bottom input::-webkit-input-placeholder {
      color: #fff; }
    .class-schedule .schedule-bottom input:-ms-input-placeholder {
      color: #fff; }
    .class-schedule .schedule-bottom input::-ms-input-placeholder {
      color: #fff; }
    .class-schedule .schedule-bottom input::placeholder {
      color: #fff; }
  .class-schedule .schedule-bottom .nice-select .list {
    width: 300px;
    color: #161616; }
  .class-schedule .schedule-bottom .btn-normal-size {
    padding: 14px 60px; }
    .class-schedule .schedule-bottom .btn-normal-size:hover {
      color: #fff; }

.class-schedule .schedule-area {
  margin-top: 50px;
  margin-bottom: 90px; }

.schedule-item-style-01 {
  border: 1px dashed #ccc;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.38px;
  padding: 65px 26px;
  margin: 10px;
  border-radius: 30px;
  background: #FEFEFE;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  max-width: 210px;
  max-height: 200px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .schedule-item-style-01 .content p {
    color: #161616;
    margin-bottom: 0px;
    font-size: 15px; }
    .schedule-item-style-01 .content p:first-child {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 700; }
  .schedule-item-style-01 .content .btn {
    padding: 3px 10px;
    background: #88C13E;
    font-size: 12px;
    border-radius: 0px;
    margin-top: 15px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .schedule-item-style-01:hover {
    padding: 50px 26px; }
    .schedule-item-style-01:hover .btn {
      opacity: 1; }

.partner-area {
  background: #88C13E; }
  .partner-area p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    color: #fff;
    line-height: 15px;
    margin-bottom: 0px !important; }
  .partner-area h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 1.63px;
    margin: 30px 0px 50px 0px;
    color: #fff; }
  .partner-area .btn-normal-size {
    padding: 15px 40px;
    letter-spacing: 0.45px;
    font-size: 18px;
    border-color: #fff;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .partner-area .btn-normal-size:hover {
      background: #fff !important; }
  .partner-area .partner-content {
    padding: 138px 0px; }
  .partner-area .thumb-style-2 img {
    position: absolute; }

.shaper-area .shaper-left {
  background: url("../img/home/shaper.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 30px 172px 30px;
  position: relative; }
  .shaper-area .shaper-left h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 3.25px;
    margin-bottom: 30px; }
  .shaper-area .shaper-left a {
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #88C13E;
    text-decoration: underline;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear; }
    .shaper-area .shaper-left a:hover {
      color: #161616; }

.shaper-area .shaper-right {
  background: url("../img/home/cycling.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 198px 30px 202px 30px; }
  .shaper-area .shaper-right h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 3.25px;
    margin-bottom: 30px;
    text-align: right; }
  .shaper-area .shaper-right a {
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #88C13E;
    text-decoration: underline;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    text-align: right;
    padding-right: 193px; }
    .shaper-area .shaper-right a:hover {
      color: #161616; }

.news-slider .slick-slide {
  margin: 0 10px; }

.news-slider .slick-dots {
  bottom: -55px; }
  .news-slider .slick-dots li {
    margin: 0px; }
    .news-slider .slick-dots li button:before {
      font-size: 40px; }
    .news-slider .slick-dots li.slick-active button:before {
      color: #88C13E !important; }

.news-slider .slick-prev {
  left: 24%;
  background: #fff !important; }
  .news-slider .slick-prev:before {
    content: "\f104";
    font-family: 'fontawesome'; }

.news-slider .slick-next {
  right: 24%;
  background: #fff !important; }
  .news-slider .slick-next:before {
    content: "\f105";
    font-family: 'fontawesome'; }

.news-slider .slick-prev, .news-slider .slick-next {
  background: transparent;
  border: 1px solid #161616;
  border-radius: 30px;
  top: 50%;
  width: 46px;
  height: 30px;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .news-slider .slick-prev:hover, .news-slider .slick-next:hover {
    background: #88C13E !important; }
    .news-slider .slick-prev:hover:before, .news-slider .slick-next:hover:before {
      color: #fff !important; }

.news-slider .slick-prev:before, .news-slider .slick-next:before {
  font-size: 25px;
  opacity: 1;
  color: #88C13E; }

.news-slider .slick-slide {
  margin: 0 5px; }

.news-slider .slick-list {
  margin: 0 -5px; }

.news-item-style-01 {
  position: relative;
  background: #F9F9FA;
  margin: 0px 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .news-item-style-01 .content {
    bottom: 0px;
    padding: 35px 20px 30px 20px;
    text-align: left;
    background: #fff; }
    .news-item-style-01 .content .blog-meta {
      padding-top: 2px; }
      .news-item-style-01 .content .blog-meta h6 a {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .news-item-style-01 .content .blog-meta h6 a:hover {
          color: #88C13E; }
    .news-item-style-01 .content h3 {
      color: #161616;
      font-size: 24px;
      letter-spacing: 0.45px;
      font-weight: 600;
      margin-bottom: 15px;
      line-height: 32px; }
    .news-item-style-01 .content p {
      color: #161616;
      font-size: 15px;
      letter-spacing: 0.38px;
      margin-bottom: 0px; }
  .news-item-style-01 .thumb {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .news-item-style-01 .thumb img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
  .news-item-style-01 .hover-content {
    position: absolute;
    top: 10%;
    left: -10px;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.38px;
    padding: 5px 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #fff;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    text-align: left; }
    .news-item-style-01 .hover-content .btn {
      background: rgba(136, 193, 62, 0.8);
      color: #161616; }
  .news-item-style-01 .blog-meta h6 a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 5px; }

.item.quote-style-1 {
  padding-bottom: 20px; }
  .item.quote-style-1 .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .item.quote-style-1 .thumb img {
      max-width: 35%;
      z-index: 999999; }
  .item.quote-style-1 .content {
    background: #F9F9FA;
    -webkit-box-shadow: 0px 2px 6px #ccc;
    box-shadow: 0px 2px 6px #ccc;
    padding: 15px 40px 25px 40px;
    margin-top: -70px;
    padding-top: 90px;
    text-align: center; }
    .item.quote-style-1 .content h1 {
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0.45px;
      margin-bottom: 25px;
      margin-top: 7px; }
    .item.quote-style-1 .content p {
      color: #515151;
      font-size: 15px;
      letter-spacing: 0.38px; }
  .item.quote-style-1 .center .content {
    background: #fff !important; }
    .item.quote-style-1 .center .content h1 {
      color: #88C13E; }

.quote-style-02 .item {
  margin-top: 5px;
  padding-bottom: 20px;
  padding-top: 50px; }
  .quote-style-02 .item .quote-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(136, 193, 62, 0.5);
    color: #161616;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 45%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 45px;
    border-radius: 50%; }
    .quote-style-02 .item .quote-icon:before {
      position: absolute;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      content: '';
      top: -7px;
      background: rgba(136, 193, 62, 0.3);
      z-index: 1;
      left: -8px; }
    .quote-style-02 .item .quote-icon:after {
      position: absolute;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      content: '';
      top: -15px;
      background: rgba(136, 193, 62, 0.3);
      z-index: 1;
      left: -15px; }
    .quote-style-02 .item .quote-icon i {
      color: #fff;
      z-index: 9; }
  .quote-style-02 .item .content {
    background: #fff;
    -webkit-box-shadow: 0px 1px 6px #ccc;
    box-shadow: 0px 1px 6px #ccc;
    text-align: left;
    padding-top: 50px;
    border-radius: 25px; }
    .quote-style-02 .item .content h2 {
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0.45px;
      margin-bottom: 20px; }
    .quote-style-02 .item .content p {
      color: #515151;
      font-size: 15px;
      letter-spacing: 0.38px;
      line-height: 28px;
      padding-bottom: 32px; }
  .quote-style-02 .item .content-text {
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 0px; }

.project-counter {
  padding: 100px 0 38px 0;
  background: #F9F9FA; }
  .project-counter__box {
    margin-bottom: 60px;
    text-align: center; }
    .project-counter__box-content {
      margin: auto; }
  .project-counter__is {
    font-size: 50px;
    font-weight: 600;
    color: #161616;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
    line-height: 20px;
    margin-top: 40px; }
  .project-counter__text {
    font-size: 18px;
    font-weight: 500;
    color: #515151;
    letter-spacing: 0;
    text-transform: capitalize;
    display: block;
    margin: 20px 0px 40px 0px; }
  .project-counter .icon {
    height: 50px; }

.mission-area {
  margin-top: 105px; }
  .mission-area .mission-content {
    position: relative;
    padding: 20px 0px; }
    .mission-area .mission-content .serial {
      position: absolute;
      color: #F9F9FA;
      font-size: 60px;
      letter-spacing: 1.63px;
      font-weight: 600;
      z-index: -1;
      top: -15px; }
    .mission-area .mission-content .title h1 {
      color: #161616;
      font-size: 24px;
      letter-spacing: 1.2px;
      line-height: 35px;
      border-bottom: 1px solid rgba(136, 193, 62, 0.2);
      font-weight: 600;
      width: 60%;
      z-index: 2;
      padding-bottom: 10px; }
    .mission-area .mission-content .mission-content p {
      font-size: 15px;
      letter-spacing: 0.38px;
      color: #515151;
      font-weight: 400; }

.classes-breadcrumb-overlay {
  min-height: 350px !important;
  overflow: hidden; }
  .classes-breadcrumb-overlay:before {
    position: absolute;
    content: '';
    width: 70%;
    top: 56%;
    height: 61%;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg);
    left: 40%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 295px; }
  .classes-breadcrumb-overlay:after {
    display: none; }

.all-classes-area {
  margin-top: 100px;
  position: relative; }
  .all-classes-area .section-title {
    margin: 25px 0px; }
  .all-classes-area:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.5); }
  .all-classes-area .slick-dots li {
    background: #88C13E; }
  .all-classes-area .all-class-slider .slick-dots {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: -4%;
    font-family: var(--secondary-font); }
    .all-classes-area .all-class-slider .slick-dots li {
      margin: 0 0;
      height: 30px;
      width: auto;
      background: transparent; }
      .all-classes-area .all-class-slider .slick-dots li button {
        font-size: 15px;
        color: #BCBCBC;
        font-weight: 400;
        letter-spacing: 0.38px;
        width: auto;
        width: 30px;
        height: 30px;
        border-radius: 50%; }
        .all-classes-area .all-class-slider .slick-dots li button:before {
          display: none; }
      .all-classes-area .all-class-slider .slick-dots li.slick-active button {
        background: var(--main-color);
        color: #fff; }
  .all-classes-area .all-class-slider .slick-prev, .all-classes-area .all-class-slider .slick-next {
    background: transparent;
    width: 35px;
    height: 35px;
    z-index: 9;
    top: auto;
    bottom: -5%;
    color: #BCBCBC;
    font-size: 15px; }
    .all-classes-area .all-class-slider .slick-prev:hover:before, .all-classes-area .all-class-slider .slick-next:hover:before {
      color: #88C13E; }
    .all-classes-area .all-class-slider .slick-prev::before, .all-classes-area .all-class-slider .slick-next::before {
      font-family: 'fontawesome';
      color: #BCBCBC;
      font-size: 15px; }
  .all-classes-area .all-class-slider .slick-prev {
    position: absolute;
    left: 35%; }
    .all-classes-area .all-class-slider .slick-prev:before {
      content: "\f104";
      margin-right: 10px; }
  .all-classes-area .all-class-slider .slick-next {
    left: 60%; }
    .all-classes-area .all-class-slider .slick-next:before {
      position: absolute;
      content: "\f105";
      left: 45px;
      top: 10px; }

.single-class-item {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px; }
  .single-class-item:hover .hover-content {
    opacity: 1 !important; }
  .single-class-item .bottom-content {
    margin-top: 30px; }
    .single-class-item .bottom-content h3 {
      color: #161616;
      font-size: 24px;
      letter-spacing: 0.6px;
      font-weight: 600;
      margin-top: 15px;
      text-transform: capitalize; }
    .single-class-item .bottom-content p {
      color: #515151;
      font-size: 15px;
      letter-spacing: 0.38px;
      padding: 15px 20px 18px; }
    .single-class-item .bottom-content h4 {
      background: #fff;
      font-size: 18px;
      letter-spacing: 0.6px;
      font-weight: 600;
      color: #161616;
      margin-bottom: 0px;
      padding: 20px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      border-top: 1px solid #ccc; }
      .single-class-item .bottom-content h4:hover {
        background: #88C13E;
        color: #fff; }
  .single-class-item .top-content {
    position: relative; }
    .single-class-item .top-content .content-img {
      overflow: hidden; }
      .single-class-item .top-content .content-img img {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        display: initial;
        width: 100%; }
    .single-class-item .top-content:hover img {
      -webkit-transform: scale(1.1) rotate(2deg);
      -ms-transform: scale(1.1) rotate(2deg);
      transform: scale(1.1) rotate(2deg); }
  .single-class-item .hover-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear; }
    .single-class-item .hover-content .btn {
      background: rgba(136, 193, 62, 0.8);
      color: #fff;
      padding: 12px 30px; }

.class-details-breadcrumb-overlay {
  min-height: 350px !important;
  overflow: hidden; }
  .class-details-breadcrumb-overlay:before {
    position: absolute;
    content: '';
    width: 70%;
    top: 20%;
    height: 61%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 36%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 295px; }
  .class-details-breadcrumb-overlay:after {
    display: none; }

.class-categories {
  margin-bottom: 55px; }
  .class-categories h5 {
    background: #88C13E;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.6px;
    color: #fff;
    padding: 30px;
    margin-bottom: 0px; }
  .class-categories ul {
    background: #F9F9FA;
    padding: 0px;
    margin: 0px; }
    .class-categories ul li {
      list-style: none;
      color: #989898;
      font-weight: 400;
      font-size: 15px;
      letter-spacing: 0.45px;
      border-bottom: 1px solid #989898;
      padding: 30px; }
      .class-categories ul li:last-child {
        border-bottom: 0px; }

.class-details-area {
  margin-top: 100px; }
  .class-details-area .class-content p {
    color: #161616;
    font-size: 15px;
    letter-spacing: 0.38px;
    font-weight: 400;
    padding: 5px 0px; }
  .class-details-area .class-list {
    margin-top: 10px; }
    .class-details-area .class-list ul {
      margin: 0;
      padding: 0; }
      .class-details-area .class-list ul li {
        list-style: none;
        color: #515151;
        font-size: 15px;
        letter-spacing: 0.38px;
        line-height: 20px;
        padding: 10px 0px; }
        .class-details-area .class-list ul li i {
          color: #88C13E; }
  .class-details-area h1 {
    font-size: 24px;
    font-family: var(--body-font);
    font-weight: 600;
    color: #161616; }

.class-routine {
  background: #161616;
  margin-top: 100px;
  padding: 60px 0px; }
  .class-routine .single-routine {
    padding: 30px 0px; }
    .class-routine .single-routine h1 {
      font-weight: 600;
      font-size: 24px;
      letter-spacing: 0.6px;
      color: #fff;
      margin-bottom: 30px; }
    .class-routine .single-routine h3 {
      color: #88C13E;
      font-weight: 600;
      font-size: 24px;
      letter-spacing: 0.6px;
      margin-bottom: 0px; }

.home-about {
  position: relative; }
  .home-about.about-style-2 {
    background: url("../img/home/about4.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 75px;
    background-size: 74%; }
  .home-about .about-content span {
    color: #161616;
    font-size: 18px;
    letter-spacing: 0.45px;
    font-weight: 500; }
  .home-about .about-content h3 {
    color: #161616;
    font-size: 65px;
    font-weight: var(--body-font);
    letter-spacing: 1.63px;
    font-weight: 700;
    margin-bottom: 42px; }
  .home-about .about-content p {
    color: var(--paragraph-color);
    font-size: 15px;
    letter-spacing: 0.38px;
    margin-bottom: 20px; }
  .home-about .about-content .btn-normal-size {
    padding: 15px 40px; }
  .home-about .about-content .about-para1 {
    font-weight: 600; }
  .home-about .about-content .thumb img {
    width: 375px;
    z-index: -1;
    left: 32%;
    position: absolute;
    top: 23%; }
  .home-about .about-title {
    font-size: 100px;
    font-weight: 900;
    color: var(--heading-color);
    margin-top: 82px;
    margin-bottom: 70px;
    margin-left: 5%; }
    .home-about .about-title.about-title {
      margin-top: 50px; }
    @media only screen and (max-width: 1400px) {
      .home-about .about-title {
        margin-left: 1%;
        font-size: 80px; } }
  .home-about .about-left {
    position: relative; }
    .home-about .about-left.about-overlay:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 50%;
      top: 25%;
      left: -15px;
      background: #161616;
      z-index: -1; }
    .home-about .about-left.about-overlay .thumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .home-about .about-left.about-style-02 .thumb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .home-about .about-left.about-style-03 {
      position: relative; }
      .home-about .about-left.about-style-03 .thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
  .home-about .video-circle {
    float: right;
    position: relative;
    right: -230px;
    z-index: -1;
    top: -45px; }
    .home-about .video-circle .circle1 {
      width: 950px;
      height: 950px;
      border: 1px solid #BCBCBC;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .home-about .video-circle .circle1 .circle2 {
        width: 700px;
        height: 700px;
        border: 1px solid #BCBCBC;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .home-about .video-circle .circle1 .circle2 .circle3 {
          width: 400px;
          height: 400px;
          border: 1px solid #BCBCBC;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
  .home-about .circle5 {
    width: 100px;
    height: 100px;
    border: 1px solid #BCBCBC;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    float: right;
    right: 24%;
    top: 40%;
    position: absolute; }
    .home-about .circle5:before {
      position: absolute;
      content: '';
      width: 150px;
      height: 150px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: url("../img/bg/circle4.png");
      background-size: cover;
      -webkit-animation: spinHeadBack 2s infinite linear;
      animation: spinHeadBack 2s infinite linear; }

@-webkit-keyframes spinHeadBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes spinHeadBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
    .home-about .circle5 a {
      color: #BCBCBC;
      font-size: 30px; }
    .home-about .circle5 .flaticon-play-button:before {
      font-size: 35px; }
    .home-about .circle5 span {
      position: absolute;
      color: #BCBCBC;
      font-size: 18px;
      letter-spacing: 0.45px;
      font-weight: 400;
      text-transform: uppercase;
      left: 140%;
      width: 100px; }

.shopping-area {
  position: relative; }
  .shopping-area:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.5); }

.shop-single-item {
  position: relative; }
  .shop-single-item:hover .hover-content {
    opacity: 1 !important; }
  .shop-single-item .top-content {
    position: relative; }
    .shop-single-item .top-content .thumb img {
      display: initial; }
    .shop-single-item .top-content .hover-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: opacity .4s linear;
      -o-transition: opacity .4s linear;
      transition: opacity .4s linear; }
      .shop-single-item .top-content .hover-content .btn {
        background: #88C13E;
        color: #fff; }
  .shop-single-item .bottom-content {
    margin-top: 30px; }
    .shop-single-item .bottom-content h3 {
      color: #161616;
      font-size: 24px;
      letter-spacing: 0.9px;
      font-weight: 600;
      margin-bottom: 15px;
      margin-top: 15px; }
    .shop-single-item .bottom-content .subtitle {
      font-size: 14px;
      color: #515151; }
    .shop-single-item .bottom-content .price ins {
      font-size: 18px;
      color: #88C13E;
      text-decoration: none; }
    .shop-single-item .bottom-content .price del {
      color: #dbdbdb;
      font-size: 18px;
      margin-left: 10px; }

.pricing-area .content {
  margin: 100px 0px;
  text-align: center; }
  .pricing-area .content h1 {
    font-family: var(--body-font);
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.025em;
    color: var(--heading-color); }
  .pricing-area .content span {
    font-family: var(--body-font);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: var(--heading-color); }

.pricing-area .slick-prev, .pricing-area .slick-next {
  background: #818181;
  width: 35px;
  height: 35px;
  border-radius: 50%; }
  .pricing-area .slick-prev:hover, .pricing-area .slick-next:hover {
    background: var(--main-color); }
    .pricing-area .slick-prev:hover:before, .pricing-area .slick-next:hover:before {
      color: #fff; }

.pricing-area .slick-prev {
  position: absolute;
  z-index: 999;
  left: 47%;
  top: 120%; }
  .pricing-area .slick-prev:before {
    content: "\f104";
    font-family: 'fontawesome'; }

.pricing-area .slick-next {
  position: absolute;
  right: 47%;
  top: 120%;
  z-index: 999; }
  .pricing-area .slick-next:before {
    content: "\f105";
    font-family: 'fontawesome'; }

.single-pricing-style-01 {
  width: 100%;
  padding-bottom: 67px;
  -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3);
  position: relative; }
  .single-pricing-style-01 h2 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    padding: 10px;
    width: 98px;
    font-size: 18px;
    letter-spacing: 0.45px;
    background: #fff;
    margin-top: 26px;
    position: absolute;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .single-pricing-style-01 .off-style-1 {
    width: 120px;
    text-align: right;
    padding: 12px;
    margin-top: 35px; }
    .single-pricing-style-01 .off-style-1:before {
      position: absolute;
      content: '';
      width: 0;
      left: -18px;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-bottom: 25px solid #fff;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .single-pricing-style-01 .off-style-2 {
    width: 120px;
    text-align: right;
    padding: 12px;
    margin-top: 35px;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .single-pricing-style-01 .off-style-2:before {
      position: absolute;
      content: '';
      bottom: 5px;
      border-top: 40px solid #161616;
      width: 40px;
      height: 40px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: -17px;
      margin-top: 37px;
      -webkit-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear; }
  .single-pricing-style-01.active.pricing-item-bg1 {
    background: url("../img/home/pricing/01.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
  .single-pricing-style-01.active.pricing-item-bg2 {
    background: url("../img/home/pricing/02.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
  .single-pricing-style-01.active.pricing-item-bg3 {
    background: url("../img/home/pricing/03.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
  .single-pricing-style-01:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .single-pricing-style-01.active h2 {
    opacity: 1; }
  .single-pricing-style-01.active:before {
    opacity: 1; }
  .single-pricing-style-01.active .plan-title h3 {
    color: #88C13E; }
  .single-pricing-style-01.active a i::before {
    color: #88C13E !important; }
  .single-pricing-style-01.active ul li {
    color: #F9F9FA; }
    .single-pricing-style-01.active ul li span {
      color: #F9F9FA; }
  .single-pricing-style-01 .pricing-icon {
    padding-top: 50px;
    position: relative; }
    .single-pricing-style-01 .pricing-icon a i:before {
      margin-left: 0px;
      font-size: 80px;
      color: #88C13E; }
  .single-pricing-style-01 .plan-title h3 {
    text-align: center;
    color: #161616;
    font-family: var(--body-font);
    font-weight: 600;
    padding: 15px;
    font-size: 24px;
    letter-spacing: 0.6px;
    position: relative; }
  .single-pricing-style-01 ul {
    padding-top: 20px;
    padding-bottom: 10px; }
    .single-pricing-style-01 ul li {
      list-style: none;
      text-align: center;
      line-height: 45px;
      color: #515151;
      font-family: var(--body-font);
      font-weight: 300;
      font-size: 15px;
      position: relative;
      letter-spacing: 0.38px; }
      .single-pricing-style-01 ul li:first-child {
        margin-bottom: 12px; }
      .single-pricing-style-01 ul li span {
        font-size: 65px;
        font-weight: 700;
        letter-spacing: 1.63px;
        color: #787878; }
  .single-pricing-style-01 .btn {
    padding: 15px 65px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s; }
  .single-pricing-style-01.active {
    background: #fff;
    border: 1px solid #ccc; }
    .single-pricing-style-01.active .btn {
      color: #fff;
      background: var(--main-color) !important;
      border: 0px;
      font-size: 15px; }
  .single-pricing-style-01:hover {
    background: #fff;
    border: 1px solid #ccc; }
    .single-pricing-style-01:hover .btn {
      color: #fff;
      background: var(--main-color);
      border: 0px; }
  .single-pricing-style-01 .btn-wrapper {
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.service-area.service-bg {
  position: relative; }
  .service-area.service-bg:before {
    position: absolute;
    content: '';
    top: -7%;
    left: 36%;
    width: 578px;
    height: 500px;
    background: url("../img/home/service-bg2.png");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -2; }
  .service-area.service-bg:after {
    position: absolute;
    content: '';
    top: 21%;
    left: 35%;
    width: 30%;
    height: 100%;
    background: url("../img/home/service-bg3.png");
    background-size: contain;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -1; }
  @media only screen and (max-width: 991px) {
    .service-area.service-bg:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.8); } }

.service-area.service-bg-2 {
  position: relative; }
  .service-area.service-bg-2:before {
    position: absolute;
    content: '';
    top: 10%;
    left: 36%;
    width: 578px;
    height: 500px;
    background: url("../img/home/service-bg2.png");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -1; }
  .service-area.service-bg-2:after {
    position: absolute;
    content: '';
    top: 22%;
    left: 2%;
    width: 100%;
    height: 65%;
    background: url("../img/home/about.png");
    background-size: contain;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 9; }

.service-area.service-bg-3 {
  position: relative; }
  .service-area.service-bg-3:before {
    position: absolute;
    content: '';
    top: 20%;
    left: 35%;
    width: 600px;
    height: 500px;
    background: url("../img/home/service-bg2.png");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -1; }
  .service-area.service-bg-3:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 35%;
    width: 600px;
    height: 500px;
    background: url("../img/home/service-bg3.png");
    background-size: contain;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -1; }

.service-area.service-bg-4 {
  background: url("../img/home/home4-weight.png");
  background-size: cover;
  background-size: 800px;
  background-position: 50% 80%;
  background-repeat: no-repeat;
  position: relative; }
  .service-area.service-bg-4:before {
    position: absolute;
    content: '';
    top: 2%;
    left: 34%;
    width: 570px;
    height: 500px;
    background: url("../img/home/service-bg2.png");
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat; }

.service-area .service-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 143px; }
  .service-area .service-title h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 1.63px;
    line-height: 58px;
    margin-bottom: 0; }
  .service-area .service-title a {
    color: var(--main-color);
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 45px;
    font-size: 18px; }

.service-box-style-01 {
  margin-bottom: 45px; }
  .service-box-style-01 .sb-icon {
    color: var(--main-color);
    margin-bottom: 10px; }
  .service-box-style-01 a i {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear; }
    .service-box-style-01 a i:hover {
      color: #161616; }
    .service-box-style-01 a i:before {
      font-size: 50px;
      margin-left: 5px; }
  .service-box-style-01 .sb-content h4 {
    color: #515151;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 15px; }
  .service-box-style-01 .sb-content p {
    font-size: 16px;
    letter-spacing: 0.38px;
    color: #515151;
    font-weight: 400;
    font-family: var(--rubik-font); }

.service-box-style-02 {
  padding: 60px 30px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .service-box-style-02:hover {
    border: 1px solid #88C13E; }
    .service-box-style-02:hover .sb-icon {
      color: #88C13E !important; }
  .service-box-style-02 .sb-icon {
    margin-bottom: 15px;
    color: #161616;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .service-box-style-02 .sb-icon a i:before {
      margin-left: 0px;
      font-size: 50px; }
  .service-box-style-02 .sb-content h4 {
    color: #161616;
    font-size: 24px;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 15px; }
  .service-box-style-02 .sb-content p {
    font-size: 15px;
    letter-spacing: 0.38px;
    color: #161616;
    font-weight: 400; }

.service-breadcrumb-overlay {
  min-height: 350px !important;
  overflow: hidden; }
  .service-breadcrumb-overlay:before {
    position: absolute;
    content: '';
    width: 40%;
    top: 34%;
    height: 170%;
    -webkit-transform: rotate(-54deg);
    -ms-transform: rotate(-54deg);
    transform: rotate(-54deg);
    left: 25%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 295px; }
  .service-breadcrumb-overlay:after {
    display: none; }

.coming-service-area {
  background: url("../img/bg/service-women.png.jpeg");
  min-height: 70vh;
  background-size: cover;
  position: relative;
  margin-top: 70px; }
  .coming-service-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }
  .coming-service-area .coming-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .coming-service-area .coming-content h1 {
      font-size: 65px;
      font-weight: 300;
      letter-spacing: 1.63px;
      color: #fff;
      text-transform: capitalize;
      line-height: 80px; }
    .coming-service-area .coming-content .btn {
      border: 2px solid #fff;
      color: #fff;
      padding: 15px 150px;
      margin-top: 20px;
      text-transform: capitalize;
      font-size: 15px;
      margin-bottom: 15px; }
      .coming-service-area .coming-content .btn:hover {
        background: #88C13E;
        border-color: #88C13E; }

.overlay-section {
  position: relative; }
  .overlay-section:before {
    background: url("../img/home/intersection.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    content: '';
    top: 100px;
    width: 100%;
    height: 100%;
    z-index: -1; }

.explore-area {
  margin-top: 127px;
  background: #88C13E; }
  .explore-area.explore-bg {
    background: url("../img/home/explore.png");
    background-size: cover;
    background-repeat: no-repeat; }
  .explore-area.explore-bg2 {
    background: url("../img/home/explore2.png");
    background-size: cover;
    background-repeat: no-repeat; }
  .explore-area .explore-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 95px 0px 105px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .explore-area .explore-title h2 {
      font-weight: 700;
      letter-spacing: 3.25px;
      color: #F9F9FA;
      font-size: 65px;
      text-transform: capitalize;
      margin-bottom: 0px; }
    .explore-area .explore-title a {
      color: #fff;
      background: transparent;
      font-weight: 700;
      font-family: var(--rubik-font);
      letter-spacing: 0.45px;
      border: 1px solid #88C13E;
      background: #88C13E;
      font-size: 14px;
      border-radius: 0px;
      padding: 12px 32px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .explore-area .explore-title a:hover {
        background: #fff;
        color: #88C13E;
        border-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .explore-area.explore-style-2 .btn-main {
    padding: 12px 40px; }
    .explore-area.explore-style-2 .btn-main:hover {
      background: #fff;
      color: #88C13E; }
  .explore-area.explore-style-2 .explore-title {
    padding: 20px 0px; }
  .explore-area.explore-style-2 .thumb {
    overflow: hidden; }
    .explore-area.explore-style-2 .thumb img {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 100%; }
      .explore-area.explore-style-2 .thumb img:hover {
        -webkit-transform: scale(1.1) rotate(2deg);
        -ms-transform: scale(1.1) rotate(2deg);
        transform: scale(1.1) rotate(2deg); }

.popular-slider {
  width: 100%; }
  .popular-slider .slick-prev {
    left: 0; }
    .popular-slider .slick-prev:before {
      content: "\f104";
      font-family: 'fontawesome'; }
  .popular-slider .slick-next {
    left: auto;
    right: 0; }
    .popular-slider .slick-next:before {
      content: "\f105";
      font-family: 'fontawesome'; }
  .popular-slider .slick-prev, .popular-slider .slick-next {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    top: 50%;
    width: 46px;
    height: 30px;
    z-index: 999; }
    .popular-slider .slick-prev:hover, .popular-slider .slick-next:hover {
      background: var(--main-color);
      border: 1px solid #88C13E; }
      .popular-slider .slick-prev:hover:before, .popular-slider .slick-next:hover:before {
        color: #fff; }
  .popular-slider .slick-prev:before, .popular-slider .slick-next:before {
    font-size: 25px;
    opacity: 1;
    color: #161616;
    line-height: 19px; }
  .popular-slider .slick-slide {
    margin: 0 5px; }
  .popular-slider .slick-list {
    margin: 0 -5px; }

.single-popular-item {
  width: 50%;
  float: left;
  position: relative; }

.popular-item-style-01 {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .popular-item-style-01:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9; }
  .popular-item-style-01 .hover-element {
    text-align: center;
    opacity: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    .popular-item-style-01 .hover-element .hover-top {
      position: absolute;
      top: 36%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9999;
      width: 80%; }
    .popular-item-style-01 .hover-element li:last-child a:before {
      display: none; }
    .popular-item-style-01 .hover-element li a {
      position: relative; }
      .popular-item-style-01 .hover-element li a:before {
        position: absolute;
        content: '';
        right: -21px;
        top: 10px;
        width: 1px;
        height: 27px;
        background: rgba(22, 22, 22, 0.2); }
    .popular-item-style-01 .hover-element span {
      color: #fff;
      font-size: 24px;
      letter-spacing: 0px;
      font-weight: 700;
      font-family: var(--body-font);
      text-transform: capitalize;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
    .popular-item-style-01 .hover-element a {
      font-size: 15px;
      letter-spacing: 0.45px;
      font-weight: 600;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      position: relative; }
      .popular-item-style-01 .hover-element a i {
        font-size: 22px;
        margin-right: 10px;
        top: 2px;
        position: relative; }
    .popular-item-style-01 .hover-element ul {
      top: auto;
      bottom: 0;
      position: absolute;
      width: 100%;
      z-index: 9999;
      margin: 0;
      padding: 0;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      background: #fff;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .popular-item-style-01 .hover-element ul li {
        float: left;
        list-style: none;
        background: #fff;
        color: #161616;
        padding: 10px 18px;
        text-align: left; }
        .popular-item-style-01 .hover-element ul li span {
          color: #161616;
          font-weight: 300;
          font-size: 15px; }
    .popular-item-style-01 .hover-element .btn {
      background: #88C13E;
      padding: 4px 15px;
      margin-top: 15px; }
  .popular-item-style-01 .thumb {
    position: relative; }
    .popular-item-style-01 .thumb img {
      width: 100%; }
  .popular-item-style-01 .content {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.025; }
    .popular-item-style-01 .content p {
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      padding: 20px 0px;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9; }
  .popular-item-style-01:hover:before {
    background: rgba(0, 0, 0, 0.6); }
  .popular-item-style-01:hover .hover-element {
    opacity: 1; }
  .popular-item-style-01:hover .content {
    opacity: 0; }

.blog-item-inner {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden; }
  .blog-item-inner .blog-meta a:hover {
    color: #88C13E; }
  .blog-item-inner .blog-img {
    overflow: hidden; }
    .blog-item-inner .blog-img img {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 100%; }
      .blog-item-inner .blog-img img:hover {
        -webkit-transform: scale(1.1) rotate(2deg);
        -ms-transform: scale(1.1) rotate(2deg);
        transform: scale(1.1) rotate(2deg); }
  .blog-item-inner .blog-detail {
    background: #F9F9FA;
    padding: 20px 20px 27px 20px; }
    .blog-item-inner .blog-detail h5 {
      color: #515151;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0.6px;
      margin-bottom: 15px; }
      .blog-item-inner .blog-detail h5 a {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .blog-item-inner .blog-detail h5 a:hover {
          color: #88C13E; }
    .blog-item-inner .blog-detail p {
      font-weight: 400;
      font-size: 15px;
      letter-spacing: 0.38px;
      color: #515151;
      margin-bottom: 15px; }
    .blog-item-inner .blog-detail h6 {
      font-weight: 400;
      font-size: 15px;
      letter-spacing: 0.38px;
      color: #BCBCBC;
      margin-top: 10px;
      margin-bottom: 20px; }
      .blog-item-inner .blog-detail h6 a {
        margin-right: 20px; }
    .blog-item-inner .blog-detail .blog-more {
      color: #515151;
      font-weight: 500;
      text-decoration: underline;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .blog-item-inner .blog-detail .blog-more:hover {
        color: #88C13E; }

.yoga-video {
  position: relative;
  z-index: 9999;
  overflow: hidden; }

.blog-details-area .blog-details {
  background: #F9F9FA; }
  .blog-details-area .blog-details .blog-details-content {
    padding: 30px 30px 35px 30px; }
  .blog-details-area .blog-details .widget_tag_cloud ul li {
    margin: 0px; }
  .blog-details-area .blog-details h2 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.6px;
    color: #515151;
    margin-bottom: 20px; }
  .blog-details-area .blog-details p {
    color: #515151;
    font-size: 15px;
    letter-spacing: 0.38px;
    font-weight: 400;
    margin-bottom: 20px; }
  .blog-details-area .blog-details h6 {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.38px;
    color: #BCBCBC;
    padding-top: 8px; }
    .blog-details-area .blog-details h6 span {
      margin-left: 50px; }

.blog-details-area .blog-right-content h1 {
  font-size: 24px;
  font-family: var(--body-font);
  font-weight: 600;
  color: #515151;
  line-height: 18px;
  margin-bottom: 15px; }

.share-img-item {
  border-bottom: 1px solid rgba(129, 129, 129, 0.25);
  width: 100%;
  float: left;
  padding: 20px 0px; }
  .share-img-item:last-child {
    border-bottom: 0px; }
  .share-img-item .img-part {
    overflow: hidden;
    float: left;
    width: 30%;
    border-radius: 5px; }
    .share-img-item .img-part img {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border-radius: 5px; }
      .share-img-item .img-part img:hover {
        -webkit-transform: scale(1.1) rotate(2deg);
        -ms-transform: scale(1.1) rotate(2deg);
        transform: scale(1.1) rotate(2deg); }
  .share-img-item .content-part {
    float: left;
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px; }
    .share-img-item .content-part h4 {
      color: #515151;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0.38px;
      font-family: var(--body-font); }
    .share-img-item .content-part .text {
      color: #515151;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.45px;
      font-family: var(--body-font); }

.only-thumb img {
  border-radius: 10px;
  margin-top: 30px; }

.widget_search .form-control {
  color: #BCBCBC;
  letter-spacing: 1.5px;
  font-size: 15px; }
  .widget_search .form-control:focus {
    border: 1px solid #88C13E; }

.widget_search .submit-btn {
  background: #D9D9D9;
  color: #161616; }

.widget_categories .widget-title {
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #515151;
  font-weight: 600;
  margin-bottom: 11px;
  float: left;
  width: 100%;
  margin-top: 38px; }

.widget_categories .cat-menu {
  float: left;
  margin-left: 35px; }
  .widget_categories .cat-menu li {
    margin: 0px;
    padding: 10px 0px; }
    .widget_categories .cat-menu li a {
      color: #515151;
      font-size: 15px;
      letter-spacing: 0.38px;
      position: relative; }
      .widget_categories .cat-menu li a:before {
        position: absolute;
        width: 25px;
        height: 2px;
        background: #515151;
        content: '';
        top: 10px;
        left: -35px; }

.comments-area-wrapper h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #515151;
  border-bottom: 1px solid #161616;
  padding-bottom: 15px; }

.comments-area-wrapper .single-comment .thumb {
  margin-right: 15px; }
  .comments-area-wrapper .single-comment .thumb img {
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #efeeee; }

.comments-area-wrapper .single-comment .desc h5 {
  color: #161616;
  font-size: 18px;
  letter-spacing: 0.38px;
  font-weight: 600; }

.comments-area-wrapper .single-comment .desc .comment-content p {
  color: #515151;
  font-size: 15px;
  letter-spacing: 0.38px;
  font-weight: 400; }

.comments-area-wrapper .single-comment .desc .comment-reply-link {
  color: #000;
  font-size: 14px;
  font-weight: 600; }

.comment-respond h3 {
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 24px;
  color: #515151;
  background: #F9F9FA;
  border-radius: 6px;
  padding: 20px 25px;
  margin-top: 47px;
  margin-bottom: 50px; }

.comment-respond .form-control {
  font-size: 15px;
  letter-spacing: 0.38px;
  color: #BCBCBC;
  font-weight: 400;
  padding: 20px; }
  .comment-respond .form-control:focus {
    border-color: #88C13E;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.comment-respond #submit {
  background: #88C13E;
  font-size: 15px;
  letter-spacing: 0.38px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 20px;
  border: 0px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer; }

.product-details-tab .slider-tabfor {
  background: #F9F9FA;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc; }
  .product-details-tab .slider-tabfor img {
    padding: 80px 70px; }

.product-details-tab .slider-tabnav {
  margin-top: 60px;
  width: 80%;
  margin-left: 10%; }
  .product-details-tab .slider-tabnav .img {
    min-height: 90px;
    margin-left: 10px;
    margin-right: 10px;
    background: #F9F9FA;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-details-tab .slider-tabnav .img img {
      padding: 12px; }
  .product-details-tab .slider-tabnav .slick-center .img {
    border: 1px solid #E9E9E9;
    background: #fff; }

.product-details-tab .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.product-details-tab .slick-prev {
  left: -50px; }
  .product-details-tab .slick-prev:before {
    content: "\f104";
    font-family: 'fontawesome';
    color: #818181; }

.product-details-tab .slick-next {
  right: -50px; }
  .product-details-tab .slick-next:before {
    content: "\f105";
    font-family: 'fontawesome';
    color: #818181; }

.product-details-tab .slick-prev, .product-details-tab .slick-next {
  top: 45%;
  width: 50px;
  height: 50px; }
  .product-details-tab .slick-prev:hover, .product-details-tab .slick-next:hover {
    color: var(--main-color); }

.product-details-tab .slick-prev:before, .product-details-tab .slick-next:before {
  font-size: 34px;
  opacity: 1; }

.product-details-tab .content-part {
  padding: 0px 30px; }
  .product-details-tab .content-part h2 {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
    color: #343434;
    margin-bottom: 15px; }
    .product-details-tab .content-part h2 span {
      font-weight: 400;
      font-size: 18px; }
  .product-details-tab .content-part .specifications {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.15px;
    color: #343434;
    line-height: 30px;
    display: block; }
  .product-details-tab .content-part .point, .product-details-tab .content-part .rating {
    font-size: 30px;
    font-family: var(--body-font);
    font-weight: 400; }
  .product-details-tab .content-part .point {
    color: var(--paragraph-color); }
  .product-details-tab .content-part .rating {
    color: #FFBB00;
    margin-left: 20px;
    font-size: 25px; }
  .product-details-tab .content-part .price {
    font-family: var(--body-font);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 40px;
    color: #161616;
    margin-top: 5px; }
    .product-details-tab .content-part .price span {
      text-decoration: line-through;
      color: var(--main-color);
      margin-left: 10px; }
  .product-details-tab .content-part .description {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.15px;
    line-height: 28px;
    color: #242424;
    margin-bottom: 30px; }
  .product-details-tab .content-part .btn-medium-size {
    font-size: 18px;
    padding: 14px 40px; }

.accordion-area {
  width: 100%;
  padding-bottom: 100px; }
  .accordion-area .title {
    font-size: 24px;
    font-family: var(--body-font);
    font-weight: 600;
    color: #242424;
    letter-spacing: 0;
    margin-bottom: 50px; }

.product-video-area {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg/shop-details.png.jpeg");
  background-size: cover;
  position: relative; }
  .product-video-area .video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99; }
    .product-video-area .video-content .video-btn {
      width: 102px;
      height: 102px;
      border-radius: 50%;
      line-height: 90px;
      text-align: center;
      border: 2px solid #fff;
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      font-family: var(--body-font);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .product-video-area .video-content .video-btn:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
  .product-video-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    z-index: 2; }

.related-product-title {
  font-size: 30px;
  font-family: var(--body-font);
  font-weight: 600;
  color: #242424;
  letter-spacing: 0;
  margin-bottom: 50px; }

.delivery-area .delivery-content {
  width: 100%;
  padding-bottom: 5px; }
  .delivery-area .delivery-content h2 {
    font-family: var(--body-font);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.24px;
    color: #161616;
    margin-bottom: 50px; }
  .delivery-area .delivery-content .delivery-tab {
    color: var(--heading-color);
    font-family: var(--body-font); }
    .delivery-area .delivery-content .delivery-tab p {
      color: var(--heading-color); }
    .delivery-area .delivery-content .delivery-tab .nav-pills li {
      color: #818181;
      padding: 68px 50px;
      margin-right: 50px;
      position: relative;
      width: 38%;
      text-align: center; }
      .delivery-area .delivery-content .delivery-tab .nav-pills li:first-child:after {
        content: '';
        width: 2px;
        height: 90%;
        top: 5%;
        right: -32px;
        right: 0;
        position: absolute;
        background: #D5D5D5;
        right: -25px; }
      .delivery-area .delivery-content .delivery-tab .nav-pills li .active:before {
        content: '';
        top: -11px;
        z-index: 999;
        right: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: -1;
        border: 1px solid #88C13E;
        padding: 68px 50px; }
      .delivery-area .delivery-content .delivery-tab .nav-pills li a {
        position: absolute;
        top: 38%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
        .delivery-area .delivery-content .delivery-tab .nav-pills li a.active {
          color: var(--main-color); }
        .delivery-area .delivery-content .delivery-tab .nav-pills li a:before {
          content: '';
          top: -11px;
          z-index: 999;
          right: 0;
          position: absolute;
          right: 0;
          width: 100%;
          z-index: -1;
          border: 1px solid #D5D5D5;
          padding: 68px 50px; }
        .delivery-area .delivery-content .delivery-tab .nav-pills li a span {
          font-size: 15px; }
      .delivery-area .delivery-content .delivery-tab .nav-pills li i:before {
        font-size: 55px;
        padding-right: 20px;
        position: relative;
        top: 12px; }
    .delivery-area .delivery-content .delivery-tab .form-group .form-field label {
      font-family: var(--body-font);
      font-weight: 500;
      font-size: 18px;
      letter-spacing: 0.18px;
      color: #161616;
      margin-bottom: 17px; }
    .delivery-area .delivery-content .delivery-tab .form-group .form-field .input-form, .delivery-area .delivery-content .delivery-tab .form-group .form-field textarea {
      width: 100%;
      height: 70px;
      border-radius: 4px;
      border: 2px solid #EFEFEF;
      padding: 20px;
      font-family: var(--body-font);
      font-weight: 400;
      color: #818181;
      font-size: 15px;
      letter-spacing: 0.15px; }
      .delivery-area .delivery-content .delivery-tab .form-group .form-field .input-form:focus, .delivery-area .delivery-content .delivery-tab .form-group .form-field textarea:focus {
        border-color: #88C13E; }
    .delivery-area .delivery-content .delivery-tab .form-group .form-field textarea {
      height: auto; }
    .delivery-area .delivery-content .delivery-tab .form-group .form-field .select-form {
      width: 100%;
      height: 70px;
      border-radius: 4px;
      border: 2px solid #EFEFEF;
      padding-left: 35px;
      font-family: var(--body-font);
      font-weight: 400;
      color: var(--paragraph-color);
      font-size: 18px; }
      .delivery-area .delivery-content .delivery-tab .form-group .form-field .select-form:focus {
        border-color: #88C13E; }
    .delivery-area .delivery-content .delivery-tab .form-group .form-field .nice-select {
      line-height: 63px;
      margin-bottom: 30px;
      font-size: 15px; }
      .delivery-area .delivery-content .delivery-tab .form-group .form-field .nice-select .list {
        width: 100%;
        margin-top: 0px;
        border-radius: 0px; }
      .delivery-area .delivery-content .delivery-tab .form-group .form-field .nice-select:after {
        width: 15px;
        height: 15px;
        top: 40%;
        right: 50px; }
    .delivery-area .delivery-content .delivery-tab .form-group .btn {
      color: #fff;
      padding: 14px 60px;
      margin-top: 30px;
      font-size: 18px; }
    .delivery-area .delivery-content .delivery-tab .tab-content {
      margin-top: 50px; }

.delivery-area .invoice {
  -webkit-box-shadow: 0px 0px 4px #ccc;
  box-shadow: 0px 0px 4px #ccc;
  background: #F9F9FA; }
  .delivery-area .invoice .invoice-top {
    padding: 52px 45px 0px 45px; }
    .delivery-area .invoice .invoice-top h2 {
      color: #515151;
      font-family: var(--body-font);
      font-size: 24px;
      letter-spacing: 0.24px;
      margin-top: 15px;
      font-weight: 600; }
    .delivery-area .invoice .invoice-top h6 {
      font-family: var(--barlow-font);
      font-size: 15px;
      letter-spacing: 0.15px;
      color: #88C13E; }
    .delivery-area .invoice .invoice-top p {
      font-family: var(--barlow-font);
      font-size: 22px;
      color: #515151;
      letter-spacing: 0.22px;
      font-weight: 600; }
  .delivery-area .invoice .invoice-bottom {
    padding: 45px; }
    .delivery-area .invoice .invoice-bottom .date {
      font-family: var(--body-font);
      font-weight: 400;
      font-size: 25px;
      letter-spacing: 0.01em;
      color: var(--main-color);
      margin-bottom: 20px; }
    .delivery-area .invoice .invoice-bottom .address {
      font-family: var(--body-font);
      font-weight: 500;
      font-size: 22px;
      letter-spacing: 0.01em;
      color: var(--heading-color);
      margin-bottom: 20px; }
    .delivery-area .invoice .invoice-bottom .item-title {
      color: var(--main-color);
      font-family: var(--body-font);
      font-size: 25px;
      margin-bottom: 40px; }
    .delivery-area .invoice .invoice-bottom .single-item {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid var(--heading-color); }
      .delivery-area .invoice .invoice-bottom .single-item .single-cart-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-bottom: 35px; }
        .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .thumb {
          border: 1px solid var(--heading-color);
          width: 100px;
          height: 100px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .thumb img {
            padding: 10px; }
        .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .content {
          padding-left: 25px; }
          .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .content h3 {
            font-family: var(--barlow-font);
            font-weight: 600;
            font-size: 20px;
            letter-spacing: 0;
            line-height: 25px;
            color: var(--paragraph-color); }
            .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .content h3 span {
              font-weight: 400; }
          .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .content span {
            font-family: var(--barlow-font);
            font-weight: 400;
            font-size: 22px;
            letter-spacing: 0;
            line-height: 35px;
            color: var(--paragraph-color); }
        .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .close {
          position: absolute;
          right: 0;
          font-weight: 400;
          color: #E3051A;
          top: 15%; }
    .delivery-area .invoice .invoice-bottom .total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 0px; }
      .delivery-area .invoice .invoice-bottom .total h3 {
        width: 100%;
        color: #161616;
        font-family: var(--body-font);
        font-weight: 600;
        letter-spacing: 0;
        line-height: 35px;
        font-size: 24px; }
      .delivery-area .invoice .invoice-bottom .total p {
        color: #161616;
        font-family: var(--body-font);
        font-weight: 600;
        letter-spacing: 0;
        line-height: 35px;
        font-size: 24px; }
    .delivery-area .invoice .invoice-bottom .btn-continue {
      padding: 14px 40px;
      margin-top: 40px; }
    .delivery-area .invoice .invoice-bottom .btn-invoice {
      color: #161616;
      font-size: 22px;
      letter-spacing: 0;
      font-family: var(--body-font);
      font-weight: 500;
      margin-top: 50px;
      margin-bottom: 14px; }

.cart-breadcrumb-overlay {
  min-height: 350px !important; }
  .cart-breadcrumb-overlay:after {
    background: rgba(0, 0, 0, 0.5) !important; }

.cart-content-area .cart-title h2 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #161616;
  margin-top: 95px;
  margin-bottom: 30px; }

.single-cart-list td {
  color: #161616;
  display: table-cell;
  vertical-align: middle; }
  .single-cart-list td a {
    color: #F60000;
    font-size: 18px; }
  .single-cart-list td p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.75px;
    color: #515151; }
  .single-cart-list td .input-group {
    width: 120px; }
    .single-cart-list td .input-group .btn, .single-cart-list td .input-group input {
      background: #fff;
      border: 1px solid #707070;
      padding: 5px 9px; }
    .single-cart-list td .input-group .btn-sm {
      border-radius: 0px; }

.single-cart-list .table td, .single-cart-list .table th {
  border-top: 0px; }

.single-cart-list .apply-coupon-form .form-control {
  padding: 18px 20px;
  border-color: #88C13E; }

.single-cart-list .apply-coupon-form .submit-btn {
  padding: 19px 30px;
  background: #88C13E;
  color: #fff;
  margin-left: -2px;
  font-size: 15px;
  letter-spacing: 0.45px;
  font-weight: 600; }

.single-cart-list .coupon-title h2 {
  font-size: 18px;
  letter-spacing: 0.45px;
  color: #515151;
  font-weight: 600;
  margin-top: 40px; }

.cart-total-list {
  background: #F9F9FA; }
  .cart-total-list .total-title h2 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.6px;
    color: #161616;
    text-align: center;
    padding: 30px 0px;
    border-bottom: 1px solid #88C13E;
    text-transform: capitalize;
    margin-bottom: 0px; }
  .cart-total-list .cart-price {
    padding: 20px 0px; }
    .cart-total-list .cart-price p {
      font-size: 15px;
      letter-spacing: 0.8px;
      color: #515151;
      padding: 5px 20px;
      font-weight: 600;
      margin-bottom: 0px; }
      .cart-total-list .cart-price p .float-right {
        color: #88C13E; }
  .cart-total-list .cart-price-total {
    border-top: 1px solid #161616; }
    .cart-total-list .cart-price-total p {
      font-size: 15px;
      letter-spacing: 0.8px;
      color: #515151;
      padding: 20px 20px;
      font-weight: 600; }
      .cart-total-list .cart-price-total p .float-right {
        color: #88C13E; }
  .cart-total-list .btn-wrapper {
    padding: 40px 20px; }
    .cart-total-list .btn-wrapper .btn {
      font-size: 15px; }

.payment-area {
  margin: 100px 0px; }
  .payment-area .payment-content {
    width: 100%;
    padding-bottom: 100px; }
    .payment-area .payment-content h2 {
      font-family: var(--body-font);
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0;
      color: #515151;
      margin-bottom: 60px;
      line-height: 22px; }
    .payment-area .payment-content .payment-tab {
      color: var(--heading-color);
      font-family: var(--body-font); }
      .payment-area .payment-content .payment-tab p {
        color: var(--heading-color); }
      .payment-area .payment-content .payment-tab .nav-pills {
        border-bottom: 4px solid #F2F2F2; }
        .payment-area .payment-content .payment-tab .nav-pills li {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .payment-area .payment-content .payment-tab .nav-pills li a {
            color: #818181;
            padding: 0px 20px 20px 0px; }
            .payment-area .payment-content .payment-tab .nav-pills li a.active .tab-item {
              background-color: var(--main-color); }
              .payment-area .payment-content .payment-tab .nav-pills li a.active .tab-item h1 {
                color: #fff; }
            .payment-area .payment-content .payment-tab .nav-pills li a .tab-item {
              border: 1px solid #D5D5D5;
              padding: 15px 20px;
              position: relative; }
              .payment-area .payment-content .payment-tab .nav-pills li a .tab-item h1 {
                font-size: 18px;
                margin-bottom: 0px; }
          .payment-area .payment-content .payment-tab .nav-pills li span {
            font-size: 25px;
            position: absolute;
            top: -50px;
            left: 0px; }
          .payment-area .payment-content .payment-tab .nav-pills li img {
            max-width: 180px; }
      .payment-area .payment-content .payment-tab .tab-content {
        -webkit-box-shadow: 0px 0px 15px #ccc;
        box-shadow: 0px 0px 15px #ccc;
        border-radius: 20px;
        margin-top: 60px;
        position: relative;
        padding: 50px; }
        .payment-area .payment-content .payment-tab .tab-content h2 {
          font-family: var(--body-font);
          font-weight: 600;
          color: #515151;
          letter-spacing: 0;
          font-size: 24px;
          margin-bottom: 30px;
          text-transform: capitalize; }
        .payment-area .payment-content .payment-tab .tab-content .card-option {
          background: #fff;
          position: relative;
          z-index: 9999;
          border-radius: 10px; }
          .payment-area .payment-content .payment-tab .tab-content .card-option .form-group {
            display: inline-block;
            width: 100%; }
            .payment-area .payment-content .payment-tab .tab-content .card-option .form-group label {
              font-family: var(--body-font);
              font-weight: 500px;
              font-size: 18px;
              color: #515151;
              margin-bottom: 5px;
              letter-spacing: 0; }
            .payment-area .payment-content .payment-tab .tab-content .card-option .form-group .form-control {
              border: 0;
              border-bottom: 1px solid #ccc;
              border-radius: 0px;
              padding-left: 0px;
              padding-bottom: 10px;
              margin-top: 30px;
              font-size: 15px; }
              .payment-area .payment-content .payment-tab .tab-content .card-option .form-group .form-control:focus {
                border-color: #88C13E; }
            .payment-area .payment-content .payment-tab .tab-content .card-option .form-group .input-form {
              width: 100%;
              height: 55px;
              border-radius: 4px;
              border: 2px solid #EFEFEF;
              padding-left: 20px;
              font-family: var(--body-font);
              font-weight: 400;
              color: var(--paragraph-color);
              font-size: 18px; }
            .payment-area .payment-content .payment-tab .tab-content .card-option .form-group a {
              color: #fff;
              margin-top: 43px;
              text-transform: capitalize; }
            .payment-area .payment-content .payment-tab .tab-content .card-option .form-group h1 {
              font-weight: 900;
              font-style: italic; }
        .payment-area .payment-content .payment-tab .tab-content .confirm-btn {
          width: auto;
          height: auto;
          line-height: 25px;
          font-size: 28px;
          font-family: var(--body-font);
          font-weight: 600;
          color: #fff;
          padding: 18px 54px;
          margin: 100px 0px; }
          @media only screen and (max-width: 1400px) {
            .payment-area .payment-content .payment-tab .tab-content .confirm-btn {
              font-size: 24px; } }
  .payment-area .invoice {
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc;
    background: #F9F9FA; }
    .payment-area .invoice .invoice-top {
      padding: 50px 45px 0px 45px; }
      .payment-area .invoice .invoice-top h2 {
        color: #515151;
        font-family: var(--body-font);
        font-size: 24px;
        letter-spacing: 0.24px;
        margin-top: 15px;
        font-weight: 600; }
      .payment-area .invoice .invoice-top h6 {
        font-family: var(--barlow-font);
        font-size: 15px;
        letter-spacing: 0.15px;
        color: #88C13E; }
      .payment-area .invoice .invoice-top p {
        font-family: var(--barlow-font);
        font-size: 24px;
        color: #515151;
        letter-spacing: 0.22px;
        font-weight: 600; }
    .payment-area .invoice .invoice-bottom {
      padding: 45px;
      padding-bottom: 55px; }
      .payment-area .invoice .invoice-bottom .date {
        font-family: var(--body-font);
        font-weight: 400;
        font-size: 24px;
        letter-spacing: 0.01em;
        color: var(--main-color);
        margin-bottom: 20px; }
      .payment-area .invoice .invoice-bottom .address {
        font-family: var(--body-font);
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0.01em;
        color: var(--heading-color);
        margin-bottom: 20px; }
      .payment-area .invoice .invoice-bottom .item-title {
        color: var(--main-color);
        font-family: var(--body-font);
        font-size: 24px;
        margin-bottom: 40px; }
      .payment-area .invoice .invoice-bottom .single-item {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid var(--heading-color); }
        .payment-area .invoice .invoice-bottom .single-item .single-cart-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
          padding-bottom: 35px; }
          .payment-area .invoice .invoice-bottom .single-item .single-cart-item .thumb {
            border: 1px solid var(--heading-color);
            width: 100px;
            height: 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .payment-area .invoice .invoice-bottom .single-item .single-cart-item .thumb img {
              padding: 10px; }
          .payment-area .invoice .invoice-bottom .single-item .single-cart-item .content {
            padding-left: 25px; }
            .payment-area .invoice .invoice-bottom .single-item .single-cart-item .content h3 {
              font-family: var(--barlow-font);
              font-weight: 600;
              font-size: 20px;
              letter-spacing: 0;
              line-height: 25px;
              color: var(--paragraph-color); }
              .payment-area .invoice .invoice-bottom .single-item .single-cart-item .content h3 span {
                font-weight: 400; }
            .payment-area .invoice .invoice-bottom .single-item .single-cart-item .content span {
              font-family: var(--barlow-font);
              font-weight: 400;
              font-size: 18px;
              letter-spacing: 0;
              line-height: 35px;
              color: var(--paragraph-color); }
          .payment-area .invoice .invoice-bottom .single-item .single-cart-item .close {
            position: absolute;
            right: 0;
            font-weight: 400;
            color: #E3051A;
            top: 15%; }
      .payment-area .invoice .invoice-bottom .total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 0px; }
        .payment-area .invoice .invoice-bottom .total h3 {
          width: 100%;
          color: #161616;
          font-family: var(--body-font);
          font-weight: 600;
          letter-spacing: 0;
          line-height: 35px;
          font-size: 24px; }
        .payment-area .invoice .invoice-bottom .total p {
          color: #161616;
          font-family: var(--body-font);
          font-weight: 600;
          letter-spacing: 0;
          line-height: 35px;
          font-size: 24px; }
      .payment-area .invoice .invoice-bottom .btn-invoice {
        color: #161616;
        font-size: 24px;
        letter-spacing: 0;
        font-family: var(--body-font);
        font-weight: 500;
        margin-top: 50px; }

.coming-soon-area {
  background: url("../img/bg/coming-soon.png");
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50%;
  background-color: black; }
  .coming-soon-area .content {
    position: absolute;
    width: 50%;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .coming-soon-area .content img {
      margin-bottom: 80px; }
    .coming-soon-area .content h1 {
      font-family: var(--secondary-font);
      font-weight: 700;
      font-size: 150px;
      letter-spacing: 2.25px;
      color: #F9F9FA;
      margin-bottom: 35px; }
    .coming-soon-area .content p {
      font-size: 40px;
      font-family: var(--secondary-font);
      font-weight: 400;
      letter-spacing: 0.6px;
      line-height: 35px;
      color: #F9F9FA; }
    .coming-soon-area .content .input-group {
      padding: 4% 20%; }
      .coming-soon-area .content .input-group input {
        padding: 15px 20px;
        background: rgba(255, 255, 255, 0.8);
        color: #161616;
        border-radius: 10px 0px 0px 10px;
        z-index: 999;
        min-height: 65px; }
        .coming-soon-area .content .input-group input:focus {
          border-color: #88C13E; }
      .coming-soon-area .content .input-group .btn {
        padding: 15px 50px;
        background: rgba(136, 193, 62, 0.95);
        color: #fff;
        margin-left: -2px;
        border-radius: 0px 10px 10px 0px;
        font-size: 18px;
        margin-left: -2px;
        min-height: 65px; }
    .coming-soon-area .content .countdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px; }
      .coming-soon-area .content .countdown__item {
        margin-right: 5px;
        margin-left: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
        .coming-soon-area .content .countdown__item:last-child {
          margin-right: 0;
          padding-right: 0; }
      .coming-soon-area .content .countdown__lg-text {
        font-size: 35px;
        line-height: 20px;
        font-weight: 700;
        color: #fff;
        font-family: var(--secondary-font);
        width: 70px;
        border-radius: 50%;
        position: relative;
        text-align: center; }
      .coming-soon-area .content .countdown__sm-text {
        font-size: 15px;
        line-height: 35px;
        color: #fff;
        font-family: var(--body-font);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.23px;
        width: 70px;
        text-align: center; }
      .coming-soon-area .content .countdown .break {
        left: 0px;
        right: 15px;
        position: relative;
        top: -10px;
        font-size: 30px;
        font-weight: 700; }

.sign-area {
  margin-top: 100px;
  margin-bottom: 100px; }
  .sign-area .sign-content {
    background: #F5F5F5;
    padding: 100px 250px 100px 80px; }
    .sign-area .sign-content h3 {
      font-size: 45px;
      font-weight: 700;
      letter-spacing: 1.15px;
      color: #515151;
      margin: 25px 0px; }
    .sign-area .sign-content p {
      font-size: 15px;
      letter-spacing: 0.38px;
      font-weight: 400;
      color: #999999;
      margin-bottom: 15px; }
      .sign-area .sign-content p a {
        color: #000; }
    .sign-area .sign-content .btn-primary {
      background: #475993;
      padding: 6px 10px 10px 10px;
      font-size: 18px;
      letter-spacing: 0.45px;
      margin-bottom: 30px;
      border-color: #475993;
      margin-top: 20px; }
      .sign-area .sign-content .btn-primary .fa-facebook-square {
        font-size: 30px;
        position: relative;
        top: 4px;
        right: 10px; }
      .sign-area .sign-content .btn-primary:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .sign-area .sign-content .form-group {
      margin-bottom: 30px; }
      .sign-area .sign-content .form-group label {
        color: #999999;
        width: 100%;
        font-size: 15px; }
        .sign-area .sign-content .form-group label .fa-smile-o {
          position: relative;
          float: right;
          text-align: right;
          color: #88C13E;
          font-size: 24px; }
      .sign-area .sign-content .form-group .form-control {
        padding: 15px 10px; }
        .sign-area .sign-content .form-group .form-control:focus {
          border-color: #88C13E !important; }
      .sign-area .sign-content .form-group .password-alert {
        padding-left: 30px; }
    .sign-area .sign-content .btn-success {
      background: #88C13E;
      margin: 40px 0px;
      font-size: 18px;
      letter-spacing: 0.45px;
      padding: 10px;
      border-color: #88C13E; }
      .sign-area .sign-content .btn-success:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
  .sign-area .slick-dots {
    bottom: 35px; }
    .sign-area .slick-dots li {
      width: 40px;
      height: 4px;
      margin: 0 5px;
      background: #4C4F59;
      border-radius: 30px; }
      .sign-area .slick-dots li button:before {
        content: ''; }
    .sign-area .slick-dots .slick-active {
      width: 60px;
      background: #fff; }
  .sign-area .signup-content {
    padding: 100px 80px 100px 250px; }

.brand-area {
  background: #fff;
  z-index: 999;
  margin-top: 80px; }
  .brand-area .brand-slider {
    -webkit-box-shadow: 0px 0px 20px #ccc;
    box-shadow: 0px 0px 20px #ccc;
    background: #fff;
    border-radius: 20px; }
  .brand-area .brant-item {
    width: 20%;
    float: left;
    margin: 50px 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .brand-area .brant-item img {
      max-width: 116px;
      max-height: 92px; }

.footer-area {
  background: #161616;
  margin-top: -90px; }
  .footer-area .footer-top .widget.widget_nav_menu ul li {
    display: inline-block;
    margin: 0px !important; }
    .footer-area .footer-top .widget.widget_nav_menu ul li a {
      color: #fff !important;
      font-size: 15px;
      padding: 0px 26px;
      letter-spacing: 0.4px;
      font-weight: 400; }
      @media only screen and (max-width: 1400px) {
        .footer-area .footer-top .widget.widget_nav_menu ul li a {
          padding: 0px 10px; } }
      .footer-area .footer-top .widget.widget_nav_menu ul li a:after {
        display: none; }
      .footer-area .footer-top .widget.widget_nav_menu ul li a:hover {
        color: var(--main-color) !important; }
  .footer-area .copyright-area-inner {
    font-size: 15px;
    padding: 45px 0px;
    font-family: var(--body-font);
    font-weight: 300;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    color: rgba(255, 255, 255, 0.6);
    text-align: center; }
    .footer-area .copyright-area-inner a {
      font-weight: 600; }
    .footer-area .copyright-area-inner i {
      color: var(--main-color); }

.footer-style-2 .footer-logo img {
  margin-top: 0px; }

.footer-bg {
  background: url("../img/bg/footer.png");
  background-position: 50% 15%; }

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: var(--main-color);
  background-color: #fff;
  text-align: center;
  line-height: 49px;
  border-radius: 50%;
  z-index: 99;
  font-size: 34px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none; }

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
  position: fixed;
  content: '';
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px; }

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: rgba(2, 48, 71, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    .preloader-inner .cancel-preloader a {
      background-color: #fff;
      font-weight: 600;
      text-transform: capitalize;
      color: var(--main-color);
      width: 200px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 30px;
      display: block;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .preloader-inner .cancel-preloader a:hover {
        background-color: var(--heading-color);
        color: #fff; }

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--main-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1; }

.search-popup .search-form {
  min-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 999; }

.search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 55px;
  padding: 0 100px 0 30px; }

.search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 55px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--main-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 0;
  text-align: center;
  color: #fff;
  border: 0; }
  .search-popup .search-form .submit-btn:hover {
    background-color: var(--heading-color); }

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 999;
  content: '';
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress; }

.body-overlay.active {
  visibility: visible;
  opacity: .80; }

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-element {
  letter-spacing: 0;
  font-family: var(--body-font);
  font-weight: 400;
  border-radius: 0px; }

.btn-main-color {
  background: var(--main-color);
  color: #fff; }
  .btn-main-color:hover {
    -webkit-box-shadow: 0px 7px 10px rgba(136, 193, 62, 0.5);
    box-shadow: 0px 7px 10px rgba(136, 193, 62, 0.5); }

.btn-black-color {
  background: #161616 !important;
  color: #fff; }
  .btn-black-color:hover {
    -webkit-box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
    box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
    color: #fff; }

.btn-transparent-color {
  background: transparent !important;
  border: 1px solid #161616;
  color: #161616; }
  .btn-transparent-color:hover {
    -webkit-box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
    box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
    color: #161616; }
  .btn-transparent-color:active {
    color: #161616; }

.btn-active {
  background: transparent;
  border: 1px solid #88C13E;
  color: #161616; }
  .btn-active:hover {
    -webkit-box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
    box-shadow: 0px 7px 20px rgba(22, 22, 22, 0.5);
    color: #161616; }

.btn-normal-size {
  font-size: 15px;
  padding: 14px 21px; }

.btn-medium-size {
  font-size: 18px;
  padding: 14px 22px; }

.btn-lg-size {
  font-size: 19px;
  padding: 14px 21px; }

.btn-second {
  color: #161616;
  border: 1px solid #161616; }
  .btn-second:hover {
    opacity: 0.5;
    color: #161616; }

.btn-active {
  color: var(--main-color);
  border: 1px solid var(--main-color); }
  .btn-active:hover {
    opacity: 0.5;
    color: var(--main-color); }

.btn-disabled {
  color: #D5D5D5;
  border: 1px solid #D5D5D5; }
  .btn-disabled:hover {
    opacity: 0.5;
    color: #D5D5D5; }

.btn-slider {
  background: #88C13E;
  font-size: 26px;
  padding: 8px 55px;
  color: #161616;
  letter-spacing: 8.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.button-area {
  padding-top: 60px; }

.sm-btn, .lg-btn {
  height: 70px;
  border-radius: 0px;
  background: var(--main-color);
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 28px;
  -webkit-box-shadow: 10px 0px 20px rgba(136, 193, 62, 0.3);
  box-shadow: 10px 0px 20px rgba(136, 193, 62, 0.3);
  line-height: 50px; }

.sm-btn {
  width: 244px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sm-btn:hover {
    -webkit-box-shadow: 10px 0px 20px rgba(136, 193, 62, 0.5);
    box-shadow: 10px 0px 20px rgba(136, 193, 62, 0.5);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.lg-btn {
  width: 322px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .lg-btn:hover {
    -webkit-box-shadow: 10px 0px 20px rgba(136, 193, 62, 0.5);
    box-shadow: 10px 0px 20px rgba(136, 193, 62, 0.5);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.btn-style-2 {
  background: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-style-2:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--main-color);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff; }

.btn-style-3 {
  background: transparent;
  border: 1px solid var(--paragraph-color);
  color: var(--paragraph-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400; }
  .btn-style-3:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--paragraph-color);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff; }

.button-explore {
  padding: 27px 68px;
  background: var(--main-color);
  border-radius: 0px;
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  -webkit-box-shadow: 8px 1px 20px rgba(136, 193, 62, 0.3);
  box-shadow: 8px 1px 20px rgba(136, 193, 62, 0.3);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .button-explore:hover {
    -webkit-box-shadow: 8px 1px 20px rgba(136, 193, 62, 0.6);
    box-shadow: 8px 1px 20px rgba(136, 193, 62, 0.6);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.btn-wrapper {
  display: block; }
  .btn-wrapper .boxed-btn {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    padding: 13px 40px;
    min-width: 160px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600; }
    .btn-wrapper .boxed-btn.white:hover {
      background-color: #fff;
      color: var(--main-color); }
    .btn-wrapper .boxed-btn:hover {
      background-color: var(--heading-color); }
    .btn-wrapper .boxed-btn.btn-rounded {
      border-radius: 30px; }
    .btn-wrapper .boxed-btn.reverse-color {
      background-color: var(--heading-color); }
      .btn-wrapper .boxed-btn.reverse-color:hover {
        background-color: var(--main-color); }

.desktop-center {
  text-align: center; }

.desktop-left {
  text-align: left; }

.desktop-right {
  text-align: right; }

@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center; }
  .tablet-left {
    text-align: left; }
  .tablet-right {
    text-align: right; } }

@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center; }
  .mobile-left {
    text-align: left; }
  .mobile-right {
    text-align: right; } }

.section-title.title-padding {
  padding-top: 95px;
  padding-bottom: 46px; }

.section-title.title-padding-bottom {
  padding-top: 94px;
  padding-bottom: 64px; }

.section-title.title-padding-02 {
  padding-top: 85px;
  padding-bottom: 48px; }

.section-title .subtitle {
  color: #161616;
  font-size: 18px;
  letter-spacing: 0.45px;
  font-weight: 500; }

.section-title .title {
  font-size: 65px;
  letter-spacing: 1.63px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px; }

.section-title .title-style-01 {
  font-size: 65px;
  letter-spacing: 1.63px;
  text-transform: capitalize;
  color: #161616;
  font-weight: 700; }

.slideRotateFromLeft {
  -webkit-animation-name: slideRotateFromLeft;
  animation-name: slideRotateFromLeft; }

@-webkit-keyframes slideRotateFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(90deg);
    transform: translate3d(-100%, 0, 0) rotate(90deg);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
    visibility: visible; } }

@keyframes slideRotateFromLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(90deg);
    transform: translate3d(-100%, 0, 0) rotate(90deg);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
    visibility: visible; } }

.slideRotateFromRight {
  -webkit-animation-name: slideRotateFromRight;
  animation-name: slideRotateFromRight; }

@-webkit-keyframes slideRotateFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(90deg);
    transform: translate3d(100%, 0, 0) rotate(90deg);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
    visibility: visible; } }

@keyframes slideRotateFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(90deg);
    transform: translate3d(100%, 0, 0) rotate(90deg);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg);
    visibility: visible; } }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-content {
  width: 100%; }
  .accordion-content .card {
    background-color: transparent;
    border: 1px solid #D5D5D5; }
    .accordion-content .card + .card {
      margin-top: 20px; }
    .accordion-content .card .card-header {
      background-color: transparent;
      padding: 0;
      border: none; }
      .accordion-content .card .card-header a {
        display: block;
        font-size: 15px;
        line-height: 28px;
        padding: 25px 30px;
        color: #818181;
        text-decoration: none;
        font-family: var(--body-font);
        letter-spacing: 0.15px;
        font-weight: 400;
        padding-right: 50px;
        cursor: pointer;
        position: relative; }
        .accordion-content .card .card-header a:after {
          position: absolute;
          right: 30px;
          top: 25px;
          content: "\f106";
          font-family: "fontawesome";
          font-size: 35px; }
        .accordion-content .card .card-header a[aria-expanded="false"]:after {
          content: "\f107"; }
    .accordion-content .card .card-body {
      padding: 0 30px 20px;
      color: #818181;
      text-decoration: none;
      font-family: var(--body-font);
      font-size: 15px;
      letter-spacing: 0.15px;
      font-weight: 400; }

.element-title h3 {
  font-size: 24px;
  letter-spacing: 0.6px;
  font-family: var(--body-font);
  font-weight: 600;
  color: #161616; }

.faq-banner {
  background: #F9F9FA;
  padding: 80px 0px; }
  .faq-banner h1 {
    color: #000;
    font-weight: 700;
    font-size: 65px;
    line-height: 46px; }
  .faq-banner h3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0;
    color: #161616;
    padding: 50px 0px; }
  .faq-banner .search-form .form-control {
    padding: 15px 20px; }
    .faq-banner .search-form .form-control:focus {
      border-color: #88C13E; }
  .faq-banner .search-form .submit-btn {
    padding: 15px 53px;
    background: #88C13E;
    color: #fff;
    margin-left: -2px;
    font-size: 15px;
    letter-spacing: 0.45px;
    font-weight: 600; }

.icon-area .icon-bg {
  padding: 50px 70px; }
  .icon-area .icon-bg .icon-area-top {
    margin: 25px; }
    .icon-area .icon-bg .icon-area-top .icon-top-part {
      margin: 0;
      padding: 0; }
      .icon-area .icon-bg .icon-area-top .icon-top-part li {
        list-style: none;
        float: left; }
        .icon-area .icon-bg .icon-area-top .icon-top-part li a {
          font-size: 24px;
          margin-right: 20px;
          color: #88C13E; }
    .icon-area .icon-bg .icon-area-top .icon-bottom-part {
      margin: 0;
      padding: 0; }
      .icon-area .icon-bg .icon-area-top .icon-bottom-part li {
        float: left;
        list-style: none; }
        .icon-area .icon-bg .icon-area-top .icon-bottom-part li a {
          color: #88C13E; }
          .icon-area .icon-bg .icon-area-top .icon-bottom-part li a i:before {
            margin-left: 0px !important;
            margin-right: 50px;
            font-size: 45px; }

.icon-area .icon-style-one {
  background: #88C13E; }
  .icon-area .icon-style-one li a {
    color: #fff !important; }

.search-banner .filter-icon {
  color: #161616; }
  .search-banner .filter-icon i::before {
    font-weight: 900;
    margin-left: 0px;
    font-size: 30px; }

.search-banner .nice-select {
  width: 100%;
  height: 60px;
  border-radius: 0px;
  color: #161616;
  line-height: 56px;
  background: transparent;
  border-color: #161616;
  padding: 0px 65px;
  font-size: 15px; }
  .search-banner .nice-select:focus {
    border-color: #88C13E; }
  .search-banner .nice-select:after {
    height: 10px;
    margin-top: -6px;
    right: 30px;
    top: 50%;
    width: 10px; }
  .search-banner .nice-select .list {
    width: 100%; }

.search-banner .btn-normal-size {
  font-size: 15px;
  padding: 18px 40px; }

.search-menu ul {
  padding: 0;
  margin: 0; }
  .search-menu ul li {
    float: left;
    color: #161616;
    list-style: none;
    margin-right: 20px; }
    .search-menu ul li a {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .search-menu ul li a:hover, .search-menu ul li a.active {
        color: #88C13E;
        border-bottom: 1px solid #88C13E; }

.element-footer {
  margin-top: 50px !important; }

.element-progress-bar .single-progressbar {
  margin-bottom: 30px; }
  .element-progress-bar .single-progressbar p {
    font-size: 15px;
    font-weight: 700;
    color: #515151;
    letter-spacing: 0.38px;
    font-family: var(--body-font);
    text-transform: uppercase; }
  .element-progress-bar .single-progressbar .percentCount {
    float: right;
    margin-top: -42px;
    clear: both;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: #88C13E;
    padding: 1px 8px;
    border-radius: 20px; }
    .element-progress-bar .single-progressbar .percentCount:before {
      position: absolute;
      content: '';
      bottom: -3px;
      border-top: 6px solid #88C13E;
      width: 6px;
      height: 6px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 20px; }

.progressbar-title {
  color: #161616;
  font-size: 24px;
  letter-spacing: 0.6px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 25px;
  margin-bottom: 50px; }

.element-accordion-area .accordion-style-2 {
  width: 100%; }
  .element-accordion-area .accordion-style-2 .card {
    background-color: transparent;
    border: 1px solid #D5D5D5;
    border-radius: 0px; }
    .element-accordion-area .accordion-style-2 .card + .card {
      margin-top: 0px; }
    .element-accordion-area .accordion-style-2 .card .card-header {
      background-color: #fff;
      padding: 0;
      border: none; }
      .element-accordion-area .accordion-style-2 .card .card-header a {
        display: block;
        font-size: 24px;
        line-height: 28px;
        padding: 15px 30px;
        color: #777777;
        text-decoration: none;
        font-family: var(--body-font);
        font-size: 15px;
        letter-spacing: 0.21px;
        font-weight: 400;
        padding-right: 50px;
        cursor: pointer;
        position: relative; }
        .element-accordion-area .accordion-style-2 .card .card-header a:after {
          position: absolute;
          right: 30px;
          top: 15px;
          font-family: "fontawesome";
          font-size: 33px;
          color: #707070; }
        .element-accordion-area .accordion-style-2 .card .card-header a[aria-expanded="false"]:after {
          content: "\f107"; }
        .element-accordion-area .accordion-style-2 .card .card-header a[aria-expanded="true"]:after {
          content: "\f106"; }
    .element-accordion-area .accordion-style-2 .card .card-body {
      padding: 20px 30px 20px;
      color: #777777;
      text-decoration: none;
      font-family: var(--body-font);
      font-size: 15px;
      letter-spacing: 0.21px;
      font-weight: 400;
      background: #F9F9FA; }
      .element-accordion-area .accordion-style-2 .card .card-body ul {
        margin: 0;
        padding: 0; }
        .element-accordion-area .accordion-style-2 .card .card-body ul li {
          list-style: none; }
          .element-accordion-area .accordion-style-2 .card .card-body ul li a {
            line-height: 40px; }

.table-content table {
  border: 1px solid #ddd;
  background: #fff; }
  .table-content table th .top-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #161616;
    text-transform: capitalize; }
  .table-content table th .middle-title {
    font-size: 54px;
    font-weight: 100;
    letter-spacing: 1.35px;
    color: #787878; }
  .table-content table th .bottom-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.45px;
    color: #161616; }
  .table-content table td, .table-content table th {
    padding: 25px 25px 16px; }
  .table-content table i {
    margin-right: 15px; }
    .table-content table i.flaticon-tick:before {
      color: var(--main-color); }
    .table-content table i.flaticon-close:before {
      font-size: 15px;
      font-weight: 600; }

.table-responsive {
  display: inline-table !important; }

.breadcrumb-style-2 .pagination-inner {
  top: 75%; }

.contact-form__input, .contact-form__select, .contact-form__textarea {
  width: 100%;
  border-bottom: 1px solid rgba(22, 22, 22, 0.3);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: rgba(22, 22, 22, 0.8); }
  .contact-form__input:focus, .contact-form__select:focus, .contact-form__textarea:focus {
    border-bottom: 1px solid rgba(136, 193, 62, 0.5) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important; }
  .contact-form__input::-webkit-input-placeholder, .contact-form__select::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: rgba(22, 22, 22, 0.6); }
  .contact-form__input:-ms-input-placeholder, .contact-form__select:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: rgba(22, 22, 22, 0.6); }
  .contact-form__input::-ms-input-placeholder, .contact-form__select::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: rgba(22, 22, 22, 0.6); }
  .contact-form__input::placeholder, .contact-form__select::placeholder, .contact-form__textarea::placeholder {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: rgba(22, 22, 22, 0.6); }

.contact-form__select {
  border-radius: 0;
  padding-left: 0;
  height: 30px; }

.contact-form__textarea {
  resize: none; }

.form-area {
  padding-bottom: 30px; }
  .form-area .form-title h3 {
    text-align: center;
    font-family: var(--body-font);
    font-weight: 600;
    color: #4A4A4A;
    font-size: 34px; }
  .form-area .valid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 25%;
    right: 20px;
    margin-top: 0;
    color: var(--heading-color); }
  .form-area .invalid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 20%;
    right: 30px;
    margin-top: 0; }
  .form-area .form-group {
    width: 100%; }
    .form-area .form-group .form-field .custom-control-label {
      color: #464646; }
      .form-area .form-group .form-field .custom-control-label:before {
        border-radius: 4px;
        border: 1px solid #707070; }
    .form-area .form-group .form-field .custom-control-label::before {
      background-color: transparent; }
    .form-area .form-group .form-field .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
      background-color: var(--main-color);
      border-color: var(--main-color); }
    .form-area .form-group .form-field .switch {
      position: relative;
      display: inline-block;
      width: 18%;
      height: 55px; }
      .form-area .form-group .form-field .switch h3 {
        margin-top: -50px;
        text-align: center;
        font-size: 22px;
        color: #464646;
        font-weight: 400; }
      .form-area .form-group .form-field .switch input {
        opacity: 0;
        width: 0;
        height: 0; }
      .form-area .form-group .form-field .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #E5E5E5;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
        .form-area .form-group .form-field .switch .slider:before {
          position: absolute;
          content: "";
          height: 55px;
          width: 60%;
          left: 0;
          bottom: 0;
          background-color: var(--main-color);
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }
        .form-area .form-group .form-field .switch .slider.disabled {
          cursor: no-drop; }
          .form-area .form-group .form-field .switch .slider.disabled:before {
            background: #7F7F7F;
            left: 40%; }
        .form-area .form-group .form-field .switch .slider.round {
          border-radius: 34px; }
        .form-area .form-group .form-field .switch .slider:before {
          border-radius: 53px; }
      .form-area .form-group .form-field .switch input:checked + .slider {
        background-color: #E5E5E5; }
      .form-area .form-group .form-field .switch input:focus + .slider {
        -webkit-box-shadow: 0 0 1px #E5E5E5;
        box-shadow: 0 0 1px #E5E5E5; }
      .form-area .form-group .form-field .switch input:checked + .slider:before {
        -webkit-transform: translateX(65%);
        -ms-transform: translateX(65%);
        transform: translateX(65%); }
    .form-area .form-group .form-field .has-search .form-control {
      padding-left: 2.375rem; }
      .form-area .form-group .form-field .has-search .form-control:focus {
        border-color: #88C13E; }
    .form-area .form-group .form-field .has-search .form-control-feedback {
      position: absolute;
      z-index: 2;
      display: block;
      width: 2.375rem;
      height: 2.375rem;
      line-height: 2.375rem;
      text-align: center;
      pointer-events: none;
      color: #7F7F7F;
      text-align: right;
      width: 100%;
      font-size: 35px;
      right: 5%;
      top: 15px; }
      .form-area .form-group .form-field .has-search .form-control-feedback:before {
        font-size: 28px; }
    .form-area .form-group .form-field .input-form, .form-area .form-group .form-field textarea {
      width: 100%;
      height: 70px;
      border-radius: 6px;
      border: 2px solid #EFEFEF;
      padding-left: 35px;
      font-family: var(--heading-font);
      font-weight: 400;
      color: var(--paragraph-color);
      font-size: 15px;
      background: transparent; }
      .form-area .form-group .form-field .input-form:focus, .form-area .form-group .form-field textarea:focus {
        border: 2px solid #88C13E; }
    .form-area .form-group .form-field .form-control {
      width: 100%;
      height: 70px;
      border-radius: 6px;
      padding-left: 35px;
      font-family: var(--heading-font);
      font-weight: 400;
      color: var(--paragraph-color);
      font-size: 15px;
      background: transparent; }
    .form-area .form-group .form-field textarea {
      height: auto;
      padding-top: 35px; }
    .form-area .form-group .form-field.valid-field .input-form {
      color: var(--main-color);
      border: 2px solid var(--main-color); }
    .form-area .form-group .form-field .select-form {
      width: 100%;
      height: 70px;
      border-radius: 6px;
      border: 2px solid #EFEFEF;
      padding-left: 35px;
      font-family: var(--body-font);
      font-weight: 400;
      color: var(--paragraph-color);
      font-size: 18px;
      background: transparent; }
    .form-area .form-group .form-field .nice-select {
      line-height: 63px;
      background: transparent;
      font-size: 15px; }
      .form-area .form-group .form-field .nice-select:focus {
        border-color: #88C13E; }
      .form-area .form-group .form-field .nice-select .list {
        width: 100%;
        margin-top: 0px;
        border-radius: 0px;
        background: #fff; }
      .form-area .form-group .form-field .nice-select:after {
        top: 45%;
        right: 50px;
        border-top: 18px solid #D5D5D5;
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
        border-bottom: 0px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        width: 5px; }
    .form-area .form-group .form-title {
      font-size: 24px;
      font-family: var(--body-font);
      font-weight: 500;
      color: var(--heading-color);
      margin-bottom: 50px; }
  .form-area .controler-wrapper {
    margin-top: 33px;
    padding-left: 10px;
    color: var(--heading-color); }
    .form-area .controler-wrapper .active-controler {
      width: 10%;
      font-size: 40px;
      margin-top: -20px;
      float: left;
      font-weight: 900;
      letter-spacing: 0.025em; }
    .form-area .controler-wrapper .progressbar {
      width: 80%;
      float: left;
      height: 5px;
      position: relative;
      top: 10px; }
      .form-area .controler-wrapper .progressbar .home-slider-progress {
        background-color: var(--heading-color);
        position: absolute;
        width: 100%;
        height: 1px; }
      .form-area .controler-wrapper .progressbar .home-slider-progress-active {
        background-color: var(--main-color);
        position: absolute;
        width: 33%;
        height: 2px;
        top: -1px; }
    .form-area .controler-wrapper .total-controler {
      width: 10%;
      float: left;
      text-align: right;
      font-size: 40px;
      margin-top: -20px;
      font-weight: 900;
      letter-spacing: 0.025em; }

.alert-area h2 {
  font-size: 24px;
  color: #4A4A4A;
  font-family: var(--body-font);
  font-weight: 400;
  letter-spacing: 0; }

.alert-area .form-control {
  padding: 20px 30px;
  font-size: 15px; }

.alert-area .valid-feedback.feedback-icon {
  position: absolute;
  width: auto;
  bottom: 35%;
  right: 20px;
  margin-top: 0;
  color: var(--heading-color); }

.alert-area .invalid-feedback.feedback-icon {
  position: absolute;
  width: auto;
  bottom: 50%;
  right: 20px;
  margin-top: 0; }

.alert-area .invalid-feedback.close-icon, .alert-area .valid-feedback.close-icon {
  position: absolute;
  width: 34px;
  bottom: 80%;
  right: -4px;
  margin-top: 0;
  height: 34px;
  background: #161616;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  cursor: pointer; }

.alert-area .valid-feedback.cookies-icon {
  position: absolute;
  width: 34px;
  bottom: 22%;
  right: -30px;
  margin-top: 0;
  height: 34px;
  color: #dc3545;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  cursor: pointer; }

.alert-area .invalid-feedback.wrong-btn {
  position: absolute;
  width: auto;
  bottom: 15%;
  right: -100px;
  margin-top: 0;
  height: auto;
  background: #FFE8E8;
  color: #dc3545;
  text-align: center;
  line-height: 34px;
  border-radius: 8px;
  padding: 5px 10px; }

.alert-area .valid-feedback.cookies-btn {
  position: absolute;
  width: auto;
  bottom: 15%;
  right: 30px;
  margin-top: 0;
  height: auto;
  background: #88C13E;
  color: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 8px;
  padding: 5px 20px; }

.alert-area .valid-feedback.alert-icon-btn {
  position: absolute;
  width: auto;
  top: 15%;
  left: 0;
  margin-top: 0;
  font-size: 24px;
  height: auto;
  color: #fff;
  line-height: 34px;
  border-radius: 8px;
  padding: 5px 20px; }

.alert-area .custom-select.is-valid, .alert-area .form-control.is-valid, .alert-area .was-validated .custom-select:valid, .alert-area .was-validated .form-control:valid {
  border-color: #E0E0E0; }

.alert-area .border-alert {
  background: #FFF1F2; }

.alert-area .basic-alert {
  border: none;
  background: #EFEFEF;
  color: var(--main-color) !important; }
  .alert-area .basic-alert::-webkit-input-placeholder {
    color: var(--main-color) !important;
    opacity: 1; }
  .alert-area .basic-alert:-ms-input-placeholder {
    color: var(--main-color) !important;
    opacity: 1; }
  .alert-area .basic-alert::-ms-input-placeholder {
    color: var(--main-color) !important;
    opacity: 1; }
  .alert-area .basic-alert::placeholder {
    color: var(--main-color) !important;
    opacity: 1; }

.alert-area .basic-alert-icon {
  border: none;
  background: #88C13E;
  color: #fff;
  padding-left: 65px; }
  .alert-area .basic-alert-icon::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1; }
  .alert-area .basic-alert-icon:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1; }
  .alert-area .basic-alert-icon::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1; }
  .alert-area .basic-alert-icon::placeholder {
    color: #fff !important;
    opacity: 1; }

.alert-area .wrong-alert {
  color: #dc3545; }
  .alert-area .wrong-alert::-webkit-input-placeholder {
    color: #dc3545 !important;
    opacity: 1; }
  .alert-area .wrong-alert:-ms-input-placeholder {
    color: #dc3545 !important;
    opacity: 1; }
  .alert-area .wrong-alert::-ms-input-placeholder {
    color: #dc3545 !important;
    opacity: 1; }
  .alert-area .wrong-alert::placeholder {
    color: #dc3545 !important;
    opacity: 1; }

.alert-area .cookies-alert {
  background: transparent; }

.alert-area textarea {
  resize: none; }

.popcontent {
  background: #EFEFEF;
  padding: 30px;
  top: -13% !important;
  border-radius: 10px; }
  .popcontent h2 {
    color: #7F7F7F;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-left: 35px; }
  .popcontent i {
    position: absolute;
    left: 30px;
    margin-top: 0px; }

.popover-area {
  margin-top: 300px; }

.popover-element .border-bottom {
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 10px; }

.popover-element .btn {
  color: #fff; }

.popover-element .list-menu h6 {
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 600;
  letter-spacing: 0.55px;
  font-family: var(--body-font); }

.popover-element .list-menu li {
  color: #242424;
  list-style: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.55px;
  font-family: var(--body-font);
  line-height: 50px; }
  .popover-element .list-menu li i {
    color: var(--main-color);
    margin-right: 20px; }
  .popover-element .list-menu li ul {
    padding-left: 20%; }
    .popover-element .list-menu li ul i {
      margin-right: 0px;
      color: #707070;
      font-weight: 900; }

.element-modal-content .card {
  background: #fff;
  color: #161616;
  border: none;
  padding: 30px; }
  .element-modal-content .card .alert-circle i {
    width: 120px;
    height: 120px;
    background: var(--main-color);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    position: relative;
    z-index: 9;
    border: 15px solid #E1EFCF; }
    .element-modal-content .card .alert-circle i.fa-exclamation {
      border: 15px solid #EFEFEF;
      background: #818181; }
  .element-modal-content .card .card-title {
    font-size: 65px;
    font-weight: 700;
    font-family: var(--body-font);
    letter-spacing: 0;
    line-height: 60px;
    margin-top: 30px; }
  .element-modal-content .card .card-text {
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 22px;
    letter-spacing: 0;
    line-height: 28px;
    color: #464646;
    padding: 30px 0px; }
  .element-modal-content .card .btn-normal-size {
    font-size: 15px;
    padding: 8px 25px; }

.element-modal-content .info-popup2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .element-modal-content .info-popup2.active {
    opacity: 1;
    z-index: 9999; }
  .element-modal-content .info-popup2-content {
    margin: auto;
    width: 100%;
    position: relative; }
    .element-modal-content .info-popup2-content__img {
      width: 100%;
      height: 100%; }
      .element-modal-content .info-popup2-content__img--one {
        background-image: url("../img/modal/one.png.jpeg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    .element-modal-content .info-popup2-content__text {
      padding-top: 100px;
      padding-bottom: 100px;
      text-align: center;
      background: #fff;
      color: #161616; }
      .element-modal-content .info-popup2-content__text-header {
        margin-bottom: 30px; }
      .element-modal-content .info-popup2-content__text-body {
        margin-bottom: 70px;
        margin-top: 70px; }
        .element-modal-content .info-popup2-content__text-body .divide {
          width: 50px;
          height: 1px;
          background: var(--paragraph-color);
          display: inline-block; }
      .element-modal-content .info-popup2-content__text-is {
        display: block;
        text-transform: capitalize; }
    .element-modal-content .info-popup2-content__title {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 33px;
      font-weight: 400;
      font-family: var(--body-font);
      letter-spacing: 0; }
    .element-modal-content .info-popup2-content_close {
      position: absolute;
      top: -20px;
      right: -20px;
      width: 40px;
      height: 40px;
      background: #161616;
      display: inline-block;
      border-radius: 30px;
      border: none;
      color: #fff;
      opacity: 1;
      z-index: 1; }
      .element-modal-content .info-popup2-content_close:hover {
        cursor: pointer; }
      .element-modal-content .info-popup2-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.element-modal-content .location-popup2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .element-modal-content .location-popup2 #map {
    min-height: 100%; }
  .element-modal-content .location-popup2.active {
    opacity: 1;
    z-index: 9999; }
  .element-modal-content .location-popup2-content {
    margin: 50px 0px;
    width: 100%;
    position: relative; }
    .element-modal-content .location-popup2-content__img {
      width: 100%;
      height: 100%; }
      .element-modal-content .location-popup2-content__img--one {
        background-image: url("../img/modal/two.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    .element-modal-content .location-popup2-content__text {
      padding-top: 100px;
      padding-bottom: 100px;
      text-align: center;
      background: #fff; }
      .element-modal-content .location-popup2-content__text-header {
        margin-bottom: 30px; }
      .element-modal-content .location-popup2-content__text-body {
        margin-bottom: 70px;
        margin-top: 70px; }
        .element-modal-content .location-popup2-content__text-body .divide {
          width: 50px;
          height: 1px;
          background: var(--paragraph-color);
          display: inline-block; }
      .element-modal-content .location-popup2-content__text-is {
        display: block;
        text-transform: capitalize;
        color: #161616; }
      .element-modal-content .location-popup2-content__text .btn-normal-size {
        font-size: 15px;
        padding: 8px 25px; }
    .element-modal-content .location-popup2-content__title {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 33px; }
    .element-modal-content .location-popup2-content_close {
      position: absolute;
      top: -20px;
      right: -20px;
      width: 40px;
      height: 40px;
      background: #161616;
      display: inline-block;
      border-radius: 30px;
      border: none;
      color: #fff;
      opacity: 1;
      z-index: 1; }
      .element-modal-content .location-popup2-content_close:hover {
        cursor: pointer; }
      .element-modal-content .location-popup2-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.element-modal-content .message-popup2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .element-modal-content .message-popup2.active {
    opacity: 1;
    z-index: 9999; }
  .element-modal-content .message-popup2-content {
    margin: 0px;
    width: 100%;
    position: relative; }
    .element-modal-content .message-popup2-content__img {
      width: 100%;
      height: 100%; }
      .element-modal-content .message-popup2-content__img--three {
        background-image: url("../img/modal/three.png.jpeg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    .element-modal-content .message-popup2-content__text {
      padding-top: 100px;
      padding-bottom: 100px;
      text-align: center;
      background: #fff;
      padding-right: 40px; }
      .element-modal-content .message-popup2-content__text-header {
        margin-bottom: 30px; }
      .element-modal-content .message-popup2-content__text-body {
        margin-bottom: 30px; }
        .element-modal-content .message-popup2-content__text-body .divide {
          width: 50px;
          height: 1px;
          background: var(--paragraph-color);
          display: inline-block; }
        .element-modal-content .message-popup2-content__text-body .btn {
          padding: 8px 50px;
          font-size: 19px; }
      .element-modal-content .message-popup2-content__text-is {
        display: block;
        text-transform: capitalize;
        color: #161616; }
    .element-modal-content .message-popup2-content__title {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 33px;
      color: #464646;
      font-weight: 400; }
    .element-modal-content .message-popup2-content_close {
      position: absolute;
      top: -20px;
      left: -20px;
      width: 40px;
      height: 40px;
      background: #161616;
      display: inline-block;
      border-radius: 30px;
      border: none;
      color: #fff;
      opacity: 1;
      z-index: 1; }
      .element-modal-content .message-popup2-content_close:hover {
        cursor: pointer; }
      .element-modal-content .message-popup2-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.modal-title h3 {
  font-size: 24px;
  color: #4A4A4A;
  font-weight: 400; }

.pagination-content {
  padding: 50px 0px; }

.pagination-title h3 {
  font-weight: 400; }

.element-progress-bar .proggress {
  width: 0; }

.element-progress-bar .single-progressbar p {
  font-size: 15px;
  font-weight: 700;
  color: #464646;
  letter-spacing: 0;
  font-family: var(--body-font);
  text-transform: none; }

.pagination-progressbar .percentCount {
  display: none; }

.countdown-area .small-title {
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  color: #4A4A4A; }

.countdown-soon-area {
  position: relative;
  padding-bottom: 150px; }
  .countdown-soon-area .content {
    position: absolute;
    width: 50%;
    top: 17%;
    left: 50%;
    -webkit-transform: translate(-50%, 25%);
    -ms-transform: translate(-50%, 25%);
    transform: translate(-50%, 25%);
    text-align: center; }
    .countdown-soon-area .content .countdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px; }
      .countdown-soon-area .content .countdown__item {
        margin-right: 5px;
        margin-left: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
        .countdown-soon-area .content .countdown__item:last-child {
          margin-right: 0;
          padding-right: 0; }
      .countdown-soon-area .content .countdown__lg-text {
        font-size: 35px;
        line-height: 20px;
        font-weight: 700;
        color: #161616;
        font-family: var(--secondary-font);
        width: 70px;
        border-radius: 50%;
        position: relative;
        text-align: center; }
      .countdown-soon-area .content .countdown__sm-text {
        font-size: 15px;
        line-height: 35px;
        color: #161616;
        font-family: var(--body-font);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.23px;
        width: 70px;
        text-align: center; }
      .countdown-soon-area .content .countdown .break {
        left: 0px;
        right: 15px;
        position: relative;
        top: -10px;
        font-size: 30px;
        font-weight: 700;
        color: #161616; }

.Menu-area {
  margin-top: 100px;
  background: #F9F9FA; }
  .Menu-area .small-title {
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: #4A4A4A;
    padding: 80px 0px 75px 0px; }

.element-card-area .card-title h3 {
  font-weight: 600;
  font-size: 22px;
  color: #4A4A4A;
  line-height: 39px;
  padding-bottom: 20px; }

.element-card-area .card-item1 .news-item-style-01 {
  position: relative;
  -webkit-box-shadow: 0px 2px 6px #ccc;
  box-shadow: 0px 2px 6px #ccc;
  background: #F9F9FA;
  border-radius: 70px 70px 20px 20px;
  margin: 0px 10px !important;
  padding-top: 0px; }
  .element-card-area .card-item1 .news-item-style-01 .content {
    margin-top: 30px;
    position: absolute;
    bottom: 0px;
    background: #F9F9FA;
    padding: 15px 20px;
    border-radius: 0px 0px 18px 18px;
    text-align: left; }
    .element-card-area .card-item1 .news-item-style-01 .content h3 {
      color: #161616;
      font-size: 15px;
      letter-spacing: 0.45px;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 15px; }
    .element-card-area .card-item1 .news-item-style-01 .content p {
      color: #161616;
      font-size: 15px;
      letter-spacing: 0.38px; }
  .element-card-area .card-item1 .news-item-style-01 .thumb {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .element-card-area .card-item1 .news-item-style-01 .thumb:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(136, 193, 62, 0.2);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .element-card-area .card-item1 .news-item-style-01 .thumb:hover:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(136, 193, 62, 0.6);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .element-card-area .card-item1 .news-item-style-01 .thumb img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
  .element-card-area .card-item1 .news-item-style-01 .hover-content {
    position: absolute;
    top: 10%;
    left: -10px;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.38px;
    padding: 5px 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #fff;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    text-align: left; }
    .element-card-area .card-item1 .news-item-style-01 .hover-content .btn {
      background: rgba(136, 193, 62, 0.8);
      color: #161616; }

.element-card-area .card-item1 .slick-slide {
  margin: 0 10px; }

.element-card-area .card-item1 .slick-dots {
  bottom: -100px; }
  .element-card-area .card-item1 .slick-dots li {
    margin: 0px; }
    .element-card-area .card-item1 .slick-dots li button:before {
      font-size: 40px; }
    .element-card-area .card-item1 .slick-dots li.slick-active button:before {
      color: #88C13E !important; }

.element-card-area .card-item1 .slick-prev {
  left: 24%;
  background: #fff !important;
  border: 0 !important; }
  .element-card-area .card-item1 .slick-prev:before {
    content: "\f104";
    font-family: 'fontawesome'; }

.element-card-area .card-item1 .slick-next {
  right: 24%;
  background: #fff !important;
  border: 0 !important; }
  .element-card-area .card-item1 .slick-next:before {
    content: "\f105";
    font-family: 'fontawesome'; }

.element-card-area .card-item1 .slick-prev, .element-card-area .card-item1 .slick-next {
  background: transparent;
  border: 1px solid #161616;
  border-radius: 30px;
  top: 50%;
  width: 46px;
  height: 30px;
  z-index: 999; }
  .element-card-area .card-item1 .slick-prev:hover, .element-card-area .card-item1 .slick-next:hover {
    background: #88C13E !important; }
    .element-card-area .card-item1 .slick-prev:hover:before, .element-card-area .card-item1 .slick-next:hover:before {
      color: #fff !important; }

.element-card-area .card-item1 .slick-prev:before, .element-card-area .card-item1 .slick-next:before {
  font-size: 25px;
  opacity: 1;
  color: #88C13E; }

.element-card-area .card-item1 .slick-slide {
  margin: 0 5px; }

.element-card-area .card-item1 .slick-list {
  margin: 0 -5px; }

.element-card-area .card-item2 {
  position: relative; }
  .element-card-area .card-item2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.5); }
  .element-card-area .card-item2 .classes-items .single-class-item {
    position: relative;
    background: #F9F9FA;
    margin-bottom: 30px;
    border-radius: 25px; }
    .element-card-area .card-item2 .classes-items .single-class-item:hover .hover-content {
      opacity: 1 !important; }
    .element-card-area .card-item2 .classes-items .single-class-item .bottom-content {
      margin-top: 30px; }
      .element-card-area .card-item2 .classes-items .single-class-item .bottom-content h3 {
        color: #88C13E;
        font-size: 24px;
        letter-spacing: 0.6px;
        font-weight: 600;
        margin-top: 15px; }
      .element-card-area .card-item2 .classes-items .single-class-item .bottom-content p {
        color: #515151;
        font-size: 15px;
        letter-spacing: 0.38px;
        padding: 30px; }
      .element-card-area .card-item2 .classes-items .single-class-item .bottom-content h4 {
        background: #88C13E;
        font-size: 24px;
        letter-spacing: 0.6px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0px;
        padding: 30px;
        border-radius: 0px 0px 30px 30px; }
    .element-card-area .card-item2 .classes-items .single-class-item .top-content {
      position: relative; }
      .element-card-area .card-item2 .classes-items .single-class-item .top-content .content-img {
        overflow: hidden;
        border-radius: 30px 30px 0px 0px; }
        .element-card-area .card-item2 .classes-items .single-class-item .top-content .content-img img {
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          display: initial;
          width: 100%; }
      .element-card-area .card-item2 .classes-items .single-class-item .top-content:hover img {
        -webkit-transform: scale(1.1) rotate(2deg);
        -ms-transform: scale(1.1) rotate(2deg);
        transform: scale(1.1) rotate(2deg); }
    .element-card-area .card-item2 .classes-items .single-class-item .hover-content {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      opacity: 0;
      -webkit-transition: opacity .4s linear;
      -o-transition: opacity .4s linear;
      transition: opacity .4s linear; }
      .element-card-area .card-item2 .classes-items .single-class-item .hover-content .btn {
        background: rgba(136, 193, 62, 0.8);
        color: #fff;
        padding: 12px 30px; }
  .element-card-area .card-item2 .slick-dots li {
    background: #88C13E; }

.element-card-area .card-item3 {
  position: relative; }
  .element-card-area .card-item3 .shop-single-item {
    position: relative;
    -webkit-box-shadow: 0px 2px 15px #ccc;
    box-shadow: 0px 2px 15px #ccc;
    padding: 15px 0px; }
    .element-card-area .card-item3 .shop-single-item:hover .hover-content {
      opacity: 1 !important; }
    .element-card-area .card-item3 .shop-single-item .top-content {
      position: relative; }
      .element-card-area .card-item3 .shop-single-item .top-content .thumb img {
        display: initial; }
      .element-card-area .card-item3 .shop-single-item .top-content .hover-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: opacity .4s linear;
        -o-transition: opacity .4s linear;
        transition: opacity .4s linear; }
        .element-card-area .card-item3 .shop-single-item .top-content .hover-content .btn {
          background: #88C13E;
          color: #fff; }
    .element-card-area .card-item3 .shop-single-item .bottom-content {
      margin-top: 30px; }
      .element-card-area .card-item3 .shop-single-item .bottom-content h3 {
        color: #161616;
        font-size: 18px;
        letter-spacing: 0.9px;
        font-weight: 600;
        margin-bottom: 30px;
        margin-top: 15px; }
      .element-card-area .card-item3 .shop-single-item .bottom-content p {
        color: #515151;
        font-size: 15px;
        letter-spacing: 0.8px; }
      .element-card-area .card-item3 .shop-single-item .bottom-content a {
        font-size: 15px;
        color: #88C13E;
        letter-spacing: 0.8px; }

.floating-icon {
  display: none;
  right: 45px;
  margin-top: 45px;
  border-radius: 5px;
  background: #fff;
  z-index: 999;
  text-align: center;
  color: #000;
  padding: 12px 0px;
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.16); }
  .floating-icon__is {
    padding: 5px 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .floating-icon__is i:before {
      font-size: 24px;
      margin-left: 0px; }
    .floating-icon__is:hover {
      color: var(--main-color);
      cursor: pointer; }

.info-popup {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(51, 63, 70, 0.9);
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .info-popup.active {
    opacity: 1;
    z-index: 999; }
    .info-popup.active .info-popup-content {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .info-popup-content {
    margin: auto;
    width: 50%;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
    .info-popup-content__img {
      width: 100%;
      height: 100%; }
      .info-popup-content__img--one {
        background-image: url("../img/modal/one.png.jpeg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .info-popup-content__img--two {
        background-image: url("https://zwin.io/html//assets/img/blog-bg.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .info-popup-content__img--three {
        background-image: url("https://zwin.io/html//assets/img/slide-three.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    .info-popup-content__text {
      padding-top: 100px;
      padding-bottom: 100px;
      text-align: center;
      background: #fff; }
      .info-popup-content__text-header {
        margin-bottom: 30px; }
      .info-popup-content__text-body {
        margin-bottom: 30px; }
        .info-popup-content__text-body .divide {
          width: 50px;
          height: 1px;
          background: var(--paragraph-color);
          display: inline-block; }
      .info-popup-content__text-is {
        display: block;
        text-transform: capitalize;
        color: #161616; }
    .info-popup-content__title {
      margin-top: 0;
      margin-bottom: 0; }
    .info-popup-content_close {
      position: absolute;
      top: -20px;
      right: -20px;
      width: 40px;
      height: 40px;
      background: var(--main-color);
      display: inline-block;
      border-radius: 30px;
      border: none;
      color: white;
      opacity: 1;
      z-index: 1; }
      .info-popup-content_close:hover {
        cursor: pointer; }
      .info-popup-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.location-popup {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(51, 63, 70, 0.9);
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .location-popup.active {
    opacity: 1;
    z-index: 999; }
    .location-popup.active .location-popup-content {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .location-popup #map {
    min-height: 100%; }
  .location-popup-content {
    margin: auto;
    width: 50%;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
    .location-popup-content__img {
      width: 100%;
      height: 100%; }
      .location-popup-content__img--one {
        background-image: url("../img/modal/two.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .location-popup-content__img--two {
        background-image: url("https://zwin.io/html//assets/img/blog-bg.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .location-popup-content__img--three {
        background-image: url("https://zwin.io/html//assets/img/slide-three.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    .location-popup-content__text {
      padding-top: 100px;
      padding-bottom: 100px;
      text-align: center;
      background: #fff; }
      .location-popup-content__text-header {
        margin-bottom: 30px; }
      .location-popup-content__text-body {
        margin-bottom: 30px; }
        .location-popup-content__text-body .divide {
          width: 50px;
          height: 1px;
          background: var(--paragraph-color);
          display: inline-block; }
      .location-popup-content__text-is {
        display: block;
        text-transform: capitalize;
        color: #161616; }
    .location-popup-content__title {
      margin-top: 0;
      margin-bottom: 0; }
    .location-popup-content_close {
      position: absolute;
      top: -20px;
      right: -20px;
      width: 40px;
      height: 40px;
      background: var(--main-color);
      display: inline-block;
      border-radius: 30px;
      border: none;
      color: white;
      opacity: 1;
      z-index: 1; }
      .location-popup-content_close:hover {
        cursor: pointer; }
      .location-popup-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.message-popup {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(51, 63, 70, 0.9);
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .message-popup.active {
    opacity: 1;
    z-index: 999; }
    .message-popup.active .message-popup-content {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .message-popup-content {
    margin: auto;
    width: 50%;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
    .message-popup-content__img {
      width: 100%;
      height: 100%; }
      .message-popup-content__img--one {
        background-image: url("https://zwin.io/html//assets/img/popup-info.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .message-popup-content__img--two {
        background-image: url("https://zwin.io/html//assets/img/blog-bg.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .message-popup-content__img--three {
        background-image: url("../img/modal/three.png.jpeg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    .message-popup-content__text {
      padding-top: 100px;
      padding-bottom: 100px;
      text-align: center;
      background: #fff;
      padding-right: 40px; }
      .message-popup-content__text-header {
        margin-bottom: 30px; }
      .message-popup-content__text-body .divide {
        width: 50px;
        height: 1px;
        background: var(--paragraph-color);
        display: inline-block; }
      .message-popup-content__text-is {
        display: block;
        text-transform: capitalize;
        color: #161616; }
    .message-popup-content__title {
      margin-top: 0;
      margin-bottom: 0; }
    .message-popup-content_close {
      position: absolute;
      top: -20px;
      right: -20px;
      width: 40px;
      height: 40px;
      background: var(--main-color);
      display: inline-block;
      border-radius: 30px;
      border: none;
      color: white;
      opacity: 1;
      z-index: 1; }
      .message-popup-content_close:hover {
        cursor: pointer; }
      .message-popup-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.about-style-2 .floating-icon {
  float: left;
  left: 10%;
  margin-top: 50vh; }

/*
    Flaticon icon font: Flaticon
    Creation date: 24/09/2019 07:07
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon-.eot#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-phone-call:before {
  content: "\f100"; }

.flaticon-placeholder:before {
  content: "\f101"; }

.flaticon-email:before {
  content: "\f102"; }

.flaticon-weight-lifting:before {
  content: "\f103"; }

.flaticon-muscles:before {
  content: "\f104"; }

.flaticon-meditation:before {
  content: "\f105"; }

.flaticon-woman:before {
  content: "\f106"; }

.flaticon-weightlifting:before {
  content: "\f107"; }

.flaticon-gym:before {
  content: "\f108"; }

.flaticon-weight:before {
  content: "\f109"; }

.flaticon-run:before {
  content: "\f10a"; }

.flaticon-sports-and-competition:before {
  content: "\f10b"; }

.flaticon-gym-1:before {
  content: "\f10c"; }

.flaticon-group:before {
  content: "\f10d"; }

.flaticon-company:before {
  content: "\f10e"; }

.flaticon-award:before {
  content: "\f10f"; }

.flaticon-adjust:before {
  content: "\f110"; }

.flaticon-cart:before {
  content: "\f111"; }

.flaticon-add:before {
  content: "\f112"; }

.flaticon-search:before {
  content: "\f113"; }

.flaticon-telephone:before {
  content: "\f114"; }

.flaticon-play-button:before {
  content: "\f115"; }

.flaticon-danger:before {
  content: "\f116"; }

.flaticon-search-1:before {
  content: "\f117"; }

.flaticon-tick:before {
  content: "\f118"; }

.flaticon-close:before {
  content: "\f119"; }

.flaticon-magnifying-glass:before {
  content: "\f11a"; }

.flaticon-placeholder-1:before {
  content: "\f11b"; }

.flaticon-delivery:before {
  content: "\f11c"; }
