/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --zefxa-font: "DM Sans", sans-serif;
  --zefxa-font-two: "Manrope", sans-serif;
  --zefxa-font-three: 'reeyregular';
  --zefxa-gray: #000000;
  --zefxa-gray-rgb: 108, 107, 111;
  --zefxa-white: #c8177b;
  --zefxa-white-rgb: 255, 255, 255;
  --zefxa-base: #c8177b;
  --zefxa-base-rgb: 200, 23, 123;
  --zefxa-black: #1c1b1f;
  --zefxa-black-rgb: 28, 27, 31;
  --zefxa-extra: #f4f5f8;
  --zefxa-extra-rgb: 244, 245, 248;
}

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

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

body {
  font-family: var(--zefxa-font);
  color: var(--zefxa-gray);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--zefxa-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--zefxa-font-two);
  color: var(--zefxa-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

.section-separator {
  border-color: var(--zefxa-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

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

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

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

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


.thm-btn {
  position: relative;
  display: inline-flex;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #c8177b;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 29px 11px;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
  justify-content: center;
  z-index: 1;
}

.thm-btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 260%;
  content: "";
  top: 132%;
  left: 50%;
  background-color: #415ca4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}

.thm-btn:hover:before {
  top: -60%;
}

.thm-btn:hover {
  color: white;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -4px;
  margin-bottom: 10px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.section-title__tagline-shape {
  position: relative;
  display: block;
  max-width: 16px;
  width: 100%;
}

.section-title__tagline-shape img {
  width: 100%;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  color: var(--zefxa-base);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.section-title__title {
  margin: 0;
  color: var(--zefxa-black);
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  margin-top: 7px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--zefxa-black);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--zefxa-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--zefxa-black);
  color: var(--zefxa-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--zefxa-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: white;
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

.scroll-to-top:hover {
  background-color: #415ca4;
}

.scroll-to-top:hover i {
  color: #fff;
}


/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icon/cross-out.html),
    pointer;
  z-index: 999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

.main-menu__top {
  position: relative;
  display: block;
  background-color: var(--zefxa-black);
}

.main-menu__top .container {
  max-width: 1320px;
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 0;
}

.main-menu__top-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--zefxa-white);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--zefxa-base);
}

.main-menu__social a+a {
  margin-left: 30px;
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li+li {
  margin-left: 40px;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 14px;
  color: var(--zefxa-white);
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: 14px;
  color: #878c8f;
  font-weight: 500;
}

.main-menu__contact-list li .text p a {
  color: #878c8f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--zefxa-base);
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__top-text {
  font-size: 14px;
  font-weight: 500;
  color: #878c8f;
}

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

.main-menu__wrapper {
  position: relative;
  display: block;
  background-color: rgba(var(--zefxa-white-rgb), 0.02);
  z-index: 1;
}

.main-menu__wrapper .container {
  max-width: 1320px;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
}

.main-menu__logo {
  position: relative;
  display: block;
  padding: 20.5px 0;
  z-index: 1;
}

.main-menu__logo a {
  position: relative;
  display: block;
}


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

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  padding: 20px 0;
  padding-left: 30px;
}

.main-menu__right:before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background-color: rgba(var(--zefxa-white-rgb), .10);
}

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

.main-menu__btn {}

.main-menu__cart-search-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--zefxa-white);
}

.main-menu__search:hover {
  color: var(--zefxa-base);
}

.main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--zefxa-white);
}

.main-menu__cart:hover {
  color: var(--zefxa-base);
}


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

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



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 45px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #415ca4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.050em;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 16px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-size: 11px;
  color: rgb(255, 255, 255);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: white;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--zefxa-base);
}

.main-menu .main-menu__list>li>a .main-menu-border,
.stricky-header .main-menu__list>li>a .main-menu-border {
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 12px;
  border-left: 2px solid var(--zefxa-base);
  border-right: 2px solid var(--zefxa-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a .main-menu-border:before,
.stricky-header .main-menu__list>li>a .main-menu-border:before {
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: var(--zefxa-white);
  content: "";
  transform: translateX(-50%);
}

.main-menu .main-menu__list>li.current>a .main-menu-border,
.main-menu .main-menu__list>li:hover>a .main-menu-border,
.stricky-header .main-menu__list>li.current>a .main-menu-border,
.stricky-header .main-menu__list>li:hover>a .main-menu-border {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
  height: 15px;
}




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

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

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

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(var(--zefxa-black-rgb), .10);
}

.main-menu .main-menu__list>li>ul>li:last-child,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child {
  border-bottom: 0;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--zefxa-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--zefxa-base);
  color: white;
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


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

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

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

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-nav__top {
  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;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two__wrapper {
  position: relative;
  display: block;
  background-color: var(--zefxa-black);
}

.main-header-two__wrapper .container {
  max-width: 1320px;
}

.main-header-two__wrapper-inner {
  position: relative;
  display: block;
}

.main-menu-two__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -226px;
  display: flex;
  align-items: center;
  z-index: 5;
}

.main-menu-two__logo a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40.5px 0;
}

.main-menu-two__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 170px;
}

.main-menu-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-two__social {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--zefxa-white);
  padding: 13.5px 35px;
}

.main-menu-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--zefxa-black);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-two__social a:hover {
  color: var(--zefxa-base);
}

.main-menu-two__social a+a {
  margin-left: 25px;
}

.main-menu-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li+li {
  margin-left: 50px;
}

.main-menu-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: var(--zefxa-white);
  border-radius: 50%;
  border: 2px solid #e0e4e8;
}

.main-menu-two__contact-list li .icon i {
  font-size: 15px;
  color: var(--zefxa-base);
}

.main-menu-two__contact-list li .text {
  margin-left: 15px;
}

.main-menu-two__contact-list li .text p {
  font-size: 14px;
  color: var(--zefxa-white);
  font-weight: 500;
}

.main-menu-two__contact-list li .text p a {
  color: var(--zefxa-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__contact-list li .text p a:hover {
  color: var(--zefxa-base);
}


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

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 100px;
  z-index: 1;
}

.main-menu-two__wrapper-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -100000000px;
  bottom: 0;
  background-color: rgba(var(--zefxa-white-rgb), .12);
  z-index: -1;
}

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

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

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
  padding: 20px 0;
  padding-left: 30px;
}

.main-menu-two__right:before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background-color: rgba(var(--zefxa-white-rgb), .10);
}

.main-menu-two__search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--zefxa-white);
}

.main-menu-two__search:hover {
  color: var(--zefxa-base);
}

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

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

.stricky-header .main-menu-two__wrapper-inner {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 15px;
}

.stricky-header .main-menu-two__wrapper-inner:before {
  left: -10000000px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  text-transform: capitalize;
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  background: transparent;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--zefxa-black);
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 160px;
  z-index: 1;
}

.main-menu-three__top-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--zefxa-white-rgb), .03);
  z-index: -1;
}

.main-menu-three__top-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white !important;
  color: var(--zefxa-white);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-three__social a:hover {
  color: var(--zefxa-base);

}

.main-menu-three__social a+a {
  margin-left: 30px;
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li+li {
  margin-left: 40px;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li .icon i {
  font-size: 14px;
  color: white;
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 14px;
  color: #878c8f;
  font-weight: 500;
}

.main-menu-three__contact-list li .text p a {
  color: #878c8f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--zefxa-base);
}

.main-menu-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__top-text {
  font-size: 14px;
  font-weight: 500;
  color: #878c8f;
}


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

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 160px;
  background-color: var(--zefxa-black);
  z-index: 1;
}

.main-menu-three__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 20.5px 0;
  z-index: 1;
}

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

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  padding-left: 30px;
}

.main-menu-three__right:before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background-color: rgba(var(--zefxa-white-rgb), .10);
}

.main-menu-three__search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--zefxa-white);
}

.main-menu-three__search:hover {
  color: var(--zefxa-base);
}

.main-menu-three__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
}

.main-menu-three__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-menu-three__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--zefxa-white);
}

.main-menu-three__call-number {
  margin-left: 20px;
}

.main-menu-three__call-number p {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  color: #878c8f;
  font-weight: 400;
  margin-bottom: 10px;
}

.main-menu-three__call-number h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.main-menu-three__call-number h5 a {
  color: var(--zefxa-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__call-number a:hover {
  color: var(--zefxa-base);
}

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

.main-menu-three__btn:hover {
  color: #ffffff;
}

.main-menu-three__btn:before {
  background-color: #415ca4;
}

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

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  text-transform: capitalize;
}



/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-four__top {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--zefxa-bdr-color);
  padding: 14.5px 0;
}

.main-header-four__top .container {
  max-width: 1330px;
}

.main-header-four__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-four__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-four__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--zefxa-black);
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-header-four__social a:hover {
  color: var(--zefxa-base);
}

.main-header-four__social a+a {
  margin-left: 25px;
}

.main-header-four__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-four__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-four__contact-list li+li {
  margin-left: 30px;
}

.main-header-four__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-four__contact-list li .icon i {
  font-size: 16px;
  color: var(--zefxa-black);
}

.main-header-four__contact-list li .text {
  margin-left: 10px;
}

