@import url("https://fonts.cdnfonts.com/css/reasonsystem");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Gelion";
  src: url("../fonts/Gelion-Black.woff2") format("woff2"), url("../fonts/Gelion-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gelion";
  src: url("../fonts/Gelion-Bold.woff2") format("woff2"), url("../fonts/Gelion-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gelion";
  src: url("../fonts/Gelion-Light.woff2") format("woff2"), url("../fonts/Gelion-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gelion Semi";
  src: url("../fonts/Gelion-SemiBold.woff2") format("woff2"), url("../fonts/Gelion-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gelion";
  src: url("../fonts/Gelion-Regular.woff2") format("woff2"), url("../fonts/Gelion-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gelion";
  src: url("../fonts/Gelion-Medium.woff2") format("woff2"), url("../fonts/Gelion-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gelion";
  src: url("../fonts/GelionThin.ttf") format("ttf");
  font-weight: 100;
}
header {
  font-family: "Gelion" !important;
}

footer {
  font-family: "Gelion" !important;
}

body {
  font-family: "Gelion" !important;
}

.block-header {
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 45px 0;
}
@media (max-width: 991px) {
  .block-header {
    padding: 25px 0;
  }
}
.block-header .contact-id {
  text-align: right;
  padding-left: 150px;
}
.block-header .contact-id a {
  transition: 0.5s all;
  padding: 3px 6px !important;
}
.block-header .contact-id a:hover {
  color: #3170ff;
}
.block-header .contact-id a:hover::after {
  background-color: transparent;
  height: 0;
  opacity: 0;
}
.block-header .nav-block {
  margin: 0;
  display: none;
  list-style: none;
  gap: 70px;
}
@media (max-width: 1500px) {
  .block-header .nav-block {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .block-header .nav-block {
    gap: 50px;
  }
}
@media (max-width: 1128px) {
  .block-header .nav-block {
    gap: 50px;
    padding: 0;
  }
}
.block-header .nav-block li a {
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  display: block;
}
.block-header .nav-block li a.active {
  font-weight: 700;
}
.block-header .nav-block li a.active::after {
  top: 36px;
  left: -17%;
  width: 132%;
  height: 3px;
  background: #FF1515;
  content: "";
  opacity: 1;
  border-radius: 100px;
}

.link-efx {
  position: relative;
}

.link-efx a::after {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #FF2B00;
  content: "";
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(-8px);
}

.link-efx a:hover::after,
.link-efx a:focus::after {
  opacity: 1;
  transform: translateY(0px);
}

a:hover,
a:focus,
button:focus {
  text-decoration: none !important;
  /* outline: none; */
}

.link-efx a:focus::after {
  background: transparent !important;
  /* outline: none; */
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0px;
}

.dropdown-item {
  font-size: 13px;
}

.sideMenu {
  background-color: #3170ff;
  height: 100%;
  position: fixed;
  right: -260px;
  top: 0;
  transition: right 0.4s ease-in-out;
  width: 260px;
  z-index: 9001;
}

.sideMenu ul li a {
  display: block;
  width: 100%;
  padding: 10px 15px;
}

.toggler-block {
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
}
.toggler-block button {
  background-color: transparent;
  border: 0;
}

.block-mobile-nav.active {
  right: 0;
}

.block-wrapper.active .block-ui {
  right: 260px;
}

.block-wrapper .block-ui {
  position: relative;
  right: 0;
  transition: 0.4s ease-in-out;
}

.block-wrapper {
  width: 100%;
  overflow: hidden;
}

.block-header .container {
  position: relative;
}

.js-menu.active span {
  background-color: #fff;
}
.js-menu.active span:nth-child(2) {
  opacity: 0;
}
.js-menu.active span:first-child {
  top: 0.438em;
  transform: rotate(45deg);
}
.js-menu.active span:last-child {
  top: -0.313em;
  transform: rotate(-45deg);
}
.js-menu span {
  position: relative;
  top: 0;
  display: block;
  width: 1.25em;
  height: 0.125em;
  margin-bottom: 0.25em;
  background-color: #fff;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.js-menu span:last-child {
  margin-bottom: 0;
}

.top-section {
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .top-section {
    padding-top: 0px;
  }
}
.top-section li {
  list-style-type: none;
}
.top-section .container-fluid .top-nav-container.nav-main {
  margin-top: 0;
}
.top-section .container-fluid .top-nav-container ul {
  margin: 0 auto;
  padding: 0;
  width: fit-content;
}
.top-section .container-fluid .top-nav-container ul li:nth-child(6) {
  margin-left: 40px;
}
.top-section .container-fluid .top-nav-container .logo-block {
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .top-section .container-fluid .top-nav-container .logo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .top-section .container-fluid .top-nav-container .logo-block {
    display: block;
  }
}
#menuOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999 !important;
  display: none;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .top-section #mySidenav .closebtn {
    font-size: 36px;
    font-weight: 300;
  }
}
.profile-section .sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999999999 !important;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  box-shadow: 0px 3.67559px 142.429px rgba(0, 0, 0, 0.25);
}
.sidenav a {
  padding: 15px 30px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  display: block;
  transition: 0.5s ease-in;
  white-space: nowrap;
}
.sidenav a.active {
  color: #FF2B00;
}
.sidenav li {
  list-style-type: none;
  text-align: center;
}
.sidenav a:hover {
  color: #FFF;
}
.sidenav .closebtn {
  font-size: 36px;
}
.sidenav .language-container {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidenav .language-container .dropdown .bootstrap-select {
  background: no-repeat;
  border: none;
  color: #fff;
  letter-spacing: 0.72px;
}

.block-header .container-custom {
  position: relative;
}
.block-header .container-custom .lang-desktop {
  display: flex;
}
.block-header .container-custom .dropdown {
  margin-left: 5px;
}
.block-header .container-custom .dropdown .bootstrap-select {
  color: #bbd2cc;
  letter-spacing: 0.72px;
  padding: 0 16px 0px 6px;
  font-size: 1.2rem;
}
.block-header .container-custom .dropdown .bootstrap-select:hover {
  color: #fff;
}
.block-header .container-custom hr {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  background: rgba(255, 255, 255, 0.2392156863);
}
.block-header .container-custom .row label {
  margin: 0;
  color: #bbd2cc;
  font-size: 1.2rem;
}
.block-header .top-nav-container {
  margin: 0 3vw;
}
@media (max-width: 1650px) {
  .block-header .top-nav-container {
    margin: 0;
  }
}
.block-header .top-nav-container .nav-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .block-header .top-nav-container .nav-block {
    display: none;
  }
}
.block-header .top-nav-container .nav-block li {
  cursor: pointer;
}
@media screen and (max-width: 1126px) {
  .block-header .top-nav-container .nav-block li {
    padding: 5px 3px;
  }
}
.block-header .top-nav-container .nav-block li a {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.1s ease-out;
  letter-spacing: 0.72px;
  text-decoration: none;
}

.button_container {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 27px;
  width: 36px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  display: none;
}
@media (max-width: 991px) {
  .button_container {
    display: block;
  }
}
.button_container span {
  background: #000;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 9999999 !important;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 5px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}

.btn-main.login-btn {
  background: #FF2B00;
  border-radius: 24px;
  color: #fff;
  padding: 9px 44px;
  border-radius: 36px;
  transition: 0.2s ease-out;
  border: none;
}
@media screen and (max-width: 1319px) {
  .btn-main.login-btn {
    font-size: 14px;
  }
}

.navlinks-button {
  display: flex;
  justify-content: end;
  gap: 48px;
}
@media (max-width: 1500px) {
  .navlinks-button {
    gap: 29px;
  }
}
@media (max-width: 1200px) {
  .navlinks-button {
    gap: 23px;
  }
}
@media (max-width: 1128px) {
  .navlinks-button {
    gap: 15px;
  }
}

.btn-main.login-btn:hover {
  transform: scale(1.06);
}

.footer-logo {
  margin: 0 0 15px;
}

.footer-block {
  background-color: #000;
  color: #fff;
  padding: 3% 6% 0%;
}
@media (max-width: 500px) {
  .footer-block {
    padding: 3% 4% 0%;
  }
}
@media (max-width: 600px) {
  .footer-block .footer-main {
    padding: 0px;
  }
}
@media (max-width: 500px) {
  .footer-block .footer-main .container-fluid {
    padding: 0;
  }
}
.footer-block .footer-main .footer-section {
  display: grid;
  grid-template-columns: 54% 14% 16% 16%;
  padding: 50px 15px;
}
@media (max-width: 1400px) {
  .footer-block .footer-main .footer-section {
    grid-template-columns: 46% 16% 21% 17%;
  }
}
@media (max-width: 1200px) {
  .footer-block .footer-main .footer-section {
    grid-template-columns: 40% 17% 26% 17%;
  }
}
@media (max-width: 991px) {
  .footer-block .footer-main .footer-section {
    grid-template-columns: 50% 50%;
    text-align: -webkit-center;
  }
}
@media (max-width: 667px) {
  .footer-block .footer-main .footer-section {
    grid-template-columns: 100%;
    text-align: start;
    padding: 20px 15px 15px;
  }
}
@media (max-width: 500px) {
  .footer-block .footer-main .footer-section {
    padding: 20px 0px 15px;
  }
}
.footer-block .footer-main .footer-head-section {
  padding: 15px 15px 50px;
  border-bottom: 1px solid #404040;
}
@media (max-width: 767px) {
  .footer-block .footer-main .footer-head-section {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .footer-block .footer-main .footer-head-section {
    padding: 15px 0px 24px;
  }
}
.footer-block .footer-main .input-button-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-block .footer-main .input-button-footer {
    justify-content: flex-start;
  }
}
@media (max-width: 370px) {
  .footer-block .footer-main .input-button-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-block .footer-main .input-button-footer button {
  background: #FF2B00;
  border-radius: 35.1234px;
  padding: 12px 26px;
  color: #fff;
  font-size: 1.076rem;
}
@media (max-width: 450px) {
  .footer-block .footer-main .input-button-footer button {
    padding: 8px 26px;
    font-size: 14.1334px;
  }
}
.footer-block .footer-main .input-button-footer .input-div {
  position: relative;
  width: 60%;
}
.footer-block .footer-main .input-button-footer .input-div .profile-icon-div {
  position: absolute;
  top: 10px;
  left: 5%;
}
.footer-block .footer-main .input-button-footer .input-div input {
  box-sizing: border-box;
  border: 0.856669px solid rgba(255, 255, 255, 0.5);
  border-radius: 35.1234px;
  padding: 12px 23px;
  background-color: #000;
  width: 100%;
  padding-left: 15%;
  color: #fff;
}
@media (max-width: 450px) {
  .footer-block .footer-main .input-button-footer .input-div input {
    padding: 8px 40px;
  }
}
.footer-block .footer-main .input-button-footer .input-div input::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 15.1334px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 450px) {
  .footer-block .footer-main .input-button-footer .input-div input::placeholder {
    font-size: 12.1334px;
  }
}
.footer-block .footer-main h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20.5992px;
  line-height: 160%;
  text-transform: capitalize;
  color: #FFFFFF;
}
.footer-block .footer-main a {
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 15.1334px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 20px;
}
.footer-block .footer-main p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 19.7698px;
  line-height: 140%;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .footer-block .footer-main p br {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-block .footer-main .logo-footer,
  .footer-block .footer-main .about-rays-footer {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .footer-block .footer-main .logo-footer,
  .footer-block .footer-main .about-rays-footer {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .footer-block .copyrights_div {
    flex-direction: column;
    gap: 10px;
  }
}

.copyrights {
  background-color: #000;
  padding: 40px 0px;
  border-top: 1px solid #404040;
}
.copyrights .copyrights-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14.1334px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 0;
}

.contact-section .contact-head-section {
  background: linear-gradient(212.33deg, #DE3060 0.49%, #D84532 12.75%, #D38030 34.03%, #DFE5E9 52.81%);
}
.contact-section .contact-first-section {
  padding: 5% 9%;
}
.contact-section .contact-head {
  width: 65%;
}
@media (max-width: 991px) {
  .contact-section .contact-head {
    width: 100%;
  }
}
.contact-section .contact-head h1 {
  font-weight: 400;
  font-size: 57px;
  line-height: 68px;
  text-transform: capitalize;
  color: #232323;
}
@media (max-width: 991px) {
  .contact-section .contact-head h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 567px) {
  .contact-section .contact-head h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.contact-section .text-us-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .contact-section .text-us-form {
    justify-content: center;
    padding: 2rem 0;
  }
}
@media (max-width: 567px) {
  .contact-section .text-us-form {
    display: grid;
    justify-items: center;
  }
}
.contact-section .text-us-form .text-box input {
  background: #FFFFFF;
  font-weight: 400;
  font-size: 19px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  outline: none;
  padding: 1.5rem 18rem 1.5rem 2rem;
}
@media (max-width: 991px) {
  .contact-section .text-us-form .text-box input {
    padding: 1.5rem;
  }
}
@media (max-width: 567px) {
  .contact-section .text-us-form .text-box input {
    padding: 1rem;
  }
}
.contact-section .text-us-form .next-btn button {
  background: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  padding: 1rem 3rem 1rem 2rem;
}
@media (max-width: 991px) {
  .contact-section .text-us-form .next-btn button {
    padding: 0.7rem 2rem 0.7rem 2rem;
  }
}
@media (max-width: 567px) {
  .contact-section .text-us-form .next-btn button {
    padding: 1rem;
  }
}
.contact-section .response-section .image-section {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .contact-section .response-section .image-section {
    flex-wrap: wrap;
  }
}
.contact-section .response-section .image-section div:nth-child(odd) {
  margin-top: 0;
}
.contact-section .response-section .image-section div:nth-child(even) {
  margin-top: 115px;
}
@media (max-width: 991px) {
  .contact-section .response-section .image-section div:nth-child(even) {
    margin-top: 0;
  }
}
.contact-section .response-section .send-amount h2,
.contact-section .response-section .response-amount h2 {
  font-weight: 600;
  font-size: 57px;
  text-transform: capitalize;
  color: #2D2D2D;
}
@media (max-width: 991px) {
  .contact-section .response-section .send-amount h2,
  .contact-section .response-section .response-amount h2 {
    font-size: 50px;
  }
}
.contact-section .response-section .send-amount p,
.contact-section .response-section .response-amount p {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #2D2D2D;
}
.contact-section .response-section .contact-response {
  display: flex;
  gap: 10%;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1200px) {
  .contact-section .response-section .contact-response {
    margin-top: 1rem;
  }
}
.contact-section .contact-form-section {
  padding: 6% 10% 6% 6%;
}
.contact-section .contact-form-section .text-section {
  width: 75%;
}
@media (max-width: 991px) {
  .contact-section .contact-form-section .text-section {
    width: 100%;
  }
}
.contact-section .contact-form-section .text-section .txt-head h2 {
  font-weight: 400;
  font-size: 55px;
  line-height: 63px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .contact-section .contact-form-section .text-section .txt-head h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
.contact-section .contact-form-section .text-section .txt-head p {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
  margin: 2rem 0;
}
@media (max-width: 991px) {
  .contact-section .contact-form-section .text-section .txt-head p {
    margin: 1rem 0;
  }
}
.contact-section .contact-form-section .text-section .contact {
  margin-top: 2rem;
}
.contact-section .contact-form-section .text-section .contact h6 {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1.3rem;
}
.contact-section .contact-form-section .text-section .contact p {
  font-weight: 400;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.contact-section .contact-form-section .get-touch-section {
  background: #F1F2F4;
  border-radius: 24px;
  padding: 10%;
  position: relative;
}
@media (max-width: 991px) {
  .contact-section .contact-form-section .get-touch-section {
    margin-top: 3rem;
  }
}
.contact-section .contact-form-section .get-touch-section .touch-head h3 {
  font-weight: 400;
  font-size: 42px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}
.contact-section .contact-form-section .get-touch-section .touch-head p {
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}
.contact-section .contact-form-section .get-touch-section .get-touch-form .input-container input,
.contact-section .contact-form-section .get-touch-section .get-touch-form .input-container textarea {
  font-weight: 400;
  padding: 30px 0 10px;
  font-size: 19px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  outline: none;
  width: 100%;
  background: none;
  resize: none;
}
.contact-section .contact-form-section .get-touch-section .get-touch-form .btn-container {
  margin-top: 1.5rem;
}
.contact-section .contact-form-section .get-touch-section .get-touch-form .btn-container button {
  background: #343434;
  border-radius: 49px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-section .contact-form-section .get-touch-section .back-image {
  position: absolute;
  left: -210px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.program-section .transform-section .left-section {
  display: flex;
  padding-left: 5%;
  justify-content: end;
  position: relative;
}
@media (max-width: 991px) {
  .program-section .transform-section .left-section {
    padding: 0 5%;
  }
}
.program-section .transform-section .left-section .left-txt {
  position: absolute;
  width: 50%;
  top: 55%;
  transform: translate(-75%, -50%);
}
@media (max-width: 1700px) {
  .program-section .transform-section .left-section .left-txt {
    transform: translate(-75%, -46%);
  }
}
@media (max-width: 1580px) {
  .program-section .transform-section .left-section .left-txt {
    transform: translate(-75%, -40%);
  }
}
@media (max-width: 1400px) {
  .program-section .transform-section .left-section .left-txt {
    transform: translate(-75%, -41%);
  }
}
@media (max-width: 1300px) {
  .program-section .transform-section .left-section .left-txt {
    transform: translate(-80%, -41%);
  }
}
@media (max-width: 1200px) {
  .program-section .transform-section .left-section .left-txt {
    transform: translate(-90%, -37%);
  }
}
@media (max-width: 991px) {
  .program-section .transform-section .left-section .left-txt {
    position: unset;
    transform: none;
    width: 100%;
  }
}
.program-section .transform-section .left-section .left-txt h1 {
  font-weight: 400;
  font-size: 3.307vw;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 991px) {
  .program-section .transform-section .left-section .left-txt h1 {
    font-size: 7.087vw;
  }
}
@media (max-width: 467px) {
  .program-section .transform-section .left-section .left-txt h1 {
    font-size: 40px;
  }
}
.program-section .transform-section .left-section .left-txt h4 {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 34px;
  font-weight: 400;
  font-size: 2.087vw;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  padding: 8px 50px;
}
@media (max-width: 991px) {
  .program-section .transform-section .left-section .left-txt h4 {
    font-size: 4.087vw;
  }
}
@media (max-width: 467px) {
  .program-section .transform-section .left-section .left-txt h4 {
    font-size: 22px;
    padding: 8px 20px;
  }
}
.program-section .transform-section .left-section .left-txt h2 {
  font-weight: 400;
  font-size: 2.613vw;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  padding-bottom: 24px;
  margin: 0;
}
@media (max-width: 991px) {
  .program-section .transform-section .left-section .left-txt h2 {
    font-size: 6.087vw;
  }
}
@media (max-width: 467px) {
  .program-section .transform-section .left-section .left-txt h2 {
    font-size: 35px;
  }
}
.program-section .transform-section .left-section .left-txt p {
  font-weight: 400;
  font-size: 19px;
  line-height: 31px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
  width: 19vw;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding-top: 10px;
}
@media (max-width: 1400px) {
  .program-section .transform-section .left-section .left-txt p {
    width: 24vw;
  }
}
@media (max-width: 991px) {
  .program-section .transform-section .left-section .left-txt p {
    width: 100%;
  }
}
.program-section .transform-section .left-section .left-txt .star-box {
  position: relative;
}
.program-section .transform-section .left-section .left-txt .star-box .prgrm-star {
  position: absolute;
  bottom: 0;
  left: 0;
}
.program-section .transform-section .left-section .left-txt .left-btn .buttons-section {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .program-section .transform-section .left-section .left-txt .left-btn .buttons-section {
    flex-direction: row;
    justify-content: center;
  }
}
.program-section .transform-section .left-section .left-txt .left-btn .donate-btn button {
  background: #F8BDA8;
  border-radius: 41px;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  padding: 8px 30px;
}
.program-section .transform-section .left-section .left-txt .left-btn .explore-btn button {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 41px;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  padding: 8px 20px;
  background: none;
}
.program-section .transform-section .left-section .left-txt .left-btn .down-btn {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 20px;
}
@media (max-width: 991px) {
  .program-section .transform-section .left-section .left-txt .left-btn .down-btn {
    margin: 20px auto;
  }
}
.program-section .transform-section .left-section .left-txt .left-btn .down-btn .down-images {
  display: grid;
  justify-items: center;
  padding: 27px;
}
.program-section .transform-section .left-section .left-image {
  width: 52%;
}
@media (max-width: 1300px) {
  .program-section .transform-section .left-section .left-image {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .program-section .transform-section .left-section .left-image {
    display: none;
  }
}
.program-section .transform-section .left-section .left-image img {
  z-index: -1;
  position: relative;
}
.program-section .transform-section .right-section {
  padding: 19% 0 0 1%;
}
@media (max-width: 991px) {
  .program-section .transform-section .right-section {
    padding: 20px 3rem;
    text-align: center;
  }
}
.program-section .transform-section .right-section .top-txt {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .program-section .transform-section .right-section .top-txt {
    flex-direction: row;
    justify-content: center;
  }
}
.program-section .transform-section .right-section .top-txt .top-left .poverty-txt p {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.program-section .transform-section .right-section .top-txt .top-left .hunger-txt p {
  font-weight: 400;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 667px) {
  .program-section .transform-section .right-section .top-txt .top-right {
    display: none;
  }
}
.program-section .transform-section .right-section .top-txt .top-right .circle-text {
  position: relative;
}
.program-section .transform-section .right-section .top-txt .top-right .circle-text p {
  position: absolute;
  width: 102px;
  height: 69px;
  left: 83px;
  top: -20px;
  background: #FFFFFF;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 10px;
}
.program-section .transform-section .right-section .top-txt .top-right .circle-text .rightarrow {
  position: absolute;
  bottom: 20%;
  left: 28px;
  z-index: 1;
}
.program-section .transform-section .right-section .right-image {
  padding-right: 38%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .program-section .transform-section .right-section .right-image {
    padding-right: 0;
  }
}
.program-section .highlight-section {
  background-image: url(../images/highlight-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.program-section .highlight-section .top {
  position: relative;
  padding: 5%;
}
.program-section .highlight-section .top .left-image .combat-head h1 {
  font-weight: 400;
  font-size: 50px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .program-section .highlight-section .top .left-image .combat-head h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .program-section .highlight-section .top .right-txt {
    margin-top: 2rem;
  }
}
.program-section .highlight-section .top .right-txt p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}
.program-section .highlight-section .top .right-txt h1 {
  font-weight: 300;
  font-size: 45px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .program-section .highlight-section .top .right-txt h1 {
    font-size: 35px;
  }
}
.program-section .highlight-section .top .right-txt ul {
  margin-top: 30px;
}
.program-section .highlight-section .top .right-txt li {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: #4D4D4D;
  margin-top: 5px;
}
.program-section .highlight-section .top .side-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.program-section .highlight-section .bottom {
  padding: 5%;
  padding-top: 0;
}
.program-section .highlight-section .bottom .left-txt p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}
.program-section .highlight-section .bottom .left-txt h1 {
  font-weight: 300;
  font-size: 45px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .program-section .highlight-section .bottom .left-txt h1 {
    font-size: 35px;
  }
}
.program-section .highlight-section .bottom .left-txt ul {
  margin-top: 30px;
}
.program-section .highlight-section .bottom .left-txt li {
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: #4D4D4D;
  margin-top: 5px;
}
.program-section .highlight-section .bottom .left-txt li p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: #4D4D4D;
}
.program-section .highlight-section .bottom .right-image .health-head h1 {
  font-weight: 400;
  font-size: 50px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .program-section .highlight-section .bottom .right-image .health-head h1 {
    font-size: 40px;
  }
}
.program-section .program-bottom-section {
  background-image: url(../images/initiative-bg.png);
  background-repeat: no-repeat;
  background-position: left;
}
.program-section .carousel-section .swiper-container1 {
  width: 100%;
  overflow: hidden;
  padding: 7% 0;
}
@media (max-width: 991px) {
  .program-section .carousel-section .swiper-container1 {
    padding: 10% 0;
  }
}
@media (max-width: 567px) {
  .program-section .carousel-section .swiper-container1 {
    padding: 14% 0;
  }
}
.program-section .carousel-section .swiper-slide {
  position: relative;
  transition: all 0.5s;
}
.program-section .carousel-section .swiper-slide .slide-img img {
  transition: transform 0.3s ease;
}
.program-section .carousel-section .swiper-slide .text-section {
  position: absolute;
  bottom: 1.6vw;
  left: 2.133vw;
}
.program-section .carousel-section .swiper-slide .text-section h4 {
  font-weight: 500;
  font-size: 1.6vw;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
  .program-section .carousel-section .swiper-slide .text-section h4 {
    font-size: 3vw;
  }
}
@media (max-width: 567px) {
  .program-section .carousel-section .swiper-slide .text-section h4 {
    font-size: 4vw;
  }
}
.program-section .carousel-section .swiper-slide .text-section button {
  padding: 5px 10px;
  background: #FFFFFF;
  border-radius: 29px;
  font-weight: 400;
  font-size: 0.907vw;
  text-transform: capitalize;
  color: #FF2B00;
  border: none;
}
@media (max-width: 991px) {
  .program-section .carousel-section .swiper-slide .text-section button {
    font-size: 1.607vw;
  }
}
.program-section .carousel-section .swiper-slide .text-section .meal-img {
  display: grid;
  grid-template-areas: "stack";
}
.program-section .carousel-section .swiper-slide .text-section .meal-img img {
  grid-area: stack;
  object-fit: cover;
  transition: transform 200ms;
}
.program-section .carousel-section .swiper-slide .text-section .meal-img img:nth-child(1) {
  transform: translateX(0rem);
}
.program-section .carousel-section .swiper-slide .text-section .meal-img img:nth-child(2) {
  transform: translateX(2rem);
  z-index: 1;
}
.program-section .carousel-section .swiper-slide .text-section .meal-img img:nth-child(3) {
  transform: translateX(4rem);
}
.program-section .carousel-section .swiper-slide .text-section2 {
  position: absolute;
  bottom: 1.6vw;
  left: 2.133vw;
  right: 2.133vw;
}
.program-section .carousel-section .swiper-slide .text-section2 h4 {
  font-weight: 500;
  font-size: 1.6vw;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
  .program-section .carousel-section .swiper-slide .text-section2 h4 {
    font-size: 3vw;
  }
}
@media (max-width: 567px) {
  .program-section .carousel-section .swiper-slide .text-section2 h4 {
    font-size: 4vw;
  }
}
.program-section .carousel-section .swiper-slide .text-section2 button {
  padding: 5px 10px;
  border-radius: 29px;
  font-weight: 400;
  font-size: 0.907vw;
  text-transform: capitalize;
  border: none;
  background: rgba(107, 105, 105, 0.6);
  border: 0.733894px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(1.46779px);
  text-transform: capitalize;
  color: #FFFFFF;
  float: right;
}
@media (max-width: 991px) {
  .program-section .carousel-section .swiper-slide .text-section2 button {
    font-size: 1.607vw;
  }
}
.program-section .carousel-section .swiper-slide .text-section3 {
  position: absolute;
  bottom: 1.6vw;
  left: 2.133vw;
  right: 2.133vw;
}
.program-section .carousel-section .swiper-slide .text-section3 h4 {
  font-weight: 500;
  font-size: 1.6vw;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
  .program-section .carousel-section .swiper-slide .text-section3 h4 {
    font-size: 3vw;
  }
}
@media (max-width: 567px) {
  .program-section .carousel-section .swiper-slide .text-section3 h4 {
    font-size: 4vw;
  }
}
.program-section .carousel-section .swiper-slide-active {
  transition: all 0.5s;
}
.program-section .carousel-section .swiper-slide-active .slide-img {
  transform: translateY(-20%);
}
.program-section .carousel-section .swiper-slide-active .text-section3 {
  position: absolute;
  bottom: 0;
  left: 1vw;
  right: 2.133vw;
}
.program-section .carousel-section .swiper-slide-active .text-section3 h4 {
  font-weight: 500;
  font-size: 1.6vw;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 991px) {
  .program-section .carousel-section .swiper-slide-active .text-section3 h4 {
    font-size: 3vw;
  }
}
@media (max-width: 567px) {
  .program-section .carousel-section .swiper-slide-active .text-section3 h4 {
    font-size: 4vw;
  }
}
.program-section .carousel-section .swiper-slide-active .text-section2 {
  position: absolute;
  bottom: 0;
  left: 1vw;
  right: 2.133vw;
}
.program-section .carousel-section .swiper-slide-active .text-section2 h4 {
  font-weight: 500;
  font-size: 1.6vw;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 991px) {
  .program-section .carousel-section .swiper-slide-active .text-section2 h4 {
    font-size: 3vw;
  }
}
@media (max-width: 567px) {
  .program-section .carousel-section .swiper-slide-active .text-section2 h4 {
    font-size: 4vw;
  }
}
.program-section .carousel-section .swiper-slide-active .text-section2 button {
  display: none;
}
.program-section .carousel-section .swiper-slide-active .text-section {
  position: absolute;
  bottom: 0;
  left: 1vw;
  right: 2.133vw;
}
.program-section .carousel-section .swiper-slide-active .text-section h4 {
  font-weight: 500;
  font-size: 1.6vw;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 991px) {
  .program-section .carousel-section .swiper-slide-active .text-section h4 {
    font-size: 3vw;
  }
}
@media (max-width: 567px) {
  .program-section .carousel-section .swiper-slide-active .text-section h4 {
    font-size: 4vw;
  }
}
.program-section .carousel-section .swiper-slide-active .text-section button {
  display: none;
}
.program-section .carousel-section .swiper-slide-active .text-section .meal-img {
  display: none;
}
.program-section .initiative-section .initiative-body {
  position: relative;
  padding: 0 5%;
}
.program-section .initiative-section .initiative-body .left-image .combat-head h1 {
  font-weight: 400;
  font-size: 50px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .program-section .initiative-section .initiative-body .left-image .combat-head h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .program-section .initiative-section .initiative-body .right-txt {
    margin-top: 2rem;
  }
}
.program-section .initiative-section .initiative-body .right-txt p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}
.program-section .initiative-section .initiative-body .right-txt h1 {
  font-weight: 300;
  font-size: 45px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .program-section .initiative-section .initiative-body .right-txt h1 {
    font-size: 35px;
  }
}
.program-section .initiative-section .initiative-body .right-txt ul {
  margin-top: 30px;
}
.program-section .initiative-section .initiative-body .right-txt li {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: #4D4D4D;
  margin-top: 5px;
}
.program-section .initiative-section .initiative-body .side-image {
  position: absolute;
  right: 0;
  bottom: -66px;
  z-index: -1;
}
.program-section .hunger-honor-section {
  background-image: url(../images/highlight-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.program-section .hunger-section .hunger-body {
  padding: 5%;
}
.program-section .hunger-section .hunger-body .left-image .combat-head h1 {
  font-weight: 400;
  font-size: 50px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .program-section .hunger-section .hunger-body .left-image .combat-head h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .program-section .hunger-section .hunger-body .right-txt {
    margin-top: 2rem;
  }
}
.program-section .hunger-section .hunger-body .right-txt p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}
.program-section .hunger-section .hunger-body .right-txt h1 {
  font-weight: 300;
  font-size: 45px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .program-section .hunger-section .hunger-body .right-txt h1 {
    font-size: 35px;
  }
}
.program-section .hunger-section .hunger-body .right-txt ul {
  margin-top: 30px;
}
.program-section .hunger-section .hunger-body .right-txt li {
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: #4D4D4D;
  margin-top: 5px;
}
.program-section .hunger-section .hunger-body .right-txt li p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: #4D4D4D;
}
.program-section .award-section .award-body {
  position: relative;
  padding: 0 5%;
}
.program-section .award-section .award-body .left-image .combat-head h1 {
  font-weight: 400;
  font-size: 50px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .program-section .award-section .award-body .left-image .combat-head h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .program-section .award-section .award-body .right-txt {
    margin-top: 2rem;
  }
}
.program-section .award-section .award-body .right-txt p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}
.program-section .award-section .award-body .right-txt h1 {
  font-weight: 300;
  font-size: 45px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .program-section .award-section .award-body .right-txt h1 {
    font-size: 35px;
  }
}
.program-section .award-section .award-body .right-txt ul {
  margin-top: 30px;
}
.program-section .award-section .award-body .right-txt li {
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: #4D4D4D;
  margin-top: 5px;
}
.program-section .award-section .award-body .right-txt li p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: #4D4D4D;
}
.program-section .award-section .award-body .side-image {
  position: absolute;
  right: 0;
  bottom: -66px;
  z-index: -1;
}
.program-section .humanitarian-section .humanitarian-body {
  position: relative;
  padding: 5%;
  padding-top: 0;
}
.program-section .humanitarian-section .humanitarian-body .left-image .combat-head h1 {
  font-weight: 400;
  font-size: 50px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .program-section .humanitarian-section .humanitarian-body .left-image .combat-head h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .program-section .humanitarian-section .humanitarian-body .right-txt {
    margin-top: 2rem;
  }
}
.program-section .humanitarian-section .humanitarian-body .right-txt p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}
.program-section .humanitarian-section .humanitarian-body .right-txt h1 {
  font-weight: 300;
  font-size: 45px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .program-section .humanitarian-section .humanitarian-body .right-txt h1 {
    font-size: 35px;
  }
}
.program-section .humanitarian-section .humanitarian-body .right-txt ul {
  margin-top: 30px;
}
.program-section .humanitarian-section .humanitarian-body .right-txt li {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: #4D4D4D;
  margin-top: 5px;
}
.program-section .humanitarian-section .humanitarian-body .side-image {
  position: absolute;
  right: 0;
  bottom: -66px;
  z-index: -1;
}

.btn-shake {
  animation: jiggle 2s ease-out infinite;
}

.about-section .about-head {
  background-image: url(../images/about-top-ribbon.png);
  background-repeat: no-repeat;
  background-size: 73%;
}
.about-section .about-first-section {
  position: relative;
}
.about-section .about-first-section .about-side-logo {
  position: absolute;
  top: -145px;
  right: 0;
  z-index: -1;
  width: 15.5%;
}
.about-section .about-first-section .about-head-txt {
  text-align: center;
  margin: 5% 0;
}
.about-section .about-first-section .about-head-txt h1 {
  font-weight: 300;
  font-size: 76px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #FF2B00 0%, #F0C6BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .about-section .about-first-section .about-head-txt h1 {
    font-size: 60px;
  }
}
.about-section .about-first-section .about-head-txt h3 {
  font-weight: 300;
  font-size: 30px;
  text-transform: capitalize;
  color: rgba(4, 4, 4, 0.8);
}
@media (max-width: 991px) {
  .about-section .about-first-section .about-head-txt h3 {
    font-size: 27px;
  }
}
.about-section .about-first-section .about-img-section {
  padding: 0 8%;
}
.about-section .about-first-section .about-img-section .txt-section p {
  font-weight: 400;
  font-size: 19px;
  line-height: 42px;
  text-transform: capitalize;
  color: #8A8A8A;
}
@media (max-width: 1300px) {
  .about-section .about-first-section .about-img-section .txt-section p {
    line-height: 33px;
  }
}
@media (max-width: 1070px) {
  .about-section .about-first-section .about-img-section .txt-section p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .about-section .about-first-section .about-img-section .txt-section p {
    font-size: 18px;
    line-height: 33px;
  }
}
.about-section .about-first-section .about-img-section .partner-section {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
}
.about-section .about-first-section .about-img-section .abt-img img {
  width: 100%;
}
.about-section .about-first-section .about-img-section .lives h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #FF2B00;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .about-section .about-first-section .about-img-section .lives h4 {
    font-size: 35px;
  }
  .about-section .about-first-section .about-img-section .lives h4 br {
    display: none;
  }
}
.about-section .about-first-section .about-img-section .global-partner,
.about-section .about-first-section .about-img-section .grassroot {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .about-section .about-first-section .about-img-section .global-partner,
  .about-section .about-first-section .about-img-section .grassroot,
  .about-section .about-first-section .about-img-section .transformed {
    margin-top: 1rem;
  }
}
.about-section .about-first-section .about-img-section .global-partner h2,
.about-section .about-first-section .about-img-section .grassroot h2,
.about-section .about-first-section .about-img-section .transformed h2 {
  font-weight: 300;
  font-size: 69px;
  text-transform: capitalize;
  color: #373737;
  margin: 0;
}
@media (max-width: 991px) {
  .about-section .about-first-section .about-img-section .global-partner h2,
  .about-section .about-first-section .about-img-section .grassroot h2,
  .about-section .about-first-section .about-img-section .transformed h2 {
    font-size: 58px;
  }
}
.about-section .about-first-section .about-img-section .global-partner p,
.about-section .about-first-section .about-img-section .grassroot p,
.about-section .about-first-section .about-img-section .transformed p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-transform: capitalize;
  color: #373737;
}
.about-section .about-first-section .about-img-section .transformed {
  margin-top: 2.24vw;
}
@media (max-width: 1600px) {
  .about-section .about-first-section .about-img-section .transformed {
    margin-top: 1vw;
  }
}
@media (max-width: 991px) {
  .about-section .about-first-section .about-img-section .transformed br {
    display: none;
  }
}
.about-section .vision-mission-section {
  position: relative;
  margin-top: 2rem;
}
.about-section .vision-mission-section .vision-side {
  position: absolute;
  left: 0;
  width: 11%;
  z-index: -1;
}
.about-section .vision-mission-section .vision-section {
  background: url(../images/vision-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 49px;
  margin: 0 5% -2% 19%;
}
@media (max-width: 991px) {
  .about-section .vision-mission-section .vision-section {
    margin: 0 4% 4% 4%;
  }
}
.about-section .vision-mission-section .mission-section {
  background: url(../images/mission-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 49px;
  margin: 0 4% 5% 24%;
}
@media (max-width: 991px) {
  .about-section .vision-mission-section .mission-section {
    margin: 0 4% 4% 4%;
  }
}
.about-section .vision-mission-section .mission-section,
.about-section .vision-mission-section .vision-section {
  display: flex;
  grid-template-columns: 1fr 1fr;
  padding: 60px 40px 60px 70px;
  gap: 8%;
  position: relative;
}
@media (max-width: 991px) {
  .about-section .vision-mission-section .mission-section,
  .about-section .vision-mission-section .vision-section {
    flex-direction: column;
    padding: 20px 30px 20px 40px;
  }
}
.about-section .vision-mission-section .mission-section .desc,
.about-section .vision-mission-section .vision-section .desc {
  display: flex;
}
.about-section .vision-mission-section .mission-section h3,
.about-section .vision-mission-section .vision-section h3 {
  font-weight: 300;
  font-size: 60px;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .about-section .vision-mission-section .mission-section h3,
  .about-section .vision-mission-section .vision-section h3 {
    font-size: 50px;
  }
}
.about-section .vision-mission-section .mission-section p,
.about-section .vision-mission-section .vision-section p {
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  text-transform: capitalize;
  color: #FFFFFF;
  width: 95%;
}
@media (max-width: 991px) {
  .about-section .vision-mission-section .mission-section p,
  .about-section .vision-mission-section .vision-section p {
    font-size: 18px;
  }
}
.about-section .vision-mission-section .mission-section .arrow-sec,
.about-section .vision-mission-section .vision-section .arrow-sec {
  position: absolute;
  top: 25px;
  right: 30px;
}
.about-section .vision-mission-section .mission-section .arrow-sec .arrow,
.about-section .vision-mission-section .vision-section .arrow-sec .arrow {
  background: #fff;
  padding: 11px 16px;
  border-radius: 50%;
}
.about-section .journey-section {
  background-image: url(../images/journey-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 90%;
  padding: 0 10%;
}
.about-section .journey-section .journey-txt h1 {
  font-weight: 700;
  font-size: 90px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .about-section .journey-section .journey-txt h1 {
    font-size: 55px;
  }
}
.about-section .journey-section .journey-txt p {
  font-weight: 400;
  font-size: 19px;
  text-transform: capitalize;
  color: #8A8A8A;
  line-height: 42px;
}
@media (max-width: 991px) {
  .about-section .journey-section .journey-txt p {
    line-height: 34px;
  }
}
.about-section .journey-section .journey-timeline #thumbs {
  position: relative;
}
.about-section .journey-section .journey-timeline .timeline-section {
  overflow: hidden;
  padding: 8% 0;
}
.about-section .journey-section .journey-timeline .swiper-wrapper .swiper-slide {
  position: relative;
}
.about-section .journey-section .journey-timeline .swiper-wrapper .swiper-slide h1 {
  font-weight: 400;
  font-size: 25px;
  text-transform: capitalize;
  color: #000000;
  margin-left: 35px;
  margin-bottom: 0;
}
.about-section .journey-section .journey-timeline .swiper-wrapper .swiper-slide p {
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  .about-section .journey-section .journey-timeline .swiper-wrapper .swiper-slide p {
    font-size: 18px;
    line-height: 30px;
  }
}
.about-section .journey-section .journey-timeline .swiper-wrapper .swiper-slide.swiper-slide-active h1 {
  font-size: 36px;
}
@media (max-width: 991px) {
  .about-section .journey-section .journey-timeline .swiper-wrapper .swiper-slide.swiper-slide-active h1 {
    font-size: 30px;
  }
}
.about-section .journey-section .journey-timeline .swiper-wrapper .swiper-slide.swiper-slide-active p {
  font-weight: 500;
  font-size: 31px;
  line-height: 39px;
}
@media (max-width: 991px) {
  .about-section .journey-section .journey-timeline .swiper-wrapper .swiper-slide.swiper-slide-active p {
    font-size: 22px;
    line-height: 33px;
  }
}
.about-section .journey-section .journey-timeline .swiper-wrapper .tl-marker {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%/50%;
  background: #565656;
  left: -1.1rem;
  top: 59px;
  transform: translate(50%, -50%);
}
.about-section .journey-section .journey-timeline .swiper-wrapper .swiper-slide.swiper-slide-active .tl-marker {
  padding: 3px;
  left: -1.25rem;
  width: 22px;
  height: 22px;
  background-color: #E25F2F;
  background-clip: content-box;
  border: 1.9px solid #E25F2F;
}
.about-section .journey-section .journey-timeline #thumbs .item {
  padding: 0px;
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  cursor: pointer;
  display: grid;
  gap: 50px;
}
.about-section .journey-section .journey-timeline #thumbs::after {
  content: "";
  position: absolute;
  background-color: #d2d4d5;
  width: 100%;
  height: 1px;
  top: 61px;
  z-index: -1;
}
.about-section .meet-leader {
  padding: 0 10% 5%;
  position: relative;
}
.about-section .meet-leader .meet-bg {
  background-image: url(../images/meet-leader-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 991px) {
  .about-section .meet-leader .meet-bg {
    background-image: none;
  }
}
.about-section .meet-leader .meet-contents {
  display: grid;
  grid-template-columns: 1fr 27% 1fr;
  justify-items: center;
  align-items: end;
}
@media (max-width: 991px) {
  .about-section .meet-leader .meet-contents {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.about-section .meet-leader .meet-contents .leader-left {
  position: relative;
}
@media (max-width: 991px) {
  .about-section .meet-leader .meet-contents .leader-left {
    background-image: url(../images/leader-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    text-align: center;
  }
}
.about-section .meet-leader .meet-contents .leader-left .leader-name1 {
  position: absolute;
  bottom: -4.8vw;
  left: -2.667vw;
}
@media (max-width: 991px) {
  .about-section .meet-leader .meet-contents .leader-left .leader-name1 {
    position: unset;
  }
}
.about-section .meet-leader .meet-contents .leader-left img {
  width: 17vw;
}
.about-section .meet-leader .meet-contents .leader-right {
  position: relative;
}
@media (max-width: 991px) {
  .about-section .meet-leader .meet-contents .leader-right {
    background-image: url(../images/leader-bg-mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    text-align: center;
  }
}
.about-section .meet-leader .meet-contents .leader-right .leader-name2 {
  text-align: right;
  position: absolute;
  bottom: -4.8vw;
  right: -2.667vw;
}
@media (max-width: 991px) {
  .about-section .meet-leader .meet-contents .leader-right .leader-name2 {
    position: unset;
    text-align: center;
  }
}
.about-section .meet-leader .meet-contents .leader-right img {
  width: 15vw;
}
@media (max-width: 991px) {
  .about-section .meet-leader .leader-name1,
  .about-section .meet-leader .leader-name2 {
    background: #fff;
  }
}
.about-section .meet-leader .leader-name1 h6,
.about-section .meet-leader .leader-name2 h6 {
  font-weight: 400;
  font-size: 1.707vw;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
}
@media (max-width: 991px) {
  .about-section .meet-leader .leader-name1 h6,
  .about-section .meet-leader .leader-name2 h6 {
    font-size: 20px;
  }
}
@media (max-width: 467px) {
  .about-section .meet-leader .leader-name1 h6,
  .about-section .meet-leader .leader-name2 h6 {
    font-size: 18px;
  }
}
.about-section .meet-leader .leader-name1 p,
.about-section .meet-leader .leader-name2 p {
  font-weight: 400;
  font-size: 0.853vw;
  text-transform: capitalize;
  color: #000000;
}
@media (max-width: 991px) {
  .about-section .meet-leader .leader-name1 p,
  .about-section .meet-leader .leader-name2 p {
    font-size: 14px;
  }
}
@media (max-width: 467px) {
  .about-section .meet-leader .leader-name1 p,
  .about-section .meet-leader .leader-name2 p {
    font-size: 12px;
  }
}
.about-section .meet-leader .center-txt-mobile {
  display: none;
  text-align: center;
  align-self: center;
}
@media (max-width: 991px) {
  .about-section .meet-leader .center-txt-mobile {
    display: block;
  }
}
.about-section .meet-leader .center-txt-mobile h4 {
  font-weight: 400;
  font-size: 3.147vw;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .about-section .meet-leader .center-txt-mobile h4 {
    font-size: 35px;
  }
  .about-section .meet-leader .center-txt-mobile h4 br {
    display: none;
  }
}
.about-section .meet-leader .center-txt-mobile h4 span {
  font-size: 3.413vw;
}
@media (max-width: 991px) {
  .about-section .meet-leader .center-txt-mobile h4 span {
    font-size: 35px;
  }
}
.about-section .meet-leader .center-txt-mobile p {
  font-weight: 400;
  font-size: 0.907vw;
  line-height: 1.387vw;
  text-transform: capitalize;
  color: rgba(4, 4, 4, 0.8);
  margin-top: 30px;
}
@media (max-width: 991px) {
  .about-section .meet-leader .center-txt-mobile p {
    font-size: 17px;
    line-height: 27px;
    margin-top: 15px;
  }
}
.about-section .meet-leader .center-txt {
  text-align: center;
  align-self: center;
}
@media (max-width: 991px) {
  .about-section .meet-leader .center-txt {
    display: none;
  }
}
.about-section .meet-leader .center-txt h4 {
  font-weight: 400;
  font-size: 3.147vw;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 15px;
}
.about-section .meet-leader .center-txt h4 span {
  font-size: 3.413vw;
}
.about-section .meet-leader .center-txt p {
  font-weight: 400;
  font-size: 0.907vw;
  line-height: 1.387vw;
  text-transform: capitalize;
  color: rgba(4, 4, 4, 0.8);
  margin-top: 30px;
}
.about-section .meet-visionary {
  position: relative;
  padding-top: 5%;
}
.about-section .meet-visionary .vision-side-img {
  position: absolute;
  left: 0;
  top: -50%;
  z-index: -1;
  width: 32%;
}
.about-section .meet-visionary .mission-side-img {
  position: absolute;
  right: 0;
  top: -10%;
  z-index: -1;
  width: 13%;
}
.about-section .meet-visionary .visionary-head {
  text-align: center;
}
.about-section .meet-visionary .visionary-head h3 {
  font-weight: 400;
  font-size: 50px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 991px) {
  .about-section .meet-visionary .visionary-head h3 {
    font-size: 36px;
  }
}
.about-section .meet-visionary .visionary-head p {
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  text-transform: capitalize;
  color: rgba(4, 4, 4, 0.8);
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about-section .meet-visionary .visionary-head p {
    width: 100%;
    line-height: 28px;
  }
}
.about-section .meet-visionary .carousel-section {
  padding: 0 10%;
}
.about-section .meet-visionary .carousel-section .swiper-container2 {
  width: 100%;
  overflow: hidden;
}
.about-section .meet-visionary .carousel-section .swiper-slide .text-section h4 {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  text-transform: capitalize;
  color: #000000;
  text-align: center;
  margin: 0;
}
.about-section .meet-visionary .carousel-section .swiper-slide .text-section p {
  font-weight: 300;
  font-size: 17px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.about-section .meet-visionary .carousel-section .swiper-wrapper {
  padding: 5% 0;
}
.about-section .meet-visionary .carousel-section .swiper-slide.swiper-slide-prev {
  transform: translateY(-35px);
}
.about-section .meet-visionary .carousel-section .swiper-slide.swiper-slide-next {
  transform: translateY(-35px);
}
.about-section .core-value-section {
  position: relative;
}
.about-section .core-value-section .core-mission-ribbon {
  position: absolute;
  top: -20%;
  right: 0;
  z-index: -1;
  width: 58%;
}
.about-section .core-value-section .core-head {
  text-align: center;
}
.about-section .core-value-section .core-head h2 {
  font-weight: 500;
  font-size: 51px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 991px) {
  .about-section .core-value-section .core-head h2 {
    font-size: 46px;
  }
}
.about-section .core-value-section .core-image-section {
  padding: 4% 10%;
}
.about-section .core-value-section .core-image-section .core-details {
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .about-section .core-value-section .core-image-section .core-details {
    text-align: center;
  }
}
.about-section .core-value-section .core-image-section .core-details .img-section {
  align-self: center;
}
.about-section .core-value-section .core-image-section .core-details .img-section img {
  width: 100%;
}
@media (max-width: 991px) {
  .about-section .core-value-section .core-image-section .core-details .img-section img {
    width: 50%;
    margin-bottom: 20px;
  }
}
.about-section .core-value-section .core-image-section .core-details .bt1 {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.about-section .core-value-section .core-image-section .core-details .txt-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  align-self: center;
  padding: 10% 0 10% 10%;
}
@media (max-width: 991px) {
  .about-section .core-value-section .core-image-section .core-details .txt-section {
    padding: 5%;
  }
}
.about-section .core-value-section .core-image-section .core-details .txt-section h4 {
  font-weight: 500;
  font-size: 39px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #FF2B00 0%, #F0C6BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section .core-value-section .core-image-section .core-details .txt-section p {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
}

@keyframes bgAnimation {
  0% {
    background-position: right -210px top -62px;
    background-size: 20%;
  }
  50% {
    background-position: right -190px top -50px;
    background-size: 50%;
  }
  100% {
    background-position: right -210px top -62px;
    background-size: 20%;
  }
}
.media_blog_page_bg {
  background: url(../images/contact-form-bg.png) no-repeat;
  background-position: right -210px top -62px;
  background-size: 22%;
}
.media_blog_page_bg .first_section .main_text {
  text-align: center;
  margin-top: 7%;
}
.media_blog_page_bg .first_section .main_text h4 {
  margin: 0;
  font-style: normal;
  font-weight: 275;
  font-size: 46.56px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #FF2B00 0%, #F0C6BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.media_blog_page_bg .first_section .sub_text_p {
  margin: 0;
  font-weight: 400;
  font-size: 19.18px;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize;
  color: #8A8A8A;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .media_blog_page_bg .first_section .sub_text_p br {
    display: none;
  }
}
.media_blog_page_bg .gallery-section {
  margin: 0 5% !important;
  margin-top: 2.5rem !important;
}
.media_blog_page_bg .gallery-section #grid {
  padding: 0.5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5vw;
}
@media (max-width: 1130px) {
  .media_blog_page_bg .gallery-section #grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 748px) {
  .media_blog_page_bg .gallery-section #grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media_blog_page_bg .gallery-section #grid p:hover {
  cursor: default;
}
.media_blog_page_bg .gallery-section #grid h2 {
  color: orange;
}
.media_blog_page_bg .gallery-section #grid .griditem .img-section img:hover {
  cursor: pointer;
  filter: brightness(70%) grayscale(100%);
}
.media_blog_page_bg .gallery-section #grid .img-fluid {
  width: 100% !important;
}
.media_blog_page_bg .gallery-section #grid .griditem {
  padding: 10px;
}
.media_blog_page_bg .gallery-section #grid .griditem .img-section img {
  border-radius: 40px !important;
}
.media_blog_page_bg .gallery-section #grid .griditem .griditem_text_part .first_p {
  margin: 0;
  font-weight: 500;
  font-size: 15.8481px;
  line-height: 28px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 1.8rem;
  margin-bottom: 0.5rem;
}
.media_blog_page_bg .gallery-section #grid .griditem .griditem_text_part h4 {
  margin: 0;
  font-weight: 600;
  font-size: 22.1874px;
  line-height: 30px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1rem;
}
.media_blog_page_bg .gallery-section #grid .griditem .griditem_text_part .content_p {
  font-weight: 400;
  font-size: 15.8481px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
}
.media_blog_page_bg .gallery-section #grid .griditem .griditem_text_part .button_layout {
  outline: none;
  border: 0.38px solid rgba(0, 0, 0, 0.5);
  border-radius: 31.6963px;
  padding: 5px 25px;
}
.media_blog_page_bg .gallery-section #grid .griditem .griditem_text_part .btn-group {
  display: flex;
  gap: 10px;
}
.media_blog_page_bg .gallery-section .btn:active {
  box-shadow: none !important;
}
.media_blog_page_bg .notification_section {
  background: url(../images/invisble-background.png);
  background-repeat: no-repeat;
  background-position: left 5rem;
  animation: zoomInBackgrounds 10s ease-in-out infinite;
}
.media_blog_page_bg .notification_section .container-custom {
  margin: 0 5% !important;
  margin-top: 3rem !important;
  background: url(../images/invisble_round.png);
  background-repeat: no-repeat;
  background-position: -6rem;
  padding-bottom: 6%;
}
.media_blog_page_bg .notification_section .div_row .title_text h4 {
  font-weight: 600;
  font-size: 36.74px;
  line-height: 31px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
.media_blog_page_bg .notification_section .div_row .sub_text p {
  margin: 0;
  font-weight: 500;
  font-size: 16.2972px;
  line-height: 29px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
.media_blog_page_bg .notification_section .div_row .content-with-div {
  width: 100%;
  display: flex;
  padding: 40px;
  border-bottom: 0.814861px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .media_blog_page_bg .notification_section .div_row .content-with-div {
    padding: 40px 0px !important;
  }
}
.media_blog_page_bg .notification_section .div_row .content-with-div .Left_sidebar {
  width: 20%;
}
.media_blog_page_bg .notification_section .div_row .content-with-div .Left_sidebar h5 {
  margin: 0;
  font-weight: 600;
  font-size: 16.2972px;
  line-height: 29px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
}
.media_blog_page_bg .notification_section .div_row .content-with-div .Left_sidebar p {
  margin: 0;
  font-weight: 500;
  font-size: 13.0378px;
  line-height: 29px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
}
.media_blog_page_bg .notification_section .div_row .content-with-div .Main_content {
  width: 60%;
}
.media_blog_page_bg .notification_section .div_row .content-with-div .Main_content h5 {
  margin: 0;
  font-weight: 600;
  font-size: 17.927px;
  line-height: 29px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
}
.media_blog_page_bg .notification_section .div_row .content-with-div .Main_content p {
  font-weight: 500;
  font-size: 16.2972px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.7);
  margin: 0px;
}
.media_blog_page_bg .notification_section .div_row .content-with-div .Right_sidebar {
  width: 20%;
}
.media_blog_page_bg .notification_section .div_row .content-with-div .Right_sidebar a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}
.media_blog_page_bg .notification_section .div_row .content-with-div .Right_sidebar .last_text {
  text-align: end;
  font-weight: 600;
  font-size: 16.2972px;
  line-height: 29px;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
}
.media_blog_page_bg .notification_section .div_row .border-none {
  border-bottom: none !important;
}
@media (max-width: 992px) {
  .media_blog_page_bg .notification_section .div_row .col-lg-4 {
    text-align: center !important;
  }
}
.media_blog_page_bg .portfolip_section {
  margin-top: 3%;
}
.media_blog_page_bg .portfolip_section .container-custom {
  margin: 0 5% !important;
}
.media_blog_page_bg .portfolip_section .title_part h5 {
  margin: 0px !important;
  font-weight: 300;
  font-size: 49.09px;
  line-height: 55px;
  text-align: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
.media_blog_page_bg .portfolip_section .title_part p {
  margin: 0px !important;
  font-weight: 500;
  font-size: 19.8336px;
  line-height: 34px;
  text-align: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 2rem !important;
}
@media (max-width: 600px) {
  .media_blog_page_bg .portfolip_section .title_part p {
    font-size: 17.8336px;
  }
}
.media_blog_page_bg .portfolip_section .photos_section {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.media_blog_page_bg .portfolip_section .photos_section .first_row {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 748px) {
  .media_blog_page_bg .portfolip_section .photos_section .first_row {
    flex-direction: column !important;
  }
}
.media_blog_page_bg .portfolip_section .photos_section .first_row .img-div img {
  border-radius: 18.03px;
}
@media (max-width: 748px) {
  .media_blog_page_bg .portfolip_section .photos_section .first_row .img-div img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
  }
}
.media_blog_page_bg .portfolip_section .photos_section .second_row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 748px) {
  .media_blog_page_bg .portfolip_section .photos_section .second_row {
    flex-direction: column !important;
  }
}
.media_blog_page_bg .portfolip_section .photos_section .second_row .img-div img {
  border-radius: 18.03px;
}
@media (max-width: 748px) {
  .media_blog_page_bg .portfolip_section .photos_section .second_row .img-div img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
  }
}

