/*

Template: Finaxo - Business and Finance HTML5 Template
Version: 2.0.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*================================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
    - Accordion
    - Action box
    - Blog post
    - Button
    - Case study
    - Countdown
    - Counter
    - Datetimepicker
    - Feature info
    - List
    - Owl carousel
    - Pie chart
    - Portfolio
    - Pricing
    - Progress bar
    - Range slider
    - Select Dropdown
    - Service
    - Tab style
    - Team
    - Testimonial
 :: Header
   - Header Style 01
   - Header Style 02
 :: Banner
   - Banner 01
   - Banner 02
   - Banner 03
 :: Layout
   - Section Title
   - Client Logo
   - Vertical Menu
 :: Blog
   - Blog
 :: Shop
   - Shop
 :: Not Found
 :: Footer

======================================
[ End table content ]
======================================*/
/*****************************
  Typography
*****************************/
body {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #626262;
  overflow-x: hidden;
}

a {
  outline: medium none !important;
  color: #30b666;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

a:focus {
  color: #000000;
  text-decoration: none !important;
}

a:hover {
  color: #000000;
  text-decoration: none !important;
}

input {
  outline: medium none !important;
  color: #30b666;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #535353;
  margin-top: 0px;
}

.h1 a,
h1 a,
.h2 a,
h2 a,
.h3 a,
h3 a,
.h4 a,
h4 a,
.h5 a,
h5 a,
.h6 a,
h6 a {
  color: inherit;
}

label {
  font-weight: normal;
}

.h1,
h1 {
  font-size: 52px;
  line-height: 62px;
}

.h2,
h2 {
  font-size: 42px;
  line-height: 52px;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 46px;
}

.h4,
h4 {
  font-size: 28px;
  line-height: 38px;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 34px;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  line-height: 24px;
}

.lead {
  font-size: 16px;
}

small,
.small {
  font-size: 12px;
}

*::-moz-selection {
  background: #30b666;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #30b666;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #30b666;
  color: #ffffff;
  text-shadow: none;
}

/* Flaticon */
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: inherit;
}

/* Inner header */
.inner-header {
  padding: 35px 0;
}

.inner-header .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}

.inner-header .breadcrumb .breadcrumb-item {
  font-size: 13px;
  font-weight: 700;
  padding-left: 10px;
}

.inner-header .breadcrumb .breadcrumb-item a {
  color: #626262;
}

.inner-header .breadcrumb .breadcrumb-item a:hover {
  color: #30b666;
}

.inner-header .breadcrumb .breadcrumb-item.active {
  color: #30b666;
}

.inner-header .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  content: "\f105";
  font-family: "Font Awesome 5 free";
  padding-right: 10px;
}

.inner-header .breadcrumb-title {
  font-size: 30px;
  line-height: 34px;
}

/*****************************
  Responsive
*****************************/
@media (max-width: 991px) {

  .h1,
  h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .h2,
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .h3,
  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .h4,
  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .h5,
  h5 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .h2,
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .h3,
  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .h4,
  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .h5,
  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .h6,
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 575px) {

  .h1,
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2,
  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .h3,
  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  /* Inner header */
  .inner-header .breadcrumb {
    margin: 0 auto;
    text-align: center;
  }

  .inner-header .breadcrumb-title {
    font-size: 24px;
  }
}

/*****************************
  Helper Classes
*****************************/
/* Color */
.text-primary {
  color: #30b666 !important;
}

.text-white {
  color: #ffffff;
}

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

.text-light {
  color: #626262 !important;
}

.text-light-gray {
  color: #cccccc !important;
}

.text-muted {
  color: #999999 !important;
}

.text-body {
  color: #626262 !important;
}

/* Background */
.bg-primary {
  background-color: #30b666 !important;
}

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

.bg-gray {
  background-color: #707173 !important;
}

/* Border */
.border-primary {
  border-color: #30b666 !important;
}

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

.border-gray {
  border-color: #707173 !important;
}

/* Page section padding */
.space-ptb {
  padding: 80px 0;
}

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

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

.space-sm-ptb {
  padding: 70px 0;
}

.space-sm-pt {
  padding-top: 70px;
}

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

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

/* Half Overlay */
.half-overlay:before {
  content: "";
  background: #000000;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  border-radius: 50px 0 50px 0;
}

.half-overlay.left-position:before {
  left: 0;
}

.half-overlay.right-position:before {
  right: 0;
}

