@font-face {
  font-family: Ekstra-Regular;
  src: url(../fonts/Ekstra/Ekstra-Regular.woff); }

@font-face {
  font-family: Ekstra-RegularItalic;
  src: url(../fonts/Ekstra/Ekstra-RegularItalic.woff); }

@font-face {
  font-family: Ekstra-Bold;
  src: url(../fonts/Ekstra/Ekstra-Bold.woff); }

@font-face {
  font-family: Ekstra-BoldItalic;
  src: url(../fonts/Ekstra/Ekstra-BoldItalic.woff); }

body {
  color: #FFFFFF;
  overflow-x: hidden;
  background-color: #1E1E1E; }
.wpforms-recaptcha-container{
display:none;
}
.canvas-y canvas {
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px); }

.canvas-opacity canvas {
  opacity: 0; }

canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1; }

.scrollbar-track-y {
  display: none !important; }

section {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: relative; }

.container {
  width: 79%;
  max-width: 1518px;
  padding: 150px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.t-100 {
  font-family: "Ekstra-Bold";
  font-size: 100px;
  line-height: 133px; }
  .t-100 strong,  .t-100 span {
    color: #0D39FC; }

.t-80 {
  font-family: "Ekstra-Bold";
  font-size: 80px;
  line-height: 106px; }
  .t-80 strong,  .t-80 span {
    color: #0D39FC; }

.t-28 {
  font-family: "Ekstra-Bold";
  font-size: 28px;
  line-height: 37px; }

.p-28-l {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.42px; }

.p-28-r {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.84px; }

.vertical-slider {
  width: 100%;
  /* pointer-events: none; */
  height: 700px; }
  .vertical-slider .swiper-slide {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.3; }
    .vertical-slider .swiper-slide.swiper-slide-active, .vertical-slider .swiper-slide.swiper-slide-next, .vertical-slider .swiper-slide.swiper-slide-prev {
      opacity: 1 !important; }
    .vertical-slider .swiper-slide.custom-class-4-before-after-active {
      opacity: 0.1; }
    .vertical-slider .swiper-slide.custom-class-3-before-after-active {
      opacity: 0.3; }
    .vertical-slider .swiper-slide.custom-class-2-before-after-active {
      opacity: 0.5; }
      /* .swiper-slide-next + div {
        opacity: 0.5 !important; 
      } */

.outline-btn {
  border-radius: 58px;
  width: fit-content;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF; }
  .outline-btn:hover  img {
    opacity: 1;
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px); }
  .outline-btn:hover  span {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }

    .outline-btn  img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      -o-transform: translateX(-20px);
      transform: translateX(-20px);
      opacity: 0; }
    .outline-btn span {
      font-family: 'Inter', sans-serif;
      font-weight: 300;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

@-webkit-keyframes fadeIn {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeOut {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(100%);
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  from {
    transform: translateX(0);
    opacity: 1; }
  to {
    transform: translateX(100%);
    opacity: 0; } }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

.scroll {
  position: fixed;
  right: 25px;
  bottom: 35px;
  z-index: 999;
  -webkit-transform: translateX(32px);
  -moz-transform: translateX(32px);
  -ms-transform: translateX(32px);
  -o-transform: translateX(32px);
  transform: translateX(32px);
  opacity: 0;
  align-items: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }
  .scroll .indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
    width: 39px; }
    .scroll .indicator .current {
      font-family: "Ekstra-Bold";
      font-size: 29px;
      line-height: 38px; }
    .scroll .indicator .total,
    .scroll .indicator span {
      font-family: "Ekstra-Regular";
      line-height: 20px;
      opacity: 0.5;
      font-size: 15px;
      letter-spacing: 1.5px; }

.bg-img-wrapper {
  position: fixed;
  width: 100%;
  z-index: -1;
  height: 100%;
  opacity: 0;
  top: 0; }
  .bg-img-wrapper img {
    width: 100%;
    height: 100%; }

.service .footer > .bg-img,
.team .footer > .bg-img {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%; }
  .service .footer > .bg-img img,
  .team .footer > .bg-img img {
    width: 100%;
    height: 100%; }
    .team .footer .footer-upper .button-wrapper .btn:last-child{
      display: none;
    }
    .team .footer .footer-upper .button-wrapper .btn:first-child{
margin-right: 0;
    }
.scroll-text {
  position: fixed;
  left: -5px;
  opacity: 0;
  bottom: 35.6px;
  z-index: 999;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .scroll-text .text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 34px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    position: relative;
    letter-spacing: 0.7px; }
    .scroll-text .text .scroll-top {
  position: absolute;
width: 100%;
left: 0;
opacity: 0;
}
  .scroll-text .arrow {
    margin-top: 55px; }

#Path_1393 {
  stroke-dasharray: 350;
  stroke-dashoffset: 350; }

.surrounding {
  height: 100vh;
  overflow-y: hidden !important;
  overflow-x: hidden !important; }

.button-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .button-wrapper .btn:first-child {
    margin-right: 68px; }
  .button-wrapper .btn button {
    padding: 40px 55px;
    border-radius: 58px;
    border: 1px solid #FFFFFF;
    min-width: 400px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .button-wrapper .btn button:hover {
      border-color: #0D39FC; }
      .button-wrapper .btn button:hover svg {
        transition: stroke-dashoffset 2s;
        transition-timing-function: linear;
        stroke-dashoffset: 0; }
      .button-wrapper .btn button:hover > img {
        opacity: 1;
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px); }
      .button-wrapper .btn button:hover  .p-28-l {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px); }

      .button-wrapper .btn button  > img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0; }
      .button-wrapper .btn button  .p-28-l {
        line-height: 32px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.header-wrapper {
  width: 100%;
  position: fixed;
  z-index: 9999999;
  padding: 35px;
  -webkit-transform: translateY(-56px);
  -moz-transform: translateY(-56px);
  -ms-transform: translateY(-56px);
  -o-transform: translateY(-56px);
  transform: translateY(-56px);
  opacity: 0; }
  .header-wrapper .header {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-wrapper .header .logo {
      max-width: 166px; }
      .header-wrapper .header .logo img {
        max-width: 100%; }
    .header-wrapper .header .header-links ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      .header-wrapper .header .header-links ul > li {
        width: 130px; }
        .header-wrapper .header .header-links ul > li:not(:last-child) {
          margin-right: 34px; }
       
        .header-wrapper .header .header-links ul > li a {
          font-family: "Ekstra-Regular";
          font-size: 19px;
          line-height: 26px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          position: relative;
          display: block; }
          .header-wrapper .header .header-links ul > li a span {
            -webkit-transition: 0.6s;
            -moz-transition: 0.6s;
            -o-transition: 0.6s;
            transition: 0.6s;
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }
          .header-wrapper .header .header-links ul > li a::before {
            content: "";
            position: absolute;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            width: 0%;
            height: 4px;
            background-color: #0D39FC;
            top: -46px; }
          .header-wrapper .header .header-links ul > li a::after {
            content: attr(data-hover);
            position: absolute;
            left: 0;
            width: 100%;
            opacity: 0;
            -webkit-transition: .3s,opacity .4s;
            -moz-transition: .3s,opacity .4s;
            -o-transition: .3s,opacity .4s;
            transition: .3s,opacity .4s;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%); }
          .header-wrapper .header .header-links ul > li a:hover {
            color: #0D39FC; }
            .header-wrapper .header .header-links ul > li.current-menu-item  a{
              color: #0D39FC;
            }
            .header-wrapper .header .header-links ul > li.current-menu-item  a::before{
              width: 100%;
            }
            .header-wrapper .header .header-links ul > li a:hover span {
              opacity: 0;
              -webkit-transform: scale(0.3);
              -moz-transform: scale(0.3);
              -ms-transform: scale(0.3);
              -o-transform: scale(0.3);
              transform: scale(0.3); }
            .header-wrapper .header .header-links ul > li a:hover::before {
              width: 100%; }
            .header-wrapper .header .header-links ul > li a:hover::after {
              opacity: 1;
              -webkit-transform: translate(0, 0);
              -moz-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
              -o-transform: translate(0, 0);
              transform: translate(0, 0);
              -webkit-transition-delay: .4s;
              -moz-transition-delay: .4s;
              -o-transition-delay: .4s;
              transition-delay: .4s; }
    .header-wrapper .header .mobile-menu {
      cursor: pointer;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      visibility: hidden;
      flex-direction: column; }
      .header-wrapper .header .mobile-menu > div {
        width: 36px;
        height: 1px;
        background-color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .header-wrapper .header .mobile-menu > div:nth-child(2) {
          width: 22px;
          margin: 0 auto; }
        .header-wrapper .header .mobile-menu > div:not(:last-child) {
          margin-bottom: 10px; }

.mobile-nav {
  position: fixed;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 999999;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  pointer-events: none;
  justify-content: center;
  height: 100vh;
  overflow-y: scroll;
  width: 100%; }
  .mobile-nav::after {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #151515;
    z-index: -1;
    transition-delay: 0.2s;
    -webkit-transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -moz-transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -o-transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -webkit-transform: translateX(-100%) translateY(0);
    -moz-transform: translateX(-100%) translateY(0);
    -ms-transform: translateX(-100%) translateY(0);
    -o-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0); }
  .mobile-nav .nav__content {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    width: 79%;
    max-width: 1518px;
    height: 100%;
    padding: 150px 0;
    overflow-y: scroll;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .mobile-nav .nav__content ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .mobile-nav .nav__content ul li {
        overflow: hidden; }
        .mobile-nav .nav__content ul li:not(:last-child) {
          margin-bottom: 35px; }
        .mobile-nav .nav__content ul li a {
          font-family: "Ekstra-Regular";
          font-size: 35px;
          display: block;
          line-height: 45px;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px); }
    .mobile-nav .nav__content .mobile-footer {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      padding-top: 25px;
      position: relative; }
      .mobile-nav .nav__content .mobile-footer .border {
        position: absolute;
        width: 0;
        height: 1px;
        top: 0;
        background-color: rgba(255, 255, 255, 0.5); }
      .mobile-nav .nav__content .mobile-footer > div {
        width: 50%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-family: 'Inter', sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.24px; }
        .mobile-nav .nav__content .mobile-footer > div.left {
          padding-right: 15px;
          flex-direction: column; }
          .mobile-nav .nav__content .mobile-footer > div.left > div {
            overflow: hidden; }
            .mobile-nav .nav__content .mobile-footer > div.left > div a {
              display: block;
              -webkit-transform: translateY(20px);
              -moz-transform: translateY(20px);
              -ms-transform: translateY(20px);
              -o-transform: translateY(20px);
              transform: translateY(20px); }
        .mobile-nav .nav__content .mobile-footer > div.right {
          justify-content: flex-end;
          align-items: center;
          padding-left: 15px; }
          .mobile-nav .nav__content .mobile-footer > div.right a {
            overflow: hidden;
            line-height: initial;
            height: fit-content; }
            .mobile-nav .nav__content .mobile-footer > div.right a img {
              -webkit-transform: translateY(20px);
              -moz-transform: translateY(20px);
              -ms-transform: translateY(20px);
              -o-transform: translateY(20px);
              transform: translateY(20px); }
            .mobile-nav .nav__content .mobile-footer > div.right a:not(:last-child) {
              margin-right: 20px; }
              body.nav-active {
                overflow: hidden;
              }
body.nav-active .mobile-nav {
  visibility: visible;
  pointer-events: all; }
  body.nav-active .mobile-nav::after {
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }

body.nav-active .mobile-menu > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  body.nav-active .mobile-menu > div:first-child {
    -webkit-transform: rotate(-45deg) translateX(-5px) translateY(0);
    -moz-transform: rotate(-45deg) translateX(-5px) translateY(0);
    -ms-transform: rotate(-45deg) translateX(-5px) translateY(0);
    -o-transform: rotate(-45deg) translateX(-5px) translateY(0);
    transform: rotate(-45deg) translateX(-5px) translateY(0); }
  body.nav-active .mobile-menu > div:nth-child(2) {
    opacity: 0; }
  body.nav-active .mobile-menu > div:last-child {
    -webkit-transform: rotate(45deg) translateX(-14.5px) translateY(-10px);
    -moz-transform: rotate(45deg) translateX(-14.5px) translateY(-10px);
    -ms-transform: rotate(45deg) translateX(-14.5px) translateY(-10px);
    -o-transform: rotate(45deg) translateX(-14.5px) translateY(-10px);
    transform: rotate(45deg) translateX(-14.5px) translateY(-10px); }

.footer {
  position: relative; }
  .footer .container {
    align-items: center;
    flex-direction: column;
    z-index: 1;
    justify-content: space-between;
    padding-bottom: 59px; }
    .footer .container .footer-upper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
     
      justify-content: center;
      margin-top: -100px; }
      .footer .container .footer-upper .t-80 {
        margin-bottom: 31px;
        -webkit-transform: translateY(50px) rotate(4deg);
        -moz-transform: translateY(50px) rotate(4deg);
        -ms-transform: translateY(50px) rotate(4deg);
        -o-transform: translateY(50px) rotate(4deg);
        transform: translateY(50px) rotate(4deg);
        opacity: 0; }
      .footer .container .footer-upper > .text {
        margin-bottom: 92px;
        font-family: 'Inter', sans-serif;
        font-weight: 300;
        font-size: 24px;
        -webkit-transform: translateY(50px) rotate(4deg);
        -moz-transform: translateY(50px) rotate(4deg);
        -ms-transform: translateY(50px) rotate(4deg);
        -o-transform: translateY(50px) rotate(4deg);
        transform: translateY(50px) rotate(4deg);
        opacity: 0;
        line-height: 34px;
        letter-spacing: 0.36px; }
      .footer .container .footer-upper .button-wrapper .btn button {
        -webkit-transform: translateY(50px) rotate(4deg);
        -moz-transform: translateY(50px) rotate(4deg);
        -ms-transform: translateY(50px) rotate(4deg);
        -o-transform: translateY(50px) rotate(4deg);
        transform: translateY(50px) rotate(4deg);
        opacity: 0; }
    .footer .container .footer-bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      padding-top: 50px;
      align-items: center;
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.34);
      font-family: 'Inter', sans-serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 34px;
      letter-spacing: 0.24px; }
      .footer .container .footer-bottom .left {
        padding-right: 15px; }
      .footer .container .footer-bottom .middle {
        padding: 0 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        .footer .container .footer-bottom .middle > div:not(:last-child) {
          margin-right: 21px; }
        .footer .container .footer-bottom .middle > div > div {
          width: 33px;
          height: 33px;
          border-radius: 50%;
          background-color: #0D39FC;
          border: 1px solid transparent;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .footer .container .footer-bottom .middle > div > div:hover {
            border-color: #FFFFFF;
            background-color: transparent; }
          .footer .container .footer-bottom .middle > div > div > a {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center; }
      .footer .container .footer-bottom .right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding-left: 15px; }
        .footer .container .footer-bottom .right > div:not(:last-child) {
          margin-right: 35px; }
        .footer .container .footer-bottom .right > div:last-child a::before {
          left: 0;
          right: 0;
          margin: 0 auto; }
        .footer .container .footer-bottom .right > div a {
          position: relative; }
          .footer .container .footer-bottom .right > div a:hover::before {
            width: 100%; }
          .footer .container .footer-bottom .right > div a::before {
            content: "";
            position: absolute;
            bottom: -10.5px;
            width: 46px;
            left: 0;
            height: 1px;
            background-color: #0D39FC;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }

#hp-section-1 .container {
  flex-direction: column;
  justify-content: center; }
  #hp-section-1 .container .t-100 {
    margin-bottom: 51px;
    -webkit-transform: translateY(115px) rotate(2deg);
    -moz-transform: translateY(115px) rotate(2deg);
    -ms-transform: translateY(115px) rotate(2deg);
    -o-transform: translateY(115px) rotate(2deg);
    transform: translateY(115px) rotate(2deg);
    opacity: 0; }
  #hp-section-1 .container .text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    max-width: 804px;
    letter-spacing: 0.72px;
    -webkit-transform: translateY(115px) rotate(2deg);
    -moz-transform: translateY(115px) rotate(2deg);
    -ms-transform: translateY(115px) rotate(2deg);
    -o-transform: translateY(115px) rotate(2deg);
    transform: translateY(115px) rotate(2deg);
    opacity: 0; }