.main-header-four__contact-list li .text p {
  font-size: 20px;
  color: var(--zefxa-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-four__contact-list li .text p a {
  color: var(--zefxa-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-four__contact-list li:hover .text p {
  color: var(--zefxa-black);
  opacity: 1;
}

.main-header-four__contact-list li:hover .text p a {
  color: var(--zefxa-black);
  opacity: 1;
}

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

.main-menu-four__wrapper .container {
  max-width: 1330px;
}

.main-menu-four__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.main-menu-four__logo {
  position: relative;
  display: block;
  padding: 20px 0;
}

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

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

.main-menu-four__btn-box {
  position: relative;
  display: block;
  padding: 20px 0;
}

.main-menu-four__btn {
  background-color: transparent;
  border: 1px solid var(--zefxa-base);
  color: var(--zefxa-black);
  padding: 15px 30px 13px;
}

.main-menu-four__btn:hover {
  border: 1px solid var(--zefxa-black);
}

/*--------------------------------------------------------------
# Navigations Five
--------------------------------------------------------------*/
.main-header-five {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-five__wrapper {
  position: relative;
  display: block;
  background-color: var(--zefxa-primary);
  border-bottom: 1px solid var(--zefxa-bdr-color);
}

.main-menu-five__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.main-menu-five__logo {
  position: relative;
  display: block;
  padding: 20px 0;
}

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

.main-menu-five__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
}

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

.main-menu-five__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--zefxa-black);
}

.main-menu-five__search:hover {
  color: var(--zefxa-base);
}

.main-menu-five__btn-box {
  position: relative;
  display: block;
  padding: 20px 0;
}

.main-menu-five__btn {
  background-color: transparent;
  border: 1px solid var(--zefxa-base);
  color: var(--zefxa-base);
  padding: 15px 30px 13px;
}

.main-menu-five__btn:hover {
  border: 1px solid var(--zefxa-black);
}

.main-menu-five .main-menu__list>li,
.stricky-header.main-menu-five .main-menu__list>li {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
# Navigations Six
--------------------------------------------------------------*/
.main-header-six {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

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

.main-menu-six__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

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

.main-menu-six__logo {
  position: relative;
  display: block;
  padding: 20px 0;
  z-index: 1;
}

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

.main-menu-six__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-six__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 22.5px 0;
  z-index: 1;
}

.main-menu-six__call-icon {
  position: relative;
  display: flex;
}

.main-menu-six__call-icon img {
  width: auto;
}

.main-menu-six__call-number {
  margin-left: 15px;
}

.main-menu-six__call-number h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.main-menu-six__call-number h5 a {
  color: var(--zefxa-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-six__call-number a:hover {
  color: var(--zefxa-base);
}

.main-menu-six__call-number p {
  font-size: 16px;
  margin: 0;
  line-height: 16px;
  color: var(--zefxa-white);
}

.main-menu-six .main-menu__list>li>a,
.stricky-header.main-menu-six .main-menu__list>li>a {
  color: var(--zefxa-white);
}

.main-menu-six .main-menu__list>li.current>a,
.main-menu-six .main-menu__list>li:hover>a,
.stricky-header.main-menu-six .main-menu__list>li.current>a,
.stricky-header.main-menu-six .main-menu__list>li:hover>a {
  color: var(--zefxa-base);
}

.main-menu-six .main-menu__list>li.dropdown>a:after {
  color: var(--zefxa-white);
}

.main-menu-six .main-menu__list>li.current>a::after,
.main-menu-six .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-six .main-menu__list>li.current>a::after,
.stricky-header.main-menu-six .main-menu__list>li:hover>a::after {
  color: var(--zefxa-base);
}


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






/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--zefxa-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--zefxa-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:before {
  background-color: var(--zefxa-black);
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--zefxa-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--zefxa-white);
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  background-color: var(--zefxa-black);
  z-index: 91;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: #e9d2ed;
}

.main-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: .12;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider .swiper-slide-active .main-slider__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider__shape-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 5;
}

.main-slider__shape-1 {
  position: absolute;
  bottom: -60px;
  left: 0;
}

.main-slider__shape-1 img {
  width: auto;
}

.main-slider__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .60;
}

.main-slider__shape-2 img {
  width: auto;
}

.main-slider__shape-3 {
  position: absolute;
  bottom: 0;
  right: -30px;
}

.main-slider__shape-3 img {
  width: auto;
}

.main-slider .container {
  position: relative;
  padding-top: 300px;
  padding-bottom: 168px;
  z-index: 30;
}

.main-slider__content {
  position: relative;
  display: block;
  z-index: 15;
}

.main-slider__title {
  position: relative;
  font-size: 90px;
  color: var(--zefxa-white);
  font-weight: 700;
  line-height: 95px;
  text-transform: capitalize;
  font-family: var(--zefxa-font-two);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider__title span {
  color: #415ca4;
}

.main-slider .swiper-slide-active .main-slider__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);

  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}

.main-slider__text {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #415ca4;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .main-slider__text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider__btn:hover {
  color: white;
}

.main-slider__btn::before {
  background-color: var(--zefxa-white);
}

.main-slider .swiper-slide-active .main-slider__btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}



#main-slider-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
  z-index: 100;
}

#main-slider-pagination:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: -20px;
  background-color: rgba(var(--zefxa-base-rgb), .52);
  border-radius: 200px;
  z-index: -1;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  padding: 5px 0;
  margin: 15px 0px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--zefxa-white);
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#main-slider-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border: 2px solid var(--zefxa-white);
  border-radius: 50%;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#main-slider-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.0);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  background-color: var(--zefxa-black);
  z-index: 2;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--zefxa-black);
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: luminosity;
  opacity: .12;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider-two .swiper-slide-active .main-slider-two__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider-two__shape-1 {
  position: absolute;
  top: 0;
  left: -30px;
  mix-blend-mode: luminosity;
  opacity: .40;
}

.main-slider-two__shape-1 img {
  width: auto;
}

.main-slider-two__shape-2 {
  position: absolute;
  top: -30px;
  right: 0;
  mix-blend-mode: luminosity;
  opacity: .40;
}

.main-slider-two__shape-2 img {
  width: auto;
}

.main-slider-two__shape-3 {
  position: absolute;
  top: 0;
  right: -30px;
  opacity: .10;
}

.main-slider-two__shape-3 img {
  width: auto;
}

.main-slider-two .container {
  position: relative;
  padding-top: 103px;
  padding-bottom: 215px;
  z-index: 30;
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 15;
}

.main-slider-two__title {
  position: relative;
  font-size: 90px;
  color: var(--zefxa-white);
  font-weight: 700;
  line-height: 95px;
  text-transform: capitalize;
  font-family: var(--zefxa-font-two);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-two__title span {
  /* color: var(--zefxa-base); */
}

.main-slider-two .swiper-slide-active .main-slider-two__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}

.main-slider-two__text {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: var(--zefxa-white);
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 1;
}

.main-slider-two .swiper-slide-active .main-slider-two__text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-two__btn:hover {
  color: var(--zefxa-black);
}

.main-slider-two__btn::before {
  background-color: var(--zefxa-white);
}

.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-two__call {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -64px;
  right: 260px;
  background-color: var(--zefxa-white);
  padding: 28px 40px 27px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(120px);
  transform: perspective(400px) rotateY(0deg) translateX(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 20;
}

.main-slider-two__call:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed var(--zefxa-base);
  border-radius: 10px;
}

