/* fontawesome started... */

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-plus:before {
  content: "\f067";
}

.fa-download:before {
  content: "\f019";
}

.fa-quote-left:before {
  content: "\f10d";
}

/* fontawesome ended... */

#scroll {
  position: fixed;
  z-index: 9;
  border-radius: 85px;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  background-color: #02619e;
  color: #085aa1;
  display: none;
  border: solid 2px #085aa1;
  text-align: center;
  padding: 6px 10px 0px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

:root {
  --swiper-theme-color: #000;
}

body {
  font: normal 16px/1.5 "poppins", Arial, sans-serif;
  color: #7a7788;
  margin: 0;
  padding: 0;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

ul.with-li {
  list-style: disc;
  padding-inline-start: 20px;
}

ul.with-li li {
  list-style: circle;
}

a {
  color: #fff !important;
  transition: 0.3s all ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #fff !important;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.font-18 {
  font-size: 18px;
}

.font-14 {
  font-size: 14px;
}

ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;

  color: #212121;
}

p {
  text-align: justify;
  font-size: 16px;
}

img {
  max-width: 100%;
}

.py-100,
.pt-100 {
  padding-top: 100px !important;
}

.py-100,
.pb-100 {
  padding-bottom: 100px !important;
}

.py-50,
.pt-50 {
  padding-top: 50px !important;
}

.py-50,
.pb-50 {
  padding-bottom: 50px !important;
}

.btn {
  transition: 0.3s all ease-in-out;
}

.btn-primary {
  border: 1px solid #085aa1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 10px 10px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  z-index: 222;
  background: #0c61b3;
  min-width: 130px;
  border-radius: 2px;
}

.btn {
  display: inline-block;
  padding: 10px 10px !important;
  margin-bottom: 0;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #02619e !important;
}

.btn-primary:hover {
  color: #085aa1;

  background-color: #fff;
}

.btn-green {
  border: 1px solid #589906;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 10px 10px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  z-index: 222;
  background: #589906;
  min-width: 165px;
  border-radius: 2px;
}

.btn-green:hover {
  color: #589906;
  background-color: #fff;
}

.btn-primary.invert {
  background-color: #70b914 !important;
  border: 2px solid #70b914;
  /*color: #085aa1;*/
}

.btn-primary.invert:hover {
  background-color: #085aa1 !important;
  color: #fff;
}

a.btn.btn-link {
  border-bottom: 2px solid #ffffff;
  border-radius: 0px;
  color: #085aa1;
  padding-left: 0;
}

.back_fade {
  background-color: #f9f9f9 !important;
}

.back_color-green {
  background-color: #075daf !important;
}

