/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(229, 0, 80);
  text-decoration: none;
}

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

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

body.show {
  overflow: hidden;
}

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

.border {
  border: 2px solid purple !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1257px !important;
  }
}
@media (max-width: 767px) {
  .second-order {
    order: 2;
  }
}

.section-legal .image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0px 20px;
}
@media (max-width: 681px) {
  .section-legal .image-row {
    justify-content: center;
    padding: 0;
  }
}
.section-legal .image-row .image-container {
  max-width: 373px;
}

.text-link {
  display: inline-block;
  cursor: pointer;
  list-style: none;
}
.text-link:after {
  content: "";
  display: block;
  background-color: #15a3bc;
  height: 2px;
}
.text-link p,
.text-link li > a {
  margin-top: 30px;
  text-transform: uppercase;
  color: #282989;
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: 1.3px;
}

.p-container {
  margin-bottom: 10px;
}

h1 {
  font-size: 40px;
  color: #333333;
  margin-bottom: 0;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
}

h4 {
  font-size: 40px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h4 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 36px;
  color: white;
}
@media (max-width: 576px) {
  h5 {
    font-size: 30px;
  }
}

.a-underline {
  display: inline-block;
  border-bottom: 1px solid #15a3bc;
}
.a-underline a {
  color: #282989;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.3px;
  text-align: center;
}

ul {
  padding: 0px;
  list-style: none;
}

p {
  color: #333333;
  margin: 0px;
}

