/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
7# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --mibooz-font: "Saira", sans-serif;
  --mibooz-font-two: "Saira", sans-serif;
  --mibooz-sayinistic-font: "the_sayinisticitalic";
  --mibooz-gray: #707070;
  --mibooz-gray-rgb: 112, 112, 112;
  --mibooz-primary: #0f5d83;
  --mibooz-primary-rgb: 221, 4, 41;
  --mibooz-black: #17161a;
  --mibooz-black-rgb: 23, 22, 26;
  --mibooz-base: #ffffff;
  --mibooz-base-rgb: 255, 255, 255;
  --mibooz-extra: #f6f6f6;
  --mibooz-extra-rgb: 246, 246, 246;
  --mibooz-bdr-color: #e3e3e3;
  --mibooz-bdr-color-rgb: 227, 227, 227;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--mibooz-font);
  color: var(--mibooz-black);
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.1em;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--mibooz-gray);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--mibooz-black);
  margin: 0;
  font-family: var(--mibooz-font-two);
  font-weight: 400;
}
.error {
    color: red;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::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;
}


::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--thm-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;
}

.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 {
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  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;
  border-radius: 0;
}

.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(--mibooz-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--mibooz-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--mibooz-primary);
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: var(--mibooz-black);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  background-color: var(--mibooz-black);
  mix-blend-mode: luminosity;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--mibooz-primary);
  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%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--mibooz-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: #0f5d83;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  transition: all 500ms ease;
}

.main-menu {
  position: relative;
  z-index: 91;
  padding: 0 50px;
}

.main-menu-wrapper {
  position: relative;
  display: block;
  display: flex;
}

.main-menu-wrapper__logo {
  padding-top: 37px;
  padding-bottom: 37px;
  width: 25%;
}

.main-menu-wrapper__main-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (min-width: 1200px) {
  .main-menu-wrapper__main-menu {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}

.main-menu-wrapper__right {
  position: relative;
  display: flex;
  padding: 34.5px 0;
  align-items: center;
  margin-left: auto;
  z-index: 11;
}

.main-menu-wrapper__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 90px;
}

