* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

section {
  padding: 80px 0;
}

body {
  background-color: #f9efea !important;
  font-family: "Martel Sans", serif;
}

.page-id-6.scroll-up .navbar {
  top: -6.5rem;
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1799px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 2300px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 2301px) {
  html {
    font-size: 16px;
  }
}
.container {
  max-width: 95.28rem;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: "Yrsa", serif;
  color: #7C3F15;
}

p {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #7C3F15;
}

a {
  text-decoration: none;
}

.btn-1 {
  display: inline-block;
  color: #662A0C;
  border: 1px solid #662A0C;
  border-radius: 30px;
  padding: 8px 20px 3px 20px;
  transition: 0.3s;
}
.btn-1:hover {
  color: #F8E7D8;
  background-color: #662A0C;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f9efea !important;
  padding: 1.063rem 0;
  transition: ease 0.4s;
}
.navbar .container-fluid {
  padding: 0 5rem;
}
.navbar .navbar-toggler-icon {
  background-image: url(../img/navicon.svg);
  background-image: url(../img/hamburger-icon.png);
}
.navbar .navbar-brand {
  padding-left: 0.75rem;
}
.navbar .navbar-brand img {
  width: 12.625rem;
}
.navbar .navbar-toggler {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .blk-1 {
  display: flex;
  align-items: center;
}
.navbar .blk-1 .btn-1 {
  text-decoration: none;
  color: #7C3F15;
  font-family: "Martel Sans", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.15rem;
  border: 1px solid #7C3F15;
  border-radius: 1.25rem;
  padding: 0.4rem 1rem 0.125rem 1rem;
  margin-right: 1.25rem;
  transition: 0.5s;
}
.navbar .blk-1 .btn-1:hover {
  background-color: #7C3F15;
  color: #fff;
}
.navbar #offcanvasNavbar {
  width: 50%;
  background-color: #662A0C;
}
.navbar .offcanvas-header .btn-close {
  background-image: none;
  background-image: url(../img/cross.svg);
  outline: none;
  box-shadow: none;
  height: 1rem;
  width: 1rem;
  background-size: cover;
  position: relative;
  right: 4.5rem;
  top: 2rem;
}
.navbar .offcanvas-backdrop {
  opacity: 1;
  background-color: #00000059;
}
.navbar .offcanvas-body {
  padding-top: 6.25rem;
}
.navbar .offcanvas-body .nav-link {
  display: inline-block;
  font-size: 2.25rem;
  padding: 0;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #f9efea00;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  background-position-y: 2.5rem;
  position: relative;
  right: 0;
}
.navbar .offcanvas-body .nav-link span {
  color: #ffffff;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.navbar .offcanvas-body .nav-link:after {
  content: '';
  position: absolute;
  background-image: url(../img/waveline.svg);
  height: 7px;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.navbar .offcanvas-body .nav-link:hover {
  padding-left: 6px;
  width: auto;
  background-repeat: no-repeat;
}
.navbar .offcanvas-body .nav-link:hover span {
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  transform: skewX(0deg);
  color: #EB9F3B;
}
.navbar .offcanvas-body .nav-link:hover:after {
  opacity: 1;
}
.navbar .offcanvas-body .row-2 {
  position: relative;
  bottom: -5rem;
}
.navbar .offcanvas-body .row-2 .carousel .carousel-item {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.navbar .offcanvas-body .row-2 .cc-1 {
  display: flex;
  align-items: center;
}
.navbar .offcanvas-body .row-2 .cc-1 a {
  color: #EB9F3B;
  font-size: 1.25rem;
  font-family: "Martel Sans", serif;
}
.navbar .offcanvas-body .row-2 .cc-1 a span {
  font-style: italic;
  font-family: "Yrsa", serif;
  font-size: 2.15rem;
  padding: 0 0.8rem;
  padding-left: 0.3rem;
}

footer {
  background-color: #eb9f3c;
  padding: 1.875rem 0;
  border-top: 1px solid #662A0C;
}
footer .row-1 {
  justify-content: space-between;
  align-items: center;
}
footer .row-1 .cc-1 .blk-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .row-1 .cc-1 .blk-1 img {
  width: 1.563rem;
  height: 1.563rem;
}
footer .row-1 .cc-1 .blk-1 a {
  color: #662A0C;
  font-size: 1rem;
  text-decoration: none;
  font-family: "Martel Sans", serif;
}
footer .row-1 .cc-1 .blk-1 p {
  color: #662A0C;
  font-size: 1rem;
  font-family: "Martel Sans", serif;
  margin-bottom: 0;
}

.munna-dhwani {
  background: #f8e6d8;
  padding: 12.5rem 0;
}
.munna-dhwani .cc-1 {
  text-align: center;
}
.munna-dhwani .cc-1 img {
  width: 9.375rem;
  margin-bottom: 2.5rem;
}
.munna-dhwani .cc-1 h4 {
  font-size: 1.25rem;
  color: #C42C2C;
  margin-bottom: 0.5rem;
  font-family: "Martel Sans", serif;
  font-weight: 600;
  margin-top: 1.25rem;
}
.munna-dhwani .cc-1 h2 {
  font-size: 5.25rem;
  font-weight: 500;
  font-family: "Yrsa", serif;
  font-style: italic;
  color: #C42C2C;
  margin-bottom: 1.563rem;
  line-height: 4.5rem;
}
.munna-dhwani .cc-1 p {
  color: #7C3F15;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-family: "Martel Sans", serif;
}

.scroll-section {
  background: #f8e6d8;
  overflow: hidden;
}
.scroll-section .scroll-container {
  overflow: hidden;
  padding-left: 5%;
}
.scroll-section .scroll-container h3 {
  font-size: 2.5rem;
  line-height: 3.375rem;
}
.scroll-section .scroll-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.scroll-section .scroll-container ul li {
  margin: 0 0.625rem;
}
.scroll-section .scroll-container ul li img {
  width: auto;
  height: 18.75rem;
  object-fit: cover;
  object-position: center;
}

.key-figures {
  padding: 6.25rem 0;
  background-color: #F9EFEA;
}
.key-figures .cc-1 {
  padding-left: 0;
}
.key-figures .cc-1 h2 {
  color: #D17800;
  font-size: 9.75rem;
  font-style: italic;
  font-weight: 400;
  font-family: "Yrsa", serif;
  line-height: 5rem;
  padding-left: 1rem;
}
.key-figures .cc-1 p {
  color: #662A0C;
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-family: "Martel Sans", serif;
  padding: 0.313rem 1rem;
}
.key-figures .cc-1 {
  padding-top: 5rem;
  position: relative;
}
.key-figures .cc-1::after {
  content: '';
  background-image: url(../img/img2.png);
  background-position: center;
  height: 21.875rem;
  width: 0.938rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.key-figures .cc-1 h5 {
  color: #662A0C;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Martel Sans", serif;
}
.key-figures .cc-1:nth-child(2), .key-figures .cc-1:nth-child(4), .key-figures .cc-1:last-child {
  padding-top: 12.3rem;
}
.key-figures .cc-1:nth-child(2)::after, .key-figures .cc-1:nth-child(4)::after, .key-figures .cc-1:last-child::after {
  content: '';
  background-image: url(../img/img3.png);
  background-position: center;
  height: 21.875rem;
  width: 0.938rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.key-figures .cc-1:last-child::after {
  display: none;
}

#lenz-modal .modal-content .modal-body {
  overflow: auto;
}

.tabs-section {
  background: #f8e6d8;
  padding: 0 0;
  position: relative;
}
.tabs-section .leaflet-touch .leaflet-control-zoom-in {
  position: relative;
}
.tabs-section .leaflet-touch .leaflet-control-zoom-in:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/plug_icon.svg");
  background-color: #FFD9B6;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
}
.tabs-section .leaflet-touch .leaflet-control-zoom-out {
  position: relative;
}
.tabs-section .leaflet-touch .leaflet-control-zoom-out:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/minus_icon.svg");
  background-color: #FFD9B6;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
}
.tabs-section .lenz-blk {
  background-color: #FFD9B6;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 100px;
  left: 50px;
}
.tabs-section .tab-content .tab-pane {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.25rem 0;
  overflow: hidden;
}
.tabs-section .tab-content .tab-pane .carousel {
  width: 29.5rem;
  float: right;
  margin-right: 2.5rem;
  z-index: 11;
}
.tabs-section .tab-content .tab-pane .carousel .carousel-indicators {
  right: 1.25rem;
  left: 1.25rem;
  margin-left: 0;
  margin-right: 0;
  top: 2.938rem;
  height: 0.625rem;
  width: -webkit-fill-available;
  justify-content: flex-start;
}
.tabs-section .tab-content .carousel-indicators [data-bs-target] {
  background-color: #7C3F15;
  height: 1px;
  width: 3rem;
}
.tabs-section .nav-pills {
  justify-content: space-evenly;
  padding-top: 0.625rem;
}
.tabs-section .nav-pills .nav-item .nav-link {
  color: #662a0c78;
  border-bottom: 1px solid #662a0c78;
  border-radius: 0;
  padding: 0.125rem 0.688rem 0.125rem 0;
}
.tabs-section .nav-pills .nav-item .nav-link.active {
  color: #662A0C;
  border-bottom: 1px solid #662A0C;
  background-color: transparent;
  border-radius: 0;
  font-weight: 600;
}
.tabs-section .nav-pills .nav-item .nav-link.active img {
  opacity: 1 !important;
}
.tabs-section .carousel-item {
  transition: 0.2s;
}
.tabs-section .carousel-item .carousel-indicators {
  right: auto;
  left: auto;
}
.tabs-section .carousel-item .blk-1 {
  padding: 1.25rem;
  background: #f9efea;
  min-height: 513px;
}
.tabs-section .carousel-item .blk-1 .full-img {
  height: 14.5rem;
  object-fit: cover;
}
.tabs-section .carousel-item .blk-1 h5 {
  color: #662A0C;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  font-family: "Martel Sans", serif;
}
.tabs-section .carousel-item .blk-1 h3 {
  color: #C42C2C;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 0;
}
.tabs-section .carousel-item .blk-1 span h6 {
  color: #662A0C;
  font-size: 1rem;
  font-family: "Martel Sans", serif;
  margin-bottom: 0.875rem;
}
.tabs-section .carousel-item .blk-1 h6 {
  color: #662A0C;
  font-size: 1.5rem;
  font-family: "Yrsa", serif;
  margin-bottom: 0.5rem;
  font-style: italic;
  margin-top: 1rem;
}
.tabs-section .carousel-item .blk-1 h4 {
  color: #662A0C;
  font-size: 3rem;
  font-weight: 500;
  font-style: italic;
  line-height: 2.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.tabs-section .carousel-item .blk-1 h4 span {
  color: #662A0C;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Martel Sans", serif;
  font-style: normal;
  margin-left: 1.5rem;
}
.tabs-section .carousel-item .blk-1 a {
  text-decoration: none;
  color: #662A0C;
  font-size: 1rem;
  font-family: "Martel Sans", serif;
  display: block;
  margin-top: 1rem;
}
.tabs-section .carousel-item .blk-1 a img {
  width: 1rem;
  margin-bottom: 0;
  position: relative;
  right: -0.375rem;
  top: -7px;
}
.tabs-section .carousel-item .blk-1 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tabs-section .carousel-item .blk-1 img {
  margin-bottom: 1rem;
  width: 6rem;
  object-fit: contain;
  margin-top: 1rem;
}
.tabs-section #pills-centers.active {
  background-image: url(../img/map1.png);
}
.tabs-section #carouselExampleAutoplaying5 .carousel-item .blk-1 p, .tabs-section #carouselExampleAutoplaying6 .carousel-item .blk-1 p, .tabs-section #carouselExampleAutoplaying7 .carousel-item .blk-1 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}

.dreams-section {
  background-color: #eb9f3c;
}
.dreams-section .cc-1 img {
  height: 5rem;
  width: 5rem;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 2.5rem;
}
.dreams-section .cc-1 h5 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  font-family: "Yrsa", serif;
  font-style: italic;
}
.dreams-section .cc-1 h2 {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 400;
}