/* Img Holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/* Background overlay */
.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-10:before {
  background: rgba(41, 24, 67, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-20:before {
  background: rgba(41, 24, 67, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-30:before {
  background: rgba(41, 24, 67, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-40:before {
  background: rgba(41, 24, 67, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-50:before {
  background: rgba(41, 24, 67, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-60:before {
  background: rgba(41, 24, 67, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-70:before {
  background: rgba(41, 24, 67, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-80:before {
  background: rgba(41, 24, 67, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-90:before {
  background: rgba(41, 24, 67, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-20:before {
  background: rgba(48, 182, 102, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-50:before {
  background: rgba(48, 182, 102, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-70:before {
  background: rgba(48, 182, 102, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-90:before {
  background: rgba(48, 182, 102, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* Avatar */
.avatar {
  min-width: 50px;
  width: 50px;
  display: inline-block;
}

.avatar.avatar-sm {
  min-width: 20px;
  width: 20px;
}

.avatar.avatar-md {
  min-width: 80px;
  width: 80px;
}

.avatar.avatar-lg {
  min-width: 90px;
  width: 90px;
}

/* Border width */
.border {
  border-color: #e8e8e8;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

/* Z index */
.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

/* Opacity */
.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

/*Negative margin*/
.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.me-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ms-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.me-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ms-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.me-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ms-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.me-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ms-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.me-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ms-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

@media (min-width: 576px) {
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .me-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .me-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .me-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .me-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .me-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .me-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .me-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .me-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .me-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .me-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .me-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .me-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .me-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .me-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .me-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .me-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .me-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .me-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .me-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .me-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
}

/*****************************
  Responsive
*****************************/
@media (max-width: 1199px) {

  /* Page Section Padding */
  .space-ptb {
    padding: 70px 0;
  }

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

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

@media (max-width: 991px) {

  /* Page Section Padding */
  .space-ptb {
    padding: 60px 0;
  }

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

  .space-pb {
    padding-bottom: 60px;
    padding-top: 30px;
  }

  /* Half Overlay */
  .half-overlay:before {
    content: none;
  }

  /* Border */
  .border-lg-none {
    border: none !important;
  }
}

@media (max-width: 767px) {

  /* Page Section Padding */
  .space-ptb {
    padding: 50px 0;
  }

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

  .space-pb {
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .container {
    max-width: 100%;
  }

  /* Border */
  .border-md-none {
    border: none !important;
  }
}

@media (max-width: 575px) {

  /* Page Section Padding */
  .space-ptb {
    padding: 40px 0;
  }

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

  .space-pb {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  /* Border */
  .border-sm-none {
    border: none !important;
  }
}

/*****************************
  Button
*****************************/
button {
  outline: medium none !important;
  color: #30b666;
}

/* Btn */
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  padding: 14px 26px;
  font-weight: 700;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #000000;
}

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show>.btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show>.btn-primary.dropdown-toggle {
  background: linear-gradient(to right, #f7b733, #fc4a1a);
  border-color: #fc4a1a;
}

.btn-primary {
  background: linear-gradient(to right, #1d86a2, #30b666);
  border-color: #30b666;
  color: #ffffff;
}

.btn-primary:hover {
  background: none;
  border-color: #30b666;
  color: #30b666;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
  background: none;
  border-color: #30b666;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
  background: none;
  border-color: #30b666;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: none;
  border-color: #30b666;
  color: #30b666;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: #30b666;
  border-color: #30b666;
}

.btn-primary.focus,
.btn-primary:focus {
  background: #30b666;
  border-color: #30b666;
  color: #ffffff;
}

/* flat style */
.btn-primary.btn-flat:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-primary.btn-flat:not(:disabled):not(.disabled):active:focus {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-dark.btn-flat:hover {
  background: #30b666;
  border-color: #30b666;
  color: #ffffff;
}

.btn-dark.btn-flat:not(:disabled):not(.disabled):active:focus {
  background: #30b666;
  border-color: #30b666;
  color: #ffffff;
}

.btn-light.btn-flat:hover {
  background: #30b666;
  border-color: #30b666;
  color: #ffffff;
}

.btn-light.btn-flat:not(:disabled):not(.disabled):active:focus {
  background: #30b666;
  border-color: #30b666;
  color: #ffffff;
}

.btn-dark {
  background: #000000;
  border-color: #000000;
}

.btn-dark:hover {
  background: none;
  border-color: #000000;
  color: #000000;
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
  color: #ffffff;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  background: #000000;
  border-color: #000000;
}

.btn-dark.focus,
.btn-dark:focus {
  background: #000000;
  border-color: #000000;
}

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff;
}

.btn+.btn {
  margin-left: 3px;
}

/* Link */
.btn-link {
  color: #30b666;
  padding: 0;
}

.btn-link:hover {
  color: #000000;
  text-decoration: none;
  outline: none;
}

.btn-link:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #000000;
}

.btn-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.btn-light:hover {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-light:active {
  color: #000000;
}

.btn-light:focus {
  color: #000000;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #ffffff;
}

a.text-dark {
  color: #000000 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #30b666 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Button Size */
.btn.btn-sm {
  padding: 12px 22px;
  font-size: 13px;
  line-height: 18px;
}

.btn.btn-md {
  padding: 14px 26px;
  line-height: 22px;
  font-size: 14px;
}

.btn.btn-lg {
  padding: 16px 30px;
  font-size: 15px;
  line-height: 24px;
}

.btn.btn-xl {
  padding: 18px 32px;
  font-size: 16px;
  line-height: 24px;
}

/* Button Outline */
.btn-outline-dark {
  border-color: #000000;
  color: #000000;
}

.btn-outline-dark:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.btn-outline-dark:focus {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.btn-outline-dark:not(:disabled):not(.disabled):active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.btn-outline-primary {
  color: #30b666;
  border-color: #30b666;
}

.btn-outline-primary:hover {
  background: linear-gradient(to right, #1d86a2, #30b666);
  color: #ffffff;
  border-color: #30b666;
}

.btn-outline-primary:focus {
  background: linear-gradient(to right, #1d86a2, #30b666);
  color: #ffffff;
  border-color: #30b666;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  background: #30b666;
  color: #ffffff;
  border-color: #30b666;
}

/* Border style */
.btn-outline-primary.btn-border:hover {
  background: transparent;
  border-color: #000000;
  color: #000000;
}

.btn-outline-primary.btn-border:focus {
  background: transparent;
  border-color: #000000;
  color: #000000;
}

.btn-outline-primary.btn-border:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #000000;
  color: #000000;
}

.btn-outline-dark.btn-border:hover {
  background: transparent;
  border-color: #30b666;
  color: #30b666;
}

.btn-outline-dark.btn-border:focus {
  background: transparent;
  border-color: #30b666;
  color: #30b666;
}

.btn-outline-dark.btn-border:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #30b666;
  color: #30b666;
}

.btn-outline-light.btn-border:hover {
  background: transparent;
  border-color: #30b666;
  color: #30b666;
}

.btn-outline-light.btn-border:focus {
  background: transparent;
  border-color: #30b666;
  color: #30b666;
}

.btn-outline-light.btn-border:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #30b666;
  color: #30b666;
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.card {
  border: none;
  margin-bottom: 10px;
}

.card:last-child {
  margin-bottom: 0;
}

.card-header {
  background: none;
  padding: 0;
  border-bottom: none;
}

.accordion>.card .card-header {
  margin-bottom: 0;
}

.accordion>.card .card-header .btn {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 45px 11px 26px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.accordion>.card .card-header .btn:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 12px;
  right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion>.card .card-header .btn.collapsed {
  background: none;
  color: #000000;
}

.card-body {
  padding: 20px 26px;
}

/* Accordion 1 */
.accordion-style-1>.card .card-header .btn {
  background: #30b666;
  color: #ffffff;
}

.accordion-style-1>.card .card-header .btn:after {
  content: "\f068";
}

.accordion-style-1>.card .card-header .btn.collapsed:after {
  content: "\f067";
}

/* Accordion 2 */
.accordion-style-2>.card .card-header .btn {
  background: #30b666;
  color: #ffffff;
}

.accordion-style-2>.card .card-header .btn:after {
  content: "\f077";
}

.accordion-style-2>.card .card-header .btn.collapsed:after {
  content: "\f078";
}

/* Accordion 3 */
.accordion-style-3 .card {
  border-bottom: 1px solid #e8e8e8;
}

.accordion-style-3>.card .card-header .btn {
  color: #30b666;
  padding: 18px 50px 18px 0px;
  font-size: 14px;
}

.accordion-style-3>.card .card-header .btn:after {
  content: "\f068";
  background: #30b666;
  color: #ffffff;
  border: 1px solid #30b666;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5rem 0 1.5rem 0;
  right: 0;
}

.accordion-style-3>.card .card-header .btn.collapsed:after {
  content: "\f067";
  background: none;
  color: #30b666;
  border-color: #30b666;
}

.accordion-style-3 .card-body {
  padding: 15px 0 33px;
}

.accordion.accordion-style-3>.card:first-of-type {
  border-bottom: 1px solid #e8e8e8;
}

.accordion.accordion-style-3>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

/*****************************
  List
*****************************/
ul.list {
  padding: 0;
  margin: 0;
}

ul.list li {
  list-style: none;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.list li i {
  color: #30b666;
  margin: 5px 10px 0px 0px;
}

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

ul.list-default {
  padding: 0;
  margin: 0;
}

ul.list-default li {
  margin-left: 18px;
  margin-bottom: 5px;
}

ul.list-default li:last-child {
  margin-bottom: 0;
}

ol.list {
  padding: 0;
  margin: 0;
}

ol.list li {
  margin-left: 18px;
  margin-bottom: 5px;
}

ol.list li:last-child {
  margin-bottom: 0;
}

/*****************************
  Action box
*****************************/
.callout {
  padding: 50px 0px 50px 50px;
}

.callout .callout-title {
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 767px) {
  .callout {
    padding: 30px;
  }
}

/*****************************
  Feature Info
*****************************/
.feature-info .feature-info-content p {
  margin-bottom: 0;
}

/* Feature Info style 01 */
.feature-info-style-1 .feature-info-icon {
  margin-bottom: 20px;
}

.feature-info-style-1 .feature-info-icon i {
  color: #30b666;
  font-size: 60px;
  line-height: 1;
}

.feature-info-style-1 .feature-info-content .feature-info-title {
  margin-bottom: 25px;
}

/* Feature Info style 02 */
.feature-info-style-2 {
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
}

.feature-info-style-2 .feature-info-icon {
  margin-bottom: 20px;
  z-index: 9;
  position: relative;
  font-size: 40px;
  color: #30b666;
  line-height: 1;
}

.feature-info-style-2 .feature-info-content {
  z-index: 9;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-info-style-2 .feature-info-content .btn-primary {
  margin-top: 30px;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  padding: 8px 0;
  color: #707173;
}

.feature-info-style-2 .feature-info-content .feature-info-title {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-info-style-2 .feature-info-bg {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-size: cover;
  background-position: center center;
}

.feature-info-style-2 .feature-info-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(41, 24, 67, 0.5);
  opacity: 0;
}

.feature-info-style-2:hover .feature-info-bg {
  opacity: 1;
}

.feature-info-style-2:hover .feature-info-bg:before {
  opacity: 1;
}

.feature-info-style-2:hover .feature-info-content {
  color: #ffffff;
}

.feature-info-style-2:hover .feature-info-content h6 {
  color: #ffffff;
}

.feature-info-style-2:hover .feature-info-content .btn-primary {
  padding: 8px 24px;
  color: #ffffff;
  background: linear-gradient(to right, #1d86a2, #30b666);
  border: 1px solid #30b666;
}

.feature-info-style-2.active .feature-info-bg {
  opacity: 1;
}

.feature-info-style-2.active .feature-info-bg:before {
  opacity: 1;
}

.feature-info-style-2.active .feature-info-content {
  color: #ffffff;
}

.feature-info-style-2.active .feature-info-content h6 {
  color: #ffffff;
}

.feature-info-style-2.active .feature-info-content .btn-primary {
  padding: 8px 24px;
  color: #ffffff;
  background: linear-gradient(to right, #1d86a2, #30b666);
  border: 1px solid #30b666;
}

/* Feature Info style 03 */
.feature-info-style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-info-style-3 .feature-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 1.5rem 0 1.5rem 0;
  color: #30b666;
  margin-right: 30px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
}

.feature-info-style-3 .feature-info-title {
  margin-bottom: 10px;
}

.feature-info-style-3:hover .feature-info-icon {
  background: #30b666;
  color: #ffffff;
}

/* Feature Step */
.feature-step-item {
  text-align: center;
  padding: 0 30px;
}

.feature-step-item .feature-step-icon {
  background: #ffffff;
  width: 160px;
  height: 160px;
  border-radius: 1.5rem 0 1.5rem 0;
  color: #30b666;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 60px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* position: relative; */
  border: 2px solid #e8e8e8;
  margin: 0 auto 25px auto;
}

.feature-step-item .feature-step-icon:before {
  background: url(../images/service/feature-icon/04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  position: absolute;
  content: "";
  height: 68px;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 30px;
}

.feature-step-item:hover .feature-step-icon {
  background: #30b666;
  color: #ffffff;
  border: 2px solid #30b666;
}

.feature-step-item .feature-step-title {
  margin-bottom: 10px;
}

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

.row>[class*=col-]:nth-child(2) .feature-step-item .feature-step-icon:before {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

.row>[class*=col-]:last-child .feature-step-item .feature-step-icon:before {
  content: none;
}

@media (max-width: 1199px) {

  /* Feature Step */
  .feature-step .feature-step-icon:before {
    width: 65%;
    height: 40px;
  }
}

@media (max-width: 991px) {

  /* Feature Step */
  .feature-step .feature-step-icon:before {
    content: none;
  }

  .feature-step .feature-step-item {
    padding: 0px;
  }
}

@media (max-width: 767px) {

  /* Feature Info style 01 */
  .feature-info-style-1 .feature-info-icon {
    margin-bottom: 15px;
  }

  .feature-info-style-1 .feature-info-content .feature-info-title {
    margin-bottom: 15px;
  }

  /* Feature Info style 03 */
  .feature-info-style-3 .feature-info-icon {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }

  /* Feature Step */
  .feature-step-item .feature-step-icon {
    width: 130px;
    height: 130px;
  }
}

/*****************************
	Service
*****************************/
.service-item .service-img {
  position: relative;
}

.service-item .service-img:before {
  content: "";
  background: rgba(41, 24, 67, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item .service-img img {
  border-radius: 1.5rem 0 1.5rem 0;
  width: 100%;
}

.service-item .service-img a {
  background-color: #30b666;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 20%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.service-item .service-img a:hover {
  background-color: #ffffff;
  color: #30b666;
}

.service-item:hover .service-img:before {
  opacity: 1;
}

.service-item:hover .service-img a {
  top: 50%;
  opacity: 1;
}

.service-item .service-info {
  padding: 72px 30px 30px 30px;
  margin-top: -44px;
  border: 2px solid #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
}

.service-item .service-info .service-info-title {
  margin-bottom: 0;
}

.service-item .service-info .service-info-title a:hover {
  color: #30b666;
}

@media (max-width: 767px) {
  .service-item .service-info {
    padding: 62px 20px 20px 20px;
  }
}

/*****************************
  Portfolio
*****************************/
.grid-item .portfolio-item {
  position: relative;
  overflow: hidden;
}

.grid-item .portfolio-item:before {
  content: "";
  background: rgba(41, 24, 67, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-item .portfolio-item:hover:before {
  opacity: 1;
}

.grid-item .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

.grid-item .portfolio-item img {
  border-radius: 1.5rem 0 1.5rem 0;
}

.grid-item .portfolio-item .portfolio-info {
  position: absolute;
  width: 100%;
  bottom: -60px;
  left: 0;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-item .portfolio-item .portfolio-info .portfolio-title {
  margin-bottom: 0px;
}

.grid-item .portfolio-item .portfolio-info .portfolio-title a {
  color: #ffffff;
  font-size: 16px;
}

.grid-item .portfolio-item .portfolio-info .portfolio-title a:hover {
  color: #30b666;
}

.grid-item .portfolio-item .portfolio-info .portfolio-category {
  font-size: 13px;
  margin: 0 5px 5px 0;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}

.grid-item .portfolio-item .portfolio-info .portfolio-category:hover {
  color: #ffffff;
}

.grid-item .portfolio-item .portfolio-icon a {
  background-color: #30b666;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -30px;
  opacity: 0;
  margin: 30px;
  color: #ffffff;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-item .portfolio-item .portfolio-icon a:hover {
  background-color: #ffffff;
  color: #30b666;
}

.grid-item:hover .portfolio-item .portfolio-icon a {
  top: 0;
  opacity: 1;
}

/*************************************
         isotope
 *************************************/
.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px;
}

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
}

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px;
}

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px;
}

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px;
}

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px;
}

/* Pagination */
.single-pagination .sin-pag-img {
  position: relative;
  overflow: hidden;
}

.single-pagination a {
  color: #000000;
}

.single-pagination a .sin-pag-img i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #30b666;
  color: #ffffff;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-pagination a:hover {
  color: #30b666;
}

.single-pagination a:hover .sin-pag-img i {
  opacity: 1;
}

.single-pagination .lead {
  font-weight: 700;
}

.single-pagination small {
  color: #626262;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .my-shuffle-container.columns-6 .grid-item {
    width: 25%;
  }

  .my-shuffle-container.columns-4 .grid-item {
    width: 33%;
  }

  .my-shuffle-container.columns-3 .grid-item {
    width: 33%;
  }
}

@media (max-width: 991px) {
  .my-shuffle-container.columns-4 .grid-item {
    width: 33%;
  }

  .my-shuffle-container.columns-3 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-6 .grid-item {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .my-shuffle-container.columns-3 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-4 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-5 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-6 .grid-item {
    width: 50%;
  }
}

@media (max-width: 575px) {

  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    padding: 0 0px 15px 0;
  }

  .my-shuffle-container.columns-2 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-3 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-4 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-5 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-6 .grid-item {
    width: 100%;
  }
}

/*****************************
    Team
*****************************/
/* Team Style 1 */
.team.team-style-1 .team-img {
  position: relative;
}

.team.team-style-1 .team-img:before {
  content: "";
  background: rgba(41, 24, 67, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team.team-style-1 .team-img img {
  border-radius: 1.5rem 0 1.5rem 0;
}

.team.team-style-1 .team-img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  padding: 10px 20px;
  position: absolute;
  left: 50%;
  top: 20%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.team.team-style-1:hover .team-img:before {
  opacity: 1;
}

.team.team-style-1:hover .team-img a {
  top: 50%;
  opacity: 1;
}

.team.team-style-1 .team-info {
  padding: 72px 30px 30px 30px;
  margin-top: -44px;
  border: 2px solid #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
}

.team.team-style-1 .team-info .team-info-title a:hover {
  color: #30b666;
}

/* Team Style 2 */
.team.team-style-2 {
  border-radius: 1.5rem 0 1.5rem 0;
}

.team.team-style-2 .team-img img {
  border-radius: 1.5rem 0 1.5rem 0;
}

.team.team-style-2 .team-info {
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
  margin-top: -20px;
}

.team.team-style-2 .team-info .btn-link {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team.team-style-2:hover .team-info {
  margin-top: -60px;
  padding-bottom: 60px;
}

.team.team-style-2:hover .team-info .btn-link {
  opacity: 1;
  visibility: visible;
}

/*****************************
	Testimonial
*****************************/
.testimonial .testimonial-item {
  padding: 46px;
  border-radius: 1.5rem 0 1.5rem 0;
}

.testimonial .testimonial-item .testimonial-content {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial .testimonial-item .testimonial-content .quote-icon {
  font-size: 40px;
  line-height: 40px;
  color: rgba(98, 98, 98, 0.09);
  margin-bottom: 20px;
}

.testimonial .testimonial-item .testimonial-author .author-name {
  color: #30b666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Testimonial Style 01 */
.testimonial-style-1 .testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
}

.testimonial-style-1 .testimonial-item .testimonial-author-img {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.testimonial-style-1 .testimonial-item .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial-style-1 .testimonial-item .testimonial-author .author-name {
  margin: 0 10px 0 0;
}

.testimonial-style-1 .testimonial-item .testimonial-content .quote-icon {
  text-align: right;
}

/* Testimonial Style 02 */
.testimonial-style-2 .testimonial-item {
  background-color: #f6f7f8;
}

.testimonial-style-2 .testimonial-item .testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-style-2 .testimonial-item .testimonial-info .testimonial-avatar-img img {
  height: 62px;
  width: 62px;
  margin-right: 26px;
  border-radius: 1.5rem 0 1.5rem 0;
}

.testimonial-style-2 .testimonial-item .testimonial-content .quote-icon {
  margin-bottom: 0;
  position: absolute;
  right: 46px;
  bottom: 46px;
}

/* Testimonial Style 03 */
.testimonial-style-3 .testimonial-item {
  padding: 0;
  border-radius: 0px;
}

.testimonial-style-3 .testimonial-item .testimonial-content {
  padding: 25px;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  position: relative;
  border-radius: 1.5rem 0 1.5rem 0;
  border: 1px solid #e8e8e8;
}

.testimonial-style-3 .testimonial-item .testimonial-content:after {
  top: 100%;
  left: 55px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.testimonial-style-3 .testimonial-item .testimonial-content:before {
  top: 100%;
  left: 55px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(232, 232, 232, 0);
  border-top-color: #e8e8e8;
  border-width: 11px;
  margin-left: -11px;
}

.testimonial-style-3 .testimonial-item .testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-style-3 .testimonial-item .testimonial-info .testimonial-avatar-img img {
  height: 45px;
  width: 45px;
  margin: 0px 15px 0px 30px;
  border-radius: 1.5rem 0 1.5rem 0;
}

.testimonial-style-3 .testimonial-item .testimonial-author .author-name {
  font-weight: 500;
}

.testimonial-style-3 .testimonial-item .testimonial-author span {
  font-size: 13px;
}

@media (max-width: 767px) {
  .testimonial .testimonial-item {
    padding: 20px;
  }

  /* Testimonial Style 01 */
  .testimonial-style-1 .testimonial-item {
    display: block;
  }

  .testimonial-style-1 .testimonial-item .testimonial-author-img {
    margin: 0 0 15px;
  }

  .testimonial-style-1 .testimonial-item .testimonial-content .quote-icon {
    text-align: left;
    margin-bottom: 10px;
  }

  /* Testimonial Style 02 */
  .testimonial-style-2 .testimonial-item .testimonial-content .quote-icon {
    right: 20px;
    bottom: 20px;
  }

  .testimonial-style-2 .testimonial-item .testimonial-info .testimonial-avatar-img img {
    margin-right: 15px;
  }

  /* Testimonial Style 03 */
  .testimonial-style-3 .testimonial-item {
    padding: 0;
  }
}

/*****************************
  Counter
*****************************/
.counter {
  padding: 50px 0px;
}

.counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.counter-item .counter-content .timer {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #30b666;
}

.counter-item .counter-content label {
  color: #626262;
  display: block;
  margin-bottom: 0;
}

.counter-item .counter-icon i {
  font-size: 54px;
  line-height: 1;
  color: #30b666;
  margin-right: 20px;
}

.counter-with-plus .counter-item .counter-content .timer:after {
  content: "+";
}

.counter-with-plus .counter-item .counter-content .timer.display-4 {
  font-size: 44px;
}

@media (max-width: 767px) {
  .counter {
    padding: 40px 0px;
  }
}

/*****************************
  Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
}

.countdown span {
  font-size: 70px;
  line-height: 1;
  color: #30b666;
  font-weight: 700;
}

.countdown p {
  font-size: 18px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .countdown span {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .countdown {
    margin: 0 10px;
  }

  .countdown span {
    font-size: 30px;
  }

  .countdown p {
    font-size: 14px;
  }
}

/*****************************
	Tab style
*****************************/
/* Tab */
.nav-tabs .nav-link {
  color: #626262;
  padding: 0 30px 15px;
  font-size: 16px;
  border: none;
  border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link:focus {
  border-bottom-color: #30b666;
}

.nav-tabs .nav-link:hover {
  border-bottom-color: #30b666;
}

.nav-tabs .nav-item.show .nav-link {
  color: #30b666;
  border-bottom-color: #30b666;
}

.nav-tabs .nav-link.active {
  color: #30b666;
  border-bottom-color: #30b666;
}

/* Vertical  Pills Tab */
.nav-pills .nav-link {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 30px;
  margin-bottom: 10px;
  border-radius: 1.5rem 0 1.5rem 0;
}

.nav-pills .nav-link.active {
  background-color: #30b666;
}

.nav-pills .show>.nav-link {
  background-color: #30b666;
}

/* Horizontal Pills Tab */
.nav-pills .nav-item .nav-link {
  margin-bottom: 0;
  margin-right: 10px;
}

@media (max-width: 767px) {

  /* Tab */
  .nav-tabs .nav-link {
    padding: 0 12px 10px;
    font-size: 14px;
  }

  /*  Pills Tab */
  .nav.nav-pills {
    display: inline-block;
  }

  .nav-pills .nav-link {
    display: inline-block;
    margin: 0 10px 16px 0;
    font-size: 14px;
    padding: 10px 20px;
  }

  .nav-pills .nav-item {
    display: inline-block;
  }
}

/*****************************
	Owl Carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev i {
  border-radius: 1.5rem 0 1.5rem 0;
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 0px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-next i {
  border-radius: 1.5rem 0 1.5rem 0;
}

.owl-carousel .owl-nav i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background: #30b666;
  border: 0px solid #e8e8e8;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-nav i:hover {
  background: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}

.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 10px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #cccccc;
  display: inline-block;
  width: 48px;
  min-height: 4px;
  margin-top: 4px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 1.5rem 0 1.5rem 0;
}

.owl-carousel .owl-dots .owl-dot:hover span {
  background: #30b666;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #30b666;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 4px 0;
}

.owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
  left: 15px;
}

.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
  right: 15px;
}

/* Owl Dots Alignment */
.owl-carousel.owl-nav-bottom-left .owl-dots {
  text-align: left;
}

.owl-carousel.owl-nav-bottom-center .owl-dots {
  text-align: center;
}

.owl-carousel.owl-nav-bottom-right .owl-dots {
  text-align: right;
}

@media (max-width: 767px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 30px;
  }
}

/*****************************
  Case Study
*****************************/
.case-study .case-study-item .case-study-category {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}

.case-study .case-study-item .case-study-category a:hover {
  color: #000000;
}

.case-study .case-study-item .case-study-img {
  position: relative;
}

.case-study .case-study-item .case-study-img:before {
  content: "";
  background: rgba(41, 24, 67, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.case-study .case-study-item .case-study-img img {
  border-radius: 1.5rem 0 1.5rem 0;
}

.case-study .case-study-item .case-study-img a {
  background-color: #30b666;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 20%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.case-study .case-study-item .case-study-img a:hover {
  background-color: #ffffff;
  color: #30b666;
}

.case-study .case-study-item:hover .case-study-img:before {
  opacity: 1;
}

.case-study .case-study-item:hover .case-study-img a {
  top: 50%;
  opacity: 1;
}

.case-study .case-study-item .case-study-info {
  padding: 78px 30px 30px 30px;
  margin-top: -50px;
  border: 2px solid #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
}

.case-study .case-study-item .case-study-info .case-study-title {
  margin-bottom: 0;
}

.case-study .case-study-item .case-study-info .case-study-title a:hover {
  color: #30b666;
}

/*****************************
  Blog post
*****************************/
.blog-post-style-1 .blog-post {
  margin-bottom: 0;
}

.blog-post-style-1 .blog-post-img {
  position: relative;
}

.blog-post-style-1 .blog-post-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 24, 67, 0)), to(rgba(41, 24, 67, 0.9)));
  background: linear-gradient(to bottom, rgba(41, 24, 67, 0) 0, rgba(41, 24, 67, 0.9) 100%);
  height: 75%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-post-style-1 .blog-post .blog-post-info {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}

.blog-post-style-1 .blog-post .blog-post-info>a {
  color: #ffffff;
}

.blog-post-style-1 .blog-post .blog-post-info>a:hover {
  color: #30b666;
}

.blog-post-style-1 .blog-post .blog-post-info .blog-post-title {
  line-height: 26px;
}

.blog-post-style-1 .blog-post .blog-post-info .blog-post-title a {
  font-size: 22px;
  margin: 3px 0px 0px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
}

.blog-post-style-1 .blog-post .blog-post-info .blog-post-title a:hover {
  color: #30b666;
}

/*****************************
	Progress Bar
*****************************/
.progress {
  background-color: #cccccc;
  border-radius: 50px;
}

.progress .progress-bar {
  background-color: #30b666;
  border-radius: 50px;
}

/* Progress Bar Style 1 */
.progress-style-1 .progress-item {
  margin-bottom: 30px;
}

.progress-style-1 .progress-item:last-child {
  margin-bottom: 0px;
}

.progress-style-1 .progress-item .progress-title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.progress-style-1 .progress-item .progress {
  overflow: inherit;
}

.progress-style-1 .progress-item .progress .progress-bar {
  position: relative;
}

.progress-style-1 .progress-item .progress .progress-bar span {
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  top: -20px;
}

/*****************************
	Pricing
*****************************/
.pricing-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing-plan .pricing-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  min-width: 230px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem 0 1.5rem 0;
}

.pricing-plan .pricing-info .pricing-price {
  background-color: #000000;
  color: #ffffff;
  padding: 0px 30px;
  width: 100%;
}

.pricing-plan .pricing-info .pricing-price i {
  font-size: 22px;
  margin-top: 4px;
  margin-right: 8px;
}

.pricing-plan .pricing-info .pricing-price span {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}

.pricing-plan .pricing-info .pricing-price .price-title {
  font-size: 30px;
  color: #30b666;
}

.pricing-plan .pricing-info .pricing-arrow {
  background-color: #30b666;
  color: #ffffff;
  width: 100%;
}

.pricing-plan .pricing-info .pricing-arrow a {
  color: #ffffff;
  font-size: 50px;
}

.pricing-plan .pricing-info .pricing-arrow a:hover {
  color: #000000;
}

.pricing-plan .pricing-content {
  padding: 50px 50px 50px 100px;
  margin-left: -50px;
  border: 2px solid #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
}

.pricing-plan .pricing-content .list li {
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pricing-plan {
    display: block;
  }

  .pricing-plan .pricing-info .pricing-price {
    padding: 30px;
  }

  .pricing-plan .pricing-info .pricing-arrow {
    padding: 30px;
  }

  .pricing-plan .pricing-content {
    padding: 74px 15px 15px 15px;
    margin: -50px 0 0 0;
  }
}

/*****************************
	Pie Chart
*****************************/
.pie-chart {
  padding: 20px;
}

.pie-chart.pie-chart-percentage .round-chart {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.pie-chart.pie-chart-percentage .round-chart span {
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  z-index: 2;
  font-weight: 600;
  position: absolute;
}

.pie-chart.pie-chart-percentage .round-chart .percent:after {
  content: "%";
}

.pie-chart.pie-chart-percentage .chart-title {
  font-size: 16px;
  font-weight: 700;
}

/*****************************
  Datetimepicker
*****************************/
.bootstrap-datetimepicker-widget table td.active {
  background-color: #30b666;
}

.bootstrap-datetimepicker-widget table td:hover {
  background-color: none;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
}

.bootstrap-datetimepicker-widget table span.active {
  background: #30b666;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem;
}

.input-group>.custom-select:not(:last-child) {
  border-radius: 1.5rem 0 1.5rem 0;
}

.input-group>.form-control:not(:last-child) {
  border-radius: 1.5rem 0 1.5rem 0 !important;
}

.input-group-append {
  margin-left: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.input-group-text {
  background: none;
  padding: 0;
  border: none;
}

/*****************************
	Select Dropdown
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #626262;
  line-height: inherit;
}

.select2-container--default .select2-results__option--highlighted {
  border-radius: 1.5rem 0 1.5rem 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding: 8px 15px;
}

.bigdrop {
  min-width: 196px !important;
}

.select2-results__options {
  padding: 8px 2px;
}

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 0px;
  height: 21px;
  width: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  color: #30b666;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown {
  padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e8e8e8;
}

.select2-container--default .select2-results__option {
  padding: 8px 15px;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f6f7f8;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(48, 182, 102, 0.1);
  color: #30b666;
}

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 9;
}

.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
  height: 55px;
  padding: 14px 20px;
  border-radius: 1.5rem 0 1.5rem 0;
}

.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 20px;
}

.select2-container--default .select2-results>.select2-results__options {
  border: none;
}

.select2-container--open .select2-dropdown {
  background: #f6f7f8;
  padding: 15px;
  border: 1px solid #e8e8e8;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}

/*****************************
	Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px;
}

.irs--flat .irs-bar {
  background: #30b666;
  height: 6px;
}

.irs--flat .irs-from {
  background: transparent;
  color: #30b666;
  font-size: 13px;
  font-weight: 600;
}

.irs--flat .irs-from:before {
  display: none;
}

.irs--flat .irs-to {
  background: transparent;
  color: #30b666;
  font-size: 13px;
  font-weight: 600;
}

.irs--flat .irs-to:before {
  display: none;
}

.irs--flat .irs-single {
  background: transparent;
  color: #30b666;
  font-size: 13px;
  font-weight: 600;
}

.irs--flat .irs-single:before {
  display: none;
}

.irs--flat .irs-handle>i:first-child {
  background: #ffffff;
  background: #ffffff;
  width: 12px;
  width: 12px;
  height: 12px;
  height: 12px;
  border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #30b666;
  border: 2px solid #30b666;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.irs--flat .irs-handle:hover>i:first-child {
  background: #30b666;
}

.irs--flat .irs-handle.state_hover>i:first-child {
  background: #30b666;
}

/*****************************
  Header
*****************************/
/* Header Style 01 */
.header {
  background: #ffffff;
  z-index: 999;
  position: relative;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02);
}

/* Topbar */
.header .topbar-inner {
  padding: 14px 0;
  border-bottom: 1px solid rgba(41, 24, 67, 0.05);
}

.header .topbar-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  color: #ffffff;
}

.header .topbar-inner ul li {
  padding: 0 10px;
}

.header .topbar-inner a {
  color: #000000;
  /* font-size: 12px; */
}

.header .topbar-inner a:hover {
  color: #30b666;
}

.header .topbar .social ul {
  margin: 0;
}

.header .topbar .social ul li {
  display: inline-block;
  padding: 0 6px;
}

.header .topbar .social ul li:last-child {
  padding-right: 0;
}

.header .topbar .social ul li a {
  color: #000000;
  font-size: 12px;
}

.header .topbar .social ul li a:hover {
  color: #30b666;
}

/* Navbar */
.header .navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  padding: 12px 8px 12px 0;
  color: #000000;
  text-transform: capitalize;
}

.header .navbar .navbar-nav .nav-link i {
  font-weight: bold;
}

.header .navbar .navbar-nav .nav-link:hover {
  color: #30b666;
}

.header .navbar .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .navbar .navbar-nav .nav-item {
  margin-right: 20px;
}

.header .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

.header .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}

.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #30b666;
}

.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #30b666;
}

.header .navbar-brand {
  padding: 17px 0px;
  margin-right: 0;
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}

.header .navbar-brand img {
  height: 40px;
}

/* Header Sticky */
.header.is-sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  padding: 0px;
}

.header.is-sticky .topbar {
  display: none;
}

.header.is-sticky .navbar .navbar-brand {
  padding: 12px 0px;
}

.header.is-sticky .navbar .navbar-brand img {
  height: 40px;
}

.header .navbar-nav li>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
}

.header .navbar-nav li>a:hover {
  color: #30b666;
}

.header .navbar-nav li>a i {
  margin-left: 5px;
  font-size: 10px;
}

/* Mega Menu */
.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu>div>li>ul {
  padding: 0;
  margin: 0;
}

.megamenu>div>li>ul>li {
  list-style: none;
}

.megamenu>div>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #000000;
  white-space: normal;
}

.megamenu>div>li>ul>li>a:hover {
  text-decoration: none;
  color: #000000;
  background-color: #f6f7f8;
}

.megamenu>div>li>ul>li>a:focus {
  text-decoration: none;
  color: #000000;
  background-color: #f6f7f8;
}

.megamenu.disabled>a:hover {
  color: #f6f7f8;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.disabled>a:focus {
  color: #f6f7f8;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.header .megamenu .dropdown-item {
  padding: 0px;
}

.header li>.dropdown-item:focus {
  color: #30b666;
  background: none;
}

.header li>.dropdown-item:hover {
  color: #30b666;
  background: none;
}

.header .dropdown-item.active {
  background: none;
}

.header .dropdown-item:active {
  background: none;
}

.header .dropdown-item:focus {
  background: none;
}

.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  position: relative;
}

.header .navbar .dropdown-menu {
  padding: 14px 26px 14px 26px;
  z-index: 9999;
}

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 180px;
}

.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}

.navbar .dropdown>.dropdown-menu li>a {
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px 10px 0;
  border-radius: 3px;
  position: relative;
}

.navbar .dropdown>.dropdown-menu li>a:hover {
  color: #30b666;
}

.navbar .dropdown>.dropdown-menu li>a:hover span:before {
  width: 100%;
}

.navbar .dropdown>.dropdown-menu li>a span {
  position: relative;
}

.navbar .dropdown>.dropdown-menu li>a span:before {
  content: "";
  background: #30b666;
  height: 2px;
  width: 0;
  position: absolute;
  left: 0px;
  bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-nav .dropdown-menu li.active>a span {
  color: #30b666;
}

.navbar .navbar-nav .dropdown-menu li.active>a span:before {
  width: 100%;
}

/* Header Style 02 */
.header.header-style-02 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header.header-style-02 .navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.header.header-style-02 .navbar .dropdown-menu {
  left: 0;
  -webkit-transform: translate3d(0%, 0px, 0);
  transform: translate3d(0%, 0px, 0);
}

.header.header-style-02 .navbar .dropdown:hover>.dropdown-menu {
  -webkit-transform: translate3d(0%, 0px, 0);
  transform: translate3d(0%, 0px, 0);
}

.header.header-style-02 .navbar .dropdown-menu.megamenu {
  left: 0;
}

.header.header-style-02 .header-bottom .navbar-brand {
  display: none;
}

.header.header-style-02 .header-bottom.is-sticky .navbar-brand {
  display: block;
}

.header.header-style-02 .search .search-btn {
  color: #ffffff;
}

/* Search */
.search .search-btn {
  display: block;
  height: 22px;
  line-height: 22px;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  color: #000000;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.search .search-btn:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.search.search-open .search-btn:before {
  content: "\f00d";
}

.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.search.search-open .search-box .form-control {
  padding-right: 50px;
}

.search-box {
  display: block;
  margin: 0;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 35px;
  -webkit-transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.search-box.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/*****************************
  Responsive
*****************************/
@media (min-width: 1200px) {
  .navbar-nav .mega-menu {
    position: static;
  }

  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 1.5rem 0 1.5rem 0;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
    transform: translate3d(15px, 10px, 0);
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
    transform: translate3d(-15px, 10px, 0);
  }

  .header .navbar .dropdown-menu.megamenu {
    left: 50%;
  }

  .header .navbar .dropdown-menu.dropdown-menu-lg {
    min-width: 540px;
  }

  .header .navbar .dropdown:hover>.dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  .header .navbar li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
}

@media (max-width: 1199px) {

  /* Header */
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .header .navbar .navbar-nav {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .header .navbar .navbar-nav .nav-link {
    color: #000000;
    padding: 10px 20px;
  }

  .header .navbar .navbar-nav .nav-link i {
    position: absolute;
    right: 20px;
  }

  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 30px;
    font-size: 13px;
  }

  .header .navbar .nav-title {
    margin-top: 20px;
  }

  .header .navbar .navbar-toggler {
    position: absolute;
    right: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* Header Style 01 */
  .header.default .navbar {
    position: relative;
    background: #ffffff;
  }

  .header.default .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }

  .header.default .navbar .navbar-nav .nav-link {
    color: #000000;
    padding: 12px;
  }

  /* Header Style 02 */
  .header.header-style-02 .navbar-brand {
    display: none;
  }

  .header.header-style-02 .header-bottom .navbar-brand {
    display: inherit;
  }

  .header.header-style-02 .navbar .navbar-nav .nav-link {
    color: #000000;
    padding: 12px;
  }

  .header.header-style-02 .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }

  .header.default .navbar .navbar-nav .nav-item.header-search {
    display: none;
  }
}

@media (max-width: 575px) {

  /* Header */
  .header .navbar .navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    padding: 5px 0px;
  }

  .header .navbar .dropdown-menu {
    max-height: 300px;
    overflow-x: scroll;
  }
}

/*****************************
  Sidebar
*****************************/
.sticky-top {
  top: 40px;
}

.sidebar .widget {
  margin-bottom: 30px;
  border: 3px solid #e8e8e8;
  padding: 20px;
}

.sidebar .widget .widget-title {
  margin-bottom: 24px;
}

.sidebar .widget .widget-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.sidebar .widget ul li {
  margin-bottom: 10px;
}

.sidebar .widget ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #626262;
}

.sidebar .widget ul li a:hover {
  color: #30b666;
}

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

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

.sidebar .widget .property-item .property-image img {
  width: 100%;
}

.sidebar .widget .property-item .property-details .property-info li {
  margin-bottom: 0;
  text-align: left;
}

.sidebar .widget .property-item .property-details .property-info li i {
  display: block;
}

.sidebar .widget .property-item .property-details .property-listing-actions {
  border-bottom: 0;
}

.sidebar .widget .recent-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.sidebar .widget .recent-list-item img {
  height: 80px;
}

.sidebar .widget .recent-list-item .recent-list-item-info {
  padding-left: 20px;
}

.sidebar .widget .recent-list-item .recent-list-item-info a {
  display: block;
  font-family: "Montserrat", sans-serif;
}

.sidebar .widget .recent-list-item .recent-list-item-info .address {
  color: #000000;
  font-weight: 600;
}

.sidebar .widget .recent-list-item .recent-list-item-info .address:hover {
  color: #30b666;
}

.sidebar .widget .recent-list-item:last-child {
  margin-bottom: 0;
}

/*****************************
  Banner
*****************************/
/* Banner 01 */
/* slide 01 */
.slider-01 .swiper-slide {
  background-color: #ffffff;
  height: 700px;
}

.slider-01 .swiper-slide img {
  -webkit-box-shadow: 0px 13px 0px #30b666;
  box-shadow: 0px 13px 0px #30b666;
  margin-top: 61px;
}

.slider-01 .slide-content {
  position: relative;
  z-index: 1;
}

.slider-01 .slide-01 img {
  margin-bottom: -100px;
}

.slider-01 .slide-01 .slide-inner {
  background-color: #000000;
  padding-bottom: 13px;
  border-radius: 50px 0 50px 0;
}

.slider-01 .slide-01 .slide-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 111px;
  bottom: 0px;
  left: 0;
  background: #ffffff;
  z-index: 1;
}

.slider-01 .slide-01 .slide-inner:after {
  content: "";
  background-image: url("../images/slider/home-01/bg-pattern-02.png");
  background-repeat: no-repeat;
  width: 176px;
  height: 86px;
  position: absolute;
  bottom: 25px;
  z-index: 1;
  left: 36%;
}

.slider-01 .slide-01:after {
  content: "";
  background-image: url("../images/slider/home-01/bg-pattern.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 76%;
  position: absolute;
  left: 30px;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider-01 .slide-01:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 111px;
  left: 0;
  border-radius: 50px 0 50px 0;
  background: #000000;
  z-index: -1;
}

/* slide 02 */
.slider-01 .slide-02:after {
  content: "";
  background-image: url("../images/slider/home-01/bg-pattern-03.png");
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 10%;
  top: 0;
  width: 48%;
  height: 100%;
}

.slider-01 .slide-02:before {
  content: "";
  position: absolute;
  width: 58%;
  height: 100%;
  bottom: 0px;
  left: inherit;
  right: 0;
  border-radius: 0px 0 50px 0;
  background: #000000;
}

.slider-01 .slide-02 .slide-inner:after {
  content: "";
  background-image: url("../images/slider/home-01/bg-pattern-02.png");
  width: 176px;
  height: 86px;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 9%;
}

/* Banner 02 */
.slider-02 .swiper-slide {
  height: 720px;
  background-color: #ffffff;
  background-size: cover;
}

.slider-02 .slide-02 {
  background-position: bottom right;
}

.slider-02 .slide-02 i {
  color: rgba(48, 182, 102, 0.05);
}

.slider-02 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000;
}

.slider-02 .slide-01 .finaxo-rate {
  position: absolute;
  bottom: 100px;
  left: -30%;
}

.slider-02 .slide-01 .finaxo-rate .finaxo-rate-content {
  padding: 30px 54px 50px;
}

/* Banner 03 */
.slider-03 .swiper-slide {
  height: 700px;
}

.slider-03 .banner-content {
  position: relative;
}

.slider-03 .banner-content .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-03 .slide-02 .content-right {
  right: 10%;
}

.slider-03 .slide-03 .content-left {
  left: 10%;
}

/* Bullet */
.swiper-pagination .swiper-pagination-bullet {
  background-color: #cccccc;
  width: 88px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  outline: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #30b666;
}

.swiper-pagination.swiper-pagination-left {
  text-align: left;
  margin: 0 auto;
  right: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Arrow */
.swiper-button-next {
  right: 53px;
  background-image: inherit !important;
}

.swiper-button-next i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(41, 24, 67, 0.2);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover i {
  color: #ffffff;
  background-color: rgba(41, 24, 67, 0.5);
}

.swiper-button-prev {
  background-image: inherit !important;
}

.swiper-button-prev i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(41, 24, 67, 0.2);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev:hover i {
  color: #ffffff;
  background-color: rgba(41, 24, 67, 0.5);
}

/*****************************
  Responsive
*****************************/
@media (min-width: 576px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 510px;
  }
}

@media (min-width: 768px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 1270px;
  }
}

@media (max-width: 1199px) {

  /* Home 01 */
  .slider-01 .swiper-slide {
    height: 491px;
  }

  .slider-01 .slide-02 {
    height: 410px;
  }

  .slider-01 .slide-02:before {
    width: 64%;
  }

  .slider-01 .slide-02:after {
    width: 54%;
  }

  .slider-01 .slide-01 .slide-inner:after {
    left: 30%;
  }

  /* Home 02 */
  .slider-02 .swiper-slide {
    height: 550px;
  }

  .slider-02 .slide-01 .finaxo-rate {
    bottom: 25px;
    left: -40%;
  }
}

@media (max-width: 991px) {

  /* Home 01 */
  .slider-01 .slide-01 .slide-inner:after {
    background-size: 120px;
  }

  .slider-01 .slide-01 img {
    margin: 0px;
  }

  .slider-01 .slide-01:before {
    content: none;
  }

  .slider-01 .slide-01 .slide-content {
    padding-left: 30px;
  }

  .slider-01 .slide-01 .slide-inner:before {
    content: none;
  }

  .slider-01 .slide-01 .slide-inner:after {
    content: none;
  }

  .slider-01 .slide-01:after {
    content: none;
  }

  .slider-01 .slide-01 .slide-inner {
    padding: 50px 0;
    border-radius: 0;
  }

  .slider-01 .swiper-slide {
    height: auto;
  }

  .slider-01 .swiper-slide img {
    margin-top: 0;
  }

  .slider-01 .slide-02 {
    height: auto;
  }

  .slider-01 .slide-02:before {
    content: none;
  }

  .slider-01 .slide-02:after {
    content: none;
  }

  .slider-01 .slide-02 .slide-inner {
    background-color: #000000;
    padding: 50px 30px;
  }

  .slider-01 .slide-02 .slide-inner:after {
    content: none;
  }

  /* Home 02 */
  .slider-02 .swiper-slide {
    height: 420px;
  }

  .slider-02 .slide-01 .finaxo-rate {
    display: none;
  }

  /* Home 03 */
  .slider-03 .swiper-slide {
    height: 600px;
  }
}

@media (max-width: 767px) {

  /* Home 02 */
  .slider-02 .slide-02 {
    background-position: right 0;
  }

  /* Home 03 */
  .slider-03 .swiper-slide {
    height: 420px;
  }

  .slider-03 .banner-content img {
    display: none;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination.swiper-pagination-left {
    padding-left: 30px;
  }
}

/*****************************
  Layout
*****************************/
/* Section Title */
.section-title {
  margin-bottom: 20px;
}

.subhead {
  margin-top: 20px;
}

.section-title .pre-title {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
}

/* Stretch BG */
.stretch-bg {
  border-radius: 50px 0 50px 0;
}

.stretch-bg:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}

.stretch-bg.stretch-right:before {
  right: 0;
  border-radius: 50px 0 50px 0;
}

.stretch-bg.stretch-left:before {
  left: 0;
  border-radius: 50px 0 50px 0;
}

/* BG color */
.stretch-bg.bg-dark {
  background: #000000;
}

.stretch-bg.bg-dark:before {
  background: #000000;
}

.stretch-bg.bg-light {
  background: #f6f7f8;
}

.stretch-bg.bg-light:before {
  background: #f6f7f8;
}

/* Client Logo */
.our-clients .owl-item {
  text-align: center;
}

.our-clients .owl-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-clients .owl-item:hover img {
  -webkit-filter: inherit;
  filter: inherit;
}

/* Back To Top */
.back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 40px;
  height: 40px;
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
  background: #30b666;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.back-to-top a:hover {
  background: #000000;
  color: #ffffff;
}

.back-to-top a:focus {
  background: #000000;
  color: #ffffff;
}

/* Border Radius */
.rounded {
  border-radius: 1.5rem 0 1.5rem 0 !important;
}

.rounded-lg {
  border-radius: 2.5rem 0 2.5rem 0 !important;
}

.mt-n6 {
  margin-top: -6rem;
}

/* Vertical Menu */
.vertical-menu li {
  margin-bottom: 10px;
}

.vertical-menu li:last-child {
  margin-bottom: 0;
}

.vertical-menu li a {
  display: block;
  color: #000000;
  padding: 8px 20px;
  font-weight: 700;
  border-radius: 1.5rem 0 1.5rem 0;
}

.vertical-menu li a:hover {
  background-color: #30b666;
  color: #ffffff;
}

.vertical-menu li a.active {
  background-color: #30b666;
  color: #ffffff;
}

/* Social Bg Color */
.social-bg-hover {
  position: relative;
  color: #ffffff;
}

.social-bg-hover:before {
  content: "";
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-bg-hover:hover {
  color: #ffffff;
}

.social-bg-hover:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.social-bg-hover span {
  position: relative;
}

.facebook-bg {
  background-color: #445c8e;
}

.twitter-bg {
  background-color: #43afe9;
}

.google-bg {
  background-color: #dc0510;
}

.instagram-bg {
  background-color: #DD2A7B;
}

.linkedin-bg {
  background-color: #007eb3;
}

/* Maintenance */
.maintenance-content {
  padding-top: 100px;
}

/* Coming soon */
.coming-soon-top {
  position: absolute;
  left: 0;
  right: 0;
}

.coming-soon-section {
  padding-top: 100px;
}

.coming-soon-section .coming-soon-icon i {
  font-size: 110px;
  color: #cccccc;
}

/* Form */
textarea.form-control {
  height: auto;
}

.form-control {
  padding: 14px 20px;
  height: 52px;
  font-size: 14px;
  border-color: #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #30b666;
}

.custom-control-input:checked~.custom-control-label:before {
  background: #30b666;
  border-color: #30b666;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #cccccc solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
  border: 2px solid #cccccc;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* Input Size */
.form-control-sm {
  height: 44px;
}

.form-control-md {
  height: 52px;
}

.form-control-lg {
  height: 58px;
}

.form-control-xl {
  height: 62px;
  font-size: 1.45rem;
}

/* Form Inline */
.form-inline {
  position: relative;
}

.form-inline .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.form-inline .form-group {
  width: 100%;
}

.form-inline .form-control {
  width: 100%;
}

.form-flat-style .form-control {
  background-color: #f6f7f8;
  border-color: #f6f7f8;
  height: auto;
}

.form-flat-style .form-control:focus {
  border-color: #30b666;
}

/* Newsletter */
.input-with-btn .form-control {
  padding-right: 124px;
}

/* Newsletter Input Size */
.input-with-btn .form-control-sm {
  padding-right: 114px;
}

.input-with-btn .form-control-md {
  padding-right: 124px;
}

.input-with-btn .form-control-lg {
  padding-right: 146px;
}

.input-with-btn .form-control-xl {
  padding-right: 156px;
}

/* Chart */
.chart {
  max-width: 650px;
  margin: 0px auto;
}

.chart .apexcharts-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.apexcharts-tooltip-title {
  display: none;
}

/*****************************
  Responsive
*****************************/
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

@media (max-width: 991px) {

  /* Section Title */
  .section-title {
    margin-bottom: 30px;
  }

  .chart#chart-round {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {

  /* Section Title */
  .section-title {
    margin-bottom: 20px;
  }

  /* Stretch BG */
  .stretch-bg {
    border-radius: 30px 0 30px 0;
  }

  .stretch-bg.stretch-left:before {
    border-radius: 30px 0 30px 0;
  }
}

/*****************************
  Blog
*****************************/
.blog-post .blog-post-image {
  margin-bottom: 15px;
}

.blog-post .blog-post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.blog-post .blog-post-info a {
  color: #626262;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
}

.blog-post .blog-post-info a:hover {
  color: #30b666;
}

.blog-post .blog-post-info a i {
  color: #30b666;
  margin-right: 5px;
}

.blog-post .blog-post-details .blog-post-title a:hover {
  color: #30b666;
}

.blog-post .blog-post-details p {
  margin-bottom: 30px;
}

/* Social */
.social-info {
  position: relative;
}

.social-info>a {
  color: #000000;
  font-size: 12px;
  padding-left: 10px;
}

.social-info>a:hover {
  color: #30b666;
}

.social-info>a i {
  color: #cccccc;
}

.social-info .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -3px;
  right: 80%;
  padding: 3px 8px;
  margin: 0;
  list-style-type: none;
  background: #f8f8f8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.social-info .social-share:before {
  position: absolute;
  z-index: 999;
  content: "";
  right: -8px;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #f8f8f8;
}

.social-info .social-share li {
  padding: 0 3px;
  line-height: 22px;
}

.social-info .social-share li a {
  display: inline-block;
  color: #000000;
  font-size: 12px;
  padding: 0 5px;
}

.social-info .social-share li a:hover {
  color: #30b666;
}

.social-info:hover .social-share {
  right: 100%;
  visibility: visible;
  opacity: 1;
}

/* Navigation */
.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation .nav-links .nav-previous {
  width: 47%;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-previous a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #626262;
}

.navigation .nav-links .nav-previous .pagi-text {
  padding: 12px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation .nav-links .nav-previous:hover {
  background: #f6f7f8;
}

.navigation .nav-links .nav-previous:hover .pagi-text {
  background: #30b666;
  color: #ffffff;
}

.navigation .nav-links .nav-previous:hover .nav-title {
  color: #30b666;
}

.navigation .nav-links .nav-previous .nav-title {
  padding: 12px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation .nav-links .nav-previous .pagi-text {
  border-right: 1px solid #e8e8e8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation .nav-links .nav-next {
  width: 47%;
  border: 1px solid #e8e8e8;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #626262;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navigation .nav-links .nav-next .pagi-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  border-left: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation .nav-links .nav-next:hover {
  background: #f6f7f8;
}

.navigation .nav-links .nav-next:hover .pagi-text {
  background: #30b666;
  color: #ffffff;
}

.navigation .nav-links .nav-next:hover .nav-title {
  color: #30b666;
}

.navigation .nav-links .nav-next .nav-title {
  padding: 12px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Pagination */
.pagination .page-item {
  margin: 3px;
}

.pagination .page-item .page-link {
  display: inline-block;
  border: 1px solid #f6f7f8;
  padding: 0 10px;
  font-size: 15px;
  color: #626262;
  min-width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 1.5rem 0 1.5rem 0;
}

.pagination .page-item .page-link:hover {
  background: transparent;
  color: #30b666;
  border-color: #30b666;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  background: transparent;
  color: #30b666;
  border-color: #30b666;
}

/* Sidebar */
.blog-sidebar .widget {
  margin-bottom: 30px;
}

/* Blog Details */
.blog-details .blog-post-content .blog-post-footer .btn-link {
  color: #000000;
}

.blog-details .blog-post-content .blog-post-footer .btn-link:hover {
  color: #30b666;
}

/*****************************
  Responsive
*****************************/
@media (max-width: 575px) {

  /* Blog */
  .navigation .nav-links {
    display: block;
  }

  .navigation .nav-links .nav-previous {
    width: 100%;
  }

  .navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 5px;
  }

  .pagination .page-item .page-link {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

/*****************************
  Shop
*****************************/
/* Product */
.product .product-image {
  position: relative;
}

.product .product-image .product-overlay {
  opacity: 0;
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product .product-image .product-overlay .add-to-cart a {
  background: #30b666;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 1.5rem 0 1.5rem 0;
}

.product:hover .product-image .product-overlay {
  opacity: 1;
}

.product .product-description {
  text-align: center;
}

.product .product-description .product-title {
  margin: 20px 0px 10px;
}

.product .product-description .product-title a {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.product .product-description .product-title a:hover {
  color: #30b666;
}

.product .product-description .product-rating {
  margin-bottom: 10px;
}

.product .product-description .product-rating i {
  color: #ffb100;
}

.product .product-description .product-price {
  font-size: 14px;
  font-weight: 700;
}

.product .product-description .product-price del {
  color: #cccccc;
}

.product .product-description .product-price ins {
  color: #30b666;
  text-decoration: none;
}

/* Product Detail */
.shop-single .nav-item .nav-link {
  font-size: 16px;
}

.shop-single .product-detail .product-price-rating .product-price {
  margin-bottom: 20px;
}

.shop-single .product-detail .product-price-rating .product-price h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.shop-single .product-detail .product-price-rating .product-price h4 span {
  font-size: 24px;
  color: #30b666;
  margin-left: 8px;
}

.shop-single .product-detail .product-price-rating .product-rating {
  margin: 20px 0;
}

.shop-single .product-detail .product-price-rating .product-rating i {
  color: #30b666;
}

.shop-single .product-detail .product-summary {
  margin-top: 30px;
}

.shop-single .product-detail .product-summary a {
  color: #000000;
  margin-right: 10px;
}

.shop-single .product-detail .product-summary a i {
  color: #30b666;
  margin-right: 10px;
}

.shop-single .product-detail .product-summary a:hover {
  color: #30b666;
}

.shop-single .product-detail hr {
  margin: 30px 0;
}

.shop-single .product-detail .product-detail-meta {
  margin-bottom: 20px;
}

.shop-single .product-detail .product-detail-meta span {
  display: block;
  margin: 10px 0;
}

.shop-single .product-detail .product-detail-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}

.shop-single .product-detail .product-detail-social span {
  font-weight: 700;
}

.shop-single .product-detail .product-detail-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
  margin-bottom: 0;
}

.shop-single .product-detail .product-detail-social ul li {
  list-style-type: none;
  margin-right: 20px;
  font-size: 16px;
}

.shop-single .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px;
}

.form-group .product-rating {
  color: #30b666;
}

.slider-slick .slider-nav .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  z-index: 999;
  color: #ffffff;
  font-size: 14px;
}

.slider-slick .slider-nav .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  z-index: 999;
  color: #ffffff;
  font-size: 14px;
}

.slider-slick .slider-nav:hover .slick-prev {
  left: 0;
  z-index: 99;
  opacity: 1;
}

.slider-slick .slider-nav:hover .slick-next {
  right: 0;
  opacity: 1;
}

.slider-slick .slider-nav .slick-prev {
  opacity: 0;
  width: 40px;
  height: 40px;
  background: #30b666;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1.5rem 0 1.5rem 0;
}

.slider-slick .slider-nav .slick-prev:hover {
  background: #000000;
}

.slider-slick .slider-nav .slick-next {
  opacity: 0;
  width: 40px;
  height: 40px;
  background: #30b666;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1.5rem 0 1.5rem 0;
}

.slider-slick .slider-nav .slick-next:hover {
  background: #000000;
}

.slider-slick .slider-nav .slick-track .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

/* Comment List */
.commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commentlist .comment-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.commentlist .comment-content .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commentlist .comment-content .reviews .rating {
  margin-left: auto;
}

.commentlist .comment-content .reviews .rating i {
  color: #30b666;
}

.commentlist .comment-author img {
  width: 60px;
}

.form-check-label {
  padding-left: 20px;
}

/* Shop Sidebar */
.shop-sidebar .widget {
  margin-bottom: 50px;
}

.shop-sidebar .widget .widget-title {
  margin-bottom: 30px;
}

.shop-sidebar .widget .price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-sidebar .widget .price-filter a {
  margin-left: auto;
}

.shop-sidebar .widget .form-check {
  display: block;
  margin-bottom: 5px;
}

.shop-sidebar .widget .form-check:last-child {
  margin-bottom: 0;
}

.shop-sidebar .widget .form-check span {
  float: right;
  color: #30b666;
}

.shop-sidebar .widget .custom-checkbox .custom-control-label::before {
  border-color: #e8e8e8;
}

.shop-sidebar .widget .custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-sidebar .widget .custom-control-input:not(:disabled):active~.custom-control-label::before {
  background-color: #30b666;
}

.shop-sidebar .widget .social ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
  font-size: 16px;
}

.shop-sidebar .widget .tagcloud ul li {
  margin-bottom: 10px;
  display: inline-block;
}

.shop-sidebar .widget .tagcloud ul li a {
  color: #626262;
  line-height: 32px;
  border: 1px solid #e8e8e8;
  padding: 2px 20px;
  margin-right: 6px;
  border-radius: 1.5rem 0 1.5rem 0;
  display: block;
  font-size: 13px;
}

.shop-sidebar .widget .tagcloud ul li a:hover {
  background: #30b666;
  border: 1px solid #30b666;
  color: #ffffff;
}

.shop-sidebar .widget .widget-categories ul li a {
  font-size: 14px;
  color: #000000;
  line-height: 32px;
  display: block;
}

.shop-sidebar .widget .widget-categories ul li a:hover {
  color: #30b666;
}

.search-field {
  padding: 14px 20px;
  color: #626262;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  height: 52px;
  border-radius: 1.5rem 0 1.5rem 0;
  width: 100%;
}

/* Checkout */
.checkout-info {
  padding: 25px 25px 25px 120px;
  background: #f6f7f8;
  position: relative;
  border-radius: 1.5rem 0 1.5rem 0;
}

.checkout-info:before {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 25px;
  content: "\f2f6";
  font-size: 60px;
  font-family: "Font Awesome 5 Free";
  z-index: 9;
  color: #cccccc;
  font-weight: 700;
}

.checkout-info-coupon .checkout-info:before {
  content: "\f3ff";
}

.checkout-info-coupon .checkout-coupon {
  padding: 20px;
  border: 2px dashed #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
}

.checkout-review {
  padding: 15px 30px 30px;
  border: 1px solid #e8e8e8;
  border-radius: 50px 0 50px 0;
}

.checkout-review .table tr th {
  padding: 15px 0;
  font-size: 18px;
}

.checkout-review .table tr th.shipping {
  font-size: 14px;
  vertical-align: top;
}

.checkout-review .table tr td {
  padding: 15px 0;
}

.checkout-review .table tr td.amount {
  font-size: 18px;
}

/* Cart */
.cart-table .table {
  border: 1px solid #e8e8e8;
  margin-bottom: 0;
}

.cart-table .table tr th {
  border: none;
  padding: 15px 10px;
  color: #000000;
}

.cart-table .table tr td {
  border: none;
  border-top: 1px solid #e8e8e8;
  padding: 15px 10px;
  color: #000000;
  vertical-align: middle;
}

.cart-table .table tr td.product-remove {
  padding: 15px 25px;
  text-align: center;
}

.cart-table .table tr td.product-quantity .form-control {
  width: 100px;
}

.cart-table .table tr td a {
  color: #000000;
}

.cart-table .table tr td a:hover {
  color: #30b666;
}

.cart-table .table tr td .form-group {
  margin-bottom: 0px;
}

.cart-table .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 15px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-table .actions .coupon .form-group .form-control {
  width: 330px;
  padding-right: 150px;
}

.cart-table .actions .update-cart {
  margin-left: auto;
}

.cart-table .table td.product-thumbnail img {
  width: 70px;
  height: auto;
}

.cart-totals {
  background: #f6f7f8;
  padding: 20px;
}

.cart-totals .cart-totals-title {
  margin-bottom: 20px;
  text-align: center;
}

.cart-totals .table tr th {
  text-align: left;
  border: none;
  border-top: 1px solid #e8e8e8;
  vertical-align: top;
  background: #ffffff;
  padding: 0.75rem;
}

.cart-totals .table tr td {
  text-align: right;
  border: none;
  border-top: 1px solid #e8e8e8;
  background: #ffffff;
}

.cart-totals .table tr.shipping .form-group {
  margin-bottom: 0;
}

.cart-totals .table tr.shipping .form-check-label {
  padding-left: 0px;
}

.cart-totals .table tr.shipping p {
  margin-bottom: 0;
}

.cart-totals .table tr.order-total th {
  font-size: 18px;
  font-weight: 700;
}

.cart-totals .table tr.order-total td {
  font-size: 26px;
  font-weight: 700;
}

.cart-totals .table .cart-subtotal th {
  font-size: 18px;
  font-weight: 700;
  border: none;
}

.cart-totals .table .cart-subtotal td {
  font-size: 18px;
  font-weight: 700;
  border: none;
}

.cart-totals .checkout-button {
  width: 100%;
  text-align: center;
  padding: 15px 25px;
}

/*****************************
  Responsive
*****************************/
@media (max-width: 767px) {

  /* Tab */
  .nav-tabs .nav-link {
    padding: 0 12px 10px;
    font-size: 14px;
  }

  .slider-slick .slider-nav .slick-prev {
    left: -12px;
  }

  .slider-slick .slider-nav .slick-next {
    right: -12px;
  }

  .slider-slick .detail-big-car-gallery .slick-prev {
    left: 0;
  }

  .slider-slick .detail-big-car-gallery .slick-next {
    right: 0;
  }
}

@media (max-width: 575px) {

  /* Shop cart */
  .cart-table .actions .coupon .form-group .form-control {
    width: 250px;
    padding-right: 120px;
  }

  .cart-table .actions .coupon .form-inline .btn {
    padding: 14px 16px;
  }

  .slider-slick .slider-nav .slick-next {
    right: -12px;
  }

  .checkout-review {
    padding: 15px 15px 30px;
  }
}

/*****************************
  Not Found
*****************************/
.error-404 h1 {
  font-size: 200px;
  line-height: 1;
  color: #30b666;
  margin-bottom: 10px;
}

.error-404 h4 {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .error-404 h1 {
    font-size: 120px;
    line-height: 1;
  }

  .error-404 h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {

  /* Error 404 */
  .error-404 h1 {
    font-size: 80px;
    line-height: 1;
  }
}

/*****************************
  Footer
*****************************/
.footer {
  color: rgba(255, 255, 255, 0.5);
  border-radius: 6.5rem 0 0 0;
}

.footer ul {
  margin-bottom: 0;
}

/* Contact Address */
.footer-contact-address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.footer-contact-address ul li:last-child {
  margin-bottom: 0;
}

.footer-contact-address i {
  color: #30b666;
  font-size: 30px;
  margin-right: 16px;
}

.footer-contact-address .address-info {
  color: #ffffff;
}

.footer-contact-address .address-info h6 {
  color: #30b666;
  font-size: 13px;
  margin-bottom: 0;
}

.footer-contact-address .address-info p {
  font-size: 13px;
  margin-bottom: 0;
}

/* Follow Us */
.follow-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.follow-us ul li {
  margin: 0px 15px 10px 0;
}

.follow-us ul li:last-child {
  margin-right: 0;
}

.follow-us ul li a {
  color: #ffffff;
  font-size: 18px;
}

.follow-us ul li a:hover {
  color: #30b666;
}

/* Footer link  */
.footer-link ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 26px;
}

.footer-link ul li a:hover {
  color: #30b666;
}

/* Copyright */
.footer-bottom {
  color: #ffffff;
  padding: 50px 0 30px;
}

.footer-bottom a {
  color: #ffffff;
}

.footer-bottom a:hover {
  color: #30b666;
}

/*****************************
  Responsive
*****************************/
@media (max-width: 991px) {
  .footer {
    border-radius: 30px 0px 0px;
  }
}

@media only screen and (max-width: 400px) {

  .topbar {
    display: none;
  }

}

@media (max-width: 1500px) {
  .slider-02 {
    margin-top: -70px;
  }

  .text-up {

    margin-top: -150px;
  }
}

@media only screen and (max-width: 900px) {
  .slider-02 {
    margin-top: 70px;
  }

  .topbar {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .slider-02 {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 400px) {
  .slider-02 {
    margin-top: 70px;
  }

  .h1,
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

/*# sourceMappingURL=../css/style.css.map */
.MetricsSection_key_figures__g3wEx {
  color: var(--gripLuminousDark);
  text-align: center;
  padding: 32px 0;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, .7), hsla(0, 0%, 100%, .394) 43.78%, hsla(0, 0%, 100%, 0));
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px)
}

.MetricsSection_key_figures__section__fI97D {
  display: flex;
  justify-content: space-between;
  flex-grow: 1
}

.MetricsSection_key_figures__section__block__lrb0f {
  display: flex;
  flex-basis: calc(25% - 80px);
  flex-direction: column
}

.MetricsSection_key_figures__metrics__F0HUA {
  display: flex;
  align-items: center
}

.MetricsSection_key_figures__metric__nmkou {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  text-align: start
}

.MetricsSection_key_figures__description__86RHZ {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: start
}

.MetricsSection_header__EoQWm {
  font-size: 14px;
  line-height: 24px;
  color: var(--gripLuminousDark);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: start
}

@media screen and (max-width:767px) {
  .MetricsSection_key_figures__g3wEx {
    margin-top: 0
  }

  .MetricsSection_key_figures_container__Et5Ng {
    box-shadow: none;
    border-radius: 0;
    padding: 8px 0;
    background-position: 50%;
    background-size: 80%
  }

  .MetricsSection_header__EoQWm {
    text-align: center
  }

  .MetricsSection_key_figures__section__fI97D {
    grid-gap: 12px;
    gap: 12px
  }

  .MetricsSection_key_figures__section__block__lrb0f {
    flex: 1 1
  }

  .MetricsSection_key_figures__section__block__lrb0f:nth-child(3) {
    display: none;
    order: 4
  }

  .MetricsSection_key_figures__section__block__lrb0f:first-child {
    order: 3
  }

  .MetricsSection_key_figures__section__block__lrb0f:nth-child(2) {
    order: 1
  }

  .MetricsSection_key_figures__section__block__lrb0f:nth-child(4) {
    order: 2
  }

  .MetricsSection_key_figures__description__86RHZ,
  .MetricsSection_key_figures__metric__nmkou {
    text-align: center
  }

  .MetricsSection_key_figures__g3wEx {
    padding: 0
  }

  .MetricsSection_key_figures__metric__nmkou {
    font-size: 18px;
    line-height: 24px
  }

  .MetricsSection_key_figures__description__86RHZ {
    font-size: 12px;
    line-height: 16px
  }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .MetricsSection_key_figures__section__block__lrb0f {
    flex-basis: calc(25% - 10px)
  }
}

.Homepage_TopSectionWithMetrics__Dn_iI {
  position: relative;
  background: var(--gripLighterFive)
}

.Homepage_MetricsSection__0Nn_0 {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0
}

/* News */
.pricing-table-wrap {
  padding: 120px 0px 140px 0px;
}

@media only screen and (max-width: 1199px) {
  .pricing-table-wrap {
    padding: 50px 0px;
  }
}

.pricing-table-wrap .section-heading {
  text-align: center;
}

.pricing-table-wrap .section-heading .section-title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
}

@media only screen and (max-width: 1199px) {
  .pricing-table-wrap .section-heading .section-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .pricing-table-wrap .section-heading .section-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.pricing-table-wrap .section-heading .section-subtitle {
  color: #444444;
  font-size: 18px;
  margin-bottom: 32px;
}

.pricing-table-wrap .section-heading .section-subtitle span {
  font-weight: 700;
}

.pricing-table-wrap .section-heading .section-subtitle .colorful-bg {
  color: #30b666;
}

.tab-area2 .nav-tabs {
  border: none;
  justify-content: center;
}

.tab-area2 .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: -20px;
}

.tab-area2 .nav-tabs .nav-item .nav-link {
  border-radius: 30px;
  padding: 4px 26px;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  line-height: 30px;
  text-align: center;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.tab-area2 .nav-tabs .nav-item .nav-link.active {
  background-color: #fa360a;
  color: #fff;
  z-index: 1;
  border-color: #fa360a;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.tab-area2 .tab-content .pricing-table-box {
  background-color: #fafafa;
  padding: 32px 50px 58px 50px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin-top: 35px;
}

@media only screen and (max-width: 575px) {
  .tab-area2 .tab-content .pricing-table-box {
    padding: 30px;
  }
}

.tab-area2 .tab-content .pricing-table-box .background-imagae {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}

.tab-area2 .tab-content .pricing-table-box:hover .pricing-button .pricing-btn {
  box-shadow: none;
  background: linear-gradient(to right, #1d86a2, #30b666);
  color: #fff;
  border-color: #30b666;
}

.tab-area2 .tab-content .pricing-table-box .heading-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

@media only screen and (max-width: 479px) {
  .tab-area2 .tab-content .pricing-table-box .heading-title {
    font-size: 20px;
  }
}

.tab-area2 .tab-content .pricing-table-box .heading-title:before {
  content: "";
  height: 4px;
  width: 15px;
  background-color: #1e899f;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
  border: none;
}

.tab-area2 .tab-content .pricing-table-box .heading-title:after {
  content: "";
  height: 4px;
  width: 34px;
  background-color: #2fb369;
  position: absolute;
  bottom: 0px;
  left: 20px;
  border-radius: 10px;
  border: none;
}

.tab-area2 .tab-content .pricing-table-box p {
  margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
  .tab-area2 .tab-content .pricing-table-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.tab-area2 .tab-content .pricing-table-box .item-price {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tab-area2 .tab-content .pricing-table-box .item-price {
    text-align: left;
  }
}

.tab-area2 .tab-content .pricing-table-box .item-price .item-number {
  color: #000;
  font-size: 72px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-number {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-number {
    font-size: 72px;
  }
}

.tab-area2 .tab-content .pricing-table-box .item-price .item-dollar {
  color: #8e8d8d;
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  top: -8px;
  left: 28px;
}

@media only screen and (max-width: 1199px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-dollar {
    font-size: 25px;
    left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-dollar {
    left: -16px;
  }
}

.tab-area2 .tab-content .pricing-table-box .item-price .item-dollar2 {
  left: 8px;
}

@media only screen and (max-width: 1199px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-dollar2 {
    left: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-dollar2 {
    left: -16px;
  }
}

.tab-area2 .tab-content .pricing-table-box .item-price .item-currency {
  color: #8e8d8d;
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  top: -8px;
  right: 82px;
}

@media only screen and (max-width: 1199px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-currency {
    font-size: 25px;
    right: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-currency {
    right: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-currency {
    right: 285px;
  }
}

@media only screen and (max-width: 575px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-currency {
    display: none;
  }
}

.tab-area2 .tab-content .pricing-table-box .item-price .item-currency2 {
  right: 62px;
}

@media only screen and (max-width: 1199px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-currency2 {
    right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-currency2 {
    right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-currency2 {
    right: 245px;
  }
}

@media only screen and (max-width: 575px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-currency2 {
    display: none;
  }
}

.tab-area2 .tab-content .pricing-table-box .item-price .item-duration {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-duration {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .tab-area2 .tab-content .pricing-table-box .item-price .item-duration {
    font-size: 16px;
  }
}

.tab-area2 .tab-content .pricing-table-box .pricing-list {
  margin-bottom: 30px;
  margin-top: 30px;
}

.tab-area2 .tab-content .pricing-table-box .pricing-list li {
  display: block;
  color: #444;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .tab-area2 .tab-content .pricing-table-box .pricing-list li {
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.tab-area2 .tab-content .pricing-table-box .pricing-list li i {
  /* font-size: 8px; */
  margin-right: 10px;
  color: #646464;
}

.tab-area2 .tab-content .pricing-table-box .pricing-button .pricing-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  color: #30b666;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  padding: 15px 63px;
  box-shadow: 0px 17px 68px 0px rgba(89, 89, 89, 0.16);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .tab-area2 .tab-content .pricing-table-box .pricing-button .pricing-btn {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 320px) {
  .tab-area2 .tab-content .pricing-table-box .pricing-button .pricing-btn {
    padding: 10px 20px;
  }
}

.appbox-section {
  padding: 0 0 80px;
  background-color: green;
}

.containerNew {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

.slide-up.appear {
  opacity: 1;
  transform: translateY(0);
}

.slide-up {
  opacity: 1;
  transform: translateY(10px);
  transition: opacity .25s ease-in, transform .4s ease-in;
}

.appbox-section-one {
  max-width: 450px;
  display: flex;
  flex-direction: column;
}

.appbox-section {
  padding: 0 0 80px;
  background-color: var(--gripLighterThree)
}

.appbox {
  background-color: #2fb467;
  padding: 48px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  background-position: 0 100%;
  background-repeat: no-repeat
}

.appbox-section-one {
  max-width: 450px;
  display: flex;
  flex-direction: column
}

.appbox-section-one h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: -.02em;
  color: #fff;
  margin: 0
}

.appbox-section-one p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 12px 0 0
}

.appbox-section-one .appbox-get-button {
  margin-top: auto;
  width: 144px !important;
  height: 60px !important;
  font-weight: 800;
  font-size: 14px;
  line-height: 35px
}

.appbox-section-two {
  margin-bottom: -52px
}

@media screen and (max-width:767px) {
  .appbox {
    flex-wrap: wrap;
    padding: 48px 28px
  }

  .appbox-section-two {
    display: none
  }

  .appbox-section-one {
    text-align: center;
    max-width: 100%
  }

  .appbox-section-one h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -.02em
  }

  .appbox-section-one p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 32px
  }

  .appbox-section-one .appbox-get-button {
    margin: 0 auto;
    height: 48px !important;
    line-height: 24px
  }
}

/* Calculator */


.ms-cl *,
::after,
::before {
  box-sizing: border-box;
}

.ms-cl {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ms-cl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: Ubuntu;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.ms-cl .cl-wrapper {
  padding-top: 0 !important;
}

.ms-cl label {
  display: inline-block;
  margin-bottom: .1rem;
  font-size: 16px;
  font-weight: 500;
}

.ms-cl .h1,
.ms-cl h1 {
  font-size: 2.5rem;
}

.ms-cl .h1,
.ms-cl .h2,
.ms-cl .h3,
.ms-cl .h4,
.ms-cl .h5,
.ms-cl .h6,
.ms-cl h1,
.ms-cl h2,
.ms-cl h3,
.ms-cl h4,
.ms-cl h5,
.ms-cl h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.ms-cl h1,
.ms-cl h2,
.ms-cl h3,
.ms-cl h4,
.ms-cl h5,
.ms-cl h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.ms-cl .h3,
.ms-cl h3 {
  font-size: 1.75rem;
}

.ms-cl .h5,
.ms-cl h5 {
  font-size: 1.25rem;
}

.ms-cl .h6,
.ms-cl h6 {
  font-size: 1rem;
}

.ms-cl hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(10, 180, 70, 0.97);
}

.ms-cl hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.ms-cl .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ms-cl .col,
.ms-cl .col-1,
.ms-cl .col-10,
.ms-cl .col-11,
.ms-cl .col-12,
.ms-cl .col-2,
.ms-cl .col-3,
.ms-cl .col-4,
.ms-cl .col-5,
.ms-cl .col-6,
.ms-cl .col-7,
.ms-cl .col-8,
.ms-cl .col-9,
.ms-cl .col-auto,
.ms-cl .col-lg,
.ms-cl .col-lg-1,
.ms-cl .col-lg-10,
.ms-cl .col-lg-11,
.ms-cl .col-lg-12,
.ms-cl .col-lg-2,
.ms-cl .col-lg-3,
.ms-cl .col-lg-4,
.ms-cl .col-lg-5,
.ms-cl .col-lg-6,
.ms-cl .col-lg-7,
.ms-cl .col-lg-8,
.ms-cl .col-lg-9,
.ms-cl .col-lg-auto,
.ms-cl .col-md,
.ms-cl .col-md-1,
.ms-cl .col-md-10,
.ms-cl .col-md-11,
.ms-cl .col-md-12,
.ms-cl .col-md-2,
.ms-cl .col-md-3,
.ms-cl .col-md-4,
.ms-cl .col-md-5,
.ms-cl .col-md-6,
.ms-cl .col-md-7,
.ms-cl .col-md-8,
.ms-cl .col-md-9,
.ms-cl .col-md-auto,
.ms-cl .col-sm,
.ms-cl .col-sm-1,
.ms-cl .col-sm-10,
.ms-cl .col-sm-11,
.ms-cl .col-sm-12,
.ms-cl .col-sm-2,
.ms-cl .col-sm-3,
.ms-cl .col-sm-4,
.ms-cl .col-sm-5,
.ms-cl .col-sm-6,
.ms-cl .col-sm-7,
.ms-cl .col-sm-8,
.ms-cl .col-sm-9,
.ms-cl .col-sm-auto,
.ms-cl .col-xl,
.ms-cl .col-xl-1,
.ms-cl .col-xl-10,
.ms-cl .col-xl-11,
.ms-cl .col-xl-12,
.ms-cl .col-xl-2,
.ms-cl .col-xl-3,
.ms-cl .col-xl-4,
.ms-cl .col-xl-5,
.ms-cl .col-xl-6,
.ms-cl .col-xl-7,
.ms-cl .col-xl-8,
.ms-cl .col-xl-9,
.ms-cl .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.ms-cl .form-group {
  margin-bottom: 1rem;
}

.ms-cl .form-control {
  display: block;
  width: 100%;
  height: calc(1.2em + .65rem + 1px);
  padding: .375rem .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(10, 180, 70);
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ms-cl .form-control:focus {
  outline: none;
}

.ms-cl .small,
.ms-cl small {
  font-size: 100%;
  font-weight: 400;
}

.ms-cl .text-center {
  text-align: center !important;
}

.ms-cl .mt-5,
.ms-cl .my-5 {
  margin-top: 3rem !important;
}

.ms-cl .mr-2,
.ms-cl .mx-2 {
  margin-right: .5rem !important;
}

.ms-cl .mt-3,
.ms-cl .my-3 {
  margin-top: 1rem !important;
}

.ms-cl .mt-4,
.ms-cl .my-4 {
  margin-top: 1.5rem !important;
}

.ms-cl .mb-4,
.ms-cl .my-4 {
  margin-bottom: 1.5rem !important;
}

.ms-cl .p-4 {
  padding: 1.5rem !important;
}

.ms-cl .pt-2,
.ms-cl .py-2 {
  padding-top: .5rem !important;
}

.ms-cl .pl-5,
.ms-cl .px-5 {
  padding-left: 3rem !important;
}

.ms-cl .pr-5,
.ms-cl .px-5 {
  padding-right: 3rem !important;
}

/* Custom css */
.ms-cl .cl-wrapper {
  position: relative;
  border: 1px solidrgba(10, 180, 70, 0.97);
  border-radius: 10px;
  background: #ffffff;
}

.ms-cl .cl-left-div {
  padding: 4rem !important;
}

.ms-cl .cl-right-div {
  padding: 2rem !important;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ms-cl .rs-sub-title-sp {
  color: #000;
  font-size: 20px;
  font-weight: bolder;
}

.ms-cl #rValue {
  background: #28c76f;
  font-size: 16px;
  padding: 1px 14px;
  border-radius: 25px;
  color: #fff;
}

.ms-cl input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0px 10px 0px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid#28c76f;
  padding: 10px;
}

.ms-cl input[type=range]:focus {
  outline: none;
}

.ms-cl input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: #28c76f;
  border-radius: 25px;
  box-shadow: inset 0 0 3px #ccc;
}

.ms-cl input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: #28c76f;
  border-radius: 25px;
  box-shadow: inset 0 0 3px #ccc;
}

.ms-cl input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  background: #28c76f !important;
  cursor: pointer !important;
  border-radius: 25px !important;
  box-shadow: 0 0 2px #000 !important;
  border: 4px solid #fff !important;
  margin-top: -6px;
  z-index: 1000;
}

.ms-cl input[type=range]::-moz-range-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  background: #0ab446 !important;
  cursor: pointer !important;
  border-radius: 25px !important;
  box-shadow: 0 0 2px #000 !important;
  border: 4px solid #fff !important;
  margin-top: -6px;
  z-index: 1000;
}

.ms-cl .range-prog {
  height: 8px;
  background: #28c76f;
  position: absolute;
  top: 10px;
  z-index: 100;
  width: 0px;
  border-radius: 5px;
}

.ms-cl .range-wrap {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.ms-cl .ms-sm-left {
  display: inline-block;
  font-size: 14px;
  float: left;
}

.ms-cl .ms-sm-right {
  display: inline-block;
  font-size: 14px;
  float: right;
}

.ms-cl #err_msg {
  color: red;
  display: none;
  margin: 8px 2px;
  text-align: center;
}

.ms-cl .package {
  background: #ffffff;
  border: 1px solid rgba(10, 180, 70, 0.97);
}

.ms-cl .package-title1 {
  background: #28c76f;
  font-size: 18px;
  color: #fff;
  padding: 10px 0px 0px 0px;
}

.ms-cl .package-title2 {
  background: #28c76f;
  font-size: 18px;
  color: #fff;
  padding: 10px 0px 0px 0px;
}

.ms-cl .package-title3 {
  background: #28c76f;
  font-size: 18px;
  color: #fff;
  padding: 10px 0px 0px 0px;
}

.ms-cl .percent {
  display: block;
  font-size: 11px;
  background: #28c76f;
  padding: 5px 1px;
  margin-top: 6px;
}

.ms-cl .sub-title {
  display: block;
  font-size: 14px;
}

.ms-cl .rs_vl {
  font-size: 22px;
  font-weight: 600;
  color: #28c76f;
}

.ms-cl .pb-1 {
  padding-bottom: 1rem !important;
}

/* responsive */
@media (max-width: 700px) {
  .ms-cl .cl-divider {
    display: none;

  }

  .ms-cl .cl-left-div {
    padding: 0rem 0rem !important;
    border: none !important;
  }

  .ms-cl .btn-primary {
    padding: .575rem 0.5rem;
  }
}

@media (max-width: 700px) {
  .ms-cl .cl-right-div {
    padding: 0rem 0rem !important;
  }
}

@media (max-width: 700px) {
  .ms-cl .cl-wrapper {
    padding: 0rem 0rem !important;
    border: none !important;
  }
}

@media (min-width: 576px) {

  .ms-cl .container,
  .ms-cl .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .ms-cl .container,
  .ms-cl .container-md,
  .ms-cl .container-sm {
    max-width: 720px;
  }

  .ms-cl .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ms-cl .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .ms-cl .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ms-cl .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ms-cl .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {

  .ms-cl .container,
  .ms-cl .container-lg,
  .ms-cl .container-md,
  .ms-cl .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .ms-cl .container,
  .ms-cl .container-lg,
  .ms-cl .container-md,
  .ms-cl .container-sm,
  .ms-cl .container-xl {
    max-width: 1140px;
  }
}

.lisize {
  font-size: 17px;

}

.bg {

  background: rgba(0, 0, 0, .05);
}

/*  5.0 About Us Style
========================================================================== */
section.about_sec {
  padding: 0 5% 0 5%;
  position: relative;
}

h2.sec_heading {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 20px;
}

h2.sec_heading span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #39b9eb;
  margin: 0 0 8px;
}

h2.sec_heading:after {
  display: block;
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background: #39b9eb;
  bottom: 0;
  left: 0;
}

.about_right {
  border-radius: 20px;
  overflow: hidden;
}

section.about_sec:after {
  display: block;
  content: "";
  height: 500px;
  width: 500px;
  position: absolute;
  left: -250px;
  top: 50%;
  border: 70px solid rgba(221, 221, 221, 0.3);
  border-radius: 50%;
  transform: translateY(-50%);
}

section.about_sec>div {
  position: relative;
  z-index: 1;
}



.about_sec .section-title .title::before {
  display: none
}

.about_sec .section-title p {
  font-size: 15px;
  padding-right: 15px;
  line-height: 35px;
  color: #616161;
  padding-top: 25px
}

.about_sec .what-we-do-item {
  box-shadow: 0 10px 29.7px .3px rgba(225, 225, 225, 0.64);
  padding: 45px 20px 75px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background-color: #fff;
  z-index: 5
}

.about_sec .what-we-do-item>i {
  font-size: 23px;
  height: 65px;
  width: 65px;
  display: inline-block;
  text-align: center;
  padding: 22px 0;
  border-radius: 50px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  margin: 0 0 25px;
  background: #fff;
  color: #41baeb;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.about_sec .what-we-do-item .title {
  font-size: 22px;
  color: #232323;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_sec .what-we-do-item .title {
    font-size: 18px
  }
}

.about_sec .what-we-do-item p {
  color: #616161;
  font-size: 15px;
  padding-top: 10px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.about_sec .what-we-do-item a {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  background: #41baeb;
  color: #fff;
  font-size: 14px;
  right: 0;
  bottom: 30px;
  position: absolute;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  left: 0;
  margin: 0 auto;
  border-radius: 50%;
}

.about_sec .what-we-do-item:hover .title {
  color: #fff
}

.about_sec .what-we-do-item:hover p {
  color: #fff
}

.about_sec .what-we-do-item:hover a {
  background: #fff
}

.about_sec .what-we-do-item:hover a i {
  color: #41baeb
}

.about_sec .what-we-do-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1
}

.about_sec .what-we-are-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.about_sec .container .row:first-child {
  margin-bottom: 50px;
}

.pfont {
  font-size: 17px;

}

.planupdate {
  text-align: center;
  background: -webkit-linear-gradient(45deg, #1e86a2, #75c273 80%);
  font-size: 20px;
  color: #fff;
}

@media (max-width: 700px) {
  .ms-cl .cl-wrapper {
    padding: 0rem 4rem !important;
    border: none !important;
  }
}

.calculator {
  margin-top: -7rem;
}

@media (min-width:981px) {

  .et_pb_gutters3 .et_pb_column,
  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.5%
  }

  .et_pb_gutters3 .et_pb_column_4_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.75%
  }

  .et_pb_gutters3 .et_pb_column_3_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
    width: 73.625%
  }

  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module {
    margin-bottom: 3.735%
  }

  .et_pb_gutters3 .et_pb_column_2_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
    width: 64.833%
  }

  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 4.242%
  }

  .et_pb_gutters3 .et_pb_column_3_5,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
    width: 57.8%
  }

  .et_pb_gutters3 .et_pb_column_3_5 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module {
    margin-bottom: 4.758%
  }

  .et_pb_gutters3 .et_pb_column_1_2,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 47.25%
  }

  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 5.82%
  }

  .et_pb_gutters3 .et_pb_column_2_5,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
    width: 36.7%
  }

  .et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module {
    margin-bottom: 7.493%
  }

  .et_pb_gutters3 .et_pb_column_1_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
    width: 29.6667%
  }

  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 9.27%
  }

  .et_pb_gutters3 .et_pb_column_1_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 20.875%
  }

  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 13.174%
  }

  .et_pb_gutters3 .et_pb_column_1_5,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_5 {
    width: 15.6%
  }

  .et_pb_gutters3 .et_pb_column_1_5 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module {
    margin-bottom: 17.628%
  }

  .et_pb_gutters3 .et_pb_column_1_6,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_6 {
    width: 12.0833%
  }

  .et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module {
    margin-bottom: 22.759%
  }

  .et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product {
    width: 20.875%;
    margin-right: 5.5%;
    margin-bottom: 5.5%
  }

  .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
  .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
    width: 28.353%;
    margin-right: 7.47%
  }

  .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product,
  .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
  }

  .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product,
  .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product {
    width: 48%;
    margin-right: 4%
  }

  .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2),
  .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2) {
    margin-right: 0
  }

  .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1),
  .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1) {
    clear: none
  }
}

@media (min-width:981px) {

  .et_pb_gutters3 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 13.174%
  }

  .et_pb_gutters3 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 9.27%
  }

  .et_pb_gutters3 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
    margin-bottom: 5.82%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4,
  .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
    margin-bottom: 3.735%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8,
  .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
    width: 46.26486%;
    margin-right: 7.47%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_module,
  .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
    margin-bottom: 7.47%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4,
  .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
    width: 28.35314%;
    margin-right: 7.47%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 13.174%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4,
  .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
    margin-bottom: 4.242%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3,
  .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
    width: 45.758%;
    margin-right: 8.483%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 9.27%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6,
  .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
    width: 18.638%;
    margin-right: 8.483%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
    margin-bottom: 22.759%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9,
  .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
    width: 27.67781%;
    margin-right: 8.483%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_module,
  .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module {
    margin-bottom: 22.759%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4,
  .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
    margin-bottom: 5.82%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4,
  .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
    width: 44.17989%;
    margin-right: 11.64%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 13.174%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6,
  .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
    width: 25.573%;
    margin-right: 11.64%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
    margin-bottom: 22.759%
  }
}

@media (min-width:981px) {
  .et_pb_gutter.et_pb_gutters2 #left-area {
    width: 77.25%
  }

  .et_pb_gutter.et_pb_gutters2 #sidebar {
    width: 22.75%
  }

  .et_pb_gutters2.et_right_sidebar #left-area {
    padding-right: 3%
  }

  .et_pb_gutters2.et_left_sidebar #left-area {
    padding-left: 3%
  }

  .et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
    right: 22.75% !important
  }

  .et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before {
    left: 22.75% !important
  }

  .et_pb_gutters2 .et_pb_column,
  .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 3%
  }

  .et_pb_gutters2 .et_pb_column_4_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 1.5%
  }

  .et_pb_gutters2 .et_pb_column_3_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
    width: 74.25%
  }

  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module {
    margin-bottom: 2.02%
  }

  .et_pb_gutters2 .et_pb_column_2_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
    width: 65.667%
  }

  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 2.284%
  }

  .et_pb_gutters2 .et_pb_column_3_5,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_5 {
    width: 58.8%
  }

  .et_pb_gutters2 .et_pb_column_3_5 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module {
    margin-bottom: 2.551%
  }

  .et_pb_gutters2 .et_pb_column_1_2,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
    width: 48.5%
  }

  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 3.093%
  }

  .et_pb_gutters2 .et_pb_column_2_5,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_5 {
    width: 38.2%
  }

  .et_pb_gutters2 .et_pb_column_2_5 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module {
    margin-bottom: 3.927%
  }

  .et_pb_gutters2 .et_pb_column_1_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 31.3333%
  }

  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 4.787%
  }

  .et_pb_gutters2 .et_pb_column_1_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 22.75%
  }

  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 6.593%
  }

  .et_pb_gutters2 .et_pb_column_1_5,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
    width: 17.6%
  }

  .et_pb_gutters2 .et_pb_column_1_5 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module {
    margin-bottom: 8.523%
  }

  .et_pb_gutters2 .et_pb_column_1_6,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_6 {
    width: 14.1667%
  }

  .et_pb_gutters2 .et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module {
    margin-bottom: 10.588%
  }

  .et_pb_gutters2 .et_full_width_page.woocommerce-page ul.products li.product {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%
  }

  .et_pb_gutters2.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
  .et_pb_gutters2.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
    width: 30.64%;
    margin-right: 4.04%
  }
}