#hp-section-2 .container {
  flex-direction: column;
  align-items: center; }
  #hp-section-2 .container > .t-80 {
    margin-bottom: 116px;
    -webkit-transform: translateY(50px) rotate(4deg);
    -moz-transform: translateY(50px) rotate(4deg);
    -ms-transform: translateY(50px) rotate(4deg);
    -o-transform: translateY(50px) rotate(4deg);
    transform: translateY(50px) rotate(4deg);
    opacity: 0; }
  #hp-section-2 .container .blocks {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    height: 100%; }
    #hp-section-2 .container .blocks > .block {
      max-width: 485px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      #hp-section-2 .container .blocks > .block svg text {
        font-family: "Ekstra-Bold";
        font-size: 50px;
        line-height: 76px;
        z-index: -1;
        opacity: 0;
        stroke-dasharray: 640;
        stroke-dashoffset: 640;
        stroke-width: 1;
        stroke: #0D39FC;
        fill: transparent; }
      #hp-section-2 .container .blocks > .block .text {
        font-family: 'Inter', sans-serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.36px;
        opacity: 0;
        margin-top: -37px;
    }
      #hp-section-2 .container .blocks > .block:first-child {
        align-items: center; }
        #hp-section-2 .container .blocks > .block:first-child .text{
          -webkit-transform: translateX(100px);
          -moz-transform: translateX(100px);
          -ms-transform: translateX(100px);
          -o-transform: translateX(100px);
          transform: translateX(100px); 
        }
      #hp-section-2 .container .blocks > .block:nth-child(2) {
        justify-content: center; }
        #hp-section-2 .container .blocks > .block:nth-child(2) .text {
          text-align: end;
          -webkit-transform: translateX(-100px);
          -moz-transform: translateX(-100px);
          -ms-transform: translateX(-100px);
          -o-transform: translateX(-100px);
          transform: translateX(-100px); 
        }