.main-slider-two .swiper-slide-active .main-slider-two__call {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-slider-two__call-icon img {
  width: auto;
}

.main-slider-two__call-number {
  margin-left: 20px;
  position: relative;
  display: block;
}

.main-slider-two__call-number p {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  color: var(--zefxa-gray);
  font-weight: 500;
  margin-bottom: 10px;
}

.main-slider-two__call-number h5 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.main-slider-two__call-number h5 a {
  color: var(--zefxa-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-two__call-number a:hover {
  color: var(--zefxa-base);
}

.main-slider-two__arrow {
  position: absolute;
  bottom: 50px;
  left: 400px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(-120px);
  transform: perspective(400px) rotateY(0deg) translateX(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-two__arrow img {
  width: auto;
}

.main-slider-two .swiper-slide-active .main-slider-two__arrow {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  background-color: var(--zefxa-black);
  z-index: 2;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--zefxa-black);
}

.main-slider-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: .12;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider-three .swiper-slide-active .main-slider-three__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider-three__shape-1 {
  position: absolute;
  top: 0;
  left: -205px;
  bottom: 0;
  background-image: -moz-linear-gradient(0deg, rgb(245, 9, 99) 0%, rgba(28, 27, 31, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(245, 9, 99) 0%, rgba(28, 27, 31, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(245, 9, 99) 0%, rgba(28, 27, 31, 0) 100%);
  width: 778px;
}

.main-slider-three__shape-2 {
  position: absolute;
  bottom: -125px;
  right: -100px;
  border-radius: 50%;
  background-color: rgb(28, 27, 31);
  opacity: 0.8;
  width: 651px;
  height: 651px;
}

.main-slider-three__shape-3 {
  position: absolute;
  bottom: 0;
  left: -30px;
}

.main-slider-three__shape-3 img {
  width: auto;
}

.main-slider-three .container {
  position: relative;
  padding-top: 208px;
  padding-bottom: 200px;
  z-index: 30;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 15;
}

.main-slider-three__title {
  position: relative;
  font-size: 90px;
  color: var(--zefxa-white);
  font-weight: 700;
  line-height: 95px;
  text-transform: capitalize;
  font-family: var(--zefxa-font-two);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-three__title span {
  color: var(--zefxa-base);
}

.main-slider-three .swiper-slide-active .main-slider-three__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}

.main-slider-three__text {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: var(--zefxa-white);
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 1;
}

.main-slider-three .swiper-slide-active .main-slider-three__text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider-three__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-three__btn-1:hover {
  color: var(--zefxa-black);
}

.main-slider-three__btn-1:before {
  background-color: var(--zefxa-white);
}

.main-slider-three__btn-2 {
  padding: 9px 43px 9px;
  background-color: transparent;
  border: 2px solid var(--zefxa-base);
}

.main-slider-three__btn-2:before {
  background-color: var(--zefxa-base);
}

.main-slider-three__video-link {
  position: absolute;
  bottom: 45px;
  right: -30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(120px);
  transform: perspective(400px) rotateY(0deg) translateX(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 2;
}

.main-slider-three .swiper-slide-active .main-slider-three__video-link {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-three__video-shape-1 {
  position: absolute;
  top: -55px;
  left: -55px;
  opacity: .40;
}

.main-slider-three__video-shape-1 img {
  width: auto;
}

.main-slider-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: var(--zefxa-white);
  background-color: var(--zefxa-base);
  border-radius: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0;
}

.main-slider-three__video-icon::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -17px;
  bottom: -17px;
  right: -17px;
  border: 1px solid rgba(var(--zefxa-white-rgb), 0.10);
  border-radius: 0;
}

.main-slider-three__video-icon:hover {
  background-color: var(--zefxa-white);
  color: var(--zefxa-base);
}

.main-slider-three__video-link .ripple,
.main-slider-three__video-icon .ripple:before,
.main-slider-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112px;
  height: 112px;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-three__nav {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  transform: translateY(-50%);
  padding: 0 145px;
  height: 0;
  line-height: 0;
  z-index: 100;
}

.main-slider-three__nav .swiper-button-next,
.main-slider-three__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 52px;
  height: 52px;
  font-size: 18px;
  color: rgba(var(--zefxa-white-rgb), .20);
  opacity: 1;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
  border: 2px solid rgba(var(--zefxa-white-rgb), .20);
  background: transparent;
}


.main-slider-three__nav .swiper-button-next:hover,
.main-slider-three__nav .swiper-button-prev:hover {
  color: rgba(var(--zefxa-white-rgb), 1);
  border: 2px solid rgba(var(--zefxa-white-rgb), 1);
}

.main-slider-three__nav .swiper-button-next::after,
.main-slider-three__nav .swiper-button-prev::after {
  display: none;
}

.main-slider-three__nav .swiper-button-next {
  margin-top: 10px;
}



/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-one__big-text {
  font-size: 100px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #f4f1ee;
  transform: rotate(90deg);
  position: absolute;
  bottom: 307px;
  left: -73px;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__img-box {
  position: relative;
  display: block;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--zefxa-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.services-one__single:hover .services-one__img::before {
  opacity: .50;
}

.services-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.services-one__single:hover .services-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.services-one__content-wrap {
  position: relative;
  display: block;
}

.services-one__content {
  position: relative;
  display: block;
  margin-top: -40px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #dadcdd;
  padding: 43px 28px 25px;
  padding-right: 20px;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  z-index: 1;
}

.services-one__content::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: white;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  z-index: -1;
}

.services-one__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  top: -15px;
  left: 30px;
  background-color: white;
  z-index: 2;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--zefxa-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  transform: scale(0.9);
}


.services-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 11px;
}

.services-one__title a {
  color: #c8177b;
}

.services-one__title a:hover {
  color: var(--zefxa-base);
}

.toggle-btn {
  color: #c8177b;
  cursor: pointer;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}

.toggle-btn:hover {
  color: #415ca4;
}

/*--------------------------------------------------------------
# About One    
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 0 0 87px;
  z-index: 1;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 40px;
  margin-left: -375px;
}

.about-one__img {
  position: relative;
  display: block;
}

.about-one__img img {
  width: 100%;
}

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

.about-one__right .section-title {
  margin-bottom: 22px;
}

.about-one__big-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  font-family: var(--zefxa-font-two);
  color: var(--zefxa-base);
}

.about-one__text {
  margin-top: 21px;
  margin-bottom: 25px;
}

.about-one__points {
  position: relative;
  display: flex;
  align-items: center;
  gap: 103px;
}

.about-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-one__points li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -43px;
  width: 3px;
  height: 94px;
  background-color: var(--zefxa-base);
}

.about-one__points li:first-child::before {
  display: none;
}

.about-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
}

.about-one__points li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--zefxa-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-one__points li:hover .icon>span {
  transform: scale(0.9);
}

.about-one__points li h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.about-one__btn-box {
  position: relative;
  display: block;
  margin-top: 41px;
}

/*--------------------------------------------------------------
# Team One   
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-one__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 508px;
  background-color: var(--zefxa-black);
  z-index: -1;
}

.team-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.06;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.team-one .section-title__title {
  color: var(--zefxa-white);
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-one__img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background-color: rgba(var(--zefxa-black-rgb), .30);
}

.team-one__single:hover:hover .team-one__img:after {
  opacity: 1
}

.team-one__img img {
  width: 100%;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.036);
  transition-duration: .9s
}

.team-one__content-inner {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -62px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.team-one__content {
  position: relative;
  display: block;
  text-align: center;
  padding: 30px 30px 40px;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  z-index: 2;
}

.team-one__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.team-one__name a {
  color: var(--zefxa-black);
}

.team-one__name a:hover {
  color: var(--zefxa-base);
}

.team-one__sub-title {
  margin-top: 9px;
  margin-bottom: 18px;
}

.team-one__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.team-one__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--zefxa-black);
}

.team-one__social a:hover {
  color: var(--zefxa-base);
}

/*--------------------------------------------------------------
# Contact One  
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  background-color: #efafd0;
  padding: 90px 0 90px;
  z-index: 1;
}

.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .40;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.contact-one__left {
  position: relative;
  display: block;
  margin-left: -30px;
  z-index: 1;
}

.contact-one__from-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.contact-one__from-shape-1 img {
  width: auto;
  opacity: .40;
}

.contact-one__form {
  position: relative;
  display: block;
  background-color: #415ca4;
  padding: 30px 30px 30px;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
  height: 58px;
  width: 100%;
  border: none;
  background-color: white;
  padding-left: 20px;
  padding-right: 55px;
  outline: none;
  font-size: 14px;
  color: #c8177b;
  display: block;
  font-weight: 500;
  border-radius: 0;
}

.contact-one__input-box-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.contact-one__input-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--zefxa-base);
}

.contact-one__input-box .select-box {
  width: 100%;
}

.contact-one__input-box .nice-select {
  height: 58px;
  width: 100%;
  border: none;
  background-color: white;
  padding-left: 20px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #c8177b;
  display: block;
  font-weight: 500;
  border-radius: 0px;
  line-height: 60px;
  float: none;
}

.contact-one__input-box .nice-select:after {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--zefxa-base);
  border-right: 2px solid var(--zefxa-base);
  margin-top: 0px;
  z-index: 10;
}

.contact-one__btn-box {
  position: relative;
  display: block;
}

.contact-one__btn {
  border: none;
  width: 100%;
  padding: 15px 29px 15px;
}

.contact-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
  text-align: center;
  margin-top: 104px;
}

.contact-one__video-link {
  position: relative;
  display: block;
}

.contact-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  color: var(--zefxa-white);
  background-color: transparent;
  border: 2px solid var(--zefxa-white);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 auto;
}

/* .contact-one__video-icon:hover {
  background-color: var(--zefxa-white);
  color: var(--zefxa-base);
} */

.contact-one__video-link .ripple,
.contact-one__video-icon .ripple:before,
.contact-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.contact-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.contact-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.contact-one__video-text {
  position: relative;
  display: block;
  font-size: 45px;
  color: #415ca4;
  line-height: 55px;
  font-weight: 600;
  margin-top: 39px;
}

/*--------------------------------------------------------------
# Sliding Text   
--------------------------------------------------------------*/
.sliding-text {
  position: relative;
  display: block;
}

.sliding-text__inner {
  position: relative;
  display: block;
  background-color: #415ca4;
  padding: 34px 0 38px;
}

.sliding-text__list {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  flex-wrap: nowrap;
}

.sliding-text__list li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  gap: 16px;
}

.sliding-text__list li+li {
  margin-left: 45px;
}

.sliding-text__list li .icon {
  position: relative;
  display: block;
  color: #3c63aa !important;
}

.sliding-text__list li .icon>img {
  width: auto;

}

.sliding-text__list li>p {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: var(--zefxa-white);
  font-family: var(--zefxa-font-two);
}

/*--------------------------------------------------------------
# Process One   
--------------------------------------------------------------*/
.process-one {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 120px 0 90px;
  z-index: 1;
}

.process-one__single-inner {
  position: relative;
  display: block;
  margin-bottom: 73px;
}

.process-one__single {
  position: relative;
  display: block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 28px 51px;
  z-index: 1;
}

.process-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #efafd0;
  /* color: white; */
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.process-one__single:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
  
}

.process-one__single-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-one__single:hover .process-one__single-bg {
  opacity: 0.05;
  /* mix-blend-mode: luminosity; */
  /* color: white; */
}

/* .process-one__title:hover .process-one__text::after{
  color: white !important;
} */

.process-one__single-shape {
  position: absolute;
  left: 40px;
  bottom: -13px;
  right: 40px;
  top: 40px;
  border: 2px dashed var(--zefxa-base);
  border-radius: 20px;
  z-index: -1;
}

.process-one__icon {
  position: relative;
  display: inline-block;
}

.process-one__icon>span {
  position: relative;
  display: inline-block;
  font-size: 70px;
  color: var(--zefxa-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}


.process-one__single:hover .process-one__icon>span {
  transform: scale(0.9);
  color: #c8177b;
}

.process-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 13px;
  margin-bottom: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-one__single:hover .process-one__title> {
  color: white;
}

.process-one__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-one__single:hover .process-one__text {
  color: #ffffff;
}

.process-one__count {
  position: absolute;
  left: 50%;
  bottom: -43px;
  width: 70px;
  height: 70px;
  border: 10px solid #415ca4;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: white;
}

.process-one__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: var(--zefxa-base);
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--zefxa-font-two);
}

/*--------------------------------------------------------------
# Why We Are   
--------------------------------------------------------------*/
.why-we-are {
  position: relative;
  display: block;
  background-color: white;
  padding: 25px 0 0;
  overflow: hidden;
  z-index: 1;
}

.why-we-are__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.why-we-are__bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - -120px) / 2);
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  z-index: -1;
}

.why-we-are__shape-1 {
  position: absolute;
  right: 0;
  bottom: 35px;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

.why-we-are__shape-1 img {
  width: auto;
}

.why-we-are__shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.why-we-are__shape-2 img {
  width: auto;
}

.why-we-are__left {
  position: relative;
  display: block;
  margin-top: 95px;
}

.why-we-are__left .section-title {
  margin-bottom: 23px;
}

.why-we-are__left .section-title__title {
  color: var(--zefxa-white);
}

/* .gradient-text {
  background: radial-gradient(circle, rgba(200, 23, 123, 1) 50%, rgba(60, 99, 170, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
} */

.why-we-are__text {
  color: #000000;
}

.why-we-are__points-box {
  position: relative;
  display: block;
  margin-top: 15px;
}

.why-we-are__points-box li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.why-we-are__points-box li+li {
  margin-top: 15px;
}

.why-we-are__points-box li .icon {
  position: relative;
  display: inline-block;
  top: 10px;
}

.why-we-are__points-box li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--zefxa-base);
}

.why-we-are__points-box li .content {
  position: relative;
  display: block;
}

.why-we-are__points-box li .content>h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--zefxa-white);
  margin-bottom: 10px;
}

.why-we-are__points-box li .content>p {
  color: #415ca4;
}

.why-we-are__right {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: 75px;
}

.why-we-are__img {
  position: relative;
  display: block;
}

.why-we-are__img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Testimonial One    
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 170px 0 170px;
  z-index: 1;
}

.testimonial-one__inner {
  position: relative;
  display: block;
}

.testimonial-one__main-content {
  position: relative;
  display: block;
}

.testimonial-one__main-content-inner {
  position: relative;
  display: block;
}

.testimonial-one__left {
  position: relative;
  display: block;
  margin-left: 134px;
  margin-right: 136px;
}

.testimonial-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.testimonial-one__img-box>img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-one__shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.testimonial-one__shape-1>img {
  width: auto;
}

.testimonial-one__shape-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.testimonial-one__shape-2>img {
  width: auto;
}

.testimonial-one__right {
  position: relative;
  display: block;
  margin-top: 120px;
}

.testimonial-one__single {
  position: relative;
  display: block;
  border: 1px solid #ede8e4;
  padding: 30px 40px 40px;
  border-radius: 5px;
}

.testimonial-one__client-info-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  max-width: 93px;
  width: 100%;
}

.testimonial-one__client-img img {
  width: 100%;
}

.testimonial-one__client-content {
  position: relative;
  display: block;
}

.testimonial-one__client-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-one__text {
  margin-top: 33px;
}

.testimonial-one__quote {
  position: absolute;
  top: 30px;
  right: 40px;
}

.testimonial-one__quote span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--zefxa-base);
}

.testimonial-one__thumb-box {
  position: absolute;
  top: 16px;
  left: 0px;
  width: 104px;
  height: 400px;
  overflow: hidden;
  z-index: 101;
}

#testimonial-one__thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

@media (max-width: 767px) {
  #testimonial-one__thumb {
    display: none;
  }
}

.testimonial-one__img-holder-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  z-index: 1;
}

