/*
Template Name: Carva
Template URL: https://carva.radiuzz.com/
Description: Carva - Ridesharing Taxi HTML Template
Author: 
Author URI: https://themeforest.net/user/radiuzz
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Blog
    4.5. Hero Area
    4.6. Simple sections
    4.7. Testimonial
    4.8. About
    4.9. Contact
    4.00. Newsletter
    4.00. Faq
    4.00. Drive
    4.00. Feature
    4.00. Download
    4.00. Form
    4.00. Event
    4.00. Process
    4.00. Ride
    4.00. Counter
    4.00. Sitemap
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #0066FC;
  --theme-color2: #6F5CEE;
  --title-color: #201D1D;
  --body-color: #737373;
  --smoke-color: rgba(0, 102, 252, 0.2);
  --light-color: #9B9CA0;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --gray-color: #bdbdbd;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E5E5E5;
  --title-font: 'Poppins', sans-serif;
  --body-font: 'Nunito Sans', sans-serif;
  --icon-font: 'Font Awesome 6 Pro';
  --section-space: 100px;
  --section-space-mobile: 70px;
  --section-title-space: 65px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.4. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

html::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

html::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

body {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 30px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

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

input:focus {
  outline: none;
  box-shadow: none;
}

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

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

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 24px 0;
  color: var(--body-color);
  line-height: 1.7;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px 0;
  display: block;
}

.h1,
h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}

.h2,
h2 {
  font-size: 36px;
  line-height: 1.35;
  font-weight: 600;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.h5,
h5 {
  font-size: 20px;
  font-weight: 600;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
  .h1,
  h1 {
    font-size: 30px;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
}

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
.ot-container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

@media only screen and (min-width: 1300px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-45 {
    --bs-gutter-x: 45px;
  }
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

/*------------------- 2.3. Input -------------------*/
select,
.form-select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 35px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input,
select,
.form-select,
.form-control {
  height: 60px;
  padding: 0 16px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  border: 1px solid var(--border-color);
  width: 100%;
  box-shadow: none;
}

input::-moz-placeholder,
select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--light-color);
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--light-color);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--light-color);
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: var(--light-color);
}

input::-moz-placeholder, select::-moz-placeholder, .form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: var(--light-color);
}

input:-ms-input-placeholder, select:-ms-input-placeholder, .form-select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: var(--light-color);
}

input::-ms-input-placeholder, select::-ms-input-placeholder, .form-select::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: var(--light-color);
}

input::placeholder,
select::placeholder,
.form-select::placeholder,
.form-control::placeholder {
  color: var(--light-color);
}

input:focus,
select:focus,
.form-select:focus,
.form-control:focus {
  outline: 0;
  border-color: var(--theme-color);
  box-shadow: none;
}

select,
.form-select {
  padding-top: 0;
  padding-bottom: 0;
}

textarea.form-control {
  min-height: 140px;
  padding: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  min-height: 150px;
  padding-top: 12px;
  padding-bottom: 17px;
}

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  font-size: 16px;
}

input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 4px;
  background-color: var(--white-color);
  border: 2px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
}

input[type="radio"],
.form-range {
  border: none;
  box-shadow: none;
  height: 10px;
}

input[type="radio"]::-webkit-slider-runnable-track,
.form-range::-webkit-slider-runnable-track {
  height: 10px;
  -webkit-appearance: none;
  background-color: rgba(23, 179, 245, 0.09);
  margin-top: -1px;
}

input[type="radio"]::-webkit-slider-thumb,
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 999px;
  background: var(--theme-color);
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="radio"] ~ label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -1px;
  width: 15px;
  height: 15px;
  font-size: 0.45em;
  line-height: 2em;
  padding-left: 0.5px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.6em;
  margin-top: -0.3em;
  display: block;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  position: absolute;
  right: calc((var(--bs-gutter-x) / 2) + 20px);
  top: 17px;
  font-size: 14px;
  color: #a0abb4;
  display: inline-block;
  max-width: 18px;
}

input.is-invalid,
.wot-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

input.is-invalid:focus,
.wot-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

/* Small devices */
@media (max-width: 767px) {
  select {
    background-size: 16px 12px;
  }
  select,
  .form-select,
  .form-control {
    padding: 0 15px;
  }
  textarea.form-control {
    padding: 15px 15px;
  }
}