@media (min-width:981px) {

  .et_pb_gutters2 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 6.593%
  }

  .et_pb_gutters2 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 4.787%
  }

  .et_pb_gutters2 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
    margin-bottom: 3.093%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4,
  .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.02%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8,
  .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
    width: 47.9798%;
    margin-right: 4.04%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_module,
  .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
    margin-bottom: 4.04%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4,
  .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
    width: 30.63973%;
    margin-right: 4.04%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 6.593%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4,
  .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.284%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3,
  .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
    width: 47.716%;
    margin-right: 4.569%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 4.787%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6,
  .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
    width: 21.574%;
    margin-right: 4.569%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
    margin-bottom: 10.588%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9,
  .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
    width: 30.28765%;
    margin-right: 4.569%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_module,
  .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module {
    margin-bottom: 10.588%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4,
  .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
    margin-bottom: 3.093%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4,
  .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
    width: 46.90722%;
    margin-right: 6.186%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 6.593%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6,
  .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
    width: 29.21%;
    margin-right: 6.186%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
    margin-bottom: 10.588%
  }
}

@media (min-width:981px) {
  .et_pb_gutter.et_pb_gutters1 #left-area {
    width: 75%
  }

  .et_pb_gutter.et_pb_gutters1 #sidebar {
    width: 25%
  }

  .et_pb_gutters1.et_right_sidebar #left-area {
    padding-right: 0
  }

  .et_pb_gutters1.et_left_sidebar #left-area {
    padding-left: 0
  }

  .et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before {
    right: 25% !important
  }

  .et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before {
    left: 25% !important
  }

  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1.et_pb_row .et_pb_column {
    margin-right: 0
  }

  .et_pb_gutters1 .et_pb_column_4_4,
  .et_pb_gutters1.et_pb_row .et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_pb_column_3_4,
  .et_pb_gutters1.et_pb_row .et_pb_column_3_4 {
    width: 75%
  }

  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_pb_column_2_3,
  .et_pb_gutters1.et_pb_row .et_pb_column_2_3 {
    width: 66.667%
  }

  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_pb_column_3_5,
  .et_pb_gutters1.et_pb_row .et_pb_column_3_5 {
    width: 60%
  }

  .et_pb_gutters1 .et_pb_column_3_5 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_pb_column_1_2,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
    width: 50%
  }

  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_pb_column_2_5,
  .et_pb_gutters1.et_pb_row .et_pb_column_2_5 {
    width: 40%
  }

  .et_pb_gutters1 .et_pb_column_2_5 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_pb_column_1_3,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
    width: 33.3333%
  }

  .et_pb_gutters1 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
    width: 25%
  }

  .et_pb_gutters1 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_pb_column_1_5,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_5 {
    width: 20%
  }

  .et_pb_gutters1 .et_pb_column_1_5 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_6 {
    width: 16.6667%
  }

  .et_pb_gutters1 .et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_full_width_page.woocommerce-page ul.products li.product {
    width: 25%;
    margin-right: 0;
    margin-bottom: 0
  }

  .et_pb_gutters1.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
  .et_pb_gutters1.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
    width: 33.333%;
    margin-right: 0
  }
}

