@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

*:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

body, html {
  height: 100%;
  width: 100%;
}

body, p {
  direction: ltr;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #32BBFF;
}

h1, h2, h3, h4, h5, h6, p, figur, a {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
}

a:hover,
a:focus,
input:focus,
button:focus,
a:active {
  text-decoration: none;
  outline: none;
  outline-offset: 0px;
  box-shadow: none;
}

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

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

h2 {
  font-size: 40px;
  line-height: 1.4;
}

h3 {
  font-size: 30px;
  line-height: 1.4;
}

h4 {
  font-size: 24px;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  line-height: 1.4;
}

.pos-relative {
  position: relative;
}

.primary-color {
  color: #32BBFF;
}

a,
.transition-3s {
  transition: all 0.3s ease;
}

.transition-5s {
  transition: all 0.5s ease;
}

.kaaahe-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  min-width: 160px;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
  padding: 21px 25px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: #32BBFF;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}
.kaaahe-btn:hover {
  color: #32BBFF;
  background-color: transparent;
  border-color: #32BBFF;
}
.kaaahe-btn.outline {
  color: #32BBFF;
  background-color: transparent;
  border-color: #32BBFF;
}
.kaaahe-btn.outline:hover {
  background-color: #32BBFF;
  color: #fff;
}
.kaaahe-btn.black-bg {
  background: #060707;
  color: #fff;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hints {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin-top: 8px;
  font-style: italic;
}

select,
textarea,
input[type=file],
input[type=search],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
input[type=password],
input[type=email],
input[type=text] {
  height: 48px;
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  color: #989898;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #C4C4C4 !important;
  box-shadow: none;
  background: transparent;
  border-radius: 5px;
}

.form-group {
  position: relative;
}
.form-group .label,
.form-group label {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0.5rem;
}

input[type=file] {
  padding-top: 12px;
}

textarea {
  min-height: 120px;
  padding-top: 15px;
}

