@charset "UTF-8";
@import url(../css2);
@import url(../css2-1);

.header-2 .header-main .header-right .search-icon,
.header-2 .header-main .main-menu ul li a,
.theme-btn,
.theme-btn.black-btn:hover,
.theme-btn.trasparent-btn:hover,
.theme-btn.white-btn:hover,
input,
input:focus {
  color: var(--white)
}

h3,
h5 {
  line-height: 150%
}

.theme-btn,
a {
  outline: 0 !important;
  cursor: pointer
}

.search-wrap .main-search-input,
.theme-btn {
  text-transform: capitalize;
  text-align: center
}

.blog-1.style-3 .blog-inner,
.preloader .loader .loader-section,
.sr-only,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  padding: 0
}

.page-wrapper,
.search-wrap,
.sr-only,
.theme-btn {
  overflow: hidden
}

.contact-us-2 .contact-us-inner .contact-right .price-ranger .ui-slider .ui-slider-range,
.header-2 .header-main .header-right .contact-us .icon,
.header-2.style-3 .header-main .header-right .contact-us .icon,
.hero-3.style-2 .hero-inner .social-shape .social .icons a:hover,
.theme-btn.trasparent-btn::after,
.theme-btn.trasparent-btn::before {
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%)
}

.mean-container a.meanmenu-reveal,
body {
  font-family: Arial, Helvetica, sans-serif
}

:root {
  --body: #fff;
  --black: #000;
  --black-2: #020842;
  --white: #fff;
  --white-2: #EAF0FF;
  --white-3: rgba(255, 255, 255, 0.75);
  --theme: #0000FF;
  --theme-2: #FF0000;
  --theme-3: #0000FF;
  --theme-4: #A347FF;
  --header: #000D27;
  --base: #C7D31C;
  --text: #49515B;
  --text-2: #636D6C;
  --border: rgba(255, 255, 255, 0.12);
  --border-2: rgba(4, 11, 41, 0.17);
  --ratting: #F8BC26;
  --bg: #F3F8FF;
  ---box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
  --swiper-navigation-size: 44px
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.theme-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  background: red;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  padding: 10px 25px;
  max-height: 50px;
  border-radius: 50px;
  transition: .5s ease-in-out;
  -webkit-appearance: none
}

.theme-btn.trasparent-btn {
  background: 0 0;
  border: 1px solid var(--theme);
  color: var(--theme-2);
  border-radius: 4px
}

body,
p {
  color: var(--text);
  margin: 0
}

.theme-btn.trasparent-btn-2 {
  background: 0 0;
  border: 1px solid var(--theme-4);
  color: var(--theme-4);
  border-image-slice: 1;
  border-radius: 4px
}

.theme-btn.white-btn {
  background: var(--white);
  color: var(--black-2)
}

.sticky.header-2,
.theme-btn.black-btn::after,
.theme-btn.black-btn::before,
.theme-btn.white-btn::after,
.theme-btn.white-btn::before {
  background-color: var(--black-2)
}

.theme-btn::after,
.theme-btn::before {
  content: "";
  width: 50%;
  height: 0%;
  position: absolute;
  background-color: var(--white);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  z-index: -1
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: .4s ease-in-out
}

.choose-us-3 .choose-us-images .single-choose-item::before,
.theme-btn::before {
  top: 0;
  right: 0
}

.choose-us-3 .choose-us-images .single-choose-item::after,
.theme-btn::after {
  left: 0;
  bottom: 0
}

.choose-us-3 .choose-us-images .single-choose-item:hover::after,
.choose-us-3 .choose-us-images .single-choose-item:hover::before,
.theme-btn:hover::after,
.theme-btn:hover::before {
  width: 100%;
  height: 100%
}

.header-main .main-menu ul li .submenu li:hover>a::after,
.header-main .main-menu ul li:hover>a,
.section-title h2 span,
.theme-btn:hover {
  color: var(--theme-2)
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background-color: var(--white);
  overflow-x: hidden
}

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

.preloader,
.preloader .loader,
.search-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0
}

.container-fluid {
  padding: 0 70px
}

ul {
  margin: 0;
  list-style: none
}

button {
  border: none;
  background-color: transparent
}

input:focus {
  outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  font-family: Arial, sans-serif;
  color: var(--black-2);
  letter-spacing: -.2px
}

h1 {
  font-size: 80px;
  line-height: 120%
}

h2 {
  font-size: 60px;
  line-height: 130%
}

@media (max-width:1199px) {
  h2 {
    font-size: 42px
  }
}

@media (max-width:767px) {
  h2 {
    font-size: 36px
  }

  br {
    display: none
  }
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 20px;
  line-height: 137%
}

h5 {
  font-size: 18px
}

h6,
p {
  font-size: 16px
}

h6 {
  line-height: 145%
}

a {
  text-decoration: none;
  color: var(--header)
}

p {
  font-weight: 500;
  line-height: 30px
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  z-index: 9999999
}

.preloader .animation-preloader {
  z-index: 1000
}

.preloader .animation-preloader .spinner {
  animation: 1s linear infinite spinner;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, .2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em;
  width: 9em
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em Montserrat, serif, "DM Sans", sans-serif;
  text-align: center;
  user-select: none
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme-2);
  position: relative
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: .2s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: .4s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: .6s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: .8s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: 4s infinite letters-loading;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: Montserrat, serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg)
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme)
}

.preloader .loader {
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none
}

.choose-us-3 .choose-us-images .single-choose-item.active::after,
.choose-us-3 .choose-us-images .single-choose-item.active::before,
.preloader .loader .row {
  height: 100%
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: .8s cubic-bezier(.77, 0, .175, 1)
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: .3s ease-out
}

.preloader.loaded .loader-section .bg {
  width: 0
}

.search-wrap {
  height: 100%;
  display: none;
  z-index: 999999;
  background-color: rgba(255, 255, 255, .9)
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%)
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: .3s slideInUp
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .search-wrap .search-field-holder {
    width: 70%
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  background: 0 0;
  font-size: 25px;
  color: var(--header);
  border-bottom: 2px solid var(--header);
  letter-spacing: 2px
}

.scroll-up,
.scroll-up::after {
  width: 50px;
  transition: .4s ease-in-out;
  cursor: pointer;
  display: block
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover,
.footer-bg,
.search-wrap input.form-control,
.search-wrap input.form-control:focus,
.search_widget form button:hover {
  background-color: var(--header)
}

input.main-search-input::placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer
}

.mouse-cursor,
.scroll-up {
  position: fixed;
  visibility: hidden
}

.scroll-up {
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  transform: translateY(15px);
  right: 25px;
  bottom: 35px;
  height: 50px
}

.scroll-up::after {
  position: absolute;
  font-family: " Arial, sans-serif";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-2);
  left: 0;
  top: 0;
  height: 50px;
  z-index: 1
}

.scroll-up svg path {
  fill: none
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme-2);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: .4s ease-in-out
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.mouse-cursor {
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme-2);
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme-2);
  opacity: .3
}

.section-title .sub-title,
.section-title .sub-title.sub-title2 {
  background: linear-gradient(84deg, rgba(63, 181, 253, .12) 0, rgba(11, 110, 218, .12) 100%)
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: 80ms ease-out;
  -o-transition: 80ms ease-out;
  transition: 80ms ease-out
}

.header-main,
.header-main .main-menu,
.service-1 .service-inner,
.topbar {
  z-index: 11;
  position: relative
}

.cursor-outer.cursor-hover,
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.about-1 .about-images,
.about-2 .about-content,
.about-3 .about-images,
.about-4,
.apps-wrapper,
.blog-1,
.blog-1.style-2,
.blog-2 .single-blog-item.style-2,
.brand-1.style-3 .brand-inner .title,
.case-study-1,
.case-study-1 .single-case-item,
.choose-us-1,
.choose-us-3 .choose-us-images,
.comments-item-list .single-comment-item .author-info-comment .info,
.contact-us-1,
.contact-us-1 .contact-right .form-clt,
.contact-us-2,
.funfact-2,
.funfact-3,
.funfact-3 .funfact-inner .funfact-content,
.header-2.style-3 .header-main .header-right,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb,
.header-main .search-icon,
.hero-1,
.hero-3,
.hero-3 .hero-inner,
.hero-3.style-2,
.mean-container .mean-nav>ul .homemenu,
.pricing-1.style-2,
.process-1,
.process-2,
.ralt,
.ripple,
.section-title,
.service-1,
.service-details-wrapper .service-details-content .service-details-video .video-image,
.team-1,
.team-1 .single-team-item .team-image,
.team-3,
.testimonial-1,
.testimonial-2 {
  position: relative
}

.section-title .sub-title {
  display: inline-flex;
  text-align: center;
  padding: 6px 19px;
  margin-bottom: 15px;
  border-radius: 4px
}

.features-1 .single-feature-item:hover .icon,
.section-title .sub-title.white-sub-title {
  background: var(--white)
}

.header-2 .header-main .main-menu::after,
.header-2 .header-main .search-icon::after {
  background: rgba(255, 255, 255, .13);
  height: 80px
}

.section-title .sub-title span {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: .26px;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase
}

.section-title h2 {
  color: var(--black-2);
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -.84px;
  text-transform: none
}

@media (max-width:767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em
  }

  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em
  }

  .mouse-cursor {
    display: none
  }

  .section-title {
    margin-bottom: 0;
    text-align: center
  }

  .section-title h2 {
    font-size: 38px
  }
}

.header-1 .header-main,
.header-2 .header-main,
.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.center {
  text-align: center;
  margin: 0 auto
}

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

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

.section-padding {
  padding: 120px 0
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes rounded {
  50% {
    transform: rotate(15deg)
  }
}

@keyframes rounded-2 {
  50% {
    transform: rotate(5deg)
  }
}

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

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

.animation__rotate {
  -webkit-animation: 40s linear infinite rotate;
  animation: 40s linear infinite rotate
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
  }
}

@-webkit-keyframes letters-loading {

  0%,
  100%,
  75% {
    opacity: 0;
    transform: rotateY(-90deg)
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0)
  }
}

@keyframes letters-loading {

  0%,
  100%,
  75% {
    opacity: 0;
    transform: rotateY(-90deg)
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0)
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

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

  100% {
    transform: scale(1.2)
  }
}

@keyframes top-image-bounce {

  0%,
  100% {
    transform: translateX(-8px)
  }

  50% {
    transform: translateX(12px)
  }
}

@keyframes top-image-bounce-2 {

  0%,
  100% {
    transform: translatey(-8px)
  }

  50% {
    transform: translatey(12px)
  }
}

@keyframes toggle {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }
}

@keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }
}

@-webkit-keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
  }

  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes width {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

@keyframes icon-animation {

  20%,
  26%,
  32%,
  38%,
  44%,
  50%,
  56%,
  62%,
  68%,
  74%,
  80%,
  from {
    transform: rotate3d(0, 0, 1, 0deg)
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg)
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg)
  }
}

@keyframes bounceIn {

  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    transform: scale3d(.97, .97, .97)
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@-webkit-keyframes float-bob-y {

  0%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

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

@keyframes float-bob-y {

  0%,
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

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

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(30px)
  }

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

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }
}

@keyframes float-bob-x {

  0%,
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }

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

@keyframes bounce-x {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }
}

.bounce-x {
  -webkit-animation: 7s linear infinite bounce-x;
  animation: 7s linear infinite bounce-x
}

@keyframes scroll3 {
  0% {
    transform: translateX(0)
  }

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

@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  51% {
    opacity: 1
  }
}

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

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

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

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@keyframes zoomBig {

  0%,
  100% {
    transform: scale(1.1, 1.1)
  }

  50% {
    transform: scale(1, 1)
  }
}

@keyframes topToBottom {

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

  50% {
    transform: translateY(-20px)
  }
}

@keyframes leftToRight {

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

  50% {
    transform: translateX(-20px)
  }
}

@keyframes rotateleft {

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

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

@keyframes rotateleft2 {

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

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

.topbar {
  background-color: var(--header);
  padding-top: 6px;
  padding-bottom: 6px
}

.topbar .topbar-inner ul {
  display: flex;
  align-items: center;
  gap: 35px
}

.topbar .topbar-inner ul li a {
  color: var(--white);
  opacity: .75;
  font-size: 14px;
  font-weight: 600;
  padding-left: 5px;
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
  transition: .5s
}

.blog-1 .blog-inner .single-blog-item .content h3 a:hover,
.blog-2 .single-blog-item .content h5 a:hover,
.blog-2 .single-blog-item.style-2 .content h3 a:hover,
.case-study-1 .single-case-item .content .title h4 a:hover,
.service-1 .service-inner .single-service-item .content h4 a:hover,
.team-2 .single-team-item .content h4 a:hover,
.team-3 .single-team-item .content h4 a:hover,
.topbar .topbar-inner .social a:hover,
.topbar .topbar-inner ul li a:hover,
.topbar.style-2 .topbar-right .social a:hover {
  color: var(--theme);
  background-size: 100% 1px
}

.topbar .topbar-inner ul li i {
  font-size: 18px;
  background: var(--theme);
  background-clip: text;
  color: transparent
}

.topbar .topbar-inner .social a {
  color: var(--white);
  opacity: .7;
  padding: 0 5px
}

.topbar.style-2 {
  background-color: var(--white);
  border: 1px solid rgba(2, 8, 66, .13)
}

.topbar.style-2 p {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px
}

.topbar.style-2 .topbar-right {
  gap: 50px
}

.topbar.style-2 .topbar-right ul {
  gap: 35px
}

.topbar.style-2 .topbar-right ul li a {
  color: var(--text);
  opacity: 1
}

.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover,
.blog-wrapper .single-blog-post .post-content .post-link a:hover,
.blog-wrapper .single-blog-post .post-content h2 a:hover,
.header-2.style-3 .header-main .header-right .contact-us p,
.header-main .main-menu ul li:hover>a::after,
.news-area .main-sidebar .single-sidebar-widget ul>li a:hover,
.testimonial-2 .single-testimonial-item .client-rating li,
.testimonial-3 .testimonial-content .single-testimonial-item .client-rating li,
.topbar.style-2 .topbar-right ul li a:hover {
  color: var(--theme)
}

.topbar.style-2 .topbar-right .social a {
  color: var(--black-2);
  opacity: 1
}

.header-main .search-icon::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 50px;
  width: 2px;
  background: rgba(2, 8, 66, .13);
  left: -30px;
  right: auto;
  top: 50%;
  transform: translateY(-50%)
}

.header-main .main-menu {
  margin-right: 30px
}

.blog-wrapper .single-blog-post .post-content ol ol,
.blog-wrapper .single-blog-post .post-content ol ul,
.blog-wrapper .single-blog-post .post-content ul ol,
.blog-wrapper .single-blog-post .post-content ul ul,
.blog-wrapper .single-blog-post:last-child,
.comment ol ol,
.comment ol ul,
.comment ul ol,
.header-main .main-menu ul,
.news-area .main-sidebar .single-sidebar-widget:last-child,
.widget_categories ul li:last-child a {
  margin-bottom: 0
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 30px
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: .4s ease-in-out
}

.header-main .main-menu ul li a i {
  padding-left: 5px;
  vertical-align: middle
}

.comments-item-list .single-comment-item .author-info-comment .info .reply-btn:hover,
.header-main .main-menu ul li a:hover {
  color: var(--theme-2) !important
}

.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  transform: translateY(10px);
  transition: .4s ease-in-out
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 11px 25px;
  width: 100%;
  border-bottom: 1px solid #eee
}

.blog-wrapper .single-blog-post.post-details .post-content,
.header-main .main-menu ul li .submenu li:last-child a {
  border: none
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0
}

.header-main .main-menu ul li .submenu li:hover>a {
  background: var(--theme-2);
  color: var(--white) !important
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme)
}

.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px;
  opacity: 0;
  left: -250px;
  visibility: hidden
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
  margin-top: 20px
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  min-width: 130px;
  text-align: center;
  color: var(--white);
  padding: 10px 15px
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before,
.mean-container .mean-nav>ul .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0, #292930 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  content: ""
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before,
.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button,
.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn,
.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%)
}

.case-study-1.style-2 .single-case-item .content .title,
.contact-us-2 .contact-us-inner .contact-right .price-ranger,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img,
.mean-container .mean-nav>ul .homemenu .homemenu-thumb img,
.nice-select.wide,
.team-3 .single-team-item {
  width: 100%
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px
}

.header-main .main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0)
}

.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--black-2)
}

.header-1 {
  padding: 6px 0;
  position: relative;
  z-index: 999
}

.header-1 .header-main .header-right,
.header-2 .header-main .header-right {
  display: flex;
  align-items: center;
  gap: 30px
}

.header-2 {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13)
}

@media (max-width:1199px) {
  .section-padding {
    padding: 100px 0
  }

  .header-1 {
    padding: 10px 0
  }

  .header-2 {
    padding: 16px 0
  }

  .mean-container .mean-nav ul li.menu-thumb {
    display: none
  }
}

.header-2 .header-main .search-icon::after {
  width: 2px
}

.case-study-1.style-2 .swiper-dot .swiper-pagination-bullet,
.header-2.style-3,
.sticky,
.sticky.header-2.style-3,
.testimonial-2 .swiper-dot .swiper-pagination-bullet {
  background-color: var(--white)
}

.header-2 .header-main .header-right .contact-us {
  gap: 15px;
  display: flex;
  align-items: center
}

.header-2 .header-main .header-right .contact-us .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white);
  font-size: 20px;
  line-height: 20px
}

.blog-2 .single-blog-item.style-2 .content ul li,
.blog-2 .single-blog-item.style-2 .content ul li:nth-child(3),
.features-1 .single-feature-item:hover li,
.features-1 .single-feature-item:hover p,
.footer-bottom .footer-bottom-wrapper p,
.footer-bottom.style-2 .footer-bottom-wrapper .security,
.footer-widgets-1.style-2 .single-footer-widget .footer-content .social-icon a,
.footer-widgets-1.style-2 .single-footer-widget .footer-content p,
.funfact-1 .funfact-inner .funfact-items .single-funfact-item .count-box p,
.header-2 .header-main .header-right .contact-us p,
.service-4 .signle-service-item:hover p {
  color: var(--white-3)
}