#hp-section-3 {
  position: relative; }
  #hp-section-3 > .bg-img {
    position: absolute;
    max-width: 100%;
    opacity: 0.6;
    left: -30%;
    width: 100%;
    z-index: -1;
    bottom: -15%; }
    #hp-section-3 > .bg-img img {
      max-width: 100%;
      width: 100%; }
  #hp-section-3 .container {
    align-items: center; }
    #hp-section-3 .container .block-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      max-width: 740px; }
      #hp-section-3 .container .block-wrapper .t-80 {
        margin-bottom: 31px;
        -webkit-transform: translateY(50px) rotate(7deg);
        -moz-transform: translateY(50px) rotate(7deg);
        -ms-transform: translateY(50px) rotate(7deg);
        -o-transform: translateY(50px) rotate(7deg);
        transform: translateY(50px) rotate(7deg);
        opacity: 0; }
      #hp-section-3 .container .block-wrapper .text {
        margin-bottom: 32px;
        font-family: 'Inter', sans-serif;
        font-weight: 300;
        line-height: 32px;
        font-size: 22px;
        letter-spacing: 0.33px;
        opacity: 0;
        -webkit-transform: translateY(65px) rotate(5deg);
        -moz-transform: translateY(65px) rotate(5deg);
        -ms-transform: translateY(65px) rotate(5deg);
        -o-transform: translateY(65px) rotate(5deg);
        transform: translateY(65px) rotate(5deg); }
      #hp-section-3 .container .block-wrapper .logos {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        #hp-section-3 .container .block-wrapper .logos .logo {
          -webkit-transform: translateY(65px);
          -moz-transform: translateY(65px);
          -ms-transform: translateY(65px);
          -o-transform: translateY(65px);
          transform: translateY(65px);
          margin: 12px;
          max-width: 165px;
          opacity: 0; }
          #hp-section-3 .container .block-wrapper .logos .logo img {
            max-width: 100%; }

#hp-section-4 .container {
  align-items: center;
  justify-content: flex-end; }
  #hp-section-4 .container .block-wrapper {
    max-width: 760px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    #hp-section-4 .container .block-wrapper .t-80 {
      margin-bottom: 38px;
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }
    #hp-section-4 .container .block-wrapper .swiper {
      -webkit-transform: translateY(65px);
      -moz-transform: translateY(65px);
      -ms-transform: translateY(65px);
      -o-transform: translateY(65px);
      transform: translateY(65px);
      opacity: 0; }

#hp-section-5 {
  min-height: auto; }
  #hp-section-5 .container {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    #hp-section-5 .container .t-80 {
      margin-bottom: 105px;
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }
    #hp-section-5 .container .button-wrapper .btn  {
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }

#extra-section-1 .container {
  align-items: center; }
  #extra-section-1 .container .left {
    padding-right: 25px; }
    #extra-section-1 .container .left .t-100 {
      margin-bottom: 32px;
      -webkit-transform: translateY(115px) rotate(2deg);
      -moz-transform: translateY(115px) rotate(2deg);
      -ms-transform: translateY(115px) rotate(2deg);
      -o-transform: translateY(115px) rotate(2deg);
      transform: translateY(115px) rotate(2deg);
      opacity: 0; }
    #extra-section-1 .container .left .p-28-r {
      max-width: 780px;
      -webkit-transform: translateY(115px) rotate(2deg);
      -moz-transform: translateY(115px) rotate(2deg);
      -ms-transform: translateY(115px) rotate(2deg);
      -o-transform: translateY(115px) rotate(2deg);
      transform: translateY(115px) rotate(2deg);
      opacity: 0; }
      #extra-section-1 .container .left .p-28-r span {
        color: #0D39FC; }
        #extra-section-1 .container .left .p-28-r strong{
          color: #0D39FC;
          font-weight: 400;
        }
  #extra-section-1 .container .right {
    padding-left: 25px;
    max-width: 541px;
    opacity: 0;
    -webkit-transform: translateX(-143px);
    -moz-transform: translateX(-143px);
    -ms-transform: translateX(-143px);
    -o-transform: translateX(-143px);
    transform: translateX(-143px); }
    #extra-section-1 .container .right svg {
      max-width: 100%; }

      @keyframes dash {
        to {
          stroke-dasharray: 220;
        }
      }
      @-webkit-keyframes dash {
        to {
          stroke-dashoffset: 220;
        } }
        @keyframes dash-2 {
          to {
            stroke-dasharray: 590;
          }
        }
        @-webkit-keyframes dash-2 {
          to {
            stroke-dashoffset: 590;
          } }
      
@keyframes translate {
  0% {
    transform: translate(-913.98px, -12.398px);
  }
  100% {
    transform: translate(-877.98px, -45.398px); 
  }
}
 @-webkit-keyframes translate {
  0% {
    transform: translate(-913.98px, -12.398px);
  }
  100% {
    transform: translate(-877.98px, -45.398px); 
  }
}

@keyframes translate-2 {
  0% {
    transform: translate(-811px, -450.69px);
  }
  100% {
    transform: translate(-784.438px, -450.69px); 
  }
}
 @-webkit-keyframes translate-2 {
  0% {
    transform: translate(-811px, -450.69px);
  }
  100% {
    transform: translate(-784.438px, -450.69px); 
  }
}


@keyframes translate-3 {
  0% {
    transform: translate(-1496.585px, -373.198px);
  }
  100% {
    transform: translate(-1496.585px, -353.51px); 
  }
}
 @-webkit-keyframes translate-3 {
  0% {
    transform: translate(-1496.585px, -373.198px);
  }
  100% {
    transform: translate(-1496.585px, -353.51px); 
  }
}
#extra-section-1 .container .right  #Group_1606 {
  animation: translate 1s linear infinite alternate;

  -webkit-animation: translate 1s linear infinite alternate;
}
#extra-section-1 .container .right  #Group_1608 {
  animation: translate-2 1s linear infinite alternate;

  -webkit-animation: translate-2 1s linear infinite alternate;
}
#extra-section-1 .container .right  #Group_1607 {
  animation: translate-3 1s linear infinite alternate;

  -webkit-animation: translate-3 1s linear infinite alternate;
}
          
      #extra-section-1 .container .right  #Path_2408-2 {
        animation: dash 10s linear infinite alternate;

        -webkit-animation: dash 10s linear infinite alternate;
      }

      #extra-section-1 .container .right  #Path_2409-2 {
        animation: dash 10s linear infinite alternate;

        -webkit-animation: dash 10s linear infinite alternate;
      }
      #extra-section-1 .container .right  #Path_2410-2 {
        animation: dash 10s linear infinite alternate;

        -webkit-animation: dash 10s linear infinite alternate;
      }

      #extra-section-1 .container .right  #Path_2411-2 {
        animation: dash 10s linear infinite alternate;

        -webkit-animation: dash 10s linear infinite alternate;
      }
      #extra-section-1 .container .right  #Path_2416-3 {
        animation: dash-2 10s linear infinite alternate;

        -webkit-animation: dash-2 10s linear infinite alternate;
      }
      #extra-section-1 .container .right  #Path_2419-2 {
        animation: dash-2 10s linear infinite alternate;

        -webkit-animation: dash-2 10s linear infinite alternate;
      }

.digital #extra-section-1 .right {
  max-width: 666px; }

#extra-section-2 .container {
  align-items: center;
  justify-content: flex-end; }
  #extra-section-2 .container .block-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 1125px; }
    #extra-section-2 .container .block-wrapper .t-80 {
      margin-bottom: 40px;
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }
    #extra-section-2 .container .block-wrapper .text-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      max-width: 845px;
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }

      #extra-section-2 .container .block-wrapper .text-block .p-28-l.first{
        margin-bottom: 30px;
      }

        #extra-section-2 .container .block-wrapper .text-block .p-28-l.em{
          font-weight: 500;
          font-size: 34px;
          line-height: 38px;
          letter-spacing: 0.51px; 
        }
        #extra-section-2 .container .block-wrapper .text-block .p-28-l.em strong{
          color: #0D39FC
        }

#extra-slider-section .container {
  align-items: center;
  justify-content: flex-start; }
  #extra-slider-section .container .block-wrapper {
    max-width: 931px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    #extra-slider-section .container .block-wrapper .t-80 {
      margin-bottom: 31px;
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }
    #extra-slider-section .container .block-wrapper .p-28-l {
      margin-bottom: 35px;
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }
      #extra-slider-section .container .block-wrapper .p-28-l span {
        font-weight: 600; }
        #extra-slider-section .container .block-wrapper .p-28-l strong{
          font-weight: 600;
        }
    #extra-slider-section .container .block-wrapper .swiper {
      height: 545px;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }

#extra-section-4 .container {
  align-items: center;
  justify-content: flex-end; }
  #extra-section-4 .container .block-wrapper {
    max-width: 995px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    #extra-section-4 .container .block-wrapper .t-80 {
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }
    #extra-section-4 .container .block-wrapper .p-28-l {
      max-width: 815px;
      margin-top: 50px;
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }

#extra-section-03 .container {
  align-items: center; }
  #extra-section-03 .container .block-wrapper {
    max-width: 964px; }
    #extra-section-03 .container .block-wrapper .t-80 {
      margin-bottom: 31px;
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }
    #extra-section-03 .container .block-wrapper .p-28-l {
      max-width: 850px;
      -webkit-transform: translateY(50px) rotate(4deg);
      -moz-transform: translateY(50px) rotate(4deg);
      -ms-transform: translateY(50px) rotate(4deg);
      -o-transform: translateY(50px) rotate(4deg);
      transform: translateY(50px) rotate(4deg);
      opacity: 0; }

