html,
body {
  overflow-x: hidden;
}

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

.why-left-content .btn,
.banner_hero .captions .btn,
.home_landing .navbar .nav-item .nav-link.btn {
  background-color: #202020;
  border-radius: 12px;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: none;
}

.why-left-content .btn:hover,
.banner_hero .captions .btn:hover,
.home_landing .navbar .nav-item .nav-link.btn:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.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%;
  border-radius: 25px;
  overflow: hidden;
}

.home_landing .carousel .carousel-inner .carousel-item .gradient-overlay {
  display: block !important;
}

.home_landing .carousel .carousel-inner .carousel-item img {
  height: 35vw;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}

.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: #202020 !important;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s ease;
  position: relative;
}

.home_landing .navbar .nav-item .nav-link:not(.btn):after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 20px;
  width: 0;
  height: 2px;
  background-color: #202020;
  transition: width 0.3s ease-in-out;
}

.home_landing .navbar .nav-item .nav-link:hover,
.home_landing .navbar .nav-item .nav-link.active {
  font-weight: 600;
}

.home_landing .navbar .nav-item .nav-link:not(.btn):hover:after,
.home_landing .navbar .nav-item .nav-link:not(.btn).active:after {
  width: calc(100% - 40px);
}

.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;
}

.overlay-headings {
  padding-right: 20%;
  position: absolute;
  display: block;
  bottom: 10%;
  left: 5%;
  width: 100%;
  z-index: 10;
}

.overlay-headings h2 {
  font-size: 3rem;
  color: #fff !important;
  margin-bottom: 5px;
  font-weight: 600;
}

.overlay-headings p {
  font-size: 1.1rem;
  color: #fff !important;
  opacity: 0.9;
}

.gradient-overlay {
  position: relative;
  display: block;
  border-radius: 25px;
  overflow: hidden;
}

.gradient-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}

.banner_hero .captions .btn {
  height: 55px;
  width: 215px;
  line-height: 40px;
}

.banner_hero .captions .btn.btn_outline {
  background-color: transparent !important;
  color: #202020 !important;
  border: 2px solid #202020 !important;
  margin-left: 15px;
  box-shadow: none !important;
}

.banner_hero .captions .btn.btn_outline:hover {
  background-color: #202020 !important;
  color: #fff !important;
}

.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;
  font-size: 0.8vw;
}

.banner_hero .captions ul li strong {
  display: block;
  font-size: 0.8vw;
  text-align: left;
}

.dots-indicators {
  justify-content: flex-end !important;
  bottom: 30px !important;
  margin-right: 40px !important;
  left: auto !important;
  width: auto !important;
}

.dots-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: none !important;
  background-color: #fff !important;
  opacity: 0.4 !important;
  margin: 0 6px !important;
  flex: none !important;
  transition: all 0.3s ease;
}

.dots-indicators .active {
  opacity: 1 !important;
  transform: scale(1.2);
}

.stats-row {
  margin-top: 50px !important;
}

.stats-row li {
  border-left: 1.5px solid #202020;
  padding-left: 20px !important;
  margin-right: 2vw !important;
  font-size: 1.1vw;
  color: #202020;
  line-height: 1.4;
}

.stats-row li strong {
  display: block;
  font-size: 1.1vw;
  margin-top: 5px;
}

.about {
  padding: 6vw 0 !important;
  text-align: center;
}

.about h2 {
  color: rgb(32 32 32 / 80%);
  font-size: 1.6vw;
  font-weight: 400;
  letter-spacing: 5px;
}

.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;
}

.trade-section {
  background-color: #f4f4f4 !important;
}

.trade .award_carousel {
  margin-top: 80px;
}

.trade .award_carousel li img {
  width: 100%;
}

.why_chooseUs {
  padding: 100px 0;
  background-color: #fff;
}

.why-left-content h2 {
  font-size: 3.5vw;
  font-weight: normal;
  color: #202020;
  line-height: 1.2;
}