.main-menu-wrapper__call-icon {
  font-size: 30px;
  color: var(--mibooz-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover {
  color: var(--mibooz-extra);
}

.main-menu-wrapper__call-number {
  margin-left: 15px;
}

.main-menu-wrapper__call-number h5 {
  font-size: 16px;
  line-height: 27px;
}

.main-menu-wrapper__call-number h5 a {
  color: var(--mibooz-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
  color: var(--mibooz-primary);
}

.main-menu-wrapper__call-number p {
  font-size: 13px;
  margin: 0;
  line-height: 14px;
  color: #b1b0b0;
}

.main-menu-wrapper__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8.5px 0;
}

.main-menu-wrapper__search {
  font-size: 24px;
  color: var(--mibooz-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__search:hover {
  color: var(--mibooz-primary);
}

.stricky-header.main-menu {
  padding: 0 50px;
  background-color: var(--mibooz-black);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 30px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--mibooz-base);
  position: relative;
  transition: all 500ms ease;
  font-family: var(--mibooz-font-two);
  letter-spacing: 0.1em;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 1px;
  border-radius: 0px;
  background-color: var(--mibooz-primary);
  position: absolute;
  top: 18px;
  left: -10px;
  right: -10px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.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(--mibooz-base);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 99;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--mibooz-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: var(--mibooz-black);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  font-family: var(--mibooz-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  font-size: 13px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
  background-color: var(--mibooz-primary);
  color: #fff;
}

.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%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  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 {
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  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(--mibooz-black);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--mibooz-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--mibooz-base);
  cursor: pointer;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--mibooz-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two:before {
  background-color: rgba(var(--mibooz-base-rgb), 0.5);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header .main-menu-two .main-menu__list>li>a {
  color: var(--mibooz-black);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header .main-menu-two .main-menu__list>li.current>a,
.stricky-header .main-menu-two .main-menu__list>li:hover>a {
  color: var(--mibooz-black);
}

.main-menu-two .main-menu-wrapper__call-number p {
  color: var(--mibooz-gray);
}

.main-menu-two .main-menu-wrapper__call-number h5 a {
  color: var(--mibooz-black);
}

.main-menu-two .main-menu-wrapper__call-number h5 a:hover {
  color: var(--mibooz-primary);
}

.main-menu-two .main-menu-wrapper__search-box:before {
  background-color: rgba(var(--mibooz-black-rgb), 0.1);
}

.main-menu-two .main-menu-wrapper__search {
  color: var(--mibooz-black);
}

.main-menu-two .main-menu-wrapper__search:hover {
  color: var(--mibooz-primary);
}

.stricky-header.main-menu-two {
  background-color: var(--mibooz-base);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes treeMove {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear,
    visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.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(--mibooz-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--mibooz-font);
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--thm-secondary);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--mibooz-primary);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
  display: none;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--mibooz-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--thm-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: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--mibooz-primary);
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: #ffffff;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--thm-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--mibooz-primary);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--mibooz-primary);
  display: flex;
  justify-content: 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;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-page {
  display: block;
  background: url("../images/korero/korero-banner-bg.jpg") no-repeat center bottom;
  background-color: #0f5d83;
  animation: blink-animation 1s steps(1, start) infinite;
  -webkit-animation: blink-animation 1s steps(1, start) infinite;
  background-size: cover;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--mibooz-black);
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/korero/korero-banner-bg.jpg");
  background-size: cover;
  background-position: center top;
  transform: scale(1);
  background-color: #ce332b;
  background-blend-mode: luminosity;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  opacity: 0.2;
}

.main-slider-badge {
  position: absolute;
  top: 190px;
  right: 90px;
  opacity: 0;
  transform: translateX(200px);
  z-index: 2;
  animation: sunMove 10s linear infinite;
}

.main-slider .swiper-slide-active .main-slider-badge {
  opacity: 1;
  transform: translate(0);
  transition: all 1000ms ease;
  transition-delay: 200ms;
}

.main-slider__social {
  position: absolute;
  bottom: 484px;
  left: -57px;
  z-index: 100;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
}

.main-slider__social a {
  position: relative;
  display: inline-block;
  color: var(--mibooz-base);
  font-size: 13px;
  font-family: var(--mibooz-font-two);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider__social a:before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  height: 1px;
  background-color: var(--mibooz-primary);
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.main-slider__social a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-slider__social a+a {
  margin-left: 50px;
}

.main-slider .container {
  position: relative;
  padding-top: 90px;
  z-index: 30;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 30;
}

.main-slider .main-slider__title-box-1 {
  position: relative;
  display: block;
}

.main-slider .main-slider__title-box-1 h2 {
  margin: 0;
  margin-bottom: 58px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 190px;
  line-height: 150px;
  text-transform: uppercase;
  z-index: 30;
}

.main-slider .main-slider__title-box-2 {
  position: absolute;
  top: 0;
  left: -80px;
  right: 0;
  bottom: 0;
}

.main-slider .main-slider__title-box-2 h2 {
  margin: 0;
  margin-bottom: 58px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--mibooz-base-rgb), 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 190px;
  line-height: 150px;
  text-transform: uppercase;
  z-index: 30;
}

.main-slider .thm-btn {
  opacity: 0;
  transform: translateY(-100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
}

.main-slider .swiper-slide-active .image-layer {
  transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active .main-slider__title-box-1 h2,
.main-slider .swiper-slide-active .main-slider__title-box-2 h2 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.slider-bottom-box {
  position: absolute;
  left: 0;
  bottom: 41px;
  right: 0;
  min-height: 50px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main-slider__nav {
  position: relative;
  float: right;
  width: 150px;
  z-index: 100;
  display: flex;
  align-items: flex-start;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  margin: 0;
  font-size: 10px;
  color: var(--mibooz-base);
  transition: color 500ms ease;
}

.main-slider__nav .swiper-button-next {
  margin-left: 10px;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: var(--mibooz-primary);
}

.main-slider__nav .swiper-button-prev {
  margin-right: 10px;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

#main-slider-pagination {
  z-index: 10;
  width: 150px;
  text-align: left;
  position: relative;
  margin-right: auto;
  float: left;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: rgba(var(--mibooz-base-rgb), 0.8);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 5px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--mibooz-base);
  background-color: rgba(var(--mibooz-base-rgb), 0);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 93px 0 99px;
  border-top: 1px solid var(--mibooz-bdr-color);
}

.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;
  opacity: 0.3;
  max-width: 100%;
}

.brand-one .swiper-slide img:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Best Agency
--------------------------------------------------------------*/
.best-agency {
  position: relative;
  display: block;
  background-color: var(--mibooz-extra);
  padding: 180px 0 138px;
  margin-top: -60px;
  z-index: 1;
}

.best-agency-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.6;
}

.best-agency__left {
  position: relative;
  display: block;
  margin-right: 50px;
}

.best-agency__left .section-title {
  margin-bottom: 36px;
}

.best-agency__points {
  position: relative;
  display: flex;
  align-items: center;
}

.best-agency__points li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 45px;
}

.best-agency__points li+li {
  margin-left: 20px;
}

.best-agency__points li .icon span {
  font-size: 16px;
  color: var(--mibooz-primary);
}

.best-agency__points li .text {
  margin-left: 10px;
}

.best-agency__points li .text p {
  font-size: 16px;
  color: var(--mibooz-black);
  margin: 0;
}

.best-agency__experience {
  position: relative;
  display: flex;
  border-top: 1px solid var(--mibooz-bdr-color);
  margin-top: 40px;
  padding-top: 29px;
}

.best-agency__experience-icon {
  display: flex;
  align-items: center;
}

.best-agency__experience-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--mibooz-primary);
  transform: scale(1);
  transition: transform 200ms linear;
}

.best-agency__experience:hover .best-agency__experience-icon span {
  transform: scale(0.9);
}

.best-agency__experience-text-box {
  margin-left: 20px;
}

.best-agency__experience-text {
  margin: 0;
  line-height: 34px;
}

.best-agency__experience-text span {
  font-family: var(--mibooz-font-two);
  color: var(--mibooz-black);
}

.best-agency__right {
  position: relative;
  display: block;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
}

.faq-one-accrodion .accrodion.active:before {
  transform: scaleY(1);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 24px 40px 25px;
  padding-right: 27px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: var(--mibooz-black);
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  line-height: 26px;
  color: white;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
}

.faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--mibooz-black);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\e912";
  font-family: "icomoon" !important;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e913";
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-content {
  background-color: #ffffff;
}

.faq-one-accrodion .accrodion-content p {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: #17161a;
  z-index: 1;
}

.site-footer__top {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(var(--mibooz-base-rgb), 0.1);
  padding: 44px 0 38px;
  z-index: 1;
}

.site-footer__top-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: -1;
}

.site-footer__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__top-left {
  position: relative;
  display: block;
}

.site-footer__top-left-title {
  font-size: 24px;
  color: var(--mibooz-base);
  text-transform: uppercase;
  line-height: 34px;
}

