@font-face {
  font-family: Changa Regular;
  src: url(../fonts/Changa-Regular.ttf);
}
@font-face {
  font-family: Changa Medium;
  src: url(../fonts/Changa-Medium.ttf);
}
@font-face {
  font-family: Changa SemiBold;
  src: url(../fonts/Changa-SemiBold.ttf);
}
@font-face {
  font-family: Changa Light;
  src: url(../fonts/Changa-Light.ttf);
}
 

/*-----------------------*/
html {
  scroll-behavior: smooth;
}
.owl-carousel {
    direction: rtl !important; text-align: right !important;
}

body {
  padding: 0; direction:rtl;
  margin: 0 auto; text-align: right;
  font-family: Changa Light;
  position: relative;
  font-weight: 400;
  overflow-x: hidden;
  color: #0a0a0a;
  font-size: 16px;
  background: #fff;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
body a:hover,
body a:focus {
  text-decoration: none;
  color: #202833;
}
a:focus {
  outline: none;
  text-decoration: underline;
}
textarea:focus {
  outline: none;
}
input {
  outline: none !important;
}
button,
button:focus {
  outline: none;
}
a img {
  border: none;
}
img {
  border: 0;
  max-width: 100%;
  width: 100%;
}
p {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
ul,
p {
  padding: 0px;
  margin: 0px;
}
textarea {
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input::-moz-placeholder {
  opacity: 1;
  outline: none;
}
textarea::-moz-placeholder {
  opacity: 1;
  outline: none;
}
.clr {
  clear: both;
  height: 0;
}
.latest-newsbox::placeholder {
  color: #666666;
  font-size: 15px;
}
.form-control:focus {
  box-shadow: none;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.csn-ul {
  margin-left: 20px;
  text-align: justify;
}
.csn-ul li {
  position: relative;
  margin-bottom: 7px;
}
.csn-ul li:before {
  position: absolute;
  top: 9px;
  left: -19px;
  height: 8px;
  width: 8px;
  background: #014d49;
  border-radius: 100%;
  content: "";
}

/*===============header===============*/
#header-id {
  height: auto;
}
#header-id {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  margin: 0px auto;
  top: 25px;
  height: 90px;
  position: relative;
  z-index: 666;
}
/*#header-id .midbox-inner{max-width:85rem;}*/

.lalit-head {
  display: block !important;
}
.header-inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.headerTertiary {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 666;
  background: none;
  margin: auto;
  max-width: 90rem;
  width: 100%;
  padding: 1rem;
}
.topnav-left {
  max-width: 50%;
  padding: 0px;
  width: 100%;
  display: block;
  float: left;
}
.topnav-left {
  max-width: 40%;
  padding: 0px;
  width: 100%;
  display: block;
  float: left;
}
.headerTertiary .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.headerTertiary .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.emergency-no a {
  color: #e30000 !important;
}
.nav-topright {
  padding-top: 20px;
  margin-right: 0px;
}
.sticky .nav-topright {
  padding-top: 10px;
  padding-bottom: 8px;
}
.nav-topright ul {
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: flex-end;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.nav-topright li {
  margin-left: 0.3rem;
  position: relative;
  padding-left: 4px;
}

.nav-topright li a {
  color: #6d6e71;
}
.nav-topright li a:hover {
  color: #2278b5;
}

.page-header {
  height: 90px;
  position: fixed !important;
  border-radius: 10px;
  max-width: 84rem;
  background-color: transparent;
  transition:
    background-color 0.4s ease,
    box-shadow 0.4s ease;
  margin: 0px auto; /*background:#FFFFFF73 !important; border: 1px solid #fff6; box-shadow:0px 2px 14px 0px rgba(0, 0, 0, 0.10); backdrop-filter: blur(40px);*/
}

@media (min-width: 64rem) {
  .page-header {
    max-width: 72rem;
    width: 72rem;
    padding-left: 10px;
  }
}
@media (min-width: 90rem) {
  .page-header {
    max-width: 84rem;
    width: 84rem;
    padding-left: 10px;
  }
}

.headerSecondry {
  align-items: center;
  background: none;
  display: flex;
  height: auto;
  position: relative;
}
.logo-scrollup {
  display: block;
}
.logo-scrolldown {
  display: none;
}
.logo-d > img {
  width: 100%;
  position: relative;
}
.logo-d {
  position: relative;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  flex: 0 0 145px;
  display: flex;
  align-items: center;
  /*background-color:#e7f5f9;*/
  padding: 0px 20px;
}
.logo-w {
  display: block;
}
.logo-c {
  display: none;
}
.sticky .logo-w {
  display: none;
}
.sticky .logo-c {
  display: block;
}
.sticky .logo-d > img {
  max-width: 90px;
  transform: translateY(-1px);
}
.sticky .logo-d {
  flex: 0 0 145px;
}
.logo-m {
  display: none;
}
.logo-m > img {
  max-width: 130px;
  transform: translateY(-1px);
  position: absolute;
  display: none;
  left: 20px;
}

.sticky .page-header {
  background-color: #ffffff !important;
  border: 1px solid #fff6;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}
.sticky {
  top: 25px;
  width: 100% !important;
  border: 1px solid #fff6;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}
/*.sticky .headerTertiary{display:none;}*/
.sticky .headerSecondry {
  height: auto;
}

/*.sticky .page-header {padding:0.0rem 1rem 0rem 1rem;}*/
.sticky .logo-scrollup {
  display: none;
}
.sticky .logo-scrolldown {
  display: block;
}

.navbar__buttons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-grow: 1;
  justify-content: right;
}
.navbar__buttons a {
  color: var(--text-gray-color);
  font-weight: 500;
  transition: 0.3s ease;
}

@media (min-width: 64rem) {
  .navbar__buttons a {
    font-size: 16px;
  }
  .page-header ul a {
    font-size: 15px !important;
    text-transform: uppercase !important;
  }
  .phone-head {
    font-size: 13px;
  }
  .profile-head {
    font-size: 16px;
  }
  .cart-head {
    font-size: 16px;
  }
  .topnav-left {
    gap: 0px;
    margin-left: 25px;
  }
}

@media (min-width: 90rem) {
  .navbar__buttons a {
    font-size: 16px;
  }
  .page-header ul a {
    font-size: 16px !important;
   
  }
  .phone-head {
    font-size: 15px;
  }
  .profile-head {
    font-size: 15px;
  }
  .cart-head {
    font-size: 15px;
  }
  .topnav-left {
    gap: 0px;
    margin-left: 45px;
  }
}

.head-location .ss-main .ss-content {
  width: 150px;
}
.head-location .ss-single-selected .placeholder {
  color: #1e1e2f !important;
}
.head-quick-links a {
  color: #1e1e2f !important;
}
.head-quick-links .top-menu a {
  color: #1e1e2f !important;
  padding: 10px 5px !important;
}

.topnav-left {
  display: flex;
  padding: 0px;
  align-items: center;
}
.head-language {
  margin: 0px;
  width: 160px;
  padding: 0px;
  position: relative;
}
.head-language::before {
  content: "";
  width: 21px;
  height: 30px;
  background: url(../images/2024/01/language-icon.png) no-repeat;
  background-size: 90%;
  position: absolute;
  left: -5px;
  top: 8px;
  z-index: 2;
}
.head-location {
  margin: 0px;
  width: max-content;
  padding: 0px;
  position: relative;
}
.head-location::before {
  content: "";
  width: 17px;
  height: 30px;
  background: url(../images/2024/01/location-icon.png) no-repeat;
  background-size: 90%;
  position: absolute;
  left: -5px;
  top: 8px;
  z-index: 2;
}

.head-quick-links {
  margin: 0px;
  width: 130px;
  padding: 0px;
  position: relative;
}

.topnav-left .ss-main .ss-single-selected {
  border: 0px solid #ffffff;
  border-radius: 8px;
  width: max-content;
}
.topnav-left .ss-main .ss-single-selected .ss-arrow span {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transition:
    transform 0.2s,
    margin 0.2s;
}
.topnav-left .ss-main .ss-single-selected .ss-arrow span.arrow-down {
  margin: -3px 0 0 8px;
}
.topnav-left .ss-main .ss-single-selected .ss-arrow span.arrow-up {
  margin: 3px 0 0 8px;
}

.head-right-button {
  display: flex;
  width:auto;
  gap: 0px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  justify-content: right;
}
.head-top-nav {
  display: flex;
  align-items: center;
  width: max-content;
  gap:15px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.lg-top-button {
  display: flex;
  align-items: center;
  width: max-content;
  color: #fff;
  gap: 10px;
  margin: 7px 0px 0px;
  padding: 0px;
  position: relative;
}
.sticky .lg-top-button {
  color: #000;
}

@media (min-width: 64rem) {
  .lg-top-button {
    font-size: 16px;
  }
}
@media (min-width: 90rem) {
  .lg-top-button {
    font-size: 16px;
  }
}

.nearby-labs-menu {
  position: relative;
}
.packages-menu {
  position: relative;
}
.tests-menu {
  position: relative;
}

.phone-top-button {
  width: max-content;
  background: #f5a706;
  color: #ffffff !important;
  margin: 16px 0;
  text-align: center;
  font-size: 16px;
  padding: 10px 35px 10px;
  transition: all 0.4s ease;
  position: relative;
  border: 0px;
  cursor: pointer;
}
.phone-top-button img {
  width: 17px;
  position: absolute;
  left: 10px;
  top: 9px;
}

.profile-head {
  width: max-content;
  background: linear-gradient(262deg, #940b36 0%, #b01f4d 100%);
  color: #fff !important;
  box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset;
  margin: 16px 0;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  padding: 8px 15px 8px 15px;
  transition: all 0.4s ease;
  position: relative;
}
.profile-head img {
  width: auto;
  height: 16px;
  position: relative;
}
.profile-head span {
  padding-left: 5px;
}

.book-a-stay {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #253b80;
  color: #ffffff !important;
  margin: 16px 0;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  box-shadow: -6px 10px 14px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.book-a-stay img {
  width: auto;
  height: 16px;
  position: relative;
}
.book-a-stay span {
  padding-left: 5px;
}
.book-a-stay:hover {
  background: #35a0ed;
}

#target-1 {
  background: #f6f5f5;
  width: 100%;
  box-shadow: -6px 10px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0px 0px;
  margin-top: 0px;
  display: none;
  position: fixed;
  left: 0px;
  top: 74px;
  z-index: 999;
}
#target-1 .head-search {
  display: flex;
  gap: 20px;
  margin: 0px;
  padding: 0px 7%;
  position: relative;
}
@media (min-width: 64rem) {
  #target-1 .head-search {
    padding: 0px 4%;
  }
}
@media (min-width: 90rem) {
  #target-1 .head-search {
    padding: 0px 7%;
  }
}

#target-1 p {
  color: #000 !important;
}
#target-1 .ss-main .ss-single-selected {
  color: #000 !important;
}
#target-1 .ss-main .ss-single-selected {
  border: 1px solid #000 !important;
  background: #fff !important;
}
#target-1 .home-search-room {
  border: 1px solid #000 !important;
  color: #000;
  background: #fff !important;
}