.header-2 .header-main .header-right .contact-us span {
  color: var(--white);
  font-weight: 700
}

.header-2 .header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--white)
}

.header-2.style-3 {
  padding: 0;
  border: none
}

.header-2.style-3 .header-main .search-icon::after {
  height: 80px;
  width: 2px;
  background: rgba(2, 8, 66, .13)
}

.header-2.style-3 .header-main .has-homemenu {
  left: 0
}

.header-2.style-3 .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 70px
}

@media (max-width:1399px) {
  .topbar.style-2 {
    display: none
  }

  .header-2.style-3 .header-main .header-left {
    gap: 15px
  }

  .header-2.style-3 .header-main .header-left .main-menu ul li {
    margin-inline-end: 20px
  }
}

.header-2.style-3 .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 200px
}

.logo {
  display: flex;
  align-items: center
}

.logo img {
  max-height: 55px
}

.logo-text {
  font-size: 18px;
  color: var(--header)
}

.header-2.style-3 .header-main .header-left .main-menu::after {
  display: none
}

.about-1.about-page .about-content .feedback .infu h6,
.case-study-1.style-2 .single-case-item .content .title h4,
.faq-1.style-2 .faq-content .accordion-item .accordion-collapse .accordion-body,
.faq-1.style-2 .faq-content .accordion-item .accordion-header .accordion-button,
.footer-widgets-1.style-3 .single-footer-widget .footer-content h5,
.footer-widgets-1.style-3 .single-footer-widget .widget-head h4,
.header-2.style-3 .header-main .header-left .main-menu ul li a,
.header-2.style-3 .header-main .header-right .contact-us span,
.header-2.style-3 .header-main .header-right .search-icon,
.service-4 .signle-service-item h4 a,
.service-5 .signle-service-item h3 a {
  color: var(--black-2)
}

.header-2.style-3 .header-main .header-right .contact-us {
  padding-right: 30px;
  gap: 15px
}

.header-2.style-3 .header-main .header-right .contact-us .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white)
}

.header-2.style-3 .header-main .sidebar__toggle {
  font-size: 20px;
  color: var(--black-2)
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: .9s;
  box-shadow: var(---box-shadow);
  -webkit-transition: .9s;
  -webkit-animation: .5s ease-in-out fadeInDown;
  animation: .5s ease-in-out fadeInDown
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme-2);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform .45s ease-in-out, opacity .45s ease-in-out;
  -moz-transition: transform .45s ease-in-out, opacity .45s ease-in-out;
  transition: transform .45s ease-in-out, opacity .45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none
}

.offcanvas__info::-webkit-scrollbar {
  display: none
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px
}

.about-1.about-page .about-content ul li,
.blog-1 .blog-inner .single-blog-item .content ul li:nth-child(3),
.blog-2 .single-blog-item .content ul li:nth-child(3),
.contact-us-1 .contact-right .form-clt .nice-select span,
.features-1 .single-feature-item p,
.offcanvas__wrapper .offcanvas__content .text,
.popular-posts .single-post-item .post-content h5 a,
.popular_posts .single-post-item .post-content h5 a,
.pricing-1.style-2 .single-pricing-item .header span,
.pricing-1.style-2 .single-pricing-item .list li,
.pricing-1.style-2 .single-pricing-item .price span {
  color: var(--text)
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-2);
  position: relative;
  z-index: 9;
  cursor: pointer
}

.about-1.style-2 .about-content ul li,
.blog-1.style-2 .blog-inner .single-blog-item .content li i,
.blog-1.style-3 .blog-inner .single-blog-item .trasparent-btn:hover,
.blog-2 .single-blog-item.style-2 .content a,
.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta i,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span,
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta i,
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span,
.case-study-1 .single-case-item .content .title h4,
.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover h4,
.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover p,
.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a,
.features-1 .single-feature-item:hover a,
.features-1 .single-feature-item:hover h4,
.features-1 .single-feature-item:hover li i,
.features-3 .single-feature-item:hover h4,
.footer-widgets-1.style-2 .single-footer-widget .footer-content h5,
.footer-widgets-1.style-2 .single-footer-widget .widget-head h4,
.gallery-img .gallery-content h4,
.hero-1 .hero-content p,
.hero-3 .hero-content .hero-button .contact-us h4,
.offcanvas__wrapper .offcanvas__content .offcanvas__close i,
.service-3 .single-service-item .count-box p,
.service-4 .signle-service-item:hover h4 a,
.widget_categories ul li a:hover span {
  color: var(--white)
}

.blog-wrapper .single-blog-post.post-details .post-content table,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500
}

.comments-item-list .single-comment-item ul,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child),
.project-details-wrapper .project-sidebar-widget .wid-title {
  margin-bottom: 15px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover,
.footer-widgets-1 .single-footer-widget .footer-content .social-icon a:hover,
.footer-widgets-1.style-2 .single-footer-widget .footer-content .social-icon a:hover,
.footer-widgets-1.style-2 .single-footer-widget .list-area li a,
.footer-widgets-1.style-3 .single-footer-widget .list-area li a,
.mean-container .mean-nav ul li a:hover,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i,
.popular-posts .single-post-item .post-content h5 a:hover,
.popular_posts .single-post-item .post-content h5 a:hover,
.service-5 .signle-service-item ul li i,
.team-1 .single-team-item .content p,
.team-3 .single-team-item .content p,
.team-details-wrapper .team-details-content span {
  color: var(--theme-2)
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  display: block;
  background: 0 0;
  color: var(--header);
  border-radius: 50%;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border)
}

.blog-author-info .author-social-link a:hover,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover,
.social-share a:hover,
.tagcloud a:hover,
.tagcloud-2 a:hover {
  background-color: var(--theme-2);
  color: var(--white)
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0
}

.offcanvas__overlay.overlay-open {
  opacity: .8;
  visibility: visible
}

.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding: 160px 0
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(89deg, rgba(0, 85, 255, .75) 15.79%, rgba(163, 71, 255, .75) 91.12%);
  z-index: -1
}

.breadcrumb-wrapper .page-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99
}

.breadcrumb-wrapper .page-heading .breadcrumb-sub-title h5 {
  position: relative;
  z-index: 1;
  font-size: 18px;
  padding-right: 70px;
  line-height: 1;
  color: var(--white);
  margin-bottom: 20px
}

.breadcrumb-wrapper .page-heading .breadcrumb-sub-title h1 {
  color: var(--white);
  font-size: 60px;
  position: relative;
  z-index: 9;
  line-height: 1.3
}

@media (max-width:991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center
  }

  .section-padding {
    padding: 80px 0
  }

  .topbar {
    display: none
  }

  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap
  }

  .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center
  }

  .breadcrumb-wrapper .page-heading .breadcrumb-sub-title h1 {
    font-size: 50px
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items,
.contact-us-2 .contact-us-inner .contact-right .contact-btn .infu {
  display: flex;
  align-items: center;
  gap: 10px
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: .4s ease-in-out
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i,
.cta-2 .cta-inner p,
.hero-1 .hero-content .feedback .infu p {
  font-size: 18px;
  color: var(--white)
}

.error-content h3 {
  font-size: 42px;
  margin: 20px 0
}

.tagcloud a,
.widget_categories ul li a i {
  margin-right: 10px
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb {
  position: relative;
  width: 280px
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 10px 30px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button .theme-btn:hover,
.single-contact-card:hover .icon,
.widget_categories ul li a:hover {
  color: var(--white) !important
}

.mean-container .mean-nav>ul .homemenu .homemenu-content .homemenu-title {
  margin-top: 15px;
  display: inline-block
}

.mean-container a.meanmenu-reveal,
.mean-remove,
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev,
.swiper-pagination-bullet:only-child,
.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled,
.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.mean-container .mean-nav ul li a {
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0
}

.mean-container .mean-nav ul li a.mean-expand {
  padding: 0 !important
}

.contact-us-2 .contact-us-inner .contact-right .price-ranger .ui-slider .ui-slider-handle:nth-child(2),
.mean-container .mean-nav ul li>a>i,
.no-csspointerevents .nice-select .list,
.pricing-1.style-2 .single-pricing-item.border-style:hover::after,
.video-1.style-2 .video-image::after,
a.meanmenu-reveal {
  display: none
}

.mean-container .mean-nav ul li>a.mean-expand i,
.page-nav-wrap ul li {
  display: inline-block
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: .4s ease-in-out
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px
}

.hero-1 .shape-1 {
  position: absolute;
  bottom: 0;
  right: 200px;
  opacity: 8%
}

.hero-1 .hero-bg {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  border-radius: 25px
}

.features-1 .single-feature-item,
.features-3 .single-feature-item {
  background: var(--white);
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, .03);
  cursor: pointer
}

.hero-1 .hero-content {
  padding: 100px 0;
  margin-top: 100px;
  position: relative;
  transition: .5s
}

.hero-1 .hero-content h1 {
  color: var(--white);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 69px;
  padding-bottom: 20px
}

.hero-1 .hero-content .feedback {
  gap: 107px;
  padding-top: 30px
}

.hero-1 .hero-image {
  width: 591px;
  height: 778px;
  margin-left: 55px;
  position: relative;
  z-index: 9;
  margin-top: 50px
}

.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.funfact-3 .funfact-inner,
.hero-1.style-2 .hero-content {
  padding-top: 120px
}

.hero-1.style-2 .hero-image {
  margin-top: 10px;
  animation: 3s linear infinite topToBottom
}

.hero-1.style-2 .shape .shape-1,
.hero-1.style-2 .shape .shape-2,
.service-4 .shape-1,
.service-5 .signle-service-item .icon {
  animation: 30s linear infinite spinner
}

.hero-1.style-2 .shape .shape-1 {
  position: absolute;
  bottom: 0;
  top: 8%;
  right: 16.5%;
  opacity: 6%
}

.hero-1.style-2 .shape .shape-2 {
  position: absolute;
  bottom: 0;
  top: 50%;
  left: -11.5%;
  opacity: 27%
}

.hero-1.style-2 .shape .shape-3 {
  position: absolute;
  bottom: -20%;
  right: 0;
  opacity: 31%;
  animation: 3s linear infinite zoomBig
}

.hero-1.style-2 .shape .shape-4 {
  position: absolute;
  top: 5%;
  right: 8%;
  opacity: 16%;
  animation: 3s linear infinite topToBottom
}

.hero-1.style-2 .shape .shape-5 {
  position: absolute;
  bottom: -18%;
  right: 42%;
  opacity: 3%;
  z-index: -1;
  animation: 3s linear infinite zoomBig
}

.hero-1.style-2 .shape .shape-6 {
  position: absolute;
  top: -80px;
  right: 0;
  filter: blur(200px);
  -webkit-filter: blur(200px);
  z-index: -1
}

.hero-1.style-2 .shape .shape-7 {
  width: 558px;
  height: 558px;
  border-radius: 50%;
  background: #05f;
  filter: blur(200px);
  -webkit-filter: blur(200px);
  z-index: -1;
  position: absolute;
  left: -170px;
  top: 0
}

.hero-3 .array-button {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  flex-direction: column
}

.hero-3 .shape .shape-1,
.hero-3 .shape .shape-2 {
  transform: translateX(-150px);
  opacity: 0;
  z-index: 1
}

.hero-3 .array-button .array-next,
.hero-3 .array-button .array-prev {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white)
}

.hero-3 .hero-inner .bg-image {
  width: 100%;
  height: 10px;
  position: absolute;
  z-index: 1;
  mix-blend-mode: saturation;
  filter: grayscale(50%)
}

.hero-3 .hero-inner .bg-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(89deg, rgba(2, 5, 36, .84) .44%, rgba(2, 5, 36, .1) 85.09%);
  z-index: -1
}

.hero-3 .hero-content {
  position: relative;
  z-index: 2;
  padding: 220px 0 310px;
  margin-left: -50px;
  opacity: 0;
  transform: translateY(-150px)
}

.hero-3 .hero-content h1 {
  color: var(--white);
  line-height: 87px;
  font-weight: 800;
  padding-bottom: 15px
}

.hero-3 .hero-content .text {
  color: var(--white);
  padding-right: 75px;
  font-size: 20px
}

.hero-3 .hero-content .hero-button {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.about-1.style-2 .about-content .feedback .infu .icon-box,
.apps-wrapper .apps-content .avater,
.hero-3 .hero-content .hero-button .contact-us,
.service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback .infu .icon-box {
  gap: 15px
}

.hero-3 .hero-content .hero-button .contact-us .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  color: var(--white);
  font-size: 16px;
  line-height: 20px;
  position: relative;
  transition: .4s ease-in-out;
  z-index: 11
}

.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::after,
.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::before,
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-button .video-button-ripple::after,
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-button .video-button-ripple::before,
.video-1 .video-image .video-button .video-button-ripple::after,
.video-1 .video-image .video-button .video-button-ripple::before {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(63, 181, 253, .6);
  animation: 3s infinite popupVideo;
  border-radius: 50%
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-button .video-button-ripple::before,
.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::before,
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-button .video-button-ripple::before,
.video-1 .video-image .video-button .video-button-ripple::before {
  animation-delay: .9s;
  content: "";
  position: absolute
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-button .video-button-ripple::after,
.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::after,
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-button .video-button-ripple::after,
.video-1 .video-image .video-button .video-button-ripple::after {
  animation-delay: .6s;
  content: "";
  position: absolute
}

.hero-3 .hero-content .hero-button .contact-us p {
  color: var(--white-3);
  opacity: .5;
  text-align: start
}

.hero-3 .shape .shape-1 {
  position: absolute
}

.hero-3 .shape .shape-2 {
  position: absolute;
  bottom: 0
}

.hero-3 .shape .shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(150px)
}

.hero-3 .shape .shape-4 {
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translateY(-150px)
}

.hero-3 .shape .shape-5 {
  right: 20%;
  top: 5%;
  position: absolute;
  rotate: 90deg;
  z-index: 1
}

.hero-3 .swiper-slide.swiper-slide-active .hero-content,
.hero-3 .swiper-slide.swiper-slide-active .shape-3,
.hero-3 .swiper-slide.swiper-slide-active .shape-4,
.hero-3.style-2 .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0);
  transition: 1.5s
}

.hero-3 .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  transform: translateY(0);
  transition: 2s
}

.hero-3 .swiper-slide.swiper-slide-active .shape-1 {
  opacity: 10%;
  transform: translateX(0);
  transition: 2.5s
}

.hero-3 .swiper-slide.swiper-slide-active .shape-2,
.hero-3.style-2 .swiper-slide.swiper-slide-active .hero-image,
.hero-3.style-2 .swiper-slide.swiper-slide-active .social-shape {
  opacity: 1;
  transform: translateX(0);
  transition: 1.5s
}

.hero-3.style-2 .hero-inner .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: normal;
  filter: grayscale(0%);
  z-index: -1
}

.funfact-2 .funfact-inner .signle-funfact-item:nth-child(4)::after,
.hero-3.style-2 .hero-inner .bg-image::before {
  content: none
}

.hero-3.style-2 .hero-inner .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(-150px)
}

.hero-3.style-2 .hero-inner .shape-text {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  min-width: 100%;
  position: absolute;
  font-family: Arial, sans-serif;
  bottom: 30px;
  z-index: 1;
  left: -49px;
  font-size: 150px;
  line-height: 120px;
  color: rgba(255, 255, 255, .16);
  font-weight: 900;
  letter-spacing: -3px;
  animation: 50s linear infinite scroll3
}

.hero-3.style-2 .hero-inner .social-shape {
  position: absolute;
  z-index: 1;
  left: -460px;
  top: 35px;
  opacity: 0;
  transform: translateX(-150px)
}

.hero-3.style-2 .hero-inner .social-shape .social {
  position: absolute;
  right: 0;
  top: 42%;
  transform: rotate(-90deg);
  text-align: center
}

.hero-3.style-2 .hero-inner .social-shape .social p {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4.32px
}

.hero-3.style-2 .hero-inner .social-shape .social .icons {
  display: flex;
  align-items: center;
  gap: 20px
}

.hero-3.style-2 .hero-inner .social-shape .social .icons a {
  width: 53px;
  height: 53px;
  background: rgba(255, 255, 255, .1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: var(--white);
  transform: rotate(90deg)
}

.hero-3.style-2 .hero-inner .hero-content {
  padding: 150px 0 310px;
  opacity: 0;
  transform: translateY(-150px)
}

.hero-3.style-2 .hero-inner .hero-image {
  position: relative;
  top: 40px;
  z-index: 1;
  margin-left: 170px;
  width: 630px;
  height: 865px;
  opacity: 0;
  transform: translateY(150px)
}

.blog-1.style-2 .blog-inner .single-blog-item .image img,
.blog-1.style-3 .blog-inner .single-blog-item .image img,
.blog-wrapper .single-blog-post.post-details .post-content .single-post-image,
.blog-wrapper .single-blog-post.post-details .post-content img,
.choose-us-4 .choose-us-image img,
.hero-3.style-2 .hero-inner .hero-image img,
.project-details-wrapper .project-details-content .project-details-image img,
.service-details-wrapper .service-details-image img,
.team-details-wrapper .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-3.style-2 .swiper-slide.swiper-slide-active .shape-1 {
  opacity: 12%;
  transform: translateY(0);
  transition: 1.5s
}

.features-1 {
  margin-top: -130px;
  position: relative;
  z-index: 11
}

.features-1 .single-feature-item {
  margin-top: 30px;
  height: 373px;
  border-radius: 12px;
  padding: 40px;
  transition: .4s ease-in-out
}

@media (max-width:1399px) {
  .hero-1 .hero-content h1 {
    font-size: 50px
  }

  .hero-1 .hero-image {
    width: 100%;
    margin-left: 0;
    margin-top: 0
  }

  .hero-3 .hero-content {
    margin-left: 0
  }

  .hero-3 .hero-content .text {
    padding-right: 0
  }

  .hero-3.style-2 .hero-inner .hero-content {
    padding: 150px 0 190px
  }

  .features-1 .single-feature-item {
    padding: 20px 30px
  }
}

.features-1 .single-feature-item .icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--white);
  overflow: hidden
}