.digital #extra-slider-section .container {
  align-items: center;
  justify-content: flex-end; }
  .digital #extra-slider-section .container .block-wrapper {
    align-items: flex-end; }
    .digital #extra-slider-section .container .block-wrapper .text-wrapper {
      max-width: 85%; }

#team-section-1 .container {
  align-items: center; }
  #team-section-1 .container .t-100 {
    -webkit-transform: translateY(115px) rotate(-4deg);
    -moz-transform: translateY(115px) rotate(-4deg);
    -ms-transform: translateY(115px) rotate(-4deg);
    -o-transform: translateY(115px) rotate(-4deg);
    transform: translateY(115px) rotate(-4deg);
    opacity: 0; }

.team-body-section {
  position: relative;
  -webkit-transform: translateY(115px);
  -moz-transform: translateY(115px);
  -ms-transform: translateY(115px);
  -o-transform: translateY(115px);
  transform: translateY(115px);
  opacity: 0; }
  .team-body-section .container {
    flex-direction: column;
    padding-top: 0; }
    .team-body-section .container > .team-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .team-body-section .container > .team-wrapper:not(:first-child) {
        margin-top: -200px; }
      .team-body-section .container > .team-wrapper:nth-child(even) {
        justify-content: flex-end; }
        .team-body-section .container > .team-wrapper:nth-child(even) .single-team-wrapper:hover .img {
          -webkit-transform: translateX(-30px);
          -moz-transform: translateX(-30px);
          -ms-transform: translateX(-30px);
          -o-transform: translateX(-30px);
          transform: translateX(-30px); }
        .team-body-section .container > .team-wrapper:nth-child(even) .single-team-wrapper .img {
          -webkit-transform: translateX(-70px);
          -moz-transform: translateX(-70px);
          -ms-transform: translateX(-70px);
          -o-transform: translateX(-70px);
          transform: translateX(-70px); }
        .team-body-section .container > .team-wrapper:nth-child(even) .single-team-wrapper .socials {
          right: 31px; }
        .team-body-section .container > .team-wrapper:nth-child(even) .single-team-wrapper .background {
          right: 0; }
        .team-body-section .container > .team-wrapper:nth-child(even) .single-team-wrapper .information {
          left: 0; }
      .team-body-section .container > .team-wrapper:nth-child(odd) .single-team-wrapper:hover .img {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .team-body-section .container > .team-wrapper:nth-child(odd) .single-team-wrapper .img {
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px); }
      .team-body-section .container > .team-wrapper:nth-child(odd) .single-team-wrapper .socials {
        left: 31px; }
      .team-body-section .container > .team-wrapper:nth-child(odd) .single-team-wrapper .background {
        left: 0; }
      .team-body-section .container > .team-wrapper:nth-child(odd) .single-team-wrapper .information {
        right: 0; }
      .team-body-section .container > .team-wrapper .single-team-wrapper {
        position: relative; }
        .team-body-section .container > .team-wrapper .single-team-wrapper:hover .img,
        .team-body-section .container > .team-wrapper .single-team-wrapper:hover .background {
          opacity: 0.53; }
        .team-body-section .container > .team-wrapper .single-team-wrapper:hover .view-bio {
          opacity: 1; }
        .team-body-section .container > .team-wrapper .single-team-wrapper:hover .information .name {
          -webkit-transform: translateX(-41px);
          -moz-transform: translateX(-41px);
          -ms-transform: translateX(-41px);
          -o-transform: translateX(-41px);
          transform: translateX(-41px); }
        .team-body-section .container > .team-wrapper .single-team-wrapper:hover .information .position {
          -webkit-transform: translateX(41px);
          -moz-transform: translateX(41px);
          -ms-transform: translateX(41px);
          -o-transform: translateX(41px);
          transform: translateX(41px); }
        .team-body-section .container > .team-wrapper .single-team-wrapper .img {
          max-width: 605px;
          pointer-events: none;
          z-index: 1;
          position: relative;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .team-body-section .container > .team-wrapper .single-team-wrapper .img img {
            max-width: 100%; }
        .team-body-section .container > .team-wrapper .single-team-wrapper .background {
          width: 485px;
          height: 600px;
          position: absolute;
          top: 150px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          z-index: 0;
          border-radius: 15px;
          background: #0d39fc;
          background: linear-gradient(180deg, #0d39fc 0%, rgba(30, 30, 30, 0) 100%); }
          .team-body-section .container > .team-wrapper .single-team-wrapper .background .socials {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 37px; }
            .team-body-section .container > .team-wrapper .single-team-wrapper .background .socials > div:first-child {
              margin-bottom: 15px; }
            .team-body-section .container > .team-wrapper .single-team-wrapper .background .socials > div .social {
              width: 62px;
              height: 62px;
              border-radius: 50%;
              background-color: rgba(30, 30, 30, 0.28); }
              .team-body-section .container > .team-wrapper .single-team-wrapper .background .socials > div .social a {
                width: 100%;
                height: 100%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                justify-content: center; }
              .team-body-section .container > .team-wrapper .single-team-wrapper .background .socials > div .social.email {
                display: none; }
        .team-body-section .container > .team-wrapper .single-team-wrapper .information {
          position: absolute;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          bottom: -30px; }
          .team-body-section .container > .team-wrapper .single-team-wrapper .information .name {
            font-family: "Ekstra-Bold";
            text-transform: capitalize;
            line-height: 60px;
            font-size: 50px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            color: #0D39FC;
            margin-bottom: 2px;
            letter-spacing: 1px; }
          .team-body-section .container > .team-wrapper .single-team-wrapper .information .position {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            line-height: 34px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            font-size: 24px;
            letter-spacing: 0.72px; }
          .team-body-section .container > .team-wrapper .single-team-wrapper .information .bio {
            display: none; }
        .team-body-section .container > .team-wrapper .single-team-wrapper .view-bio {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          bottom: 0;
          width: fit-content;
          margin: auto;
          cursor: pointer;
          z-index: 1;
          opacity: 0;
          height: fit-content;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .team-body-section .container > .team-wrapper .single-team-wrapper .view-bio .circle {
            margin-bottom: 14px; }
            .team-body-section .container > .team-wrapper .single-team-wrapper .view-bio .circle > div {
              width: 89px;
              height: 89px;
              border-radius: 50%;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              align-items: center;
              justify-content: center;
              background-color: #0D39FC; }
          .team-body-section .container > .team-wrapper .single-team-wrapper .view-bio span {
            font-size: 18px;
            line-height: 34px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            letter-spacing: 0.54px; }
      .team-body-section .container > .team-wrapper .single-team-wrapper.clicked-div .img {
        -webkit-transform: scale(0.7) translateY(100px) translateX(-50px);
        -moz-transform: scale(0.7) translateY(100px) translateX(-50px);
        -ms-transform: scale(0.7) translateY(100px) translateX(-50px);
        -o-transform: scale(0.7) translateY(100px) translateX(-50px);
        transform: scale(0.7) translateY(100px) translateX(-50px); }

.modal {
  position: fixed;
  z-index: 99999;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: transparent; }
  .modal.even-child-modal #bg {
    left: 0;
    right: unset; }
  .modal.even-child-modal .modal-content {
    flex-direction: row-reverse; }
    .modal.even-child-modal .modal-content .right {
      padding-left: 0;
      padding-right: 67px; }
    .modal.even-child-modal .modal-content .left {
      align-items: flex-start;
      padding-right: 0; }
      .modal.even-child-modal .modal-content .left .content {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
  .modal #bg {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #272C3F;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.6s;
    animation-name: fadeIn;
    animation-duration: 0.6s; }
    .modal #bg.fadeOut {
      -webkit-animation-name: fadeOut;
      -webkit-animation-duration: 0.6s;
      animation-name: fadeOut; }
  .modal .modal-container {
    width: 79%;
    max-width: 1518px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    margin: auto; }
    .modal .modal-container .modal-content {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
      padding-top: 100px;
      -webkit-animation-name: fadeIn;
      -webkit-animation-duration: 0.6s;
      animation-name: fadeIn;
      animation-duration: 0.6s;
      max-height: 90%; }
      .modal .modal-container .modal-content.fadeOut {
        -webkit-animation-name: fadeOut;
        -webkit-animation-duration: 0.6s;
        animation-name: fadeOut; }
    .modal .modal-container .left {
      width: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      padding-right: 15px;
      align-items: flex-end;
      height: 100%;
      justify-content: flex-start; }
      .modal .modal-container .left .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px); }
        .modal .modal-container .left .content .close {
          cursor: pointer; }
          .modal .modal-container .left .content .close > div {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            background-color: #0D39FC;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
        .modal .modal-container .left .content span {
          font-family: 'Inter', sans-serif;
          font-weight: 900;
          color: transparent;
          font-size: 68px;
          line-height: 34px;
          -webkit-text-stroke: 1px #505878;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          letter-spacing: 20.4px;
          text-transform: uppercase;
          margin-top: 100px; }
    .modal .modal-container .right {
      width: 50%;
      overflow-y: auto;
      overflow-x: hidden;
      height: 100%;
      max-height: 100%;
      padding-left: 67px; }
      .modal .modal-container .right .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column; }
        .modal .modal-container .right .content .name {
          font-family: "Ekstra-Bold";
          font-size: 48px;
          line-height: 64px;
          margin-bottom: 7px; }
        .modal .modal-container .right .content .position,
        .modal .modal-container .right .content .text,
        .modal .modal-container .right .content .socials span {
          font-family: 'Inter', sans-serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 34px;
          letter-spacing: 0.54px; }
        .modal .modal-container .right .content .position {
          margin-bottom: 45px; }
        .modal .modal-container .right .content .text {
          margin-bottom: 32.5px; }
        .modal .modal-container .right .content .line {
          margin-bottom: 32.5px;
          width: 119px;
          height: 1px;
          background-color: #FFFFFF; }
        .modal .modal-container .right .content .socials {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .modal .modal-container .right .content .socials > div:not(:last-child) {
            margin-right: 50px; }
          .modal .modal-container .right .content .socials > div a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center; }
            .modal .modal-container .right .content .socials > div a .icon {
              margin-right: 11px; }
     
.insights .wrapper,
.contact .wrapper {
  overflow: hidden;
  position: relative; }
  .insights .wrapper > .bg-img,
  .contact .wrapper > .bg-img {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: -540px; }
    .insights .wrapper > .bg-img img,
    .contact .wrapper > .bg-img img {
      width: 100%; }

.insights #footer,
.contact #footer {
  min-height: auto; }
  .insights #footer .footer-upper,
  .contact #footer .footer-upper {
    display: none; }
