html, body {
  overflow-x: hidden;
}

body {
  font-family: "Lexend", serif;
}

.why_chooseUs .top_area .btn, .banner_hero .captions .btn, .home_landing .navbar .nav-item .nav-link.btn {
  background-color: #0017FF;
  border-radius: 0;
  margin-left: 15px;
  color: #fff;
}
.why_chooseUs .top_area .btn:hover, .banner_hero .captions .btn:hover, .home_landing .navbar .nav-item .nav-link.btn:hover {
  background-color: #000;
  color: #fff;
}

.navbar {
  margin-top: 1.5rem !important;
  padding: 1vw !important;
}

.home_landing {
  height: auto;
  position: relative;
  overflow: hidden;
}
.home_landing .carousel {
  height: auto !important;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.home_landing .carousel .carousel-inner {
  height: 100%;
}
.home_landing .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.home_landing .carousel .carousel-inner .carousel-item .gradient-overlay {
  display: block !important;
}
.home_landing .carousel .carousel-inner .carousel-item img {
  height: 39.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_landing .carousel:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 40vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.66) 100%);
  z-index: 1;
  bottom: 0;
}
.home_landing .navbar .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.home_landing .navbar .nav-item .nav-link:hover {
  color: #0017FF;
}
.banner_hero {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner_hero .captions {
  color: #fff;
  padding: 1.5vw !important;
  padding-bottom: 50px;
}
.banner_hero .captions h1 {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 69px;
}
.banner_hero .captions p {
  font-size: 20px;
  font-weight: 300;
  margin: 1.8vw 0 !important;
}
.banner_hero .captions .btn {
  height: 55px;
  width: 215px;
  line-height: 40px;
}
.banner_hero .captions ul {
  margin-bottom: 0;
  display: flex;
  margin-top: 2.5vw !important;
  justify-content: flex-end;
}
.banner_hero .captions ul li {
  padding: 0 35px;
  text-align: center;
  padding: 0 1vw !important;
}
.banner_hero .captions ul li strong {
  display: block;
  font-size: 1.5vw;
}

.about {
  padding: 8vw 0 !important;
  text-align: center;
}
.about h2 {
  color: #0017FF;
  font-size: 2.5vw;
  font-weight: 600;
}
.about h2 span {
  color: #C4C9E3;
}

.title {
  text-align: center;
  color: #fff;
}
.title h3 {
  font-size: 40px;
  font-weight: 600;
}
.title p {
  font-size: 20px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
}

.trade {
  padding: 60px 0;
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(0, 23, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.trade .award_carousel {
  margin-top: 80px;
}
.trade .award_carousel li img {
  width: 100%;
}

.why_chooseUs {
  padding: 100px 0;
}
.why_chooseUs .top_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.why_chooseUs .top_area h2 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
}
.why_chooseUs .inner_block {
  height: 272px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #C4C9E3;
  padding: 20px;
  transition: all 0.3s linear;
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(0, 23, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}
.why_chooseUs .inner_block h4 {
  color: #fff !important;
  font-size: 20px;
}
.why_chooseUs .inner_block p {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s linear;
  font-weight: 300;
  font-size: 14px;
  color: #fff !important;
}
.why_chooseUs .inner_block.active, .why_chooseUs .inner_block:hover {
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(0, 23, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  cursor: pointer;
}
.why_chooseUs .inner_block.active h4, .why_chooseUs .inner_block:hover h4 {
  color: #fff;
}
.why_chooseUs .inner_block.active p, .why_chooseUs .inner_block:hover p {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.investment_steps {
  padding: 100px 0;
  position: relative;
}
.investment_steps:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(0, 23, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}
.investment_steps .steps .stpes_title {
  color: #fff;
  text-align: center;
}
.investment_steps .steps .stpes_title h2 {
  font-size: 60px;
  font-weight: 600;
}
.investment_steps .steps .stpes_title p {
  font-size: 24px;
  font-weight: 300;
}
.investment_steps .steps .img img {
  width: 85%;
  margin: 0 auto;
}
.investment_steps .steps button.slick-prev:before, .investment_steps .steps button.slick-next:before {
  font-size: 30px;
  background-color: #0017FF;
  padding: 5px;
}
.investment_steps .steps button.slick-prev:before:hover, .investment_steps .steps button.slick-next:before:hover {
  background-color: #000;
}

.assetes_section {
  padding: 60px 0;
}
.assetes_section .top_area {
  align-items: first baseline;
  margin-bottom: 100px;
}
.assetes_section .top_area h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.assetes_section .top_area p {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.02em;
}
.assetes_section .numbers_block {
  height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #C4C9E3;
  padding-left: 35px;
  position: relative;
}
.assetes_section .numbers_block:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 4px;
  height: 100px;
  background-color: #0017FF;
}
.assetes_section .numbers_block h2 {
  color: #0017FF;
  font-family: Lexend;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.03em;
}
.assetes_section .numbers_block p {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.02em;
}

.client_serving {
  padding: 60px 0;
}
.client_serving .top_banner {
  position: relative;
  height: 350px;
}
.client_serving .top_banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.client_serving .top_banner .desc {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.client_serving .top_banner .desc h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 49.34px;
  letter-spacing: -0.02em;
}
.client_serving .top_banner .desc p {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: rgba(26, 40, 47, 0.5);
}
.client_serving .carousel {
  border: 1px solid rgb(217, 217, 217);
  padding: 45px;
}
.client_serving .carousel h4 {
  font-size: 24px;
  font-weight: 700;
}
.client_serving .carousel h4 small {
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: rgba(19, 19, 19, 0.5);
  margin-top: 10px;
}
.client_serving .carousel h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 41.6px;
  letter-spacing: -0.02em;
  display: flex;
}
.client_serving .carousel h3:before {
  content: url(../images/testo_ic.svg);
  margin-right: 25px;
}
.client_serving .carousel .carousel-control-prev,
.client_serving .carousel .carousel-control-next {
  background: rgb(0, 0, 0);
  position: absolute;
  left: 50px;
  width: 60px;
  height: 60px;
  top: 70%;
}
.client_serving .carousel .carousel-control-next {
  left: 130px;
}

.footer {
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 23, 255) 100%);
  padding-top: 150px;
}
.footer h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.footer ul li a {
  color: #fff;
  padding: 2px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 200;
}
.footer ul li a:hover {
  color: #000;
}
.footer .social ul {
  display: flex;
}
.footer .social ul li a {
  padding: 0 5px;
}
.footer p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 200;
}
.footer p a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.footer .cop_right {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .home_landing .carousel .carousel-inner .carousel-item img {
    height: 95.5vw;
  }
  .banner_hero .captions {
    padding: 2.5vw !important;
  }
  .banner_hero .captions h1 {
    font-size: 9vw;
    line-height: 40px;
  }
  .banner_hero .captions p {
    font-size: 4vw;
  }
  .banner_hero .captions .btn {
    margin-left: 0;
  }
  .banner_hero .captions ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .banner_hero .captions ul li {
    padding: 10px 0;
    text-align: left;
  }
  .why_chooseUs .top_area {
    flex-direction: column;
    align-items: flex-start;
  }
  .why_chooseUs .top_area .btn {
    margin-left: 0;
  }
  .steps .slick-prev {
    left: 0;
  }
  .steps .slick-next {
    right: 0;
  }
  .steps .slick-prev:before, .steps .slick-next:before {
    font-size: 20px !important;
  }
  .investment_steps .steps .stpes_title h2 {
    font-size: 8vw;
  }
  .investment_steps .steps .stpes_title p {
    font-size: 4vw;
  }
  .client_serving .carousel {
    padding: 10px;
    padding-top: 100px;
  }
  .client_serving .carousel .carousel-control-prev,
  .client_serving .carousel .carousel-control-next {
    top: 25px;
    left: 0;
  }
  .client_serving .carousel .carousel-control-next {
    left: 80px;
  }
  .client_serving .carousel h3 {
    font-size: 5vw;
  }
  .footer {
    padding-top: 60px;
  }
  .footer .logo {
    margin-bottom: 20px;
  }
  .footer .cop_right {
    text-align: center;
    padding-top: 60px;
  }
  .footer .cop_right .text-end {
    text-align: center !important;
  }
  .about {
    padding: 8vh 0 !important;
  }
  .about h2 {
    font-size: 7vw;
  }
  .banner_hero .captions ul li strong {
    font-size: 3.5vw !important;
  }
  .home_landing .carousel {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .investment_steps, .client_serving, .why_chooseUs {
    padding: 30px 0;
  }
  .navbar {
    margin-top: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */