
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: "Jost", sans-serif;
  word-break: break-word;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

:root{
    --dark:#000;
    --light:#ffffff;
    --green:#EE435C;
    /* --green:#9D04E2; */
    /* --green:#359172; */
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  line-height: 1.3;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: var(--dark);
}

h1 {
  font-size: 3.75rem;
}
@media screen and (max-width: 1399px) {
  h1 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 2.8125rem;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1399px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1399px) {
  h4 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 1199px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.1875rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1399px) {
  h5 {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 1199px) {
  h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1rem;
}
@media screen and (max-width: 1399px) {
  h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  h6 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 991px) {
  h6 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  h6 {
    font-size: 0.875rem;
  }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  transition: 0.2s linear;
  line-height: inherit;
}

a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  color: var(--dark);
}

a:hover {
  color: var(--green);
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  outline: none;
  box-shadow: none;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

figure {
  margin: 0;
}

/* Bg Image Css */
.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}


/* ======================  Global Start  ======================*/
.wrapper {
  overflow-x: hidden;
}

.section-title h6 {
  font-weight: 500;
}
.section-title p {
  padding-top: 15px;
}

.btn.btn--base{
    background-color: var(--green);
    color: var(--light) !important;
    font-weight: bold;
}
.btn.btn--base{
    background-color: var(--green);
}

.btn.btn--base-two{
    background-color: var(--dark);
    border: #000 solid 1px;
    color: var(--light) !important;
}

.btn-slider-next,
.btn-slider-prev {
  --nav-offset: -7%;
  border: 1px solid var(--green);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 1399px) {
  .btn-slider-next,
  .btn-slider-prev {
    --nav-offset: -5%;
  }
}
@media screen and (max-width: 991px) {
  .btn-slider-next,
  .btn-slider-prev {
    position: relative;
    bottom: 0;
    top: auto;
    transform: translateY(0);
  }
}
.btn-slider-next:hover,
.btn-slider-prev:hover {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--light);
}
.btn-slider-next::after,
.btn-slider-prev::after {
  font-size: 22px;
}

.btn-slider-next {
  /* right: var(--nav-offset); */
}

.btn-slider-prev {
  /* left: var(--nav-offset); */
}

/* .swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
} */

@media screen and (max-width: 991px) {
  .slider-btn {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .btn-slider-next,
  .btn-slider-prev {
    --nav-offset: 0;
    border-radius: 7px;
  }
}
/* .swiper-pagination {
  position: relative;
  margin-top: 60px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--green);
} */

.progress {
  --bs-progress-height: 5px;
  border-radius: 5px;
  background-color: var(--dark);
  overflow: unset;
}
.progress .progress-bar {
  transition: width 2s ease-in-out;
  width: 25%;
  background: var(--green);
  border-radius: 5px;
}

/* ======================  Global End  ======================*/












/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
  border: 1px solid var(--green);
  background-color: var(--green);
  border-radius: 5px;
  overflow: hidden;
}
.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.custom--accordion .accordion-header {
  line-height: 1;
  color: var(--white);
}
.custom--accordion .accordion-body {
  padding: 24px 20px;
  background-color: #EF4C49;
}
.custom--accordion .accordion-body .text {
  max-width: 60%;
}
@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body .text {
    max-width: 100%;
  }
}
.custom--accordion .accordion-body p {
  color: var(--light);
}
.custom--accordion:first-of-type .accordion-button.collapsed {
  border-radius: 5px;
}
.custom--accordion:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}
.custom--accordion .accordion-button {
  background-color: var(--green);
  color: var(--light);
  font-size: 1.125rem;
  padding: 20px;
}
@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 15px;
    padding-right: 30px;
  }
}
.custom--accordion .accordion-button::after {
  background-image: none;
}
.custom--accordion .accordion-button:focus {
  box-shadow: none;
}
.custom--accordion .accordion-button:not(.collapsed) {
  color: var(--light);
  background-color: var(--green) !important;
  box-shadow: none;
}
.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: var(--light);
}
.custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f106";
  display: inline-block;
  position: absolute;
  right: 15px;
  height: unset;
  top: 50%;
  transform: translateY(-50%);
}
.custom--accordion .accordion-button[aria-expanded=false]::after {
  content: "\f107";
  color: var(--light);
}

/* ================================= Accordion Css End =========================== */




















/* ================================= preload Css Start =========================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: var(--dark);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: grid;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: height 0.5s, opacity 0.5s, border-radius 0.5s;
}
#preloader #text {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  #preloader #text {
    gap: 7px;
  }
}
#preloader #text p {
  color: var(--light);
  font-size: 3.75rem;
  font-weight: 800;
  margin: 0;
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out infinite;
  font-family: var(--title-font);
}
@media screen and (max-width: 767px) {
  #preloader #text p {
    font-size: 2.5rem;
  }
}
#preloader #text p:nth-child(1) {
  animation-delay: 0s;
}
#preloader #text p:nth-child(2) {
  animation-delay: 0.2s;
}
#preloader #text p:nth-child(3) {
  animation-delay: 0.4s;
}
#preloader #text p:nth-child(4) {
  animation-delay: 0.6s;
}
#preloader #text p:nth-child(5) {
  animation-delay: 0.8s;
}
#preloader #text p:nth-child(6) {
  animation-delay: 1s;
}
#preloader #text p:nth-child(7) {
  animation-delay: 1.2s;
}
#preloader #text p:nth-child(8) {
  animation-delay: 1.4s;
}
#preloader #text p:nth-child(9) {
  animation-delay: 1.6s;
}
#preloader #text p:nth-child(10) {
  animation-delay: 1.8s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ================================= preload Css End ===========================  */