.posts-wrapper-1{
  width: 100%;
}
.insights-section-1 {
  min-height: auto; }
  .category .insights-section-1 .container{
    padding-bottom: 60px;
  }
  .insights-section-1 .container {
    flex-direction: column; }
    .insights-section-1 .container .categories {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-top: 50px;
      margin-bottom: 20px;
      flex-wrap: wrap; }
      .insights-section-1 .container .categories a {
        opacity: 0;
  
        margin-bottom: 40px; }
        .insights-section-1 .container .categories button:hover{
          border-color: #0D39FC;
        }
        .insights-section-1 .container .categories button.active{
          border-color: #0D39FC;
        }
        .insights-section-1 .container .categories a:not(:last-child) {
          margin-right: 40px; }
        .insights-section-1 .container .categories a {
          -webkit-transform: translateY(50px) rotate(4deg);
          -moz-transform: translateY(50px) rotate(4deg);
          -ms-transform: translateY(50px) rotate(4deg);
          -o-transform: translateY(50px) rotate(4deg);
          transform: translateY(50px) rotate(4deg); }
     
        .insights-section-1 .container .categories button {
          padding: 20px 50px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          min-width: 270px; }
          .insights-section-1 .container .categories button  span {
            font-size: 22px;
            line-height: 19px;
            letter-spacing: 0.33px; }
    .insights-section-1 .container .lg-post {
      height: 719px;
      width: 100%;
      border-radius: 20px;
      position: relative;
      padding: 90px;
      -webkit-transform: translateY(100px) rotate(2deg);
      -moz-transform: translateY(100px) rotate(2deg);
      -ms-transform: translateY(100px) rotate(2deg);
      -o-transform: translateY(100px) rotate(2deg);
      transform: translateY(100px) rotate(2deg);
      opacity: 0; }
      .insights-section-1 .container .lg-post > img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 20px; }
      .insights-section-1 .container .lg-post::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 0;
        left: 0;
        background: #1e1e1e;
        background: linear-gradient(90deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%); }
      .insights-section-1 .container .lg-post .content {
        max-width: 777px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        z-index: 1;
        position: relative; }
        .insights-section-1 .container .lg-post .content .date {
          font-family: 'Inter', sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 28px;
          color: #264EFF;
          margin-bottom: 4px;
          letter-spacing: 0.24px; }
        .insights-section-1 .container .lg-post .content .title {
          font-family: "Ekstra-Bold";
          font-size: 58px;
          line-height: 78px;
          margin-bottom: 70px; }
        .insights-section-1 .container .lg-post .content .text {
          padding-left: 25.5px;
          font-family: 'Inter', sans-serif;
          font-weight: 300;
          line-height: 28px;
          font-size: 18px;
          letter-spacing: 0.27px;
          border-left: 3px solid #0D39FC;
          margin-bottom: 42.5px; }
        .insights-section-1 .container .lg-post .content button  {
          padding: 18px 40px;
          -webkit-transition: all 0.3s;
   
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
        }
        .insights-section-1 .container .lg-post .content button:hover  {
          border-color: #0D39FC;
        }
          .insights-section-1 .container .lg-post .content button  span {
            font-size: 18px;
            line-height: 28px;
            letter-spacing: 0.27px; }

.insights-body-section {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0; }
  .insights-body-section .container {
    padding-top: 50px;
  padding-bottom: 50px;
  }
  .insights-body-section .posts-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .insights-body-section .posts-wrapper > div {
      width: 45%;
     
      border-radius: 15px;
      display: -webkit-box;

      display: -moz-box;
      display: -ms-flexbox;
      flex-direction: column;
      display: -webkit-flex;
      display: flex;
      max-width: 640px;
      position: relative; }
      .insights-body-section .posts-wrapper > div:nth-child(even) {
        margin-top: 150px; }
      .insights-body-section .posts-wrapper > div:hover .img::before {
        opacity: 0; }
      .insights-body-section .posts-wrapper > div:hover .content {
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(100px);
        transform: translateX(0) translateY(0); }
      .insights-body-section .posts-wrapper > div:hover > .img > img {
        -webkit-transform: rotate(3deg) scale(1.1);
        -moz-transform: rotate(3deg) scale(1.1);
        -ms-transform: rotate(3deg) scale(1.1);
        -o-transform: rotate(3deg) scale(1.1);
        transform: rotate(3deg) scale(1.1); }
        .insights-body-section .posts-wrapper > div .img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s;
        z-index: 1;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: #1e1e1e;
        background: linear-gradient(0deg, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%); }
      .insights-body-section .posts-wrapper > div .img {
        position: relative; 
        width: 100%;
   
        overflow: hidden;
        height: 712px;
        border-radius: 15px;
        top: 0;
        left: 0;
        z-index: -1; }
        .insights-body-section .posts-wrapper > div .img > img {
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          border-radius: 15px;
          object-fit: cover; }
      .insights-body-section .posts-wrapper > div .content {
        width: 100%;
        -webkit-transform: translateX(-40px) translateY(-100px);
        -moz-transform: translateX(-40px) translateY(-100px);
        -ms-transform: translateX(-40px) translateY(-100px);
        -o-transform: translateX(-40px) translateY(-100px);
        transform: translateX(-40px) translateY(-100px); 
        display: -webkit-box;
        z-index: 1;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        flex-direction: column; }
        .insights-body-section .posts-wrapper > div .content .date {
          font-family: 'Inter', sans-serif;
          font-weight: 500;
          font-size: 16px;
          line-height: 28px;
          color: #264EFF;
          letter-spacing: 0.24px;
          margin-bottom: 9px; }
        .insights-body-section .posts-wrapper > div .content .t-28 {
          margin-bottom: 5px; }
        .insights-body-section .posts-wrapper > div .content .read-more a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center; }
          .insights-body-section .posts-wrapper > div .content .read-more a span {
            font-family: 'Inter', sans-serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 32px;
            letter-spacing: 0.24px;
            margin-right: 18.5px; }