.site-footer__top-left-phone {
  font-size: 24px;
  color: var(--mibooz-primary);
  font-family: var(--mibooz-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__top-left-phone:hover {
  color: var(--mibooz-base);
}

.site-footer__top-right {
  position: relative;
  display: block;
}

.site-footer__top-right-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.site-footer__top-right-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--mibooz-base);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__top-right-social a:hover {
  color: var(--mibooz-primary);
}

.site-footer__top-right-social a+a {
  margin-left: 25px;
}

.site-footer__middle {
  position: relative;
  display: block;
  padding: 60px 0;
}

.site-footer__middle-inner {
  position: relative;
  display: block;
}

.footer-widget__column {
  width: 25%;
}

.footer-new {
  display: flex;
}

.footer-widget__column a img {
  width: 100%;
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__title {
  font-size: 18px;
  color: var(--mibooz-base);
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 31px;
}

.footer-widget__contact-text {
  font-size: 18px;
  color: white;
  line-height: 34px;
  margin: 0;
  font-weight: bold;
}

.footer-name {
  font-size: 18px;
  font-weight: 500;
}

.footer-widget__contact-email-phone {
  font-size: 15px;
  font-family: var(--mibooz-font);
  line-height: 33px;
}

.footer-widget__contact-email {
  color: var(--mibooz-base);
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-email:hover {
  color: var(--mibooz-primary);
}

.footer-widget__contact-phone {
  color: var(--mibooz-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-phone:hover {
  color: var(--mibooz-primary);
}

.footer-widget__links {
  position: relative;
  display: block;
}

.footer-widget__links-list {
  position: relative;
  display: block;
  float: left;
}

.footer-widget__links-list li {
  position: relative;
  display: block;
  line-height: 33px;
}

.footer-widget__links-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding:5px;
  background-color: #fff;
  width: 200px;
  text-align: center;
}
.footer-widget__links-list li:nth-child(2){
  margin-top: 20px;
}
.footer-widget__links-list li a:hover {
  color: var(--mibooz-primary);
}

.footer-widget__links-list-two {
  margin-left: 20px;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  background-color: #100f12;
  margin-left: 50px;
  padding: 43px 50px 41px;
  margin-top: 7px;
}

.footer-widget__newsletter .footer-widget__title {
  margin-bottom: 0;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background-color: rgba(var(--mibooz-base-rgb), 0.2);
  border-radius: 0;
}

.footer-widget__newsletter-input-box input:-webkit-autofill,
.footer-widget__newsletter-input-box input:-webkit-autofill:hover,
.footer-widget__newsletter-input-box input:-webkit-autofill:focus,
.footer-widget__newsletter-input-box textarea:-webkit-autofill,
.footer-widget__newsletter-input-box textarea:-webkit-autofill:hover,
.footer-widget__newsletter-input-box textarea:-webkit-autofill:focus,
.footer-widget__newsletter-input-box select:-webkit-autofill,
.footer-widget__newsletter-input-box select:-webkit-autofill:hover,
.footer-widget__newsletter-input-box select:-webkit-autofill:focus {
  border: 0px solid var(--mibooz-black);
  -webkit-text-fill-color: #807e85;
  -webkit-box-shadow: 0 0 0px 1000px var(--mibooz-black) inset;
  box-shadow: 0 0 0px 1000px var(--mibooz-black) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.footer-widget__newsletter-input-box input[type="email"] {
  font-size: 14px;
  color: #807e85;
  font-weight: 400;
  height: 70px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-right: 60px;
  outline: none;
  box-shadow: none !important;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 0;
  height: 70px;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  transition: all 500ms ease;
  padding: 0;
}

.footer-widget__newsletter-btn i {
  font-size: 16px;
  color: var(--mibooz-primary);
}

.footer-widget__newsletter-bottom {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.footer-widget__newsletter-bottom-icon {
  height: 18px;
  width: 18px;
  border: 1px solid #3c3b3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
  font-size: 8px;
  color: #807e85;
}

.footer-widget__newsletter-bottom-text {
  margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
  font-size: 14px;
  color: #807e85;
  margin: 0;
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #100f12;
  padding: 30px 0;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}

.site-footer__bottom-text {
  font-size: 15px;
  color: white;
  margin: 0;
}

.site-footer__bottom-text a {
  color: #807e85;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--mibooz-base);
}

/*--------------------------------------------------------------
# Welcome Two
--------------------------------------------------------------*/
.welcome-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background: #c5a979;
  background-image: url("../images/korero/proposed-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.welcome-two__left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.welcome-two__img-box {
  position: relative;
  display: block;
}

.welcome-two__img-box:before {
  position: absolute;
  top: 0;
  left: -40px;
  height: 160px;
  width: 16px;
  background-color: var(--mibooz-primary);
  content: "";
}

.welcome-two__img-box:after {
  position: absolute;
  top: 180px;
  left: -40px;
  height: 160px;
  width: 16px;
  background-color: var(--mibooz-black);
  content: "";
}

.welcome-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--mibooz-black);
  z-index: 1;
}

.welcome-two__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.welcome-two__img-box:hover .welcome-two__img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.welcome-two__img>img {
  width: 100%;
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
}

.welcome-two__small-img {
  position: absolute;
  left: -50px;
  bottom: -73px;
  background-color: var(--mibooz-black);
  z-index: 2;
}

.welcome-two__small-img:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 73px;
  width: 73px;
  background-color: var(--mibooz-primary);
  z-index: 1;
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.welcome-two__small-img>img {
  mix-blend-mode: luminosity;
  transition: all 500ms ease;
}

.welcome-two__right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: -10px;
}

.welcome-two__big-text {
  font-size: 120px;
  line-height: 120px;
  color: rgba(var(--mibooz-black-rgb), 0.02);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: var(--mibooz-font-two);
  transform: rotate(90deg);
  position: absolute;
  top: 256px;
  right: -402px;
}

.welcome-two__right-text {
  font-size: 24px;
  color: var(--mibooz-primary);
  margin: 0;
  font-weight: 300;
  line-height: 38px;
}

.welcome-two__points {
  position: relative;
  display: block;
  margin-top: 39px;
  margin-bottom: 43px;
}

.welcome-two__points li {
  position: relative;
  display: block;
  padding-left: 88px;
}

.welcome-two__points li+li {
  margin-top: 40px;
}

.welcome-two__points li .icon {
  position: absolute;
  height: 58px;
  width: 58px;
  background-color: var(--mibooz-extra);
  font-size: 16px;
  color: var(--mibooz-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3px;
  left: 0;
  transition: all 500ms ease;
}

.welcome-two__points li:hover .icon {
  background-color: var(--mibooz-primary);
  color: var(--mibooz-base);
}

.welcome-two__points li .text h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.welcome-two__points li .text p {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}

.welcome-two__btn {
  color: var(--mibooz-black);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 260px 0 158px;
  background-color: var(--mibooz-black);
  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;
  background-color: var(--mibooz-black);
  background-blend-mode: luminosity;
  opacity: 0.2;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}

.page-header__inner h2 {
  font-size: 50px;
  color: var(--mibooz-base);
  line-height: 60px;
  text-transform: uppercase;
  margin-top: 6px;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--mibooz-base);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  background-color: var(--mibooz-primary);
  height: 1px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.thm-breadcrumb li+li {
  margin-left: 18px;
}

.thm-breadcrumb li a {
  color: var(--mibooz-base);
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover:before,
.thm-breadcrumb li.active:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  padding: 120px 0 120px;
}

/* new */
.cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.triangle {
  width: 100%;
  margin-top: 120px;
  background: url("../images/korero/banner-shape.png") no-repeat center top 100%;
}

.triangle-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  color: #fff;
}

.triangle-inner div p {
  font-size: 13px;
  font-weight: 500;
}

.col-lg-12.banner-shape {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.date-section {
  display: flex !important;
}

.headdate {
  margin: 20px 50px;
  font-size: 15px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.i_h3 {
  margin: 10px;
}

.i_h3 img {
  width: 30px;
}

.text-h1 {
  font-size: 30px;
  /* color: #000; */
  font-weight: 600;
}

.iamai-logo,
.korero-banner {
  display: block;
  text-align: center;
}

.iamai-logo img {
  width: 15%;
}

.korero-banner img {
  width: 35%;
  margin-top: 15px;
}

.banner-p p {
  font-size: 20px;
  width: 500px;
}

.banner-p {
  text-align: center;
  padding: 5px 0 20px;
  font-size: 32px;
  font-weight: 400;
}

.banner-cta a {
  background-color: transparent;
  border: 1px solid black;
  padding: 10px 20px;
}

p {
  margin-bottom: 0px !important;
}

.banner-people {
  display: block;
  padding: 20px 0 0 0;
}

.banner-people img {
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.counter-one__single:nth-child(5)::before,
.counter-one__single:nth-child(9)::before {
  display: none;
}

/*--------------------------------------------------------------
# Why Choose One //Engaging
--------------------------------------------------------------*/
.why-choose-one {
  display: block;
  padding: 20px 0px;
}

.why-choose-one__left {
  display: block;
  margin-left: -50px;
}

.why-choose-one-box-1 {
  position: absolute;
  bottom: 112px;
  right: 112px;
  height: 112px;
  width: 112px;
  background-color: var(--mibooz-base);
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.why-choose-one-box-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 112px;
  width: 112px;
  background-color: var(--mibooz-primary);
  animation: boxRotate 8s linear infinite;
  transform-origin: left;
}

.why-choose-one-box-3 {
  position: absolute;
  bottom: -112px;
  right: 112px;
  height: 112px;
  width: 112px;
  background-color: var(--mibooz-black);
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.why-choose-one__img {
  position: relative;
  display: block;
}

.why-choose-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.why-choose-one__right {
  position: relative;
}

.why-choose-one__right .section-title {
  margin-bottom: 25px;
}

.why-choose-one__right-text {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}

.why-choose-one__content {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--mibooz-bdr-color);
  margin-top: 42px;
  padding-top: 46px;
}

.why-choose-one__content-img {
  position: relative;
  display: block;
  background-color: var(--mibooz-black);
}

.why-choose-one__content-img img {
  mix-blend-mode: luminosity;
}

.why-choose-one__content-list {
  margin-left: 28px;
}

.why-choose-one__points {
  position: relative;
  display: block;
}

.why-choose-one__points li {
  display: flex;
  align-items: center;
}

.why-choose-one__points li+li {
  margin-top: 2px;
}

.why-choose-one__points li .icon span {
  font-size: 16px;
  color: var(--mibooz-primary);
}

.why-choose-one__points li .text {
  margin-left: 10px;
}

.why-choose-one__points li .text p {
  font-size: 16px;
  margin: 0;
  color: var(--mibooz-black);
}

.why-choose-one__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 44px;
}

.why-choose-one__progress-single {
  position: relative;
  display: block;
}

.why-choose-one__progress-title {
  font-size: 18px;
  line-height: 28px;
  color: var(--mibooz-black);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.why-choose-one__progress .bar {
  position: relative;
  width: 100%;
  height: 7px;
  background-color: var(--mibooz-extra);
  border-radius: 0px;
  margin-bottom: 25px;
}

.why-choose-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  border-radius: 0px;
  background: var(--mibooz-primary);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.why-choose-one__progress .count-text {
  position: absolute;
  right: -41px;
  bottom: 19px;
  color: var(--mibooz-base);
  line-height: 24px;
  font-size: 10px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  background-color: var(--mibooz-black);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__progress .count-text:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  border: 3px solid var(--mibooz-black);
  content: "";
  border-right: 4px solid;
  border-bottom: 3px solid;
}

.why-choose-one__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.why-choose-one__progress .bar.marb-0 {
  margin-bottom: 0;
}

.text-green {
  color: #399185 !important;
}

.text-black {
  color: black !important;
}

/*--------------------------------------------------------------
# Welcome One // korero 2024
--------------------------------------------------------------*/
.welcome-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}

.welcome-one-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.welcome-one-shape img {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.welcome-one__left {
  position: relative;
  display: block;
  margin-right: 70px;
  z-index: 1;
}

.welcome-one__img-box {
  position: relative;
  display: block;
}

.welcome-one__img-box:before {
  position: absolute;
  bottom: 0px;
  left: -40px;
  height: 150px;
  width: 16px;
  content: "";
  background-color: var(--mibooz-black);
}

.welcome-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.welcome-one__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.welcome-one__img-box:hover .welcome-one__img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.welcome-one__img img {
  width: 100%;
  transition: all 900ms ease;
  mix-blend-mode: luminosity;
}

.welcome-one__experience {
  position: absolute;
  top: 12px;
  left: -40px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(161, 156, 156, 0.1);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  z-index: 2;
  font-size: 25px;
  font-weight: 600;
}

.welcome-one__experience-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-one__experience-icon span {
  font-size: 65px;
  color: var(--mibooz-primary);
  position: relative;
  display: inline-block;
  transition: transform 500ms linear, color 500ms ease;
  transform: scale(1);
}

.welcome-one__img-box:hover .welcome-one__experience-icon span {
  transform: scale(0.9);
  color: var(--mibooz-black);
}

.welcome-one__experience-content {
  margin-left: 30px;
}

.welcome-one__experience-title {
  font-size: 16px;
  color: var(--mibooz-black);
  font-family: var(--mibooz-font);
  font-weight: bold;
  line-height: 24px;
}

.welcome-one__experience-title span {
  font-size: 20px;
  color: var(--mibooz-black);
  font-family: var(--mibooz-font-two);
}

.welcome-one__right {
  position: relative;
  display: block;
}

.welcome-one__right .section-title {
  margin-bottom: 26px;
}

.welcome-one__right-text {
  margin: 0;
  padding-bottom: 15px;
  font-weight: 400;
}

.welcome-one__bottom {
  position: relative;
  display: block;
}

.welcome-one__bottom-left {
  position: relative;
  display: block;
  margin-right: -35px;
}

.welcome-one__bottom-title {
  font-size: 20px;
  color: #0f5d83;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 0.1em;
}

.welcome-one__points {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 39px;
}

.welcome-one__points li {
  position: relative;
  display: flex;
}

.welcome-one__points li+li {
  margin-top: 4px;
}

.welcome-one__points li .icon span {
  font-size: 16px;
  color: var(--mibooz-primary);
}

.welcome-one__points li .text {
  margin-left: 10px;
}

.welcome-one__points li .text p {
  margin: 0;
}

.welcome-one__person {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-one__person-img {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background-color: var(--mibooz-black);
}

.welcome-one__person-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -10px;
  content: "";
  border-radius: 50%;
  background-color: var(--mibooz-extra);
  z-index: -1;
}

.welcome-one__person-img img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.welcome-one__person-sign {
  margin-left: 20px;
}

.welcome-one__person-sign h3 {
  font-size: 60px;
  font-family: var(--mibooz-sayinistic-font);
}

.welcome-one__bottom-right {
  position: relative;
  display: block;
  margin-left: 42px;
  margin-top: 2px;
}

.welcome-one__bottom-right-content {
  position: relative;
  display: block;
  background-color: var(--mibooz-extra);
  padding: 40px 39px 40px;
}

.welcome-one__bottom-right-icon span {
  font-size: 66px;
  color: var(--mibooz-primary);
  position: relative;
  display: inline-block;
  transform: scale(1);
  transition: color 500ms ease, transform 500ms ease;
}

.welcome-one__bottom-right-content:hover .welcome-one__bottom-right-icon span {
  transform: scale(0.85);
  color: var(--mibooz-black);
}

.welcome-one__bottom-right-title {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 49px;
}

.welcome-one__btn {
  padding: 4px 37px 4px;
  color: var(--mibooz-black);
  font-size: 12px;
}

.welcome-one__img-box:after {
  position: absolute;
  top: 0;
  right: 5px;
  height: 150px;
  width: 16px;
  content: "";
  background-color: #399185;
}

.welcome-one__img--top,
.welcome-one__img--bottom {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.welcome-one__img--top {
  top: 0;
  width: 95%;
  height: 50%;
}

.welcome-one__img--bottom {
  bottom: 0;
}

.welcome-one__img--top img,
.welcome-one__img--bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-one__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.text-white {
  color: white !important;
}

.services-one {
  position: relative;
  display: block;
  background-image: url(../images/korero/event-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  margin-top: -100px;
}

.services-one__top {
  position: relative;
  display: block;
  padding: 180px 0 50px;
}

.services-one__bottom {
  position: relative;
  display: block;
  padding: 0 0 130px;
}

.services-one__single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background-color: var(--mibooz-base);
  overflow: hidden;
  z-index: 1;
  height: 200px;
  /* Adjust height as needed */
  text-align: left;
  padding: 20px;
}

.services-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: var(--mibooz-black);
  z-index: -1;
  transition: 0.5s;
  transform: perspective(400px) rotateX(90deg) scale(0);
  transform-origin: left top;
}

.services-one__single:hover:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg) scale(1);
}

.services-one__icon {
  flex: 0 0 auto;
  transition: transform 500ms ease;
}

.services-one__icon img {
  width: 95%;
  transition: all 500ms linear;
}

.services-one__single:hover img {
  transform: scale(.85);
}

.services-one__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  /* Ensure content fills the box */
  width: 100%;
}

.service-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}

.service-text span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.service-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}

.services-one__count {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 35px;
  left: 39px;
  line-height: 30px;
}

.services-one__view-all {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 58px 60px 58px;
  background-color: var(--mibooz-black);
}

.services-one__view-all-title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 25px;
}