.features-1 .single-feature-item .icon i,
.service-1 .service-inner .single-service-item .content .icon i,
.team-1 .single-team-item .social-icon a i,
.team-2 .single-team-item .content .social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.features-1 .single-feature-item:hover {
  background: var(--theme-2)
}

.features-1 .single-feature-item:hover .icon i {
  animation: .4s forwards iconTranslateX;
  color: var(--theme-2)
}

.features-1 .single-feature-item h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -.2px;
  padding: 20px 0
}

.features-1 .single-feature-item h4 a,
.team-3 .single-team-item .content h4 a {
  color: var(--black-2);
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
  transition: .5s
}

.about-1 .about-content .about-infu .contact-us .text span,
.about-1 .about-content ul li,
.features-1 .single-feature-item ul li {
  color: var(--text);
  font-weight: 500;
  line-height: 26px
}

.features-1 .single-feature-item h4 a:hover,
.features-2 .features-items .single-feature-item h4 a:hover {
  background-size: 100% 1px
}

.features-1 .single-feature-item ul {
  padding-top: 15px
}

.features-1 .single-feature-item ul li {
  padding-bottom: 15px;
  transition: .4s ease-in-out
}

.features-1 .single-feature-item ul li i,
.pricing-1 .single-pricing-item .list li i {
  color: var(--theme-2);
  padding-right: 5px
}

.features-2 {
  margin-top: -200px;
  position: relative;
  z-index: 11
}

.features-2 .features-images {
  height: 680px;
  margin: -30px 133px 0;
  z-index: -1;
  border-radius: 30px
}

.features-2 .features-items {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  align-items: center
}

@media (max-width:1199px) {
  .hero-1 .hero-content {
    padding-bottom: 0
  }

  .hero-1 .hero-content h1 {
    font-size: 45px;
    line-height: 60px
  }

  .hero-3 .hero-content h1 {
    font-size: 60px
  }

  .hero-3.style-2 .hero-inner .hero-content h1 {
    font-size: 55px
  }

  .hero-3.style-2 .hero-inner .hero-content {
    padding: 150px 0 125px
  }

  .hero-3.style-2 .hero-inner .hero-image {
    margin-left: 0;
    top: 122px;
    width: 500px;
    height: 690px
  }

  .features-2 .features-images {
    margin: 0 20px
  }

  .features-2 .features-items {
    grid-template-columns: auto auto auto;
    row-gap: 20px
  }
}

@media (max-width:767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-sub-title h5 {
    text-align: center;
    padding-right: 0
  }

  .hero-3 .hero-content {
    padding-top: 150px;
    padding-bottom: 110px
  }

  .features-2 .features-items {
    grid-template-columns: auto auto
  }

  .about-1 .about-content {
    text-align: center
  }
}

.features-2 .features-items .single-feature-item {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  border: 2px solid var(--white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.features-2 .features-items .single-feature-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 11, 107, .55);
  border-radius: 50%;
  transition: .4s ease-in-out
}

.features-2 .features-items .single-feature-item h4 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -.18px;
  z-index: 1;
  padding-top: 40px
}

.blog-2 .single-blog-item.style-2 .content h3 a,
.features-2 .features-items .single-feature-item h4 a {
  color: var(--white);
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
  transition: .5s
}

.features-2 .features-items .single-feature-item:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 11, 107, .8);
  border-radius: 50%
}

.features-3 {
  margin-top: -100px;
  position: relative;
  z-index: 1
}

.features-3 .single-feature-item {
  height: 130px;
  border-radius: 12px;
  gap: 15px;
  display: flex;
  align-items: center;
  padding: 30px 20px 30px 40px;
  transition: .4s ease-in-out
}

.features-3 .single-feature-item .icon {
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 61px
}

.features-3 .single-feature-item h4 {
  font-weight: 600
}

.features-3 .single-feature-item:hover {
  background: var(--black-2)
}

.about-1 .about-images .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  font-size: 17px;
  color: var(--white);
  position: absolute;
  right: 165px;
  top: 25px
}

.about-3 .about-content .text,
.about-4 .about-content .icon-box {
  background: var(--white);
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, .03)
}

.about-1 .about-images .icon::after,
.about-1 .about-images .icon::before {
  content: "";
  position: absolute;
  border: 1px solid var(--theme);
  border-radius: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 100%;
  animation: 1.5s linear infinite pulse-border
}

.about-1 .about-images .icon::before {
  border: 1px solid rgba(63, 181, 253, .2);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  opacity: 100%;
  animation: 2s linear infinite pulse-border-2
}

.about-1 .about-images .image-1 {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 440 564" fill="black"><path d="M98.9205 2.12847C100.926 0.742428 103.306 0 105.743 0H427.111C433.739 0 439.111 5.37258 439.111 12V551.667C439.111 558.294 433.739 563.667 427.111 563.667H12C5.37257 563.667 0 558.294 0 551.667V76.7933C0 72.8523 1.93507 69.1625 5.17703 66.9218L98.9205 2.12847Z"/></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 439px;
  height: 563px;
  mask-size: cover;
  position: relative
}

.about-1 .about-images .image-1 img,
.about-1 .about-images .image-2 img,
.about-4 .about-images img,
.apps-wrapper .apps-image img,
.choose-us-1 .choose-us-images img,
.cta-1 .cta-inner .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain
}

.about-1 .about-images .image-2 {
  position: absolute;
  bottom: -40px;
  left: 294px;
  mask: url('data:image/svg+xml;utf8,<svg width="390" height="474" viewBox="0 0 390 474" xmlns="http://www.w3.org/2000/svg"><path d="M0 12C0 5.37259 5.37258 0 12 0H377.5C384.127 0 389.5 5.37258 389.5 12V412.575C389.5 415.817 388.188 418.922 385.862 421.181L334.993 470.607C332.753 472.783 329.753 474 326.63 474H12C5.37258 474 0 468.627 0 462V12Z" /></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="390" height="474" viewBox="0 0 390 474" xmlns="http://www.w3.org/2000/svg"><path d="M0 12C0 5.37259 5.37258 0 12 0H377.5C384.127 0 389.5 5.37258 389.5 12V412.575C389.5 415.817 388.188 418.922 385.862 421.181L334.993 470.607C332.753 472.783 329.753 474 326.63 474H12C5.37258 474 0 468.627 0 462V12Z" /></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 389.5px;
  height: 474px;
  mask-size: cover
}

.about-1 .about-content p,
.choose-us-1 .choose-us-content .count-box .single-count,
.testimonial-4 .single-testimonial-item .client-info {
  padding-top: 20px
}

.about-1 .about-content ul {
  padding-top: 30px;
  text-align: start
}

.about-1 .about-content ul li {
  padding-bottom: 10px
}

.about-1 .about-content ul li i {
  color: var(--theme-2);
  padding-right: 10px
}

.about-1 .about-content .about-infu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  flex-wrap: wrap
}

.about-1 .about-content .about-infu .contact-us {
  display: flex;
  align-items: center;
  gap: 12px
}

.about-1 .about-content .about-infu .contact-us img {
  width: 54px;
  height: 54px;
  border-radius: 50%
}

.about-1 .about-content .about-infu .contact-us .text h4 {
  color: var(--black-2);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -.2px
}

.about-1.style-2 .about-images-2 {
  position: relative;
  left: 130px
}

.about-1.style-2 .about-images-2 .shape-1 {
  position: absolute;
  top: 50px;
  left: -130px;
  animation: 2s linear infinite topToBottom
}

.about-1.style-2 .about-images-2 .shape-2 {
  position: absolute;
  bottom: -60px;
  left: -130px;
  opacity: 28%;
  z-index: -1;
  width: 602px;
  height: 602px
}

.about-1.style-2 .about-images-2 .image-1 {
  width: 509px;
  height: 660px
}

.about-1.style-2 .about-images-2 .image-1 img,
.faq-1.style-2 .faq-images .image-1 img,
.process-1 .process-items .single-process-item .image img,
.service-1 .service-inner .single-service-item .image img,
.service-details-wrapper .service-image-item .service-box-image img,
.team-1 .single-team-item .team-image .image img,
.video-1 .video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover
}

.about-1.style-2 .about-images-2 .image-2 {
  width: 293px;
  height: 293px;
  position: absolute;
  right: 24%;
  bottom: -60px
}

.about-1.style-2 .about-images-2 .image-2 img,
.about-3 .about-images .image-2 img,
.team-2 .single-team-item .team-image img,
.testimonial-3 .testimonial-content .single-testimonial-item .client-info .client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-fit: cover
}

.about-1.style-2 .about-content p {
  color: var(--white);
  opacity: 75%
}

.about-1.style-2 .about-content .feedback {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-top: 40px
}

.about-1.style-2 .about-content .feedback .infu img,
.service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback .infu img {
  width: 176px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 15px
}

.about-1.style-2 .about-content .feedback .infu h6 {
  color: var(--white);
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -.16px
}

.about-1.style-2 .about-content .feedback .infu .icon-box .icon,
.service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback .infu .icon-box .icon {
  font-size: 40px;
  background: linear-gradient(84deg, var(--theme-2) 0, var(--theme) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.about-1.about-page .about-content p {
  color: var(--text);
  opacity: 75%
}

.about-2,
.choose-us-2 .choose-us-images {
  position: relative;
  z-index: 1
}

.about-2 .bg-image {
  overflow: hidden;
  position: absolute !important;
  top: -340px;
  width: 100%;
  height: 845px;
  z-index: -1;
  background-size: cover;
  border-radius: 25px
}

.about-2 .about-content p,
.process-1 .process-items .single-process-item h4 {
  color: var(--white);
  padding-top: 20px
}

.about-2 .about-content .infu {
  padding-top: 35px;
  gap: 30px
}

.about-2 .about-content .infu .contact-us {
  gap: 12px
}

.about-2 .about-content .infu .contact-us a {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 56px;
  height: 56px;
  font-size: 20px;
  color: var(--white);
  background: linear-gradient(84deg, var(--theme-2) 0, var(--theme) 100%)
}

.about-2 .about-content .infu .contact-us .text span {
  color: rgba(255, 255, 255, .5);
  font-weight: 500;
  line-height: 26px
}

.about-2 .about-content .infu .contact-us .text h4 {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.2px
}

.about-3 .about-images .image-1 {
  position: relative;
  width: 570px
}

@media (max-width:1399px) {
  .about-1 .about-images .icon {
    right: 100px
  }

  .about-1 .about-images .image-2 {
    left: 200px
  }

  .about-1.style-2 .about-images-2 {
    left: 0
  }

  .about-1.style-2 .about-images-2 .shape-1 {
    left: -70px
  }

  .about-3 .about-images .image-1 {
    width: 500px
  }
}

.about-3 .about-images .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: 100s linear infinite spinner
}

.about-3 .about-images .experience {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.about-3 .about-images .experience h2 {
  background: linear-gradient(84deg, #3fb5fd 0, #042fee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 120px;
  letter-spacing: -2.4px;
  line-height: 100px;
  text-align: center
}

.about-3 .about-content .text::after,
.service-1 .service-inner .countbox h3,
.service-3 .single-service-item .icon {
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%)
}

.about-3 .about-images .experience p {
  color: var(--text);
  font-size: 22px;
  font-weight: 500;
  text-align: center
}

.about-3 .about-images .image-2 {
  width: 273px;
  height: 273px;
  position: absolute;
  right: 25px;
  bottom: -60px
}

.about-3 .about-content .section-title {
  margin-left: -85px
}

.about-3 .about-content p {
  padding-top: 30px;
  font-size: 18px
}

.about-3 .about-content .text {
  padding: 20px 30px;
  position: relative;
  border-radius: 4px;
  margin-top: 30px
}

.about-3 .about-content .text::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 4px;
  left: -3px;
  z-index: -1
}

.about-3 .about-content .list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.about-3 .about-content .list ul li,
.project-details-wrapper .project-details-content .list ul li {
  color: var(--text);
  font-weight: 500;
  padding-bottom: 10px
}

.about-3 .about-content .list ul li i,
.project-details-wrapper .project-details-content .list ul li i {
  padding-right: 5px;
  color: var(--theme-2)
}

.about-3 .about-content .about-infu {
  gap: 25px;
  margin-top: 35px;
  flex-wrap: wrap
}

.about-3 .about-content .about-infu .contact-us {
  gap: 10px
}

.about-4 .about-images {
  width: 870px;
  height: 700px;
  float: right;
  margin-right: 75px
}

.about-4 .about-content .icon-box {
  display: flex;
  align-items: center;
  gap: 35px;
  border-radius: 6px;
  padding: 15px 40px;
  max-width: 615px;
  margin-top: 25px
}

.about-4 .about-content .icon-box .icon {
  font-size: 55px;
  background-image: linear-gradient(84deg, var(--theme) 0, var(--theme-4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.about-4 .about-content .icon-box:hover .icon,
.choose-us-1 .choose-us-content .icon-box .single-icon-box:hover .icon,
.choose-us-3 .choose-us-content .reviews .infu:hover .icon,
.service-2 .service-inner .service-items .signle-service-item:hover .icon {
  animation: 1s linear bounceIn
}

.about-4 .about-content .infu {
  margin-top: 35px;
  gap: 50px
}

.about-4 .about-content .infu .contact-us,
.choose-us-1 .choose-us-content .icon-box,
.service-2 .service-inner .button {
  gap: 20px
}

.about-4 .about-content .infu .contact-us span {
  color: var(--theme-2);
  font-weight: 700;
  line-height: 26px
}

.service-1 .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 28%
}

.service-1 .shape-2 {
  position: absolute;
  top: 140px;
  right: -15%;
  opacity: 8%
}

.service-1 .service-inner .countbox h3 {
  font-size: 140px;
  font-weight: 700;
  line-height: 120px;
  letter-spacing: -2.8px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.service-1 .service-inner .countbox p {
  color: var(--text);
  font-size: 22px;
  padding-top: 15px
}

.service-1 .service-inner .title h3 {
  color: var(--black-2);
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -.6px
}

.service-1 .service-inner .single-service-item {
  position: relative;
  margin-top: 40px;
  z-index: 2;
  overflow: hidden
}

.service-1 .service-inner .single-service-item .shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 130px;
  opacity: 0;
  transition: .4s ease-in-out
}

.service-1 .service-inner .single-service-item .shape-4 {
  position: absolute;
  bottom: 80px;
  right: -50px;
  z-index: 1;
  opacity: 0;
  transition: .4s ease-in-out
}

.service-1 .service-inner .single-service-item .image {
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 424 518" xmlns="http://www.w3.org/2000/svg"><path d="M0 51.688C0 44.4673 3.89212 37.8073 10.1831 34.263L66.4293 2.57504C69.4258 0.8869 72.8069 0 76.2462 0H404C415.046 0 424 8.9543 424 20V498C424 509.046 415.046 518 404 518H20C8.9543 518 0 509.046 0 498V51.688Z"/></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 424 518" xmlns="http://www.w3.org/2000/svg"><path d="M0 51.688C0 44.4673 3.89212 37.8073 10.1831 34.263L66.4293 2.57504C69.4258 0.8869 72.8069 0 76.2462 0H404C415.046 0 424 8.9543 424 20V498C424 509.046 415.046 518 404 518H20C8.9543 518 0 509.046 0 498V51.688Z"/></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat
}

.service-1 .service-inner .single-service-item .content {
  background-color: var(--white);
  text-align: center;
  padding: 55px 30px 25px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  z-index: 2
}

.service-1 .service-inner .single-service-item .content .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 30px;
  color: var(--white);
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  overflow: hidden
}

.service-1 .service-inner .single-service-item .content h4 {
  color: var(--black-2);
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -.2px;
  padding-bottom: 5px
}

.blog-2 .single-blog-item .content h5 a,
.service-1 .service-inner .single-service-item .content h4 a {
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
  transition: .5s
}

.service-1 .service-inner .single-service-item:hover .icon i,
.service-4 .signle-service-item:hover .icon i,
.team-1 .single-team-item .social-icon a:hover i,
.team-2 .single-team-item .content .social a:hover i {
  animation: .4s forwards iconTranslateX
}

.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover.active,
.choose-us-3 .choose-us-images .single-choose-item:hover .single-choose-hover,
.gallery-img:hover .gallery-content,
.service-1 .service-inner .single-service-item:hover .icon-list {
  opacity: 1;
  visibility: visible
}

.service-1 .service-inner .single-service-item:hover .shape-3,
.team-1 .single-team-item:hover .shape-2 {
  top: -2px;
  opacity: 1;
  left: -30px
}

.service-1 .service-inner .single-service-item:hover .shape-4,
.team-1 .single-team-item:hover .shape-3 {
  opacity: 1;
  right: 0
}

.service-2 {
  background-color: rgba(255, 255, 255, .05)
}

.service-2 .service-inner {
  padding-bottom: 260px
}

.service-2 .service-inner .service-items {
  padding-top: 60px;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  column-gap: 123px;
  row-gap: 90px
}

.service-2 .service-inner .service-items .signle-service-item {
  position: relative;
  cursor: pointer
}

.service-2 .service-inner .service-items .signle-service-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-right: 1px solid rgba(255, 255, 255, .12);
  left: 60px
}

.service-2 .service-inner .service-items .signle-service-item::before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  bottom: -45px;
  top: auto
}

.service-2 .service-inner .service-items .signle-service-item:nth-child(3)::after,
.service-2 .service-inner .service-items .signle-service-item:nth-child(6)::after {
  border-right: none
}

.pricing-1.style-2 .single-pricing-item .price,
.service-2 .service-inner .service-items .signle-service-item:nth-child(4)::before,
.service-2 .service-inner .service-items .signle-service-item:nth-child(5)::before,
.service-2 .service-inner .service-items .signle-service-item:nth-child(6)::before {
  border-bottom: none
}