@media (max-width:980px) {

  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1 .et_pb_column .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column,
  .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
  .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5,
  .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5,
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
  .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5,
  .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
    width: 50%;
    margin-right: 0
  }

  .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
    width: 33.333%;
    margin-right: 0
  }

  .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6,
  .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
    width: 50%;
    margin-right: 0
  }
}

@media (max-width:767px) {

  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1 .et_pb_column .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column,
  .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 0
  }
}

@media (max-width:479px) {

  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1.et_pb_row .et_pb_column {
    margin: 0 !important
  }

  .et_pb_gutters1 .et_pb_column .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
    margin-bottom: 0
  }
}

@media (min-width:981px) {

  .et_pb_gutters1 .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4,
  .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8,
  .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 {
    width: 50%;
    margin-right: 0
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 {
    width: 33.33333%;
    margin-right: 0
  }

  .et_pb_column.et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4,
  .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3,
  .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 {
    width: 50%;
    margin-right: 0
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 {
    width: 25%;
    margin-right: 0
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9,
  .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 {
    width: 33.33333%;
    margin-right: 0
  }

  .et_pb_column.et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4,
  .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 {
    width: 100%
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 {
    width: 50%;
    margin-right: 0
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 0
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6,
  .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 {
    width: 33.333%;
    margin-right: 0
  }

  .et_pb_column.et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module,
  .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module {
    margin-bottom: 0
  }
}

.et_parallax_bg.et_parallax_bg__sticky,
.et_pb_sticky.et_pb_section_parallax_sticky .et_parallax_bg:not(.et_parallax_bg__sticky),
.et_pb_sticky .et_pb_section_parallax_sticky .et_parallax_bg:not(.et_parallax_bg__sticky) {
  display: none
}

.et_pb_sticky.et_pb_section_parallax_sticky .et_parallax_bg.et_parallax_bg__sticky,
.et_pb_sticky .et_pb_section_parallax_sticky .et_parallax_bg.et_parallax_bg__sticky {
  display: block
}

.et_builder_inner_content.has_et_pb_sticky {
  z-index: inherit
}

.et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky,
.et_pb_column.has_et_pb_sticky {
  z-index: 20
}

.et-l--header .et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky,
.et-l--header .et_pb_column.has_et_pb_sticky {
  z-index: 30
}

.et-l--footer .et-db #et-boc .et-l #et-fb-app .et_pb_column.has_et_pb_sticky,
.et-l--footer .et_pb_column.has_et_pb_sticky {
  z-index: 10
}

.et_pb_sticky_placeholder {
  opacity: 0 !important
}

.et_pb_sticky .et_overlay.et_pb_inline_icon_sticky:before,
.et_pb_sticky .et_pb_inline_icon_sticky:before {
  content: attr(data-icon-sticky) !important
}

body .et-script-temporary-measurement {
  opacity: 0
}

.et_pb_widget {
  float: left;
  max-width: 100%;
  word-wrap: break-word
}

.et_pb_widget a {
  text-decoration: none;
  color: #666
}

.et_pb_widget li a:hover {
  color: #82c0c7
}

.et_pb_widget ol li,
.et_pb_widget ul li {
  margin-bottom: .5em
}

.et_pb_widget ol li ol li,
.et_pb_widget ul li ul li {
  margin-left: 15px
}

.et_pb_widget select {
  width: 100%;
  height: 28px;
  padding: 0 5px
}

.et_pb_widget_area .et_pb_widget a {
  color: inherit
}

.et_pb_bg_layout_light .et_pb_widget li a {
  color: #666
}

.et_pb_bg_layout_dark .et_pb_widget li a {
  color: inherit
}

.et_pb_scroll_top.et-pb-icon {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff
}

.et_pb_scroll_top:before {
  content: '2'
}

.et_pb_scroll_top.et-visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}

.et_pb_scroll_top.et-hidden {
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1)
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.et_pb_section {
  position: relative;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover
}

.et_pb_section--absolute,
.et_pb_section--fixed {
  width: 100%
}

.et_pb_section.et_section_transparent {
  background-color: transparent
}

.et_pb_fullwidth_section {
  padding: 0
}

.et_pb_fullwidth_section>.et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row {
  padding: 0 !important
}

.et_pb_inner_shadow {
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, .07)
}

.et_pb_bottom_inside_divider,
.et_pb_top_inside_divider {
  display: block;
  background-repeat-y: no-repeat;
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0
}

.et_pb_bottom_inside_divider.et-no-transition,
.et_pb_top_inside_divider.et-no-transition {
  -webkit-transition: none !important;
  transition: none !important
}

.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_bottom_inside_divider,
.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_top_inside_divider {
  z-index: 1
}

.et_pb_section_video:not(.et_pb_section--with-menu) {
  overflow: hidden;
  position: relative
}

.et_pb_column>.et_pb_section_video_bg {
  z-index: -1
}

.et_pb_section_video_bg {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  pointer-events: none;
  -webkit-transition: display .3s;
  transition: display .3s
}

.et_pb_section_video_bg.et_pb_section_video_bg_hover,
.et_pb_section_video_bg.et_pb_section_video_bg_phone,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
  display: none
}

.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
  display: none !important
}

.et_pb_section_video_bg embed,
.et_pb_section_video_bg iframe,
.et_pb_section_video_bg object,
.et_pb_section_video_bg video {
  max-width: none
}

.et_pb_section_video_bg .mejs-video {
  left: 50%;
  position: absolute;
  max-width: none
}

.et_pb_section_video_bg .mejs-overlay-loading {
  display: none !important
}

.et_pb_social_network_link .et_pb_section_video {
  overflow: visible
}

.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg {
  display: none
}

.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover,
.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover_inherit {
  display: block
}

@media (min-width:981px) {
  .et_pb_section {
    padding: 4% 0
  }

  body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section,
  body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
    padding-top: 0
  }

  .et_pb_fullwidth_section {
    padding: 0
  }

  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
    display: block
  }
}