.services-one__view-all-title a {
  color: var(--mibooz-base);
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
}

.services-one__view-all-title a:hover {
  background-size: 100% 1px;
  color: var(--mibooz-primary);
}

.services-one__view-all-arrow a {
  font-size: 10px;
  color: var(--mibooz-base);
  transition: all 500ms ease;
}

.services-one__view-all-arrow a:hover {
  color: var(--mibooz-primary);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  display: block;
  z-index: 1;
}

.counter-one__inner {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 94px;
  z-index: 1;
}

.counter-one__box-one {
  position: absolute;
  bottom: 35px;
  left: 0;
  height: 106px;
  width: 106px;
  background-color: #0f5d83;
  animation: boxRotate 3s linear infinite;
  transform-origin: left;
}
.counter-one__inner h4{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.counter-one__box-three {
  position: absolute;
  left: 20px;
  height: 60px;
  width: 100px;
  background-color: #ce332b;
  animation: boxRotate 3s linear infinite;
  transform-origin: center;
  bottom: -5px;
}

.counter-one__box-four {
  position: absolute;
  right: 0;
  height: 60px;
  perspective: 106px;
  width: 100px;
  background-color: #000000;
  animation: boxRotate 3s linear infinite;
  animation-delay: 0.1ms;
  transform-origin: center;
}

.counter-one__box-six {
  position: relative;
  left: 0;
  height: 106px;
  width: 106px;
  background-color: #0f5d83;
  animation: boxRotate 3s linear infinite;
  transform-origin: left;
  top: 900px;
}

.counter-one__box-five {
  position: absolute;
  right: 0;
  height: 106px;
  perspective: 106px;
  width: 106px;
  background-color: #399185;
  animation: boxRotate 3s linear infinite;
  animation-delay: 0.1ms;
  transform-origin: right;
}

.counter-one__box-two {
  position: absolute;
  right: 0;
  height: 106px;
  perspective: 106px;
  width: 106px;
  background-color: #399185;
  animation: boxRotate 2s linear infinite;
  animation-delay: 0.1ms;
  transform-origin: right;
}

.counter-one-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
  z-index: -1;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.counter-one__single {
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  margin: 25px 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;

}


.counter-one__single:before {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  content: "";
  width: 1px;
  background-color: var(--mibooz-bdr-color);
  height:210px;
}

.counter-one__single:first-child:before {
  display: none;
}

.counter-one__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.counter-one__icon img {
  transition: all 0.8s ease;
  width: 50%;
}

.counter-one__icon img:hover {
  filter: brightness(0) saturate(100%);
  transform: scale(1.1);
}

.counter-one__icon span {
  color: var(--mibooz-primary);
  font-size: 65px;
  position: relative;
  display: inline-block;
  transition: transform 500ms linear, color 500ms ease;
  transform: scale(1);
}

.counter-one__single:hover .counter-one__icon span {
  transform: scale(1.5);
  color: var(--mibooz-black);
}

.counter-one__single h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0f5d83;
  font-family: var(--mibooz-font-two) !important;
  transition: all 0.8s ease;
}