.single-section-1 {
  min-height: auto; }
  .single-section-1 .container {
    flex-direction: column; }
    .single-section-1 .container > .banner {
      height: 715px;
      width: 100%;
      border-radius: 20px;
      position: relative;
      -webkit-transform: translateY(100px) rotate(2deg);
      -moz-transform: translateY(100px) rotate(2deg);
      -ms-transform: translateY(100px) rotate(2deg);
      -o-transform: translateY(100px) rotate(2deg);
      transform: translateY(100px) rotate(2deg);
      opacity: 0;
      padding: 110px 87px;
      margin-bottom: 66px; }
      .single-section-1 .container > .banner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 0;
        left: 0;
        background: #1e1e1e;
        background: linear-gradient(90deg, #1e1e1e 0%, rgba(30, 30, 30, 0.473827) 100%); }
      .single-section-1 .container > .banner .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        max-width: 673px;
        z-index: 1;
        position: relative; }
        .single-section-1 .container > .banner .content .date {
          font-family: 'Inter', sans-serif;
          font-weight: 600;
          font-size: 16px;
          line-height: 28px;
          letter-spacing: 0.24px;
          margin-bottom: 11px;
          color: #264EFF; }
        .single-section-1 .container > .banner .content .title {
          font-size: 58px;
          font-family: "Ekstra-Bold";
          line-height: 78px; }
      .single-section-1 .container > .banner > img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-position: center;
        left: 0;
        top: 0;
        border-radius: 20px;
        object-fit: cover;
        z-index: -1; }
       .legal .single-section-1 .container .post-content{
        flex-direction: column;
       }
       .legal  .single-section-1 .container .post-content > .left {
        width: 100%;
       }
       .legal  .single-section-1 .container .post-content > .right {
        width: 100%;
       }
    .single-section-1 .container .post-content {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      opacity: 0; }
      .single-section-1 .container .post-content > .left {
        width: 30%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column; }
        .single-section-1 .container .post-content > .left > .category {
          font-family: "Ekstra-Bold";
          line-height: 36px;
          font-size: 26px;
          padding-bottom: 15.5px;
          position: relative; }
          .single-section-1 .container .post-content > .left > .category:hover::before {
            width: 147px; }
          .single-section-1 .container .post-content > .left > .category:hover a > img {
            opacity: 1;
            -webkit-transform: translateX(30px);
            -moz-transform: translateX(30px);
            -ms-transform: translateX(30px);
            -o-transform: translateX(30px);
            transform: translateX(30px); }
          .single-section-1 .container .post-content > .left > .category::before {
            content: "";
            width: 40.54px;
            height: 1px;
            background-color: #0D39FC;
            position: absolute;
            left: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            bottom: 0; }
          .single-section-1 .container .post-content > .left > .category a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center; }
            .single-section-1 .container .post-content > .left > .category a > img {
              opacity: 0;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
          .single-section-1 .container .post-content > .left > .category:not(:last-child) {
            margin-bottom: 20.5px; }
      .single-section-1 .container .post-content > .right {
        width: 70%; }
        .single-section-1 .container .post-content > .right .banner {
          width: 100%;
          margin-top: 60px;
          background-color: #0D39FC;
          border-radius: 15px;
          padding: 45px 48px; }
          .single-section-1 .container .post-content > .right .banner .title {
            font-size: 38px;
            line-height: 51px;
            margin-bottom: 26px;
            font-family: "Ekstra-Bold"; }
          .single-section-1 .container .post-content > .right .banner .text {
            font-family: 'Inter', sans-serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 28px;
            letter-spacing: 0.24px; }
            .single-section-1 .container .post-content > .right .banner .text a{
              color: #FFFFFF;
            }
        .single-section-1 .container .post-content > .right img {
          width: auto;
          max-width: 100%;
          height: auto;
          object-fit: cover;
          border-radius: 15px;
          margin: 20px 0; }
          .single-section-1 .container .post-content > .right img.aligncenter{
            margin: 20px auto;
            display: block;
          }
          .single-section-1 .container .post-content > .right a{
            text-decoration: underline;
            color: #3156fc;
          }
        .single-section-1 .container .post-content > .right h1,
        .single-section-1 .container .post-content > .right h2,
        .single-section-1 .container .post-content > .right h3,
        .single-section-1 .container .post-content > .right h4,
        .single-section-1 .container .post-content > .right h5,
        .single-section-1 .container .post-content > .right h6 {
          font-family: "Ekstra-Bold";
          border-left: 3px solid #0D39FC;
          padding-left: 20px;
          margin: 60px 0 30px 0; }
        .single-section-1 .container .post-content > .right h1 {
          font-size: 38px;
          line-height: 51px;
         
         }
        .single-section-1 .container .post-content > .right h2 {
          font-size: 36px;
          line-height: 46px; }
        .single-section-1 .container .post-content > .right h3 {
          font-size: 34px;
          line-height: 44px; }
        .single-section-1 .container .post-content > .right h4 {
          font-size: 32px;
          line-height: 42px; }
        .single-section-1 .container .post-content > .right h5 {
          font-size: 30px;
          line-height: 40px; }
        .single-section-1 .container .post-content > .right h6 {
          font-size: 28px;
          line-height: 38px; }
        .single-section-1 .container .post-content > .right p {
          font-family: 'Inter', sans-serif;
          font-weight: 400;
          line-height: 28px;
          font-size: 18px;
          letter-spacing: 0.27px; }
          .single-section-1 .container .post-content > .right li {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            line-height: 28px;
            font-size: 18px;
            letter-spacing: 0.27px; }
            .single-section-1 .container .post-content > .right ul{
              list-style: initial;
              padding: revert;
         
            }
            .single-section-1 .container .post-content > .right ol{
              list-style: auto;
              padding: revert;
           
            }

.contact {
  background-color: #1E1E1E;
  position: relative; }
  .contact::before {
    content: "";
    top: 0;
    right: 0;
    background-color: #272C3F;
    position: absolute;
    width: 50%;
    height: 100%; }
  .contact .contact-body .container > div {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .contact .contact-body .container > div.left {
      padding-right: 50px;
      flex-direction: column;
      justify-content: center; }
      .contact .contact-body .container > div.left .title {
        font-size: 90px;
        line-height: 120px;
        margin-bottom: 23px;
        font-family: "Ekstra-Bold";
        -webkit-transform: translateY(115px) rotate(2deg);
        -moz-transform: translateY(115px) rotate(2deg);
        -ms-transform: translateY(115px) rotate(2deg);
        -o-transform: translateY(115px) rotate(2deg);
        transform: translateY(115px) rotate(2deg);
        opacity: 0; }
        .contact .contact-body .container > div.left .title strong {
          color: #0D39FC; }
      .contact .contact-body .container > div.left .text {
        font-family: 'Inter', sans-serif;
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
        -webkit-transform: translateY(115px) rotate(2deg);
        -moz-transform: translateY(115px) rotate(2deg);
        -ms-transform: translateY(115px) rotate(2deg);
        -o-transform: translateY(115px) rotate(2deg);
        transform: translateY(115px) rotate(2deg);
        opacity: 0;
        letter-spacing: 0.36px;
        margin-bottom: 52px; }
        .contact .contact-body .container > div.left > a{
          -webkit-transform: translateY(115px) rotate(2deg);
          -moz-transform: translateY(115px) rotate(2deg);
          -ms-transform: translateY(115px) rotate(2deg);
          -o-transform: translateY(115px) rotate(2deg);
          transform: translateY(115px) rotate(2deg);
          opacity: 0;
        }
      .contact .contact-body .container > div.left button {
        padding: 23px 72px;
      
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
   }
        .contact .contact-body .container > div.left button:hover{
border-color: #0D39FC;
        }
        .contact .contact-body .container > div.left button a span {
          font-size: 17px;
          line-height: 19px;
          letter-spacing: 0.255px; }
    .contact .contact-body .container > div.right {
      padding-left: 71px;
      align-items: center;
      -webkit-transform: translateY(115px);
      -moz-transform: translateY(115px);
      -ms-transform: translateY(115px);
      -o-transform: translateY(115px);
      transform: translateY(115px);
      opacity: 0; }
      .contact .contact-body .container > div.right > .form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        flex-direction: column; }
        .contact .contact-body .container > div.right > .form .lg-title {
          -webkit-text-stroke: 1px #F1F3FD;
          opacity: 0.2;
          color: transparent;
          text-transform: uppercase;
          letter-spacing: 15px;
          font-family: 'Inter', sans-serif;
          font-weight: 900;
          font-size: 100px; }
        .contact .contact-body .container > div.right > .form form {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          color: #FFFFFF;
          flex-direction: column;
          flex-wrap: wrap;
          margin-top: -50px;
        }
        .wpforms-container{
          margin: 0 !important;
        }
          .contact .contact-body .container > div.right > .form form .input {
            margin-bottom: 70px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column; }
            .contact .contact-body .container > div.right > .form form  label {
              font-family: "Ekstra-Bold";
              font-size: 20px;
              color: #FFFFFF;
              line-height: 34px;
              letter-spacing: 0.3px; }
              .wpforms-error{
                font-size: 15px;
                line-height: 34px;
                font-family: 'Inter', sans-serif;
                font-weight: 300;
              }
            .contact .contact-body .container > div.right > .form form  input:not([type='checkbox']),
            .contact .contact-body .container > div.right > .form form  textarea {
              padding: 19px 0;
              border-bottom: 1px solid #FFFFFF;
              letter-spacing: 0.225px;
              border-left: 0;
              border-top: 0;
              border-right: 0;
              color: #FFFFFF;
              background-color: transparent;
              font-size: 15px;
              line-height: 34px;
              font-family: 'Inter', sans-serif;
              font-weight: 300;
              resize: none; }
              .contact .contact-body .container > div.right > .form form  input:focus,
              .contact .contact-body .container > div.right > .form form  textarea:focus {
                outline: none; 
              box-shadow: none;
              }
              .contact .contact-body .container > div.right > .form form  input::placeholder,
              .contact .contact-body .container > div.right > .form form  textarea::placeholder {
                opacity: 0.5;
                color: #FFFFFF; }
          

  .wpforms-field-checkbox input::before{
    background-color: rgba(255, 255, 255, 0.23) !important;
    border-radius: 0 !important;
    border-color: #FFFFFF !important;
  }
  .wpforms-field-checkbox input:checked:after{
    border-color: #FFFFFF !important;
  }
  .wpforms-field-checkbox input:checked:before{
box-shadow: none !important;
  }
  div.wpforms-container-full .wpforms-confirmation-container-full{
    background: transparent !important;

    border-color: #FFFFFF !important;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.27px;
    color: #FFFFFF !important;
  }
              .contact .contact-body .container > div.right > .form form .wpforms-field-checkbox label {
                font-family: 'Inter', sans-serif;
                margin-left: 12px;
                font-weight: 300;
                font-size: 13px;
                line-height: 16px;
                letter-spacing: 0.06px; }
            .contact .contact-body .container > div.right > .form form  .wpforms-submit {
              border-radius: 58px;
              padding: 35px 106px;
              font-family: 'Inter', sans-serif;
              font-weight: 300;
              font-size: 18px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              align-items: center;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              justify-content: center;
              background-color: transparent;
              line-height: 22px;
              letter-spacing: 0.27px;
              border: 1px solid #FFFFFF; }
              .contact .contact-body .container > div.right > .form form  .wpforms-submit:hover{
                background: transparent;
                border-color: #0D39FC;
              }
              .contact .contact-body .container > div.right > .form form  .wpforms-submit:focus{
                box-shadow: none;
              }
              .contact .contact-body .container > div.right > .form form  .wpforms-submit:focus::after{
                display: none;
              }
  
     

@media (max-width: 1599px) {
  .modal .modal-container .right .content .socials{
    flex-direction: column;
    
  }
  .modal .modal-container .right .content .socials>div:not(:last-child){
    margin-bottom: 10px;
    margin-right: 0;
  }
  .wpforms-field-checkbox{
    width: 100% !important;
  }
  .t-100, .contact .contact-body .container > div.right > .form .lg-title {
    font-size: 90px;
    line-height: 100px; }
  .t-80 {
    font-size: 70px;
    line-height: 80px; }
  .contact .contact-body .container > div.left .title {
    font-size: 80px;
    line-height: 90px; } }

@media (max-width: 1399px) {
  .contact .contact-body .container > div.left .title {
    font-size: 70px;
    line-height: 80px; }
  .insights-body-section .posts-wrapper > div .img{
    height: 560px; }
  .t-100, .contact .contact-body .container > div.right > .form .lg-title {
    font-size: 80px;
    line-height: 90px; }
  .t-80 {
    font-size: 60px;
    line-height: 70px; }
    .contact .contact-body .container > div.right > .form form .wpforms-submit {
    padding: 26px 67px; }
  .team-body-section .container > .team-wrapper:not(:first-child) {
    margin-top: 0; } }

@media (max-width: 1199px) {
  .contact .contact-body .container > div.right > .form form label{
    font-size: 18px;
    line-height: 28px;
  }
  .contact .contact-body .container > div.left .title {
    font-size: 60px;
    line-height: 70px; }
  .single-section-1 .container .post-content > .left {
    padding-right: 20px; }
  .single-section-1 .container .post-content {
    flex-direction: column; }
    .single-section-1 .container .post-content > div {
      padding: 0 !important;
      width: 100% !important;
      max-width: 100% !important; }
      .single-section-1 .container .post-content > div.left {
        margin-bottom: 40px; }
  .single-section-1 .container .post-content > .right {
    padding-left: 20px; }
  .insights-body-section .posts-wrapper > div .img{
    height: 430px; }
  .insights-section-1 .container .categories button a {
    min-width: 230px; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .img {
    max-width: 400px; }
  .modal .modal-container .right {
    width: 70%;
    padding-left: 30px; }
  .insights-body-section .posts-wrapper > div .content .t-28 {
    font-size: 24px;
    line-height: 34px; }
  .modal.even-child-modal .modal-content .right {
    padding-right: 30px; }
  .modal #bg {
    width: 68%; }
  .modal .modal-container .left {
    width: 30%;
    padding-right: 30px; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .information .name {
    font-size: 40px;
    line-height: 50px; }
  .team-body-section .container > .team-wrapper:nth-child(even) .single-team-wrapper .socials {
    right: 18px; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .background .socials {
    top: 18px; }
  .team-body-section .container > .team-wrapper:nth-child(odd) .single-team-wrapper .socials {
    left: 18px; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .background {
    width: 380px;
    height: 420px; }
  .team-body-section .container > .team-wrapper:not(:first-child) {
    margin-top: 50px; }
  .contact .contact-body .container > div.left {
    padding-right: 25px; }
  .t-100, .contact .contact-body .container > div.right > .form .lg-title {
    font-size: 70px;
    line-height: 80px; }
  .contact .contact-body .container > div.right {
    padding-left: 25px; }
  .t-80 {
    font-size: 50px;
    line-height: 60px; }
  .footer .container .footer-bottom {
    line-height: 26px; }
  #hp-section-2 .container .blocks > .block {
    width: 50%; } }

@media (max-width: 991px) {
  #hp-section-3 .container .block-wrapper .logos .logo{
    max-width: 140px;
  }
  .category .insights-section-1 .container{
    padding-bottom: 50px;
  }
  .category .insights-body-section .container{
    padding-bottom: 0;
  }
  .contact .contact-body .container > div.left .title {
    font-size: 50px;
    line-height: 60px; }
  .header-wrapper .header .mobile-menu {
    visibility: visible; }
  .contact-body .container {
    flex-direction: column;
    padding-bottom: 100px; }
    .contact-body .container > div {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 !important; }
      .contact-body .container > div.left {
        margin-bottom: 150px; }
  .insights-body-section .posts-wrapper > div {
    width: 100%;
    max-width: 100%; }
  .insights-body-section .posts-wrapper > div:not(:first-child) {
    margin-top: 100px; }
  .insights-section-1 .container .lg-post {
    padding: 40px;
    height: 600px; }
  .insights-section-1 .container .lg-post .content .title {
    font-size: 35px;
    line-height: 45px; }
  .modal #bg,
  .modal .modal-container .right {
    width: 100%;
    padding: 0 !important; }
  .modal .modal-container .modal-content {
    padding-top: 50px;
    position: relative; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .information .position {
    font-size: 22px;
    line-height: 32px; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .information .name {
    font-size: 30px;
    line-height: 40px; }
  .modal {
    z-index: 99999999; }
  .modal .modal-container .left .content span {
    display: none; }
  .modal .modal-container .left {
    position: absolute;
    padding: 0 !important;
    right: 0;
    width: auto;
    top: 0; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .background .socials > div .social {
    width: 50px;
    height: 50px; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .img {
    max-width: 325px; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .background {
    width: 315px;
    height: 365px;
    top: 98px; }
  #extra-section-1 .container {
    flex-direction: column; }
    #extra-section-1 .container .left {
      padding-right: 0;
      margin-bottom: 30px; }
    #extra-section-1 .container .right {
      padding-left: 0;
      max-width: 350px; }
  .header-wrapper .header .header-links {
    display: none; }
  .surrounding {
    height: auto;
    overflow: auto !important; }
  .t-100, .t-100, .contact .contact-body .container > div.right > .form .lg-title {
    font-size: 60px;
    line-height: 70px; }
  .single-section-1 .container > .banner {
    padding: 50px; }
  .single-section-1 .container > .banner {
    height: 515px; }
  .t-80, .single-section-1 .container > .banner .content .title {
    font-size: 40px;
    line-height: 50px; }
  #hp-section-3 .container .block-wrapper {
    max-width: 100%;
    width: 100%; }
  #hp-section-3 > .bg-img {
    bottom: 0; }
  #hp-section-4 .container .block-wrapper {
    width: 100%;
    max-width: 100%; }
  .vertical-slider {
    height: 500px !important; }
  .button-wrapper {
    flex-direction: column; }
    .button-wrapper .btn:first-child {
      margin-right: 0;
      margin-bottom: 68px; }
  .footer .container .footer-upper {
    margin-bottom: 80px; } }

@media (max-width: 767px) {
  .contact .contact-body .container > div.left .title {
    font-size: 40px;
    line-height: 50px; }
  .single-section-1 .container > .banner {
    padding: 35px; }
  .modal .modal-container .right .content .name, .single-section-1 .container > .banner .content .title, .single-section-1 .container .post-content > .right h1, .single-section-1 .container .post-content > .right .banner .title {
    font-size: 30px;
    line-height: 40px; }
  .single-section-1 .container .post-content > .right h2 {
    font-size: 29px;
    line-height: 39px; }
  .single-section-1 .container .post-content > .right h3 {
    font-size: 28px;
    line-height: 38px; }
  .single-section-1 .container .post-content > .right h4 {
    font-size: 27px;
    line-height: 37px; }
  .single-section-1 .container .post-content > .right h5 {
    font-size: 26px;
    line-height: 36px; }
  .single-section-1 .container .post-content > .right h6 {
    font-size: 25px;
    line-height: 35px; }
  .single-section-1 .container .post-content > .right .banner {
    padding: 30px; }
    #extra-section-2 .container .block-wrapper .text-block .p-28-l.em, .insights-section-1 .container .lg-post .content .title {
    font-size: 26px;
    line-height: 36px; }
  .insights-section-1 .container .lg-post .content .text {
    padding-left: 15px; }
  .footer .container .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start; }
    .footer .container .footer-upper{
      height: auto;
    }
    .footer .container .footer-bottom > div {
      padding: 0 !important; }
      .footer .container .footer-bottom > div:not(:first-child) {
        margin-bottom: 30px; }
  .scroll-text {
    left: -35px;
    bottom: 22px; }
  .scroll {
    right: 10px;
    bottom: 20px; }
  .footer .container .footer-upper {
    margin-top: 0; }
  .container {
    padding: 100px 0; }
  .footer .container .footer-upper > .text {
    margin-bottom: 50px; }
  section {
    min-height: auto; }
  #hp-section-1, #extra-section-1, #team-section-1 {
    min-height: 100vh; }
  .button-wrapper .btn button {
    padding: 30px 55px; }
  .vertical-slider {
    height: 370px !important; }
  .t-28,
  .p-28-l,
  .p-28-r, .insights-body-section .posts-wrapper > div .content .t-28 {
    font-size: 22px;
    line-height: 32px; }
  .t-100, .contact .contact-body .container > div.right > .form .lg-title {
    font-size: 50px;
    line-height: 60px; }
  .t-80 {
    font-size: 30px;
    line-height: 40px; }
  #hp-section-1 .container .t-100 {
    margin-bottom: 30px; }
  #hp-section-1 .container .text,
  #hp-section-3 .container .block-wrapper .text,
  .footer .container .footer-upper > .text, .insights-section-1 .container .categories button  span, .contact .contact-body .container > div.left .text {
    font-size: 20px;
    line-height: 30px; }
  .insights-section-1 .container .categories button a {
    padding: 15px 50px; }
  #hp-section-2 .container > .t-80 {
    margin-bottom: 50px; }
  #hp-section-2 .container .blocks {
    flex-direction: column;
    justify-content: flex-start; }
    #hp-section-2 .container .blocks > .block {
      width: 100%; }
      #hp-section-2 .container .blocks > .block:first-child {
        margin-bottom: 30px; } }

