/******************************************************************
Theme Name:     Rockingham Auto Centre
Theme URI:
Description:    This site was built by Caffeinate.
Author:         
Author URI:     https://caffeinate.com.au/
Text Domain:    cd
Version: 1.0.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

*******************************************************************/
:root {
  --black: #000000;
  --white: #ffffff;
  --black-text: #323232;
  --orange: #AC441D;
  --green: #7DC141;
  --primary-font-family: 'Archivo', sans-serif;
  --secondary-font-family: 'Archivo', sans-serif;
}

::-moz-selection {
  background: rgba(125, 193, 65, 0.6);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(125, 193, 65, 0.6);
  color: #fff;
  text-shadow: none;
}

*, ::after, ::before {
  text-rendering: optimizeLegibility;
  outline: 0;
}

/* USAGE: @include transition(all 0.2s ease-in-out); */
/* USAGE: @include css-gradient(#dfdfdf,#f8f8f8); */
/* USAGE: @include transform($transforms); */
/* usage: @include box-shadow; or @include box-shadow(0, 2px, 2px, #333); */
/*----------------------------------------*/
/*  02. MIXIN CSS START
/*----------------------------------------*/
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body {
  font-family: var(--primary-font-family);
  font-weight: normal;
  font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 380px) / (1920 - 380)));
  font-size: calc(14px + (16 - 14) * ((100vw - 380px) / (1920 - 380)));
  color: var(--black);
  background-color: #F4F4F4;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
}

@media screen and (min-width: 1980px) {
  body {
    font-size: 16px;
  }
}

body.admin-bar {
  position: relative;
}

body.overflow-hide {
  overflow: hidden;
  height: 100vh;
}

body.locked {
  overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--secondary-font-family);
  font-weight: bold;
  line-height: 1.2;
}

a {
  color: #7DC141;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #8ac754;
  text-decoration: none;
}

p {
  color: inherit;
  line-height: 1.7;
  font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(14px + (16 - 14) * ((100vw - 380px) / (1980 - 380)));
  font-weight: normal;
  margin-bottom: 0;
}