#target-3 {
  background: #f6f5f5;
  width: 450px;
  box-shadow: -6px 10px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0px;
  display: none;
  position: absolute;
  right: 7%;
  top: 90px;
  z-index: 999;
}
#target-3 .hide-3-yes {
  width: 16%;
  display: block;
  background: #0a0a0a;
  color: #ffffff !important;
  margin: 0px 0px 0px;
  height: 40px !important;
  border: 0px;
  text-align: center;
  font-size: 14px;
  padding: 8px 15px 8px;
  transition: all 0.4s ease;
  position: relative;
}
.hide-3-yes .hide-button {
  justify-content: center;
}

.hide {
  display: none;
}
/*  added this - not working  */
.hide-1-yes {
  display: none;
  background: none;
  font-size: 16px;
  border: 0px;
}
.hide-2-yes {
  display: none;
}
.hide-button {
  display: flex;
  gap: 6px;
  align-items: center;
}

/*--Head END--*/
.wiki-mk {
  padding-left: 40px;
  padding-right: 40px;
}
.midbox-inner {
  margin: auto;
  max-width: 90rem;
  width: 100%;
}

#home-wiki-slider {
  width: 100%;
  background: #ffffff;
  height: 100%;
  overflow: hidden;
  padding: 0px 0px 0px;
  position: relative;
  margin: -90px 0px 0px;
  z-index: 1;
}
/*.home-wiki-slider{width:100%; display:flex; margin:0px; padding:200px 0px 160px; position:absolute;}*/
/*.home-wiki-slider::before { content: "";position: absolute;top:0px;left: 0px;width: 100%;height:100%; background: url(../images/2026/01/home-slider-bg.jpg); background-repeat:no-repeat; background-size:cover; background-position:left top;   z-index:-1;}*/

/*.home-wiki-slider::before{content: "";    position: absolute;    top:0px;    right:0px;    width: 100%;    height: 100%;    background: url(../images/2026/01/slider-bg-right.webp);    background-repeat: no-repeat;    background-size:50%; opacity:0.3;    background-position: right top;    z-index:1;}*/

.home-wiki-slider::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 99%;
  background: linear-gradient(
    230deg,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.72) 80%
  );
  z-index: 1;
}

.home-slider-text {
  width: 55%;
  margin: 0px;
  top: 28%;
  right: 7%;
  position: absolute;
  z-index: 2;
}
.home-slider-text h1 {
  width: 70%;
  font-size: 50px;
  font-family: Changa Light;
  color: #ffffff;
  padding: 0px;
  margin: 0px 0px 10px;
  display: block;
  position: relative;
}
.home-slider-text p {
  width: 80%;
  font-size: 18px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 10px 0px 40px;
}
.home-slider-text a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
  margin: 16px 0;
  text-align: center;
  font-size: 16px;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.home-slider-text a img {
  width: auto;
  height: 30px;
  position: relative;
}
.home-slider-text a:hover {
  gap: 30px;
}
.home-slider-text a:hover {
  color: #ffffff;
}

@media (min-width: 64rem) {
  .home-slider-text h1 {
    width: 75%;
    font-size: 60px;
  }
}
@media (min-width: 90rem) {
  .home-slider-text h1 {
    width: 80%;
    font-size: 70px;
  }
}

#home-logo-section {
  width: 100%;
  background: #ffffff;
  height: 100%;
  overflow: hidden;
  padding: 40px 0px 40px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
}
.logo-slider-item {
  display: flex;
  align-items: center;
  height: 70px;
  justify-content: center;
}
.logo-slider-item img {
  width: auto !important;
  height: 55px;
}

#home-about-section {
  width: 100%;
  background: #ffffff;
  height: 100%;
  overflow: hidden;
  padding: 80px 0px 40px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
}
#home-about-section .about-text {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Changa Light;
  font-size: 20px;
  text-transform: uppercase;
  color: #212121;
  padding: 0px 0px 0px;
  margin: 0px 0px 30px;
  position: relative;
}
#home-about-section .about-text img {
  width: auto;
  height: 15px;
}
#home-about-section h2 {
  width: 37%;
  font-size: 40px;
  font-family: Changa SemiBold;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 30px;
  display: block;
  position: relative;
}
#home-about-section p {
  width: 85%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  margin: 10px 0px 0px;
}

.home-about-section {
  width: 100%;
  display: flex;
  gap: 80px;
  align-items: flex-end;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.home-about-left {
  width: 73%;
  margin: 0px;
  padding-right: 45px;
  position: relative;
}
.home-about-right {
  width: 27%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.home-about-right h3 {
  width: 100%;
  font-size: 70px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 10px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  position: relative;
}
.home-about-right span {
  width: 100%;
  color: #212121;
  display: block;
  font-size: 20px;
  font-family: Changa Light;
}
.home-about-right p {
  width: 100% !important;
  font-size: 16px !important;
}

#home-about-section .home-about-no {
  width: 100%;
  border-top: 1px solid #dddee0;
  padding: 30px 0px 0px;
  margin: 60px 0px 0px;
  position: relative;
}
.home-about-no ul {
  width: 100%;
  display: flex;
  gap: 0px;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
  position: relative;
}
.home-about-no li {
  width: 25%;
  border-right: 1px solid #dddee0;
  padding: 0px 40px 0px;
  margin: 0px 0px 0px;
  position: relative;
}
.home-about-no li:last-child {
  border-right: 0px;
  padding-right: 0px;
}
.home-about-no li:first-child {
  padding-left: 0px;
}
.home-about-no li h3 {
  width: 100%;
  font-size: 60px;
  font-family: Changa SemiBold;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 10px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  position: relative;
}
.home-about-no li span {
  width: 100%;
  font-size: 22px;
  font-family: Changa Light;
}
.home-about-no li p {
  width: 100% !important;
  font-size: 16px !important;
}

#partner-section {
  width: 100%;
  background: #ffffff;
  padding: 40px 0px 60px;
  margin: 0px 0px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rehabilitation-centres-box {
  width: 100%;
  margin: 70px 0px 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rehabilitation-centres-box::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    230deg,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.98) 100%
  );
  z-index: 1;
}
.partner-doc {
  width: 45%;
  border-radius: 20px;
  margin: 0px 0px 0px;
  padding: 20px;
  position: absolute;
  top: 100px;
  right: 7%;
  z-index: 6;
}
.partner-doc h3 {
  width: 100%;
  font-size: 40px;
  font-family: Changa Light;
  color: #fff;
  padding: 0px 0px 10px;
  margin: 0px 0px;
  position: relative;
}
.partner-doc p {
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 15px 0px 10px;
}

@media (min-width: 64rem) {
  .partner-doc {
    width: 50%;
    top: 30px;
  }
  .partner-doc h3 {
    font-size: 30px;
  }
}
@media (min-width: 90rem) {
  .partner-doc {
    width: 50%;
    top: 60px;
  }
  .partner-doc h3 {
    font-size: 40px;
  }
}

#home-values-section {
  width: 100%;
  height: 100%;
  padding: 80px 0px 80px;
  margin: 60px 0px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#home-values-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/2026/01/values-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  z-index: -1;
}

#home-values-section .about-text {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Changa Light;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 0px 0px;
  margin: 0px 0px 50px;
  position: relative;
}
#home-values-section .about-text img {
  width: auto;
  height: 15px;
  filter: brightness(0) invert(1);
}
#home-values-section h2 {
  width: 60%;
  font-size: 65px;
  font-family: Changa Light;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 10px;
  display: block;
  position: relative;
}
#home-values-section p {
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #fff;
  margin: 15px 0px 10px;
}
#home-values-section a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
  margin: 16px 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
#home-values-section a img {
  width: auto;
  height: 28px;
  position: relative;
}
#home-values-section a:hover {
  gap: 30px;
}
#home-values-section a:hover {
  color: #ffffff;
}

#home-values-section .home-values-box {
  width: 100%;
  padding: 100px 0px 0px;
  margin: 0px 0px 0px;
  position: relative;
}
.home-values-box ul {
  width: 70%;
  display: flex;
  gap: 40px;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
  position: relative;
}
.home-values-box li {
  width: 25%;
  text-align: center;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
  transition: 600ms ease transform;
  position: relative;
}
.home-values-box li:hover {
  transform: scaleX(1.1) scaleY(1.1);
}
.home-values-box li h3 {
  width: 100%;
  font-size: 20px;
  font-family: Changa SemiBold;
  color: #fff9;
  padding: 0px;
  margin: 10px 0px 0px;
  position: relative;
}
.home-values-box li img {
  width: auto;
  height: 45px;
  filter: brightness(0) invert(1);
}

#home-portfolio-section {
  width: 100%;
  height: 100%;
  padding: 40px 0px 80px;
  margin: 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#home-portfolio-section .about-text {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Changa Light;
  font-size: 20px;
  text-transform: uppercase;
  color: #212121;
  padding: 0px 0px 0px;
  margin: 0px 0px 50px;
  position: relative;
}
#home-portfolio-section .about-text img {
  width: auto;
  height: 15px;
}
#home-portfolio-section h2 {
  width: 70%;
  font-size: 65px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 10px;
  display: block;
  position: relative;
  text-transform: uppercase;
}
#home-portfolio-section h4 {
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  margin: 15px 0px 50px;
}

#home-portfolio-section ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
  position: relative;
}
#home-portfolio-section li {
  padding: 20px 20px 80px;
  margin: 0px 0px 0px;
  border: 1px solid #ae1e33;
  border-radius: 16px;
  transition: 600ms ease transform;
  position: relative;
}
#home-portfolio-section li:hover {
  background: linear-gradient(150deg, #15224e 20%, #314da0 80%);
  transform: scaleX(1.05) scaleY(1.05);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}
#home-portfolio-section li h3 {
  width: 100%;
  font-size: 24px;
  font-family: Changa Light;
  color: #ae1e33;
  padding: 0px;
  margin: 0px 0px 10px;
  position: relative;
}
#home-portfolio-section li:hover h3 {
  color: #fff;
}
#home-portfolio-section li p {
  width: 100%;
  font-size: 16px;
  color: #212121;
  padding: 0px;
  margin: 10px 0px 0px;
  position: relative;
}
#home-portfolio-section li:hover p {
  color: #fff9;
}
#home-portfolio-section li img {
  width: auto;
  height: 27px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
#home-portfolio-section li:hover img {
  filter: brightness(0) invert(1);
}

#home-impact-section {
  width: 100%;
  height: 100%;
  padding: 80px 0px 80px;
  margin: 60px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#home-impact-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/2026/01/impact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  z-index: -1;
}
#home-impact-section .about-text {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Changa Light;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 0px 0px;
  margin: 0px 0px 50px;
  position: relative;
}
#home-impact-section .about-text img {
  width: auto;
  height: 15px;
  filter: brightness(0) invert(1);
}
#home-impact-section h2 {
  width: 60%;
  font-size: 65px;
  font-family: Changa Light;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 10px;
  display: block;
  position: relative;
}