.counter-one__single h3:hover {
  transform: scale(0.8);
}

.counter-one__text {
  margin: 0;
  line-height: 32px;
}

.counter-one__single p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  transition: all 0.8s ease;
}

.counter-one__single p:hover {
  transform: scale(0.8);

}

.counter-one__single .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
  position: relative;
  display: block;
  background-image: url("../images/korero/join-bg.png");
  background-size: cover;
}

.cta-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 92px 0;
}

.cta-two__box-1 {
  position: absolute;
  top: -112px;
  left: 0;
  height: 112px;
  width: 112px;
  background-color: var(--mibooz-base);
  z-index: 1;
  animation: boxRotate 8s linear infinite;
  transform-origin: right;
}

.cta-two__box-2 {
  position: absolute;
  top: -224px;
  left: 112px;
  height: 112px;
  width: 112px;
  background-color: var(--mibooz-primary);
  z-index: 1;
  animation: boxRotate 8s linear infinite;
  transform-origin: left;
}

.cta-two__left {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-two__icon {
  display: flex;
  align-items: center;
}

.cta-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--mibooz-base);
  transition: transform 500ms linear;
  transform: scale(1);
}

.cta-two__inner:hover .cta-two__icon span {
  transform: scale(0.9);
}

.cta-two__title-box {
  margin-left: 30px;
}

