/* [Master Stylesheet] */
/*
Template Name: Goalbarg - Gardening &amp; Landscaping HTML Template
Template Author: Colorlib
Template Author URI: http://colorlib.com
Text Domain: Goalbarg, Gardening & Landscaping
Version: - v1.0
*/ 
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800");
@import 'css/bootstrap.min.css';
@import 'css/classy-nav.css';
@import 'css/owl.carousel.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/font-awesome.min.css';
@import 'css/elegant-icon.css';
@font-face {
  font-family: "yekan";
  font-display: swap;
  src: url("fonts/BYekan.eot?") format("eot"), url("fonts/BYekan.woff") format("woff"), url("fonts/BYekan.ttf") format("truetype"), url("fonts/BYekan.svg#yekan") format("svg");
}
@font-face {
  font-family: "Abank";
  font-display: swap;
  src: url("fonts/Far_Bank.eot?") format("eot"), url("fonts/Far_Bank.woff") format("woff"), url("fonts/Far_Bank.ttf") format("truetype"), url("fonts/Far_Bank.svg#Abank") format("svg");
}
/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  direction: rtl;
  text-align: right;
  font-family: "yekan", "Dosis", sans-serif;
  font-size: 16px;
  color: #707070;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303030;
  line-height: 1.3;
  font-weight: 500;
}

p {
  color: #707070;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}

a,
a:hover {
  text-decoration: none;
}

a,
a:not(.dropdown-item, .closebtn, #navbarDropdown, .classynav a):hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #303030;
  font-weight: 500;
  font-size: 14px;
}

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

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

table td {
  vertical-align: middle !important;
}

.bg-cust {
  background-color: #111111 !important;
}

.form-control, .btn:not(.no-radius), .custom-select {
  font-size: 1rem;
  border-radius: 2px;
}

.input-group-prepend .btn {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group-prepend .form-control {
  border-radius: 0 2px 2px 0 !important;
}

.modal-content {
  border-radius: 2px;
}

.modal-header .close {
  margin: -15px auto -15px -15px !important;
}

.dropdown-menu {
  border-radius: 2px;
  z-index: 900;
}
.dropdown-menu .dropdown-item {
  border-radius: 0;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: #70c745 !important;
}
.dropdown-menu .list-group-item.active {
  border-color: #70c745 !important;
}

.login.dropdown .dropdown-item {
  padding: 0.4rem 0.6rem 0.6rem 3rem !important;
}
.login.dropdown .dropdown-item .fa-heart {
  color: #16181b;
}
.login.dropdown .dropdown-item.active .fa-heart {
  color: white;
}
.login.dropdown .dropdown-item-text {
  padding: 0.4rem 0.6rem 0.6rem 0.6rem !important;
}

.form-control-goalbarg {
  border: 1px solid #ebebeb;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.form-control-goalbarg:focus {
  box-shadow: none;
  border-color: #70c745 !important;
}
.form-control-goalbarg.is-invalid {
  border-color: #dc3545 !important;
}

.custom-select {
  padding: 0.375rem 0.75rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
}

.custom-select {
  background-position: left 0.75rem center !important;
}

.modal-footer > button {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.badge-pill:not(.use-default) {
  border-radius: 0;
}

.hide {
  display: none;
}

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

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

.mt-70 {
  margin-top: 70px !important;
}

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

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px;
}

.height-500 {
  height: 500px;
}

.height-600 {
  height: 600px;
}

.height-700 {
  height: 700px;
}

.height-800 {
  height: 800px;
}

/* :: 3.3.0 Section Padding */
.section-padding-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-padding-25-0 {
  padding-top: 25px;
  padding-bottom: 0;
}

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

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

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

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

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
.section-heading h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width:767px) {
  .section-heading h2 {
    font-size: 24px;
  }
}
.section-heading p {
  font-size: 16px;
  color: #707070;
  margin-bottom: 0;
}

.our-services-area {
  min-height: 495px;
}

/* :: 3.5.0 Preloader */
.preloader {
  background-color: #f2f4f5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
}
.preloader .preloader-circle {
  width: 80px;
  height: 80px;
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-top-color: #70c745;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
}
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
}
.preloader .preloader-img img {
  max-width: 45px;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loadersmall {
  border: 5px solid #ccc;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: auto;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

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

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}
.bg-overlay::after {
  background-color: rgba(17, 17, 17, 0.5);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

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

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: #70c745;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  left: 50px;
  text-align: center;
  width: 40px;
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#scrollUp:hover {
  background-color: #303030;
}

/* :: 3.8.0 goalbarg Button */
.goalbarg-btn {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 150px;
  height: 46px;
  color: #ffffff;
  background-color: #70c745;
  border: 2px solid #70c745;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
}
.goalbarg-btn.active, .goalbarg-btn:hover, .goalbarg-btn:focus {
  font-size: 16px;
  color: #70c745;
  font-weight: 600;
  background-color: transparent;
  box-shadow: none;
}

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: transparent;
}
.header-area .top-header-area {
  position: relative;
  z-index: 100;
  background-color: transparent;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .top-header-area {
    z-index: 1;
  }
}
@media only screen and (max-width:767px) {
  .header-area .top-header-area {
    z-index: 1;
  }
}
.header-area .top-header-area .top-header-content {
  position: relative;
  z-index: 1;
  height: 41px;
}
.header-area .top-header-area .top-header-content .top-header-meta a:not(.dropdown-item) {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
.header-area .top-header-area .top-header-content .top-header-meta a:not(.dropdown-item):first-child {
  margin-left: 30px;
}
.header-area .top-header-area .top-header-content .top-header-meta a:not(.dropdown-item) i {
  margin-left: 5px;
  color: #70c745;
}
@media (max-width: 576px) {
  .header-area .top-header-area .top-header-content .top-header-meta a:not(.dropdown-item) i {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width:767px) {
  .header-area .top-header-area .top-header-content .top-header-meta a:not(.dropdown-item) span {
    display: none;
  }
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown {
  position: relative;
  z-index: 1;
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown::after {
  width: 1px;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.2);
  content: "";
  top: 0;
  right: 15px;
  z-index: 2;
  position: absolute;
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 12px;
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .btn:focus {
  box-shadow: none;
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
  background-color: #70c745;
  border: none;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
    top: 90px !important;
  }
}
@media only screen and (max-width:767px) {
  .header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu {
    min-width: 100px;
    top: 70px !important;
  }
}
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu .dropdown-item:focus,
.header-area .top-header-area .top-header-content .top-header-meta .language-dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #111111;
}
.header-area .top-header-area .top-header-content .top-header-meta .signup {
  position: relative;
  z-index: 1;
}
.header-area .top-header-area .top-header-content .top-header-meta .signup::after {
  width: 1px;
  height: 100%;
  background-color: rgba(235, 235, 235, 0.2);
  content: "";
  top: 0;
  right: -15px;
  z-index: 2;
  position: absolute;
}
.header-area .top-header-area .top-header-content .top-header-meta .signup a {
  margin-right: 0;
}
@media (max-width: 576px) {
  .header-area .top-header-area .top-header-content .top-header-meta .signup a {
    margin-left: 0 !important;
  }
}
.header-area .top-header-area.hidden {
  height: 0px !important;
}
.header-area .goalbarg-main-menu {
  direction: ltr;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .goalbarg-main-menu .classy-navbar .classy-menu {
    background-color: #111111;
  }
}
@media only screen and (max-width:767px) {
  .header-area .goalbarg-main-menu .classy-navbar .classy-menu {
    background-color: #111111;
  }
}
.header-area .goalbarg-main-menu .classy-nav-container {
  background-color: transparent;
}
.header-area .goalbarg-main-menu .classy-navbar {
  height: 90px;
  padding: 0;
}
.header-area .goalbarg-main-menu .classy-navbar .nav-brand {
  line-height: 1;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.header-area .goalbarg-main-menu .classy-navbar .nav-brand img {
  width: 45px;
  height: 45px;
}
.header-area .goalbarg-main-menu .classy-navbar .nav-brand span {
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 1.75rem;
  color: #fed136;
  font-family: "yekan", "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  vertical-align: middle;
}
.header-area .goalbarg-main-menu .classy-navbar .nav-brand:hover {
  opacity: 0.9;
}
@media only screen and (max-width:767px) {
  .header-area .goalbarg-main-menu .classy-navbar {
    height: 70px;
  }
}
.header-area .goalbarg-main-menu .classynav ul li a {
  padding: 0 30px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .header-area .goalbarg-main-menu .classynav ul li a {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .goalbarg-main-menu .classynav ul li a {
    background-color: #111111;
    font-size: 16px;
    color: #ffffff;
    border-bottom: none;
  }
}
@media only screen and (max-width:767px) {
  .header-area .goalbarg-main-menu .classynav ul li a {
    background-color: #111111;
    font-size: 16px;
    color: #ffffff;
    border-bottom: none;
  }
}
.header-area .goalbarg-main-menu .classynav ul li a:hover, .header-area .goalbarg-main-menu .classynav ul li a:focus {
  color: #70c745;
}
.header-area .goalbarg-main-menu .classynav ul li a::after {
  color: #ffffff;
}
.header-area .goalbarg-main-menu .classynav ul li ul li a {
  padding: 0 20px;
  color: #303030;
  font-size: 14px;
  border-bottom: none;
}
.header-area .goalbarg-main-menu .classynav ul li ul li a::after {
  color: #303030;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .goalbarg-main-menu .classynav ul li ul li a::after {
    color: #ffffff;
  }
}
@media only screen and (max-width:767px) {
  .header-area .goalbarg-main-menu .classynav ul li ul li a::after {
    color: #ffffff;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .goalbarg-main-menu .classynav ul li ul li a {
    padding: 0 45px;
    color: #ffffff;
  }
}
@media only screen and (max-width:767px) {
  .header-area .goalbarg-main-menu .classynav ul li ul li a {
    padding: 0 45px;
    color: #ffffff;
  }
}
.header-area .goalbarg-main-menu .classynav a.active {
  color: #70c745;
}
.header-area .goalbarg-main-menu .breakpoint-off .home {
  padding: 0 0 30px 30px !important;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .goalbarg-main-menu .classy-navbar-toggler .navbarToggler span {
    background-color: #ffffff;
  }
}
@media only screen and (max-width:767px) {
  .header-area .goalbarg-main-menu .classy-navbar-toggler .navbarToggler span {
    background-color: #ffffff;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area .goalbarg-main-menu .classycloseIcon .cross-wrap span {
    background: #ffffff;
  }
}
@media only screen and (max-width:767px) {
  .header-area .goalbarg-main-menu .classycloseIcon .cross-wrap span {
    background: #ffffff;
  }
}
.header-area .goalbarg-main-menu .search-form {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.header-area .goalbarg-main-menu .search-form form {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 100;
  background-color: #ffffff;
  width: 500px;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width:767px) {
  .header-area .goalbarg-main-menu .search-form form {
    width: 290px;
    padding: 20px;
  }
}
.header-area .goalbarg-main-menu .search-form form input {
  width: 100%;
  height: 45px;
  border: 1px solid #ebebeb;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 14px;
}
@media only screen and (max-width:767px) {
  .header-area .goalbarg-main-menu .search-form form input {
    padding: 0 15px;
  }
}
.header-area .goalbarg-main-menu .search-form .closeIcon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  top: 41px;
  left: 90px;
  z-index: 200;
  cursor: pointer;
  color: #707070;
}
.header-area .goalbarg-main-menu .search-form .closeIcon:hover {
  color: #70c745;
}
@media only screen and (max-width:767px) {
  .header-area .goalbarg-main-menu .search-form .closeIcon {
    top: 31px;
    right: 35px;
  }
}
.header-area .goalbarg-main-menu .search-form.active {
  opacity: 1;
  visibility: visible;
}
.header-area .is-sticky .goalbarg-main-menu {
  background-color: #111111;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}
.header-area .is-sticky .goalbarg-main-menu .classy-navbar {
  height: 80px !important;
}
.header-area .is-sticky .nav-brand span {
  font-size: 1.4rem !important;
}
.header-area #searchIcon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  margin-right: 30px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header-area #searchIcon {
    margin-right: 30px;
    margin-top: 15px;
  }
}
@media only screen and (max-width:767px) {
  .header-area #searchIcon {
    margin-right: 30px;
    margin-top: 15px;
  }
}
.header-area #searchIcon:hover, .header-area #searchIcon:focus {
  color: #70c745;
}