#home-impact-section ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 0px 0px 0px;
  margin: 70px 0px 0px;
  position: relative;
}
#home-impact-section li {
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
  border-radius: 16px;
  transition: 600ms ease transform;
  position: relative;
}
#home-impact-section li h3 {
  width: 90%;
  font-size: 24px;
  font-family: Changa Light;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 0px 0px 10px;
  margin: 0px 0px 10px;
  position: relative;
}
#home-impact-section li p {
  width: 90%;
  font-size: 16px;
  color: #fff9;
  padding: 0px;
  margin: 10px 0px 0px;
  position: relative;
}

#explore-portfolio-section {
  width: 100%;
  background: #ffffff;
  height: 100%;
  padding: 80px 0px 40px;
  margin: 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#explore-portfolio-section h2 {
  width: 50%;
  font-size: 50px;
  font-family: Changa Light;
  color: #212121;
  padding-right: 45px;
  margin: 0px 0px 60px;
  display: block;
  position: relative;
}
#explore-portfolio-section h4 {
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  margin: 15px 0px 0px;
}

#explore-portfolio-section ul {
  display: flex;
  gap: 20px;
  padding: 0px 0px 0px;
  margin: 60px 0px 0px;
  position: relative;
  z-index: 1;
}
#explore-portfolio-section li {
  width: 33.33%;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
  transition: 600ms ease transform;
  overflow: hidden;
  position: relative;
}
#explore-portfolio-section li:hover {
  transform: scaleX(1.05) scaleY(1.05);
}
.explore-portfolio-doc {
  width: 100%;
  margin: 0px;
  padding: 20px 10px 15px;
  z-index: 1;
}
/*.our-team-doc::before{content: "";    background: url(../images/2026/01/03/bg.png);  position: absolute;    bottom:0;    width: 100%;    height:200px;  background-size:cover; opacity:0.90;  z-index:-1;    left: 0px; }*/

.explore-portfolio-img {
  position: relative;
  margin: 0px;
  padding: 0px;
  border-radius: 12px 12px 0px 12px;
  z-index: 1;
  overflow: hidden;
}
.explore-portfolio-img::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.9;
  z-index: 1;
  left: 0px;
}

.explore-portfolio-img span {
  position: absolute;
  right: 15px;
  height: 70px;
  display: flex;
  align-items: center;
  bottom: 20px;
  z-index: 2;
}
.explore-portfolio-img span img {
  width: auto;
  height: 40px;
}

#explore-portfolio-section li img {
  margin: 0px 0px 0px;
  border: 1px solid #4441;
}
.explore-portfolio-doc h3 {
  width: 100%;
  font-size: 20px;
  font-family: Changa Regular;
  color: #212121;
  padding: 0px 0px 5px;
  margin: 0px 0px;
  display: block;
  position: relative;
  z-index: 1;
}
.explore-portfolio-doc p {
  width: 90%;
  font-size: 18px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  margin: 0px 0px 0px;
  position: relative;
  z-index: 1;
}

#home-team-section {
  width: 100%;
  background: #ffffff;
  height: 100%;
  padding: 40px 0px 60px;
  margin: 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#home-team-section .about-text {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Changa Light;
  font-size: 20px;
  text-transform: uppercase;
  color: #212121;
  padding: 0px 0px 0px;
  margin: 0px 0px 50px;
  position: relative;
}
#home-team-section .about-text img {
  width: auto;
  height: 15px;
}
#home-team-section h2 {
  width: 50%;
  font-size: 50px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 10px;
  display: block;
  position: relative;
}
#home-team-section h5 {
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  margin: 15px 0px 0px;
}

#home-team-section ul {
  display: flex;
  gap: 20px;
  padding: 0px 0px 0px;
  margin: 60px 0px 0px;
  position: relative;
  z-index: 1;
}
#home-team-section li {
  width: 25%;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
  transition: 600ms ease transform;
  overflow: hidden;
  position: relative;
}
#home-team-section li:hover {
  transform: scaleX(1.05) scaleY(1.05);
}
.our-team-doc {
  width: 100%;
  margin: 0px;
  padding: 20px 10px 15px;
  z-index: 1;
}
/*.our-team-doc::before{content: "";    background: url(../images/2026/01/03/bg.png);  position: absolute;    bottom:0;    width: 100%;    height:200px;  background-size:cover; opacity:0.90;  z-index:-1;    left: 0px; }*/

#home-team-section li img {
  margin: 0px 0px 0px;
  border-radius: 12px 12px 0px 12px;
  border: 1px solid #4441;
}
.our-team-doc h3 {
  width: 100%;
  font-size: 20px;
  font-family: Changa SemiBold;
  color: #212121;
  text-transform: uppercase;
  padding: 0px 0px 5px;
  margin: 0px 0px;
  display: block;
  position: relative;
  z-index: 1;
}
#home-team-section li h4 {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  margin: 0px 0px 5px;
  position: relative;
  z-index: 1;
}
.our-team-doc p {
  font-size: 14px;
  color: #212121;
  margin: 0px 0px 0px;
  position: relative;
  z-index: 1;
}

#home-news-section {
  width: 100%;
  background: #fff;
  height: 100%;
  padding: 40px 0px 40px;
  margin: 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#home-news-section .about-text {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Changa Light;
  font-size: 20px;
  text-transform: uppercase;
  color: #212121;
  padding: 0px 0px 0px;
  margin: 0px 0px 50px;
  position: relative;
}
#home-news-section .about-text img {
  width: auto;
  height: 15px;
}
#home-news-section h2 {
  width: 100%;
  font-size: 50px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Changa Light;
  color: #212121;
  padding-left: 45px;
  margin: 0px 0px 10px;
  position: relative;
  justify-content: space-between;
}
#home-news-section h2 a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #212121;
  margin: 0px 0;
  text-align: center;
  font-size: 16px;
  font-family: Changa Light;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
#home-news-section h2 a img {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid #212121;
  position: relative;
}
#home-news-section a:hover {
  gap: 30px;
}
#home-news-section h2 a:hover {
  color: #000000;
}

#home-news-section h4 {
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  margin: 15px 0px 0px;
}

.home-news-section {
  display: flex;
  margin: 50px 0px 0px;
  padding: 0px;
  position: relative;
}
.home-news-left {
  width: 60%;
  border-right: 1px solid #4443;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.home-news-left ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.home-news-left li {
  width: 100%;
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0px 0px 10px;
  padding: 0px;
  position: relative;
}
.newsroom-doc {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.home-news-left li img {
  transition: 600ms ease transform;
}
.home-news-left li h3 {
  width: 100%;
  font-size: 18px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  padding: 20px 0px 0px;
  margin: 0px 0px;
  display: block;
  position: relative;
  z-index: 1;
}
.home-news-left li a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1c3ead;
  margin: 0px 0px;
  text-align: center;
  font-size: 16px;
  font-family: Changa Light;
  letter-spacing: 1px;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.home-news-left li a img {
  width: auto;
  height: 10px;
}
.home-news-left li a:hover img {
  width: auto !important;
  height: 12px !important;
}

.home-news-img {
  overflow: hidden;
  border-radius: 12px 12px 0px 12px;
  transition: 600ms ease transform;
}
.home-news-left li:hover img {
  transform: scaleX(1.1) scaleY(1.1);
  z-index: 2;
}
.home-news-right:hover img {
  transform: scaleX(1.1) scaleY(1.1);
  z-index: 2;
}

.home-news-right {
  width: 40%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.home-news-right img {
  transition: 600ms ease transform;
}
.home-news-right h3 {
  width: 100%;
  font-size: 18px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  padding: 20px 0px 0px;
  margin: 0px 0px;
  display: block;
  position: relative;
  z-index: 1;
}
.home-news-right a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1c3ead;
  margin: 0px 0px;
  text-align: center;
  font-size: 16px;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.home-news-right a img {
  width: auto;
  height: 10px;
}
.home-news-right a:hover img {
  width: auto !important;
  height: 12px !important;
}

#home-partners-section {
  width: 100%;
  height: 100%;
  padding: 80px 0px 60px;
  margin: 40px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#home-partners-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/2026/01/partners-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  z-index: -1;
}
#home-partners-section h2 {
  width: 100%;
  font-size: 65px;
  font-family: Changa Light;
  color: #fff;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 70px;
  position: relative;
  text-transform: uppercase;
  justify-content: space-between;
}

#partners-slider {
  padding-left: 22%;
  padding-right: 22%;
}
.partners-slider-item {
  /*background:#fff; border-radius:22px; opacity:0.5; */
  margin: 0px;
  padding: 50px 50px 150px;
  position: relative;
  z-index: 1;
}
.partners-slider-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/2026/01/partners-bg-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.5;
  background-position: left top;
  z-index: -1;
}
.partners-slider-item h3 {
  width: 100%;
  font-size: 42px;
  font-family: Changa Light;
  color: #fff;
  padding: 0px;
  margin: 40px 0px 10px;
  position: relative;
  text-transform: uppercase;
  justify-content: space-between;
}
.partners-slider-item h3 span {
  font-size: 20px;
}
.partners-slider-item img {
  width: auto !important;
  height: 22px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 15px;
  left: 140px;
}
.partners-slider-item p {
  width: 100%;
  font-size: 16px;
  color: #fff;
  margin: 10px 0px 0px;
}

#home-gallery-section {
  width: 100%;
  height: 100%;
  padding: 40px 0px 110px;
  margin: 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#home-gallery-section h2 {
  width: 100%;
  font-size: 50px;
  font-family: Changa Light;
  color: #212121;
  padding-left: 45px;
  margin: 0px 0px 0px;
  position: relative;
  justify-content: space-between;
}
.home-gallery-1 ul {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0px 0px 0px;
  margin: 40px 0px 0px;
  position: relative;
}
.home-gallery-1 li {
  width: max-content;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
  border-radius: 12px 12px 0px 12px;
  transition: 600ms ease transform;
  position: relative;
}
.home-gallery-1 li:hover {
  transform: scaleX(1.05) scaleY(1.05);
}
.home-gallery-1 li img {
  width: auto;
  border-radius: 12px 12px 0px 12px;
  height: 210px;
}

.home-gallery-2 ul {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0px 0px 0px;
  margin: 20px 0px 0px;
  position: relative;
}
.home-gallery-2 li {
  width: max-content;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
  border-radius: 16px;
  transition: 600ms ease transform;
  position: relative;
}
.home-gallery-2 li:hover {
  transform: scaleX(1.05) scaleY(1.05);
}
.home-gallery-2 li img {
  width: auto;
  border-radius: 16px;
  height: 210px;
}

#home-plan-section {
  width: 100%;
  height: 100%;
  padding: 80px 0px 110px;
  margin: 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#home-plan-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/2026/01/plan-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  z-index: -1;
}
#home-plan-section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 20%,
    rgba(0, 0, 0, 0.88) 100%
  );
  z-index: 1;
}

.home-plan-section {
  width: 100%;
  display: flex;
  gap: 90px;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}
