body {
  font-family: "poppinsregular", sans-serif;
  background-color: #0d133e;
  color: #000;
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1230px;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "bebas_neueregular", sans-serif;
}
body .btn {
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 15px;
  box-shadow: none !important;
}
body .btn-primary {
  color: #fff;
  background-color: #29abe2;
  border: 2px solid #29abe2;
}
body .btn-primary:hover, body .btn-primary:focus {
  color: #0d133e;
  border-color: #fff;
  background-color: #fff;
}
body .btn-primary:disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: #29abe2;
  border: 2px solid #29abe2;
}
body .btn-outline-primary {
  color: #29abe2;
  border: 2px solid #29abe2;
}
body .btn-outline-primary:hover, body .btn-outline-primary:focus {
  color: #fff;
  border-color: #29abe2;
  background-color: #29abe2;
}
body .social {
  display: flex;
  align-items: center;
  gap: 15px;
}
body .social li {
  text-transform: uppercase;
  font-weight: 600;
}
body .social li a {
  color: #fff;
  background-color: #fff;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s;
}
body .social li a img {
  width: 100%;
  max-width: 14px;
  height: auto;
}
body .social li a:hover, body .social li a:focus {
  background-color: #29abe2;
}
body .our-partners .slick-slide,
body .our-platforms .slick-slide {
  cursor: pointer;
}
body .our-partners .slick-slide .normal,
body .our-platforms .slick-slide .normal {
  display: none;
}
body .main {
  overflow: hidden;
}
body .main .hero {
  background-color: #fff;
}
body .main .hero .carousel .carousel-item {
  transform: translate(0, -100%);
  display: block !important;
  transition: 0.5s;
  opacity: 1;
}
body .main .hero .carousel .carousel-item .bg {
  width: 100%;
  height: 484px;
  object-fit: cover;
}
body .main .hero .carousel .carousel-item .carousel-caption {
  text-align: left;
  width: 100%;
  left: 0;
  bottom: auto;
  top: 50%;
  transform: translate(0, -50%);
}
body .main .hero .carousel .carousel-item .carousel-caption .title {
  color: #0d133e;
  font-size: 44px;
}
body .main .hero .carousel .carousel-item .carousel-caption .title span {
  color: #29abe2;
  font-size: 68px;
}
body .main .hero .carousel .carousel-item .carousel-caption .link {
  color: #0d133e;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
body .main .hero .carousel .carousel-item .carousel-caption .link span.arrow {
  background: url("../../img/webp/arrow-left-dark.webp") 0 0;
  width: 23px;
  height: 14px;
  display: inline-block;
}
body .main .hero .carousel .carousel-item.active {
  transform: translate(0, 0) !important;
}
body .main .hero .carousel .indicator-wrapper {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  z-index: 2;
}
body .main .hero .carousel .indicator-wrapper .container {
  display: block;
  position: relative;
}
body .main .hero .carousel .indicator-wrapper .container .carousel-indicators {
  position: static;
  margin: 0;
  justify-content: start;
  gap: 5px;
}
body .main .hero .carousel .indicator-wrapper .container .carousel-indicators button {
  width: 20px;
  padding: 5px;
  background-color: transparent;
  position: relative;
}
body .main .hero .carousel .indicator-wrapper .container .carousel-indicators button:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 4px;
  width: 100%;
}
body .main .hero .carousel .indicator-wrapper .container .carousel-indicators button.active:before {
  background-color: #fff;
}
body .main .industries-we-services {
  background-color: #070a20;
  padding: 60px 0;
}
body .main .industries-we-services .main-title {
  font-size: 78px;
  margin-bottom: 60px;
}
body .main .industries-we-services .slider-industries {
  padding: 0 10px;
  display: flex;
  column-gap: 10px;
  transition: opacity 0.3s ease;
}
body .main .industries-we-services .slider-industries .item {
  position: relative;
  max-height: 490px;
  overflow: hidden;
}
body .main .industries-we-services .slider-industries .item img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
body .main .industries-we-services .slider-industries .item .title-wrapper {
  background: rgba(7, 10, 32, 0.5);
  position: absolute;
  height: 100%;
  width: 28px;
}
body .main .industries-we-services .slider-industries .item .title-wrapper .title {
  position: absolute;
  transform: rotate(-90deg);
  bottom: 0;
  left: 32px;
  margin: 0;
  transform-origin: bottom left;
  padding-left: 20px;
  font-family: "PoppinsRegular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 20px;
  white-space: nowrap;
  word-break: keep-all;
}
body .main .industries-we-services .slider-industries .item .title-wrapper .title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 14px;
  background: rgba(7, 10, 32, 0.5);
  top: 100%;
  left: 0;
  transform: translateY(-4px);
}
body .main .industries-we-services .slider-industries .item .title-wrapper .title:before {
  content: "";
  background: url("../../img/webp/industries-object.webp") no-repeat center center/cover;
  width: 14px;
  height: 67px;
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 100%;
  transform-origin: bottom left;
  transform: rotate(90deg) translateX(-4px);
}
body .main .industries-we-services .slider-industries.slick-slider {
  opacity: 1 !important;
}
body .main .industries-we-services .slider-industries.slick-slider .slick-list {
  margin: 0;
  width: 100%;
}
body .main .industries-we-services .slider-industries.slick-slider .slick-list .slick-track {
  display: flex;
  justify-content: space-around;
  column-gap: 4px;
}
body .main .services {
  background-color: #fff;
  padding: 80px 0;
}
body .main .services .card {
  color: #000;
  text-align: center;
  border: none;
  position: relative;
  padding-top: 120px;
  margin-bottom: 50px;
}
body .main .services .card .icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) scale(0.9);
  max-height: 100px;
  transition: 0.2s;
}
body .main .services .card:hover .icon {
  transform: translate(-50%, 0) scale(1);
}
body .main .services .card .title {
  font-size: 28px;
}
body .main .about {
  color: #fff;
  background-color: #070a20;
  padding: 180px 0;
  overflow: hidden;
  position: relative;
}
body .main .about .content {
  max-width: 670px;
  position: relative;
  z-index: 2;
}
body .main .about .content .follow-title {
  font-size: 28px;
}
body .main .about .content .social {
  margin-bottom: 40px;
}
body .main .about .content .main-title {
  font-size: 78px;
}
body .main .about .content p {
  font-size: 18px;
  line-height: 30px;
}
body .main .about .content .widget.widget_block.widget_text {
  display: none;
}
body .main .about .bg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body .main .reviews {
  color: #fff;
  background-color: #29abe2;
  padding: 70px 0 80px;
  position: relative;
}
body .main .reviews .container {
  position: relative;
}
body .main .reviews .qoute {
  position: absolute;
  left: 15px;
  top: -108px;
  height: auto;
}
body .main .reviews .qoute.bottom {
  top: auto;
  left: auto;
  right: 30%;
  bottom: -60px;
  transform: rotate(180deg);
}
body .main .reviews .content .main-title {
  font-size: 78px;
  margin-bottom: 65px;
}
body .main .reviews .content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  font-style: italic;
}
body .main .reviews .profile {
  text-align: center;
}
body .main .reviews .profile img {
  width: 290px;
  height: 290px;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-bottom: 30px;
}
body .main .reviews .profile .title {
  font-size: 52px;
}
body .main .reviews .profile .text {
  font-size: 28px;
}
body .main .about-v2 {
  color: #0d133e;
  background-color: #fff;
  padding: 60px 0;
}
body .main .about-v2 .content .main-title {
  font-size: 78px;
  color: #29abe2;
  margin-bottom: 30px;
}
body .main .about-v2 .content p {
  font-size: 18px;
  line-height: 30px;
}
body .main .cta {
  color: #fff;
  background-color: #070a20;
  padding: 160px 0;
  overflow: hidden;
  position: relative;
}
body .main .cta .content {
  text-align: center;
  position: relative;
  z-index: 2;
}
body .main .cta .content p {
  font-size: 30px;
  font-family: "poppinsbold", sans-serif;
}
body .main .cta .content p span {
  font-size: 46px;
}
body .main .cta .logo-icon {
  position: absolute;
  left: 50%;
  top: -10%;
  bottom: -10%;
  transform: translate(-50%, 0);
  height: 120%;
  width: unset;
}
body .main .video {
  color: #0d133e;
  background-color: #fff;
  padding: 60px 0;
}
body .main .video .content {
  text-align: center;
}
body .main .video .content .main-title {
  font-size: 78px;
  color: #29abe2;
}
body .main .video .content p {
  font-size: 18px;
  line-height: 30px;
}
body .main .video .content .video-wrapper {
  position: relative;
  margin: 60px 0;
  width: 100%;
  display: flex;
}
body .main .video .content .video-wrapper .thumb {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
body .main .video .content .video-wrapper iframe {
  width: 100%;
  height: auto;
  background-color: #000;
  cursor: pointer;
}
body .main .some-of-creations {
  color: #fff;
  background-color: #070a20;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
body .main .some-of-creations .content {
  text-align: center;
}
body .main .some-of-creations .content .main-title {
  font-size: 62px;
}
body .main .some-of-creations .content .card-thumbnails {
  margin-top: 60px;
  height: 550px;
}
body .main .some-of-creations .content .card-thumbnails .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  height: 550px;
  text-align: left;
  overflow: hidden;
  transition: 0.5s;
}
body .main .some-of-creations .content .card-thumbnails .card .title-wrapper {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  padding: 40px 0 0 80px;
}
body .main .some-of-creations .content .card-thumbnails .card .title-wrapper .title {
  position: relative;
  font-size: 30px;
  font-family: "poppinsbold", sans-serif;
  padding: 10px 20px;
}
body .main .some-of-creations .content .card-thumbnails .card .title-wrapper .title span {
  position: relative;
  z-index: 2;
}
body .main .some-of-creations .content .card-thumbnails .card .title-wrapper .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  width: 8px;
  background-color: #29abe2;
  z-index: 0;
  transition: 0.5s;
  transition-delay: 0.1s;
}
body .main .some-of-creations .content .card-thumbnails .card .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.1s;
}
body .main .some-of-creations .content .card-thumbnails .card .bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
  transition-delay: 0.1s;
  opacity: 0.5;
}
body .main .some-of-creations .content .card-thumbnails .card:hover, body .main .some-of-creations .content .card-thumbnails .card:focus {
  height: 600px;
}
body .main .some-of-creations .content .card-thumbnails .card:hover .title-wrapper .title:after, body .main .some-of-creations .content .card-thumbnails .card:focus .title-wrapper .title:after {
  width: 100%;
}
body .main .some-of-creations .content .card-thumbnails .card:hover .btn, body .main .some-of-creations .content .card-thumbnails .card:focus .btn {
  opacity: 1;
}
body .main .some-of-creations .content .card-thumbnails .card:hover .bg, body .main .some-of-creations .content .card-thumbnails .card:focus .bg {
  opacity: 0.8;
}
body .main .logo-carousel {
  padding: 100px 0;
  color: #fff;
  background-color: #070a20;
}
body .main .logo-carousel .content .main-title {
  font-size: 62px;
  text-align: center;
}
body .main .logo-carousel .content .carousel-slider {
  margin: 80px 0 0;
}
body .main .logo-carousel .content .carousel-slider .slick-slide {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
body .main .logo-carousel .content .carousel-slider .slick-slide img {
  pointer-events: none;
}
body .main .reviews-v2 {
  overflow: hidden;
  padding: 170px 0 170px;
  position: relative;
}
body .main .reviews-v2 .content {
  max-width: 970px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "poppinsbold", sans-serif;
  padding: 0 60px;
  position: relative;
}
body .main .reviews-v2 .content .icon {
  position: absolute;
}
body .main .reviews-v2 .content .icon.top-left {
  bottom: 100%;
  left: 0;
}
body .main .reviews-v2 .content .icon.bottom-right {
  top: 100%;
  right: 0;
  margin-top: -20px;
  transform: rotate(180deg);
}
body .main .reviews-v2 .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  opacity: 0.4;
}
body .main .logo-animate {
  height: 770px;
  padding: 260px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .main .logo-animate:focus .logo #path-1,
body .main .logo-animate:focus .logo #path-2,
body .main .logo-animate:focus .logo #path-3,
body .main .logo-animate:focus .logo #path-4,
body .main .logo-animate:focus .logo #path-5,
body .main .logo-animate:focus .logo #path-6, body .main .logo-animate:hover .logo #path-1,
body .main .logo-animate:hover .logo #path-2,
body .main .logo-animate:hover .logo #path-3,
body .main .logo-animate:hover .logo #path-4,
body .main .logo-animate:hover .logo #path-5,
body .main .logo-animate:hover .logo #path-6 {
  animation: opacity-1 1s ease forwards;
}
body .main .logo-animate:focus .logo #path-1, body .main .logo-animate:hover .logo #path-1 {
  transform: translate(-400%, -110%);
}
body .main .logo-animate:focus .logo #path-2, body .main .logo-animate:hover .logo #path-2 {
  transform: translate(400%, -180%);
}
body .main .logo-animate:focus .logo #path-3, body .main .logo-animate:hover .logo #path-3 {
  transform: translate(400%, -20%);
}
body .main .logo-animate:focus .logo #path-4, body .main .logo-animate:hover .logo #path-4 {
  transform: translate(200%, 210%);
}
body .main .logo-animate:focus .logo #path-5, body .main .logo-animate:hover .logo #path-5 {
  transform: translate(-300%, 210%);
}
body .main .logo-animate:focus .logo #path-6, body .main .logo-animate:hover .logo #path-6 {
  transform: translate(-400%, -10%);
}
@keyframes opacity-1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body .main .logo-animate:focus .content, body .main .logo-animate:hover .content {
  transform: translate(-50%, -50%) scale(1);
}
body .main .logo-animate .logo {
  height: 100%;
  overflow: visible;
  width: 100%;
}
body .main .logo-animate .logo #path-1,
body .main .logo-animate .logo #path-2,
body .main .logo-animate .logo #path-3,
body .main .logo-animate .logo #path-4,
body .main .logo-animate .logo #path-5,
body .main .logo-animate .logo #path-6 {
  transition: 1s;
}
body .main .logo-animate .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  text-align: center;
  color: #fff;
  font-size: 48px;
  transition: 0.5s;
}
body .main .logo-animate .content a {
  color: #29abe2;
}
@media (max-width: 1200px) {
  body .main .about {
    padding: 120px 0;
  }
  body .main .about .content {
    max-width: 500px;
  }
  body .main .about .content .main-title {
    font-size: 50px;
  }
  body .main .about .content p {
    font-size: 16px;
    line-height: 27px;
  }
  body .main .about .bg {
    position: absolute;
    right: -20%;
  }
  body .main .reviews {
    padding: 70px 0;
  }
  body .main .reviews .content .main-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  body .main .reviews .content p {
    font-size: 16px;
    line-height: 27px;
  }
  body .main .reviews .profile img {
    width: 200px;
    height: 200px;
  }
  body .main .about-v2 .content .main-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  body .main .about-v2 .content p {
    font-size: 16px;
    line-height: 27px;
  }
  body .main .video .content .main-title {
    font-size: 50px;
  }
  body .main .video .content p {
    font-size: 16px;
    line-height: 27px;
  }
  body .main .video .content .video-wrapper {
    margin: 40px 0;
  }
  body .main .some-of-creations .content .main-title {
    font-size: 50px;
  }
  body .main .some-of-creations .content .card-thumbnails {
    margin-top: 40px;
    height: 450px;
  }
  body .main .some-of-creations .content .card-thumbnails .card {
    height: 450px;
  }
  body .main .some-of-creations .content .card-thumbnails .card .title-wrapper {
    padding: 40px 0 0 40px;
  }
  body .main .some-of-creations .content .card-thumbnails .card .title-wrapper .title {
    font-size: 24px;
    padding: 10px 20px;
  }
  body .main .some-of-creations .content .card-thumbnails .card .title-wrapper .title:after {
    height: 48px;
    width: 4px;
  }
  body .main .some-of-creations .content .card-thumbnails .card:hover, body .main .some-of-creations .content .card-thumbnails .card:focus {
    height: 500px;
  }
  body .main .logo-carousel {
    padding: 60px 0;
  }
  body .main .logo-carousel .content .main-title {
    font-size: 50px;
  }
  body .main .logo-carousel .content .carousel-slider {
    margin: 40px 0 0;
  }
  body .main .logo-carousel .content .carousel-slider .slick-slide {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
  }
  body .main .logo-carousel .content .carousel-slider img {
    height: 50px;
    width: auto;
  }
  body .main .reviews-v2 {
    padding: 120px 0 120px;
  }
  body .main .reviews-v2 .content {
    font-size: 20px;
    line-height: 36px;
  }
  body .main .reviews-v2 .content .icon {
    width: 50px;
  }
  body .main .logo-animate {
    padding: 160px 0;
  }
}
@media (max-width: 991px) {
  body .main .hero .carousel .carousel-item .carousel-caption {
    padding: 0 20px;
  }
  body .main .hero .carousel .carousel-item .carousel-caption .title {
    font-size: 28px;
  }
  body .main .hero .carousel .carousel-item .carousel-caption .title span {
    font-size: 50px;
    display: block;
  }
  body .main .hero .carousel .carousel-item .carousel-caption .link {
    font-size: 14px;
  }
  body .main .hero .carousel .carousel-item .carousel-caption .link span.arrow {
    background-size: cover;
    background-position: center center;
    width: 15px;
    height: 9px;
  }
  body .main .hero .carousel .carousel-item .bg {
    object-position: 65% 0;
  }
  body .main .hero .carousel .indicator-wrapper {
    padding: 0 20px;
  }
  body .main .hero .carousel .indicator-wrapper .container .carousel-indicators {
    gap: 0;
  }
  body .main .hero .carousel .indicator-wrapper .container .carousel-indicators button {
    width: 15px;
  }
  body .main .industries-we-services .main-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  body .main .industries-we-services .slider-industries .item {
    max-height: 390px;
  }
  body .main .industries-we-services .slider-industries .item .title-wrapper h5.title {
    font-size: 18px;
  }
  body .main .services .main-title {
    font-size: 40px;
  }
  body .main .about {
    padding: 100px 0;
  }
  body .main .about .content {
    max-width: 400px;
  }
  body .main .about .content .main-title {
    font-size: 40px;
  }
  body .main .about .content p {
    font-size: 14px;
  }
  body .main .about .bg {
    position: absolute;
    right: -30%;
  }
  body .main .reviews .content .main-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  body .main .reviews .content p {
    font-size: 14px;
  }
  body .main .reviews .profile img {
    width: 180px;
    height: 180px;
  }
  body .main .reviews .qoute {
    top: -90px;
    width: 50px;
  }
  body .main .reviews .qoute.bottom {
    right: 10px;
    bottom: 280px;
  }
  body .main .about-v2 .content .main-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  body .main .about-v2 .content p {
    font-size: 14px;
  }
  body .main .cta {
    padding: 120px 0;
  }
  body .main .cta .content p {
    font-size: 20px;
  }
  body .main .cta .content p span {
    font-size: 36px;
  }
  body .main .cta .logo-icon {
    top: 0;
    bottom: 0;
    height: 100%;
  }
  body .main .video .content .main-title {
    font-size: 40px;
  }
  body .main .video .content p {
    font-size: 14px;
  }
  body .main .video .content .video-wrapper .play-btn img,
body .main .video .content .video-wrapper .pause-btn img {
    width: 50px;
  }
  body .main .some-of-creations .content .main-title {
    font-size: 40px;
  }
  body .main .some-of-creations .content .card-thumbnails {
    height: 1050px;
  }
  body .main .some-of-creations .content .card-thumbnails .card {
    height: 350px;
  }
  body .main .some-of-creations .content .card-thumbnails .card:hover, body .main .some-of-creations .content .card-thumbnails .card:focus {
    height: 400px;
  }
  body .main .logo-carousel .content .main-title {
    font-size: 40px;
  }
  body .main .logo-carousel .content .carousel-slider .slick-slide {
    padding: 0 30px;
  }
  body .main .reviews-v2 {
    padding: 80px 0 80px;
  }
  body .main .reviews-v2 .content {
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px;
  }
  body .main .reviews-v2 .content .icon {
    width: 30px;
  }
  body .main .logo-animate {
    padding: 120px 0;
  }
  body .main .logo-animate .logo {
    height: 180px;
  }
}
@media (max-width: 767px) {
  body .main .industries-we-services .slider-industries .item {
    max-height: 350px;
  }
  body .main .industries-we-services .slider-industries .item .title-wrapper h5.title {
    font-size: 16px;
  }
  body .main .about {
    padding: 100px 0 0;
  }
  body .main .about .content {
    max-width: 100%;
  }
  body .main .about .bg {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
  }
  body .main .about-v2 .content .main-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  body .main .about-v2 .content p {
    font-size: 14px;
  }
  body .main .cta {
    padding: 120px 0;
  }
  body .main .cta .content p {
    font-size: 16px;
  }
  body .main .cta .content p span {
    font-size: 26px;
  }
  body .main .cta .logo-icon {
    top: 40%;
    bottom: auto;
    transform: translate(-50%, -50%);
    height: 90%;
  }
  body .main .video .content .video-wrapper .pause-btn {
    opacity: 0 !important;
  }
  body .main .video .content .video-wrapper .pause-btn img.pause-icon {
    display: block;
  }
}

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