.signin a, .signup a {
  color: #007bff;
  text-decoration: none !important;
  background-color: transparent;
}
.signin a:hover, .signup a:hover {
  color: #0056b3;
}

/* :: 5.0 Hero Slides Area */
@media only screen and (min-width:1200px) {
  .hero-area {
    padding-top: 50px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .hero-area {
    padding-top: 100px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .hero-area {
    padding-top: 100px;
  }
}
@media only screen and (max-width:767px) {
  .hero-area {
    padding-top: 120px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .hero-area {
    padding-top: 100px;
  }
}

.hero-area,
.hero-post-slides {
  position: relative;
  z-index: 1;
  direction: ltr;
}

.hero-area-main {
  width: 100%;
  min-height: 600px;
  height: calc(100vh);
  direction: rtl;
}

.hero-area-main > .container > .row {
  min-height: 600px;
  height: calc(100vh);
}
@media only screen and (max-width:767px) {
  .hero-area-main > .container > .row {
    min-height: 500px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .hero-area-main > .container > .row {
    min-height: 500px;
  }
}

.hero-area-main h1 {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .hero-area-main h1 {
    font-size: 2.5rem;
  }
}

.hero-area-main p {
  color: white;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  .hero-area-main p {
    line-height: 2;
    font-size: 1rem;
  }
}

.form-search-wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

@media (max-width: 1199.98px) {
  .form-search-wrap .form-control, .dropdown-toggle-cust {
    height: 55px;
  }

  .dropdown-toggle-cust {
    padding-top: 0.98rem;
  }
}
.form-search-wrap .btn {
  padding: 0 30px;
}

@media (max-width: 1199.98px) {
  .form-search-wrap .btn {
    width: 100% !important;
    display: block;
  }
}
.dropdown-toggle-cust {
  border: 1px solid #ebebeb;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0.5rem 0.8rem 0.355rem 0.85rem !important;
}
.dropdown-toggle-cust.Focus {
  box-shadow: none !important;
  border-color: #70c745 !important;
}

#menu.dropdown-menu {
  right: 0 !important;
  left: auto !important;
  min-width: 250px !important;
  border-radius: 2px;
}
#menu.dropdown-menu .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #70c745;
}

.custom-control-label {
  padding: 0 0 10px 0;
  width: 100%;
  width: 70px !important;
}

@media (max-width: 428px) {
  .dropdown-toggle-cust {
    min-width: 115px;
    padding-left: 18px !important;
  }
}
.custom-control.custom-checkbox {
  margin: 0 20px 0 15px;
}

.trending-search b {
  font-size: 1rem;
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .trending-search h2 {
    display: block !important;
  }
}
.trending-search a {
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  font-size: 0.8rem;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 3px;
}

.trending-search a:hover {
  background: #fff;
  color: #70c745;
  font-weight: inherit;
  font-size: 0.8rem;
}

.single-hero-post {
  min-height: 600px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -6;
  top: 0;
  left: 0;
  overflow: hidden;
}
.single-hero-post .overlay {
  position: absolute;
  z-index: -6;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.5);
}
.single-hero-post .slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1 {
  -webkit-animation: slide 24s linear infinite, slideshow 12s linear 8s infinite;
  animation: slide 24s linear infinite, slideshow 12s linear 8s infinite;
}

.slide2 {
  -webkit-animation: slide 24s linear infinite, slideshow 12s linear 4s infinite;
  animation: slide 24s linear infinite, slideshow 12s linear 4s infinite;
}

.slide3 {
  -webkit-animation: slide 24s linear infinite, slideshow 12s linear 0s infinite;
  animation: slide 24s linear infinite, slideshow 12s linear 0s infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slideshow {
  25% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  91.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* :: 6.0 Popular Category */
.nonloop-block-13 .owl-prev, .nonloop-block-13 .owl-next {
  position: absolute;
  bottom: 0;
  left: calc(50% - 70px);
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  transition-duration: 500ms;
}
.nonloop-block-13 .owl-next {
  left: calc(50% + 30px);
}
.nonloop-block-13 .owl-prev:hover, .nonloop-block-13 .owl-next:hover {
  color: #70c745;
}
.nonloop-block-13 .owl-stage {
  padding-top: 40px;
  padding-bottom: 40px;
}

.category-item {
  max-height: 200px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block !important;
}

.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 10px;
  top: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 0;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.icon {
  width: 80px !important;
  margin: auto;
}

.popular-category .icon {
  display: block;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
  margin-bottom: 10px;
}

.popular-category .icon > span {
  line-height: 0;
  font-size: 45px;
}

.popular-category .caption {
  color: #666666;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
  text-transform: none;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: normal;
}

.popular-category .number {
  padding: 2px 20px;
  border-radius: 30px;
  display: inline-block;
  background: #e9ecef;
  color: #000;
  font-size: 14px;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

.popular-category:hover {
  background: #70c745;
  -webkit-box-shadow: 0 5px 30px -5px rgba(112, 199, 69, 0.5);
  box-shadow: 0 5px 30px -5px rgba(112, 199, 69, 0.5);
  z-index: 1;
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.popular-category:hover .caption {
  color: #fff;
}

.popular-category:hover .icon {
  color: #fff;
}

.popular-category:hover .number {
  background: #62b541;
  color: #fff;
}

/* :: 7.0 Subscribe Newsletter Area */
.more {
  color: black;
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  border-radius: 100%;
  background-color: #fec503;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.more:hover {
  background-color: #fec503;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}

.pocket {
  width: 100%;
  height: 245px;
  border-radius: 15px;
  font-family: Abank;
  text-align: center;
  background-color: #fec503;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}
.pocket .pocket-text {
  width: 100%;
  height: 165px;
  padding-top: 50px;
}
.pocket .pocket-bar {
  width: 100%;
  height: 45px;
  background-color: #3d3f3f;
}

.reserve_details {
  width: 100%;
  /*border: 1px solid #d6d8db;*/
  background-color: #f5f5f5;
  margin: 15px auto;
  padding-top: 7px;
}
.reserve_details .pitch {
  border: 1px solid #ddd;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  margin: 15px 0px 15px 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.44);
}
.reserve_details .pitch:hover {
  opacity: 0.7;
}

.req-details {
  border: 1px solid #c6c8ca;
  padding: 0px;
  background-color: #fefefe;
}
.req-details .req-header, .req-details .req-body, .req-details .req-footer {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #c6c8ca;
}
.req-details .req-body {
  padding: 0px;
}
.req-details .row {
  margin: 0px;
}
.req-details .req-footer {
  border-bottom: none;
  padding: 10px 0px 10px 0px;
}

.card-header:first-child, .card {
  border-radius: 0 !important;
}

.chat {
  padding: 0px;
  border: 1px solid #c6c8ca;
  background-color: #fefefe;
  min-height: 100px;
}
.chat.you {
  background-color: #e6fed0;
  border-color: #c3e6cb;
}
.chat i {
  float: left;
  max-width: 60px;
  width: 100%;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  margin: 10px;
}
.chat i.right {
  float: right;
}
.chat .text-frame {
  min-height: 80px;
  margin-bottom: 5px;
  padding: 7px;
}
.chat .time-right {
  text-align: left;
  padding-left: 5px;
  color: #aaa;
  /*border-top: 1px solid #e4e4e7;*/
}
.chat .div {
  width: 100%;
}
.chat .time-left {
  text-align: right;
  padding-right: 5px;
  color: #999;
  /*border-top: 1px solid #e8e8f0;*/
}

.subscribe-newsletter-area {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  background-size: cover;
  background-position: top left;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .subscribe-newsletter-area .subscribe-form {
    margin-top: 50px;
  }
}
@media only screen and (max-width:767px) {
  .subscribe-newsletter-area .subscribe-form {
    margin-top: 50px;
  }
}
.subscribe-newsletter-area .subscribe-form form {
  position: relative;
  z-index: 1;
}
.subscribe-newsletter-area .subscribe-form form input {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  height: 46px;
  background-color: #ffffff;
  padding: 10px 20px;
  border: none;
}
.subscribe-newsletter-area .subscribe-form form input:focus {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}
.subscribe-newsletter-area .subscribe-form form button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: none;
  border-radius: 2px 0 0 2px;
}
.subscribe-newsletter-area .subscribe-side-thumb .first-img {
  position: absolute;
  top: -30px;
  right: 5%;
  z-index: 10;
}

/* :: 8.0 New Arrivals Products Area */
.single-product-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-product-area .product-img {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-product-area .product-img a {
  display: block;
}
.single-product-area .product-img img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.single-product-area .product-img .product-tag a {
  background-color: #429edf;
  border-radius: 2px;
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.single-product-area .product-img .product-tag.sale-tag a {
  background-color: #e61d47;
}
.single-product-area .product-img .product-meta {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-product-area .product-img .product-meta a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  background-color: #303030;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
}
.single-product-area .product-img .product-meta a:hover, .single-product-area .product-img .product-meta a:focus {
  background-color: #70c745;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-product-area .product-img .product-meta a {
    font-size: 11px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-product-area .product-img .product-meta a {
    font-size: 11px;
  }
}
@media only screen and (max-width:767px) {
  .single-product-area .product-img .product-meta a {
    font-size: 14px;
  }
}
.single-product-area .product-img .product-meta .add-to-cart-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  width: calc(100% - 100px);
  border-left: 1px solid rgba(235, 235, 235, 0.5);
  border-right: 1px solid rgba(235, 235, 235, 0.5);
}
.single-product-area .product-info a p {
  margin-bottom: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.single-product-area .product-info a p:hover, .single-product-area .product-info a p:focus {
  color: #70c745;
}
.single-product-area .product-info h6 {
  margin-bottom: 0;
  font-size: 18px;
}
.single-product-area:hover .product-img {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
.single-product-area:hover .product-img .product-meta {
  visibility: visible;
  opacity: 1;
}

/* :: 9.0 Shop Page Area CSS */
.shop-sorting-data {
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width:767px) {
  .shop-sorting-data .shop-page-count {
    margin-bottom: 30px;
  }
}
.shop-sorting-data .shop-page-count p {
  font-size: 18px;
  color: #707070;
  margin-bottom: 0;
  font-weight: 500;
}
.shop-sorting-data .search_by_terms {
  position: relative;
  z-index: 1;
}
.shop-sorting-data .search_by_terms select {
  width: 180px;
  height: 40px;
  color: #51545f;
  font-size: 16px;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
@media only screen and (max-width:767px) {
  .shop-sorting-data .search_by_terms select {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .shop-sorting-data .search_by_terms select {
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.shop-sorting-data .search_by_terms select:focus {
  box-shadow: none;
}

.shop-widget {
  position: relative;
  z-index: 1;
}
.shop-widget .widget-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.shop-widget .custom-control .custom-control-label {
  font-size: 16px;
  color: #707070;
}
.shop-widget .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #70c745;
  border-color: #70c745;
}
.shop-widget .single-best-seller-product {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.shop-widget .single-best-seller-product::after {
  margin-bottom: 0;
}
.shop-widget .single-best-seller-product .product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
  margin-left: 30px;
}
.shop-widget .single-best-seller-product .product-info a {
  display: block;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.shop-widget .single-best-seller-product .product-info a:hover, .shop-widget .single-best-seller-product .product-info a:focus {
  color: #303030;
}
.shop-widget .single-best-seller-product .product-info p {
  margin-bottom: 0;
  color: #303030;
  font-weight: 500;
}
.shop-widget .single-best-seller-product .product-info .ratings i {
  font-size: 12px;
  color: #ff9800;
}

.slider-range-price {
  position: relative;
  z-index: 1;
}

.shop-widget .ui-slider-handle {
  background-color: #70c745;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 30;
  top: -3px;
}

.ui-slider-handle.first-handle {
  display: none !important;
}

.shop-widget .ui-slider-range.ui-widget-header.ui-corner-all {
  background-color: #70c745;
  position: absolute;
  height: 6px;
  width: auto;
  z-index: 10;
  left: 2px !important;
}

.shop-widget .ui-slider-horizontal {
  height: 6px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.shop-widget .range-price {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase;
}

.filter {
  font-size: 32px;
  cursor: pointer;
  color: white;
  padding: 12px 15px 11px 15px;
  width: auto;
  height: auto;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  position: fixed;
  visibility: hidden;
  right: 1%;
  top: 0;
  background-color: #009933;
  transition: 0.3s box-shadow;
  -moz-transition: 0.3s box-shadow;
  -webkit-transition: 0.3s box-shadow;
  z-index: 900;
  animation: pulse-animation 1.5s infinite;
}

@media (max-width: 868px) {
  .filter {
    font-size: 25px;
    padding: 12px 14px 11px 14px;
  }
}
@media (max-width: 540px) {
  .filter {
    font-size: 20px;
    right: 2.8%;
  }
}
.filter:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 #fed136;
  }
  100% {
    box-shadow: 0 0 0 15px transparent;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1032;
  top: 0;
  left: 0;
  background: #eeeff1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #70c745;
  border-color: #70c745;
}

.sidenav-op {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  visibility: hidden;
}

.closebtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.closebtn:hover {
  text-decoration: none;
}

.sidenav {
  right: 0;
}

.sidenav a:hover:not(.custom-control), .offcanvas a:focus {
  color: #ccc;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 36px;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 2px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d4d4d4;
  direction: rtl;
}

.autocomplete-items div span {
  color: #c6c6c6;
  text-shadow: 0.5px 0 0 #fff;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/*----------------
  Single list page
------------------*/
.single-list-slider .sl-item {
  height: 400px;
  background-color: black;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
@media only screen and (max-width:576px) {
  .single-list-slider .sl-item {
    height: 190px;
  }
}

.sl-thumb-slider {
  margin-top: 10px;
  position: relative;
}
.sl-thumb-slider .sl-thumb {
  height: 120px;
  cursor: pointer;
  background: #000;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width:576px) {
  .sl-thumb-slider .sl-thumb {
    height: 60px;
  }
}
.sl-thumb-slider .current .sl-thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
}
.sl-thumb-slider .owl-prev, .sl-thumb-slider .owl-next {
  position: absolute;
  height: 20px;
  width: 20px;
  background: #fff;
  top: 50%;
  margin-top: -10px;
  font-size: 15px;
  color: #cccccc;
  text-align: center;
}
.sl-thumb-slider .owl-prev:hover, .sl-thumb-slider .owl-next:hover {
  color: #70c745;
}
.sl-thumb-slider .owl-prev {
  left: 0;
  border-radius: 0px 30px 30px 0px;
}
.sl-thumb-slider .owl-next {
  right: 0;
  border-radius: 30px 0px 0px 30px;
}

.single-list-content {
  padding: 70px 30px;
  border: 1px solid #e1e1e1;
  border-top: none;
  margin-bottom: 40px;
}
.single-list-content .sl-title h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 8px;
}
.single-list-content .sl-title p {
  font-size: 18px;
  margin-bottom: 2px;
}
.single-list-content p i {
  color: #70c745;
  margin-left: 5px;
}
.single-list-content .sl-sp-title {
  display: block;
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
.single-list-content .sl-sp-title.bd-no {
  border-bottom: none;
}

.booking-table {
  border-collapse: separate;
  border-spacing: 5px;
  max-width: 100% !important;
  overflow-x: scroll;
}
.booking-table thead th, .booking-table tbody th, .booking-table td {
  text-align: center;
  border: solid 1px;
  border-radius: 2px;
  min-width: 140px !important;
  vertical-align: inherit;
}
.booking-table thead th, .booking-table tbody th {
  border-color: #aaa !important;
}
.booking-table td {
  background-color: rgba(40, 228, 27, 0.3);
  border-color: #b2ecb0;
  cursor: pointer;
  color: #14720d;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}
.booking-table td:not(.pastdate):not(.closed):not(none):not(.booked):not(.td-loading):hover {
  background-color: rgba(40, 228, 27, 0.6);
  border-color: #77e871;
  color: #105c0a;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}
@media (max-width: 576px) {
  .booking-table td {
    min-width: 140px;
  }
  .booking-table th {
    min-width: 117px !important;
  }
}
.booking-table .pastdate, .booking-table .closed {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #999;
  cursor: not-allowed !important;
}
.booking-table .none {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  cursor: not-allowed !important;
}
.booking-table .closed {
  color: rgba(255, 0, 0, 0.5) !important;
}
.booking-table .booked {
  background-color: #ff9999;
  border-color: #ff9999;
  color: #d34612;
  cursor: not-allowed;
}
.booking-table .bg-reserved {
  background-color: #f8d365 !important;
  color: #856404 !important;
  border-color: #f8d365 !important;
}
.booking-table .bg-cant {
  background-color: #d6d8d9;
}
.booking-table .tip-s {
  position: absolute;
  top: 2px;
  right: -2px;
  color: rgba(255, 0, 0, 0.7);
  font-weight: bold;
  transform: rotate(45deg);
}
.booking-table .tip-b {
  position: absolute;
  bottom: 2px;
  right: 4px;
  color: rgba(0, 0, 0, 0.4);
}

#show-reservs {
  margin-bottom: 5px;
}

.cart-button {
  position: fixed;
  z-index: 11;
  bottom: 10px;
  right: 10px;
  height: 35px;
  color: white;
  background-color: #46a349;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  padding: 6px;
  cursor: pointer;
}
.cart-button:hover {
  background-color: #3d8f40;
  color: white;
  text-decoration: none;
}
.cart-button .fa-shopping-cart {
  float: right;
  padding: 8px 4px 0px 0px;
  margin: -6px -6px 0px 5px;
  background-color: rgba(255, 255, 255, 0.25);
  width: 35px;
  height: 35px;
  font-size: 19px;
  border-radius: 0 2px 2px 0;
}
.cart-button .badge {
  border-radius: 50%;
}

.cart-table th, .cart-table td {
  white-space: pre;
  vertical-align: middle !important;
  line-height: 2;
}
.cart-table .custom-select {
  padding-right: 5px !important;
}
@media (max-width: 576px) {
  .cart-table .custom-select .cart-table tr select:nth-child(1) {
    min-width: 70px;
  }
}
.cart-table .minw1 {
  min-width: 50px !important;
}
.cart-table .remove-cart-item {
  background-color: #ffedee;
  color: #dc3545;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.property-details-list {
  margin-bottom: 30px;
}
.property-details-list p {
  margin-bottom: 40px;
  font-size: 16px;
}

.description {
  margin-bottom: 55px;
}
.description p {
  font-size: 16.7px;
}

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

.perview-video {
  position: relative;
  margin-bottom: 75px;
}
.perview-video .video-link {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}
.perview-video .video-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 70px;
  height: 70px;
  background-color: #70c745;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 100;
  border-radius: 50%;
  line-height: 79px;
  text-align: center;
  cursor: pointer;
  opacity: 0.9;
}
.perview-video .video-icon i {
  color: #ffffff;
  font-size: 24px;
}
.perview-video .video-icon:hover {
  opacity: 1;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}

.sidebar {
  padding-right: 40px;
}

.author-card {
  padding: 29px;
  border: 1px solid #ebebeb;
  border-radius: 1px;
  margin-bottom: 44px;
}
.author-card .author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: right;
  background-position: center;
  background-size: contain;
}
.author-card .author-info {
  padding-top: 10px;
  margin-right: 100px;
}
.author-card h5 {
  font-weight: 400;
}
.author-card .author-contact {
  display: block;
  clear: both;
  padding-top: 40px;
  position: relative;
}
.author-card .author-contact:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  top: 20px;
  right: 0;
  background: #ebebeb;
}
.author-card .author-contact p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 2;
}
.author-card .author-contact p i {
  margin-left: 5px;
  color: #70c745;
}

.contact-form-card {
  padding: 29px;
  border: 1px solid #ebebeb;
  margin-bottom: 80px;
}
.contact-form-card h5 {
  font-weight: 400;
  margin-bottom: 30px;
}
.contact-form-card input, .contact-form-card textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  margin-bottom: 17px;
  height: 36px;
  padding: 0 20px;
}
.contact-form-card textarea {
  height: 100px;
  padding: 10px 20px;
}
.contact-form-card button {
  height: 30px;
  min-width: 80px;
  line-height: 2;
}

.related-properties h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}

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

.rp-item .rp-pic {
  height: 229px;
  padding: 21px 20px;
}

.rp-item .rp-info {
  text-align: center;
  padding: 30px 10px;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-top: none;
}

.rp-item .rp-info h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

.rp-item .rp-info p {
  margin-bottom: 0;
}

.rp-item .rp-info p i {
  color: #70c745;
  margin-left: 5px;
}

.rp-item .rp-price {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 9.5px;
  background: #70c745;
  color: #fff;
}

.pos-map {
  height: 350px;
}

.complex-area .border-line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-top: 50px;
}

/* :: 10.0 Cart Area CSS */
.cart-table2 {
  position: relative;
  z-index: 1;
}
.cart-table2 thead tr,
.cart-table2 thead th {
  width: 20%;
}
.cart-table2 thead th {
  border: none;
  border-bottom: none;
  font-size: 20px;
  padding: 0 0 30px 0;
  color: #303030;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
.cart-table2 thead th:first-child {
  width: 40%;
}
.cart-table2 tbody tr {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
}
.cart-table2 tbody tr td {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #303030;
  vertical-align: middle;
}
.cart-table2 tbody tr td.cart_product_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.cart-table2 tbody tr td.cart_product_img a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
  display: inline-block;
  margin-right: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin-left: 2px;
}
.cart-table2 tbody tr td.cart_product_img h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.cart-table2 tbody tr td i {
  font-size: 36px;
  color: #c42525;
}
.cart-table2 .quantity {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
}
.cart-table2 .quantity .qty-text {
  height: 46px;
  padding: 5px 15px;
  width: 100px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  font-size: 14px;
  border: none;
  background-color: #f2f4f5;
  text-align: center;
}
.cart-table2 .quantity .qty-minus,
.cart-table2 .quantity .qty-plus {
  display: block;
  height: 100%;
  position: absolute;
  left: 10px;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  font-size: 8px;
  line-height: 46px;
  color: #303030;
}
.cart-table2 .quantity .qty-minus i,
.cart-table2 .quantity .qty-plus i {
  font-size: 10px;
  color: #303030;
}
.cart-table2 .quantity .qty-plus {
  left: auto;
  right: 10px;
}

.coupon-discount {
  position: relative;
  z-index: 1;
}
.coupon-discount form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.coupon-discount form input {
  width: 300px;
  height: 46px;
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
  padding: 0 30px;
  font-size: 14px;
  margin-right: 30px;
}
@media only screen and (max-width:767px) {
  .coupon-discount form input {
    width: 150px;
    padding: 0 10px;
    font-size: 13px;
    margin-right: 15px;
  }
}
.coupon-discount form button {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 170px;
  height: 46px;
  border: 1px solid #ebebeb;
  background-color: #cccccc;
  color: #303030;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
.coupon-discount form button:hover, .coupon-discount form button:focus {
  background-color: #70c745;
  color: #ffffff;
  border-color: #70c745;
}

.cart-totals-area {
  position: relative;
  z-index: 1;
}
.cart-totals-area .title-- {
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.cart-totals-area .subtotal,
.cart-totals-area .total {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.cart-totals-area .subtotal h5,
.cart-totals-area .total h5 {
  font-size: 18px;
  color: #303030;
  margin-bottom: 0;
}
.cart-totals-area .subtotal h5:last-child,
.cart-totals-area .total h5:last-child {
  font-weight: 600;
}
.cart-totals-area .shipping {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.cart-totals-area .shipping h5 {
  font-size: 18px;
  color: #303030;
  margin-bottom: 0;
  margin-right: 50px;
}
.cart-totals-area .shipping .shipping-address select,
.cart-totals-area .shipping .shipping-address input,
.cart-totals-area .shipping .shipping-address input,
.cart-totals-area .shipping .shipping-address button {
  width: 100%;
  height: 30px;
  font-size: 10px;
  padding: 0 10px;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.cart-totals-area .shipping .shipping-address button {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  height: 30px;
  border: 1px solid #ebebeb;
  background-color: #cccccc;
  color: #303030;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 0;
}
.cart-totals-area .shipping .shipping-address button:hover, .cart-totals-area .shipping .shipping-address button:focus {
  background-color: #70c745;
  color: #ffffff;
  border-color: #70c745;
}

/* :: 11.0 Checkout Area CSS */
.checkout_area {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.checkout_details_area {
  position: relative;
  z-index: 1;
}
.checkout_details_area h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.checkout_details_area input,
.checkout_details_area select,
.checkout_details_area textarea {
  width: 100%;
  height: 46px;
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
  font-size: 14px;
}
.checkout_details_area input:focus,
.checkout_details_area select:focus,
.checkout_details_area textarea:focus {
  box-shadow: none;
  border: 1px solid #70c745;
}
.checkout_details_area textarea {
  height: 100px;
}
.checkout_details_area .custom-control-label {
  font-size: 14px;
}

.checkout-content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .checkout-content {
    margin-top: 100px;
  }
}
@media only screen and (max-width:767px) {
  .checkout-content {
    margin-top: 100px;
  }
}
.checkout-content .title-- {
  padding-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.checkout-content .subtotal,
.checkout-content .shipping,
.checkout-content .products,
.checkout-content .order-total {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.checkout-content .subtotal h5,
.checkout-content .shipping h5,
.checkout-content .products h5,
.checkout-content .order-total h5 {
  font-size: 18px;
  color: #303030;
  margin-bottom: 0;
}
.checkout-content .subtotal h5:last-child,
.checkout-content .shipping h5:last-child,
.checkout-content .products h5:last-child,
.checkout-content .order-total h5:last-child {
  font-weight: 600;
}
.checkout-content .single-products p {
  line-height: 1.3;
  margin-bottom: 0;
}
.checkout-content .single-products h5 {
  line-height: 1.3;
  margin-bottom: 0;
}

/* :: 12.0 Testimonial Area CSS */
.testimonials-slides {
  position: relative;
  z-index: 1;
}
.testimonials-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  width: 50%;
}
@media only screen and (max-width:767px) {
  .testimonials-slides .owl-dots {
    width: 100%;
  }
}
.testimonials-slides .owl-dots .owl-dot {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  max-width: 12px;
  width: 12px;
  border: 2px solid #b6b7b7;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
}
.testimonials-slides .owl-dots .owl-dot::after {
  width: 4px;
  height: 4px;
  background-color: #70c745;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.testimonials-slides .owl-dots .owl-dot.active {
  border-color: #70c745;
}
.testimonials-slides .owl-dots .owl-dot.active::after {
  opacity: 1;
  visibility: visible;
}

.single-testimonial-slide {
  position: relative;
  z-index: 1;
}
.single-testimonial-slide .testimonial-thumb {
  width: 300px;
  height: 300px;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
}
.single-testimonial-slide .testimonial-thumb img {
  border-radius: 50%;
}
@media only screen and (max-width:767px) {
  .single-testimonial-slide .testimonial-thumb {
    width: 250px;
    height: 250px;
    margin-bottom: 50px;
  }
}
.single-testimonial-slide .testimonial-content .testimonial-author-info h6 {
  font-size: 18px;
  margin-bottom: 0;
}
.single-testimonial-slide .testimonial-content .testimonial-author-info p {
  margin-bottom: 0;
  color: #70c745;
}

/* :: 13.0 About Us Area CSS */
.about-us-area {
  position: relative;
  z-index: 1;
}
.about-us-area .border-line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-top: 50px;
}

.goalbarg-progress-bar {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.goalbarg-progress-bar .single_progress_bar {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.goalbarg-progress-bar .single_progress_bar:last-child {
  margin-bottom: 0;
}
.goalbarg-progress-bar .single_progress_bar p {
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
  color: #303030;
  margin-bottom: 10px;
  text-align: right;
}

.barfiller {
  background-color: #ebebeb;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 10px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #70c745;
  z-index: 1;
}
.barfiller .tipWrap {
  display: none;
}
.barfiller .tip {
  margin-top: -35px;
  padding: 2px 4px;
  font-size: 18px;
  color: #303030;
  right: 0;
  position: absolute;
  z-index: 2;
  background: transparent;
  font-weight: 500;
}
.barfiller .tip::after {
  display: none;
}

.single-benefits-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-benefits-area img {
  margin-bottom: 30px;
}
.single-benefits-area p {
  margin-bottom: 0;
}

/* :: 14.0 Service Area CSS */
.single-service-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-service-area:last-child {
  margin-bottom: 0;
}
.single-service-area .service-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  max-width: 45px;
  width: 45px;
}
.single-service-area .service-content {
  text-align: right;
}
.single-service-area .service-content p {
  margin-bottom: 0;
}

.goalbarg-video-area {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 0px 40px 0px;
  background-color: black;
}
.goalbarg-video-area.bg-overlay:after {
  border-radius: 6px;
}
.goalbarg-video-area img {
  position: relative;
  z-index: -21;
}
.goalbarg-video-area .video-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 70px;
  height: 70px;
  background-color: #70c745;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 100;
  border-radius: 50%;
  line-height: 79px;
  text-align: center;
  cursor: pointer;
  opacity: 0.9;
}
.goalbarg-video-area .video-icon i {
  color: #ffffff;
  font-size: 24px;
}
.goalbarg-video-area .video-icon:hover {
  opacity: 1;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}

/* :: 15.0 Team Member Area CSS */
.single-team-member {
  position: relative;
  z-index: 1;
}
.single-team-member .team-member-thumb {
  position: relative;
  z-index: 1;
}
.single-team-member .team-member-thumb img {
  width: 100%;
}
.single-team-member .team-member-thumb .team-member-social-info {
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: rgba(48, 48, 48, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-team-member .team-member-thumb .team-member-social-info a {
  color: #ffffff;
  line-height: 60px;
  margin: 0 15px;
}
.single-team-member .team-member-thumb .team-member-social-info a:hover {
  color: #70c745;
}
.single-team-member .team-member-info h5 {
  margin-bottom: 4px;
}
.single-team-member .team-member-info p {
  margin-bottom: 0;
}
.single-team-member:hover .team-member-thumb .team-member-social-info {
  opacity: 1;
  visibility: visible;
}

/* :: 16.0 Portfolio Area CSS */
.goalbarg-portfolio-filter {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}
.goalbarg-portfolio-filter .btn {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  padding: 0;
  font-size: 20px;
  color: #707070;
  font-weight: 500;
  background-color: transparent;
  padding: 0 20px;
}
@media only screen and (max-width:767px) {
  .goalbarg-portfolio-filter .btn {
    font-size: 16px;
    padding: 0 5px;
  }
}
.goalbarg-portfolio-filter .btn:hover, .goalbarg-portfolio-filter .btn:focus {
  color: #70c745;
  box-shadow: none;
}

.goalbarg-portfolio.row {
  margin-right: -10px;
  margin-left: -10px;
}
.goalbarg-portfolio .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.single_portfolio_item {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  overflow: hidden;
  height: 400px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single_portfolio_item {
    height: 290px;
  }
}
@media only screen and (max-width:767px) {
  .single_portfolio_item {
    height: 300px;
  }
}
.single_portfolio_item .portfolio-thumbnail {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: calc(100% - 20px);
  position: absolute;
  height: 100%;
  top: 0;
  left: 10px;
  right: 10px;
  background-repeat: no-repeat;
}
.single_portfolio_item .portfolio-hover-overlay {
  width: calc(100% - 20px);
  height: 100%;
  top: 0;
  left: 10px;
  right: 10px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: rgba(112, 199, 69, 0.8);
  position: absolute;
  z-index: 10;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.single_portfolio_item .portfolio-hover-overlay a {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
  font-size: 28px;
  color: #ffffff;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width:767px) {
  .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
    font-size: 18px;
  }
}
.single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
    font-size: 14px;
  }
}
.single_portfolio_item:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.single_portfolio_item:hover .portfolio-hover-overlay {
  opacity: 1;
  visibility: visible;
}

.portfolio-page .single_portfolio_item {
  height: 320px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  text-align: center;
  padding-right: 0;
  top: 40px;
  width: 36px;
  height: 36px;
  background-color: #70c745;
  line-height: 36px;
}

.mfp-bottom-bar {
  margin-top: 0;
  top: auto;
  bottom: 55px;
  left: 0;
  width: 100%;
  cursor: auto;
  background-color: transparent;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.mfp-bottom-bar .mfp-title {
  line-height: normal;
  color: #ffffff;
  padding-right: 0;
  background-color: #70c745;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}
.mfp-bottom-bar .mfp-counter {
  color: #ffffff;
  position: relative;
  line-height: normal;
  background-color: #70c745;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}

/* :: 17.0 Cool Facts Area CSS */
.cool-facts-area {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: top left;
}
@media only screen and (max-width:767px) {
  .cool-facts-area::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f2f4f5;
    content: "";
    position: absolute;
    z-index: -1;
  }
}
.cool-facts-area .side-img {
  position: absolute;
  bottom: -80px;
  right: 10%;
  z-index: 10;
  width: 150px;
}

.single-cool-fact {
  position: relative;
  z-index: 1;
}
.single-cool-fact .cf-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  margin-right: 30px;
}
.single-cool-fact .cf-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1;
}
.single-cool-fact .cf-content h6 {
  font-weight: 400;
  color: #707070;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* :: 18.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width:576px) {
  .footer-area {
    background-position: -1450px 0px;
  }
}
.footer-area::after {
  background-color: rgba(4, 43, 15, 0.8);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.footer-area .main-footer-area {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.footer-area .single-footer-widget {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
.footer-area .single-footer-widget .footer-logo a {
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 1.75rem;
  color: #fed136;
  font-family: "yekan", "Dosis", sans-serif;
  vertical-align: middle;
}
.footer-area .single-footer-widget .footer-logo a:hover {
  opacity: 0.9;
}
.footer-area .single-footer-widget p {
  color: #b7b7b7;
  margin-bottom: 20px;
}
.footer-area .single-footer-widget .social-info a {
  display: inline-block;
  border: 1px solid #b7b7b7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  margin-left: 5px;
  line-height: 43px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .footer-area .single-footer-widget .social-info a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
}
.footer-area .single-footer-widget .social-info a:hover, .footer-area .single-footer-widget .social-info a:focus {
  border-color: #70c745;
  background-color: #70c745;
}
.footer-area .single-footer-widget .social-info a .aparat {
  margin-top: -4px;
}
@media (max-width: 576px) {
  .footer-area .single-footer-widget .social-info a .aparat {
    margin-top: -2px;
  }
}
.footer-area .single-footer-widget .widget-title h5 {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-area .single-footer-widget .widget-nav ul {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-area .single-footer-widget .widget-nav ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1.6;
}
.footer-area .single-footer-widget .widget-nav ul li a {
  display: block;
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 11px;
}
.footer-area .single-footer-widget .widget-nav ul li a:hover, .footer-area .single-footer-widget .widget-nav ul li a:focus {
  color: #ffffff;
}
.footer-area .single-footer-widget .single-best-seller-product {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.footer-area .single-footer-widget .single-best-seller-product::after {
  margin-bottom: 0;
}
.footer-area .single-footer-widget .single-best-seller-product .product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  max-width: 85px;
  width: 85px;
  margin-left: 15px;
}
.footer-area .single-footer-widget .single-best-seller-product .product-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  max-width: 85px;
  width: 85px;
  margin-left: 15px;
}
.footer-area .single-footer-widget .single-best-seller-product .product-info a {
  display: block;
  color: #b7b7b7;
  font-size: 16px;
  font-weight: 400;
}
.footer-area .single-footer-widget .single-best-seller-product .product-info a:hover, .footer-area .single-footer-widget .single-best-seller-product .product-info a:focus {
  color: #ffffff;
}
.footer-area .single-footer-widget .single-best-seller-product .product-info p {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}
.footer-area .single-footer-widget .contact-information p {
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 13px;
}
.footer-area .single-footer-widget .contact-information p span {
  color: #b7b7b7;
}
.footer-area .single-footer-widget .contact-information p:last-child {
  margin-bottom: 0;
}
.footer-area .footer-bottom-area {
  position: relative;
  z-index: 1;
}
.footer-area .footer-bottom-area .border-line {
  width: 100%;
  height: 1px;
  background-color: #34513d;
}
.footer-area .footer-bottom-area .copywrite-text {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media only screen and (max-width:767px) {
  .footer-area .footer-bottom-area .copywrite-text {
    text-align: center;
    padding-bottom: 0;
  }
}
.footer-area .footer-bottom-area .copywrite-text p {
  font-size: 14px;
  color: #b7b7b7;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width:767px) {
  .footer-area .footer-bottom-area .copywrite-text p {
    font-size: 12px;
  }
}
.footer-area .footer-bottom-area .copywrite-text p a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.footer-area .footer-bottom-area .copywrite-text p a:hover, .footer-area .footer-bottom-area .copywrite-text p a:focus {
  color: #70c745;
}
@media only screen and (max-width:767px) {
  .footer-area .footer-bottom-area .copywrite-text p a {
    font-size: 12px;
  }
}
.footer-area .footer-bottom-area .footer-nav {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.footer-area .footer-bottom-area .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width:767px) {
  .footer-area .footer-bottom-area .footer-nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-area .footer-bottom-area .footer-nav ul li a {
  display: inline-block;
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 400;
  margin: 0 15px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-area .footer-bottom-area .footer-nav ul li a {
    margin: 0 8px;
  }
}
@media only screen and (max-width:767px) {
  .footer-area .footer-bottom-area .footer-nav ul li a {
    margin: 0 5px;
  }
}
.footer-area .footer-bottom-area .footer-nav ul li a:hover, .footer-area .footer-bottom-area .footer-nav ul li a:focus {
  color: #ffffff;
}
.footer-area .footer-bottom-area .footer-nav ul li:last-child a {
  margin-left: 0;
}

/* :: 19.0 Breadcumb Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
}
.breadcrumb-area .top-breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 350px;
}
@media only screen and (max-width:767px) {
  .breadcrumb-area .top-breadcrumb-area {
    height: 220px;
  }
}
.breadcrumb-area .top-breadcrumb-area h2 {
  margin-top: 132px;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width:767px) {
  .breadcrumb-area .top-breadcrumb-area h2 {
    margin-top: 112px;
    font-size: 30px;
  }
}
.breadcrumb-area .breadcrumb {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.breadcrumb-area .breadcrumb .breadcrumb-item {
  font-size: 16px;
  color: #b7b7b7;
  text-transform: capitalize;
}
.breadcrumb-area .breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
  font-size: 16px;
  color: #303030;
}
.breadcrumb-area .breadcrumb .breadcrumb-item a:hover, .breadcrumb-area .breadcrumb .breadcrumb-item a:focus {
  color: #70c745;
}
.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #303030;
  content: ">";
}

/* :: 20.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 1;
  text-align: right;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-blog-post .post-thumbnail {
  position: relative;
  z-index: 1;
}
.single-blog-post .post-content .post-title h5 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 1.5;
  margin-bottom: 15px;
}
.single-blog-post .post-content .post-title h5:hover {
  color: #70c745;
}
.single-blog-post .post-content .post-meta {
  position: relative;
  z-index: 1;
}
.single-blog-post .post-content .post-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 14px;
  color: #b7b7b7;
  margin-left: 30px;
}
.single-blog-post .post-content .post-meta a:first-child::after {
  content: "/";
  top: 0;
  left: -20px;
  position: absolute;
  z-index: 1;
}
.single-blog-post .post-content .post-meta a i {
  margin-left: 5px;
  color: #70c745;
}
.single-blog-post .post-content .post-meta a:hover {
  color: #70c745;
}
.single-blog-post .post-content .post-excerpt {
  font-size: 16px;
  color: #707070;
  margin-bottom: 0;
}
.single-blog-post:hover .post-content .post-title h5 {
  color: #70c745;
}

.pagination {
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .page-item .page-link {
  color: #707070;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  padding: 0;
  margin: 0 10px;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
  border-color: #70c745;
  background-color: #70c745;
  color: #ffffff;
}

.shop-products-area .pagination {
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.shop-products-area .pagination .page-item .page-link {
  color: black;
  width: 34px;
  height: 34px;
  border-radius: 0;
  text-align: center;
  border: 1px solid #ebebeb;
  font-size: 16px;
  line-height: 32px;
  padding: 0;
  margin: 0 5px;
  background-color: #f5f5f5;
}
.shop-products-area .pagination .page-item .page-link:hover, .shop-products-area .pagination .page-item .page-link:focus {
  border-color: #cacaca;
  background-color: #cacaca;
  color: #ffffff;
}
.shop-products-area .pagination .page-item.prev-page .page-link {
  margin-right: 0px;
}
.shop-products-area .pagination .page-item.active .page-link {
  border-color: #70c745;
  background-color: #70c745;
  color: #ffffff;
}
.shop-products-area .pagination .page-item.disabled .page-link {
  color: #d0d0d0;
}

/* :: 21.0 Comment Area */
.comment_area {
  position: relative;
  z-index: 1;
  padding: 50px 0 20px 0;
  border-top: 1px solid #ebebeb;
}
.comment_area .headline {
  margin-bottom: 30px;
}
.comment_area .single_comment_area {
  position: relative;
  z-index: 1;
}
.comment_area .single_comment_area::after {
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #ebebeb;
  left: 100px;
  top: 0;
  z-index: 2;
  content: "";
}
@media only screen and (max-width:767px) {
  .comment_area .single_comment_area::after {
    display: none;
  }
}
.comment_area .single_comment_area .comment-wrapper {
  margin-bottom: 30px;
}
.comment_area .single_comment_area .comment-wrapper .comment-author {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 60px;
}
@media only screen and (max-width:767px) {
  .comment_area .single_comment_area .comment-wrapper .comment-author {
    margin-right: 20px;
  }
}
.comment_area .single_comment_area .comment-wrapper .comment-author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comment_area .single_comment_area .comment-wrapper .comment-content {
  -webkit-box-flex: 0;
  -ms-flex: 1;
  flex: 1;
}
.comment_area .single_comment_area .comment-wrapper .comment-content .comment-date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #70c745;
}
.comment_area .single_comment_area .comment-wrapper .comment-content h5 {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.comment_area .single_comment_area .comment-wrapper .comment-content p {
  font-size: 16px;
  margin-bottom: 5px;
}
.comment_area .single_comment_area .comment-wrapper .comment-content .comment-date {
  color: #b7b7b7;
  font-size: 14px;
  margin-bottom: 10px;
}
.comment_area .single_comment_area .comment-wrapper .comment-content a {
  font-size: 14px;
  color: #303030;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comment_area .single_comment_area .comment-wrapper .comment-content a:hover {
  color: #70c745;
}

.single_comment_area ol li.single_comment_area {
  margin-left: 130px;
}
.single_comment_area ol li.single_comment_area::after {
  display: none;
}
@media only screen and (max-width:767px) {
  .single_comment_area ol li.single_comment_area {
    margin-left: 40px;
  }
}
.single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
  margin-right: 30px;
}
@media only screen and (max-width:767px) {
  .single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
    margin-right: 15px;
  }
}

/* :: 22.0 Leave A Reply Area CSS */
.leave-comment-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ebebeb;
  padding: 50px 0 0 0;
}
.leave-comment-area h4 {
  margin-bottom: 30px;
}
.leave-comment-area form .form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #b7b7b7;
  padding: 10px 20px;
  margin-bottom: 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.leave-comment-area form .form-control:focus {
  box-shadow: none;
  border-color: #70c745;
}
.leave-comment-area form textarea.form-control {
  width: 100%;
  height: 120px;
}

/* :: 23.0 Sidebar Area CSS */
@media only screen and (max-width:767px) {
  .post-sidebar-area {
    margin-top: 100px;
  }
}

.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-widget-area .widget-title {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.single-widget-area .widget-title h4 {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}
.single-widget-area .widget-content img {
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-widget-area .widget-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}
.single-widget-area .single-latest-post {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.single-widget-area .single-latest-post:last-child {
  margin-bottom: 0;
}
.single-widget-area .single-latest-post .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
  margin-right: 30px;
}
.single-widget-area .single-latest-post .post-content .post-title h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.single-widget-area .single-latest-post .post-content .post-title h6:hover, .single-widget-area .single-latest-post .post-content .post-title h6:focus {
  color: #70c745;
}
.single-widget-area .single-latest-post .post-content .post-date {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  color: #b7b7b7;
  line-height: 1;
}
.single-widget-area .popular-tags li a {
  display: inline-block;
  margin: 4px;
  padding: 10px 15px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  color: #707070;
  background-color: #f9f9f9;
}
.single-widget-area .popular-tags li a:hover, .single-widget-area .popular-tags li a:focus {
  color: #ffffff;
  background-color: #70c745;
}
.single-widget-area .author-widget {
  border: 1px solid #ebebeb;
  padding: 30px;
}
.single-widget-area .author-widget .author-thumb-name {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.single-widget-area .author-widget .author-thumb-name .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 30px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-widget-area .author-widget .author-thumb-name .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
.single-widget-area .author-widget .author-thumb-name .author-thumb img {
  border-radius: 50%;
}
.single-widget-area .author-widget .author-thumb-name .author-name h5 {
  margin-bottom: 3px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-widget-area .author-widget .author-thumb-name .author-name h5 {
    font-size: 14px;
  }
}
.single-widget-area .author-widget .author-thumb-name .author-name p {
  margin-bottom: 0;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-widget-area .author-widget .author-thumb-name .author-name p {
    font-size: 13px;
  }
}
.single-widget-area .author-widget .social-info a {
  display: inline-block;
  margin-right: 20px;
  color: #b7b7b7;
}
.single-widget-area .author-widget .social-info a:hover {
  color: #70c745;
}
.single-widget-area .single-best-seller-product {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.single-widget-area .single-best-seller-product::after {
  margin-bottom: 0;
}
.single-widget-area .single-best-seller-product .product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
  margin-left: 30px;
}
.single-widget-area .single-best-seller-product .product-info a {
  display: block;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.single-widget-area .single-best-seller-product .product-info a:hover, .single-widget-area .single-best-seller-product .product-info a:focus {
  color: #303030;
}
.single-widget-area .single-best-seller-product .product-info p {
  margin-bottom: 0;
  color: #303030;
  font-weight: 500;
}
.single-widget-area .single-best-seller-product .product-info .ratings i {
  font-size: 12px;
  color: #ff9800;
}
.single-widget-area .search-form {
  position: relative;
  z-index: 2;
}
.single-widget-area .search-form input {
  background-color: #ffffff;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #b7b7b7;
  border: 1px solid #ebebeb;
  border-radius: 0;
}
.single-widget-area .search-form input:focus {
  box-shadow: none;
}
.single-widget-area .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  color: #303030;
  border: 1px solid #ebebeb;
  border-left: none;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.single-widget-area .search-form button:hover {
  color: #70c745;
}

.single-post-details-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-post-details-area .post-content .post-title {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 32px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-post-details-area .post-content .post-title {
    font-size: 26px;
  }
}
@media only screen and (max-width:767px) {
  .single-post-details-area .post-content .post-title {
    font-size: 24px;
  }
}
.single-post-details-area .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.single-post-details-area .post-content .post-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 18px;
  color: #b7b7b7;
  margin-right: 30px;
}
.single-post-details-area .post-content .post-meta a:last-child::after {
  content: "/";
  top: 0;
  left: -20px;
  position: absolute;
  z-index: 1;
}
.single-post-details-area .post-content .post-meta a i {
  margin-right: 5px;
  color: #70c745;
}
.single-post-details-area .post-content .post-meta a:hover {
  color: #70c745;
}
.single-post-details-area .post-content blockquote {
  position: relative;
  z-index: 1;
  padding: 30px 50px;
  background-color: #f9f9f9;
}
.single-post-details-area .post-content blockquote .blockquote-text h5:last-child {
  color: #70c745;
}

.post-tags-share {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.post-tags-share .popular-tags span {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 15px;
}
.post-tags-share .popular-tags li a {
  display: inline-block;
  margin: 4px;
  padding: 10px 15px;
  background-color: #f9f9f9;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  color: #707070;
}
.post-tags-share .popular-tags li a:hover, .post-tags-share .popular-tags li a:focus {
  color: #ffffff;
  background-color: #70c745;
}
.post-tags-share .post-share a {
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
}
.post-tags-share .post-share a:hover, .post-tags-share .post-share a:focus {
  color: #70c745;
}
@media only screen and (max-width:767px) {
  .post-tags-share .post-share a {
    padding: 0 5px;
  }
}

/* :: 24.0 Contact Area CSS */
.map-area {
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.map-area iframe {
  width: 100%;
  height: 432px;
  border: none;
  margin-bottom: 0;
  border-radius: 5px;
}
@media only screen and (max-width:767px) {
  .map-area iframe {
    height: 320px;
  }
}

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 45px;
  width: 100%;
  background-color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  font-weight: 400;
  /*color: $secondary-color;*/
  color: #6c757d;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.contact-form-area .form-control:focus {
  box-shadow: none;
  border-color: #70c745;
}
.contact-form-area textarea.form-control {
  height: 80px;
}

.contact-information p {
  line-height: 1.3;
  color: #707070;
  margin-bottom: 13px;
}
.contact-information p span {
  color: #303030;
}
.contact-information p:last-child {
  margin-bottom: 0;
}

.contact--thumbnail {
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width:767px) {
  .contact--thumbnail {
    margin-bottom: 100px;
  }
}

/* :: 25.0 Portfolio Details Area CSS */
.portfolio-details-area {
  position: relative;
  z-index: 1;
}
.portfolio-details-area ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.portfolio-details-area ul li i {
  color: #70c745;
  margin-right: 15px;
}

.portfolio-slides {
  position: relative;
  z-index: 1;
}
.portfolio-slides .owl-prev {
  position: absolute;
  top: calc(50% - 30px);
  color: #ffffff;
  font-size: 50px;
  left: 30%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.portfolio-slides .owl-next {
  position: absolute;
  top: calc(50% - 30px);
  color: #ffffff;
  font-size: 50px;
  right: 30%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.portfolio-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.portfolio-slides .owl-dots .owl-dot {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  max-width: 12px;
  width: 12px;
  border: 2px solid #b7b7b7;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
}
.portfolio-slides .owl-dots .owl-dot::after {
  width: 4px;
  height: 4px;
  background-color: #70c745;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.portfolio-slides .owl-dots .owl-dot.active {
  border-color: #70c745;
}
.portfolio-slides .owl-dots .owl-dot.active::after {
  opacity: 1;
  visibility: visible;
}

.portfolio-details-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.portfolio-details-meta h5 {
  margin-bottom: 5px;
}
.portfolio-details-meta p {
  margin-bottom: 0;
}
.portfolio-details-meta:last-child {
  margin-bottom: 0;
}

/* :: 26.0 Listing CSS */
.fa-heart {
  color: #70c745;
}

.bookmark {
  position: absolute;
  left: 30px;
  top: 240px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.07);
  transition: 0.3s background, color ease;
  font-size: 16px;
  z-index: 2;
}
.bookmark span {
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
.bookmark:hover {
  background: #dc3545;
}
.bookmark:hover span {
  color: #fff;
}
.bookmark.liked {
  background: #dc3545;
}
.bookmark.liked span {
  color: #fff;
}

.vertical .bookmark {
  left: 30px;
  top: 20px;
}
@media (max-width: 767.98px) {
  .vertical .bookmark {
    left: 30px;
    top: 270px;
  }
}

.listing {
  margin-bottom: 30px;
  position: relative;
  background-color: #f5f5f5;
  cursor: pointer;
  text-align: right;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.listing .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 10px;
  flex: 0 0 230px;
}
@media (max-width: 767.98px) {
  .listing .img {
    height: 250px;
    margin-left: 0;
  }
}
.listing .area {
  font-size: 11px;
  display: inline-block;
  padding: 5px 20px;
  background: #dee2e6;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}
.listing .area .fa-map-marker {
  margin-left: 4px;
}
.listing .a-div {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #70c745 !important;
  font-size: 17px;
}
.listing .a-div:hover {
  color: #539e39 !important;
}
.listing .lh-content {
  padding: 20px;
  position: relative;
  width: 100%;
}
.listing .span-free-sanses, .listing .span-price {
  font-size: 13px;
  font-style: normal;
  margin-bottom: 1rem;
}
.listing .span-free-sanses {
  color: #49c668;
}
.listing .span-free-sanses.inverse {
  color: red;
}
.listing .span-price {
  color: #888;
}
.listing .span-price .fa-dollar {
  margin-left: 3px;
}
.listing .span-price .price-text {
  border-bottom: 1px dashed black;
  color: black;
}
.listing .review {
  font-size: 13px;
  letter-spacing: 0px !important;
}
.listing h3 {
  font-size: 16px !important;
}
.listing.vertical {
  display: block !important;
}
.listing.vertical .img {
  height: 220px;
  margin-left: 0;
}
.listing:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.listing:hover a {
  color: #539e39 !important;
}
.listing:hover .img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

/* ======= The End ======= */

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22scss/style.scss%22,%22scss/_mixin.scss%22,%22scss/_fonts.scss%22,%22scss/_theme_color.scss%22,%22scss/bootstrap/_variables.scss%22,%22scss/bootstrap/mixins/_breakpoints.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AASA;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA;AAEQ;AAKA;AACA;AACA;AACA;AACA;AACA;AACA;AC4EJ;EACI;EAGA;EACA,KARM;;AAGV;EACI;EAGA;EACA,KARM;;ADjFd;AAUA;AAEA;EACI;EACA;;;AAGJ;EACI;EACA;EACA,aE3CI;EF4CJ;EACA,OG1CS;;;AH6Cb;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI,OGtDY;EHuDZ;EACA;;;AAGJ;EACI,OGzDS;EH0DT;EACA;EACA;;;AAEJ;AAAA;EAEI;;;AAEJ;AAAA;AAAA;ECrEI,6BDwEwB;ECvExB,qBDuEwB;EACxB;EACA;EACA,OG3EY;EH4EZ;EACA;;;AAGJ;AAAA;EAEI;;AACA;AAAA;EACI;;;AAIR;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAGA;EACI;EACA;;AAEJ;EACI;;;AAGR;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;;AAIJ;EACI;;AACA;EACI;;AAIJ;EACI;;AAGR;EACI;;;AAGR;EACI;ECnJA,6BDoJwB;ECnJxB,qBDmJwB;;AACxB;EACI;EACA;;AAEJ;EACI;;;AAGR;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;AAEA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AAEA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AACA;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAEA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;;;AAGR;EACI;EACA,OGnTK;EHoTL;;;AAGR;EACI;;;AAEJ;AAEA;EACI,kBGvTM;EHwTN;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA,kBG1UK;EH2UL;EACA;EACA;EACA;EACA;EACA;EACA,kBGxUM;EFAV,mBDyUuB;ECxUvB,WDwUuB;;AAEvB;EACI;EACA;EACA;ECnVJ,mBDoVuB;ECnVvB,WDmVuB;EACnB;;AACA;EACI;;;AAKZ;EACI;IC7VA,mBD8VuB;IC7VvB,WD6VuB;;EAEvB;IChWA,mBDiWuB;IChWvB,WDgWuB;;;AAI3B;EACI;ICtWA,mBDuWuB;ICtWvB,WDsWuB;;EAEvB;ICzWA,mBD0WuB;ICzWvB,WDyWuB;;;AAG3B;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;;;AAGR;AAEA;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI,kBGtbM;;;AHybV;AAEA;EACI,kBG/bS;EHgcT;EACA;EACA;EACA,OG1bU;EH2bV;EACA;EACA;EACA;EACA;EACA;EACA;EChdA,6BDidwB;EChdxB,qBDgdwB;;AACxB;EACI,kBGndQ;;;AHudhB;AAEA;ECzdI,6BD0dwB;ECzdxB,qBDydwB;EACxB;EACA;EACA;EACA;EACA;EACA,OGjdU;EHkdV,kBGrdQ;EHsdR;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAGI;EACA,OGjeI;EHkeJ;EACA;EACA;;;AAIR;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EAPJ;IAQQ;;;AAEJ;EAVJ;IAWQ;;;AAEJ;EACI;EACA;EACA;;AAEI;EACI;EACA;EACA;EACA,OGpgBN;EHqgBM;;AACA;EACI;;AAEJ;EACI;EAIA,OGjhBZ;;AH8gBY;EACI;IAAE;;;AAKN;EADJ;IAEQ;;;AAIZ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI,kBGtjBX;EHujBW;EACA;;AACA;EAJJ;IAKQ;;;AAEJ;EAPJ;IAQQ;IACA;;;AAEJ;AAAA;EAEI,OGzjBd;EH0jBc,kBGvjBf;;AH2jBG;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EAII;;AAHA;EACI;IAAE;;;AAQ1B;EACI;;AAEJ;EACI;EACA;EACA;EC1mBJ,6BD2mB4B;EC1mB5B,qBD0mB4B;;AAEpB;EADJ;IAEQ,kBG5lBH;;;AH8lBD;EAJJ;IAKQ,kBG/lBH;;;AHkmBL;EACI;;AAEJ;EACI;EACA;;AACA;EACI;ECtnBZ,oBDunBgC;ECtnBhC,YDsnBgC;;AACpB;EACI;EACA;;AAEJ;EC5nBZ,oBD6nBoC;EC5nBpC,YD4nBoC;EACpB;EACA;EACA;EACA;;AAGR;EACI;;AAEJ;EArBJ;IAsBQ;;;AAGR;EACI;EACA;EACA;EACA;EACA,OGtoBE;;AHuoBF;EANJ;IAOQ;IACA;;;AAEJ;EAVJ;IAWQ,kBGzoBH;IH0oBG;IACA,OG9oBF;IH+oBE;;;AAEJ;EAhBJ;IAiBQ,kBG/oBH;IHgpBG;IACA,OGppBF;IHqpBE;;;AAEJ;EAEI,OGhpBF;;AHkpBF;EACI,OG5pBF;;AH+pBN;EACI;EACA,OGhrBI;EHirBJ;EACA;;AACA;EACI,OGprBA;;AHqrBA;EAFJ;IAGQ,OGvqBN;;;AHyqBE;EALJ;IAMQ,OG1qBN;;;AH6qBF;EAdJ;IAeQ;IACA,OG/qBF;;;AHirBF;EAlBJ;IAmBQ;IACA,OGnrBF;;;AHsrBN;EACI;;AAEJ;EACI;;AAIA;EADJ;IAEQ,kBG/rBF;;;AHisBF;EAJJ;IAKQ,kBGlsBF;;;AHssBF;EADJ;IAEQ,YGvsBF;;;AHysBF;EAJJ;IAKQ,YG1sBF;;;AH6sBN;EACI;EACA;EACA;EACA;EChuBR,6BDiuBgC;EChuBhC,qBDguBgC;;AACxB;ECluBR,6BDmuBoC;ECluBpC,qBDkuBoC;EACxB;EACA;EACA;EACA;EACA,kBGztBF;EH0tBE;EACA;EACA;EACA;;AACA;EAXJ;IAYQ;IACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EAPJ;IAQQ;;;AAIZ;EC7vBR,6BD8vBoC;EC7vBpC,qBD6vBoC;EACxB;EACA;EACA;EACA;EACA;EACA,OGjwBH;;AHkwBG;EACI,OG9uBN;;AHgvBE;EAXJ;IAYQ;IACA;;;AAGR;EACI;EACA;;AAKR;EACI,kBGnwBC;EHowBD;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAIJ;EACI;;AAIZ;ECtyBA,6BDuyB4B;ECtyB5B,qBDsyB4B;EACxB,OGzxBM;EH0xBN;EACA;EACA;;AACA;EANJ;IAOQ;IACA;;;AAEJ;EAVJ;IAWQ;IACA;;;AAEJ;EAEI,OG9xBE;;;AHmyBV;EACI;EACA;EACA;;AACA;EACI;;;AAIZ;AAEE;EADF;IAEI;;;AAEF;EAJF;IAKI;;;AAEF;EAPF;IAQM;;;AAEJ;EAVF;IAWM;;;AAEJ;EAbF;IAcM;;;;AAGN;AAAA;EAEI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;AACA;EAHJ;IAIQ;;;AAEJ;EANJ;IAOQ;;;;AAGR;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;;;;AAGR;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;IACA;;;;AAGR;EACI;EACA;;;AACJ;EACI;IACI;;;EACR;IACI;;;AACJ;EACI;;;AACJ;EACI;IACI;IACA;;;AACR;EACI;EC54BA,6BD64BwB;EC54BxB,qBD44BwB;EACxB;;AACA;EACI;EACA;;;AAGR;EACI;EACA;EACA;EACA;;AACA;EACI,kBGl4BM;;;AHq4Bd;EACI;EACA;EACA;;;AAEJ;EACI;IACI;IACA;;;AAGR;EACI;;;AAEJ;EACI;EACA;EACA;;;AACJ;EACI;IACI;;;AACR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA,OGp7BQ;EHq7BR;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAaA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGR;EC59BI;EACA;;;AD89BJ;EC/9BI;EACA;;;ADi+BJ;ECl+BI;EACA;;;ADo+BJ;EACI;IC/+BA,mBDg/BuB;IC/+BvB,WD++BuB;;EAEvB;ICl/BA,mBDm/BuB;ICl/BvB,WDk/BuB;;EAEvB;ICr/BA,mBDs/BuB;ICr/BvB,WDq/BuB;;;AAG3B;EACI;IAAM;;EACN;IAAS;;EACT;IAAS;;EACT;IAAO;;;AAEX;AAEI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI,OG5gCI;;AH8gCR;EACI;EACA;;;AAGR;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AACJ;EACI;EACA;;;AACJ;EACI;EACA;EACA;EACA;EACA;;;AACJ;EACI;EACA;;;AACJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AACJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AACJ;EACI,YGvkCQ;EHwkCR;EACA;EACA;EACA;EACA;EACA;;;AACJ;EACI;;;AACJ;EACI;;;AACJ;EACI;EACA;;;AACJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;;AAGR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAGJ;EACI;AACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;;AAGR;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;EACA;;;AAGR;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;AACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;AACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;;AAEI;EADJ;IAEQ;;;AAEJ;EAJJ;IAKQ;;;AAEJ;EACI;EACA;;AACA;ECtvCR,6BDuvCoC;ECtvCpC,qBDsvCoC;EACxB;EACA;EACA,kBG3uCF;EH4uCE;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;;;AAKZ;AAEA;EACI;EACA;ECzxCA,6BD0xCwB;ECzxCxB,qBDyxCwB;;AACxB;EACI;EACA;EC7xCJ,6BD8xC4B;EC7xC5B,qBD6xC4B;;AACxB;EACI;;AAEJ;EACI;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OGjyCF;EHkyCE;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAIZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;ECr0CR,6BDs0CgC;ECr0ChC,qBDq0CgC;;AACxB;EACI;EACA,OG1zCF;EH2zCE;EACA,kBG30CA;EF6DZ;EACA,UD8wC0B;EC7wC1B,MD6wC0B;EACd;EACA;EACA;EACA;EACA;EACA;;AACA;EAEI,kBG7zCN;;AH+zCE;EAhBJ;IAiBQ;;;AAEJ;EAnBJ;IAoBQ;;;AAEJ;EAtBJ;IAuBQ;;;AAGR;ECpyCR;EACA,UDoyC0B;ECnyC1B,MDmyC0B;EACd;EACA;EACA;EACA;;AAMJ;EACI;EC72CZ,6BD82CoC;EC72CpC,qBD62CoC;;AACxB;EAEI,OGz1CN;;AH61CN;EACI;EACA;;AAKJ;EACI;;AACA;EACI;EACA;;;AAMhB;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEI;EADJ;IAEQ;;;AAEJ;EACI;EACA,OGj5CC;EHk5CD;EACA;;AAGR;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARJ;IASQ;IACA;;;AAEJ;EAZJ;IAaQ;IACA;IACA;;;AAEJ;EACI;;;AAMhB;EACI;EACA;;AACA;EACI;EACA;;AAGA;EACI;EACA,OG37CC;;AH87CT;EACI,kBG16CM;EH26CN,cG36CM;;AH66CV;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EC/4CJ;EACA,UD+4CsB;EC94CtB,MD84CsB;EACd;EACA;EACA;;AAGA;EACI;EACA,OGl9CH;EHm9CG;EACA;EACA;;AACA;EAEI,OG39CJ;;AH89CJ;EACI;EACA,OGh+CA;EHi+CA;;AAGA;EACI;EACA;;;AAOpB;EACI;EACA;;;AAGJ;EACI,kBG39CU;EH49CV;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI,kBG1+CU;EH2+CV;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;IACI;IACA;;;AAGR;EACI;IACI;IACA;;;AAIR;EACI;EACA;EACA;;;AAEJ;EACI;IACI;;EAEJ;IACI;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI,kBGzjDM;EH0jDN,cG1jDM;;;AH8jDd;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAEJ;AACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;;;AAEJ;AACI;EACA;;;AAEJ;AACI;EACA;EACA;;;AAEJ;AAAA;AAAA;AAKI;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EAPJ;IAQQ;;;;AAIZ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EANJ;IAOQ;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;;AAEJ;EACI;EACA;;;AAGR;EACI;EACA;EACA;EACA;;AAEI;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AAGR;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;;AAGR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;IACI;;EAEJ;IACI;;;AAGR;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;;AAGR;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;;AAIJ;EACI;EACA;EACA;;AAEJ;EACI;;AACA;EACI;IACI;;;AAIZ;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGR;EACI;;AACA;EACI;EACA;;;AAGR;EACI;;AACA;EACI;;;AAGR;EACI;;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EC96DA,6BD+6D4B;EC96D5B,qBD86D4B;EACxB;EACA;EACA,kBGt6DI;EHu6DJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI,OGh7DE;EHi7DF;;AAEJ;EACI;EACA;;;AAIZ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AACA;EACI;EACA;;;AAKhB;EACI;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;;;AAGR;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGA;EACI;EACA;EACA;EACA;;;AAIR;AAEA;EACI;EACA;;AAEI;AAAA;EAEI;;AAEJ;EACI;EACA;EACA;EACA;EACA,OG5lEI;EH6lEJ;EACA;EACA;;AACA;EACI;;AAKR;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA,OGhnEA;EHinEA;;AACA;EC7kEZ;EACA;EACA,SD4kEsC;ECrlEtC,mBDslEqC;ECrlErC,gBDqlEqC;ECplErC,oBDolEqC;ECnlErC,aDmlEqC;;AACrB;ECxjEhB;EACA,UDwjEkC;ECvjElC,MDujEkC;EACd;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAGR;EACI;EACA;;AAKhB;EACI;EACA;EC/kEJ;EACA,UD+kEkB;EC9kElB,MD8kEkB;EACd;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBGhpEF;EHipEE;;AAEJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OGzqEI;;AH0qEJ;AAAA;EACI;EACA,OG5qEA;;AH+qER;EACI;EACA;;;AAKZ;EACI;EACA;;AACA;EACI;EACA;ECtpEJ;EACA;EACA,SDqpE0B;EC9pE1B,mBD+pEyB;EC9pEzB,gBD8pEyB;EC7pEzB,oBD6pEyB;EC5pEzB,aD4pEyB;;AACrB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARJ;IASQ;IACA;IACA;IACA;;;AAGR;EC7sEJ,6BD8sEgC;EC7sEhC,qBD6sEgC;EACxB;EACA;EACA;EACA;EACA,OGntEI;EHotEJ;EACA;EACA;EACA;;AACA;EAEI,kBGlsEF;EHmsEE,OG5sEF;EH6sEE,cGpsEF;;;AH0sEd;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;AAAA;EAEI;EACA;;AACA;AAAA;EACI;EACA,OGjvEI;EHkvEJ;;AACA;AAAA;EACI;;AAIZ;EACI;EACA;;AACA;EACI;EACA,OG7vEI;EH8vEJ;EACA;;AAGA;AAAA;AAAA;AAAA;EAII;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EC9wER,6BD+wEoC;EC9wEpC,qBD8wEoC;EACxB;EACA;EACA;EACA;EACA,OGpxEA;EHqxEA;EACA;EACA;EACA;EACA;;AACA;EAEI,kBGpwEN;EHqwEM,OG9wEN;EH+wEM,cGtwEN;;;AH6wEd;AAEA;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;AACA;EACI;EACA;;AAEJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;EACA;;AACA;AAAA;AAAA;EACI;EACA;;AAGR;EACI;;AAEJ;EACI;;;AAIR;EACI;EACA;;AACA;EAHJ;IAIQ;;;AAEJ;EANJ;IAOQ;;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;AAAA;AAAA;AAAA;EAII;EACA;;AACA;AAAA;AAAA;AAAA;EACI;EACA,OGh2EI;EHi2EJ;;AACA;AAAA;AAAA;AAAA;EACI;;AAKR;EACI;EACA;;AAEJ;EACI;EACA;;;AAKZ;AAEA;EACI;EACA;;AACA;ECn1EA;EACA;EACA,SDk1E0B;ECx0E1B;EACA;EACA;EDw0EI;EACA;EACA;EACA;;AACA;EAPJ;IAQQ;;;AAEJ;EACI;EACA;ECv0ER;EACA,UDu0EsB;ECt0EtB,MDs0EsB;EACd;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA,kBGv3EF;EHw3EE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI,cGl4EF;;AHm4EE;EACI;EACA;;;AAOpB;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EATJ;IAUQ;IACA;IACA;;;AAKA;EACI;EAEA;;AAEJ;EACI;EACA,OGv6EF;;;AH66Ed;AAEA;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA,OGj+EI;EHk+EJ;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,YG99EM;EH+9EN;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA,OGhgFQ;EHigFR;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAKZ;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;;AAIR;AAEA;EACI;EACA;EACA;;AACA;EACI;;AAEJ;ECp+EA;EACA,UDo+EkB;ECn+ElB,MDm+EkB;EACd;EACA;;AAEJ;EACI;;AACA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;;AAGJ;EC7jFA,6BD8jF4B;EC7jF5B,qBD6jF4B;EACxB;EACA;EACA,kBGrjFI;EHsjFJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI,OG/jFE;EHgkFF;;AAEJ;EACI;EACA;;;AAKZ;AAEA;EACI;EACA;;AACA;EACI;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC7mFR,6BD8mFgC;EC7mFhC,qBD6mFgC;;AACxB;EACI,OGjmFF;EHkmFE;EACA;;AACA;EACI,OG5lFN;;AHkmFN;EACI;;AAEJ;EACI;;AAGR;EACI;EACA;;;AAIR;AAEA;EACI;EACA;EACA;EACA;;AACA;EC9oFA,6BD+oF4B;EC9oF5B,qBD8oF4B;EACxB;EACA;EACA,OG/oFK;EHgpFL;EACA;EACA;;AACA;EARJ;IASQ;IACA;;;AAEJ;EAEI,OGpoFE;EHqoFF;;;AAMR;EACI;EACA;;AAEJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EClrFA,6BDmrFwB;EClrFxB,qBDkrFwB;;AACxB;EAPJ;IAQQ;;;AAEJ;EAVJ;IAWQ;;;AAEJ;EC1rFA,6BD2rF4B;EC1rF5B,qBD0rF4B;EACxB;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;ECzsFJ,6BD0sF4B;ECzsF5B,qBDysF4B;EACxB;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEI;EACI;EACA,OG1sFN;;AH2sFM;EAHJ;IAIQ;;;AAEJ;EANJ;IAOQ;;;AAGR;EACI;EACA;EACA,OGrtFN;EHstFM;;AACA;EALJ;IAMQ;;;AAMpB;ECnuFA,mBDouFuB;ECnuFvB,WDmuFuB;;AACnB;EACI;EACA;;;AAKZ;EACI;;;AAGJ;AAAA;EAEI,OG7uFU;EH8uFV;EACA;EACA;EACA;EACA;EACA;EACA,kBG3uFU;EH4uFV;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EC1uFA;EACA;EACA,SDyuFsB;ECruFtB;EACA;EACA;EAfA,mBDovFqB;ECnvFrB,gBDmvFqB;EClvFrB,oBDkvFqB;ECjvFrB,aDivFqB;;AACrB;EACI;EACA,OGtwFM;EHuwFN;EACA,kBG/vFM;EHgwFN;EACA;EACA;EACA;;AAEJ;EACI,OG/wFM;EHgxFN;EACA;EACA,kBGzwFM;EH0wFN;EACA;EACA;EACA;;;AAIR;AAEA;EACI;EACA;EACA;EACA;;AACA;EACI;IACI;IACA;IACA;IACA;IACA,kBG7yFF;IH8yFE;IACA;IACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;;AACA;EC3wFA;EACA,UD2wFkB;EC1wFlB,MD0wFkB;EACd;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAEJ;EACI;EACA,OGn1FC;EHo1FD;EACA;;;AAKZ;AAEA;EACI;EACA;EACA;EACA;EACA;;AACA;EANJ;IAOQ;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AACA;ECt3FJ,oBDu3F4B;ECt3F5B,YDs3F4B;EACpB;EACA;EACA,aE/3FJ;EFg4FI;;AACA;EACI;;AAGR;EACI,OGx2FM;EHy2FN;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OGl4FF;EHm4FE;EACA;;AACA;EAVJ;IAWQ;IACA;IACA;IACA;;;AAEJ;EAEI,cGh5FR;EHi5FQ,kBGj5FR;;AHm5FI;EACI;;AAEJ;EACI;IACI;;;AAKhB;EACI;EACA,OG55FE;EH65FF;EACA;;AAEJ;EACI;EACA;EC54FR;EACA;EACA,SD24F8B;EC/2F9B,eDg3F2B;EC/2F3B,WD+2F2B;;AACnB;ECv3FR;EACA,UDu3F0B;ECt3F1B,MDs3F0B;EACd;EACA;;AACA;EACI;EACA,OG55FF;EH65FE;EACA;EACA;;AACA;EAEI,OGj7FV;;AHs7FN;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EC/4FR;EACA,UD+4F0B;EC94F1B,MD84F0B;EACd;EACA;EACA;;AAEJ;ECr5FR;EACA,UDq5F0B;ECp5F1B,MDo5F0B;EACd;EACA;EACA;;AACA;EACI;EACA,OG37FF;EH47FE;EACA;;AACA;EAEI,OG/8FV;;AHk9FE;EACI;EACA;EACA,OGr9FN;EHs9FM;;AAKR;EACI;EACA,OG79FF;EH89FE;;AACA;EACI,OGj9FF;;AHm9FF;EACI;;AAMhB;EACI;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;IACA;;;AAEJ;EACI;EACA,OG5+FE;EH6+FF;EACA;;AACA;EALJ;IAMQ;;;AAEJ;EACI;EACA,OGngGN;EHogGM;;AACA;EAEI,OG9/FV;;AHggGM;EARJ;IASQ;;;AAKhB;EACI;EACA;EACA;;AACA;EC7/FR;EACA;EACA,SD4/FkC;ECh+FlC,eDi+F+B;ECh+F/B,WDg+F+B;EC7+F/B;EACA;EACA;;AD6+FY;EAJJ;ICj/FR;IACA;IACA;;;ADu/FgB;EACI;EACA,OG9gGN;EH+gGM;EACA;EACA;;AACA;EANJ;IAOQ;;;AAEJ;EATJ;IAUQ;;;AAEJ;EAEI,OGziGd;;AH6iGU;EACI;;;AAS5B;AAEA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EALJ;IAMQ;;;AAEJ;EACI;EACA;EACA,OGxkGE;EHykGF;EACA;EACA;;AACA;EAPJ;IAQQ;IACA;;;AAIZ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA,OG5kGM;EH6kGN;;AACA;EACI;EACA;EACA,OG/mGA;;AHgnGA;EAEI,OG1lGN;;AH8lGN;EACI,OGvnGI;EHwnGJ;;;AAKZ;AAEA;EACI;EACA;EACA;ECloGA,6BDmoGwB;ECloGxB,qBDkoGwB;;AACxB;EACI;EACA;;AAII;EC1oGR,6BD2oGoC;EC1oGpC,qBD0oGoC;EACxB;EACA;;AACA;EACI,OGvnGN;;AH2nGN;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,OG7nGE;EH8nGF;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA,OG9oGN;;AHgpGE;EACI,OGjpGN;;AHqpGN;EACI;EACA,OG5qGC;EH6qGD;;AAKA;EACI,OG9pGF;;;AHoqGd;EACI;EACA;EC7oGA;EACA;EACA;;AD8oGI;EACI,OG/rGC;EHgsGD;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAEI,cGjsGJ;EHksGI,kBGlsGJ;EHmsGI,OGhsGF;;;AHusGV;EACI;EACA;ECjqGJ;EACA;EACA;;ADkqGQ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAEI;EACA;EACA,OG5tGN;;AHguGE;EACI;;AAIJ;EACI,cGzuGR;EH0uGQ,kBG1uGR;EH2uGQ,OGxuGN;;AH4uGE;EACI;;;AAOpB;AAEA;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA,kBG/vGG;EHgwGH;EACA;EACA;EACA;;AACA;EATJ;IAUQ;;;AAGR;EACI;;AACA;EACI;EACA;EACA;EACA;;AACA;EALJ;IAMQ;;;AAEJ;EACI;EACA;EACA;;AAGR;EChvGR;EACA,UDgvG0B;EC/uG1B,MD+uG0B;;AACd;EACI;EACA;EACA;EACA,OG3xGN;;AH6xGE;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI,OGhyGF;EHiyGE;EACA;;AAEJ;EACI;EACA,OGp0GJ;EHq0GI;EACA;EACA;;AACA;EACI,OGjzGV;;;AHyzGd;EACI;;AACA;EACI;;AAEJ;EALJ;IAMQ;;;AAEJ;EACI;;AACA;EAFJ;IAGQ;;;;AAKZ;AAEA;EACI;EACA;EACA;EACA;;AACA;EACI;;AAGA;EACI;EACA;EACA;EACA;EACA,OGn1GM;EHo1GN;EACA;ECn3GR,6BDo3GgC;ECn3GhC,qBDm3GgC;;AACxB;EACI;EACA,cG/1GF;;AHk2GN;EACI;EACA;;;AAKZ;AAGI;EADJ;IAEQ;;;;AAIR;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAGR;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EC/2GJ;EACA,UD+2GsB;EC92GtB,MD82GsB;EACd;EACA;EACA;;AAII;ECp7GZ,6BDq7GwC;ECp7GxC,qBDo7GwC;EACxB;EACA;EACA;;AACA;EAEI,OGn6GV;;AHu6GF;EACI;EACA;EACA;EACA,OGr6GE;EHs6GF;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OG78GC;EH88GD;;AACA;EAEI,OGr8GF;EHs8GE,kBG77GF;;AHi8GV;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;ECr6GR;EACA,UDq6G0B;ECp6G1B,MDo6G0B;EACd;EACA;EACA;EACA;EACA;;AACA;EAPJ;ICr6GR;IACA,UD46G8B;IC36G9B,MD26G8B;IACd;IACA;IACA;IACA;;;AAEJ;EACI;;AAIJ;EACI;;AACA;EAFJ;IAGQ;;;AAGR;EACI;;AACA;EAFJ;IAGQ;;;AAMZ;EACI;EACA;EACA,OGz+GE;;AH0+GF;EACI,OGj/GN;;AHs/GV;EACI;EACA;EACA;;AACA;EACI;;AAEJ;ECx9GJ;EACA,UDw9GsB;ECv9GtB,MDu9GsB;EACd;EACA;EACA;;AAGA;EACI;EACA,OG3hHH;EH4hHG;EACA;EACA;;AACA;EAEI,OGpiHJ;;AHuiHJ;EACI;EACA,OGziHA;EH0iHA;;AAGA;EACI;EACA;;AAKhB;EACI;EACA;;AACA;EACI,kBGziHE;EH0iHF;EACA;EACA;EACA;EACA,OG/hHM;EHgiHN;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBG7jHE;EH8jHF;EACA,OG9kHI;EH+kHJ;EACA;EChlHR,6BDilHgC;EChlHhC,qBDglHgC;;AACxB;EACI,OG3jHF;;;AHikHd;EACI;EACA;EACA;;AAEI;EC9lHJ,6BD+lHgC;EC9lHhC,qBD8lHgC;EACxB;EACA;EACA;;AACA;EALJ;IAMQ;;;AAEJ;EARJ;IASQ;;;AAGR;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,OGrlHE;EHslHF;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA,OGtmHN;;AHwmHE;EACI,OGzmHN;;AH6mHN;EACI;EACA;EACA;EACA;;AAGQ;EACI,OGrnHV;;;AH6nHd;EACI;EACA;EACA;;AAEI;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OGpqHC;;AHqqHD;EAEI,OG3pHF;EH4pHE,kBGnpHF;;AHwpHN;EACI;EACA;EACA;;AACA;EAEI,OG9pHF;;AHgqHF;EARJ;IASQ;;;;AAOhB;AAEA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EANJ;IAOQ;;;;AAMR;EACI;EACA;EACA;EACA;EACA,kBGzsHM;EH0sHN;EACA;EACA;EACA;EACA;AACA;EACA;EC/tHJ,6BDguH4B;EC/tH5B,qBD+tH4B;;AACxB;EACI;EACA,cG3sHE;;AH8sHV;EACI;;;AAKJ;EACI;EACA,OG3uHK;EH4uHL;;AACA;EACI,OGjvHI;;AHmvHR;EACI;;;AAKZ;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;;;;AAIR;AAEA;EACI;EACA;;AAEI;EACI;ECpuHR;EACA;EACA,SDmuH8B;EC5uH9B,mBD6uH6B;EC5uH7B,gBD4uH6B;EC3uH7B,oBD2uH6B;EC1uH7B,aD0uH6B;;AACrB;EACI,OGrvHF;EHsvHE;;;AAMhB;EACI;EACA;;AACA;EACI;EACA;EACA,OG3wHM;EH4wHN;EACA;EACA;ECnxHJ,mBDoxHuB;ECnxHvB,WDmxHuB;EACnB;;AAEJ;EACI;EACA;EACA,OGrxHM;EHsxHN;EACA;EACA;EC7xHJ,mBD8xHuB;EC7xHvB,WD6xHuB;EACnB;;AAEJ;ECtwHA;EACA;EACA,SDqwH0B;EC3vH1B;EACA;EACA;ED2vHI;EACA;EACA;EACA;;AACA;EACI;EACA;ECvvHR;EACA,UDuvHsB;ECtvHtB,MDsvHsB;EACd;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA,kBGvyHF;EHwyHE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI,cGlzHF;;AHmzHE;EACI;EACA;;;AAOpB;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;;AAGR;AACA;EACI,OGx1HQ;;;AH01HZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI,YIl1HE;;AJm1HF;EACI,OIr3HD;;AJw3HP;EACI,YIx1HE;;AJy1HF;EACI,OI33HD;;;AJg4HP;EACI;EACA;;AKh0HJ;EL8zHA;IAIQ;IACA;;;;AAKZ;EACI;EACA;EACA;EACA;EACA;ECr5HA,6BDs5HwB;ECr5HxB,qBDq5HwB;;AACxB;EACI;EACA;EACA;EACA;EACA;EACA;;AKr1HJ;EL+0HA;IAQQ;IACA;;;AAIR;EACI;EACA;EACA;EACA,YI/5HG;EJg6HH;EACA,OI15HG;EJ25HH;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;;AACA;EACI;;AAGR;EACI;;AACA;EACI;;AAEJ;EACI;EACA;;AAGR;EACI;EACA;;AAEJ;EACI;;AAEJ;EACI;;AACA;EACI;EACA;;AAIR;EAOI;;AANA;EACI;;AAEJ;EACI;;;AAKZ%22,%22file%22:%22style.css%22%7D */