.testimonial-one__img-holder {
  position: relative;
  display: block;
  transition: all 500ms ease;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.testimonial-one__img-holder:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  background-color: rgba(var(--zefxa-black-rgb), 0);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.swiper-slide-thumb-active .testimonial-one__img-holder:before {
  background-color: rgba(var(--zefxa-black-rgb), .3);
}

.testimonial-one__img-holder>img {
  width: 100%;
  transition: all 0.5s ease-in-out 0.6s;
  border-radius: 50%;
}

.testimonial-one__top {
  position: absolute;
  top: -50px;
  right: 0;
}

.testimonial-one__main-content .swiper-container {
  overflow: visible;
}

.testimonial-one__main-content .swiper-container .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__main-content .swiper-container .swiper-slide-active.swiper-slide {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Blog One    
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.blog-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .40;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.blog-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

.blog-one__shape-1 img {
  width: auto;
}

.blog-one__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.blog-one__shape-2 img {
  width: auto;
}

.blog-one__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 10px 10px 24px;
  margin-bottom: 30px;
}

.blog-one__img-box {
  position: relative;
  display: block;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--zefxa-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-one__single:hover .blog-one__img::before {
  opacity: .50;
}

.blog-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-one__content {
  position: relative;
  display: block;
  padding: 23px 20px 0;
}

.blog-one__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}

.blog-one__meta li {
  position: relative;
  display: block;
}

.blog-one__meta li>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--zefxa-gray);
}

.blog-one__meta li>a:hover {
  color: var(--zefxa-base);
}

.blog-one__meta li>a>span {
  color: var(--zefxa-base);
}

.blog-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 9px;
  margin-bottom: 15px;
}

.blog-one__title a {
  color: var(--zefxa-black);
}

.blog-one__title a:hover {
  color: var(--zefxa-base);
}

/*--------------------------------------------------------------
# CTA One    
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  /* background-color: var(--zefxa-black); */
  z-index: 1;
}

.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .12;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 90px 0 101px;
}

.cta-one__title {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  color: var(--zefxa-white);
}

.cta-one__btn-box {
  position: relative;
  display: block;
}

.cta-one__btn {
  padding: 11px 46px 11px;
}

.cta-one__btn::before {
  background-color:#415ca4;
}

.cta-one__btn:hover {
  color: white;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: white;
  overflow: hidden;
  z-index: 1;
}

.site-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 112px 0 58px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-widget__title {
  font-size: 24px;
  color: var(--zefxa-white);
  line-height: 34px;
  font-weight: 600;
}

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

.footer-widget__logo {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.footer-widget__about-text {
  font-weight: 400;
  color: black;
}

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

.site-footer__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.site-footer__social-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--zefxa-white);
  margin-top: 18px;
  margin-bottom: 23px;
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--zefxa-white);
  background-color: rgba(var(--zefxa-white-rgb), 0.09);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: white;
  background-color: var(--zefxa-base);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--zefxa-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a+a {
  margin-left: 10px;
}

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

.footer-widget__link-list {
  position: relative;
  display: block;
}

.footer-widget__link-list li+li {
  margin-top: 10px;
}

.footer-widget__link-list li a {
  position: relative;
  color: #415ca4;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__link-list li a:hover {
  color: var(--zefxa-base);
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  margin-left: -20px;
  margin-right: 40px;
}

.footer-widget__newsletter-text {
  font-weight: 400;
  color: #415ca4;
  margin-bottom: 18px;
}

.footer-widget__newsletter-form-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-form-input-box input[type="email"] {
  height: 44px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--zefxa-white-rgb), 0.10);
  outline: none;
  font-size: 14px;
  color: #415ca4;
  font-weight: 400;
  padding-right: 70px;
  padding-left: 30px;
  border-radius: 5px;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget__newsletter-btn:hover {
  background-color: var(--zefxa-black);
}

.footer-widget__newsletter-btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--zefxa-white);
}

.footer-widget__Contact-list {
  position: relative;
  display: block;
  margin-top: 18px;
}

.footer-widget__Contact-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-widget__Contact-list li+li {
  margin-top: 6px;
}

.footer-widget__Contact-list li .icon {
  position: relative;
  display: inline-block;
}

.footer-widget__Contact-list li .icon span {
  color: var(--zefxa-base);
  position: relative;
  display: inline-block;
  font-size: 28px;
}

.footer-widget__Contact-list li .contact {
  position: relative;
  display: block;
}

.footer-widget__Contact-list li .contact>p {
  font-size: 14px;
  font-weight: 500;
  color: #6c6b6f;
  line-height: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__Contact-list li .contact>a {
  font-size: 24px;
  font-weight: 600;
  color: var(--zefxa-white);
  line-height: 32px;
  font-family: var(--zefxa-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__Contact-list li .contact>a:hover {
  color: var(--zefxa-base);
  transition: all 500ms ease;
}

.footer-widget__Gallery {
  position: relative;
  display: block;
  margin-left: -35px;
}

.footer-widget__Gallery .footer-widget__title-box {
  margin-bottom: 32px;
}

.footer-widget__Gallery-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.footer-widget__Gallery-list li {
  position: relative;
  display: inline-block;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 20px;
}

.footer-widget__Gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 90px;
  z-index: 1;
}

.footer-widget__Gallery-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--zefxa-black-rgb), .30);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget__Gallery-list li:hover .footer-widget__Gallery-img:before {
  transform: translateY(0%);
}

.footer-widget__Gallery-img img {
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.footer-widget__Gallery-list li:hover .footer-widget__Gallery-img img {
  transform: scale(1.1) rotate(2deg);
}

.footer-widget__Gallery-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--zefxa-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__Gallery-list li:hover .footer-widget__Gallery-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget__Gallery-list li .footer-widget__Gallery-img a:hover {
  color: var(--zefxa-base);
}

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

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 15px 0 17px;
  border-top: 2px solid rgba(var(--zefxa-white-rgb), .10);
}

.site-footer__bottom-text {
  color: #c8177b;
  font-weight: 400;
}

.site-footer__bottom-text a {
  color: #415ca4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: #c8177b;
}

/*--------------------------------------------------------------
# Feature One   
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  margin-top: -110px;
  z-index: 2;
}

.feature-one__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
  padding: 20px 40px 32px;
}

.feature-one__single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--zefxa-base);
  background-position: left center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: 2;
}

.feature-one__single:hover::before {
  transform: scaleX(1.0);
}

.feature-one__icon-and-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

.feature-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 90px;
  background-color: var(--zefxa-base);
}

.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 52px;
  color: var(--zefxa-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
  transform: scale(0.9);
}

.feature-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.feature-one__title a {
  color: var(--zefxa-black);
}

.feature-one__title a:hover {
  color: var(--zefxa-base);
}

.feature-one__text {
  margin-top: 23px;
  margin-bottom: 14px;
}

.feature-one__read-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-one__read-more:hover {
  color: var(--zefxa-black);
}

/*--------------------------------------------------------------
# About Two    
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 8px 0 120px;
  z-index: 1;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: -62px;
}

.about-two__img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-two__img::before {
  content: "";
  position: absolute;
  top: -38px;
  left: -60px;
  bottom: -29px;
  width: 403px;
  background-color: var(--zefxa-base);
  z-index: -1;
}

.about-two__img img {
  width: 100%;
}

.about-two__right {
  position: relative;
  display: block;
  margin-top: 53px;
  margin-left: 70px;
}

.about-two__right .section-title {
  margin-bottom: 22px;
}

.about-two__text-1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: var(--zefxa-base);
}

.about-two__text-2 {
  margin-top: 21px;
  margin-bottom: 33px;
}

.about-two__client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-two__client-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border: 2px solid var(--zefxa-base);
  border-radius: 50%;
}

.about-two__client-img {
  position: relative;
  display: block;
  width: 70px;
  border-radius: 50%;
}

.about-two__client-img img {
  width: 100%;
  border-radius: 50%;
}

.about-two__client-content {
  position: relative;
  display: block;
}

.about-two__client-name {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: var(--zefxa-font-three);
  color: var(--zefxa-black);
  margin-bottom: 13px;
}

/*--------------------------------------------------------------
# Video One    
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  background-color: var(--zefxa-black);
  padding: 114px 0 89px;
  overflow: hidden;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one__shape-1 {
  position: absolute;
  top: 7px;
  left: 52%;
  transform: translateX(-52%);
  z-index: -1;
}

.video-one__shape-1>img {
  width: auto;
  opacity: .40;
}

.video-one__shape-2 {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}

.video-one__shape-2>img {
  width: auto;
}

.video-one__shape-3 {
  position: absolute;
  top: -3px;
  right: -30px;
  z-index: -1;
}

.video-one__shape-3>img {
  width: auto;
}

.video-one__inner {
  position: relative;
  display: block;
}

.video-one__video-link {
  position: relative;
  display: block;
  text-align: center;
}

.video-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 107px;
  height: 107px;
  line-height: 107px;
  text-align: center;
  font-size: 20px;
  color: var(--zefxa-base);
  background-color: var(--zefxa-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 auto;
}

.video-one__video-icon::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  bottom: -14px;
  right: -14px;
  border: 1px solid rgba(var(--zefxa-white-rgb), 0.10);
  border-radius: 50%;
}

.video-one__video-icon:hover {
  background-color: var(--zefxa-base);
  color: var(--zefxa-white);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-one__video-text {
  font-size: 45px;
  font-weight: 600;
  line-height: 54px;
  color: var(--zefxa-white);
  margin-top: 63px;
}

.video-one__video-text>span {
  color: var(--zefxa-base);
}

/*--------------------------------------------------------------
# Project One    
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 60px 0 45px;
  z-index: 1;
}

.project-one .container {
  max-width: 1100px;
}

.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-one__img-box {
  position: relative;
  display: block;
 
}


.project-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  margin: 20px;
  /* padding: 50px; */
   border: 5px solid #3c63aa;
   border-radius: 10px;
}


.project-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--zefxa-black-rgb), .70);
  visibility: visible;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 1;
}

/* .project-one__single:hover .project-one__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
} */

.project-one__img img {
  width: 100%;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%;
}

/* .project-one__single:hover .project-one__img img {
  transform: scale(1.036);
  transition-duration: .9s
} */

.project-one__content {
  position: absolute;
  left: 40px;
  bottom: 25px;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.project-one__single:hover .project-one__content {
  transform: scaleY(1.0);
}

.project-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 20px;
}

.project-one__title a {
  color: #415ca4;
}

.project-one__title a:hover {
  color: var(--zefxa-base);
}

.project-one__sub-title {
  color: var(--zefxa-base);
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Company Benefits    
--------------------------------------------------------------*/
.company-benefits {
  position: relative;
  display: block;
  background-color: var(--zefxa-black);
  padding: 30px 0 0;
  overflow: hidden;
  z-index: 1;
}

.company-benefits__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.company-benefits__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: -1;
}

.company-benefits__shape-2 img {
  width: auto;
  opacity: 0.09;
}

.company-benefits__left {
  position: relative;
  display: block;
  margin-left: -60px;
  margin-right: 42px;
}

.company-benefits__img {
  position: relative;
  display: block;
  z-index: 1;
}

.company-benefits__img img {
  width: 100%;
}

.company-benefits__client-name {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--zefxa-font-three);
  position: absolute;
  bottom: 120px;
  right: -36px;
  color: var(--zefxa-black);
}

.company-benefits__shape-1 {
  position: absolute;
  bottom: -134px;
  right: -143px;
  z-index: -1;
}

.company-benefits__shape-1 img {
  width: auto;
}