.service-2 .service-inner .service-items .signle-service-item .title {
  gap: 18px
}

.service-2 .service-inner .service-items .signle-service-item .title .icon {
  font-size: 43px;
  color: var(--white)
}

.service-2 .service-inner .service-items .signle-service-item .title h3 {
  color: var(--white);
  font-size: 20px
}

.service-2 .service-inner .service-items .signle-service-item p {
  padding-left: 60px;
  line-height: 26px;
  padding-top: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, .75);
  padding-bottom: 15px
}

.service-2 .service-inner .service-items .signle-service-item a {
  padding-left: 60px;
  font-size: 17px;
  font-weight: 700;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px
}

.service-3 .service-image {
  width: 100%;
  height: 355px;
  margin-top: 30px
}

.service-3 .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  object-fit: cover
}

.service-3 .single-service-item {
  width: 100%;
  height: 355px;
  background-color: var(--theme-3);
  padding: 30px 25px 30px 42px;
  position: relative;
  border-radius: 12px;
  margin-top: 30px
}

.service-3 .single-service-item .icon {
  font-size: 50px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 20px
}

.service-3 .single-service-item:hover h2,
.service-4 .signle-service-item .icon,
.service-4 .signle-service-item .infu-btn,
.service-4 .signle-service-item .line {
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%)
}

.service-3 .single-service-item h4 {
  color: var(--white);
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -.2px
}

.service-3 .single-service-item .count-box {
  position: absolute;
  bottom: 30px
}

.service-3 .single-service-item .count-box h2 {
  color: rgba(255, 255, 255, .32);
  font-size: 60px;
  font-weight: 800;
  line-height: 69px;
  letter-spacing: -1.2px
}

.service-3 .single-service-item:hover h2 {
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.choose-us-4,
.service-4 {
  position: relative;
  overflow: hidden
}

.service-4 .shape-1 {
  position: absolute;
  bottom: -50px;
  left: 20px
}

.service-4 .shape-2,
.service-4 .shape-3 {
  animation: 3s linear infinite zoomBig;
  position: absolute
}

.service-4 .shape-2 {
  top: 70px;
  right: 30%;
  rotate: 90deg;
  opacity: .17
}

.service-4 .shape-3 {
  bottom: -50px;
  right: -50px;
  opacity: .12
}

.service-4 .array-button {
  position: absolute;
  top: 65%;
  right: 8%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99
}

.service-4 .array-button .array-prev,
.testimonial-1 .array-button .array-prev {
  position: absolute;
  color: var(--black-2);
  border: 1px solid var(--black-2);
  left: 0
}

.service-4 .array-button .array-next,
.testimonial-1 .array-button .array-next {
  position: absolute;
  color: var(--black-2);
  border: 1px solid var(--black-2);
  right: 0
}

@media (max-width:1600px) {
  .header-2.style-3 .header-main .header-right .contact-us {
    display: none !important
  }

  .service-4 .array-button {
    display: none
  }
}

.service-4 .signle-service-item {
  width: 100%;
  height: 310px;
  padding: 75px 40px 30px;
  position: relative;
  margin-top: 60px;
  border-radius: 12px;
  text-align: center;
  background-color: var(--white);
  z-index: 1
}

.service-4 .signle-service-item .icon {
  position: absolute;
  top: -35px;
  left: 37%;
  transform: translate(-50%);
  width: 70px;
  height: 70px;
  transform: rotate(-45deg);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 33px;
  overflow: hidden
}

.service-4 .signle-service-item .icon i {
  transform: rotate(45deg);
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.service-4 .signle-service-item .line {
  width: 130px;
  height: 4px;
  margin: 0 auto
}

.service-4 .signle-service-item .infu-btn {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  transition: .4s ease-in-out
}

.choose-us-1 .choose-us-content .count-box,
.service-5 .signle-service-item {
  background-color: var(--white);
  display: flex;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, .03);
  border-radius: 12px
}

.service-4 .signle-service-item .service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
  overflow: hidden;
  border-radius: 12px
}

.service-4 .signle-service-item .service-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 3, 37, .56)
}

.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover .icon,
.service-4 .signle-service-item:hover .infu-btn {
  background: 0 0;
  color: var(--white)
}

.case-study-2 .case-study-grid .single-case-item:hover::after,
.service-4 .signle-service-item:hover .service-bg {
  opacity: 1;
  visibility: visible;
  height: 100%
}

.service-5 .service-slide-2,
.testimonial-1 .testimonial-slide {
  overflow: inherit
}

.service-5 .signle-service-item {
  align-items: center;
  padding: 40px 10px 50px 45px;
  gap: 40px
}

.comment-form-wrap h3,
.related-post-wrap h3,
.service-5 .signle-service-item h3 {
  font-size: 26px
}

.service-5 .signle-service-item ul li {
  color: var(--text);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 5px
}

.project-details-wrapper .project-details-content h4,
.service-details-wrapper .service-details-content h4 {
  font-size: 22px
}

.mt-50,
.service-details-wrapper .service-details-content .service-details-video {
  margin-top: 50px
}

.service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px
}

.service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback .infu h6 {
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -.16px
}

.blog-2 .single-blog-item .image img,
.gallery-img img,
.project-details-wrapper .project-details-content .image img,
.service-details-wrapper .service-details-content .service-details-video .video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px
}

.service-details-wrapper .service-details-content .service-details-video .video-image .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-button {
  position: relative;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  transition: .4s ease-in-out;
  color: var(--white);
  z-index: 11
}

.service-details-wrapper .highlight-text {
  margin-top: 30px;
  padding: 18px;
  border-left: 4px solid var(--theme);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .06);
  background: var(--white)
}

.service-details-wrapper .highlight-text h5 {
  font-weight: 600;
  line-height: 167%
}

.service-details-wrapper .service-image-item {
  margin-top: 60px;
  margin-bottom: 60px
}

.service-details-wrapper .service-image-item h3 {
  font-size: 24px
}

.service-details-wrapper .service-image-item .service-box-image {
  height: 218px
}

.choose-us-1 .shape {
  position: absolute;
  top: -10px;
  left: 0;
  opacity: 8%
}

.choose-us-1 .choose-us-images {
  position: relative;
  width: 588px;
  height: 710px
}

.choose-us-1 .choose-us-images .shape-img {
  position: absolute;
  top: 80px;
  left: 10px;
  z-index: -2;
  opacity: 50%;
  animation: 100s linear infinite spinner
}

.choose-us-1 .choose-us-content .icon-box .single-icon-box .icon {
  font-size: 40px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  margin-bottom: 20px;
  transition: .4s ease-in-out;
  display: inline-block
}

.choose-us-1 .choose-us-content .icon-box .single-icon-box h4 {
  color: #020842;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.2px;
  padding-bottom: 10px
}

.choose-us-1 .choose-us-content .count-box {
  margin-top: 55px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 65px 35px
}

.choose-us-1 .choose-us-content .count-box .single-count h2 {
  font-size: 60px;
  font-weight: 800;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  line-height: 60px
}

.choose-us-2 {
  position: relative;
  background-color: var(--theme-3);
  padding-bottom: 275px
}

.choose-us-2 .choose-us-images .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 35%;
  z-index: -1;
  animation: 100s linear infinite spinner
}

.choose-us-2 .choose-us-images .image-1 {
  width: 450px;
  height: 410px
}

.case-study-2 .case-study-grid .single-case-item img,
.choose-us-2 .choose-us-images .image-1 img,
.faq-1.style-2 .faq-images .image-2 img,
.funfact-3 .funfact-inner .funfact-image .image-1 img,
.funfact-3 .funfact-inner .funfact-image .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 12px
}

.choose-us-2 .choose-us-images .image-2 {
  width: 300px;
  height: 320px;
  position: absolute;
  bottom: -150px;
  right: 14%;
  animation: 3s linear infinite topToBottom
}

.choose-us-2 .choose-us-images .experience {
  position: absolute;
  left: 0;
  margin-top: 10px
}

@media (max-width:1199px) {

  .about-1.style-2 .about-images-2,
  .about-1.style-2 .about-images-2 .shape-1 {
    left: 0
  }

  .about-2 .bg-image {
    top: -250px
  }

  .about-2 .about-content .infu {
    flex-direction: column
  }

  .about-3 .about-images .image-2,
  .choose-us-2 .choose-us-images .image-2,
  .service-2 .service-inner .service-items .signle-service-item::after,
  .service-2 .service-inner .service-items .signle-service-item::before {
    display: none
  }

  .service-2 .service-inner .service-items {
    grid-template-columns: auto auto
  }

  .service-4 .signle-service-item .icon {
    left: 42%
  }

  .choose-us-2 .choose-us-images .image-1 {
    width: 100%
  }

  .choose-us-2 .choose-us-images .experience {
    position: inherit
  }
}

.choose-us-2 .choose-us-images .experience h2 {
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 120px;
  letter-spacing: -2.4px;
  line-height: 100px
}

.choose-us-2 .choose-us-images .experience p {
  color: var(--white);
  font-size: 22px;
  font-weight: 500
}

.choose-us-2 .choose-us-content .text {
  font-size: 18px;
  color: var(--white-3);
  padding-top: 20p
}

.choose-us-3 .choose-us-content .reviews {
  gap: 80px;
  flex-wrap: wrap
}

.choose-us-3 .choose-us-content .reviews .infu img {
  width: 170px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 15px
}

.choose-us-3 .choose-us-content .reviews .infu h4 {
  font-size: 16px;
  font-weight: 600
}

.choose-us-3 .choose-us-content .reviews .infu .head {
  gap: 12px;
  margin-bottom: 15px
}

.choose-us-3 .choose-us-content .reviews .infu .head .icon {
  font-size: 40px;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.choose-us-3 .choose-us-images .shape-1 {
  position: absolute;
  left: 0;
  top: -50px;
  opacity: 8%;
  z-index: -1
}

.choose-us-3 .choose-us-images .single-choose-item {
  width: 100%;
  height: 225px;
  position: relative;
  text-align: center;
  background-color: #f0f5fd;
  padding-top: 70px;
  background-image: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  z-index: 5
}

.choose-us-3 .choose-us-images .single-choose-item .shape-2 {
  position: absolute;
  top: -100px;
  left: -50px;
  animation: 10s linear infinite spinner
}

.choose-us-3 .choose-us-images .single-choose-item .shape-3 {
  position: absolute;
  bottom: -20px;
  right: 0;
  opacity: 17%;
  rotate: 90deg;
  animation: 1s linear infinite zoomBig
}

.choose-us-3 .choose-us-images .single-choose-item .icon {
  font-size: 43px;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 10px
}

.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 30px 40px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out
}

.choose-us-3 .choose-us-images .single-choose-item::after,
.choose-us-3 .choose-us-images .single-choose-item::before {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  background: linear-gradient(rgba(0, 3, 37, .56), rgba(0, 3, 37, .56)), url("../img/why-choose/05.webp");
  filter: grayscale(50%);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  z-index: 1
}

.choose-us-3.choose-us-page {
  padding-bottom: 340px
}

.choose-us-4 .shape-1 {
  position: absolute;
  bottom: 20%;
  right: 20%;
  animation: 2s linear infinite zoomBig
}

.choose-us-4 .shape-2 {
  position: absolute;
  bottom: -22%;
  right: 20%;
  animation: 50s linear infinite spinner
}

.choose-us-4 .shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  animation: 3s linear infinite zoomBig;
  opacity: .6
}

.choose-us-4 .shape-4 {
  position: absolute;
  top: 5%;
  left: 0;
  animation: 5s linear infinite zoomBig;
  opacity: .6
}

.apps-wrapper .bg-image,
.blog-1.style-2 .blog-2-bg,
.choose-us-4 .bg-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.choose-us-4 .choose-us-content .accordion-item {
  border: 0;
  margin-top: 15px;
  border-radius: 6px;
  background-color: var(--white)
}

.choose-us-4 .choose-us-content .accordion-item .accordion-header .accordion-button {
  color: var(--black-2);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.18px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 20px 30px 20px 40px
}

.brand-1.style-3 .brand-inner .title::after,
.brand-1.style-3 .brand-inner .title::before {
  top: 15px;
  width: 208px;
  height: 1px;
  background-color: var(--black);
  opacity: 13%;
  bottom: 0;
  content: ""
}

.choose-us-4 .choose-us-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  width: auto
}

.choose-us-4 .choose-us-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1
}

.choose-us-4 .choose-us-content .accordion-item .accordion-collapse .accordion-body {
  color: var(--text-2);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 30px 0 40px;
  padding-top: 10px;
  border-top: 1px solid var(--border-2);
  padding-left: 0;
  padding-right: 0
}

.choose-us-4 .choose-us-image {
  width: calc(100% + 40px);
  height: 314px;
  margin-left: -40px;
  position: relative
}

.brand-1 {
  margin-top: -80px
}

.brand-1 .brand-inner h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -.6px
}

.brand-1 .brand-inner .brand-logo img {
  width: 100%;
  height: 35px;
  object-fit: contain
}

.brand-1.style-2,
.cta-2.style-2 {
  margin: 0
}

.brand-1.style-3 {
  position: relative;
  margin: 0
}

.brand-1.style-3 .shape-1 {
  position: absolute;
  right: 10px;
  top: 30px;
  opacity: 5%;
  animation: 5s linear infinite rounded
}

.brand-1.style-3 .brand-inner .title::after {
  position: absolute;
  left: 15%;
  right: auto
}

.brand-1.style-3 .brand-inner .title::before {
  position: absolute;
  right: 15%;
  left: auto
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px
}

::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px
}

.blog-wrapper .single-blog-post .post-content .author-info,
.blog-wrapper .single-blog-post.format-quote .quote-content .quote-text,
.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text,
.comments-section-wrap,
.fix,
.popular-posts .single-post-item .post-content,
.popular_posts .single-post-item .post-content {
  overflow: hidden
}

.ripple::after,
.ripple::before {
  left: 50%;
  top: 50%;
  width: 115px;
  height: 115px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(248, 96, 72, .5);
  animation: 3s infinite rippleOne
}

.ripple::before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0
}

.ripple::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0
}

.swiper-dot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: .6s;
  background-color: var(--black-2);
  opacity: 1;
  border-radius: 10px;
  position: relative
}

.swiper-dot .swiper-pagination-bullet:not(:last-child),
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-2);
  transition: .6s;
  position: relative
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme-2);
  content: ""
}

.swiper-dot-2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: .6s;
  background-color: var(--white);
  opacity: 1;
  border-radius: 10px;
  position: relative
}

.swiper-dot-2 .swiper-pagination-bullet::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: #000;
  border: 1.3px solid var(--white);
  content: ""
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  transition: .6s;
  position: relative
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: transparent;
  border: 1.3px solid var(--white);
  content: ""
}

.array-button {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 15px
}

.array-button .array-next,
.array-button .array-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--white);
  color: var(--black-2);
  font-size: 18px;
  font-weight: 600;
  transition: .4s ease-in-out
}

.array-button .array-next:hover,
.array-button .array-prev:hover {
  color: var(--white);
  background: var(--theme-2);
  border: none
}

.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta,
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta,
.mt-10 {
  margin-top: 10px
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center
}

.head-color {
  color: var(--header)
}

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

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

.blog-1.style-3 .blog-inner .single-blog-item .trasparent-btn::after,
.blog-1.style-3 .blog-inner .single-blog-item .trasparent-btn::before,
.site_info_widget .single-contact-info:nth-child(2n) .icon,
.site_info_widget .single-contact-info:nth-child(3n) .icon,
.theme-bg {
  background-color: var(--theme)
}

.theme-bg-2 {
  background-color: var(--theme-2) !important
}

.box-shadow {
  box-shadow: var(---box-shadow)
}

@media (max-width:767px) {
  .about-1 .about-content .about-infu {
    justify-content: center
  }

  .about-4 .about-images {
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .about-4 .about-content .icon-box {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
  }

  .about-4 .about-content .infu {
    gap: 30px;
    justify-content: center
  }

  .choose-us-4 .shape-1,
  .choose-us-4 .shape-2,
  .choose-us-4 .shape-3,
  .choose-us-4 .shape-4,
  .service-1 .service-inner .countbox {
    display: none
  }

  .service-1 .service-inner .title h3 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
    text-align: center
  }

  .service-2 .service-inner .service-items {
    grid-template-columns: auto
  }

  .choose-us-3 .choose-us-content .reviews .infu,
  .service-2 .service-inner .service-items .signle-service-item {
    text-align: center
  }

  .choose-us-3 .choose-us-content .reviews .infu .head,
  .service-2 .service-inner .button,
  .service-2 .service-inner .service-items .signle-service-item .title {
    flex-direction: column
  }

  .service-2 .service-inner .service-items .signle-service-item p {
    padding-left: 0
  }

  .service-2 .service-inner .service-items .signle-service-item a {
    padding-left: 0;
    justify-content: center
  }

  .service-2 .service-inner .button .theme-btn {
    width: 100%
  }

  .service-5 .signle-service-item {
    padding: 20px;
    gap: 20px;
    flex-direction: column
  }

  .service-5 .signle-service-item h3 {
    font-size: 18px
  }

  .choose-us-1 .choose-us-images {
    padding-top: 100px;
    width: 100%;
    height: 100%
  }

  .choose-us-1 .choose-us-content .icon-box {
    flex-wrap: wrap
  }

  .choose-us-1 .choose-us-content .count-box .single-count h2 {
    font-size: 40px;
    text-align: center
  }

  .choose-us-3 .choose-us-content .reviews {
    justify-content: center;
    gap: 20px
  }

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

.pt-80 {
  padding-top: 80px
}

.pb-80 {
  padding-bottom: 80px
}

.theme-bg {
  background-color: #202426
}

.blog-2 .single-blog-item,
.comments-item-list .single-comment-item,
.mt-30,
.pricing-1 .single-pricing-item .list,
.pricing-1.style-2 .single-pricing-item .list {
  margin-top: 30px
}

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

.border-none {
  border: none !important
}

.progress-items {
  padding-top: 40px
}

.progress-items .progress {
  background: 0 0;
  justify-content: flex-start;
  border-radius: 46px;
  align-items: center;
  position: relative;
  display: flex;
  height: 14px;
  width: 100%;
  border: 1px solid rgba(11, 110, 218, .53);
  padding-left: 3px
}

.progress-items .progress .progress-value {
  position: absolute;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  border-radius: 46px;
  background: var(--theme-2);
  width: 0;
  transition: .8s linear
}

.progress-items .point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 88px);
  padding-top: 8px
}

