@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.navbar-expand-lg {
  position: sticky;
  top: 0;
  z-index: 99999;
  background: aliceblue;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.navbar .nav-link {
  color: #111;
  font-size: 1.2rem;
  position: relative;
  margin: 0 15px;
  transition: color 0.3s ease;
  font-family: "Inter", sans-serif;
  background-color: #ffffff85;
  border-radius: 6px;
}

.anime .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0508af;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
}

.anime .nav-link:hover::before {
  transform: scaleX(1);
}

.navbar .nav-link:hover {
  color: #bd0c39;
}

.navbar-brand img {
  height: 80px;
}



@media (max-width: 991px) {
  .navbar .nav-link {
    margin: 10px 0;
  }

  .navbar-collapse {
    background-color: #0d48a160;
  }
}


/* About Section start*/

.about-modern {

  background-image: url(../images/aboutbg.png), linear-gradient(to right, #f0f7fc, #d7edfc);
}


.about-modern .badges {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  font-family: "Inter", sans-serif;
}

.about-modern h2 {
  color: #0d47a1;
  font-size: 2rem;
}

.about-modern p {
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
}

/* About Section start*/

/* services section start */

/* .services-section {
    background-image: url(../images/bg.jpg);
} */

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.service-card .service-img {
  height: 140px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.service-title {
  color: #b8860b;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  font-family: "Inter", sans-serif;
  text-align: justify;
}

/* services section end */

/* Products css start */

.product-list {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  text-align: center;
  padding: 30px;
  border-radius: 6px;
}

.swiper {
  width: 100%;
  padding: 50px 0;
}

.swiper-slide {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
}

.swiper-slide:hover {
  transform: translateY(-5px);
}

.card-image {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.card-content {
  padding: 15px;
  background-color: #cccccca6;
}

.card-contents p {
  padding: 10px;
  text-align: justify;
  font-family: "Inter", sans-serif;
}

.card-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.card-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s;
}

.card-button:hover {
  background-color: #0056b3;
}

.mySwiper {
  padding: 40px 0 !important;
}

/* Products css end */

/* vender start */

.vender {
  padding: 60px 0;
}

.vender-content span {
  font-size: 14px;
  font-weight: bold;
  color: #007bff;
}

.vender-content h2 {
  font-size: 35px;
  margin-top: 15px;
}

.vender-content p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  text-align: justify;
}

.vender-img img {
  height: 350px;
  width: 100%;
}

/* vender end */

/* Counter start */

.counters {
  padding: 60px 0;
  background-image: url(../images/cta-1-bg-1-1.jpg);
}

.counter-box {
  background: #032f7ec9;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.counter {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

.counter-box p {
  color: aquamarine;
  font-family: "Inter", sans-serif;
}

/* Counter end */

/* testimonial start */

.testimonials-wrap {
  padding: 40px 0;
}

.heading-section {
  text-align: center;
}

.sub-heading {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 15px;
}

.testimonial-box {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .03);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  width: 75%;
  column-gap: 30px;
  margin: auto;
}

.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}

.carousel-testimonial .item {
  padding: 30px 10px;
}

.quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}

.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}

.position {
  color: #adadad;
  font-size: 14px;
}

.carousel-testimonial .owl-nav {
  text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

/* testimonial end */

/* parents start */
@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 100px;
  width: 210px;
  border: 1px solid #ccc;
  margin-left: 10px;
  object-fit: contain;
}

/* footer start */

.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
  padding-bottom: 8px !important;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}



.footer-text p {
  margin-bottom: 14px;
  font-size: 15px;
  color: #c5c5c5;
  line-height: 21px;
  font-family: "Inter", sans-serif;
}

.footer-contact li {
  float: none !important;
  color: #fff;
  display: flex !important;
  column-gap: 15px;
}

.social_icon li a svg {
  font-size: 19px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  align-items: center;
}

.footer-widget ul li a:hover {
  color: #ff5e14;
}

.footer-widget ul li a {
  color: #cbcbcb;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #ff5e14;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  padding-left: 32px;
}