@media (max-width: 575px) {
  #hp-section-3 .container .block-wrapper .logos .logo{
    margin: 25px;
  }
  .wpforms-field.wpforms-one-half{
    margin-left: 0 !important;
  }
  .team-body-section .container > .team-wrapper .single-team-wrapper .view-bio .circle > div {
    width: 45px;
    height: 45px; }
    .team-body-section .container > .team-wrapper .single-team-wrapper .view-bio .circle > div img {
      padding: 10px;
      max-width: 100%; }
  .header-wrapper .header .logo {
    max-width: 150px; }
  .header-wrapper {
    padding: 20px; }
  .contact .contact-body .container > div.left .title {
    font-size: 30px;
    line-height: 40px; }
  .insights-body-section .posts-wrapper > div .img {
    height: 350px; }
  .insights-body-section .posts-wrapper > div .content {
    left: 0; }

  .insights-body-section .posts-wrapper > div .content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .team-body-section .container > .team-wrapper .single-team-wrapper .img {
    max-width: 260px; }
  .single-section-1 .container .post-content > .right h2 {
    font-size: 24px;
    line-height: 34px; }
  .single-section-1 .container .post-content > .right h3 {
    font-size: 23px;
    line-height: 33px; }
  .single-section-1 .container .post-content > .right h4 {
    font-size: 22px;
    line-height: 32px; }
  .single-section-1 .container .post-content > .right h5 {
    font-size: 21px;
    line-height: 31px; }
  .single-section-1 .container .post-content > .right h6 {
    font-size: 20px;
    line-height: 30px; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .background {
    width: 260px;
    height: 267px; }
  .vertical-slider {
    height: 320px !important; }
    #extra-section-2 .container .block-wrapper .text-block .p-28-l.em {
    font-size: 20px;
    line-height: 30px; }
  .button-wrapper .btn button {
    min-width: 100%; }
  .button-wrapper {
    width: 100%; }
  .button-wrapper .btn {
    width: 100%; }
  #hp-section-5 .container .t-80 {
    margin-bottom: 60px; }
  .team-body-section .container > .team-wrapper .single-team-wrapper:hover .information .position {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  .modal .modal-container .left .content .close > div {
    width: 35px;
    height: 35px; }
    .modal .modal-container .left .content .close > div img {
      max-width: 100%;
      padding: 7px; }
  .modal .modal-container .right .content .socials {
    flex-direction: column; }

  .team-body-section .container > .team-wrapper .single-team-wrapper .information .name, .insights-section-1 .container .lg-post .content .title, .single-section-1 .container .post-content > .left > .category {
    font-size: 20px;
    line-height: 30px; }
  .t-28,
  .p-28-l,
  .p-28-r,
  .contact .contact-body .container > div.left .text,
  #hp-section-2 .container .blocks > .block .text,
  .footer .container .footer-upper > .text,
  #hp-section-3 .container .block-wrapper .text,
  .team-body-section .container > .team-wrapper .single-team-wrapper .information .position, .insights-section-1 .container .categories button  span, .insights-body-section .posts-wrapper > div .content .t-28 {
    font-size: 18px;
    line-height: 28px; }
  .insights-section-1 .container .categories a {
    margin-bottom: 25px; }
  .insights-section-1 .container .lg-post {
    padding: 20px;
    height: 500px; }
  .button-wrapper .btn:first-child {
    margin-bottom: 30px; }
  .insights-section-1 .container .lg-post .content .text, .insights-section-1 .container .lg-post .content button  span, .single-section-1 .container .post-content > .right p,   .single-section-1 .container .post-content > .right li {
    font-size: 16px;
    line-height: 26px; }
  .t-100, .t-100, .contact .contact-body .container > div.right > .form .lg-title {
    font-size: 40px;
    line-height: 50px; }
  .contact .contact-body .container > div.right > .form form .wpforms-one-half {
    width: 100%; }

  
  .t-80, .t-80, .single-section-1 .container > .banner .content .title, .single-section-1 .container .post-content > .right h1, .single-section-1 .container .post-content > .right .banner .title {
    font-size: 25px;
    line-height: 35px; }
  .single-section-1 .container > .banner {
    height: 315px; }
  .scroll,
  .scroll-text {
    display: none; }
  .container{
    width: 90%;
  }
  .modal .modal-container {
    width: 100%; }
    .modal .modal-container .right .content{
      padding: 0 20px;
    }
  .modal .modal-container .left {
    right: 50px;
    top: -20px; } 
    .modal .modal-container .right .content .position{
      margin-bottom: 25px;
    }
    .modal .modal-container .right .content .position, .modal .modal-container .right .content .text, .modal .modal-container .right .content .socials span{
      font-size: 16px;
      line-height: 26px;
    }
  }