.cta-two__title {
  font-size: 50px;
  text-transform: capitalize;
  line-height: 43px;
  color: #ffffff;
  font-weight: 600;

}

.cta-two__right {
  position: relative;
  display: block;
  padding: 0px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--mibooz-base);
  font-size: 14px;
  font-weight: 400;
}

.cta-two__right p {
  width: 200px;
  text-align: center;
  line-height: 20px;
  padding: 10px 0 0 0;
}

.cta-two__btn:after {
  background-color: var(--mibooz-base);
}

.cta-two__btn:hover {
  color: var(--mibooz-black);
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 14px 36px;
  transition: all 0.3s linear;
  overflow: hidden;
  border: 2px solid var(--mibooz-primary);
  z-index: 1;
  font-family: var(--mibooz-font-two);
  text-shadow: 0 0 0.25px currentColor;
  text-transform: uppercase;
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background-color: #399185;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 0;
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
}

.thm-btn:hover {
  color: var(--mibooz-base);
}

.thm-btn-partner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #ffffff;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  padding: 14px 36px;
  transition: all 0.3s linear;
  overflow: hidden;
  border: 2px solid var(--mibooz-black);
  z-index: 1;
  font-family: var(--mibooz-font-two);
  text-shadow: 0 0 0.25px currentColor;
  text-transform: uppercase;
}