input {
  border: none;
  width: 100%;
  font-size: 20px;
  outline: none;
}
@media (max-width: 767px) {
  input {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  input {
    font-size: 14px;
  }
}

textarea {
  outline: none;
}

.extra-small-text {
  font-size: 14px;
  line-height: 16.8px;
  color: #333;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 12px;
  /* 3 */
  padding-right: 12px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.scroller {
  scrollbar-width: 7px;
  scrollbar-color: #ebebeb;
}
.scroller::-webkit-scrollbar {
  width: 7px;
}
.scroller::-webkit-scrollbar-track {
  background: #ebebeb;
}
.scroller::-webkit-scrollbar-thumb {
  background-color: #9c9191;
  border-radius: 20px;
  height: 38px;
}

.breadcrumb {
  margin-top: 24px;
  margin-bottom: 66px;
}
.breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 22px;
}
.breadcrumb p {
  line-height: 1.44;
  margin-right: 11px;
}
@media (max-width: 767px) {
  .breadcrumb p {
    font-size: 18px;
  }
}
.breadcrumb ul {
  list-style: disc;
  line-height: 1.44;
  margin-bottom: 0;
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .breadcrumb ul {
    font-size: 18px;
  }
}
.breadcrumb ::marker {
  color: #15a3bc;
}

header {
  padding: 14px 0px;
  background-color: #f3fdff;
  position: sticky;
  top: 0;
  z-index: 1;
}
header .main-logo-container {
  cursor: pointer;
}
header .menu-icon-container {
  display: flex;
  column-gap: 39px;
  justify-content: end;
  align-items: center;
  height: 65px;
  position: relative;
}
@media (min-width: 991px) {
  header .menu-icon-container {
    display: none;
  }
}
header .menu-icon-container .search-logo-conatainer {
  cursor: pointer;
  max-width: 28px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
header .menu-icon-container .search-logo-conatainer.show {
  transform: scale(0);
}
@media (max-width: 767px) {
  header .menu-icon-container .search-logo-conatainer {
    display: none;
  }
}
header .menu-icon-container .input-container {
  cursor: pointer;
  width: 0;
  max-width: 100%;
  max-height: 65px;
  transform: scale(0);
  transform-origin: right center;
  transition: all 0.3s ease-in-out;
}
header .menu-icon-container .input-container.show {
  width: 443px;
  transform: scale(1);
}
@media (max-width: 767px) {
  header .menu-icon-container .input-container {
    display: block;
  }
}
header .menu-icon-container .input-container input {
  padding: 20px 94px 20px 51px;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  border: none;
  border-radius: 4px;
}
header .menu-icon-container .hamburger-logo-container {
  display: none;
  position: absolute;
  bottom: 30%;
  cursor: pointer;
  max-width: 38px;
}
@media (max-width: 991px) {
  header .menu-icon-container .hamburger-logo-container {
    display: block;
  }
}
header .nav-bottom {
  /* right: 0px; */
  transition: right ease 0.5s;
}
@media (max-width: 991px) {
  header .nav-bottom {
    height: 94vh;
    width: 100vw;
    position: absolute;
    background: #F3FDFF;
    z-index: 1;
    top: 78px;
    right: 100%;
  }
}
header .nav-bottom.show {
  right: 0px;
}
header .nav-bottom.show .nav-bottom-list-container {
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  row-gap: 20px;
}
@media (max-width: 991px) {
  header .nav-bottom.show .nav-bottom-list-container .nav-item.active ul {
    position: initial;
    display: flex;
  }
}
header .nav-bottom .nav-bottom-list-container {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 1200px) {
  header .nav-bottom .nav-bottom-list-container {
    gap: 0px;
  }
}
@media (max-width: 991px) {
  header .nav-bottom .nav-bottom-list-container {
    gap: 0px;
  }
}
header .nav-bottom .nav-bottom-list-container .nav-item {
  position: relative;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  header .nav-bottom .nav-bottom-list-container .nav-item {
    padding: 0px 16px;
  }
}
header .nav-bottom .nav-bottom-list-container .nav-item:hover ul {
  display: flex;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  padding-left: initial;
}
header .nav-bottom .nav-bottom-list-container .nav-item:hover ul li {
  padding-left: 20px;
}
@media (max-width: 991px) {
  header .nav-bottom .nav-bottom-list-container .nav-item:hover ul {
    display: none;
  }
}
header .nav-bottom .nav-bottom-list-container .nav-item:hover ul .nested-li {
  padding-top: 18px;
  position: relative;
}
header .nav-bottom .nav-bottom-list-container .nav-item:hover ul .nested-li:hover .nested-ul {
  display: block;
}
header .nav-bottom .nav-bottom-list-container .nav-item:hover ul .nested-ul {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  display: none;
}
header .nav-bottom .nav-bottom-list-container .nav-item:hover ul .dropdown-navList {
  position: relative;
  cursor: pointer;
}
header .nav-bottom .nav-bottom-list-container .nav-item:hover ul .dropdown-navList::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 42%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #333;
  border-top: 6px solid transparent;
  transform: translateY(-50%);
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
header .nav-bottom .nav-bottom-list-container .nav-item:hover ul .dropdown-navList .dropdown-option {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  width: 100px;
  padding-top: 10px;
}
header .nav-bottom .nav-bottom-list-container .nav-item:hover ul .dropdown-navList:hover::after {
  top: 9px;
  transform: rotate(360deg);
}
header .nav-bottom .nav-bottom-list-container .nav-item:hover ul .dropdown-navList:hover .dropdown-option {
  display: block;
}
header .nav-bottom .nav-bottom-list-container .text-container {
  cursor: pointer;
}
header .nav-bottom .nav-bottom-list-container ul {
  position: absolute;
  padding-left: 20px;
  padding-top: 15px;
  z-index: 1;
  background-color: #f3fdff;
  width: 200%;
  display: none;
  flex-direction: column;
}
header .nav-bottom .nav-bottom-list-container ul li {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
}
header .nav-bottom .nav-bottom-list-container ul li a {
  color: #333333;
}

footer {
  background-color: #003c8c;
  padding-top: 90px;
}
footer .div-header {
  color: white;
  margin-bottom: 20px;
}
footer .div-header p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}
footer a {
  color: white;
}
footer p {
  color: white;
}
footer li {
  margin-bottom: 10px;
}
footer .image-container {
  max-width: 126px;
  cursor: pointer;
  margin-inline: auto;
}
footer .underline {
  height: 2px;
  margin-top: 52px;
  background-color: white;
}
footer .footer-text {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  footer ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
}
@media (max-width: 464px) {
  footer ul {
    display: flex;
    flex-direction: column;
    column-gap: 20px;
  }
}
footer .p-container p {
  margin-bottom: 6px;
}
footer .footer-logo-section {
  margin-inline: auto;
}
footer .text-container {
  margin-block: 30px;
}
footer .text-container p {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
  margin-bottom: 10px;
  text-align: center;
}
footer .social-icons {
  max-width: 126px;
  display: flex;
  gap: 20px;
  margin-inline: auto;
}
footer .social-icons svg {
  cursor: pointer;
}

.section-video {
  margin-bottom: 87px;
}
@media (max-width: 991px) {
  .section-video {
    margin-bottom: 75px;
  }
}
.section-video .video-container {
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .section-video .video-container {
    margin-bottom: 50px;
  }
}
.section-video video {
  max-height: calc(100vh - 93px);
  margin-inline: auto;
  overflow: hidden;
  background-color: black;
  width: 100%;
}
@media (max-width: 820px) {
  .section-video video {
    height: auto;
  }
}

.section-project {
  margin-bottom: 84px;
}
@media (max-width: 991px) {
  .section-project {
    margin-bottom: 75px;
  }
}
.section-project .box-header {
  margin-bottom: 48px;
}
.section-project .wrapper {
  max-height: 544px;
  overflow-y: auto;
}
.section-project .ad-image-container {
  margin-top: 50px;
  height: 100%;
}
.section-project .ad-image-container img {
  height: 100%;
}
.section-project .ongoing-projects {
  padding: 11px 17px 0px 14px;
  cursor: pointer;
}
.section-project .ongoing-projects:not(:first-child) {
  margin-top: 15px;
}
.section-project .ongoing-projects .image-container {
  margin-bottom: 16px;
}
.section-project .ongoing-projects .badge {
  top: 5%;
  left: 72%;
}
.section-project .ongoing-projects .h3-container {
  margin: 13px 0px 3px 0px;
}
.section-project .ongoing-projects .h3-container h3 {
  margin: 0px;
}
.section-project .for-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.section-project .for-flex .a-underline {
  padding-top: 8px;
  height: 38px;
  text-transform: uppercase;
}
.section-project .complete-project-container ul {
  max-height: 500px;
  overflow-y: scroll;
}
.section-project .complete-project-container ul .complete-project-list {
  cursor: pointer;
  margin-bottom: 26px;
}
.section-project .complete-project-container ul .complete-project-list .image-container {
  max-width: 100%;
  margin-right: 12px;
  margin-bottom: 5px;
}
.section-project .complete-project-container ul .complete-project-list .table-container {
  margin-top: 8px;
}
.section-project .complete-project-container ul .complete-project-list .table-container tr:first-child td h3 {
  color: #747474;
}
.section-project .complete-project-container ul .complete-project-list .text-container {
  font-size: 16px;
  line-height: 19.2px;
  color: #282989;
}
.section-project .complete-project-container ul .complete-project-list .text-container span {
  font-weight: 700;
}

.section-slider {
  margin-bottom: 125px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-slider {
    margin-bottom: 75px;
  }
}
.section-slider .box-header {
  margin-bottom: 28px;
}
.section-slider .project-slider {
  padding: 44px 60px;
  background-color: #f0fdff;
}
@media (max-width: 1199px) {
  .section-slider .project-slider {
    padding: 40px;
  }
}
.section-slider .project-slider .slick-dots {
  left: 0;
  bottom: -30px;
}
.section-slider .project-slider .slick-dots li button:before {
  font-size: 10px;
}
.section-slider .project-slider .slick-dots .slick-active button::before {
  color: #282989;
}
.section-slider .project-slider .paragraph {
  margin-bottom: 35px;
  max-width: 284px;
}
@media (max-width: 991px) {
  .section-slider .project-slider .paragraph {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .section-slider .project-slider .project-info {
    margin-bottom: 25px;
  }
}
.section-slider .project-slider .project-info .badge-contain {
  margin-bottom: 15px;
}
.section-slider .project-slider .project-info .a-underline {
  text-transform: uppercase;
}
.section-slider .project-slider .image-container {
  max-width: 527px;
}
@media (max-width: 1300px) {
  .section-slider .project-slider .image-container {
    margin-left: -20px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .section-slider .project-slider .image-container {
    margin-left: -20px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .section-slider .project-slider .image-container {
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.section-slider .project-slider .project-fund {
  margin-left: 42px;
}
@media (max-width: 991px) {
  .section-slider .project-slider .project-fund {
    margin-left: 0;
  }
}
.section-slider .project-slider .project-fund .paragraph {
  margin-bottom: 18px;
}
.section-slider .project-slider .project-fund .fund-info {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.section-slider .project-slider .project-fund .fund-amount {
  width: 86px;
  border-right: solid 1px #c4c4c4;
}
.section-slider .project-slider .project-fund .location {
  display: flex;
  column-gap: 6px;
  margin-bottom: 25px;
}
.section-slider .project-slider .project-fund .location .icon-container {
  width: 16px;
}
.section-slider .project-slider .project-fund .location .location--text p {
  color: #15a3bc;
  font-weight: 700;
}

.section-resources {
  margin-bottom: 129px;
}
@media (max-width: 991px) {
  .section-resources {
    margin-bottom: 75px;
  }
}
.section-resources h3 {
  font-weight: 500;
}
.section-resources p {
  font-size: 20px;
  line-height: 1.45;
}
.section-resources .box-header {
  margin-bottom: 16px;
}
.section-resources .paragraph {
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 42px;
}
.section-resources .resource-list {
  max-width: 1080px;
  margin: 0 auto;
}
.section-resources .resource-list .embassy-card {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 219px;
  height: 190px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .section-resources .resource-list .embassy-card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.section-resources .resource-list .embassy-card:hover svg g,
.section-resources .resource-list .embassy-card:hover svg path {
  fill: #782f19;
}
.section-resources .resource-list .embassy-card svg g,
.section-resources .resource-list .embassy-card svg path {
  transition: 0.3s ease-in-out;
}
.section-resources .resource-list .embassy-card .image-container {
  margin-bottom: 15px;
}

.section-categories {
  margin-bottom: 100px;
}
.section-categories .categories {
  background-color: #f2f2f2;
  padding-top: 58px;
  padding-bottom: 48px;
}
.section-categories .categories .box-header {
  margin-bottom: 38px;
}
.section-categories .categories .box-header h2 {
  text-align: center;
}
.section-categories .categories .button-container-collection {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-categories .categories .button-container-collection a .button-container {
  display: flex;
  align-items: center;
  padding: 18px 0px 15px 20px;
  width: 347px;
  max-width: 100%;
  column-gap: 34px;
  background-color: white;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .section-categories .categories .button-container-collection a .button-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-categories .categories .button-container-collection a .button-container .logo-container {
  width: 45px;
}
.section-categories .categories .button-container-collection a .button-container .text-container p {
  color: black;
}
.section-categories .less-padding {
  padding-bottom: 0px;
  padding-top: 24px;
}
.section-categories .image-container {
  max-width: 100%;
  width: 361px;
}
@media (max-width: 991px) {
  .section-categories .image-container {
    display: none;
  }
}
.section-categories .ad-image-container {
  max-height: 484px;
  height: 100%;
}
.section-categories .ad-image-container img {
  height: 100%;
}

.section-member-banner {
  background-color: #15a3bc;
  padding: 45px 150px;
}
@media (max-width: 1199px) {
  .section-member-banner {
    padding: 45px 85px;
  }
}
@media (max-width: 991px) {
  .section-member-banner {
    padding: 45px 60px;
  }
}
@media (max-width: 767px) {
  .section-member-banner {
    padding: 25px;
  }
}
.section-member-banner .icon-container {
  margin-left: 31px;
  width: 83px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .section-member-banner .icon-container {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .section-member-banner .icon-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-member-banner .first-order {
    order: 1;
  }
}
@media (max-width: 767px) {
  .section-member-banner .second-order {
    order: 2;
  }
}
.section-member-banner .row {
  justify-content: center;
}
.section-member-banner .info {
  max-width: 470px;
  margin-top: 45px;
}
.section-member-banner .info .box-header span {
  font-size: 18px;
}
.section-member-banner .info h2 {
  color: white;
}
.section-member-banner .info p {
  color: white;
}
.section-member-banner .info .paragraph {
  margin-bottom: 36px;
  max-width: 364px;
}
.section-member-banner .image-container {
  max-width: 431px;
  transform: rotate(1.69deg);
  border: 13px solid white;
  position: relative;
  z-index: 5;
}
.section-member-banner .background-image {
  position: absolute;
  top: 0;
  transform: rotate(-3.43deg);
  border: 13px solid white;
}

.section-top-pick {
  margin-top: 125px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .section-top-pick {
    margin: 75px 0;
  }
}
.section-top-pick .box-header {
  margin-bottom: 35px;
}
.section-top-pick .top-pick-list-container {
  max-height: 710px;
  overflow-y: scroll;
}
.section-top-pick .top-pick-list-container .top-pick-list {
  margin-bottom: 24px;
  cursor: pointer;
}
.section-top-pick .top-pick-list-container .top-pick-list .right-side {
  width: 300px;
  max-width: 100%;
}
.section-top-pick .image-big-container {
  position: relative;
  cursor: pointer;
}
.section-top-pick .image-big-container:hover .text-overlay-container {
  justify-content: end;
}
.section-top-pick .image-big-container:hover .text-overlay-container .text-big {
  display: none;
}
.section-top-pick .image-big-container:hover .text-overlay-hover {
  display: block;
}
.section-top-pick .image-big-container .text-overlay-container {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  bottom: 24px;
  padding: 0px 20px 0px 30px;
}
.section-top-pick .image-big-container .text-overlay-container h3 {
  color: white;
}
.section-top-pick .image-big-container .text-overlay-container p {
  color: white;
}
.section-top-pick .image-big-container .text-overlay-hover {
  display: none;
  position: absolute;
  left: 30px;
  bottom: 15px;
  width: 485px;
  max-width: 100%;
}
.section-top-pick .image-big-container .text-overlay-hover .text-big {
  margin-bottom: 13px;
}
.section-top-pick .image-big-container .text-overlay-hover .text-big h3 {
  color: white;
}
.section-top-pick .image-big-container .text-overlay-hover .text-small p {
  color: white;
}
.section-top-pick .image-small-container {
  cursor: pointer;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  column-gap: 20px;
}
.section-top-pick .image-small-container .image-container {
  position: relative;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}
.section-top-pick .image-small-container .image-container img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.section-top-pick .image-small-container .image-container .text-overlay-container {
  position: absolute;
  width: 100%;
  left: 19px;
  bottom: 33px;
  color: white;
}

.section-presence {
  padding: 0 146px;
  margin-top: 110px;
  margin-bottom: 20px;
  padding-left: 146px;
  padding-right: 146px;
}
@media (max-width: 1199px) {
  .section-presence {
    padding: 0 100px;
    margin-top: 75px;
  }
}
@media (max-width: 991px) {
  .section-presence {
    padding: 0 50px;
    margin-top: 50px;
  }
}
.section-presence h4 {
  font-weight: 400;
}
.section-presence h3 {
  font-weight: 400;
}
.section-presence .box-header {
  margin-bottom: 14px;
}
.section-presence .paragraph {
  max-width: 400px;
  margin-bottom: 20px;
}
.section-presence .paragraph-small p {
  color: #15a3bc;
}
@media (max-width: 575px) {
  .section-presence .figure {
    margin-top: 25px;
  }
}
.section-presence .figure h2,
.section-presence .figure p {
  color: #282989;
}
.section-presence .right h2,
.section-presence .right p {
  color: #282989;
}
.section-presence .image-container {
  max-width: 810px;
  margin: 0 auto;
  margin-top: 63px;
  position: relative;
}
.section-presence .image-container .img-location1,
.section-presence .image-container .img-location2,
.section-presence .image-container .img-location3,
.section-presence .image-container .img-location4,
.section-presence .image-container .img-location5,
.section-presence .image-container .img-location6,
.section-presence .image-container .img-location7,
.section-presence .image-container .img-location8,
.section-presence .image-container .img-location9,
.section-presence .image-container .img-location10,
.section-presence .image-container .img-location11,
.section-presence .image-container .img-location12,
.section-presence .image-container .img-location13,
.section-presence .image-container .img-location14,
.section-presence .image-container .img-location15,
.section-presence .image-container .img-location16 {
  width: 21px;
  position: absolute;
}
@media (max-width: 757px) {
  .section-presence .image-container .img-location1,
.section-presence .image-container .img-location2,
.section-presence .image-container .img-location3,
.section-presence .image-container .img-location4,
.section-presence .image-container .img-location5,
.section-presence .image-container .img-location6,
.section-presence .image-container .img-location7,
.section-presence .image-container .img-location8,
.section-presence .image-container .img-location9,
.section-presence .image-container .img-location10,
.section-presence .image-container .img-location11,
.section-presence .image-container .img-location12,
.section-presence .image-container .img-location13,
.section-presence .image-container .img-location14,
.section-presence .image-container .img-location15,
.section-presence .image-container .img-location16 {
    width: 15px;
  }
}
@media (max-width: 575px) {
  .section-presence .image-container .img-location1,
.section-presence .image-container .img-location2,
.section-presence .image-container .img-location3,
.section-presence .image-container .img-location4,
.section-presence .image-container .img-location5,
.section-presence .image-container .img-location6,
.section-presence .image-container .img-location7,
.section-presence .image-container .img-location8,
.section-presence .image-container .img-location9,
.section-presence .image-container .img-location10,
.section-presence .image-container .img-location11,
.section-presence .image-container .img-location12,
.section-presence .image-container .img-location13,
.section-presence .image-container .img-location14,
.section-presence .image-container .img-location15,
.section-presence .image-container .img-location16 {
    width: 11px;
  }
}
.section-presence .image-container .img-location1 {
  left: 9.5%;
  top: 21%;
}
.section-presence .image-container .img-location2 {
  left: 17%;
  top: 25%;
}
.section-presence .image-container .img-location3 {
  left: 16%;
  top: 36%;
}
.section-presence .image-container .img-location4 {
  left: 26%;
  top: 28%;
}
.section-presence .image-container .img-location5 {
  left: 27.3%;
  top: 69%;
}
.section-presence .image-container .img-location6 {
  left: 30.9%;
  top: 66%;
}
.section-presence .image-container .img-location7 {
  left: 32.9%;
  top: 18%;
}
.section-presence .image-container .img-location8 {
  left: 35%;
  top: 2%;
}
.section-presence .image-container .img-location9 {
  left: 51.5%;
  top: 50%;
}
.section-presence .image-container .img-location10 {
  left: 58.2%;
  top: 47%;
}
.section-presence .image-container .img-location11 {
  left: 58.8%;
  top: 69%;
}
.section-presence .image-container .img-location12 {
  left: 57.9%;
  top: 27%;
}
.section-presence .image-container .img-location13 {
  left: 63.9%;
  top: 21%;
}
.section-presence .image-container .img-location14 {
  left: 73.5%;
  top: 33.9%;
}
.section-presence .image-container .img-location15 {
  left: 84.5%;
  top: 61.6%;
}
.section-presence .image-container .img-location16 {
  left: 82.4%;
  top: 72.9%;
}
.section-presence .img-location .frame-container {
  display: flex;
}
.section-presence .frame-container {
  padding: 7px 3px 10px 22px;
  display: none;
  position: absolute;
  align-items: center;
  column-gap: 26px;
  width: 354px;
  /* max-width: 100%; */
  background-color: white;
  left: 8px;
  box-shadow: 0px 0px 6px;
  border-radius: 4px;
  z-index: 1;
}
.section-presence .frame-container .text-container {
  width: 241px;
  max-width: 100%;
}
.section-presence .frame-container .text-container .box-header {
  margin-bottom: 3px;
}
.section-presence .frame-container .text-container .box-header p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
}
.section-presence .frame-container .text-container .box-description {
  margin-bottom: 3px;
}
.section-presence .frame-container .text-container .box-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.section-presence .frame-container .text-container .a-container a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19.2px;
  color: #282989;
}

.section-subscribe {
  padding: 40px 200px;
  background-color: #f2f2f2;
}
@media (max-width: 1399px) {
  .section-subscribe {
    padding: 40px 120px;
  }
}
@media (max-width: 1199px) {
  .section-subscribe {
    padding: 40px 100px;
  }
}
@media (max-width: 991px) {
  .section-subscribe {
    padding: 40px 0px;
  }
}
.section-subscribe h2 {
  color: #282989;
}
@media (max-width: 765px) {
  .section-subscribe .text-container {
    margin-bottom: 20px;
  }
}
.section-subscribe .text-field {
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding: 20px;
}
@media (max-width: 575px) {
  .section-subscribe .text-field {
    padding: 15px;
  }
}
.section-subscribe .text-field input {
  background-color: inherit;
}

.section-project-idea {
  margin-top: 108px;
  background-color: #282989;
  padding: 41px 65px;
}
@media (max-width: 991px) {
  .section-project-idea {
    margin-top: 50px;
  }
}
.section-project-idea h2,
.section-project-idea h3 {
  color: white;
}
.section-project-idea h2 {
  font-weight: 600;
}
.section-project-idea h3 {
  font-weight: 400;
}
.section-project-idea .row {
  align-items: center;
}
.section-project-idea .text-container {
  max-width: 399px;
}
@media (max-width: 767px) {
  .section-project-idea .text-container {
    margin-bottom: 20px;
  }
}
.section-project-idea .text-container .paragraph {
  margin-top: 12px;
}
.section-project-idea .drop-your-project-container-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  z-index: 1;
}
.section-project-idea .drop-your-project-container-overlay.showModel {
  display: flex;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container {
  width: 1133px;
  max-width: 100%;
  padding: 36px 83px 51px 58px;
  background-color: #FFFFFF;
  position: relative;
  max-height: 100vh;
  overflow: scroll;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .box-header {
  margin-bottom: 40px;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .box-header h2 {
  color: #111111;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .cross-container {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 6%;
  right: 4%;
  cursor: pointer;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .custome-row {
  row-gap: 20px;
}
@media (max-width: 767px) {
  .section-project-idea .drop-your-project-container-overlay .drop-your-project-container .custome-row {
    flex-direction: column-reverse;
  }
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .text-container {
  width: 473px;
  max-width: 100%;
  margin-bottom: 24px;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .form-container .input-container, .section-project-idea .drop-your-project-container-overlay .drop-your-project-container .form-container .textarea-container {
  width: 510px;
  max-width: 100%;
  margin-bottom: 24px;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .form-container .input-container label, .section-project-idea .drop-your-project-container-overlay .drop-your-project-container .form-container .textarea-container label {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .form-container .input-container input, .section-project-idea .drop-your-project-container-overlay .drop-your-project-container .form-container .textarea-container input {
  margin-top: 7px;
  height: 48px;
  background: #EBEBEB;
  border: 1px solid #C4C4C4;
  border-radius: 0px;
  padding: 5px;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .form-container .textarea-container {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .form-container .textarea-container textarea {
  background: #EBEBEB;
  border: 1px solid #C4C4C4;
  border-radius: 0px;
  padding: 10px;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .form-container .button-container p {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .form-container .button-container button {
  width: 510px;
  max-width: 100%;
  height: 62px;
  border: 1px solid #959595;
  background-color: #DDEEFF;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .drop-your-project {
  width: 408px;
  max-width: 100%;
  background-color: #15A3BC;
  padding: 48px 0px 24px 0px;
  margin-left: 50px;
}
@media (max-width: 1200px) {
  .section-project-idea .drop-your-project-container-overlay .drop-your-project-container .drop-your-project {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .section-project-idea .drop-your-project-container-overlay .drop-your-project-container .drop-your-project {
    margin-left: initial;
  }
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .drop-your-project .text-container {
  width: 232px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 36px;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .drop-your-project .text-container p {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #FFFFFF;
}
.section-project-idea .drop-your-project-container-overlay .drop-your-project-container .drop-your-project .image-container {
  width: 296px;
  height: 296px;
  max-width: 100%;
  margin: auto;
}

.section-introduction {
  margin-bottom: 64px;
}
.section-introduction p {
  line-height: 1.44;
}
.section-introduction .text-container .text-header {
  margin-bottom: 16px;
}
.section-introduction .text-container .paragraph ul {
  padding-left: 20px;
  padding-top: 10px;
}
.section-introduction .text-container .paragraph--long {
  max-width: 669px;
}
.section-introduction .text-container .paragraph--height-232.paragraph--expand {
  max-height: 100%;
  overflow: initial;
}
.section-introduction .text-container .paragraph--height-232 {
  max-height: 232px;
  overflow: hidden;
}
.section-introduction .image-collection {
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 45px;
  margin-top: 69px;
}
.section-introduction .image-collection .image-container {
  max-width: 583px;
}

.section-introduction-info {
  margin-bottom: 118px;
}
.section-introduction-info .container {
  background-color: #f2f2f2;
  padding: 92px 50px 126px 60px;
}
.section-introduction-info .container .text-container .text-header {
  margin-bottom: 10px;
}
.section-introduction-info .container .text-container .paragraph {
  max-width: 523px;
}
.section-introduction-info .container .image-container {
  max-width: 583px;
}
@media (max-width: 767px) {
  .section-introduction-info .container .image-container {
    margin-top: 20px;
  }
}
.section-introduction-info .container .mission-container {
  margin-bottom: 108px;
}

.section-executive-members .dropdown-container {
  margin-bottom: 80px;
  justify-content: center;
}
@media (max-width: 1066px) {
  .section-executive-members .dropdown-container {
    justify-content: flex-start;
  }
}
@media (max-width: 707px) {
  .section-executive-members .dropdown-container {
    justify-content: center;
  }
}
.section-executive-members .members__gallery {
  gap: 28px;
}
@media (max-width: 1303px) {
  .section-executive-members .members__gallery {
    justify-content: center;
  }
}
.section-executive-members .members__gallery .members__card {
  flex-basis: 235px;
}

.section-report-table {
  margin-bottom: 48px;
}
.section-report-table table {
  border-top: 1px solid #747474;
  width: 100%;
}
.section-report-table table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.section-report-table table tr th {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 35px;
  padding-bottom: 14px;
}
@media (max-width: 991px) {
  .section-report-table table tr th {
    font-size: 18px;
  }
}
.section-report-table table tr th:first-child {
  padding-left: 3.41%;
  width: 10%;
}
.section-report-table table tr th:nth-child(2) {
  padding-left: 13.41%;
  width: 70%;
}
@media (max-width: 991px) {
  .section-report-table table tr th:nth-child(2) {
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  .section-report-table table tr th:nth-child(2) {
    padding-left: 5%;
  }
}
.section-report-table table tr th:nth-child(3) {
  padding-left: 2.41%;
  width: 20%;
}
@media (max-width: 991px) {
  .section-report-table table tr th:nth-child(3) {
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  .section-report-table table tr th:nth-child(3) {
    padding-left: 0%;
  }
}
.section-report-table table tr th:nth-child(4) {
  padding-left: 6.41%;
}
.section-report-table table tr td {
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  height: 66px;
}
.section-report-table table tr td a {
  color: black;
}
.section-report-table table tr td a:hover {
  color: #282989;
}
@media (max-width: 767px) {
  .section-report-table table tr td {
    font-size: 16px;
  }
}
.section-report-table table tr td:first-child {
  padding-left: 3.41%;
  width: 10%;
}
.section-report-table table tr td:nth-child(2) {
  padding-left: 13.41%;
  width: 70%;
}
@media (max-width: 991px) {
  .section-report-table table tr td:nth-child(2) {
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  .section-report-table table tr td:nth-child(2) {
    padding-left: 5%;
  }
}
.section-report-table table tr td:nth-child(3) {
  padding-left: 2.41%;
  width: 10%;
}
@media (max-width: 991px) {
  .section-report-table table tr td:nth-child(3) {
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  .section-report-table table tr td:nth-child(3) {
    padding-left: 0%;
  }
}
.section-report-table table tr td:nth-child(4) {
  padding-left: 6.41%;
}

.section-next-previous {
  margin-bottom: 77px;
}
.section-next-previous .next-previous-container {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  row-gap: 15px;
}
.section-next-previous .next-previous-container .perPage {
  margin-right: 55px;
  display: flex;
  align-items: center;
}
.section-next-previous .next-previous-container .perPage p {
  position: relative;
}
.section-next-previous .next-previous-container .perPage p::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;
}
.section-next-previous .next-previous-container .link {
  display: flex;
  align-items: center;
}
.section-next-previous .next-previous-container a {
  color: #111111;
}
.section-next-previous .next-previous-container a:first-child {
  margin-right: 10px;
}
.section-next-previous .next-previous-container a:nth-child(2) {
  margin-right: 13px;
}
.section-next-previous .next-previous-container a:nth-child(4) {
  margin: 0px 8px;
}
.section-next-previous .next-previous-container a:last-child {
  margin-left: 14px;
}
.section-next-previous .next-previous-container a .pg-botton {
  background-color: #ddeeff;
  padding: 4px 10px;
}

.section-legal-projectdetails {
  margin-bottom: 70px;
}
.section-legal-projectdetails .legal-projectdetails {
  padding-left: 22px;
}
@media (max-width: 767px) {
  .section-legal-projectdetails .legal-projectdetails {
    margin-top: 20px;
  }
}
.section-legal-projectdetails .legal-projectdetails .project-title {
  margin-top: 17px;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}
.section-legal-projectdetails .legal-projectdetails .project-container {
  display: flex;
  column-gap: 67px;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
.section-legal-projectdetails .legal-projectdetails .project-container .volunters-container p:first-child {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 3px;
}
.section-legal-projectdetails .legal-projectdetails .collection-label-container .data-info {
  display: flex;
  column-gap: 189px;
  margin-bottom: 7px;
}
.section-legal-projectdetails .legal-projectdetails .collection-label-container .data-info p {
  line-height: 24px;
  font-size: 20px;
}
.section-legal-projectdetails .legal-projectdetails .collection-label-container .data-info p:first-child {
  font-weight: 600;
}
.section-legal-projectdetails .legal-projectdetails .collection-label-container .data-info p:last-child {
  font-weight: 400;
}
.section-legal-projectdetails .legal-projectdetails .collection-label-container .progess-bar {
  max-width: 523px;
  height: 7px;
  background-color: #c4c4c4;
  margin-bottom: 35px;
}
.section-legal-projectdetails .legal-projectdetails .button-container {
  display: flex;
  column-gap: 13px;
  flex-wrap: wrap;
}

.section-description {
  padding-top: 81px;
}
.section-description .container {
  position: relative;
}
.section-description .slick-description-container.slick-slider {
  position: initial;
}
.section-description .slick-description-container.slick-slider .slick-dots {
  top: 0px;
}
.section-description .slick-description-container.slick-slider .slick-dots::before {
  content: "";
  max-width: 100%;
  position: absolute;
  background-color: #c4c4c4;
  height: 4px;
  width: 437px;
  left: 4px;
  top: -24px;
}
.section-description .slick-description-container.slick-slider .slick-dots li {
  position: absolute;
  background-color: white;
  list-style: none;
}
.section-description .slick-description-container.slick-slider .slick-dots li::after {
  background-color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.section-description .slick-description-container.slick-slider .slick-dots li:first-child {
  top: -57px;
  left: 0px;
}
.section-description .slick-description-container.slick-slider .slick-dots li:first-child::after {
  content: "Description";
  position: absolute;
  top: 0;
  left: 0;
}
.section-description .slick-description-container.slick-slider .slick-dots li:nth-child(2) {
  top: -57px;
  left: 170px;
}
.section-description .slick-description-container.slick-slider .slick-dots li:nth-child(2)::after {
  content: "Donations ";
  position: absolute;
  top: 0;
  left: 0;
}
.section-description .slick-description-container.slick-slider .slick-dots li:last-child {
  top: -57px;
  left: 329px;
}
.section-description .slick-description-container.slick-slider .slick-dots li:last-child::after {
  content: "Donations";
  position: absolute;
  top: 0;
  left: 0;
}
.section-description .slick-description-container.slick-slider .slick-dots li.slick-active::after {
  border-bottom: 4px solid #003c8c;
  padding-bottom: 9px;
}

.section-next-previous {
  margin-bottom: 77px;
}
.section-next-previous .next-previous-container {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  row-gap: 15px;
}
.section-next-previous .next-previous-container .perPage {
  margin-right: 55px;
  display: flex;
  align-items: center;
}
.section-next-previous .next-previous-container .perPage p {
  position: relative;
}
.section-next-previous .next-previous-container .perPage p::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;
}
.section-next-previous .next-previous-container .link {
  display: flex;
  align-items: center;
}
.section-next-previous .next-previous-container a {
  color: #111111;
}
.section-next-previous .next-previous-container a:first-child {
  margin-right: 10px;
}
.section-next-previous .next-previous-container a:nth-child(2) {
  margin-right: 13px;
}
.section-next-previous .next-previous-container a:nth-child(4) {
  margin: 0px 8px;
}
.section-next-previous .next-previous-container a:last-child {
  margin-left: 14px;
}
.section-next-previous .next-previous-container a .pg-botton {
  background-color: #ddeeff;
  padding: 4px 10px;
}

.section-news .news__card {
  display: flex;
  column-gap: 18px;
  height: 100%;
}
@media (max-width: 767px) {
  .section-news .news__card {
    margin-left: auto;
    margin-right: auto;
  }
}

.news__card {
  padding: 12px;
  border: 1px solid #c4c4c4;
  max-width: 400px;
}

.news__image {
  flex-shrink: 0;
}

.news__date p {
  margin-bottom: 4px;
  line-height: 1.44;
}

.news__description {
  max-width: 334px;
  margin-bottom: 16.5px;
  line-height: 1.5;
}

.news__title {
  margin-bottom: 4px;
}

.news__link {
  margin-bottom: 0;
  display: inline-block;
  list-style: none;
  cursor: pointer;
}
.news__link:after {
  content: "";
  display: block;
  background-color: #15a3bc;
  height: 2px;
  margin-right: -5px;
  margin-left: -5px;
}
.news__link li a {
  color: #282989;
  font-size: 16px;
  line-height: 2.25;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.section-project-report-description {
  margin-bottom: 93px;
}
.section-project-report-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.section-project-report-description .image-container {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .section-project-report-description .image-container {
    margin-top: 40px;
  }
}
.section-project-report-description .text-container .text-header {
  margin-bottom: 17px;
}
.section-project-report-description .text-container .text {
  width: 644px;
  max-width: 100%;
}

.section-event-detail-container .header {
  margin-bottom: 35px;
}
.section-event-detail-container .event-detail {
  display: flex;
  width: 606px;
  max-width: 100%;
  padding: 33px 28px 35px 32px;
  border: 1px solid #c4c4c4;
  margin-bottom: 36px;
  transition: all 0.3s ease-in-out;
}
.section-event-detail-container .event-detail:hover {
  box-shadow: -14px 0px 18px 0px rgba(0, 0, 0, 0.2509803922);
}
.section-event-detail-container .event-detail:hover .event-container-detail .text-header p {
  color: #003c8c;
}
.section-event-detail-container .event-detail .date-container {
  width: 86px;
  max-width: 100%;
  flex-shrink: 0;
}
.section-event-detail-container .event-detail .date-container p {
  text-align: center;
}
.section-event-detail-container .event-detail .date-container p:first-child, .section-event-detail-container .event-detail .date-container p:last-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.section-event-detail-container .event-detail .date-container p:nth-child(2) {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin: 7px 0px;
}
.section-event-detail-container .event-detail .event-container-detail {
  padding-left: 27px;
  border-left: 5px solid #e2e2e2;
}
.section-event-detail-container .event-detail .event-container-detail .text-header {
  margin-bottom: 6px;
}
.section-event-detail-container .event-detail .event-container-detail .text-header p {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.section-event-detail-container .event-detail .event-container-detail .text-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-event-detail-container .event-detail .event-container-detail .text-container p:first-child {
  line-height: 28.8px;
  margin-bottom: 15px;
}
.section-event-detail-container .event-detail .event-container-detail .text-container p:nth-child(2) {
  margin-bottom: 6px;
}

.section-gallery-container .sortButtom {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
.section-gallery-container .sortButtom .photo-filer,
.section-gallery-container .sortButtom .video-filer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 179px;
  background: #BDBDBD;
  border-radius: 10px;
  cursor: pointer;
}
.section-gallery-container .sortButtom .photo-filer p,
.section-gallery-container .sortButtom .video-filer p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  color: #003462;
}
.section-gallery-container .sortButtom .active {
  background: #003462;
}
.section-gallery-container .sortButtom .active p {
  color: #FFFFFF;
}
.section-gallery-container .sliderContainer {
  margin-top: 32px;
  margin-bottom: 20px;
}
.section-gallery-container .sliderContainer.show .image-gallery {
  display: none;
}
.section-gallery-container .sliderContainer.show .video-gallery {
  display: block;
}
.section-gallery-container .sliderContainer .image-gallery {
  overflow: hidden;
}
.section-gallery-container .sliderContainer .image-gallery .image-container {
  margin-bottom: 23px;
  cursor: pointer;
}
.section-gallery-container .sliderContainer .image-gallery .image-container img {
  aspect-ratio: 1;
  object-fit: cover;
}
.section-gallery-container .sliderContainer .image-gallery .image-gallery-detail.show {
  display: block;
}
.section-gallery-container .sliderContainer .video-gallery {
  display: none;
  overflow: hidden;
}
.section-gallery-container .sliderContainer .video-gallery .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  aspect-ratio: 16/9;
  cursor: pointer;
}
.section-gallery-container .sliderContainer .video-gallery .video-container .img-container {
  height: 100%;
  padding-bottom: 20px;
}
.section-gallery-container .sliderContainer .video-gallery .video-container .img-container img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.section-gallery-container .sliderContainer .video-gallery .video-container .v-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-gallery-container .sliderContainer .video-gallery .video-container .v-overlay .play-container {
  width: 40px;
}
.section-gallery-container .container {
  position: relative;
}

.image-gallery-detail {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.image-gallery-detail.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.image-gallery-detail.show .overlay2 {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .image-gallery-detail {
    display: none;
  }
}
.image-gallery-detail .overlay2 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}
.image-gallery-detail .arrow {
  position: absolute;
  top: 50%;
  width: 45px;
  cursor: pointer;
}
.image-gallery-detail .arrow img {
  aspect-ratio: initial !important;
}
@media (max-width: 991px) {
  .image-gallery-detail .arrow img {
    max-width: 30px;
  }
}
.image-gallery-detail .next-button {
  right: 10px;
}
.image-gallery-detail .prev-button {
  left: 10px;
}
.image-gallery-detail .image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: 0 auto;
}
.image-gallery-detail .image-container img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.image-gallery-detail .image-container .icon-close {
  position: absolute;
  right: 70px;
  top: 65px;
  transform: translate(100%, -100%);
  cursor: pointer;
}
@media (max-width: 991px) {
  .image-gallery-detail .image-container .icon-close {
    max-width: 35px;
    top: 40px;
    right: 40px;
  }
}
.image-gallery-detail .image-container .icon-close img {
  aspect-ratio: initial;
}

.video-gallery-detail {
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.video-gallery-detail.show {
  visibility: visible;
  opacity: 1;
}
.video-gallery-detail.show .overlay3 {
  visibility: visible;
  opacity: 1;
}
.video-gallery-detail .overlay3 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}
.video-gallery-detail .video-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
}
.video-gallery-detail .video-container .icon-close {
  color: white;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, -100%);
  cursor: pointer;
}
.video-gallery-detail .video-container iframe {
  width: 100%;
  aspect-ratio: 16/8;
}
.video-gallery-detail .video-container iframe .ytp-large-play-button {
  display: none;
}

.ytp-large-play-button {
  display: none;
}

.section-become-volunteer {
  margin-top: 64px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .section-become-volunteer .custome-row {
    flex-direction: column-reverse;
  }
}
.section-become-volunteer .content {
  width: 634px;
  max-width: 100%;
}
.section-become-volunteer .content .box-header h2 {
  font-weight: 400;
  line-height: 38px;
  color: #111111;
}
.section-become-volunteer .content .text-container {
  margin: 16px 0px 48px 0px;
}
.section-become-volunteer .content .form-container .input-container, .section-become-volunteer .content .form-container .textarea-container {
  margin-bottom: 24px;
}
.section-become-volunteer .content .form-container .input-container label, .section-become-volunteer .content .form-container .textarea-container label {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #282828;
  margin-bottom: 7px;
}
.section-become-volunteer .content .form-container .input-container input, .section-become-volunteer .content .form-container .textarea-container input {
  height: 48px;
  background: #EBEBEB;
  border: 1px solid #C4C4C4;
  border-radius: 0px;
}
.section-become-volunteer .content .form-container .input-container input:focus, .section-become-volunteer .content .form-container .textarea-container input:focus {
  box-shadow: none;
}
.section-become-volunteer .content .form-container .input-container .input-group, .section-become-volunteer .content .form-container .textarea-container .input-group {
  position: relative;
}
.section-become-volunteer .content .form-container .input-container .input-group .input-group-append, .section-become-volunteer .content .form-container .textarea-container .input-group .input-group-append {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
  background-color: #EBEBEB;
}
.section-become-volunteer .content .form-container .form-flex {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
}
.section-become-volunteer .content .form-container .form-flex .input-container {
  flex-basis: 309px;
  flex-grow: 1;
}
.section-become-volunteer .content .form-container .checkbox-container {
  display: flex;
  column-gap: 10px;
}
.section-become-volunteer .content .form-container .checkbox-container input {
  width: 15px;
  height: 15px;
}
.section-become-volunteer .content .form-container .textarea-container {
  margin: 24px 0px 16px 0px;
}
.section-become-volunteer .content .form-container .textarea-container textarea {
  background: #EBEBEB;
  border: 1px solid #C4C4C4;
  border-radius: 0px;
}
.section-become-volunteer .content .form-container .button-container {
  margin-top: 48px;
}
.section-become-volunteer .image-flex-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
.section-become-volunteer .image-flex-container .image-container {
  margin: auto;
  flex-basis: 438px;
  flex-shrink: 0;
}

.section-event-detail {
  padding-top: 60px;
}
.section-event-detail .header-container {
  margin-bottom: 42px;
}
.section-event-detail .image-container {
  margin-bottom: 42px;
}
.section-event-detail .text-container {
  margin-bottom: 68px;
}
.section-event-detail .text-container .para {
  font-size: 20px;
  line-height: 28.8px;
  color: #333;
}
.section-event-detail .text-container .para:not(:last-child) {
  margin-bottom: 25px;
}

.section-head-text {
  margin-bottom: 130px;
}
.section-head-text .text-container {
  max-width: 920px;
  margin: 0 auto;
}
.section-head-text .text-container .text-header {
  margin-bottom: 24px;
}
.section-head-text .text-container .text-header h1 {
  text-align: center;
}
.section-head-text .text-container .paragraph p {
  text-align: center;
}

@media (min-width: 1200px) {
  .section-banner-slider {
    max-height: calc(100vh - 120px);
    margin-bottom: 87px;
  }
  .section-banner-slider .slick-initialized {
    position: relative;
    height: 100%;
  }
  .section-banner-slider .slick-initialized .slick-list {
    height: 100%;
  }
  .section-banner-slider .slick-initialized .slick-list .slick-track {
    height: 100%;
  }
  .section-banner-slider .slick-initialized .slick-list .slick-track .banner-content {
    height: 100%;
  }
  .section-banner-slider .slick-initialized .slick-list .slick-track .banner-content .image-container {
    height: 100%;
  }
  .section-banner-slider .slick-initialized .slick-list .slick-track .banner-content .image-container img {
    max-height: calc(100vh - 120px);
    object-fit: cover;
    object-position: top;
  }
  .section-banner-slider .slick-initialized .banner-content .image-container {
    height: 100%;
  }
  .section-banner-slider .slick-initialized .banner-content .image-container img {
    max-height: 100%;
  }
}
.section-banner-slider .slick-initialized {
  position: relative;
}
.section-banner-slider .slick-dots {
  bottom: 20px;
  z-index: 2;
}
@media (max-width: 575px) {
  .section-banner-slider .slick-dots {
    display: none;
  }
}
.section-banner-slider .slick-dots li button::before {
  font-size: 12px;
  color: white;
}

.section-card-list .card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.section-card-list .card-container .donwload-card {
  flex-basis: 235px;
  width: 200px;
  max-width: 100%;
  margin-bottom: 20px;
}
.section-card-list .card-container .donwload-card .image-container {
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.section-card-list .card-container .donwload-card .title {
  margin-bottom: 4px;
}
.section-card-list .card-container .donwload-card .title h3 {
  font-weight: 500;
  text-align: center;
}
.section-card-list .card-container .donwload-card .text-container p {
  text-align: center;
  font-weight: 12px;
}
.section-card-list .card-container .donwload-card .download {
  display: flex;
  justify-content: center;
}
.section-card-list .card-container .donwload-card .download a button {
  border: none;
  padding: 4px;
  background: none;
  font-weight: 500;
}

.btn {
  padding: 9px 55px;
  font-size: 14px;
  line-height: 2.57;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: transparent;
}
@media (max-width: 575px) {
  .btn {
    padding: 9px 30px;
  }
}
.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #282989;
  color: white;
}
.btn-primary:hover {
  background-color: #3435b0;
}
.btn-primary:focus {
  box-shadow: none;
}
.btn-primary:active:focus {
  box-shadow: none;
}

.btn-secondary {
  background-color: white;
  color: #282989;
  padding: 9px 97px;
}
@media (max-width: 991px) {
  .btn-secondary {
    padding: 9px 60px;
  }
}
@media (max-width: 815px) {
  .btn-secondary {
    padding: 9px 40px;
  }
}
@media (max-width: 450px) {
  .btn-secondary {
    padding: 9px 30px;
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .btn-secondary {
    padding: 9px 20px;
    font-size: 12px;
  }
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #282989;
}
.btn-secondary:focus {
  box-shadow: none;
  background-color: white;
  color: #282989;
}
.btn-secondary:active {
  box-shadow: none;
  background-color: white;
  color: #282989;
}
.btn-secondary:active:focus {
  box-shadow: none;
}

.badge-contain {
  background-color: #ddeeff;
  display: inline-block;
  padding: 0 5px;
}
.badge-contain p {
  color: #15a3bc;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 0;
}

.badge {
  position: absolute;
  top: 5%;
  left: 76%;
  background-color: #f2f2f2 !important;
  color: #333;
  font-weight: 400;
  font-size: 13px;
}

.project-news-list {
  display: flex;
  flex-wrap: wrap;
}
.project-news-list a {
  display: flex;
  flex-wrap: wrap;
}
.project-news-list .image-container {
  max-width: 176px;
  margin-right: 12px;
  margin-bottom: 32px;
}
.project-news-list .right-side {
  padding-top: 7px;
}
.project-news-list .right-side .h3-container {
  margin-bottom: 8px;
}

.table-container {
  margin-bottom: 10px;
}
.table-container table td {
  padding-right: 10px;
}
.table-container table td:last-child {
  padding-left: 20px;
}
.table-container table td:first-child {
  padding-left: 0;
}

.dropdown-container {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}

.dropdown {
  width: 325px;
}

.dropdown__option {
  position: relative;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border: solid 1px #333333;
  cursor: pointer;
}

.dropdown__icon {
  width: 14px;
}

.dropdown__list.dropdown__list--show {
  display: block;
}

.dropdown__list {
  position: absolute;
  width: 100%;
  z-index: 5;
  padding: 10px 20px;
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.4);
  display: none;
}

.dropdown__item {
  cursor: pointer;
}
.dropdown__item:not(:last-child) {
  margin-bottom: 10px;
}
.dropdown__item:hover {
  transform: scale(1.1);
}

.dropdown__label {
  margin-bottom: 10px;
}

.members__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.members__card {
  width: 190px;
  text-align: center;
}
.members__card p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}
.members__card .image-container img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1;
}

.members__image {
  margin-bottom: 10px;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 21px;
}

.members__name h3 {
  font-weight: 500;
}

.members__designation p {
  font-weight: 500;
}

.box-header.center {
  text-align: center;
}

.page-about-introduction p {
  line-height: 1.44;
}
.page-about-introduction .section-introduction .text-container .text-header {
  margin-bottom: 34px;
}
.page-about-introduction .section-introduction .text-container .paragraph {
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .page-about-introduction .section-objective .text-container {
    margin-bottom: 20px;
  }
}
.page-about-introduction .section-objective .text-container .text-header {
  margin-bottom: 28px;
}
.page-about-introduction .section-objective .text-container .paragraph {
  max-width: 415px;
}
.page-about-introduction .section-objective .list-container {
  list-style: disc;
  padding-left: 2rem;
}
.page-about-introduction .section-objective .list-container li {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333333;
}
@media (max-width: 767px) {
  .page-about-introduction .section-objective .list-container li {
    font-size: 18px;
    line-height: 1.4;
  }
}

.page-organization-structure .section-introduction {
  margin-bottom: 63px;
}
.page-organization-structure .section-introduction p {
  font-size: 20px;
  line-height: 1.44;
}
.page-organization-structure .section-introduction .paragraph {
  max-width: 871px;
}

.page-committee .section-introduction {
  margin-bottom: 104px;
}
.page-committee .text-header {
  margin-bottom: 23px;
}
.page-committee .text-header h3 {
  font-size: 24px;
  font-weight: 600;
}
.page-committee .dropdown-container {
  margin-bottom: 60px;
}
@media (max-width: 1066px) {
  .page-committee .dropdown-container {
    justify-content: center;
  }
}
.page-committee .members__gallery {
  gap: 42px;
}
@media (max-width: 1066px) {
  .page-committee .members__gallery {
    justify-content: center;
  }
}
.page-committee .members__card {
  flex-basis: 290px;
}
.page-committee .members__image {
  max-width: 290px;
}

.page-information-desk .form {
  max-width: 582px;
}
.page-information-desk .form label {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.page-information-desk .form input {
  background-color: #ebebeb;
  border: 1px solid #c4c4c4;
  padding: 10px;
  margin-bottom: 24px;
  font-size: 16px;
}
.page-information-desk .form textarea {
  background-color: #ebebeb;
  border: 1px solid #c4c4c4;
  padding: 10px;
  width: 100%;
  height: 146px;
  margin-bottom: 42px;
}
.page-information-desk .form .form__input-flex {
  display: flex;
  column-gap: 38px;
}
.page-information-desk .contact-card-container {
  display: flex;
  justify-content: space-between;
  padding: 48px 38px;
  max-width: 562px;
  border: 1px solid #c4c4c4;
  transition: all 0.3s ease;
}
.page-information-desk .contact-card-container:hover {
  box-shadow: -1px 3px 24px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .page-information-desk .contact-card-container {
    margin-top: 50px;
  }
}
.page-information-desk .contact-card-container .contact__label {
  margin-bottom: 15px;
}
.page-information-desk .contact-card-container .contact__label p {
  font-size: 20px;
}
.page-information-desk .contact-card-container .contact__content:not(:last-child) {
  margin-bottom: 25px;
}
.page-information-desk .text-link {
  margin-top: auto;
}

.page-embassy .section-embassy .text-header {
  margin-bottom: 25px;
}
.page-embassy .section-embassy .dropdown {
  margin-bottom: 58px;
}
.page-embassy .section-embassy .search-container {
  margin-bottom: 58px;
  display: flex;
  align-items: end;
  width: 300px;
}
.page-embassy .section-embassy .search-container input {
  height: 47px;
  border: 1px solid black;
}
.page-embassy .section-embassy .search-container .form-control:focus {
  box-shadow: none;
}
.page-embassy .section-embassy .embassy__card {
  padding: 44px;
  margin-bottom: 24px;
  border: 1px solid #c4c4c4;
  transition: all 0.3s ease-in-out;
}
.page-embassy .section-embassy .embassy__card:last-child {
  margin-bottom: 45px;
}
.page-embassy .section-embassy .embassy__card:hover {
  box-shadow: -9px 3px 28px rgba(0, 0, 0, 0.25);
}
.page-embassy .section-embassy .embassy__card:hover h3 {
  color: #282989;
}
.page-embassy .section-embassy .embassy__card h3 {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.page-embassy .section-embassy .embassy__card p {
  line-height: 1.5;
}
.page-embassy .section-embassy .embassy__card .embassy__country-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #333333;
}
.page-embassy .section-embassy .embassy__card .embassy__country-container .embassy__text-container .embassy__country {
  margin-bottom: 22px;
}
.page-embassy .section-embassy .embassy__card .embassy__country-container .embassy__text-container .embassy__ambassador {
  margin-bottom: 11px;
}
.page-embassy .section-embassy .embassy__card .embassy__country-container .embassy__flag {
  max-width: 44px;
}
.page-embassy .section-embassy .embassy__contact {
  padding-top: 18px;
  display: flex;
  gap: 80px;
}
@media (max-width: 991px) {
  .page-embassy .section-embassy .embassy__contact {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .page-embassy .section-embassy .embassy__contact {
    gap: 25px;
    flex-wrap: wrap;
  }
}
.page-embassy .section-embassy .embassy__contact .icon-container {
  display: flex;
  gap: 18px;
}
@media (max-width: 310px) {
  .page-embassy .section-embassy .embassy__contact .icon-container {
    gap: 10px;
  }
}
.page-embassy .section-embassy .embassy__address {
  margin-bottom: 11px;
}
.page-embassy .section-embassy #africa-emabassy-card-collection,
.page-embassy .section-embassy #europe-emabassy-card-collection,
.page-embassy .section-embassy #north-america-emabassy-card-collection,
.page-embassy .section-embassy #south-america-emabassy-card-collection, .page-embassy .section-embassy #australia-emabassy-card-collection {
  display: none;
}

.page-project-report .section-introduction {
  margin-bottom: 109px;
}
.page-project-report .section-introduction .text-container {
  width: 927px;
  max-width: 100%;
}
.page-project-report .section-introduction .text-container p {
  font-weight: 400;
  line-height: 29px;
}

.page-Nepal-Government-Contacts .section-introduction {
  margin-bottom: 49px;
}
.page-Nepal-Government-Contacts .section-introduction .text-container {
  width: 1048px;
  max-width: 100%;
}

.page-all-projects .dropdown-container {
  padding: 20px;
  background-color: #ddeeff;
  justify-content: space-between;
  margin-bottom: 55px;
}
.page-all-projects .dropdown-container .dropdown {
  display: flex;
  gap: 20px;
  align-items: center;
}
.page-all-projects .dropdown-container .dropdown__label {
  flex-shrink: 0;
  margin-bottom: 0;
}
.page-all-projects .dropdown-container .dropdown__label p {
  font-weight: 600;
  font-size: 18px;
}
.page-all-projects .dropdown-container .dropdown__option {
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
.page-all-projects .dropdown-container .dropdown__icon {
  margin-left: 60px;
  flex-shrink: 0;
}
.page-all-projects .dropdown-container .dropdown__list {
  width: 205px;
  top: 100%;
  right: -17%;
}
.page-all-projects .section-project {
  padding: 10px 10px 20px;
  transition: all 0.3s ease-in-out;
}
.page-all-projects .section-project:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
.page-all-projects .section-project .ongoing-projects {
  cursor: auto;
}
.page-all-projects .btn {
  padding: 9px 22px;
}

.page-project-details .btn {
  padding: 14px 22px;
}
.page-project-details .section-project {
  margin-bottom: 0;
  padding-block: 84px;
}
.page-project-details .section-project .image-container {
  max-width: 581px;
  position: relative;
}
.page-project-details .section-project .for-flex {
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}
.page-project-details .section-project .badge {
  left: 2%;
}
.page-project-details .section-project .detail-header {
  margin: 17px 0;
}
.page-project-details .section-project .para {
  margin-bottom: 20px;
}
.page-project-details .section-project h3 {
  font-size: 24px;
}
.page-project-details .section-project .table-container {
  margin-bottom: 20px;
}
.page-project-details .section-project .table-container td {
  padding-right: 70px;
}
.page-project-details .section-project .for-flex {
  margin-block: 20px;
}
.page-project-details .section-project .progress {
  overflow: visible;
}
.page-project-details .section-project .progress-bar {
  overflow: visible;
  position: relative;
  background-color: #15a3bc;
}
.page-project-details .section-project .progress-bar::after {
  content: "64%";
  color: #333;
  position: absolute;
  display: inline-block;
  z-index: 5;
  height: 26px;
  bottom: 6px;
  font-size: 20px;
  left: 85%;
}
.page-project-details .section-project-description {
  margin-bottom: 100px;
}
.page-project-details .section-project-description .text-container {
  margin-bottom: 50px;
  line-height: 28.8px;
  color: #333;
  text-align: justify;
}
.page-project-details .section-project-description .text-container .header {
  margin-bottom: 35px;
  position: relative;
  display: flex;
  gap: 70px;
}
.page-project-details .section-project-description .text-container .header::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  background: #c4c4c4;
  top: 110%;
}
.page-project-details .section-project-description .text-container .header::before {
  content: "";
  display: block;
  height: 4px;
  width: 9%;
  position: absolute;
  background-color: #0d6efd;
  top: 110%;
  z-index: 1;
}
.page-project-details .section-project-description .para.secondary {
  background-color: #ddeeff;
  padding: 34px 74px 44px 45px;
}
.page-project-details .section-project-description .para.secondary .text:not(:last-child) {
  margin-bottom: 37px;
}
.page-project-details .section-project-description h3 {
  margin-bottom: 10px;
}
.page-project-details .section-project-description ul {
  list-style: disc;
  padding-left: 20px;
}
.page-project-details .section-project-description ul li::marker {
  color: #333;
}

/*# sourceMappingURL=style.css.map */