.home-plan-left {
  width: 60%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.home-plan-left h2 {
  width: 60%;
  font-size: 50px;
  font-family: Changa Light;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 20px;
  display: block;
  position: relative;
}
.home-plan-left p {
  width: 80%;
  font-size: 17px;
  line-height: 26px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 10px 0px 0px;
}

.home-plan-right {
  width: 40%;
  background: #fff;
  border-radius: 0px;
  margin: 0px;
  padding: 30px;
  position: relative;
}
.home-form-box1 {
  width: 100%;
  display: flex;
  gap: 15px;
  margin: 0px 0px 20px;
  padding: 0px;
  position: relative;
}
.home-form-box {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.home-plan-right input::placeholder {
  color: #0005;
  font-size: 16px;
}
.ding select::placeholder {
  color: #000;
  font-size: 14px;
}
.home-plan-right textarea::placeholder {
  color: #0005;
  font-size: 16px;
}
.home-plan-right input:focus {
  border: 1px solid #f4f4f4;
}
.home-plan-right textarea:focus {
  border: 1px solid #f4f4f4;
}
.home-plan-right label {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.home-plan-right input,
textarea {
  border: 1px solid #f4f4f4;
  height: 50px;
  color: #000000;
  padding-left: 15px;
  width: 100%;
  font-size: 16px;
  background: rgba(244, 244, 244, 1);
  outline: none;
  text-align: left;
}
.home-plan-right .box-now1 {
  height: 110px;
  margin-bottom: 5px;
}
.home-plan-right .submit-now {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px 0px;
  width: 100%;
  border: 1px solid #17275b;
  background: #17275b;
  font-size: 16px;
  font-family: Changa Light;
  padding: 12px 20px;
  position: relative;
}
.home-plan-right .submit-now:hover {
  background: #ffffff;
  color: #17275b;
}

/*---------About ------- */
#about-aegi-slider {
  width: 100%;
  background: #ffffff;
  height: 100%;
  overflow: hidden;
  padding: 0px 0px 0px;
  position: relative;
  margin: -90px 0px 0px;
  z-index: 1;
}
#about-aegi-slider::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    280deg,
    rgba(0, 0, 0, 0.72) 30%,
    rgba(0, 0, 0, 0) 80%
  );
  z-index: 1;
}

.about-aegi-slider-text {
  width: 55%;
  margin: 0px;
  bottom: 6%;
  right: 7%;
  position: absolute;
  z-index: 2;
}
.about-aegi-slider-text h1 {
  width: 100%;
  font-size: 45px;
  font-family: Changa Light;
  color: #ffffff;
  padding: 0px;
  margin: 0px 0px 10px;
  display: block;
  position: relative;
}
.about-aegi-slider-text h3 {
  width: 75%;
  font-size: 20px;
  font-family: Changa Light;
  color: #ffffff87;
  padding: 0px;
  margin: 0px 0px 10px;
  display: block;
  position: relative;
}
.about-aegi-slider-text p {
  width: 85%;
  font-size: 18px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 10px 0px 40px;
}
.about-aegi-slider-text a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
  margin: 16px 0;
  text-align: center;
  font-size: 16px;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.about-aegi-slider-text a img {
  width: auto;
  height: 30px;
  position: relative;
}
.about-slider-text a:hover {
  gap: 30px;
}
.about-aegi-slider-text a:hover {
  color: #ffffff;
}

#about-sponsorship-section {
  width: 100%;
  background: #ffffff;
  padding: 0px 0px 0px;
  margin: 60px 0px 60px;
  position: relative;
  z-index: 1;
}
.about-sponsorship-section {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about-sponsorship-section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}
.about-sponsorship-text {
  width: 70%;
  padding: 0px 0px;
  margin: 0px;
  bottom: 60px;
  right: 80px;
  position: absolute;
  z-index: 2;
}
.about-sponsorship-text h2 {
  width: 55%;
  font-size: 40px;
  color: #ffffff;
  font-family: Changa Light;
  padding: 0px;
  margin: 0px 0px 20px;
  display: block;
  position: relative;
  z-index: 2;
}
.about-sponsorship-text p {
  width: 90%;
  font-size: 18px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin: 0px 0px 0px;
}

/*---------About ------- */

/*---------About ------- */
/*.aegi .head-top-nav .burger img{filter: none;}.aegi .lg-top-button{color:#000;}
.aegi .logo-c{display: block;}.aegi .logo-w{display:none;}
.aegi .page-header{border:0px solid #DCE0E6; box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.10);}*/

.aegi-team .head-top-nav .burger img {
  filter: none;
}
.aegi-team .lg-top-button {
  color: #000;
}
.aegi-team .logo-c {
  display: block;
}
.aegi-team .logo-w {
  display: none;
}
.aegi-team .page-header {
  border: 0px solid #dce0e6;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

#about-wiki-slider {
  width: 100%;
  background: #ffffff;
  height: 100%;
  padding: 50px 0px 0px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
#about-wiki-slider span {
  display: flex;
  color: #777e88;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 50px 0px 10px;
  padding-left: 40px;
}
#about-wiki-slider h1 {
  width: 80%;
  font-size: 50px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  padding-left: 40px;
  margin: 20px 0px 10px;
  display: block;
  position: relative;
}
#about-wiki-slider h1 span {
  font-size: 25px;
  padding: 0px;
  margin: 0px;
}

#about-wiki-slider a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #212121;
  margin: 20px 20px 0px;
  text-align: center;
  font-size: 16px;
  font-family: Changa Light;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
#about-wiki-slider a img {
  width: auto;
  height: 30px;
  position: relative;
}
#about-wiki-slider a:hover {
  gap: 10px;
}
#about-wiki-slider a:hover {
  color: #212121;
}

#about-doc-section {
  background: #ffffff;
  overflow: hidden;
  padding: 80px 0px 110px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
}
#about-doc-section h2 {
  width: 80%;
  font-size: 40px;
  line-height: 55px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 50px;
  display: block;
  position: relative;
}
.about-doc-section {
  width: 80%;
  display: flex;
  gap: 110px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.about-doc-section p {
  width: 42%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  margin: 10px 0px 0px;
}

#our-investment-section {
  background: #223369;
  padding: 80px 0px 80px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
.our-investment-section {
  width: 100%;
  display: flex;
  gap: 110px;
  align-items: center;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.our-investment-left {
  width: 50%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.our-investment-left h2 {
  font-size: 40px;
  font-family: Changa Light;
  color: #ffffff;
  padding: 0px;
  margin: 0px 0px 30px;
  display: block;
  position: relative;
}

.our-investment-left p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0px 0px 30px;
}
.our-investment-left ul {
  display: block;
  margin: 0px 0px 20px;
  padding: 0px;
}
.our-investment-left li {
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 0px;
  padding-left: 30px !important;
  margin: 0px;
}
.our-investment-left li::before {
  content: "";
  filter: brightness(0) invert(1);
  background: url(../images/2026/01/arrow-icon.png) no-repeat;
  background-size: 16px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 12px;
  left: 0px;
}
.our-investment-right {
  width: 50%;
  margin: 0px;
  padding: 0px;
  position: relative;
}

#mission-doc-section {
  background: #ffffff;
  padding: 80px 0px 110px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
#mission-doc-section h2 {
  width: 80%;
  font-size: 40px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 70px;
  display: block;
  position: relative;
}
.mission-doc-section {
  width: 80%;
  display: flex;
  gap: 80px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.mission-doc-section h3 {
  width: 50%;
  font-size: 40px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 50px;
  display: block;
  position: relative;
}
.mission-doc-section p {
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  margin: 10px 0px 0px;
}

#our-vision-section {
  background: #fff;
  padding: 80px 0px 80px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
.our-vision-section {
  width: 100%;
  display: flex;
  gap: 110px;
  align-items: center;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.our-vision-left {
  width: 50%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.our-vision-right {
  width: 50%;
  margin: 0px;
  padding-left: 45px;
  position: relative;
}
.our-vision-right h2 {
  font-size: 40px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 15px;
  display: block;
  position: relative;
}
.our-vision-right h3 {
  font-size: 40px;
  font-family: Changa Light;
  color: #212121;
  border-top: 1px solid #4445;
  padding: 30px 0px 0px;
  margin: 40px 0px 15px;
  display: block;
  position: relative;
}
.our-vision-right p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  margin: 0px 0px 20px;
}

#sponsorship-section {
  background: #ffffff;
  overflow: hidden;
  padding: 80px 0px 80px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
}
.sponsorship-section {
  width: 100%;
  display: flex;
  gap: 80px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.sponsorship-section h2 {
  width: 40%;
  font-size: 50px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 50px;
  display: block;
  position: relative;
}
.sponsorship-section p {
  width: 60%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  margin: 10px 0px 0px;
}

#platforms-section {
  background: #ffffff;
  padding: 80px 0px 80px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
.platforms-section {
  width: 100%;
  display: flex;
  gap: 110px;
  align-items: center;
  margin: 0px;
  padding-left: 45px;
  position: relative;
}
.platforms-bg-left {
  width: 50%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.platforms-bg-left h2 {
  font-size: 40px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 30px;
  display: block;
  position: relative;
}

.platforms-bg-left p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  margin: 0px 0px 30px;
}
.platforms-bg-left ul {
  display: block;
  margin: 0px 0px 0px;
  padding: 0px;
}
.platforms-bg-left li {
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  padding-right: 30px !important;
  margin: 0px;
}
.platforms-bg-left li::before {
  content: "";
  background: url(../images/2026/02/arrow-icon.png) no-repeat;
  background-size: 18px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 12px;
  right: 0px;background-position: top right;
}
.platforms-bg-right {
  width: 50%;
  margin: 0px;
  padding: 0px;
  position: relative;
}

#values-doc-section {
  background: #4e4e4e;
  padding: 80px 0px 80px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
#values-doc-section h2 {
  font-size: 40px;
  font-family: Changa Light;
  color: #ffffff;
  padding-left: 45px;
  margin: 0px 0px 20px;
  display: block;
  position: relative;
}
#values-doc-section h4 {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding-left: 45px;
  margin: 0px 0px 70px;
}

#values-doc-section ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  padding-left: 45px;
  margin: 40px 0px 0px;
}
#values-doc-section li {
  padding: 80px 60px;
  margin: 0px 0px 0px;
  transition: 600ms ease transform;
}
#values-doc-section li:nth-child(1n) {
  background: #fff1;
  border-left: 1px solid #fff5;
  border-bottom: 1px solid #fff5;
}
#values-doc-section li:nth-child(2n) {
  background: #4e4e4e;
  border-left: 0px;
}
#values-doc-section li:nth-child(3n) {
  background: #4e4e4e;
  border-left: 1px solid #fff5;
  border-bottom: 0px;
}
#values-doc-section li:nth-child(4n) {
  background: #fff1;
  border-left: 0px;
  border-bottom: 0px;
}

#values-doc-section li h3 {
  font-size: 32px;
  font-family: Changa Light;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 10px;
}
#values-doc-section li p {
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
/*---------About Us------- */

/*---------  Our Focus  ------- */
#our-focus-section {
  background: #4e4e4e;
  padding: 80px 0px 80px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
#our-focus-section h2 {
  font-size: 40px;
  font-family: Changa Light;
  color: #ffffff;
  padding-left: 45px;
  margin: 0px 0px 30px;
  display: block;
  position: relative;
}

#our-focus-section p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #ffffff;
  padding-left: 45px;
  margin: 0px 0px 50px;
}