@media screen and (min-width: 1980px) {
  p {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1600px;
}

@media (max-width: 1340px) {
  .container {
    width: 95%;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .container {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .container {
    min-width: 90%;
  }
}

.main-content, .page-wrapper {
  min-height: -webkit-calc(100vh - 500px);
  min-height: calc(100vh - 500px);
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

h1.title, h1 {
  font-size: -webkit-calc(28px + (60 - 28) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(28px + (60 - 28) * ((100vw - 380px) / (1980 - 380)));
  font-family: var(--primary-font-family);
}

@media screen and (min-width: 1980px) {
  h1.title, h1 {
    font-size: 60px;
  }
}

h2.title, h2 {
  font-size: -webkit-calc(22px + (36 - 22) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(22px + (36 - 22) * ((100vw - 320px) / (1980 - 320)));
  margin: 0;
}

@media screen and (min-width: 1980px) {
  h2.title, h2 {
    font-size: 36px;
  }
}

h2.title span, h2 span {
  color: var(--white);
}

h3 {
  font-size: -webkit-calc(18px + (26 - 18) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1980 - 320)));
  margin-bottom: 10px;
}

@media screen and (min-width: 1980px) {
  h3 {
    font-size: 26px;
  }
}

h5 {
  font-size: -webkit-calc(16px + (20 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-weight: 400;
}

@media screen and (min-width: 1980px) {
  h5 {
    font-size: 20px;
  }
}

.page-template-default .main-content {
  padding: 180px 0 100px;
  max-width: 1160px;
  min-width: auto;
}

@media screen and (max-width: 1280px) {
  .page-template-default .main-content {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .page-template-default .main-content {
    padding: 60px 0;
  }
}

.page-template-default .main-content #head {
  margin-bottom: 60px;
}

.page-template-default .main-content p {
  margin-bottom: 10px;
}

.page-template-default .main-content h2, .page-template-default .main-content h3, .page-template-default .main-content h4 {
  margin-bottom: 10px;
}

.text-content ul {
  list-style: none;
  padding: 0;
}

.text-content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .text-content ul li {
    padding-left: 25px;
  }
}

.text-content p {
  margin-bottom: 15px;
}

.text-content strong, .text-content b {
  font-weight: 700;
}

.content-wrap {
  padding: 60px 0 100px;
}

@media (max-width: 991px) {
  .content-wrap {
    padding: 40px 0 50px;
  }
}

.content-wrap hr {
  margin: 50px 0;
}

@media screen and (max-width: 570px) {
  .content-wrap hr {
    margin: 35px 0;
  }
}

.content-wrap p {
  margin-bottom: 25px;
}

.content-wrap h4 {
  font-family: var(--primary-font-family);
  font-style: italic;
  font-size: 22px;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 25px;
}

.content-wrap ul li {
  line-height: 2;
}

.btn-group {
  margin-top: 60px;
  gap: 20px;
  width: 100%;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .btn-group {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    gap: 15px;
    margin: 20px 0 30px;
  }
}

.btn-group .btn {
  max-width: 200px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  padding: 18px 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .btn-group .btn {
    min-width: 180px;
    margin: 0 auto !important;
  }
}

@media (max-width: 991px) {
  .md-hide {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .md-show {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-show {
    display: block !important;
  }
}

i {
  display: inline-block;
  background-size: contain;
  height: 20px;
  width: 20px;
}

i.icon-phone {
  background: url(assets/images/icon-phone.svg) center no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

i.icon-email {
  background: url(assets/images/icon-email.svg) center no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}

.has-animation {
  opacity: 0;
  -ms-transform: translateY(60px);
      transform: translateY(60px);
  -webkit-transform: translateY(60px);
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid var(--green);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(-webkit-calc(-50% + 5px), -50%);
      -ms-transform: translate(calc(-50% + 5px), -50%);
          transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: var(--green);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--green);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: var(--white);
  background-color: var(--green);
  padding: 13px 30px 13px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  z-index: 2;
  text-align: center;
}

@media (max-width: 767px) {
  .thm-btn {
    font-size: 14px;
    padding: 10px 20px 10px;
  }
}

.thm-btn span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
  top: 2px;
}

.thm-btn::after {
  content: "";
  background-color: var(--black);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  -webkit-transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.thm-btn:hover:after {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  -webkit-transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn:hover {
  color: var(--white);
}

.gform_confirmation_wrapper {
  margin-top: 30px;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: -webkit-calc(16px + (28 - 16) * ((100vw - 320px) / (1980 - 320))) !important;
  font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1980 - 320))) !important;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 1980px) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 32px !important;
  }
}

.gform_confirmation_wrapper .gform_confirmation_message br {
  display: none;
}

.gform_confirmation_wrapper .gform_confirmation_message h2 {
  text-transform: uppercase;
  font-size: -webkit-calc(20px + (55 - 20) * ((100vw - 320px) / (1980 - 320))) !important;
  font-size: calc(20px + (55 - 20) * ((100vw - 320px) / (1980 - 320))) !important;
  margin-bottom: 0;
  color: #000 !important;
}

@media screen and (min-width: 1980px) {
  .gform_confirmation_wrapper .gform_confirmation_message h2 {
    font-size: 55px !important;
  }
}

@media (max-width: 480px) {
  .gform-theme.gform-theme--framework.gform_wrapper {
    width: 95%;
    margin: 0 auto;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors {
  display: none !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors h2.gform_submission_error {
  font-size: 13.2px !important;
  margin-bottom: 0 !important;
  letter-spacing: 0 !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .gf_progressbar_wrapper {
  display: none;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform_heading {
  display: none;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  grid-row-gap: 15px;
}

@media (max-width: 991px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_fields {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper form .gf_invisible, .gform-theme.gform-theme--framework.gform_wrapper form .gfield_visibility_hidden {
  position: relative;
  visibility: visible;
  inset-inline-start: auto;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gf_invisible .admin-hidden-markup, .gform-theme.gform-theme--framework.gform_wrapper form .gfield_visibility_hidden .admin-hidden-markup {
  display: none;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield .gfield_validation_message {
  border: 0;
  background: transparent;
  padding: 0;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield .gfield_description.instruction {
  color: #c02b0a;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield .gform-field-label {
  margin-bottom: 0;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
  background-color: #F2F2F2;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  border: 0;
  padding: 17px 20px !important;
  font-size: -webkit-calc(14px + (16 - 14) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(14px + (16 - 14) * ((100vw - 380px) / (1980 - 380)));
  font-weight: 400;
  color: var(--black);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 44px;
}

@media screen and (min-width: 1980px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
    padding: 13px 15px !important;
    min-height: auto !important;
    line-height: 1 !important;
  }
}

@media screen and (max-width: 480px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url], .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week], .gform-theme.gform-theme--framework.gform_wrapper form .gfield select, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea {
    padding: 13px 15px;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=color]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=date]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=email]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=month]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=number]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=password]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=search]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=tel]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=text]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=time]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=url]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield input[type=week]::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-moz-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::-webkit-input-placeholder, .gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield .ginput_container_date {
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield .ginput_container_date:after {
  content: "";
  position: absolute;
  right: 0;
  left: unset;
  top: 15px;
  background: url(assets/images/icon-datepicker.svg) no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield .ginput_container_date input.datepicker {
  width: 100%;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.large {
  resize: none;
  height: 120px;
  min-block-size: 6rem;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.large.large {
  height: 110px !important;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.large:-ms-input-placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.large::-webkit-input-placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.large::-moz-placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield textarea.large::placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield .ginput_container.gform-grid-row {
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select {
  color: var(--black);
  -webkit-appearance: none;
  background-position-x: -webkit-calc(100% - 15px);
  background-position-x: calc(100% - 15px);
  background-position-y: center;
  padding: 7px 40px 8px 25px !important;
  background-image: url(assets/images/icon-dropdown.svg);
}

@media screen and (max-width: 480px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield select {
    background-size: 6%;
  }
}

@media (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gfield select {
    padding: 17px 40px 16px 25px !important;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select:invalid option {
  color: rgba(34, 34, 34, 0.45);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select:-ms-input-placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-webkit-input-placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select::-moz-placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select::placeholder {
  color: var(--black);
}

.gform-theme.gform-theme--framework.gform_wrapper form .gfield select option {
  font-weight: 200;
  color: var(--black);
  padding: 7px 5px;
}

.gform-theme.gform-theme--framework.gform_wrapper form .chosen-container a.chosen-single {
  background: #EFEFEF;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  border: 0;
  padding: 14px 30px;
  font-size: -webkit-calc(16px + (20 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-weight: 200;
}

@media screen and (min-width: 1980px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .chosen-container a.chosen-single {
    font-size: 20px;
  }
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer {
  padding-bottom: 0;
  padding-top: 10px;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer [type=submit] {
  font-size: 16px !important;
  background: var(--green) !important;
  border: 0 !important;
  -webkit-border-radius: 12px !important;
          border-radius: 12px !important;
  padding: 14px 65px !important;
  line-height: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  text-transform: uppercase !important;
  width: 100% !important;
}

.gform-theme.gform-theme--framework.gform_wrapper form .gform_footer [type=submit]:hover {
  background: var(--black) !important;
}

@media screen and (max-width: 767px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer [type=submit] {
    padding: 15px 25px 15px;
  }
}

@media screen and (max-width: 520px) {
  .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer [type=submit] {
    min-width: auto;
    width: 100%;
  }
}

.gform-theme--framework.ui-datepicker {
  margin-top: -30px !important;
}

.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span {
  background-color: var(--green);
}

@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon.eot?orkqwr");
  src: url("assets/fonts/icomoon.eot?orkqwr#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?orkqwr") format("truetype"), url("assets/fonts/icomoon.woff?orkqwr") format("woff"), url("assets/fonts/icomoon.svg?orkqwr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chassis:before {
  content: "\e900";
}

.icon-broken-car:before {
  content: "\e901";
}

.icon-brake-disc:before {
  content: "\e902";
}

.icon-angle-down:before {
  content: "\e903";
}

.icon-angle-right:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-left-two:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-arrow-right-three:before {
  content: "\e908";
}

.icon-arrow-right-two:before {
  content: "\e909";
}

.icon-arrow-up-right:before {
  content: "\e90a";
}

.icon-arrow-up-right-two:before {
  content: "\e90b";
}

.icon-auto-machanic-shop:before {
  content: "\e90c";
}

.icon-calendar:before {
  content: "\e90d";
}

.icon-calendar-2:before {
  content: "\e90e";
}

.icon-clock:before {
  content: "\e90f";
}

.icon-comments:before {
  content: "\e910";
}

.icon-double-arrow-right:before {
  content: "\e911";
}

.icon-engineer:before {
  content: "\e912";
}

.icon-facebook-f:before {
  content: "\e913";
}

.icon-folder:before {
  content: "\e914";
}

.icon-gearshift:before {
  content: "\e915";
}

.icon-instagram:before {
  content: "\e916";
}

.icon-linkedin-in:before {
  content: "\e917";
}

.icon-linkedin-in-two:before {
  content: "\e918";
}

.icon-mail:before {
  content: "\e919";
}

.icon-minus:before {
  content: "\e91a";
}

.icon-phone:before {
  content: "\e91b";
}

.icon-pin:before {
  content: "\e91c";
}

.icon-pintarest:before {
  content: "\e91d";
}

.icon-piston:before {
  content: "\e91e";
}

.icon-plus:before {
  content: "\e91f";
}

.icon-pressure:before {
  content: "\e920";
}

.icon-quote:before {
  content: "\e921";
}

.icon-search:before {
  content: "\e922";
}

.icon-send:before {
  content: "\e923";
}

.icon-star:before {
  content: "\e924";
}

.icon-trophy:before {
  content: "\e925";
}

.icon-user:before {
  content: "\e926";
}

.icon-user-2:before {
  content: "\e927";
}

.icon-Vector:before {
  content: "\e928";
}

.icon-video:before {
  content: "\e929";
}

.icon-wheel-2:before {
  content: "\e92a";
}

.icon-wheels:before {
  content: "\e92b";
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
/* no menu after 2rd level dropdown */
header.main-header .container {
  max-width: 1290px;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu .main-menu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  display: none;
}

.main-menu .main-menu__list > li {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  position: relative;
}

.main-menu .main-menu__list > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
          transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li + li {
  margin-left: 30px;
}

.main-menu .main-menu__list > li > a {
  font-size: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  background-color: var(--green);
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list > li:hover > a {
  color: var(--green);
}

.main-menu .main-menu__list > li:hover > a::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.main-menu .main-menu__list > li:hover > a::after {
  color: var(--green);
}

.main-menu .main-menu__list > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
          transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li.current > a {
  color: var(--green);
}

.main-menu .main-menu__list > li.current > a::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.main-menu .main-menu__list > li.current > a::after {
  color: var(--green);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--green);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--white);
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 40px 0;
  background-color: #000;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
          border-bottom-right-radius: 20px;
  z-index: 1;
}

.main-header__logo {
  position: relative;
  display: block;
  padding: 30px 0;
  z-index: 2;
}

.main-menu__left {
  position: relative;
  display: block;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.main-menu__social {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.main-menu__social a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 15px;
  color: var(--white);
  overflow: hidden;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--green);
  background-color: var(--white);
}

.main-menu__social a:hover img {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}

.main-menu__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.main-menu__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--white);
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  z-index: -1;
}

.main-menu__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
      align-items: flex-end;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  padding-right: 11px;
  height: 45px;
  width: 45px;
  background-color: var(--green);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
  width: 22px;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  width: 22px;
}

.icon-dots-menu-one {
  position: relative;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-two {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  background-color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-three {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  background-color: var(--white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.main-menu {
  background-color: var(--black);
}

.stricky-header .main-menu__wrapper-inner {
  padding: 0 0px 0;
  background-color: transparent;
}

.stricky-header .main-menu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: none;
}

.stricky-header .main-menu__list > li {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  position: relative;
}

.stricky-header .main-menu__list > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
          transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.stricky-header .main-menu__list > li > a {
  font-size: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  color: var(--white);
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  background-color: var(--green);
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  z-index: 1;
}

.stricky-header .main-menu__list > li:hover > a {
  color: var(--green);
}

.stricky-header .main-menu__list > li:hover > a::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.stricky-header .main-menu__list > li:hover > a::after {
  color: var(--green);
}

.stricky-header .main-menu__list > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
          transform: scaleY(1) translateZ(0px);
}

.stricky-header .main-menu__list > li.current > a {
  color: var(--green);
}

.stricky-header .main-menu__list > li.current > a::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.stricky-header .main-menu__list > li.current > a::after {
  color: var(--green);
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.mobile-nav__buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--green);
  cursor: pointer;
}

.mobile-nav__buttons a:hover {
  color: var(--green);
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.mobile-nav__content .main-menu__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  line-height: 30px;
  color: var(--white);
  font-size: 14px;
  font-family: var(--primary-font-family);
  font-weight: 500;
  height: 46px;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--green);
  border: none;
  outline: none;
  color: var(--white);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #fff;
  color: var(--green);
}

.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > ul > li > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  line-height: 30px;
  color: var(--white);
  font-size: 14px;
  font-family: var(--primary-font-family);
  font-weight: 500;
  height: 46px;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--green);
  border: none;
  outline: none;
  color: var(--white);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #fff;
  color: var(--green);
}

.mobile-nav__content .main-menu__list > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  line-height: 30px;
  color: var(--white);
  font-size: 14px;
  font-family: var(--primary-font-family);
  font-weight: 500;
  height: 46px;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--green);
  border: none;
  outline: none;
  color: var(--white);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #fff;
  color: var(--green);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--green);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--white);
  cursor: pointer;
}

.mobile-nav__top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--black);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__container .main-logo {
  display: none;
}

.mobile-nav__container .topbar__buttons {
  display: none;
}

.mobile-nav__container .main-menu__language {
  display: none;
}

.mobile-nav__container .main-menu__login {
  display: none;
}

.mobile-nav__social {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a:hover {
  color: var(--green);
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.mobile-nav__contact li a {
  color: var(--white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--green);
}

.mobile-nav__contact li > span {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: var(--green);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: var(--white);
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .main-menu .main-menu__list > li > ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .main-menu .main-menu__list > li > ul > li > ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .main-menu .mobile-nav__toggler {
    display: none;
  }
  .stricky-header .main-menu__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .stricky-header .main-menu__list > li > ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .mobile-nav__buttons {
    display: none;
  }
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.xs-sidebar-group .xs-sidebar-widget {
  max-width: 400px;
}

.xs-sidebar-group .sidebar-widget-container h2, .xs-sidebar-group .sidebar-widget-container h3, .xs-sidebar-group .sidebar-widget-container h4 {
  color: var(--green);
  margin-bottom: 14px;
}

.xs-sidebar-group .sidebar-widget-container p {
  margin-bottom: 25px;
}

.xs-sidebar-group .sidebar-widget-container .gform-theme.gform-theme--framework.gform_wrapper form .gfield .gform-field-label {
  color: var(--white);
}

.xs-sidebar-group .gform_confirmation_message {
  color: #fff;
}

.site-footer {
  position: relative;
  display: block;
  z-index: 1;
}

.site-footer .container {
  max-width: 1320px;
}

.site-footer__wrap {
  position: relative;
  display: block;
  max-width: 1560px;
  width: 100%;
  margin: 0 auto 0;
  padding: 80px 15px 0;
  background-color: var(--black);
  color: var(--white);
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
          border-top-right-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 991px) {
  .site-footer__wrap {
    padding: 60px 15px 0;
  }
}

@media (max-width: 767px) {
  .site-footer__wrap {
    padding: 35px 15px 0;
  }
}

.site-footer__top-inner {
  position: relative;
  display: block;
  padding: 40px 0 50px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 0;
  margin-right: -10px;
}

.footer-widget__about-logo {
  position: relative;
  display: inline-block;
}

.footer-widget__contact-info {
  position: relative;
  display: block;
  margin-top: 0;
}

.footer-widget__contact-list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-widget__contact-list li {
  position: relative;
  display: block;
  width: 50%;
  margin-top: 22px;
}

@media screen and (max-width: 1240px) {
  .footer-widget__contact-list li {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .footer-widget__contact-list li {
    width: 100%;
  }
}

.footer-widget__contact-icon-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .footer-widget__contact-icon-box {
    margin-bottom: 0;
  }
}

.footer-widget__contact-icon-box span {
  font-size: 16px;
  color: var(--white);
}

.footer-widget__contact-icon-box p {
  color: var(--white);
}

.footer-widget__contact-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 560px) {
  .footer-widget__contact-text {
    font-size: 14px;
  }
}

.footer-widget__contact-text a {
  color: var(--white);
}

.footer-widget__contact-text a:hover {
  color: var(--green);
}

.footer-widget__page-link {
  position: relative;
  display: block;
  margin-left: 88px;
}

.footer-widget__title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--white);
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 34px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .footer-widget__title {
    margin-bottom: 20px;
  }
}

.footer-widget__page-link-list, #menu-footer-menu {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget__page-link-list li, #menu-footer-menu li {
  position: relative;
  display: block;
  width: 33.33%;
  margin-top: 15px;
  padding-left: 25px;
}

@media (max-width: 480px) {
  .footer-widget__page-link-list li, #menu-footer-menu li {
    width: 50%;
  }
}

.footer-widget__page-link-list li::before, #menu-footer-menu li::before {
  font-family: 'icomoon' !important;
  content: "\e911";
  font-size: 15px;
  color: var(--green);
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  font-weight: 300;
}

.footer-widget__page-link-list li a, #menu-footer-menu li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__page-link-list li:hover a, #menu-footer-menu li:hover a {
  color: var(--green);
}

.footer-widget__post {
  position: relative;
  display: block;
  margin-left: 60px;
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding: 30px 0 30px;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer__bottom-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: .20;
  background: var(--white);
}

.site-footer__copyright {
  position: relative;
  display: block;
}

.site-footer__copyright-text {
  color: rgba(var(--crank-white-rgb), 1);
}

.site-footer__copyright-text a {
  color: var(--crank-base);
  text-transform: capitalize;
}

.site-footer__copyright-text a:hover {
  color: var(--crank-white);
}

.site-footer__bottom-menu-box {
  position: relative;
  display: block;
}

.site-footer__bottom-menu {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.site-footer__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer__bottom-menu li a {
  color: var(--crank-white);
}

.site-footer__bottom-menu li a:hover {
  color: var(--crank-base);
}

.error404 .main-content, .page-template-thankyou-template .main-content {
  background-size: 100%;
  min-height: auto;
  border-bottom: 2px solid var(--white);
}

.error404 .main-content .container, .page-template-thankyou-template .main-content .container {
  max-width: 900px;
  padding: 180px 0;
  position: relative;
  text-align: center;
}

.error404 .main-content .container:before, .page-template-thankyou-template .main-content .container:before {
  content: "";
  background: url(assets/images/page-bg.svg) no-repeat;
  background-position: -5% bottom;
  background-size: contain;
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: -135px;
}

@media (max-width: 991px) {
  .error404 .main-content .container:before, .page-template-thankyou-template .main-content .container:before {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .error404 .main-content .container, .page-template-thankyou-template .main-content .container {
    padding: 90px 0;
  }
}

@media (max-width: 560px) {
  .error404 .main-content .container, .page-template-thankyou-template .main-content .container {
    padding: 70px 0;
  }
}

.error404 .main-content .container h1, .page-template-thankyou-template .main-content .container h1 {
  font-weight: 600;
  color: var(--black);
  font-size: -webkit-calc(110px + (340 - 110) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(110px + (340 - 110) * ((100vw - 380px) / (1980 - 380)));
  letter-spacing: -1px;
  margin-bottom: 60px;
  line-height: 0.7;
  margin-bottom: 30px;
}

.error404 .main-content .container h1 span, .page-template-thankyou-template .main-content .container h1 span {
  color: var(--black);
}

@media screen and (min-width: 1980px) {
  .error404 .main-content .container h1, .page-template-thankyou-template .main-content .container h1 {
    font-size: 340px;
  }
}

.error404 .main-content .container #notfound, .page-template-thankyou-template .main-content .container #notfound {
  margin-top: 50px;
}

.error404 .main-content .container #thankyou h1, .page-template-thankyou-template .main-content .container #thankyou h1 {
  font-size: -webkit-calc(35px + (100 - 35) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(35px + (100 - 35) * ((100vw - 380px) / (1980 - 380)));
  margin-bottom: 30px;
  line-height: 1;
}

.error404 .main-content .container #thankyou h1 span, .page-template-thankyou-template .main-content .container #thankyou h1 span {
  color: var(--white);
}

@media screen and (min-width: 1980px) {
  .error404 .main-content .container #thankyou h1, .page-template-thankyou-template .main-content .container #thankyou h1 {
    font-size: 100px;
    letter-spacing: 1.45px;
  }
}

.error404 .main-content .container #thankyou h2, .error404 .main-content .container #thankyou h3, .page-template-thankyou-template .main-content .container #thankyou h2, .page-template-thankyou-template .main-content .container #thankyou h3 {
  margin-bottom: 20px;
}