@media (max-width:980px) {
  .et_pb_section {
    padding: 50px 0
  }

  body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section,
  body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
    padding-top: 0
  }

  .et_pb_fullwidth_section {
    padding: 0
  }

  .et_pb_section_video_bg.et_pb_section_video_bg_tablet {
    display: block
  }

  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
    display: none
  }
}

@media (min-width:768px) {
  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
    display: block
  }
}

@media (min-width:768px) and (max-width:980px) {
  .et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
    display: block
  }
}

@media (max-width:767px) {
  .et_pb_section_video_bg.et_pb_section_video_bg_phone {
    display: block
  }

  .et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
    display: none
  }
}

.et_pb_row {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative
}

body.safari .section_has_divider,
body.uiwebview .section_has_divider {
  -webkit-perspective: 2000px;
  perspective: 2000px
}

.section_has_divider .et_pb_row {
  z-index: 5
}

.et_pb_row_inner {
  width: 100%;
  position: relative
}

.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
  display: none
}

.et_pb_row:after,
.et_pb_row_inner:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0
}

.et_pb_row_4col .et-last-child,
.et_pb_row_4col .et-last-child-2,
.et_pb_row_6col .et-last-child,
.et_pb_row_6col .et-last-child-2,
.et_pb_row_6col .et-last-child-3 {
  margin-bottom: 0
}