#our-focus-slider {
  padding-left: 45px;
}
.our-focus-item {
  background: #fff1;
  padding: 60px 30px;
  margin: 0px 0px 0px;
  position: relative;
}
.our-focus-item img {
  width: auto !important;
  height: 60px;
  margin: 0px;
  padding: 0px;
  filter: brightness(0) invert(1);
}
.our-focus-item .our-focus-doc {
  height: 220px;
}
.our-focus-item h3 {
  font-size: 25px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #fff;
  padding: 0px;
  margin: 40px 0px 10px;
}
.our-focus-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 10px;
}
.our-focus-item p {
  font-size: 18px !important;
  line-height: 22px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #fff;
  padding-left: 0px !important;
  margin: 0px;
}
/*--------- Our Focus  END------- */

/*---------Portfolio------- */
#portfolio-list-section {
  background: #ffffff;
  padding: 0px 0px 80px;
  position: relative;
  margin: -50px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
#portfolio-list-section ul {
  width: 90%;
  display: block;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}
#portfolio-list-section li {
  display: flex;
  gap: 50px;
  border-top: 1px solid #17203126;
  margin: 40px 0px 0px;
  padding: 40px 0px 0px;
  position: relative;
}
#portfolio-list-section li .portfolio-img-box {
  width: 35%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#portfolio-list-section li .portfolio-img-box img {
  object-fit: cover;
  height: 280px;
}
#portfolio-list-section li .portfolio-doc-box {
  width: 40%;
  margin: 20px 0px 0px;
  padding: 0px;
  position: relative;
}
.portfolio-doc-box h2 {
  width: 80%;
  font-size: 30px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 20px;
  display: block;
  position: relative;
}
.portfolio-doc-box p {
  width: 80%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  margin: 10px 0px 0px;
}
#portfolio-list-section a {
  width: max-content;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  color: #212121;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  font-family: Changa Light;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
#portfolio-list-section a img {
  width: auto;
  height: 30px;
  position: relative;
}
#portfolio-list-section a:hover {
  gap: 30px;
}
#portfolio-list-section a:hover {
  color: #212121;
}

#portfolio-doc-head {
  background: #ffffff;
  padding: 80px 0px 100px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
#portfolio-doc-head h2 {
  width: 80%;
  font-size: 40px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 0px;
  display: block;
  position: relative;
}

.portfolio-doc-head {
  width: 80%;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.portfolio-logo-img {
  width: 30%;
  margin: 15px 0px 0px;
  padding: 0px;
  position: relative;
}
.portfolio-logo-img img {
  width: 70%;
  height: auto;
}

#portfolio-key-section {
  background: #ffffff;
  padding: 80px 0px 80px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
.portfolio-key-section {
  width: 100%;
  display: flex;
  gap: 80px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.portfolio-key-left {
  width: 50%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.portfolio-key-left h2 {
  width: 80%;
  font-size: 40px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 40px;
  display: block;
  position: relative;
}
.portfolio-key-right {
  width: 50%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.portfolio-key-right h3 {
  width: 80%;
  font-size: 30px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 20px;
  display: block;
  position: relative;
}
.portfolio-key-right p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  margin: 10px 0px 10px;
}
.portfolio-key-box {
  border-bottom: 1px solid #17203126;
  margin: 0px 0px 40px;
  padding: 0px 0px 40px;
  position: relative;
}

.portfolio-key-box ul {
  display: block;
  margin: 0px 0px 0px;
  padding: 0px;
}
.portfolio-key-box li {
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  padding: 10px 0px;
  padding-left: 30px !important;
  margin: 0px;
}
.portfolio-key-box li::before {
  content: "";
  background: url(../images/2026/02/arrow-icon.png) no-repeat;
  background-size: 18px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 14px;
  left: 0px;
}

#portfolio-value-section {
  background: #ffffff;
  padding: 20px 0px 100px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
#portfolio-value-section h2 {
  width: 80%;
  font-size: 40px;
  font-family: Changa Light;
  color: #212121;
  text-align: center;
  padding: 0px;
  margin: 0px auto 0px;
  display: block;
  position: relative;
}
.portfolio-value-section {
  width: 100%;
  margin: 70px 0px 0px;
  padding-left: 45px;
  position: relative;
}
.portfolio-value-item {
  display: flex;
  gap: 80px;
  align-items: center;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.portfolio-value-img {
  width: 50%;
  margin: 0px 0px 30px;
  padding: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

/*.portfolio-value-img::before {content: "";position: absolute; top:0px; left:0px;  width:100%; height:100%; background:linear-gradient(30deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.0) 100%); z-index:1; }*/

.portfolio-value-img span {
  width: 30%;
  position: absolute;
  top: 8px;
  left: 30px;
  color: #fff;
  font-size: 20px;
  font-family: Changa Light;
  z-index: 6;
}
.portfolio-value-img span::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -30px;
  width: 100%;
  height: 52px;
  background: linear-gradient(90deg, #003a8f 0%, rgba(0, 85, 211, 0) 119.59%);
  z-index: -1;
}
.portfolio-value-img h4 {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff9;
  font-size: 50px;
  font-family: Changa Light;
  z-index: 6;
}

.portfolio-value-doc {
  width: 50%;
  margin: 0px 0px 30px;
  padding: 0px;
  position: relative;
}

.portfolio-value-item h3 {
  width: 90%;
  font-size: 40px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 20px;
  display: block;
  position: relative;
}
.portfolio-value-item ul {
  display: block;
  margin: 0px 0px 20px;
  padding: 0px;
}
.portfolio-value-item li {
  width: 90%;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  padding: 10px 0px;
  padding-right: 30px !important;
  margin: 0px;
}
.portfolio-value-item li::before {
  content: "";
  background: url(../images/2026/02/arrow-icon.png) no-repeat;
  background-size: 18px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 14px;
  right: 0px;background-position: top right;
}

.portfolio-value-item p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  margin: 15px 0px 15px;
}
.phase-tex-box {
  width: max-content !important;
  color: #ffffff !important;
  font-family: Changa Light !important;
  background: #212121;
  border-radius: 20px 0px 20px 0px;
  padding: 10px 40px;
  margin: 40px 0px 0px !important;
}

/*---------Portfolio END------- */

/*--------- Team ------- */
#team-list-section {
  background: #ffffff;
  padding: 0px 0px 80px;
  position: relative;
  margin: -50px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
#team-list-section ul {
  width: 70%;
  display: block;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}
#team-list-section li {
  display: flex;
  gap: 140px;
  align-items: center;
  border-top: 1px solid #17203126;
  margin: 40px 0px 0px;
  padding: 40px 0px 0px;
  position: relative;
}
#team-list-section li .team-img-box {
  width: 50%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#team-list-section li .team-img-box img {
  object-fit: cover;
  height: 500px;
}
#team-list-section li .team-doc-box {
  width: 50%;
  margin: 20px 0px 0px;
  padding: 0px;
  position: relative;
}
.team-doc-box h2 {
  width: 100%;
  font-size: 35px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 10px;
  display: block;
  position: relative;
}
.team-doc-box h3 {
  width: 100%;
  font-size: 22px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 10px;
  display: block;
  position: relative;
}
.team-doc-box p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  color: #212121;
  margin: 10px 0px 0px;
}
.team-doc-box a {
  width: max-content;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  color: #212121;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  font-family: Changa Light;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.team-doc-box a img {
  width: auto;
  height: 30px;
  position: relative;
}
.team-doc-box a:hover {
  gap: 30px;
}
.team-doc-box a:hover {
  color: #212121;
}

#team-profile-section {
  background: #ffffff;
  padding: 80px 0px 80px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