.error404 .main-content .container .text-content, .page-template-thankyou-template .main-content .container .text-content {
  margin-bottom: 40px;
  font-size: -webkit-calc(16px + (20 - 16) * ((100vw - 380px) / (1980 - 380)));
  font-size: calc(16px + (20 - 16) * ((100vw - 380px) / (1980 - 380)));
}

@media screen and (min-width: 1980px) {
  .error404 .main-content .container .text-content, .page-template-thankyou-template .main-content .container .text-content {
    font-size: 20px;
  }
}

.home section .container {
  max-width: 1290px;
}

.home section .section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: var(--green);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home section .section-title__title {
  color: var(--black);
  font-size: -webkit-calc(28px + (45 - 28) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(28px + (45 - 28) * ((100vw - 320px) / (1980 - 320)));
  line-height: 1.2;
  font-weight: 600;
  margin: 6px 0 0;
}

@media screen and (min-width: 1980px) {
  .home section .section-title__title {
    font-size: 45px;
  }
}

.home section .section-title {
  position: relative;
  display: block;
  margin-bottom: 59px;
  margin-top: -8px;
  z-index: 1;
}

.home section.main-slider {
  position: relative;
  display: block;
  z-index: 10;
}

.home section.main-slider .row {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.home section.main-slider .container {
  position: relative;
  z-index: 1;
}

.home section.main-slider .main-slider__wrap {
  position: relative;
  display: block;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto 0;
  -webkit-border-radius: 60px;
          border-radius: 60px;
  background-color: var(--green);
  z-index: 10;
}

.home section.main-slider .main-slider__shape-1 {
  position: absolute;
  top: 112px;
  left: 35px;
  opacity: 0.1;
  z-index: 0;
}

.home section.main-slider .main-slider__shape-1 img {
  width: auto;
  -webkit-animation: topBottom 3s ease-in-out infinite;
          animation: topBottom 3s ease-in-out infinite;
}

.home section.main-slider .item {
  position: relative;
  padding-top: 244px;
  padding-bottom: 195px;
  background-color: var(--green);
  -webkit-border-radius: 60px;
          border-radius: 60px;
  z-index: 10;
}

@media (max-width: 991px) {
  .home section.main-slider .item {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.home section.main-slider .main-slider__content {
  position: relative;
  display: block;
  z-index: 10;
  max-width: 485px;
}

@media (max-width: 991px) {
  .home section.main-slider .main-slider__content {
    max-width: none;
  }
}

.home section.main-slider .main-slider__title {
  position: relative;
  display: block;
  font-size: -webkit-calc(40px + (72 - 40) * ((100vw - 320px) / (1680 - 320)));
  font-size: calc(40px + (72 - 40) * ((100vw - 320px) / (1680 - 320)));
  color: var(--white);
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transition: opacity 1200ms ease, -webkit-transform 1200ms ease;
  transition: opacity 1200ms ease, -webkit-transform 1200ms ease;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transition: transform 1200ms ease, opacity 1200ms ease, -webkit-transform 1200ms ease;
  -webkit-transform: translateX(200px);
      -ms-transform: translateX(200px);
          transform: translateX(200px);
}

@media screen and (min-width: 1980px) {
  .home section.main-slider .main-slider__title {
    font-size: 72px;
  }
}

.home section.main-slider .main-slider__title span {
  color: var(--green);
}

.home section.main-slider .active .main-slider__title {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.home section.main-slider .main-slider__text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
  opacity: 0;
  -webkit-transition: opacity 1200ms ease, -webkit-transform 1200ms ease;
  transition: opacity 1200ms ease, -webkit-transform 1200ms ease;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transition: transform 1200ms ease, opacity 1200ms ease, -webkit-transform 1200ms ease;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
}

.home section.main-slider .main-slider__text p {
  margin-bottom: 20px;
}

.home section.main-slider .main-slider__img {
  position: absolute;
  top: -70px;
  right: 0;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(400px);
          transform: perspective(400px) rotateY(0deg) translateX(400px);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  visibility: hidden;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.home section.main-slider .active .main-slider__text {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.home section.main-slider .active .main-slider__img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
          transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.home section.main-slider .form-box {
  background-color: #ffffff;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  overflow: hidden;
  max-width: 600px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .home section.main-slider .form-box {
    margin: 20px auto 0;
  }
}

.home section.main-slider .form-box .head {
  background-color: #ed1c25;
  color: var(--white);
  text-align: center;
  font-size: -webkit-calc(22px + (36 - 22) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(22px + (36 - 22) * ((100vw - 320px) / (1980 - 320)));
  padding: 20px 30px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (min-width: 1980px) {
  .home section.main-slider .form-box .head {
    font-size: 36px;
  }
}

.home section.main-slider .form-box .form-wrap {
  padding: 20px 40px 35px;
  text-align: left;
}

@media (max-width: 991px) {
  .home section.main-slider .form-box .form-wrap {
    padding: 20px 30px 35px;
  }
}

@media (max-width: 767px) {
  .home section.main-slider .form-box .form-wrap {
    padding: 20px 20px 35px;
  }
}

@media (max-width: 480px) {
  .home section.main-slider .form-box .form-wrap {
    padding: 20px 10px 25px;
  }
}

.home .counter-one {
  position: relative;
  display: block;
  margin-top: -80px;
  z-index: 10;
}

.home .counter-one .counter-one__inner {
  position: relative;
  display: block;
  background-color: var(--white);
  padding: 33px 65px 44px;
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

@media (max-width: 991px) {
  .home .counter-one .counter-one__inner {
    padding: 28px 30px 35px;
  }
}

.home .counter-one .counter-one__list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: distribute;
          -webkit-justify-content: space-around;
      justify-content: space-around;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .home .counter-one .counter-one__list {
    -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.home .counter-one .counter-one__list li {
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .home .counter-one .counter-one__list li {
    width: 50%;
    padding-bottom: 20px;
  }
  .home .counter-one .counter-one__list li:nth-child(2):before {
    display: none;
  }
  .home .counter-one .counter-one__list li:nth-child(2)::after, .home .counter-one .counter-one__list li:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    bottom: 15px;
    width: 1px;
    background-color: #e1e1e1;
  }
  .home .counter-one .counter-one__list li:nth-child(3), .home .counter-one .counter-one__list li:nth-child(4) {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .home .counter-one .counter-one__list li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .home .counter-one .counter-one__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .home .counter-one .counter-one__list li:nth-child(2), .home .counter-one .counter-one__list li:nth-child(4), .home .counter-one .counter-one__list li:nth-child(3), .home .counter-one .counter-one__list li:nth-child(1) {
    padding: 20px 0;
  }
  .home .counter-one .counter-one__list li:nth-child(2)::before, .home .counter-one .counter-one__list li:nth-child(2)::after, .home .counter-one .counter-one__list li:nth-child(4)::before, .home .counter-one .counter-one__list li:nth-child(4)::after, .home .counter-one .counter-one__list li:nth-child(3)::before, .home .counter-one .counter-one__list li:nth-child(3)::after, .home .counter-one .counter-one__list li:nth-child(1)::before, .home .counter-one .counter-one__list li:nth-child(1)::after {
    display: none;
  }
}

.home .counter-one .counter-one__list li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -75px;
  bottom: 7px;
  width: 1px;
  background-color: #e1e1e1;
}

@media (max-width: 991px) {
  .home .counter-one .counter-one__list li::before {
    left: -40px;
  }
}

@media (max-width: 767px) {
  .home .counter-one .counter-one__list li::before {
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
  }
}

@media (max-width: 767px) {
  .home .counter-one .counter-one__list li {
    text-align: center;
  }
}

.home .counter-one .counter-one__list li:first-child:before {
  display: none;
}

.home .counter-one .counter-one__list li .counter-one__single {
  position: relative;
  display: block;
}

.home .counter-one .counter-one__list li .counter-one__count-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .home .counter-one .counter-one__list li .counter-one__count-box {
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
  }
}

.home .counter-one .counter-one__list li .counter-one__count-box h3 {
  font-size: -webkit-calc(34px + (72 - 34) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(34px + (72 - 34) * ((100vw - 320px) / (1980 - 320)));
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: 0;
}

@media screen and (min-width: 1980px) {
  .home .counter-one .counter-one__list li .counter-one__count-box h3 {
    font-size: 72px;
  }
}

.home .counter-one .counter-one__list li .counter-one__count-box > span {
  font-size: -webkit-calc(34px + (72 - 34) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(34px + (72 - 34) * ((100vw - 320px) / (1980 - 320)));
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 600;
  position: relative;
  display: block;
  top: -3px;
}

@media screen and (min-width: 1980px) {
  .home .counter-one .counter-one__list li .counter-one__count-box > span {
    font-size: 72px;
  }
}

.home .counter-one .counter-one__list li .counter-one__text {
  margin-top: 6px;
}

.home section#services.services-one {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .home section#services.services-one {
    padding: 80px 0 0;
  }
}

@media (max-width: 767px) {
  .home section#services.services-one {
    padding: 60px 0 0;
  }
}

.home section#services .services-one__inner {
  position: relative;
  display: block;
  background-color: var(--white);
  max-width: 1710px;
  width: 100%;
  margin: 0 auto 0;
  padding: 120px 15px 90px;
  -webkit-border-radius: 60px;
          border-radius: 60px;
}

@media (max-width: 991px) {
  .home section#services .services-one__inner {
    padding: 80px 15px 60px;
  }
}

@media (max-width: 767px) {
  .home section#services .services-one__inner {
    padding: 60px 15px 40px;
  }
}

.home section#services .services-one__inner h2 {
  margin-top: 7px;
}

.home section#services .services-one__single {
  position: relative;
  display: block;
  border: 2px solid var(--black);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  text-align: center;
  padding: 30px 30px 10px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  height: 100%;
}

@media (max-width: 991px) {
  .home section#services .services-one__single {
    padding: 30px 30px 30px;
    height: auto;
  }
}

.home section#services .services-one__single:hover {
  border: 2px solid transparent;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.home section#services .services-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--black);
  -webkit-border-radius: 17px;
          border-radius: 17px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  z-index: -1;
}