.et_pb_column {
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px
}

.et_pb_column--with-menu {
  z-index: 3
}

.et_pb_column.et_pb_column_empty {
  min-height: 1px
}

.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child {
  margin-right: 0 !important
}

.et_pb_column.et_pb_section_parallax {
  position: relative
}

.et_pb_column,
.et_pb_row,
.et_pb_row_inner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

@media (min-width:981px) {
  .et_pb_row {
    padding: 2% 0
  }

  body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row,
  body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
    padding: 0;
    width: 100%
  }

  .et_pb_column_3_4 .et_pb_row_inner {
    padding: 3.735% 0
  }

  .et_pb_column_2_3 .et_pb_row_inner {
    padding: 4.2415% 0
  }

  .et_pb_column_1_2 .et_pb_row_inner,
  .et_pb_column_3_5 .et_pb_row_inner {
    padding: 5.82% 0
  }

  .et_section_specialty>.et_pb_row {
    padding: 0
  }

  .et_pb_row_inner {
    width: 100%
  }

  .et_pb_column_single {
    padding: 2.855% 0
  }

  .et_pb_column_single .et_pb_module.et-first-child,
  .et_pb_column_single .et_pb_module:first-child {
    margin-top: 0
  }

  .et_pb_column_single .et_pb_module.et-last-child,
  .et_pb_column_single .et_pb_module:last-child {
    margin-bottom: 0
  }

  .et_pb_row .et_pb_column.et-last-child,
  .et_pb_row .et_pb_column:last-child,
  .et_pb_row_inner .et_pb_column.et-last-child,
  .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0 !important
  }

  .et_pb_row.et_pb_equal_columns,
  .et_pb_row_inner.et_pb_equal_columns,
  .et_pb_section.et_pb_equal_columns>.et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .rtl .et_pb_row.et_pb_equal_columns,
  .rtl .et_pb_row_inner.et_pb_equal_columns,
  .rtl .et_pb_section.et_pb_equal_columns>.et_pb_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .et_pb_row.et_pb_equal_columns>.et_pb_column,
  .et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (max-width:980px) {
  .et_pb_row {
    max-width: 1080px
  }

  body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row,
  body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
    padding: 0;
    width: 100%
  }

  .et_pb_column .et_pb_row_inner,
  .et_pb_row {
    padding: 30px 0
  }

  .et_section_specialty>.et_pb_row {
    padding: 0
  }

  .et_pb_column {
    width: 100%;
    margin-bottom: 30px
  }

  .et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,
  .et_pb_row .et_pb_column.et-last-child,
  .et_pb_row .et_pb_column:last-child {
    margin-bottom: 0
  }

  .et_section_specialty .et_pb_row>.et_pb_column {
    padding-bottom: 0
  }

  .et_pb_column.et_pb_column_empty {
    display: none
  }

  .et_pb_row_1-2_1-4_1-4,
  .et_pb_row_1-2_1-6_1-6_1-6,
  .et_pb_row_1-4_1-4,
  .et_pb_row_1-4_1-4_1-2,
  .et_pb_row_1-5_1-5_3-5,
  .et_pb_row_1-6_1-6_1-6,
  .et_pb_row_1-6_1-6_1-6_1-2,
  .et_pb_row_1-6_1-6_1-6_1-6,
  .et_pb_row_3-5_1-5_1-5,
  .et_pb_row_4col,
  .et_pb_row_5col,
  .et_pb_row_6col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
  .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
  .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%
  }

  .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(2n),
  .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(2n),
  .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(2n) {
    margin-right: 0
  }

  .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%
  }

  .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2,
  .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd) {
    margin-right: 0
  }

  .et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
  .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
  .et_pb_row_4col .et_pb_column:nth-last-child(-n+2) {
    margin-bottom: 0
  }

  .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
  .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
    width: 47.25%;
    margin-right: 5.5%
  }

  .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(2n),
  .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(2n) {
    margin-right: 0
  }

  .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 {
    width: 47.25%;
    margin-right: 5.5%
  }

  .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd),
  .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5 {
    margin-right: 0
  }

  .et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2),
  .et_pb_row_5col .et_pb_column:last-child {
    margin-bottom: 0
  }

  .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
  .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%
  }

  .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n),
  .et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n) {
    margin-right: 0
  }

  .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%
  }

  .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2,
  .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child {
    margin-right: 0
  }

  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2,
  .et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3),
  .et_pb_row_6col .et_pb_column:nth-last-child(-n+3) {
    margin-bottom: 0
  }

  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
    width: 29.666%;
    margin-right: 5.5%;
    margin-bottom: 0
  }

  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
    margin-right: 0
  }

  .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
    width: 47.25%;
    margin-right: 5.5%
  }

  .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(2n) {
    margin-right: 0
  }

  .et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3) {
    margin-bottom: 0
  }
}

