/* .nav-link.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -29px;
    left: 60px;
    width: 25%;
    border-radius: 50px;
    height: 3px;
    background-color: #76ed91;
    transition:0.3s ease-in-out;
    }  */
/* hero section end */
/* //border */
/* .slick-next.slick-arrow-clicked {
    background: #69FAB4;
    border: none;
    color: #12182B;
  } */
/* slide section end */
/* mission section end */
/* serve section end */
/* Expert section start */
/* Expert section end */
/* testimonial section start */
/* .swiper {
    width: 100%;
    height: 100%;
  } */
/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
/* testimonial section end */
/* email section end */
/* .foot_place {
    display: flex;
    align-items: start;
    justify-content: space-between;

} */
/* animation */
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes spinLoader {
  from {
    transform: translate(-50%, -50%) rotate(0turn);
  }
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.navbar_sec {
  background: var(--Primary-Color, #12182B) !important;
}

.bg-light {
  --bs-bg-opacity: 0;
  background: var(--Primary-Color, #12182B) !important;
}

.navbar {
  --bs-navbar-nav-link-padding-x: 49px;
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 21px;
}

.navbar-nav .nav-link.active {
  color: var(--Secondary-Color, #69FAB4);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 49px;
  padding-left: 0px;
}

.nav-link {
  color: var(--Neutral-Color, #FFF);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.nav-link:focus {
  color: #fff;
}
.nav-link:hover {
  color: #fff;
  color: var(--Secondary-Color, #69FAB4);
}

.btn-success {
  --bs-btn-color: #12182B;
  --bs-btn-bg: #69FAB4;
  --bs-btn-border-color: #69FAB4;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: #69FAB4;
}

.btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 15px 30px;
  border-radius: 10px;
}
.btn:hover {
  transform: 0.4s ease-in-out;
}
.btn:hover .icon {
  color: #12182B;
}

.subscribe {
  padding: 10px 23px;
}
.subscribe:hover {
  color: var(--Primary-Color, #12182B);
}

.home {
  padding: 51px 0 90px 0;
  background-image: url("../images/blur-1.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.home_head {
  padding-bottom: 48px;
  color: var(--Primary-Color, #12182B);
  font-style: normal;
  font-size: 70px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}
.home_head::after {
  position: absolute;
  background-image: url("../images/Rectangle-1.png");
  content: "";
  z-index: -1;
  top: 77%;
  left: 0;
  width: 77%;
  height: 20px;
}

.home_seccc {
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 56px;
}

.dark {
  color: var(--Neutral-Color, #FFF);
  background: var(--Primary-Color, #12182B);
  --bs-btn-hover-bg: #69FAB4;
  --bs-btn-hover-color: #12182B;
  --bs-btn-border-color: none;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 20px 32px;
}

.icon {
  color: #69FAB4;
}

.karobar {
  background: var(--Primary-Color, #12182B);
  padding-bottom: 122px;
}

.karobar_title {
  color: var(--Neutral-Color, #FFF);
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  padding: 100px 0 110px 0;
}

.karobar_para {
  color: var(--Text-Color-2, #E6E6E6);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
}

button.slick-prev.slick-arrow {
  position: absolute;
  right: 70px;
  top: -70px;
  border: 1px solid var(--Icon-Color-1, #E6E6E6);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: none;
  border: 1px solid var(--Icon-Color-1, #E6E6E6);
  color: #747474;
}
button.slick-prev.slick-arrow:hover {
  background: #69FAB4;
  border: none;
  color: #12182B;
}

button.slick-next.slick-arrow {
  position: absolute;
  right: 15px;
  top: -70px;
  background: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  border: 1px solid var(--Icon-Color-1, #E6E6E6);
  color: #747474;
}
button.slick-next.slick-arrow:hover {
  background: #69FAB4;
  border: none;
  color: #12182B;
}

.karobar-slider-class img {
  border-radius: 30px;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-track {
  display: flex;
  gap: 20px;
}

.ekjaang_sec {
  padding: 140px 0;
}

.ekjaang_head_title {
  color: var(--Primary-Color, #12182B);
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}
.ekjaang_head_title::after {
  position: absolute;
  background-image: url("../images/Rectangle-1.png");
  content: "";
  z-index: -1;
  top: 24%;
  right: 10px;
  width: 38%;
  height: 19px;
}

.ekjaang_paragraph {
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  padding: 24px 0 32px 0;
}

.teamOne {
  top: -10%;
  left: -15%;
}

.teamTwo {
  bottom: -15%;
  right: -15%;
}

.nav {
  gap: 52px;
}

.nav-tabs {
  color: var(--Primary-Color, #12182B);
  border-bottom: none;
  padding-bottom: 32px;
}
.nav-tabs .nav-item.show .nav-link {
  background-color: var(--Primary-Color, #12182B);
  border-color: var(--bs-nav-tabs-link-active-border-color);
  border-radius: 11px;
  color: var(--Neutral-Color, #FFF) !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}
.nav-tabs .nav-link.active {
  background-color: var(--Primary-Color, #12182B);
  border-color: var(--bs-nav-tabs-link-active-border-color);
  border-radius: 11px;
  color: var(--Neutral-Color, #FFF) !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}
.nav-tabs .nav-item .nav-link {
  color: var(--Primary-Color, #12182B);
}
.nav-tabs .nav-link {
  margin-bottom: none;
  border: none;
  border-top-left-radius: none;
  border-top-right-radius: none;
}

.tab-pane {
  background: var(--Other-Color-7, #E7ECFF);
  border-radius: 11px;
  padding: 10px;
}

.seva_sec {
  background-color: #12182B;
  padding: 114px 0 122px 0;
}

.seva_title {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
.seva_title::after {
  position: absolute;
  background-image: url("../images/serve-design.png");
  background-repeat: no-repeat;
  content: "";
  z-index: 3;
  top: -12%;
  width: 100px;
  height: 60px;
}

.seva_paragraph {
  color: #A6A6A6;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 49px;
}

.card-img-top {
  width: 50px;
  height: 50px;
  margin-top: 73px;
  margin-bottom: 30px;
}

.first {
  display: block;
}

.second {
  display: none;
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent !important;
  background: linear-gradient(154deg, rgba(121, 117, 131, 0.2) 5.35%, rgba(54, 53, 103, 0.2) 83.85%), rgba(49, 48, 54, 0.2);
  transition: 0.3s ease-in-out;
  border-radius: 30px;
  min-height: 363px;
}
.card:hover {
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.card:hover .first {
  display: none;
}
.card:hover .second {
  display: block;
}

.card-body {
  padding: 0;
}

.card-title {
  color: var(--Neutral-Color, #FFF);
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}

.card-text {
  color: #B9B9B9;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 73px;
}

.expo_sec {
  margin-top: 140px;
}

.expo_headline {
  color: var(--Primary-Color, #12182B);
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 56px;
  position: relative;
}
.expo_headline::after {
  position: absolute;
  background-image: url("../images/expert-design.png");
  background-repeat: no-repeat;
  content: "";
  z-index: 3;
  right: 700px;
  top: 32%;
  width: 100px;
  height: 60px;
}

.expo_slider_class img {
  border-radius: 80px 0px;
}
.expo_slider_class .img-middle {
  border-radius: 0px 80px;
}

.adarsh_nav {
  color: var(--Primary-Color, #12182B);
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  padding: 24px 0 12px 0;
  text-align: center;
}

.adarsh_designtn {
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

.expert-swiper .swiper-slide {
  flex-direction: column;
}

.testo_sec {
  margin-top: 140px;
}

.testo_line {
  color: var(--Primary-Color, #12182B);
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}
.testo_line::after {
  position: absolute;
  background-image: url("../images/Rectangle-1.png");
  content: "";
  z-index: -1;
  top: 54%;
  right: 435px;
  width: 22%;
  height: 20px;
}

.testo_line_text {
  color: var(--Text-Color-1, #5E5E5E);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding: 17px 0 40px 0;
}

.testo_one {
  top: 7%;
  right: 12%;
  transition: 0.3s;
  cursor: pointer;
}
.testo_one:hover {
  top: 12%;
  right: 17%;
}

.comment_text {
  color: var(--Primary-Color, #12182B);
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  padding: 24px 0 56px 0;
}

.grahak_nav {
  color: var(--Primary-Color, #12182B);
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  padding: 56px 0 12px 0;
}

.grahak_position {
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mail_sec {
  margin-top: 140px;
}

.mail_place {
  border-radius: 77px;
  background-color: #12182B;
  padding: 130px 0;
}

.mail_frontline {
  color: var(--Neutral-Color, #FFF);
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 30px;
}

.mail_texto {
  color: var(--Text-Color-2, #E6E6E6);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 48px;
}

.get-started:hover {
  color: #12182B;
}

.mail_area {
  background-color: white;
  border-radius: 14px;
  padding: 5px;
  display: flex;
  align-items: center;
  max-width: 460px;
  margin: auto;
}
.mail_area input {
  background-color: transparent;
  width: 100%;
  padding: 0 10px;
  border: 0;
}
.mail_area button {
  white-space: nowrap;
}

.foot_sec {
  padding: 140px 0 80px 0;
}

.foot_logo_testtt {
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 24px;
}

.tito_company {
  color: var(--Primary-Color, #12182B);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.foot_meno {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 15px;
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.foot_meno-2 .form-control {
  --bs-border-radius: 10px;
  border: 1px solid var(--Text-Color-3, #B9B9B9);
  background: var(--Other-Color-6, #F1F4FC);
  color: var(--Text-Color-1, #5E5E5E);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 10px 30px 10px 23px;
  margin: 12px 0;
  max-width: 284px;
}

.form-control:focus {
  box-shadow: none;
}

.secreat_sec {
  background-color: #12182B;
}

.secreat_priywo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.secreat_tito {
  color: var(--Neutral-Color, #FFF);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 22px 0;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 24px;
}

.pic_one {
  top: 20%;
  right: 5%;
}

.pic_two {
  top: 40%;
  left: -5%;
}

.pic_three {
  bottom: 0;
  right: 12%;
}

.pic_four {
  top: 26%;
  left: 28%;
}

.pic_five {
  top: 20%;
}

img.animatedImg {
  animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.loader-spinner {
  animation: spinLoader 4000ms ease-in-out infinite;
}
/*# sourceMappingURL=style.css.map */