.home section#services .services-one__single:hover:before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.home section#services .services-one__single-shape-1 {
  position: absolute;
  top: 0;
  left: -514px;
  width: 790px;
  height: 417.6px;
  background: #ff0000;
  -webkit-filter: blur(102.476px);
          filter: blur(102.476px);
  -webkit-transform: matrix(0, 1, 1, 0, 0, 0) scale(0);
      -ms-transform: matrix(0, 1, 1, 0, 0, 0) scale(0);
          transform: matrix(0, 1, 1, 0, 0, 0) scale(0);
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.home section#services .services-one__single:hover .services-one__single-shape-1 {
  -webkit-transform: matrix(0, 1, 1, 0, 0, 0) scale(1);
      -ms-transform: matrix(0, 1, 1, 0, 0, 0) scale(1);
          transform: matrix(0, 1, 1, 0, 0, 0) scale(1);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.home section#services .services-one__single-shape-2 {
  position: absolute;
  top: -300px;
  right: -100px;
  width: 484px;
  height: 390px;
  background: #063fff;
  -webkit-filter: blur(102.476px);
          filter: blur(102.476px);
  -webkit-transform: matrix(0, 1, 1, 0, 0, 0) scale(0);
      -ms-transform: matrix(0, 1, 1, 0, 0, 0) scale(0);
          transform: matrix(0, 1, 1, 0, 0, 0) scale(0);
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.home section#services .services-one__single:hover .services-one__single-shape-2 {
  -webkit-transform: matrix(0, 1, 1, 0, 0, 0) scale(1);
      -ms-transform: matrix(0, 1, 1, 0, 0, 0) scale(1);
          transform: matrix(0, 1, 1, 0, 0, 0) scale(1);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.home section#services .services-one__icon {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  height: 100px;
  width: 100px;
  margin: 0 auto 0;
  background-color: var(--black);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.home section#services .services-one__single:hover .services-one__icon {
  border: 1px solid var(--white);
  background-color: transparent;
}

.home section#services .services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--white);
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.home section#services .services-one__single:hover .services-one__icon span {
  color: var(--white);
  -webkit-transform: scale(1.02) translateX(2px);
      -ms-transform: scale(1.02) translateX(2px);
          transform: scale(1.02) translateX(2px);
}

.home section#services .services-one__icon-shape-1 {
  position: absolute;
  width: 192px;
  height: 101px;
  background: #ff0000;
  -webkit-filter: blur(24.9942px);
          filter: blur(24.9942px);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -130px;
  top: 10px;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.home section#services .services-one__single:hover .services-one__icon-shape-1 {
  opacity: 0;
}

.home section#services .services-one__icon-shape-2 {
  position: absolute;
  width: 118px;
  height: 95px;
  right: -25px;
  top: 90px;
  background: #063fff;
  -webkit-filter: blur(24.9942px);
          filter: blur(24.9942px);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.home section#services .services-one__single:hover .services-one__icon-shape-2 {
  opacity: 0;
}

.home section#services .services-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 17px;
  margin-bottom: 22px;
}

.home section#services .services-one__title a {
  color: var(--black);
}

.home section#services .services-one__single:hover .services-one__title {
  color: var(--white);
}

.home section#services .services-one__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home section#services .services-one__single:hover .services-one__text {
  color: var(--white);
}

.home section#about {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

@media (max-width: 991px) {
  .home section#about {
    padding: 80px 0 60px;
  }
}

@media (max-width: 767px) {
  .home section#about {
    padding: 60px 0 40px;
  }
}

.home section#about .about-one__left {
  position: relative;
  display: block;
}

.home section#about .about-one__left .section-title {
  margin-bottom: 21px;
}

.home section#about .about-one__text-1 {
  margin-bottom: 40px;
}

.home section#about .about-one__text-1 ul {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.home section#about .about-one__text-1 ul li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px 5px 30px;
}

.home section#about .about-one__text-1 ul li::before {
  font-family: 'icomoon' !important;
  content: "\e911";
  font-size: 15px;
  color: var(--green);
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  font-weight: 300;
}

.home section#about .about-one__points {
  position: relative;
  display: block;
}

.home section#about .about-one__points li {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.home section#about .about-one__points li + li {
  margin-top: 16px;
}

.home section#about .about-one__points li .icon {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home section#about .about-one__points li span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--green);
}

.home section#about .about-one__points li .text {
  position: relative;
  display: block;
  -ms-flex: 1;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
      flex: 1;
}

.home section#about .about-one__points li .text p {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.home section#about .about-one__right {
  position: relative;
  display: block;
}

.home section#about .about-one__img-box {
  position: relative;
  display: block;
}

.home section#about .about-one__img-shape-1 {
  position: absolute;
  top: -36px;
  left: 36%;
  width: 66px;
  height: 535px;
  background-color: var(--green);
  -webkit-transform: rotate(14.62deg);
      -ms-transform: rotate(14.62deg);
          transform: rotate(14.62deg);
  z-index: -1;
}

.home section#about .about-one__img-shape-2 {
  position: absolute;
  top: -46px;
  left: 40%;
  width: 66px;
  height: 535px;
  border: 2px solid var(--black);
  -webkit-transform: rotate(14.62deg);
      -ms-transform: rotate(14.62deg);
          transform: rotate(14.62deg);
  z-index: -1;
}

.home section#about .about-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.home section#about .about-one__img img {
  width: 100%;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.home section#about .about-one__content-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: var(--green);
  text-align: center;
  max-width: 200px;
  width: 100%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 15px 20px 26px;
  z-index: 2;
}

@media (max-width: 767px) {
  .home section#about .about-one__content-box {
    display: none;
  }
}

.home section#about .about-one__content-icon {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 14px;
  color: var(--white);
  margin: 0 auto 18px;
}

.home section#about .about-one__content-title {
  font-size: 12px;
  color: var(--white);
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 16px;
}

.home section#about .about-one__content-text {
  font-size: 8px;
  color: var(--white);
  line-height: 12px;
}

.home .brand-one {
  position: relative;
  display: block;
  z-index: 1;
}

.home .brand-one .brand-one__inner {
  position: relative;
  display: block;
  background-color: var(--black);
  padding: 53px 0;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.home .brand-one .brand-one__carousel {
  position: relative;
  display: block;
}

.home .brand-one .brand-one__single {
  position: relative;
  display: block;
  text-align: center;
}

.home .brand-one .brand-one__single:hover .brand-one__img > img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.home .brand-one .brand-one__img {
  position: relative;
  display: block;
}

.home .brand-one .brand-one__img > img {
  width: auto !important;
  margin: 0 auto 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.home section#gallery {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .home section#gallery {
    padding: 90px 0 0;
  }
}

@media (max-width: 767px) {
  .home section#gallery {
    padding: 80px 0 0;
  }
}

.home section#gallery .gallery-one__top {
  position: relative;
  display: block;
  margin-bottom: 59px;
}

.home section#gallery .gallery-one__top .section-title {
  margin-bottom: 0;
}

.home section#gallery .gallery-one__top-left {
  position: relative;
  display: block;
}

.home section#gallery .gallery-one__top-text {
  position: relative;
  display: block;
  margin-top: 30px;
}

.home section#gallery .gallery-one__top-text p {
  margin-bottom: 20px;
}

.home section#gallery .gallery-one__bottom {
  position: relative;
  display: block;
}

.home section#gallery .gallery-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.home section#gallery .gallery-one__img img {
  width: 100%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.home section#faq {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 90px 0 120px;
  z-index: 1;
}

@media (max-width: 991px) {
  .home section#faq {
    padding: 70px 0 90px;
  }
}

@media (max-width: 767px) {
  .home section#faq {
    padding: 60px 0 70px;
  }
}

.home section#faq .faq-one__inner-content {
  position: relative;
  display: block;
}

.home section#faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid var(--black);
  background: var(--white);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home section#faq .faq-one-accrodion .accrodion.active {
  border: 1px solid transparent;
}

.home section#faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 30px 85px 30px;
  padding-right: 40px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media (max-width: 991px) {
  .home section#faq .faq-one-accrodion .accrodion-title {
    padding: 25px 60px 25px;
  }
}

.home section#faq .faq-one__accrodion-title-count {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.6;
  margin-top: 1px;
}

@media (max-width: 991px) {
  .home section#faq .faq-one__accrodion-title-count {
    left: 20px;
  }
}

.home section#faq .faq-one__accrodion-title-count:before {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--black);
  counter-increment: count;
  content: "0" counter(count);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.home section#faq .faq-one__accrodion-title-count::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: -4px;
  height: 2px;
  width: 2px;
  background-color: var(--black);
}

.home section#faq .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 991px) {
  .home section#faq .faq-one-accrodion .accrodion-title h4 {
    font-size: 18px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .home section#faq .faq-one-accrodion .accrodion-title h4 {
    font-size: 16px;
    padding-right: 15px;
  }
}

.home section#faq .faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.home section#faq .faq-one-accrodion .accrodion-title h4::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #f4f4f4 url(assets/images/Icon--faq-arrow-left.svg) center no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .home section#faq .faq-one-accrodion .accrodion-title h4::before {
    font-size: 16px;
    width: 35px;
    height: 35px;
    right: -30px;
  }
}

.home section#faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "";
  color: var(--black);
  background: transparent url(assets/images/Icon--faq-arrow-down.svg) center no-repeat;
  background-size: contain;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.home section#faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 28px;
  margin-top: -10px;
  padding-left: 85px;
  padding-right: 40px;
  border-bottom: 3px solid var(--black);
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

@media (max-width: 991px) {
  .home section#faq .faq-one-accrodion .accrodion-content {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .home section#faq .faq-one-accrodion .accrodion-content {
    padding-left: 40px;
  }
}

.home section#faq .faq-one-accrodion .accrodion-content p {
  margin: 0;
}

.home #testimonial {
  position: relative;
  display: block;
  z-index: 1;
}

.home #testimonial .testimonial-one__wrap {
  position: relative;
  display: block;
  max-width: 1710px;
  width: 100%;
  margin: 0 auto 0;
  padding: 120px 15px 120px;
  background-color: var(--green);
  -webkit-border-radius: 60px;
          border-radius: 60px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home #testimonial .testimonial-one__wrap {
    padding: 50px 15px 70px;
  }
}

@media (max-width: 767px) {
  .home #testimonial .testimonial-one__wrap {
    padding: 50px 15px 60px;
  }
}

@media (max-width: 480px) {
  .home #testimonial .testimonial-one__wrap {
    padding: 50px 15px 40px;
  }
}

.home #testimonial .testimonial-one__wrap .section-title {
  margin-bottom: 139px;
}

@media (max-width: 480px) {
  .home #testimonial .testimonial-one__wrap .section-title {
    margin-bottom: 100px;
  }
}

.home #testimonial .testimonial-one__wrap .section-title__title {
  color: var(--white);
}

.home #testimonial .testimonial-one__carousel {
  position: relative;
  display: block;
  max-width: 630px;
  width: 100%;
  margin: 0 auto 0;
}

.home #testimonial .testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.home #testimonial .testimonial-one__single {
  position: relative;
  display: block;
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 30px 120px 30px;
  padding-right: 40px;
  margin-left: 100px;
  background-position: top left;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

@media (max-width: 767px) {
  .home #testimonial .testimonial-one__single {
    padding: 25px 30px 25px 150px;
    margin-left: 0;
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .home #testimonial .testimonial-one__single {
    padding: 15px 20px 20px 20px;
  }
}

.home #testimonial .testimonial-one__carousel.owl-carousel .owl-stage-outer .owl-item.active .testimonial-one__single {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}