.thm-btn-partner:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background-color: #399185;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 0;
  z-index: -1;
}

.thm-btn-partner:hover:after {
  opacity: 1;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
}

.thm-btn-partner:hover {
  color: var(--mibooz-base);
}

.thm-btn1 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: white;
  color: black;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 36px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  font-family: var(--mibooz-font-two);
  text-shadow: 0 0 0.25px currentColor;
  border: 2px solid #000000;
}

.thm-btn1:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background-color: black;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
  z-index: -1;
}

.thm-btn1:hover:after {
  opacity: 1;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
}

.thm-btn1:hover {
  color: var(--mibooz-base);
}

.section-title {
  margin-top: -6px;
  margin-bottom: 46px;
}

.section-title__tagline {
  position: relative;
  display: block;
  color: var(--mibooz-primary);
  font-size: 45px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 6px;
  font-weight: 600;
}

.section-title__title {
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  text-transform: inherit;
  font-weight: 500;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.team-one .row {
  --bs-gutter-x: 6px;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--mibooz-black);
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.team-one__img img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.team-one__details {
  position: absolute;
  top: 31px;
  left: 40px;
  transform: translateX(-126%);
  transition: transform 500ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__details {
  transform: translateX(0%);
}

.team-one__title {
  font-size: 13px;
  color: #ffbdc8;
  text-transform: uppercase;
  margin: 0;
  line-height: 28px;
  letter-spacing: 0.1em;
}

.team-one__name {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--mibooz-base);
}

.team-one__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 40px;
  bottom: 40px;
  transform: translateX(135%);
  transition: transform 500ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  transform: translateX(0%);
}

.team-one__social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffbdc8;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__social a:hover {
  color: var(--mibooz-base);
}

.team-one__social a+a {
  margin-left: 30px;
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-image: url("../images/korero/past-attendee-section-bg.png");
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__img {
  position: relative;
  display: block;
  background-color: #0f5d83;
  /* background-image: url("../images/korero/past-attendee-bg.png"); */
  overflow: hidden;
}

.blog-one__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
  filter: grayscale(1);
  padding-top: 10px;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
  filter: grayscale(0);
}

.blog-one__img>a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--mibooz-black-rgb), 0.3);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--mibooz-base);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.blog-one__img>a>span {
  position: relative;
}

.blog-one__img>a>span::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--mibooz-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.blog-one__img>a>span::after {
  content: "";
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: var(--mibooz-base);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-one__img>a:hover>span::before,
.blog-one__img>a:hover>span::after {
  background-color: var(--mibooz-primary);
}

.blog-one__single:hover .blog-one__img>a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.blog-one__date {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--mibooz-primary);
  padding: 7px 20px 6px;
}

.blog-one__date p {
  font-size: 10px;
  font-weight: 500;
  color: var(--mibooz-base);
  margin: 0;
  text-transform: uppercase;
  line-height: 20px;
}

