@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
:root {
  --poppins: "Poppins", sans-serif;
  --roboto: "Roboto", sans-serif;
  --white: #fff;
  --black: #1c1920;
  --blue: #253859;
  --grey: #f4f4f4;
  --sky: #bad9f8;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ol,
ul,
li,
span,
label {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.padding_70 {
  padding: 70px 0px;
}
.margin_50 {
  margin: 40px 70px;
}
.bg_blue {
  background: var(--blue);
  color: var(--white);
}
.bg_black {
  background: var(--black);
  color: var(--white);
}
.bg_grey {
  background: var(--grey);
}

.sky_blue {
  color: var(--sky);
}
/* header */
.header_bnner {
  position: relative;
}
a.nav-link {
  color: #f3f3f3;
  font-size: 18px;
  font-family: var(--poppins);
  font-weight: 500;
}
.navbar-nav {
  display: flex;
  gap: 35px;
}
a.nav-link:hover {
  color: var(--white);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--white);
}
/* footer */
.info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: var(--poppins);
  padding: 10px 0px;
}
.ftr_cnt a {
  color: #d9d9d9;
  font-size: 16px;
}
.ftr_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cstm_border {
  border-right: 1px solid #3c3c3c;
}

.ftr_cnt h3 {
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 12px;
  font-family: var(--poppins);
}
.ftr_icons {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ftr_icons.cntct p {
  padding: 0px;
}
.ftr_icons i {
  font-size: 16px;
}
.ftr_social_icons {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  gap: 21px;
}
.ftr_box li {
  padding-bottom: 10px;
}
.ftr_cnt p.ftr_para {
  color: #d9d9d9;
}
p.ftr_para {
  font-size: 16px;
  font-family: var(--poppins);
  line-height: 27px;
  padding: 10px 0px;
  text-transform: capitalize;
}
.copyright {
  padding: 15px;
}
/* footer ends */

/* banner */
.banner_img img {
  width: 100%;
  border-radius: 10px;
}
.info h1 {
  font-size: 70px;
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}
.carousel-item img {
  border-radius: 10px;
}
.carousel-caption {
  right: 30%;
  top: 0%;
  left: 16%;
  text-align: left;
  max-width: 632px;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.carousel-indicators {
  position: absolute;
  bottom: 12%;
  left: 9px;
  right: 0;
  display: flex;
  align-items: center;
  margin-left: 0;
  justify-content: flex-start;
  z-index: 10;
}

.carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  border: none !important;
  border-radius: 50% !important;
  background-color: #ddd; /* Default color */
  cursor: pointer; /* Ensure it's clickable */
}

.carousel-indicators li.active {
  width: 24px !important;
  border-radius: 20px !important;
}

.carousel-indicators [data-bs-target] {
  opacity: 100%;
}
.home_bnr .info p {
  font-size: 18px;
  line-height: 20px;
  font-family: var(--poppins);
  padding: 10px 0px;
}

/* abt */
.info h2.heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 85px;
  font-family: var(--poppins);
}
.black_btn {
  background: var(--black);
  color: var(--white);
  padding: 10px 30px;
  border-radius: 30px;
  width: max-content;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  border: none;
}
/* service */
.service_box.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.info p.ser_para {
  font-weight: 700;
}
.service_box.info h2.heading {
  line-height: 67px;
}
.service_box.info p {
  padding: 20px 0px;
}
.service_box .black_btn {
  margin-bottom: 20px;
}
/* experience */
.experience_box p.ftr_para {
  color: var(--white);
}
.experience_box {
  border-radius: 15px;
}
h4.card-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 37px;
  font-family: var(--poppins);
  color: var(--white);
}
/* who_we_Are */
.btn_Box {
  display: flex;
  align-items: center;
  gap: 26px;
}
.white_btn {
  color: var(--black);
  background: var(--white);
}
/* portfolio */
.portfolio_box {
  padding: 20px;
  border: 1px solid #000;
  border-radius: 10px;
  height: 100%;
}
.portfolio_box.info p {
  font-weight: 700;
  color: var(--blue);
}
.info h3.sub_heading {
  font-size: 28px;
  font-weight: 400;
  color: var(--blue);
  line-height: 40px;
  font-family: var(--poppins);
}
.portfolio_box.info p.ser_para {
  color: var(--blue);
}

/* about_page */
.head_bnr {
  position: absolute;
  top: 0;
  left: 70px;
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  height: 100%;
}
.banner_img {
  position: relative;
}
.journey_box {
  padding: 20px;
  background: var(--white);
}
h2.heading_Color {
  font-size: 58px;
  color: var(--blue);
  font-weight: 800;
}
.journey_box h4.card-title {
  color: #5c5c5c;
  padding: 0px;
}
.journey_box {
  padding: 20px;
  display: flex;
  background: var(--white);
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 10px;
  width: 100%;
  min-height: 335px;
}
.journey_box.info p {
  color: #787878;
}
.journey_box:hover {
  background: var(--blue);
  transition: 0.5s ease;
}
.journey_box:hover h2,
.journey_box:hover h4,
.journey_box:hover p {
  color: white;
}
/* services_Page */
/* .head_bnr.info h1 {
  width: 80%;
} */
.wb_dvp.info h2.heading {
  margin-bottom: 15px;
}

/* BLOG */

.blog_sec .bg_red {
  background: red;
  width: 5px;
  height: 15px;
  border-radius: 50px;
}

.blog_sec .info h2.heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--poppins);
  display: flex;
  align-items: center;
  gap: 10px;
}

.card {
  border-radius: 10px;
}

.card-body {
  padding: 10px;
}

.exp_img {
  border-radius: 10px;
  object-fit: cover;
  height: 410px;
}

