* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
:root {
  --grey: #989898;
  --lightgreen: #82b440;
  --green-bg: #f2f4e9;
  --blue: #156187;
  --dark-blue: #0c121d;
  --light-blue-bg: #f7f9fa;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none !important;
  color: white;
}
a:hover {
  text-decoration: none !important;
  color: white;
}
p {
  margin-bottom: 0 !important;
  color: var(--grey);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: black;
  text-transform: capitalize;
}
img {
  width: 100%;
}

/* common elements ////////////////////////////////////////////////////////////////////////////////////// */
.button {
  z-index: 15;
  background-color: rgb(134, 187, 70);
  text-transform: capitalize;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: inherit;
  line-height: 29px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  border-color: transparent;
  padding: 12px 44px;
  border-radius: 2px;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  border-width: 0px;
  border-style: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.button a {
  font-size: 16px;
  color: white;
}
.button:hover {
  background-color: var(--blue);
}
.button a:hover {
  color: white;
}
section {
  padding: 100px 0 !important;
  overflow: hidden !important;
}
.title {
  margin-bottom: 20px;
}
.title h6 {
  font-weight: 700;
  letter-spacing: 1.4px;
  color: var(--lightgreen);
  text-transform: uppercase;
}
.title h2 {
  font-weight: 700;
  letter-spacing: 1.4px;
  font-size: 48px;
  color: rgb(46, 46, 46);
}

.common-link {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.common-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 5px;
  background-color: rgb(209, 209, 209);
}
.common-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  left: 0;
  bottom: 5px;
  background-color: var(--lightgreen);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.common-link:hover::after {
  width: 100%;
}
.common-link h5 {
  font-weight: 600;
  color: var(--lightgreen);
}
.common-link i {
  font-weight: 700;
  color: var(--lightgreen);
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .element-mb {
    margin-bottom: 15px;
  }
  .element-mt {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 576px) {
  section {
    padding: 40px 0 !important;
    overflow: hidden !important;
  }
}
@media only screen and (max-width: 376px) {
  .title h2 {
    font-weight: 700;
    letter-spacing: 1.4px;
    font-size: 35px;
  }
}

/* top strip SECTION START ////////////////////////////////////////////////////////////////////////////////// */
.top-strip {
  padding: 20px 0;
  /* border-bottom: 1px solid var(--grey); */
}
.top-strip .mr-l {
  margin-left: 35px;
}
.top-strip .top-info {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.top-strip .top-info .icon img {
  width: 40px;
}
.top-strip .top-info .info-content h6 {
  font-weight: 700;
  font-size: 14px !important;
}

/* NAVBAR SECTION START ////////////////////////////////////////////////////////////////////////////////// */
/* .top-strip .main-logo img {
  width: 350px;
}
.top-strip {
  padding: 20px 0;

  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  border-bottom: 1px solid var(--grey);
}
.main-info {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
}
.top-info {
  margin-left: 70px;
} */
@media only screen and (max-width: 991px) {
  .d {
    display: none;
  }
  .top-strip img {
    width: 250px;
    text-align: center;
  }
  .top-strip .logo {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .d {
    display: none;
  }
  .top-strip img {
    margin-bottom: 20px;
  }
}

/* NAVBAR SECTION START ////////////////////////////////////////////////////////////////////////////////// */

/* .navbar {
  background-color: var(--green-bg);
}
.navbar-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  animation: nav-animation 0.4s ease-in-out;
}

@keyframes nav-animation {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
} */

/* navbarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */
.navbar {
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  /* background: linear-gradient(to right, rgb(241, 241, 241), white); */
  background-color: var(--green-bg);
  /* box-shadow: 1px 1px 4px #d8d8d8; */
  /* overflow: hidden; */
}

.navbar img {
  width: 150px;
}
.navbar .navbar-nav {
  margin-left: auto;
  gap: 10px;
  margin-right: 0 !important;
  /* background-color: red; */
  /* padding: 15px 0; */
}
.navbar-light .navbar-nav .nav-link {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: var(--lightgreen) !important;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.navbar-fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  /* background-color: black; */
  background-color: #ffffff;
  z-index: 10;
  animation: nav-animation 0.4s ease-in-out;
}
.navbar-light .navbar-toggler {
  color: rgba(255, 210, 7, 0.39) !important;
  border-color: rgb(0 0 0 / 0%) !important;
}

@keyframes nav-animation {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 360px) {
  .navbar img {
    width: 80px;
  }
}

.dropdown-menu {
  display: none; /* Hide by default */
  position: absolute;
  top: 90%; /* Position below the nav item */
  left: 0;
  background-color: rgba(255, 198, 41, 0.219);
  /* border: 2px solid #585858 !important; */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  overflow-y: scroll !important;
  height: max-content;
  transition: all 1s ease-out !important;
  border-top: 3px solid var(--lightgreen) !important;
}

.dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #ececec;
  border-radius: 5px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #bdbdbd;
}

.dropdown-menu .dropdown-item {
  padding: 12px 16px;
  text-decoration: none;
  color: black;
  display: block;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown on hover */
.nav-item:hover .dropdown-menu {
  display: block;
}

/* navbar ///////////////////////////////////////////////////////////////////////////////////// */

/* bannner /////////////////////////////////////////////////////////////////////////////////// */
.banner {
  width: 100%;
  height: 90vh;
  background-color: rgba(255, 0, 0, 0);
  position: relative;
}

#myVideo {
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

.banner .content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.945),
    rgba(255, 255, 255, 0.041)
  );
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  height: 90vh;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}
.banner h2 {
  font-size: 68px;
  color: white;
}
@media only screen and (max-width: 860px) {
  .banner h2 {
    font-size: 48px;
    color: white;
  }
}

/* .information ////////////////////////////////////////////////////////////////////////////////// */
.information {
  margin-top: -100px;
  position: relative;
  /* background-color: var(--green-bg); */
}
.information .back {
  background-color: rgb(255, 255, 255);
  padding: 50px 50px;
  border-bottom: 4px solid var(--lightgreen);
  border-radius: 5px;
  box-shadow: 1px 1px 20px rgba(128, 128, 128, 0.39);
}
.information .info-content {
  gap: 20px;
}
.information .info-content .icon {
  background-color: black;
  padding: 15px;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.information .info-content .icon:hover {
  background-color: var(--lightgreen);
}
.information .info-content .icon img {
  width: 40px;
}
.information .info-content h4 {
  font-weight: 700;
}
.information .info-content p {
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .information .info-content {
    margin-bottom: 20px;
  }
}

/* our story /////////////////////////////////////////////////////////////////////////////// */
.our-story {
  /* background-color: var(--green-bg); */
  margin-top: -113px;
  padding: 210px 0 70px 0 !important;
}
.our-story .story-content p {
  font-size: 19px;
  margin-bottom: 25px !important;
}
.our-story .story-content .list p {
  transform: translateX(30px);
  margin-bottom: 15px !important;
  position: relative;
}
.our-story .list p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-image: url("..//images/icons/check-mark.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.our-story .image {
  position: relative;
}
.our-story .exp-box {
  background-color: rgb(130 180 64 / 79%);
  position: absolute;
  bottom: 80px;
  left: -80px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.our-story .exp-box .icon img {
  width: 50px;
}
.our-story .exp-box h5 {
  font-size: 24px;
}
.our-story .exp-box p {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .our-story .exp-box {
    display: none;
  }
}
/* .why//////////////////////////////////////////////////////////////////////////////////////////// */
.why {
  /* background-color: var(--green-bg); */
}
.why .title p {
  font-size: 19px;
  margin: 20px 0 40px 0;
}
.why .card {
  background-color: rgb(255, 255, 255) !important;
  /* border: 1px solid var(--grey) !important; */
  box-shadow: 1px 1px 15px rgba(128, 128, 128, 0.151);
}
.why .card .card-before {
  background-color: white;
}
.why .card .card-before-one {
  background-color: white;
}
.why .tran::after,
.why .card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.877);
  z-index: 1;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.why .sticker img {
  position: relative;
  left: 30%;
  width: 300px;
}
@media only screen and (max-width: 991px) {
  .why .sticker img {
    display: none;
  }
}

/* .why//////////////////////////////////////////////////////////////////////////////////////////// */
.our-service {
  background-color: var(--green-bg);
  /* padding-bottom: 80px !important; */
}

.our-service .services-para p {
  font-size: 19px;
  margin-top: 20px;
}
.our-service .mar {
  margin-top: 50px;
}
.card {
  background-color: rgb(255, 255, 255) !important;
  border: none !important;
  padding: 20px 0 !important;
  border-radius: 0 !important;
  position: relative !important;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tran::after,
.card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card:hover::after {
  top: 0%;
}
.card:hover h3 {
  color: white;
}
.card .card-before {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--green-bg);
  top: 0;
  left: 30px;
  z-index: 2;
}
.card .card-before-one {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--green-bg);
  top: 30px;
  left: 0px;
  z-index: 2;
}

.card .icon img {
  width: 50px;
  position: relative;
  z-index: 2;
}
.card .card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 2;
}
.card h3 {
  color: rgb(0, 0, 0);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card .card-body p {
  font-size: 19px;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card:hover p {
  color: white;
}
.tran {
  transform: translateY(70px);
}

@media only screen and (max-width: 991px) {
  .tran {
    transform: translateY(0px);
  }
}
/* know //////////////////////////////////////////////////////////////////////////////////////////// */
.know {
  padding: 40px 0;
  background-color: var(--lightgreen);
}
.know h3 {
  color: white;
  font-size: 38px;
}
.know p {
  color: rgba(255, 255, 255, 0.719);
  font-size: 19px;
  font-weight: 600;
}
/* testimonial ////////////////////////////////////////////////////////////////////////////////// */
.testimonials {
  background-color: var(--green-bg);
}
.testimonials p {
  font-size: 19px !important;
}
.testimonial {
  background: #ffffff00;
  text-align: center;
  margin: 0 20px;
}
.testimonial .description {
  padding: 40px 30px;
  margin-bottom: 50px;
  border-top: 1px solid var(--lightgreen);
  border-left: 1px solid var(--lightgreen);
  font-size: 15px;
  color: #887e7f;
  line-height: 30px;
  text-align: left;
  position: relative;
}
.testimonial .description:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  float: left;
  padding: 0 15px 5px 0;
  font-size: 30px;
  color: var(--lightgreen);
  text-align: center;
  position: relative;
  top: 8px;
  left: 0;
}
.testimonial .description:after {
  content: "";
  width: 50%;
  height: 1px;
  background: var(--lightgreen);
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial .testimonial-content {
  position: relative;
}

.owl-dots {
  display: none !important;
}
.testimonial .test-content {
  display: flex !important;
  align-items: center !important;
  justify-content: end;
  padding: 0 70px;
  gap: 20px;
  position: relative;
}
.testimonial .test-content::before {
  content: "";
  width: 1px;
  height: 20px;
  background: var(--lightgreen);
  position: absolute;
  top: -17px;
  left: 50%;
}
.testimonial .test-content::after {
  content: "";
  width: 2px;
  height: 40px;
  background: var(--lightgreen);
  position: absolute;
  top: -37px;
  left: 50%;
  transform: skewX(-45deg);
  transform-origin: 100% 100% 0;
}
.testimonial .test-content img {
  border-radius: 50px;
  width: 50px !important;
}
.testimonial .test-content h5 {
  margin-bottom: 0;
}
/* how ////////////////////////////////////////////////////////////////////////////////////////////// */
.how {
  background-image: url(..//images/backgrounds/services-one-bg.png);
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  /* height: max-content; */
}

.how .accordion-button {
  gap: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.39);
  /* margin-bottom: 20px; */
  background-color: rgba(50, 255, 32, 0.062) !important;
}
.how .accordion-item {
  background-color: #ffffff00 !important;
  border: 1px solid rgba(0, 0, 0, 0);
}

.how .accordion-button:not(.collapsed) {
  color: #2661ba00;
  background-color: #90c92f1c;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
.how .accordion-button:focus {
  z-index: 3;
  border-color: #a63e3e00;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 0%) !important;
}
.how .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.how .accordion-button:not(.collapsed)::after {
  background-image: url("..//images/icons/next-arrow.png");
  transform: rotate(-40deg);
}
.how .accordion-button::after {
  flex-shrink: 0;
  /* width: 1.25rem; */
  /* height: 1.25rem; */
  margin-left: auto;
  content: "";
  background-image: url(..//images/icons/next-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: 1.25rem; */
  transition: transform 0.2s ease-in-out;
  width: 30px;
  height: 30px;
}
.how .accordion-body p {
  font-size: 20px;
}
.how .accordion-button h2 {
  color: var(--lightgreen);
  font-size: 28px;
}
.accordion-button.collapsed h2 {
  color: black;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.425); */
}

/* footer ////////////////////////////////////////////////////////////////////////////////////////////// */

.footer-area {
  position: relative;
  display: block;
  background-image: url("..//images/backgrounds/bread.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 20px 0;
  position: relative;
}
.footer-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 34 / 79%);
}
.footer-area .container {
  position: relative;
  z-index: 2;
}
.footer-area.pdtop80 {
  padding-top: 80px;
}
.single-footer-widget {
  overflow: hidden;
}
.single-footer-widget.martop6 {
  /* margin-top: 70px; */
}
.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: 1px;
  padding-bottom: 5px;
}

.single-footer-widget .title h3 {
  color: var(--lightgreen);
  line-height: 22px;
  text-transform: capitalize;
  font-size: 26px;
}
.single-footer-widget .icon {
  margin-bottom: 20px;
}

.single-footer-widget .icon i {
  padding: 7px;
  font-size: 18px;
  background-color: #ac0f15;
  border-radius: 50%;
  margin-right: 5px;
  color: rgb(240, 240, 240);
  transition: all 0.3s ease;
}
.single-footer-widget .icon i:hover {
  background-color: #26355c;
}

.single-footer-widget .about-us {
  position: relative;
  display: block;
}
.single-footer-widget .about-us .footer-logo {
  margin-bottom: 16px;
}
.single-footer-widget .about-us .footer-logo a {
  display: inline-block;
}
.single-footer-widget .about-us .footer-logo a img {
  width: 180px;
  padding: 0px;
  border-radius: 0px;
}

.single-footer-widget .about-us .text-box {
}
.single-footer-widget .about-us .text-box p {
  color: var(--grey);
  margin: 0px;
  font-size: 17px;
}
.single-footer-widget .about-us .text-box p.bottom-text {
  margin-top: 17px;
}
.single-footer-widget .about-us .button {
  margin-top: 23px;
}
.single-footer-widget .about-us .button a {
  padding: 10px 20px;
}

.single-footer-widget .btn-one:hover {
  color: rgb(255, 255, 255);
  background: rgb(82, 46, 21);
}

.single-footer-widget .btn-one {
  position: relative;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  background: rgb(24, 63, 80);
  padding: 12px 16px 14px;
  transition: all 500ms ease 0s;
  border-radius: 3px;
}

.single-footer-widget .specialities {
  position: relative;
  display: block;
  margin-left: 30px;
}
.single-footer-widget .specialities li {
  list-style: none;
  margin-bottom: 6px;
}
.single-footer-widget .specialities li:last-chil {
  margin-bottom: 0;
}
.single-footer-widget .specialities li a {
  position: relative;
  display: block;
  padding-left: 30px;
  color: rgb(24, 24, 24);
  font-weight: 400;
  text-decoration: none;
  transition: all 500ms ease 0s;
}
.single-footer-widget .specialities li a:hover {
  color: rgb(0, 0, 0);
}
.single-footer-widget .specialities li a:before {
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0px;
  content: "";
  font-size: 14px;
  line-height: 13px;
  font-weight: 100;
  transition: all 0.3s ease-in-out 0.1s;
}
.single-footer-widget .specialities li a:hover:before {
  color: rgb(138, 21, 0);
}

.single-footer-widget .facilities {
  position: relative;
  display: block;
  margin: 0;
  padding-left: 0;
}
.single-footer-widget .facilities li {
  margin-bottom: 6px;
  list-style: none;
  margin-left: 0;
}
.single-footer-widget .facilities li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .facilities li a {
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 30px;
  color: var(--grey);
  font-weight: 400;
  transition: all 500ms ease;
  font-size: 17px;
}
.single-footer-widget .facilities li a:hover {
  color: var(--lightgreen);
}
.single-footer-widget .facilities li a:before {
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0px;
  content: "";
  font-size: 14px;
  line-height: 13px;
  font-weight: 100;
  transition: all 0.1s ease-in-out 0.1s;
}

.single-footer-widget .solutions-links li a:hover:before {
  color: #ac0f15;
}

.single-footer-widget .opening-hours {
  position: relative;
  display: block;
  max-width: 300px;
}
.single-footer-widget .opening-hours li {
  position: relative;
  display: block;
  line-height: 14px;
  margin-bottom: 12px;
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 400;
}
.single-footer-widget .opening-hours li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .opening-hours li span.clr-green {
  color: #ac0f15;
}

.single-footer-widget .float-right {
  float: right;
}

.single-footer-widget .F-BOX {
  margin-bottom: 8px;
}

.Footer-Stripe ul {
  float: right;
}

.Footer-Stripe ul li {
  list-style-type: none;
  display: inline;
}

.Footer-Stripe ul li a {
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  margin-right: 10px;
  color: #181818;
  font-size: 14px;
}

.Footer-Stripe {
  position: relative;
  display: block;
  background-color: #00001b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}

.Footer-Stripe p {
  color: rgb(255, 255, 255);
  text-align: center;
}

.Footer-Stripe p a {
  font-weight: 500;
  color: rgb(139, 81, 41);
  text-decoration: none;
}

.Footer-Stripe p a:hover {
  color: #0091ca;
}

.Footer-Stripe ul li a:hover {
  color: #8ac33e;
}

.footer-area .btn-white {
  display: inline-flex;
  align-items: center;
  color: #ac0f15;
  border: 2px solid #ac0f15;
  min-height: 50px;
  padding: 0 20px;
  font-size: 17px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  background-color: transparent;
}
nav .btn-white {
  border: 2px solid #ac0f15;
  color: #ac0f15;
}

nav .btn-white::before {
  content: "";
  background-color: #ac0f15;
  display: block;
  width: 45px;
  height: 1px;
  margin-right: 20px;
}
nav .btn-white::after {
  content: "";
  background-color: #ac0f15;
  display: block;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .btn-white::before {
  content: "";
  background-color: #ac0f15;
  display: block;
  width: 45px;
  height: 1px;
  margin-right: 20px;
}

.footer-area .btn-white::after {
  content: "";
  background-color: #ac0f15;
  display: block;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-information {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.footer-information .icon img {
  width: 30px;
}
.footer-information p {
  font-size: 19px;
}
.footer-social-icons img {
  width: 30px;
}
/* sticky icooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooon */
#sticky-icon {
  z-index: 1;
  position: fixed;
  top: 58%;
  right: 0%;
  width: 168px;
  display: flex;
  flex-direction: column;
}
#sticky-icon img {
  width: 30px;
  margin-right: 10px;
}
#sticky-icon a {
  /* display: none; */
  transform: translate(121px, 0px);
  border-radius: 5px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  /* text-transform:uppercase; */
  padding: 10px;
  font-size: 19px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
}
#sticky-icon a:hover {
  /* display: flex; */
  color: #fff;
  transform: translate(6px, 0px);
}
#sticky-icon a:hover i {
  transform: rotate(360deg);
}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.whatsapp {
  background-color: #2b2b2b;
  color: #fff;
}
.phone {
  background-color: #2b2b2b;
  color: #fff;
}
.email {
  background-color: #2b2b2b;
  color: #fff;
}
.gmb {
  background-color: #2b2b2b;
  color: #fff;
}
.sticky-icon a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}
#sticky-icon a i.fa-whatsapp {
  /* background-color:#FFF; */
  /* color:rgb(5, 211, 5) !important; */
}
#sticky-icon .fa-whatsapp::before {
  color: green;
  font-size: 25px;
  margin-left: 3px;
  margin-right: 22px;
}
#sticky-icon .fa-phone::before {
  color: blue;
  font-size: 25px;
  margin-left: 3px;
  margin-right: 22px;
}
#sticky-icon .fa-envelope::before {
  color: red;
  font-size: 25px;
  margin-left: 3px;
  margin-right: 22px;
}

