/* ===================================
01. Google font
====================================== */
/* @import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
  --alt-font: "Plus Jakarta Sans", sans-serif;
  --primary-font: "Montserrat", sans-serif;
}

/* ===================================
02. CSS color variable
====================================== */
:root {
  --base-color: #e24301;
  --white: #ffffff;
  --black: #000000;
  --red: #dc3131;
  --light-red: #feedec;
  --green: #2ebb79;
  --crusoe-green: #d39121;
  --yellow: #ffea23;
  --dark-gray: #232323;
  --medium-gray: #717580;
  --extra-medium-gray: #e4e4e4;
  --light-gray: #a8a8a8;
  --very-light-gray: #f7f7f7;
  --light-medium-gray: #eaeaeb;
  --charcoal-blue: #202329;
  --slate-blue: #262b35;
  --medium-slate-blue: #374162;
  --extra-medium-slate-blue: #23262d;
  --dark-slate-blue: #1f232c;
  --extra-dark-slate-blue: #121418;
  --extra-very-slate-blue: #161620;
  --tussock-yellow: #BC8947;
  --aluminium-grey:#80858F;
  --solitude-blue:#f0f4fd;
  --golden-yellow:#fd961e;
  --selago:#eaedff;
  --white-ice:#d8f5ef;
  --cornflower-blue:#445fed;
  --jade:#00AF6B;
  --orange: #ef991f;
  --majorelle-blue: #724ade;
  --light-majorelle-blue: #f2edfe;
  --spring-wood: #f9f6f3;
  --tropical-blue: #1ea3b1;
  --camarone: #20642b;
  --seal-brown: #0e0708;
  --Wasabi: #8ea63a;
}

/* ===================================
03. Reset
====================================== */
.alt-font {
  font-family: var(--alt-font);
}
.primary-font {
  font-family: var(--primary-font) !important;
}
html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--medium-gray);
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.half-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
img {
  max-width: 100%;
  height: auto;
}
ul li {
  list-style: none;
}
a {
  color: var(--medium-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  color: var(--base-color);
  text-decoration: none;
}
p {
  margin-bottom: 25px;
}
.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}
video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
:focus-visible {
  outline: none;
}
[class*=bi-], [class*=feather] {
  display: inline-block;
}
.form-control {
  background-position: right 20px center !important;
}
.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
/* ===================================
04. Typography
====================================== */
/* Heading */
h1, h2, h3 {
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  font-weight: inherit;
}
h1 {
  font-size: 4.375rem;
  line-height: 4.375rem;
}
h2 {
  font-size: 3.438rem;
  line-height: 3.438rem;
}
h3 {
  font-size: 2.813rem;
  line-height: 3.125rem;
}
/* Font custom */
.font-style-italic {
  font-style: italic;
}
.text-transform-none {
  text-transform: none !important;
}
/* Font size */
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
  line-height: 32px;
}
.fs-80 {
  font-size: 5rem;
  line-height: 5rem;
}
.fs-170 {
  font-size: 4.5rem;
  /* line-height: 10.625rem; */
}
/* Line height */
.lh-10 {
  line-height: 10px;
}
.lh-20 {
  line-height: 20px;
}
.lh-24 {
  line-height: 24px;
}
.lh-28 {
  line-height: 28px;
}
.lh-30 {
  line-height: 30px;
}
.lh-32 {
  line-height: 32px;
}
.lh-34 {
  line-height: 2.125rem;
}
/* Text color */
.text-white {
  color: var(--white);
  
}
.text-dark-gray {
  color: var(--dark-gray);
}
/* Text gradient color */
/* Text shadow */
.text-shadow-extra-large {
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}
/* Text bottom line */
/* Text outline*/
/* Text stroke width */
/* Text stroke color */
/* Letter spacing */
.ls-1px {
  letter-spacing: 1px !important;
}
.ls-minus-2px {
  letter-spacing: -2px !important;
}
/* Icon size */
.icon-medium {
  font-size: 30px;
}
.icon-small {
  font-size: 18px;
}
/* ===================================
05. General
====================================== */
/* Separator line */
.separator-line-5px {
  height: 5px;
}
/* Separator vertical line */
/* Separator line size */
/* Opacity */
.opacity-extra-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.opacity-extra-medium {
  opacity: 0.5;
}
/* Position */
/* Vertical title center */
/* Skrollr */
.skrollr-parallax {
  position: relative !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}