.carousel-1 h6 {
  font-size: 1.25rem;
  font-family: "Martel Sans", serif;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.carousel-1 h6 img {
  margin-right: 0.625rem;
}
.carousel-1 .carousel .carousel-indicators {
  right: auto;
  bottom: 1.25rem;
  margin-right: 0;
  margin-left: 0;
}
.carousel-1 .carousel .carousel-indicators button {
  position: relative;
}
.carousel-1 .carousel .carousel-indicators button::after {
  content: '';
  background-image: url(../img/active-arrow.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  background-position: center;
  top: -10px;
  right: -7px;
  background-repeat: no-repeat;
  opacity: 0;
}
.carousel-1 .carousel .carousel-indicators button.active::after {
  opacity: 1;
}
.carousel-1 .carousel .carousel-item {
  transition: 0.2s;
}
.carousel-1 .carousel .carousel-item .cc-2 {
  display: flex;
}
.carousel-1 .carousel .carousel-item .cc-2 .blk-1 {
  position: relative;
  max-width: 80%;
}
.carousel-1 .carousel .carousel-item .cc-2 .blk-1 .blk-2 {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
  margin-top: 2rem;
}
.carousel-1 .carousel .carousel-item .cc-2 .blk-1 .blk-2 h6 {
  margin-bottom: 0;
  font-family: "Martel Sans", serif;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
.carousel-1 .carousel .carousel-item .cc-2 .blk-1 .blk-2 h6 img {
  width: 3.125rem;
  margin-right: 0.625rem;
}
.carousel-1 .carousel .carousel-item .cc-2 .blk-1 h4 {
  margin-bottom: 1rem;
  margin-top: 4rem;
  color: #C42C2C;
  font-size: 2.25rem;
}
.carousel-1 .carousel .carousel-item .cc-2 .blk-1 a {
  text-decoration: none;
  color: #7C3F15;
  font-family: "Martel Sans", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 3.375rem;
}
.carousel-1 .carousel .carousel-indicators [data-bs-target] {
  background-color: #7C3F15;
  width: 3.438rem;
  height: 1px;
  margin-right: 0.938rem;
}
.carousel-1 .accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #7C3F15;
}
.carousel-1 .accordion .accordion-item .accordion-header .accordion-button {
  color: #D17800;
  font-size: 2.25rem;
  outline: none;
  box-shadow: none;
  background: transparent;
  padding-left: 0;
}
.carousel-1 .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.carousel-1 .accordion .accordion-item .accordion-body {
  color: #662A0C;
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-family: 'Martel Sans';
  padding-left: 0;
}

.home-main .section-1 {
  position: relative;
  padding: 0;
  background: #f8e6d8;
}
.home-main .section-1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 95vh;
  background-color: #0000003b;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-main .section-1 .container {
  z-index: 11;
  position: relative;
}
.home-main .section-1 video {
  width: 100%;
  height: 95vh;
  object-fit: cover;
}
.home-main .section-1 .carousel {
  position: absolute;
  bottom: 9.375rem;
}
.home-main .section-1 .carousel .carousel-item {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.home-main .section-1 .carousel .cc-1 h2 {
  font-size: 5.688rem;
  font-weight: 700;
  color: #fff;
  font-family: "Martel Sans", serif;
  line-height: 5.25rem;
}
.home-main .section-1 .carousel .cc-1 h2 span {
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  color: #eb9f3a;
  margin-right: 2.188rem;
  position: relative;
  top: -1.563rem;
  font-family: "Yrsa", serif;
}
.home-main .section-1 .carousel .cc-1 h2:last-child {
  padding-left: 12.5rem;
}
.home-main .section-4 {
  background-color: #F8E7D8;
}
.home-main .section-4 .row-1 {
  align-items: center;
}
.home-main .section-4 .row-1 .cc-1 video {
  width: 100%;
}
.home-main .section-4 .row-1 .cc-2 h5 {
  color: #7C3F15;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Martel Sans", serif;
}
.home-main .section-4 .row-1 .cc-2 h2 {
  font-size: 4.5rem;
  font-weight: 500;
  font-family: "Yrsa", serif;
  font-style: italic;
  color: #7C3F15;
  margin-bottom: 1.563rem;
  line-height: 4.375rem;
}
.home-main .section-4 .row-1 .cc-2 p {
  color: #7C3F15;
  line-height: 2.25rem;
  font-weight: 400;
}

.about-main {
  overflow: hidden;
}
.about-main .section-1 {
  background-image: url(../img/about-bg.png);
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 13rem;
  position: relative;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
  background-color: #F9EFEA;
}
.about-main .section-1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000003b;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-main .section-1 .container {
  z-index: 11;
  position: relative;
}
.about-main .section-1 .row-1 h6 {
  font-size: 1.2rem;
  font-family: "Martel Sans", serif;
  color: #F9EFEA;
  font-weight: 600;
}
.about-main .section-1 .row-1 h3 {
  font-size: 4.5rem;
  font-family: "Yrsa", serif;
  font-style: italic;
  color: #F9EFEA;
  font-weight: 500;
}
.about-main .section-1 .row-1 p {
  color: #F9EFEA;
}
.about-main .munna-dhwani h3 {
  font-size: 3.75rem;
  color: #C42C2C;
  font-weight: 400;
}
.about-main .section-03 {
  height: 55.25rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-main .section-04 {
  height: 55.25rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.about-main .section-04 .blk-1 {
  position: absolute;
  bottom: 17.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  text-align: center;
  width: 37.5rem;
  z-index: 11;
}
.about-main .section-04 .blk-1 h3 {
  font-size: 3rem;
  font-family: "Yrsa", serif;
  font-style: italic;
  color: #F9EFEA;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.about-main .section-04 .blk-1 h6 {
  font-family: "Martel Sans", serif;
  margin-bottom: 1.875rem;
  color: #F9EFEA;
  font-weight: 600;
  font-size: 1.25rem;
}
.about-main .section-2 .row-1 {
  justify-content: space-between;
  align-items: center;
}
.about-main .section-2 .row-1 h6 {
  font-family: "Martel Sans", serif;
  color: #662A0C;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.about-main .section-2 .row-1 h3 {
  font-family: "Yrsa", serif;
  color: #662A0C;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.about-main .section-2 .row-1 h3 span {
  font-style: italic;
  font-weight: 500;
  font-size: 2.25rem;
  color: #C42C2C;
}
.about-main .section-2 .row-1 p {
  color: #662A0C;
  margin-bottom: 2rem;
}
.about-main .section-2 .row-1 img {
  width: 100%;
}
.about-main .carousel-1 h6 img {
  width: 3.125rem;
}
.about-main .key-figures {
  height: 42.625rem;
  padding-top: 8rem;
  background-image: url(../img/bg-2.png);
}
.about-main .key-figures .cc-1::after {
  background-image: url(../img/img02.png);
  height: 28.125rem;
}
.about-main .key-figures .cc-1 h5 {
  color: #F9EFEA;
  position: absolute;
  top: -3rem;
  left: 14vw;
  width: 150px;
}
.about-main .key-figures .cc-1 h2 {
  color: #F9EFEA;
}
.about-main .key-figures .cc-1 p {
  color: #EB9F3B;
}
.about-main .key-figures .cc-1:nth-child(2), .about-main .key-figures .cc-1:nth-child(4), .about-main .key-figures .cc-1:last-child {
  padding-top: 16.25rem;
}
.about-main .key-figures .cc-1:nth-child(2)::after, .about-main .key-figures .cc-1:nth-child(4)::after, .about-main .key-figures .cc-1:last-child::after {
  background-image: url(../img/img03.png);
  background-position: top;
}
.about-main .section-3 {
  background-image: url(../img/bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.25rem 0;
  box-shadow: 100vw 0 0 inset rgba(0, 0, 0, 0.2);
}
.about-main .section-3 h6, .about-main .section-3 h3, .about-main .section-3 h2, .about-main .section-3 p {
  color: #F9EFEA;
}
.about-main .section-3 h6 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  font-family: "Martel Sans", serif;
}
.about-main .section-3 h3 {
  font-size: 3.75rem;
  margin-bottom: 1.25rem;
  font-family: "Yrsa", serif;
  font-style: italic;
}
.about-main .section-3 h2 {
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-family: "Martel Sans", serif;
}
.about-main .carousel-1 .carousel-indicators [data-bs-target] {
  width: 4.125rem;
  margin-right: 1.25rem;
}
.about-main .carousel-1 .carousel-inner .cc-1 {
  position: relative;
}
.about-main .carousel-1 .carousel-inner .cc-1 p {
  position: absolute;
  bottom: 2.25rem;
  right: 0;
  left: 0;
  color: #F1E5DE;
  font-size: 2.5rem;
  line-height: 3.7rem;
  padding: 0 4rem;
  font-family: "Martel Sans", serif;
  text-align: center;
  font-weight: 600;
}
.about-main .carousel-1 .carousel-inner .cc-2 h2 {
  padding-top: 10.25rem;
  color: #D17800;
  font-size: 8rem;
  font-style: italic;
  line-height: 6rem;
}
.about-main .carousel-1 .carousel-inner .carousel-item:nth-child(2) .cc-2 h2 {
  font-size: 6rem;
  line-height: 5rem;
}
.about-main .carousel-1 .carousel-inner .carousel-item:nth-child(3) .cc-2 h2 {
  font-size: 8rem;
  line-height: 6rem;
}
.about-main .carousel-1 .carousel-indicators {
  bottom: -1.75rem;
}
.about-main .carousel-02 .carousel-indicators {
  bottom: 1.25rem;
}
.about-main .carousel-02 .carousel-item .d-block {
  width: 100% !important;
  height: 450px;
  object-fit: cover;
}
.about-main .section-4 {
  background-color: #662A0C;
  padding: 3.25rem 0;
}
.about-main .section-4 h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 4.5rem;
  color: #F9EFEA;
  font-family: "Martel Sans", serif;
  font-weight: 700;
}
.about-main .section-4 h2 span {
  font-style: italic;
  color: #EB9F3B;
  font-family: "Yrsa", serif;
  margin-right: 1.25rem;
  font-weight: 500;
}
.about-main .carousel-02 .carousel-indicators {
  width: 37.25rem;
}
.about-main .carousel-02 .carousel-indicators [data-bs-target] {
  text-indent: 0;
  width: 6.625rem;
  margin-right: 0;
  margin-left: 0;
}
.about-main .carousel-02 .carousel-indicators [data-bs-target] span {
  position: relative;
  top: -1.563rem;
  color: #7C3F15;
  font-weight: 600;
}
.about-main .carousel-02 .carousel-item .cc-2 .blk-1 p {
  max-width: 37.5rem;
}
.about-main .carousel-1 .carousel-item .cc-2 span {
  color: #B9A798;
  font-size: 1.25rem;
}
.about-main .carousel-1 .carousel-item .cc-2 h5 {
  color: #D17800;
  font-size: 2.25rem;
  font-weight: 400;
}
.about-main .carousel-3 {
  padding: 0;
  overflow: hidden;
}
.about-main .carousel-3 .cc-2 .blk-1 {
  padding-top: 50px;
}
.about-main .carousel-3 .container-fluid {
  padding-left: 70px;
  padding-right: 0;
}
.about-main .carousel-3 .container-fluid .carousel-indicators {
  bottom: 2.25rem;
}
.about-main .carousel-3 .container-fluid .carousel-inner > div:last-child h2 {
  font-size: 11rem;
  line-height: 8rem;
}
.about-main .carousel-3 .carousel .carousel-item .cc-1 img {
  height: 52rem;
  object-fit: cover;
}
.about-main .carousel-3 .carousel .carousel-item .cc-2 .blk-1 .blk-2 {
  margin-bottom: 3rem;
}

.impact-main .section-1 {
  position: relative;
  padding-bottom: 30px;
  margin-left: 3rem;
  margin-right: 3rem;
  background-color: #F9EFEA;
}
.impact-main .section-1 .carousel-item {
  height: 90vh;
  overflow: hidden;
  position: relative;
}
.impact-main .section-1 .carousel-item > img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.impact-main .section-1 .carousel-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004e;
  top: 0;
  left: 0;
  z-index: 1;
}
.impact-main .section-1 .blk-1 {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  text-align: center;
  z-index: 11;
}
.impact-main .section-1 .blk-1 h2 {
  font-size: 7.5rem;
  font-family: "Yrsa", serif;
  font-style: italic;
  color: #F9EFEA;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.impact-main .section-1 .blk-1 img {
  width: 1.875rem;
  height: 1.875rem;
}
.impact-main .section-2 {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.impact-main .section-2 h2 {
  font-size: 4rem;
  color: #F9EFEA;
  font-family: "Yrsa", serif;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}
.impact-main .section-2 iframe {
  height: 34.75rem;
  width: 100%;
}
.impact-main .section-2 .cc-2 h3 {
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.impact-main .section-2 .cc-2 a {
  font-family: "Martel Sans", serif;
  font-weight: 600;
}
.impact-main .key-figures {
  background-color: #f8e6d8;
}
.impact-main .key-figures .cc-1::after {
  height: 28.125rem;
  width: 1.063rem;
}
.impact-main .key-figures .cc-1:nth-child(2), .impact-main .key-figures .cc-1:nth-child(4), .impact-main .key-figures .cc-1:last-child {
  padding-top: 16.25rem;
}
.impact-main .key-figures .cc-1:nth-child(2)::after, .impact-main .key-figures .cc-1:nth-child(4)::after, .impact-main .key-figures .cc-1:last-child::after {
  width: 1.063rem;
}
.impact-main .section-03 h2 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.impact-main .section-03 .cc-1 img {
  width: 100%;
}
.impact-main .carousel-1 {
  padding-bottom: 6.875rem;
}
.impact-main .carousel-1 .row-1 {
  margin-bottom: 2.5rem;
}
.impact-main .carousel-1 .row-1 h6 {
  font-family: "Martel Sans", serif;
  font-weight: 600;
}
.impact-main .carousel-1 .carousel {
  min-height: 41vw;
}
.impact-main .carousel-1 .carousel .carousel-indicators {
  bottom: auto;
  top: 35rem;
}
.impact-main .carousel-1 .carousel .carousel-indicators button {
  position: relative;
}
.impact-main .carousel-1 .carousel .carousel-indicators button::after {
  content: '';
  background-image: url(../img/active-arrow.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  background-position: center;
  top: -10px;
  right: -7px;
  background-repeat: no-repeat;
  opacity: 0;
}
.impact-main .carousel-1 .carousel .carousel-indicators button.active::after {
  opacity: 1;
}
.impact-main .carousel-1 .carousel .carousel-item .row-1 {
  justify-content: space-between;
}
.impact-main .carousel-1 .carousel .carousel-item .row-1 .blk-1 h3 {
  font-size: 3rem;
  color: #C42C2C;
  font-family: "Yrsa", serif;
  font-style: italic;
  margin-bottom: 4rem;
}
.impact-main .carousel-1 .carousel .carousel-item .row-1 .blk-1 p {
  color: #662A0C;
  font-size: 1.25rem;
  margin-bottom: 3rem;
}
.impact-main .carousel-1 .carousel .carousel-indicators [data-bs-target] {
  width: 3.375rem;
  height: 1px;
  margin-right: 0.938rem;
}

.tabs-section .carousel-indicators button {
  position: relative;
}
.tabs-section .carousel-indicators button::after {
  content: '';
  background-image: url(../img/active-arrow.svg);
  height: 12px;
  width: 8px;
  position: absolute;
  background-position: 0px -4px;
  top: -5px;
  right: -2px;
  background-repeat: no-repeat;
  opacity: 0;
}
.tabs-section .carousel-indicators button.active::after {
  opacity: 1;
}

.news-tabs .nav-pills button {
  position: relative;
}
.news-tabs .nav-pills button::after {
  content: '';
  background-image: url(../img/active-arrow.svg);
  height: 12px;
  width: 8px;
  position: absolute;
  background-position: 0px -4px;
  top: 18px;
  right: -2px;
  background-repeat: no-repeat;
  opacity: 0;
}
.news-tabs .nav-pills button.active::after {
  opacity: 1;
}

.initiatives-main .section-1, .programs-main .section-1, .media-main .section-1, .contribute-main .section-1, .contact-main .section-1, .resources-main .section-1, .centers-main .section-1, .team-main .section-1 {
  position: relative;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #F9EFEA;
}
.initiatives-main .section-1 .carousel-item, .programs-main .section-1 .carousel-item, .media-main .section-1 .carousel-item, .contribute-main .section-1 .carousel-item, .contact-main .section-1 .carousel-item, .resources-main .section-1 .carousel-item, .centers-main .section-1 .carousel-item, .team-main .section-1 .carousel-item {
  height: 90vh;
  overflow: hidden;
  position: relative;
}
.initiatives-main .section-1 .carousel-item > img, .programs-main .section-1 .carousel-item > img, .media-main .section-1 .carousel-item > img, .contribute-main .section-1 .carousel-item > img, .contact-main .section-1 .carousel-item > img, .resources-main .section-1 .carousel-item > img, .centers-main .section-1 .carousel-item > img, .team-main .section-1 .carousel-item > img {
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
}
.initiatives-main .section-1 .carousel-item::after, .programs-main .section-1 .carousel-item::after, .media-main .section-1 .carousel-item::after, .contribute-main .section-1 .carousel-item::after, .contact-main .section-1 .carousel-item::after, .resources-main .section-1 .carousel-item::after, .centers-main .section-1 .carousel-item::after, .team-main .section-1 .carousel-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000057;
  top: 0;
  left: 0;
  z-index: 1;
}
.initiatives-main .section-1 .blk-1, .programs-main .section-1 .blk-1, .media-main .section-1 .blk-1, .contribute-main .section-1 .blk-1, .contact-main .section-1 .blk-1, .resources-main .section-1 .blk-1, .centers-main .section-1 .blk-1, .team-main .section-1 .blk-1 {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  text-align: center;
  width: 37.5rem;
  z-index: 11;
}
.initiatives-main .section-1 .blk-1 h2, .programs-main .section-1 .blk-1 h2, .media-main .section-1 .blk-1 h2, .contribute-main .section-1 .blk-1 h2, .contact-main .section-1 .blk-1 h2, .resources-main .section-1 .blk-1 h2, .centers-main .section-1 .blk-1 h2, .team-main .section-1 .blk-1 h2 {
  font-size: 7.5rem;
  font-family: "Yrsa", serif;
  font-style: italic;
  color: #F9EFEA;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.initiatives-main .section-1 .blk-1 p, .programs-main .section-1 .blk-1 p, .media-main .section-1 .blk-1 p, .contribute-main .section-1 .blk-1 p, .contact-main .section-1 .blk-1 p, .resources-main .section-1 .blk-1 p, .centers-main .section-1 .blk-1 p, .team-main .section-1 .blk-1 p {
  margin-bottom: 1.875rem;
  color: #F9EFEA;
}
.initiatives-main .section-1 .blk-1 img, .programs-main .section-1 .blk-1 img, .media-main .section-1 .blk-1 img, .contribute-main .section-1 .blk-1 img, .contact-main .section-1 .blk-1 img, .resources-main .section-1 .blk-1 img, .centers-main .section-1 .blk-1 img, .team-main .section-1 .blk-1 img {
  width: 1.875rem;
  height: 1.875rem;
}

.initiatives-main .section-1 .carousel-item > img {
  width: 100% !important;
  object-fit: cover;
}
.initiatives-main .section-4 {
  background-color: #F8E7D8;
}
.initiatives-main .section-4:nth-child(even) {
  background-color: #f9efea;
}
.initiatives-main .section-4:nth-child(even) h2 {
  color: #D17800 !important;
}
.initiatives-main .section-4:nth-child(even) h4 {
  color: #D17800 !important;
}
.initiatives-main .section-4 .row-1 {
  margin-bottom: 7.25rem;
}
.initiatives-main .section-4 .row-1 .cc-1 h5 {
  color: #662A0C;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Martel Sans", serif;
  margin-bottom: 1.6rem;
}
.initiatives-main .section-4 .row-1 .cc-1 h2 {
  margin-bottom: 1.875rem;
  font-style: italic;
  color: #C42C2C;
  font-family: "Yrsa", serif;
  font-size: 5.25rem;
  line-height: 5.5rem;
}
.initiatives-main .section-4 .row-1 .cc-1 a {
  font-family: "Martel Sans", serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 0.8rem;
}
.initiatives-main .section-4 .row-2 {
  justify-content: space-between;
  margin-bottom: 7.25rem;
  align-items: center;
}
.initiatives-main .section-4 .row-2 .cc-1 h4 {
  color: #C42C2C;
  font-style: italic;
  font-size: 2.5rem;
  font-family: "Yrsa", serif;
  font-weight: 500;
  line-height: 3.2rem;
}
.initiatives-main .section-4 .row-2 .cc-1 h5 {
  color: #662A0C;
  font-size: 3rem;
  font-family: "Yrsa", serif;
  font-weight: 400;
  line-height: 3.75rem;
  margin-bottom: 1.875rem;
}
.initiatives-main .section-4 .row-2 .cc-1 p {
  color: #662A0C;
  font-size: 1.25rem;
  font-family: "Martel Sans", serif;
  font-weight: 400;
  margin-bottom: 2rem;
}
.initiatives-main .section-4 .row-2 .cc-2 img {
  width: 100%;
  height: 31.875rem;
  object-fit: cover;
}
.initiatives-main .sticky-nav {
  position: sticky;
  top: 5.063rem;
  left: 0;
  right: 0;
  padding: 0;
}
.initiatives-main .sticky-nav .blk-1 ul {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
  background-color: #EB9F3B;
  margin-bottom: 0;
}
.initiatives-main .sticky-nav .blk-1 ul li {
  margin: 0 1.25rem;
}
.initiatives-main .sticky-nav .blk-1 ul li a {
  font-size: 1rem;
  border-bottom: 1px solid #662a0c79;
  color: #662a0c79;
  font-family: "Martel Sans", serif;
  padding: 0 1.25rem;
}
.initiatives-main .sticky-nav .blk-1 ul li a.active {
  border-bottom: 1px solid #662A0C;
  color: #662A0C;
  font-weight: 600;
}

.programs-main .sticky-nav {
  position: sticky;
  top: 5.063rem;
  left: 0;
  right: 0;
  padding: 0;
}
.programs-main .sticky-nav .blk-1 ul {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
  background-color: #EB9F3B;
  margin-bottom: 0;
}
.programs-main .sticky-nav .blk-1 ul li {
  margin: 0 0.938rem;
}
.programs-main .sticky-nav .blk-1 ul li a {
  font-size: 1rem;
  border-bottom: 1px solid #662a0c79;
  color: #662a0c79;
  font-family: "Martel Sans", serif;
  padding: 0 1.25rem;
}
.programs-main .sticky-nav .blk-1 ul li a.active {
  border-bottom: 1px solid #662A0C;
  font-weight: 600;
  color: #662A0C;
}
.programs-main .section-4 {
  background-color: #F8E7D8;
}
.programs-main .section-4:nth-child(odd) {
  background-color: #f9efea;
}
.programs-main .section-4:nth-child(odd) h2 {
  color: #D17800 !important;
}
.programs-main .section-4 .row-1 {
  margin-bottom: 6.25rem;
}
.programs-main .section-4 .row-1 .cc-1 h3 {
  color: #662A0C;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Yrsa", serif;
}
.programs-main .section-4 .row-1 .cc-1 h2 {
  margin-bottom: 1.875rem;
  font-style: italic;
  color: #C42C2C;
  font-family: "Yrsa", serif;
  font-size: 4.5rem;
  line-height: 4.5rem;
  margin-top: 2rem;
}
.programs-main .section-4 .row-2 {
  justify-content: space-between;
  align-items: center;
}
.programs-main .section-4 .row-2 .cc-1 h4 {
  color: #C42C2C;
  font-style: italic;
  font-size: 2.5rem;
  font-family: "Yrsa", serif;
  font-weight: 500;
}
.programs-main .section-4 .row-2 .cc-1 h5 {
  color: #662A0C;
  font-size: 3rem;
  font-family: "Yrsa", serif;
  font-weight: 400;
  line-height: 3.4rem;
  margin-bottom: 1.875rem;
}
.programs-main .section-4 .row-2 .cc-1 p {
  color: #662A0C;
  font-size: 1.25rem;
  font-family: "Martel Sans", serif;
  font-weight: 400;
  margin-bottom: 2rem;
}
.programs-main .section-4 .row-2 .cc-2 img {
  width: 100%;
}
.programs-main .carousel-02 .carousel-indicators {
  width: 31.25rem;
  right: 1.8rem;
  left: auto;
  bottom: 0;
  margin-right: 5%;
}
.programs-main .carousel-02 .carousel-indicators [data-bs-target] {
  text-indent: 0;
  width: 6.625rem;
  margin-right: 0;
  margin-left: 0;
}
.programs-main .carousel-02 .carousel-indicators [data-bs-target] span {
  position: relative;
  top: -1.8rem;
  color: #7C3F15;
  font-weight: 600;
}
.programs-main .carousel-02 .carousel-inner .carousel-item .row-1 {
  justify-content: space-between;
}
.programs-main .carousel-02 .carousel-inner .carousel-item .row-1 .cc-2 {
  position: relative;
}
.programs-main .carousel-02 .carousel-inner .carousel-item .row-1 .cc-2 .blk-1 .blk-2 {
  margin-bottom: 1.25rem;
}
.programs-main .carousel-02 .carousel-inner .carousel-item .row-1 .cc-2 .blk-1 .blk-2 img {
  width: 5.5rem;
  position: relative;
  left: -1.2rem;
}
.programs-main .carousel-02 .carousel-inner .carousel-item .row-1 .cc-2 h5 {
  font-size: 3rem;
  color: #C42C2C;
  margin-bottom: 1rem;
}

.media-main .news-tabs {
  padding-top: 1.875rem;
}
.media-main .news-tabs .nav-pills {
  justify-content: center;
  margin-bottom: 6.25rem;
}
.media-main .news-tabs .nav-pills .nav-item .nav-link {
  background: transparent;
  color: #662a0c78;
  border-bottom: 1px solid #662a0c78;
  border-radius: 0;
  padding: 0px 3.75rem;
  font-size: 1rem;
  padding-bottom: 0.3rem;
  font-weight: 600;
}
.media-main .news-tabs .nav-pills .nav-item .nav-link.active {
  color: #662A0C;
  border-bottom: 1px solid #662A0C;
}
.media-main .news-tabs .tab-content .tab-pane .cc-1 {
  margin-bottom: 3.75rem;
}
.media-main .news-tabs .tab-content .tab-pane .cc-1 a {
  font-family: "Martel Sans", serif;
}
.media-main .news-tabs .tab-content .tab-pane .cc-1:last-child {
  margin-bottom: 0;
}
.media-main .news-tabs .tab-content .tab-pane .cc-1 img {
  width: 100%;
  margin-bottom: 1.25rem;
  height: 18rem;
  object-fit: cover;
}
.media-main .news-tabs .tab-content .tab-pane .cc-1 .blk-1 p {
  color: #662A0C;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.media-main .news-tabs .tab-content .tab-pane .cc-1 .blk-1 p span {
  color: #662A0C;
  font-size: 1.25rem;
  margin-left: 1.875rem;
}
.media-main .news-tabs .tab-content .tab-pane .cc-1 .blk-1 h4 {
  color: #662A0C;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 0.3rem;
}

.contribute-main .section-2 .cc-1 h3 {
  color: #C42C2C;
  font-size: 3rem;
  margin-bottom: 1.25rem;
}
.contribute-main .section-3 {
  padding-top: 6.25rem;
  background-color: #f8e6d8;
  padding-bottom: 0;
}
.contribute-main .section-3 .cc-1 {
  padding: 0 1.875rem;
  margin-bottom: 3.75rem;
}
.contribute-main .section-3 .cc-1 a {
  font-family: "Martel Sans", serif;
}
.contribute-main .section-3 .cc-1:last-child {
  margin-bottom: 0;
}
.contribute-main .section-3 .cc-1 .blk-1 {
  background-color: #7C3F15;
  height: 26.875rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contribute-main .section-3 .cc-1 .blk-1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000003b;
  top: 0;
  left: 0;
  z-index: 1;
}
.contribute-main .section-3 .cc-1 .blk-1 .blk-2 {
  position: relative;
  z-index: 2;
  text-align: center;
}
.contribute-main .section-3 .cc-1 .blk-1 .blk-2 p {
  margin-bottom: 0;
  color: #F9EFEA;
  font-size: 1.5rem;
}
.contribute-main .section-3 .cc-1 .blk-1 .blk-2 h5 {
  font-size: 3rem;
  color: #F9EFEA;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: end;
  font-style: italic;
  max-width: 21.625rem;
}
.contribute-main .section-3 .cc-1 .blk-1 .blk-2 h5 img {
  width: 1.563rem;
  margin-left: 0.938rem;
  position: relative;
  top: -12px;
}
.contribute-main .section-4 {
  background-color: #f8e6d8;
}
.contribute-main .section-4 .row-1 h6 {
  color: #662A0C;
  font-size: 1.25rem;
  font-family: "Martel Sans", serif;
}
.contribute-main .section-4 .row-2 {
  align-items: center;
  justify-content: space-between;
}
.contribute-main .section-4 .row-2 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.contribute-main .section-4 .row-2 ul li {
  font-size: 5rem;
  font-family: "Yrsa", serif;
  color: #7C3F15;
  font-style: italic;
}
.contribute-main .section-4 .row-2 form input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #7C3F15;
  margin-bottom: 0.625rem;
  outline: none;
  width: 80%;
  font-size: 1.5rem;
  text-align: center;
}
.contribute-main .section-4 .row-2 form h6 {
  font-family: "Martel Sans", serif;
  display: inline-block;
  font-size: 1.25rem;
  padding-right: 1rem;
}
.contribute-main .section-4 .row-2 .contribute-btn .btn-1 {
  text-decoration: none;
  color: #7C3F15;
  font-family: "Martel Sans", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  border: 1px solid #7C3F15;
  border-radius: 2.25rem;
  padding: 0.5rem 2rem 0.3rem 2rem;
  margin-right: 1.25rem;
  transition: 0.5s;
}
.contribute-main .section-4 .row-2 .contribute-btn .btn-1:hover {
  background-color: #7C3F15;
  color: #fff;
}
.contribute-main .section-4 .row-3 {
  margin: 5rem 0;
}
.contribute-main .section-4 .row-3 h3 {
  color: #D17800;
  font-size: 5rem;
  font-style: italic;
}

.contact-main .section-2 {
  position: relative;
}
.contact-main .section-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #F8E7D8;
  z-index: -2;
}
.contact-main .section-2 .row-1 {
  align-items: center;
  justify-content: space-between;
}
.contact-main .section-2 .row-1 .cc-1 .blk-1 {
  margin-bottom: 2.7rem;
}
.contact-main .section-2 .row-1 .cc-1 .blk-1 h6 {
  font-family: "Martel Sans", serif;
  color: #7C3F15;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.contact-main .section-2 .row-1 .cc-1 .blk-1 a {
  font-size: 2.5rem;
  color: #7C3F15;
  text-decoration: none;
  font-weight: 500;
  font-style: italic;
}
.contact-main .section-2 .row-1 .cc-1 .blk-1 h4 {
  font-size: 2.5rem;
  color: #7C3F15;
  font-weight: 400;
}
.contact-main .section-2 .form .row-1 .cc-1 p {
  display: flex;
  border: 1px solid #662B0B;
  width: 80%;
  border-radius: 0.3rem;
  margin-bottom: 1.8rem;
  padding: 0.2rem 1.1rem;
  align-items: center;
}
.contact-main .section-2 .form .row-1 .cc-1 p label {
  color: rgba(102, 42, 12, 0.7);
  border-right: 1px solid rgba(102, 42, 12, 0.7);
  padding-right: 0.8rem;
  height: 1.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.contact-main .section-2 .form .row-1 .cc-1 p .wpcf7-form-control-wrap {
  width: 70%;
}
.contact-main .section-2 .form .row-1 .cc-1 p .wpcf7-form-control-wrap input, .contact-main .section-2 .form .row-1 .cc-1 p .wpcf7-form-control-wrap textarea {
  border: none;
  width: 100%;
  color: #662A0C;
  outline: none;
  background: transparent;
  padding-left: 1rem;
}
.contact-main .section-2 .form .row-1 .cc-1 p .wpcf7-form-control-wrap textarea {
  height: 13rem;
}
.contact-main .section-2 .form .row-1 .cc-1 p .form-select {
  padding: 0;
  width: 75%;
  outline: none;
  box-shadow: none;
  border: none;
  color: #662A0C;
  background-color: transparent;
  position: relative;
  right: -24px;
}
.contact-main .section-2 .form .row-1 .cc-1 p .form-select .selected {
  color: rgba(102, 42, 12, 0.7);
}
.contact-main .section-2 .form form {
  padding-left: 1.2rem;
}
.contact-main .section-2 .form form .row-1:nth-child(7) .cc-1 p {
  align-items: start;
  padding: 1rem 1.1rem;
}
.contact-main .section-2 .form form .row-1:nth-child(7) .cc-1 p .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-main .section-2 .form form .row-1:nth-child(5) .cc-1 p .wpcf7-form-control-wrap {
  width: 100%;
}

.resources-main .reports-tabs .nav-pills {
  justify-content: center;
  margin-bottom: 6.25rem;
}
.resources-main .reports-tabs .nav-pills .nav-item .nav-link {
  background: transparent;
  color: #662a0c78;
  border-bottom: 1px solid #662a0c78;
  border-radius: 0;
  padding: 0px 2.75rem;
  font-size: 1rem;
  padding-bottom: 0.3rem;
  margin: 0 0.8rem;
}
.resources-main .reports-tabs .nav-pills .nav-item .nav-link.active {
  color: #662A0C;
  border-bottom: 1px solid #662A0C;
  font-weight: 600;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1 {
  margin-bottom: 3.75rem;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1 > img {
  height: 18rem;
  object-fit: cover;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1:last-child {
  margin-bottom: 0;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1 img {
  width: 100%;
  margin-bottom: 1.25rem;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1 .blk-1 p {
  color: #662A0C;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1 .blk-1 p span {
  color: #662A0C;
  font-size: 1.25rem;
  margin-left: 1.875rem;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1 .blk-1 h4 {
  color: #662A0C;
  font-size: 2.25rem;
  line-height: 3rem;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1 .blk-1 a {
  font-family: "Martel Sans", serif;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  color: #662A0C;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1 .blk-1 a img {
  width: 1.2rem;
  margin-bottom: 0;
  margin-left: 0.8rem;
  position: relative;
  top: -0.15rem;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1 .video-blk {
  overflow: hidden;
  margin-bottom: 1rem;
}
.resources-main .reports-tabs .tab-content .tab-pane .cc-1 .video-blk iframe {
  width: 100%;
  height: 18rem;
}

.centers-main .section-1 .carousel-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004f;
  top: 0;
  left: 0;
  z-index: 2;
}
.centers-main .section-1 .carousel-item > img {
  width: 100% !important;
  object-fit: cover;
}
.centers-main .section-2 .row-1 {
  justify-content: center;
  align-items: center;
}
.centers-main .section-2 .row-1 .cc-1 {
  border: 1px solid #7C3F15;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  padding: 11.1px 0;
}
.centers-main .section-2 .row-1 .cc-1 h6 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 1.5rem;
  color: #7c3e15a2;
  font-family: "Martel Sans", serif;
  border-right: 1px solid #7C3F15;
}
.centers-main .section-2 .row-1 .cc-2 {
  border: 1px solid #7C3F15;
  border-radius: 4px;
  border-left: none;
  padding: 9px 0 9.5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  left: -1px;
}
.centers-main .section-2 .selectize-control.single .selectize-input {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  text-align: center;
  color: #7C3F15;
}
.centers-main .section-2 .selectize-input > * {
  font-size: 1rem;
  font-weight: 700;
}
.centers-main .section-2 .selectize-control.single .selectize-input::after {
  background-image: url(../img/d-arrow.svg);
  width: 1.4rem;
  border: none;
  height: 1rem;
  background-repeat: no-repeat;
  top: 7px;
}
.centers-main .section-2 .selectize-control.single .selectize-input.dropdown-active::after {
  rotate: 180deg;
  top: 5px;
}
.centers-main .section-2 .selectize-dropdown.single {
  width: 31.68rem !important;
  top: 2.4rem !important;
  left: -15.9rem !important;
  padding: 1rem;
}
.centers-main .section-2 .selectize-dropdown [data-selectable].option {
  width: 50%;
  float: inline-start;
  color: #7C3F15;
  font-size: 1.2rem;
  padding: 0.7rem;
}
.centers-main .section-2 .selectize-dropdown .selected {
  background-color: #eb9f3c;
}
.centers-main .section-03 {
  background-color: #f8e7d8;
  padding-top: 8.25rem;
}
.centers-main .section-03:nth-child(even) {
  background-color: #f9efea;
}
.centers-main .section-03 .row-1 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.25rem;
}
.centers-main .section-03 .row-1 .cc-1 h3 {
  font-size: 4.5rem;
  color: #C42C2C;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.centers-main .section-03 .row-1 .cc-1 h4 {
  color: #662A0C;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.centers-main .section-03 .row-1 .cc-1 p {
  color: #662A0C;
}
.centers-main .section-03 .row-1 .cc-1 .blk-1 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.centers-main .section-03 .row-1 .cc-1 .blk-1 h6 {
  font-size: 1rem;
  color: #662A0C;
  margin-right: 4rem;
  font-family: "Martel Sans", serif;
  margin-bottom: 0.5rem;
}
.centers-main .section-03 .row-1 .cc-1 .blk-2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.centers-main .section-03 .row-1 .cc-1 .blk-2 .blk-3 {
  margin-right: 3rem;
}
.centers-main .section-03 .row-1 .cc-1 .blk-2 .blk-3 h5 {
  color: #662A0C;
  font-size: 3rem;
  font-style: italic;
  margin-bottom: -0.25rem;
}
.centers-main .section-03 .row-1 .cc-1 .blk-2 .blk-3 p {
  color: #662A0C;
  font-size: 1rem;
}
.centers-main .section-03 .row-1 .cc-2 img {
  width: 100%;
}
.centers-main .section-03 .row-2 {
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
.centers-main .section-03 .row-2 .cc-1 h3 {
  color: #C42C2C;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.centers-main .section-03 .row-2 .cc-1 p {
  color: #662A0C;
}
.centers-main .section-03 .row-2 .cc-2 h4 {
  color: #662A0C;
  font-size: 3rem;
  display: flex;
  align-items: center;
  font-style: italic;
}
.centers-main .section-03 .row-2 .cc-2 h4 span {
  color: #662A0C;
  font-size: 1rem;
  display: inline-block;
  margin-left: 1.25rem;
  font-style: normal;
  font-family: "Martel Sans", serif;
}
.centers-main .section-03 .row-3 .carousel-indicators [data-bs-target] {
  text-indent: 0;
  width: 6.625rem;
  margin-right: 0;
  margin-left: 0;
}
.centers-main .section-03 .row-3 .carousel-indicators [data-bs-target] span {
  position: relative;
  top: -1.563rem;
  color: #7C3F15;
  font-weight: 600;
}
.centers-main .section-03 .row-3 .carousel-row {
  justify-content: space-between;
}
.centers-main .section-03 .row-3 .carousel-item h6 {
  color: #662A0C !important;
}
.centers-main .section-03 .row-3 .carousel-item h4 {
  color: #662A0C !important;
}
.centers-main .section-03 .row-3 .carousel-item p {
  color: #662A0C !important;
  margin-bottom: 5rem;
}

.team-main .section-02 .row-1 {
  align-items: center;
}
.team-main .section-02 .row-1 .cc-2 h2 {
  margin-bottom: 1.563rem;
}
.team-main .section-02 .row-1 .cc-2 .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-main .section-02 .row-1 .cc-2 .owl-carousel .item {
  padding: 0 0.938rem;
}
.team-main .section-02 .row-1 .cc-2 .owl-carousel .item img {
  padding: 0 0.938rem;
  max-height: 9.375rem;
  object-fit: contain;
}
.team-main .section-02 .row-1 .cc-2 .owl-carousel .owl-nav {
  position: absolute;
  top: -4.75rem;
  right: 0;
}
.team-main .section-02 .row-1 .cc-2 .owl-carousel .owl-nav button {
  margin-left: 0.625rem;
}
.team-main .section-2 {
  padding: 50px 0;
  background-color: rgba(235, 159, 59, 0.1);
}
.team-main .section-2 .main-blk-outer {
  height: 4200px;
  overflow: hidden;
}
.team-main .section-2 .main-blk {
  height: 10000px;
  position: relative;
  width: 100%;
}
.team-main .section-2 .main-blk h2 {
  font-size: 3.75rem;
  line-height: 4.5rem;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
  color: #7C3F15;
}
.team-main .section-2 .main-blk h3 {
  font-size: 2.25rem;
  line-height: 3rem;
  margin-bottom: 0;
  padding-top: 2rem;
  color: #662A0C;
}
.team-main .section-2 .main-blk h4 {
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  font-family: "Martel Sans", serif;
  font-weight: 600;
  margin-top: 0.5rem;
  color: #662A0C;
}
.team-main .section-2 .main-blk p {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-bottom: 0;
}
.team-main .section-2 .main-blk .blk-c {
  position: absolute;
}
.team-main .section-2 .main-blk .blk-c img {
  width: 100%;
}
.team-main .section-2 .main-blk .blk-c.blk-1 {
  width: 27.7%;
}
.team-main .section-2 .main-blk .blk-c.blk-2 {
  width: 11%;
  left: 40%;
  top: 1%;
}
.team-main .section-2 .main-blk .blk-c.blk-3 {
  width: 36%;
  left: 58%;
  top: 0;
}
.team-main .section-2 .main-blk .blk-c.blk-4 {
  width: 36%;
  left: 5%;
  top: 4%;
}
.team-main .section-2 .main-blk .blk-c.blk-4 img {
  width: 80%;
  float: right;
}
.team-main .section-2 .main-blk .blk-c.blk-4 > div {
  clear: both;
}
.team-main .section-2 .main-blk .blk-c.blk-5 {
  width: 15.5%;
  left: 54%;
  top: 4%;
}
.team-main .section-2 .main-blk .blk-c.blk-6 {
  width: 8.7%;
  left: 65%;
  top: 4%;
}
.team-main .section-2 .main-blk .blk-c.blk-7 {
  width: 13.4%;
  left: 79%;
  top: 2%;
}
.team-main .section-2 .main-blk .blk-c.blk-8 {
  width: 25.8%;
  left: 51%;
  top: 7.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-9 {
  width: 13.4%;
  left: 81%;
  top: 6.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-10 {
  width: 30%;
  left: 64%;
  top: 11%;
}
.team-main .section-2 .main-blk .blk-c.blk-11 {
  width: 20.7%;
  left: 1%;
  top: 9.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-12 {
  width: 16%;
  left: 31%;
  top: 8.6%;
}
.team-main .section-2 .main-blk .blk-c.blk-12 img {
  width: 74%;
}
.team-main .section-2 .main-blk .blk-c.blk-13 {
  width: 22%;
  left: 28%;
  top: 12%;
}
.team-main .section-2 .main-blk .blk-c.blk-14 {
  width: 22%;
  left: 72%;
  top: 14%;
}
.team-main .section-2 .main-blk .blk-c.blk-15 {
  width: 19%;
  left: 10%;
  top: 15%;
}
.team-main .section-2 .main-blk .blk-c.blk-16 {
  width: 11.2%;
  left: 47%;
  top: 14.7%;
}
.team-main .section-2 .main-blk .blk-c.blk-17 {
  width: 20.7%;
  left: 43%;
  top: 17%;
}
.team-main .section-2 .main-blk .blk-c.blk-18 {
  width: 22.7%;
  left: 65%;
  top: 17%;
}
.team-main .section-2 .main-blk .blk-c.blk-19 {
  width: 9.5%;
  left: 17%;
  top: 23%;
}
.team-main .section-2 .main-blk .blk-c.blk-20 {
  width: 45.6%;
  left: 13%;
  top: 18.4%;
}
.team-main .section-2 .main-blk .blk-c.blk-21 {
  width: 17%;
  left: 58%;
  top: 22.2%;
}
.team-main .section-2 .main-blk .blk-c.blk-22 {
  width: 10%;
  left: 83%;
  top: 23.4%;
}
.team-main .section-2 .main-blk .blk-c.blk-22 img {
  width: 80%;
}
.team-main .section-2 .main-blk .blk-c.blk-23 {
  width: 15.7%;
  left: 4%;
  top: 23%;
}
.team-main .section-2 .main-blk .blk-c.blk-24 {
  width: 38.7%;
  left: 29%;
  top: 26%;
}
.team-main .section-2 .main-blk .blk-c.blk-25 {
  width: 15.7%;
  left: 29%;
  top: 22.2%;
}
.team-main .section-2 .main-blk .blk-c.blk-26 {
  width: 10.7%;
  left: 82%;
  top: 22.6%;
}
.team-main .section-2 .main-blk .blk-c.blk-27 {
  width: 21.7%;
  left: 25%;
  top: 25.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-28 {
  width: 9.7%;
  left: 51%;
  top: 26.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-29 {
  width: 28.7%;
  left: 68%;
  top: 26.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-30 {
  width: 24.7%;
  left: 4%;
  top: 28%;
}
.team-main .section-2 .main-blk .blk-c.blk-31 {
  width: 10%;
  left: 35%;
  top: 29%;
}
.team-main .section-2 .main-blk .blk-c.blk-32 {
  width: 11%;
  left: 54%;
  top: 30.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-33 {
  width: 16%;
  left: 77%;
  top: 29%;
}
.team-main .section-2 .main-blk .blk-c.blk-34 {
  width: 14%;
  left: 7%;
  top: 31.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-35 {
  width: 14%;
  left: 29%;
  top: 32.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-36 {
  width: 27%;
  left: 48%;
  top: 33.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-37 {
  width: 14%;
  left: 82%;
  top: 33%;
}
.team-main .section-2 .main-blk .blk-c.blk-38 {
  width: 9%;
  left: 9%;
  top: 36%;
}
.team-main .section-2 .main-blk .blk-c.blk-39 {
  width: 14%;
  left: 26%;
  top: 35.7%;
}
.team-main .section-2 .main-blk .blk-c.blk-40 {
  width: 14%;
  left: 50%;
  top: 37%;
}
.team-main .section-2 .main-blk .blk-c.blk-41 {
  width: 21%;
  left: 72%;
  top: 36.5%;
}
.team-main .section-2 .main-blk .blk-c.blk-42 {
  width: 22%;
  left: 4%;
  top: 39%;
}
.team-main .section-2 .main-blk .opacity-blk {
  opacity: 0;
  display: none;
}
.team-main .section-3 h3 {
  padding-left: 10px;
  margin-bottom: 20px;
}
.team-main .section-3 .row-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.team-main .section-3 .row-2 ul li .blk-1 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.coming-soon .section-1 {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon .section-1 h2 {
  font-size: 10rem;
  text-align: center;
}

.page-id-319 .dreams-section {
  display: none;
}
.page-id-319 footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.privacy-policy .section-1 h2 {
  color: #17355d;
  border-bottom: 2px solid #4f81bd;
  font-size: 4rem;
  font-weight: 300;
  line-height: 5rem;
  margin-bottom: 4rem;
}
.privacy-policy .section-1 h2 span {
  font-size: 6rem;
}
.privacy-policy .section-1 p, .privacy-policy .section-1 h4, .privacy-policy .section-1 li {
  color: #662A0C;
}
.privacy-policy .section-1 p, .privacy-policy .section-1 li {
  line-height: 2.25rem;
  font-size: 1.4rem;
  color: #662A0C;
  font-size: 1.25rem;
}
.privacy-policy .section-1 h4 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Yrsa", serif;
}
.privacy-policy .section-1 a {
  color: #5a2cff;
  font-family: "Martel Sans", serif;
}
.privacy-policy .section-1 .blk-01 p {
  margin-bottom: 0.5rem;
  color: #662A0C;
}
.privacy-policy .section-1 .blk-01 p:last-child {
  margin-top: 2rem;
}

.page-id-328 .dreams-section, .page-id-330 .dreams-section {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0 30px;
  }

  html {
    font-size: 10px !important;
  }

  .reduce-width {
    width: 85% !important;
    margin: auto;
  }

  .empty-blk {
    display: none;
  }

  .contribute-main .section-4 .row-2 ul li {
    font-size: 4rem;
  }

  .tabs-section .carousel-item .blk-1 {
    min-height: 430px;
  }
  .tabs-section .tab-content .tab-pane {
    height: 643.5px !important;
  }

  .home-main .scroll-section {
    padding-top: 0;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-2 .blk-1 {
    max-width: 100%;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-2 .blk-1 p {
    min-height: 90px;
  }
  .home-main .carousel-1 .carousel .carousel-indicators {
    bottom: -2.75rem;
  }
  .home-main .section-4 .row-1 .cc-1 {
    width: 100%;
  }
  .home-main .section-4 .row-1 .cc-1 video {
    height: 600px;
    object-fit: cover;
    margin-bottom: 4rem;
  }
  .home-main .section-4 .row-1 .cc-2 {
    width: 100%;
  }

  .key-figures .cc-1 h2 {
    font-size: 6rem;
  }

  .about-main .carousel-02 .carousel-item .d-block {
    height: 350px;
  }
  .about-main .carousel-02 .carousel-indicators {
    width: 29.25rem;
  }
  .about-main .section-2 .row-1 .cc-01 {
    width: 100%;
    order: 2;
    margin-top: 4rem;
  }
  .about-main .section-2 .row-1 .cc-02 {
    width: 100%;
  }
  .about-main .section-2 .row-1 .cc-02 img {
    height: 500px;
    object-fit: cover;
  }
  .about-main .carousel-3 .container-fluid {
    padding-left: 30px;
  }
  .about-main .carousel-3 .carousel .carousel-item .cc-2 .blk-1 {
    max-width: 100%;
  }
  .about-main .section-03 {
    height: 42.25rem;
  }
  .about-main .section-4 h2 span {
    display: block;
  }

  .impact-main .row-desktop .carousel-item .cc-2 .blk-1 {
    max-width: 100% !important;
  }
  .impact-main .carousel-1 .carousel .carousel-indicators {
    top: 28rem;
    width: 23.5rem;
  }
  .impact-main .carousel-in {
    min-height: 620px;
  }

  .initiatives-main .sticky-nav .blk-1 ul li a {
    padding: 0 0.25rem;
  }
  .initiatives-main .section-4 .row-2 .cc-1 {
    width: 100%;
    margin-top: 4rem;
    order: 2;
  }
  .initiatives-main .section-4 .row-2 .cc-2 {
    width: 100%;
  }
  .initiatives-main .section-4 .row-2 .cc-2 img {
    height: 44.875rem;
    object-fit: cover;
  }
  .initiatives-main .section-4:nth-child(even) .row-2 .cc-1 {
    order: 2;
  }

  .programs-main .carousel-02 .carousel-indicators {
    width: 23rem;
    bottom: -2rem;
  }
  .programs-main .carousel-02 .carousel-inner .carousel-item .row-1 .cc-2 .blk-1 {
    max-width: 100%;
  }
  .programs-main .sticky-nav .blk-1 ul li a {
    padding: 0px 0.25rem;
  }
  .programs-main .section-4 .row-2 .cc-1 {
    width: 100%;
    margin-top: 4rem;
    order: 2;
  }
  .programs-main .section-4 .row-2 .cc-2 {
    width: 100%;
  }
  .programs-main .section-4 .row-2 .cc-2 img {
    height: 44.875rem;
    object-fit: cover;
  }
  .programs-main .section-4:nth-child(even) .row-2 .cc-1 {
    order: 2;
  }

  .centers-main .section-2 .selectize-control.single .selectize-input::after {
    width: 1.7rem;
  }
  .centers-main .carousel-item .cc-2 .blk-1 {
    max-width: 100% !important;
  }
  .centers-main .section-03 .carousel .carousel-indicators {
    width: 29rem;
    bottom: -1rem;
    justify-content: flex-start;
  }
  .centers-main .section-03 .row-1 .cc-1 {
    width: 100%;
    margin-top: 4rem;
  }
  .centers-main .section-03 .row-1 .cc-2 {
    width: 100%;
  }
  .centers-main .section-03 .row-1 .cc-2 img {
    height: 44.875rem;
    object-fit: cover;
  }
  .centers-main .section-03 .row-3 .carousel-row {
    align-items: center;
  }
  .centers-main .section-03 .row-3 .carousel-row .cc-2 {
    width: 48%;
  }
  .centers-main .section-03 .row-3 .carousel-item h4 {
    min-height: 54px;
  }
  .centers-main .section-03 .row-3 .carousel-item p {
    margin-bottom: 4rem;
    min-height: 135px;
  }

  .news-tabs .nav-pills button::after {
    top: 12.5px;
  }

  .contact-main .section-2 .form .row-1 .cc-1 p .form-select {
    width: 63%;
  }

  .team-main .section-2 .main-blk-outer {
    height: 3100px;
  }
  .team-main .section-2 .main-blk {
    height: 7500px;
  }
  .team-main .section-2 .main-blk h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 11px !important;
  }

  .container {
    padding: 0 40px;
  }

  .reduce-width {
    width: 85% !important;
    margin: auto;
  }

  .empty-blk {
    display: none;
  }

  .tabs-section .carousel-item .blk-1 {
    min-height: 430px;
  }
  .tabs-section .tab-content .tab-pane {
    height: 643.5px !important;
  }

  .home-main .scroll-section {
    padding-top: 0;
  }
  .home-main .section-4 .row-1 .cc-1 {
    width: 100%;
  }
  .home-main .section-4 .row-1 .cc-1 video {
    height: 600px;
    object-fit: cover;
    margin-bottom: 4rem;
  }
  .home-main .section-4 .row-1 .cc-2 {
    width: 100%;
  }

  .about-main .section-2 .row-1 .cc-01 {
    width: 100%;
    order: 2;
    margin-top: 4rem;
  }
  .about-main .section-2 .row-1 .cc-02 {
    width: 100%;
  }
  .about-main .section-2 .row-1 .cc-02 img {
    height: 500px;
    object-fit: cover;
  }
  .about-main .carousel-3 .container-fluid {
    padding-left: 30px;
  }
  .about-main .carousel-3 .carousel .carousel-item .cc-2 .blk-1 {
    max-width: 100%;
  }
  .about-main .section-03 {
    height: 51.25rem;
  }
  .about-main .section-4 h2 span {
    display: block;
  }

  .initiatives-main .section-4 .row-2 .cc-1 {
    width: 100%;
    margin-top: 4rem;
    order: 2;
  }
  .initiatives-main .section-4 .row-2 .cc-2 {
    width: 100%;
  }
  .initiatives-main .section-4 .row-2 .cc-2 img {
    height: 44.875rem;
  }
  .initiatives-main .section-4:nth-child(even) .row-2 .cc-1 {
    order: 2;
  }

  .programs-main .carousel-02 .carousel-indicators {
    width: 28rem;
    bottom: -2rem;
  }
  .programs-main .carousel-02 .carousel-inner .carousel-item .row-1 .cc-2 .blk-1 {
    max-width: 100%;
  }
  .programs-main .section-4 .row-2 .cc-1 {
    width: 100%;
    margin-top: 4rem;
    order: 2;
  }
  .programs-main .section-4 .row-2 .cc-2 {
    width: 100%;
  }
  .programs-main .section-4 .row-2 .cc-2 img {
    height: 44.875rem;
    object-fit: cover;
  }
  .programs-main .section-4:nth-child(even) .row-2 .cc-1 {
    order: 2;
  }

  .impact-main .row-desktop .carousel-item .cc-2 .blk-1 {
    max-width: 100% !important;
  }
  .impact-main .carousel-in {
    min-height: 625px;
  }

  .key-figures .cc-1 h2 {
    font-size: 7rem;
  }

  .munna-dhwani {
    padding: 9.5rem 0;
  }

  .contact-main .section-2 .form .row-1 .cc-1 p .form-select {
    width: 63%;
  }

  .centers-main .section-2 .selectize-control.single .selectize-input::after {
    width: 1.6rem;
  }
  .centers-main .carousel-item .cc-2 .blk-1 {
    max-width: 100% !important;
  }
  .centers-main .section-03 .row-1 .cc-1 {
    width: 100%;
    margin-top: 4rem;
  }
  .centers-main .section-03 .row-1 .cc-2 {
    width: 100%;
  }
  .centers-main .section-03 .row-1 .cc-2 img {
    height: 44.875rem;
    object-fit: cover;
  }

  .team-main .section-2 .main-blk-outer {
    height: 3300px;
  }
  .team-main .section-2 .main-blk {
    height: 8000px;
  }
  .team-main .section-2 .main-blk h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .news-tabs .nav-pills button::after {
    top: 14.5px;
  }
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  html {
    font-size: 11px !important;
  }

  section {
    padding: 60px 0;
  }

  .navbar {
    padding-bottom: 15px;
  }
  .navbar .container-fluid {
    padding: 0 0.75rem;
  }
  .navbar #offcanvasNavbar {
    width: 100%;
    border: none;
  }
  .navbar .offcanvas-header .btn-close {
    right: 1.5rem;
    top: 1rem;
  }
  .navbar .offcanvas-body {
    padding-top: 2.25rem;
    padding: 30px;
  }
  .navbar .offcanvas-body .cc-1 {
    width: 50% !important;
  }
  .navbar .offcanvas-body .cc-1 .nav-link {
    margin-bottom: 0;
  }
  .navbar .offcanvas-body .row-2 {
    bottom: -4rem;
  }
  .navbar .offcanvas-body .row-2 .cc-1 {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .navbar .offcanvas-body .row-2 .cc-2 {
    padding-left: 0;
  }
  .navbar .offcanvas-body .row-2 .cc-2 .w-100 {
    margin: 0 auto;
    height: 180px;
    object-fit: cover;
    object-position: top;
  }
  .navbar .navbar-brand img {
    width: 9rem;
  }
  .navbar .blk-1 .btn-1 {
    margin-right: 0.8rem;
    padding: 0.3rem 0.8rem 0.1rem 0.8rem;
  }
  .navbar .navbar-toggler-icon {
    width: 1.4em;
    height: 1.4em;
  }

  footer {
    border-top: none;
  }
  footer .row-1 .cc-1 .blk-1 {
    border-bottom: 1px solid #662A0C;
    justify-content: space-evenly;
    margin-bottom: 1.5rem;
    margin-bottom: 3.5rem;
    padding-bottom: 1.6rem;
    justify-content: center;
  }
  footer .row-1 .cc-1 .blk-1 a {
    padding: 0px 1rem;
  }
  footer .row-1 .cc-1 .blk-1 img {
    width: 1.8rem;
    height: 1.8rem;
  }
  footer .row-1 .cc-1:last-child .blk-1 {
    border-bottom: none;
    padding-bottom: 0;
  }

  .key-figures {
    padding: 2.25rem 1rem;
  }
  .key-figures .cc-1 {
    padding-top: 3rem !important;
    width: 50%;
  }
  .key-figures .cc-1::after {
    display: none;
  }
  .key-figures .cc-1 h2 {
    font-size: 5.5rem;
    padding-left: 0;
  }
  .key-figures .cc-1 p {
    padding-left: 0;
  }

  .tabs-section .lenz-blk {
    bottom: 152px;
    right: 1rem;
    left: auto;
  }

  .dreams-section {
    padding-bottom: 2rem;
  }
  .dreams-section .cc-1 h2 {
    font-size: 3rem;
  }
  .dreams-section .cc-1 img {
    margin-bottom: 1.5rem;
  }

  .home-main .section-1::after {
    height: 85vh;
  }
  .home-main .section-1 video {
    height: 85vh;
  }
  .home-main .section-1 .carousel {
    bottom: 4.375rem;
  }
  .home-main .section-1 .carousel .cc-1 h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .home-main .section-1 .carousel .cc-1 h2 span {
    font-size: 2.5rem;
    margin-right: 1.188rem;
    top: 0;
  }
  .home-main .section-1 .carousel .cc-1 h2:last-child {
    padding-left: 2.8rem;
  }
  .home-main .section-4 {
    padding-top: 7rem;
  }
  .home-main .section-4 .row-1 .cc-2 h2 {
    font-size: 3.5rem;
  }
  .home-main .scroll-section {
    display: none;
  }
  .home-main .scroll-mb {
    padding-top: 0;
    background: #f8e6d8;
    display: block !important;
    padding-bottom: 3rem;
  }
  .home-main .scroll-mb h3 {
    font-size: 2rem;
  }
  .home-main .scroll-mb img {
    width: 100%;
    height: 18.75rem;
    object-fit: cover;
  }
  .home-main .carousel-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-main .carousel-1 .carousel .carousel-indicators {
    bottom: 17.5rem;
    width: -webkit-fill-available;
    justify-content: space-between;
  }
  .home-main .carousel-1 .carousel .carousel-indicators [data-bs-target] {
    width: 4.625rem;
    margin-right: 0;
    margin-left: 0;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-2 {
    order: 2;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-2 .blk-1 h4 {
    font-size: 1.8rem;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-2 .blk-1 p {
    min-height: 11rem;
    margin-bottom: 0;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-2 .blk-1 .blk-2 {
    margin-bottom: 4rem;
    margin-top: 0.5rem;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-1 {
    order: 1;
    margin-bottom: 2rem;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-1 .blk-1 .blk-2 {
    display: flex;
    align-items: center;
    margin-top: 2rem;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-1 .blk-1 .blk-2 h6 {
    margin-bottom: 0;
    font-family: "Martel Sans", serif;
    display: flex;
    align-items: center;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-1 .blk-1 .blk-2 h6 img {
    width: 3.125rem;
    margin-right: 0.625rem;
  }
  .home-main .carousel-1 .carousel .carousel-item .cc-1 .blk-1 h4 {
    margin-bottom: 1rem;
    margin-top: 3rem;
    color: #C42C2C;
  }
  .home-main .key-figures .cc-1 {
    width: 50%;
  }

  .munna-dhwani {
    padding: 5.5rem 0;
  }
  .munna-dhwani .cc-1 h2 {
    font-size: 4.25rem;
    line-height: 3.5rem;
  }
  .munna-dhwani .cc-1 img {
    width: 7.375rem;
    margin-bottom: 1.5rem;
  }

  .carousel-1 {
    padding-bottom: 7.5rem;
  }
  .carousel-1 .carousel .carousel-indicators {
    bottom: -3.75rem;
  }
  .carousel-1 .carousel .carousel-item .cc-2 .blk-1 .blk-2 {
    margin-bottom: 2rem;
  }

  .section-4 .cc-1 {
    order: 2;
    margin-top: 1.5rem;
  }

  .tabs-section .c-1 {
    position: sticky;
    bottom: 0;
    z-index: 111;
    background: #f9efea;
  }
  .tabs-section .nav-pills {
    justify-content: space-between;
  }
  .tabs-section .nav-pills .nav-item {
    margin-bottom: 1rem;
  }
  .tabs-section .nav-pills .nav-item .nav-link {
    padding-left: 0 !important;
    padding: 0.125rem 0rem 0.125rem 0rem;
  }
  .tabs-section .nav-pills .nav-item .nav-link span {
    display: none;
  }
  .tabs-section .tab-content .carousel-indicators [data-bs-target] {
    width: 25.3rem;
    margin: 0 2px;
  }
  .tabs-section .tab-content .tab-pane {
    padding-top: 23rem;
    height: auto !important;
  }
  .tabs-section .tab-content .tab-pane .image-frame {
    height: 323px !important;
  }
  .tabs-section .tab-content .tab-pane .carousel {
    margin-right: 1rem;
    width: 100%;
    float: none;
    bottom: -70px;
  }
  .tabs-section .tab-content .carousel-indicators {
    top: 4.3rem !important;
  }
  .tabs-section .carousel-item .blk-1 {
    min-height: 400px;
  }
  .tabs-section .carousel-item .blk-1 .blk-04 {
    display: flex;
    align-items: center;
  }
  .tabs-section .carousel-item .blk-1 .blk-04 h3 {
    margin-left: 14px;
  }
  .tabs-section .carousel-item .blk-1 h5 {
    position: relative;
    top: 14px;
    margin-bottom: 2.875rem;
  }
  .tabs-section .carousel-item .blk-01 {
    display: flex;
    align-items: center;
  }
  .tabs-section .carousel-item .blk-01 .blk-02 {
    width: 50%;
  }
  .tabs-section .carousel-item .blk-01 .blk-02 img {
    height: 16rem;
    object-fit: cover;
  }
  .tabs-section .carousel-item .blk-01 .blk-02 h5 {
    position: absolute;
    top: 30px;
  }
  .tabs-section .carousel-item .blk-01 .blk-02 h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .tabs-section .carousel-item .blk-01 .blk-03 {
    width: 50%;
    padding-top: 75px;
    padding-left: 30px;
  }
  .tabs-section .carousel-item .blk-01 .blk-03 h4 {
    display: block;
  }
  .tabs-section .carousel-item .blk-01 .blk-03 h4 span {
    display: block;
    margin-left: 0;
  }
  .tabs-section .leaflet-control-container {
    left: auto;
    top: 20px;
    right: 70px;
  }
  .tabs-section .leaflet-control-container .leaflet-bar {
    display: block;
  }
  .tabs-section .leaflet-control-container .leaflet-bar a {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  .tabs-section .leaflet-control-container .leaflet-bar a::after {
    background-size: 20px;
  }
  .tabs-section #pills-all {
    padding-top: 32rem;
  }
  .tabs-section #pills-all .image-frame {
    height: 440px !important;
  }

  .about-main .section-04 {
    background-image: url(../img/about-mb2.jpg) !important;
    height: 32.25rem;
  }
  .about-main .section-04 .blk-1 {
    bottom: 15rem;
    width: 27.5rem;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
  }
  .about-main .section-04 .blk-1 h3 {
    font-size: 2.5rem;
  }
  .about-main .section-04 .blk-1 h6 {
    margin-bottom: 0.875rem;
  }
  .about-main .pin-spacer .panel .w-100 {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }
  .about-main .pin-spacer .gray .blk-1 {
    bottom: 20%;
  }
  .about-main .section-1 {
    background-image: url(../img/about-mb1.jpg);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .about-main .section-1 .row-1 h3 {
    line-height: 4.5rem;
  }
  .about-main .section-1 .row-1 p {
    color: #fff;
  }
  .about-main .munna-dhwani h3 {
    font-size: 2.75rem;
    line-height: 3rem;
  }
  .about-main .munna-dhwani h4 {
    line-height: 2rem;
  }
  .about-main .key-figures {
    background-image: url(../img/keyfigures.jpg);
    background-repeat: no-repeat;
    height: auto;
    padding-top: 6rem;
    background-size: cover;
    padding: 2.25rem 1rem;
    position: relative;
  }
  .about-main .key-figures::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000005e;
    z-index: 1;
  }
  .about-main .key-figures .container {
    position: relative;
    z-index: 2;
  }
  .about-main .carousel-1 {
    padding: 5rem 0;
  }
  .about-main .carousel-1 .carousel-inner .cc-1 p {
    font-size: 1.66rem;
    line-height: 2.7rem;
  }
  .about-main .carousel-3 {
    padding: 6rem 0;
    padding-bottom: 0;
  }
  .about-main .carousel-3 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-main .carousel-3 .container-fluid .carousel-indicators {
    bottom: 405px;
    padding: 0 30px;
    width: -webkit-fill-available;
    justify-content: space-between;
  }
  .about-main .carousel-3 .container-fluid .carousel-indicators button:last-child {
    margin-right: 0 !important;
  }
  .about-main .carousel-3 .container-fluid .carousel-indicators [data-bs-target] {
    width: 5.125rem;
  }
  .about-main .carousel-3 .container-fluid .carousel-inner .carousel-item .cc-2 {
    padding: 0 38px;
  }
  .about-main .carousel-3 .container-fluid .carousel-inner .carousel-item .cc-2 .blk-1 .blk-2 {
    margin-top: 0;
  }
  .about-main .carousel-3 .container-fluid .carousel-inner .cc-1 {
    height: 410px;
  }
  .about-main .carousel-3 .container-fluid .carousel-inner .cc-1 img {
    height: 410px;
    margin-top: 3rem;
  }
  .about-main .carousel-3 .container-fluid .carousel-inner .cc-2 .blk-1 {
    padding-top: 0;
  }
  .about-main .carousel-3 .container-fluid .carousel-inner .cc-2 .blk-1 p {
    min-height: 14rem;
    margin-bottom: 0;
  }
  .about-main .carousel-3 .container-fluid .carousel-inner .cc-2 .blk-3 {
    position: static !important;
  }
  .about-main .carousel-3 .container-fluid .carousel-inner .cc-2 h2 {
    padding-top: 0rem;
    height: 10.438rem;
    display: flex;
    align-items: end;
  }
  .about-main .carousel-3 .container-fluid .carousel-inner .cc-2 h5 {
    margin-bottom: 1rem;
    min-height: 8.75rem;
  }
  .about-main .section-4 h2 {
    font-size: 2.5rem;
    display: flex;
    flex-flow: column;
  }
  .about-main .carousel-02 .carousel-indicators {
    width: 21.25rem;
    width: -webkit-fill-available;
    position: absolute;
    top: 4rem;
    height: 1rem;
  }
  .about-main .carousel-02 .carousel .carousel-item .d-block {
    height: 250px;
  }
  .about-main .carousel-02 .carousel .carousel-item .cc-2 .blk-1 p {
    min-height: 11.5rem;
  }
  .about-main .carousel-02 .carousel .carousel-item .cc-2 .blk-1 h4 {
    margin-top: 0rem;
  }
  .about-main .carousel-02 .carousel .carousel-item .cc-2 .blk-1 .blk-2 {
    margin-bottom: 6rem;
    margin-top: 0;
  }
  .about-main .carousel-02 .carousel-indicators [data-bs-target] span {
    font-weight: 500;
  }
  .about-main .section-3 {
    background-image: url(../img/about-mb4.jpg);
  }
  .about-main .section-3 h6 {
    font-size: 1.2rem;
  }
  .about-main .section-3 h3 {
    font-size: 2.5rem;
  }
  .about-main .section-3 h2 {
    font-size: 2.5rem;
  }
  .about-main .key-figures .cc-1 {
    padding-top: 2rem !important;
  }
  .about-main .key-figures .cc-1 h5 {
    position: static;
  }
  .about-main .section-03 {
    background-image: url(../img/scroll3-mobile.jpg) !important;
    height: 70rem;
  }

  .initiatives-main .section-1 .carousel-item, .programs-main .section-1 .carousel-item, .media-main .section-1 .carousel-item, .contribute-main .section-1 .carousel-item, .contact-main .section-1 .carousel-item, .resources-main .section-1 .carousel-item, .centers-main .section-1 .carousel-item, .impact-main .section-1 .carousel-item, .team-main .section-1 .carousel-item {
    height: 75vh;
    overflow: hidden;
  }
  .initiatives-main .section-1 .carousel-item .w-100, .programs-main .section-1 .carousel-item .w-100, .media-main .section-1 .carousel-item .w-100, .contribute-main .section-1 .carousel-item .w-100, .contact-main .section-1 .carousel-item .w-100, .resources-main .section-1 .carousel-item .w-100, .centers-main .section-1 .carousel-item .w-100, .impact-main .section-1 .carousel-item .w-100, .team-main .section-1 .carousel-item .w-100 {
    height: 100%;
    object-fit: cover;
  }
  .initiatives-main .section-1 .blk-1, .programs-main .section-1 .blk-1, .media-main .section-1 .blk-1, .contribute-main .section-1 .blk-1, .contact-main .section-1 .blk-1, .resources-main .section-1 .blk-1, .centers-main .section-1 .blk-1, .impact-main .section-1 .blk-1, .team-main .section-1 .blk-1 {
    bottom: 2.5rem;
  }
  .initiatives-main .section-1 .blk-1 h2, .programs-main .section-1 .blk-1 h2, .media-main .section-1 .blk-1 h2, .contribute-main .section-1 .blk-1 h2, .contact-main .section-1 .blk-1 h2, .resources-main .section-1 .blk-1 h2, .centers-main .section-1 .blk-1 h2, .impact-main .section-1 .blk-1 h2, .team-main .section-1 .blk-1 h2 {
    font-size: 6rem;
    margin-bottom: 0;
  }
  .initiatives-main .section-1 .blk-1 p, .programs-main .section-1 .blk-1 p, .media-main .section-1 .blk-1 p, .contribute-main .section-1 .blk-1 p, .contact-main .section-1 .blk-1 p, .resources-main .section-1 .blk-1 p, .centers-main .section-1 .blk-1 p, .impact-main .section-1 .blk-1 p, .team-main .section-1 .blk-1 p {
    padding: 0 9rem;
  }

  .initiatives-main .section-1 .carousel-item {
    background-image: url(../img/initiatives_landin-mb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .initiatives-main .section-1 .carousel-item > img {
    display: none !important;
  }
  .initiatives-main .d-none {
    display: block !important;
    padding: 25px 0;
  }
  .initiatives-main .d-none .selectize-control.single {
    text-align: center;
    border: none;
    background-color: transparent;
  }
  .initiatives-main .d-none .selectize-control.single .selectize-input {
    text-align: center;
    border: none;
    background: none;
    box-shadow: none;
    border: 1px solid #662A0C;
    width: 90%;
  }
  .initiatives-main .d-none .selectize-control.single .selectize-input .item {
    color: #662A0C;
    font-weight: 700;
    text-align: center;
  }
  .initiatives-main .d-none .selectize-control.single .selectize-input::after {
    background-image: url(../img/active-arrow.svg);
    border: none;
    height: 1rem;
    background-repeat: no-repeat;
    top: 14px;
    width: 2rem;
    height: 2rem;
    rotate: 90deg;
  }
  .initiatives-main .d-none .selectize-control.single .selectize-input.dropdown-active {
    background-color: transparent;
  }
  .initiatives-main .d-none .selectize-control.single .selectize-input.dropdown-active::after {
    rotate: 270deg;
    top: 1px;
  }
  .initiatives-main .sticky-nav {
    display: none;
    position: static;
  }
  .initiatives-main .sticky-nav .blk-1 ul {
    display: block;
    text-align: center;
  }
  .initiatives-main .sticky-nav .blk-1 ul li {
    margin-bottom: 1.5rem;
  }
  .initiatives-main .sticky-nav .blk-1 ul li a {
    padding: 0;
  }
  .initiatives-main .sticky-nav .blk-1 ul li:last-child {
    margin-bottom: 0;
  }
  .initiatives-main .section-4 {
    padding-top: 3rem;
  }
  .initiatives-main .section-4 .row-2 {
    margin-bottom: 5.25rem;
  }
  .initiatives-main .section-4 .row-2 .cc-1 h4 {
    line-height: 3rem;
  }
  .initiatives-main .section-4 .row-2 .cc-1 h5 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .initiatives-main .section-4 .row-2 .cc-2 img {
    height: 23.875rem;
  }
  .initiatives-main .section-4 .row-1 {
    margin-bottom: 0rem;
  }
  .initiatives-main .section-4 .row-1 .cc-1 h5 {
    margin-bottom: 0.6rem;
  }
  .initiatives-main .section-4 .row-1 .cc-1 h2 {
    font-size: 2.7rem;
    line-height: 3rem;
    margin-bottom: 0.5rem;
  }
  .initiatives-main .section-4 .cc-2 {
    order: 4 !important;
  }
  .initiatives-main .section-4 .scroll-container {
    display: none;
  }
  .initiatives-main .section-4 .scroll-mb {
    display: none !important;
  }
  .initiatives-main .section-4 .scroll-mb img {
    width: 100%;
    height: 18.75rem;
    object-fit: cover;
  }

  .programs-main .section-1 .carousel-item {
    background-image: url(../img/programs_landing-mb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .programs-main .section-1 .carousel-item > img {
    display: none !important;
  }
  .programs-main .carousel-1 {
    padding-top: 4rem;
  }
  .programs-main .carousel-1 .carousel .carousel-indicators {
    bottom: auto;
    top: 0;
    width: 20.25rem;
    right: 0;
    width: -webkit-fill-available;
    margin-right: auto;
  }
  .programs-main .carousel-1 .carousel .carousel-item .cc-1 {
    order: 2;
  }
  .programs-main .carousel-1 .carousel .carousel-item .cc-2 {
    top: 0 !important;
  }
  .programs-main .carousel-1 .carousel .carousel-item .cc-2 h5 {
    font-size: 2.1rem !important;
  }
  .programs-main .carousel-1 .carousel .carousel-item .cc-2 .blk-1 p {
    min-height: 6rem;
    margin-bottom: 0;
  }
  .programs-main .carousel-1 .carousel .carousel-item .cc-2 .blk-1 .blk-2 {
    margin-top: 3rem;
  }
  .programs-main .carousel-1 .carousel .carousel-item .cc-2 .blk-1 .blk-2 img {
    left: 0 !important;
  }
  .programs-main .carousel-1 .carousel-indicators [data-bs-target] span {
    font-weight: 500;
  }
  .programs-main .sticky-nav {
    position: static;
    display: none;
  }
  .programs-main .sticky-nav .blk-1 ul {
    display: block;
    text-align: center;
  }
  .programs-main .sticky-nav .blk-1 ul li {
    margin-bottom: 1.5rem;
  }
  .programs-main .sticky-nav .blk-1 ul li a {
    padding: 0;
  }
  .programs-main .sticky-nav .blk-1 ul li:last-child {
    margin-bottom: 0;
  }
  .programs-main .section-4 {
    padding: 50px 0;
    padding-bottom: 40px;
  }
  .programs-main .section-4 .row-1 {
    margin-bottom: 2.25rem;
  }
  .programs-main .section-4 .row-1 .cc-1 h3 {
    margin-bottom: 1.3rem;
  }
  .programs-main .section-4 .row-1 .cc-1 h2 {
    font-size: 2.7rem;
    line-height: 3rem;
    margin: 0rem;
  }
  .programs-main .section-4 .row-2 .cc-1 h5 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .impact-main .carousel-in .row-1 h6 {
    padding-left: 0;
  }
  .impact-main .carousel-in .row-mobile .row-1 .cc-2 {
    margin-top: 2rem;
  }
  .impact-main .section-1 .carousel-item {
    background-image: url(../img/impact_landing-mb..jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .impact-main .section-1 .carousel-item > img {
    display: none !important;
  }
  .impact-main .section-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .impact-main .section-03 {
    height: auto !important;
    padding-bottom: 0;
  }
  .impact-main .section-03 h2 {
    font-size: 3rem;
  }
  .impact-main .carousel-1 {
    padding-bottom: 2.875rem;
  }
  .impact-main .carousel-1 .row-1 {
    margin-bottom: 0;
  }
  .impact-main .carousel-1 .row-1 h6 {
    margin-bottom: 2rem;
    width: 21rem;
  }
  .impact-main .carousel-1 .carousel .carousel-indicators {
    right: 0;
    top: 23.5rem;
  }
  .impact-main .carousel-1 .carousel .carousel-item .row-1 .blk-1 h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
  .impact-main .carousel-1 #carouselExampleAutoplaying1 .carousel-indicators {
    top: 19.5rem;
    right: auto;
    width: -webkit-fill-available;
    justify-content: space-between;
  }
  .impact-main .carousel-1 #carouselExampleAutoplaying1 .carousel-indicators [data-bs-target] {
    margin: 0;
    width: 3.8rem;
  }
  .impact-main .carousel-1 #carouselExampleAutoplaying1 .carousel-item .row-1 .w-100 {
    height: 200px !important;
    width: 200px !important;
    object-fit: contain;
  }
  .impact-main .carousel-1 .accordion .accordion-item .accordion-body {
    padding-top: 0;
  }
  .impact-main .carousel-1 .row-2 h6 {
    display: block !important;
  }
  .impact-main .carousel-1 .cc-1 {
    order: 2;
  }
  .impact-main .carousel-1 .cc-1 h6 {
    display: none;
  }
  .impact-main .carousel-1 .cc-2 {
    order: 1;
    margin-bottom: 2rem;
  }
  .impact-main .section-2 {
    height: 100%;
    padding: 50px 0;
  }
  .impact-main .section-2 iframe {
    height: 16.75rem;
  }
  .impact-main .section-03 {
    height: 19rem;
  }

  .centers-main .section-1 .carousel-item {
    background-image: url(../img/centers_landing-mb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .centers-main .section-1 .carousel-item > img {
    display: none !important;
  }
  .centers-main .section-2 {
    padding: 30px 0 50px 0;
  }
  .centers-main .section-2 .row-1 .cc-1 {
    display: none;
    width: 44%;
    margin-left: 14px;
  }
  .centers-main .section-2 .row-1 .cc-2 {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #7C3F15 !important;
    border-radius: 4px !important;
  }
  .centers-main .section-2 .row-1 .cc-2 .item {
    font-size: 1.2rem;
  }
  .centers-main .section-2 .selectize-dropdown.single {
    width: 28.3rem !important;
    left: -2.8rem !important;
  }
  .centers-main .section-2 .selectize-control.single .selectize-input::after {
    width: 1.8rem;
    background-image: url(../img/active-arrow.svg);
    rotate: 90deg;
    height: 2rem;
  }
  .centers-main .section-2 .selectize-control.single .selectize-input.dropdown-active::after {
    rotate: 270deg;
    top: -6px;
  }
  .centers-main .section-03 {
    padding-top: 5rem;
  }
  .centers-main .section-03 .row-1 {
    margin-bottom: 3rem;
  }
  .centers-main .section-03 .row-1 .cc-2 {
    order: 2;
  }
  .centers-main .section-03 .row-1 .cc-1 .blk-1 h6 {
    margin-right: 3rem;
  }
  .centers-main .section-03 .row-1 .cc-1 .blk-2 .blk-3 {
    margin-right: 2rem;
  }
  .centers-main .section-03 .row-1 .cc-1 h3 {
    font-size: 3.5rem;
  }
  .centers-main .section-03 .row-2 {
    margin-bottom: 3rem;
  }
  .centers-main .section-03 .row-2 .cc-1 p {
    margin-bottom: 1.5rem;
  }
  .centers-main .section-03 .row-2 .cc-2 h4 {
    display: grid;
  }
  .centers-main .section-03 .row-2 .cc-2 h4 span {
    margin-left: 0;
  }
  .centers-main .section-03 .row-2 .cc-2 .cc-3 {
    width: 50%;
  }
  .centers-main .section-03 .row-3 .carousel-item p {
    margin-bottom: 2rem;
  }
  .centers-main .section-03 .carousel .carousel-indicators {
    top: 6rem;
    height: 1rem;
    bottom: auto;
    bottom: auto;
    width: -webkit-fill-available;
    justify-content: flex-start;
  }
  .centers-main .section-03 .carousel .carousel-indicators button span {
    font-weight: 500;
  }
  .centers-main .section-03 .carousel .carousel-item .cc-2 .blk-1 .blk-2 {
    margin-bottom: 6rem;
  }
  .centers-main .section-03 .carousel .carousel-item .cc-2 .blk-1 h4 {
    margin-top: 2rem;
    min-height: 8rem;
    margin-bottom: 0;
  }
  .centers-main .section-03 .carousel .carousel-item .cc-2 .blk-1 p {
    min-height: 18rem;
    margin-bottom: 0;
  }

  .media-main .section-1 .carousel-item {
    background-image: url(../img/media_landing-mb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .media-main .section-1 .carousel-item > img {
    display: none !important;
  }
  .media-main .news-tabs {
    padding-top: 1.25rem;
  }
  .media-main .news-tabs .mobile-media {
    display: flex !important;
  }
  .media-main .news-tabs .desktop-media {
    display: none;
  }
  .media-main .news-tabs .nav-tabs {
    justify-content: center;
    color: #662A0C !important;
    font-size: 1.5rem;
    border: none;
  }
  .media-main .news-tabs .nav-tabs .nav-pills {
    margin-bottom: 3rem;
  }
  .media-main .news-tabs .nav-tabs .nav-pills .nav-link {
    border: none;
    margin: 0;
    text-align: center;
    padding: 5px 0px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #662A0C !important;
    font-family: "Martel Sans", serif;
    font-size: 1.2rem;
  }
  .media-main .news-tabs .nav-tabs .nav-pills .nav-link.active {
    border: none;
    background-color: #eb9f3c;
    color: #fff;
  }
  .media-main .news-tabs .nav-tabs .dropdown-menu {
    min-height: 150px;
    width: 252px;
    top: -5px !important;
    left: 0px !important;
    overflow: hidden;
    padding: 0;
  }
  .media-main .news-tabs .nav-tabs .dropdown .dropdown-toggle {
    width: 252px;
    font-weight: 600;
    color: #662A0C !important;
    font-family: "Martel Sans", serif;
    font-size: 1.2rem;
    border: 1px solid #662A0C;
  }
  .media-main .news-tabs .nav-tabs .dropdown .dropdown-toggle:after {
    background-image: url(../img/active-arrow.svg);
    border: none;
    height: 1rem;
    background-repeat: no-repeat;
    top: 10px;
    width: 2rem;
    position: absolute;
    right: 23px;
    height: 2rem;
    rotate: 90deg;
  }
  .media-main .news-tabs .nav-tabs .dropdown .dropdown-toggle.show:after {
    background-image: url(../img/active-arrow.svg);
    border: none;
    height: 1rem;
    background-repeat: no-repeat;
    top: -4px;
    width: 2rem;
    position: absolute;
    right: 23px;
    height: 2rem;
    rotate: 270deg;
  }

  .contact-main .section-1 .carousel-item {
    background-image: url(../img/contact_landing-mb..jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contact-main .section-1 .carousel-item > img {
    display: none !important;
  }
  .contact-main .section-2::after {
    width: 100%;
  }
  .contact-main .section-2 .row-1 .cc-1 .blk-1 {
    margin-bottom: 2rem;
  }
  .contact-main .section-2 .form .row-1 .cc-1 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .contact-main .section-2 .form .row-1 .cc-1 p {
    width: 100%;
  }
  .contact-main .section-2 .form .row-1 .cc-1 input {
    width: 70%;
  }
  .contact-main .section-2 .form .row-1 .cc-1 .form-select {
    width: 64% !important;
  }
  .contact-main .section-2 form {
    padding-left: 0 !important;
  }

  .contribute-main .section-1 .carousel-item {
    background-image: url("../img/img37.jpg");
    background-size: cover;
    background-position: center;
  }
  .contribute-main .section-1 .carousel-item > img {
    opacity: 0;
  }
  .contribute-main .section-2 {
    padding: 3rem 0;
  }
  .contribute-main .section-2 .cc-1 h3 {
    font-size: 2.5rem;
  }
  .contribute-main .section-3 {
    padding-bottom: 0;
  }
  .contribute-main .section-3 .cc-1 {
    width: 50%;
    padding: 0 10.5px;
  }
  .contribute-main .section-3 .cc-1 .blk-1 {
    height: 12rem;
  }
  .contribute-main .section-3 .cc-1 .blk-1 .blk-2 {
    padding: 1rem;
  }
  .contribute-main .section-3 .cc-1 .blk-1 .blk-2 h5 {
    font-size: 2rem;
  }
  .contribute-main .section-3 .cc-1 .blk-1 .blk-2 h5 img {
    top: -6px;
  }
  .contribute-main .section-3 .cc-1:nth-child(2) .blk-1 .blk-2 h5 img {
    left: 0px !important;
  }
  .contribute-main .section-3 .cc-1:nth-child(6) .blk-1 .blk-2 h5 img {
    left: 0px !important;
  }
  .contribute-main .section-4 .row-2 ul {
    display: block;
    text-align: center;
  }
  .contribute-main .section-4 .row-2 ul li {
    font-size: 4rem;
  }
  .contribute-main .section-4 .row-2 .text-end {
    text-align: center !important;
  }
  .contribute-main .section-4 .row-2 .text-end h6 {
    padding-right: 0;
  }
  .contribute-main .section-4 .row-3 {
    margin-bottom: 0;
  }
  .contribute-main .section-4 .row-3 h3 {
    font-size: 4rem;
  }

  .resources-main .section-1 .carousel-item {
    background-image: url(../img/resources_landing-mb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .resources-main .section-1 .carousel-item > img {
    display: none !important;
  }
  .resources-main .reports-tabs {
    padding-top: 1.25rem;
  }
  .resources-main .reports-tabs .mobile-reso {
    display: flex !important;
  }
  .resources-main .reports-tabs .desktop-reso {
    display: none;
  }
  .resources-main .reports-tabs .nav-tabs {
    justify-content: center;
    color: #662A0C !important;
    font-size: 1.5rem;
    border: none;
  }
  .resources-main .reports-tabs .nav-tabs .nav-pills {
    margin-bottom: 3rem;
  }
  .resources-main .reports-tabs .nav-tabs .nav-pills .nav-link {
    border: none;
    margin: 0;
    text-align: center;
    padding: 5px 0px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #662A0C;
    font-family: "Martel Sans", serif;
    font-size: 1.2rem;
  }
  .resources-main .reports-tabs .nav-tabs .nav-pills .nav-link.active {
    border: none;
    background-color: #eb9f3c;
    color: #fff !important;
  }
  .resources-main .reports-tabs .nav-tabs .dropdown-menu {
    min-height: 60px;
    width: 252px;
    top: -5px !important;
    left: 0px !important;
    overflow: hidden;
    padding: 0;
  }
  .resources-main .reports-tabs .nav-tabs .dropdown .dropdown-toggle {
    width: 252px;
    font-weight: 600;
    color: #662A0C !important;
    font-family: "Martel Sans", serif;
    font-size: 1.2rem;
    border: 1px solid #662A0C;
  }
  .resources-main .reports-tabs .nav-tabs .dropdown .dropdown-toggle:after {
    background-image: url(../img/active-arrow.svg);
    border: none;
    height: 1rem;
    background-repeat: no-repeat;
    top: 10px;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 23px;
    rotate: 90deg;
  }
  .resources-main .reports-tabs .nav-tabs .dropdown .dropdown-toggle.show:after {
    background-image: url(../img/active-arrow.svg);
    border: none;
    height: 1rem;
    background-repeat: no-repeat;
    top: -4px;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 23px;
    rotate: 270deg;
  }

  .initiatives-main .section-1, .programs-main .section-1, .media-main .section-1, .contribute-main .section-1, .contact-main .section-1, .resources-main .section-1, .centers-main .section-1, .team-main .section-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .carousel-1 .carousel .carousel-item .cc-2 .blk-1 {
    max-width: 100%;
  }

  .team-main .section-1 .carousel-item {
    background-image: url(../img/team_landing-mb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .team-main .section-1 .carousel-item > img {
    display: none !important;
  }
  .team-main .section-2 .main-blk-outer {
    height: auto;
  }
  .team-main .section-2 .main-blk-outer .main-blk {
    height: auto;
  }
  .team-main .section-2 .main-blk-outer .main-blk h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .team-main .section-2 .main-blk-outer .main-blk .blk-c {
    position: static;
  }
  .team-main .section-2 .main-blk-outer .main-blk .blk-c img {
    height: 250px;
    object-fit: cover;
    object-position: top;
  }
  .team-main .section-2 .main-blk-outer .main-blk .blk-1, .team-main .section-2 .main-blk-outer .main-blk .blk-2, .team-main .section-2 .main-blk-outer .main-blk .blk-3, .team-main .section-2 .main-blk-outer .main-blk .blk-4, .team-main .section-2 .main-blk-outer .main-blk .blk-5, .team-main .section-2 .main-blk-outer .main-blk .blk-6, .team-main .section-2 .main-blk-outer .main-blk .blk-7, .team-main .section-2 .main-blk-outer .main-blk .blk-8, .team-main .section-2 .main-blk-outer .main-blk .blk-9, .team-main .section-2 .main-blk-outer .main-blk .blk-10, .team-main .section-2 .main-blk-outer .main-blk .blk-11, .team-main .section-2 .main-blk-outer .main-blk .blk-12, .team-main .section-2 .main-blk-outer .main-blk .blk-13, .team-main .section-2 .main-blk-outer .main-blk .blk-14, .team-main .section-2 .main-blk-outer .main-blk .blk-15, .team-main .section-2 .main-blk-outer .main-blk .blk-16, .team-main .section-2 .main-blk-outer .main-blk .blk-17, .team-main .section-2 .main-blk-outer .main-blk .blk-18, .team-main .section-2 .main-blk-outer .main-blk .blk-19, .team-main .section-2 .main-blk-outer .main-blk .blk-20, .team-main .section-2 .main-blk-outer .main-blk .blk-21, .team-main .section-2 .main-blk-outer .main-blk .blk-22, .team-main .section-2 .main-blk-outer .main-blk .blk-23, .team-main .section-2 .main-blk-outer .main-blk .blk-24, .team-main .section-2 .main-blk-outer .main-blk .blk-25, .team-main .section-2 .main-blk-outer .main-blk .blk-26, .team-main .section-2 .main-blk-outer .main-blk .blk-27, .team-main .section-2 .main-blk-outer .main-blk .blk-28, .team-main .section-2 .main-blk-outer .main-blk .blk-29, .team-main .section-2 .main-blk-outer .main-blk .blk-30, .team-main .section-2 .main-blk-outer .main-blk .blk-31, .team-main .section-2 .main-blk-outer .main-blk .blk-32, .team-main .section-2 .main-blk-outer .main-blk .blk-33, .team-main .section-2 .main-blk-outer .main-blk .blk-34, .team-main .section-2 .main-blk-outer .main-blk .blk-35, .team-main .section-2 .main-blk-outer .main-blk .blk-36, .team-main .section-2 .main-blk-outer .main-blk .blk-37, .team-main .section-2 .main-blk-outer .main-blk .blk-38, .team-main .section-2 .main-blk-outer .main-blk .blk-39, .team-main .section-2 .main-blk-outer .main-blk .blk-40, .team-main .section-2 .main-blk-outer .main-blk .blk-41, .team-main .section-2 .main-blk-outer .main-blk .blk-42 {
    width: 100%;
    margin-bottom: 50px;
  }
  .team-main .section-2 .main-blk-outer .main-blk .blk-4 img {
    width: 100%;
  }
  .team-main .section-2 .main-blk-outer .main-blk .blk-12 img {
    width: 100%;
  }
  .team-main .section-2 .main-blk-outer .main-blk .blk-22 img {
    width: 100%;
  }
  .team-main .section-3 h3 {
    text-align: center;
  }
  .team-main .section-3 .row-2 ul {
    display: block;
  }
  .team-main .section-3 .row-2 ul li {
    margin-bottom: 20px;
    width: 100%;
  }
  .team-main .section-3 .row-2 ul li .blk-1 {
    margin-bottom: 20px;
    text-align: center;
  }

  .container-fluid, .container {
    padding: 0 30px;
  }

  .mb-sticky-nav {
    display: block !important;
    padding: 25px 0;
  }
  .mb-sticky-nav .selectize-control.single {
    text-align: center;
    border: none;
    background-color: transparent;
  }
  .mb-sticky-nav .selectize-control.single .selectize-input {
    text-align: center;
    border: none;
    background: none;
    box-shadow: none;
    border: 1px solid #662A0C;
    width: 90%;
  }
  .mb-sticky-nav .selectize-control.single .selectize-input .item {
    color: #662A0C;
    font-weight: 700;
    text-align: center;
  }
  .mb-sticky-nav .selectize-control.single .selectize-input::after {
    background-image: url(../img/active-arrow.svg);
    border: none;
    height: 1rem;
    background-repeat: no-repeat;
    top: 14px;
    width: 2rem;
    height: 2rem;
    rotate: 90deg;
  }
  .mb-sticky-nav .selectize-control.single .selectize-input.dropdown-active {
    background-color: transparent;
  }
  .mb-sticky-nav .selectize-control.single .selectize-input.dropdown-active::after {
    rotate: 270deg;
    top: 1px;
  }

  .coming-soon .section-1 {
    height: 400px;
    padding-bottom: 0;
    padding-top: 150px;
  }
  .coming-soon .section-1 h2 {
    font-size: 5rem;
  }

  .page-id-319 footer .row-1 .cc-1 .blk-1 {
    margin-bottom: 1rem !important;
  }

  .privacy-policy .section-1 h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .privacy-policy .section-1 h2 span {
    font-size: 4rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 369px) {
  .about-main .carousel-3 .container-fluid .carousel-inner .cc-2 h5 {
    min-height: 11rem;
  }
}

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