/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
* {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
}
.cilox-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--cilox-base, #f5bf3e);
  color: var(--cilox-white, #fff);
  letter-spacing: 0.1em;
  padding: 21px 38px;
  font-size: 14px;
  color: var(--cilox-black, #18191c);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  border-radius: 99rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.cilox-btn::before,
.cilox-btn::after {
  --skew: 0.2;
  background: var(--cilox-black, #18191c);
  content: "";
  display: block;
  height: 102%;
  left: calc(-50% - 50% * var(--skew));
  pointer-events: none;
  position: absolute;
  top: -104%;
  transform: skew(calc(150deg * var(--skew))) translateY(var(--progress, 0));
  transition: transform 0.2s ease;
  width: 100%;
  z-index: -1;
}

.cilox-btn::after {
  --progress: 0%;
  left: calc(50% + 50% * var(--skew));
  top: 102%;
  z-index: -1;
}

.cilox-btn__container {
  overflow: hidden;
  position: relative;
  display: block;
}

.cilox-btn__text {
  display: block;
  position: relative;
}

.cilox-btn:hover {
  color: #e3e4e5;
}

.cilox-btn:hover .cilox-btn__text {
  -webkit-animation: move-up-alternate 0.4s forwards;
  animation: move-up-alternate 0.4s forwards;
}

.cilox-btn:hover::after {
  --progress: -102%;
}

.cilox-btn:hover::before {
  --progress: 100%;
}

.cilox-btn--white:hover {
  color: var(--cilox-white, #fff);
}

.sec-title {
  position: relative;
  line-height: 1;
  margin-bottom: 50px;
}

.sec-title__image {
  margin-bottom: 10px;
}

.sec-title__image img {
  object-fit: cover;
  display: block;
}

.sec-title__tagline {
  margin: 0;
  font-size: 14px;
  color: var(--cilox-text, #797b81);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--cilox-font, "Instrument Sans", sans-serif);
  color: var(--cilox-text, #797b81);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--cilox-base, #f5bf3e);
  transition: all 400ms ease;
}

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

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--cilox-heading-font, "Instrument Sans", sans-serif);
  color: var(--cilox-black, #18191c);
  line-height: 1.2;
}

@media (max-width: 575px) {

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

p {
  font-family: var(--cilox-font, "Instrument Sans", sans-serif);
  color: var(--cilox-text, #797b81);
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

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

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

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

.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.preloader {
  position: fixed;
  background-color: var(--cilox-black, #18191c);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* Scroll To Top */

.scroll-top {
  height: 60px;
  width: 60px;
  background-color: var(--cilox-white, #fff);
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  right: 30px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;
}

.scroll-top.active {
  bottom: 30px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scroll-Top;
  transition: 0.3s;
}

.scroll-top-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--cilox-base, #f5bf3e);
  color: var(--cilox-white, #fff);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
}

.scroll-top-value i {
  font-size: 20px;
}

@-webkit-keyframes scroll-Top {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes scroll-Top {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* post paginations */

.cilox-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.cilox-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--cilox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  color: var(--cilox-white, #fff);
  transition: all 500ms ease;
}

.cilox-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  color: var(--cilox-white, #fff);
  background-color: var(--cilox-base, #f5bf3e);
  border-color: var(--cilox-base, #f5bf3e);
}

.cilox-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 50px;
}

.cilox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: var(--cilox-text2, #75767a);
  border: none;
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  margin: 0;
  transition: all 300ms ease;
}

.cilox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot::after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  left: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid var(--cilox-base, #f5bf3e);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cilox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.cilox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover,
.cilox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--cilox-base, #f5bf3e);
}

.cilox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover::after,
.cilox-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active::after {
  transform: scale(1);
}

/* progress bar */

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.team-card {
  position: relative;
  z-index: 1;
  padding: 0px 30px;
}

.team-card__image {
  position: relative;
  z-index: 1;
}

.team-card__image__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-card__image__item img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.team-card__image__item::before {
  content: "";
  border-radius: 50%;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgba(254, 198, 63, 0) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgba(254, 198, 63, 0) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgba(254, 198, 63, 0) 100%);
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.team-card__image__item::after {
  content: "";
  border-radius: 50%;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(24, 25, 28) 0%, rgba(24, 25, 28, 0) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(24, 25, 28) 0%, rgba(24, 25, 28, 0) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(24, 25, 28) 0%, rgba(24, 25, 28, 0) 100%);
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.team-card__image::after {
  content: "";
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: 20px;
  top: 20px;
  background-color: var(--cilox-black, #18191c);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.team-card__hover__btn {
  position: relative;
  z-index: 2;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cilox-base, #f5bf3e);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  color: var(--cilox-black, #18191c);
  font-size: 18px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.team-card__hover__btn:hover {
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-white, #fff);
}

.team-card__hover {
  position: relative;
  z-index: 1;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.team-card__hover:hover .team-card__hover__social {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
}

.team-card__hover__social {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%) translateY(-40px);
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--cilox-black, #18191c);
  width: 40px;
  height: auto;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.team-card__hover__social a {
  color: var(--cilox-white, #fff);
  line-height: normal;
  transition: all 0.4s ease-in-out;
}

.team-card__hover__social a i {
  line-height: normal;
}

.team-card__hover__social a:hover {
  color: var(--cilox-base, #f5bf3e);
}

.team-card__hover__social a+a {
  margin-top: 12px;
}

.team-card__hover__social::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 10px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: var(--cilox-black, #18191c);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.team-card__title {
  font-size: 20px;
  color: var(--cilox-black, #18191c);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 5px;
}

.team-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.team-card__title a:hover {
  background-size: 100% 1px;
}

.team-card__title a:hover {
  color: var(--cilox-base, #f5bf3e);
}

.team-card__designation {
  font-size: 16px;
  color: var(--cilox-text, #797b81);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0;
}

.team-card:hover .team-card__image__item::before {
  visibility: hidden;
  opacity: 0;
}

.team-card:hover .team-card__image__item::after {
  visibility: visible;
  opacity: 1;
}

.team-card:hover .team-card__image img {
  transform: scale(1.1);
}

.team-card:hover .team-card__image::after {
  background-color: var(--cilox-base, #f5bf3e);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0;
}

@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}


.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #f2f3f6;
  color: var(--cilox-text, #797b81);
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  border: none;
  border-radius: 0px;
  outline: none;
  font-family: var(--cilox-font, "Instrument Sans", sans-serif);
  transition: all 500ms ease;
  padding: 0 20px;
}


.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one textarea:focus {
  border-color: var(--cilox-base, #f5bf3e);
}

.form-one textarea {
  height: 170px;
  padding-top: 20px;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

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

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

.custom-cursor__hover {
  background-color: var(--cilox-base, #f5bf3e);
  opacity: 0.4;
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  z-index: 1;
  background-color: var(--cilox-black, #18191c);
  padding-top: 85px;
  overflow: hidden;
}

.main-footer__bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: totalScallTwo 6s ease-in-out infinite;
}

.main-footer__top {
  margin-bottom: 75px;
}

.main-footer__top .footer-logo {
  display: block;
}

.main-footer__form__newsletter {
  width: 100%;
  background-color: transparent;
  border: 2px solid rgb(158, 158, 167);
  border-radius: 100px;
  position: relative;
  z-index: 1;
  top: 6px;
}

.main-footer__form__newsletter input {
  width: calc(100% - 178px);
  border: none;
  outline: none;
  box-shadow: none;
  height: 50px;
  background-color: transparent;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #75767a;
  line-height: 1.2;
  padding-left: 40px;
}

.main-footer__form__newsletter .cilox-btn {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  padding: 17px 38px;
  background-color: rgb(158, 158, 167);
}

.main-footer__form__newsletter .cilox-btn::before,
.main-footer__form__newsletter .cilox-btn::after {
  background-color: var(--cilox-base, #f5bf3e);
}

.main-footer__form__newsletter .cilox-btn:hover {
  color: var(--cilox-black, #18191c);
}

.main-footer__middle {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .main-footer__middle {
    margin-bottom: 50px;
  }
}

.main-footer__bottom__inner {
  border-top: 1px solid #353639;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-footer__copyright {
  font-size: 16px;
  color: var(--cilox-text, #797b81);
  line-height: 1.75;
  font-style: normal;
  margin: 0;
  text-align: center;
}

.footer-widget__text {
  font-size: 20px;
  color: var(--cilox-white, #fff);
  text-transform: uppercase;
  line-height: 1.7;
  font-style: normal;
  margin-bottom: 35px;
  font-weight: 400;
}

.footer-widget__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-widget__social a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--cilox-white, #fff);
  background-color: #000000;
  transition: all 0.4s ease-in-out;
}

.footer-widget__social a:hover {
  transform: translateY(-5px);
  background-color: var(--cilox-base, #f5bf3e);
  color: var(--cilox-black, #18191c);
}

.footer-widget__title {
  font-size: 20px;
  color: var(--cilox-white, #fff);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  font-style: normal;
  margin-bottom: 25px;
}

.footer-widget__inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-widget__links {
  margin: 0;
}

.footer-widget__links li a {
  font-size: 16px;
  color: var(--cilox-text, #797b81);
  line-height: 2.25;
  font-style: normal;
  transition: all 0.4s ease-in-out;
}

.footer-widget__links li a:hover {
  color: var(--cilox-base, #f5bf3e);
}

.footer-widget__contant {
  margin-bottom: 0;
}

.footer-widget__contant li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: rgb(158, 158, 167);
  font-weight: 400;
  font-style: normal;
  transition: all 0.4s ease-in-out;
}

.footer-widget__contant li a:hover {
  color: var(--cilox-base, #f5bf3e);
}

.footer-widget__contant li a i {
  color: var(--cilox-base, #f5bf3e);
}

.footer-widget__contant li+li {
  margin-top: 8px;
}

.footer-widget--links {
  margin-right: -30px;
}

@media (max-width: 1199px) {
  .footer-widget--links {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-top {
  position: relative;
}

.contact-top__item {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  background-color: var(--cilox-white, #fff);
  padding: 50px 70px 50px 50px;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1199px) and (min-width: 768px),
(max-width: 500px) {
  .contact-top__item {
    padding: 30px 50px 30px 20px;
  }
}

.contact-top__item span {
  font-size: 12px;
  color: var(--cilox-base, #f5bf3e);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  margin-bottom: 3px;
}

.contact-top__item__title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 18px;
}

.contact-top__item__text {
  line-height: 1.75;
  margin-bottom: -4px;
}

.contact-top__item__text a {
  display: block;
  color: inherit;
}

.contact-top__item__text a:hover {
  color: var(--cilox-base, #f5bf3e);
}

.contact-top__item__icon {
  position: absolute;
  top: 25px;
  right: 25px;
  color: var(--cilox-black, #18191c);
  transition: all 0.4s ease-in-out;
}

.contact-top__item__icon i {
  font-size: 60px;
}

@media (max-width: 1199px) and (min-width: 768px),
(max-width: 500px) {
  .contact-top__item__icon i {
    font-size: 40px;
  }
}

.contact-top__item::after {
  width: 180px;
  height: 160px;
  content: "";
  position: absolute;
  top: -65px;
  right: -58px;
  background-color:#d5d7db
  ;
  z-index: -1;
  transform: rotate(-35deg);
  transition: all 0.4s ease-in-out;
}

.contact-top__item:hover::after {
  background-color: var(--cilox-black, #18191c);
}

.contact-top__item:hover .contact-top__item__icon {
  color: var(--cilox-base, #f5bf3e);
}

.contact-area {
  padding-top: 65px;
}


.contact-area .form-one__group textarea,
.contact-area .form-one__group input {
  background-color: #f2f3f6;
  position: relative;
  height: 60px;
  border: 1px solid #f2f3f6;
  outline: none;
  font-size: 14px;
  color: var(--cilox-text, #797b81);
  line-height: 1.2;
  font-weight: 500;
}


.contact-area .form-one__group textarea::placeholder,
.contact-area .form-one__group input::placeholder {
  font-size: 14px;
  color: var(--cilox-text, #797b81);
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
}


.contact-area .form-one__group textarea:focus,
.contact-area .form-one__group input:focus {
  border: 1px solid var(--cilox-base, #f5bf3e);
}

.contact-area .form-one__group textarea {
  height: 170px;
}

.contact-area__inner {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.contact-one {
  position: relative;
  z-index: 1;
  background-color: #f1f2f5;
  max-width: 1695px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.contact-one__content {
  position: relative;
}

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

.contact-one .contact-one__top__text {
  margin-bottom: 32px;
  max-width: 370px;
  width: 100%;
}


.contact-one .form-one textarea,
.contact-one .form-one input {
  background-color: var(--cilox-white, #fff);
}

.contact-one__call {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #ad7c06;
  padding: 25px 50px;
  transition: all 0.4s ease-in-out;
}

.contact-one__call__icon {
  font-size: 40px;
  color: #ad7c06;
  line-height: 1;
}

.contact-one__call__content {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ad7c06;
}

.contact-one__call__content a {
  display: block;
}

.contact-one__call__title {
  font-size: 10px;
  display: block;
  color: #ad7c06;
  text-transform: uppercase;
}

.contact-one__call__number {
  font-size: 16px;
  color: #ad7c06;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 500ms ease;
}

.contact-one__call__number:hover {
  background-size: 100% 1px;
}

.contact-one__call__number:hover {
  color: var(--cilox-base, #f5bf3e);
}

.contact-one__call:hover {
  border-color: var(--cilox-base, #f5bf3e);
}

.contact-one__call:hover .contact-one__call__icon {
  animation: flowerRotate 0.5s ease-in-out infinite;
}

.contact-three {
  position: relative;
  z-index: 1;
}

.contact-three .contact-top {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: -100px;
}

@media (max-width: 1199px) {
  .contact-three .contact-top {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .contact-three .contact-top {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.contact-three .contact-top::after {
  content: "";
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 698px;
  height: 698px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 1199px) {
  .contact-three .contact-top::after {
    display: none;
  }
}

.contact-three .contact-top::before {
  content: "";
  border-radius: 50%;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(253, 197, 62) 0%, rgba(253, 197, 62, 0.01) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(253, 197, 62) 0%, rgba(253, 197, 62, 0.01) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(253, 197, 62) 0%, rgba(253, 197, 62, 0.01) 100%);
  opacity: 0.702;
  position: absolute;
  top: 5%;
  left: 45%;
  width: 438px;
  height: 438px;
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 1199px) {
  .contact-three .contact-top::before {
    display: none;
  }
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  position: relative;
  background-color: var(--cilox-black, #18191c);
  padding: 8px 0;
}

@media (max-width: 991px) {
  .topbar-one {
    display: none;
  }
}

.topbar-one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-one .container-fluid {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.topbar-one__info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.topbar-one__info__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
    font-weight: 600;
  color: #cbcbcb;
  line-height: 1.2;
}

.topbar-one__info__item i {
  color: var(--cilox-base, #f5bf3e);
  font-size: 14px;
}

.topbar-one__info a {
  color: inherit;
  font-size: 1rem;
    font-weight: 600;
    transition: all 500ms ease;
}

.topbar-one__info a:hover {
  background-size: 100% 1px;
}

.topbar-one__info a:hover {
  color: var(--cilox-base, #f5bf3e);
}

.topbar-one__right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.topbar-one__list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
}

.topbar-one__list__item {
  font-size: 12px;
  color: var(--cilox-text2, #75767a);
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.topbar-one__list__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  transform: rotate(18deg);
  height: 12px;
  width: 1px;
  background-color: var(--cilox-text2, #75767a);
}

.topbar-one__list__item a {
    font-size: 1rem;
        font-weight: 600;
      color: #cbcbcb;
}

.topbar-one__list__item a:hover {
  color: var(--cilox-base, #f5bf3e);
}

.topbar-one__list__item:last-child::after {
  display: none;
}

.topbar-one__social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar-one__social a {
  font-size: 16px;
  color: var(--cilox-white, #fff);
  transition: all 0.4s ease-in-out;
}

.topbar-one__social a:hover {
  color: var(--cilox-base, #f5bf3e);
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}

.main-header__inner {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 1199px) {
  .main-header__inner {
    padding: 20px 0;
  }
}

.main-header__logo {
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: auto;
}

.main-header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.main-header__call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid rgba(225, 226, 231, 0.3);
}

@media (max-width: 1266px) {
  .main-header__call {
    margin-left: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .main-header__call {
    display: none;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }
}

.main-header__call__icon {
  font-size: 30px;
  color: var(--cilox-base, #f5bf3e);
  line-height: 1;
}

.main-header__call__text {
  display: block;
  font-size: 10px;
  font-family: var(--cilox-heading-font, "Instrument Sans", sans-serif);
  color: var(--cilox-white, #fff);
  text-transform: uppercase;
  line-height: 1.2;
}

.main-header__call a {
  font-size: 16px;
  display: block;
  font-family: var(--cilox-heading-font, "Instrument Sans", sans-serif);
  color: var(--cilox-white, #fff);
  text-transform: uppercase;
  line-height: 1.6;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header__call a:hover {
  background-size: 100% 1px;
}

.main-header__call a:hover {
  color: var(--cilox-base, #f5bf3e);
}

.main-header__nav {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .main-header__nav {
    margin-left: 0px;
  }
}

.main-header--three {
  background-color: var(--cilox-white, #fff);
}

.main-header--three .topbar-one {
  background-color: var(--cilox-black, #18191c);
  padding: 7.5px;
}

.main-header--three .container-fluid {
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
}

.main-header--three .main-header__call__text,
.main-header--three .main-menu .main-menu__list>li>a {
  color: var(--cilox-text, #797b81);
}

.main-header--three .main-header__call a,
.main-header--three .main-menu .main-menu__list>li.current>a,
.main-header--three .main-menu .main-menu__list>li:hover>a {
  color: var(--cilox-black, #18191c);
}

.main-header--three .main-menu .main-menu__list>li {
  padding-top: 37px;
  padding-bottom: 37px;
}

.main-header--three .main-header__call {
  border-color: #e7e8e8;
}

.main-header--three .mobile-nav__btn span {
  background-color: var(--cilox-black, #18191c);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--cilox-black, #18191c);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--cilox-black-rgb, 24, 25, 28), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}


.main-header--three.sticky-header--cloned .topbar-one {
  display: none;
}

.main-header--three.sticky-header--cloned {
  background-color: var(--cilox-white, #fff);
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--cilox-white, #fff);
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}

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

.main-menu .main-menu__list>li.dropdown>a {
  position: relative;
}

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

@media (max-width: 1400px) {
  .main-menu .main-menu__list>li+li {
    margin-left: 35px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu .main-menu__list>li+li {
    margin-left: 30px;
  }
}

.main-menu .main-menu__list>li>a {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 500ms ease;
  font-family: var(--cilox-heading-font, "Instrument Sans", sans-serif);
  font-size: 15px;
  color: var(--cilox-white, #fff);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: var(--cilox-base, #f5bf3e);
  text-shadow: 0 0 0.5px currentColor;
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--cilox-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--cilox-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

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

.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.main-menu .main-menu__list li ul li:last-child {
  margin-bottom: 0px;
}

.main-menu .main-menu__list li ul li>a {
  font-size: 15px;
  line-height: 26px;
  color: var(--cilox-text, #797b81);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: 400ms;
}

.main-menu .main-menu__list li ul li>a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--cilox-white, #fff);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-white, #fff);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu .main-menu__list li ul li>ul {
  top: 0;
  left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .main-menu__list li:nth-last-child(1) ul li>ul,
  .main-menu__list li:nth-last-child(2) ul li>ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  z-index: 1;
  background-color: var(--cilox-black, #18191c);
}

.why-choose-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/why-choose-1-bg.webp);
  background-position: center center;
  z-index: -1;
}

.why-choose-one .container-fluid {
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-one .sec-title {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .why-choose-one .sec-title {
    margin-bottom: 40px;
  }
}

.why-choose-one__thumb {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 42.5%;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .why-choose-one__thumb {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
  }
}

.why-choose-one__thumb img {
  object-fit: cover;
}

.why-choose-one__thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 304px;
  height: 223px;
  background-color: var(--cilox-black, #18191c);
}

@media (max-width: 1199px) {
  .why-choose-one__thumb::after {
    display: none;
  }
}

.why-choose-one__right {
  margin-left: 70px;
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .why-choose-one__right {
    margin-left: 0px;
    margin-bottom: 40px;
  }
}

.why-choose-one .why-choose-one__list {
  margin: 0;
  display: flex;
  align-items: center;
  margin-left: -333px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1299px) {
  .why-choose-one .why-choose-one__list {
    margin-left: -400px;
  }
}

@media (max-width: 1199px) {
  .why-choose-one .why-choose-one__list {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .why-choose-one .why-choose-one__list {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
  }
}

.why-choose-one .why-choose-one__list li+li {
  margin-left: 50px;
  border-left: 1px solid #323336;
  padding-left: 50px;
}

@media (max-width: 1450px) {
  .why-choose-one .why-choose-one__list li+li {
    margin-left: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .why-choose-one .why-choose-one__list li+li {
    margin-left: 0px;
    border-left: 1px solid transparent;
    padding-left: 0px;
  }
}

.why-choose-one .why-choose-one__list .why-choose__item .why-choose__item__top {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-bottom: 20px;
}

.why-choose-one .why-choose-one__list .why-choose__item .why-choose__item__icon {
  width: 60px;
  border-radius: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #242528;
  color: var(--cilox-base, #f5bf3e);
  font-size: 20px;
  transition: all 0.4s ease;
}

@media (max-width: 991px) and (min-width: 768px) {
  .why-choose-one .why-choose-one__list .why-choose__item .why-choose__item__icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

.why-choose-one .why-choose-one__list .why-choose__item .why-choose__item__title {
  font-size: 20px;
  color: var(--cilox-white, #fff);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  margin: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .why-choose-one .why-choose-one__list .why-choose__item .why-choose__item__title {
    font-size: 16px;
  }
}

.why-choose-one .why-choose-one__list .why-choose__item .why-choose__item__text {
  font-size: 15px;
  color: #75767a;
  line-height: 1.733;
  text-align: left;
  margin: 0;
}

.why-choose-one .why-choose-one__list .why-choose__item:hover .why-choose__item__icon {
  background-color: var(--cilox-base, #f5bf3e);
  color: var(--cilox-white, #fff);
}

.why-choose-one__text-slider__inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: textScrolling 25s linear infinite;
  animation-direction: reverse;
  will-change: transform;
  position: relative;
  white-space: nowrap;
}

.why-choose-one__text-slider__inner:hover {
  animation-play-state: paused;
}

.why-choose-one__text-slider__inner .why-choose-one__text-slider__item {
  font-size: 120px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.833;
}

.why-choose-one__text-slider__inner .why-choose-one__text-slider__item .and {
  color: var(--cilox-base, #f5bf3e);
}

.why-choose-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.why-choose-three__thumb {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .why-choose-three__content {
    margin-left: 70px;
  }
}

.why-choose-three__text {
  margin-bottom: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #e2e4e9;
  margin-bottom: 25px;
}

.why-choose-three__list {
  margin-bottom: 0;
}

.why-choose-three__list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: var(--cilox-black, #18191c);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.5;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 575px) {
  .why-choose-three__list li {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .why-choose-three__list li {
    font-size: 16px;
    line-height: 1.3;
  }
}

.why-choose-three__list li:hover .why-choose-three__list__icon {
  color: var(--cilox-white, #fff);
  background-color: var(--cilox-black, #18191c);
}

@media (max-width: 575px) {
  .why-choose-three__list li+li {
    margin-top: 13px;
  }
}

.why-choose-three__list__icon {
  max-width: 32px;
  height: 32px;
  width: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cilox-base, #f5bf3e);
  font-size: 16px;
  color: var(--cilox-black, #18191c);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 575px) {
  .why-choose-three__list__icon {
    height: 25px;
    max-width: 25px;
    width: 100%;
  }
}

.why-choose-three__list__icon i {
  font-weight: 900;
}

.services-overview {
  position: relative;
  z-index: 3;
  margin-bottom: -100px;
}

.services-overview__list {
  margin: 0;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background-color: var(--cilox-white, #fff);
  border-top: 5px solid var(--cilox-base, #f5bf3e);
  padding: 50px;
  display: flex;
  align-items: start;
  gap: 30px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 500px) {
  .services-overview__list {
    gap: 20px;
    padding: 40px 20px;
  }
}

@media (max-width: 991px),
(max-width: 500px) {
  .services-overview__list {
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .services-overview__list {
    padding: 40px 20px;
  }
}

.services-overview__list__item {
  width: 33.33%;
  flex: 33.33%;
  display: flex;
  align-items: start;
  gap: 20px;
}

@media (max-width: 991px) {
  .services-overview__list__item {
    width: 47%;
    flex: 47%;
  }
}

@media (max-width: 500px) {
  .services-overview__list__item {
    width: 100%;
    flex: 100%;
  }
}

.services-overview__list__item:hover .services-overview__icon {
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-white, #fff);
}

.services-overview__list__item:hover .services-overview__icon i {
  animation: gelatine 0.5s ease-in-out 1;
}

.services-overview .services-overview__icon {
  max-width: 70px;
  width: 100%;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  background-color: var(--cilox-base, #f5bf3e);
  color: var(--cilox-black, #18191c);
  transition: all 0.4s ease-in-out;
}

.services-overview .services-overview__title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 500px) {
  .services-overview .services-overview__title {
    font-size: 17px;
  }
}

.services-overview .services-overview__text {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.cta-one {
  position: relative;
  z-index: 1;
  max-width: 1695px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  margin-top: 85px;
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .cta-one {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .cta-one {
    margin-bottom: 80px;
  }
}

.cta-one__top {
  position: relative;
  margin-top: -85px;
  margin-right: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.cta-one__user {
  width: 175px;
  height: 175px;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .cta-one__user {
    width: 150px;
    height: 150px;
  }
}

.cta-one__user img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}

.cta-one__top__btn {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  position: absolute;
  transform: translateX(130px);
  background-color: var(--cilox-base, #f5bf3e);
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cilox-white, #fff);
}

@media (max-width: 575px) {
  .cta-one__top__btn {
    width: 150px;
    height: 150px;
  }
}

.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  overflow: hidden;
}

.cta-one__bg::after {
  content: "";
  border-radius: 50%;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgb(254, 198, 63) 0%, rgba(254, 198, 63, 0) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgb(254, 198, 63) 0%, rgba(254, 198, 63, 0) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgb(254, 198, 63) 0%, rgba(254, 198, 63, 0) 100%);
  position: absolute;
  width: 788px;
  height: 788px;
  border-radius: 50%;
  left: 50%;
  top: -500px;
  transform: translateX(-50%);
}

.cta-one__title {
  font-size: 60px;
  color: var(--cilox-black, #18191c);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--cilox-border-color, #e2e4e9);
}

.cta-one__title span {
  color: var(--cilox-base, #f5bf3e);
  font-weight: 700;
}

@media (max-width: 991px) {
  .cta-one__title {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .cta-one__title {
    font-size: 35px;
  }
}

.cta-one__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cta-one__bottom {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.cta-one__text {
  font-size: 16px;
  color: #75767a;
  line-height: 1.875;
  margin: 0;
  font-weight: 500;
  font-style: normal;
}

.cta-one .cilox-btn {
  padding: 12px 25px;
  background-color: #e2e4e9;
  font-size: 12px;
  color: #797b81;
  text-transform: uppercase;
  line-height: 1.2;
}

.cta-one .cilox-btn::after,
.cta-one .cilox-btn::before {
  background-color: var(--cilox-base, #f5bf3e);
}

.cta-one .cilox-btn:hover {
  color: var(--cilox-black, #18191c);
}

.cta-one:hover .cta-one__top__btn {
  transform: translateX(0px) rotate(-45deg);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-one__filter__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .gallery-one__filter__list {
    gap: 20px;
  }
}

.gallery-one__filter__list li {
  cursor: pointer;
}

.pricing-plan-page.text-center {
    display: flex;
    justify-content: center;
    /* margin-bottom: 35px; */
}
.gallery-one__filter__list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #e7bd7f;
    gap: 10px;
}
.gallery-one__filter__list li span {
    display: block;
    transition: all 500ms ease;
    text-transform: capitalize;
    font-weight: 600;
    color: #18191c;
    padding: 14px 24px;
    font-size: 18px;
    line-height: 1;
    min-width: 114px;
    background-color: rgb(158, 158, 167);
    border-radius: 10px;
}

.gallery-one__filter__list li.active span,
.gallery-one__filter__list li:hover span {
  background-color: var(--cilox-base, #f5bf3e);
  color: var(--cilox-white, #fff);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.service-sidebar {
  position: relative;
}

.service-sidebar__single {
  position: relative;
}

.service-sidebar__single+.service-sidebar__single {
  margin-top: 30px;
}

.service-sidebar__nav {
  padding: 30px;
  background-color: #f2f3f6;
  margin: 0;
}

.service-sidebar__nav li {
  position: relative;
  display: block;
  margin-top: 10px;
}

.service-sidebar__nav li:first-child {
  margin-top: 0px;
}

.service-sidebar__nav li a {
  background-color: var(--cilox-white, #fff);
  font-size: 16px;
  color: var(--cilox-text, #797b81);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.125;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 500ms ease;
  padding: 11px 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .service-sidebar__nav li a {
    font-size: 14px;
    padding: 11px 15px;
  }
}

.service-sidebar__nav li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--cilox-base, #f5bf3e);
  transform: scalex(0);
  transform-style: preserve-3d;
  transition: transform 0.4s ease-in-out;
  transform-origin: right center;
  z-index: -1;
}

.service-sidebar__nav li a i {
  font-size: 12px;
}

.service-sidebar__nav li.current::before,
.service-sidebar__nav li:hover::before {
  width: 30px;
}

.service-sidebar__nav li.current::after,
.service-sidebar__nav li:hover::after {
  background-color: var(--cilox-white, #fff);
}

.service-sidebar__nav li.current a,
.service-sidebar__nav li:hover a {
  color: var(--cilox-black, #18191c);
}

.service-sidebar__nav li.current a::after,
.service-sidebar__nav li:hover a::after {
  transform: scalex(1);
  transform-origin: left center;
}

.service-sidebar__contact {
  background-color: var(--cilox-base, #f5bf3e);
  padding: 50px 30px 30px;
  text-align: left;
  position: relative;
  z-index: 2;
  min-height: 405px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__contact {
    padding: 20px 30px;
  }
}

.service-sidebar__contact__title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 155px;
}

.service-sidebar__contact .cilox-btn {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--cilox-black, #18191c);
  padding: 0 0px 0 30px;
  gap: 30px;
  font-size: 12px;
  color: var(--cilox-black, #18191c);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.service-sidebar__contact .cilox-btn::after,
.service-sidebar__contact .cilox-btn::before {
  background-color: var(--cilox-black, #18191c);
}

.service-sidebar__contact .cilox-btn i {
  width: 39px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-base, #f5bf3e);
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
}

.service-sidebar__contact .cilox-btn:hover {
  color: var(--cilox-white, #fff);
}

.service-sidebar__contact .cilox-btn:hover i {
  background-color: var(--cilox-white, #fff);
  color: var(--cilox-black, #18191c);
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/

.checkout-page__payment {
  background-color: #f2f3f6;
  padding: 30px 40px;
  min-height: 295px;
  margin-bottom: 20px;
}

.checkout-page__payment__item {
  position: relative;
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
  background-color: var(--cilox-base, #f5bf3e);
  content: "\f00c";
  color: var(--cilox-white, #fff);
}

.checkout-page__payment__title {
  display: flex;
  margin: 0;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 900;
  font-size: 20px;
  line-height: 47px;
  text-transform: uppercase;
  color: var(--cilox-black, #18191c);
}

@media (max-width: 575px) {
  .checkout-page__payment__title {
    font-size: 17px;
  }
}

.checkout-page__payment__title::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: var(--cilox-white, #fff);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  position: relative;
  top: 0;
  line-height: 19px;
  transition: all 500ms ease;
}

.checkout-page__payment__title img {
  margin-left: 15px;
}

.checkout-page__payment__content {
  margin-left: 35px;
  margin-bottom: 39px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Case Study
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-one {
  position: relative;
}

.faq-one__accordion {
  position: relative;
}

.faq-one__accordion .accrodion+.accrodion {
  margin-top: 10px;
}

.faq-one__accordion .accrodion {
  position: relative;
  transition: all 500ms ease;
}

.faq-one__accordion .accrodion-title {
  padding: 27px 40px;
  padding-right: 70px;
  background-color: var(--cilox-white, #fff);
  cursor: pointer;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .faq-one__accordion .accrodion-title {
    padding: 20px;
    padding-right: 70px;
  }
}

.faq-one__accordion .accrodion-title h4 {
  flex: 1;
  color: var(--cilox-black, #18191c);
  margin: 0;
  font-size: 18px;
  transition: all 500ms ease;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 575px) {
  .faq-one__accordion .accrodion-title h4 {
    font-size: 16px;
  }
}

.faq-one__accordion .accrodion-title__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.faq-one__accordion .accrodion-title__icon::after,
.faq-one__accordion .accrodion-title__icon::before {
  width: 2px;
  height: 15px;
  position: absolute;
  background-color: var(--cilox-black, #18191c);
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  z-index: 2;
}

.faq-one__accordion .accrodion-title__icon::after {
  width: 15px;
  height: 2px;
}

.faq-one__accordion .active .accrodion-title h4 {
  color: var(--cilox-base, #f5bf3e);
}

.faq-one__accordion .active .accrodion-title__icon::after {
  background-color: var(--cilox-base, #f5bf3e);
}

.faq-one__accordion .active .accrodion-title__icon::before {
  opacity: 0;
  visibility: hidden;
}

.faq-one__accordion .accrodion-content .inner {
  margin-top: -10px;
  background-color: var(--cilox-white, #fff);
  padding: 0px 40px 35px;
}

@media (max-width: 767px) {
  .faq-one__accordion .accrodion-content .inner {
    padding: 0px 20px 35px;
  }
}

.faq-one__accordion .accrodion-content p {
  font-size: 16px;
  color: var(--cilox-text, #797b81);
  line-height: 1.875;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
}

.faq-one__content .accrodion {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
}

.faq-one__content .accrodion.active {
  border-color: #e2e4e9;
}

.faq-one__content .accrodion.active .accrodion-title__icon::after,
.faq-one__content .accrodion.active .accrodion-title__icon::before {
  background-color: var(--cilox-black, #18191c);
}

.faq-one__content .accrodion-title__icon::after,
.faq-one__content .accrodion-title__icon::before {
  background-color: var(--cilox-base, #f5bf3e);
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes flowerRotate {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25%,
  75% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(10deg);
  }
}

@keyframes textScrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0%, 0, 0);
  }
}

@keyframes totalScall {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes totalScallTwoOpacity {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 0.702;
  }
}

@keyframes totalScallTwo {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes totalScallRoted {
  0% {
    transform: scale(1) rotate(0deg);
  }

  50% {
    transform: scale(0.4) rotate(90deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bellshake {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(5deg);
  }

  30% {
    transform: rotate(-5deg);
  }

  45% {
    transform: rotate(4deg);
  }

  60% {
    transform: rotate(-4deg);
  }

  75% {
    transform: rotate(2deg);
  }

  85% {
    transform: rotate(-2deg);
  }

  92% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.7, 1.1);
  }

  50% {
    transform: scale(1.1, 0.7);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

@keyframes LeftToRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes shine {
  0% {
    transform: skewX(-25deg) translateX(0);
  }

  100% {
    transform: skewX(-25deg) translateX(250%);
  }
}

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

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

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

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

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--cilox-black, #18191c);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--cilox-black, #18191c);
  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;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

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

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

.mobile-nav__close:hover {
  color: var(--cilox-base, #f5bf3e);
}

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

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--cilox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li>a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--cilox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li>a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--cilox-white, #fff);
  font-size: 12px;
  font-family: var(--cilox-font, "Instrument Sans", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--cilox-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--cilox-base, #f5bf3e);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--cilox-base, #f5bf3e);
  border: none;
  outline: none;
  color: var(--cilox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--cilox-white, #fff);
  color: var(--cilox-black, #18191c);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

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

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

.mobile-nav__social a:hover {
  color: var(--cilox-base, #f5bf3e);
}

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

.mobile-nav__contact li {
  color: var(--cilox-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

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

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--cilox-base, #f5bf3e);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--cilox-base, #f5bf3e);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--cilox-white, #fff);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup.active {
  z-index: 9999;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--cilox-black, #18191c);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 270px;
  padding-bottom: 195px;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-header {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  background-image: url(../images/backgrounds/page-header-bg-1-1.jpg);
  z-index: -1;
}

.page-header__title {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--cilox-white, #fff);
  margin: 0;
}

@media (max-width: 1199px) {
  .page-header__title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .page-header__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .page-header__title {
    font-size: 35px;
  }
}

.page-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 20px;
}

@media (max-width: 767px) {
  .page-header__inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-left: 0;
    margin-right: auto;
  }
}

.cilox-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  background-color: transparent;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  padding: 7px 19px;
  border-radius: 100px;
  border: 1px solid var(--cilox-white, #fff);
}

@media (max-width: 767px) {
  .cilox-breadcrumb {
    margin-left: 0;
    margin-right: auto;
  }
}

.cilox-breadcrumb li {
  font-size: 12px;
  color: var(--cilox-white, #fff);
  text-transform: capitalize;
  font-weight: 570;
  display: flex;
  align-items: center;
}

.cilox-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: 0;
  margin-left: 7px;
  margin-right: 7px;
}

.cilox-breadcrumb li span {
  color: inherit;
  display: inline-flex;
}

.cilox-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.cilox-breadcrumb li a:hover {
  background-size: 100% 1px;
}

.cilox-breadcrumb li a:hover {
  color: var(--cilox-base, #f5bf3e);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/

.main-slider-one__title {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-size: 100px;
  color: var(--cilox-white, #fff);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.9;
  overflow: hidden;
  margin: 0 0 33px;
}

@media (max-width: 991px) {
  .main-slider-one__title {
    font-size: 60px;
    line-height: 65px;
  }
}

@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 50px;
    line-height: 55px;
  }
}
.main-slider-three__count-bar {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 25px 30px 25px 50px;
  border-radius: 100px;
  border: 1px solid var(--cilox-white, #fff);
  position: absolute;
  bottom: 50px;
  right: 20%;
}

@media (max-width: 1199px) {
  .main-slider-three__count-bar {
    right: 20px;
    padding: 15px 20px 15px 30px;
    gap: 40px;
  }
}

@media (max-width: 575px) {
  .main-slider-three__count-bar {
    border: none;
    bottom: 20px;
  }
}

.main-slider-three__count-bar .main-slider-three__custom-dots .slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}

@media (max-width: 575px) {
  .main-slider-three__count-bar .main-slider-three__custom-dots .slick-dots {
    display: none;
  }
}

.main-slider-three__count-bar .main-slider-three__custom-dots .slick-dots li button {
  padding: 0;
  border: none;
  outline: none;
  margin: 0;
  font-size: 24px;
  color: var(--cilox-white, #fff);
  background-color: transparent;
  line-height: 0.99;
  position: relative;
  z-index: 1;
}
.main-slider-three__count-bar .main-slider-three__custom-dots .slick-dots li button::after {
  content: "";
  width: 1px;
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: var(--cilox-white, #fff);
  right: -10px;
  top: 0;
  transform: rotate(15deg);
}

.main-slider-three__count-bar .main-slider-three__custom-dots .slick-dots li:last-child button::after {
  display: none;
}

.main-slider-three__count-bar .main-slider-three__custom-dots .slick-dots li.slick-active button {
  color: var(--cilox-base, #f5bf3e);
}

.main-slider-three__count-bar .main-slider-three__custom-dots .slick-dots li.slick-active button::after {
  background-color: var(--cilox-base, #f5bf3e);
}

.main-slider-three__count-bar .main-slider-three__arrow-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-slider-one__title .design {
  display: inline-block;
  opacity: 0;
  transform: translateY(-60px);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-slider-three__count-bar {
    background-color: darkgrey;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 20px 30px 20px 30px;
  border-radius: 100px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 50px;
  right: 20%;
}

@media (max-width: 1199px) {
  .main-slider-three__count-bar {
    right: 20px;
    padding: 15px 20px 15px 30px;
    gap: 40px;
  }
}

@media (max-width: 575px) {
  .main-slider-three__count-bar {
    border: none;
    bottom: 20px;
  }
}

.main-slider-three__count-bar .main-slider-three__arrow-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-slider-three {
  position: relative;
  background-color: var(--cilox-black, #18191c);
  z-index: 1;
}

.main-slider-three__slick-button {
  border: none;
  outline: none;
  background-color: var(--cilox-white, #fff);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--cilox-black, #18191c);
  transition: all 0.4s ease-in-out;
}

.main-slider-three__slick-button:first-child {
  transform: rotateY(180deg);
}

.main-slider-three__slick-button:hover {
  background-color: var(--cilox-base, #f5bf3e);
  color: var(--cilox-black, #18191c);
}

.main-slider-three__item {
  background-color: var(--cilox-black, #18191c);
  position: relative;
  z-index: 3;
  padding-top: 168px;
  padding-bottom: 168px;
}

@media (max-width: 1199px) {
  .main-slider-three__item {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.main-slider-three__item::before {
  content: "";
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgba(254, 198, 63, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgba(254, 198, 63, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgba(254, 198, 63, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: -400px;
  bottom: -400px;
  width: 800px;
  height: 800px;
}

@media (min-width: 1600px) {
  .main-slider-three .container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-slider-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: -1;
}

.main-slider-three__bg__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: transform 1300ms ease, opacity 1300ms ease;
  transform: translateX(200%);
}

@media (max-width: 1199px) {
  .main-slider-three__bg__shape {
    display: none;
  }
}

.main-slider-three__thumb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
 /* -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 212.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,212.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2162 4045 c381 -394 506 -758 409 -1192 -78 -350 -44 -310 -1378 -1648 l-1202 -1205 2520 0 2519 0 485 485 485 485 0 1635 0 1635 -2013 0 -2013 0 188 -195z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 212.000000"  preserveAspectRatio="xMidYMid meet">  <g transform="translate(0.000000,212.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M2162 4045 c381 -394 506 -758 409 -1192 -78 -350 -44 -310 -1378 -1648 l-1202 -1205 2520 0 2519 0 485 485 485 485 0 1635 0 1635 -2013 0 -2013 0 188 -195z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;*/
  opacity: 0;
  transition: transform 1300ms ease, opacity 1300ms ease;
  transform: translateX(200%);
}

@media (max-width: 1199px) {
  .main-slider-three__thumb {
    display: none;
  }
}

.main-slider-three__content {
  position: relative;
  display: inline-block;
  z-index: 3;
  padding-left: 2rem;
  overflow: hidden;
}

.main-slider-three__sub-title {
  font-size: 18px;
  color: var(--cilox-base, #f5bf3e);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 17px;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(-200px);
  transform-origin: top;
  transition: all 1200ms ease;
}

.main-slider-three__title {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-size: 100px;
  color: var(--cilox-white, #fff);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.9;
  overflow: hidden;
  margin: 0 0 33px;
  opacity: 0;
  transform: translateX(-100%) scaleX(2);
  transition: transform 1200ms ease, opacity 1200ms ease;
}

@media (max-width: 991px) {
  .main-slider-three__title {
    font-size: 60px;
    line-height: 65px;
  }
}

@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 40px;
    line-height: 45px;
  }
}

.main-slider-three__btn {
  position: relative;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(200px);
  transform-origin: bottom;
  transition: all 1200ms ease;
}

.main-slider-three__btn .cilox-btn {
  background-color: transparent;
  border: 1px solid var(--cilox-base, #f5bf3e);
  color: var(--cilox-base, #f5bf3e);
  padding: 15px 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
}

.main-slider-three__btn .cilox-btn::after,
.main-slider-three__btn .cilox-btn::before {
  background-color: var(--cilox-base, #f5bf3e);
}

.main-slider-three__btn .cilox-btn:hover {
  color: var(--cilox-black, #18191c);
  border-color: var(--cilox-base, #f5bf3e);
  background-color: var(--cilox-black, #18191c);
}

.main-slider-three .slick-active .main-slider-three__bg__shape,
.main-slider-three .slick-active .main-slider-three__thumb {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
  top: 0px;
}

.main-slider-three .slick-active .main-slider-three__title {
  opacity: 1;
  transform: translateX(0%) scaleX(1);
  transition-delay: 1300ms;
}

.main-slider-three .slick-active .main-slider-three__title::after {
  transform: translateX(1%);
  transition-delay: 1500ms;
}

.main-slider-three .slick-active .main-slider-three__sub-title {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}

.main-slider-three .slick-active .main-slider-three__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1700ms;
}

/*--------------------------------------------------------------
# Hero One
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  z-index: 1;
}

.about-one .sec-title {
  margin-bottom: 20px;
}

.about-one__image {
  position: relative;
  z-index: 1;
}

.about-one__image::after {
  content: "";
  border-radius: 50%;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.702;
  position: absolute;
  width: 438px;
  height: 438px;
  z-index: -2;
  bottom: -150px;
  left: -200px;
}

@media (max-width: 991px) {
  .about-one__image::after {
    display: none;
  }
}

.about-one__top__text {
  font-size: 18px;
  color: var(--cilox-base, #f5bf3e);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  font-style: normal;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}

.about-one__text {
  font-size: 16px;
  color: var(--cilox-text, #797b81);
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
  border-bottom: 1px solid #e2e4e9;
  margin-bottom: 15px;
  padding-bottom: 35px;
}

.about-one__feature__list {
  margin: 0;
}

.about-one__feature__list__item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: #18191c;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.5;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .about-one__feature__list__item {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .about-one__feature__list__item {
    font-size: 14px;
    line-height: 1.2;
  }
}

.about-one__feature__list__item .about-one__icon {
  max-width: 32px;
  width: 100%;
  border-radius: 50%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cilox-base, #f5bf3e);
  color: var(--cilox-black, #18191c);
  font-size: 13px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .about-one__feature__list__item .about-one__icon {
    max-width: 20px;
    width: 100%;
    height: 20px;
    font-size: 10px;
  }
}

.about-one__feature__list__item:hover .about-one__icon {
  color: var(--cilox-white, #fff);
  background-color: var(--cilox-black, #18191c);
}

@media (max-width: 575px) {
  .about-one__feature__list li+li {
    margin-top: 15px;
  }
}

.about-one__feature {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 20px;
  max-width: 300px;
  padding: 28px 40px;
  width: 100%;
  background-color: var(--cilox-white, #fff);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 575px) {
  .about-one__feature {
    position: relative;
    margin-top: 30px;
    right: auto;
  }
}

.about-one__feature__title {
  font-size: 18px;
  color: #18191c;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  margin: 0;
}

.about-one__feature__icon {
  font-size: 40px;
  color: var(--cilox-base, #f5bf3e);
}

.about-one .cilox-btn:hover {
  color: var(--cilox-white, #fff);
}

.about-two__thumb {
  position: relative;
  z-index: 1;
}

.about-two__thumb::after {
  content: "";
  border-radius: 50%;
  /*background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgba(255, 255, 255, 0.01) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgba(255, 255, 255, 0.01) 100%);*/
  opacity: 0.702;
  position: absolute;
  width: 438px;
  height: 438px;
  bottom: -100px;
  left: -200px;
  z-index: -2;
  animation: totalScallTwoOpacity 3s ease-in-out infinite;
}

.about-two__thumb__image {
  position: relative;
  z-index: 1;
}

.about-two__thumb__image img {
  object-fit: cover;
}

.about-two__thumb__shape-three {
  position: absolute;
  top: 25%;
  right: 0px;
  z-index: -1;
}

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

.about-three__group {
  display: flex;
  gap: 20px;
  align-items: start;
  margin-bottom: 24px;
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 575px) {
  .about-three__group {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.about-three__list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media (max-width: 767px) and (min-width: 576px),
(max-width: 430px) {
  .about-three__list {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.about-three__list__item {
  font-family: var(--cilox-font, "Instrument Sans", sans-serif);
  font-size: 16px;
  color: var(--cilox-black, #18191c);
  text-transform: uppercase;
  line-height: 1.45;
  font-weight: bold;
  text-align: left;
}

.about-three__list__item i {
  color: var(--cilox-base, #f5bf3e);
}

.about-three__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 500px) {
  .about-three__bottom {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
  position: relative;
}

.service-card {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e9;
  background-color: var(--cilox-white, #fff);
  padding: 30px 30px 20px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 575px) {
  .service-card {
    padding: 20px 15px 20px;
  }
}

.service-card__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.service-card__title {
  margin-bottom: 0;
  font-size: 20px;
  color: #18191c;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}

.service-card__icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: var(--cilox-base, #f5bf3e);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cilox-black, #18191c);
  margin-right: 20px;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}

.service-card__thumb {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.service-card__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--cilox-base, #f5bf3e);
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.service-card__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cilox-black, #18191c);
  opacity: 0;
  transform: translateY(-70%);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.service-card__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

.service-card__text {
  font-size: 16px;
  color: var(--cilox-text, #797b81);
  line-height: 1.625;
  font-weight: 600;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--cilox-border-color, #e2e4e9);
  margin-bottom: 20px;
  background-color: var(--cilox-white, #fff);
  transform: translateY(-119px);
  position: absolute;
  padding-top: 15px;
  transition: all 0.5s ease-in-out;
  max-width: 400px;
  width: 100%;
}

.service-card__btn {
  font-size: 12px;
  color: var(--cilox-text, #797b81);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease-in-out;
}

.service-card__btn:hover {
  color: var(--cilox-black, #18191c);
}

.service-card:hover {
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}

.service-card:hover .service-card__thumb {
  height: 100%;
}

.service-card:hover .service-card__thumb::before {
  transform: translate(0);
  opacity: 0.5;
}

.service-card:hover .service-card__thumb::after {
  transform: translateX(0);
}

.service-card:hover .service-card__text {
  transform: translateY(0px);
}

.service-card:hover .service-card__thumb img {
  transform: scale(1.05);
}

.service-card:hover .service-card__icon {
  animation: gelatine 0.6s;
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-white, #fff);
}

.service-three {
  position: relative;
  z-index: 1;
  max-width: 1775px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f1f2f5;
  overflow: hidden;
}

.service-three::after {
  content: "";
  width: 570px;
  height: 728px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media (max-width: 1700px) {
  .service-three::after {
    width: 200px;
  }
}

@media (max-width: 1199px) {
  .service-three::after {
    display: none;
  }
}

.service-three::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.702;
  left: -200px;
  top: -200px;
  width: 438px;
  height: 438px;
}

.service-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0.07;
}

.service-three__carousel .slick-slide {
  margin: 0 15px;
}

.service-three__carousel .slick-list {
  margin: 0 -15px;
}

.service-three__bottom {
  margin-top: 60px;
}

.service-three__slick-button {
  border: none;
  outline: none;
  background-color: var(--cilox-white, #fff);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--cilox-black, #18191c);
  transition: all 0.4s ease-in-out;
}

.service-three__slick-button:first-child {
  transform: rotateY(180deg);
}

.service-three__slick-button:hover {
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-white, #fff);
}

.service-three .service-three__count-bar {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .service-three .service-three__count-bar {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .service-three .service-three__count-bar {
    gap: 30px;
    right: 20px;
  }
}

.service-three .service-three__count-bar .service-three__arrow-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 375px) {
  .service-three .service-three__count-bar .service-three__arrow-wrap {
    display: none;
  }
}

.service-three .service-three__count-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 80px;
  height: 1px;
  background-color: rgba(var(--cilox-black-rgb, 24, 25, 28), 0.35);
  opacity: 0.3;
  right: 130px;
}

@media (max-width: 575px) {
  .service-three .service-three__count-bar::after {
    display: none;
  }
}
.service-three__slick-button {
  border: none;
  outline: none;
  background-color: var(--cilox-white, #fff);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--cilox-black, #18191c);
  transition: all 0.4s ease-in-out;
}

.service-three__slick-button:first-child {
  transform: rotateY(180deg);
}

.service-three__slick-button:hover {
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-white, #fff);
}

.service-three .service-three__count-bar {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .service-three .service-three__count-bar {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .service-three .service-three__count-bar {
    gap: 30px;
    right: 20px;
  }
}

.service-three .service-three__count-bar .service-three__custom-dots .slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

@media (max-width: 575px) {
  .service-three .service-three__count-bar .service-three__custom-dots .slick-dots {
    display: none;
  }
}

.service-three .service-three__count-bar .service-three__custom-dots .slick-dots li button {
  padding: 0;
  border: none;
  outline: none;
  margin: 0;
  font-size: 16px;
  color: var(--cilox-black, #18191c);
  background-color: transparent;
  line-height: 0.99;
  position: relative;
  z-index: 1;
}

.service-three .service-three__count-bar .service-three__custom-dots .slick-dots li button::after {
  content: "";
  width: 1px;
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: var(--cilox-black, #18191c);
  right: -5px;
  top: 0;
  transform: rotate(15deg);
}

.service-three .service-three__count-bar .service-three__custom-dots .slick-dots li:last-child button::after {
  display: none;
}

.service-three .service-three__count-bar .service-three__custom-dots .slick-dots li.slick-active button {
  color: var(--cilox-base, #f5bf3e);
}

.service-three .service-three__count-bar .service-three__custom-dots .slick-dots li.slick-active button::after {
  background-color: var(--cilox-base, #f5bf3e);
}

.service-three .service-three__count-bar .service-three__arrow-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 375px) {
  .service-three .service-three__count-bar .service-three__arrow-wrap {
    display: none;
  }
}

.service-three .service-three__count-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 80px;
  height: 1px;
  background-color: rgba(var(--cilox-black-rgb, 24, 25, 28), 0.35);
  opacity: 0.3;
  right: 130px;
}

@media (max-width: 575px) {
  .service-three .service-three__count-bar::after {
    display: none;
  }
}
.service-three__card {
  background-color: var(--cilox-white, #fff);
}

.service-three__card__thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-three__card__thumb img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.service-three__card__thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: hsla(0, 0%, 100%, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.service-three__card__content {
  padding: 30px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 500px) {
  .service-three__card__content {
    padding: 20px 30px;
  }
}

.service-three__card__content::after {
 /* content: "";
  border-radius: 50%;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(254, 198, 63) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  height: 281px;
  width: 281px;
  position: absolute;
  bottom: -140px;
  left: -100px;
  z-index: -1;*/
}

.service-three__card__icon {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  background-color: var(--cilox-base, #f5bf3e);
  color: var(--cilox-black, #18191c);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 500px) {
  .service-three__card__icon {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
}

.service-three__card__title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 17px;
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 500px) {
  .service-three__card__title {
    font-size: 20px;
  }
}

.service-three__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.service-three__card__title a:hover {
  background-size: 100% 1px;
}

.service-three__card__title a:hover {
  color: var(--cilox-base, #f5bf3e);
}

.service-three__card__text {
  line-height: 1.625;
  margin-bottom: 32px;
}

.service-three__card__btn {
  text-align: end;
}

.service-three__card__btn .cilox-btn {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid #e2e4e9;
  padding: 0 0px 0 30px;
  gap: 20px;
  font-size: 12px;
  color: #797b81;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.service-three__card__btn .cilox-btn::after,
.service-three__card__btn .cilox-btn::before {
  background-color: var(--cilox-base, #f5bf3e);
  border-color: var(--cilox-base, #f5bf3e);
}

.service-three__card__btn .cilox-btn i {
  width: 39px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2e4e9;
  color: var(--cilox-text, #797b81);
  font-size: 14px;
  font-weight: 900;
  transition: all 0.4s ease-in-out;
}

.service-three__card__btn .cilox-btn:hover {
  color: var(--cilox-black, #18191c);
}

.service-three__card__btn .cilox-btn:hover i {
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-base, #f5bf3e);
}

.service-three__card:hover .service-three__card__thumb img {
  transform: scale(1.1);
}

.service-three__card:hover .service-three__card__thumb::after {
  height: 250%;
  transition: all 0.6s linear;
  background-color: rgba(0, 0, 0, 0);
}

.service-three__card:hover .service-three__card__icon {
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-white, #fff);
}

.service-three__card:hover .service-three__card__icon i {
  animation: gelatine 1s ease-in-out 1;
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details__thumbnail {
  margin-bottom: 30px;
}

.service-details__thumbnail img {
  object-fit: cover;
  width: 100%;
}

.service-details__title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 22px;
}

@media (max-width: 575px) {
  .service-details__title {
    font-size: 24px;
  }
}

.service-details__text {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0;
}

.service-details__text+.service-details__sub-title {
  margin-top: 27px;
}

.service-details__sub-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin-bottom: 27px;
}

@media (max-width: 575px) {
  .service-details__sub-title {
    font-size: 20px;
  }
}

.service-details__text+.service-details__title {
  margin-top: 37px;
}

.service-details__benefit__image img {
  object-fit: cover;
  width: 100%;
}

.service-details__support .service-details__text {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.service-details__support .service-details__list {
  margin: 0;
}

.service-details__support .service-details__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cilox-black, #18191c);
  font-size: 16px;
  line-height: 1.2;
}

.service-details__support .service-details__list li i {
  color: var(--cilox-base, #f5bf3e);
}

.service-details__support .service-details__list li+li {
  margin-top: 14px;
}

.service-details__benefit+.faq-one {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
/******portfolio-details-top ******/

/*--------------------------------------------------------------
# Project
--------------------------------------------------------------*/
.project-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project-card::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -50px;
  width: 190px;
  height: 170px;
  background-color: var(--cilox-base, #f5bf3e);
  transition: all 0.5s ease-in-out;
  transform: rotate(45deg) translateY(-100%);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.project-card__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.project-card__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

.project-card__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cilox-black, #18191c);
  opacity: 0;
  transform: translateY(-70%);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.project-card__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  z-index: 2;
}

.project-card__tag {
  font-size: 10px;
  color: var(--cilox-black, #18191c);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 8px 20px;
  background-color: var(--cilox-base, #f5bf3e);
  display: inline-block;
  width: 50%;
    margin-bottom: .5rem;
}

.project-card__title {
  font-size: 16px;
  color: var(--cilox-black, #18191c);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 15px 20px;
  background-color: var(--cilox-white, #fff);
  display: inline-block;
}

.project-card__link {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  visibility: hidden;
}

.project-card__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-white, #fff);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.project-card:hover::after {
  visibility: visible;
  opacity: 1;
  transform: rotate(45deg) translateY(0);
}

.project-card:hover .project-card__thumb::before {
  opacity: 0.7;
  transform: translateY(0%);
}

.project-card:hover .project-card__thumb img {
  transform: scale(1.1);
}

.project-card:hover .project-card__link {
  opacity: 1;
  visibility: visible;
}

.project-three {
  position: relative;
  z-index: 1;
}

@media (min-width: 1270px) {
  .project-three .container {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
  }
}

.project-three .item-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .project-three .item-wrapper {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

.project-three .item-wrapper .item {
  max-width: 170px;
  width: 100%;
  transition: all 0.4s ease;
}
.project-three .item-wrapper .item:not(.active) .project-card__thumb:before{
background-color: rgb(6 6 6 / 80%);
}
@media (max-width: 1270px) {
  .project-three .item-wrapper .item {
    max-width: 150px;
  }
}

@media (max-width: 1199px) {
  .project-three .item-wrapper .item {
    max-width: 122px;
  }
}

@media (max-width: 991px) {
  .project-three .item-wrapper .item {
    max-width: 87px;
  }
}

@media (max-width: 767px) {
  .project-three .item-wrapper .item {
    max-width: 100%;
  }
}

.project-three .item-wrapper .item .project-card__thumb img {
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .project-three .item-wrapper .item .project-card__thumb img {
    height: 100%;
    width: 100%;
  }
}

.project-three .item-wrapper .item .project-card__sub-title {
  font-size: 0px;
  display: none;
  color: var(--cilox-white, #fff);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  writing-mode: vertical-lr;
  margin: 0;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .project-three .item-wrapper .item .project-card__sub-title {
    transform: translateX(0%);
    left: 30px;
    writing-mode: horizontal-tb;
  }
}

.project-three .item-wrapper .item .project-card__link {
  visibility: visible;
  opacity: 1;
  right: 50%;
  transform: translateX(50%);
}

.project-three .item-wrapper .item .project-card__link a {
  background-color: var(--cilox-white, #fff);
  color: var(--cilox-base, #f5bf3e);
}

.project-three .item-wrapper .item .project-card__content {
  transform: translateY(200%);
  transition: all 0.4s ease-in-out;
  max-width: 50%;
}

.project-three .item-wrapper .item.active {
  max-width: 518px;
  width: 100%;
}

@media (max-width: 1199px) {
  .project-three .item-wrapper .item.active {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .project-three .item-wrapper .item.active {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .project-three .item-wrapper .item.active {
    max-width: 100%;
  }
}

.project-three .item-wrapper .item.active .project-card__link {
  right: 20px;
  transform: translateX(0%);
}

.project-three .item-wrapper .item.active .project-card__link a {
  background-color: var(--cilox-black, #18191c);
  color: var(--cilox-white, #fff);
}

.project-three .item-wrapper .item.active .project-card__content {
  transform: translateY(0%);
}

.project-three .item-wrapper .item.active .project-card::after {
  visibility: visible;
  opacity: 1;
  transform: rotate(45deg) translateY(0);
}

.project-three .item-wrapper .item.active .project-card__thumb::before {
  opacity: 1;
  transform: translateY(0%);
}

.project-three .item-wrapper .item.active .project-card__thumb img {
  transform: scale(1.1);
}

.project-three .item-wrapper .item.active .project-card__sub-title {
  transform: translateY(150%);
}

@media (max-width: 767px) {
  .project-three .item-wrapper .item.active .project-card__sub-title {
    transform: translateY(300px);
  }
}

.pricing-section {
    position: relative;
    padding: 120px 0 90px;
    background-color: #f5f5f6;
}

.pricing-section.alternate {
    background-color: #ffffff;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-pattern-2 {
    background-image: url(../images/icons/pattern-2.png);
}
.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
.sec-title {
    position: relative;
    margin-bottom: 60px;
}
.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: var(--sec-title-subtitle-font-size);
    line-height: var(--sec-title-subtitle-line-height);
    font-weight: var(--sec-title-subtitle-font-weight);
    font-family: var(--sec-title-subtitle-font-family);
    color: var(--sec-title-subtitle-color);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-left: 18px;
    margin-bottom: 15px;
}
.sec-title.text-center .sub-title {
    padding-right: 15px;
}
.sec-title .sub-title:after, .sec-title .sub-title:before {
    position: absolute;
    left: 5px;
    top: 0;
    height: 15px;
    width: 4px;
    background-color: var(--bg-theme-color1);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    content: "";
}
.sec-title.text-center .sub-title:after {
    left: auto;
    right: 0;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: var(--sec-title-font-size);
    color: var(--sec-title-color);
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    letter-spacing: -0.01em;
    line-height: 1.18em;
    margin-bottom: 0;
    z-index: 2;
}
.pricing-block {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}
.pricing-block .inner-box {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    border-radius: 5px;
}
.pricing-block .image-box {
    position: relative;
}
.pricing-block .image-box .image {
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.pricing-block .image-box .image img {
    width: 100%;
    min-height: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pricing-block .image-box .speed {
    font-size: 36px;
    color: var(--theme-color-dark);
    line-height: 30px;
    background-color: var(--bg-theme-color2);
    display: inline-block;
    padding: 15px 40px 10px 20px;
    position: absolute;
    font-weight: 700;
    top: 35px;
    left: -12px;
}
.pricing-block .image-box .speed:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -10px;
    border-top: 10px solid #fcac3a;
    border-right: 14px solid transparent;
    -webkit-transform: rotate(-269deg);
    transform: rotate(-269deg);
}
.pricing-block .image-box .speed small {
    font-size: 16px;
    line-height: 20px;
}
.pricing-block .content-box {
    background-color: #ffffff;
    padding: 20px 30px 40px;
    position: relative;
    z-index: 99;
}
.pricing-block .content-box .pricing-variation-icons {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -30px;
    left: 40px;
    right: 0;
}
.pricing-block .content-box .pricing-variation-icons i {
    position: relative;
    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;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    height: 60px;
    width: 60px;
    font-size: 30px;
    color: var(--theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pricing-block .content-box .title-box {
    margin-bottom: 10px;
}
.pricing-block .content-box .title-box .sub-title {
    font-size: 13px;
    color: var(--theme-color1);
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--title-font);
    letter-spacing: 0.25em;
}
.pricing-block .content-box .title-box .title {
    color: var(--bs-dark-text-emphasis);
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.3rem;
}
.pricing-block .features {
    position: relative;
    margin-bottom: 20px;
}
.pricing-block .features li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dashed #c3bfbf;
    padding-bottom: .4rem;
}
.pricing-block .features li i {
    position: absolute;
    left: 0;
    /* top: 0; */
    color: #49a953;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}
.pricing-block .price {
    position: relative;
    margin-bottom: 35px;
}
.pricing-block .price small {
    font-size: 12px;
    color: #9c9c9c;
}
.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Instrument Sans', sans-serif;
}
.btn-style-one {

}

.pricing-block .theme-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
    background: #e74860;
    padding: 15px 40px !important;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}
.pricing-block .theme-btn:before {
    position: absolute;
    content: "";
    top: -4px;
    right: 4px;
    bottom: 4px;
    left: -4px;
    border: 1px solid #232323;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
.image-box .price-before {
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: tb-rl;
    background: #343a40;
    padding: 15px 5px;
    color: #fff;
    height: 100%;
}
.pricing-block .inner-box:hover .theme-btn {
    background-color: #d81320;
    color: #fff;
    border-color: #d81320;
}
.btn-style-one i {
    position: relative;
    display: block;
    margin-left: 8px;
    font-weight: 300;
    font-size: 1.4rem;
}
.btn-style-one:hover:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}