.team-profile-section {
  width: 100%;
  display: flex;
  gap: 80px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.team-profile-left {
  width: 30%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.team-profile-left h2 {
  width: 80%;
  font-size: 40px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 40px;
  display: block;
  position: relative;
}
.team-profile-right {
  width: 70%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.team-profile-right h3 {
  width: 80%;
  font-size: 30px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 20px;
  display: block;
  position: relative;
}
.team-profile-right p {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: Changa Light;
  letter-spacing: 1px;
  color: #212121;
  margin: 10px 0px 10px;
}
.team-profile-box {
  border-bottom: 1px solid #17203126;
  margin: 0px 0px 40px;
  padding: 0px 0px 40px;
  position: relative;
}

.team-profile-box ul {
  display: block;
  margin: 0px 0px 0px;
  padding: 0px;
}
.team-profile-box li {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #212121;
  padding: 10px 0px;
  padding-left: 30px !important;
  margin: 0px;
}
.team-profile-box li::before {
  content: "";
  background: url(../images/2026/02/arrow-icon.png) no-repeat;
  background-size: 18px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 14px;
  left: 0px;
}
/*--------- Team END------- */

/*--------- contact us ------- */
#thankyou-section {
  background: #eef8ff;
  padding: 80px 0px 80px;
  position: relative;
  margin: 40px 0px 0px;
  z-index: 1;
  overflow: hidden;
}

#location-address-section {
  background: #ffffff;
  padding: 80px 0px 80px;
  position: relative;
  margin: 0px 0px 0px;
  z-index: 1;
  overflow: hidden;
}
.location-address-section {
  width: 100%;
  display: flex;
  gap: 110px;
  align-items: flex-start;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.location-address-left {
  width: 60%;
  margin: 0px;
  padding-left: 45px;
  padding-right: 110px;
  position: relative;
}
.location-address-left h2 {
  width: 100%;
  font-size: 60px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 40px;
  display: block;
  position: relative;
}
.location-address-left h3 {
  width: 100%;
  font-size: 40px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 40px;
  display: block;
  position: relative;
}

.location-address-left input::placeholder {
  color: #0005;
  font-size: 16px;
}
.ding select::placeholder {
  color: #000;
  font-size: 14px;
}
.location-address-left textarea::placeholder {
  color: #0005;
  font-size: 16px;
}
.location-address-left input:focus {
  border: 1px solid #4444;
}
.location-address-left textarea:focus {
  border: 1px solid #4444;
}
.location-address-left label {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.location-address-left input,
textarea {
  border: 1px solid #f4f4f4;
  height: 50px;
  color: #000000;
  padding-left: 15px;
  width: 100%;
  font-size: 16px;
  background: rgba(244, 244, 244, 1);
  outline: none;
  text-align: left;
}
.location-address-left .box-now1 {
  height: 110px;
  margin-bottom: 5px;
}
.location-address-left .submit-now {
  background: #ffffff;
  width: 100%;
  justify-content: right;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #212121;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  font-family: Changa Light;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  border: 0px;
  position: relative;
}
.location-address-left .submit-now:hover {
  background: #ffffff;
  color: #ae1e33;
}
.location-address-left .submit-now img {
  width: auto;
  height: 30px;
  position: relative;
}
.location-address-left .submit-now:hover {
  gap: 30px;
}
.location-address-left .submit-now:hover {
  color: #ae1e33;
}

.location-address-right {
  width: 40%;
  margin: 0px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  padding: 60px 30px;
  position: relative;
}
.location-address-right h3 {
  width: 100%;
  font-size: 30px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 0px 0px 40px;
  display: block;
  position: relative;
}
.location-address-right h4 {
  width: 100%;
  font-size: 30px;
  font-family: Changa Light;
  color: #212121;
  padding: 0px;
  margin: 40px 0px 20px;
  display: block;
  position: relative;
}
.location-address-right .address-box a{color: #212121;}
.location-address-right .address-box {
  color: #212121;
  font-size: 18px;
  font-family: Changa Light;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  /* padding-left: 70px; */
  position: relative;
}
.location-address-right .address-box .fa {
  position: absolute;
  top: -10px;
  left: 0px;
  /* color: #fff; */
  color: #000;
  border-radius: 100%;
  /* background: #ae1e33; */
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
      font-size: 21px;
}

.social-contact ul {
  display: flex;
  padding: 0px 0px 0px;
  gap: 25px;
}
.social-contact li {
  width: max-content;
  padding: 0px;
  list-style: none;
  position: relative;
  text-align: center;
}
.social-contact li a {
  color: #fff;
  display: block;
  border-radius: 100%;
  background: #ae1e33;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.social-contact li a:hover {
  background: #212121;
  color: #ffffff !important;
}
/*--------- contact us END------- */

/*---------Menu------- */
.menu-text-box1 ul {
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.menu-text-box1 li {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.menu-text-box1 a {
  width: 100%;
  font-size: 28px;
  color: #1720313d;
  font-family: Changa SemiBold;
  margin: 0px;
  padding: 10px 0px;
  position: relative;
}
.menu-text-box1 a:hover {
  color: #162453;
}

.social-tab-menu {
  width: 30%;
  position: absolute;
  bottom: 30px;
  left: 40px;
  margin: 0px;
  padding: 0px;
}
.social-tab-menu ul {
  display: none;
  padding: 20px 0px 0px;
  gap: 25px;
}
.social-tab-menu li {
  width: max-content;
  padding: 0px;
  list-style: none;
  position: relative;
  text-align: center;
}
.social-tab-menu li a {
  color: #fff;
  display: block;
  border-radius: 100%;
  background: #ae1e33;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.social-tab-menu li a:hover {
  background: #212121;
  color: #ffffff !important;
}

@media (min-width: 64rem) {
  .menu-text-box1 a {
    font-size: 24px;
  }
  .social-tab-menu li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 90rem) {
  .menu-text-box1 a {
    font-size: 28px;
  }
  .social-tab-menu li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

/*---------Menu END------- */

/*---------footer------- */
footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px;
  padding: 0px 0px 20px;
  position: relative;
  z-index: 1;
}
footer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #223369 58.15%, #0d1b45);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  z-index: -1;
}
footer .get-in-touch-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 0px;
  padding: 40px 0px 0px;
  position: relative;
}
footer .get-in-touch-box h2 {
  width: max-content;
  font-size: 40px;
  font-family: Changa SemiBold;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 10px;
  position: relative;
  text-transform: uppercase;
  justify-content: space-between;
}
footer .get-in-touch-box a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 25px;
  color: #ffff;
  margin: 0px 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
footer .get-in-touch-box a img {
  width: auto;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
footer .get-in-touch-box a:hover {
  gap: 30px;
}
footer .get-in-touch-box h2 a:hover {
  color: #fff6;
}

.footer-bg-section {
  display: flex;
  gap: 0px;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 0px;
  padding: 20px 0px 0px;
  position: relative;
}
.footer-logo-box {
  width: 33%;
}
.footer-logo-box img {
  width: auto;
  height: 60px;
}
.footer-logo-box h2 {
  font-size: 40px;
  color: #fff;
  font-family: Changa Light;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.footer-logo-box a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #ffff;
  margin: 0px 0;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: Changa Light;
  padding-right: 45px !important;
  padding: 10px 0px 10px;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.footer-logo-box a img {
  width: auto;
  height: 25px;
  border-radius: 100%;
  position: relative;
}
.footer-logo-box a:hover {
  gap: 30px;
  color: #fff;
}

.copyright-aegi {
  width: 33%;
  color: #fff6;
  font-size: 14px;
  text-align: center;
}
.footer-nav-doc {
  width: 33%;
  color: #fff6;
  font-size: 16px;
  text-align:left;
}

#target {
  width: 100%;
  display: none;
}
.Hide {
  display: none;
}
.footer-bg-section button {
  background: none;
  color: #fff6;
  border: 0px;
  padding: 0px 0px 0px;
  margin: 0px;
  position: relative;
}
.footer-bg-section .Hide {
  background: none;
  color: #fff6;
  border: 0px;
  padding: 0px 0px 0px;
  margin: 0px;
  position: relative;
}

.get-in-touch-box .wiki {
  width: max-content;
  display: block;
  margin: 0px 0px 0px;
  padding: 0px;
}
.get-in-touch-box .wiki ul {
  display: flex;
  padding: 20px 0px 0px;
  gap: 25px;
}
.get-in-touch-box .wiki li {
  width: 16%;
  padding: 0px;
  list-style: none;
  position: relative;
  text-align: center;
}
.get-in-touch-box .wiki li a {
  color: #fff;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.get-in-touch-box .wiki li a:hover {
  background: #fff4;
  color: #ffffff !important;
}

.footer-section {
  margin: 40px 0px 0px;
  padding: 40px 0px 0px;
  display: flex;
  gap: 30px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}
.footer-about {
  width: 50%;
  margin: 0px 0px 0px;
  padding: 0%;
  display: flex;
  flex-direction: column;
}
.footer-about img {
  width: 40%;
}

.footer-links {
  width: 100%;
  margin: 0px 0px 0;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
.footer-navbox {
  width: 33.33%;
}
.footer-nav-des {
  display: block;
}
.footer-nav-mob {
  display: none;
}
.footer-navbox h4 {
  font-size: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  margin: 0px;
}
.footer-navbox1 h4 {
  font-size: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  margin: 0px;
}
.footer-navbox ul {
  display: block;
  margin: 0px;
  padding: 0px;
}

.footer-navbox li {
  display: block;
  padding: 0px;
  list-style: none;
}
.footer-navbox li img {
  width: auto;
  height: 15px;
  margin-right: 15px;
}
.footer-links a {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0px;
  padding: 8px 0px 8px 0px;
  color: #fff6;
  position: relative;
}
.address a {
  /* padding: 8px 0px 8px 25px; */
  padding: 8px 0px 8px 0px;
}
.footer-links a:hover {
  color: #fff5;
}
.but .fa-chevron-down {
  display: none;
}
.footer-navbox .active .fa-chevron-down::before {
  content: "\f077";
}
.footerbox a .fa {
  position: absolute;
  left: -0px;
  top: 12px;
}

.footer-soc li {
  padding-left: 25px;
  position: relative;
}
.footer-navbox li .fa {
  position: absolute;
  left: 0px;
  top: 10px;
}

.footer-navbox1 {
  width: 30%;
  display: block;
  margin: 0px;
  padding: 0px;
}
.footer-navbox1 li {
  font-size: 16px;
}
.footer-navbox1 a {
  color: #fff6 !important;
}
.footer-navbox1 a:hover {
  color: #fff5 !important;
}

.footer-navbox1 .wiki {
  width: max-content;
  display: block;
  margin: 0px 0px 40px;
  padding: 0px;
}
.footer-navbox1 .wiki ul {
  display: flex;
  padding: 20px 0px 0px;
  gap: 25px;
}
.footer-navbox1 .wiki li {
  width: 16%;
  padding: 0px;
  list-style: none;
  position: relative;
  text-align: center;
}
.footer-navbox1 .wiki li a {
  color: #fff6;
  display: block;
  /* border: 1.4px solid #fff6; */
  border-radius: 100%;
  width: 38px;
  height: 38px;
  line-height: 22px;
  font-size: 24px;
}
.footer-navbox1 .wiki li a:hover {
  background: #fff4;
  color: #ffffff !important;
}
.copyright {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff1;
  font-size: 12px;
  display: flex;
  color: #fff6;
  width: 100%;
  justify-content: space-around;
}
.copyright .wiki {
  width: 0%;
  margin-top: 0px;
}

.copyright .wh {
  width: 100%;
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: right;
}
.copyright .wh a {
  color: #fff8;
}
.copyright .wh a:hover {
  color: #ffff;
}

.but .fa-chevron-down {
  display: none;
}
.footer-navbox .active .fa-chevron-down::before {
  content: "\f077";
}
.footer-bottom-mob {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #0a0a0a;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.08);
  display: none;
  border-radius: 10px 10px 0px 0px;
}
.navigation-mobile-link {
  height: 60px;
  color: #ffffff !important;
  text-align: center !important;
  justify-content: center !important;
  flex-grow: 1 !important;
  flex-direction: column !important;
  display: flex !important;
  text-decoration: none;
  border-right: 1px solid #ffffff;
}
.navigation-mobile-link .mx-auto {
  margin-left: auto !important;
  width: 15px;
  margin-right: auto !important;
}
.f-12 {
  font-size: 12px;
  padding-top: 5px;
}
.foot-policy-nav {
  display: flex;
  align-items: center;
  gap: 45px;
}
/*---------footer END------- */

/*---------END Header------- */
.topnav-selectbox {
  display: none;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #efefef;
}
.topnav-selectbox .ss-main .ss-single-selected {
  border: 0px solid #ffffff;
  border-radius: 8px;
}
.topnav-selectbox .ss-main .ss-single-selected .ss-arrow span {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transition:
    transform 0.2s,
    margin 0.2s;
}
.topnav-selectbox .ss-main .ss-single-selected .ss-arrow span.arrow-down {
  margin: -3px 0 0 8px;
}
.topnav-selectbox .ss-main .ss-single-selected .ss-arrow span.arrow-up {
  margin: 3px 0 0 8px;
}

.get-started-m a {
  color: #fff;
  background: #0a0a0a;
  font-size: 13px;
  border-radius: 5px;
  padding: 5px 7px;
  border: 1px solid #0a0a0a;
}
.mob-head-button {
  display: none;
}
.m-searchbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.mob-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.mob-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 6px 10px 0px;
}
.mob-login img {
  width: auto;
  height: 25px;
  margin-top: 5px;
}

.mob-login span {
  color: #ffffff;
  padding: 0px 6px;
  font-size: 16px;
}
.mob-login a {
  color: #ff4d5e;
  font-size: 16px;
}
.mob-login a:hover {
  color: #ffffff;
  font-size: 16px;
}
.get-started-m {
  display: flex;
  align-items: center;
  font-family: Lato Bold;
  width: auto;
}
.get-started-m a {
  color: #ffffff;
  background: #0a0a0a;
  font-size: 13px;
  border-radius: 5px;
  padding: 5px 7px;
  border: 1px solid #0a0a0a;
}
.get-started-m a:hover {
  color: #ffffff;
  background: #0a0a0a;
}
/*---------END Header------- */

@media screen and (max-width: 880px) {
  #popup_this {
    width: 90%;
  }
  #popup_this .location-address-left h3 {
    font-size: 22px;
  }
  #popup_this .location-address-left p {
    font-size: 12px;
  }

  .head-search .hide-1-yes {
    display: none !important;
  }
  #target-1 {
    top: initial;
    bottom: 54px;
    padding: 70px 0px;
  }
  #enquiry-bottom-all {
    display: none;
  }
  .Whatsapp {
    display: none;
  }
  .topnav-selectbox {
    display: flex;
    justify-content: right;
  }
  .topnav-selectbox .ss-main .ss-single-selected {
    width: max-content;
  }
  .sticky .topnav-selectbox {
    display: none;
  }
  .footer-bottom-mob {
    display: flex;
  }
  .cta-bar {
    bottom: 70px;
  }
  .slider-des {
    display: none !important;
  }
  .slider-mob {
    display: block !important;
  }
  .iti__country-list {
    width: 280px;
    overflow-x: hidden;
  }
  .mob-head-button {
    display: flex;
    margin: 0px;
    gap: 10px;
    right: 15px;
    top: 1px;
    position: absolute;
    align-items: center;
    justify-content: center;
  }
  .m-searchbox img {
    width: 30px;
    height: auto;
  }
  .mob-phone img {
    width: 30px;
    height: auto;
  }
  .get-started-m {
    display: flex;
  }

  .dropdown-phone1 {
    z-index: 999;
    right: 0px;
    min-width: 340px;
    padding-top: 20px;
  }
  .sticky .dropdown-phone1 {
    padding-top: 8px;
  }
  .dropdown-phone1 ul {
    z-index: 999;
  }
  .dropdown-phone1 a {
    font-size: 16px;
  }
  /*---------END Header------- */
  /*.page-header{display:none !important;}*/
  .m-search-box {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-search-box img {
    width: 25px;
    height: 25px;
  }
  .m-phone {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-phone img {
    width: 25px;
    height: 25px;
  }

  #header-id {
    top: 10px;
  }
  .sticky {
    top: 10px;
    width: auto !important;
  }
  .page-header {
    max-width: 90% !important;
    width: 90% !important;
    height: 75px;
  }
  .logo-d {
    flex: 0 0 110px;
    padding: 0px 10px;
  }
  .sticky .logo-d {
    flex: 0 0 110px;
  }

  /*---------END Header------- */

  .midbox-inner {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .wiki-mk {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-slider-mob {
    display: block;
  }
  .home-slider-img {
    display: none;
  }
  #home-slider {
    overflow: hidden;
  }
  .home-slider {
    flex-direction: column;
    gap: 0px;
  }
  .home-slider-left {
    width: 100%;
    padding: 20px 0px 0px;
  }
  .home-slider-left h1 {
    width: 100%;
    font-size: 30px;
  }
  .home-slider-left h2 {
    font-size: 15px;
    padding-right: 0px;
  }
  .home-slider-left p {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .home-slider-left li {
    font-size: 16px;
  }
  .home-slider-left li::before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
  .home-slider-right {
    width: 100%;
    padding: 20px 0px 0px;
    margin-left: 0px;
    height: 290px;
    overflow: hidden;
  }
  .home-slider-right::before {
    background-size: 100%;
    background-position: left top;
    height: 110px;
  }
  .home-slider-right::after {
    background-size: 100%;
    background-position: left bottom;
    bottom: -30px;
    height: 110px;
  }

  /*--------- Home ------- */
  .home-banner-img {
    object-fit: cover;
    height: 500px;
  }
  .home-wiki-slider::after {
    background: linear-gradient(
      230deg,
      rgba(0, 0, 0, 0.2) 30%,
      rgba(0, 0, 0, 0.78) 100%
    );
  }
  .home-slider-text {
    width: 100%;
    padding: 0px 20px;
    top: 32%;
    right: 0%;
  }
  .home-slider-text h1 {
    width: 100%;
    font-size: 35px;
  }
  .home-slider-text p {
    width: 100%;
    font-size: 14px;
    margin: 10px 0px 20px;
  }
  .home-slider-text a {
    font-size: 14px;
  }
  #home-about-section {
    padding: 40px 0px 40px;
  }
  #home-about-section .about-text {
    font-size: 16px;
  }
  #home-about-section h2 {
    width: 100%;
    font-size: 30px;
    margin: 0px auto 40px;
  }
  #home-about-section p {
    width: 100%;
    font-size: 14px;
  }
  .home-about-no ul {
    flex-direction: column;
    gap: 0px;
  }
  .home-about-no li {
    width: 100%;
    padding: 20px 0px 20px;
    border-right: 0px;
    border-bottom: 1px solid #dddee0;
  }
  .home-about-no li h3 {
    font-size: 50px;
  }
  .home-about-no li p {
    font-size: 16px !important;
  }
  #home-values-section .about-text {
    font-size: 16px;
  }
  #home-values-section h2 {
    width: 100%;
    font-size: 30px;
  }
  #home-values-section p {
    width: 100%;
    font-size: 14px;
  }
  #home-values-section a {
    font-size: 16px;
  }
  #home-values-section .home-values-box {
    padding: 60px 0px 0px;
  }
  .home-values-box ul {
    width: 100%;
    flex-wrap: wrap;
    gap: 0px;
  }
  .home-values-box li {
    width: 50%;
    margin: 0px 0px 35px;
  }
  .home-values-box li h3 {
    font-size: 16px;
  }

  .home-about-section {
    flex-direction: column;
    gap: 40px;
  }
  .home-about-left {
    width: 100%;
    padding-right: 0px;
  }
  .home-about-right {
    width: 100%;
  }
  .home-about-right h3 {
    font-size: 50px;
  }
  .home-about-right span {
    font-size: 16px;
  }
  .home-about-right p {
    font-size: 14px !important;
  }
  .explore-portfolio-img span img {
    height: 40px;
  }

  #home-portfolio-section {
    padding: 40px 0px 40px;
  }
  #home-portfolio-section .about-text {
    font-size: 16px;
  }
  #home-portfolio-section h2 {
    width: 100%;
    font-size: 30px;
  }
  #home-portfolio-section h4 {
    width: 100%;
    font-size: 14px;
  }
  #home-portfolio-section ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #home-portfolio-section li p {
    font-size: 16px;
  }
  #home-portfolio-section li img {
    height: 22px;
  }
  #home-impact-section .about-text {
    font-size: 16px;
  }
  #home-impact-section h2 {
    width: 100%;
    font-size: 30px;
  }
  #home-impact-section ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin: 40px 0px 0px;
  }
  #home-impact-section li h3 {
    width: 100%;
    font-size: 22px;
  }
  #home-impact-section li p {
    width: 100%;
    font-size: 16px;
  }
  #home-team-section .about-text {
    font-size: 16px;
    margin: 0px 0px 30px;
  }

  #explore-portfolio-section h2 {
    width: 100%;
    font-size: 30px;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  #explore-portfolio-section h4 {
    width: 100%;
    font-size: 14px;
  }
  #explore-portfolio-section ul {
    flex-direction: column;
  }
  #explore-portfolio-section li {
    width: 100%;
  }
  .explore-portfolio-doc h3 {
    font-size: 20px;
  }
  .explore-portfolio-doc p {
    font-size: 16px;
  }

  #home-team-section h2 {
    width: 100%;
    font-size: 30px;
  }
  #home-team-section h4 {
    width: 100%;
    font-size: 14px;
  }
  #home-team-section ul {
    flex-direction: column;
  }
  #home-team-section li {
    width: 100%;
  }
  .our-team-doc h3 {
    font-size: 20px;
  }
  .our-team-doc p {
    font-size: 16px;
  }
  #home-news-section .about-text {
    font-size: 16px;
    margin: 0px 0px 30px;
  }
  #home-news-section {
    padding: 0px 0px 40px;
  }
  #home-news-section h2 {
    width: 100%;
    font-size: 30px;
    padding-left: 0px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
  }
  #home-news-section h2 a {
    font-size: 16px;
  }
  .home-news-section {
    flex-direction: column;
    gap: 20px;
  }
  .home-news-left {
    width: 100%;
    border-right: 0px;
    padding: 0px;
    margin: 0px;
  }
  .newsroom-doc {
    width: 100%;
  }
  .home-news-left li {
    flex-direction: column;
    gap: 0px;
  }
  .home-news-left li h3 {
    font-size: 16px;
  }
  .home-news-right li h3 {
    font-size: 16px;
  }
  .home-news-right {
    width: 100%;
  }
  .home-news-right h3 {
    font-size: 16px;
  }

  #home-partners-section h2 {
    font-size: 30px;
  }
  #partners-slider {
    padding-left: 0px;
    padding-right: 0px;
  }
  .partners-slider-item::before {
    background: url(../images/2026/01/partners-bg-m.png) no-repeat;
    background-size: 100%;
  }
  .partners-slider-item img {
    height: 15px;
    left: 50px;
    top: 20px;
  }
  .partners-slider-item {
    padding: 50px 30px 100px;
  }
  .partners-slider-item h3 {
    font-size: 22px;
    margin: 0px 0px 10px;
  }
  .partners-slider-item h3 span {
    display: block;
    margin: 5px 0px 0px;
    font-size: 16px;
  }
  .partners-slider-item p {
    font-size: 14px;
  }
  #home-gallery-section h2 {
    font-size: 30px;
    padding-left: 0px;
  }
  .home-gallery-1 ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .home-gallery-1 li {
    width: 47%;
  }
  .home-gallery-1 li img {
    height: 140px;
    object-fit: cover;
  }
  .home-gallery-2 ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .home-gallery-2 li {
    width: 47%;
  }
  .home-gallery-2 li img {
    height: 160px;
  }

  #partner-section {
    padding: 40px 0px 80px;
  }
  #partner-section h5 {
    font-size: 16px;
  }
  #partner-section h2 {
    font-size: 30px;
  }
  .rehabilitation-centres-box::before {
    background: linear-gradient(
      230deg,
      rgba(0, 0, 0, 0.6) 10%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }
  .rehabilitation-centres-box {
    margin: 40px 0px 0px;
  }
  .centrebox img {
    height: 600px;
    object-fit: cover;
  }
  .partner-doc {
    width: 95%;
    right:0px;
    top: 30px;
  }
  .partner-doc h3 {
    font-size: 16px;
  }
  .partner-doc p {
    font-size: 14px;
    line-height: 22px;
  }

  .home-plan-section {
    flex-direction: column;
    gap: 40px;
  }
  .home-plan-left {
    width: 100%;
  }
  .home-plan-right {
    width: 100%;
  }
  .home-plan-left h2 {
    width: 95%;
    font-size: 30px;
  }
  .home-plan-left p {
    width: 95%;
    font-size: 14px;
  }

  /*--------- Home END ------- */

  /*------Footer-----*/
  .footer-logo-box a {
    font-size: 30px;
    padding-right: 0px !important;
  }
  .footer-bg-section {
    flex-direction: column;
    gap: 20px;
  }
  .footer-logo-box {
    width: 100%;
  }
  .copyright-aegi {
    width: 100%;
    font-size: 14px;
  }
  .footer-nav-doc {
    width: 100%;
    text-align: left;
    font-size: 16px;
    display: none;
  }
  .footer-logo-box img {
    height: 60px;
  }
  #target {
    display: block;
  }

  footer .get-in-touch-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
  }
  footer .get-in-touch-box h2 {
    font-size: 30px;
  }
  .footer-footer-logo {
    width: 100%;
    margin: 0px 0px 30px;
  }
  .footer-footer-logo img {
    width: 80%;
    margin: 0px auto;
    display: flex;
  }
  .footer-navbox1 {
    width: 100%;
  }
  .footer-navbox1 .wiki {
    width: 100%;
    margin: 0px 0px 0px;
  }
  .footer-navbox1 .wiki ul {
    gap: 10px;
  }
  .footer-contact-whc ul {
    flex-direction: column;
  }
  .footer-contact-whc li:first-child {
    margin-left: 0px;
  }
  .footer-contact-whc li {
    width: 100%;
    margin-left: 0px;
    padding: 20px 0px;
  }
  .footer-contact-whc li h3 {
    font-size: 16px;
  }
  .footer-newsletter {
    flex-direction: column;
    gap: 0px;
    padding: 40px 0;
  }
  .footer-newsletter-left {
    width: 100%;
  }
  .footer-newsletter-left h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .footer-newsletter-right {
    width: 100%;
  }
  .footer-newsletter-right {
    margin-top: 25px;
  }
  .footer-section {
    flex-direction: column;
    gap: 0px;
  }
  .footer-about {
    width: 100%;
    padding-right: 0%;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer-navbox h4 {
    font-size: 16px;
  }
  .footer-links {
    flex-direction: column;
    margin: 0px 0px 0;
  }
  .footer-navbox {
    margin: 12px 0 0px;
    width: 100%;
  }
  .footer-navbox1 {
    margin: 12px 0 0px;
  }
  .footer-navbox1 h4 {
    font-size: 16px;
  }
  .footer-navbox1 ul {
    display: none;
    padding-top: 10px;
  }
  .copyright {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 0px;
    font-size: 12px;
    border-top: 0px solid #fff1;
  }
  .copyright .wiki {
    width: 100%;
    margin-top: 14px;
  }
  .copyright .wiki ul {
    justify-content: center;
  }
  .copyright .wh {
    width: 100%;
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }
  .footerbox {
    display: none;
  }
  .footer-navbox ul {
    display: none;
    padding-top: 10px;
  }
  .but {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .but .fa-chevron-down {
    display: flex;
    position: absolute;
    left: 8px;
    top: 0px;
  }
  .footer-bottom-mob {
    display: flex;
  }
  #button {
    display: none;
  }
  .footer-nav-des {
    display: none;
  }
  .footer-nav-mob {
    display: block;
  }
  .foot-policy-nav {
    gap: 35px;
  }
  /*------END Footer-----*/

  /*---------About Us------- */
  #about-wiki-slider span {
    margin: 0px 0px 0px;
    padding-left: 10px;
  }
  #about-wiki-slider a {
    padding-left: 0px;
    margin: 0px 0px 0px;
  }
  #about-wiki-slider h1 {
    width: 100%;
    font-size: 30px;
    padding-left: 10px;
    margin: 20px 0px 0px;
  }
  #about-wiki-slider h1 span {
    font-size: 20px;
  }
  #about-doc-section h2 {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
  }
  .about-doc-section {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .about-doc-section p {
    width: 100%;
    font-size: 14px;
  }

  .our-investment-section {
    flex-direction: column;
    gap: 20px;
  }
  .our-investment-left {
    width: 100%;
  }
  .our-investment-left h2 {
    font-size: 30px;
  }
  .our-investment-left p {
    font-size: 14px;
  }
  .our-investment-left li {
    font-size: 14px;
  }
  .our-investment-left li::before {
    background-size: 14px;
    top: 14px;
  }
  .our-investment-right {
    width: 100%;
  }

  #mission-doc-section h2 {
    width: 100%;
    font-size: 25px;
  }
  .mission-doc-section {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .mission-doc-section h3 {
    width: 100%;
    font-size: 30px;
    margin: 0px 0px 0px;
  }
  .mission-doc-section p {
    width: 100%;
    font-size: 14px;
  }
  .our-vision-section {
    flex-direction: column;
    gap: 20px;
  }
  .our-vision-left {
    width: 100%;
  }
  .our-vision-right {
    width: 100%;
    padding-left: 0px;
  }
  .our-vision-right h2 {
    font-size: 30px;
    margin: 0px 0px 20px;
  }
  .our-vision-right p {
    font-size: 14px;
  }
  .our-vision-right h3 {
    font-size: 30px;
    margin: 50px 0px 20px;
  }
  .sponsorship-section {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .sponsorship-section h2 {
    width: 100%;
    font-size: 30px;
    margin: 0px 0px 0px;
  }
  .sponsorship-section p {
    width: 100%;
    font-size: 16px;
  }
  #values-doc-section ul {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0px;
  }
  #values-doc-section h2 {
    font-size: 30px;
    padding-left: 0px;
  }
  #values-doc-section h4 {
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
  }

  #values-doc-section li {
    padding: 40px 20px;
  }
  #values-doc-section li:nth-child(1n) {
    border-left: 0px solid #fff5;
    border-bottom: 1px solid #fff5;
  }
  #values-doc-section li:nth-child(2n) {
    border-left: 0px;
    border-bottom: 1px solid #fff5;
  }
  #values-doc-section li:nth-child(3n) {
    border-left: 0px solid #fff5;
    border-bottom: 1px solid #fff5;
  }
  #values-doc-section li:nth-child(4n) {
    border-left: 0px;
    border-bottom: 0px solid #fff5;
  }
  #values-doc-section li h3 {
    font-size: 25px;
  }
  #values-doc-section li p {
    font-size: 14px;
  }

  .platforms-section {
    flex-direction: column;
    gap: 20px;
    padding-left: 0px;
  }
  .platforms-bg-left {
    width: 100%;
  }
  .platforms-bg-right {
    width: 100%;
    margin-bottom: 20px;
  }
  .platforms-bg-left h2 {
    font-size: 30px;
  }
  .platforms-bg-left p {
    font-size: 14px;
  }
  .platforms-bg-left li {
    font-size: 14px;
  }
  .platforms-bg-left li::before {
    background-size: 16px;
    top: 16px;
  }
  /*---------About Us END------- */

  /*---------Portfolio ------- */
  #portfolio-list-section ul {
    width: 100%;
  }
  #portfolio-list-section li {
    flex-direction: column;
    gap: 0px;
  }
  #portfolio-list-section li .portfolio-img-box {
    width: 100%;
  }
  #portfolio-list-section li .portfolio-img-box img {
    height: 160px;
  }
  #portfolio-list-section li .portfolio-doc-box {
    width: 100%;
  }
  .portfolio-doc-box h2 {
    width: 100%;
    font-size: 24px;
  }
  .portfolio-doc-box p {
    width: 100%;
    font-size: 14px;
  }
  #portfolio-list-section a {
    margin: 0px 0;
  }
  .portfolio-doc-head {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
  .portfolio-logo-img {
    width: 80%;
  }
  #portfolio-doc-head h2 {
    width: 100%;
    font-size: 30px;
  }
  .portfolio-key-section {
    flex-direction: column;
    gap: 20px;
  }
  .portfolio-key-left {
    width: 100%;
  }
  .portfolio-key-left h2 {
    width: 100%;
    font-size: 30px;
  }
  .portfolio-key-right {
    width: 100%;
  }
  .portfolio-key-right h3 {
    width: 100%;
    font-size: 24px;
  }
  .portfolio-key-right p {
    width: 100%;
    font-size: 14px;
  }
  .portfolio-key-right li {
    width: 100%;
    font-size: 14px;
  }

  #portfolio-value-section h2 {
    width: 100%;
    font-size: 30px;
  }
  .portfolio-value-section {
    padding-left: 0px;
  }
  .portfolio-value-item {
    flex-direction: column;
    gap: 20px;
  }
  .portfolio-value-img {
    width: 100%;
  }
  .portfolio-value-img h4 {
    font-size: 44px;
  }
  .portfolio-value-doc {
    width: 100%;
  }
  .portfolio-value-item h3 {
    width: 100%;
    font-size: 24px;
  }
  .portfolio-value-item p {
    width: 100%;
    font-size: 14px;
  }
  .portfolio-value-item li {
    width: 100%;
    font-size: 14px;
  }
  /*---------Portfolio  END------- */

  /*---------Our Team ------- */
  #team-list-section ul {
    width: 100%;
  }
  #team-list-section li {
    flex-direction: column;
    gap: 20px;
    margin: 10px 0px 0px;
    padding: 20px 0px 0px;
  }
  #team-list-section li .team-img-box {
    width: 100%;
  }
  #team-list-section li .team-doc-box {
    width: 100%;
  }
  .team-doc-box h2 {
    font-size: 24px;
  }
  .team-doc-box h3 {
    font-size: 16px;
  }
  .team-doc-box p {
    font-size: 14px;
  }
  .team-doc-box a {
    font-size: 14px;
  }

  .team-profile-section {
    flex-direction: column;
    gap: 20px;
  }
  .team-profile-right {
    width: 100%;
  }
  .team-profile-right p {
    font-size: 14px;
  }
  /*--------- Our Team   END------- */

  /*--------- Our Focus------- */
  .our-focus-item .our-focus-doc {
    height: auto;
  }
  .our-focus-item h3 {
    font-size: 20px;
  }
  .our-focus-item h4 {
    font-size: 14px;
  }
  .our-focus-item p {
    font-size: 14px;
  }
  /*--------- Our Focus  END------- */

  /*--------- contact us ------- */
  .location-address-section {
    flex-direction: column;
    gap: 20px;
  }
  .location-address-left {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .location-address-left h2 {
    font-size: 30px;
  }
  .location-address-left h3 {
    font-size: 28px;
    text-align: center;
  }
  .location-address-right {
    width: 100%;
    padding: 30px 20px;
  }
  .location-address-right h3 {
    font-size: 25px;
  }
  .location-address-right h4 {
    font-size: 25px;
  }
  .location-address-right .address-box {
    /* padding-left: 55px; */
    font-size: 14px;
  }
  .location-address-right .address-box .fa {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .social-contact li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  /*--------- contact us END------- */

  /*--------- NEW CSS ------- */
  #about-aegi-slider img {
    object-fit: cover;
    height: 470px;
  }
  .about-aegi-slider-text {
    width: 100%;
    right: 0px;
    bottom: 5%;
    padding: 0px 20px;
  }
  .about-aegi-slider-text h1 {
    font-size: 30px;
    width: 100%;
  }
  .about-aegi-slider-text p {
    width: 100%;
    font-size: 16px;
  }
  #our-vision-section {
    padding: 20px 0px 0px;
  }
  #portfolio-value-section {
    padding: 20px 0px 40px;
  }

  #our-focus-section h2 {
    font-size: 28px;
    padding-left: 0px;
  }
  #our-focus-section p {
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  #our-focus-slider {
    padding-left: 0px;
  }

  .about-sponsorship-section img {
    object-fit: cover;
    height: 250px;
  }
  .about-sponsorship-section::after {
    background: none;
  }
  .about-sponsorship-text {
    position: relative;
    width: 100%;
    bottom: 0px;
    right: 0px;
  }
  .about-sponsorship-text h2 {
    width: 100%;
    font-size: 30px;
    color: #212121;
    margin: 20px 0px 10px;
  }
  .about-sponsorship-text p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #212121;
  }

  .footer-navbox1 .wiki li {
    width: 12%;
}
  /*---------  NEW CSS END------- */
}