/* .breadcrumb /////////////////////////////////////////////////////////////////////////////////// */
.breadcrumbs {
  width: 100%;
  height: 60vh;
  background-image: url("..//images/backgrounds/page-header-bg-.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0) 20%, #000000cb);
}
.breadcrumbs .breadcrumb-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 15px;
  text-align: center;
}
.breadcrumbs .breadcrumb-wrapper h2 {
  font-size: 80px;
  color: white;
}
.breadcrumbs .breadcrumb-wrapper .breadcrumb {
  background-color: var(--lightgreen);
  padding: 11px 22px;
  border-radius: 30px;
}
.breadcrumbs .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-size: 18px;
  color: white;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 482px) {
  .breadcrumbs .breadcrumb-wrapper h2 {
    font-size: 50px;
    color: white;
  }
}

/* map///////////////////////////////////////////////////////////////////////////// */
iframe {
  margin-bottom: 0 !important;
}
.container-class {
  /* Replace with your actual container class */
  margin-bottom: 0 !important;
}

/* contact form  */
.form {
}
.form form .input input {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgb(146, 146, 146);
}
.form form .input input::placeholder {
  text-transform: capitalize;
  color: rgb(146, 146, 146);
  font-size: 19px;
  font-weight: 600;
}
.form form .input input:focus {
  border-bottom: 1px solid rgb(146, 146, 146);
  outline: none;
}
.form form textarea {
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgb(146, 146, 146);
}
.form form textarea::placeholder {
  text-transform: capitalize;
  color: rgb(146, 146, 146);
  font-size: 19px;
  font-weight: 600;
}
.form form textarea:focus {
  border-bottom: 1px solid rgb(146, 146, 146);
  outline: none;
}
.form .information-form {
  /* background-color: var(--lightgreen); */
  padding: 15px;
  /* margin: -150px; */
}