.blog-content {
  position: relative;
  display: flex;
  background-color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  margin-top: -30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.blog-one__single:hover .blog-content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.blog-one__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog-one__meta li+li {
  margin-left: 6px;
}

.blog-one__meta li span {
  font-size: 14px;
}

.blog-one__meta li a {
  font-size: 14px;
  color: var(--mibooz-gray);
  transition: all 500ms ease;
}

.blog-one__meta li a:hover {
  color: var(--mibooz-primary);
}

.blog-one__meta li a i {
  font-size: 15px;
  color: var(--mibooz-primary);
}

.blog-one__title {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #ce332b;
  text-align: center;
}

.blog-one__read-btn {
  text-align: center;
  line-height: 18px;

}

.blog-one__read-btn span {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 18px !important;
}

.blog-one__read-btn p {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
  color: #0f5d83;
}

.blog-one__title>span {
  color: #0f5d83;
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__title>a {
  color: var(--mibooz-primary);
}

.blog-one__read-btn>a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--mibooz-gray);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__read-btn>a {
  color: var(--mibooz-black);
}

.blog-one__read-btn>a:before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  height: 1px;
  background-color: var(--mibooz-primary);
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.blog-one__single:hover .blog-one__read-btn>a:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.company-name {
  font-weight: 700;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

.main-menu-wrapper__logo img {
  width: 50%;
}

.footer-widget__links-list img {
  width: 100%;
}

.banner-btn {
  display: inline-flex;
}

.banner-btn a {
  margin-left: 20px;
}

.nav-btn {
  float: right;
  background: black;
  padding: 1px !important;
  border: 1px solid white;
}

.stricky-header .main-menu__list .nav-btn {
  background-color: #fff;
}

.stricky-header .main-menu__list .nav-btn a {
  color: #000 !important;
}

.nav-btn a {
  color: #fff;
  padding: 0px 5px;
}

.nav-btn:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background-color: #0f5d83;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  opacity: 0;
  z-index: -1;
}

/* .nav-btn:hover:after {
  opacity: 1;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
} */

.nav-btn:hover {
  color: var(--mibooz-base);
}


.formcontainer {
  width: 60%;
  margin: 50px auto;
  background-color: transparent;
  padding: 5px 6px 10px 26px;
  font-family: var(--primary-font);
}

.be-a-partner {
  width: 60%;
  margin: 50px auto;
  padding: 5px 6px 10px 26px;
  font-family: var(--primary-font);
}

.partner-radio {
  margin-top: 10px;
}

.partner-radio div {
  display: flex;
  align-items: center;
}

.form-group .partner-radio label {
  margin-left: 5px;
  font-weight: 400;
}

.form-group {
  margin-bottom: 20px;
}

.form-group .form-checkbox label {
  color: black;
  font-weight: 500;
}

.form-group-select {
  margin-bottom: 20px;
  display: grid;
}

.form-group label {
  flex: 40%;
  font-weight: 500;
  margin-bottom: 5px;
}
form h3 {
    font-weight: 600;
    font-size: 50px;
    margin: 0;
}
.form-group-select label {
  flex: 40%;
  font-weight: bold;
  margin-bottom: 5px;
}

.text-danger {
  color: red;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="tel"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.select2-container {
  width: 100% !important;
  padding: 0;
  margin-top: 8px;
}

.select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  top: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-dropdown {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-selection__arrow {
  height: calc(1.5em + 0.75rem);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
  pointer-events: none;
}

#association_preference option[value="4"] {
  color: #999;
}

input[type=submit] {
  background-color: #0f5d83;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

input[type=submit]:hover {
  background-color: #0f5d83;
}

.error-message {
  color: red;
  font-size: 14px;
  flex: 100%;
  margin-top: 5px;
}

.register {
  position: relative;
  padding: 75px;
  background-image: url('../images/korero/shapes/counter-one-pattern.jpg');
  background-repeat: repeat;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10% auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-header,
.modal-footer {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

.modal-body {
  padding: 20px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  background-color: #0f5d83;
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  background-color: #0f5d83;
  border-color: #0f5d83;
}


.form-group-name #prefix {
  margin-top: 15px;
}

.form-group-name {
  display: inline-flex;
}

.form-herder {
  background-color: #0f5d83;
}
.location {
  position: relative;
  display: block;
  padding: 120px 0 0;
  background-color: var(--mibooz-extra);
  z-index: 1;
}
.location-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .60;
  z-index: -1;
}
.location__single {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .05);
  padding: 44px 50px 42px;
  margin-bottom: 10px;
}
.location__title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  border: 1px solid;
  text-align: center;
  padding: 5px 15px;
  font-weight: bold;
}
.location__text {
  font-size: 20px;
  padding-top: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
}
.location-bottom__text {
  font-size: 20px;
  margin: 0;
  line-height: 26px;
  text-align: center;
  padding: 20px;
}
.memebership{
  flex-direction: column;
}
.joinee{
  position: absolute;
  right: 0;
    height: 60px;
    perspective: 106px;
    width: 100px;
    background-color: #000000;
    animation: boxRotate 3s linear infinite;
    animation-delay: 0.1ms;
    transform-origin: center;
}
.member{
  background-color: #ce332b;
  margin-bottom: 20px;
}
.non-member{
  background-color: #000;
  /* color: #ffffff; */
}
.non-member .location__title{
  /* color: #ffffff; */
}
.services-two{
  position: relative;
    display: block;
    padding: 0px 0 50px;
}
.services-two .section-title{
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  text-transform: inherit;
  font-weight: 500;
}
.venue {
  padding: 50px 0 150px;
}

.venue-content {
  padding: 20px 0;
  border-radius: 8px;
}

.venue-header {
  font-size: 23px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
}

.venue-description,
.venue-details {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 15px;
}

.venue-description p,
.venue-details p {
  margin: 0;
}

.venue-slider img {
  width: 100%;
  border-radius: 8px;
  height: 400px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#slider-image {
  transition: transform 0.8s ease-in-out;
  transform: scale(1);
}

#slider-image.zoom-in {
  transform: scale(1.0);
}
.process{
  padding: 70px 0;
}
.highlight-strong {
  color: #0f5d83;
}
.process-title h2{
  margin: 0;
    font-size: 50px;
    line-height: 60px;
    text-transform: inherit;
    font-weight: 500;
    padding-bottom: 50px;
}
.process-detail strong{
  font-size: 23px;
}
.process-detail p{
  margin: 0;
  padding-bottom: 15px;
  font-weight: 400;
}
.stats-container {
  margin-top: 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 10px;
  width: 60%;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  position: relative;
}

.stat-number {
  font-size: 25px !important;
  font-weight: bold;
  color: #0f5d83;
  margin-bottom: 5px;
}
.stat-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  width: 2px;
  background-color: #0f5d83;
}
.stat-item:last-child:after {
  display: none;
}
.stat-text {
  font-size: 15px !important;
  color: #333;
}

#venue-img .container-fluid{
  padding: 0;
}
.col-md-3.venue-img {
  padding: 10px;
}
.venue-img img{
  width: -webkit-fill-available;
  height: 360px;
}
.sticky-header__content .nav-btn {
    background: #fff;
}
.sticky-header__content .nav-btn a{
    color:#000;
}
@media (max-width: 767px) {
  span.nav-btn {
    display: none;
}
}