/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-list__item {
  margin-right: 10px;
}
.social-list__item:last-child {
  margin-right: 0;
}
.social-list__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid var(--green);
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-list__link.active, .social-list__link:hover, .social-list__link:focus {
  background-color: var(--green);
  color: var(--dark)!important;
  border-color: var(--green) !important;
}
@media screen and (max-width: 767px) {
  .social-list__link {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 17px;
}
.social-icon a {
  border: 1px solid hsl(var(--black)/0.25);
  color: var(--dark);
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  transition: all 0.3s;
}
.social-icon a:hover {
  background-color: var(--green);
  color: var(--light);
}

/* ================================= Social Icon Css End ===========================  */






/* ======================  Header Start  ======================*/
.navbar-main {
  width: 100%;
  height: auto;
  z-index: 111;
  padding: 10px 0;
  position: fixed;
  top: 0;
  transition: all 0.5s;
}
.navbar-main .logo-black {
  display: block;
  height: 90px;
}
.navbar-main .logo-white {
  display: none;
}
.navbar-main.navbar-shrink {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: var(--light);
  padding: 0;
}
@media screen and (max-width: 991px) {
  .navbar-main.navbar-shrink {
    padding: 10px 0;
  }
}
.navbar-main.navbar-shrink .logo-black {
  display: none;
}
.navbar-main.navbar-shrink .logo-white {
  display: block;
  height: 90px;
}
.navbar-main.navbar-shrink .navbar-nav .nav-item .nav-link {
  color: var(--dark);
}
.navbar-main.navbar-shrink .navbar-toggler {
  color: var(--dark);
  border-color: var(--green);
}
.navbar-main.navbar-shrink .navbar-nav .nav-item .nav-link.active,
.navbar-main.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
  color: var(--green);
}
.navbar-main .right-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  order: 1;
}
.navbar-main .right-nav .btn {
  padding: 13px 24px;
}
@media screen and (max-width: 424px) {
  .navbar-main .right-nav .btn {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar-main .right-nav .btn {
    padding: 13px 17px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-main .right-nav {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-main .right-nav {
    gap: 5px;
  }
}

.navbar-toggler {
  opacity: 1;
  padding: 4px 8px;
  border-radius: 5px;
  outline: none;
  box-shadow: none !important;
  border: 1px solid var(--green);
  color: var(--dark);
  transition: all 0.4s;
}
.navbar-toggler:hover {
  background-color: var(--green);
  color: var(--dark);
}
@media screen and (max-width: 767px) {
  .navbar-toggler {
    padding: 1px 8px;
  }
}
.navbar-toggler svg {
  width: 35px;
  height: 35px;
}

.navbar-nav {
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .navbar-nav {
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav {
    gap: 0rem;
  }
}
.navbar-nav .nav-item .nav-link {
  color: var(--dark);
  font-size: 1rem;
  font-weight: 500;
  padding: 1.5625rem 0.3125rem;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 0.9375rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .nav-link {
    padding: 0.625rem;
    color: var(--dark);
    font-size: 0.9375rem;
  }
}
.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover {
  color: var(--green);
  position: relative;
}
.navbar-nav .nav-item .nav-link.active span::before, .navbar-nav .nav-item .nav-link:hover span::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.navbar-nav .nav-item .dropdown-toggle::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  border: 0;
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .dropdown-toggle::after {
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item.dropdown .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-nav .nav-item.dropdown .nav-link::after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    margin-left: auto;
  }
}
.navbar-nav .nav-item .dropdown-menu {
  transition: 0.5s;
  margin-top: 0;
  padding: 5px 10px;
  min-width: 220px;
  border-radius: 5px;
  gap: 5px;
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .dropdown-menu {
    background-color: hsl(var(--black-two));
    border: 0;
  }
}
@media all and (min-width: 991.98px) {
  .navbar-nav .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .navbar-nav .nav-item .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar-nav .nav-item .dropdown-menu.fade-up {
    top: 100%;
  }
}
.navbar-nav .nav-item .dropdown-menu a {
  margin: 5px 0;
  background: none;
  transition: 0.5s;
  position: relative;
  font-weight: 500;
  font-size: 0.875rem;
  border: 0;
  color: var(--dark);
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .dropdown-menu a {
    color: var(--dark);
    /* color: var(--light); */
  }
}
.navbar-nav .nav-item .dropdown-menu a::after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  transform: translateX(-20px);
  transition: all 0.3s;
  opacity: 0;
}
.navbar-nav .nav-item .dropdown-menu a.active, .navbar-nav .nav-item .dropdown-menu a:hover {
  color: var(--light);
  background-color: var(--green);
}
.navbar-nav .nav-item .dropdown-menu a.active::before, .navbar-nav .nav-item .dropdown-menu a:hover::before {
  opacity: 1;
  width: 10px;
}
.navbar-nav .nav-item .dropdown-menu a.active::after, .navbar-nav .nav-item .dropdown-menu a:hover::after {
  transform: translateX(0px);
  opacity: 1;
}
.navbar-nav .nav-item:hover .nav-link {
  color: var(--green);
}
.navbar-nav .nav-item:hover .dropdown-menu {
  transition: 0.5s;
  opacity: 1;
}
@media all and (min-width: 991.98px) {
  .navbar-nav .nav-item:hover .dropdown-menu {
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

#offcanvasNavbar {
  background-color: var(--light);
  color: #000;
}
@media screen and (max-width: 991px) {
  #offcanvasNavbar {
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  #offcanvasNavbar .btn {
    padding: 15px 20px;
  }
}

.btn-close {
  outline: none;
  box-shadow: none !important;
  /* filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg) brightness(102%) contrast(87%); */
  opacity: 1;
  color: #000 !important;
}

/* ======================  Header End  ======================*/










/* ============= Footer Start Here ======================= */
.footer-area {
  background-color: var(--dark);
  color: var(--light);
  margin-top: auto;
}
.footer-area.bg-img {
  background-size: contain;
  background-position: top center;
}

@media screen and (max-width: 1199px) {
  .footer-logo-con {
    text-align: center;
  }
  .footer-logo-con .social-list {
    justify-content: center;
  }
}

.footer-item__desc {
  color: hsl(var(--white)/0.8);
  padding-bottom: 1 0px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .footer-item__desc {
    padding-bottom: 15px;
  }
}
.footer-item__logo {
  margin-bottom: 20px;
}
.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 1000px;
}
.footer-item__title {
  color: var(--light);
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .footer-item__title {
    margin-bottom: 18px;
  }
}
.footer-item .social-list {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .footer-item .social-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer-item .social-list {
    margin-top: 15px;
  }
}

.footer-widget__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .footer-widget__content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .footer-widget__content .footer-item:last-child {
    grid-column: span 2/span 2;
    max-width: 300px;
  }
}