.home #testimonial .testimonial-one__img {
  position: absolute;
  top: 50%;
  left: -100px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .home #testimonial .testimonial-one__img {
    left: 10px;
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 480px) {
  .home #testimonial .testimonial-one__img {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.home #testimonial .testimonial-one__img img {
  width: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.home #testimonial .testimonial-one__client-info {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.home #testimonial .testimonial-one__client-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 8px;
  color: var(--white);
}

.home #testimonial .testimonial-one__client-text {
  color: var(--white);
}

.home #testimonial .testimonial-one__text {
  color: var(--white);
  font-size: -webkit-calc(16px + (20 - 16) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1980 - 320)));
  line-height: 1.3;
  font-weight: 200;
}

@media screen and (min-width: 1980px) {
  .home #testimonial .testimonial-one__text {
    font-size: 20px;
  }
}

.home #testimonial .testimonial-one__quote {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 55px;
  width: 55px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

@media (max-width: 767px) {
  .home #testimonial .testimonial-one__quote {
    height: 34px;
    width: 34px;
  }
}

.home #testimonial .testimonial-one__quote span {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(assets/images/icon-quote.svg) center no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .home #testimonial .testimonial-one__quote span {
    height: 14px;
    width: 14px;
  }
}

.home #testimonial .testimonial-one__carousel .owl-nav {
  position: absolute;
  top: -210px;
  right: -330px;
  margin: 0 !important;
}

@media screen and (max-width: 1340px) {
  .home #testimonial .testimonial-one__carousel .owl-nav {
    right: -200px;
  }
}

@media (max-width: 991px) {
  .home #testimonial .testimonial-one__carousel .owl-nav {
    right: 0;
    top: -190px;
  }
}

.home #testimonial .testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: var(--green);
  background-color: var(--white);
  border: none;
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home #testimonial .testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: var(--green);
  background-color: var(--white);
  border: none;
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home #testimonial .testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.home #testimonial .testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.home #testimonial .testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.home #testimonial .testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.home #testimonial .testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.home #testimonial .testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--green);
}

.home section#booking {
  position: relative;
  display: block;
  padding: 90px 0 120px;
  z-index: 1;
}

@media (max-width: 991px) {
  .home section#booking {
    padding: 80px 0 90px;
  }
}

@media (max-width: 767px) {
  .home section#booking {
    padding: 65px 0 70px;
  }
}

.home section#booking .row {
  -ms-flex-align: end;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
      align-items: flex-end;
}

.home section#booking .contact-one__left {
  position: relative;
  display: block;
}

.home section#booking .contact-one__left-content {
  position: relative;
  display: block;
  padding: 0;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.home section#booking .box .contact-one__title-box {
  background: #ED1C25;
  padding: 30px 55px 20px;
}

@media (max-width: 991px) {
  .home section#booking .box .contact-one__title-box {
    padding: 30px 40px 20px;
  }
}

@media (max-width: 767px) {
  .home section#booking .box .contact-one__title-box {
    padding: 30px 20px 20px;
  }
}

.home section#booking .box .contact-one__title-box .form-title {
  font-size: -webkit-calc(24px + (30 - 24) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(24px + (30 - 24) * ((100vw - 320px) / (1980 - 320)));
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 20px;
  font-weight: 600;
  margin-top: 20px;
  color: var(--white);
}

@media screen and (min-width: 1980px) {
  .home section#booking .box .contact-one__title-box .form-title {
    font-size: 30px;
  }
}

.home section#booking .box .form-wrap {
  background: var(--white);
  padding: 20px 40px 35px;
}

@media (max-width: 991px) {
  .home section#booking .box .form-wrap {
    padding: 20px 30px 35px;
  }
}

@media (max-width: 767px) {
  .home section#booking .box .form-wrap {
    padding: 20px 20px 35px;
  }
}

@media (max-width: 480px) {
  .home section#booking .box .form-wrap {
    padding: 20px 10px 25px;
  }
}

.home section#booking .contact-one__title-box {
  position: relative;
  display: block;
  text-align: center;
}

.home section#booking .contact-one__title-box p {
  font-size: 14px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 1px;
}

.home section#booking .contact-one__title-box h3 {
  font-size: -webkit-calc(28px + (45 - 28) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(28px + (45 - 28) * ((100vw - 320px) / (1980 - 320)));
  color: var(--white);
  font-weight: 600;
  line-height: 1.2;
  margin-top: 16px;
  text-transform: capitalize;
}

@media screen and (min-width: 1980px) {
  .home section#booking .contact-one__title-box h3 {
    font-size: 45px;
  }
}

.home section#booking .contact-one__btn-box {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 20px;
}

.home section#booking .contact-one__btn-box .thm-btn {
  border: none;
  padding: 13px 85px 13px;
}

.home section#booking .contact-one__btn-box .thm-btn::after {
  background-color: var(--white);
}

.home section#booking .contact-one__btn-box .thm-btn:hover {
  color: var(--black);
}

.home section#booking .contact-one__right {
  position: relative;
  display: block;
  margin-left: 40px;
}

@media (max-width: 991px) {
  .home section#booking .contact-one__right {
    margin-left: 0;
  }
}

.home section#booking .contact-one__img {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 16px;
}

.home section#booking .contact-one__img > img {
  width: 100%;
}

.home section#booking .contact-one__experience-box {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 315px;
  height: 275px;
  background-color: rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

@media (max-width: 480px) {
  .home section#booking .contact-one__experience-box {
    position: relative;
    margin: 0 auto;
    bottom: 20px;
    width: 250px;
    height: 210px;
  }
}

.home section#booking .contact-one__experience {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.9);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

@media (max-width: 480px) {
  .home section#booking .contact-one__experience {
    width: 230px;
    height: 195px;
  }
}

.home section#booking .contact-one__experience-icon-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home section#booking .contact-one__experience-icon {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  height: 66px;
  width: 66px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 36px;
  color: var(--black);
}

.home section#booking .contact-one__experience-count-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.home section#booking .contact-one__experience-count-box h3 {
  font-size: 54px;
  font-weight: 600;
  line-height: 54px !important;
}

.home section#booking .contact-one__experience-count-box > span {
  font-size: 54px;
  font-weight: 600;
  line-height: 54px;
  position: relative;
  top: -5px;
}

.home section#booking .contact-one__experience-text {
  font-size: 20px;
  color: var(--black);
  margin-top: 15px;
}

@media (max-width: 767px) {
  .home section#booking .contact-one__experience-text {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .home section#booking .contact-one__experience-text {
    font-size: 15px;
  }
}

.home section#plan {
  position: relative;
  display: block;
  z-index: 1;
  padding: 0 0 60px;
}

.home section#plan .section-title {
  margin-bottom: 39px;
}

.home section#plan .pricing-one__main-tab-box {
  position: relative;
  display: block;
}

.home section#plan .pricing-one__main-tab-box .tab-buttons {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  margin-bottom: 60px;
}

.home section#plan .pricing-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
}

.home section#plan .pricing-one__main-tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 0px;
}

.home section#plan .pricing-one__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: var(--black);
  background-color: var(--white);
  padding: 13px 30px 13px;
  border: 1px solid var(--green);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1;
}

.home section#plan .pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--white);
  background-color: var(--green);
}

.home section#plan .pricing-one__main-tab-box .tab-buttons .tab-btn:nth-child(1) span {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  border-right: 0;
}

.home section#plan .pricing-one__main-tab-box .tab-buttons .tab-btn:nth-child(2) span {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  border-left: 0;
}

.home section#plan .pricing-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.home section#plan .pricing-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
      -ms-transform: translateY(35px);
          transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.home section#plan .pricing-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.home section#plan .pricing-one__inner {
  position: relative;
  display: block;
}

.home section#plan .pricing-one__single {
  position: relative;
  display: block;
  background-color: var(--white);
  padding: 35px 40px 40px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

@media (max-width: 767px) {
  .home section#plan .pricing-one__single {
    padding: 20px 20px 30px;
  }
}

@media (max-width: 480px) {
  .home section#plan .pricing-one__single {
    padding: 20px 15px 30px;
  }
}

.home section#plan .pricing-one__single:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  border-bottom: 3px solid var(--green);
}

.home section#plan .pricing-one__title-box {
  position: relative;
  display: block;
}

.home section#plan .pricing-one__title {
  font-size: -webkit-calc(22px + (32 - 22) * ((100vw - 320px) / (1980 - 320)));
  font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (1980 - 320)));
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 18px;
}

@media screen and (min-width: 1980px) {
  .home section#plan .pricing-one__title {
    font-size: 32px;
  }
}

.home section#plan .pricing-one__text {
  font-size: 12px;
  line-height: 20px;
  color: var(--black);
}

.home section#plan .pricing-one__price-and-icon-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
  margin-bottom: 29px;
  border-bottom: 1px solid var(--black);
  padding-bottom: 16px;
}

.home section#plan .pricing-one__price-box {
  position: relative;
  display: block;
}

.home section#plan .pricing-one__price {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.home section#plan .pricing-one__price span {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--gray);
}

.home section#plan .pricing-one__icon-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  height: 60px;
  width: 60px;
  background-color: #f4f4f4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.home section#plan .pricing-one__icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: var(--green);
  -webkit-transform: scaleX(0.7) rotateX(20deg);
          transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.home section#plan .pricing-one__single:hover .pricing-one__icon-box::before {
  -webkit-transform: scaleX(1) rotateX(0deg);
          transform: scaleX(1) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 1;
}

.home section#plan .pricing-one__icon-box span {
  font-size: 30px;
  color: var(--green);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.home section#plan .pricing-one__single:hover .pricing-one__icon-box span {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  color: var(--white);
}

.home section#plan .list-unstyled.pricing-one__points {
  position: relative;
  display: block;
}

.home section#plan .list-unstyled.pricing-one__points li {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.home section#plan .list-unstyled.pricing-one__points li + li {
  margin-top: 16px;
}

.home section#plan .list-unstyled.pricing-one__points li .icon {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  padding-top: 5px;
}

.home section#plan .list-unstyled.pricing-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--green);
}

.home section#plan .list-unstyled.pricing-one__points li .text {
  position: relative;
  display: block;
  -ms-flex: 1;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
      flex: 1;
}

.home section#plan .pricing-one__btn-box {
  position: relative;
  display: block;
  margin-top: 38px;
}

.home section#plan .pricing-one__btn-box .thm-btn {
  width: 100%;
  background-color: #f4f4f4;
  color: var(--black);
}

.home section#plan .pricing-one__btn-box .thm-btn::after {
  background-color: var(--green);
}

.home section#plan .pricing-one__single:hover .pricing-one__btn-box .thm-btn::after {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  -webkit-transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.home section#plan .pricing-one__single:hover .pricing-one__btn-box .thm-btn {
  color: var(--white);
}

.home section#plan .lead {
  font-weight: 600;
}

:root {
  --crank-font: "Archivo", sans-serif;
  --crank-font-two: "Archivo", sans-serif;
  --crank-gray: #17080A;
  --crank-gray-rgb: 23, 8, 10;
  --crank-base: var(--green);
  --crank-base-rgb: 232, 9, 46;
  --crank-black: #171717;
  --crank-black-rgb: 23, 23, 23;
  --crank-white: #ffffff;
  --crank-white-rgb: 255, 255, 255;
  --crank-bdr-color: #E1E1E1;
  --crank-bdr-color-rgb: 225, 225, 225;
}

.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  cursor: pointer;
  z-index: 9999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--crank-base);
  border-color: var(--crank-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--crank-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type="text"],