.company-benefits__shape-3 {
  position: absolute;
  bottom: -229px;
  left: -183px;
  z-index: -1;
}

.company-benefits__shape-3 img {
  width: auto;
}

.company-benefits__shape-4 {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: -1;
}

.company-benefits__shape-4 img {
  width: auto;
}

.company-benefits__right {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-top: 90px;
}

.company-benefits__right .section-title {
  margin-bottom: 13px;
}

.company-benefits__right .section-title__title {
  color: var(--zefxa-white);
}

.company-benefits__text {
  color: #878c8f;
}

.company-benefits__points {
  position: relative;
  display: block;
  margin-top: 30px;
}

.company-benefits__points li {
  position: relative;
  display: flex;
}

.company-benefits__points li+li {
  margin-top: 27px;
}

.company-benefits__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 70px;
  width: 100%;
  height: 70px;
  background-color: var(--zefxa-base);
}

.company-benefits__points li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--zefxa-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.company-benefits__points li:hover .icon>span {
  transform: scale(0.9);
}

.company-benefits__points li .content {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -8px;
}

.company-benefits__points li .content>h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--zefxa-white);
}

.company-benefits__points li .content>h3>a {
  color: var(--zefxa-white);
}

.company-benefits__points li .content>h3>a:hover {
  color: var(--zefxa-base);
}

.company-benefits__points li .content>p {
  color: #878c8f;
  margin-top: 11px;
}

/*--------------------------------------------------------------
# Team Two    
--------------------------------------------------------------*/
.team-two {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.team-two .container {
  max-width: 1600px;
}

.team-two__single {
  position: relative;
  display: block;
  z-index: 1;
}

.team-two__img-box {
  position: relative;
  display: block;
  padding: 35px 25px 22px;
  border-bottom: 3px solid var(--zefxa-base);
}

.team-two__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.team-two__img-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.team-two__single:hover .team-two__img-hover-bg {
  transform: scaleY(1.0);
}

.team-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}

.team-two__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--zefxa-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.team-two__single:hover .team-two__img::before {
  opacity: .50;
}

.team-two__img img {
  width: 100%;
  border-radius: 50%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.team-two__single:hover .team-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.team-two__content {
  position: relative;
  display: block;
  margin-top: -60px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: 2;
}

.team-two__single:hover .team-two__content {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.team-two__content-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 33px 30px 45px;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 100% 19%, 100% 100%, 0% 100%);
}

.team-two__content-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.team-two__content-shape img {
  width: auto;
  opacity: .15;
}

.team-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.team-two__title a {
  color: var(--zefxa-black);
}

.team-two__title a:hover {
  color: var(--zefxa-base);
}

.team-two__sub-title {
  margin-top: 10px;
  margin-bottom: 19px;
}

.team-two__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.team-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--zefxa-black);
}

.team-two__social a:hover {
  color: var(--zefxa-base);
}

/*--------------------------------------------------------------
# Testimonial Two    
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  background-color: var(--zefxa-extra);
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-two__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonial-two__shape-1 img {
  width: auto;
}

.testimonial-two__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonial-two__shape-2 img {
  width: auto;
}

.testimonial-two__right-img {
  position: absolute;
  right: 60px;
  bottom: 0px;
}

.testimonial-two__right-img img {
  width: auto;
}

.testimonial-two__left {
  position: relative;
  display: block;
}

.testimonial-two__left .section-title {
  margin-bottom: 19px;
}

.testimonial-two__left-bottom {
  position: relative;
  display: block;
}

.testimonial-two__left-bottom .swiper-container {
  padding-bottom: 74px;
}

.testimonial-two__single {
  position: relative;
  display: block;
  background-color: var(--zefxa-white);
  border-radius: 55px;
  border: 1px solid #dfe3e7;
  padding: 25px 40px 30px;
}

.testimonial-two__client-and-ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-two__client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  max-width: 81px;
  width: 100%;
}

.testimonial-two__client-img>img {
  width: 100%;
}

.testimonial-two__client-content {
  position: relative;
  display: block;
}

.testimonial-two__client-content>h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-two__client-content>p {
  margin-top: 6px;
}

.testimonial-two__ratting {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  padding: 12px 20px 12px;
  gap: 5px;
}

.testimonial-two__ratting span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--zefxa-base);
}

.testimonial-two__text {
  margin-top: 18px;
}

.testimonial-two__single-shape-1 {
  position: absolute;
  right: 95px;
  bottom: -74px;
  border-top: 30px solid #dfe3e7;
  border-left: 30px solid transparent;
  border-right: 45px solid #dfe3e7;
  border-bottom: 44px solid transparent;
}

.testimonial-two__single-shape-1::before {
  content: "";
  position: absolute;
  right: -44px;
  top: -30px;
  border-top: 28px solid var(--zefxa-white);
  border-left: 28px solid transparent;
  border-right: 44px solid var(--zefxa-white);
  border-bottom: 44px solid transparent;
}

.testimonial-two__right {
  position: relative;
  display: block;
  margin-left: 40px;
}

.testimonial-two__form {
  position: relative;
  display: block;
}

.testimonial-two__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.testimonial-two__input-box input[type="text"],
.testimonial-two__input-box input[type="email"] {
  height: 58px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .10);
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--zefxa-gray);
  display: block;
  font-weight: 500;
  border-radius: 0;
}

.testimonial-two__input-box-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.testimonial-two__input-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--zefxa-base);
}

.testimonial-two__input-box .select-box {
  width: 100%;
}

.testimonial-two__input-box .nice-select {
  height: 58px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .10);
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--zefxa-gray);
  display: block;
  font-weight: 500;
  border-radius: 0px;
  line-height: 60px;
  float: none;
}

.testimonial-two__input-box .nice-select:after {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--zefxa-gray);
  border-right: 2px solid var(--zefxa-gray);
  margin-top: 0px;
  z-index: 10;
}

.testimonial-two__btn-box {
  position: relative;
  display: block;
}

.testimonial-two__btn {
  border: none;
  align-items: center;
  padding: 11px 40px 11px;
  gap: 10px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--zefxa-black);
  z-index: 1;
}

.brand-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.brand-one .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-one .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Pricing One    
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.pricing-one__single {
  position: relative;
  display: block;
  padding: 10px 0 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  z-index: 1;
}

.pricing-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--zefxa-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.pricing-one__single:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.pricing-one__title-box {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--zefxa-black);
  padding: 19px 20px 23px;
  z-index: 1;
}

.pricing-one__title-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.09;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.pricing-one__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  color: var(--zefxa-white);
  margin-bottom: 11px;
}

.pricing-one__price {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  color: var(--zefxa-base);
}

.pricing-one__price>span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fbfbfb;
  position: relative;
  margin-left: 10px;
  top: -10px;
}

.pricing-one__points-box {
  position: relative;
  display: block;
  padding: 18px 65px 30px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #dfe3e7;
  border-top: 0;
  border-bottom-left-radius: 185px;
  border-bottom-right-radius: 185px;
}

.pricing-one__points {
  position: relative;
  display: block;
}

.pricing-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.pricing-one__points li+li {
  margin-top: 13px;
}

.pricing-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background-color: var(--zefxa-black);
  border-radius: 1px;
}

.pricing-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 8px;
  color: var(--zefxa-white);
}

.pricing-one__btn-box {
  position: relative;
  display: block;
  margin-top: 21px;
}

.pricing-one__btn {
  padding: 11px 42px 11px;
  align-items: center;
  gap: 7px;
}

/*--------------------------------------------------------------
# Blog Two    
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-two__img-box {
  position: relative;
  display: block;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-two__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--zefxa-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-two__single:hover .blog-two__img::before {
  opacity: .60;
}

.blog-two__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-two__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.blog-two__meta {
  background-color: #f3f3f3;
  position: relative;
  display: flex;
  align-items: center;
  gap: 49px;
  padding: 12px 30px 13px;
}

.blog-two__meta li {
  position: relative;
  display: block;
}

.blog-two__meta li>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--zefxa-gray);
}

.blog-two__meta li>a:hover {
  color: var(--zefxa-base);
}

.blog-two__meta li>a>span {
  color: var(--zefxa-base);
}

.blog-two__title-box {
  position: relative;
  display: block;
  padding: 17px 30px 24px;
  overflow: hidden;
  z-index: 1;
}

.blog-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
}

.blog-two__title>a {
  color: var(--zefxa-black);
}

.blog-two__title>a:hover {
  color: var(--zefxa-base);
}

.blog-two__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 17px 5px;
  background-color: var(--zefxa-base);
  z-index: 2;
}

.blog-two__tag p {
  font-size: 14px;
  line-height: 24px;
  color: var(--zefxa-white);
}

.blog-two__content-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.blog-two__content-shape img {
  width: auto;
}

.blog-two__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.blog-two__arrow>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: var(--zefxa-white);
  border-radius: 50%;
  background-color: var(--zefxa-base);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__arrow>a:hover {
  background-color: var(--zefxa-black);
}

.blog-two__single:hover .blog-two__arrow a {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.blog-two__arrow>a>span {
  position: relative;
  transform: rotate(-40deg);
}

/*--------------------------------------------------------------
# Services Two   
--------------------------------------------------------------*/
.service-two {
  position: relative;
  display: block;
  background-color: #f9f9f9;
  padding: 120px 0 90px;
  z-index: 1;
}

.service-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-two__content-inner {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.03);
  padding: 20px 40px 31px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}

.service-two__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.service-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 90px;
  background-color: var(--zefxa-base);
}

.service-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 51px;
  color: var(--zefxa-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.service-two__single:hover .service-two__icon>span {
  transform: scale(0.9);
}

.service-two__content>h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.service-two__content>h3>a {
  color: var(--zefxa-black);
}

.service-two__content>h3>a:hover {
  color: var(--zefxa-base);
}

.service-two__text {
  margin-top: 23px;
  margin-bottom: 14px;
}

.service-two__read-more {
  position: relative;
  display: inline-block;
}

.service-two__read-more a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.service-two__read-more a:hover {
  color: var(--zefxa-black);
}

.service-two__img-box {
  position: relative;
  display: block;
  padding: 50px 13.5px 27px;
  margin-top: -40px;
  z-index: 1;
}

.service-two__img-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.service-two__img-box-bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.service-two__single:hover .service-two__img-box-bg-2 {
  transform: scaleY(1.0);
}

.service-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

.service-two__img img {
  width: 100%;
  border-radius: 50%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.service-two__single:hover .service-two__img img {
  transform: scale(1.05) rotate(0deg);
}

/*--------------------------------------------------------------
# About Three    
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 0 0 120px;
  background-color: #f9f9f9;
  z-index: 1;
}

.about-three__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 120px;
  width: calc((100% - 310px) /2);
}

.about-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-three__shape-1 {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.about-three__shape-1 img {
  width: auto;
  opacity: .30;
}

.about-three__shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-three__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.about-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  font-size: 16px;
  color: var(--zefxa-white);
  background-color: var(--zefxa-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 auto;
}

.about-three__video-icon::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -17px;
  bottom: -17px;
  right: -17px;
  border: 1px solid rgba(var(--zefxa-white-rgb), 0.10);
  border-radius: 50%;
}

.about-three__video-icon:hover {
  background-color: var(--zefxa-black);
  color: var(--zefxa-white);
}

.about-three__video-link .ripple,
.about-three__video-icon .ripple:before,
.about-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--zefxa-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-three__right {
  position: relative;
  display: block;
}

.about-three__right .section-title {
  margin-bottom: 22px;
}

.about-three__text-1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--zefxa-base);
}

.about-three__text-2 {
  margin-top: 21px;
  margin-bottom: 27px;
}

.about-three__points-and-year {
  position: relative;
  display: flex;
  align-items: center;
  gap: 138px;
}

.about-three__points {
  position: relative;
  display: block;
}

.about-three__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-three__points li+li {
  margin-top: 8px;
}

.about-three__points li .icon {
  position: relative;
  display: inline-block;
}

.about-three__points li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--zefxa-base);
}

.about-three__points li p {
  color: var(--zefxa-black);
}

.about-three__year {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background-color: #efafd0;
  border-radius: 50%;
}

.about-three__year::before {
  content: "";
  position: absolute;
  top: 0;
  left: -42px;
  bottom: 0;
  width: 2px;
  background-color: var(--zefxa-base);
}

.about-three__year-shape {
  position: absolute;
  top: 0;
  left: -10px;
  width: 75px;
  height: 75px;
  background-color: rgba(var(--zefxa-gray-rgb), .10);
  border-radius: 50%;
  z-index: -1;
}

.about-three__year>p {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: var(--zefxa-white);
  line-height: 18px;
}

.about-three__btn-box {
  position: relative;
  display: block;
  margin-top: 25px;

}

/*--------------------------------------------------------------
# Service Three    
--------------------------------------------------------------*/
.service-three {
  position: relative;
  display: block;
  background-color: #efafd0;
  counter-reset: count;
  padding: 120px 0 90px;
  z-index: 1;
}

.service-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.service-three__img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.service-three__img img {
  width: auto;
}

.service-three__left {
  position: relative;
  display: block;
}

.service-three__left .section-title {
  margin-bottom: 13px;
}

.service-three__left .section-title__title {
  color: var(--zefxa-white);
}

.service-three__text {
  color: #878c8f;
}

.service-three__single {
  position: relative;
  display: block;
  background-color: white;
  border-radius: 8px;
  padding: 40px 40px 33px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
  opacity: 1;
}

.service-three__count {
  position: absolute;
  top: 56px;
  right: 58px;
  z-index: 2;
}

.service-three__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  line-height: 45px;
  font-family: var(--zefxa-font-two);
  font-weight: 600;
  color: rgba(var(--zefxa-black-rgb), .12);
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-three__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.service-three__shape-1 img {
  width: auto;
}

.service-three__icon {
  position: relative;
  display: inline-block;
}

.service-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--zefxa-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.service-three__single:hover .service-three__icon span {
  transform: scale(0.9);
}

.service-three__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 18px;
}

.service-three__title>a {
  color: var(--zefxa-black);
}

.service-three__title>a:hover {
  color: var(--zefxa-base);
}

.service_h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 18px;
  color: black"

}

/* Make sure heading is visible */

.center-popup {
  background-color: white;
  color: #3c63aa;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 240px;
  transition-duration: 5s;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.center-popup:hover, h3:hover {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}



/*--------------------------------------------------------------
# Team Three   
--------------------------------------------------------------*/
.team-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-three__img-box {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.team-three__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 0;
  background-image: -moz-linear-gradient(0deg, rgb(245, 9, 99) 0%, rgba(28, 27, 31, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(245, 9, 99) 0%, rgba(28, 27, 31, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(245, 9, 99) 0%, rgba(28, 27, 31, 0) 100%);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.team-three__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-three__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.team-three__single:hover .team-three__img img {
  transform: scale(1.05) rotate(0deg);
}

.team-three__content-inner {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -100px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: 2;
}

.team-three__content {
  position: relative;
  display: block;
  padding: 33px 40px 40px;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
  text-align: center;
}

.team-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.team-three__title>a {
  color: var(--zefxa-black);
}

.team-three__title>a:hover {
  color: var(--zefxa-base);
}

.team-three__sub-title {
  margin-top: 10px;
  margin-bottom: 25px;
}

.team-three__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.team-three__social>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--zefxa-black);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}

.team-three__social>a:hover {
  color: var(--zefxa-white);
  background-color: var(--zefxa-base);
}

/*--------------------------------------------------------------
# Testimonial Three   
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  background-color: var(--zefxa-black);
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.testimonial-three__left {
  position: relative;
  display: block;
}

.testimonial-three__left .section-title {
  margin-bottom: 12px;
}

.testimonial-three__left .section-title__title {
  color: var(--zefxa-white);
}

.testimonial-three__text {
  color: #878c8f;
}

.testimonial-three__btn-box {
  position: relative;
  display: block;
  margin-top: 35px;
}

.testimonial-three__btn {
  padding: 11px 45px 11px;
}

.testimonial-three__btn:hover {
  color: var(--zefxa-base);
}

.testimonial-three__btn::before {
  background-color: var(--zefxa-white);
}

.testimonial-three__right {
  position: relative;
  display: block;
}

.testimonial-three__main-content {
  position: relative;
  display: block;
}

.testimonial-three__single {
  position: relative;
  display: block;
}

.testimonial-three__quote {
  position: relative;
  display: inline-block;
}

.testimonial-three__quote>span {
  position: relative;
  display: inline-block;
  font-size: 52px;
  color: var(--zefxa-base);
}

.testimonial-three__single-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: var(--zefxa-font-two);
  color: var(--zefxa-white);
  margin-top: 23px;
  margin-bottom: 29px;
}

.testimonial-three__client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.testimonial-three__client-img {
  position: relative;
  display: block;
  border: 2px solid var(--zefxa-base);
  border-radius: 50%;
}

.testimonial-three__client-img img {
  border-radius: 50%;
  width: 100%;
}

.testimonial-three__client-content {
  position: relative;
  display: block;
}

.testimonial-three__client-content>h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--zefxa-white);
}

.testimonial-three__client-content>p {
  color: #878c8f;
}

.testimonial-three__thumb-box {
  position: absolute;
  top: -7px;
  right: -100px;
  width: 104px;
  height: 370px;
  overflow: hidden;
  z-index: 101;
}

.testimonial-three__thumb-box #testimonial-one__thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

@media (max-width: 767px) {
  .testimonial-three__thumb-box #testimonial-one__thumb {
    display: none;
  }
}

.testimonial-three__img-holder-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  z-index: 1;
}

.testimonial-three__img-holder {
  position: relative;
  display: block;
  transition: all 500ms ease;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.testimonial-three__img-holder:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  background-color: rgba(var(--zefxa-black-rgb), 0);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.swiper-slide-thumb-active .testimonial-three__img-holder:before {
  background-color: rgba(var(--zefxa-black-rgb), .3);
}

.testimonial-three__img-holder>img {
  width: 100%;
  transition: all 0.5s ease-in-out 0.6s;
  border-radius: 50%;
}

.testimonial-three__img-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.testimonial-three__img-1 img {
  width: auto;
}

.testimonial-three__shape-1 {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: -1;
}

.testimonial-three__shape-1 img {
  width: auto;
}

.testimonial-three__shape-2 {
  position: absolute;
  bottom: 64px;
  left: -24px;
  z-index: -1;
}

.testimonial-three__shape-2 img {
  width: auto;
}

/*--------------------------------------------------------------
# FAQ One   
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  counter-reset: count;
  background-color: var(--zefxa-extra);
  padding: 120px 0 120px;
  z-index: 1;
}

.faq-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100% - 110px) / 2);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

.faq-one__right {
  position: relative;
  display: block;
}

.faq-one__right .section-title {
  margin-bottom: 29px;
}

.faq-one__right .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 8px;
  border: 1px solid #e2ddda;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-one__right .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 17px 40px 22px;
  padding-left: 65px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: var(--zefxa-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--zefxa-black);
}

.faq-one__right .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 15px;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4::before {
  content: "\e92f";
  font-family: 'icomoon' !important;
  font-weight: 900;
  font-size: 14px;
  color: var(--zefxa-base);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e932";
  color: var(--zefxa-black);
}

.faq-one__right .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-one__right .faq-one-accrodion .accrodion-content p {
  margin: 0;
}

.faq-one__count {
  position: absolute;
  left: 40px;
  top: 47%;
  transform: translateY(-50%);
}

.faq-one__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: var(--zefxa-base);
  counter-increment: count;
  content: ""counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--zefxa-font-two);
}

.faq-one__count::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -11px;
  width: 3px;
  height: 3px;
  background-color: var(--zefxa-base);
}

/*--------------------------------------------------------------
# Business Growth    
--------------------------------------------------------------*/
.business-growth {
  position: relative;
  display: block;
  background-color: white;
  /* padding: 52px 0 50px; */
  z-index: 1;
}

.business-growth__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.business-growth__left {
  position: relative;
  display: block;
  margin-top: 68px;
}

.business-growth__left .section-title {
  margin-bottom: 22px;
}

.business-growth__left .section-title__title {
  color:#415ca4;
}

.business-growth__text {
  color: #000000;
  margin-bottom: 35px;
}

.business-growth__progress-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 45px;
}

.business-growth__progress-single {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.price__pack {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.price__pack>p {
  font-size: 24px;
  font-weight: 600;
  color: var(--zefxa-white);
  font-family: var(--zefxa-font-two);
}

.business-growth__progress-content {
  position: relative;
  display: block;
}

.business-growth__progress-content>p {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--zefxa-white);
  font-family: var(--zefxa-font-two);
}

.business-growth__right {
  position: relative;
  display: block;
  margin-left: 52px;
  margin-right: -62px;
}

.business-growth__img {
  position: relative;
  display: block;
}

.business-growth__img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Blog Three   
--------------------------------------------------------------*/
.blog-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-three__single {
  position: relative;
  display: block;
  margin-left: -60px;
  margin-right: -20px;
  margin-bottom: 30px;
}

.blog-three__img-box {
  position: relative;
  display: block;
}

.blog-three__img {
  position: relative;
  display: block;
  border-bottom-left-radius: 180px;
  border-top-left-radius: 180px;
  overflow: hidden;
}

.blog-three__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--zefxa-black-rgb), .60);
  border-bottom-left-radius: 180px;
  border-top-left-radius: 180px;
  z-index: 1;
}

.blog-three__img img {
  width: 100%;
  border-bottom-left-radius: 180px;
  border-top-left-radius: 180px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-three__single:hover .blog-three__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-three__tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--zefxa-base);
  padding: 1px 15px 5px;
  z-index: 2;
}

.blog-three__tag>p {
  font-size: 14px;
  color: var(--zefxa-white);
  line-height: 24px;
}

.blog-three__content {
  position: absolute;
  left: 90px;
  bottom: 33px;
  z-index: 2;
}

