@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-oblic {
  font-family: "Helvetica", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #374055;
  border-radius: 40px;
}

.mf-cursor.-inverse {
  color: #fff;
}
.mf-cursor.-visible:before {
  transform: scale(0.2);
}
.mf-cursor.-visible.-active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
  opacity: 0.2;
}
.mf-cursor.-menu:before {
  transform: scale(1.3);
  opacity: 0.2;
}
.mf-cursor.-text:before {
  opacity: 0.85;
  transform: scale(1.7);
}
.mf-cursor.-text .mf-cursor-text {
  opacity: 1;
  transform: scale(1);
}
.mf-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}
.mf-cursor.-opaque:before {
  transform: scale(1.32);
}
.mf-cursor.-opaque.-active:before {
  transform: scale(1.2);
}
.mf-cursor.-md:before {
  transform: scale(1.5);
}
.mf-cursor.-lg:before {
  transform: scale(2);
}
.mf-cursor.-video:before {
  background: #f3cd74;
  transform: scale(3);
  opacity: 1;
}
.mf-cursor.-exclusion:before {
  background: #0c328b;
  transform: scale(5);
  opacity: 1;
}
.mf-cursor.-hidden:before {
  transform: scale(0);
}
.mf-cursor.-scale:before {
  transform: scale(2);
  opacity: 1;
}
.mf-cursor-text {
  font-weight: 600;
}

.panel-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-wrap-box {
  background-image: url(../img/mobile_modal.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.p-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
  border-radius: 0;
  top: 0;
  mask-image: url(../img/mobile_modal_mask.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-position-y: center;
}

.panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
}
.p-wrap .panel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.horizontal-scroll {
  position: absolute;
  perspective-origin: left;
  transform: scale(0.05) rotateY(-45deg);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: hidden;
}

.page {
  flex-shrink: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.page img {
  width: 100%;
}

/* Testimonials
-----------------------------------------------------------------*/
.testimonials {
  position: relative;
}

.testimonials .swiper-slide {
  padding-top: 50px;
  padding-left: 50px;
}

.testimonials .item .text {
  position: relative;
}

.testimonials .item .text .qout-svg {
  position: absolute;
  left: -40px;
  top: -70px;
  width: 160px;
}

.testimonials .item .circle {
  width: 80px;
  height: 80px;
}

.testimonials .control-abslout {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.swiper-arrow-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  justify-content: center;
}

.swiper-arrow-control .swiper-button-next,
.swiper-arrow-control .swiper-button-prev {
  position: relative;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: inherit;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
}
.swiper-arrow-control .swiper-button-next:hover,
.swiper-arrow-control .swiper-button-prev:hover {
  background: rgb(255 255 255 / 9%);
}

.swiper-arrow-control .swiper-button-next:after,
.swiper-arrow-control .swiper-button-prev:after {
  display: none;
}

.swiper-arrow-control .swiper-button-next {
  left: 2rem;
}
.swiper-arrow-control svg {
  width: 24px;
}

.slider {
  position: relative;
}
.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  border-radius: 30px;
}
.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.slider .parallax-slider .caption p {
  font-weight: 400;
}
.slider .parallax-slider .caption h2 {
  font-size: 62px;
}
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-dark] .auto_container {
  position: relative;
  z-index: 7;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #000000;
}

[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}
.slider .slider-contro {
  position: absolute;
  bottom: -2px;
  right: calc(2.5% + 1.5rem);
  border-radius: 40px 0 0 0;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
}
.slider .slider-contro .swiper-nav-ctrl {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  color: inherit;
  text-transform: uppercase;
}
.slider .slider-contro .shap-left-bottom {
  position: absolute;
  bottom: 0;
  left: -2rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider .slider-contro .shap-left-bottom svg,
.slider .slider-contro .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.slider .slider-contro .shap-right-top {
  position: absolute;
  top: -2.05rem;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider .slider-contro .swiper-button-prev:after,
.slider .slider-contro .swiper-button-next:after {
  display: none;
}

.hover-this .hover-anim {
  /* pointer-events: none; */
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  display: flex;
  padding: 1rem 0;
}
.roate_btn span {
  -webkit-animation: roate_btn_marquee 2s linear infinite;
  -moz-animation: roate_btn_marquee 2s linear infinite;
  -o-animation: roate_btn_marquee 2s linear infinite;
  animation: roate_btn_marquee 2s linear infinite;
  display: flex;
  white-space: nowrap;
  width: 100%;
}
@-webkit-keyframes roate_btn_marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-118%, 0, 0);
    transform: translate3d(-118%, 0, 0);
  }
}