/*------------------- 2.4. Slick Slider -------------------*/
.row > .slick-list {
  padding-left: 0;
  padding-right: 0;
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 30px 0 0 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.slick-dots li {
  display: inline-block;
  margin-right: 20px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  line-height: 0;
  border-radius: 9999px;
  border: 1px solid var(--theme-color);
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots button:hover {
  border-color: var(--theme-color);
}

.slick-dots .slick-active button {
  background-color: var(--theme-color);
}

.slider-nav {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

.slider-nav .slick-dots {
  margin-top: 0;
}

.slider-nav .nav-btn {
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 99px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.slider-nav .nav-btn:hover {
  background-color: var(--title-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  margin-right: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  left: var(--pos-x, -85px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  border-radius: 999px;
  z-index: 2;
  color: var(--title-color);
  text-align: center;
}

.slick-arrow i {
  font-size: 16px;
}

.slick-arrow .fa-caret-left {
  padding-right: 1.5px;
}

.slick-arrow .fa-caret-right {
  padding-left: 4px;
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
  margin: 0;
  top: unset;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.slick-arrow.default .fa-caret-right {
  padding-left: 3px;
}

.slick-arrow:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

.slick-arrow.style2:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.slick-arrow.slick-next {
  margin-right: 0;
  margin-left: 50px;
  right: var(--pos-x, -85px);
  left: auto;
}

.icon-box .slick-arrow {
  border: 1px solid var(--gray-color);
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  border-radius: 5px;
}

.icon-box .slick-arrow:hover {
  border-color: var(--theme-color);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .slick-dots {
    margin: 30px 0 0 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slider-nav {
    margin-top: 40px;
  }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.ot-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.ot-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(28, 185, 200, 0.1);
}

.ot-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.ot-menu-wrapper .ot-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0;
  line-height: 1;
  width: auto;
  height: auto;
  z-index: 1;
  color: var(--title-color);
  background-color: transparent;
}

.ot-menu-wrapper .ot-menu-toggle:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.ot-menu-wrapper .ot-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--title-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.ot-menu-wrapper.ot-body-visible {
  opacity: 1;
  visibility: visible;
}

.ot-menu-wrapper.ot-body-visible .ot-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.ot-menu-inner {
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
  padding: 40px 30px;
}

.ot-mobile-menu {
  padding-bottom: 20px;
  text-align: left;
}

.ot-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.ot-mobile-menu ul li {
  border-bottom: 1px solid var(--border-color);
  list-style-type: none;
}

.ot-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--border-color);
}

.ot-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}

.ot-mobile-menu ul li.ot-active > a {
  color: var(--theme-color);
}

.ot-mobile-menu ul li ul li {
  padding-left: 16px;
}

.ot-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.ot-mobile-menu ul > li:last-child {
  border-bottom: none;
}

.ot-mobile-menu ul .ot-item-hot-children > a .ot-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 16px;
  margin-top: -8.5px;
  display: inline-block;
  text-align: right;
  width: 35px;
  color: var(--title-color);
  border-radius: 50%;
}

.ot-mobile-menu ul .ot-item-hot-children > a .ot-mean-expand:before {
  content: '\f105';
  font-family: var(--icon-font);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.ot-mobile-menu ul .ot-item-hot-children.ot-active > a .ot-mean-expand:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--theme-color);
}

.ot-menu-toggle {
  width: 50px;
  height: 50px;
  line-height: 1;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 99px;
}

.ot-menu-toggle.style-text, .ot-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 32px;
}

.ot-menu-toggle.style-text i, .ot-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.ot-menu-toggle.style-text-white {
  color: var(--white-color);
}

/* Scrollbar */
.ot-menu-inner::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.ot-menu-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.ot-menu-inner::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: none;
  border-radius: 10px;
}

@media (max-width: 400px) {
  .ot-menu-wrapper .ot-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .ot-mobile-menu > ul {
    padding: 0 20px;
  }
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: var(--white-color);
}

.preloader .ot-btn {
  padding: 12px 20px;
  border-radius: 0;
  font-size: 14px;
  min-width: auto;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 15px auto;
}

.loader {
  display: block;
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid transparent;
  border-top-color: var(--theme-color);
  box-shadow: 0 0 5px skyblue;
  border-radius: 50%;
  -webkit-animation: pre_spin 1.5s ease infinite;
  animation: pre_spin 1.5s ease infinite;
}

.loader:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: var(--theme-color);
  box-shadow: 0 0 5px skyblue;
  -webkit-animation: pre_spin_x 1s linear infinite;
  animation: pre_spin_x 1s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: var(--theme-color);
  box-shadow: 0 0 5px skyblue;
  -webkit-animation: pre_spin 1.5s linear infinite;
  animation: pre_spin 1.5s linear infinite;
}

@-webkit-keyframes pre_spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes pre_spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

/*------------------- 3.2. Buttons -------------------*/
.ot-btn {
  font-family: var(--body-font);
  border: 1px solid;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  color: var(--theme-color);
  padding: 15px 25px;
  line-height: 1;
  min-width: 140px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  z-index: 2;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.ot-btn:before {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 300%;
  background-color: var(--theme-color);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  z-index: -1;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.ot-btn:hover, .ot-btn.active {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.ot-btn:hover::before, .ot-btn.active::before {
  height: 300%;
}

.ot-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 400;
}

.ot-btn.style2:before {
  background-color: var(--title-color);
}

.ot-btn.style2:hover, .ot-btn.style2.active {
  color: var(--white-color);
  border-color: var(--title-color);
}

.ot-btn.style3 {
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-weight: 400;
}

.ot-btn.style3:before {
  background-color: var(--title-color);
}

.ot-btn.style3:hover, .ot-btn.style3.active {
  color: var(--white-color);
  border-color: var(--title-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 80px);
  height: var(--btn-size, 80px);
  line-height: var(--btn-size, 80px);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 24px;
}

.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  display: inline-block;
  position: relative;
  font-size: 18px;
  padding-bottom: 2px;
  margin-bottom: -2px;
  padding-left: 0;
  padding-right: 0;
  color: var(--body-color);
  font-family: var(--body-font);
  border: none;
  background-color: transparent;
}

.link-btn i {
  margin-left: 2px;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.link-btn:hover, .link-btn.active {
  color: var(--theme-color);
}

.link-btn:hover::before, .link-btn.active::before {
  background-color: var(--theme-color);
  width: 100%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}

.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: white;
  border-radius: inherit;
  z-index: 1;
}

.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}

.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 96;
}

.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: var(--section-title-space);
  margin-top: -0.26em;
  font-size: 40px;
  font-weight: 600;
}

.subtitle {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
  border-bottom: 1px solid var(--theme-color);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.5em;
  margin-bottom: 30px;
}

.title-area {
  margin-bottom: var(--section-title-space);
}

.title-area .sec-title {
  margin-bottom: 10px;
}

.title-area .shadow-title {
  margin-bottom: -0.4em;
}

.page-title {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-top: -0.18em;
  padding-bottom: 16px;
  margin-bottom: 80px;
}