.overlap-height {
  transition: 0.3s height;
}
/* Outside box */
.outside-box-right-45 {
  margin-right: -45vw;
}
.box-shadow-quadruple-large {
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
/* Input */
input, textarea, .form-control {
  padding: 12px 25px;
  width: 100%;
  max-width: 100%;
  resize: none;
  outline: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  color: var(--medium-gray);
  line-height: inherit;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input:focus, textarea:focus, .form-control:focus {
  border: 1px solid #c2c2c2;
  box-shadow: none !important;
  color: var(--medium-gray);
}
::-webkit-input-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
  opacity: 1;
}
/* Select */
/* Date icon */
/* Mozilla firefox */
@-moz-document url-prefix() {
}
/* Time icon */
/* Input size */
/* Box overlay */
.box-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 400ms cubic-bezier(0.5, 1, 0.89, 1);
}
.swiper-button-prev, .swiper-button-next {
  outline: none;
  cursor: pointer;
  height: 45px;
  width: 45px;
  margin-top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-button-next {
  left: inherit;
}

.slider-navigation-style-04 {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  position: relative;
  bottom: inherit;
  left: 0;
  top: inherit;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider-navigation-style-04 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-navigation-style-04:hover i {
  opacity: 0.5;
}
.slider-navigation-style-04.swiper-button-prev {
  margin-right: 5px;
}
.slider-navigation-style-04.swiper-button-next {
  margin-left: 5px;
}

[data-anime] {
  opacity: 0;
  transition: none;
}
[data-anime].appear {
  opacity: 1;
}
[data-anime].btn {
  transition: none;
}
[data-anime].btn.anime-complete {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* Atropos box */
/* Only for safari browser */
@media not all and (min-resolution: 0.001dpcm) {
  /* font awesome icon gradient color */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* color issue */
}
/* Data top bottom transition animation */
[data-top-bottom] {
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
/* Custom cursor */
@media (hover: hover) and (pointer: fine) {
  .custom-cursor .circle-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .custom-cursor .circle-cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--base-color);
  }
  .custom-cursor .circle-cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--base-color);
    z-index: 10000000;
    opacity: 0.8;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}
/* Stack box */
/* Scrolling text */

/* Marquee slide */
.marquee-slide {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
/* Father shadow */
.feather-shadow {
  mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
}
.bg-sliding-line {
  background-image: linear-gradient(45deg, transparent 45%, var(--white) 45%, var(--white) 55%, transparent 0);
  background-size: 0.1em 0.1em;
}
/* Background color */
.bg-base-color {
  background-color: var(--base-color);
}
.bg-dark-gray,
.bg-dark-gray:focus {
  background-color: var(--dark-gray);
}
.bg-medium-gray {
  background-color: var(--medium-gray);
}
.bg-light-medium-gray {
  background-color: var(--light-medium-gray);
}
.bg-very-light-gray {
  background-color: var(--very-light-gray);
}
/* Gradient background color */
/* Transparent background color */
.bg-transparent {
  background-color: transparent;
}
/* Background image */
.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.background-position-center-top {
  background-position: center top !important;
}
.border-color-dark-gray {
  border-color: var(--dark-gray) !important;
}
.border-color-extra-medium-gray {
  border-color: var(--extra-medium-gray) !important;
}
/* Gradient border color */
/* Border radius */
.border-radius-0px {
  border-radius: 0 !important;
}
.border-radius-4px {
  border-radius: 4px !important;
}
.border-radius-6px {
  border-radius: 6px !important;
}
.border-radius-30px {
  border-radius: 30px !important;
}
/* Parallax background */
/* ===================================
07. Width
====================================== */
.w-24px {
  width: 24px !important;
}
.w-25px {
  width: 25px !important;
}
.w-65px {
  width: 65px !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}
/* ===================================
08. Height
====================================== */
.h-10px {
  height: 10px !important;
}
.h-20px {
  height: 20px !important;
}
.h-25px {
  height: 25px !important;
}
.h-40px {
  height: 40px !important;
}
.h-60px {
  height: 60px !important;
}
.h-65px {
  height: 65px !important;
}
.h-250px {
  height: 250px !important;
}
/* Screen height */
.one-third-screen {
  height: 400px !important;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
/* ===================================
09. Loop - Padding, margin, position, font weight, min height, opacity and z-index
====================================== */
/* Padding and margin */
.p-40px {
  padding: 40px !important;
}
.pt-60px {
  padding-top: 60px;
}
.pt-1 {
  padding-top: 1% !important;
}
.pe-20px {
  padding-right: 20px !important;
}
.pb-5px {
  padding-bottom: 5px !important;
}
.pb-25px {
  padding-bottom: 25px !important;
}
.pb-4 {
  padding-bottom: 4% !important;
}
.ps-20px {
  padding-left: 20px !important;
}
.mt-10px {
  margin-top: 10px !important;
}
.mt-15px {
  margin-top: 15px !important;
}
.mt-20px {
  margin-top: 20px !important;
}
.mt-25px {
  margin-top: 25px !important;
}
.mt-30px {
  margin-top: 30px !important;
}
.mt-45px {
  margin-top: 45px !important;
}
.mt-1 {
  margin-top: 1% !important;
}
.mt-3 {
  margin-top: 3% !important;
}
.mt-4 {
  margin-top: 4% !important;
}
.mt-5 {
  margin-top: 5% !important;
}
.me-10px {
  margin-right: 10px !important;
}
.me-20px {
  margin-right: 20px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.mb-15px {
  margin-bottom: 15px !important;
}
.mb-20px {
  margin-bottom: 20px !important;
}
.mb-25px {
  margin-bottom: 25px !important;
}
.mb-30px {
  margin-bottom: 30px !important;
}
.mb-45px {
  margin-bottom: 45px !important;
}
.mb-4 {
  margin-bottom: 4% !important;
}
.ms-2 {
  margin-left: 2% !important;
}
.ms-3 {
  margin-left: 3% !important;
}
.ms-12 {
  margin-left: 12% !important;
}
/* Position */
.top-0px {
  top: 0px;
}
.bottom-0px {
  bottom: 0px;
}
.bottom-10px {
  bottom: 10px;
}
.left-0px {
  left: 0px;
}
/* Font weight */
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
/* Min height */
/* Opacity */
.opacity-0 {
  opacity: .0;
}
.opacity-3 {
  opacity: .3;
}
.opacity-4 {
  opacity: .4;
}
.opacity-7 {
  opacity: .7;
}
/* Z-index */
.z-index-1 {
  z-index: 1;
}
.z-index-9 {
  z-index: 9;
}
/* ===================================
10. Header
====================================== */
/* header .navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
} */
header .navbar [class*=col-] {
  padding: 0 15px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; */
}
header .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
header .navbar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navbar-brand {
  margin-right: 0;
  vertical-align: middle;
  padding: 30px 0;
  display: inline-block;
  font-size: 0;
}
header .navbar-brand .default-logo {
  visibility: visible;
  opacity: 1;
  width: auto;
}
header .navbar-brand img {
  max-height: 95px;
}

/* Navbar */
.navbar {
  padding: 0;
}

/* Header hover submenu dark */
/* Header hover submenu light */
/* Header dark */
/* Header light */
.header-light .widget-text {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
}
.widget-text {
  color: var(--white);
}
header a.widget-text:hover {
  opacity: 0.6;
}

button:focus {
  outline: none;
}
/* Sidebar */
/* Grid */
.grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Grid column and gutter spacing */
.grid li img {
  width: 100%;
}
.grid .grid-sizer {
  padding: 0 !important;
  margin: 0 !important;
}
.grid.gutter-medium li {
  padding: 7px 7px;
}
.grid.grid-4col li {
  width: 20%;
}
/* ===================================
13. Elements
====================================== */
.alert .close:not(:disabled) {
  opacity: 1;
}
.btn-box-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
.btn-box-shadow:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.btn:first-child:active, :not(.btn-check) + .btn:active {
  border-color: initial;
  color: initial;
}
.btn {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  background-color: inherit;
}
.btn i {
  position: relative;
  margin-left: 6px;
}
.btn.btn-large {
  font-size: 17px;
  padding: 18px 34px;
}
.btn.btn-medium {
  font-size: 16px;
  padding: 16px 30px;
}
.btn.btn-small {
  font-size: 13px;
  padding: 12px 24px;
}
.btn.btn-round-edge {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-link {
  padding: 0 0 2px;
  position: relative;
  text-decoration: none;
  border: 0;
  /* border-bottom: 2px solid; */
  letter-spacing: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--base-color);
  margin-bottom: 20px;
}
/* Custom underline using ::after */
.btn.btn-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 130px;
  height: 2px;
  background-color: var(--base-color);
  transform: translateX(-50%);
}
.btn.btn-link:hover {
  opacity: 0.7;
}
.btn.btn-link:focus-visible {
  box-shadow: none;
}
.btn.btn-base-color {
  background-color: var(--base-color);
  color: var(--white);
}
.btn.btn-base-color:hover, .btn.btn-base-color:active {
  background-color: transparent;
  border-color: var(--base-color);
  color: var(--base-color);
}
.btn.btn-dark-gray {
  background-color: var(--dark-gray);
  color: var(--white);
}
.btn.btn-dark-gray:hover, .btn.btn-dark-gray:active {
  background-color: transparent;
  border-color: var(--dark-gray);
  color: var(--dark-gray);
}
.btn.btn-white {
  background-color: var(--white);
  color: var(--dark-gray);
}
.btn.btn-white:hover, .btn.btn-white:active {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.btn.btn-switch-text.btn-large {
  padding: 0;
}
.btn.btn-switch-text.btn-large > span {
  padding: 18px 34px;
}
.btn.btn-switch-text.btn-medium {
  padding: 0;
}
.btn.btn-switch-text.btn-medium > span {
  padding: 16px 18px;
}
.btn.btn-switch-text.btn-small {
  padding: 0;
}
.btn.btn-switch-text.btn-small > span {
  padding: 12px 24px;
}
.btn.btn-switch-text > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.btn.btn-switch-text .btn-double-text {
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn.btn-switch-text .btn-double-text:before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn.btn-switch-text:hover .btn-double-text, .btn.btn-switch-text:active .btn-double-text {
  transform: translateY(-200%);
}
.btn.btn-switch-text:hover .btn-double-text:before, .btn.btn-switch-text:active .btn-double-text:before {
  transform: translate(-50%, 150%);
  opacity: 1;
}
.btn.btn-box-shadow.btn-white:hover, .btn.btn-box-shadow.btn-white:active {
  background: var(--white);
  color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-dark-gray:hover, .btn.btn-box-shadow.btn-dark-gray:active {
  background: var(--dark-gray);
  color: var(--white);
}
.btn.btn-box-shadow.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:active {
  background: var(--base-color);
  color: var(--white);
}
.contact-form-style-03 input, .contact-form-style-03 textarea {
  outline: none;
  border: none;
  border-bottom: 1px solid;
  background: transparent;
}
.contact-form-style-03 input:focus, .contact-form-style-03 textarea:focus, .contact-form-style-03 .form-control:focus {
  border: 0;
  border-bottom: 1px solid #000 !important;
}
.contact-form-style-03 textarea {
  resize: none;
}
.contact-form-style-03 .form-group .form-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-form-style-03 .form-group.form-textarea .form-icon {
  top: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.contact-form-style-03 .form-control {
  background-position: right 35px center !important;
}
/* Contact form style 06 */
/* Contact form style 07 */
.swiper-button-next, .swiper-button-prev {
  color: var(--dark-gray);
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
  content: "";
}
.counter-style-07 .vertical-counter-number {
  z-index: 1;
}
/* Vertical counter */
.vertical-counter-number {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.vertical-counter-number ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.text-highlight {
  position: relative;
  z-index: 1;
}
.text-highlight span {
  display: inline-block;
  left: -3px;
  position: absolute;
  z-index: -1;
  width: calc(100% + 6px);
}
/* Separator animation */
/* Feature box style */
.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}
.feature-box .feature-box-icon i:not([class*=text-gradient-]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-box.feature-box-left-icon-middle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.feature-box.feature-box-left-icon-middle .feature-box-icon {
  margin-right: 30px;
}
.feature-box.feature-box-left-icon-middle .feature-box-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.feature-box.feature-box-left-icon-middle {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-align: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  text-align: left;
}
[data-parallax-background-ratio] {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}
/* Rotate box */
.to-left {
  animation: toLeft 0.3s linear forwards;
}
/* Rotate box style 01 */
.rotate-box-style-01 * {
  will-change: transform;
}
.rotate-box-style-01 .rm-rotate-box {
  position: relative;
}
.rotate-box-style-01 .flipper {
  position: relative;
}
.rotate-box-style-01 .flipper:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.rotate-box-style-01 .flipper:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.rotate-box-style-01 .thumb-wrap {
  perspective: 1000px;
}
.rotate-box-style-01 .content-wrap {
  position: absolute;
  width: 100%;
  display: block;
  transform-style: preserve-3d;
  perspective: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  bottom: 55px;
  left: 0;
  transform: translate3d(0, 0, 0) scale(1);
}
.rotate-box-style-01 .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-size: cover;
  z-index: 1;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: inherit;
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}
.rotate-box-style-01 .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: inherit;
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}
.rotate-box-style-01 .back .content-wrap {
  top: 50%;
  bottom: inherit;
  left: 0;
  transform: translate3d(0, -50%, 0) scale(1);
}
.rotate-box-style-01 .back .box-overlay {
  visibility: visible;
  opacity: 1;
}
.testimonials-style-13 .swiper-slide {
  opacity: 0.1;
}
.testimonials-style-13 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.testimonials-style-13 .swiper-slide.swiper-slide-next {
  opacity: 0.4;
}

/* ===================================
15. Portfolio
====================================== */
/* Portfolio grid */
.grid-item .portfolio-image img {
  width: 100%;
}
.mousetip-wrapper .caption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}
.mousetip-wrapper:hover .caption {
  opacity: 1;
  visibility: visible;
  display: block;
}
/* Portfolio transform */
.portfolio-transform .portfolio-box {
  will-change: auto;
  overflow: visible;
}
.portfolio-transform .portfolio-box .caption {
  padding: 12px 28px 11px;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
@media(max-width: 768px) {
  .portfolio-transform .portfolio-box .caption{
    white-space: unset !important;
    top: 20px !important;
  }
}
.portfolio-transform .portfolio-box .portfolio-image {
  overflow: visible;
}
.portfolio-transform .portfolio-box .portfolio-image img {
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.portfolio-transform .portfolio-box:hover .portfolio-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-box {
  overflow: hidden;
  will-change: transform;
}
.portfolio-box .portfolio-image {
  position: relative;
  overflow: hidden;
}
/* Portfolio pagination */
/* Grid loading */
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.grid-loading {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
  transition: all 0s ease-in-out !important;
  -webkit-transition: all 0s ease-in-out !important;
  z-index: 99;
}
.grid-loading::after {
  background: none;
  content: "" !important;
  position: absolute;
  top: 100px !important;
  left: calc(50% - 25px) !important;
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  right: inherit !important;
  z-index: 9;
  text-align: center;
  border: 3px solid rgba(23, 23, 23, 0.2);
  border-top-color: rgba(23, 23, 23, 0.7);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.grid-loading:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 1px;
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  border-radius: inherit;
  z-index: 1;
}
.grid-loading .grid-item {
  visibility: hidden;
}

footer .copyright{
  padding-top: 15px;
  padding-bottom: 15px;
}

.widget-text i{
  color: var(--base-color);
  font-size: 26px;
}



.contact-container {
  position: fixed;
  right: 0;
  bottom: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1000;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.call-us, .whatsapp-us {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 18px 0 0 18px;
  max-width: 50px;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 6px;
  transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}

.call-us a, .whatsapp-us a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #707070;
}

.whatsapp-us img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.call-us:hover, .whatsapp-us:hover {
  max-width: 255px;
}

.chat-with-us p {
  margin-bottom: 0;
  line-height: 20px;
}

@media (max-width: 575px) {
  .call-us:hover, .whatsapp-us:hover{
    max-width: 50px !important;
  }
}

.call-us .icons i{
  font-size: 32px;
  color: var(--base-color);
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0 0 0 / .6)
}

.popup-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

@media(min-width:768px) and (max-width:1200px) {
  .popup-content {
    width: 450px
  }
}

@media(min-width:1200px) {
  .popup-content {
    width: 40%;
  }
}

@media(max-width:547px) {
  .popup-content {
    width: 95%
  }
  .popup-content h3{
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.form-trigger {
  cursor: pointer
}
.close {
  color: #333;
  z-index: 9;
  float: right;
  font-size: 35px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  top: 0;
  right: 0;
}
.close:hover{
  color: #161921;
}

.popup-content{
  background-color: #f7f7f7;
  padding: 25px;
}

.fs-42{
  font-size: 42px;
  line-height: 55px;
}
@media (max-width: 575px) {
  .xs-fs-28{
    font-size: 28px !important;
    line-height: 38px !important;
  }
  .skrollr-parallax{
    padding-top: 30px !important;
    padding-bottom: 30px !important
  }
  .xs-fs-18{
    font-size: 18px !important;
  }
  .service_area{
    padding-bottom: 0 !important;
  }
  .lg-mb-45px {
    margin-bottom: 15px !important;
  }
  /* form{
    margin-top: 15px;
  } */
  .icon-with-text-style-01{
    width: 100%;
  }
  textarea.form-control{
    height: 100px !important;
  }
  .rm-rotate-box a{
    margin-bottom: 20px;
  }
  .xs-d-block{
    display: block;
  }
  .hero_section .pt-60px{
    padding-top: 20px !important;
  }
}

.location-map iframe{
  width: 100%;
  height: 220px;
}

.hero_list span{
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
}
.hero_list span i{
  color: #fff;
}

@media(min-width: 575px){
  .md-ml-35px{
    margin-left: 35px;
  }
}

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

textarea.form-control{
  height: 100px;
}
header{
  position: absolute;
  width: 100%;
  z-index: 2;
}
/* .hero-video:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105.54deg, #000 34.13%, #fff0 100%);
  mix-blend-mode: normal;
  border-radius: inherit;
} */
.hero_section{
  /* height: 100vh; */
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 80px;
}


.hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, #000 30%, #fff0 75%); */
  background-color: #000;
  opacity: .6;
  z-index: 1;
  pointer-events: none;
}

@media(max-width: 575px){
  /* .hero_section::before{
    background: linear-gradient(90deg, #000 0%, #fff0 100%) !important;
  } */
  .hero_section{
    padding-bottom: 30px;
    background-position: 10% 50% !important;
  }
}
.hero_section .container {
  position: relative;
  z-index: 2;
}
.portfolio-box .caption span{
  line-height: 20px
}
.mainform {
  background-color: #fff;
  padding: 25px;
}
.mainform p{
  font-size: 14px;
  margin-bottom: 0;
}

.mainform input,
.mainform textarea{
  border-bottom-color: #e4e4e4 !important;
}
.border-radius-6px {
  border-radius: 6px !important;
}
.testimonials-wrapper{
  background-color: #333;
  padding: 20px 35px;
}
#phone {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #55585b;
}
.iti{
  width: 100%;
}
.w-20{
  width: 20px !important;
}