* {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;

}

body {
  background-color: #e6e6e615;
  font-family: "DM Sans", sans-serif;
}

.header-top {
  background-color: #000;
  padding: 5px;
  color: #fff;
  position: sticky;
  transition: 0.3s;
}

.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  /* Change if your navbar has a different color */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Optional shadow effect */
  transition: all 0.3s ease-in-out;
  width: 100%;
}

h1 {
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 3px;
}

h2 {
  color: #000;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.dropdown-menu li a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}

.dropdown-menu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffc107;
  z-index: -1;
  transition: width 0.3s ease-in-out;
}

.dropdown-item {
  border-bottom: 1px solid #0000008e;
}

.dropdown-menu li a:hover::before {
  width: 100%;
}


.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ffc107;
}

.dropdown-menu {
  border: none;
  border-radius: 0px;
}

.navbar-nav .nav-link {
  position: relative;
  padding: 12px 20px;
  color: #000;
  z-index: 1;
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: -28%;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #ffc107d5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
  z-index: -1;
  transition: height 0.3s ease;
}

/* Hover effect */
.navbar-nav .nav-link:hover::before {
  height: 90px;
}

/* 💡 THIS is the key part */
.navbar-nav .nav-link.active::before {
  content: "";
  position: absolute;
  top: -28%;
  left: 0;
  height: 90px;
  width: 100%;
  background-color: #ffc107d5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
  z-index: -1;
  transition: none;
  /* Prevent flicker on load */
}


.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.carousel-item>.bannerImg {
  width: 100%;
  transform: scale(1);
  opacity: 0.5;
  transition: transform 10s ease, opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
  object-fit: cover;
  /* optional */
}

.carousel-item.active>.bannerImg {
  transform: scale(1.1);
  opacity: 1;
}

.carousel-item.active .carousel-caption {
  animation: fadeEffect 2s ease-in-out;
}