/* Footer List Item */
.footer-menu {
  display: flex;
  flex-direction: column;
}
.footer-menu__item {
  display: block;
  padding-bottom: 16px;
}
.footer-menu__item:last-child {
  padding-bottom: 0;
}
.footer-menu__link {
  color: hsl(var(--white)/0.8);
}
.footer-menu__link:hover {
  color: var(--green);
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
  display: flex;
  padding-bottom: 12px;
}
.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}
.footer-contact-menu__item-icon {
  width: 15px;
  color: var(--green);
  font-size: 1.25rem;
}
.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}
.footer-contact-menu__item-content p {
  color: var(--light);
}
.footer-contact-menu__item-content p:hover {
  color: var(--green);
}
.footer-contact-menu__form {
  position: relative;
}
.footer-contact-menu__form input:-webkit-autofill, .footer-contact-menu__form textarea:-webkit-autofill, .footer-contact-menu__form select:-webkit-autofill {
  -webkit-text-fill-color: var(--dark)!important;
  caret-color: var(--green);
}
.footer-contact-menu__form .form-control {
  height: 60px;
  padding: 0 50px 0 20px;
  border-radius: 10px;
}
.footer-contact-menu__form button {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--green);
  height: 60px;
  width: 60px;
  border-radius: 10px;
  color: var(--light);
}

.bottom-footer {
  border-top: 1px solid hsl(var(--white)/0.05);
}

.bottom-footer-text a {
  color: var(--green);
}

.footer-shape img {
  position: absolute;
}
.footer-shape img:first-child {
  left: -15%;
}
.footer-shape img:last-child {
  right: -15%;
  bottom: -10%;
}

/* ============= Footer End Here ======================= */