.page-title:after {
  content: '';
  height: 1px;
  width: 130px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -65px;
}

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

.page-top .page-title {
  margin-bottom: 12px;
}

.page-top .page-text {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Medium devices */
@media (max-width: 991px) {
  .sec-title,
  .title-area {
    --section-title-space: 40px;
  }
  .page-top {
    margin-bottom: 60px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 36px;
  }
  .page-title {
    font-size: 36px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .sec-title {
    font-size: 32px;
  }
  .page-title {
    font-size: 32px;
  }
}

/*------------------- 3.4. Common -------------------*/
.ot-social a {
  display: inline-block;
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 42px);
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}

.ot-social a:last-child {
  margin-right: 0;
}

.ot-social a:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.ot-social.style2 a {
  border-radius: 50%;
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.shape-mockup.z-index3 {
  z-index: 3;
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

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

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

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

.fw-extrabold {
  font-weight: 800;
}

.fs-20 {
  font-size: 20px;
}

.fs-md {
  font-size: 18px;
}

.fs-sm {
  font-size: 16px;
}

.fs-xs {
  font-size: 14px;
}

.fs-80 {
  font-size: 80px;
  line-height: 1.2;
}

.fs-40 {
  font-size: 40px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .fs-80 {
    font-size: 70px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .fs-80 {
    font-size: 60px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .fs-80 {
    font-size: 50px;
    line-height: 1.3;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .fs-80 {
    font-size: 40px;
  }
  .fs-80.mb-30 {
    margin-bottom: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .fs-80 {
    font-size: 30px;
  }
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

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

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

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

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

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

.bg-smoke2 {
  background-color: #F3F7FC;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

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

.bg-auto {
  background-size: auto auto;
}

.bg-left-center {
  background-position: left center;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color2) !important;
}

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

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

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

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

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

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

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

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}

[data-overlay] [class^="container"],
[data-overlay] [class*="col-"] {
  z-index: 4;
  position: relative;
}

[data-overlay]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}

[data-overlay="title"]:before {
  background-color: var(--title-color);
}

[data-overlay="white"]:before {
  background-color: var(--white-color);
}

[data-overlay="black"]:before {
  background-color: var(--black-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.pulse {
  -webkit-animation: pulse 7s linear infinite;
          animation: pulse 7s linear infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.moving-reverse {
  -webkit-animation: moving-reverse 8s linear infinite;
          animation: moving-reverse 8s linear infinite;
}

@-webkit-keyframes moving-reverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving-reverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu > ul,
.widget_nav_menu .menu,
.widget_categories > ul,
.widget_categories .menu {
  list-style: none;
  margin: 0 0 -10px 0;
  padding: 0;
  padding-left: 0;
}

.widget_nav_menu ul,
.widget_categories ul {
  padding-left: 0;
}

.widget_nav_menu a,
.widget_categories a {
  position: relative;
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--title-color);
  font-weight: 400;
  padding: 0;
  margin-bottom: 16px;
}

.widget_nav_menu a:hover,
.widget_categories a:hover {
  color: var(--theme-color);
}

.widget_nav_menu a:hover ~ span,
.widget_categories a:hover ~ span {
  color: var(--title-color);
}

.widget_nav_menu li,
.widget_categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li span,
.widget_categories li span {
  color: var(--title-color);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.widget_nav_menu .children,
.widget_categories .children {
  margin-left: 15px;
  margin-top: 0;
}

.widget_nav_menu a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.ot-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  margin-bottom: 50px;
  position: relative;
}

.widget_title {
  font-size: 24px;
  margin-bottom: 32px;
  margin-top: -0.3em;
  font-weight: 500;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}

.widget .search-form {
  position: relative;
}

.widget .search-form input {
  padding-right: 50px;
}

.widget .search-form button {
  text-align: center;
  padding: 0;
  color: var(--light-color);
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0px;
  line-height: 26px;
  height: 24px;
  top: 20px;
  padding: 0 20px;
  border-left: 1px solid var(--gray-color);
}

.widget .search-form button:hover {
  color: var(--theme-color);
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .post-title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 0;
  font-family: var(--body-font);
  line-height: 1.65;
}

.recent-post .media-img {
  margin-right: 17px;
  width: 95px;
  overflow: hidden;
}

.recent-post .media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recent-post .recent-post-meta {
  line-height: 1.2;
  margin-bottom: 10px;
}

.recent-post .recent-post-meta a {
  font-size: 16px;
  color: var(--body-color);
}

.recent-post .recent-post-meta a i {
  margin-right: 8px;
  font-size: 1rem;
  color: var(--theme-color);
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.sidebar-area {
  padding-left: 60px;
}

.sidebar-area select,
.sidebar-area input {
  height: 60px;
  color: var(--light-color);
  padding-left: 20px;
  font-size: 16px;
  background-color: var(--white-color);
  border: 1px solid #C7C7C7;
  border-radius: 0;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 10px;
  box-shadow: none;
}

.sidebar-area select::-moz-placeholder,
.sidebar-area input::-moz-placeholder {
  color: var(--light-color);
}

.sidebar-area select::-webkit-input-placeholder,
.sidebar-area input::-webkit-input-placeholder {
  color: var(--light-color);
}

.sidebar-area select:-ms-input-placeholder,
.sidebar-area input:-ms-input-placeholder {
  color: var(--light-color);
}

.sidebar-area select::-webkit-input-placeholder, .sidebar-area input::-webkit-input-placeholder {
  color: var(--light-color);
}

.sidebar-area select::-moz-placeholder, .sidebar-area input::-moz-placeholder {
  color: var(--light-color);
}

.sidebar-area select:-ms-input-placeholder, .sidebar-area input:-ms-input-placeholder {
  color: var(--light-color);
}

.sidebar-area select::-ms-input-placeholder, .sidebar-area input::-ms-input-placeholder {
  color: var(--light-color);
}

.sidebar-area select::placeholder,
.sidebar-area input::placeholder {
  color: var(--light-color);
}

.sidebar-area select:focus,
.sidebar-area input:focus {
  border-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .sidebar-area {
    padding-left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    margin-top: 30px;
  }
}

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

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}

.footer-widget .widget_title {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin-top: -0.35em;
  margin-bottom: 30px;
  font-weight: 600;
  border-bottom: none;
}

.footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}

.footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin: 0 0 0 0;
}

.footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  display: inline-block;
  color: var(--body-color);
  border: none;
}

.footer-widget.widget_categories a:after, .footer-widget.widget_nav_menu a:after {
  content: '';
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}

.footer-widget.widget_categories a:hover:after, .footer-widget.widget_nav_menu a:hover:after {
  width: 100%;
}

.footer-widget.widget_categories a::before, .footer-widget.widget_nav_menu a::before {
  display: none;
}

.footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.btn-widget {
  max-width: 210px;
}

.btn-widget .ot-btn {
  min-width: 100%;
  margin-bottom: 16px;
  padding: 22px 25px;
}

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

.footer-info-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-link {
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
}

.footer-link:hover {
  color: var(--theme-color);
}

/*------------------- 4.2. Header  -------------------*/
.header-wrapper {
  position: relative;
  z-index: 41;
}

.menu-area {
  position: relative;
}

.sticky-wrapper {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  z-index: 20;
}

.will-sticky .sticky-active.active {
  top: 0;
}

.header-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-left: 40px;
  margin-left: 12px;
  position: relative;
}

.header-button:before {
  content: '';
  height: 30px;
  width: 1px;
  background-color: var(--border-color);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: var(--title-color);
}

.main-menu > ul > li {
  margin: 0 16px;
}

.main-menu > ul > li > a {
  padding: 43px 0;
}

.main-menu > ul > li.active > a, .main-menu > ul > li:hover > a {
  color: var(--theme-color);
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 6px;
  top: 2px;
  font-size: 1rem;
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}

.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}

.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2.35em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 0;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color);
  font-weight: 700;
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 1px rgba(2, 148, 51, 0.3);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-menu ul.sub-menu li a:hover {
  color: var(--theme-color);
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .header-logo {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .main-menu {
    display: none;
  }
  .header-button {
    padding-left: 0;
  }
  .header-button:before {
    display: none;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-button .ot-btn {
    display: none;
  }
}

.header-layout1 {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .main-menu > ul > li {
    margin: 0 9px;
  }
  .header-layout1 .header-button {
    padding-left: 26px;
    margin-left: 0;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout1 .header-logo {
    max-width: 170px;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
  z-index: 2;
  font-size: 18px;
  border-top: 1px solid var(--border-color);
}

.footer-wrapper .widget-area {
  padding-top: var(--section-space);
  padding-bottom: 40px;
}

.copyright-wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 85px;
}

.copyright-wrap:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: var(--border-color);
  position: absolute;
  top: 16px;
  left: 0;
  z-index: -1;
}

.copyright {
  font-size: 18px;
  margin-bottom: 0;
  padding-right: 20px;
  background-color: var(--white-color);
}

.footer-social {
  background-color: var(--white-color);
  padding-left: 20px;
}

.footer-social a {
  display: inline-block;
  font-size: 26px;
}

.footer-social a:not(:last-child) {
  margin-right: 50px;
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 20px;
  }
  .copyright-wrap {
    padding-bottom: 50px;
  }
  .copyright-wrap:after {
    display: none;
  }
  .copyright {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .footer-social {
    text-align: center;
    padding-left: 0;
  }
}

/*------------------- 4.4. Blog  -------------------*/
blockquote {
  padding: 50px 0;
  border-left: 1px solid var(--theme-color);
  margin-bottom: 30px;
}

blockquote p {
  font-weight: 600;
  font-style: italic;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 0;
}

.blog-sec-bg {
  background-image: -webkit-linear-gradient(right, #F3F7FC, #F3F7FC);
  background-image: linear-gradient(to left, #F3F7FC, #F3F7FC);
  background-repeat: no-repeat;
  background-size: 100% 95%;
  background-position: left bottom;
}

.blog-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.blog-title a {
  color: inherit;
}

.blog-title a:hover {
  color: var(--theme-color);
}

.blog-img {
  overflow: hidden;
  display: block;
  background-color: var(--smoke-color);
}

.blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.ot-blog {
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  padding: 40px;
}

.ot-blog .blog-audio {
  line-height: 1px;
}

.ot-blog .blog-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
}

.ot-blog .blog-meta {
  margin-top: -0.22em;
  margin-bottom: 10px;
}

.ot-blog .blog-meta a {
  font-size: 24px;
  color: var(--body-color);
}

.ot-blog .blog-meta a:hover {
  color: var(--theme-color);
}

.ot-blog .blog-text {
  margin-bottom: -0.5em;
}

.blog-card .blog-img {
  margin-bottom: 35px;
}

.blog-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.blog-featured .blog-img {
  width: 49%;
}

.blog-featured .blog-img img {
  height: 100%;
  object-fit: cover;
}

.blog-featured .blog-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ot-comment-form {
  margin-top: 60px;
  margin-bottom: 30px;
}

.ot-comment-form .row {
  --bs-gutter-x: 16px;
}

.ot-comment-form .ot-btn {
  width: 100%;
  height: 64px;
  border-radius: 8px;
}

.ot-comment-form .ot-btn:before {
  display: none;
}

.ot-comment-form .ot-btn:hover {
  background-color: var(--title-color);
}

.blog-details .blog-img {
  margin-bottom: 32px;
}

.blog-details .blog-title {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-details .blog-date {
  font-size: 32px;
  display: block;
  margin-bottom: 32px;
}

.blog-details .blog-content {
  border-top: 1px solid var(--theme-color);
  padding-top: 20px;
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-details .blog-title {
    font-size: 36px;
  }
  .blog-details .blog-date {
    font-size: 26px;
  }
  .blog-row {
    --bs-gutter-x: 24px;
  }
  .blog-featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-featured .blog-img {
    width: 100%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .blog-details .blog-img,
  .blog-details .blog-audio {
    margin-bottom: 28px;
  }
  .blog-details .blog-title {
    font-size: 32px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .ot-blog .blog-title {
    font-size: 26px;
  }
  .ot-blog .blog-meta a {
    font-size: 18px;
  }
  .blog-details .blog-date {
    font-size: 22px;
  }
}

@media (max-width: 400px) {
  .ot-blog {
    padding: 20px 20px 35px 20px;
  }
  .ot-blog .blog-title {
    font-size: 24px;
  }
  .blog-card .blog-img {
    margin-bottom: 20px;
  }
  .blog-featured {
    gap: 20px;
  }
}

/*------------------- 4.5. Hero Area  -------------------*/
.ot-hero-wrapper {
  position: relative;
  z-index: 2;
}

.combine-form {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  background-color: var(--white-color);
  margin-top: 24px;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}

.combine-form:before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
}

.combine-form:after {
  content: '';
  height: 168px;
  width: 168px;
  position: absolute;
  bottom: 0;
  right: -32px;
  background-color: var(--smoke-color);
  z-index: -2;
}

.combine-form .form1 {
  padding: 24px;
}

.combine-form .shape1 {
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -2;
}

.combine-form.style2:after {
  top: -24px;
  right: -24px;
  bottom: unset;
  height: 430px;
  width: 230px;
}

.combine-form.style2 .shape1 {
  bottom: 0;
  left: -40px;
  top: unset;
}

.form1 .row {
  --bs-gutter-x: 16px;
}

.form1 .form-title {
  margin-top: -0.3em;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form1 .form-text {
  font-size: 18px;
  margin-bottom: 24px;
  max-width: 500px;
}

.form1 .ot-btn {
  width: 100%;
  border-radius: 8px;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.form1 .ot-btn:before {
  display: none;
}

.form1 .ot-btn:hover {
  border-color: var(--title-color);
  background-color: var(--title-color);
}

.form-tab {
  border-bottom: 1px solid var(--border-color);
  padding: 24px 10px;
  position: relative;
  z-index: 2;
}

.form-tab .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: var(--body-color);
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-tab .nav-link i {
  margin-right: 4px;
}

.form-tab .nav-link:not(:last-child) {
  border-right: 1px solid var(--border-color) !important;
}

.form-tab .nav-link:hover, .form-tab .nav-link.active {
  border: none;
  color: var(--theme-color);
}

.hero-1 {
  overflow: hidden;
}

.hero-1 .hero-img {
  position: absolute;
  top: 0;
  right: 1%;
  z-index: -1;
}

.hero-1 .hero-shape1 {
  position: absolute;
  top: 30%;
  left: 4%;
  z-index: -1;
}

.hero-1 .shape-group {
  opacity: 0.6;
}

.hero-title {
  font-size: 64px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 24px;
}

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

.brand-box__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.brand-box__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1500px) {
  .hero-1 .hero-shape1 {
    left: 14%;
  }
}

@media (max-width: 1300px) {
  .hero-title {
    font-size: 60px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-1 .hero-img {
    top: unset;
    bottom: 0;
  }
  .hero-1 .hero-shape1 {
    display: none;
  }
  .hero-style1 {
    padding: 60px 0 0 0;
  }
  .brand-box {
    margin-top: 50px;
  }
  .combine-form {
    margin-top: 50px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-title {
    font-size: 54px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-title {
    font-size: 50px;
  }
  .brand-box__logos {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hero-1 .hero-img {
    right: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-title {
    font-size: 44px;
  }
  .form-tab {
    padding: 15px 5px;
  }
  .form-tab .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .hero-title {
    font-size: 38px;
  }
}

/*------------------- 4.6. Simple sections  -------------------*/
.z-index-common {
  position: relative;
  z-index: 3;
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.shape-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
  width: 100%;
  max-width: 665px;
  height: 100%;
  max-height: 528px;
}

.shape-group .shape {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.shape-group .shape1 {
  max-height: 350px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E4EFFF 300%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E4EFFF 300%);
}

.shape-group .shape2 {
  max-height: 422px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E4EFFF 240%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E4EFFF 240%);
}

.shape-group .shape3 {
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E4EFFF 180%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E4EFFF 180%);
}

.shape-group.color2 .shape1 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #EEE4FF 300%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EEE4FF 300%);
}

.shape-group.color2 .shape2 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #EEE4FF 240%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EEE4FF 240%);
}

.shape-group.color2 .shape3 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #EEE4FF 180%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EEE4FF 180%);
}

.shape-group.position-1, .shape-group.position-2 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.shape-group.position-1 {
  right: 4%;
}

.shape-group.position-2 {
  left: 4%;
}

.shape-group.position-3 {
  position: absolute;
  bottom: 25%;
  right: 16%;
  z-index: -1;
}

.shape-group.position-3 .shape1 {
  opacity: 0;
}

@media (min-width: 1441px) {
  .shape-group.position-1 {
    right: 15%;
  }
  .shape-group.position-2 {
    left: 15%;
  }
  .shape-group.position-3 {
    right: 24%;
  }
}

.table-content ol {
  padding-left: 20px;
  margin: 0;
}

.table-content li {
  color: var(--theme-color);
  line-height: 1.7;
}

.privacy-list {
  max-width: 740px;
}

.privacy-list li {
  color: var(--title-color);
  margin-bottom: 24px;
}

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

/*------------------- 4.7. Testimonial  -------------------*/
.testi-box {
  background-color: var(--white-color);
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
}

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

.testi-box__name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 3px;
}

.testi-box__desig {
  display: block;
  margin-bottom: 15px;
}

.testi-box__text {
  color: var(--title-color);
  margin-bottom: -0.45em;
}

#testiSlide .slick-slide {
  opacity: 0.6;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: scaleY(0.85);
      -ms-transform: scaleY(0.85);
          transform: scaleY(0.85);
}

#testiSlide .slick-slide .testi-box__text {
  -webkit-transform: scaleX(0.85);
      -ms-transform: scaleX(0.85);
          transform: scaleX(0.85);
}

#testiSlide .slick-slide.slick-active {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

#testiSlide .slick-slide.slick-active .testi-box__text {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#testiSlide .slick-slide.slick-center {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* Large devices */
@media (max-width: 1199px) {
  #testiSlide {
    --bs-gutter-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  #testiSlide {
    --bs-gutter-x: 1.5rem;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  #testiSlide {
    margin-left: 0;
    margin-right: 0;
  }
}

/*------------------- 4.8. About  -------------------*/
.about-img {
  position: relative;
  z-index: 2;
  padding: 32px;
}

.about-img:before {
  content: '';
  height: 334px;
  width: 204px;
  max-height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--smoke-color);
  z-index: -1;
}

.about-img .img1 img {
  width: 100%;
  min-height: 260px;
}

.about-img .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*------------------- 4.9. Contact  -------------------*/
.contact-form {
  max-width: 810px;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  padding: 40px;
  position: relative;
}

.contact-form .ot-btn {
  width: 100%;
  border-radius: 8px;
}

.contact-form .ot-btn:before {
  display: none;
}

.contact-sec {
  background-image: -webkit-linear-gradient(right, #F3F7FC, #F3F7FC);
  background-image: linear-gradient(to left, #F3F7FC, #F3F7FC);
  background-size: 100% 65%;
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* Small devices */
@media (max-width: 767px) {
  .contact-form {
    padding: 40px 20px;
  }
}

/*------------------- 4.00. Newsletter  -------------------*/
.newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0 auto;
  max-width: 542px;
}

.newsletter-form input {
  border-radius: 8px 0 0 8px;
}

.newsletter-form button {
  min-width: 180px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--theme-color);
  border: none;
  height: 60px;
  border-radius: 0 8px 8px 0;
}

.newsletter-form button:hover {
  background-color: var(--title-color);
}

@media (max-width: 500px) {
  .newsletter-form button {
    min-width: 130px;
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .newsletter-form button {
    min-width: 102px;
  }
}

/*------------------- 4.00. Faq  -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.accordion-card .accordion-button {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  font-family: var(--body-font);
  border: 0;
  color: var(--title-color);
  background-color: transparent;
  padding: 25px 40px 25px 0;
  border-bottom: 1px solid var(--border-color);
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.accordion-card .accordion-button:after {
  content: "\f054";
  height: 100%;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 900;
  font-size: 0.9em;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  border-bottom: none;
  color: var(--theme-color);
}

.accordion-card .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: var(--theme-color);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  padding: 0 0 25px 0;
  border-bottom: 1px solid var(--border-color);
}

.accordion-card .faq-text {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 31px;
}

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

.accordion-card:last-child .accordion-body {
  padding-bottom: 0;
  border-bottom: none;
}

.faq-sec {
  position: relative;
  z-index: 2;
}

.faq-sec:after {
  content: '';
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F3F7FC;
  z-index: -1;
}

.faq-area {
  background-color: var(--white-color);
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq-tab {
  border-right: 2px solid var(--border-color);
  max-width: 170px;
  position: relative;
}

.faq-tab .tab-btn {
  background-color: transparent;
  color: var(--body-color);
  font-weight: 600;
  border: none;
  padding: 20px 20px 20px 0;
  display: block;
  width: 100%;
}

.faq-tab .tab-btn.active {
  color: var(--theme-color);
}

.faq-tab .tab-btn:hover {
  color: var(--title-color);
}

.faq-tab .indicator {
  position: absolute;
  bottom: 0;
  right: -2px;
  left: unset !important;
  width: 2px !important;
  height: 100%;
  background-color: var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.faq-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 40px;
}

/* Small devices */
@media (max-width: 767px) {
  .faq-tab {
    max-width: 120px;
  }
  .faq-content {
    padding: 0 20px;
  }
  .accordion-card .accordion-button {
    font-size: 18px;
  }
  .accordion-card .faq-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .faq-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .faq-tab {
    max-width: 100%;
    width: 100%;
    border-bottom: 2px solid var(--border-color);
    border-right: unset;
    padding: 8px 10px;
  }
  .faq-tab .indicator {
    display: none;
  }
  .faq-tab .tab-btn {
    display: inline-block;
    width: auto;
    padding: 4px 10px;
  }
}

/*------------------- 4.00. Drive  -------------------*/
.img-box1 {
  position: relative;
  z-index: 2;
  padding: 40px 40px 56px 56px;
  /* Medium devices */
  /* Extra small devices */
}

.img-box1 .img1 img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.img-box1:before {
  content: '';
  height: 70%;
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--smoke-color);
  z-index: -1;
}

.img-box1 .shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .img-box1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .img-box1 {
    padding: 25px 25px 30px 30px;
  }
}

.img-box1.color2::before {
  background-color: var(--theme-color2);
  opacity: 0.2;
}

.img-box1.style_right {
  padding: 30px 45px 45px 30px;
  /* Extra small devices */
}

.img-box1.style_right:before {
  left: 0;
  right: unset;
}

.img-box1.style_right .shape1 {
  left: unset;
  right: 0;
}

@media (max-width: 575px) {
  .img-box1.style_right {
    padding: 25px 30px 30px 25px;
  }
}

.feature-list ul {
  margin: 0 0 35px 0;
  padding: 0;
  list-style-type: none;
}

.feature-list li {
  color: var(--title-color);
  font-weight: 600;
}

.feature-list li:not(:last-child) {
  margin-bottom: 24px;
}

.feature-list li i {
  font-size: 24px;
  color: #6F5CEE;
  vertical-align: text-top;
  margin-right: 10px;
}

.reward-box {
  max-width: 440px;
}

.reward-box-wrap:first-child {
  border-right: 1px solid var(--border-color);
}

.reward-box-wrap:last-child .reward-box {
  margin-left: auto;
}

.reward-box__icon {
  margin-bottom: 24px;
}

.reward-box__title {
  font-size: 34px;
  margin-bottom: 10px;
}

.reward-box__text {
  max-width: 460px;
  margin-bottom: 24px;
}

/* Medium devices */
@media (max-width: 991px) {
  .reward-box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .reward-box-wrap:first-child {
    border-right: none;
  }
  .reward-box__title {
    font-size: 30px;
  }
}

/*------------------- 4.00. Feature  -------------------*/
.img-box2 {
  position: relative;
  z-index: 2;
}

.img-box2:before {
  content: '';
  height: 70%;
  width: 60%;
  background-color: var(--smoke-color);
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: -1;
}

.img-box3 {
  position: relative;
  z-index: 2;
}

.img-box3 .shape1 {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}

/* Medium devices */
@media (max-width: 991px) {
  .img-box2,
  .img-box3 {
    margin-bottom: 40px;
  }
  .img-box2 .img1 img,
  .img-box3 .img1 img {
    width: 100%;
  }
  .img-box3 .shape1 {
    right: -30px;
    bottom: -30px;
  }
}

/*------------------- 4.00. Download  -------------------*/
.donwload-wrap {
  background-color: var(--theme-color);
  background-size: contain;
  background-position: bottom center;
  padding: 50px 80px 50px 440px;
  margin-top: 92px;
  border-radius: 24px;
  position: relative;
}

.donwload-wrap .download-img {
  position: absolute;
  bottom: 0;
  left: 80px;
}

.donwload-wrap .download-title {
  color: var(--white-color);
  margin-bottom: 15px;
}

.donwload-wrap .download-text {
  color: var(--white-color);
  margin-bottom: 24px;
}

.donwload-wrap .btn-group {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.download-btn img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.download-btn:hover img {
  -webkit-filter: brightness(0.8) invert(1);
          filter: brightness(0.8) invert(1);
}

/* Large devices */
@media (max-width: 1199px) {
  .donwload-wrap {
    padding: 50px 40px 50px 360px;
  }
  .donwload-wrap .download-img {
    left: 40px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .donwload-wrap {
    margin-top: 0;
    padding: 50px 40px 50px 300px;
  }
  .donwload-wrap .download-img {
    max-width: 235px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .donwload-wrap {
    margin-top: 370px;
    padding: 50px 40px 50px 40px;
  }
  .donwload-wrap .download-img {
    max-width: 100%;
    bottom: 100%;
  }
  .donwload-wrap .download-title {
    font-size: 32px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .donwload-wrap {
    margin-top: 340px;
    padding: 40px 20px 40px 20px;
  }
  .donwload-wrap .download-img {
    left: 50%;
    bottom: calc(100% - 20px);
    z-index: -1;
    margin-left: -140px;
  }
  .donwload-wrap .download-title {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .donwload-wrap .btn-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/*------------------- 4.00. Form  -------------------*/
.sign-in-form {
  --bs-gutter-x: 16px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  box-shadow: 0px 0px 128px 0px #00000014;
  border-radius: 16px;
  text-align: center;
  max-width: 540px;
  width: 100%;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
}

.sign-in-form .form-logo {
  margin-bottom: 15px;
}

.sign-in-form .form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}

.sign-in-form .form-text {
  font-size: 18px;
  margin-bottom: 32px;
}

.sign-in-form input,
.sign-in-form label {
  text-align: left;
}

.sign-in-form .ot-btn {
  width: 100%;
  border-radius: 8px;
  background-color: var(--theme-color);
  color: var(--white-color);
}

.sign-in-form .ot-btn:before {
  display: none;
}

.sign-in-form .ot-btn:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

.sign-up-url {
  font-size: 18px;
  text-align: left;
  margin: -8px 0 20px 0;
}

.ride-on-web-sec {
  position: relative;
}

.ride-on-web-sec .bg-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0px;
  -webkit-filter: sepia(0.4) grayscale(0.2);
          filter: sepia(0.4) grayscale(0.2);
}

.ride-on-web-sec .bg-map iframe {
  width: 100%;
  height: 100%;
}

.ride-map {
  line-height: 0px;
}

.ride-map iframe {
  width: 100%;
  aspect-ratio: 16 / 14;
}

.ride-form {
  position: relative;
  z-index: 3;
  background-color: var(--white-color);
  padding: 24px;
  border-radius: 16px;
  max-width: 412px;
}

.ride-form .form-title {
  font-size: 32px;
  font-weight: 600;
  margin-top: -0.26em;
}

.ride-form .input-group {
  border: 1px solid var(--border-color);
  padding: 0 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  display: block;
}

.ride-form .input-group input {
  border: none;
  margin-bottom: 0;
  padding-left: 22px;
  border-radius: 0;
}

.ride-form .input-group .form-group {
  margin-bottom: 0;
}

.ride-form .input-group .form-group:first-child {
  border-bottom: 1px solid var(--border-color);
}

.ride-form .input-group .form-group i {
  font-size: 20px;
  color: var(--theme-color);
  top: 20px;
  left: 0;
}

.ride-form .input-group .form-group .fa-location-dot {
  color: #E03B3B;
}

.ride-form .input-group .distance {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  padding-left: 10px;
  background-color: var(--white-color);
}

.ride-form .form-label {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.ride-form .form-btn {
  margin-top: 16px;
}

.ride-form .form-btn .ot-btn {
  margin-top: 16px;
  width: 100%;
  border-radius: 8px;
}

.ride-form .form-btn .ot-btn:before {
  display: none;
}

.ride-form .form-btn .ot-btn:hover {
  background-color: var(--theme-color);
}

.ride-form .form-btn .ot-btn.style2:hover {
  background-color: var(--title-color);
}

.ride-form.style2 {
  padding: 0;
  max-width: 100%;
}

.input-vehicle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  height: 60px;
  padding: 0 16px;
  margin-bottom: 24px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-vehicle .form-check {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0;
}

.input-vehicle .form-check:first-child {
  border-right: 1px solid var(--border-color);
}

.input-vehicle .form-check:last-child {
  text-align: right;
}

.input-vehicle .form-check label {
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.input-vehicle .form-check label i {
  margin-right: 3px;
}

.input-vehicle .form-check label:before {
  display: none;
}

.input-vehicle input[type="radio"]:checked ~ label {
  color: var(--theme-color);
}

@media (max-width: 380px) {
  .input-vehicle .form-check label {
    font-size: 14px;
    text-transform: capitalize;
  }
}

/*------------------- 4.00. Event  -------------------*/
.img-box1.style_alt {
  padding: 40px;
}

.img-box1.style_alt:before {
  bottom: 0;
  left: 0;
  top: unset;
  background-color: rgba(111, 92, 238, 0.2);
}

.img-box1.style_alt .shape1 {
  top: 0;
  right: 0;
  left: unset;
}

.img-box2.left-bottom:before {
  bottom: -24px;
  top: unset;
}

.img-box2.right-bottom:before {
  left: unset;
  top: unset;
  bottom: -24px;
  right: -24px;
}

/*------------------- 4.00. Process  -------------------*/
.process-box {
  text-align: center;
}

.process-box__icon {
  width: 80px;
  height: 80px;
  line-height: 84px;
  background-color: #F3F7FC;
  color: var(--theme-color2);
  text-align: center;
  border-radius: 99px;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto 24px auto;
}

.process-box__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.process-box__text {
  font-size: 18px;
  max-width: 365px;
  margin: 0 auto -0.5em auto;
}

/*------------------- 4.00. Ride  -------------------*/
.ride-box {
  background-color: var(--white-color);
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
}

.ride-box__img {
  margin: 15px auto;
}

.ride-box__name {
  font-size: 24px;
  font-weight: 600;
  margin-top: -0.34em;
}

.ride-box__text {
  color: var(--title-color);
  margin: 0 auto -0.45em auto;
  max-width: 306px;
}

#rideSlide .slick-slide {
  opacity: 0.6;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: scaleY(0.85);
      -ms-transform: scaleY(0.85);
          transform: scaleY(0.85);
}

#rideSlide .slick-slide .ride-box__text {
  -webkit-transform: scaleX(0.85);
      -ms-transform: scaleX(0.85);
          transform: scaleX(0.85);
}

#rideSlide .slick-slide.slick-active {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

#rideSlide .slick-slide.slick-active .ride-box__text {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#rideSlide .slick-slide.slick-center {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* Large devices */
@media (max-width: 1199px) {
  #rideSlide {
    --bs-gutter-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  #rideSlide {
    --bs-gutter-x: 1.5rem;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  #rideSlide {
    margin-left: 0;
    margin-right: 0;
  }
}

/*------------------- 4.00. Counter  -------------------*/
.counter-box {
  text-align: center;
}

.counter-box-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px 15px;
}

.counter-box__number {
  font-weight: 700;
  font-size: 64px;
  margin-bottom: 0px;
  margin-top: -0.2em;
}

.counter-box__text {
  font-weight: 600;
  margin-bottom: -0.5em;
}

/* Small devices */
@media (max-width: 767px) {
  .counter-box__number {
    font-size: 50px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .counter-box__number {
    font-size: 44px;
  }
}

/*------------------- 4.00. Sitemap  -------------------*/
.sitemap-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .sitemap-list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  .sitemap-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .sitemap-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sitemap-list a {
  font-weight: 600;
  font-size: 18px;
  color: var(--title-color);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sitemap-list a:before {
  content: '\f0c1';
  font-family: var(--icon-font);
  font-size: 0.9em;
  margin-right: 8px;
  color: var(--theme-color);
}

.sitemap-list a:hover {
  color: var(--theme-color);
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

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

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

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

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

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

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

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

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

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

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

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

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

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

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

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

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

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

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

@media (min-width: 1024px) {
  .mt-lg-n3 {
    margin-top: -1rem;
  }
}

.mt-n1 {
  margin-top: -.28rem;
}

.mt-n2 {
  margin-top: -.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -.28rem;
}

.mb-n2 {
  margin-bottom: -.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Large devices */
@media (max-width: 1199px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}

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

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

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Large devices */
@media (max-width: 1199px) {
  .container.mb-n2 {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