.form .information-form .top-info {
  margin-bottom: 35px;
}
.form .information-form .icon {
  background-color: rgb(230, 230, 230);
  padding: 15px;
  margin-right: 30px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.form .information-form .icon:hover {
  background-color: var(--dark-blue);
}
.form .information-form .icon img {
  width: 30px;
  /* padding: 15px; */
}
.form .info-content h6 {
  color: black;
  /*text-transform: lowercase;*/
}
.form .information-form h3 {
  color: var(--lightgreen);
}

/* service list ///////////////////////////////////////////////////////////////////////////////// */
.services-container {
  background-color: var(--green-bg);
  padding: 20px 15px 2px;
  /* border-radius: 7px; */
  /* width: 300px; */
  text-align: center;
  position: sticky;
  top: 0;
  /* border: 3px solid black; */
}

.services-container h2 {
  color: var(--lightgreen);
  margin-bottom: 20px;
}

.service-item {
  display: block;
  padding: 10px 15px;
  margin: 5px 0;
  color: #fff;
  background-color: #444;
  text-decoration: none;
  /* border-radius: 5px; */
  font-size: 19px;
  transition: background-color 0.3s;
}

.service-item:hover {
  background-color: var(--lightgreen);
  color: white;
}

/* about information ////////////////////////////////////////////////////////////////////////////////// */
.about-information {
  /* background-color: var(--green-bg); */
}
.about-information .image {
  position: relative;
  width: 100%;
  z-index: 2;
}
.about-information .image::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-color: var(--lightgreen);
  z-index: -1;
}
.about-information .info-heading {
  font-size: 19px;
  color: var(--lightgreen);
  text-transform: uppercase;
}
.about-information .info-para {
  font-size: 21px;
  color: var(--grey);
}
.about-information p {
  font-size: 19px;
}