/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 150px 0 80px;
  margin-bottom: 0;
  overflow: hidden;
}
.breadcrumb .banner-shape {
  position: absolute;
  right: -120px;
  top: -120px;
  background-color: rgba(255, 235, 216, 0.7);
  border-radius: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 685px;
  height: 685px;
  padding: 100px;
}
@media screen and (max-width: 1199px) {
  .breadcrumb .banner-shape {
    width: 550px;
    height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb .banner-shape {
    width: 400px;
    height: 400px;
    right: -80px;
    top: -80px;
  }
}
.breadcrumb .banner-shape img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 115px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 105px 0 40px;
  }
}
.breadcrumb__wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  background-image: url("../img/banner/breadcrumb.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  padding: 130px 0 140px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__wrapper {
    padding: 100px 0 110px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb__wrapper {
    padding: 80px 0 80px;
  }
}
.breadcrumb__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--green);
  opacity: 0.5;
  z-index: -1;
}
.breadcrumb__title {
  margin-bottom: 10px;
  color: var(--light);
  font-size: 3.125rem;
}
@media screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 424px) {
  .breadcrumb__title {
    font-size: 1.875rem;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Jost";
}
.breadcrumb__item {
  color: var(--light);
  padding: 0 5px;
  font-weight: 400;
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  .breadcrumb__item {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.breadcrumb__item-text {
  color: var(--light);
}
.breadcrumb__item i {
  transform: translateY(3px);
}
.breadcrumb__link {
  color: var(--light);
  font-weight: 400;
}
.breadcrumb__link:hover {
  color: var(--green);
}
.breadcrumb__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 5px 0 0;
}
.breadcrumb__date li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.breadcrumb__date li::before {
  content: "\f111";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 7px;
  color: var(--green);
}

/* ====================== Breadcrumb Css End ==================== */














/* ======================  Banner Start  ======================*/
.banner-section {
  padding: 170px 0 120px;
  background-color: hsl(var(--orange));
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding: 120px 0 80px;
  }
}
.banner-section .banner-shape {
  position: absolute;
  right: -120px;
  top: -120px;
  background-color: rgba(255, 235, 216, 0.7);
  border-radius: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 685px;
  height: 685px;
  padding: 100px;
}
@media screen and (max-width: 1199px) {
  .banner-section .banner-shape {
    width: 550px;
    height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .banner-shape {
    width: 400px;
    height: 400px;
    right: -80px;
    top: -80px;
  }
}
.banner-section .banner-shape img {
  width: 100%;
}
.banner-section__content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-section__content {
    text-align: center;
  }
}
.banner-section__content h5 {
  font-weight: 500;
  color: var(--green);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
/* .banner-section__content h5::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2292%22%20height%3D%228%22%20viewBox%3D%220%200%2092%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2288%22%20cy%3D%224%22%20r%3D%224%22%20fill%3D%22%23369374%22/%3E%3Cline%20y1%3D%224%22%20x2%3D%2288%22%20y2%3D%224%22%20stroke%3D%22%23369374%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
} */
.banner-section__content h1 {
  font-size: 110px;
  line-height: 0;
}
@media screen and (max-width: 1399px) {
  .banner-section__content h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section__content h1 {
    font-size: 85px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section__content h1 {
    line-height: 1;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section__content h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 575px) {
  .banner-section__content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 424px) {
  .banner-section__content h1 {
    font-size: 40px;
  }
}
.banner-section__content h1 span {
  display: ruby-text;
  line-height: 1;
}
@-moz-document url-prefix() {
  .banner-section__content h1 span {
    display: block ruby;
  }
}
@media screen and (max-width: 991px) {
  .banner-section__content h1 span {
    display: block;
  }
}
.banner-section__content p {
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .banner-section__content p {
    font-size: 15px;
  }
}
.banner-section__image {
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner-section__image {
    max-width: 460px;
    margin: 0 auto;
  }
}
.banner-section__image .image-effect {
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAogAAAI9CAYAAAC5Tol8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA8RSURBVHgB7d1RUhtXGobh0wJ0zRKUFQy5jqs82gFZwbADOytwvII4O3BWEHagocrkdpgVWDsI1xK45zQjUXwJjm2QYtT9PFUqhMydXc3r/5zT3RTKbDY73NvbO66v523bHtXXpGmawwIADEb9/X9Zf//P69uL+vVssVicTqfTyzJATRmwGoaTg4ODF/UfxIkgBADu8Xa5XL6uoTgvAzLIQOwmhjUMX9W3LwsAwKe9efbs2Q9lIAYXiKup4ay+nRQAgM83r9PE6RCmiaMyIDUOj8QhAPBAN0Om8/Pzo9Jzg5kgmhwCABvS+0niYCaI4hAA2JCboVN3pqH01CAC8d27dz8VcQgAbM5kdeC1l3q/xLxaWn5fAAA2rC41f9PHpebeTxD7XPcAwNe1v7/fy1vm9XqCuLrf4e8FAGA7LldTxF49caXXE8TxeHxcAAC257CPvdHrQGzb9nkBANiu3vVG3/cg9v5GlgDA11UHUr3rjb4H4qQAAGzXpPRM3wOxtzewBACejN71xqCexQwAwKcJRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEACAIRAAAgkAEAHik2Wx2WHpEIAIAPNJ4PJ6UHhGIAACPd1R6RCACADze89IjAhEA4JHatj3u0z5EgQgA8HiHBwcHJ6UnBCIAwGa8KD0hEAEANmPy7t27l6UHBCIAwOa8ms1mk7LjBCIAwOZ0exFnux6JAhEAYLMmNRJ/3eVIFIgAAJt3tMuTRIEIALAd3STx/S4eXBGIAADb9VONxPfn5+cnZUc0pcfqX0ZbAACeiLZtL5umOa2vs/rtxWKxmE+n08vyxAhEAIAeWsXovL696IK0xujp58aoQAQAGI63y+XydQ3F+V/9kD2IAADDcbI6OPPTX/2QCSIAwDDN6zRxet800QQRAGCYutvwzM7Pz4/++AcCEQBguCZt2/7pqS8CEQBg2Carp74crj8QiAAAdJH4av2NQAQAoPNyvdQsEAEAuLG/v3/z3Gi3uQEAYO1yuVx+Y4IIAMDa4Xg8PhaIAADc9VwgAgBwq23bI4EIAMBdE4EIAMBdhwIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIAgEAEACAIRAIDQ20CczWaHBQCAL9bnCeKkAADwxXobiOPx+KgAAPDFehuIbds+LwAAfLE+LzEfFwAAvlgvA/H8/PykfnFIBQDgAXoZiHV5+VUBAOBBeheIv/3224viBDMAwIM1pUdms9lkf3//P03TWF4GAHig/dITXRweHBzMir2HAACP0osl5lUc/losLQMAPNrOLzHfmRxOCgAAj7bTE8TuQEq357CIQwCAjdm5CWKdGB7WieFJfeu0MgDAFjz5QypdEI7H48n19fXR3t7e8w8fPnRPSHEQBQBgSz57gtiFWg204y7S2rY9qq+J28kAAPTPJwNxdQjkRQ3CE0EIANB/Hw3E1V6/7pF1LwsAAINxbyC6dQwAwHD96TY3NQ6PxCEAwHDFBNHkEACA20Bc7Tl002kAgIG7XWJeHUiZFAAABu1mgrhaWn5fAAAYvJsJ4mp6CAAApVntPfy9AABANRqPx8cFAABWRm3bPi8AALDS7UE8KgAAsNIF4qQAAMBKF4iHBQAAVkYFAADuEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAANx1KRABALhrLhABALjrQiACAHCraZozgQgAwK3FYnEqEAEAWHs7nU4dUgEA4P+Wy+Xr7qtABACgtG37c50ezrv3AhEAgPnV1dWP628EIgDAsM3r0vK023u4/kAgAgAMVxeH36+Xltf2CwAAQ7SeHM7/+AcmiAAAA9MdSKlx+O19cdgxQQQAGIAahd0ew1+urq7efCwM1wQiAEAPdUHYNM28vi6ur6/P6uv07kGUvyIQAb6i7gI+Go1Ou4v33t7exWKxmH/uBRxgWwQiwNcxr6+f61LPW0EIPDUCEeBvtFryef3s2bM3BeCJEogAf5/uSQXTT20OB/ja3OYG4O9x8bH7jQE8NQIRYPvufVIBwFMlEAG2zOQQ2DUCEWC7fhCHwK4RiADbM3daGdhFAhFgS7rb2RSAHSQQAbbj8rvvvntbAHaQQATYjtMCsKMEIsAW1OXlswKwowQiwHZcFIAdJRABtmCxWMwLwI4SiABbMJ1OLwvAjhKIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAACELhAvCwCb5LoK7LQuEOcFgE2aF4AdNvrw4cN/CwCbdFEAdlg3Qfx3AWBjmqY5KwA7bHR9fX1a7JcB2JjFYnFaAHbYaDqdXrZt+0sBYBPedtfVArDDbm5zc3V19aYA8GjL5fJ1AdhxN4FY/7c7r1PEnwsAD9ZdR7vraQHYcbc3yq5TxB+LWzMAPNR8dR0F2Hm3gdjtmalLI9MiEgG+1Ly7ftp7CPRFPGqvWxppmub7IhIBPlcXh99bWgb6pLnvw9lsNjk4OJjVt5MCwMesJ4fzAtAjo/s+7C529aL3rYMrAPfrro/ddVIcAn3UfOoHumni3t7ej6PR6F8FYMBqFHZ7DH/pbg0mDIE++2QgrtVQPByPx8fX19f/rLH4j3qhnDRNc1gAeqoLwnqd6/ZmX9Rr31n35CkHUYAh+B92cj/lAwzGSwAAAABJRU5ErkJggg==);
    mask-image: url(data:image/png;base64,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grhaWn5fAAAYvJsJ4mp6CAAApVntPfy9AABANRqPx8cFAABWRm3bPi8AALDS7UE8KgAAsNIF4qQAAMBKF4iHBQAAVkYFAADuEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAAASBCABAEIgAANx1KRABALhrLhABALjrQiACAHCraZozgQgAwK3FYnEqEAEAWHs7nU4dUgEA4P+Wy+Xr7qtABACgtG37c50ezrv3AhEAgPnV1dWP628EIgDAsM3r0vK023u4/kAgAgAMVxeH36+Xltf2CwAAQ7SeHM7/+AcmiAAAA9MdSKlx+O19cdgxQQQAGIAahd0ew1+urq7efCwM1wQiAEAPdUHYNM28vi6ur6/P6uv07kGUvyIQAb6i7gI+Go1Ou4v33t7exWKxmH/uBRxgWwQiwNcxr6+f61LPW0EIPDUCEeBvtFryef3s2bM3BeCJEogAf5/uSQXTT20OB/ja3OYG4O9x8bH7jQE8NQIRYPvufVIBwFMlEAG2zOQQ2DUCEWC7fhCHwK4RiADbM3daGdhFAhFgS7rb2RSAHSQQAbbj8rvvvntbAHaQQATYjtMCsKMEIsAW1OXlswKwowQiwHZcFIAdJRABtmCxWMwLwI4SiABbMJ1OLwvAjhKIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAAAEgQgAQBCIAACELhAvCwCb5LoK7LQuEOcFgE2aF4AdNvrw4cN/CwCbdFEAdlg3Qfx3AWBjmqY5KwA7bHR9fX1a7JcB2JjFYnFaAHbYaDqdXrZt+0sBYBPedtfVArDDbm5zc3V19aYA8GjL5fJ1AdhxN4FY/7c7r1PEnwsAD9ZdR7vraQHYcbc3yq5TxB+LWzMAPNR8dR0F2Hm3gdjtmalLI9MiEgG+1Ly7ftp7CPRFPGqvWxppmub7IhIBPlcXh99bWgb6pLnvw9lsNjk4OJjVt5MCwMesJ4fzAtAjo/s+7C529aL3rYMrAPfrro/ddVIcAn3UfOoHumni3t7ej6PR6F8FYMBqFHZ7DH/pbg0mDIE++2QgrtVQPByPx8fX19f/rLH4j3qhnDRNc1gAeqoLwnqd6/ZmX9Rr31n35CkHUYAh+B92cj/lAwzGSwAAAABJRU5ErkJggg==);
}
.banner-section__image .image-effect:hover img {
  transform: scale(1.1);
}
.banner-section__image .image-effect img {
  transition: all 0.3s;
}
.banner-section__image .out-best-engineers {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1199px) {
  .banner-section__image .out-best-engineers {
    gap: 10px;
  }
}
@media screen and (max-width: 424px) {
  .banner-section__image .out-best-engineers {
    bottom: -8px;
  }
}
.banner-section__image .out-best-engineers .d-flex img {
  margin: 0 -5px;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  border: 2px solid var(--dark);
}
@media screen and (max-width: 1399px) {
  .banner-section__image .out-best-engineers .d-flex img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section__image .out-best-engineers .d-flex img {
    width: 40px;
    height: 40px;
  }
}
.banner-section__image .out-best-engineers p {
  max-width: 118px;
  list-style: 0;
}
@media screen and (max-width: 1399px) {
  .banner-section__image .out-best-engineers p {
    font-size: 13px;
    max-width: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section__image .out-best-engineers p {
    max-width: 95px;
  }
}

/* .banner-three .banner-section__image .image-effect {
 
}
.banner-three .banner-section__image .out-best-engineers {
  left: 0;
} */

/* ======================  Banner End  ======================*/







/* ======================  Who-we Start  ======================*/
.who-we-are-section  .text--base-two{
    color: var(--light);
}
.who-we-are-section  .text--white{
    color: var(--light);
}
.who-we-are-section  .text--grey-two{
    color: var(--light);
}
.who-we-are-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #F35755;
  /* background-color: #0F3225; */
}
.who-we-are-section .who-shape img {
  position: absolute;
  opacity: 0.4;
  z-index: -1;
}
.who-we-are-section .who-shape .left-round {
  top: 15%;
  left: 5%;
}
.who-we-are-section .who-shape .right-round {
  right: 5%;
  top: 25%;
}
.who-we-are-section .who-shape .left-shape {
  top: 30%;
  left: -5%;
  transform: rotate(-175deg);
}
.who-we-are-section .who-shape .right-shape {
  top: 43%;
  right: -5%;
}
.who-we-are-section__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .who-we-are-section__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.who-item {
  background-color: var(--light);
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 12px;
  gap: 20px;
  transition: all 0.3s;
}
.who-item:hover {
  transform: translateY(-10px);
  background-color: var(--green);
}
.who-item:hover .who-icon {
  background-color: hsl(var(--base-two));
}
.who-item:hover .who-text h2 {
  color: var(--light);
}
.who-item:hover .who-text p {
  color: var(--light);
}
@media screen and (max-width: 575px) {
  .who-item {
    display: grid;
    text-align: center;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .who-item {
    padding: 20px 15px;
    gap: 15px;
  }
}
.who-item .who-icon {
  background-color: var(--green);
  max-width: 86px;
  width: 86px;
  height: 86px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .who-item .who-icon {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    padding: 10px;
  }
}
.who-item .who-text h2 {
  margin: -10px 0;
  font-weight: 600;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .who-item .who-text h2 {
    font-size: 30px;
  }
}
.who-item .who-text p {
  font-size: 0.875rem;
  line-height: 1.4;
  padding-top: 10px;
  max-width: 120px;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .who-item .who-text p {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .who-item .who-text p {
    font-size: 0.75rem;
  }
}


/* ======================  Who-we End  ======================*/








/* ======================  About Start  ======================*/
.about-section {
  position: relative;
}
.about-section .image-effect {
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 12px;
}
.about-section .image-effect:hover img {
  transform: scale(1.05);
}
.about-section .image-effect img {
  transition: all 0.3s;
}
.about-section .about-shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about-section__image {
  display: grid;
  grid-template-columns: 52% 44%;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .about-section__image {
    grid-template-columns: 51% 43%;
  }
}
@media screen and (max-width: 575px) {
  .about-section__image {
    grid-template-columns: 51% 41%;
  }
}
.about-section__image img {
  border-radius: 12px;
  width: 100%;
}
.about-section__content .about-details-box {
  border: 1px solid hsl(var(--border-color)/0.4);
  border-radius: 12px;
  text-align: center;
  padding: 24px;
}
@media screen and (max-width: 1399px) {
  .about-section__content .about-details-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .about-section__content .about-details-box {
    padding: 15px;
  }
  .about-section__content .about-details-box h2 {
    font-size: 22px;
  }
  .about-section__content .about-details-box p {
    font-size: 14px;
  }
}
.about-section__content .about-lists {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.about-section__content .about-lists li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.about-section__content .about-lists li:nth-child(even) i {
  color: hsl(var(--base-two));
}
.about-section__content .about-lists li i {
  color: var(--green);
}


/* ======================  About End  ======================*/






/* ======================  Services Start  ======================*/
.services-section__item {
  border: 1px solid var(--green);
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.services-section__item:hover {
  border-color: var(--green);
  background-color: var(--green);
  transform: scale(1.02);
}
.services-section__item:hover .icon {
  background-color: hsl(var(--base-two));
}
.services-section__item:hover .text h4 {
  color: var(--light);
}
.services-section__item:hover .text p {
  color: var(--light);
}
.services-section__item .icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--green);
  color: var(--light);
  font-size: 24px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.services-section__item .text h4 {
  padding: 30px 0 10px;
  transition: all 0.3s ease-in-out;
}
.services-section__item .text p {
  transition: all 0.3s ease-in-out;
}

.what-we-section__item {
  display: flex;
  align-items: center;
  border: 1px solid var(--dark);
  padding: 40px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .what-we-section__item {
    flex-wrap: wrap;
  }
}
.what-we-section__item:nth-child(even) .icon {
  background-color: var(--dark);
}
.what-we-section__item:nth-child(even) .arrow-btn .btn {
  background-color: var(--green);
}
.what-we-section__item:hover .btn img {
  transform: rotate(40deg);
}
.what-we-section__item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.what-we-section__item .icon {
  min-width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: var(--green);
  color: var(--light);
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .what-we-section__item .icon {
    margin: 0 auto;
  }
}
.what-we-section__item .text {
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .what-we-section__item .text {
    text-align: center;
  }
}
.what-we-section__item .arrow-btn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .what-we-section__item .arrow-btn {
    margin: 0 auto;
  }
}
.what-we-section__item .arrow-btn .btn {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 16px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  background-color: var(--dark);
}
.what-we-section__item .arrow-btn .btn img {
  transition: all 0.3s;
}

.hover-image-container {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) scale(0.8);
  display: none;
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hover-image-container.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.hover-image-container img {
  max-width: 250px;
  border-radius: 5px;
  margin: 0 auto;
  margin-left: -20px;
  transform: rotate(-10deg);
}

.bg--green .services-section__item h4 {
  color: var(--light);
}
.bg--green .services-section__item p {
  color: var(--dark);
}


/* ======================  Services End  ======================*/












/* ======================  Video Start  ======================*/
.video-container {
  position: relative;
  cursor: none;
  max-width: 100%;
}
.video-container .play-button {
  position: absolute;
  border: 3px solid var(--light);
  border-radius: 100px;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .video-container .play-button {
    width: 65px;
    height: 65px;
  }
}
.video-container .video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-container .play-icon {
  font-size: 40px;
  color: var(--light);
}
@media screen and (max-width: 767px) {
  .video-container .play-icon {
    font-size: 26px;
  }
}

/* ======================  Video End  ======================*/










/* ======================  Faq Start  ======================*/
.faq-img {
  border-radius: 10px;
  overflow: hidden;
}
.faq-img:hover img {
  transform: scale(1.1);
}
.faq-img img {
  transition: all 0.3s ease-in-out;
}

/* ======================  Faq End  ======================*/




/* ======================  Blog Start  ======================*/
.blog-item {
  border-radius: 10px;
  border: 2px solid var(--dark);
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.blog-item:hover {
  border-color: var(--green);
  background-color: var(--green);
}
.blog-item:hover .blog-img img {
  transform: scale(1.1);
}
.blog-item:hover .blog-text .text--base {
  color: var(--light) !important;
}
.blog-item:hover .blog-text a{
  color: var(--light);
}
.blog-item .blog-img {
  overflow: hidden;
  border-radius: 10px;
}
.blog-item .blog-img img {
  transition: all 0.3s ease-in-out;
}
.blog-item .blog-text .fs-16 {
  padding: 20px 0 10px;
}
.blog-item .blog-text p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--dark);
}
.blog-item:hover .blog-text p{
  color: var(--light);
}


.blog-section .blog-details .blog-text p{
  color: var(--dark) !important;
  text-align: justify !important;

}
/* ======================  Blog End  ======================*/






/* ======================  Call-to-action Section Start  ======================*/
.call-to-action-section{
    background-color: var(--green) !important;
}


.call-to-action__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  overflow: hidden;
  border-radius: 10px;
}
.call-to-action__image:hover .image-effect img {
  transform: scale(1.1);
}
.call-to-action__image .image-effect {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.call-to-action__image .image-effect img {
  transition: all 0.3s ease-in-out;
}
.call-to-action__image .image-effect:nth-child(1) {
 
}
.call-to-action__image .image-effect:nth-child(2) {
  
}






/* ======= Projects style ======= */
.projects .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.projects .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.projects .item:hover .con {
  bottom: 0;
}
.projects .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.projects .item .con {
  padding: 30px 15px;
  position: absolute;
  bottom: -58px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.projects .item .con h6,
.projects .item .con h6 a {
  position: relative;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.projects .item .con h5,
.projects .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.projects .item .con p {
  color: #fff;
  font-size: 20px;
}
.projects .item .con i {
  color: #fff;
  font-size: 20px;
}
.projects .item .con i:hover {
  color:var(--green);
}
.projects .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #999;
  padding: 11px 30px;
}
.projects .item .con .butn-light:hover {
  border-color: #b19777;
}
/* line animation */
.projects .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 0 auto 30px;
}
.projects .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
/* prev/next project */
.projects-prev-next {
padding: 40px 0;
border: none;
border-top: 1px solid #323232;
  position: relative;
}
@media (max-width: 576px) {
.projects-prev-next {
  text-align: center;
}
  
.projects-prev-next-left {
      margin-bottom: 10px;
  }
}
.projects-prev-next a {
  display: inline-block;
  font-size: 16px;
  color: #999;
  line-height: 1em;
}
.projects-prev-next a i {
font-size: 20px;
}
.projects-prev-next a:hover {
  color: #b19777;
}
.projects-prev-next .projects-prev-next-left a i {
margin-right: 5px;
font-size: 12px;
}
.projects-prev-next .projects-prev-next-right a i {
font-size: 12px;
margin-left: 0;
margin-left: 5px;
}



/* Contact Section Headings */

  
.contact-header {
  max-width: 600px;
}

/* Contact Info Icons */

.contact-section{
  background: linear-gradient(#090909a8 , #000000b7), url(../img/index-img/video.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contact-info .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.contact-info .icon i{
  color: var(--green);
}
      

.contact-info h3{
  font-size: 18px;
}







/* ======================  Call-to-action Section End  ======================*/
.contact-section__info {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.contact-section__item {
  border: 1px solid var(--light);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  width: 100%;
}
.contact-section__item:nth-child(2) i {
  background-color: var(--green);
}
.contact-section__item i {
  font-size: 24px;
  color: var(--light);
  background-color: var(--green);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.contact-section__item .text p {
  color: var(--light);
}
.contact-section__item .text p a {
  color: var(--light);
}
.map-section {
  margin-bottom: -10px;
}
.map-section iframe {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 575px) {
  .map-section iframe {
    height: 400px;
  }
}



/*** Testimonial ***/
.testimonial-carousel .owl-item {
  position: relative;
}

.testimonial-carousel .owl-item::before {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .1;
}

.testimonial-carousel .owl-item img {
  position: relative;
  width: 100px !important;
  height: 100px;
  z-index: 1;
}

.testimonial-carousel .owl-item,
.testimonial-carousel .owl-item * {
  transition: .5s;
}

.testimonial-carousel .owl-item span {
  letter-spacing: 2px;
}

.testimonial-carousel .owl-item.center .bg-light {
  background: var(--green) !important;
  
}

.testimonial-carousel .owl-item.center .bg-light * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-nav {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--dark);
  background: var(--green);
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--light);
  background: var(--dark);
}










/*** Gallery Start ***/
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery .gallery-item img {
  min-height: 300px;
  object-fit: cover;
}

.gallery .gallery-item .gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
  position: relative;
  margin-bottom: -100%;
  opacity: 0;
  transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
 opacity: 1;
 margin: 0;
}

.gallery .gallery-item img {
  transition: 0.5s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
  background: #f15454a6;
}

.gallery .tab-class .nav-item {
  padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
  background: var(--green) !important;
}

.gallery .tab-class .nav-item a.active span {
  color: var(--light) !important;
}

/*** Gallery End ***/





/* fixed-icon-start */
.whatsapp-fixed {
  position: fixed;
  right: 1%;
  bottom: 10%;
  z-index: 999;

}

.whatsapp-fixed img {
  height: 50px;
  filter: drop-shadow(rgba(255, 255, 255, 0.349) 0px 5px 15px);
}

@media(max-width:768px) {
  .whatsapp-fixed {
      position: fixed;
      right: 1%;
      bottom: 5%;
      z-index: 999;

  }
}

/* fixed-icon-end */

/* @media(max-width:992px){ */
  .modal-dialog{
    max-width: 550px;
  }
/* } */