@media (max-width:479px) {

  .et_pb_row .et_pb_column.et_pb_column_1_4,
  .et_pb_row .et_pb_column.et_pb_column_1_5,
  .et_pb_row .et_pb_column.et_pb_column_1_6 {
    width: 100%;
    margin: 0 0 30px
  }

  .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_4:last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_5:last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child,
  .et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
    margin-bottom: 0
  }

  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
    width: 100%;
    margin: 0 0 30px
  }

  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child,
  .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
    margin-bottom: 0
  }

  .et_pb_column {
    width: 100% !important
  }
}

.et_pb_with_border .et_pb_image_wrap {
  border: 0 solid #333
}

.et_pb_image {
  margin-left: auto;
  margin-right: auto;
  line-height: 0
}

.et_pb_image.aligncenter {
  text-align: center
}

.et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image {
  display: block;
  position: relative
}

.et_pb_image {
  display: block
}

.et_pb_image .et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
  width: auto
}

.et_pb_image img {
  position: relative
}

.et_pb_image_sticky {
  margin-bottom: 0 !important;
  display: inherit
}

.et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay {
  z-index: 3;
  opacity: 1
}

@media (min-width:981px) {

  .et_pb_section_sticky,
  .et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2),
  .et_pb_section_sticky .et_pb_column_single,
  .et_pb_section_sticky .et_pb_row.et-last-child,
  .et_pb_section_sticky .et_pb_row:last-child,
  .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child,
  .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child {
    padding-bottom: 0 !important
  }
}

@media (max-width:980px) {
  .et_pb_image_sticky_tablet {
    margin-bottom: 0 !important;
    display: inherit
  }

  .et_pb_section_sticky_mobile,
  .et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2),
  .et_pb_section_sticky_mobile .et_pb_column_single,
  .et_pb_section_sticky_mobile .et_pb_row.et-last-child,
  .et_pb_section_sticky_mobile .et_pb_row:last-child,
  .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child,
  .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child {
    padding-bottom: 0 !important
  }

  .et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child,
  .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
    margin-bottom: 0
  }

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

  .et_always_center_on_mobile {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important
  }
}