@keyframes zoomInBackgrounds {
  0% {
    background-size: 50%;
  }
  50% {
    background-size: 90%;
  }
  100% {
    background-size: 50%;
  }
}
.home-page-body .main-bg {
  background: url(../images/index-groupbg.png);
  background-repeat: no-repeat;
  background-position: 2.5vw 10vw;
  background-size: 100vw;
  position: relative;
}
.home-page-body .main-bg .bg-above {
  position: absolute;
  left: 0;
  top: 6rem;
  opacity: 30%;
  width: 22%;
}
.home-page-body .main-bg .bg-above-right {
  position: absolute;
  right: 0rem;
  top: -10.33vw;
  z-index: -1;
  opacity: 30%;
  width: 32%;
}
.home-page-body .main-bg .bg-above-circle {
  position: absolute;
  right: 8.33vw;
  top: 10vw;
  width: 13%;
  z-index: -2;
}
.home-page-body .main-bg .hands-shaddow {
  position: absolute;
  right: 1vw;
  top: 11.17vw;
  z-index: -1;
  width: 12.8%;
}
.home-page-body .main-bg .hands_image {
  position: absolute;
  right: 0;
  top: 6.83vw;
  z-index: 1;
  width: 13.5%;
}
.home-page-body .main-bg .clip-img {
  position: absolute;
  left: 0;
  bottom: 13.33vw;
  z-index: 999;
  width: 7.4vw;
}
.home-page-body .hero-section {
  background: url(../images/kurish.png);
  background-repeat: no-repeat;
  padding: 5vw 0.83vw 1.67vw;
  background-position: 27% -1rem;
  text-align: center;
  margin: 1.67vw auto;
  background-size: 12vw;
}
.home-page-body .hero-section h1 {
  font-weight: 700;
  font-size: 3.63vw;
  text-align: center;
  background: linear-gradient(90deg, #FF2B00 0%, #F0C6BE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0px !important;
}
@media (max-width: 1200px) {
  .home-page-body .hero-section h1 {
    font-size: 3.83vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .hero-section h1 {
    font-size: 37px;
    line-height: 37px;
    padding: 0 15px;
  }
}
.home-page-body .hero-section p {
  margin-top: 1rem;
  margin-bottom: 0px !important;
  font-weight: 100;
  font-size: 1.39vw;
  line-height: 1.719vw;
  text-align: center;
  color: #444444;
}
@media (max-width: 1200px) {
  .home-page-body .hero-section p {
    font-size: 1.79vw;
    line-height: 2vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .hero-section p {
    font-size: 16px;
    line-height: 22px;
  }
}
.home-page-body .content-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}
@media (max-width: 600px) {
  .home-page-body .content-section {
    margin-top: -100px;
  }
}
.home-page-body .content-section .grid-item {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.home-page-body .content-section .grid-item img {
  width: 100%;
  height: 100%;
}
.home-page-body .content-section .grid-item h3,
.home-page-body .content-section .grid-item h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.home-page-body .content-section .grid-item .text-div4 {
  font-weight: 700;
  font-size: 2.645vw;
  color: #FFFFFF;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 27.4vw;
  width: 24vw;
  left: -0.8em;
}
.home-page-body .content-section .grid-item.tall {
  grid-row: span 2;
  position: relative;
  margin-right: -2px;
}
.home-page-body .content-section .grid-item.tall .text-div1 {
  position: absolute;
  left: -29%;
  top: 63%;
  margin: 0;
  font-weight: 400;
  font-size: 1.971vw;
  line-height: 2.853vw;
  text-align: end;
  color: #FFFFFF;
  opacity: 0.3;
  transform: rotate(-90deg);
  padding: 0;
  width: 33vw;
}
@media (max-width: 600px) {
  .home-page-body .content-section .grid-item.tall .text-div1 {
    left: 0;
    font-size: 2.971vw;
    line-height: 3.853vw;
    top: 54%;
  }
}
@media (max-width: 600px) {
  .home-page-body .content-section .index_remove_img {
    display: none !important;
  }
}
.home-page-body .content-section .hand-love-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -12vw);
  border: 0.573vw solid #FF6444;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
  border-radius: 4.8vw;
  width: 16.719vw;
  height: 16.927vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.home-page-body .content-section .hand-love-div .hand-div {
  width: 7vw;
  text-align: center;
}
.home-page-body .content-section .hand-love-div .h5_hand {
  margin: 0;
  font-weight: 500;
  font-size: 1.64vw;
  line-height: 1.406vw;
  text-align: center;
  color: #FF2B00;
  margin-top: 0.365vw;
}
@media (max-width: 600px) {
  .home-page-body .content-section .hand-love-div {
    top: 47%;
    left: 50%;
  }
}
.home-page-body .seconnd-index-section {
  margin-top: -6px;
}
.home-page-body .about-avag-section {
  background: url(../images/about-avg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7%;
}
.home-page-body .about-avag-section .inside_about_avag {
  display: flex;
}
@media (max-width: 992px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div {
    margin-top: 4vw;
  }
}
.home-page-body .about-avag-section .inside_about_avag .content_div .head-section {
  margin-top: -6.08vw;
  margin-left: -1.67vw;
}
@media (max-width: 992px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .head-section {
    margin-top: 0vw;
    margin-left: 0vw;
  }
}
.home-page-body .about-avag-section .inside_about_avag .content_div .head-section .h5-text {
  font-weight: 400;
  font-size: 1.643vw;
  line-height: 5.375vw;
  text-transform: capitalize;
  color: #FF2B00;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: -1.103vw 0px;
}
@media (max-width: 992px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .head-section .h5-text {
    margin: 1.897vw 0px;
    font-size: 2.1vw;
    line-height: 5.375vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .head-section .h5-text {
    font-size: 21px;
    line-height: 26px;
  }
}
.home-page-body .about-avag-section .inside_about_avag .content_div .head-section .p_span {
  font-weight: 100;
  font-size: 3.5vw;
  line-height: 3.958vw;
  text-transform: capitalize;
  color: #cecece;
  margin: 0;
}
@media (max-width: 992px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .head-section .p_span {
    font-size: 4.5vw;
    line-height: 4.958vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .head-section .p_span {
    font-size: 45px;
    line-height: 48px;
  }
}
@media (max-width: 450px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .head-section .p_span {
    font-size: 34px;
    line-height: 37px;
  }
}
.home-page-body .about-avag-section .inside_about_avag .content_div .head-section .p_span span {
  color: #FF2B00 !important;
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section {
  text-align: left;
  padding-top: 3.927vw;
  padding-left: 7vw;
  padding-bottom: 0.521vw;
  padding-right: 4.271vw;
}
@media (max-width: 992px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section {
    padding-left: 0 !important;
  }
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section h4 {
  font-weight: 500;
  font-size: 1.903vw;
  line-height: 1.979vw;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1200px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section h4 {
    font-size: 2.303vw;
    line-height: 2.779vw;
  }
}
@media (max-width: 992px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section h4 {
    font-size: 2.503vw;
    line-height: 2.779vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section h4 {
    font-size: 25px;
    line-height: 31px;
  }
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section p {
  margin: 0;
  font-weight: 300;
  font-size: 0.972vw;
  line-height: 1.771vw;
  letter-spacing: 0.0167vw;
  text-transform: capitalize;
  color: #FFFFFF;
  padding-right: 0.2vw;
  padding-top: 1.5vw;
}
@media (max-width: 1200px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section p {
    font-size: 1.372vw;
    line-height: 2.1vw;
  }
}
@media (max-width: 992px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section p {
    font-size: 1.482vw;
    line-height: 2.6vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section p {
    font-size: 14px;
    line-height: 25px;
  }
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section .check-box {
  display: flex;
  align-items: flex-start;
  padding: 6.67704px 7.19066px;
  background: #262626;
  border-radius: 41.0895px;
  gap: 5.14px;
  width: 135px;
  align-items: center;
  margin-top: 2.5em;
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section .check-box .toggle-input {
  display: none;
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section .check-box .first_img,
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section .check-box .second_img {
  width: 58.04px;
  height: 58.04px;
  background: transparent;
  border-radius: 42.6304px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section .check-box .toggle-input:checked + .first_img {
  background: #FF2B00;
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section .check-box .toggle-input:checked + .second_img {
  background: #FF2B00;
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section .check-box #chat:checked + .first_img {
  background: #FF2B00;
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section .check-box #call:checked + .second_img {
  background: #FF2B00;
}
.home-page-body .about-avag-section .inside_about_avag .content_div .sub-text-section .line-img {
  margin-top: 2rem;
  width: 34vw;
}
.home-page-body .about-avag-section .inside_about_avag .first-div {
  margin-top: -2.135vw;
  margin-bottom: 2.083vw;
}
.home-page-body .about-avag-section .inside_about_avag .first-div img {
  margin-bottom: 1vw;
}
.home-page-body .about-avag-section .inside_about_avag .first-div h5 {
  margin: 0;
  font-weight: 300;
  font-size: 1.48vw;
  line-height: 1.302vw;
  letter-spacing: 0.083vw;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .home-page-body .about-avag-section .inside_about_avag .first-div h5 {
    font-size: 21px;
  }
}
.home-page-body .employee_bg {
  padding-top: 8.33vw;
  position: relative;
}
.home-page-body .employee_bg .employee_bg_class {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 74vw;
  left: 50%;
  transform: translateX(-60%);
}
.home-page-body .employee_bg .right_bg_class {
  position: absolute;
  top: 8%;
  right: 0;
  width: 5vw;
}
.home-page-body .employee_bg .circle_bg_class {
  position: absolute;
  top: 10%;
  right: 3%;
  z-index: -1;
  width: 8vw;
}
.home-page-body .employee_bg .right_down {
  position: absolute;
  right: 0;
  top: 45%;
  width: 9vw;
}
.home-page-body .employee_bg .right_down_next {
  position: absolute;
  right: 0;
  top: 46%;
  z-index: -1;
  width: 10vw;
}
.home-page-body .employee_bg .left_bottom_img {
  position: absolute;
  left: 0;
  bottom: 22%;
  width: 14vw;
  z-index: -1;
}
.home-page-body .employee_bg .lleft_topp_sh {
  position: absolute;
  left: 1.25vw;
  top: 5%;
  z-index: -1;
  width: 20vw;
}
.home-page-body .employee_bg .left_top {
  position: absolute;
  left: 0.521vw;
  top: 4%;
  width: 20vw;
}
.home-page-body .employee_bg .left_circle {
  position: absolute;
  top: 32%;
  left: 9%;
}
.home-page-body .employee_bg .left_circle {
  position: absolute;
  top: 34%;
  left: 9%;
  width: 2vw;
}
.home-page-body .employee_bg .left_circle-two {
  position: absolute;
  top: 36%;
  left: 15%;
  width: 5vw;
}
.home-page-body .employee_bg .employee_secton {
  background: url(../images/round_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 63%;
  text-align: center;
  padding: 3%;
  background-size: 38vw;
}
.home-page-body .employee_bg .employee_secton .text-container {
  padding-top: 4%;
}
.home-page-body .employee_bg .employee_secton .text-container h1 {
  margin: 0;
  font-family: "reasonSystem";
  font-style: italic;
  font-weight: 400;
  font-size: 5.05vw;
  line-height: 7.031vw;
  text-align: center;
  text-transform: capitalize;
  color: #8A8A8A;
  text-shadow: 0px 0.174vw 2.354vw rgba(0, 0, 0, 0.15);
  padding-top: 5vw;
}
@media (max-width: 767px) {
  .home-page-body .employee_bg .employee_secton .text-container h1 {
    font-size: 32px;
    line-height: 50px;
  }
}
.home-page-body .employee_bg .employee_secton .text-container h1 span {
  color: #FF2B00;
}
.home-page-body .employee_bg .employee_secton .text-container p {
  margin: 0;
  font-weight: 300;
  font-size: 1.645vw;
  text-align: center;
  text-transform: capitalize;
  color: #4D4D4D;
  margin-bottom: 4%;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .home-page-body .employee_bg .employee_secton .text-container p {
    font-size: 16px;
  }
}
.home-page-body .employee_bg .employee_secton .profile_section .details {
  width: 15vw;
  text-align: center;
}
@media (max-width: 767px) {
  .home-page-body .employee_bg .employee_secton .profile_section .details {
    width: 100%;
  }
}
.home-page-body .employee_bg .employee_secton .profile_section .details h2 {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 1.405vw;
  line-height: 2vw;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-top: 1.5vw;
}
@media (max-width: 767px) {
  .home-page-body .employee_bg .employee_secton .profile_section .details h2 {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
.home-page-body .employee_bg .employee_secton .profile_section .details p {
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 1.505vw;
  line-height: 1.5vw;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
@media (max-width: 767px) {
  .home-page-body .employee_bg .employee_secton .profile_section .details p {
    font-size: 12px;
    line-height: 16px;
  }
}
.home-page-body .employee_bg .employee_secton .profile_section .about-section-3 .owl-item {
  display: flex;
  justify-content: center;
}
.home-page-body .employee_bg .employee_secton .profile_section .about-section-3 .item {
  width: 258px !important;
}
.home-page-body .home-swiper {
  overflow-x: hidden;
  position: relative;
}
.home-page-body .home-swiper .swiper-section #section-5-swiper {
  position: relative;
  overflow: visible !important;
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide-content {
  height: 100% !important;
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide-content .img-section {
  height: 100%;
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide-content .img-section img {
  object-fit: cover;
  border-radius: 5.744vw !important;
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide .content {
  display: none;
  margin-top: 15%;
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide .content h5 {
  margin: 0;
  font-weight: 400;
  font-size: 1.858vw;
  line-height: 1.198vw;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
@media (max-width: 1250px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide .content h5 {
    font-size: 1.406vw;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide .content h5 {
    font-size: 20px;
    line-height: 21px;
  }
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide .content p {
  margin: 0;
  font-weight: 300;
  font-size: 0.9vw;
  line-height: 1.25vw;
  text-align: center;
  text-transform: capitalize;
  color: #888888;
  margin-top: 1.25vw;
  margin-bottom: 1.25vw;
}
@media (max-width: 1250px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide .content p {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide .content p {
    font-size: 14px;
    line-height: 21px;
  }
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content {
  position: relative;
  height: 75%;
  width: unset;
}
@media (max-width: 1600px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content {
    height: 72%;
  }
}
@media (max-width: 500px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content {
    height: 58%;
  }
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .img-section {
  left: 19%;
  width: unset;
}
@media (max-width: 500px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .img-section {
    left: 0;
  }
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .img-section img {
  border-radius: 5.744vw !important;
  width: unset;
}
@media (max-width: 1092px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .img-section img {
    width: 100% !important;
  }
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .img-section p {
  display: none !important;
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .content {
  display: block !important;
  margin-top: 15%;
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .content h5 {
  margin: 0;
  font-weight: 400;
  font-size: 1.973vw;
  line-height: 45px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
@media (max-width: 1250px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .content h5 {
    font-size: 26px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .content h5 {
    font-size: 20px;
    line-height: 21px;
  }
}
.home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .content p {
  margin: 0;
  font-weight: 300;
  font-size: 0.96vw;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: #888888;
  margin-top: 1.25vw;
  margin-bottom: 1.25vw;
}
@media (max-width: 1250px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .content p {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .home-page-body .home-swiper .swiper-section #section-5-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-content .content p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
  }
}
.home-page-body .home-swiper .swiper-container {
  padding-bottom: 1% !important;
}
@media (max-width: 1073px) {
  .home-page-body .home-swiper .swiper-container {
    padding-bottom: 4% !important;
  }
}
@media (max-width: 600px) {
  .home-page-body .home-swiper .swiper-container {
    padding-bottom: 7% !important;
  }
}
.home-page-body .home-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.home-page-body .home-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 1px !important;
}
.home-page-body .home-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7A7A7A !important;
}
.home-page-body .home-swiper .swiper-slide {
  width: 200px;
  overflow: hidden;
}
.home-page-body .community_section {
  margin-top: 1%;
  background-image: url(../images/community_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6% 0;
}
.home-page-body .community_section .text-content h5 {
  font-weight: 400;
  font-size: 1.858vw;
  line-height: 1.198vw;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 2%;
}
@media (max-width: 992px) {
  .home-page-body .community_section .text-content h5 {
    font-size: 2.2vw;
    line-height: 1.398vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .community_section .text-content h5 {
    font-size: 24px;
    line-height: 19px;
  }
}
.home-page-body .community_section .text-content ul {
  text-align: left;
  padding: 0% 15%;
  padding-top: 1.5vw;
}
@media (max-width: 767px) {
  .home-page-body .community_section .text-content ul {
    padding: 0 20px;
  }
}
.home-page-body .community_section .text-content ul li {
  font-weight: 100;
  font-size: 1.337vw;
  line-height: 2.344vw;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .home-page-body .community_section .text-content ul li {
    font-size: 1.637vw;
    line-height: 2.344vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .community_section .text-content ul li {
    font-size: 16px;
    line-height: 30px;
  }
}
.home-page-body .carousel-two-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 6%;
  align-items: center;
  background: url(../images/carousel-bg.png);
  background-repeat: no-repeat;
  background-position: left 50%;
  position: relative;
}
@media (max-width: 600px) {
  .home-page-body .carousel-two-section .swiper-upwards {
    padding-top: 5% !important;
  }
  .home-page-body .carousel-two-section .swiper-downwards {
    display: none;
  }
}
@media (max-width: 992px) {
  .home-page-body .carousel-two-section {
    grid-template-columns: 1fr;
    background-position: left 20%;
  }
}
.home-page-body .carousel-two-section .swiper-container1,
.home-page-body .carousel-two-section .swiper-container3 {
  height: 724px;
  /* Adjust as needed */
  overflow: hidden;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .home-page-body .carousel-two-section .swiper-container1,
  .home-page-body .carousel-two-section .swiper-container3 {
    height: 265px !important;
  }
}
.home-page-body .carousel-two-section .bottom_img {
  position: absolute;
  bottom: -5.271vw;
  left: 38vw;
  z-index: -1;
}
@media (max-width: 992px) {
  .home-page-body .carousel-two-section .grid-child .text-content {
    text-align: center;
    margin-top: 10vw;
    margin-bottom: 6vw;
  }
}
.home-page-body .carousel-two-section .grid-child .text-content h5 {
  margin: 0;
  font-weight: 500;
  font-size: 2.561vw;
  line-height: 3vw;
  text-transform: capitalize;
  color: #000000;
}
@media (max-width: 992px) {
  .home-page-body .carousel-two-section .grid-child .text-content h5 {
    font-size: 3.561vw;
    line-height: 3.8vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .carousel-two-section .grid-child .text-content h5 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .home-page-body .carousel-two-section .grid-child .text-content h5 br {
    display: none;
  }
}
.home-page-body .carousel-two-section .grid-child .text-content p {
  margin: 0;
  font-weight: 300;
  font-size: 1.135vw;
  line-height: 1.979vw;
  text-transform: capitalize;
  color: #000000;
  padding-top: 1vw;
}
@media (max-width: 1200px) {
  .home-page-body .carousel-two-section .grid-child .text-content p {
    font-size: 1.435vw;
  }
}
@media (max-width: 992px) {
  .home-page-body .carousel-two-section .grid-child .text-content p {
    font-size: 2.8vw;
    line-height: 3.39vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .carousel-two-section .grid-child .text-content p {
    font-size: 18px;
    line-height: 29px;
    padding: 10px 20px 0;
  }
}
@media (max-width: 767px) {
  .home-page-body .carousel-two-section .grid-child .text-content p br {
    display: none;
  }
}
.home-page-body .carousel-two-section .grid-child-second {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1%;
}
@media (max-width: 600px) {
  .home-page-body .carousel-two-section .grid-child-second {
    grid-template-columns: 1fr !important;
  }
}
.home-page-body .carousel-two-section .grid-child-second .swiper-wrapper {
  display: flex;
  flex-direction: column;
  flex-direction: column;
  gap: 0px !important;
}
@media (max-width: 600px) {
  .home-page-body .carousel-two-section .grid-child-second .swiper-wrapper {
    gap: 1px !important;
  }
}
.home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div {
  background: #FFFFFF;
  box-shadow: 1px 1.23978px 8.6376px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2.7vw;
  width: 23vw;
  min-height: 100%;
  /* Rectangle 24 */
}
@media (max-width: 992px) {
  .home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div {
    min-height: auto;
  }
}
.home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .text-section3 {
  padding: 1.77vw 2.65vw 0.26vw;
}
.home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .text-section3 p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-transform: capitalize;
  color: #7B7B7B;
}
.home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .profile_section {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 1.615vw;
  padding-bottom: 20px;
  gap: 10px;
}
.home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .profile_section .dflex {
  text-align: end;
}
.home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .profile_section .dflex h5 {
  margin: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  text-align: right;
  text-transform: capitalize;
  color: #7B7B7B;
}
@media (max-width: 767px) {
  .home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .profile_section .dflex h5 {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .profile_section .dflex p {
  margin: 0;
  font-weight: 400;
  font-size: 12.789px;
  line-height: 1.615vw;
  text-transform: capitalize;
  color: #898989;
  margin-top: -13px;
}
@media (max-width: 1600px) {
  .home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .profile_section .dflex p {
    margin-top: -6px;
  }
}
@media (max-width: 1400px) {
  .home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .profile_section .dflex p {
    margin-top: -4px;
  }
}
@media (max-width: 767px) {
  .home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .profile_section .dflex p {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 1400px) {
  .home-page-body .carousel-two-section .grid-child-second .swiper-slide .content_div .profile_section .dflex p {
    margin-top: -2px;
  }
}
.home-page-body .gallery-section {
  justify-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .home-page-body .gallery-section .img-div {
    width: 100%;
  }
}
.home-page-body .gallery-section .img-div .fst-div {
  display: flex;
  width: 100%;
}
.home-page-body .gallery-section .img-div .fst-div .img-fluid {
  width: 100%;
}
@media (max-width: 991px) {
  .home-page-body .gallery-section .img-div .fst-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .home-page-body .gallery-section .img-div .fst-div div:nth-child(1) {
    grid-column: 1/3;
  }
  .home-page-body .gallery-section .img-div .fst-div div:nth-child(2),
  .home-page-body .gallery-section .img-div .fst-div div:nth-child(3) {
    grid-column: span 1;
  }
}
.home-page-body .gallery-section .img-div .scnd-div {
  display: flex;
  width: 100%;
}
.home-page-body .gallery-section .img-div .scnd-div .img-fluid {
  width: 100%;
}
@media (max-width: 991px) {
  .home-page-body .gallery-section .img-div .scnd-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .home-page-body .gallery-section .img-div .scnd-div div:nth-child(1),
  .home-page-body .gallery-section .img-div .scnd-div div:nth-child(2) {
    grid-column: span 1;
  }
  .home-page-body .gallery-section .img-div .scnd-div div:nth-child(3),
  .home-page-body .gallery-section .img-div .scnd-div div:nth-child(4) {
    grid-column: span 1;
  }
  .home-page-body .gallery-section .img-div .scnd-div div:nth-child(5) {
    grid-column: 1/3;
  }
}
.home-page-body .gallery-section .img-div .thrd-div {
  display: flex;
  width: 100%;
}
.home-page-body .gallery-section .img-div .thrd-div .img-fluid {
  width: 100%;
}
.home-page-body .last_section_final {
  padding: 6%;
  position: relative;
}
.home-page-body .last_section_final .top_left {
  position: absolute;
  top: -10vw;
  left: -10px;
  z-index: -1;
  width: 17vw;
}
.home-page-body .last_section_final .bottom_right {
  position: absolute;
  bottom: -5%;
  right: 0;
  z-index: -1;
  width: 7vw;
}
.home-page-body .last_section_final .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  gap: 1.563vw;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child {
    margin-bottom: 3%;
  }
}
.home-page-body .last_section_final .grid .grid-child .img_section {
  width: 100%;
}
.home-page-body .last_section_final .grid .grid-child .img_section img {
  border-radius: 0.821vw;
  width: 100vw;
}
.home-page-body .last_section_final .grid .grid-child .text_section {
  margin-top: 3%;
}
.home-page-body .last_section_final .grid .grid-child .text_section .first-p {
  margin: 0;
  font-weight: 400;
  font-size: 0.821vw;
  line-height: 1.458vw;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 1.042vw;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .first-p {
    font-size: 1.21vw;
    line-height: 1.658vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .first-p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px;
  }
}
.home-page-body .last_section_final .grid .grid-child .text_section .first_h {
  margin: 0;
  font-weight: 500;
  font-size: 1.437vw;
  line-height: 1.979vw;
  text-transform: capitalize;
  color: #000000;
  margin-top: 0.313vw;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .first_h {
    font-size: 1.837vw;
    line-height: 2.479vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .first_h {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.home-page-body .last_section_final .grid .grid-child .text_section .last-p {
  margin: 0;
  font-weight: 400;
  font-size: 0.821vw;
  line-height: 1.406vw;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.521vw;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .last-p {
    font-size: 1.15vw;
    line-height: 1.706vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .last-p {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-page-body .last_section_final .grid .grid-child .text_section .profile_section {
  margin-top: 5%;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .profile_section {
    margin-top: 2%;
  }
}
.home-page-body .last_section_final .grid .grid-child .text_section .profile_section h5 {
  margin: 0;
  font-weight: 500;
  font-size: 0.903vw;
  line-height: 1.771vw;
  text-transform: capitalize;
  color: #000000;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .profile_section h5 {
    font-size: 1.73vw;
    line-height: 2.771vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .profile_section h5 {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-page-body .last_section_final .grid .grid-child .text_section .profile_section p {
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 1.458vw;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: -9px 0px;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .profile_section p {
    font-size: 1.3vw;
    line-height: 1.98vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child .text_section .profile_section p {
    font-size: 12px;
    line-height: 22px;
  }
}
.home-page-body .last_section_final .grid .grid-child .text_section .profile_section .dflex {
  display: flex;
  flex-direction: column;
  margin-top: 2%;
  width: 100%;
  gap: 3px;
}
.home-page-body .last_section_final .grid .grid-child2 {
  display: flex;
  flex-direction: column;
  gap: 1.563vw;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 {
    flex-direction: column;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .first_div {
  display: flex;
  gap: 1.563vw;
}
@media (max-width: 450px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div {
    flex-direction: column;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .first_div .img_section {
  width: 100%;
}
.home-page-body .last_section_final .grid .grid-child2 .first_div .img_section img {
  border-radius: 0.821vw;
  width: 100%;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .img_section img {
    object-fit: cover;
    height: -webkit-fill-available;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .first-p {
  margin: 0;
  font-weight: 400;
  font-size: 0.821vw;
  line-height: 1.458vw;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .first-p {
    font-size: 1.2vw;
    line-height: 1.658vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .first-p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .first_h {
  margin: 0;
  margin: 0;
  font-weight: 500;
  font-size: 1.437vw;
  line-height: 1.719vw;
  text-transform: capitalize;
  color: #000000;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .first_h {
    font-size: 1.637vw;
    line-height: 1.919vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .first_h {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .last-p {
  margin: 0;
  font-weight: 400;
  font-size: 0.821vw;
  line-height: 1.406vw;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.521vw;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .last-p {
    font-size: 1.15vw;
    line-height: 1.706vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .last-p {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .profile_section {
  margin-top: 5%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .profile_section h5 {
  margin: 0;
  font-weight: 500;
  font-size: 0.903vw;
  line-height: 1.771vw;
  text-transform: capitalize;
  color: #000000;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .profile_section h5 {
    font-size: 1.39vw;
    line-height: 1.971vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .profile_section h5 {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .profile_section p {
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 1.458vw;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: -9px 0px;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .profile_section p {
    font-size: 1vw;
    line-height: 1.98vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .profile_section p {
    font-size: 12px;
    line-height: 22px;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .first_div .text_section .profile_section .dflex {
  display: flex;
  flex-direction: column;
  margin-top: 2%;
  width: 100%;
  gap: 3px;
}
.home-page-body .last_section_final .grid .grid-child2 .second_div {
  display: flex;
  gap: 1.563vw;
}
@media (max-width: 450px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div {
    flex-direction: column;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .second_div .img_section {
  width: 100%;
}
.home-page-body .last_section_final .grid .grid-child2 .second_div .img_section img {
  width: 100%;
  border-radius: 0.821vw;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .img_section img {
    object-fit: cover;
    height: -webkit-fill-available;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .first-p {
  margin: 0;
  font-weight: 400;
  font-size: 0.821vw;
  line-height: 1.458vw;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .first-p {
    font-size: 1.2vw;
    line-height: 1.658vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .first-p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .first_h {
  margin: 0;
  margin: 0;
  font-weight: 500;
  font-size: 1.437vw;
  line-height: 1.719vw;
  text-transform: capitalize;
  color: #000000;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .first_h {
    font-size: 1.637vw;
    line-height: 1.919vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .first_h {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .last-p {
  margin: 0;
  font-weight: 400;
  font-size: 0.821vw;
  line-height: 1.406vw;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.521vw;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .last-p {
    font-size: 1.15vw;
    line-height: 1.706vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .last-p {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .profile_section {
  margin-top: 5%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .profile_section h5 {
  margin: 0;
  font-weight: 500;
  font-size: 0.903vw;
  line-height: 1.771vw;
  text-transform: capitalize;
  color: #000000;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .profile_section h5 {
    font-size: 1.39vw;
    line-height: 1.971vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .profile_section h5 {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .profile_section p {
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 1.458vw;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.4);
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: -9px 0px;
}
@media (max-width: 1200px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .profile_section p {
    font-size: 1vw;
    line-height: 1.98vw;
  }
}
@media (max-width: 767px) {
  .home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .profile_section p {
    font-size: 12px;
    line-height: 22px;
  }
}
.home-page-body .last_section_final .grid .grid-child2 .second_div .text_section .profile_section .dflex {
  display: flex;
  flex-direction: column;
  margin-top: 2%;
  width: 100%;
  gap: 3px;
}

.btn-shake {
  animation: jiggle 2s ease-out infinite;
}

/* WhatsApp and Call Buttons */
.tel,
.float {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 23px;
  z-index: 999999;
  transition: all 0.3s;
  text-decoration: none !important;
}

.tel:hover,
.float:hover {
  opacity: 0.9;
  transform: scale(1.05);
  text-decoration: none;
  color: #fff;
}

.tel {
  bottom: 70px;
  background-color: #FF0030;
}

.float {
  bottom: 10px;
  background-color: #25D366;
}

.my-float {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

/* WhatsApp and Call Buttons Ends */
#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f87b61;
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  height: 100vh;
}

#progress {
  height: 1px;
  background: #ffffff;
  margin-top: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#progstat {
  font-size: 0.7em;
  letter-spacing: 3px;
  position: absolute;
  top: 49%;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 550px) {
  #progstat {
    top: 47.5%;
  }
}
/* Rotating Image */
#loading-image {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 37%;
  right: 48%;
  transform: translate(50%, -50%);
  animation: rotate 1.5s linear infinite;
}

@media screen and (max-width: 500px) {
  #loading-image {
    right: 40%;
    top: 36%;
  }
}
/* Keyframes for rotation */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes jiggle {
  48%, 62% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  56% {
    transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    transform: scale(1, 1) translate(0, -3px);
  }
}
#loading2 {
  position: fixed;
  z-index: 10000000000000000000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 1s 0.4s;
  transition: 1s 0.4s;
  font-size: 0px !important;
  visibility: hidden;
  background: rgba(216, 138, 71, 0.7490196078);
}

#loading2 .load {
  width: 7rem;
  height: 7rem;
  border: 5px solid #ff5f00;
  border-top: 6px solid #ff872b;
  border-radius: 100%;
  margin: auto;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 10000000000000000;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.textify-2 {
  color: rgba(0, 0, 0, 0.7);
}

.border-img {
  border-radius: 16px;
}

/*# sourceMappingURL=style.css.map */