h5.card-title {
  font-family: var(--roboto);
  color: #3e3232;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

p.card-text {
  font-family: var(--roboto);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #3e3232;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
  margin: 10px;
  background: #f5f5f5;
  border-radius: 10px;
}

.author_name {
  font-family: var(--roboto);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #3e3232;
}

p.date {
  font-family: var(--roboto);
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #3e3232bf;
}
/* services */
.services_box li.nav-item {
  background: #fff;
  padding: 10px;
}
.services_box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
  color: #000;
  background: #fafbff;
  border: none;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.services_box .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 30px;
  width: max-content;
  border: none;
  color: var(--black);
}
.services_box .nav-tabs {
  position: relative;
  z-index: 2;
  background: white;
  width: 50%;
  top: 8%;
}
.services_box .tab-content {
  background: #fafbff;
  padding: 30px 100px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #eee;
  position: absolute;
  left: 42%;
  top: 0;
  align-items: center;
  width: 57%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  text-align: center;
}
.services_box {
  position: relative;
  height: 400px;
}
.services_box .tab-content p {
  font-size: 18px;
  font-weight: 500;
}
li.nav-item i {
  color: var(--blue);
}
.services_box .nav-item {
  position: relative;
}
.services_box .nav-item::before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #333;
  top: 16px;
  right: 23px;
  filter: invert(0%) brightness(0%);
}
.services_box .nav-tabs .nav-item.show .nav-link::before,
.nav-tabs .nav-item .nav-link.active::before,
.nav-tabs .nav-item .nav-link:hover::before {
  filter: invert(0%) brightness(0%); /* Keep black on active/hover */
}
.card-img-overlay {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: var(--bs-card-inner-border-radius);
}
button.navbar-toggler {
  box-shadow: none !important;
}
.border_cstm {
  border-bottom: 1px solid #3c3c3c;
  border-top: 1px solid #3c3c3c;
}

/* SINGLE BLOG */

.blog_cnt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: var(--roboto);
}

.blog_cnt h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.blog_cnt h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.blog_cnt p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.less_width_img {
  width: 100%;
  max-width: 900px;
  margin: auto;
  border-radius: 15px;
}

.blog_info {
  gap: 40px;
}

.comments_wrapper {
  background: #f5f5f5;
}

.reply_btn {
  background: #3e32320d;
  color: #3e3232bf;
  padding: 5px 20px;
  border: none;
  border-radius: 10px;
  width: max-content;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.comments_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reply_box .author {
  padding: 15px 0;
  margin: 10px 0;
  background: none;
}

p.comment {
  font-size: 14px;
  font-family: var(--roboto);
  font-weight: 400;
}

.single_blog form label {
  font-weight: 600;
  margin-bottom: 10px;
}

.single_blog .black_btn {
  padding: 10px 20px;
  border: none;
  width: max-content;
  font-size: 16px;
}

.comment_form .form-control {
  height: 45px;
  background: #f5f5f5 !important;
}

.comment_form .form-input {
  margin-bottom: 20px;
}

.comment_form textarea {
  min-height: 244px;
  height: 100%;
}

/* CONTACT */

.cont_info_sec {
  font-family: var(--poppins);
}

.cont_info_sec h2 {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--poppins);
}

.cont_info_box {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  position: relative;
}

.cont_info_left {
  background: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.cont_info_left::before {
  position: absolute;
  content: "";
  background: #1a1a1a;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  bottom: -70px;
  right: -70px;
  z-index: -1;
}

.cont_info_left::after {
  position: absolute;
  content: "";
  background: #48484880;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  bottom: 70px;
  right: 70px;
}

.cont_info_left p.dscp {
  color: #c9c9c9;
}

ul.cont_info {
  margin-bottom: 70px;
}

ul.cont_info li {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin: 30px 0px;
}

.cont_info_sec .social_icons a {
  font-size: 16px;
  margin: 5px;
  background: #1b1b1b;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.cont_info_sec .social_icons a:hover {
  background: #fff;
  color: #1b1b1b;
}

.cont_info_sec form {
  padding-top: 50px;
  padding-bottom: 30px;
}

.cont_info_sec form label {
  font-weight: 600;
}

.cont_info_sec input.form-control {
  border: transparent !important;
  background: transparent !important;
  border-bottom: 1px solid black !important;
  border-radius: unset;
  padding-left: 0;
}

.form-check .form-check-input {
  border-radius: 50% !important;
  box-shadow: none !important;
  background-color: #e0e0e0;
}

.cont_info_sec .black_btn {
  position: relative;
  border: none;
  background: #000;
  color: #fff;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 26px;
  padding: 15px 30px;
  border-radius: 10px;
}
/* testimonial */
.owl-carousel .owl-item img {
  max-width: fit-content;
  height: 100%;
}
.testimonial_box {
  background: var(--white);
  color: var(--black);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 35px;
  min-height: 480px;
}
.text_profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rate_Box i {
  color: #3e66df;
}
.profile_cnt h3 {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--poppins);
}
.testimonial_box:hover {
  transition: 0.5s ease;
  transform: scale(1.1);
}
.form-check-input:checked {
  background-color: #000 !important;
  border-color: #000;
}
.forgot_pswrd {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.login_btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.black_btn.login_btn {
  width: -webkit-fill-available;
  justify-content: center;
}
.login_Sec h4.card-title {
  color: #000;
}
.card_combo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.srvice_btn .black_btn {
  padding: 5px 15px;
  font-size: 14px;
}
.whtsapp-img {
  width: 45px;
}
span.sticky-chat-btn {
  position: fixed;
  z-index: 9;
  right: 0px;
  bottom: 5%;
  padding: 8px;
  background: #45be45;
  border-radius: 30px 0 0 30px;
}
a.whtsap_link {
  color: var(--white);
}