@media (max-width:767px) {
  .et_pb_image_sticky_phone {
    margin-bottom: 0 !important;
    display: inherit
  }

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

.et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}

.et_overlay:before {
  color: #2ea3f2;
  content: "\E050";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  -webkit-transition: all .4s;
  transition: all .4s
}

.et_portfolio_image,
.et_shop_image {
  position: relative;
  display: block
}

.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_shop_image:hover .et_overlay {
  z-index: 3;
  opacity: 1
}

#ie7 .et_overlay,
#ie8 .et_overlay {
  display: none
}

.et_pb_module.et_pb_has_overlay {
  position: relative
}

.et_pb_module.et_pb_has_overlay .et_overlay,
article.et_pb_has_overlay {
  border: none
}

.et-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px
}

.et-menu>li:last-child {
  padding-right: 0
}

.et-menu a {
  color: rgba(0, 0, 0, .6);
  text-decoration: none;
  display: block;
  position: relative
}

.et-menu a,
.et-menu a:hover {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.et-menu a:hover {
  opacity: .7
}

.et-menu li>a {
  padding-bottom: 29px;
  word-wrap: break-word
}

a.et_pb_menu__icon,
button.et_pb_menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0 11px;
  font-size: 17px;
  line-height: normal;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

a.et_pb_menu__icon:after,
button.et_pb_menu__icon:after {
  font-family: ETmodules
}

a.et_pb_menu__icon__with_count:after,
button.et_pb_menu__icon__with_count:after {
  margin-right: 10px
}

.et_pb_menu__wrap .mobile_menu_bar {
  -webkit-transform: translateY(3%);
  transform: translateY(3%)
}

.et_pb_menu__wrap .mobile_menu_bar:before {
  top: 0
}

.et_pb_menu__logo {
  overflow: hidden
}

.et_pb_menu__logo img {
  display: block
}

.et_pb_menu__logo img[src$=".svg"] {
  width: 100%
}

.et_pb_menu__search-button:after {
  content: "U"
}

.et_pb_menu__cart-button:after {
  content: "\E07A"
}

@media (max-width:980px) {
  .et-menu {
    display: none
  }

  .et_mobile_nav_menu {
    display: block;
    margin-top: -1px
  }
}

.et_pb_with_border.et_pb_menu .et_pb_menu__logo img {
  border: 0 solid #333
}

.et_pb_menu.et_hover_enabled:hover {
  z-index: auto
}

.et_pb_menu .et-menu-nav,
.et_pb_menu .et-menu-nav>ul {
  float: none
}

.et_pb_menu .et-menu-nav>ul {
  padding: 0 !important;
  line-height: 1.7em
}

.et_pb_menu .et-menu-nav>ul ul {
  padding: 20px 0;
  text-align: left
}

.et_pb_bg_layout_dark.et_pb_menu ul li a {
  color: #fff
}

.et_pb_bg_layout_dark.et_pb_menu ul li a:hover {
  color: hsla(0, 0%, 100%, .8)
}

.et-menu li li.menu-item-has-children>a:first-child:after {
  top: 12px
}

.et_pb_menu .et-menu-nav>ul.upwards li ul {
  bottom: 100%;
  top: auto;
  border-top: none;
  border-bottom: 3px solid #2ea3f2;
  -webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
  box-shadow: 2px -2px 5px rgba(0, 0, 0, .1)
}

.et_pb_menu .et-menu-nav>ul.upwards li ul li ul {
  bottom: -23px
}

.et_pb_menu .et-menu-nav>ul.upwards li.mega-menu ul ul {
  bottom: 0;
  top: auto;
  border: none
}

.et_pb_menu_inner_container {
  position: relative
}

.et_pb_menu .et_pb_menu__wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1
}

.et_pb_menu .et_pb_menu__wrap--visible {
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu .et_pb_menu__wrap--hidden {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu .et_pb_menu__menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.et_pb_menu .et_pb_menu__menu,
.et_pb_menu .et_pb_menu__menu>nav,
.et_pb_menu .et_pb_menu__menu>nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.et_pb_menu .et_pb_menu__menu>nav>ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu {
  position: static
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
  top: calc(100% - 1px);
  left: 0
}

.et_pb_menu .et_pb_menu__menu>nav>ul.upwards>li>ul {
  top: auto;
  bottom: calc(100% - 1px)
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 31px 0;
  white-space: nowrap
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
  padding: 0 !important
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
  margin-top: 8px
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
  padding-bottom: 8px
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li {
  margin-top: 0;
  margin-bottom: 8px
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a {
  padding-top: 8px;
  padding-bottom: 0
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after {
  top: auto;
  bottom: 0
}

.et_pb_menu .et_pb_menu__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.et_pb_menu .et-menu {
  margin-left: -11px;
  margin-right: -11px
}

.et_pb_menu .et-menu>li {
  padding-left: 11px;
  padding-right: 11px
}

.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_menu--style-left_aligned .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo {
  margin-right: 30px
}

.rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo {
  margin-right: 0;
  margin-left: 30px
}

.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.et_pb_menu--style-centered .et_pb_menu__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.et_pb_menu--style-centered .et_pb_menu__logo-wrap,
.et_pb_menu--style-centered .et_pb_menu__logo img {
  margin: 0 auto
}

.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-centered .et_pb_menu__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap {
  display: none;
  margin-bottom: 30px
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img {
  margin: 0 auto
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap {
  width: 100%;
  height: 100%
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img {
  max-height: 100%
}

.et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder {
  min-width: 96px
}

.et_pb_menu .et_pb_menu__search-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999
}

.et_pb_menu .et_pb_menu__search-container--visible {
  opacity: 1;
  -webkit-animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1;
  animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu .et_pb_menu__search-container--hidden {
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77, 0, .175, 1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu .et_pb_menu__search-container--disabled {
  display: none
}

.et_pb_menu .et_pb_menu__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.et_pb_menu .et_pb_menu__search-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.et_pb_menu .et_pb_menu__search-input {
  border: 0;
  width: 100%;
  color: #333;
  background: transparent
}

.et_pb_menu .et_pb_menu__close-search-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.et_pb_menu .et_pb_menu__close-search-button:after {
  content: "M";
  font-size: 1.7em
}

@media (min-width:981px) {
  .et_dropdown_animation_fade.et_pb_menu ul li:hover>ul {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }

  .et_dropdown_animation_slide.et_pb_menu ul li:hover>ul {
    -webkit-animation: fadeLeft .4s ease-in-out;
    animation: fadeLeft .4s ease-in-out
  }

  .et_dropdown_animation_expand.et_pb_menu ul li:hover>ul {
    -webkit-transform-origin: 0 0;
    -webkit-animation: Grow .4s ease-in-out;
    animation: Grow .4s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
  }

  .et_dropdown_animation_flip.et_pb_menu ul li ul li:hover>ul {
    -webkit-animation: flipInX .6s ease-in-out;
    animation: flipInX .6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
  }

  .et_dropdown_animation_flip.et_pb_menu ul li:hover>ul {
    -webkit-animation: flipInY .6s ease-in-out;
    animation: flipInY .6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
  }

  .et_pb_menu.et_pb_menu_fullwidth .et_pb_row {
    width: 100%;
    max-width: 100%;
    padding: 0 30px !important
  }
}

@media (max-width:980px) {

  .et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
  .et_pb_menu--style-left_aligned .et_pb_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
  .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo,
  .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo {
    margin: 0 auto
  }

  .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
    display: none
  }

  .et_pb_menu .et_pb_row {
    min-height: 81px
  }

  .et_pb_menu .et_pb_menu__menu {
    display: none
  }

  .et_pb_menu .et_mobile_nav_menu {
    float: none;
    margin: 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .et_pb_menu .et_mobile_menu {
    top: 100%;
    padding: 5%
  }

  .et_pb_menu .et_mobile_menu,
  .et_pb_menu .et_mobile_menu ul {
    list-style: none !important;
    text-align: left
  }

  .et_pb_menu .et_mobile_menu ul {
    padding: 0
  }

  .et_pb_menu .et_pb_mobile_menu_upwards .et_mobile_menu {
    top: auto;
    bottom: 100%
  }
}

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }
}

@-webkit-keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

/*!
* Animate.css - http://daneden.me/animate
* Licensed under the MIT license - http://opensource.org/licenses/MIT
* Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

#main-header {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  position: relative;
  z-index: 99999
}

.nav li li {
  padding: 0 20px;
  margin: 0
}

.et-menu li li a {
  padding: 6px 20px;
  width: 200px
}

.nav li {
  position: relative;
  line-height: 1em
}

.nav li li {
  position: relative;
  line-height: 2em
}

.nav li ul {
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-transform: translateZ(0);
  text-align: left
}

.nav li.et-hover>ul {
  visibility: visible
}

.nav li.et-touch-hover>ul,
.nav li:hover>ul {
  opacity: 1;
  visibility: visible
}

.nav li li ul {
  z-index: 1000;
  top: -23px;
  left: 240px
}

.nav li.et-reverse-direction-nav li ul {
  left: auto;
  right: 240px
}

.nav li:hover {
  visibility: inherit
}

.et_mobile_menu li a,
.nav li li a {
  font-size: 14px;
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
  background-color: rgba(0, 0, 0, .03);
  opacity: .7
}

.et-dropdown-removing>ul {
  display: none
}

.mega-menu .et-dropdown-removing>ul {
  display: block
}

.et-menu .menu-item-has-children>a:first-child:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800
}

.et-menu .menu-item-has-children>a:first-child {
  padding-right: 20px
}

.et-menu li li.menu-item-has-children>a:first-child:after {
  right: 20px;
  top: 6px
}

.et-menu-nav li.mega-menu {
  position: inherit
}

.et-menu-nav li.mega-menu>ul {
  padding: 30px 20px;
  position: absolute !important;
  width: 100%;
  left: 0 !important
}

.et-menu-nav li.mega-menu ul li {
  margin: 0;
  float: left !important;
  display: block !important;
  padding: 0 !important
}

.et-menu-nav li.mega-menu li>ul {
  -webkit-animation: none !important;
  animation: none !important;
  padding: 0;
  border: none;
  left: auto;
  top: auto;
  width: 240px !important;
  position: relative;
  box-shadow: none;
  -webkit-box-shadow: none
}

.et-menu-nav li.mega-menu li ul {
  visibility: visible;
  opacity: 1;
  display: none
}

.et-menu-nav li.mega-menu.et-hover li ul,
.et-menu-nav li.mega-menu:hover li ul {
  display: block
}

.et-menu-nav li.mega-menu:hover>ul {
  opacity: 1 !important;
  visibility: visible !important
}

.et-menu-nav li.mega-menu>ul>li>a:first-child {
  padding-top: 0 !important;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, .03)
}

.et-menu-nav li.mega-menu>ul>li>a:first-child:hover {
  background-color: transparent !important
}

.et-menu-nav li.mega-menu li>a {
  width: 200px !important
}

.et-menu-nav li.mega-menu.mega-menu-parent li>a,
.et-menu-nav li.mega-menu.mega-menu-parent li li {
  width: 100% !important
}

.et-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu {
  float: left;
  width: 100% !important
}

.et-menu-nav li.mega-menu>ul>li {
  width: 25%;
  margin: 0
}

.et-menu-nav li.mega-menu.mega-menu-parent-3>ul>li {
  width: 33.33%
}

.et-menu-nav li.mega-menu.mega-menu-parent-2>ul>li {
  width: 50%
}

.et-menu-nav li.mega-menu.mega-menu-parent-1>ul>li {
  width: 100%
}

.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after,
.et_pb_menu li.mega-menu .menu-item-has-children>a:first-child:after {
  display: none
}

.et_fullwidth_nav #top-menu li.mega-menu>ul {
  width: auto;
  left: 30px !important;
  right: 30px !important
}

.et_mobile_menu {
  position: absolute;
  left: 0;
  padding: 5%;
  background: #fff;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  z-index: 9999;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
  visibility: visible !important;
  display: block !important;
  padding-left: 10px
}

.et_mobile_menu li li {
  padding-left: 5%
}

.et_mobile_menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, .03);
  color: #666;
  padding: 10px 5%;
  display: block
}

.et_mobile_menu .menu-item-has-children>a {
  font-weight: 700;
  background-color: rgba(0, 0, 0, .03)
}

.et_mobile_menu li .menu-item-has-children>a {
  background-color: transparent
}

.et_mobile_nav_menu {
  float: right;
  display: none
}

.mobile_menu_bar {
  position: relative;
  display: block;
  line-height: 0
}

.mobile_menu_bar:before {
  content: "a";
  font-size: 32px;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer
}

.et_pb_module .mobile_menu_bar:before {
  top: 2px
}

.mobile_nav .select_page {
  display: none
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
  color: #2ea3f2
}

.et_pb_module.et_pb_button {
  display: inline-block;
  color: inherit
}

.et_pb_button_module_wrapper.et_pb_button_alignment_left {
  text-align: left
}

.et_pb_button_module_wrapper.et_pb_button_alignment_right {
  text-align: right
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center {
  text-align: center
}

.et_pb_button_module_wrapper>a {
  display: inline-block
}

@media (max-width:980px) {
  .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left {
    text-align: left
  }

  .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right {
    text-align: right
  }

  .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center {
    text-align: center
  }
}

@media (max-width:767px) {
  .et_pb_button_module_wrapper.et_pb_button_alignment_phone_left {
    text-align: left
  }

  .et_pb_button_module_wrapper.et_pb_button_alignment_phone_right {
    text-align: right
  }

  .et_pb_button_module_wrapper.et_pb_button_alignment_phone_center {
    text-align: center
  }
}

.et_pb_button[data-icon]:not([data-icon=""]):after {
  content: attr(data-icon)
}

@media (max-width:980px) {
  .et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
    content: attr(data-icon-tablet)
  }
}

@media (max-width:767px) {
  .et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after {
    content: attr(data-icon-phone)
  }
}

.et_pb_text {
  word-wrap: break-word
}

.et_pb_text ol,
.et_pb_text ul {
  padding-bottom: 1em
}

.et_pb_text>:last-child {
  padding-bottom: 0
}

.et_pb_text_inner {
  position: relative
}

.et_pb_row_1,
.et_pb_row_3 {
  background: -webkit-linear-gradient(45deg, #1e86a2, #75c273 80%);

  margin-bottom: 15px;
}

.dsm_icon_list_text {
  font-family: 'Noto Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
  color: #FFFFFF !important;
  line-height: 1.9em;
  text-align: center;
}

.et_pb_module.et_pb_text_align_center {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.et_pb_section .et_pb_button_0,
.et_pb_section .et_pb_button_1 {
  color: #00357c !important;
  border-width: 2px !important;
  border-color: #FFFFFF;
  border-radius: 100px;
  font-size: 16px;
  font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #FFFFFF;
}

.et_pb_button_module_wrapper>a {
  display: inline-block;
}

.et_pb_button_1_wrapper .et_pb_button_1,
.et_pb_button_1_wrapper .et_pb_button_1:hover,
.et_pb_button_0_wrapper .et_pb_button_0,
.et_pb_button_0_wrapper .et_pb_button_0:hover {
  padding-top: 12px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
}

.dsm_icon_list .dsm_icon_list_icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
}

.headbtn {
  border: 1px solid #008000;
  border-radius: 5px;
}

.headlink {
  padding: 0 5px 0 5px;
}

@media (max-width: 980px) {
  .et_pb_section {
    padding: 50px 0;
  }
}

.mp {
  color: #fff;
  margin-right: 10px;
}

.dsm_icon_list_0 .dsm_icon_list_items .dsm_icon_list_child,
.dsm_icon_list_0 .dsm_icon_list_items .dsm_icon_list_child a,
.dsm_icon_list_1 .dsm_icon_list_items .dsm_icon_list_child,
.dsm_icon_list_1 .dsm_icon_list_items .dsm_icon_list_child a {
  justify-content: center;
}

.dsm_icon_list .dsm_icon_list_child,
.dsm_icon_list .dsm_icon_list_child .dsm_icon_list_tooltip,
.dsm_icon_list .dsm_icon_list_child a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}

@media (max-width: 980px) {

  .et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,
  .et_pb_row .et_pb_column.et-last-child,
  .et_pb_row .et_pb_column:last-child {
    margin-bottom: 0;
  }
}

.et_pb_column_7,
.et_pb_column_6,
.et_pb_column_4,
.et_pb_column_3,
.et_pb_column_8,
.et_pb_column_5,
.et_pb_column_1 {
  margin: auto;
}

@media (min-width: 981px) {

  .et_pb_gutters2 .et_pb_column_1_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 31.3333%;
  }
}

.et_pb_button_0,
.et_pb_button_1 {
  /* transition: color 300ms ease 0ms,background-color 300ms ease 0ms; */
  width: 80%;
}

/* NEWS  */

.news {
  width: 160px
}

.news-scroll a {
  text-decoration: none
}

.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: rgb(207, 23, 23);
  border-radius: 50%;
  display: inline-block
}