.case-study-1 .shape-1 {
  position: absolute;
  right: -6%;
  top: 12%;
  rotate: 90deg;
  animation: 5s linear infinite zoomBig
}

.case-study-1 .caseStudy {
  overflow: inherit;
  right: 0
}

.case-study-1 .single-case-item .image {
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 536 475"  xmlns="http://www.w3.org/2000/svg"><path d="M0 103.277C0 97.0519 2.89825 91.1821 7.84034 87.3976L116.589 4.12101C120.079 1.44834 124.353 0 128.749 0H516C527.046 0 536 8.95431 536 20V455C536 466.046 527.046 475 516 475H20C8.95432 475 0 466.046 0 455V103.277Z"/> </svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px
}

.case-study-1 .single-case-item .image::before {
  content: "";
  position: absolute;
  top: -125%;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, RGBA(var(--getizy-white-rgb, 255, 255, 255), 0) 0, RGBA(var(--getizy-white-rgb, 255, 255, 255)) 300%)
}

.case-study-1 .single-case-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  transition: .4s ease-in-out;
  border-radius: 12px
}

.case-study-1 .single-case-item .content {
  width: calc(100% - 84px);
  position: absolute;
  background: var(--black-2);
  border-radius: 12px;
  padding: 30px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%)
}

.case-study-1 .single-case-item .content .title {
  width: 70%
}

.case-study-1 .single-case-item .content .title span {
  color: var(--theme-2);
  font-weight: 500
}

.blog-1 .blog-inner .single-blog-item .content h3 a,
.case-study-1 .single-case-item .content .title h4 a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
  transition: .5s
}

.case-study-1 .single-case-item .content .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--white)
}

.case-study-1 .single-case-item:hover img {
  transform: scale(1.1)
}

.case-study-1 .single-case-item:hover .image::before {
  -webkit-animation: .5s projectCardShine;
  animation: .5s projectCardShine
}

@keyframes projectCardShine {
  100% {
    top: 125%
  }
}

.case-study-1.style-2 .single-case-item .image {
  width: 100%;
  mask: none
}

.case-study-1.style-2 .single-case-item .content {
  width: 50%;
  height: 150px;
  position: absolute;
  background: var(--white);
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  transform: translateX(0);
  border-radius: 0 12px
}

.case-study-1.style-2 .single-case-item .content .icon {
  position: absolute;
  right: -21px;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  color: var(--white)
}

.case-study-2 .container-fluid {
  padding: 0 80px
}

.case-study-2 .case-study-grid {
  padding-top: 24px;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto auto;
  gap: 24px;
  cursor: pointer
}

.case-study-2 .case-study-grid .single-case-item {
  width: 645px;
  height: 424px;
  position: relative;
  overflow: hidden;
  border-radius: 12px
}

.case-study-2 .case-study-grid .single-case-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: rgba(2, 13, 68, .36);
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: .4s ease-in-out
}

.case-study-2 .case-study-grid .single-case-item.style-2 {
  width: 532px;
  height: 424px
}

.case-study-2 .case-study-grid .single-case-item .hover {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out;
  z-index: 11
}

.case-study-2 .case-study-grid .single-case-item .hover .title span {
  color: var(--white);
  padding-left: 40px;
  font-weight: 600
}

.case-study-2 .case-study-grid .single-case-item .hover .title h4 {
  border-radius: 0 4px 4px 0;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  color: var(--white);
  padding: 5px 15px 5px 25px;
  margin-top: 6px;
  width: max-content
}

.case-study-2 .case-study-grid .single-case-item .hover .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  color: var(--white);
  margin-right: 45px;
  margin-top: 45px
}

.case-study-2 .case-study-grid .single-case-item:hover .hover {
  opacity: 1;
  visibility: visible;
  bottom: 35px
}

.case-study-2 .nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.case-study-2 .nav .nav-link {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 17px;
  color: var(--text-2);
  background-color: var(--white);
  border: 1px solid var(--border-2);
  line-height: 1;
  text-transform: capitalize
}

.case-study-2 .nav .nav-link:hover {
  color: var(--white);
  border: 1px solid var(--theme)
}

.case-study-2 .nav .nav-link.active {
  border-image: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  border-image-slice: 1;
  color: var(--white) !important;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%)
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--black-2);
  font-weight: 700;
  transition: .3s ease-in-out;
  margin: 0 5px
}

.news-area .main-sidebar .single-sidebar-widget .social-link a:hover,
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white)
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px
}

.page-nav-wrap ul li .page-numbers:hover,
.testimonial-1 .array-button .array-next:hover,
.testimonial-1 .array-button .array-prev:hover {
  background-color: var(--black-2);
  color: var(--white)
}

.project-details-wrapper .project-details-content h3 {
  font-size: 42px
}

.project-details-wrapper .project-details-content .image {
  height: 350px;
  margin-top: 35px
}

.project-details-wrapper .project-details-content .list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 85px;
  flex-wrap: wrap
}

.project-details-wrapper .project-sidebar-widget {
  padding: 40px;
  background-color: var(--bg);
  margin-bottom: 30px;
  border-radius: 12px;
  border: 1px solid var(--theme)
}

.project-details-wrapper .project-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600
}

.project-details-wrapper .project-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 2px;
  content: "";
  background-color: var(--theme)
}

.project-details-wrapper .project-sidebar-widget .case-content-box .case-infobox li {
  color: var(--text);
  font-weight: 600;
  padding: 10px 30px;
  background-color: var(--white);
  margin-top: 25px;
  border-radius: 32px;
  justify-content: stretch
}

.project-details-wrapper .project-sidebar-widget .social a,
.team-1 .single-team-item .social-icon a,
.team-2 .single-team-item .content .social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  cursor: pointer
}

.project-details-wrapper .project-sidebar-widget .social,
.team-details-wrapper .team-details-contact .social {
  margin-top: 24px
}

.project-details-wrapper .project-sidebar-widget .social a {
  align-items: center;
  justify-content: center;
  color: var(--theme-2);
  background-color: var(--white);
  transition: .4s ease-in-out;
  margin: 0 3px
}

.project-details-wrapper .project-sidebar-widget .social a:hover,
.team-details-wrapper .team-details-contact .social a:hover {
  background: var(--theme-2);
  color: var(--white)
}

.team-1 .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 5%
}

.team-1 .single-team-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-top: 40px
}

.team-1 .single-team-item .shape-2 {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  border-top-left-radius: 120px;
  opacity: 0;
  transition: .4s ease-in-out
}

.team-1 .single-team-item .shape-3 {
  position: absolute;
  bottom: 50px;
  right: -100px;
  z-index: 1;
  opacity: 0;
  transition: .4s ease-in-out
}

.team-1 .single-team-item .team-image .image {
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 312 382" xmlns="http://www.w3.org/2000/svg"><path d="M0 36.4468C0 32.1144 2.33527 28.1183 6.10988 25.9918L49.5029 1.54503C51.3007 0.532142 53.3294 0 55.393 0H300C306.627 0 312 5.37258 312 12V369.17C312 375.797 306.627 381.17 300 381.17H12C5.37259 381.17 0 375.797 0 369.17V36.4468Z" /></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 312 382" xmlns="http://www.w3.org/2000/svg"><path d="M0 36.4468C0 32.1144 2.33527 28.1183 6.10988 25.9918L49.5029 1.54503C51.3007 0.532142 53.3294 0 55.393 0H300C306.627 0 312 5.37258 312 12V369.17C312 375.797 306.627 381.17 300 381.17H12C5.37259 381.17 0 375.797 0 369.17V36.4468Z" /></svg>');
  border-radius: 12px;
  height: 381px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover
}

.team-1 .single-team-item .social-icon {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: .4s ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px
}

.team-1 .single-team-item .social-icon a {
  background: var(--white);
  color: var(--black-2);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: .4s ease-in-out
}

.team-1 .single-team-item .social-icon a:first-child {
  transition: .4s;
  transform: translate3d(0, 50px, 0)
}

.team-1 .single-team-item .social-icon a:nth-child(2),
.team-1 .single-team-item .social-icon a:nth-child(3) {
  transition: .55s;
  transform: translate3d(0, 50px, 0)
}

.team-1 .single-team-item .social-icon a:nth-child(4) {
  transition: .85s;
  transform: translate3d(0, 50px, 0)
}

.team-1 .single-team-item .social-icon a:hover,
.team-2 .single-team-item .content .social a:hover {
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  color: var(--white)
}

.team-1 .single-team-item:hover .social-icon a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0)
}

.team-1 .single-team-item .content h3 {
  font-size: 20px
}

.team-2 .single-team-item {
  width: 100%;
  position: relative;
  height: 261px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, .03);
  margin-top: 170px
}

.team-2 .single-team-item .shape-1 {
  position: absolute;
  top: -100px;
  z-index: -1;
  left: 10px;
  opacity: .12;
  animation: 2s linear infinite zoomBig
}

.team-2 .single-team-item .team-image {
  position: absolute;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  top: -150px;
  left: 50%;
  transform: translateX(-50%)
}

.team-2 .single-team-item .content {
  padding-top: 100px;
  text-align: center
}

.team-2 .single-team-item .content h4 a {
  color: var(--black-2);
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0 95%/0 1px no-repeat;
  transition: .4s ease-in-out
}

.team-2 .single-team-item .content p,
.testimonial-1 .signle-testimonial-item .content .star {
  color: var(--theme-2);
  padding-bottom: 5px
}

.team-2 .single-team-item .content .social {
  padding-top: 22px;
  gap: 10px
}

.team-2 .single-team-item .content .social a {
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--border-2);
  color: var(--theme-2)
}

.team-3 .shape-1 {
  position: absolute;
  bottom: -70px;
  z-index: -1;
  left: -80px;
  opacity: .12;
  animation: 20s linear infinite spinner
}

.team-3 .shape-2 {
  position: absolute;
  bottom: 10%;
  z-index: -1;
  right: 14%;
  opacity: 60%;
  animation: 5s linear infinite zoomBig
}

.team-3 .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1
}

.team-3 .single-team-item .image {
  width: 100%;
  height: 266px
}

.team-3 .single-team-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 4px
}

.team-3 .single-team-item .content {
  background-color: var(--white);
  padding: 15px;
  border-radius: 71px;
  text-align: center;
  margin: -50px 37px 0;
  z-index: 1;
  position: relative
}

.team-details-wrapper .team-image {
  height: 385px
}

.team-details-wrapper .team-details-content h3,
.team-skill-wrapper .team-skill-content h3 {
  font-size: 28px
}

.team-details-wrapper .team-details-contact {
  padding: 20px 30px;
  background-color: var(--white);
  margin-bottom: 30px;
  border-radius: 12px;
  border-left: 2px solid #0b6eda;
  background: #fff;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, .03)
}

.team-details-wrapper .team-details-contact .team-content-box .team-infobox li {
  color: var(--text);
  font-weight: 600;
  padding: 10px 0;
  border-radius: 32px;
  justify-content: stretch
}

.team-details-wrapper .team-details-contact .social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--theme-2);
  background-color: var(--white);
  transition: .4s ease-in-out;
  margin: 0 3px;
  border: 1px solid var(--border-2)
}

.testimonial-1 .shape-1 {
  position: absolute;
  left: 0;
  z-index: -1;
  animation: 6s linear infinite zoomBig
}

.testimonial-1 .shape-2 {
  position: absolute;
  right: 0;
  bottom: -35%;
  z-index: -1;
  animation: 5s linear infinite zoomBig
}

.blog-wrapper .single-blog-post .array-button,
.testimonial-1 .array-button {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.testimonial-1 .signle-testimonial-item {
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, .03);
  margin: 50px 155px 120px;
  padding: 40px 60px 40px 40px;
  gap: 40px;
  position: relative
}

.testimonial-1 .signle-testimonial-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  right: auto;
  background-color: var(--theme);
  left: -5px;
  z-index: -1;
  border-radius: 12px
}

.testimonial-1 .signle-testimonial-item img {
  width: 191px;
  height: 191px;
  border-radius: 50%;
  object-fit: cover
}

.testimonial-1 .signle-testimonial-item .content p {
  color: var(--text);
  font-family: Montserrat, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -.28px
}

.testimonial-2 .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 28%
}

.testimonial-2 .single-testimonial-item {
  position: relative;
  background-color: var(--theme-3);
  padding: 40px 30px 20px 95px;
  max-width: 580px;
  border-radius: 12px;
  float: right
}

.testimonial-2 .single-testimonial-item .client-img {
  position: absolute;
  width: 112px;
  height: 112px;
  left: -55px;
  top: 35px
}

.testimonial-2 .single-testimonial-item .client-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover
}

.testimonial-2 .single-testimonial-item .client-rating {
  display: flex;
  align-items: center;
  gap: 5px
}

.testimonial-2 .single-testimonial-item .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -.2px;
  color: var(--white);
  padding-top: 10px;
  font-family: Montserrat, serif
}

.testimonial-2 .single-testimonial-item .client-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px
}

.testimonial-2 .single-testimonial-item .client-info .content h6 {
  font-size: 16px;
  color: var(--white)
}

.pricing-1 .single-pricing-item .header span,
.testimonial-2 .single-testimonial-item .client-info .content p {
  color: rgba(255, 255, 255, .75);
  font-weight: 500
}

.testimonial-3 .testimonial-image {
  width: 535px;
  height: 535px;
  margin: 0 auto
}

@media (max-width:1199px) {
  .team-3 .single-team-item .content {
    margin-left: 0;
    margin-right: 0
  }

  .testimonial-1 .signle-testimonial-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px
  }

  .testimonial-3 .testimonial-image {
    width: 450px;
    height: 450px
  }

  .process-2 .signle-process-item .shape-2 {
    display: none
  }
}

.testimonial-3 .testimonial-image img,
.testimonial-4 .single-testimonial-item .client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 50%
}

.testimonial-3 .testimonial-content .array-button {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0
}

.testimonial-3 .testimonial-content .single-testimonial-item {
  padding-top: 45px
}

.testimonial-3 .testimonial-content .single-testimonial-item .client-rating {
  gap: 5px
}

.testimonial-3 .testimonial-content .single-testimonial-item .text {
  font-family: Montserrat, serif;
  color: var(--text);
  font-size: 24px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -.24px
}

.testimonial-3 .testimonial-content .single-testimonial-item .client-info {
  padding-top: 65px;
  display: flex;
  align-items: center;
  gap: 15px
}

.testimonial-3 .testimonial-content .single-testimonial-item .client-info .client-img {
  position: relative;
  width: 65px;
  height: 65px
}

.testimonial-3 .testimonial-content .single-testimonial-item .client-info .client-img .icon {
  position: absolute;
  color: var(--theme-2);
  font-size: 30px;
  z-index: 11;
  top: -15px;
  right: -10px
}

.testimonial-4 .single-testimonial-item {
  text-align: center;
  padding: 0 50px;
  border-right: 1px solid var(--border-2);
  position: relative
}

.testimonial-4 .single-testimonial-item .shape-1 {
  position: absolute;
  left: 70px;
  top: 10px;
  opacity: 9%
}

.testimonial-4 .single-testimonial-item .client-img {
  width: 78px;
  height: 78px;
  position: relative
}

.testimonial-4 .single-testimonial-item .client-img .icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  color: var(--theme)
}

.testimonial-4 .single-testimonial-item .client-rating {
  padding-top: 25px;
  padding-bottom: 10px
}

.testimonial-4 .single-testimonial-item .client-rating li {
  color: var(--theme);
  gap: 5px
}

.testimonial-4 .single-testimonial-item .text {
  font-size: 18px;
  padding-top: 30px
}

.testimonial-4 .single-testimonial-item .client-info p {
  font-size: 14px
}

.process-1 .process-items {
  grid-template-columns: auto auto auto;
  padding-top: 70px;
  padding-bottom: 260px
}

@media (max-width:1399px) {
  .about-3 .about-images .image-2 {
    bottom: -130px
  }

  .about-3 .about-content .section-title {
    margin-left: 0
  }

  .service-2 .service-inner .service-items {
    column-gap: 90px
  }

  .service-2 .service-inner .service-items .signle-service-item::after {
    left: 45px
  }

  .case-study-2 .case-study-grid {
    grid-template-columns: auto auto
  }

  .testimonial-2 .single-testimonial-item {
    max-width: 100%;
    padding-left: 40px
  }

  .testimonial-2 .single-testimonial-item .client-img {
    position: initial;
    margin-bottom: 20px
  }

  .process-1 .process-items {
    grid-template-columns: auto auto;
    gap: 30px;
    justify-content: center !important
  }
}

.process-1 .process-items .single-process-item {
  position: relative;
  z-index: 1;
  width: 372px
}

.process-1 .process-items .single-process-item .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 1
}

.process-1 .process-items .single-process-item:nth-child(2) .icon {
  top: 5px;
  left: 15px
}

.process-1 .process-items .single-process-item .image {
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 372 333" xmlns="http://www.w3.org/2000/svg"><path d="M0 75.1761C0 68.9789 2.87287 63.1318 7.77841 59.3447L79.2515 4.16861C82.7523 1.46598 87.0503 0 91.473 0H352C363.046 0 372 8.95431 372 20V312.34C372 323.385 363.046 332.34 352 332.34H20C8.95431 332.34 0 323.385 0 312.34V75.1761Z" /></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 332px;
  mask-size: cover
}