@keyframes fadeEffect {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-item {
  transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-item {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
  position: relative;
}

.blog {
  background-image: url(../img/1c9.png);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;

}

.blog__item-2-image-inner img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog__item-2:hover .blog__btn-2 a {
  background-color: #000;
  color: #fff;
}

.w-img img {
  width: 100%;
}

.fa-user {
  font-size: 15px;

  margin-right: 8px;
}

.blog__sm-title a {
  font-size: 20px;
  line-height: 1.4;
  transition: 0.3s;
  color: #000;
}

.servicebox {
  margin-top: 20px;
  transition: all .3s;
}

.servicebox:hover {
  position: relative;
  transform: translateY(-10px);
}

.blog__author {
  display: flex;
  align-items: center;
  margin-right: 30px;
  color: #777777;
}

.card-box {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #0000009a;
}

.card-box:hover .overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.service {
  /* background-image: url(../img/services-bg.jpg); */
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: left;
  height: auto;
  width: 100%;
  background-size: cover;
  padding: 60px;

}

.servicebox {
  background-color: #fff;
  text-align: center;
  padding: 40px 10px;
  border-radius: 5px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.blog__item-2-content {
  background: #fff;
  padding: 25px 40px;
}

.blog__item-2-df {
  border: 1px solid var(--tp-border-2);
  border-radius: 6px;
}

.blog__item-2-image {
  position: relative;
}

.blog__item-2-date a {
  font-size: 40px;
  font-weight: bold;
  color: var(--tp-common-white);
  width: 80px;
  height: 80px;
  line-height: 60px;
  background: #de2021;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  top: -30px;
  right: 20px;
}

.blog__item-2-date a span {
  font-size: 14px;
  color: #ffcdb6;
  margin-bottom: 0;
  position: relative;
  top: -38px;
  display: inline-block;
}

.blog__item-2-date-df span {
  bottom: -30px;

}

.blog__catagory span {
  font-size: 14px;
  color: #343a40;
  font-weight: 600;
}

.blog__item-2 {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  margin-top: 20px;
}

.blog__btn-2 a {
  border-top: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background: #fff;
  font-size: 16px;
  color: var(--tp-heading-primary);
  font-weight: 600;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: 0.3s;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.blog__meta {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.servicebox img {
  margin-bottom: 13px;
}

.srvic {
  color: #de2021;
  font-weight: 600;
  font-size: 14px;
}

.footer {
  /* background-image: url(../img/footer.webp); */
  background-repeat: no-repeat;
  background-color: #1a191d;
  background-size: cover;
  height: auto;
  width: 100%;
  padding: 120px 0px 60px;
  color: #ffffffdc;
}

.imhg {
  width: 20px;
  height: 20px;
}

.footer h3 {
  font-size: 24px;
}

.custo ul li {
  list-style: none;
  color: #000;
  padding-left: 25px;
  /* spacing for icon */
  padding-bottom: 10px;
  position: relative;
  /* added */
}

.custo ul {
  padding-left: 0px;
}

.custo ul li::before {
  content: '';
  background-image: url(../img/setting.png);
  background-size: contain;
  /* optional but recommended */
  background-repeat: no-repeat;
  position: absolute;
  height: 16px;
  width: 16px;
  left: 0;
  top: 4px;
  /* optional adjustment */
}

.custo {
  position: relative;
  margin-top: 15px;
}

.footeil ul li::before {
  content: '';
  background-image: url(../img/arrow.png);
  position: absolute;
  height: 15px;
  width: 15px;
  left: 0px;
  margin-bottom: 10px;
}

.footeil ul li {
  list-style: none;
  color: #fff;
  padding-bottom: 5px;
}

.footeil {
  position: relative;
}

.rishra {
  color: #fff;
}

.brand__wrapper {
  background: #fff;
  border-radius: 6px;
  box-shadow: 3px 16px 23px 15px rgba(0, 0, 0, 0.04);
  margin-bottom: -40px;
  z-index: 999;
  position: relative;
}

.brand__image-item-br {
  border-right: 1px solid #e5e5e5;
}

.brand__image-item {
  padding: 40px 20px;
  text-align: center;
  position: relative;
}

.brand__image-item:hover {
  filter: grayscale(100%);
}

.social {
  margin: 20px 0px;
}

.copy {
  text-align: center;
}

.social img {
  margin-right: 5px;
}

.servicebox h5 {
  font-size: 18px;
}

.fa-arrow-right {
  margin-left: 5px;
  margin-top: 2px;
}

.carousel-caption h5 {
  font-size: 28px;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 5px;
}

.bvc {
  align-items: center;
}

.navbars {
  background-color: #fff;
}

.navbar {
  --bs-navbar-padding-y: 5px;
}

.nav-link {
  color: #000;
  margin-right: 20px;
}


.square-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}

.carousel-control-prev.square-arrow {
  left: 20px;
}

.carousel-control-next.square-arrow {
  right: 20px;
}

.square-arrow:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.carousel-caption {
  bottom: 25%;
}

.box {
  background-image: url(../img/service-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 20px;
  text-align: center;
}

.box1 {
  background-image: url(../img/service-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

.box2 {
  background-image: url(../img/service-3-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

.second {
  margin-top: -30px;
  position: relative;
  z-index: 999;
}

.mb {
  margin-bottom: 50px;
}

.welcome {
  font-size: 22px;
  color: #ffc107;
  font-weight: 600;
  letter-spacing: 2px;
}

.abt-text {
  background-image: url(../img/1c9.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}

.customer {
  width: 150px;
  padding: 30px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 6px;
  position: absolute;
  text-align: center;
  border-radius: 5px;
  z-index: 2;
  bottom: 10%;
  left: -17%;
}

.abt-img {
  position: relative;
  z-index: 1;
}

.abt-img img {
  border-radius: 5px;
}

.three {
  font-weight: 700;
}

.marquee {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 10px;
  overflow: hidden;
}

.marquee.initialized .marquee__group {
  animation: scroll 30s linear infinite;
}

.marquee .marquee__group {
  pointer-events: none;
  user-select: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-shrink: 0;
}


.marquee__group img {
  width: 320px;
  text-align: center;
  margin-top: 30px;
}


.marquee--reversed.initialized .marquee__group {
  animation-direction: reverse;
}

@media only screen and (max-width: 800px) {
  .marquee.initialized .marquee__group {
    animation: scroll 5s linear infinite;
  }

  .organization img {
    width: 90px;
  }
}

.marquee .marquee__group {
  pointer-events: none;
  user-select: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-shrink: 0;
}

/* Marquee Reversed */
.marquee--reversed.initialized .marquee__group {
  animation-direction: reverse;
}

/* Marquee Pause Hover */
.marquee--pause-hover.initialized:hover .marquee__group {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 10px));
  }
}

.img-wrapper {
  display: inline-block;
  width: 300px;
  /* Adjust as per your image size */
}

.img-caption {
  background-color: black;
  color: white;
  padding: 5px 0;
  font-size: 18px;
}

.turn {
  position: relative;
}

.turn-img {
  position: absolute;
  bottom: -7%;
  right: 7%;
}

.turn-img img {
  max-width: 100%;
  width: 200px;
  height: 200px;
  border-radius: 5px;
  border: 2px solid #fff;
}

.contac-bg {
  background-image: url(../img/contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px;
  color: #fff;
  height: 300px;
  display: flex;
  align-items: center;
}

#contct {
  font-size: 44px;
}

.contact-info-item .icon-box {
  position: relative;
  background-color: #1b1464;
  border-radius: 10px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: all 0.5s ease-in-out;
}

.contact-info-item .icon-box::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffc107;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.contact-info-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.contact-info-item:hover .icon-box::before {
  transform: scale(1);
}

.contact-info-item:hover .icon-box {
  background-color: transparent;
}

.contact-info-item .icon-box img {
  position: relative;
  max-width: 30px;
  z-index: 1;
}

.contact-info-box {
  margin-top: 30px;
}

.contact-us-form {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0px 4px 30px 0px #0000000A;
  border-radius: 40px;
  padding: 40px;
  margin-left: 50px;
}

.contact-form .form-control {
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
  color: #81848a;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  padding: 17px 15px;
}

.contact-form .form-control::placeholder {
  color: var(--text-color);
}

.end {
  margin-bottom: 20px;
  text-align: center;
}

buttons {
  background: #ffc107;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 120px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-21deg);
  color: #000;
}

.contact-form buttons span {
  display: inline-block;
  transform: skew(21deg);
}

buttons::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

buttons:hover {
  color: #fff;
}

buttons:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}


.btn-warning {
  background: #ffc107;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 170px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-21deg);
  color: #000;
}

.btn-warning span {
  display: inline-block;
  transform: skew(21deg);
}

.btn-warning::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.btn-warning:hover {
  color: #fff;
}

.btn-warning:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}



.page-contact-us {
  padding: 100px 0;
  background: url(../img/about-us-bg.svg) no-repeat;
  background-position: bottom left;
  background-size: auto;
}

.mission {
  background-image: url(../img/mission.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  padding: 60px 0px 0px 0px;
}

#appr {
  color: #fff;
  text-align: left;
}

.nvads {
  font-size: 24px;
}

.principle {
  margin-top: -120px;
  position: relative;
}

.tab-but {
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 30px 0px #0000000A;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: #ffc107;
  width: 100%;
}

.nav-pills {
  text-align: center;
}

.wih {
  width: 50%;
  text-align: -webkit-center;
}

.tab-content {
  padding: 40px;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.detail-img h2 {
  text-align: left;
  font-size: 30px;
}

.detail-img h3 {
  font-size: 26px;
}

.ijh {
  margin: 20px 0px;
}

.mission-vision-image {
  display: block;
  border-radius: 40px;
  overflow: hidden;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.mission-vision-image img {
  width: 100%;
  aspect-ratio: 1 / 0.63;
  object-fit: cover;
  border-radius: 20px;
}

.detail-img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .carousel-caption {
    bottom: 20%;
}
.servicebox h5 {
    font-size: 17px;
}
.nvads img{
  width: 42px;
  height: 42px;
}
}

@media screen and (max-width: 767px) {
  .header-top {
    display: none;
  }

  .navbar-brand img {
    width: 200px;
  }

  .navbar-toggler {
    border: none;
  }

  .page-contact-us {
    padding: 0px 0;
  }

  h2 {
    font-size: 26px;
  }

  .welcome {
    font-size: 18px;
  }

  h3 {
    font-size: 22px;
  }

  .contact-info-item .icon-box {
    border-radius: 3px;
    height: 45px;
    width: 45px;
    margin-right: 15px;
  }

  .contact-info-item .icon-box img {
    max-width: 22px;
  }

  p {
    font-size: 14px;
  }

  .contact-us-form {
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .contact-info-item {
    flex-wrap: nowrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .footer {
    padding: 50px 0px 50px;
  }

  #contct {
    font-size: 30px;
  }

  .detail-img {
    width: 100%;
  }

  .detail-img h2 {
    font-size: 25px;
  }

  .detail-img h3 {
    font-size: 22px;
  }

  .ijh img {
    width: 100%;
  }

  .abt-text {
    padding-top: 0px;
  }

  .customer {
    bottom: -16%;
    left: 29%;
    margin-bottom: 30px;
  }

  .qua {
    display: none;
  }

  .nvads {
    font-size: 15px;
  }

  .wih {
    width: 33%;
    text-align: -webkit-center;
  }

  .tab-content {
    padding: 20px;
  }

  .mission {
    padding: 30px 0px 0px 0px;
  }

  .image-anime {
    margin-top: 20px;
  }

  .turn {
    position: relative;
    margin: 20px 0px;
  }

  .service {
    padding: 40px 0px 60px 0px;
  }

  .brand__image-item-br {
    border-right: none;
    border-bottom: 1px solid #0000004b;
  }

  .pr {
    margin-top: 70px;
  }

  .abt-img {
    margin-top: 20px;
  }

  #appr {
    font-size: 24px;
  }

  .footrd {
    border-bottom: 1px solid #ffffff54;
    margin-bottom: 20px;
  }

  .navbar-nav .nav-link.active::before {
    height: 40px;
    top: 0%;
    clip-path: none;
  }

  .navbar-nav .nav-link::before {
    height: 0px;
    top: 10px;
    clip-path: none;
  }

  .navbar-nav .nav-link:hover::before {
    height: 47px;
  }

  h1 {
    line-height: 45px;
  }

  .bhb {
    margin-top: 30px;
  }
  .carousel-caption h5 {
    font-size: 20px;
}
.carousel-caption h1 {
    font-size: 28px;
    line-height: 32px;
}
.square-arrow {
   width: 30px;
    height: 30px;
  }
  .carousel-control-prev.square-arrow {
    left: 15px;
}
.carousel-control-next.square-arrow {
    right: 15px;
}
}