@media (max-width: 399px) {
  .mobile-nav .nav__content .mobile-footer{
    flex-direction: column;
  }
  .mobile-nav .nav__content .mobile-footer > div.left{
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .mobile-nav .nav__content .mobile-footer > div.right{
    padding-left: 0;
    justify-content: flex-start;
    width: 100%;
  }
  .header-wrapper .header .logo {
    max-width: 130px; }
  .single-section-1 .container .post-content > .right h2 {
    font-size: 19px;
    line-height: 29px; }
  .single-section-1 .container .post-content > .right h3 {
    font-size: 18px;
    line-height: 28px; }
  .single-section-1 .container .post-content > .right h4 {
    font-size: 17px;
    line-height: 27px; }
  .single-section-1 .container .post-content > .right h5 {
    font-size: 16px;
    line-height: 26px; }
  .single-section-1 .container .post-content > .right h6 {
    font-size: 15px;
    line-height: 25px; }
  .team-body-section .container > .team-wrapper .single-team-wrapper .img {
    max-width: 220px; }
    .contact .contact-body .container > div.right > .form form .wpforms-submit, .modal .modal-container .right .content .position, .modal .modal-container .right .content .text, .modal .modal-container .right .content .socials span, .contact .contact-body .container > div.left .text {
    font-size: 16px;
    line-height: 26px; }

  .team-body-section .container > .team-wrapper:nth-child(even) .single-team-wrapper .img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .team-body-section .container > .team-wrapper .single-team-wrapper:hover .information .name, .team-body-section .container > .team-wrapper .single-team-wrapper:hover .information .position {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  .team-body-section .container > .team-wrapper .single-team-wrapper .background {
    width: 100%; }
  .team-body-section .container > .team-wrapper .single-team-wrapper {
    width: 100%; }
  .button-wrapper .btn button {
    padding: 15px 35px; }
  .vertical-slider {
    height: 300px !important; }
  .t-100, .contact .contact-body .container > div.right > .form .lg-title {
    font-size: 30px;
    line-height: 40px; }
  .t-80, .t-80, .single-section-1 .container > .banner .content .title, .single-section-1 .container .post-content > .right h1, .single-section-1 .container .post-content > .right .banner .title {
    font-size: 20px;
    line-height: 30px; }
  .insights-section-1 .container .lg-post .content .title {
    margin-bottom: 40px; }
  .contact .contact-body .container > div.left .title {
    font-size: 25px;
    line-height: 35px; }
  #hp-section-1 .container .text, .insights-section-1 .container .lg-post .content .title, .single-section-1 .container .post-content > .left > .category, .contact .contact-body .container > div.right > .form form  label {
    font-size: 18px;
    line-height: 28px; }
  .insights-section-1 .container .lg-post .content button a {
    padding: 10px 40px; }
    .single-section-1 .container .post-content > .right li, .insights-body-section .posts-wrapper > div .content .date, .single-section-1 .container > .banner .content .date, .single-section-1 .container .post-content > .right p, .single-section-1 .container .post-content > .right .banner .text, .contact .contact-body .container > div.right > .form form .wpforms-submit {
    font-size: 14px;
    line-height: 24px; }
  .single-section-1 .container .post-content > .right .banner {
    padding: 20px; }
  .t-28,
  .p-28-l,
  .p-28-r,
  #hp-section-2 .container .blocks > .block .text,
  .footer .container .footer-upper > .text,
  #hp-section-3 .container .block-wrapper .text, .insights-section-1 .container .categories button  span, .insights-body-section .posts-wrapper > div .content .t-28 {
    font-size: 16px;
    line-height: 26px; }
  .insights-section-1 .container .lg-post {
    padding: 15px; }
  #hp-section-2 .container .blocks > .block .text {
    margin-top: -15px; } }