.xs-sidebar-group .content-inner .form-inner .form-group input[type="email"],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--crank-white);
  color: var(--crank-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--crank-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:after {
  background-color: var(--crank-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms,
 -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms,
 -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms,
 visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms,
 visibility 500ms ease 500ms,
 -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms,
 -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms,
 -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms,
 visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms,
 visibility 500ms ease 0ms,
 -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--crank-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms,
 visibility 500ms ease 0ms,
 -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms,
 visibility 500ms ease 0ms,
 -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms,
 visibility 500ms ease 0ms,
 transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms,
 visibility 500ms ease 0ms,
 transform 500ms ease 0ms,
 -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms,
 visibility 500ms ease 500ms,
 -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms,
 visibility 500ms ease 500ms,
 -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms,
 visibility 500ms ease 500ms,
 transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms,
 visibility 500ms ease 500ms,
 transform 500ms ease 500ms,
 -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--crank-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--crank-font);
  font-weight: 500;
  height: 46px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content
.main-menu__list
> li
> a.expanded
.mobile-nav__content
.main-menu__list
> li
> ul
> li
> a.expanded
.mobile-nav__content
.main-menu__list
> li
> ul
> li
> ul
> li
> a.expanded {
  color: var(--crank-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--crank-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--crank-base);
  border: none;
  outline: none;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #fff;
  color: var(--crank-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--crank-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--crank-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--crank-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--crank-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--crank-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: var(--crank-base);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .testimonial-one__carousel .owl-nav {
    right: -200px;
  }
  .footer-widget__page-link {
    margin-left: 45px;
  }
  .footer-widget__post {
    margin-left: 0;
  }
  .footer-widget__services {
    margin-left: 0;
  }
  .about-two__top .section-title__title {
    font-size: 40px;
    line-height: 50px;
  }
  .about-two__text {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-two__tab-content {
    margin-top: 0;
  }
  .services-two__single {
    padding: 52px 20px 39px;
  }
  .testimonial-two__img {
    top: 70px;
  }
  .pricing-two__carousel .owl-nav {
    left: -375px;
  }
  .blog-two__single {
    padding: 33px 20px 33px;
  }
  .blog-two__title {
    font-size: 22px;
  }
  .footer-widget__about {
    margin-right: -50px;
  }
  .footer-widget__social-box {
    margin-left: 118px;
  }
  .about-three__counter-list li:before {
    left: -20px;
  }
  .about-four__points-box {
    padding: 40px 25px 39px;
  }
  .cta-one__inner {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .cta-one__title {
    margin-bottom: 35px;
  }
  .feature-one__title-box {
    max-width: 300px;
  }
  .feature-one__content-box {
    gap: 60px;
  }
  .gallery-four__left .section-title-two__title {
    color: var(--crank-black);
    font-size: 40px;
    line-height: 45px;
  }
  .gallery-four__right {
    margin-left: 75px;
  }
  .site-footer-four__contact-box {
    margin-left: 0px;
  }
  .site-footer-four .footer-widget__social-box {
    margin-left: 50px;
  }
  .about-five__left {
    margin-top: 0;
  }
  .contact-four .section-title__title {
    font-size: 40px;
    line-height: 50px;
  }
  .project-details__information-box {
    padding: 36px 15px 40px;
  }
  .service-details__service-list-box {
    padding: 38px 20px 40px;
  }
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-one__inner {
    padding: 33px 35px 44px;
  }
  .counter-one__list li:before {
    left: -55px;
  }
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-one__right {
    max-width: 600px;
    margin: 70px auto 0;
  }
  .gallery-one__top-text {
    margin-top: 30px;
  }
  .testimonial-one__carousel .owl-nav {
    right: 0;
  }
  .contact-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .contact-one__right {
    max-width: 600px;
    margin: 0 auto 0;
    margin-top: 40px;
  }
  .pricing-one__single {
    padding: 35px 15px 40px;
  }
  .site-footer__newsletter-img {
    display: none;
  }
  .footer-widget__page-link {
    margin-left: 0;
  }
  .footer-widget__post {
    margin-left: 0;
    margin-top: 39px;
  }
  .footer-widget__services {
    margin-left: 0;
    margin-top: 39px;
  }
  .about-two__text {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-two__tab-img {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-two__tab-content {
    max-width: 600px;
    margin: 40px auto 0;
  }
  .about-two__tab-content-points-box {
    gap: 55px;
  }
  .team-two__text br {
    display: none;
  }
  .gallery-two__tab-box .gallery-two-tab-buttons {
    position: relative;
    top: 0;
    margin-bottom: 50px;
  }
  .services-two__single {
    padding: 40px 20px 39px;
  }
  .services-two__icon {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  .testimonial-two__img {
    position: absolute;
    top: 329px;
  }
  .testimonial-two__img img {
    width: 100%;
  }
  .pricing-two__left {
    max-width: 500px;
    margin-bottom: 60px;
  }
  .pricing-two__carousel .owl-nav {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 20px;
  }
  .pricing-two {
    padding: 90px 0px 30px;
  }
  .faq-two__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .faq-two__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .blog-two__single {
    padding: 33px 15px 33px;
  }
  .footer-widget__social-box {
    margin-left: 0;
    margin-top: 39px;
  }
  .about-three__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-three__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .team-three__left {
    margin-top: 0;
    margin-bottom: 60px;
    max-width: 600px;
  }
  .team-three__text {
    margin-bottom: 50px;
  }
  .why-choose-one__left .section-title-two {
    margin-bottom: 30px;
  }
  .why-choose-one__right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .why-choose-one__list-box {
    margin-left: 0;
  }
  .contact-two__single {
    padding: 35px 15px 30px;
  }
  .faq-three__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .faq-three__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .site-footer-three__title {
    font-size: 60px;
    line-height: 70px;
  }
  .site-footer-three__img {
    right: 90px;
  }
  .about-four__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .about-four__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-four__points-box {
    padding: 40px 20px 39px;
    margin-left: 0;
  }
  .about-four__points li + li {
    margin-top: 30px;
  }
  .cta-one__inner {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .cta-one__title {
    margin-bottom: 35px;
    font-size: 65px;
  }
  .cta-one__title br {
    display: none;
  }
  .feature-one__list li {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .feature-one__content-box {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .gallery-four__left .section-title-two {
    margin-bottom: 40px;
  }
  .gallery-four__right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .gallery-four__content {
    left: 20px;
    bottom: 20px;
  }
  .testimonial-four__big-img {
    display: none;
  }
  .blog-four__content {
    padding: 18px 20px 30px;
  }
  .site-footer-four .footer-widget__social-box {
    margin-left: 0;
    margin-top: 41px;
  }
  .site-footer-four__contact-box {
    margin-left: 0;
    margin-top: 41px;
  }
  .about-five__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-five__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .about-five__shope-box {
    bottom: 0;
  }
  .about-five {
    padding: 69px 0 120px;
  }
  .pricing-three__single {
    padding: 35px 15px 40px;
  }
  .blog-details__tag-and-social {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .blog-details__social {
    margin-top: 15px;
  }
  .contact-four__left {
    margin-bottom: 50px;
  }
  .project-details__information-box {
    padding: 36px 15px 40px;
  }
  .project-details__points-img {
    margin-top: 50px;
  }
  .pricing-four {
    padding: 90px 0px 120px;
  }
  .product__sidebar {
    max-width: 500px;
    margin: 0 auto 60px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title__title br {
    display: none;
  }
  .counter-one__inner {
    padding: 33px 65px 29px;
  }
  .counter-one__list {
    -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-one__right {
    max-width: 600px;
    margin: 70px auto 0;
  }
  .gallery-one__top-text {
    margin-top: 30px;
  }
  .testimonial-one__carousel .owl-nav {
    right: 0;
  }
  .contact-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .contact-one__right {
    max-width: 600px;
    margin: 0 auto 0;
    margin-top: 40px;
  }
  .blog-one__top {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .blog-one__btn-box {
    margin-top: 30px;
  }
  .site-footer__newsletter-img {
    display: none;
  }
  .site-footer__newsletter-inner-content {
    padding: 68px 30px 60px;
  }
  .site-footer__newsletter-title {
    font-size: 40px;
    line-height: 50px;
  }
  .footer-widget__page-link {
    margin-left: 0;
  }
  .footer-widget__post {
    margin-left: 0;
    margin-top: 39px;
  }
  .footer-widget__services {
    margin-left: 0;
    margin-top: 39px;
  }
  .footer-widget__post-content h4 {
    font-size: 17px;
  }
  .site-footer__bottom-inner {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    gap: 15px;
  }
  .about-two__text {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-two__tab-box .tab-buttons .tab-btn {
    -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .about-two__tab-img {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-two__tab-content {
    max-width: 600px;
    margin: 40px auto 0;
  }
  .about-two__tab-content-points-box {
    gap: 55px;
  }
  .team-two__text br {
    display: none;
  }
  .team-two__single {
    gap: 20px;
    padding: 28px 20px 30px;
  }
  .gallery-two__tab-box .gallery-two-tab-buttons {
    position: relative;
    top: 0;
    margin-bottom: 50px;
  }
  .services-two__img {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .testimonial-two__shape-1 {
    display: none;
  }
  .testimonial-two__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .pricing-two__left {
    max-width: 500px;
    margin-bottom: 60px;
  }
  .pricing-two__carousel .owl-nav {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 20px;
  }
  .pricing-two {
    padding: 90px 0px 30px;
  }
  .pricing-two__single {
    padding: 40px 20px 40px;
  }
  .faq-two__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .faq-two__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .footer-widget__social-box {
    margin-left: 0;
    margin-top: 39px;
  }
  .about-three__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-three__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .team-three__left {
    margin-top: 0;
    margin-bottom: 60px;
    max-width: 600px;
  }
  .team-three__text {
    margin-bottom: 50px;
  }
  .why-choose-one__left .section-title-two {
    margin-bottom: 30px;
  }
  .why-choose-one__right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .why-choose-one__list-box {
    margin-left: 0;
  }
  .why-choose-one__img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .faq-three__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .faq-three__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .site-footer-three__title {
    font-size: 45px;
    line-height: 55px;
  }
  .site-footer-three__img {
    right: -15px;
  }
  .about-four__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .about-four__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-four__points-box {
    padding: 40px 20px 39px;
    margin-left: 0;
  }
  .about-four__points li + li {
    margin-top: 30px;
  }
  .cta-one__inner {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .cta-one__title {
    margin-bottom: 35px;
    font-size: 65px;
  }
  .cta-one__title br {
    display: none;
  }
  .feature-one__list li {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .feature-one__content-box {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .gallery-four__left .section-title-two {
    margin-bottom: 40px;
  }
  .gallery-four__right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .testimonial-four__big-img {
    display: none;
  }
  .site-footer-four .footer-widget__social-box {
    margin-left: 0;
    margin-top: 41px;
  }
  .site-footer-four__contact-box {
    margin-left: 0;
    margin-top: 41px;
    padding: 30px 15px 30px;
  }
  .about-five__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-five__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .about-five__shope-box {
    bottom: 0;
    left: 0;
  }
  .about-five {
    padding: 69px 0 120px;
  }
  .sidebar {
    margin-top: 60px;
  }
  .contact-four__left {
    margin-bottom: 50px;
  }
  .project-details__information-box {
    margin-top: 30px;
  }
  .project-details__points-img {
    margin-top: 50px;
  }
  .service-details__right {
    margin-top: 40px;
  }
  .pricing-four {
    padding: 90px 0px 120px;
  }
  .team-details__top-right {
    margin-top: 50px;
  }
  .team-details__bottom-left {
    margin-bottom: 50px;
  }
  .page-header__shape-1 {
    width: -webkit-calc((100% - -100%) / 2);
    width: calc((100% - -100%) / 2);
  }
  .page-header__img-1 {
    right: -115px;
  }
  .page-header__img-1 img {
    width: 80%;
  }
  .product__sidebar {
    max-width: 500px;
    margin: 0 auto 60px;
  }
  .product-details__top {
    margin-top: 51px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title__title br {
    display: none;
  }
  .counter-one__inner {
    padding: 33px 15px 29px;
  }
  .services-one__inner {
    padding: 90px 0px 60px;
  }
  .about-one__text-1 br {
    display: none;
  }
  .about-one__right {
    margin-top: 0;
  }
  .about-one__img-shape-1,
  .about-one__img-shape-2 {
    display: none;
  }
  .gallery-one__top-text {
    margin-top: 30px;
  }
  .faq-one .faq-one-accrodion .accrodion-title {
    padding: 30px 40px 30px;
    padding-right: 40px;
  }
  .faq-one .faq-one__accrodion-title-count {
    left: 10px;
  }
  .faq-one .faq-one-accrodion .accrodion-title h4::before {
    right: -30px;
  }
  .faq-one .faq-one-accrodion .accrodion-title h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .faq-one .faq-one-accrodion .accrodion-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonial-one__single {
    padding: 27px 15px 26px;
    padding-right: 15px;
    margin-left: 0;
  }
  .testimonial-one__img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .testimonial-one__quote {
    top: 20px;
    right: 15px;
  }
  .testimonial-one__text {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial-one__carousel .owl-nav {
    display: none;
  }
  .testimonial-one__wrap {
    padding: 90px 0px 60px;
  }
  .team-one__content {
    padding: 25px 15px 19px;
  }
  .contact-one__left-content {
    padding: 78px 15px 40px;
  }
  .contact-one__title-box h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .contact-one__title-box h3 br {
    display: none;
  }
  .contact-one__btn-box .thm-btn {
    padding: 13px 40px 13px;
    width: 100%;
  }
  .contact-one__right {
    margin-left: 0;
    margin-top: 40px;
  }
  .contact-one__img-shape-1 {
    display: none;
  }
  .contact-one__experience-box {
    position: relative;
    bottom: 0;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-one__single {
    padding: 35px 15px 40px;
  }
  .blog-one__top {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .blog-one__btn-box {
    margin-top: 30px;
  }
  .blog-one__single {
    padding: 30px 15px 23px;
  }
  .blog-one__date {
    top: -110px;
    right: 10px;
  }
  .site-footer__newsletter-img {
    display: none;
  }
  .site-footer__newsletter-inner-content {
    padding: 68px 15px 60px;
  }
  .site-footer__newsletter-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .site-footer__newsletter-title br {
    display: none;
  }
  .site-footer__newsletter-shape-1 {
    display: none;
  }
  .site-footer__newsletter-form {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .footer-widget__page-link {
    margin-left: 0;
    margin-top: 39px;
  }
  .footer-widget__post {
    margin-left: 0;
    margin-top: 39px;
  }
  .footer-widget__services {
    margin-left: 0;
    margin-top: 47px;
  }
  .footer-widget__post-content h4 {
    font-size: 17px;
  }
  .footer-widget__post-content h4 br {
    display: none;
  }
  .site-footer__bottom-inner {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .site-footer__bottom-menu {
    gap: 5px;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .about-two__text {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-two__tab-box .tab-buttons .tab-btn {
    -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .about-two__tab-img {
    margin-right: 0;
  }
  .about-two__tab-content {
    margin-top: 40px;
  }
  .about-two__tab-content-title {
    font-size: 30px;
    line-height: 40px;
  }
  .about-two__tab-content-points-box {
    gap: 20px;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .team-two__single {
    gap: 20px;
    padding: 28px 15px 30px;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .team-two__name-box::before,
  .team-two__name-box::after,
  .team-two__shape-1 {
    display: none;
  }
  .gallery-two__tab-box .gallery-two-tab-buttons {
    position: relative;
    top: 0;
    margin-bottom: 50px;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .gallery-two__tab-box .gallery-two-tab-buttons .p-tab-btn + .p-tab-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .services-two__img {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .services-two__single {
    padding: 40px 20px 39px;
  }
  .services-two__icon {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  .testimonial-two__shape-1 {
    display: none;
  }
  .testimonial-two__left {
    margin-right: 0;
  }
  .testimonial-two__single {
    padding: 36px 15px 38px;
  }
  .testimonial-two__name {
    font-size: 25px;
    line-height: 35px;
  }
  .testimonial-two__quote {
    top: 45px;
    right: 20px;
  }
  .testimonial-two__text {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonial-two__img img {
    width: 100%;
  }
  .testimonial-two__title {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonial-two__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .pricing-two__carousel .owl-nav {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 20px;
  }
  .pricing-two {
    padding: 60px 0px 0px;
  }
  .pricing-two__single {
    padding: 40px 20px 40px;
  }
  .pricing-two__left {
    margin-bottom: 60px;
  }
  .pricing-two__btn-box .thm-btn {
    padding: 13px 20px 13px;
  }
  .faq-two__wrap {
    padding: 90px 0px 0;
  }
  .faq-two__title {
    font-size: 30px;
    line-height: 40px;
  }
  .faq-two__left .faq-one-accrodion .accrodion-title {
    padding: 27px 50px 27px;
    padding-right: 50px;
  }
  .faq-two__left .faq-one-accrodion .accrodion-title h4::before {
    right: -50px;
  }
  .faq-two__left .faq-one-accrodion .accrodion-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .faq-two__left {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .faq-two__form {
    padding: 40px 15px 40px;
  }
  .faq-two__form-title {
    font-size: 30px;
    line-height: 40px;
  }
  .faq-two__btn-box .thm-btn {
    padding: 13px 30px 13px;
  }
  .blog-two__single {
    padding: 33px 20px 33px;
  }
  .blog-two__title {
    font-size: 20px;
  }
  .footer-widget__social-box {
    margin-left: 0;
    margin-top: 47px;
  }
  .site-footer-two .site-footer__wrap {
    padding: 30px 0px 0;
  }
  .about-three__left {
    margin-right: 0;
  }
  .about-three__right {
    margin-top: 60px;
  }
  .section-title-two__title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title-two__title br {
    display: none;
  }
  .about-three__counter-list {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .about-three__counter-list li:before {
    display: none;
  }
  .about-three__counter-list li + li {
    margin-top: 9px;
  }
  .team-three__left {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .team-three__text {
    margin-bottom: 50px;
  }
  .team-three__wrap {
    padding: 90px 0px 60px;
  }
  .testimonial-three__carousel .owl-nav {
    display: none;
  }
  .testimonial-three__text {
    font-size: 18px;
    line-height: 28px;
    padding: 30px 20px 28px;
  }
  .why-choose-one__left .section-title-two {
    margin-bottom: 30px;
  }
  .why-choose-one__right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .why-choose-one__list-box {
    margin-left: 0;
  }
  .why-choose-one__img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-two__single {
    padding: 35px 15px 30px;
  }
  .faq-three__left {
    margin-bottom: 60px;
  }
  .faq-three__right .faq-one-accrodion .accrodion-title {
    padding: 16px 20px 16px;
    padding-right: 40px;
  }
  .faq-three__right .faq-one-accrodion .accrodion-title h4::before {
    right: -30px;
  }
  .faq-three__right .faq-one-accrodion .accrodion-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-footer-three__title {
    font-size: 30px;
    line-height: 40px;
  }
  .site-footer-three__left {
    margin-bottom: 40px;
  }
  .site-footer-three__img {
    right: -15px;
  }
  .about-four__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .about-four__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-four__points-box {
    padding: 40px 20px 39px;
    margin-left: 0;
  }
  .about-four__points li + li {
    margin-top: 30px;
  }
  .about-four__points-content h4 {
    font-size: 20px;
  }
  .cta-one__inner {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .cta-one__title {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 40px;
  }
  .cta-one__title br {
    display: none;
  }
  .cta-one__btn-and-video-link {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .feature-one__list li {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .feature-one__content-box {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .feature-one__title {
    font-size: 30px;
    line-height: 40px;
  }
  .gallery-four__left .section-title-two {
    margin-bottom: 40px;
  }
  .gallery-four__right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .gallery-four__content {
    left: 20px;
    bottom: 20px;
  }
  .testimonial-four__big-img {
    display: none;
  }
  .testimonial-four__single {
    padding: 40px 20px 40px;
  }
  .testimonial-four__text {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial-four__client-info {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .testimonial-four__client-img {
    margin-bottom: 20px;
  }
  .testimonial-four__bottom-img {
    margin-bottom: 30px;
  }
  .testimonial-four__car-repair-title {
    font-size: 30px;
    line-height: 40px;
  }
  .testimonial-four__car-repair-box {
    padding: 30px 15px 30px;
  }
  .testimonial-four__btn-box .thm-btn {
    padding: 13px 30px 13px;
  }
  .blog-four__top {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .blog-four__btn-box {
    margin-top: 40px;
  }
  .blog-four__content {
    padding: 18px 20px 30px;
  }
  .site-footer-four .footer-widget__social-box {
    margin-left: 0;
    margin-top: 41px;
  }
  .site-footer-four__contact-box {
    margin-left: 0;
    margin-top: 41px;
    padding: 30px 15px 30px;
  }
  .site-footer-four .site-footer__wrap {
    padding: 0px 15px 0;
  }
  .about-one__content-box {
    bottom: 10px;
    right: 10px;
  }
  .about-five__left {
    margin-top: 0;
  }
  .about-five__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .about-five__shope-box {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 30px 20px 50px;
    margin-top: 30px;
  }
  .about-five {
    padding: 10px 0 90px;
  }
  .pricing-three__single {
    padding: 35px 15px 40px;
  }
  .sidebar {
    margin-top: 60px;
  }
  .blog-list__meta {
    left: 10px;
    bottom: 10px;
    padding: 8px 10px 7px !important;
  }
  .blog-list__content {
    padding: 30px 20px 40px;
  }
  .blog-list__title {
    font-size: 30px;
    line-height: 40px;
  }
  .blog-list__pagination .pg-pagination li {
    margin-right: 10px;
  }
  .sidebar__search {
    padding: 40px 20px 40px;
  }
  .sidebar__post {
    padding: 25px 20px 40px;
  }
  .sidebar__all-category {
    padding: 25px 20px 40px;
  }
  .sidebar__tags {
    padding: 25px 20px 40px;
  }
  .sidebar__gallery {
    padding: 25px 20px 20px;
  }
  .blog-details__meta {
    position: relative;
    left: 0;
    bottom: 0;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    margin-top: 30px;
  }
  .blog-details__title-1 {
    font-size: 35px;
    line-height: 45px;
  }
  .blog-details__points-box {
    gap: 10px;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .blog-details__tag-and-social {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .blog-details__tag-box {
    gap: 20px;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .blog-details__tag-list a {
    padding: 5px 10px 5px;
    font-size: 15px;
  }
  .blog-details__social {
    margin-top: 20px;
  }
  .contact-three__inner {
    padding: 80px 15px 80px;
  }
  .contact-three__btn-box .thm-btn {
    padding: 13px 25px 13px;
  }
  .contact-three__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .contact-four__left {
    margin-bottom: 50px;
  }
  .project-details__information-box {
    margin-top: 30px;
    padding: 36px 15px 40px;
  }
  .project-details__information-title {
    font-size: 30px;
    line-height: 40px;
  }
  .project-details__information-social-box {
    gap: 10px;
  }
  .project-details__information-social-box span {
    font-size: 20px;
    line-height: 30px;
  }
  .project-details__points {
    margin-bottom: 20px;
  }
  .project-details__points-img {
    margin-top: 30px;
  }
  .project-details__title-1 {
    font-size: 30px;
    line-height: 40px;
  }
  .project-details__title-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .service-details__right {
    margin-top: 40px;
  }
  .service-details__title-1 {
    font-size: 30px;
    line-height: 40px;
  }
  .service-details__service-list-box {
    padding: 38px 15px 40px;
  }
  .service-details__bottom-points-box {
    gap: 15px;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .service-details__bottom-points {
    margin-bottom: 0;
  }
  .service-details__bottom-img-two {
    margin-top: 30px;
  }
  .pricing-four {
    padding: 60px 0px 90px;
  }
  .team-details__top-right {
    margin-top: 50px;
  }
  .team-details__bottom-left {
    margin-bottom: 50px;
  }
  .page-header__shape-1 {
    width: -webkit-calc((100% - -100%) / 2);
    width: calc((100% - -100%) / 2);
  }
  .page-header__shape-2,
  .page-header__shape-3,
  .page-header__shape-4,
  .page-header__img-1 {
    display: none;
  }
  .page-header__inner h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .thm-breadcrumb li {
    font-size: 18px;
  }
  .thm-breadcrumb li span {
    margin-left: 5px;
    margin-right: 5px;
  }
  .page-header__inner {
    padding: 192px 0 93px;
  }
  .error-page__title {
    font-size: 150px;
    line-height: 150px;
  }
  .error-page__tagline {
    font-size: 30px;
    line-height: 39px;
  }
  .error-page__form input[type="search"] {
    padding-left: 20px;
    padding-right: 55px;
  }
  .error-page__form button[type="submit"] {
    width: 45px;
  }
  .error-page {
    padding: 70px 0 90px;
  }
  .faq-page .faq-one-accrodion .accrodion-content {
    padding-right: 30px;
  }
  .product__sidebar {
    max-width: 500px;
    margin: 0 auto 60px;
  }
  .product__showing-result {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }
  .product-details__top {
    margin-top: 51px;
  }
  .product-details__buttons {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .comments-area .comment {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .review-one__content {
    padding-left: 0;
    margin-top: 20px;
  }
  .review-one__content-top {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .cart-page .table-responsive {
    margin-bottom: 60px;
  }
  .cart-total li span:first-child {
    margin-right: 45px;
    text-align: left;
  }
  .cart-total li:nth-child(2) span:first-child {
    right: 0;
  }
  .cart-total li {
    -ms-flex-pack: start;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
        justify-content: flex-start;
  }
  .cart-page__buttons {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
        align-items: flex-start;
  }
  .cart-page__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .billing_title h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .checkout__payment {
    padding: 50px 20px 30px;
    margin-top: 30px;
  }
  .about-one {
    padding: 90px 0 90px;
  }
  .gallery-one {
    padding: 90px 0 0;
  }
  .faq-one {
    padding: 60px 0 90px;
  }
  .team-one {
    padding: 90px 0 0;
  }
  .contact-one {
    padding: 60px 0 90px;
  }
  .blog-one {
    padding: 60px 0 60px;
  }
  .about-two {
    padding: 90px 0 0;
  }
  .team-two {
    padding: 90px 0 60px;
  }
  .gallery-two {
    padding: 90px 0 90px;
  }
  .services-two {
    padding: 90px 0 60px;
  }
  .brand-two {
    padding: 0 0 90px;
  }
  .testimonial-two {
    padding: 0 0 90px;
  }
  .blog-two {
    padding: 90px 0 60px;
  }
  .site-footer-two .site-footer__top-inner {
    padding: 58px 0 90px;
  }
  .services-three {
    padding: 90px 0 0;
  }
  .brand-three {
    padding: 60px 0px 0px;
  }
  .about-three {
    padding: 90px 0 90px;
  }
  .gallery-three {
    padding: 90px 0 90px;
  }
  .testimonial-three__inner {
    padding: 90px 0 90px;
  }
  .why-choose-one {
    padding: 90px 0 90px;
  }
  .contact-two__inner {
    padding: 90px 0 90px;
  }
  .faq-three {
    padding: 90px 0 0;
  }
  .blog-three {
    padding: 90px 0 60px;
  }
  .services-four {
    padding: 90px 0 0;
  }
  .about-four {
    padding: 60px 0 90px;
  }
  .feature-one {
    padding: 90px 0 0;
  }
  .gallery-four {
    padding: 60px 0 60px;
  }
  .team-four__wrap {
    padding: 90px 0 53px;
  }
  .testimonial-four {
    padding: 90px 0 0;
  }
  .blog-four {
    padding: 90px 0 60px;
  }
  .pricing-three {
    padding: 0 0 60px;
  }
  .team-carousel-page {
    padding: 90px 0 140px;
  }
  .team-details {
    padding: 90px 0 90px;
  }
  .project-details {
    padding: 90px 0 90px;
  }
  .testimonial-page {
    padding: 90px 0 30px;
    margin: 90px 0 90px;
  }
  .testimonial-carousel-page {
    padding: 90px 0 140px;
    margin: 90px 0 90px;
  }
  .pricing-page {
    padding: 90px 0 60px;
  }
  .pricing-carousel-page {
    padding: 90px 0 140px;
  }
  .faq-page {
    padding: 90px 0 70px;
  }
  .services-page {
    padding: 90px 0 0px;
  }
  .service-details {
    padding: 90px 0 90px;
  }
  .product {
    padding: 90px 0 90px;
  }
  .product-details {
    padding: 90px 0px 56px;
  }
  .review-form-one {
    padding: 16px 0 90px;
  }
  .cart-page {
    padding: 82px 0px 90px;
  }
  .checkout-page {
    padding: 82px 0 90px;
  }
  .wishlist-page {
    padding: 90px 0px 90px;
  }
  .sign-up-one {
    padding: 82px 0px 90px;
  }
  .login-one {
    padding: 82px 0px 90px;
  }
  .blog-carousel-page {
    padding: 90px 0 140px;
  }
  .blog-list {
    padding: 90px 0 90px;
  }
  .blog-details {
    padding: 90px 0 90px;
  }
  .contact-three {
    padding: 90px 0 0;
  }
  .contact-four {
    padding: 90px 0 90px;
  }
}

@media only screen and (max-width: 500px) {
  .gallery-four__content {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 18px 20px 20px;
    gap: 0;
    -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
        justify-content: space-between;
  }
  .blog-details__client-box {
    padding: 30px 15px 40px;
  }
  .blog-details__client-info {
    gap: 10px;
  }
  .blog-details__client-content h5 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 5px;
  }
  .blog-details__client-ratting {
    top: 24px;
    right: 55px;
  }
  .blog-details__prev-next {
    padding: 20px 10px 20px;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .blog-details__prev-next::before {
    display: none;
  }
  .blog-details__next {
    margin-top: 20px;
  }
  .comment-one__single {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .comment-one__content {
    padding: 27px 15px 29px;
    padding-left: 15px;
    margin-left: 0;
    margin-top: 20px;
  }
  .comment-one__btn-box {
    top: 20px;
    right: 20px;
  }
  .project-details__prev-next {
    padding: 20px 20px 20px;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .project-details__prev-next::before {
    display: none;
  }
  .project-details__next {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 610px) {
  .login-one__form .inner-title {
    padding-bottom: 35px;
  }
  .login-one__form .inner-title h2 {
    font-size: 40px;
  }
  .login-one__form form {
    padding: 60px 15px 52px;
  }
  .login-one__form form .remember-forget {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .login-one__form form .checked-box1 {
    margin-bottom: 10px;
  }
  .sign-up-one__form form {
    padding: 60px 20px 52px;
  }
  .sign-up-one__form form .google-facebook {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  .sign-up-one__form form .google-facebook a + a {
    margin-left: 0;
    margin-top: 10px;
  }
  .sign-up-one__form .inner-title {
    padding-bottom: 30px;
  }
  .sign-up-one__form .inner-title h2 {
    font-size: 40px;
  }
}

/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .main-slider__img {
    top: 0px;
    right: -100px;
  }
  .main-slider__img img {
    width: 80% !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider__img {
    display: none;
  }
  .main-slider .owl-theme .owl-nav {
    top: 55%;
    -ms-flex-align: end;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
        align-items: flex-end;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
        justify-content: flex-end;
    gap: 10px;
  }
  .main-slider-two .owl-theme .owl-nav {
    display: none;
  }
  .main-slider-two__img-box {
    display: none;
  }
  .main-slider-three__img-box {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider__img {
    display: none;
  }
  .main-slider .owl-theme .owl-nav {
    top: 55%;
    -ms-flex-align: end;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
        align-items: flex-end;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
        justify-content: flex-end;
    gap: 10px;
    padding: 0 30px;
  }
  .main-slider-two .owl-theme .owl-nav {
    display: none;
  }
  .main-slider-two__img-box {
    display: none;
  }
  .main-slider-three__img-box {
    display: none;
  }
  .banner-one__designer-and-developer,
  .banner-one__text {
    display: none;
  }
  .banner-one__img-box {
    margin-top: 50px;
  }
  .banner-one__img img {
    width: 100%;
  }
  .banner-one__img-box:before {
    height: 1065px;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider__img {
    display: none;
  }
  .main-slider .owl-theme .owl-nav {
    display: none;
  }
  .main-slider__title {
    font-size: 35px;
    line-height: 45px;
  }
  .main-slider__text br {
    display: none;
  }
  .main-slider__btn-and-video-box {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
            -webkit-box-align: baseline;
            -webkit-align-items: baseline;
        align-items: baseline;
  }
  .main-slider .item {
    padding-top: 200px;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
  }
  .main-slider__wrap {
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
  }
  .main-slider-two .owl-theme .owl-nav {
    display: none;
  }
  .main-slider-two__img-box {
    display: none;
  }
  .main-slider-two__title {
    font-size: 35px;
    line-height: 45px;
  }
  .main-slider-two__text br {
    display: none;
  }
  .main-slider-two .item {
    padding-top: 209px;
    padding-bottom: 175px;
  }
  .main-slider-three__img-box {
    display: none;
  }
  .main-slider-three__title {
    font-size: 35px;
    line-height: 45px;
  }
  .main-slider-three__text br {
    display: none;
  }
  .main-slider-three .item {
    padding-top: 90px;
  }
  .banner-one__designer-and-developer,
  .banner-one__text {
    display: none;
  }
  .banner-one__img-box {
    margin-top: 20px;
  }
  .banner-one__img img {
    width: 100%;
  }
  .banner-one__img-box:before {
    height: 200px;
    bottom: -110px;
  }
  .banner-one__title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-slider .owl-theme .owl-nav {
    top: 55%;
    -ms-flex-align: end;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
        align-items: flex-end;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
        justify-content: flex-end;
    gap: 10px;
    padding: 0px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1535px) {
  .main-slider-two .owl-theme .owl-nav {
    display: none;
  }
}

/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .main-menu__wrapper-inner {
    padding: 0 20px 0;
  }
  .main-menu-four__wrapper-inner {
    padding: 0px 50px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--crank-black);
  }
  .main-menu-four .mobile-nav__toggler:hover {
    color: var(--crank-black);
  }
  .main-menu-four__wrapper-inner {
    padding: 0px 50px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--crank-black);
  }
  .main-menu-four .mobile-nav__toggler:hover {
    color: var(--crank-black);
  }
  .main-menu-four__wrapper-inner {
    padding: 0px 50px 0px;
  }
}

@media (max-width: 767px) {
  .main-menu__right {
    display: none;
  }
  .main-menu__wrapper-inner {
    padding: 0 15px 0;
  }
  .main-menu-two__right {
    display: none;
  }
  .main-menu-two__wrapper-inner {
    padding: 0 15px 0;
  }
  .main-menu-three .mobile-nav__toggler:hover {
    color: var(--crank-black);
  }
  .main-menu-three__top {
    display: none;
  }
  .main-menu-three__wrapper-inner .main-menu__nav-sidebar-icon {
    display: none;
  }
  .main-menu-four .mobile-nav__toggler:hover {
    color: var(--crank-black);
  }
  .main-menu-four__wrapper-inner {
    padding: 0px 15px 0px;
  }
  .main-menu-four__right {
    display: none;
  }
}