.back_fade_bg {
  background: url(../images/background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.title-section {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
}

.back_fade .title-section .big-text {
  -webkit-text-stroke-color: #ededed;
}

.title-section .big-text {
  font-size: 100px;
  display: none;
  color: transparent;
  -webkit-text-stroke: 1px #f3f3f3;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
  right: 0;
}

.title-section .section-subtitle {
  color: #000000;
  font-weight: 700;
  padding: 3px 10px;
  text-transform: uppercase;
  /* background-color: #085aa1; */
  display: inline-block;
  /* margin-bottom: 10px;*/
}

.title-section .section-title {
  font-size: 37px;
  color: #000000;
  font-weight: bold;
}

.heading-divider {
  display: inline-block;
  position: relative;
  border-bottom: 5px solid #82bf35;
  width: 140px;
  border-radius: 50px;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: var(--color-white);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

h6.section-title {
  font-size: 27px;
  color: #212121;
  font-weight: bold;
}

.lead {
  font-size: 20px;
  margin-bottom: 3rem;
  text-align: center;
}

.order-1 {
  order: 1 !important;
  -md-order: 1 !important;
}

.order-2 {
  order: 2 !important;
  -md-order: 2 !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

/* header started... */


/* head top */
.header_top {
  background-color: #00569b;
  padding: 6px 0;
  font-size: 14px;
}

/* LEFT SIDE */
.left_info {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0;
  margin-left: 40px;
}

.left_info li {
  list-style: none;
  display: flex;
  align-items: center;
}

.left_info li i {
  margin-right: 8px;
  color: #6cb413;
  background: #fff;
  font-size: 16px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
}

.left_info li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

/* RIGHT SIDE */
.social_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-right: 35px;
}

.follow_text {
  color: #fff;
  font-size: 16px;
}

/* SOCIAL ICONS */
.social_icons {
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.social_icons li {
  list-style: none;
}

.social_icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  width: 30px;
  line-height: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

/* Hover Effect */
.social_icons li a:hover {
  transform: scale(1.1);
}

/* COLORS */
.fb {
  background: #1877f2;
}

.ig {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.tw {
  background: #000;
}

.yt {
  background: #ff0000;
}
.in{
  background: #0A66C2;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}



header .header_bottom {
  background: #ffffff;
  padding: 5px 10px;
  transition: 0.3s all ease-in-out;
}

header .header_bottom.sticky {
  position: fixed;
  padding: 5px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
}

header nav.navbar {
  padding: 0;
}

header a.navbar-brand img {
  max-height: 70px;
  margin-top: 2px;
}

header .dropdown-toggle::after {
  border: none;
  color: #444;
  /*content: "\e64b";*/
  font-family: themify;
  font-size: 12px;
  position: absolute;
  right: 4%;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

header .navbar-expand-lg .navbar-nav .nav-link {
  color: #000000 !important;
  font-weight: 600;
  padding: 35px 5px;
  text-transform: capitalize;
  position: relative;
  display: block;
  transition: 0.3s all ease-in-out;
  font-size: 18px;
}

header .header_bottom.sticky .navbar-expand-lg .navbar-nav .nav-link {
  padding: 25px 5px;
}

header .navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu {
  background: #92dd35c2;

  border-radius: 0;

  border: none;

  border-top: 2px solid #589906;
}


.dropdown-menu {
  padding: 15px 0 !important;
}

.dropdown-menu .dropdown-item {
  color: #151b2c;
  display: block;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.hover,
.dropdown-item:hover {
  background-color: #fff;

  color: #085aa1;
}

.newsletter h6 {
  font-size: 2rem;
  font-weight: bold;
}

form.subscribe {
  display: flex;
  align-items: center;
}

form.subscribe input {
  border-radius: 0;
  border-right: 0;
  height: 46px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #000a85;
}

.bottom_footer {
  padding-top: 40px;
  padding-bottom: 5px;
  background-image: linear-gradient(90deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 70%) 100%),
    url(../images/footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background: #7db4e9; */
  color: rgba(255, 255, 255, 0.6);
}

.bottom_footer a:hover {
  text-decoration: none;
}

.bottom_footer ul.header_social {
  gap: 15px;
  display: flex;
  justify-content: start;
  padding: 10px 0;
}

.bottom_footer ul.header_social li a i {
  color: #3a599b;
}

.bottom_footer ul.header_social li a {
  color: #fff;
  margin-left: 5px;
  display: block;
  text-align: center;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  background: #fff;
}

.bottom_footer h6 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}

ul.footer-links {
  position: relative;
}

ul.footer-links li a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  padding: 4px 0;
}

.copyright {
  background-color: #0b64a9;

  color: #fff;

  padding: 10px 0;
}

.copyright .header_social li a {
  background-color: #000a85;
}

/* footer section ended... */

/* index section started... */
section.banner {
  margin-top: 125px !important;
  padding-top: 0px !important;
}



section.banner-video {
  position: relative;

  overflow: hidden;

  height: 100vh;
}

section.banner-video iframe {
  position: relative;

  top: -10%;

  width: 100%;

  height: 120%;
}

section.banner-video::after {
  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;
}

.product_box {
  z-index: 1;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 0px;
  transition: 0.4s all ease-in-out;
  border-radius: 2px;
  margin-bottom: 30px;
  border: 1px solid rgba(48, 120, 251, 0.4);
}

.product_box:hover {
  border-radius: 10px;
}

.product_box .product_img {
  position: relative;
}

.product_box .product_img img {
  height: 333px;
  width: 100%;
  object-fit: cover;
  transition: 0.4s all ease-in-out;
  border: 1px solid #ebebeb;
}

.product_box:hover .product_img img {
  border-radius: 10px;
}

.product_content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.product_content p {
  line-height: 1.7;
}

.product_btn {
  font-size: 17px;
  color: #3078fb;
  transition: 0.5s;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 41px;
  font-weight: 700;
  border-radius: 2px;
  background: #f5f8fb;
  text-align: center;
  border: 1px solid #f5f8fb;
  margin-top: 10px;
}

.product_btn:hover {
  background-color: #085aa1;
  color: #fff;
  border-color: #085aa1;
}

.final-counter {
  padding: 50px 0;
  background: #f8f9fa;
}

/* Title */
.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}

/* Counter Box */
.counter-box {
  background: #fff;
  padding: 15px 15px;
  margin: 10px;
  border-radius: 12px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.counter-box:hover {
  transform: translateY(-5px);
}

/* Icon */
.counter-box img {
  width: 85px;
  margin-bottom: 5px;
  /* background: #1b81d5; */
  padding: 8px;
  border-radius: 9px;
}

/* Number */
.counter-box h4 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin: 10px 0;
}

.counter::after {
  content: "+";
  margin-left: 5px;
}

/* Text */
.counter-box p {
  font-size: 18px;
  font-weight: 600;
  color: #1071bf;
  margin: 0;
  text-align: center;
}

/* Responsive */


.blog-box {
  z-index: 1;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 2px;
  transition: 0.4s all ease-in-out;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* margin-bottom: 30px; */
  border: 3px solid #96d055;
  border-radius: 10px;
  height: 255px;
}


.blog-box .blog-content {
  padding: 0px 10px;
}

.blog-box .blog-content a:hover {
  text-decoration: none !important;
}

.blog-box .blog-content h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.blog-box:hover {
  border-radius: 10px;
  box-shadow: none;
}

.blog-box .blog-img {
  position: relative;
  margin-bottom: 20px;
}

.blog-box .blog-img img {
  height: 170px;
  width: 180px;
  object-fit: cover;
  transition: 0.4s all ease-in-out;
}


.blog-box .blog-img .blog-date {
  display: inline-block;
  background: #000a85;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s all ease-in-out;
}

.blog-box:hover .blog-img .blog-date {
  border-bottom-left-radius: 10px;
}

.blog-box .blog-img .blog-date span {
  display: block;
}

.blog-box .blog-img .blog-date span.day {
  font-weight: 700;
  font-size: 20px;
}

.blog-box .blog-img .blog-date span.month,
.blog-box .blog-img .blog-date span.year {
  font-size: 13px;
}

.blog-box .blog-content h4 a {
  color: #000a85;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 15px;
}

.blog-author {
  color: #ddd;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.blog-author a {
  color: #085aa1;
  font-family: "Oswald", sans-serif;
}

.blog-content p {
  line-height: 1.7;
}

/* Initial hidden state */
.animate-bottom {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s ease-out;
}

/* Jab visible ho */
.animate-bottom.show {
  opacity: 1;
  transform: translateY(0);
}

.slider {
  height: 40rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;

  .slide {
    position: absolute;
    top: 0;
    height: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s;

    @media (min-width: 600px) and (max-width: 767px) {
      width: 300px;
    }

    @media (min-width: 768px) {
      width: 370px;
    }

    &>img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .testimonial {
      /*border: 1px solid grey;*/
      width: 100%;
      margin: 5px;
      height: 340px;
      padding: 30px 30px;
      position: relative;
      background-color: #ffffff;
      border-radius: 6px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 15px;

      &:hover img {
        /* filter: none; */
        transition: filter ease 0.3s;
      }

      .stars {
        color: #ffc107;
        font-size: 25px;
        text-align: center;
        margin-top: -25px;
      }

      .client-name {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin-top: -17px;
      }

      img {
        width: 14rem;
        margin: 0 auto;
        /* filter: grayscale(1); */
        transition: filter ease 0.3s;
      }

      .testimonial__text {
        font-size: 1.4rem;
        text-align: justify;
        margin-bottom: 2.5rem;
        color: #000;
      }
    }
  }
}

.how_works {
  background: url(../images/background1.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.btns {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 25px;
  position: absolute;
  bottom: 0;

  .slider__btn {
    z-index: 10;
    border: 2px solid #73bd15;
    background: #fff;
    font-family: inherit;
    color: #73bd15;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 3rem;
    cursor: pointer;
  }
}

.test-box {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.test-box .test-content {
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
}

.test-img {
  width: 120px;
  aspect-ratio: 1;
  margin-right: 20px;
}

.test-img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.test-content {
  position: relative;
}

.test-content .quote {
  position: absolute;
  top: -0;
  left: 40px;
  opacity: 0.1;
  font-size: 100px;
  color: #000a85;
}

.test-content p {
  line-height: 1.7;
}

.test-author h5 {
  margin-bottom: 0;
}

/* service section */
.service_box {
  /*border: 5px solid #0c61b3;*/
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.service_box .service_img img {
  /*height: 250px;*/
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  border-radius: 10px 10px 0px 0px;
}

.service_text {
  padding: 10px 20px;
  background: #fff;
  height: 190px;
  border-radius: 10px;
}

.service_text h4 {
  font-size: 16.5px;
  font-weight: 600;
}

a.invert {
  background: green;
  padding: 5px 12px;
  font-size: 16px;
  border-radius: 5px;
}

img.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  /* margin-left: 30px;
  margin-top: 5px; */
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

.service_text p {
  line-height: normal;
  text-align: justify;
  margin-bottom: 15px;
}

/* work time */
.about_box {
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  background: #fff;
  padding: 0;
  border-top: 2px solid #085aa1;
}

.about_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 30px;
}

.about_head h5 {
  font-size: 2rem;
}

.about_head img {
  width: 70px;
  padding: 10px 10px 15px 15px;
  border-bottom-left-radius: 20px;
  background: rgb(88 153 6 / 10%);
  transition: 0.3s all ease-in-out;
}

.about_box:hover .about_head img {
  background: rgb(8 90 161 / 30%);
}

.about_content {
  padding: 15px 30px 30px 30px;
}

.about_content p {
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.about p {
  text-align: justify !important;
  font-size: 15px;
  line-height: 27px;
}

/* index section ended... */
@media screen and (max-width: 991px) {
  .py-100 {
    padding-top: 70px !important;

    padding-bottom: 70px !important;
  }

  header .navbar-expand-lg .navbar-nav .nav-link,
  header .header_bottom.sticky .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 18px;
  }

  .title-section .big-text {
    font-size: 100px;
    top: -40px;
  }

  .copyright .header_social {
    justify-content: space-between;
  }

  header .navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu {
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
  }

  .title-section {
    margin-bottom: 30px;
  }

  .bottom_footer h6 {
    margin-top: 1.5rem;
    font-size: 15px;
    margin-bottom: 0.5rem;
  }

  ul.footer-links li a {
    display: block;
    line-height: 30px;
    font-size: 15px;
    padding: 4px 0;
  }

  .service_text h4 {
    font-size: 17px;
    font-weight: 600;
  }

  .service_text p {
    line-height: normal;
    text-align: justify;
    margin-bottom: 15px;
    font-size: 14px;
  }

  a.invert {
    background: green;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 60px;
  }
}

@media (max-width: 767.98px) {
  .responsive-reverse-row {
    flex-direction: column-reverse !important;
  }
}


@media screen and (max-width: 450px) {
  ul.head_top {
    padding: 0px 0;
  }

  ul.head_top li a {
    padding: 2px 0;
  }

  .test-img {
    margin: auto auto 20px;
  }

  .test-box .test-content {
    flex: 1 1 auto;

    max-width: 100%;
  }
}

/* sb banner started... */
.sub-banner {
  position: relative;
  margin-top: 125px;
}

.sub-banner nav {
  background-color: #085aa1;
  position: relative;
  z-index: 2;
}

.sub-banner nav .breadcrumb {
  margin: 0;
  background-color: transparent;
}

.sub-banner nav .breadcrumb .breadcrumb-item {
  color: #fff;
}

.sub-banner nav .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.sub-banner nav .breadcrumb .breadcrumb-item a::after {
  padding: 0 4px;
}

/* our mission  , gola vision started */
.mission-box {
  height: 100%;
  border: 1px solid #000a85;
  float: left;
  margin: 0px 0 50px;
  padding: 20px 20px 0px;
  text-align: center;
  width: 100%;
  position: relative;
}

.mission-box h2 {
  font-weight: 600;
}

.vision_box h2 {
  font-weight: 600;
}

.icon_box {
  background-color: #64a811;
  border-radius: 50%;
  bottom: -30px;
  font-size: 15px;
  height: 70px;
  left: 50%;
  line-height: 55px;
  position: absolute;
  transform: rotate(0deg);
  width: 70px;
  z-index: 2;
  margin-left: -30px;
}

.vision_box {
  height: 100%;
  background-color: #3a599b;
  color: #fff;
  border: 1px solid #000a85;
  float: left;
  margin: 0px 0 50px;
  padding: 20px 20px 60px;
  text-align: center;
  width: 100%;
  position: relative;
}

.goal {
  color: #fff;
}

.mission-content {
  padding-top: 12px;
}

/* * gallery
*/
.portfolio-filters {
  font-size: 0;
  margin-top: 15px;
}

.portfolio-filters button {
  display: inline-block;
  font-size: 16px;
  color: #454545;
  background: transparent;
  padding: 6px 22px 6px 22px;
  outline: none;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  position: relative;
  border: 1px solid transparent;
}

.portfolio-filters button.is-active {
  color: #035a9c;
  border: 1px solid;
}

.portfolio-filters button:hover {
  color: #035a9c;
}

.portfolio-wrap {
  margin-top: 20px;
}

.portfolio {
  border: 8px solid #fff;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 15%);
  box-shadow: 0 0 8px rgb(0 0 0 / 15%);
  overflow: hidden;
}

.portfolio-image {
  position: relative;
  overflow: hidden;
}

.portfolio-image img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.portfolio .portfolio-zoomicon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 3;
  font-size: 22px;
  padding: 2px;
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio .portfolio-zoomicon::before {
  position: absolute;
  height: 100px;
  width: 45px;
  background: #035a9c;
  bottom: -37px;
  right: -10px;
  z-index: 2;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio .portfolio-zoomicon i {
  position: relative;
  z-index: 3;
}

.portfolio:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.portfolio:hover .portfolio-zoomicon {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.portfolio:hover .portfolio-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* contact us */
.white {
  background-color: #fff;
  padding: 22px;
}

.blue {
  background-color: #035a9c;
  padding: 56px;
  padding-top: 106px;
}

.top_footer_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top_footer_box i {
  font-size: 3.5rem;
  min-width: 64px;
}

.top_footer_box .top_footer_box_content {
  flex: 1 1 calc(100% - 80px);
  max-width: calc(100% - 80px);
  font-size: 15px;
}

.top_footer_box .top_footer_box_content h4 {
  font-weight: bold;
  color: #e3e22d;
}

.top_footer_box i {
  color: #e3e22d;
}

.top_footer_box .top_footer_box_content a,
.top_footer_box .top_footer_box_content address {
  display: block;
  font-style: normal;
  color: #fff;
}

/* blog-details */

.blog-detials-area {
  padding: 100px 0 100px;
}

.blog-grid-area {
  padding: 120px 0 90px;
}

.blog-details-main {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}

.blog-details-meta {
  background: #f3f3f5;
  padding: 16px 30px;
}

.blog-details-meta span {
  margin-right: 30px;
}

.blog-details-meta span i {
  color: #f02830;
  padding-right: 5px;
}

.blog-details-content {
  padding: 20px 0 18px;
}

.blog-details-content h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

.blog-details-thumb img {
  width: 100%;
}

.blog-details-des {
  padding: 30px 0 10px;
}

.blog-details-blockquote {
  background: rgba(240, 40, 48, 0.1);
  padding: 40px 38px 26px;
  position: relative;
  margin-bottom: 10px;
}

.blog-details-blockquote::before {
  position: absolute;
  content: "";
  background: url(assets/images/resource/quite.png);
  top: 40px;
  left: 60px;
  height: 75px;
  width: 75px;
  background-repeat: no-repeat;
}

.blog-details-blockquote blockquote {
  font-size: 18px;
  color: #0e1317;
  font-weight: 500;
  font-family: "Open Sans";
}

.blog-details-video-thumb {
  margin-top: 30px;
}

.blog-details-video-thumb img {
  width: 100%;
}

.blog-details-video-thumb-inner img {
  width: 100%;
}

.blog-details-content h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}

.blog-details-content-list p i {
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid #085aa1;
  color: #085aa1;
  text-align: center;
  line-height: 31px;
  padding: 12px;
  border-radius: 100%;
  margin-right: 15px;
}

.blog-detials-area .blog-content {
  padding: 20px 30px 38px;
}

.blog-details-button a {
  display: inline-block;
  border: 2px solid #f02830;
  padding: 3px 20px;
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
}

.blog-details-button a:before {
  position: absolute;
  content: "";
  left: -2px;
  top: -1px;
  height: 104%;
  width: 104%;
  background: linear-gradient(to right, #f02830 6%, #ff5e14 96%);
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}

.blog-details-button a.active {
  border-color: #9da7b3;
  background: transparent;
  color: #0e1317;
  transition: 0.5s;
  margin-left: 10px;
}

.blog-details-button a.active:before {
  background: transparent;
}

.blog-details-button a.active:hover:before {
  background: linear-gradient(to right, #f02830 6%, #ff5e14 96%);
}

.blog-details-button a.active:hover {
  color: #fff;
  border-color: #f02830;
}

.blog-details-social {
  text-align: right;
}

.blog-details-social a {
  display: inline-block;
  border: 2px solid #9da7b3;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  transition: 0.5s;
  margin-left: 5px;
}

.blog-details-social a:hover {
  background: #287ff5;
  border-color: #287ff5;
  color: #fff;
}

/* Blog Details Author */

.blog-details-author {
  border-top: 2px solid #ced3d9;
  padding-top: 40px;
  margin-top: 32px;
}

.blog-details-author-inner {
  background: #f3f3f5;
  padding: 30px 30px 25px;
}

.blog-details-author-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-author-content h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 12px;
}

/* Comment CSS */

.blog-details-comment {
  margin-bottom: 10px;
}

.blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-comment-content {
  overflow: hidden;
}

.blog-details-comment-content h2 {
  font-size: 18px;
  margin-top: 0;
}

.blog-details-comment-content span {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.blog-details-comment-reply {
  position: absolute;
  right: 25px;
}

.blog-details-comment-reply a {
  background: #085aa1;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
}

.blog-details-comment.reply {
  margin-left: 70px;
  padding-top: 35px;
  border-top: 2px solid #9da7b3;
}

/* Blog Details Contact */

.blog-details-contact {
  border-top: 2px solid #9da7b3;
  margin: 12px 20px 10px;
  padding-top: 8px;
}

.widget_search {
  padding: 30px 30px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}

.service-detials-area .widget_search {
  background: #f5f5f5;
  box-shadow: none;
}

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #0d0e14;
  border: 0;
  border: 1px solid #085aa1;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 15px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #085aa1;
  border-radius: 0 4px 4px 0;
}

.widget-categories-box {
  background: #fff;
  padding: 42px 40px 25px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}

.recent-widget-content {
  margin-left: 10px;
}

.sidber-widget-recent-post {
  display: flex;
}

.recent-widget-content a {
  color: #000;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-link {
  color: #085aa1;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;

  background-color: #fff;
  border: 1px solid #085aa1;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #085aa1;
  border-color: #085aa1;
}

.text-white {
  color: #fff;
}

/*Counter*/

/* contact_us */

.contact_us .top_footer_box_content a:hover {
  text-decoration: none;
}

.contact_us label {
  flex: wr;
  color: #000000;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 12px 10px 0;
  /* width: 24%; */
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  /* font-weight: 700; */
}

.contact_us .top_footer_box i {
  color: #1c86db;
  font-size: 38px;
}

.contact_us .top_footer_box .top_footer_box_content h4 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

.contact_us .top_footer_box .top_footer_box_content a {
  font-weight: 500;
  font-size: 16px;
  color: #000000 !important;
}

.why-choose ul.with-li {
  font-size: 17px;
  line-height: 50px;
  list-style: disc;
  padding-inline-start: 20px;
  padding-top: 50px;
}

.navbar-nav>li>a {
  font-size: 15px !important;
  font-weight: 550 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.drop {
  text-align: center;
}

img.dropicon {
  max-width: 100%;
  height: 50px;
}

a.dropnav {
  color: #000 !important;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  header .header_bottom {
    background: #ffffff;
    padding: 5px;
    transition: 0.3s all ease-in-out;
  }

  .drop {
    text-align: left;
    line-height: 18px;
  }

  a.dropnav {
    color: #000 !important;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 17px;
    margin-bottom: 0px;
    font-weight: 600;
  }



  .sub-banner {
    position: relative;
    margin-top: 82px;
  }

  section.banner {
    margin-top: 50px !important;
    padding-top: 35px !important;
  }

  .navbar-nav {
    gap: 5px;
    margin: 15.5px -15px;
  }

  .dropdown-menu .dropicon {
    display: none;
  }

}


blockquote {
  padding: 0px 5px !important;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: none !important;
}

/* ------- new code  */
.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 15px;
  border-radius: 5px;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

/* ------ */
/* new */
/* About Image Section */
.about-img-section {
  position: relative;
}

.about-img-section-inner {
  position: relative;
  z-index: 1;
}

.about-img-top img {
  border-radius: 10px;
  width: 100%;
}

/* ===================== */
/* ANIMATION CSS */
/* ===================== */

.slide-left,
.slide-right {
  opacity: 0;
  transition: all 1s ease-in-out;
}

/* Image from left */
.slide-left {
  transform: translateX(-120px);
}

/* Content from right */
.slide-right {
  transform: translateX(120px);
}

/* Active class */
.slide-left.active,
.slide-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive fix */
@media (max-width: 768px) {

  .slide-left,
  .slide-right {
    transform: translateX(0);
  }
}

.title-section h4 {

  color: #73bd15;
  /* font-family:'Asap', sans-serif; */
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;

}


/* =========================
   SECTION HEADING
========================= */
.pbmit-heading-subheading {
  margin-bottom: 45px;
}

.pbmit-heading-subheading .pbmit-title {
  font-weight: 700;
  font-size: 32px;
  color: #222;
}

/* =========================
   CARD BOX
========================= */
.pbmit-static-box-style-3 {
  text-align: center;
  transition: all 0.4s ease;
}

.pbmit-static-box-style-3:hover {
  transform: translateY(-10px);
}

/* =========================
   IMAGE WRAPPER
========================= */
.pbmit-img-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  padding: 2px;
}

/* =========================
   IMAGE STYLE
========================= */
.pbmit-static-box-style-3 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 6px;
  object-fit: cover;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}

/* Hover Zoom */
.pbmit-static-box-style-3:hover img {
  transform: scale(1.05);
}

/* =========================
   ROTATING BORDER
========================= */
.border-anim {
  position: absolute;
  inset: 0;
  border: 2px dashed #82bf35;
  border-radius: 50%;
  animation: rotateBorder 8s linear infinite;
  z-index: 1;
}

/* =========================
   STEP NUMBER
========================= */
.pbmit-img-wrapper::before {
  content: attr(data-step);
  position: absolute;
  top: 8px;
  right: 8px;

  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  z-index: 3;
  font-weight: 600;

}

/* =========================
   TITLE
========================= */
.pbminfotech-box-title h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-top: 10px;
}

/* =========================
   BOTTOM ANIMATION
========================= */
.animate-bottom {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.animate-bottom.show {
  opacity: 1;
  transform: translateY(0);
}

/* Animation Delay (stagger effect) */
.animate-bottom:nth-child(1) {
  transition-delay: 0.1s;
}

.animate-bottom:nth-child(2) {
  transition-delay: 0.3s;
}

.animate-bottom:nth-child(3) {
  transition-delay: 0.5s;
}

.animate-bottom:nth-child(4) {
  transition-delay: 0.7s;
}

/* =========================
   BORDER ROTATION KEYFRAME
========================= */
@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .pbmit-img-wrapper {
    width: 135px;
    height: 135px;
    padding: 2px;
  }

  .pbmit-static-box-style-3 img {
    padding: 4px;
  }

  .pbmit-img-wrapper::before {
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .pbmit-heading-subheading .pbmit-title {
    font-size: 24px;
  }
}

.section-lg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f9f9f9d1;
}

@media(max-width:767px) {}

/* end Flow Process  */
.contact-section {
  background: #01558b;
  padding: 60px 0;
  color: #fff;
}

/* LEFT SIDE */
.contact-left .tag {
  font-size: 27px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #74d000;
  width: 218px;
  border-bottom: 2px solid #ffffff;
}

.contact-left h2 {
  font-size: 38px;
  font-weight: 700;
  margin: 20px 0;
}

.contact-left p {
  font-size: 16px;
  max-width: 500px;
  line-height: 1.7;
}

/* BUTTON + PHONE */
.contact-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.btn-contact {
  background: #70b914;
  border: 2px solid white;
  padding: 15px 25px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-contact:hover {
  background: #163b5a;
}

/* PHONE */
.phone-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.phone-box .icon {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #6fb20f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}

.phone-box h4 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}

.phone-box span {
  font-size: 14px;
}

/* FORM */
.contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 2px solid #b4b4b473;
  outline: none;
  background: rgb(255, 255, 255);
  color: #000000;
  border-radius: 5px;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #ccc;
}

/* BUTTON */
.contact-form button {
  background: #1f4e79;
  color: #ffffff;
  padding: 12px 25px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #1f4e79;
}

/* get in touch */
.hero-section {
  position: relative;
  height: 420px;
  background: url(../images/video.webp) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* Overlay */
.hero-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 0px;
  margin-top: 105px;
}

h3.video {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

h5.para {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ddd;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.play-btn i {
  background: #fff;
  color: #5fa00f;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
}

/* Button */
.pbmit-btn {
  display: inline-block;
  text-decoration: none;
  padding: 15px 50px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}

.pbmit-btn-outline-global {
  color: #fff;
  border: 2px solid #fff;

}

.pbmit-btn-outline-global:hover {
  background: #2088dc;
  color: #000;
}

.appointment-one {
  padding: 75px 0;
}

.appointment-one .heading-title {
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}

.text-white {
  --bs-text-opacity: 1;
  font-size: 15px;
  color: white !important;
}

.text-end {
  text-align: right !important;
}

a:hover {
  text-decoration: none !important;
}

.form-container {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

::placeholder {
  font-family: inherit;
}

.inputForm {
  border: 1.5px solid #ecedec;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
  margin-bottom: 15px;
}

.input {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
}

.input:focus {
  outline: none;
}

.inputForm:focus-within {
  border: 1.5px solid #2d79f3;
}

textarea {
  border: 1.5px solid #ecedec;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  resize: none;
  transition: 0.2s ease-in-out;
  margin-bottom: 15px;
}

textarea:focus {
  outline: none;
  border: 1.5px solid #2d79f3;
}

.form-select {
  border: 1.5px solid #ecedec;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: 50px;
  transition: 0.2s ease-in-out;
  margin-bottom: 15px;
}

.form-select:focus {
  border: 1.5px solid #2d79f3;
  outline: none;
}

.button-submit {
  background-color: #6bb213 !important;
  border: none;
  color: white;
  font-size: 17px !important;
  font-weight: 600 !important;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.button-submit:hover {
  background-color: #2d79f3;
}

.text-danger {
  font-size: 13px;
  display: none;
}

.video_container {
  /* position: relative; */
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video_window {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.logos {
  overflow: hidden;
  padding: 0px 0px 30px 0px;
  position: relative;
  /* background: #fff; */
}

.logo_items {
  display: flex;
  width: fit-content;
}

.logo_track {
  display: flex;
  animation: slide 20s linear infinite;
  width: max-content;
}

.logos:hover .logo_track {
  animation-play-state: paused;
}

.logo_track img {
  height: 130px;
  margin: 0 45px;
  flex-shrink: 0;
  background: transparent;
  mix-blend-mode: multiply;
}

.c-section {
  position: relative;
  width: 100%;
  margin: 60px 0;
  padding: 60px 0;
  overflow: hidden;
}

.location-card {
  cursor: pointer;
  position: relative;
  padding: 30px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 5px;
}

.location-img {
  background: #258de0;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.location-card p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: black;
  text-align: center;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* LEFT SIDE */
.content-box .tag {
  color: #1984da;
  font-weight: 600;
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
}

.content-box h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 45px;
}

/* BUTTON */
.contact-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 30px;
  border: 2px solid #006cc5;
  color: #006cc5 !important;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #70b914;
  border: 2px solid #70b914;
  color: #fff;
}

/* MAP */
.map-wrapper {
  position: relative;
}

.map-wrapper img {
  width: 100%;
  background: white;
}

/* LOCATION WRAPPER */
.location {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* RED PIN */
.pin {
  width: 14px;
  height: 14px;
  background: #70b914;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: relative;
  animation: pulse 1.5s infinite;
}

/* PIN SHADOW EFFECT */
.pin::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgb(112 185 20 / 59%);
  border-radius: 50%;
  top: -5px;
  left: -5px;
  animation: ripple 1.5s infinite;
}

/* LABEL */
.label {
  background: #fff;
  color: #1984da !important;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px !important;
  margin-top: 6px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #70b914;
}

/* ANIMATIONS */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* ======================= */
/* LOCATION POSITIONS */
/* (Adjust slightly if needed based on your image) */
/* ======================= */

.noida {
  top: 33%;
  left: 31%;
}

.assam {
  top: 41%;
  left: 80%;
}

.jk {
  top: 12%;
  left: 30%;
}

.uttarakhand {
  top: 27%;
  left: 38%;
}

/* Responsive */


.brand img {
  height: 150px;
  width: 100%;
}

/* end map */
/* mission */
.mv-section {
  padding: 50px 0;
  background: #f8f8f8;
}

.mv-box {
  padding: 30px 20px;
}

.mv-box .icon img {
  width: 80px;
  margin-bottom: 20px;
}

/* Heading */
.mv-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1d2b53;
}

.mv-box h4 span {
  color: #1c8be2;
}

/* Paragraph */
.mv-box p {
  font-size: 15px;
  color: #343434;
  margin-top: 10px;
  line-height: 1.6;
}

/* Divider Lines */
.border-left {
  border-left: 2px solid #ddd;
}

.border-right {
  border-right: 2px solid #ddd;
}

/* Bottom small icons */
.small-icon {
  margin-top: 30px;
  text-align: center;
}

.small-icon img {
  width: 30px;
  display: block;
  margin: auto;
}


/* Responsive */
@media (max-width: 768px) {

  .border-left,
  .border-right {
    border: none;
  }

  .mv-box {
    margin-bottom: 0px;
    border-bottom: 1px solid #333;
    padding: 10px;
  }
}

/* end mission */

/* start media query */
@media screen and (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;

    -md-order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;

    -md-order: 2 !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

}

@media (max-width: 768px) {
  .blog-box .blog-content h4 {
    font-size: 13px;
  }

  /*  */
  .left_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-left: 0px;
  }
  .header_top{
    padding: 5px 0;
  }

  .social_wrap {
    justify-content: center;
    margin-top: 0px;
    gap: 55px;
    margin-right: 0px;
    /* display: none; */
  }

  .left_info li a {
    text-decoration: none;
    font-size: 14px;
  }

  .header_top {
    text-align: center;
    /* display: none; */
  }

  /*  */

  .contact-btn {
    margin-top: 10px;
    padding: 10px 10px;
  }

  .label {
    font-size: 11px;
    padding: 4px 10px;
  }

  .map-wrapper img {
    width: 100%;
    margin-top: 20px;
  }

  .content-box h2 {
    font-size: 37px;
    font-weight: 700;
    color: #333;
    line-height: 40px;
  }

  .content-box .tag {
    margin-top: 20px;
  }

  .service_text {
    height: auto;
  }

  .logo_track img {
    height: 60px;
    margin: 0 10px;
  }

  .hero-section {
    height: 320px;
  }

  h3.video {
    font-size: 23px;
  }

  h5.para {
    font-size: 13px;
  }

  .play-btn {
    width: 90px;
    height: 90px;
    top: 30%;
  }

  .play-btn i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 22px;
  }

  .contact-left h2 {
    font-size: 28px;
  }

  .contact-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form {
    margin-top: 30px;
  }

  /*  */
  .pbmit-heading-subheading .pbmit-title {
    font-size: 28px !important;
    line-height: 28px;
  }

  .section-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pbmit-static-box-style-3 {
    margin-bottom: 30px;
  }

  .static-box-four {
    background-size: cover !important;
  }

  .appointment-one {
    padding: 40px 0 !important;
  }

  .appointment-one .heading-title {
    font-size: 21px !important;
    line-height: 30px !important;
    color: #fff;
    font-weight: 600;
  }

  .text-white {
    --bs-text-opacity: 1;
    font-size: 12px !important;
    color: white !important;
  }

  .pbmit-btn {
    font-size: 11px;
    padding: 6px 17px !important;
  }

  .video_container {
    margin-top: 39px;
  }

  .title-section h4 {
    text-align: center;
  }

  .pbmit-static-box-style-3 img {
    height: 130px;
    width: 136px;
    border-radius: 50%;
  }

  /*  */
  .title-section .big-text {
    font-size: 24px;

    top: 42%;

    left: 50%;

    transform: translate(-50%, -50%);

    text-align: center;

    right: auto;
  }

  .blog-box {
    height: 240px;
  }

  .title-section .section-title {
    font-size: 28px !important;

  }

  .about p {
    text-align: justify !important;
    font-size: 13px;
    line-height: 22px;
  }

  .fact-number h4 {
    font-size: 35px;
  }

  .final-counter .fact-content h3 {
    font-size: 13px;
  }

  ul.head_top {
    text-align: center;
    display: none;

  }

  ul.head_top li:not(:last-child) {
    margin-right: 15px;
  }

  ul.head_top li a {
    margin: 0;
  }

  .inner-banners {
    padding-top: 1px;
  }

  .counter-box {
    padding: 20px 10px;
  }

  .counter-box h4 {
    font-size: 26px;
  }

  .counter-box p {
    font-size: 13px;
  }

  .phone-box h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1024px) {
  header .navbar-expand-lg .navbar-nav .nav-item.dropdown .dropdown-menu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    min-width: 200px;
    z-index: -99;
    padding: 10px 0px;
    margin-top: -5px;
    display: block;
  }
}

/* whatsapp mobile view */
#callbook {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: green;
  z-index: 999;
}

#callbook ul {
  display: flex;
  margin: 0;
  padding: 0;
}

#callbook li {
  flex: 1;
  list-style: none;
  text-align: center;
  padding: 8px 0;
}

#callbook a {
  color: #fff;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
}

#callbook i {
  font-size: 20px;
  font-weight: 600;
  animation: pulsate 0.9s ease-out infinite;
}

@keyframes pulsate {

  0%,
  100% {
    transform: scale(0.9);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

/* Show only on mobile screens */
@media (max-width: 767px) {
  #callbook {
    display: block;
  }
}

/* end mobile view */
/* destop view*/
.floating_btn {
  position: fixed;
  left: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.floating_btn.phone {
  bottom: 100px;
}

.floating_btn.whatsapp {
  bottom: 20px;
}

.contact_icon {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0;
  color: #fff;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-family: sans-serif;
}

.contact_icon.whatsapp {
  background-color: #42db87;
}

.contact_icon.phone {
  background-color: #064391;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}

/* Hide on screens smaller than 768px (mobile) */
@media (max-width: 767px) {
  .floating_btn {
    display: none;
  }


}