.why-left-content p {
  font-size: 1.1vw;
  color: rgba(39, 40, 48, 0.7);
  line-height: 1.6;
}

.feature-item h4 {
  font-size: 1.5vw;
  font-weight: 700;
  color: #202020;
  margin-bottom: 15px;
}

.feature-item p {
  font-size: 1vw;
  color: rgba(39, 40, 48, 0.7);
  line-height: 1.6;
  margin-bottom: 0;
}

.why_chooseUs .btn {
  height: 55px;
  width: 180px;
  line-height: 42px;
  font-size: 16px;
  border-radius: 12px;
  background-color: #202020;
  color: #fff !important;
}

@media (min-width: 1400px) {
  .why_chooseUs .container {
    max-width: 85% !important;
  }
}

.investment_steps {
  padding: 100px 0;
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.investment_steps .container {
  position: relative;
  z-index: 2;
}

.steps-left-content {
  text-align: left;
  padding-top: 40px;
}

.steps-left-content h2 {
  font-size: 3.5vw;
  font-weight: 600;
  color: #202020;
  line-height: 1.2;
  margin-bottom: 30px;
}

.steps-left-content p {
  font-size: 1.1vw;
  color: rgba(39, 40, 48, 0.7);
  line-height: 1.6;
  margin-bottom: 0;
}

.investment_steps .steps {
  position: relative;
}

.investment_steps .steps .slide {
  display: flex !important;
  align-items: center;
  position: relative;
}

.investment_steps .steps .img {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  position: relative;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.investment_steps .steps .img img {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.investment_steps .step-number-bg {
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25vw;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
}

.investment_steps .slick-prev,
.investment_steps .slick-next {
  width: 40px;
  height: 40px;
  background-color: #000 !important;
  z-index: 10;
  border-radius: 4px;
}

.investment_steps .slick-prev {
  left: -20px;
}

.investment_steps .slick-next {
  right: -20px;
}

.investment_steps .slick-prev:before,
.investment_steps .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  opacity: 1;
  color: white;
}

@media (min-width: 1400px) {
  .investment_steps .container {
    max-width: 85% !important;
  }
}

.client_serving_new {
  padding: 120px 0;
  background-color: #fff;
}

.serving_text h2 {
  font-size: 3.5vw;
  font-weight: normal;
  color: #202020;
  line-height: 1.2;
  margin-bottom: 30px;
}

.serving_text p {
  font-size: 1.1vw;
  color: rgba(39, 40, 48, 0.7);
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 90%;
}

.testimonial-controls .control-btn {
  width: 40px;
  height: 40px;
  background-color: #000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  border-radius: 4px;
}

.testimonial-controls .control-btn:hover {
  background-color: #333;
}

.testimonial-controls .control-btn img {
  width: 18px;
  filter: brightness(0) invert(1);
}

.testimonial-content .quote-icon svg path {
  fill: #f0f0f0;
}

.testimonial-content .text-side h4 {
  font-size: 50px;
  font-weight: normal;
  color: #202020;
  margin-bottom: 5px;
  margin-left: 84px;
}

.testimonial-content .text-side .designation {
  display: block;
  font-size: 16px;
  color: rgba(32, 32, 32, 0.6);
  margin-bottom: 30px;
  font-weight: normal;
  margin-left: 84px;
}

.testimonial-content .text-side p {
  font-size: 24px;
  line-height: 1.5;
  color: #202020;
  font-weight: 400;
  max-width: 95%;
}

@media (max-width: 991px) {
  .serving_text h2 {
    font-size: 40px;
  }

  .serving_text p {
    font-size: 18px;
  }

  .testimonial-content .text-side p {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {

  .client_serving_new .container,
  .footer .container {
    max-width: 85% !important;
  }
}

.testimonial-slider-offset {
  padding-top: 150px;
}

@media (max-width: 991px) {
  .testimonial-slider-offset {
    padding-top: 40px;
  }
}

.footer {
  background-color: #1a1a1a;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.footer:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: url(../images/logo.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.03;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.footer .logo img {
  width: 300px;
  margin-bottom: 20px;
}

.footer .logo p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.8;
}

.footer .logo p b {
  font-weight: 500;
  letter-spacing: 1px;
}

.footer .social {
  text-align: right;
}

.footer .social ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.footer .social ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.footer .social ul li a:hover {
  background-color: #fff;
}

.footer .social ul li a img {
  width: 18px;
  filter: brightness(0) invert(1);
}

.footer .social ul li a:hover img {
  filter: none;
}

.footer .phone-num {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
}

.footer .cop_right {
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 40px;
  text-align: center;
}

.footer .cop_right p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.footer .policy-links a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
}

.footer .policy-links a:hover {
  color: #fff;
}

.footer .policy-links span {
  color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 991px) {
  .footer .social {
    text-align: left;
    margin-top: 40px;
  }

  .footer .social ul {
    justify-content: flex-start;
  }

  .footer .social ul li a {
    margin-left: 0;
    margin-right: 10px;
  }
}

@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;
  }

  .hero-btn-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15px;
  }

  .banner_hero .captions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px 0 0;
    width: auto;
    min-width: 120px;
    height: 48px;
    font-size: 13px;
    padding: 0 12px;
    white-space: nowrap;
  }

  .banner_hero .captions .btn.btn_outline {
    margin-left: 0px;
  }

  .stats-row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center !important;
    margin-top: 30px !important;
    justify-content: space-between;
    width: 100%;
  }

  .stats-row li {
    border-left: 1.5px solid #202020;
    padding-left: 8px !important;
    margin-bottom: 0 !important;
    font-size: 10px !important;
    margin-right: 0 !important;
    flex: 1;
    text-align: left;
  }

  .stats-row li strong {
    font-size: 12px !important;
    margin-top: 2px !important;
  }

  .dots-indicators {
    justify-content: center !important;
    margin-right: 0 !important;
    bottom: 20px !important;
  }

  .dots-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: #fff !important;
    opacity: 0.4 !important;
    margin: 0 4px !important;
    flex: none !important;
    transition: all 0.3s ease;
  }

  .dots-indicators .active {
    opacity: 1 !important;
    transform: scale(1.2);
  }

  .stats-row li strong {
    font-size: 13px !important;
    margin-top: 2px !important;
  }

  .banner_hero .captions ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner_hero .captions ul li {
    padding: 10px 0;
    text-align: left !important;
  }

  .why_chooseUs {
    padding: 50px 0;
  }

  .why_chooseUs .col-sm-6 {
    margin-top: 20px;
    border-bottom: 1px solid #f4f4f4;
  }

  .why_chooseUs .col-sm-6:last-child {
    border-bottom: none;
  }

  .why-left-content h2 {
    font-size: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
  }

  .why-left-content p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 25px !important;
  }

  .why_chooseUs .btn {
    width: 100% !important;
    height: 55px !important;
    font-size: 16px !important;
  }

  .feature-item {
    margin-bottom: 30px;
  }

  .feature-item .icon img {
    width: 45px !important;
    height: auto !important;
  }

  .feature-item h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
  }

  .feature-item p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .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;
  }

  .steps-left-content {
    text-align: center !important;
    padding-top: 0;
    margin-bottom: 40px;
  }

  .steps-left-content h2 {
    font-size: 32px !important;
    margin-bottom: 20px !important;
  }

  .steps-left-content p {
    font-size: 16px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .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: 10px !important;
    text-align: left;
  }

  .home_landing .carousel {
    height: auto !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  .investment_steps,
  .client_serving,
  .why_chooseUs {
    padding: 30px 0;
  }

  .navbar {
    margin-top: 0.5rem;
  }

  .investment_steps .steps .img {
    width: 100%;
    max-width: 100%;
  }

  .investment_steps .step-number-bg {
    display: none;
  }

  .client_serving_new {
    padding: 60px 0;
  }
}

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