.process-1 .process-items .single-process-item p {
  color: rgba(255, 255, 255, .82);
  font-weight: 500;
  line-height: 26px;
  padding: 15px 20px 0
}

.process-1 .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 5%;
  animation: 10s linear infinite zoomBig
}

.process-1 .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 40%;
  animation: 5s linear infinite topToBottom
}

.process-1 .shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 40%;
  animation: 5s linear infinite leftToRight
}

.process-1 .shape-4,
.process-1 .shape-5 {
  animation: 3s linear infinite leftToRight;
  position: absolute
}

.process-1 .shape-4 {
  top: 26.5%;
  left: 25.5%
}

.process-1 .shape-5 {
  bottom: 29.5%;
  left: 49.5%
}

.process-2 .signle-process-item {
  position: relative;
  text-align: center;
  margin-top: 30px
}

.process-2 .signle-process-item .shape-1 {
  position: absolute;
  right: -130px;
  animation: 5s linear infinite rotateleft2
}

.process-2 .signle-process-item .shape-2 {
  position: absolute;
  right: -120px;
  top: 25px;
  animation: 5s linear infinite rotateleft
}

.process-2 .signle-process-item .icons {
  display: inline-block;
  position: relative;
  padding-bottom: 35px
}

.process-2 .signle-process-item .icons .icon-1 {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 7px 11px 50px 50px rgba(2, 8, 66, .03);
  font-size: 37px;
  background: var(--white);
  color: var(--theme);
  transition: .4s ease-in-out
}

.contact-us-1 .contact-right,
.contact-us-2 .contact-us-inner,
.pricing-1.style-2 .single-pricing-item,
.single-contact-card {
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, .03)
}

.process-2 .signle-process-item .icons .icon-2 {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  background-color: var(--theme-2);
  position: absolute;
  right: -10px
}

.process-2 .signle-process-item:hover .icon-1 {
  background-color: var(--theme-2);
  color: var(--white);
  transform: scale(1.05)
}

.video-1 {
  margin-top: -260px
}

.video-1 .video-image {
  position: relative;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1316 535"  xmlns="http://www.w3.org/2000/svg"><path d="M0 104.971C0 101.788 1.26428 98.7357 3.51472 96.4853L96.4853 3.51472C98.7357 1.26428 101.788 0 104.971 0H1191.66C1194.46 0 1197.18 0.984195 1199.34 2.78134L1311.68 96.4018C1314.42 98.6818 1316 102.059 1316 105.62V523C1316 529.627 1310.63 535 1304 535H12C5.3726 535 0 529.627 0 523V104.971Z" /></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 535px;
  border-radius: 30px;
  mask-size: cover
}

.video-1 .video-image::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 13, 68, .44)
}

.video-1 .video-image .icon {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  color: var(--white);
  position: relative;
  z-index: 2;
  margin: auto
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-button,
.video-1 .video-image .video-button {
  display: inline-flex;
  align-items: center;
  transition: .4s ease-in-out;
  transform: translate(-50%, -50%);
  cursor: pointer
}

.video-1 .video-image .video-button {
  position: relative;
  border-radius: 50%;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  z-index: 11;
  left: 50%;
  top: 50%
}

.video-1 .video-image .video-button i {
  font-size: 28px;
  color: var(--white)
}

.video-1.style-2 .video-image {
  mask: none;
  border-radius: 20px
}

.video-1.style-2 .video-image .icon {
  width: 85px;
  height: 85px;
  font-size: 25px
}

.cta-1,
.video-1.video-page {
  margin-top: -220px
}

@keyframes popupVideo {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0)
  }
}

.blog-wrapper .blog-details-image {
  width: 100%;
  height: 472px
}

.blog-wrapper .blog-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px
}

.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: 0 0;
  border: none
}

.blog-wrapper .single-blog-post.post-details .post-content h3 {
  font-size: 28px;
  font-weight: 700
}

.blog-wrapper .single-blog-post.post-details .post-content .image-2 {
  height: 254px
}

.blog-wrapper .single-blog-post.post-details .post-content .image-3 {
  height: 425px
}

.blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: var(--bg);
  padding: 40px 35px;
  margin: 40px 0;
  position: relative;
  z-index: 1
}

.blog-wrapper .single-blog-post .post-content .post-meta,
.news-area .main-sidebar .single-sidebar-widget ul>li,
.tagcloud a,
.tagcloud-2 a {
  margin-bottom: 10px
}

.blog-wrapper .single-blog-post.post-details .wp-block-quote blockquote {
  color: var(--black-2);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -.28px
}

.blog-wrapper .single-blog-post.post-details .wp-block-quote .title span {
  font-size: 18px;
  font-weight: 500;
  color: var(--text)
}

.blog-wrapper .single-blog-post.post-details .wp-block-quote .title .icon {
  font-size: 40px;
  color: var(--theme-2)
}

.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb,
.blog-wrapper .single-blog-post.format-video .post-featured-thumb {
  z-index: 1;
  position: relative
}

.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before,
.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: .3;
  z-index: -1
}

.blog-wrapper .single-blog-post.format-quote .post-content,
.blog-wrapper .single-blog-post.quote-post .post-content {
  position: relative;
  background-color: var(--theme);
  border: none
}

.blog-wrapper .single-blog-post.format-quote .post-content::before,
.blog-wrapper .single-blog-post.quote-post .post-content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../assets/img/quotepost.webp);
  background-repeat: no-repeat;
  background-size: cover
}

.blog-wrapper .single-blog-post.format-quote .quote-content,
.blog-wrapper .single-blog-post.quote-post .quote-content {
  overflow: hidden;
  padding: 50px
}

.blog-wrapper .single-blog-post.format-quote .quote-content .icon,
.blog-wrapper .single-blog-post.quote-post .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px
}

.blog-wrapper .single-blog-post.format-quote .quote-content h2,
.blog-wrapper .single-blog-post.quote-post .quote-content h2 {
  margin-top: -2px;
  font-size: 36px;
  color: var(--white)
}

.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: -2px
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 15px 30px;
  background-color: var(--theme);
  text-align: center
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 span {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px
}

@media (max-width:991px) {
  .hero-1 .hero-image {
    height: 550px
  }

  .about-1 .about-images .image-2,
  .hero-3 .array-button,
  .hero-3 .shape .shape-1,
  .hero-3 .shape .shape-2,
  .hero-3 .shape .shape-3,
  .hero-3 .shape .shape-4,
  .hero-3 .shape .shape-5 {
    display: none
  }

  .hero-3 .hero-content h1 {
    font-size: 52px;
    line-height: 60px
  }

  .hero-3 .hero-content .hero-button {
    justify-content: center
  }

  .hero-3.style-2 .hero-inner .hero-content {
    text-align: center
  }

  .hero-3.style-2 .hero-inner .hero-content .hero-button .avater {
    flex-direction: column;
    gap: 20px
  }

  .hero-3.style-2 .hero-inner .hero-image {
    top: 10px
  }

  .about-1 .about-images .image-1 {
    width: 100%;
    height: 100%
  }

  .about-1.style-2 .about-images-2 .image-1,
  .process-1 .process-items .single-process-item {
    width: 100%
  }

  .choose-us-4 .choose-us-image {
    width: 100%;
    margin-left: 0
  }

  .brand-1 {
    margin: 0
  }

  .case-study-2 .case-study-grid,
  .process-1 .process-items {
    grid-template-columns: auto
  }

  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px
  }

  .news-area .main-sidebar {
    margin-top: 40px
  }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-button {
  position: relative;
  border-radius: 50%;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--white);
  z-index: 11;
  left: 50%;
  top: 50%
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-button i {
  font-size: 28px;
  color: var(--theme-2)
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-button .video-button-ripple::after,
.blog-wrapper .single-blog-post .post-featured-thumb .video-button .video-button-ripple::before {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 253, .6);
  animation: 3s infinite popupVideo;
  border-radius: 50%
}

.blog-wrapper .single-blog-post .post-content {
  padding-top: 30px;
  overflow: hidden;
  box-sizing: border-box
}

.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
  font-size: 36px;
  font-weight: 600
}

@media (max-width:575px) {
  h2 {
    font-size: 32px
  }

  h3 {
    font-size: 20px
  }

  .search-wrap .search-field-holder {
    width: 80%
  }

  .search-wrap .main-search-input {
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 18px
  }

  input.main-search-input::placeholder {
    font-size: 18px
  }

  .section-title h2 {
    font-size: 32px;
    line-height: 40px
  }

  .breadcrumb-wrapper .page-heading .breadcrumb-items li,
  .breadcrumb-wrapper .page-heading .breadcrumb-items li i,
  .logo-text {
    font-size: 16px
  }

  .offcanvas__wrapper {
    padding: 20px
  }

  .breadcrumb-wrapper .page-heading .breadcrumb-sub-title h1 {
    font-size: 42px
  }

  .hero-1 .hero-content .feedback {
    flex-direction: column;
    gap: 20px
  }

  .hero-3 .hero-content .hero-button,
  .mt-50 {
    margin-top: 20px
  }

  .about-3 .about-images .image-1 {
    width: 100%
  }

  .about-3 .about-images .experience h2 {
    font-size: 88px
  }

  .service-details-wrapper .service-details-content .service-details-video {
    margin-bottom: 20px;
    margin-top: 20px
  }

  .case-study-2 .case-study-grid .single-case-item .hover,
  .choose-us-1 .choose-us-content .count-box {
    flex-direction: column
  }

  br {
    display: none
  }

  .case-study-2 .case-study-grid .single-case-item .hover .icon {
    margin: 20px 0 0
  }

  .testimonial-3 .testimonial-image {
    width: 100%;
    height: 100%
  }

  .blog-wrapper .single-blog-post .post-content {
    padding-top: 20px
  }

  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 28px
  }
}

.blog-wrapper .single-blog-post .post-content p,
.comments-item-list .single-comment-item p,
.comments-item-list .single-comment-item span {
  font-size: 16px
}

@media (max-width:414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px
  }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: var(--white);
  display: inline-block;
  background-color: var(--theme);
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  transition: .3s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize
}

.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
  margin-top: 35px
}

.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 22px;
  list-style-type: disc;
  color: var(--text-2);
  font-weight: 500;
  position: relative;
  font-size: 18px;
  padding-left: 40px
}

.blog-wrapper .single-blog-post .post-content ul li::before {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 14px;
  color: var(--theme);
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(0, 0, 0, .09)
}

.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal
}

.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal
}

.blog-wrapper .single-blog-post .post-content p,
.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: var(--text);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  margin: 0 14px
}

.blog-wrapper .single-blog-post .post-content .post-meta span:first-child {
  margin-inline-start: 0
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
  color: var(--theme);
  font-weight: 700
}

.blog-wrapper .single-blog-post .post-content .theme-btn i {
  transform: rotate(0)
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px
}

.blog-wrapper .single-blog-post .post-content .post-link a,
.nice-select .option.selected {
  font-weight: 700
}

.blog-wrapper .single-blog-post .post-content .post-link a i,
.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px
}

@media (min-width:991px) {
  .news-area .main-sidebar {
    margin-left: 20px
  }
}

.news-area .main-sidebar .single-sidebar-widget {
  background-color: var(--bg);
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 10px
}

.news-area .main-sidebar .single-sidebar-widget ul {
  padding-left: 0
}

.news-area .main-sidebar .single-sidebar-widget ul>li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize
}

.news-area .main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px
}

.news-area .main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px
}

.news-area .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  padding-left: 5px;
  position: relative
}

.news-area .main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 21px;
  width: 2px;
  border-radius: 5px;
  position: absolute;
  background-color: var(--theme-2)
}

.blog-1 .blog-inner .single-blog-item .content .link-btn,
.blog-1.style-2 .blog-inner .single-blog-item .image .date,
.blog-2 .single-blog-item .content ul li,
.widget_categories ul li a::after {
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%)
}

.news-area .main-sidebar .single-sidebar-widget .wid-title h3 {
  font-size: 18px
}

.news-area .main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--bg);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px
}

.search_widget form {
  width: 100%;
  position: relative
}

.search_widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 12px 25px;
  width: 100%;
  border: none;
  text-transform: capitalize;
  color: var(--header)
}

.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  color: var(--black-2);
  text-align: center;
  transition: .3s ease-in-out
}

.popular-posts .single-post-item,
.popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.popular-posts .single-post-item:last-child,
.popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0
}

.popular-posts .single-post-item .thumb,
.popular_posts .single-post-item .thumb {
  height: 85px;
  width: 100px;
  float: left;
  margin-right: 20px;
  border-radius: 4px
}

.popular-posts .single-post-item .post-content h5,
.popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize
}

.popular-posts .single-post-item .post-content .post-date,
.popular_posts .single-post-item .post-content .post-date {
  color: #959595;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize
}

.popular-posts .single-post-item .post-content .post-date i,
.popular_posts .single-post-item .post-content .post-date i {
  color: var(--theme-2);
  margin-right: 7px;
  font-size: 20px
}

.widget_categories {
  padding-right: 10px
}

.widget_categories ul li a {
  position: relative;
  background: var(--white);
  color: var(--text);
  padding: 18px 20px;
  line-height: 1;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 600;
  transition: .4s ease-in-out;
  z-index: 1;
  overflow: hidden
}

.widget_categories ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  content: "";
  z-index: -1;
  width: 0;
  opacity: 0;
  transition: .4s ease-in-out
}

.widget_categories ul li a:hover::after {
  width: 100%;
  opacity: 1
}

.widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  text-align: center;
  color: var(--text);
  transition: .4s ease-in-out
}

.tagcloud a {
  display: inline-block;
  padding: 12px 25px;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #f6f3ee;
  text-transform: capitalize;
  border-radius: 4px
}

.tagcloud a:last-child,
.tagcloud-2 a:last-child {
  margin-right: 0
}

.tagcloud-2 a {
  display: inline-block;
  padding: 12px 15px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  background-color: var(--white);
  margin-right: 12px;
  text-transform: capitalize;
  border-radius: 4px
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px
}

p.sticky-label {
  position: absolute;
  right: 0;
  background: var(--theme);
  color: var(--white);
  padding: 10px 40px;
  z-index: -1;
  top: 0;
  font-weight: 700
}

.social-share a {
  width: 35px;
  height: 35px;
  background-color: var(--bg);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  transition: .4s ease-in-out
}

.tag-share-wrap {
  padding-bottom: 50px;
  padding-top: 60px
}

.tag-share-wrap h4 {
  margin-right: 15px;
  line-height: 1
}

.comment-form-wrap,
.related-post-wrap {
  background-color: #f8f8f9;
  height: 100%;
  padding: 50px 65px 50px 50px
}

.comments-item-list .single-comment-item .author-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px
}

.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px
}

.comments-item-list .single-comment-item .author-info-comment .info .reply-btn {
  padding: 10px 18px;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--header);
  border-radius: 0;
  transition: .4s ease-in-out;
  box-shadow: inherit;
  margin-right: 30px
}

.comments-item-list .single-comment-item .author-info-comment .info h5 {
  margin-bottom: 2px
}

.comments-item-list .single-comment-item .author-info-comment span {
  color: var(--text);
  font-weight: 600
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.comment-form {
  background-color: #f8f8f9;
  width: 100%;
  margin-top: 30px
}

.comment-form label {
  margin-bottom: 4px
}

.comment-form input,
.comment-form textarea {
  margin-bottom: 20px;
  outline: 0;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--header);
  background-color: var(--white)
}

@media (max-width:585px) {

  .blog-wrapper .single-blog-post.format-quote .quote-content,
  .blog-wrapper .single-blog-post.quote-post .quote-content {
    text-align: center;
    font-size: 24px;
    padding: 30px
  }

  .blog-wrapper .single-blog-post.format-quote .quote-content .icon,
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px
  }

  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px
  }

  .comment-form input,
  .comment-form textarea {
    padding: 15px
  }
}

.comment-form textarea {
  height: 200px;
  line-height: 1.3;
  border: none
}

.comment-form .theme-btn i {
  margin-right: 10px;
  margin-left: 0;
  transform: rotate(0)
}

.comment ul {
  list-style-type: disc
}

.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc
}

.comment ol li {
  line-height: 1.5;
  margin-top: 10px
}

.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px
}

.site_info_widget .single-contact-info span {
  display: block;
  color: var(--theme)
}

.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  background-color: var(--theme);
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px
}

.site_info_widget .social-link {
  margin-top: 35px
}

.site_info_widget .social-link a {
  margin-right: 8px !important
}

.blog-author-info .image {
  width: 100px;
  height: 100px;
  margin: 0 auto
}

.blog-author-info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%
}

.blog-author-info .author-social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--white);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em
}

.blog-1 .shape-1 {
  position: absolute;
  top: 50px;
  left: 60px;
  opacity: 5%
}

.blog-1 .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 22%
}

.blog-1 .blog-inner {
  padding-bottom: 220px
}

.blog-1 .blog-inner .single-blog-item {
  margin-top: 40px;
  padding: 25px;
  background-color: var(--white);
  border-radius: 12px;
  position: relative
}

.blog-1 .blog-inner .single-blog-item .image {
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 374 282" xmlns="http://www.w3.org/2000/svg"><path d="M0 75.3262C0 69.1175 2.88346 63.2609 7.80428 59.4749L79.7142 4.14868C83.2106 1.45859 87.4984 0 91.9099 0H354C365.046 0 374 8.95431 374 20V262C374 273.046 365.046 282 354 282H20C8.9543 282 0 273.046 0 262V75.3262Z"/></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: relative;
  overflow: hidden
}

.blog-1 .blog-inner .single-blog-item .image img {
  border-radius: 12px;
  object-fit: cover
}

.blog-1 .blog-inner .single-blog-item .image img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  height: 100%;
  width: 0;
  transition: 1s;
  transform: none
}

.blog-1 .blog-inner .single-blog-item .content {
  margin-top: 20px;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  transition: .4s ease-in-out
}

.blog-1 .blog-inner .single-blog-item .content ul,
.funfact-1 .funfact-inner .funfact-items .single-funfact-item {
  display: flex;
  align-items: center;
  gap: 15px
}

.blog-1 .blog-inner .single-blog-item .content ul li {
  font-weight: 500;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.blog-1 .blog-inner .single-blog-item .content ul li:nth-child(2),
.blog-2 .single-blog-item .content ul li:nth-child(2) {
  color: rgba(73, 81, 91, .37);
  background: 0 0;
  font-size: 10px
}

.blog-1 .blog-inner .single-blog-item .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -.22px
}

.blog-1 .blog-inner .single-blog-item .content p {
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 10px
}

.blog-1 .blog-inner .single-blog-item .content .link-btn {
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 17px
}

.blog-1 .blog-inner .single-blog-item .content .link-btn i {
  padding-left: 8px
}

.blog-1 .blog-inner .single-blog-item:hover .image img:nth-child(2) {
  width: 100%;
  visibility: visible;
  transform: none
}

.blog-1.style-2 .blog-2-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme-3);
  opacity: 96%
}

.blog-1.style-2 .blog-inner {
  padding-bottom: 93px
}

.blog-1.style-2 .blog-inner .single-blog-item {
  background-color: transparent;
  padding: 0
}

.blog-1.style-2 .blog-inner .single-blog-item .image {
  position: relative;
  mask: none;
  height: 285px;
  width: 100%
}

.blog-1.style-2 .blog-inner .single-blog-item .image .date {
  width: 75px;
  height: 72px;
  border-radius: 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2
}

.blog-1.style-2 .blog-inner .single-blog-item .image .date h6 {
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.24px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column
}

.blog-1.style-2 .blog-inner .single-blog-item .image .date h6 span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px
}

.blog-1.style-2 .blog-inner .single-blog-item .content {
  width: calc(100% - 40px);
  margin: -50px auto 0;
  background-color: var(--theme-3);
  padding: 20px 10px 5px 30px;
  border-radius: 12px
}

.blog-1.style-3 .blog-inner .single-blog-item {
  padding-bottom: 35px
}

.blog-1.style-3 .blog-inner .single-blog-item .image {
  mask: none;
  height: 285px;
  width: 100%
}

.blog-1.style-3 .blog-inner .single-blog-item .trasparent-btn {
  background: 0 0;
  border: 1px solid var(--theme);
  color: var(--theme-2)
}

.blog-1.blog-page .blog-inner {
  padding-bottom: 0
}

.blog-2 .single-blog-item .image {
  width: 100%;
  height: 188px
}

.blog-2 .single-blog-item .content ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 15px;
  padding-bottom: 10px
}

.blog-2 .single-blog-item .content ul li {
  font-weight: 500;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.blog-2 .single-blog-item.style-2 .image {
  height: 620px
}

.blog-2 .single-blog-item.style-2 .content {
  position: absolute;
  bottom: 50px;
  left: 50px
}

.blog-2 .single-blog-item.style-2 .content ul li:nth-child(2) {
  color: var(--white-3);
  background: 0 0
}

.blog-2 .single-blog-item.style-2 .content h3 {
  font-size: 28px;
  margin-bottom: 10px
}

.blog-2 .single-blog-item.style-2 .content a i {
  margin-top: 2px;
  padding-left: 5px
}

.pricing-1 .icon-box {
  margin-top: 40px;
  gap: 20px
}

.pricing-1 .icon-box .icon {
  font-size: 43px;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.pricing-1 .icon-box .title h4,
.pricing-1 .single-pricing-item .header h4 {
  color: var(--white);
  padding-bottom: 10px
}

.pricing-1 .icon-box .title p {
  color: rgba(255, 255, 255, .75)
}

.pricing-1 .single-pricing-item {
  border-radius: 12px;
  background-color: var(--theme-3);
  padding: 40px 50px;
  position: relative
}

.pricing-1 .single-pricing-item .price {
  padding: 25px 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 69px;
  letter-spacing: -1.2px;
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .09)
}

.pricing-1 .single-pricing-item .price span {
  color: rgba(255, 255, 255, .75);
  font-weight: 500;
  line-height: 26px;
  font-size: 16px
}

.pricing-1 .single-pricing-item .list li {
  color: rgba(255, 255, 255, .75);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding-bottom: 12px
}

.pricing-1 .single-pricing-item .theme-btn {
  margin-top: 25px;
  width: 100%
}

.pricing-1.style-2 .light-shape {
  width: 638px;
  height: 638px;
  position: absolute;
  left: -10%;
  top: -20%;
  border-radius: 50%;
  background-color: rgba(255, 225, 0, .26);
  filter: blur(250px)
}

.pricing-1.style-2 .shape-1 {
  position: absolute;
  left: -5%;
  top: -20%;
  opacity: 13%;
  animation: 30s linear infinite spinner
}

.pricing-1.style-2 .single-pricing-item {
  background-color: var(--white);
  padding: 55px 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px
}

.pricing-1.style-2 .single-pricing-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  border: 1px solid var(--theme-4);
  height: 0;
  opacity: 0;
  transition: .4s ease-in-out;
  border-radius: 4px
}

.pricing-1.style-2 .single-pricing-item.border-style {
  border: 1px solid var(--theme-4);
  height: 660px;
  justify-content: space-between
}

.pricing-1.style-2 .single-pricing-item .price-btn {
  background-color: #f2f2f3;
  padding: 5px 13px;
  border: 1px solid var(--black-2);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: .24px;
  position: absolute;
  top: -15px;
  right: 20px;
  cursor: pointer
}

.pricing-1.style-2 .single-pricing-item .header h4 {
  color: var(--black-2);
  text-align: center
}

.pricing-1.style-2 .single-pricing-item .theme-btn {
  width: calc(100% - 80px);
  text-align: center;
  margin-top: 0
}

.pricing-1.style-2 .single-pricing-item .price-img {
  width: 100%;
  height: 102px;
  margin-top: 20px
}

.pricing-1.style-2 .single-pricing-item .price-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 12px 12px 0 0
}

.pricing-1.style-2 .single-pricing-item:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  border: 1px solid var(--theme-4);
  height: 100%;
  opacity: 1
}

.funfact-1 {
  position: relative;
  margin-top: -110px
}

.funfact-1 .funfact-inner {
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  padding: 50px 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.funfact-1 .funfact-inner .title {
  width: 30%;
  color: var(--white);
  font-size: 28px;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: -.28px
}

.funfact-1 .funfact-inner .funfact-items {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 50px
}

@media (max-width:991px) {
  .funfact-1 .funfact-inner {
    padding: 50px 30px
  }

  .funfact-1 .funfact-inner .funfact-items {
    grid-template-columns: auto auto;
    gap: 30px
  }
}

.funfact-1 .funfact-inner .funfact-items .single-funfact-item .icon {
  font-size: 70px;
  color: var(--white)
}

.funfact-1 .funfact-inner .funfact-items .single-funfact-item .count-box {
  position: relative;
  width: 100%
}

.funfact-1 .funfact-inner .funfact-items .single-funfact-item .count-box h2 {
  width: 100%;
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: -1.2px
}

.funfact-2 .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 19%;
  z-index: -1
}

.gallery-img .gallery-content,
.gallery-img::before {
  opacity: 0;
  transition: .4s ease-in-out;
  visibility: hidden
}

.funfact-2 .funfact-inner {
  border-radius: 12px;
  border: 1px solid rgba(4, 11, 41, .08);
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  padding: 35px
}

.funfact-2 .funfact-inner .signle-funfact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative
}

.funfact-2 .funfact-inner .signle-funfact-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 164px;
  background-color: rgba(4, 11, 41, .08);
  bottom: auto;
  top: -35px;
  right: -50px;
  left: auto
}

.funfact-2 .funfact-inner .signle-funfact-item .icon {
  width: 92px;
  height: 84px;
  background: #fff;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, .03);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 49px
}

.funfact-2 .funfact-inner .signle-funfact-item .icon i {
  background: linear-gradient(84deg, #3fb5fd 0, #0b6eda 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.funfact-2 .funfact-inner .signle-funfact-item .count-box h2 {
  color: var(--theme-2);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.96px
}

.funfact-3 .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -120px;
  z-index: -1
}

.funfact-3 .shape-text {
  min-width: 100%;
  z-index: 1;
  font-size: 150px;
  line-height: 120px;
  color: rgba(255, 255, 255, .8);
  font-weight: 900;
  letter-spacing: -3px;
  white-space: nowrap;
  text-transform: uppercase;
  animation: 50s linear infinite scroll3
}

.funfact-3 .funfact-inner .funfact-content .funfact-items {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  margin-top: 40px;
  row-gap: 70px
}

.funfact-3 .funfact-inner .funfact-content .funfact-items .signle-funfact-item {
  display: flex;
  align-items: center;
  gap: 25px
}

.funfact-3 .funfact-inner .funfact-content .funfact-items .signle-funfact-item .icon {
  width: 92px;
  height: 84px;
  border: 1px solid rgba(255, 255, 255, .87);
  background: rgba(255, 255, 255, .33);
  font-size: 50px;
  color: var(--white);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.funfact-3 .funfact-inner .funfact-content .funfact-items .signle-funfact-item h2 {
  color: var(--theme-4);
  font-size: 48px;
  font-weight: 600
}

.faq-1.style-2 .faq-images,
.funfact-3 .funfact-inner .funfact-image {
  float: right;
  position: relative
}

.funfact-3 .funfact-inner .funfact-image .shape-1 {
  position: absolute;
  top: 32px;
  left: -140px;
  z-index: -1;
  animation: 30s linear infinite spinner
}

.funfact-3 .funfact-inner .funfact-image .image-1 {
  width: 435px;
  height: 580px
}

.funfact-3 .funfact-inner .funfact-image .image-2 {
  width: 320px;
  height: 354px;
  position: absolute;
  bottom: -30px;
  left: -200px;
  z-index: 1
}

.faq-1.style-2 .faq-images .image-2::after,
.funfact-3 .funfact-inner .funfact-image .image-2::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  top: -12px;
  right: -12px;
  left: auto;
  bottom: auto;
  z-index: -1;
  border-radius: 12px
}

.faq-1 .faq-content .accordion-item {
  border: 0;
  margin-top: 15px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid var(--border)
}

.faq-1 .faq-content .accordion-item .accordion-header .accordion-button {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.18px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 20px 20px 20px 30px
}

.faq-1 .faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f107";
  background: 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  width: auto
}

.faq-1 .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f106";
  background: 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1
}

.faq-1 .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
  padding-left: 30px;
  color: var(--white-3);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-top: -10px
}

.faq-1.style-2 .faq-content .accordion-item {
  border: 1px solid var(--border-2)
}

.faq-1.style-2 .faq-images .image-1 {
  width: 560px;
  height: 650px
}

.faq-1.style-2 .faq-images .image-2 {
  width: 320px;
  height: 354px;
  position: absolute;
  bottom: -60px;
  left: -60px;
  z-index: 1;
  animation: 2s linear infinite topToBottom
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative
}

.gallery-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme-4);
  border-radius: 12px
}

.gallery-img .gallery-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--white)
}

.gallery-img .gallery-content i {
  font-size: 45px
}

.gallery-img:hover::before {
  opacity: .5;
  visibility: visible
}

.cta-1 .cta-inner {
  background-image: url("../img/cta/cta-bg.webp");
  height: 440px;
  padding-left: 92px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.cta-1 .cta-inner .shape-1 {
  position: absolute;
  bottom: 0;
  right: 120px;
  z-index: -1
}

.cta-1 .cta-inner .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 30%;
  z-index: -1
}

.cta-1 .cta-inner .images {
  width: 320px;
  height: 380px;
  margin-top: 60px;
  margin-left: 60px
}

@media (max-width:500px) {
  .features-2 .features-items {
    grid-template-columns: auto;
    justify-content: center
  }

  .about-1 .about-content .about-infu .contact-us {
    display: none
  }

  .about-1.style-2 .about-content .feedback,
  .service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback {
    flex-wrap: wrap;
    justify-content: center
  }

  .about-1.style-2 .about-content .feedback .infu .icon-box,
  .service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback .infu .icon-box {
    flex-direction: column
  }

  .cta-1 .cta-inner .images {
    height: 100%
  }
}

.cta-2 {
  margin-top: -93px
}

.cta-2 .cta-inner {
  width: 100%;
  position: relative;
  padding: 60px 70px 60px 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  flex-wrap: wrap;
  row-gap: 30px
}

.cta-2 .cta-inner .icon {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--white);
  font-size: 53px;
  position: absolute;
  left: -56px;
  top: 50%;
  transform: translateY(-50%)
}

.cta-2 .cta-inner .icon i {
  background-image: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.cta-2 .cta-inner h3 {
  color: var(--white);
  font-size: 28px;
  font-weight: 700
}

.cta-2.style-2 .cta-inner {
  padding-left: 40px;
  padding-right: 50px
}

@media (max-width:1199px) {
  .pricing-1.style-2 .single-pricing-item.border-style {
    height: auto
  }

  .funfact-1 .funfact-inner .funfact-items .single-funfact-item .icon {
    font-size: 50px
  }

  .funfact-1 .funfact-inner .funfact-items .single-funfact-item .count-box h2 {
    font-size: 45px
  }

  .funfact-2 .funfact-inner {
    grid-template-columns: auto auto auto;
    gap: 30px
  }

  .faq-1.style-2 .faq-images .image-1 {
    width: 100%
  }

  .cta-2.style-2 .cta-inner {
    gap: 20px;
    justify-content: center
  }

  .contact-us-1 .contact-right .form-clt-big textarea {
    font-size: 15px
  }
}

.cta-2.style-2 .cta-inner .icon {
  position: initial;
  transform: translateY(0)
}

.cta-2.style-3 {
  margin-bottom: -105px
}

.cta-2.style-3 .cta-inner {
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-4) 100%)
}

.apps-wrapper .apps-image {
  width: 560px;
  height: 700px;
  margin-left: -35px
}

.apps-wrapper .apps-content .section-title h2 {
  font-size: 80px;
  line-height: 87px;
  padding-bottom: 40px
}

.apps-wrapper .apps-content .input-form {
  position: relative;
  margin-top: 30px
}

.apps-wrapper .apps-content .input-form input {
  width: 100%;
  outline: 0;
  border: none;
  padding: 19px 22px;
  color: var(--header);
  background-color: #f5f5f5;
  font-weight: 500;
  border-radius: 4px;
  transition: .4s ease-in-out
}

.apps-wrapper .apps-content .input-form .theme-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%)
}

.apps-wrapper .apps-content .button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap
}

.apps-wrapper .apps-content .button .theme-btn i {
  padding-left: 15px;
  font-size: 22px;
  margin-top: -10px
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px
}

.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: 60s linear infinite scroll;
  gap: 50px;
  cursor: pointer
}

.scrolling-wrap .comm .cmn-textslide {
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
  color: var(--white)
}

.scrolling-wrap .comm .cmn-textslide.color-2 {
  background-image: linear-gradient(84deg, var(--theme) 0, var(--theme-4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.scrolling-wrap .comm:nth-child(2) {
  animation: 60s linear infinite scroll2
}

.scrolling-wrap:hover .comm {
  animation-play-state: paused
}

@keyframes scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.marque-wrapper {
  transform: rotate(-1deg)
}

.marque-wrapper .brand-slide-element {
  width: auto;
  display: inline-block
}

.marque-wrapper .brand-slide-element .marque-text {
  background-color: var(--theme-4);
  display: inline-flex;
  padding: 15px 35px;
  border-radius: 4px
}

.marque-wrapper .brand-slide-element .marque-text h3 {
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif
}

.contact-us-1 .contact-right .theme-btn,
.marque-wrapper.style-2 .brand-slide-element .marque-text {
  background-color: var(--theme-2)
}

.contact-us-1 .shape-1 {
  position: absolute;
  bottom: 0;
  right: -5%;
  opacity: 8%;
  z-index: -1
}

.contact-us-1 .shape-2 {
  position: absolute;
  top: 0;
  left: -8%;
  opacity: 8%;
  z-index: -1;
  rotate: 250deg
}

.contact-us-1 .contact-us-content .infu-box {
  padding-bottom: 30px;
  gap: 20px
}

.contact-us-1 .contact-us-content .infu-box .icon {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  font-size: 21px
}

.contact-us-1 .contact-us-content .infu-box h3 {
  font-weight: 600;
  letter-spacing: -.24px
}

.contact-us-1 .contact-right {
  position: relative;
  background-color: var(--white);
  border-radius: 12px;
  padding: 50px;
  margin-left: -5px
}

.contact-us-1 .contact-right::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  right: -5px;
  left: auto;
  z-index: -1;
  border-radius: 12px
}

.contact-us-1 .contact-right h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -.28px;
  text-align: center;
  padding-bottom: 30px
}

.contact-us-1 .contact-right .form-clt .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0 10px 20px 0 rgba(19, 18, 18, 0.08);
  text-align: center
}

.contact-us-1 .contact-right .form-clt .icon i {
  color: var(--header);
  font-size: 14px
}

.contact-us-1 .contact-right .form-clt input {
  width: 100%;
  outline: 0;
  border: none;
  padding: 10px 22px;
  color: var(--header);
  background-color: #f5f5f5;
  font-weight: 500;
  border-radius: 4px;
  transition: .4s ease-in-out
}

@media (max-width:991px) {
  .funfact-2 .funfact-inner {
    grid-template-columns: auto auto;
    justify-content: center
  }

  .faq-1.style-2 .faq-images,
  .funfact-3 .funfact-inner .funfact-image {
    float: none
  }

  .funfact-3 .funfact-inner .funfact-image .image-1 {
    width: 100%
  }

  .cta-1 .cta-inner {
    height: 100%;
    padding-left: 40px;
    padding-top: 20px
  }

  .cta-1 .cta-inner .images {
    width: 100%;
    margin-left: 0
  }

  .cta-2 .cta-inner {
    padding: 60px 40px;
    justify-content: center;
    text-align: center
  }

  .cta-2 .cta-inner .icon {
    left: 50%;
    top: -56px;
    transform: translateY(0);
    transform: translateX(-50%)
  }

  .contact-us-1 .contact-right {
    padding: 50px 20px
  }

  .contact-us-1 .contact-right .form-clt .nice-select,
  .contact-us-1 .contact-right .form-clt input {
    font-size: 15px
  }
}