.blog-three__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
}

.blog-three__meta li {
  position: relative;
  display: block;
}

.blog-three__meta li>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--zefxa-white);
}

.blog-three__meta li>a:hover {
  color: var(--zefxa-base);
}

.blog-three__meta li>a>span {
  color: var(--zefxa-base);
}

.blog-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 10px;
}

.blog-three__title>a {
  color: var(--zefxa-white);
}

.blog-three__title>a:hover {
  color: var(--zefxa-base);
}

.blog-three__single-2 {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}

.blog-three__meta-2 {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  gap: 49px;
  padding: 12px 40px 12px;
}

.blog-three__meta-2 li {
  position: relative;
  display: block;
}

.blog-three__meta-2 li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--zefxa-gray);
}

.blog-three__meta-2 li a:hover {
  color: var(--zefxa-base);
}

.blog-three__meta-2 li a>span {
  color: var(--zefxa-base);
}

.blog-three__title-box {
  position: relative;
  display: block;
  padding: 0 40px 31px;
  z-index: 1;
}

.blog-three__title-2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 17px;
  margin-bottom: 15px;
}

.blog-three__title-2>a {
  color: var(--zefxa-black);
}

.blog-three__title-2>a:hover {
  color: var(--zefxa-base);
}

.blog-three__read-more {
  position: relative;
  display: inline-block;
  margin-top: 17px;
}

.blog-three__read-more>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.blog-three__read-more>a:hover {
  color: var(--zefxa-black);
}

.blog-three__single-3 {
  margin-left: -20px;
  margin-right: -60px;
}

.blog-three__single-3 .blog-three__img {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 180px;
  border-top-right-radius: 180px;
}

.blog-three__single-3 .blog-three__img::before {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 180px;
  border-top-right-radius: 180px;
}

.blog-three__single-3 .blog-three__img img {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 180px;
  border-top-right-radius: 180px;
}

.blog-three__single-3 .blog-three__tag {
  right: inherit;
  left: 0;
}

.blog-three__single-3 .blog-three__content {
  left: 30px;
}

.blog-three__content-shape-1 {
  position: absolute;
  right: 10px;
  top: -16px;
  z-index: -1;
}

.blog-three__content-shape-1 img {
  width: auto;
}

/*--------------------------------------------------------------
# Contact Two    
--------------------------------------------------------------*/
.contact-two {
  position: relative;
  display: block;
  background-color: #f7f8fa;
  padding: 120px 0 111px;
  z-index: 3;
}

.contact-two__img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.contact-two__img-1 img {
  width: auto;
}

.contact-two__google-map {
  position: absolute;
  top: 30px;
  right: 30px;
}

.contact-two__map {
  position: relative;
  display: block;
  height: 500px;
  width: 500px;
  border: 5px solid #415ca4;
  border-radius: 5px;
  /* clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%); */
}

.contact-two__bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 720px;
  width: 720px;
  background-color: var(--zefxa-base);
  clip-path: polygon(34% 100%, 100% 100%, 100% 100%, 100% 100%);
  z-index: -1;
}

.contact-two__bg-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 720px;
  width: 720px;
  background-color: var(--zefxa-base);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 112%);
  z-index: -1;
}

.contact-two__left {
  position: relative;
  display: block;
}

.contact-two__left .section-title {
  margin-bottom: 13px;
}

.contact-two__form {
  position: relative;
  display: block;
  z-index: 2;
}

.contact-two__form .row {
  --bs-gutter-x: 20px;
}

.contact-two__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-two__input-box input[type="text"],
.contact-two__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid #c8177b;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #c8177b;
  display: block;
  font-weight: 500;
  line-height: 60px;
  border-radius: 0;
}

.contact-two__input-box .select-box {
  width: 100%;
}

.contact-two__input-box .nice-select {
  height: 60px;
  width: 100%;
  border: 1px solid #c8177b;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #c8177b;
  display: block;
  font-weight: 500;
  line-height: 60px;
  float: none;
  border-radius: 0;
}

.contact-two__input-box .nice-select:after {
  position: absolute;
  top: 25px;
  right: 30px;
  margin-top: 0px;
  z-index: 10;
  border-bottom: 2px solid var(--zefxa-gray);
  border-right: 2px solid var(--zefxa-gray);
  height: 8px;
  width: 8px;
}


.contact-two__input-box .nice-select .option {
  color: #c8177b;
  background-color: white;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;

}

.contact-two__input-box.text-message-box {
  margin-bottom: 20px;
}

.contact-two__btn-box {
  position: relative;
  display: block;
}

.contact-two__btn {
  border: none;
  border-radius: 25px;
}

/* Date Picker Css Start */

#ui-datepicker-div.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid var(--zefxa-black);
  color: #252525;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: var(--zefxa-base) none repeat scroll 0 0;
  border: 2px solid var(--zefxa-base);
  border-radius: 0;
  color: var(--zefxa-white);
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: #000000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #333333 !important;
  background: #333333 !important;
  color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: var(--zefxa-base);
  color: #fff;
  border-color: var(--zefxa-base);
}

#ui-datepicker-div.ui-widget {
  font-family: var(--zefxa-font);
}

#ptTimeSelectCntr .ui-widget {
  font-family: var(--zefxa-font);
}

/* Date Picker Css End */

.contact-two__left-text {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 328px 0px 193px;
  overflow: hidden;
  background-color: #efafd0;
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: .12;
  z-index: -1;
}

.page-header__shape-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.page-header__shape-1 {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
}

.page-header__shape-1 img {
  width: auto;
}

.page-header__shape-2 {
  position: absolute;
  top: -50px;
  right: 0;
  opacity: .60;
  z-index: -1;
}

.page-header__shape-2 img {
  width: auto;
}

.page-header__shape-3 {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: -1;
}

.page-header__shape-3 img {
  width: auto;
}

.page-header__inner {
  position: relative;
  display: block;
}

.page-header__inner h2 {
  font-size: 90px;
  font-weight: 700;
  line-height: 95px;
  color: var(--zefxa-white);
  margin-top: 10px;
}

.thm-breadcrumb__box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  z-index: 1;
}

.thm-breadcrumb {
  position: relative;
  display: inline-block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--zefxa-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--zefxa-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--zefxa-base);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.project-details__left {
  position: relative;
  display: block;
}

.project-details__img {
  position: relative;
  display: block;
}

.project-details__img img {
  width: 100%;
}

.project-details__title-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 31px;
  margin-top: 31px;
}

.project-details__text-1 {
  font-size: 16px;
  line-height: 28px;
}

.project-details__text-2 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 22px;
  margin-bottom: 13px;
}

.project-details__content-and-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-details__content-box {
  position: relative;
  display: block;
  top: 10px;
}

.project-details__title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.project-details__text-3 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 18px;
  margin-bottom: 29px;
}

.project-details__points {
  position: relative;
  display: block;
}

.project-details__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.project-details__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 50%;
}

.project-details__points li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--zefxa-gray);
}

.project-details__points li>p {
  font-size: 16px;
  line-height: 28px;
}

.project-details__points li+li {
  margin-top: 20px;
}

.project-details__content-img {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
}

.project-details__content-img img {
  width: 100%;
}

.project-details__right {
  position: relative;
  display: block;
}

.project-details__project-information {
  position: relative;
  display: block;
  background-color: var(--zefxa-extra);
  padding: 40px 35px 45px;
}

.project-details__project-information-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 31px;
}

.project-details__project-information-list {
  position: relative;
  display: block;
}

.project-details__project-information-list li+li {
  margin-top: 15px;
}

.project-details__project-information-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--zefxa-white);
  padding: 20px 20px 17px;
  z-index: 1;
}