/* .mission //////////////////////////////////////////////////////////////////////////////////////////// */
.mission {
  background-color: var(--light-blue-bg);
}
.mission p {
  font-size: 19px;
  margin-bottom: 20px !important;
}
.mission .mission-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mission .mission-container .mission-head {
  display: flex;
  align-items: center;
  gap: 20px;
  /* justify-content: space-between; */
  background-color: rgba(255, 0, 0, 0.24);
  padding: 7px 15px;
}
.mission .mission-container .mission-head .text h4 {
  margin-bottom: 0;
}
.mission .mission-tab {
  padding: 7px 25px !important;
  background-color: var(--lightgreen) !important;
  margin-right: 19px;
  font-weight: 600 !important;
  text-transform: capitalize;
  /* letter-spacing: 1px; */
  color: black;
  border: none !important;
  font-size: 21px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mission .mission-tab:hover {
  background-color: var(--blue) !important;

  color: rgb(255, 255, 255);
}
.mission .card-body {
  font-size: 19px;
  background-color: var(--green-bg);
  color: rgb(59, 59, 59);
  margin: 30px 0;
  border: 1px solid var(--lightgreen);
}
.mission .image {
  position: relative;
  z-index: 3;
}
.mission .image::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 5%;
  width: 90%;
  height: 100%;
  border: 10px solid var(--lightgreen);
  transform: skewX(-7deg);
  z-index: -2;
}