.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #14ffa7;
}

.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #ffd700;
}

.footer-social-icon .social_icon {
  text-align: left;
}

.footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
}

.footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}

.footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}

.social_icon li {
  display: inline-block;
  margin: 0 5px;
}

.social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}

.social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}

.social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}

.social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}

.social_icon li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  color: #fff;
}

.social_icon li:nth-child(4) a {
  background: #ff0000;
  color: #fff;
}

.social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}

.social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}

.social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}

.social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #ff0000;
}


/* footer end */


/* sub bannerstart */

.about-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px 10%;
  background: url(../images/sub-banner.jpg);
}

.about-content ul {
  display: flex;
  column-gap: 15px;
}

.about-content ul li {
  color: #fff;
}

.about-content {
  flex: 1 1 400px;
  max-width: 600px;
}

.about-content h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.underline {
  width: 60px;
  height: 3px;
  background-color: #ff5f33;
  margin: 10px 0 20px;
}

.about-content p {
  font-size: 16px;
  color: #ccc;
  text-align: justify;
}


.about-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  /* .about-section {
    flex-direction: column;
    text-align: center;
  } */

  .about-content {
    margin-bottom: 30px;
  }

  .about-content h1 {
    font-size: 2.5rem;
  }
}

/* Sub banner end */

/* About page start */

.mission-vission {
  background-color: #E2E2E2;
  padding: 60px 0;
}

.card {
  display: inline-block;
  text-align: center;
  background-color: #FFFFFF;
  padding: 30px 20px 40px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
  color: #2D3E50;
  min-height: 100%;
}

.card svg {
  width: 100px;
  background-color: #E2E2E2;
  padding: 22px 0;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px rgba(45, 62, 80, 0.3);
  text-shadow: 0 1px 3px rgba(45, 62, 80, 0.3);
  margin-bottom: 20px;
  font-size: 50px;
}

.card .title {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.card p {
  /* font-weight: 300; */
  font-family: "Inter", sans-serif;
  text-align: justify;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 10px rgba(45, 62, 80, 0.3);
}

.card:hover svg {
  box-shadow: inset 0 3px 10px rgba(45, 62, 80, 0.3);
  text-shadow: 0 3px 2px rgba(45, 62, 80, 0.3);
}

/* About page end */

/* why choose us start */

.feat .row {
  row-gap: 20px;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #f91942;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}

.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: #f91942;
}

.service-item {
  background: #fff;
  text-align: center;
  padding: 25px 20px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: all 0.5s ease 0s;
  min-height: 100%;
}

.service-item:hover {
  background: #f91942;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.service-item:hover .service-item,
.service-item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.service-item:hover h6,
.service-item:hover p {
  color: #fff;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}

.service-item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f91942;
  width: 90px !important;
  height: 90px !important;
  line-height: 96px;
  border-radius: 50px;
}

.service-item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.2);
  color: #f91942;
}

.service-item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #f91942;
}

.service-item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #f91942;
}

.service-item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #f91942;
}

.service-item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #f91942;
}

.service-item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #f91942;
}

.service-item p {
  font-size: 15px;
  line-height: 26px;
}

.service-item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f91942;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f91942;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}


/* why choose us end */

/* product page start */

.products {
  padding: 60px 0;
}

.products .row {
  row-gap: 30px;
}

/* product page end */

/* Career page start */

#jobs {
  background: #f8f8fa;
  padding: 50px 0;
}

.company-details {
  box-shadow: 0 2px 70px 0 rgba(110, 130, 208, 0.18);
  border-radius: 5px;
  margin-bottom: 20px;
}