@-moz-keyframes roate_btn_marquee {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -moz-transform: translate3d(-118%, 0, 0);
    transform: translate3d(-118%, 0, 0);
  }
}

@-o-keyframes roate_btn_marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-118%, 0, 0);
  }
}

@keyframes roate_btn_marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-118%, 0, 0);
    -moz-transform: translate3d(-118%, 0, 0);
    transform: translate3d(-118%, 0, 0);
  }
}
.roate_btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 100%;
  padding: 0 21px;
}

.alioth-page-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
}

.loader-animate-header .alioth-page-loader {
  z-index: 888;
}

.alioth-page-loader .apl-wrapper {
  position: fixed;
  bottom: 10%;
  left: 8.5%;
  width: 100%;
  height: 200px;
  z-index: 9999999;
}

span.apl-background {
  position: fixed;
  top: 0;
  left: 0;
  background: #0f172aed;
  width: 100%;
  height: 100%;
  z-index: -15;
  backdrop-filter: blur(10px);
}

.alioth-page-loader.light span.apl-background {
  background: #ebebeb;
}

.apl-count {
  position: fixed;
  bottom: 0;
  left: -4%;
}

.apl-loading > span {
  display: inline-block;
  overflow: hidden;
}

.apl-load-word {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.apl-text {
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: -0.06em;
  white-space: nowrap;
  color: #191b1d;
  z-index: 3;
  visibility: hidden;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(500px);
  -ms-transform: translateY(-50%) translateX(500px);
  transform: translateY(-50%) translateX(500px);
}

.apl-count {
  position: absolute;
  font-size: 250px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.alioth-page-loader.light .apl-count {
  color: rgba(25, 27, 29, 0.05);
}

.apl-count .apl-num {
  display: block;
  overflow: hidden;
  float: left;
  height: 250px;
  line-height: 250px;
}

.apl-num-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.apl-num-1 .apl-num-wrapper {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  text-align: right;
}

.apl-num-2 .apl-num-wrapper {
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  text-align: left;
}

.apl-num-3 .apl-num-wrapper {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.apl-num-3 span {
  display: block;
}

.apl-num.apl-num-3 {
  margin-left: -25px;
}

.alioth-page-loader.dark .apl-text {
  color: #fff;
}

.alioth-page-loader.dark .apl-count {
  color: hsla(0, 0%, 100%, 0.10);
}

.alioth-page-transitions {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
}

/* contact form */
.contact_box .contact-form-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 36px;
  padding-left: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 1200px) {
    grid-column-gap: 70px;
}

.contact_box .sticky-intro {
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.contact_box .left-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 2px;
  background-color: #d7dfeb;
  /* background-color: #f9c559; */
}
.contact_box .line-fill {
  width: 40%;
  height: 100%;
  background-color: #a3acc2;
  /* background-color: #f49b36; */
}
.contact_box .medium-stacked-intro {
  display: -ms-grid;
  display: grid;
  max-width: 475px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.contact_box .stacked-heading {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.contact_box .body-display {
  color: #ccc;
  font-size: 17px;
  line-height: 1.6em;
}

.contact_box .stacked-heading h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 991px) {
  .contact_box .contact-form-wrapper {
    padding-left: 36px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact_box .sticky-intro {
    position: relative;
    top: 0px;
  }
}
@media screen and (max-width: 680px) {
  .contact_box .contact-form-wrapper {
    padding: 0;
    grid-row-gap: 30px;
  }
  .contact_box .stacked-heading h2 {
    font-size: 26px;
  }
  .contact_box .body-display {
    font-size: 15px;
  }
}

.cb-contact-group {
  margin: 0 0 2.5rem 0;
}

.cb-input_light {
  position: relative;
  display: block;
}

.cb-input_light-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 60px;
  width: 300%;
  transform: translateX(-66.66%);
  opacity: 0.1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDYwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIGQ9Ik0wLDU2LjVjMCwwLDI5OC42NjYsMCwzOTkuMzMzLDBDNDQ4LjMzNiw1Ni41LDUxMy45OTQsNDYsNTk3LDQ2Yzc3LjMyNywwLDEzNSwxMC41LDIwMC45OTksMTAuNWM5NS45OTYsMCw0MDIuMDAxLDAsNDAyLjAwMSwwIj48L3BhdGg+PC9zdmc+);
  background-position: center bottom;
  background-repeat: repeat-x;
  pointer-events: none;
  touch-action: none;
  transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s;
  filter: invert(1);
}

@media (min-width: 768px) {
  .cb-input_light-line {
    height: 90px;
  }
}
.cb-input_light-box {
  position: relative;
  overflow: hidden;
}

.cb-input_light-message {
  margin: 1.5rem 0 0 0;
  color: #eb4242;
  font-size: 1rem;
}

.cb-input_light-message:empty {
  display: none;
}

.cb-input_light input,
.cb-input_light textarea,
.cb-input_light select {
  position: relative;
  margin: 0;
  padding: 1.2rem 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  background: 0 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  resize: none;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.3s, height 0s;
}

.cb-input_light input::-webkit-input-placeholder,
.cb-input_light textarea::-webkit-input-placeholder {
  color: #ccc;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.cb-input_light input::-moz-placeholder,
.cb-input_light textarea::-moz-placeholder {
  color: #ccc;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.cb-input_light input::-ms-input-placeholder,
.cb-input_light textarea::-ms-input-placeholder {
  color: #ccc;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

.cb-input_light input::placeholder,
.cb-input_light textarea::placeholder {
  color: #ccc;
  transition: color 0.2s;
}

.cb-input_light input:hover + .cb-input_light-line,
.cb-input_light textarea:hover + .cb-input_light-line {
  opacity: 0.6;
}

.cb-input_light input:focus::-webkit-input-placeholder,
.cb-input_light textarea:focus::-webkit-input-placeholder {
  color: #b3b3b3;
}

.cb-input_light input:focus::-moz-placeholder,
.cb-input_light textarea:focus::-moz-placeholder {
  color: #b3b3b3;
}

.cb-input_light input:focus::-ms-input-placeholder,
.cb-input_light textarea:focus::-ms-input-placeholder {
  color: #b3b3b3;
}

.cb-input_light input:focus::placeholder,
.cb-input_light textarea:focus::placeholder {
  color: #b3b3b3;
}

.cb-input_light input:focus + .cb-input_light-line,
.cb-input_light textarea:focus + .cb-input_light-line {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.8s, 0.4s;
}

.cb-input_light input:invalid,
.cb-input_light textarea:invalid {
  box-shadow: none;
  outline: 0;
}

.cb-input_light input:disabled,
.cb-input_light textarea:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.cb-input_file {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.cb-input_file input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}
.cb-input_file-btn {
  position: relative;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 2;
  color: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
  text-align: inherit;
  text-transform: inherit;
  text-indent: inherit;
  text-decoration: none;
  transition: opacity 0.4s;
}

.cb-input_file-btn img.cb-svgsprite {
  margin: 0 0.5em 0 0;
  font-size: 0.7em;
  line-height: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.cb-input_file-btn span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.cb-input_file-btn span:after,
.cb-input_file-btn span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 7px;
  border-bottom: 1px solid;
}
.cb-input_file-btn span:before {
  opacity: 0.2;
}
.cb-input_file-btn span:after {
  transform: scaleX(0);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), transition-orign 0s;
}
.cb-input_file-btn:hover span:after {
  transform: scaleX(1);
}

.cb-input_file-items {
  position: relative;
  display: inline-block;
  margin: -12px 0;
  padding: 3.5rem 0 0 0;
  transition: opacity 0.4s;
}
.cb-input_file-message {
  margin: 1.5rem 0 0 0;
  color: #eb4242;
  font-size: 1rem;
}
.cb-input_file-message:empty {
  display: none;
}

@media screen and (max-width: 680px) {
  .cb-contact-group {
    margin: 0 0 1.4rem 0;
  }
  .cb-contact-submit {margin-top: 50px;}
}

.blog_item_img {
  transform: translateZ(0);
}
@media (pointer: fine) {
  .blog_item_img,
  .blog_item_img img,
  .blog_entry {
    transition: transform 0.4s;
  }
  .blog_entry:hover .blog_item_img {
    transform: scale(0.98);
  }
  .blog_entry:hover .blog_item_img img {
    transform: scale(1.02);
  }
}

.prose p {
  margin: 10px 0;
}
.prose img {
  width: 100%;
  border-radius: 1rem;
  margin: 2rem 0;
}
.faq_question svg {
  transition: 0.4s ease-in-out !important;
}

a.faq_question:hover {
  color: #fff;
}

.openfaq a svg {
  transform: rotate(-180deg);
  transition: 0.4s ease-in-out !important;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.about-meet-section {
  --app-spacer: 40px;
  margin-bottom: calc(var(--app-spacer, 0) * var(--app-mb-spacers, 0));
  margin-top: calc(var(--app-spacer, 0) * var(--app-mt-spacers, 0));
  padding-bottom: calc(var(--app-spacer, 0) * var(--app-pb-spacers, 0));
  padding-top: calc(var(--app-spacer, 0) * var(--app-pt-spacers, 0));
}

@media (min-width: 1024px) {
  .about-meet-section {
    --app-spacer: 120px;
  }
}

@media (min-width: 640px) {
  .about-meet-section {
    --app-spacer: 60px;
  }
}
.about-meet-section.tr-default-enter {
  --tw-blur: blur(10px);
  opacity: 0;
  transition-duration: 0.15s;
  transition-duration: 1s;
  transition-property: filter, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.about-meet-section.tr-default-enter,
.about-meet-section.tr-default-enter-to {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.about-meet-section.tr-default-enter-to {
  --tw-blur: blur(0);
  opacity: 1;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.process_sec .line_box svg .linedot {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.process_sec .line_box svg .linedot.active {
  fill: #f49b36
}
.no-scrollbar {
  scrollbar-width: none;
}

.toggle-line, .mobile_menu_overlay, .mobile_menu {
    -webkit-transition: all .3s cubic-bezier(.475,.425,0,.995);
    -o-transition: all .3s cubic-bezier(.475, .425, 0, .995);
    transition: all .3s cubic-bezier(.475,.425,0,.995);
}
.menu-toggle.is-active .toggle-line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-toggle.is-active .toggle-line:nth-child(2) {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0
}

/*.grid_image{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*}*/

@media (max-width: 1024px) {
  .alioth-page-loader {
        width: 100%;
        height: 100%
    }

    .apl-count {
        font-size: 120px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%
    }

    .apl-count .apl-num {
        height: 120px;
        line-height: 120px
    }

    .apl-num.apl-num-3 {
        margin-left: -8px
    }

    .alioth-page-loader .apl-wrapper {
        bottom: auto;
        left: 3vh;
        top: 70vh;
    }
    .panel-text {
        height: auto;
    }
    .text-wrapper {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        margin-top: 5rem;
    }
    .page {
        height: 100%;
        overflow: visible;
    }
    .horizontal-container {
        gap: 1.5rem;
        padding: 0 1.5rem;
    }
    .testimonials .item .text .qout-svg {
        display: none;
    }
    .testimonials .swiper-slide {
        padding-left: 0;
    }
    .slider .parallax-slider .swiper-slide {
        min-height: 35vh;
        padding: 20px 0;
    }
    .slider .parallax-slider .caption h2 {
        font-size: 22px;
    }
    .slider .slider-contro {
        right: calc(2.5% + 0.5rem);
        padding: 10px 25px;
    }
    .valign {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding-top: 1rem;
    }
}

@media (max-width: 576px){
    .grid_image{
    /*display: grid;*/
    /*grid-template-columns: repeat(1, 1fr);*/
}
}