.mission-card {
  background-color: var(--green-bg);
  border: 1px solid var(--lightgreen);
  padding: 10px;
}
.mission .button {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .mission .button {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 441px) {
  .mission .button {
    padding: 12px 12px;
  }
}
.mission-height {
  height: 200px !important;
}
@media only screen and (max-width: 480px) {
  .mission .button {
    margin-right: 0px;
  }
  .mission-height {
    height: 251px !important;
  }
}

/* core service ///////////////////////////////////////////////////////////////////////////////////// */
.service-para-bullet {
  position: relative;
}
.service-para-bullet::before {
  position: absolute;
  top: 0px;
  left: -35px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(..//images/icons/check-mark.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* project ////////////////////////////////////////////////////////////////////////////////////// */
.project {
  /* background-color: var(--green-bg); */
}
.project .project-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  cursor: pointer;
}
.project .project-wrapper:hover .project-content {
  bottom: 0px;
}
.project .project-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(221, 189, 189, 0), rgba(0, 0, 0, 0.781));
  z-index: 2;
}
.project .project-wrapper .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project .project-wrapper .project-content {
  position: absolute;
  bottom: -70px;
  left: 0%;
  width: 100%;
  text-align: center;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.project .project-wrapper .project-content h4 {
  color: white;
  font-size: 28px;
}
.project .project-wrapper .project-content h6 {
  color: var(--lightgreen);
  font-size: 20px;
}

/* gallerry //////////////////////////////////////////////////////////////////////////////// */
.gallery {
  /* background-color: rgb(248, 248, 248); */
}
.gallery .image {
  position: relative;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gallery .image img {
  /* transform: scale(1.1); */
}
.gallery .image:hover img {
  /* transform: scale(1); */
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gallery .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 200%;
  background-color: rgba(172, 255, 47, 0.274);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  /* transform: rotate(40deg); */
}
.gallery .image:hover:after {
  width: 300%;
  background-color: rgba(255, 255, 255, 0);

  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/* Loader container */
#loader-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Loader animation */
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

/* Spin animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* innovation and development ///////////////////////////////////////////////////////////////// */
.innovation {
  background-image: url("..//images/backgrounds/inno.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.innovation::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a9;
  z-index: 1;
}
.innovation .innovation-wrapper {
  position: relative;
  z-index: 2;
}
.innovation p {
  color: rgb(255, 255, 255);
  /* font-weight: 600; */
  font-size: 19px;
}

/* .scheme ////////////////////////////////////////////////////////////////////////////////////////////// */
.scheme {
  background-image: url("..//images/backgrounds/pm.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.scheme::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.842);
}

@media only screen and (max-width: 595px) {
  .scheme::before {
    display: none;
  }
  .scheme::after {
    display: none;
  }
}
.scheme .eligibility p {
  font-size: 19px;
  margin-left: 35px;
  margin-bottom: 10px !important;
  color: #000;
}
.scheme .title {
  position: relative;
  z-index: 2;
}
.scheme .services-para {
  position: relative;
  z-index: 2;
}
.scheme .services-para p {
  color: #000;
}
.scheme .eligibility {
  position: relative;
  z-index: 2;
}
.scheme,
.how-apply p {
  font-size: 19px;
}
.apply .how-apply p {
  font-size: 19px;
  margin-left: 35px;
  margin-bottom: 10px !important;
}

.apply {
  padding: 50px 0 !important;
}

/* .CFA///////////////////////////////////////////////////////////////////////////////////////////// */
.CFA {
  background-color: var(--light-blue-bg);
}
.CFA p {
  font-size: 18px;
  margin-bottom: 20px !important;
}
.CFA object {
  width: 100%;
  height: 100%;
}