@media (min-width: 1200px) {
  .container-1400 {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1500px) {
  .container-1400 {
    max-width: 1440px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
}
.row.large-gutters {
  margin-right: -30px;
  margin-left: -30px;
}

.row.large-gutters > [class^=col-],
.row.large-gutters > [class*=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.has-sticky-nav {
  padding-top: 95px;
}

.row.sml-gutters {
  margin-right: -9px;
  margin-left: -9px;
}

.row.sml-gutters > [class^=col-],
.row.sml-gutters > [class*=" col-"] {
  padding-right: 9px;
  padding-left: 9px;
}

.section-title {
  max-width: 1040px;
  margin: 0 auto 50px;
  text-align: center;
}
.section-title h2 {
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}
.section-title h3 {
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  position: relative;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 50px;
}
.section-title h3:before {
  content: "";
  width: 40px;
  height: 6px;
  background: #32BBFF;
  position: absolute;
  left: 0;
  top: 19px;
}

.hr-line {
  border-color: #C4C4C4;
}

.selectbox {
  position: relative;
}
.selectbox select {
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.selectbox::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(45deg);
}

.checkbox-style {
  display: block;
  margin: 0;
  line-height: 1.3;
}
.checkbox-style input[type=checkbox] {
  display: none;
}
.checkbox-style label {
  margin-bottom: 0;
}
.checkbox-style .check-box {
  padding-left: 38px;
  color: #34465D;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}
.checkbox-style .check-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.checkbox-style .check-box:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 6px;
  top: 4px;
  color: #182954;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.checkbox-style input[type=checkbox]:checked + .check-box::after {
  opacity: 1;
  visibility: visible;
}

.radio-style {
  display: block;
  margin: 0;
  line-height: 1.3;
}
.radio-style input[type=radio] {
  display: none;
}
.radio-style label {
  margin-bottom: 0;
}
.radio-style .check-box {
  padding-left: 38px;
  color: #34465D;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}
.radio-style .check-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
}
.radio-style .check-box:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 6px;
  top: 4px;
  color: #32BBFF;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.radio-style input[type=radio]:checked + .check-box::after {
  opacity: 1;
  visibility: visible;
}
.radio-style input[type=radio]:checked + .check-box::before {
  border-color: #32BBFF;
}

@media only screen and (max-width: 1199px) {
  .section-title h2 {
    font-size: 30px;
  }

  .section-title h3 {
    font-size: 20px;
  }

  .section-title h3:before {
    height: 2px;
    top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h3 {
    font-size: 16px;
  }
  .section-title h3:before {
    top: 10px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .section-title p {
    font-size: 15px;
  }

  .kaaahe-btn {
    font-size: 14px;
    min-width: 140px;
    padding: 14px 18px;
  }
}
/*----------icon puls hover---------*/
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 575px) {
  .section-title h3 {
    font-size: 20px;
  }

  .has-sticky-nav {
    padding-top: 67px;
  }
}
.kaaahe-header {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: #fff;
  display: none;
}
.kaaahe-header.sticky {
  background-color: #ffffffbf;
}
.kaaahe-header .bg-light {
  background-color: transparent !important;
}
.kaaahe-header .navbar-brand {
  margin-right: 30px;
  padding: 0;
}
.kaaahe-header .navbar-brand img {
  max-width: 260px;
}
.kaaahe-header .dropuser.for-mobile {
  display: none;
}
.kaaahe-header .dropuser.for-mobile .nav-link {
  color: #19052B;
  font-size: 18px;
  line-height: 1.3;
  padding-left: 0;
  padding-right: 0;
}
.kaaahe-header .navbar {
  padding: 0;
  border: none;
}
.kaaahe-header .navbar-nav {
  align-items: center;
}
.kaaahe-header .navbar-nav .nav-item {
  margin-left: 48px;
  position: relative;
}
.kaaahe-header .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.kaaahe-header .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  color: #19052B;
}
.kaaahe-header .navbar-nav .nav-item .nav-link:hover {
  color: #32BBFF;
}
.kaaahe-header .navbar-nav .nav-item .nav-link.dropdown-toggle {
  font-size: 16px;
}
.kaaahe-header .navbar-nav .nav-item.active a {
  color: #32BBFF;
}
.kaaahe-header .navbar-nav .nav-item.user-login {
  display: flex;
  align-items: center;
}
.kaaahe-header .navbar-nav .nav-item.user-login .kaaahe-btn {
  background-color: #32BBFF;
  color: #ffffff;
  font-weight: 600;
  border-radius: 0;
  padding: 14px 19px;
  min-width: 125px;
}
.kaaahe-header .navbar-nav .nav-item.user-login .login {
  background-color: transparent;
  color: #19052B;
  border-color: rgba(0, 0, 0, 0.4);
  margin-right: 10px;
}
.kaaahe-header .navbar-nav .nav-item.user-login .login:hover {
  background-color: transparent;
  color: #19052B;
}
.kaaahe-header .navbar-nav .nav-item .dropdown-menu {
  min-width: 70px;
}
.kaaahe-header .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.kaaahe-header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.kaaahe-header.transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.kaaahe-header.transparent.sticky {
  background: #ffffffbf;
  border-bottom: 1px solid #DCDCDC;
}
.kaaahe-header.transparent.sticky .navbar-brand .logo-white {
  display: none;
}
.kaaahe-header.transparent.sticky .navbar-brand .logo-black {
  display: block;
}
.kaaahe-header.transparent.sticky .navbar-nav .nav-item .nav-link {
  color: #060707;
}
.kaaahe-header.transparent.sticky .navbar-nav .nav-item.balance .nav-link {
  border-color: #060707;
}

@media (max-width: 1199px) {
  .kaaahe-header .navbar {
    border-bottom-color: #d5d5d53d !important;
  }

  .kaaahe-header .navbar-brand img {
    max-width: 190px;
  }

  .kaaahe-header .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  .kaaahe-header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .kaaahe-header.transparent .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  .kaaahe-header.transparent .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .kaaahe-header.sticky .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  .kaaahe-header.sticky .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .kaaahe-header .dropuser.for-mobile {
    margin-left: auto;
    margin-right: 22px;
  }

  .kaaahe-header .navbar-nav .nav-item.dropuser {
    display: none;
  }

  .kaaahe-header .navbar-nav .nav-item.user-login {
    display: flex;
    align-items: center;
    padding-left: 19px;
    margin-top: 18px;
  }

  .kaaahe-header .navbar-nav {
    margin-left: 0 !important;
    border-top: 1px solid #d5d5d53d;
    padding-top: 12px;
    margin-top: 20px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    background: #ffffff;
  }

  .kaaahe-header .navbar-nav .nav-item a {
    line-height: 1.3;
    color: #000;
    letter-spacing: -0.05em;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 13px;
    display: block;
  }

  .kaaahe-header .social-link {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .kaaahe-header .social-link a {
    line-height: 1.3;
    color: #000;
    letter-spacing: -0.05em;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 13px;
    display: block;
  }

  .kaaahe-header .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }

  .kaaahe-header .navbar-nav .nav-item {
    margin-left: 0 !important;
    width: 100%;
  }

  .kaaahe-header .navbar-nav .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kaaahe-header .nav-inline-items {
    display: block;
  }
}
@media (max-width: 575px) {
  .kaaahe-header .bg-light {
    padding: 0;
  }

  .kaaahe-header .navbar-brand img {
    max-width: 150px;
  }

  .kaaahe-header .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
.kaaahe-footer {
  background: #1d1d1d;
  padding: 60px 0;
  border-top: 1px solid #1e1e1e;
}
.kaaahe-footer .copyright-text {
  padding-right: 30px;
  font-size: 16px;
  color: #FFFFFF;
}
.kaaahe-footer .copyright-text span {
  color: #FFFFFF;
}
.kaaahe-footer .copyright-text a {
  color: #0000;
}
.kaaahe-footer .copyright-text a:hover {
  text-decoration: underline;
}
.kaaahe-footer .single-widget .footer-logo {
  max-width: 180px;
}
.kaaahe-footer .single-widget .widget-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.kaaahe-footer .single-widget .widget-menu li {
  margin-bottom: 7px;
}
.kaaahe-footer .single-widget .widget-menu li:last-child {
  margin-bottom: 0;
}
.kaaahe-footer .single-widget .widget-menu li a {
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
  word-break: break-all;
}
.kaaahe-footer .single-widget .widget-menu li a:hover {
  text-decoration: underline;
}
.kaaahe-footer .single-widget .widget-menu li a i {
  margin-right: 10px;
  color: #fff;
}
.kaaahe-footer .social-menu {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.kaaahe-footer .social-menu li {
  margin-right: 22px;
}
.kaaahe-footer .social-menu li:first-child {
  color: #fff;
}
.kaaahe-footer .social-menu li:last-child {
  margin-right: 0;
}
.kaaahe-footer .social-menu li a {
  color: #fff;
  font-size: 28px;
}
.kaaahe-footer .social-menu li a:hover {
  color: #32BBFF;
}

@media (max-width: 991px) {
  .kaaahe-footer {
    padding: 60px 0 30px;
  }

  .kaaahe-footer .social-menu {
    margin-top: 10px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .kaaahe-footer .copyright-text {
    padding-right: 0;
    margin-top: 10px;
    text-align: center;
  }

  .kaaahe-footer .single-widget .footer-logo {
    max-width: 180px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 575px) {
  .kaaahe-footer {
    padding: 43px 0 30px;
  }
}
.kaaahe-menu {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0.3s;
}
.kaaahe-menu.hero-video-end {
  opacity: 1;
  visibility: visible;
}
.kaaahe-menu ul.menu-ul li a {
  font-size: 34px;
  line-height: 1.3;
  color: #000;
  letter-spacing: -0.05em;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.kaaahe-menu ul.social-link {
  margin-top: 10px;
}
.kaaahe-menu ul.social-link li {
  margin-bottom: 5px;
  line-height: 1;
}
.kaaahe-menu ul.social-link li:last-child {
  margin-bottom: 0;
}
.kaaahe-menu ul.social-link li a {
  font-size: 13px;
  color: #000;
  line-height: 1.3;
  display: inline-block;
}
.kaaahe-menu ul.social-link li a:hover {
  color: #fff;
  text-decoration: underline;
}

.black-bg.kaaahe-menu ul.social-link li a,
.black-bg.kaaahe-menu ul.menu-ul li a {
  color: #fff;
}

.black-bg.kaaahe-menu ul.menu-ul li a::before {
  background: #ccc;
}

.kaaahe-site-logo {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0.3s;
}
.kaaahe-site-logo.hero-video-end {
  opacity: 1;
  visibility: visible;
}
.kaaahe-site-logo img {
  max-width: 160px;
}

body {
  transition: background 1s ease-in-out;
}

.links .link {
  --color: rgba(255, 255, 255, 0.5);
  position: relative;
  color: var(--color);
  cursor: none;
  transition: color 300ms ease;
}

.links .link:hover {
  --color: rgb(255, 255, 255);
}

.links .link:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}

.cursor .cursor--small,
.cursor .cursor--large,
.cursor .cursor--text {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: var(--cursor-size);
  height: var(--cursor-size);
  mix-blend-mode: difference;
  pointer-events: none;
  user-select: none;
  z-index: 999;
}

.cursor .cursor--text {
  --cursor-size: fit-content;
  font-size: 0.75rem;
  color: #fff;
  opacity: 0;
}

.cursor .cursor--text .text {
  font-family: sans-serif;
  font-weight: bold;
}

.cursor .cursor--small {
  --cursor-size: 20px;
  background: #fff;
}

.cursor .cursor--large {
  --cursor-size: 60px;
  border: 2px solid #fff;
}

.kaaahe-hero {
  height: 100vh;
  min-height: 780px;
  padding-top: 50px;
  background-image: url(../images/logo-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.kaaahe-hero video.kaaahe-hero-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  min-height: 650px;
}
.kaaahe-hero .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.kaaahe-hero .container-fluid {
  position: relative;
  z-index: 2;
}
.kaaahe-hero .col-12,
.kaaahe-hero .row,
.kaaahe-hero .container-fluid {
  height: 100%;
}
.kaaahe-hero .hero-content {
  overflow: hidden;
  margin-left: auto;
  max-width: 1215px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.kaaahe-hero .hero-content h1 {
  font-weight: 600;
  font-size: 6vw;
  line-height: 1;
  color: #1d1d1d;
  display: block;
  transform: scale(0.94);
}
.kaaahe-hero .hero-content h1 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}
.kaaahe-hero .hero-content h1.animated {
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.kaaahe-hero .hero-content h1.animated span:nth-child(1) {
  animation: fade-in 0.8s 10.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-hero .hero-content h1.animated span:nth-child(2) {
  animation: fade-in 0.8s 10.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-hero .hero-content h1.animated span:nth-child(3) {
  animation: fade-in 0.8s 10.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-hero .hero-content h1.animated span:nth-child(4) {
  animation: fade-in 0.8s 10.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-hero .hero-content h1.animated span:nth-child(5) {
  animation: fade-in 0.8s 10.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-hero .hero-content h1.animated span:nth-child(6) {
  animation: fade-in 0.8s 11.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-hero .hero-content h1.animated span:nth-child(7) {
  animation: fade-in 0.8s 11.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-hero .hero-content h1.animated span:nth-child(8) {
  animation: fade-in 0.8s 11.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-hero .hero-content h5 {
  font-size: 26px;
  max-width: 580px;
  margin-top: 60px;
  line-height: 1.3;
  font-weight: 600;
  transform: translateX(60px);
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease 10.4s;
}
.kaaahe-hero .hero-content h5.animated {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.kaaahe-hero .hero-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #19052B;
  max-width: 500px;
  transform: translateX(60px);
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease 10.6s;
}
.kaaahe-hero .hero-content p.animated {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.kaaahe-hero .hero-content .date {
  margin-top: auto;
  margin-bottom: 50px;
  max-width: 360px;
  margin-left: auto;
  margin-right: 150px;
}
.kaaahe-hero .hero-content .date a {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1;
}
.kaaahe-hero .hero-content .date span {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 700;
}

.kaaahe-hero.hero-video-end .hero-content {
  opacity: 1;
  visibility: visible;
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.kaaahe-video {
  padding: 100px 0;
  overflow: hidden;
}
.kaaahe-video .video-content {
  height: 870px;
  max-width: 1450px;
  width: 100%;
  position: relative;
  margin-left: auto;
}
.kaaahe-video .video-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.kaaahe-video .video-content h1 {
  position: relative;
  z-index: 3;
  font-size: 6vw;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  left: 100px;
  top: -80px;
  word-break: break-all;
  display: inline-block;
  transform: scale(0.94);
}
.kaaahe-video .video-content h1 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}
.kaaahe-video .video-content h1.animated {
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.kaaahe-video .video-content h1.animated span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-video .video-content h1.animated span:nth-child(2) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-video .video-content h1.animated span:nth-child(3) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-video .video-content .desc {
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 60px;
  left: 60px;
  max-width: 370px;
  z-index: 3;
}
.kaaahe-video .video-content .main-title {
  position: absolute;
  right: 20px;
  bottom: 30px;
  color: #fff;
  font-size: 5vw;
  line-height: 1;
  font-weight: 600;
  z-index: 3;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.kaaahe-video iframe,
.kaaahe-video video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 650px;
}

.kaaahe-service {
  overflow: hidden;
}
.kaaahe-service .service-content {
  height: 100vh;
  position: relative;
}
.kaaahe-service .service-content .right-title {
  color: #fff;
  z-index: 3;
  font-size: 32px;
  font-weight: 700;
  max-width: 360px;
  line-height: 1.2;
  position: absolute;
  right: 50px;
  top: 120px;
  display: inline-block;
  transform: scale(0.94);
}
.kaaahe-service .service-content .right-title span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}
.kaaahe-service .service-content .right-title.animated {
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.kaaahe-service .service-content .right-title.animated span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-service .service-content .right-title.animated span:nth-child(2) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-service .service-content .right-title.animated span:nth-child(3) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-service .service-content > .container {
  height: 100%;
}
.kaaahe-service .service-content > .container .slick-track,
.kaaahe-service .service-content > .container .slick-list,
.kaaahe-service .service-content > .container .col-12, .kaaahe-service .service-content > .container > .row {
  height: 100%;
}
.kaaahe-service .service-content iframe {
  pointer-events: none;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 178.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kaaahe-service .service-content .service-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
}
.kaaahe-service .service-content .service-wrapper .single-service {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.kaaahe-service .service-content .service-wrapper .single-service .title {
  font-size: 80px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.kaaahe-service .service-content .service-wrapper .single-service .title a {
  color: #fff;
}
.kaaahe-service .paging-status {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 9;
  font-size: 26px;
  font-weight: 600;
  color: white;
  width: 90px;
  height: 90px;
  border: 2px solid;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kaaahe-service .paging-status sup {
  top: -5px;
  margin-left: 6px;
}

.kaaahe-showcase {
  padding: 100px 0 330px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/showcase-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kaaahe-showcase .showcase-logo {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.kaaahe-showcase .showcase-logo img {
  max-width: 240px;
  margin: 0 20px 20px;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.kaaahe-showcase .showcase-logo img:hover {
  filter: grayscale(0);
}
.kaaahe-showcase .showcase-content h1 {
  line-height: 1.2;
  color: #fff;
  font-size: 5.3vw;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: scale(0.94);
}
.kaaahe-showcase .showcase-content h1 span {
  display: block;
  opacity: 0;
  filter: blur(4px);
}
.kaaahe-showcase .showcase-content h1.animated {
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.kaaahe-showcase .showcase-content h1.animated span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-showcase .showcase-content h1.animated span:nth-child(2) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-showcase .showcase-content h1.animated span:nth-child(3) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.kaaahe-showcase .showcase-gallery {
  display: flex;
  flex-flow: row wrap;
  gap: 50px;
  justify-content: space-between;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  padding-top: 200px;
}
.kaaahe-showcase .showcase-gallery .signle-gallery {
  width: calc(100% / 2 - 25px);
  position: relative;
}
.kaaahe-showcase .showcase-gallery .signle-gallery:nth-child(even) {
  transform: translateY(230px);
}
.kaaahe-showcase .showcase-gallery .signle-gallery img {
  transform: translateY(60px);
  transform-style: preserve-3d;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-clip-path: polygon(0% 20%, 50% 20%, 50% 20%, 0% 20%);
  clip-path: polygon(0% 20%, 50% 20%, 50% 20%, 0% 20%);
}
.kaaahe-showcase .showcase-gallery .signle-gallery img.animated {
  transform-origin: 50% 50%;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0px 100%, 100% 100%, 100% 0%, 0px 0%);
}
.kaaahe-showcase .showcase-gallery .signle-gallery:nth-child(2) img {
  transition-delay: 0.2s;
}
.kaaahe-showcase .showcase-gallery .signle-gallery:nth-child(3) img {
  transition-delay: 0.4s;
}
.kaaahe-showcase .showcase-gallery .signle-gallery:nth-child(4) img {
  transition-delay: 0.6s;
}
.kaaahe-showcase .showcase-gallery .signle-gallery:nth-child(5) img {
  transition-delay: 0.8s;
}
.kaaahe-showcase .showcase-gallery .signle-gallery h3 {
  font-size: 32px;
  position: absolute;
  bottom: 16px;
  left: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.kaaahe-showcase .showcase-gallery .signle-gallery:hover h3 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.client-logo {
  background: #262626;
  padding: 50px 0;
}
.client-logo .client-logo-wrapper .single-logo {
  position: relative;
  padding: 20px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo .client-logo-wrapper .single-logo img {
  max-width: 100%;
}
.client-logo .client-logo-wrapper .slick-arrow {
  border: none;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  padding: 12px;
  line-height: 1;
  background: #f1f1f1;
  cursor: pointer;
}
.client-logo .client-logo-wrapper .slick-arrow.slick-next {
  left: inherit;
  right: -40px;
}

@media (max-width: 1600px) {
  .kaaahe-hero .hero-content {
    max-width: 1000px;
  }

  .kaaahe-video .video-content {
    height: 800px;
    max-width: 1210px;
  }

  .kaaahe-service .container {
    max-width: 910px;
  }

  .kaaahe-showcase .container {
    max-width: 780px;
  }

  .kaaahe-showcase .showcase-gallery {
    gap: 30px;
    max-width: 640px;
    padding-top: 150px;
  }

  .kaaahe-showcase .showcase-gallery .signle-gallery {
    width: calc(100% / 2 - 15px);
  }

  .kaaahe-showcase .showcase-logo img {
    max-width: 170px;
  }
}
@media (max-width: 1400px) {
  .kaaahe-menu ul.menu-ul li {
    line-height: 1.1;
  }

  .kaaahe-menu ul.menu-ul li a {
    font-size: 24px;
  }

  .kaaahe-hero .hero-content {
    max-width: 770px;
  }

  .kaaahe-video .video-content {
    height: 610px;
    max-width: 830px;
  }

  .kaaahe-service .service-content .service-wrapper .single-service .title {
    font-size: 50px;
  }

  .kaaahe-service .container {
    max-width: 910px;
    margin-left: auto;
    margin-right: 0;
  }

  .kaaahe-showcase .container {
    margin-left: auto;
    margin-right: 0;
  }

  .kaaahe-showcase .showcase-gallery {
    padding-top: 120px;
  }

  .kaaahe-video .video-content .desc {
    bottom: 0;
    left: 40px;
    max-width: 370px;
  }
}
@media (max-width: 1199px) {
  .kaaahe-hero .hero-content {
    max-width: 720px;
  }

  .kaaahe-video .video-content {
    height: 540px;
    max-width: 700px;
  }

  .kaaahe-video iframe {
    min-height: 530px;
  }

  .kaaahe-video .video-content .desc {
    bottom: 30px;
    left: 40px;
    font-size: 16px;
  }

  .kaaahe-service .service-content .right-title {
    font-size: 23px;
    max-width: 220px;
    top: 70px;
  }

  .kaaahe-showcase .showcase-gallery {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .kaaahe-menu {
    display: none;
  }

  .kaaahe-header {
    display: block;
  }

  .kaaahe-hero {
    height: auto;
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .kaaahe-hero video.kaaahe-hero-video {
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .kaaahe-hero .hero-content {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .kaaahe-hero .hero-content .date {
    text-align: center;
    margin: 90px auto 0;
  }

  .kaaahe-site-logo {
    display: none;
  }

  .kaaahe-video .video-content h1 {
    top: -30px;
  }

  .kaaahe-service .service-content .service-wrapper .single-service {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .kaaahe-showcase .showcase-gallery {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .kaaahe-video {
    padding: 50px 0 50px;
  }

  .kaaahe-service .service-content .service-wrapper .single-service .title {
    font-size: 32px;
  }

  .kaaahe-showcase .showcase-content h1 {
    font-size: 30px;
  }

  .kaaahe-showcase {
    padding: 100px 0 180px;
    overflow: hidden;
  }

  .kaaahe-showcase .showcase-gallery .signle-gallery:nth-child(even) {
    transform: translateY(90px);
  }

  .kaaahe-video .video-content .desc {
    bottom: 20px;
    left: 20px;
    font-size: 15px;
    max-width: 280px;
  }

  .client-logo-wrapper {
    padding-bottom: 43px;
  }

  .client-logo .client-logo-wrapper .slick-arrow {
    top: inherit;
    bottom: 0;
    left: 50%;
    transform: translateY(0);
    margin-left: -45px;
  }

  .client-logo .client-logo-wrapper .slick-arrow.slick-next {
    left: inherit;
    right: 50%;
    margin-right: -45px;
  }
}
@media (max-width: 575px) {
  .kaaahe-hero .hero-content h1 {
    font-size: 30px;
  }

  .kaaahe-video .video-content {
    height: 330px;
  }

  .kaaahe-hero .hero-content h5 {
    font-size: 19px;
  }

  .kaaahe-video iframe {
    min-height: 310px;
  }

  .kaaahe-video .video-content h1 {
    font-size: 30px;
    left: 0;
    display: block;
    text-align: center;
  }

  .kaaahe-video .video-content .desc {
    max-width: 100%;
    position: relative;
  }

  .kaaahe-video .video-content .main-title {
    font-size: 36px;
  }

  .kaaahe-showcase {
    padding: 60px 0 100px;
    overflow: hidden;
  }

  .kaaahe-showcase .showcase-gallery {
    gap: 10px;
  }

  .kaaahe-showcase .showcase-gallery .signle-gallery {
    width: calc(100% / 2 - 5px);
  }

  .kaaahe-showcase .showcase-gallery .signle-gallery:nth-child(even) {
    transform: translateY(40px);
  }

  .kaaahe-service .service-content .right-title {
    top: 30px;
    right: 10px;
  }

  .client-logo {
    padding: 20px 0;
  }
}
.vbox-close {
  background: #fff;
  top: 10px;
  right: 26px;
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 100%;
  opacity: 1;
}
.vbox-close .vbox-close-icon {
  fill: #333;
}

.vbox-next span,
.vbox-prev span {
  border-top-color: #2a2a2a;
  border-right-color: #2a2a2a;
}

.vbox-next {
  right: inherit;
  left: 15px;
  transform: rotate(90deg);
  margin-top: 16px;
}

.vbox-next span {
  right: 17px;
  top: 12px;
}

.vbox-prev span {
  left: 18px;
  top: 11px;
}

.vbox-prev {
  left: 15px;
  transform: rotate(-270deg);
  margin-top: -34px;
}

.vbox-bottom {
  bottom: 10px;
  color: #393839;
  background: transparent;
  font-size: 20px;
}

.kaaahe-gallery {
  padding: 60px 0 100px;
}
.kaaahe-gallery .gallery-container {
  width: 85%;
  margin: 0 auto;
}
.kaaahe-gallery .medias__header {
  padding: 100px 0;
}
.kaaahe-gallery .medias__header .medias__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kaaahe-gallery .medias__header .medias__filter span {
  font-size: 38px;
  line-height: 1.6;
  color: #9b9797;
  font-weight: 600;
}
.kaaahe-gallery .medias__header .field--select {
  position: relative;
}
.kaaahe-gallery .medias__header .field--select:before {
  content: "";
  position: absolute;
  right: 0;
  top: 25px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
.kaaahe-gallery .medias__header .field--select select {
  font-size: 38px;
  line-height: 1;
  height: auto;
  padding: 13px 43px 10px 14px;
  appearance: none;
  border: none !important;
  color: #333;
  cursor: pointer;
}
.kaaahe-gallery .medias__header .field--select select option {
  font-size: 18px;
}
.kaaahe-gallery .gallery-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -30px;
}
.kaaahe-gallery .gallery-wrapper .single-image {
  margin-left: 30px;
  margin-bottom: 30px;
  width: calc(100% / 4 - 30px);
}
.kaaahe-gallery .gallery-wrapper .single-image picture {
  overflow: hidden;
  display: block;
  border-radius: 20px;
}
.kaaahe-gallery .gallery-wrapper .single-image picture img {
  border-radius: 20px;
  transition: transform 2s cubic-bezier(0.16, 1.08, 0.38, 0.98), -webkit-transform 2s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.kaaahe-gallery .gallery-wrapper .single-image:hover picture img {
  transform: scale(1.06) translateZ(0);
}
.kaaahe-gallery .gallery-wrapper .single-image .medias__caption {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.kaaahe-gallery .gallery-wrapper .single-image .medias__caption h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  width: calc(100% - 118px);
  padding-right: 6px;
}
.kaaahe-gallery .gallery-wrapper .single-image .medias__caption .view-more {
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
.kaaahe-gallery .gallery-wrapper .single-image .medias__caption .view-more i {
  margin-left: 4px;
}
.kaaahe-gallery .gallery-wrapper .single-image .medias__caption .view-more:hover {
  color: #32BBFF;
}

.kaaahe-contact {
  padding: 100px 0;
}
.kaaahe-contact .section-title {
  margin: 0 auto 90px;
}
.kaaahe-contact .section-title h2 {
  font-weight: 400;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.kaaahe-contact .section-title p {
  letter-spacing: 0.15em;
  font-size: 13px;
  text-transform: uppercase;
}
.kaaahe-contact .contact-form-wrapper {
  background: #18181a;
  padding: 60px;
  max-width: 1026px;
  margin: 0 auto;
  position: relative;
}
.kaaahe-contact .contact-form-wrapper .contact-favicon {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 100%;
  padding: 9px;
  z-index: 2;
  box-shadow: 0 -1px 6px #3333;
}
.kaaahe-contact .contact-form-wrapper form {
  display: flex;
  flex-flow: row wrap;
}
.kaaahe-contact .contact-form-wrapper form .form-group {
  width: calc(100% / 2 - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}
.kaaahe-contact .contact-form-wrapper form .form-group textarea,
.kaaahe-contact .contact-form-wrapper form .form-group input {
  background: #fff;
  border-radius: 0;
  height: 60px;
  font-size: 15px;
  color: #333;
}
.kaaahe-contact .contact-form-wrapper form .form-group button[type=submit] {
  width: 100%;
  margin-top: 6px;
  border-radius: 50px;
  padding: 17px 25px;
  text-transform: uppercase;
  font-size: 15px;
}

.kaaahe-actualites {
  padding: 100px 0;
}
.kaaahe-actualites .single-actualites {
  margin-bottom: 50px;
}
.kaaahe-actualites .single-actualites picture {
  display: block;
  overflow: hidden;
}
.kaaahe-actualites .single-actualites picture img {
  transition: all 0.5s ease;
}
.kaaahe-actualites .single-actualites:hover picture img {
  transform: scale(1.1);
}
.kaaahe-actualites .single-actualites .title {
  margin-top: 18px;
  margin-bottom: 22px;
  display: inline-block;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 400;
  color: #222224;
}
.kaaahe-actualites .single-actualites .title:hover {
  color: #32BBFF;
}
.kaaahe-actualites .single-actualites article {
  line-height: 1.5;
  font-size: 14px;
}
.kaaahe-actualites .single-actualites article .read-more {
  display: block;
  margin-top: 12px;
}
.kaaahe-actualites .single-actualites article .read-more a {
  font-weight: 400;
  text-decoration: underline;
  color: #222224;
}
.kaaahe-actualites .single-actualites article .read-more a:hover {
  text-decoration: none;
}

.kaaahe-blog-details {
  padding: 100px 0 50px;
}
.kaaahe-blog-details .blog-content .post-thumbnail {
  margin-bottom: 20px;
}
.kaaahe-blog-details .blog-content h2, .kaaahe-blog-details .blog-content h3, .kaaahe-blog-details .blog-content h4, .kaaahe-blog-details .blog-content h5, .kaaahe-blog-details .blog-content h6 {
  margin-bottom: 5px;
}
.kaaahe-blog-details .blog-content p {
  margin-bottom: 15px;
}

.related-blog {
  padding-top: 0;
  padding-bottom: 50px;
}

nav.offcanvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  color: #002B51;
  width: 40rem;
  transition: transform 0.5s;
  overflow: auto;
  z-index: 999;
  transform: translateX(-100%);
  box-shadow: 0 2px 16px #3333334a;
}
nav.offcanvas-menu.show-offcanvas {
  transform: translateX(0);
}
nav.offcanvas-menu .offcanvas-close {
  position: absolute;
  top: 20px;
  left: 20px;
}
nav.offcanvas-menu .offcanvas-close .p-header__menuBurger {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem;
  color: #002B51;
  margin: 0;
  z-index: 5;
  border: none;
  background: transparent;
  cursor: pointer;
}
nav.offcanvas-menu .offcanvas-close .p-header__menuBurger .p-header__menuBurger__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 0.75rem;
  display: inline;
}
nav.offcanvas-menu .offcanvas-close .p-header__menuBurger .p-header__menuBurger__inner {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
nav.offcanvas-menu .offcanvas-close .p-header__menuBurger .p-header__menuBurger__inner span::before,
nav.offcanvas-menu .offcanvas-close .p-header__menuBurger .p-header__menuBurger__inner::after,
nav.offcanvas-menu .offcanvas-close .p-header__menuBurger .p-header__menuBurger__inner::before {
  font-size: 1rem;
  position: absolute;
  color: currentColor;
  content: "";
  width: 1.25em;
  margin-top: 4px;
  border-top-style: solid;
  border-top-width: 2px;
  transition: transform 0.25s, width 0.25s, top 0.25s, left 0.25s;
  will-change: transform, color;
  left: 0;
}
nav.offcanvas-menu .offcanvas-close .p-header__menuBurger .p-header__menuBurger__inner::before {
  top: 0;
  animation-delay: 125ms;
}
nav.offcanvas-menu .offcanvas-close .p-header__menuBurger .p-header__menuBurger__inner::before {
  width: 1.25em;
  top: 6px;
  left: 0;
  transform: rotate(135deg);
}
nav.offcanvas-menu .offcanvas-close .p-header__menuBurger .p-header__menuBurger__inner::after {
  transform: rotate(45deg);
  top: 6px;
}
nav.offcanvas-menu .navbar-inner {
  padding: 6rem calc(40% - 7rem);
  width: 100%;
}
nav.offcanvas-menu .navbar-inner ul li {
  margin-bottom: 15px;
}
nav.offcanvas-menu .navbar-inner ul li a {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #002b51;
}
nav.offcanvas-menu .navbar-inner ul li a:hover {
  background-image: linear-gradient(135deg, #EC7E5B, #E85D5D, #7E5AE3 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
nav.offcanvas-menu .navbar-inner .p-header__nav__contact {
  position: relative;
  margin-top: 1.5rem;
  padding-top: 2rem;
}
nav.offcanvas-menu .navbar-inner .p-header__nav__contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -2rem;
  border-width: 1px 0 0;
  border-style: solid;
  border-image-source: linear-gradient(135deg, #EC7E5B, #E85D5D, #7E5AE3 80%);
  border-image-slice: 1;
}
nav.offcanvas-menu .navbar-inner .p-header__nav__contact h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
nav.offcanvas-menu .navbar-inner .p-header__nav__contact address {
  margin-bottom: 1rem;
  line-height: 1.3;
  margin-top: 13px;
}
nav.offcanvas-menu .navbar-inner .p-header__nav__contact address a {
  color: #333;
}
nav.offcanvas-menu .navbar-inner .p-header__nav__contact address a:hover {
  background-image: linear-gradient(135deg, #EC7E5B, #E85D5D, #7E5AE3 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
nav.offcanvas-menu .navbar-inner .p-header__nav__contact .p-header__nav__contact__phone {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #333;
}
nav.offcanvas-menu .navbar-inner .p-header__nav__contact .p-header__nav__contact__phone:hover {
  background-image: linear-gradient(135deg, #EC7E5B, #E85D5D, #7E5AE3 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.header2 .header-wrapper {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.header2 .header-wrapper .hamburger-wrapper {
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header2 .header-wrapper .hamburger-wrapper .hamburter-line {
  display: inline-block;
  width: 24px;
  height: 19px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  position: relative;
  margin-right: 13px;
}
.header2 .header-wrapper .hamburger-wrapper .hamburter-line::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  top: 7px;
}
.header2 .header-wrapper .brand-logo .logo {
  max-width: 190px;
}
.header2.transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header2.transparent .hamburger-wrapper {
  color: #fff;
}
.header2.transparent .hamburger-wrapper .hamburter-line {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.header2.transparent .hamburger-wrapper .hamburter-line::before {
  background: #fff;
}

.home2-hero {
  z-index: -1;
}
.home2-hero video.kaaahe-hero-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  min-height: 650px;
}
.home2-hero .p-pageHeader__hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  height: calc(18rem + 25vw);
  max-height: 100vh;
  min-height: 25rem;
  overflow: hidden;
}
.home2-hero .p-pageHeader__hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20rem;
  pointer-events: none;
  opacity: 1;
}
.home2-hero .p-pageHeader__hero .p-pageHeader__hero__contentWrap {
  position: relative;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 2rem;
  z-index: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}
.home2-hero .p-pageHeader__hero .p-pageHeader__hero__contentWrap .u-contentWrap {
  width: 100%;
  max-width: 40rem;
}
.home2-hero .p-pageHeader__hero .p-pageHeader__hero__contentWrap .p-pageHeader__headline__title {
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}
.home2-hero .p-pageHeader__hero .p-pageHeader__hero__contentWrap .u-introCopy {
  font-size: 1.5rem;
  color: #fff;
}
.home2-hero .u-videoWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  min-height: 100%;
  padding-left: 178%;
}
.home2-hero .u-videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mission-vission {
  padding: 50px 0;
}
.mission-vission .single-mission {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  border: 1px solid #fff;
  transition: border 0.5s, transform 0.5s;
  box-shadow: 0 0.125rem 0.25rem #0000001a;
  padding: 24px;
}
.mission-vission .single-mission:hover {
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(135deg, #EC7E5B, #E85D5D, #7E5AE3 80%);
  border-image-slice: 1;
}
.mission-vission .single-mission .p-bucket__title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.mission-vission .single-mission:hover .p-bucket__title {
  background-image: linear-gradient(135deg, #EC7E5B, #E85D5D, #7E5AE3 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.mission-vission .single-mission article p {
  font-size: 16px;
  margin-bottom: 10px;
}
.mission-vission .single-mission .learn-more {
  display: block;
  margin-top: auto;
}
.mission-vission .single-mission .learn-more a {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}
.mission-vission .single-mission .learn-more a i {
  margin-left: 8px;
}
.mission-vission .block-img {
  margin-top: 40px;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

.header2.page3-header {
  background: #000;
}

.page3-hero {
  z-index: 0;
}
.page3-hero video.kaaahe-hero-video {
  height: 100%;
}
.page3-hero .p-pageHeader__hero {
  height: 880px;
  overflow: visible;
}
.page3-hero .page3-hero-content h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.page3-hero .page3-hero-content p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 40px;
}
.page3-hero .page3-hero-img img {
  max-width: 520px;
  transform: translateY(100px);
  position: relative;
  z-index: 9;
}

.transform-intentions {
  background: #191a1c;
  padding: 190px 0 100px;
}
.transform-intentions .section-title h2 {
  text-transform: none;
  color: #f5f079;
  text-align: left;
}
.transform-intentions .intentions-content .title {
  color: #f5f079;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.transform-intentions .intentions-content p {
  color: #fff;
  font-size: 21px;
}

.mission-banner {
  background-image: url(../images/actualites-img2.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}

.kaaahe-mission {
  padding: 50px 0;
}
.kaaahe-mission .kaaahe-breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.kaaahe-mission .kaaahe-breadcrumb li {
  margin-right: 28px;
  font-size: 15px;
  position: relative;
}
.kaaahe-mission .kaaahe-breadcrumb li:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
  transform: rotate(45deg);
}
.kaaahe-mission .kaaahe-breadcrumb li:last-child {
  margin-right: 0;
}
.kaaahe-mission .kaaahe-breadcrumb li:last-child:before {
  display: none;
}
.kaaahe-mission .kaaahe-breadcrumb li a {
  font-size: 15px;
}
.kaaahe-mission .mission-content h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 5px;
}
.kaaahe-mission .mission-content h4 {
  margin-bottom: 20px;
}

.mission-client-logo {
  background: #f7f7f7;
  padding: 80px 0;
}
.mission-client-logo .client-logo-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.mission-client-logo .client-logo-wrapper .single-logo {
  width: calc(100% / 6);
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mission-client-logo .client-logo-wrapper .single-logo::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 80%;
  width: 1px;
  background: #ddd;
  transform: translateY(-50%);
}
.mission-client-logo .client-logo-wrapper .single-logo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #ddd;
  transform: translateX(-50%);
}
.mission-client-logo .client-logo-wrapper .single-logo:nth-child(6n):before, .mission-client-logo .client-logo-wrapper .single-logo:last-child:before {
  display: none;
}
.mission-client-logo .client-logo-wrapper .single-logo img {
  max-width: 70%;
}

/*# sourceMappingURL=style.css.map */