.project-details__project-information-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--zefxa-black);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.project-details__project-information-list li:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.project-details__project-information-list li>p {
  position: relative;
  display: flex;
  max-width: 103px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__project-information-list li:hover p {
  color: var(--zefxa-white);
}

.project-details__project-information-list li>h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--zefxa-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__project-information-list li:hover h4 {
  color: var(--zefxa-white);
}


/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 71px 0 120px;
  z-index: 1;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  font-weight: 500;
  color: var(--zefxa-base);
  z-index: 2;
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
  color: var(--zefxa-black);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.error-page__text {
  font-size: 20px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 47px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 52px;
  width: 100%;
  outline: none;
  background-color: var(--zefxa-extra);
  border: 0;
  font-size: 14px;
  color: var(--zefxa-gray);
  font-weight: 500;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 0;
}

.error-page__form button[type="submit"] {
  background-color: transparent;
  color: var(--zefxa-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

/*--------------------------------------------------------------
# Team Details   
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
  padding: 120px 0 113px;
  z-index: 1;
}

.team-details__top {
  position: relative;
  display: block;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
}

.team-details__top-img img {
  width: 100%;
  border-bottom-left-radius: 150px;
  border-top-right-radius: 150px;
}

.team-details__client-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--zefxa-white);
  max-width: 270px;
  width: 100%;
  padding: 15px 50px 17px;
  border-top-right-radius: 65px;
  z-index: 2;
}

.team-details__client-content>P {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.080em;
}

.team-details__client-content>h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.team-details__social-and-share {
  position: absolute;
  bottom: 0;
  right: -50px;
  background-color: var(--zefxa-black);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 13px;
  padding-right: 13px;
  z-index: 2;
}

.team-details__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.team-details__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--zefxa-white);
}

.team-details__social a:hover {
  color: var(--zefxa-base);
}

.team-details__share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-details__share>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: rgba(var(--zefxa-white-rgb), .10);
  border-radius: 50%;
  font-size: 18px;
  color: var(--zefxa-white);
}

.team-details__share>a:hover {
  background-color: var(--zefxa-base);
  color: var(--zefxa-white);
}

.team-details__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.team-details__right .section-title {
  margin-bottom: 20px;
}

.team-details__text {
  margin-top: 25px;
  margin-bottom: 29px;
}

.team-details__points {
  position: relative;
  display: block;
}

.team-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__points li+li {
  margin-top: 20px;
}

.team-details__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

.team-details__points li .icon>span {
  font-size: 18px;
  color: var(--zefxa-base);
}

.team-details__points li>p {
  margin-left: 17px;
}

.team-details__call-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 43px;
}

.team-details__call-list {
  position: relative;
  display: block;
}

.team-details__call-list-2 {
  margin-left: 70px;
}

.team-details__call-list li {
  position: relative;
  display: block;
}

.team-details__call-list li+li {
  margin-top: 16px;
}

.team-details__call-list li>p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--zefxa-base);
}

.team-details__call-list li>p>a {
  color: var(--zefxa-gray);
}

.team-details__call-list li>p>a:hover {
  color: var(--zefxa-base);
}

.team-details__call-list li>p>span {
  color: var(--zefxa-gray);
}

.team-details__bottom {
  position: relative;
  display: block;
  padding-top: 120px;
  counter-reset: count;
}

.team-details__bottom-left {
  position: relative;
  display: block;
}

.team-details__bottom-left .section-title {
  margin-bottom: 30px;
}

.team-details__bottom-left-text {
  margin-bottom: 28px;
}

.team-details__bottom-left-points-box {
  position: relative;
  display: block;
}

.team-details__bottom-left-points-list {
  position: relative;
  display: block;
}

.team-details__bottom-left-points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__bottom-left-points-list li+li {
  margin-top: 31px;
}

.team-details__bottom-points-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #e4e4e5;
  border-radius: 50%;
  border-top-right-radius: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-details__bottom-left-points-list li:hover .team-details__bottom-points-count {
  border: 1px solid var(--zefxa-base);
  background-color: var(--zefxa-base);
  color: var(--zefxa-white);
}

.team-details__bottom-points-count:after {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 50%;
  color: var(--zefxa-base);
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.team-details__bottom-left-points-list li:hover .team-details__bottom-points-count:after {
  color: var(--zefxa-white);
}

.team-details__bottom-points-content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.team-details__bottom-points-content>h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  font-family: var(--zefxa-font);
}

.team-details__bottom-points-content>p {
  margin-top: 8px;
}

.team-details__bottom-img {
  position: relative;
  display: block;
  margin-left: -30px;
}

.team-details__bottom-img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Blog Details   
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
  border-radius: 8px;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 33px;
  border-bottom: 1px solid #e9ebee;
  padding-bottom: 33px;
  margin-bottom: 29px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.blog-details__meta li {
  position: relative;
  display: block;
}

.blog-details__meta li>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--zefxa-gray);
}

.blog-details__meta li>a:hover {
  color: var(--zefxa-base);
}

.blog-details__meta li>a>span {
  color: var(--zefxa-base);
}

.blog-details__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 9px;
  margin-bottom: 21px;
}

.blog-details__text-2 {
  margin-top: 0px;

}

.blog-details__comment-box {
  position: relative;
  display: block;
}

.blog-details__comment-title-top {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.blog-details__comment {
  position: relative;
  display: block;
  margin-top: 11px;
}

.blog-details__comment-single {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  border-bottom: 1px solid #e9ebee;
  padding-bottom: 40px;
}

.blog-details__comment-single+.blog-details__comment-single {
  margin-top: 32px;
}

.blog-details__comment-img {
  position: relative;
  display: block;
  max-width: 90px;
  width: 100%;
  top: 8px;
}

.blog-details__comment-img img {
  width: 100%;
  border-radius: 50%;
}

.blog-details__single-content {
  position: relative;
  display: block;
}

.blog-details__comment-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.blog-details__comment-text {
  margin-top: 11px;
  margin-bottom: 34px;
}

.blog-details__comment-btn-box {
  position: relative;
  display: block;
}

.blog-details__comment-btn {
  padding: 11px 43px 11px;
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

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

.sidebar {
  position: relative;
  display: block;
}

.sidebar__title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 22px;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--zefxa-base);
  font-size: 24px;
  font-weight: 600;
  height: 84px;
  width: 100%;
  padding-left: 40px;
  padding-right: 70px;
  border: none;
  color: var(--zefxa-white);
  font-family: var(--zefxa-font-two);
  border-radius: 8px;
}

.sidebar__search-form button[type="submit"] {
  color: var(--zefxa-white);
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 40px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: translateY(-50%);
}

.sidebar__post {
  position: relative;
  display: block;
  background-color: var(--zefxa-extra);
  padding: 31px 40px 40px;
  border-radius: 8px;
}

.sidebar__post-list {
  position: relative;
  display: block;
}

.sidebar__post-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar__post-list li+li {
  margin-top: 30px;
}

.sidebar__post-image {
  position: relative;
  display: block;
  max-width: 60px;
  width: 100%;
}

.sidebar__post-image>img {
  width: 100%;
  border-radius: 50%;
}

.sidebar__post-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.sidebar__post-content>h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.sidebar__post-content>h3>a {
  color: var(--zefxa-gray);
}

.sidebar__post-content>h3>a:hover {
  color: var(--zefxa-black);
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: var(--zefxa-extra);
  padding: 31px 40px 40px;
  border-radius: 8px;
}

.sidebar__category-list {
  position: relative;
  display: block;
}

.sidebar__category-list li {
  position: relative;
  display: block;
}

.sidebar__category-list li+li {
  margin-top: 18px;
}

.sidebar__category-list li>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--zefxa-gray);
}

.sidebar__category-list li>a:hover {
  color: var(--zefxa-black);
}

.sidebar__tags {
  position: relative;
  display: block;
  background-color: var(--zefxa-extra);
  padding: 31px 40px 40px;
  border-radius: 8px;
  padding-right: 80px;
}

.sidebar__tags-list {
  position: relative;
  display: block;
}

.sidebar__tags-list>a {
  position: relative;
  display: inline-block;
  color: var(--zefxa-gray);
}

.sidebar__tags-list>a:hover {
  color: var(--zefxa-black);
}

.sidebar__comments {
  position: relative;
  display: block;
  background-color: var(--zefxa-extra);
  padding: 31px 40px 40px;
  border-radius: 8px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sidebar__comments-list li+li {
  margin-top: 19px;
}

.sidebar__comments-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 45px;
  width: 100%;
  height: 45px;
  background-color: var(--zefxa-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__comments-list li:hover .icon {
  background-color: var(--zefxa-base);
}

.sidebar__comments-list li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--zefxa-white);
}

.sidebar__comments-list li>p>span {
  color: var(--zefxa-black);
}

/*--------------------------------------------------------------
# Service Details    
--------------------------------------------------------------*/
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 111px;
  z-index: 1;
}

.service-details__left {
  position: relative;
  display: block;
}

.service-details__img {
  position: relative;
  display: block;
}

.service-details__img img {
  width: 100%;
  border-radius: 8px;
}

.service-details__title-1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  margin-top: 29px;
  margin-bottom: 23px;
}

.service-details__img-and-point-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
  margin-bottom: 33px;
}

.service-details__point-img {
  position: relative;
  display: block;
  max-width: 350px;
  width: 100%;
}

.service-details__point-img>img {
  width: 100%;
  /* height: 100% !important;  */
  border-radius: 8px;
}

.service-details__point-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.service-details__point-text {
  margin-top: 23px;
  margin-bottom: 27px;
}

.service-details__point {
  position: relative;
  display: block;
}

.service-details__point li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-details__point li+li {
  margin-top: 8px;
}

.service-details__point li .icon {
  position: relative;
  display: inline-block;
}

.service-details__point li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--zefxa-base);
}

.service-details__point li p {
  color: var(--zefxa-black)
}

.service-details__text-3 {
  margin-top: 28px;
}

.service-details__service-box {
  position: relative;
  display: block;
  background-color: var(--zefxa-extra);
  padding: 31px 50px 40px;
  border-radius: 8px;
}

.service-details__service-list {
  position: relative;
  display: block;
}

.service-details__service-list li {
  position: relative;
  display: block;
}

.service-details__service-list li+li {
  margin-top: 23px;
}

.service-details__service-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.1em;
  color: var(--zefxa-black);
  border-radius: 8px;
  padding: 9px 0px 8px;
  z-index: 1;
}

.service-details__service-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.service-details__service-list li:hover a::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.service-details__service-list li.active a::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.service-details__service-list li a::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
  bottom: 12px;
  width: 2px;
  background-color: var(--zefxa-base);
  transform: scaleY(0.7) rotateY(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.service-details__service-list li:hover a::after {
  transform: scaleY(1.0) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.service-details__service-list li.active a::after {
  transform: scaleY(1.0) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.service-details__need-help {
  position: relative;
  display: block;
  background-color: #efafd0;
  border-radius: 8px;
  padding: 34px 50px 35px;
  z-index: 1;
}

.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.service-details__need-help-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #c8177b;
}

.service-details__need-help-text {
  color: #000000;
  margin-top: 21px;
  margin-bottom: 29px;
}

.service-details__need-help-number {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.service-details__need-help-number .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.service-details__need-help-number .icon>span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--zefxa-base);
}

.service-details__need-help-number a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--zefxa-font-two);
  color: var(--zefxa-white);
}

.service-details__need-help-number a:hover {
  color: var(--zefxa-base);
}

/*--------------------------------------------------------------
# About Four    
--------------------------------------------------------------*/
.about-four {
  padding: 120px 0 120px;
  background-color: white;
}

.about-four .about-three__bg-box {
  top: 120px;
}

/*--------------------------------------------------------------
# Blog Four    
--------------------------------------------------------------*/
.blog-four {
  padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Team Four    
--------------------------------------------------------------*/
.team-four {
  padding: 120px 0 120px;
}


/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/
.coming-soon-page {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}

.coming-soon-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--zefxa-black);
  background-blend-mode: luminosity;
  z-index: -1;
}

.coming-soon-page__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0.5) 100%);
}

.coming-soon-page__content {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
}

.coming-soon-page__content .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.coming-soon-page__content .big-title {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 80px;
  line-height: 1.1em;
  font-family: var(--zefxa-font-2);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--zefxa-white);
  word-spacing: 15px;
}

.timer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 57px 0 42px;
  z-index: 2;
}

.timer-box .countdown-timer li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 170px;
  height: 170px;
  margin: 0px 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  border-radius: 50%;
}

.timer-box .countdown-timer li span.days,
.timer-box .countdown-timer li span.hours,
.timer-box .countdown-timer li span.minutes,
.timer-box .countdown-timer li span.seconds {
  color: #ffffff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--zefxa-font);
}

.timer-box .countdown-timer li span.timeRef {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 11px;
  font-family: var(--zefxa-font);
}

.coming-soon-page__content .inner .text {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.coming-soon-page__content .inner .text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.coming-soon-page__subscribe-box {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon-page__subscribe-box form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.coming-soon-page__subscribe-box form input[type="email"] {
  position: relative;
  display: block;
  max-width: 490px;
  width: 100%;
  height: 60px;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #ffffff !important;
  color: var(--zefxa-gray);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease 0s;
  font-family: var(--zefxa-font);
  outline: none;
}

.coming-soon-page__btn {
  position: relative;
  align-items: center;
  border: 0;
  padding: 15px 40px 16px;
  text-transform: capitalize;
}

.coming-soon-page__btn:hover {
  color: var(--zefxa-black);
}

.coming-soon-page__btn:before {
  background-color: var(--zefxa-white);
  background-image: none;
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 100px;
}

.faq-page__left {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.faq-page .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--zefxa-black-rgb), .10);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion.active {
  border: 1px solid var(--zefxa-base);
}

.faq-page .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 30px 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--zefxa-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--zefxa-black);
}

.faq-page .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-page .faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  color: var(--zefxa-gray);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 21px;
  height: 21px;
}

.faq-page .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--zefxa-base);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-page .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 70px;
}

.faq-page .faq-one-accrodion .accrodion-content p {
  margin: 0;
}

.faq-page__right {
  position: relative;
  display: block;
}








/*--------------------------------------------------------------
# The End    
--------------------------------------------------------------*/