.contact-us-1 .contact-right .form-clt .nice-select {
  background-color: #f5f5f5;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 22px;
  width: 100%;
  border: none
}

.contact-us-1 .contact-right .form-clt .nice-select::after {
  height: 10px;
  width: 10px;
  right: 25px;
  border-color: var(--text);
  border-bottom: 2px solid var(--text);
  border-right: 2px solid var(--text)
}

.contact-us-1 .contact-right .form-clt .nice-select .list {
  background-color: var(--white);
  width: 100%
}

.contact-us-1 .contact-right .form-clt .nice-select .list li {
  border: none;
  background-color: transparent
}

.contact-us-1 .contact-right .form-clt .nice-select .option {
  padding: 8px 10px
}

.contact-us-1 .contact-right .form-clt-big textarea {
  padding: 10px 22px 105px;
  width: 100%;
  outline: 0;
  color: var(--header);
  background-color: #f5f5f5;
  font-weight: 500;
  border: none;
  border-radius: 4px
}

.contact-us-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  max-width: 1500px;
  height: 642px;
  background: rgba(0, 85, 255, .08);
  margin: 0 auto;
  z-index: -1;
  border-radius: 20px;
  overflow: hidden
}

.contact-us-2 .shape-1 {
  position: absolute;
  top: 0;
  left: 10.6%;
  opacity: 21%;
  z-index: 11
}

.contact-us-2 .shape-2 {
  position: absolute;
  top: 4%;
  left: 14%;
  opacity: 21%;
  z-index: 11;
  rotate: 90deg;
  animation: 3s linear infinite zoomBig
}

.contact-us-2 .shape-3 {
  position: absolute;
  top: 2%;
  right: 11.8%;
  z-index: -1;
  animation: 3s linear infinite zoomBig
}

@media (max-width:1899px) {

  .contact-us-2 .shape-1,
  .contact-us-2 .shape-2,
  .contact-us-2 .shape-3,
  .hero-3.style-2 .hero-inner .social-shape {
    display: none
  }

  .case-study-2 .case-study-grid .single-case-item,
  .case-study-2 .case-study-grid .single-case-item.style-2 {
    width: 100%
  }
}

.contact-us-2 .contact-us-inner {
  margin-top: 40px;
  padding: 50px 60px 60px;
  border-radius: 12px;
  background: var(--white)
}

.contact-us-2 .contact-us-inner .contact-left span,
.contact-us-2 .contact-us-inner .contact-right span {
  color: rgba(73, 81, 91, .84);
  font-weight: 500
}

.contact-us-2 .contact-us-inner .contact-left .form-clt {
  position: relative;
  margin-top: 12px
}

.contact-us-2 .contact-us-inner .contact-left .form-clt input {
  width: 100%;
  outline: 0;
  border: none;
  padding: 10px 22px;
  color: var(--header);
  background-color: transparent;
  border: 1px solid var(--border-2);
  font-weight: 500;
  border-radius: 4px;
  transition: .4s ease-in-out
}

@media (max-width:991px) {
  .contact-us-2 .contact-us-inner .contact-left .form-clt input {
    font-size: 15px
  }

  .extra-top-padding {
    padding-top: 250px
  }
}

.contact-us-2 .contact-us-inner .contact-left .categories .categories-items {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap
}

.contact-us-2 .contact-us-inner .contact-left .categories .categories-items .single-item {
  padding: 5px 17px;
  border-radius: 4px;
  display: inline-flex;
  border: 1px solid var(--border-2)
}

.contact-us-2 .contact-us-inner .contact-left .checked-box {
  max-width: 430px
}

.contact-us-2 .contact-us-inner .contact-left .checked-box .checked-box-items {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 10px
}

@media (max-width:575px) {
  .funfact-3 .funfact-inner .funfact-content .funfact-items .signle-funfact-item {
    flex-direction: column;
    text-align: center
  }

  .contact-us-1 .contact-right .form-clt .icon {
    top: 15px
  }

  .contact-us-1 .contact-right .form-clt .nice-select,
  .contact-us-1 .contact-right .form-clt input,
  .contact-us-2 .contact-us-inner .contact-left .form-clt input {
    font-size: 14px;
    padding: 15px 20px
  }

  .contact-us-2 .contact-us-inner .contact-left .checked-box .checked-box-items {
    grid-template-columns: auto auto
  }
}

@media (max-width:450px) {
  .container-fluid {
    padding: 0 10px
  }

  .offcanvas__info {
    width: 300px
  }

  .contact-us-2 .contact-us-inner {
    padding: 60px 30px
  }

  .contact-us-2 .contact-us-inner .contact-left .checked-box .checked-box-items {
    grid-template-columns: auto
  }
}

.contact-us-2 .contact-us-inner .contact-left .checked-box .checked-box-items .form-check .form-check-label {
  color: rgba(73, 81, 91, .83);
  font-size: 14px;
  font-weight: 500
}

.contact-us-2 .contact-us-inner .contact-right .price-ranger .ui-slider-horizontal {
  height: 8px;
  margin-top: 15px
}

.contact-us-2 .contact-us-inner .contact-right .price-ranger .ui-slider .ui-slider-handle {
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  top: -8px
}

.contact-us-2 .contact-us-inner .contact-right .price-ranger .ranger-min-max-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%
}

.contact-us-2 .contact-us-inner .contact-right .form-clt-big textarea {
  margin-top: 15px;
  padding: 10px 22px;
  width: 100%;
  outline: 0;
  color: var(--header);
  border: 1px solid var(--border-2);
  font-weight: 500;
  min-height: 270px;
  border-radius: 4px
}

@media (max-width:1399px) {
  .pricing-1 .single-pricing-item {
    padding: 40px
  }

  .funfact-1 .funfact-inner {
    flex-direction: column;
    gap: 20px
  }

  .funfact-1 .funfact-inner .title {
    width: 100%;
    text-align: center;
    font-size: 35px
  }

  .contact-us-2 .contact-us-inner .contact-right .contact-btn .infu,
  .faq-1.style-2 .faq-images .image-2,
  .funfact-2 .funfact-inner .signle-funfact-item::after {
    display: none
  }

  .funfact-3 .funfact-inner .funfact-image .image-2 {
    left: -100px
  }
}

.contact-us-2 .contact-us-inner .contact-right .contact-btn .infu p {
  font-size: 14px;
  color: var(--theme-2)
}

.single-contact-card {
  background-color: var(--white);
  padding: 30px 35px;
  transition: .4s ease-in-out;
  gap: 20px;
  border-radius: 12px;
  position: relative;
  z-index: 1
}

.single-contact-card::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-4) 100%);
  z-index: -1;
  border-radius: 12px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: .4s ease-in-out
}

.single-contact-card .icon {
  font-size: 30px;
  color: var(--theme)
}

.single-contact-card:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible
}

.single-contact-card:hover h4,
.single-contact-card:hover p,
.single-contact-card:hover span {
  color: #fff
}

.office-google-map-wrapper iframe {
  width: 100%;
  height: 600px
}

.footer-widgets-1 .single-footer-widget .widget-head {
  margin-bottom: 25px
}

.footer-widgets-1 .single-footer-widget .widget-head h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative
}

.footer-widgets-1 .single-footer-widget .footer-content p {
  margin-bottom: 22px
}

.footer-widgets-1 .single-footer-widget .footer-content h5 {
  color: var(--black-2);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700
}

.footer-widgets-1 .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 15px
}

.footer-widgets-1 .single-footer-widget .footer-content .footer-input input {
  background: var(--bg);
  border: none;
  outline: 0;
  padding: 10px 22px;
  width: 100%;
  border-radius: 4px;
  color: var(--text)
}

.footer-widgets-1 .single-footer-widget .footer-content .footer-input input::placeholder {
  color: var(--text)
}

.footer-widgets-1 .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 42px;
  height: 38px;
  border-radius: 5px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white)
}

.footer-widgets-1 .single-footer-widget .footer-content .social-icon {
  gap: 25px;
  margin-top: 35px
}

.footer-widgets-1 .single-footer-widget .footer-content .social-icon a {
  font-size: 26px;
  color: var(--text)
}

.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px
}

.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact a {
  width: 55px;
  height: 55px;
  line-height: 1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  background: linear-gradient(84deg, var(--theme) 0, var(--theme-2) 100%);
  color: var(--white)
}

.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact .contact-infu {
  width: 75%
}

.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact .contact-infu h5 {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 28px
}

.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact .contact-infu span {
  color: #05f;
  font-weight: 600
}

.footer-widgets-1 .single-footer-widget .list-area {
  padding-top: 5px
}

.footer-widgets-1 .single-footer-widget .list-area li {
  margin-bottom: 16px
}

.footer-widgets-1 .single-footer-widget .list-area li i {
  font-size: 4px
}

.footer-widgets-1 .single-footer-widget .list-area li a {
  color: var(--theme-2);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: .4s ease-in-out
}

.footer-widgets-1 .single-footer-widget .list-area li:hover a {
  padding-left: 10px
}

.footer-widgets-1.style-2 .single-footer-widget .gallery {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px
}

.footer-widgets-1.style-2 .single-footer-widget .gallery .footer-gallery-img {
  width: 100%;
  position: relative;
  overflow: hidden
}

.footer-widgets-1.style-2 .single-footer-widget .gallery .footer-gallery-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px
}

@media (max-width:1199px) {
  .contact-us-2 .contact-us-inner .contact-right .form-clt-big textarea {
    font-size: 15px
  }

  .footer-widgets-1.style-2 .single-footer-widget .gallery .footer-gallery-img img {
    width: 100%;
    display: block
  }
}

.footer-widgets-1.style-2 .single-footer-widget .gallery .footer-gallery-img .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
  background: linear-gradient(84deg, rgba(63, 181, 253, .5) 0, rgba(11, 110, 218, .5) 100%);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: .5s;
  border-radius: 5px
}

.footer-widgets-1.style-2 .single-footer-widget .gallery .footer-gallery-img:hover .content {
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}

.footer-widgets-1.style-3 .single-footer-widget .footer-content p {
  color: var(--text-2)
}

.footer-widgets-1.style-3 .single-footer-widget .footer-content .social-icon a {
  color: var(--text)
}

.footer-bottom {
  background-color: var(--black-2);
  padding: 10px 0
}

.footer-bottom.style-2 {
  background-color: #0f144b
}

@media (max-width:767px) {
  .case-study-2 .container-fluid {
    padding: 0 30px
  }

  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px
  }

  .process-2 .signle-process-item .shape-1,
  .testimonial-1 .array-button {
    display: none
  }

  .testimonial-1 .signle-testimonial-item {
    flex-direction: column;
    padding: 40px 20px;
    align-items: center
  }

  .testimonial-1 .signle-testimonial-item .content p {
    font-size: 18px;
    text-align: center
  }

  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px
  }

  .blog-wrapper .single-blog-post.post-details .post-content h3,
  .comment-form-wrap h3,
  .related-post-wrap h3 {
    font-size: 20px
  }

  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px
  }

  .blog-wrapper .single-blog-post .post-content {
    padding: 30px 10px
  }

  .blog-wrapper .single-blog-post .post-content .post-cat a,
  .comments-item-list .single-comment-item .author-info-comment .info .reply-btn,
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px
  }

  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px
  }

  .blog-wrapper .single-blog-post .post-content .author-info h5,
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px
  }

  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px
  }

  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px
  }

  .tag-share-wrap .tagcloud {
    margin-bottom: 20px
  }

  .comment-form-wrap,
  .related-post-wrap {
    padding: 30px
  }

  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px
  }

  .comment-form textarea {
    height: 120px
  }

  .pricing-1 .icon-box {
    flex-direction: column;
    justify-content: center;
    text-align: center
  }

  .funfact-1 .funfact-inner .funfact-items {
    grid-template-columns: auto
  }

  .contact-us-1 .contact-us-content .infu-box,
  .funfact-1 .funfact-inner .funfact-items .single-funfact-item,
  .funfact-2 .funfact-inner .signle-funfact-item {
    flex-direction: column;
    text-align: center
  }

  .apps-wrapper .apps-content {
    padding-bottom: 80px
  }

  .apps-wrapper .apps-content .section-title h2 {
    font-size: 50px;
    line-height: 60px
  }

  .apps-wrapper .apps-content .button .theme-btn {
    width: 100%
  }

  .footer-bottom.style-2 .footer-bottom-wrapper {
    flex-direction: column;
    row-gap: 10px;
    text-align: center
  }
}

.footer-bottom.style-2 .footer-bottom-wrapper .security a {
  padding: 0 5px;
  color: var(--white-3)
}

.extra-top-padding {
  padding-top: 250px
}

html {
  scroll-behavior: smooth
}

.header-1 .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap
}

.header-1 .header-left {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0
}

.header-logo img,
.logo img {
  height: 80px;
  width: auto
}

.logo-text {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0
}

.nice-select,
.nice-select .option {
  font-weight: 400;
  outline: 0;
  cursor: pointer
}

@media (max-width:400px) {
  .header-1 .header-main .header-right {
    gap: 10px
  }

  .header-logo img,
  .logo img {
    height: 30px
  }

  .logo-text {
    font-size: 15px;
    max-width: 70vw
  }
}

@media (max-width:340px) {
  .header-1 .header-main .search-icon {
    display: none
  }

  .logo-text {
    max-width: 68vw;
    font-size: 14px
  }

  .logo {
    gap: 6px
  }
}

.case-modal .modal-content {
  border: 1px solid var(--theme);
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(2, 8, 66, .12);
  background: var(--white)
}

.case-modal .modal-header {
  padding: 16px 18px
}

.case-modal .modal-footer {
  padding: 14px 18px
}

.case-modal__scroll {
  max-height: min(60vh, 640px);
  overflow: auto;
  scrollbar-width: thin
}

.case-modal__scroll::-webkit-scrollbar {
  width: 6px
}

.case-modal__scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--theme), var(--theme-2));
  border-radius: 10px
}

@media (min-width:992px) {
  .case-modal__media {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 18px;
    background: linear-gradient(84deg, rgba(63, 181, 253, .1) 0, rgba(11, 110, 218, .1) 100%)
  }

  .case-modal__content {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 18px 22px;
    border-left: 1px solid rgba(4, 11, 41, .08)
  }

  .case-modal__media img {
    width: 100%;
    height: auto;
    object-fit: contain
  }
}

@media (max-width:991.98px) {
  .case-modal .modal-header {
    padding: 12px 14px
  }

  .case-modal .modal-footer {
    padding: 12px 14px;
    gap: 10px
  }

  .case-modal__media {
    order: -1;
    padding: 0;
    background: 0 0
  }

  .case-modal__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 10px 10px 0 0
  }

  .case-modal__content {
    padding: 14px 16px;
    border: 0
  }

  .case-modal .modal-body {
    padding: 0
  }

  .case-modal__scroll {
    max-height: none;
    max-height: calc(100dvh - 56px - 200px - 56px);
    overflow: auto
  }

  .case-modal .btn-close {
    transform: scale(1.1)
  }

  .case-modal .theme-btn {
    padding: 14px 18px
  }
}

@media (max-width:360px) {
  .case-modal__media img {
    aspect-ratio: 4/3
  }

  .case-modal .modal-title {
    font-size: 18px
  }
}

.native-stack-section {
  background: #f9fbfd;
  padding-top: 100px
}

.native-stack-section .section-title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3
}

.native-stack-section-img img {
  max-width: 100%;
  border-radius: 12px
}


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

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

@-webkit-keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

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

@-webkit-keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

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

@-webkit-keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes pulse {

  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

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

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
}

@keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

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

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

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

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  10%,
  20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
  }

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

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  10%,
  20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    -ms-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
  }
}

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

@-webkit-keyframes wobble {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg)
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg)
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg)
  }
}

@keyframes wobble {

  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg)
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg)
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg)
  }
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

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

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

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

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }

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

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px)
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

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

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}

.flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    -ms-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

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

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }

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

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0
  }
}

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }
}

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg)
  }
}

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

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #070337;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #070337;
  margin-top: 44px
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  text-decoration: none;
  text-transform: capitalize
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: 0 0;
  border: none !important;
  font-size: 14px
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #3f3877;
  box-sizing: border-box;
  clear: both;
  display: block;
  font-family: inherit;
  font-size: 18px;
  padding: 14px 35px 14px 15px;
  position: relative;
  text-align: left !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 160px
}

.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
  transition-property: transform
}

.nice-select.disabled:after,
.nice-select.open,
.nice-select:active,
.nice-select:focus,
.nice-select:hover {
  border-color: #3f3877
}

.nice-select:after {
  border-bottom: 2px solid #7b7c98;
  border-right: 2px solid #7b7c98;
  content: '';
  display: block;
  height: 12px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  width: 12px
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.nice-select.open .list {
  opacity: 1;
  display: block;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}

.nice-select.disabled {
  border-color: #3f3877;
  color: #3f3877;
  pointer-events: none
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .list {
  background-color: #150145;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  width: 160px;
  display: none;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  -ms-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9;
  margin-bottom: 4px
}

.swiper-android .swiper-slide,
.swiper-pagination,
.swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.nice-select .list li:not(:last-child) {
  margin-right: 0 !important
}

.nice-select .option {
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  z-index: 9999999;
  padding: 0 10px;
  border: 1px solid #121254;
  text-align: left;
  -webkit-transition: .2s;
  transition: .2s
}

.swiper-fade.swiper-free-mode .swiper-slide,
.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #101046
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default
}

.no-csspointerevents .nice-select.open .list {
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  width: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  z-index: 10
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0)
  }

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

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-cube .swiper-slide .swiper-slide,
.swiper-fade .swiper-slide .swiper-slide,
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active,
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active,
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cards,
.swiper-cube,
.swiper-flip {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}