.job-update {
  background: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.job-update h4 strong {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
}

.job-update .fa {
  margin-top: 5px;
  margin-right: 10px;
  color: #77d1b1;
}

.price {
  color: #018f62;
}

.location {
  color: #fe9108;
}

.bookmark {
  color: #000 !important;
  float: right;
  display: inline-flex;
  font-size: 20px;
  cursor: pointer;
}

.bookmark p {
  margin-left: 5px;
  font-size: 20px;
  cursor: pointer;
}

.job-update small {
  background: #efefef;
  padding: 1px 5px;
  margin: 0 5px;
}

.job-update small:hover {
  cursor: pointer;
  background: #23c0e9;
  z-index: 2;
  transition: all 200ms ease-in;
  transform: scale(1.1);
  color: white;
}

.job-update p {
  margin-bottom: 0 !important;
}

.job-update a {
  text-decoration: none !important;
  color: #b6bed2;
  float: right;
}

.job-update a:hover {
  text-decoration: none !important;
  color: rgb(0, 95, 238);
  float: right;
}

.apply-btn {
  height: 40px;
  background-image: linear-gradient(to right, #021624, #111136);
  padding: 5px;
  border-bottom-left-radius: 5px;
}

.apply-btn .btn-primary {
  padding: 0 30px;
  float: right;
  box-shadow: none !important;
  background: transparent;
  border: 1px solid #fff;
  height: 30px;
  line-height: 30px;
  background: #f36969;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

.pagelink li {
  height: 25px;
  list-style: none;
  width: 25px;
  display: inline-block;
  cursor: pointer;
}

.pagelink li:hover,
.activa {
  color: #fff;
  background-image: linear-gradient(to right, #6db9ef, #7ce08a);
}

.left-arrow {
  color: #999;
}

.right-arrow {
  color: #29b929;
}


/* Career page end */

/* Job Apply page start*/

.jobs-apply {
  padding: 60px 0;
  background-image: url(../images/pattern-20.png);
}

.apply-box {
  background: #ffffff;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.form_container .row {
  row-gap: 20px;
}

.apply-box .form_control {
  display: flex;
  flex-direction: column;
}

.apply-box .textarea_control {
  grid-column: 1 / span 2;
}

.apply-box .textarea_control textarea {
  width: 100%;
}

.apply-box label {
  font-size: 15px;
  margin-bottom: 5px;
}

.apply-box input,
select,
textarea {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
}

.apply-box input:focus,
textarea:focus,
select:focus {
  outline-color: red;
}

.apply-box .button_container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.apply-box .button_container button {
  background: orangered;
  border: transparent solid 2px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s ease-in;
  cursor: pointer;
}

@media screen and (max-width: 550px) {
  .apply-box .textarea_control {
    grid-column: 1 / span 1;
  }
}

/* Job Apply page end*/


/* career details start */

.career-details {
  padding: 60px 0;
  background-image: url(../images/pattern-20.png);
}

.career-list {
  padding: 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: #fff;
}

.career-list ul li svg {
  color: #007bff;
  font-size: 10px !important;
}

.info p {
  margin-bottom: 0;
}

.career-list h2,
.career-list h5 {
  color: #0056b3;
}

.mail-send {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-top: 20px;
}

.email {
  color: #007bff;
}

/* career details end */



/* gallery page start */

.gallery_container {
  padding: 60px 0;
  margin: 0 auto;
}

.mfp-wrap {
  z-index: 999999 !important;
}

img.mfp-img {
  height: 663px !important;
}

@media (min-width: 1200px) and (max-width: 2560px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

@media (min-width: 700px) and (max-width: 1199px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (min-width: 300px) and (max-width: 699px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}

.gallery_item {
  margin-bottom: 5px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 6px;
}

.popup-gallery a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
}

.gallery_item h5 {
  background: #ccc;
  padding: 15px 0;
}

.popup-gallery a:hover {
  transform: scale(1.05);
  border-color: #fff;
}

.popup-gallery img {
  display: block;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
}

@media only screen and (max-width: 1000px) {
  .popup-gallery img {
    min-height: 150px;
    max-height: 150px;
  }
}

.singicon_btn_nlf {
  position: absolute;
  top: 44%;
  bottom: 56%;
  left: 44%;
  right: 56%;
  opacity: 0;
}

.singicon_btn_nlf svg {
  color: #0f0546;
}

.popup-gallery a:hover .singicon_btn_nlf {
  opacity: 1;
}

.hover_affect_nlf:hover img {
  opacity: 0.5;
}


.gallery-lists img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.celebration {
  text-align: center;
  padding: 15px 0;
  background: darkslategrey;
  color: #fff;
  border-radius: 0 0 20px 20px;
}



/* gallery page end */

/* Client page start */

.clients {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.clients-border>li {
  position: relative;
}

.clients li {
  height: 200px;
  margin: 0 41px;
  width: 200px;
  display: inline-block;
}

.clients>li img {
  filter: gray;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clients li img {
  max-width: 70%;
  height: 135px;
  -webkit-transition: all .35s ease-in-out;
  -o-transition: .35s all ease-in-out;
  transition: all .35s ease-in-out;
}

.clients-border>li:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #c7c6c6;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  top: 0;
}

.clients-section {
  padding: 60px 0;
}

/* Client page end */

/* Contact us start */
.custom-input {
  border-radius: 9999px;
  padding-left: 1rem;
  height: 48px;
  font-size: 1rem;
  border: 1px solid #dee2e6;
}

.custom-input::placeholder {
  color: #adb5bd;
}

textarea.custom-input {
  border-radius: 20px;
  height: auto;
  resize: none;
}

.map {
  padding: 60px 0;
}

.contact-details {
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

/* contact us end */

/* team page start */

.key-person-details{
  text-align: center;
}

.key-person-designation h4{
  color: #018f62;
}

.key-person-designation {
  background: aliceblue;
  width: 40%;
  margin: auto;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 85px 0;
}

.key-person-details img{
  border-radius: 85px 0;
}


/* team page end */


/* All pages Responsive start */

@media only screen and (max-width:1399px) {
  .navbar .nav-link {
    font-size: 15px;
    margin: 0 5px;
  }
}

@media only screen and (max-width:1199px) {
  .clients li {
    height: 160px;
    margin: 0 30px;
    width: 160px;
  }

  .navbar .nav-link {
    font-size: 15px;
    margin: 0 5px;
  }

  .navbar-brand img {
    height: 65px;
  }

  .section-head h4 {
    font-size: 28px;
  }

  .vender-content h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width:991px) {
  .about-section {
    background-size: cover;
  }
}

@media only screen and (max-width:767px) {
  .carousel-item {
    height: 48vh;
  }

  .counters .row {
    row-gap: 25px;
  }

  .testimonial-box {
    width: 100%;
  }

  .card {
    margin: 0;
  }

  .mission-vission {
    padding: 30px 0;
  }

  .mission-vission .row {
    row-gap: 25px;
  }

  .service-card .service-img {
    object-fit: cover;
  }
}

@media only screen and (max-width:667px) {
  .carousel-item {
    height: 39vh;
  }

  .section-head h4 {
    font-size: 24px;
  }

  .row {
    row-gap: 20px;
  }

  .vender-img img {
    height: 250px;
    object-fit: contain;
  }

  .about-section {
    padding: 20px 10%;
  }

  .popup-gallery img {
    min-height: 245px;
    object-fit: contain;
  }

  .about-content h1 {
    font-size: 30px;
  }

  .clients {
    text-align: center;
    display: grid;
    justify-content: center;
    gap: 80px;
  }

  .clients li img {
    max-width: 75%;
  }
}

@media only screen and (max-width:568px) {
  .mission-vission {
    text-align: center;
  }

  .job-update h4 strong {
    font-size: 20px;
  }

  .mail-send {
    font-size: 20px;
  }
}

@media only screen and (max-width:414px) {
  .carousel-item {
    height: 25vh;
  }

  img.mfp-img {
    max-height: 435px !important;
  }

  .about-content p {
    font-size: 16px;
  }

  .navbar-brand img {
    height: 50px;
  }
}

@media only screen and (max-width:360px) {
  .carousel-item {
    height: 22vh;
  }

  .card-image {
    height: 185px;
  }

  .popup-gallery img {
    min-height: 185px;
  }

  img.mfp-img {
    max-height: 375px !important;
  }
}




/* All pages Responsive end */