* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Spline Sans", sans-serif;
  font-family: "Martel Sans", sans-serif;
  padding: 0;
  margin: 0;
}

body {
  background-color: #FFFFFF;
}
body.scroll-up .navbar {
  top: -180px;
}

html {
  font-size: 16px;
}

section {
  padding: 100px 0;
}

h1, h2, h3, h4, h5, h6, a, p {
  color: #141212;
}

h1 {
  font-size: 92px;
  color: #FFFFFF;
  position: relative;
  font-weight: 400;
}

h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
  font-weight: 400;
}

h4 {
  font-size: 28px;
  font-weight: 400;
}

h5 {
  font-size: 24px;
  font-weight: 400;
}

h6 {
  font-size: 21px;
  font-weight: 400;
  line-height: 132%;
}

p {
  font-size: 18px;
  font-weight: 400;
}

a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.small-heading {
  font-size: 14px;
  font-weight: 700;
  color: #E1482A;
}

.small-heading-1 {
  font-size: 14px;
  color: #141212;
  font-weight: 700;
}

.small-heading-2 {
  font-size: 14px;
  color: #ffffff;
}

.hero-section {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 800px;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-section h1, .hero-section h2, .hero-section h3, .hero-section h4, .hero-section h5, .hero-section h6, .hero-section a, .hero-section p {
  color: #ffffff;
  border-color: #fff;
}
.hero-section h6 {
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-section .c-1 {
  position: relative;
  z-index: 11;
}
.hero-section .c-1 a {
  display: flex;
  align-items: center;
}
.hero-section .c-1 a p {
  margin-bottom: 0;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
}
.hero-section .c-1 a img {
  width: 20px;
  margin-left: 12px;
}
.hero-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to right, #00000099, #00000000);
}

.link-arrow {
  display: flex;
  align-items: center;
}
.link-arrow p {
  margin-bottom: 0 !important;
  border-bottom: 2px solid #141212;
  font-weight: 600;
  text-transform: uppercase;
}
.link-arrow img {
  width: 20px;
  margin-left: 12px;
}

.link {
  margin-bottom: 0;
  border-bottom: 2px solid #ffffff;
}

.footer-img-section {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 30px;
}
.footer-img-section .blk-1 {
  display: flex;
  align-items: end;
}
.footer-img-section .blk-1 img {
  width: 20%;
}

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

.navbar {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 0.50s all ease-in-out;
  -webkit-transition: 0.50s all ease-in-out;
  -moz-transition: 0.50s all ease-in-out;
}
.navbar .c-1 {
  background-color: #FFFFFF;
  padding: 8px 24px;
  align-items: center;
}
.navbar .c-1 .donate {
  font-size: 20px;
  font-weight: 700;
  color: #740210;
}
.navbar .navbar-collapse {
  justify-content: center;
}
.navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0 40px;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #740210;
}

.footer-main {
  padding: 100px 0;
  background-color: #141212;
}
.footer-main h2, .footer-main h3, .footer-main h4, .footer-main h5, .footer-main h6, .footer-main a, .footer-main p {
  color: #ffffff;
}
.footer-main .link-list {
  display: flex;
}
.footer-main .link-list li {
  margin-right: 22px;
  margin-bottom: 15px;
}
.footer-main .link-list li a {
  color: #FBF9F2;
  border-color: #FBF9F2;
}
.footer-main .cc-2 .row-01 {
  border-bottom: 2px solid #FBF9F2;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.footer-main .cc-2 .row-01 .cc-01 p {
  margin-bottom: 40px;
  max-width: 400px;
}
.footer-main .cc-2 .row-01 .cc-01 p a {
  color: #FBF9F2;
  border-color: #FBF9F2;
}
.footer-main .cc-2 .row-01 .cc-02 .social-icon {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.footer-main .cc-2 .row-01 .cc-02 .social-icon img {
  margin-left: 10px;
  width: 30px;
}
.footer-main .cc-2 .cc-01, .footer-main .cc-2 .cc-02, .footer-main .cc-2 .cc-03, .footer-main .cc-2 .cc-04, .footer-main .cc-2 .cc-05 {
  padding: 0;
}
.footer-main .cc-2 .row-02 {
  margin-bottom: 50px;
}
.footer-main .cc-2 .row-02 .cc-04 {
  text-align: end;
}
.footer-main .cc-2 .row-02 .cc-04 a {
  color: #FBF9F2;
  margin-left: 20px;
}
.footer-main .cc-2 .row-03 .cc-05 p {
  margin-bottom: 40px;
}
.footer-main .cc-2 .row-03 .cc-05 h6 {
  font-weight: 700;
}
.footer-main .cc-2 .row-03 .cc-05 h6 span {
  font-weight: 400;
  margin-right: 5px;
}

.home-main .section-1 {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 800px;
  position: relative;
  display: flex;
  align-items: center;
}
.home-main .section-1::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-main .section-1::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 86px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-image: url(../img/hero-after-img.png);
  z-index: 11;
}
.home-main .section-1 .c-1 {
  position: relative;
  z-index: 11;
}
.home-main .section-2 .cc-1 h6 {
  margin-bottom: 20px;
}
.home-main .section-3 .side-icon {
  width: 300px;
  height: 300px;
  object-fit: contain;
  position: absolute;
  left: -30px;
  bottom: -150px;
  z-index: 11;
}
.home-main .section-3::after {
  background-image: linear-gradient(to left, #00000099, #00000000);
}
.home-main .section-3::before {
  content: '';
  position: absolute;
  right: 0;
  top: -268px;
  width: 200px;
  height: 61%;
  background-image: url(../img/home-icon-01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 22;
}
.home-main .section-3 .cc-1 h2 {
  font-size: 100px;
  line-height: 100px;
  color: #FFFFFF;
  font-weight: 400;
}
.home-main .section-4 {
  background-color: #B2A36E;
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
.home-main .section-4::before {
  content: "";
  position: absolute;
  bottom: -229px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 277px;
  background: #ffffff;
  border-radius: 50%;
}
.home-main .section-4 .row-1 {
  margin-bottom: 60px;
}
.home-main .section-4 .row-1 h2 {
  margin-bottom: 20px;
}
.home-main .section-4 .row-2 .cc-1 {
  margin-bottom: 25px;
}
.home-main .section-4 .row-2 .cc-1 .blk-1 {
  background-color: #EAE3C5;
  padding: 30px 20px;
}
.home-main .section-4 .row-2 .cc-1 .blk-1 h4 {
  position: relative;
  font-weight: 700;
  line-height: 132%;
  margin-bottom: 30px;
}
.home-main .section-4 .row-2 .cc-1 .blk-1 h4::after {
  content: '';
  border: 2px solid #740210;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 30%;
}
.home-main .section-4 .row-2 .cc-1 .blk-1 a {
  display: block;
  text-align: end;
}
.home-main .section-4 .row-2 .cc-1:nth-child(2) .blk-1 h4::after {
  border-color: #003B8E;
}
.home-main .section-4 .row-2 .cc-1:nth-child(3) .blk-1 h4::after {
  border-color: #E1482A;
}
.home-main .section-4 .row-2 .cc-1:nth-child(4) .blk-1 h4::after {
  border-color: #003B8E;
}
.home-main .section-4 .row-2 .cc-1:nth-child(5) .blk-1 h4::after {
  border-color: #E1482A;
}
.home-main .section-4 .row-2 .cc-1:nth-child(6) .blk-1 h4::after {
  border-color: #740210;
}
.home-main .section-5 .row-1 {
  margin-bottom: 60px;
}
.home-main .section-5 .row-2 .cc-1, .home-main .section-6 .row-2 .cc-1 {
  position: relative;
}
.home-main .section-5 .row-2 .cc-1::before, .home-main .section-6 .row-2 .cc-1::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 100px;
  width: 272px;
  height: 80%;
  z-index: 3;
  background-image: url(../img/home-icon-03.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.home-main .section-5 .row-2 .cc-1::after, .home-main .section-6 .row-2 .cc-1::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 99%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to left, #00000099, #00000000);
}
.home-main .section-5 .row-2 .cc-1 .big-img, .home-main .section-6 .row-2 .cc-1 .big-img {
  width: 100%;
}
.home-main .section-5 .row-2 .cc-1 .blk-1, .home-main .section-6 .row-2 .cc-1 .blk-1 {
  width: 50%;
  background-color: #ffffff;
  padding: 60px 40px;
  position: absolute;
  left: 0;
  bottom: -140px;
  z-index: 2;
}
.home-main .section-5 .row-2 .cc-1 .blk-1 h6, .home-main .section-6 .row-2 .cc-1 .blk-1 h6 {
  margin-bottom: 20px;
}
.home-main .section-6 {
  padding-bottom: 230px;
}
.home-main .section-6 .row-2 .cc-1::before {
  left: auto;
  right: 12px;
  width: 260px;
  background-image: url(../img/home-icon-04.svg);
}
.home-main .section-6 .row-2 .cc-1::after {
  display: none;
}
.home-main .section-6 .row-2 .cc-1 .blk-1 {
  left: auto;
  right: 0;
}
.home-main .section-7 {
  background-color: #F05233;
  padding-bottom: 0;
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}
.home-main .section-7::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background: #fff;
  border-radius: 0 0 50% 50%;
}
.home-main .section-7 .row-1 {
  margin-bottom: 60px;
}
.home-main .section-7 .row-1 h6 {
  margin-bottom: 20px;
}
.home-main .section-7 .row-1 h2, .home-main .section-7 .row-1 h6, .home-main .section-7 .row-1 a, .home-main .section-7 .row-1 p {
  color: #ffffff;
  border-color: #fff;
}
.home-main .section-7 .row-1 .blk-1 {
  display: flex;
}
.home-main .section-7 .row-1 .blk-1 a {
  margin-right: 40px;
}
.home-main .section-7 .row-2 img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.home-main .section-7 .row-3 {
  position: relative;
  bottom: 150px;
}
.home-main .section-7 .row-3.owl-carousel-1 {
  display: flex !important;
}
.home-main .section-7 .row-3 .cc-1 .blk-1 {
  background-color: #F1EBD3;
  padding: 20px;
  padding-bottom: 160px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-main .section-7 .row-3 .cc-1 .blk-1 .bottom-icon {
  width: 125px;
  height: 125px;
  position: absolute;
  bottom: 0;
  left: -3px;
}
.home-main .section-7 .row-3 .cc-1 .blk-1 h5 {
  margin-bottom: 20px;
}
.home-main .section-7 .row-3 .cc-1 .blk-1 p {
  margin-bottom: 20px;
}
.home-main .section-7 .row-3 .cc-1:nth-child(2) .blk-1 .bottom-icon {
  left: 50%;
  transform: translateX(-50%);
}
.home-main .section-7 .row-3 .cc-1:nth-child(3) .blk-1 .bottom-icon {
  right: 0;
  left: auto;
}
.home-main .section-8 .row-1 {
  align-items: center;
  background-color: #E0BA30;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.home-main .section-8 .row-1::after {
  content: "";
  position: absolute;
  bottom: -229px;
  left: 50%;
  transform: translateX(-50%);
  width: 160%;
  height: 277px;
  background: #ffffff;
  border-radius: 50%;
}
.home-main .section-8 .row-1 .cc-1 .blk-1 {
  padding: 100px;
}
.home-main .section-8 .row-1 .cc-1 .blk-1 h6 {
  margin-bottom: 15px;
}
.home-main .section-8 .row-1 .cc-2 {
  padding: 0;
}
.home-main .section-8 .row-1 .cc-2 img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.home-main .section-9 {
  padding: 0;
}
.home-main .section-9 .row-1 {
  padding: 80px 0;
  padding-bottom: 180px;
  margin: 0;
  background-color: #C5B681;
  position: relative;
}
.home-main .section-9 .row-1::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 80%;
  background-image: url(../img/home-icon-08.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 22;
}
.home-main .section-9 .row-1 .cc-1 .link-arrow {
  justify-content: center;
}
.home-main .section-9 .row-1 .cc-1 h6 {
  margin-bottom: 15px;
}
.home-main .section-9 .row-2 {
  position: relative;
  bottom: 120px;
}
.home-main .section-9 .row-2 .cc-1 img {
  width: 100%;
}
.home-main .section-10 {
  padding-top: 0px;
}
.home-main .section-10 .row-1 {
  margin-bottom: 40px;
}
.home-main .section-10 .row-2 .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #141212;
  border-radius: 0px;
}
.home-main .section-10 .row-2 .accordion .accordion-item:nth-child(1) {
  border-top: 1px solid #141212;
}
.home-main .section-10 .row-2 .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.home-main .section-10 .row-2 .accordion .accordion-item .accordion-header .accordion-button {
  padding: 40px 0px;
  background-color: transparent;
  box-shadow: none;
  font-size: 32px;
  font-weight: 600;
  color: #141212;
}
.home-main .section-10 .row-2 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../img/arrow-right.svg);
  rotate: 90deg;
}
.home-main .section-10 .row-2 .accordion .accordion-item .accordion-body .cc-1 {
  margin-bottom: 30px;
}
.home-main .section-10 .row-2 .accordion .accordion-item .accordion-body .cc-1 img {
  width: 100%;
}
.home-main .section-10 .row-3 {
  margin-top: 80px;
}
.home-main .section-10 .row-3 .link-arrow {
  justify-content: center;
}

.wsgp-main .section-2 {
  overflow: hidden;
  position: relative;
}
.wsgp-main .section-2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 70%;
  height: 100%;
  background-image: url(../img/wsgp-icon4.svg);
  background-size: cover;
  z-index: -1;
}
.wsgp-main .section-2 .cc-1 h6 {
  margin-bottom: 20px;
  font-weight: 700;
}
.wsgp-main .section-2 .cc-1 p {
  font-size: 21px;
  margin-bottom: 20px;
}
.wsgp-main .section-3 {
  align-items: flex-start;
  overflow: hidden;
}
.wsgp-main .section-3::before {
  content: "";
  position: absolute;
  bottom: -100px;
  width: 120%;
  height: 56%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 117px solid #EAE3C5;
  border-radius: 50%;
  z-index: 11;
}
.wsgp-main .section-3 h2 {
  margin-bottom: 20px;
}
.wsgp-main .section-4 {
  background-color: #EAE3C5;
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}
.wsgp-main .section-4::before {
  content: "";
  position: absolute;
  bottom: -238px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 277px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
}
.wsgp-main .section-4::after {
  content: "";
  position: absolute;
  bottom: -224px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 277px;
  background: #E0B92F;
  border-radius: 50%;
}
.wsgp-main .section-4 .row-1 {
  margin-bottom: 60px;
}
.wsgp-main .section-4 .row-1 h4 {
  font-weight: 700;
}
.wsgp-main .section-4 .row-1 .cc-1 img {
  margin-bottom: 20px;
}
.wsgp-main .section-4 .row-1 .cc-1 h4 {
  margin-bottom: 10px;
}
.wsgp-main .section-4 .row-2 {
  justify-content: center;
}
.wsgp-main .section-4 .row-2 .cc-1 img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.wsgp-main .section-5 .row-1 {
  margin-bottom: 60px;
}
.wsgp-main .section-5 .row-2 .cc-1 img {
  width: 100%;
  margin-bottom: 20px;
}
.wsgp-main .section-6 {
  background-color: #e1482a;
  position: relative;
  overflow: hidden;
}
.wsgp-main .section-6::before {
  content: '';
  position: absolute;
  top: -159px;
  right: -50px;
  width: 270px;
  height: 380px;
  background-image: url(../img/wsgp-icon8.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.wsgp-main .section-6 h2, .wsgp-main .section-6 h4, .wsgp-main .section-6 h6, .wsgp-main .section-6 a, .wsgp-main .section-6 p {
  color: #ffffff;
  border-color: #fff;
}
.wsgp-main .section-6 h2 {
  margin-bottom: 20px;
}
.wsgp-main .section-6 .row-1 {
  margin-bottom: 30px;
}
.wsgp-main .section-6 .row-2 {
  margin-bottom: 80px;
}
.wsgp-main .section-6 .row-2 h2 {
  color: #740210;
  font-weight: 700;
}
.wsgp-main .section-6 .row-3 .link-arrow {
  margin-top: 20px;
  justify-content: center;
}
.wsgp-main .section-7 {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
.wsgp-main .section-7::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background: #e1482a;
  border-radius: 0 0 50% 50%;
  z-index: -1;
}
.wsgp-main .section-7 .row-1 {
  justify-content: center;
}
.wsgp-main .section-7 .row-1 .cc-1 h6 {
  margin-bottom: 40px;
  padding-right: 50px;
}
.wsgp-main .section-7 .row-1 .cc-2 .blk-1 {
  margin-bottom: 50px;
}
.wsgp-main .section-7 .row-1 .cc-2 .blk-1 h4 {
  font-weight: 700;
}
.wsgp-main .section-7 .row-1 .cc-2 .blk-1 .small-heading-1 {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.wsgp-main .section-8 {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
  padding: 200px 0;
  height: 700px;
  overflow: hidden;
}
.wsgp-main .section-8::before {
  content: "";
  position: absolute;
  top: -114px;
  width: 120%;
  height: 47%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 117px solid #ffffff;
  border-radius: 50%;
  z-index: 11;
}
.wsgp-main .section-8 .row-1 h6 {
  font-weight: 700;
}
.wsgp-main .section-08 {
  padding: 0;
}
.wsgp-main .section-08 .row-2 {
  position: relative;
  top: -230px;
  z-index: 2;
}
.wsgp-main .section-08 .row-2 .cc-1 .blk-1 {
  background-color: #E0B92F;
  padding: 80px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wsgp-main .section-08 .row-2 .cc-1 .blk-1::before {
  content: '';
  position: absolute;
  bottom: -113px;
  right: -33px;
  width: 200px;
  height: 163px;
  background-image: url(../img/wsgp-icon9.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.wsgp-main .section-08 .row-2 .cc-1 .blk-1 img, .wsgp-main .section-08 .row-2 .cc-1 .blk-1 h4 {
  margin-bottom: 20px;
}
.wsgp-main .section-08 .row-2 .cc-1 .blk-1 h4 {
  font-weight: 700;
}
.wsgp-main .section-08 .row-2 .cc-1:last-child .blk-1::before {
  rotate: 247deg;
  bottom: -87px;
  right: -103px;
}
.wsgp-main .section-9 {
  padding: 0;
  position: relative;
  top: -100px;
}
.wsgp-main .section-9 .row-1 {
  margin-bottom: 40px;
}
.wsgp-main .section-9 .row-2 .cc-1 img {
  width: 100%;
  margin-bottom: 40px;
}
.wsgp-main .section-9 .row-2 .cc-1 h5 {
  font-weight: 600;
}
.wsgp-main .section-9 .row-2 .cc-1 p {
  max-width: 600px;
}
.wsgp-main .section-9 .row-2 .cc-1 .link-arrow img {
  width: 20px;
  margin-bottom: 0px;
}
.wsgp-main .section-9 .row-2 .owl-carousel {
  display: block !important;
  width: 33%;
}
.wsgp-main .section-9 .row-2 .cc-2 .blk-1 {
  margin-bottom: 50px;
}
.wsgp-main .section-9 .row-2 .cc-2 .blk-1 .blk-2 {
  display: flex;
  justify-content: space-between;
}
.wsgp-main .section-9 .row-2 .cc-2 .blk-1 .blk-2 .small-heading-1 {
  color: #C5C3C2;
}
.wsgp-main .section-9 .row-2 .cc-2 .blk-1 h5 {
  font-weight: 600;
  margin-bottom: 15px;
}
.wsgp-main .section-9 .row-2 .cc-2 .blk-1:last-child {
  margin-bottom: 0px;
}
.wsgp-main .section-10 {
  background-color: #F1EBD3;
  position: relative;
  padding-bottom: 260px;
  padding-top: 150px;
  overflow: hidden;
}
.wsgp-main .section-10::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background: #fff;
  border-radius: 0 0 50% 50%;
}
.wsgp-main .section-10 .row-1 {
  margin-bottom: 60px;
}
.wsgp-main .section-10 .row-2 {
  justify-content: center;
}
.wsgp-main .section-10 .row-2 .cc-1 {
  padding-right: 0;
}
.wsgp-main .section-10 .row-2 .cc-1 .blk-1 {
  background-color: #B0DFDF;
  padding: 30px 80px 30px 30px;
  height: 400px;
  position: relative;
}
.wsgp-main .section-10 .row-2 .cc-1 .blk-1 .bottom-icon {
  position: absolute;
  bottom: -124px;
  right: -167px;
  width: 280px;
}
.wsgp-main .section-10 .row-2 .cc-1 .blk-1 h3 {
  margin-bottom: 20px;
}
.wsgp-main .section-10 .row-2 .cc-1 .blk-1 a {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.wsgp-main .section-10 .row-2 .cc-2 {
  padding-left: 0;
}
.wsgp-main .section-10 .row-2 .cc-2 .blk-1 {
  background-color: #C5B681;
  padding: 30px 80px 30px 30px;
  height: 400px;
  position: relative;
  top: 150px;
}
.wsgp-main .section-10 .row-2 .cc-2 .blk-1 .top-icon {
  position: absolute;
  top: -155px;
  left: -114px;
  width: 330px;
}
.wsgp-main .section-10 .row-2 .cc-2 .blk-1 h3 {
  margin-bottom: 20px;
}
.wsgp-main .section-10 .row-2 .cc-2 .blk-1 a {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.wsgp-main .footer-img-section {
  position: relative;
  padding-top: 0;
}
.wsgp-main .footer-img-section::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  background-color: #F1EBD3;
  z-index: -1;
}

.sdm-main .section-2 {
  position: relative;
}
.sdm-main .section-2::before {
  content: "";
  position: absolute;
  top: -135px;
  right: 0;
  width: 26%;
  height: 100%;
  background-image: url(../img/sdm-icon8.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.sdm-main .section-2 .cc-1 h6 {
  margin-bottom: 20px;
  font-weight: 700;
}
.sdm-main .section-2 .cc-1 p {
  font-size: 21px;
  margin-bottom: 20px;
}
.sdm-main .section-3 {
  overflow: hidden;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 800px;
  position: relative;
}
.sdm-main .section-3::before {
  content: "";
  position: absolute;
  bottom: 30px;
  width: 155%;
  height: 57%;
  left: 70%;
  transform: translateX(-50%);
  border-bottom: 34px solid #003B8E;
  border-radius: 50%;
  z-index: 11;
}
.sdm-main .section-3::after {
  content: "";
  position: absolute;
  bottom: -226px;
  width: 202%;
  height: 144%;
  left: 78%;
  transform: translateX(-50%);
  border-bottom: 277px solid #EAE3C5;
  border-radius: 50%;
  z-index: 10;
}
.sdm-main .section-4 {
  background-color: #EAE3C5;
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
  padding-top: 50px;
}
.sdm-main .section-4::before {
  content: "";
  position: absolute;
  bottom: -238px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 277px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 2;
}
.sdm-main .section-4 .row-1 h6 {
  margin-bottom: 40px;
}
.sdm-main .section-4 .row-1 .link-arrow {
  justify-content: center;
}
.sdm-main .section-5 {
  padding-top: 70px;
}
.sdm-main .section-5 .row-1 {
  margin-top: 60px;
}
.sdm-main .section-5 .row-1 h4 {
  font-weight: 700;
}
.sdm-main .section-5 .row-1 .cc-1 img {
  margin-bottom: 20px;
  width: 162px;
  height: 162px;
}
.sdm-main .section-5 .row-1 .cc-1 h4 {
  margin-bottom: 10px;
}
.sdm-main .section-5 .row-2 {
  justify-content: center;
}
.sdm-main .section-5 .row-2 .cc-1 img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.sdm-main .section-6 {
  padding-bottom: 250px;
  padding-top: 50px;
}
.sdm-main .section-6 .row-2 .cc-1 {
  position: relative;
}
.sdm-main .section-6 .row-2 .cc-1 .big-img {
  width: 100%;
}
.sdm-main .section-6 .row-2 .cc-1 .blk-1 {
  width: 50%;
  background-color: #003B8E;
  padding: 45px 30px;
  position: absolute;
  right: 12px;
  bottom: -240px;
  padding-bottom: 100px;
  z-index: 2;
}
.sdm-main .section-6 .row-2 .cc-1 .blk-1::before {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 100px;
  height: 140px;
  background-image: url(../img/sdm-icon9.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.sdm-main .section-6 .row-2 .cc-1 .blk-1 h4, .sdm-main .section-6 .row-2 .cc-1 .blk-1 h5, .sdm-main .section-6 .row-2 .cc-1 .blk-1 h6, .sdm-main .section-6 .row-2 .cc-1 .blk-1 p {
  color: #fff;
  border-color: #fff;
}
.sdm-main .section-6 .row-2 .cc-1 .blk-1 .small-heading-2 {
  color: #B0DFDF;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sdm-main .section-6 .row-2 .cc-1 .blk-1 h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.sdm-main .section-6 .row-2 .cc-1 .blk-1 h6 {
  margin-bottom: 22px;
}
.sdm-main .section-7 {
  position: relative;
}
.sdm-main .section-7::before {
  content: '';
  position: absolute;
  left: 0px;
  top: -180px;
  width: 270px;
  height: 58%;
  z-index: 3;
  background-image: url(../img/sdm-icon3.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.sdm-main .section-7 .cc-1 .blk-1 {
  margin-bottom: 40px;
}
.sdm-main .section-7 .cc-1 .blk-1 h4 {
  font-weight: 700;
}
.sdm-main .section-7 .cc-1 .blk-1:first-child {
  margin-bottom: 60px;
}
.sdm-main .section-7 .cc-1 .blk-1:last-child {
  margin-bottom: 0px;
}
.sdm-main .section-8 {
  background-color: #F1EBD3;
  overflow: hidden;
  position: relative;
}
.sdm-main .section-8::before {
  content: '';
  position: absolute;
  right: 0px;
  top: -238px;
  width: 267px;
  height: 61%;
  z-index: 1;
  background-image: url(../img/sdm-icon7.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.sdm-main .section-8 .row-2 {
  margin-top: 60px;
}
.sdm-main .section-8 .row-2 .cc-1 {
  margin-bottom: 40px;
}
.sdm-main .section-8 .row-2 .cc-1 .blk-1 {
  display: flex;
  align-items: baseline;
}
.sdm-main .section-8 .row-2 .cc-1 .blk-1 img {
  margin-right: 25px;
}
.sdm-main .section-8 .row-2 .cc-1 .blk-1 h6 {
  padding-right: 50px;
}
.sdm-main .section-8 .row-3 .link-arrow {
  margin-top: 20px;
  justify-content: center;
}
.sdm-main .section-8 .row-3 .link-arrow img {
  rotate: 270deg;
}
.sdm-main .section-9 {
  padding: 0;
  position: relative;
}
.sdm-main .section-9::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F1EBD3;
  z-index: -1;
}
.sdm-main .section-9 .row-1 {
  margin: 0;
  padding: 60px 0;
  background-color: #003B8E;
}
.sdm-main .section-9 .row-1 h4, .sdm-main .section-9 .row-1 h5, .sdm-main .section-9 .row-1 h6, .sdm-main .section-9 .row-1 p {
  color: #fff;
  border-color: #fff;
}
.sdm-main .section-9 .row-1 .small-heading-2 {
  color: #B0DFDF;
  font-weight: 700;
  margin-bottom: 15px;
}
.sdm-main .section-9 .row-1 h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.sdm-main .section-9 .row-1 .link-arrow {
  margin-top: 25px;
  justify-content: center;
}
.sdm-main .section-11 .row-1 {
  position: relative;
  z-index: 1;
}
.sdm-main .section-11 .row-1 h2 {
  margin-bottom: 20px;
}
.sdm-main .section-11 .row-1 .link-arrow {
  margin-bottom: 10px;
  justify-content: center;
}
.sdm-main .section-11 .row-2 {
  padding: 100px 0;
  padding-bottom: 70px;
  overflow: hidden;
  margin: 0;
  background-color: #B0DFDF;
  position: relative;
}
.sdm-main .section-11 .row-2::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background: #fff;
  border-radius: 0 0 50% 50%;
}
.sdm-main .section-11 .row-2 .cc-1 {
  padding: 0 35px;
  text-align: center;
}
.sdm-main .section-11 .row-2 .cc-1 h2 {
  color: #003B8E;
  font-weight: 600;
}
.sdm-main .section-12 {
  padding-top: 0;
  padding-bottom: 50px;
}
.sdm-main .section-12 .hero-section {
  padding: 100px;
  align-items: start;
  height: 700px;
  margin: 0;
}
.sdm-main .section-12 .owl-carousel-1 {
  display: flex !important;
}
.sdm-main .section-12 .row-2 {
  position: relative;
  top: -70px;
  z-index: 3;
  justify-content: end;
}
.sdm-main .section-12 .row-2 .cc-1 .blk-1 {
  background-color: #ffffff;
  padding: 25px;
}
.sdm-main .section-12 .row-2 .cc-1 .blk-1 h5 {
  font-weight: 600;
  min-height: 200px;
}
.sdm-main .section-10 {
  background-color: #F1EBD3;
  position: relative;
  padding-bottom: 260px;
  padding-top: 150px;
  overflow: hidden;
}
.sdm-main .section-10::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background: #fff;
  border-radius: 0 0 50% 50%;
}
.sdm-main .section-10 .row-1 {
  margin-bottom: 60px;
}
.sdm-main .section-10 .row-2 {
  justify-content: center;
}
.sdm-main .section-10 .row-2 .cc-1 {
  padding-right: 0;
}
.sdm-main .section-10 .row-2 .cc-1 .blk-1 {
  background-color: #E0B92F;
  padding: 30px 80px 30px 30px;
  height: 400px;
  position: relative;
}
.sdm-main .section-10 .row-2 .cc-1 .blk-1 .bottom-icon {
  position: absolute;
  bottom: -124px;
  right: -167px;
  width: 280px;
}
.sdm-main .section-10 .row-2 .cc-1 .blk-1 h3 {
  margin-bottom: 20px;
}
.sdm-main .section-10 .row-2 .cc-1 .blk-1 a {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.sdm-main .section-10 .row-2 .cc-2 {
  padding-left: 0;
}
.sdm-main .section-10 .row-2 .cc-2 .blk-1 {
  background-color: #C5B681;
  padding: 30px 80px 30px 30px;
  height: 400px;
  position: relative;
  top: 150px;
}
.sdm-main .section-10 .row-2 .cc-2 .blk-1 .top-icon {
  position: absolute;
  top: -155px;
  left: -114px;
  width: 330px;
}
.sdm-main .section-10 .row-2 .cc-2 .blk-1 h3 {
  margin-bottom: 20px;
}
.sdm-main .section-10 .row-2 .cc-2 .blk-1 a {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.sdm-main .footer-img-section {
  position: relative;
  padding-top: 0;
}
.sdm-main .footer-img-section::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  background-color: #F1EBD3;
  z-index: -1;
}

.mvv-main .section-2 {
  padding-bottom: 40px;
  position: relative;
}
.mvv-main .section-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22%;
  height: 52%;
  background-image: url(../img/mvv-icon2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.mvv-main .section-2 .cc-1 {
  margin-bottom: 70px;
}
.mvv-main .section-2 .cc-1 h2 {
  margin-bottom: 15px;
}
.mvv-main .section-2 .cc-1 h6 {
  margin-bottom: 20px;
}
.mvv-main .section-2 .cc-1 .blk-1 {
  display: flex;
  align-items: center;
}
.mvv-main .section-2 .cc-1 .blk-1 img {
  margin-right: 20px;
}
.mvv-main .section-2 .cc-1 .blk-1 h4 {
  font-weight: 700;
  margin-bottom: 0;
  color: #E1482A;
}
.mvv-main .section-2 .cc-2 {
  margin-bottom: 100px;
}
.mvv-main .section-2 .cc-2 img {
  width: 100%;
}
.mvv-main .section-3 {
  padding-top: 150px;
  padding-bottom: 260px;
  background-color: #EAE3C5;
  overflow: hidden;
  position: relative;
}
.mvv-main .section-3::before {
  content: '';
  position: absolute;
  top: -40px;
  width: 155%;
  height: 12%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 70px solid #E0B92F;
  border-radius: 50%;
  z-index: 11;
}
.mvv-main .section-3::after {
  content: '';
  position: absolute;
  top: -56px;
  width: 155%;
  height: 12%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 70px solid #ffffff;
  border-radius: 50%;
  z-index: 11;
}
.mvv-main .section-3 .row-1 {
  margin-bottom: 60px;
}
.mvv-main .section-3 .row-2 {
  margin-bottom: 60px;
}
.mvv-main .section-3 .row-2 .cc-1 h4 {
  font-weight: 700;
}
.mvv-main .section-3 .row-2 .cc-1 img {
  width: 100%;
}
.mvv-main .section-4 {
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  top: -200px;
}
.mvv-main .section-4::before {
  content: "";
  position: absolute;
  bottom: 211px;
  width: 138%;
  height: 70%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 26px solid #E1482A;
  border-radius: 50%;
  z-index: -2;
}
.mvv-main .section-4 .row-1 {
  margin: 0;
  padding: 80px 0;
  background-color: #E0B92F;
}
.mvv-main .section-4 .row-1 h4, .mvv-main .section-4 .row-1 h6 {
  margin-bottom: 15px;
}
.mvv-main .section-4 .row-1 h6 {
  font-weight: 600;
}
.mvv-main .section-4 .row-1 p {
  font-size: 21px;
  text-align: end;
  font-weight: 700;
}
.mvv-main .section-5 {
  padding: 0;
  position: relative;
}
.mvv-main .section-5 img {
  width: 12%;
  position: absolute;
  bottom: -300px;
  left: 0;
  z-index: 2;
}
.mvv-main .section-10 {
  background-color: #0047AB;
  position: relative;
  padding-top: 150px;
  overflow: hidden;
}
.mvv-main .section-10::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background: #fff;
  border-radius: 0 0 50% 50%;
}
.mvv-main .section-10 .row-1 {
  margin-bottom: 20px;
}
.mvv-main .section-10 .row-1 h3, .mvv-main .section-10 .row-1 h4, .mvv-main .section-10 .row-1 h6, .mvv-main .section-10 .row-1 a, .mvv-main .section-10 .row-1 p {
  color: #fff;
  border-color: #FFFFFF;
}
.mvv-main .section-10 .row-1 .cc-1 img {
  width: 100%;
}
.mvv-main .section-10 .row-1 .cc-2 {
  margin-bottom: 100px;
}
.mvv-main .section-10 .row-1 .cc-2 .blk-1 {
  padding: 20px;
  background-color: #0047AB;
  position: relative;
  top: -50px;
}
.mvv-main .section-10 .row-1 .cc-2 .blk-1 h3, .mvv-main .section-10 .row-1 .cc-2 .blk-1 h6 {
  margin-bottom: 15px;
}
.mvv-main .section-10 .row-1 .cc-3 .link-arrow {
  justify-content: center;
}
.mvv-main .footer-img-section {
  position: relative;
  padding-top: 0;
}
.mvv-main .footer-img-section::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  background-color: #0047AB;
  z-index: -1;
}

.recognition-main .section-2 {
  background-color: #E1482A;
  padding-top: 40px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
.recognition-main .section-2::before {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 230px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 0;
}
.recognition-main .section-2 .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.recognition-main .section-2 .timeline-scroll {
  overflow-x: auto;
  white-space: nowrap;
  gap: 30px;
  padding: 20px 40px;
  scroll-behavior: smooth;
  border-top: 2px solid #fff;
}
.recognition-main .section-2 .timeline-scroll::-webkit-scrollbar {
  height: 0px;
}
.recognition-main .section-2 .timeline-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.recognition-main .section-2 .timeline-item {
  cursor: pointer;
  position: relative;
}
.recognition-main .section-2 .timeline-item h5 {
  font-weight: 400;
  color: #ffffffc8;
  min-width: 60px;
  transition: 0.5s;
}
.recognition-main .section-2 .timeline-item h5:hover {
  color: #ffffff;
  font-weight: 700;
}
.recognition-main .section-2 .timeline-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -28px;
  width: 2px;
  height: 21px;
  background: #ffffff;
  transform: translateX(-50%);
}
.recognition-main .section-3 .row-1 {
  margin-bottom: 60px;
}
.recognition-main .section-3 .row-1 .cc-1 h2 {
  font-size: 100px;
  font-weight: 200;
  line-height: 88%;
}
.recognition-main .section-3 .row-1 .cc-2 .row-2 {
  border-top: 3px solid #000;
  padding-top: 20px;
}
.recognition-main .section-3 .row-1 .cc-2 .row-3 {
  margin-top: 60px;
}
.recognition-main .section-3 .row-1 .cc-2 .row-2 h4, .recognition-main .section-3 .row-1 .cc-2 .row-3 h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.recognition-main .section-3 .row-1 .cc-2 .row-2 h6, .recognition-main .section-3 .row-1 .cc-2 .row-3 h6 {
  margin-bottom: 30px;
}
.recognition-main .section-3 .row-1 .cc-2 .row-2 h6 a, .recognition-main .section-3 .row-1 .cc-2 .row-3 h6 a {
  font-size: 21px;
  color: #E1482A;
  text-decoration: underline;
}
.recognition-main .section-3 .row-1 .cc-2 .row-2 img, .recognition-main .section-3 .row-1 .cc-2 .row-3 img {
  width: 100%;
}
.recognition-main .section-3 .row-1 .cc-2 .row-2 .link-arrow img, .recognition-main .section-3 .row-1 .cc-2 .row-3 .link-arrow img {
  width: 20px;
}
.recognition-main .section-3 .row-1 .cc-2 .row-2 .cc-3, .recognition-main .section-3 .row-1 .cc-2 .row-2 .cc-5, .recognition-main .section-3 .row-1 .cc-2 .row-3 .cc-3, .recognition-main .section-3 .row-1 .cc-2 .row-3 .cc-5 {
  padding-left: 0;
}
.recognition-main .section-3 .row-1 .cc-2 .row-2 .cc-4, .recognition-main .section-3 .row-1 .cc-2 .row-2 .cc-6, .recognition-main .section-3 .row-1 .cc-2 .row-3 .cc-4, .recognition-main .section-3 .row-1 .cc-2 .row-3 .cc-6 {
  padding-left: 30px;
}
.recognition-main .section-4 {
  padding-bottom: 200px;
  position: relative;
  padding-top: 250px;
  overflow: hidden;
}
.recognition-main .section-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 55%;
  background-image: url(../img/recog-icon2.svg);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}
.recognition-main .section-4 .row-2 .cc-1 {
  position: relative;
}
.recognition-main .section-4 .row-2 .cc-1 .big-img {
  width: 100%;
}
.recognition-main .section-4 .row-2 .cc-1 .blk-1 {
  width: 50%;
  background-color: #E0B92F;
  padding: 24px;
  position: absolute;
  right: 12px;
  bottom: -140px;
  z-index: 2;
}
.recognition-main .section-4 .row-2 .cc-1 .blk-1 h2, .recognition-main .section-4 .row-2 .cc-1 .blk-1 h6 {
  margin-bottom: 25px;
}
.recognition-main .section-5 {
  background-color: #B0DFDF;
  position: relative;
  padding-top: 180px;
  overflow: hidden;
}
.recognition-main .section-5::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background: #fff;
  border-radius: 0 0 50% 50%;
}
.recognition-main .section-5 .row-1 {
  position: relative;
}
.recognition-main .section-5 .row-1::before {
  content: '';
  position: absolute;
  left: 75%;
  top: -80px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(../img/recog-icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.recognition-main .section-5 .row-1 .cc-1 {
  position: relative;
  z-index: 1;
}
.recognition-main .section-5 .row-1 .cc-1 img {
  width: 100%;
}
.recognition-main .section-5 .row-1 .cc-2 {
  margin-bottom: 150px;
}
.recognition-main .section-5 .row-1 .cc-2 .blk-1 {
  padding: 24px;
  background-color: #B0DFDF;
  position: relative;
  top: -100px;
  z-index: 2;
}
.recognition-main .section-5 .row-1 .cc-2 .blk-1 h2, .recognition-main .section-5 .row-1 .cc-2 .blk-1 h6 {
  margin-bottom: 25px;
}
.recognition-main .section-5 .row-1 .cc-3 .link-arrow {
  justify-content: center;
}

.media-main .section-2 {
  padding-bottom: 80px;
  position: relative;
}
.media-main .section-2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 45%;
  width: 20%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/media-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.media-main .section-2 .cc-1 h6 {
  font-weight: 700;
  margin-bottom: 20px;
}
.media-main .section-2 .cc-1 .media-enquirie {
  background-color: #C5B681;
  padding: 50px 30px;
}
.media-main .section-2 .cc-1 .blk-1 {
  margin-bottom: 60px;
}
.media-main .section-2 .cc-1 .blk-1 a {
  margin-bottom: 12px;
  display: block;
}
.media-main .section-2 .cc-1 .blk-2 a {
  margin-bottom: 12px;
}
.media-main .section-2 .cc-1 .blk-2 a img {
  width: 15px;
}
.media-main .section-2 .cc-1 .blk-2 a p {
  border-bottom: none;
  font-weight: 400;
}
.media-main .section-2 .cc-2 {
  padding-left: 60px;
}
.media-main .section-2 .cc-2 h2 {
  margin-bottom: 20px;
}
.media-main .section-2 .cc-2 .filter {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  border: none;
}
.media-main .section-2 .cc-2 .filter li {
  margin-right: 40px;
  font-size: 18px;
}
.media-main .section-2 .cc-2 .filter .nav-item {
  margin-right: 40px;
}
.media-main .section-2 .cc-2 .filter .nav-link {
  border: none;
  color: #000;
  position: relative;
}
.media-main .section-2 .cc-2 .filter .nav-link::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 9px;
  width: 18px;
  height: 18px;
  border: 1px solid #E1482A;
  border-radius: 50%;
}
.media-main .section-2 .cc-2 .filter .nav-link::after {
  content: '';
  position: absolute;
  left: -7px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.media-main .section-2 .cc-2 .filter .nav-link.active {
  border: none;
}
.media-main .section-2 .cc-2 .filter .nav-link.active::after {
  background-color: #E1482A;
}
.media-main .section-2 .cc-2 .filter .category-tabs .category-tab {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  margin: 0 0px 0px 60px;
}
.media-main .section-2 .cc-2 .blk-3 {
  margin-bottom: 60px;
}
.media-main .section-2 .cc-2 .blk-3 .news-blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C5B681;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.media-main .section-2 .cc-2 .blk-3 .news-blk p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
.media-main .section-2 .cc-2 .blk-3 .news-blk .news-blk-1 {
  display: flex;
  align-items: center;
}
.media-main .section-2 .cc-2 .blk-3 .news-blk .news-blk-1 h6 {
  font-size: 18px;
  color: #E1482A;
  font-weight: 700;
  margin-bottom: 0;
  border-right: 1px solid #141212;
  padding-right: 10px;
  margin-right: 10px;
}
.media-main .section-2 .cc-2 .blk-3 h5 {
  font-weight: 700;
  line-height: 131%;
}
.media-main .section-2 .cc-2 .blk-3 p {
  font-size: 24px;
  font-weight: 600;
  line-height: 131%;
}
.media-main .section-2 .cc-2 .blk-3 .link-arrow {
  margin-top: 20px;
}
.media-main .section-2 .cc-2 .blk-3 .link-arrow img {
  width: 15px;
}
.media-main .section-2 .cc-2 .blk-3 .link-arrow p {
  font-size: 18px;
  border-bottom: none;
}
.media-main .section-2 .cc-2 .blk-4 .link-arrow img {
  rotate: 90deg;
}
.media-main .section-3 {
  background-color: #9DD1D1;
  position: relative;
  padding-top: 150px;
  overflow: hidden;
}
.media-main .section-3::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background: #fff;
  border-radius: 0 0 50% 50%;
}
.media-main .section-3 .blk-1 {
  margin-top: 30px;
  display: flex;
}
.media-main .section-3 .blk-1 .link-arrow {
  margin-right: 60px;
}
.media-main .footer-img-section {
  position: relative;
  padding-top: 0;
}
.media-main .footer-img-section::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  background-color: #9DD1D1;
  z-index: -1;
}

.disclosures-main .section-02 {
  background-color: #F1EBD3;
  padding-bottom: 0;
  padding-top: 60px;
}
.disclosures-main .section-02 .row-1 {
  margin: 0;
}
.disclosures-main .section-02 .row-1 .cc-1 {
  border-bottom: 1px solid #141212;
  padding-bottom: 20px;
}
.disclosures-main .section-02 .row-1 .cc-1 h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.disclosures-main .section-02 .row-1 .cc-1 .blk-1 .link-arrow {
  margin-bottom: 15px;
}
.disclosures-main .section-02 .row-1 .cc-1 .blk-1 .link-arrow img {
  margin-right: 20px;
  margin-left: 0;
  width: 15px;
}
.disclosures-main .section-02 .row-1 .cc-1 .blk-1 .link-arrow p {
  border-bottom: none;
  font-weight: 400;
}
.disclosures-main .section-2 {
  background-color: #F1EBD3;
  position: relative;
  overflow: hidden;
}
.disclosures-main .section-2 .container {
  position: relative;
  z-index: 2;
}
.disclosures-main .section-2::before {
  content: "";
  position: absolute;
  bottom: -133px;
  width: 112%;
  height: 430px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  border-bottom: 133px solid #E0B92F;
  z-index: 1;
}
.disclosures-main .section-2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 112%;
  height: 140px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 25px solid #003B8E;
  border-radius: 50%;
  z-index: 1;
}
.disclosures-main .section-2 .nav-pills {
  margin-right: 150px;
}
.disclosures-main .section-2 .nav-pills .nav-link {
  color: #141212;
  max-width: 300px;
  min-height: 200px;
  padding: 50px 20px;
  text-align: left;
  font-size: 28px;
  border-radius: 0px;
  border-bottom: 1px solid #141212;
}
.disclosures-main .section-2 .nav-pills .nav-link.active {
  background-color: #E1482A;
  color: #ffffff;
  font-weight: 700;
}
.disclosures-main .section-2 .nav-pills .nav-link:last-child {
  border-bottom: none;
}
.disclosures-main .section-2 .tab-content .blk-1 {
  margin-bottom: 40px;
}
.disclosures-main .section-2 .tab-content .blk-1 h6 {
  font-weight: 700;
}
.disclosures-main .section-2 .tab-content .blk-1 .link-arrow {
  margin-bottom: 15px;
}
.disclosures-main .section-2 .tab-content .blk-1 .link-arrow img {
  margin-right: 20px;
  width: 15px;
}
.disclosures-main .section-2 .tab-content .blk-1 .link-arrow p {
  border-bottom: none;
  font-weight: 400;
}
.disclosures-main .section-2 .mobile-dropdown {
  display: none;
}
.disclosures-main .section-4 {
  background-color: #E0B92F;
}
.disclosures-main .section-4 .row-1 .cc-1 {
  position: relative;
}
.disclosures-main .section-4 .row-1 .cc-1 .big-img {
  width: 100%;
}
.disclosures-main .section-4 .row-1 .cc-1 .blk-1 {
  width: 50%;
  background-color: #ffffff;
  padding: 40px 20px;
  position: absolute;
  right: 12px;
  bottom: -190px;
  z-index: 2;
}
.disclosures-main .section-4 .row-1 .cc-1 .blk-1 h2, .disclosures-main .section-4 .row-1 .cc-1 .blk-1 h6 {
  margin-bottom: 20px;
}
.disclosures-main .section-5 {
  padding-top: 150px;
}
.disclosures-main .section-5 .row-1 {
  margin-bottom: 40px;
}
.disclosures-main .section-5 .row-2 .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #141212;
  border-radius: 0px;
}
.disclosures-main .section-5 .row-2 .accordion .accordion-item:nth-child(1) {
  border-top: 1px solid #141212;
}
.disclosures-main .section-5 .row-2 .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.disclosures-main .section-5 .row-2 .accordion .accordion-item .accordion-header .accordion-button {
  padding: 40px 0px;
  background-color: transparent;
  box-shadow: none;
  font-size: 32px;
  font-weight: 600;
  color: #141212;
}
.disclosures-main .section-5 .row-2 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../img/arrow-right.svg);
  rotate: 90deg;
}
.disclosures-main .section-5 .row-2 .accordion .accordion-item .accordion-body .cc-1 {
  margin-bottom: 30px;
}
.disclosures-main .section-5 .row-2 .accordion .accordion-item .accordion-body .cc-1 img {
  width: 100%;
}
.disclosures-main .section-5 .row-3 {
  margin-top: 80px;
}
.disclosures-main .section-5 .row-3 .link-arrow {
  justify-content: center;
}

.news-detail .section-1 {
  background-color: #0047AB;
  padding-top: 220px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.news-detail .section-1::after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 300px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
}
.news-detail .section-1 .cc-1 h3 {
  color: #fff;
}
.news-detail .section-1 .cc-1 h6 {
  color: #E0B92F;
}
.news-detail .section-1 .cc-1 .blk-1 {
  display: flex;
  align-items: center;
}
.news-detail .section-1 .cc-1 .blk-1 p {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
}
.news-detail .section-1 .cc-1 .blk-1 p:last-child {
  border-right: none;
  padding-left: 10px;
}
.news-detail .section-1 .cc-2 {
  margin-top: 50px;
}
.news-detail .section-1 .cc-2 img {
  width: 100%;
}
.news-detail .section-2 {
  padding-bottom: 0;
}
.news-detail .section-2 .box-1 {
  padding: 100px;
  background-color: #EAE3C5;
  margin: 50px 0;
  position: relative;
}
.news-detail .section-2 .box-1::before {
  content: '';
  position: absolute;
  top: -25px;
  right: -46px;
  width: 140px;
  height: 335px;
  background-image: url(../img/news-dtl-icon3.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.news-detail .section-2 .box-1 h4 {
  text-align: center;
  font-weight: 400;
}
.news-detail .section-2, .news-detail .section-3, .news-detail .section-6 {
  overflow: hidden;
}
.news-detail .section-2 .row-1, .news-detail .section-3 .row-1, .news-detail .section-6 .row-1 {
  justify-content: center;
}
.news-detail .section-2 .row-1 .cc-1, .news-detail .section-3 .row-1 .cc-1, .news-detail .section-6 .row-1 .cc-1 {
  padding-right: 40px;
}
.news-detail .section-2 .row-1 .cc-1 img, .news-detail .section-3 .row-1 .cc-1 img, .news-detail .section-6 .row-1 .cc-1 img {
  width: 100%;
}
.news-detail .section-2 .row-1 .cc-1 .blk-1, .news-detail .section-3 .row-1 .cc-1 .blk-1, .news-detail .section-6 .row-1 .cc-1 .blk-1 {
  margin-bottom: 30px;
}
.news-detail .section-2 .row-1 .cc-1 h5, .news-detail .section-3 .row-1 .cc-1 h5, .news-detail .section-6 .row-1 .cc-1 h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.news-detail .section-2 .row-1 .cc-1 p, .news-detail .section-3 .row-1 .cc-1 p, .news-detail .section-6 .row-1 .cc-1 p {
  font-size: 21px;
  margin-bottom: 20px;
}
.news-detail .section-2 .row-1 .cc-1 ul li, .news-detail .section-3 .row-1 .cc-1 ul li, .news-detail .section-6 .row-1 .cc-1 ul li {
  font-size: 21px;
  margin-bottom: 10px;
}
.news-detail .section-2 .row-1 .cc-2 .blk-1, .news-detail .section-3 .row-1 .cc-2 .blk-1, .news-detail .section-6 .row-1 .cc-2 .blk-1 {
  background-color: #F1EBD3;
  padding: 20px;
  padding-bottom: 100px;
  position: relative;
}
.news-detail .section-2 .row-1 .cc-2 .blk-1::before, .news-detail .section-3 .row-1 .cc-2 .blk-1::before, .news-detail .section-6 .row-1 .cc-2 .blk-1::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/news-dtl-icon1.svg);
  width: 140px;
  height: 68px;
  background-size: contain;
  background-repeat: no-repeat;
}
.news-detail .section-2 .row-1 .cc-2 .blk-1 h6, .news-detail .section-3 .row-1 .cc-2 .blk-1 h6, .news-detail .section-6 .row-1 .cc-2 .blk-1 h6 {
  font-weight: 700;
  margin-bottom: 20px;
}
.news-detail .section-2 .row-1 .cc-2 .blk-1 img, .news-detail .section-3 .row-1 .cc-2 .blk-1 img, .news-detail .section-6 .row-1 .cc-2 .blk-1 img {
  width: 100%;
  margin-bottom: 20px;
}
.news-detail .section-2 .row-1 .cc-2 .blk-1 p, .news-detail .section-3 .row-1 .cc-2 .blk-1 p, .news-detail .section-6 .row-1 .cc-2 .blk-1 p {
  font-weight: 600;
}
.news-detail .section-3 {
  padding-top: 20px;
}
.news-detail .section-3 .cc-1 img {
  margin-bottom: 5px;
}
.news-detail .section-3 .cc-1 h6 {
  font-size: 16px;
  margin-bottom: 30px;
}
.news-detail .section-6 .cc-1 img {
  margin: 40px 0;
}
.news-detail .section-6 .cc-1 .blk-2 {
  margin-top: 40px;
}
.news-detail .section-5 {
  background-color: #E0B92F;
  padding-top: 150px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.news-detail .section-5::before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 160%;
  height: 160px;
  background: #ffffff;
  border-radius: 50%;
}
.news-detail .section-5::after {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background: #ffffff;
  border-radius: 0 0 50% 50%;
}
.news-detail .section-5 .row-1 {
  justify-content: end;
}
.news-detail .section-5 .row-1 .cc-1 img {
  width: 100%;
}
.news-detail .section-5 .row-1 .cc-2 .blk-1 {
  position: relative;
  background-color: #fff;
  padding: 40px 100px;
}

.publications-main .section-2 {
  position: relative;
  overflow: hidden;
}
.publications-main .section-2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 134%;
  height: 30%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 20px solid #EAE3C5;
  border-radius: 50%;
  z-index: 10;
}
.publications-main .section-2 .row-1 {
  margin-bottom: 60px;
}
.publications-main .section-2 .row-2 {
  background-color: #F1EBD3;
  margin: 0;
  margin-bottom: 40px;
  padding: 22px 10px;
}
.publications-main .section-2 .row-2 .cc-1 img {
  width: 100%;
}
.publications-main .section-2 .row-2 .cc-2 h3, .publications-main .section-2 .row-2 .cc-2 h6 {
  margin-bottom: 20px;
}
.publications-main .section-2 .row-2 .cc-2 .blk-1 {
  display: flex;
}
.publications-main .section-2 .row-2 .cc-2 .blk-1 .link-arrow {
  margin-right: 50px;
}
.publications-main .section-2 .row-2 .cc-2 .blk-1 .link-arrow img {
  width: 15px;
}
.publications-main .section-2 .row-2 .cc-2 .blk-1 .link-arrow p {
  border-bottom: none;
}
.publications-main .section-2 .row-2:nth-child(odd) {
  background-color: #B0DFDF;
}
.publications-main .section-3 .row-1 {
  margin-bottom: 80px;
}
.publications-main .section-3 .row-1 .search-box {
  margin-top: 30px;
  position: relative;
  width: 500px;
}
.publications-main .section-3 .row-1 .search-box input {
  width: 100%;
  padding: 12px 14px 12px 42px;
  border: 1px solid #000;
  font-size: 14px;
  outline: none;
}
.publications-main .section-3 .row-1 .search-box .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.publications-main .section-3 .row-1 .search-box .search-icon img {
  width: 16px;
  height: 16px;
  display: block;
}
.publications-main .section-3 .row-2 {
  margin: 0;
}
.publications-main .section-3 .row-2 .cc-1 {
  padding: 0;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #C5B681;
}
.publications-main .section-3 .row-2 .cc-1 .blk-1 {
  display: flex;
}
.publications-main .section-3 .row-2 .cc-1 .blk-1 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-right: 20px;
}
.publications-main .section-3 .row-2 .cc-1 .blk-1 .blk-2 {
  width: 75%;
}
.publications-main .section-3 .row-2 .cc-1 .blk-1 .blk-2 h5 {
  margin-bottom: 20px;
}
.publications-main .section-3 .row-2 .cc-1 .blk-1 .blk-2 .link-arrow {
  margin-bottom: 5px;
}
.publications-main .section-3 .row-2 .cc-1 .blk-1 .blk-2 .link-arrow img {
  width: 15px;
  height: 15px;
}
.publications-main .section-3 .row-2 .cc-1 .blk-1 .blk-2 .link-arrow p {
  border: none;
}
.publications-main .section-3 .row-2 .cc-2 {
  margin-top: 40px;
}
.publications-main .section-3 .row-2 .cc-2 .link-arrow {
  justify-content: center;
}
.publications-main .section-3 .row-2 .cc-2 .link-arrow img {
  rotate: 90deg;
}
.publications-main .section-4 {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}
.publications-main .section-4::before {
  content: "";
  position: absolute;
  top: 38px;
  width: 150%;
  height: 30%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 60px solid #ffffff;
  border-radius: 50%;
}
.publications-main .section-4::after {
  content: "";
  position: absolute;
  top: 82px;
  width: 150%;
  height: 30%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 17px solid #C5B681;
  border-radius: 50%;
}
.publications-main .section-4 img {
  width: 100%;
}
.publications-main .line {
  background-color: #C5B681;
}
.publications-main .line img {
  position: relative;
  top: -43px;
  width: 100%;
}
.publications-main .section-5 {
  background-color: #C5B681;
  padding-top: 0;
}
.publications-main .section-5 .cc-1 {
  padding: 100px;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 4px solid #E1482A;
  position: relative;
  top: -180px;
}
.publications-main .section-5 .cc-1::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url(../img/publications-icon2.svg);
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: contain;
}
.publications-main .section-5 .cc-1 h6 {
  margin-bottom: 30px;
}
.publications-main .section-5 .cc-1 .blk-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.publications-main .section-5 .cc-1 .blk-1 .link-arrow img {
  width: 15px;
}
.publications-main .section-5 .cc-1 .blk-1 .link-arrow p {
  border: none;
}
.publications-main .section-5 .cc-1 .link-arrow {
  justify-content: center;
}
.publications-main .section-5 .cc-1 .view-all img {
  rotate: 90deg;
}
.publications-main .footer-img-section {
  position: relative;
  padding-top: 0;
}
.publications-main .footer-img-section::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  background-color: #C5B681;
  z-index: -1;
}

.connect-main .section-1 {
  overflow: hidden;
}
.connect-main .section-1::before {
  content: '';
  position: absolute;
  bottom: -64px;
  right: -48px;
  background-image: url(../img/connect-icon1.svg);
  width: 260px;
  height: 440px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.connect-main .section-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}
.connect-main .section-2::after {
  content: "";
  position: absolute;
  bottom: -100px;
  width: 150%;
  height: 86%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 100px solid #003B8E;
  border-radius: 50%;
  z-index: -1;
}
.connect-main .section-2 .cc-1 h6 {
  margin-bottom: 20px;
}
.connect-main .section-2 .cc-1 h6 a {
  font-size: 21px;
  color: #E1482A;
}
.connect-main .section-3 {
  background-color: #003B8E;
  padding-bottom: 0;
}
.connect-main .section-3 .row-1 {
  margin-bottom: 20px;
}
.connect-main .section-3 .row-1 .cc-1 h2 {
  color: #fff;
}
.connect-main .section-3 .row-1 .cc-1 h6 {
  margin-bottom: 20px;
  color: #fff;
}
.connect-main .section-3 .row-3 {
  background-color: #ffffff;
  margin: 0;
  padding: 60px;
  position: relative;
  bottom: -80px;
  z-index: 1;
}
.connect-main .section-3 .row-3::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/connect-icon2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 300px;
}
.connect-main .section-3 .row-3 .cc-3 h6 a {
  color: #E1482A;
  font-size: 21px;
}
.connect-main .section-3 .row-3 h3 {
  margin-bottom: 20px;
}
.connect-main .section-3 .row-2 .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  background-color: #E0B92F;
  margin-bottom: 20px;
}
.connect-main .section-3 .row-2 .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.connect-main .section-3 .row-2 .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-size: 28px;
  font-weight: 700;
  color: #141212;
}
.connect-main .section-3 .row-2 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../img/connect-plus.svg);
}
.connect-main .section-3 .row-2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../img/connect-minus.svg);
}
.connect-main .section-3 .row-2 .accordion .accordion-item .accordion-body .cc-1 {
  margin-bottom: 30px;
}
.connect-main .section-3 .row-2 .accordion .accordion-item .accordion-body .cc-1 img {
  width: 100%;
}
.connect-main .section-3 .row-2 .accordion-body {
  /* Phone */
  /* Upload Section */
  /* Submit */
}
.connect-main .section-3 .row-2 .accordion-body .application-form {
  padding: 50px 60px 70px;
}
.connect-main .section-3 .row-2 .accordion-body .application-form h4 {
  font-weight: 700;
  margin-bottom: 30px;
}
.connect-main .section-3 .row-2 .accordion-body .form-group {
  margin-bottom: 22px;
}
.connect-main .section-3 .row-2 .accordion-body .form-group label {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  color: #141212;
}
.connect-main .section-3 .row-2 .accordion-body .form-group input {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #C5C3C2;
  background: #fffef8;
}
.connect-main .section-3 .row-2 .accordion-body .form-group input:focus {
  outline: none;
}
.connect-main .section-3 .row-2 .accordion-body .form-group input::placeholder {
  color: #C5C3C2;
}
.connect-main .section-3 .row-2 .accordion-body .phone-field {
  display: flex;
  align-items: center;
}
.connect-main .section-3 .row-2 .accordion-body .phone-field .country-code {
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #C5C3C2;
  color: #141212;
  background: #fffef8;
}
.connect-main .section-3 .row-2 .accordion-body .phone-field input {
  border: 1px solid #C5C3C2;
  flex: 1;
  margin-left: 10px;
}
.connect-main .section-3 .row-2 .accordion-body .upload-section {
  margin-top: 40px;
}
.connect-main .section-3 .row-2 .accordion-body .upload-title {
  font-size: 14px;
  margin-bottom: 12px;
  display: block;
}
.connect-main .section-3 .row-2 .accordion-body .upload-box {
  border: 1px dashed #C5C3C2;
  padding: 45px 20px;
  text-align: center;
  background: #fffef8;
}
.connect-main .section-3 .row-2 .accordion-body .upload-box label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #141212;
}
.connect-main .section-3 .row-2 .accordion-body .upload-box img {
  width: 30px;
}
.connect-main .section-3 .row-2 .accordion-body .upload-box strong {
  font-size: 16px;
}
.connect-main .section-3 .row-2 .accordion-body .upload-box small {
  font-size: 14px;
  color: #141212;
}
.connect-main .section-3 .row-2 .accordion-body .submit-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.connect-main .section-3 .row-2 .accordion-body .submit-row img {
  margin-left: 10px;
}
.connect-main .section-3 .row-2 .accordion-body .submit-row button {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid #141212;
  color: #141212;
}
.connect-main .section-3 .row-2 .accordion-body .submit-row button span {
  margin-left: 6px;
}
.connect-main .section-5 {
  padding-top: 200px;
  background-color: #F1EBD3;
  position: relative;
  overflow: hidden;
}
.connect-main .section-5::before {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 230px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 0;
}
.connect-main .section-5 .row-1 .cc-1 {
  position: relative;
  z-index: 1;
}
.connect-main .section-5 .row-1 .cc-1 img {
  width: 100%;
}
.connect-main .section-5 .row-1 .cc-2 .blk-1 {
  padding: 24px;
  background-color: #F1EBD3;
  position: relative;
  top: -100px;
  z-index: 2;
}
.connect-main .section-5 .row-1 .cc-2 .blk-1 h2, .connect-main .section-5 .row-1 .cc-2 .blk-1 h6 {
  margin-bottom: 25px;
}
.connect-main .section-6 .cc-1 h2 {
  margin-bottom: 20px;
}
.connect-main .section-6 .cc-1 h4 {
  margin-bottom: 20px;
}
.connect-main .section-6 .cc-1 h6 {
  margin-bottom: 60px;
}
.connect-main .section-6 .form-wrapper h2 {
  margin-bottom: 30px;
}
.connect-main .section-6 .form-wrapper h3 {
  margin: 40px 0 20px;
}
.connect-main .section-6 .form-wrapper .blk-1, .connect-main .section-6 .form-wrapper .blk-2, .connect-main .section-6 .form-wrapper .blk-3, .connect-main .section-6 .form-wrapper .blk-4 {
  margin-bottom: 40px;
}
.connect-main .section-6 .form-wrapper .blk-1 h4, .connect-main .section-6 .form-wrapper .blk-2 h4, .connect-main .section-6 .form-wrapper .blk-3 h4, .connect-main .section-6 .form-wrapper .blk-4 h4 {
  margin-bottom: 30px;
}
.connect-main .section-6 .form-wrapper .blk-1 {
  margin-bottom: 70px;
}
.connect-main .section-6 .form-wrapper .blk-1 h4 {
  margin-bottom: 30px;
}
.connect-main .section-6 .form-wrapper .blk-4 h4 {
  margin-bottom: 5px;
}
.connect-main .section-6 .form-group {
  margin-bottom: 22px;
}
.connect-main .section-6 .form-group label {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}
.connect-main .section-6 .form-group input,
.connect-main .section-6 .form-group select,
.connect-main .section-6 .form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #B9B8B8;
  font-size: 18px;
}
.connect-main .section-6 .form-group input:focus,
.connect-main .section-6 .form-group select:focus,
.connect-main .section-6 .form-group textarea:focus {
  outline: none;
  border-color: #141212;
}
.connect-main .section-6 .form-group input::placeholder,
.connect-main .section-6 .form-group select::placeholder,
.connect-main .section-6 .form-group textarea::placeholder {
  color: #B9B8B8;
}
.connect-main .section-6 .form-group textarea {
  resize: none;
}
.connect-main .section-6 .phone-input {
  display: flex;
}
.connect-main .section-6 .phone-input select {
  width: 80px;
}
.connect-main .section-6 .upload-box {
  border: 1px solid #ddd;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  color: #777;
}
.connect-main .section-6 .upload-box label {
  cursor: pointer;
  font-size: 21px;
  color: #B9B8B8;
}
.connect-main .section-6 .upload-box:hover {
  border-color: #141212;
}
.connect-main .section-6 .checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.connect-main .section-6 .checkbox-grid label {
  font-size: 21px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.connect-main .section-6 .checkbox-grid input {
  height: 16px;
  width: 16px;
}
.connect-main .section-6 .date-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.connect-main .section-6 .date-grid div {
  display: flex;
  flex-direction: column;
}
.connect-main .section-6 .date-grid label {
  font-size: 18px;
  color: #111;
  margin-bottom: 6px;
}
.connect-main .section-6 .date-grid input[type="date"] {
  padding: 12px 14px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #fff;
  color: #B9B8B8;
}
.connect-main .section-6 .date-grid input[type="date"]:focus {
  outline: none;
  border-color: #141212;
}
.connect-main .section-6 .confirm {
  margin: 60px 0;
}
.connect-main .section-6 .confirm label {
  font-size: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.connect-main .section-6 .submit .submit-btn {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid #141212;
}
.connect-main .section-6 .submit img {
  margin-left: 10px;
}
.connect-main .section-7 {
  background-color: #EAE3C5;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
.connect-main .section-7::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background: #fff;
  border-radius: 0 0 50% 50%;
}
.connect-main .section-7 .row-1 {
  margin-top: 40px;
}
.connect-main .section-7 .cc-1 .blk-1, .connect-main .section-7 .cc-3 .blk-1 {
  background-color: #FBF9F2;
  padding: 20px;
}
.connect-main .section-7 .cc-1 .blk-1 h6, .connect-main .section-7 .cc-3 .blk-1 h6 {
  margin-bottom: 20px;
}
.connect-main .section-7 .cc-1 .blk-1 {
  padding-bottom: 80px;
}
.connect-main .section-7 .cc-2 {
  position: relative;
  top: -80px;
}
.connect-main .section-7 .cc-2 img {
  width: 100%;
}
.connect-main .footer-img-section {
  position: relative;
  padding-top: 0;
}
.connect-main .footer-img-section::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  background-color: #EAE3C5;
  z-index: -1;
}

.terms-main .section-2 {
  padding-top: 0;
  background-color: #F1EBD3;
}
.terms-main .section-2 .row-1 {
  position: relative;
}
.terms-main .section-2 .row-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  background-image: url(../img/terms-icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 290px;
  z-index: 1;
}
.terms-main .section-2 .row-1::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  background-image: url(../img/terms-icon2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 290px;
}
.terms-main .section-2 .blk-1 {
  border-bottom: 1px solid #141212;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.terms-main .section-2 h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.terms-main .section-2 h6 {
  margin-bottom: 15px;
}
.terms-main .section-2 ul li {
  font-size: 21px;
  margin-bottom: 15px;
}
.terms-main .section-2 ul li:last-child {
  margin-bottom: 0;
}
.terms-main .section-2 ul li a {
  font-size: 21px;
  color: #E1482A;
}
.terms-main .section-2 ul li span {
  font-weight: 700;
}
.terms-main .section-2 p {
  font-size: 21px;
  margin-bottom: 5px;
}
.terms-main .section-2 p a {
  font-size: 21px;
  color: #E1482A;
}
.terms-main .section-2 .cc-1 {
  background-color: #B0DFDF;
  padding: 80px;
  position: relative;
  overflow: hidden;
}
.terms-main .section-2 .cc-1::before {
  content: "";
  position: absolute;
  bottom: -34px;
  width: 134%;
  height: 200px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 50px solid #ffffff;
  border-radius: 50%;
}
.terms-main .section-2 .cc-2 {
  background-color: #fff;
  padding: 80px;
}
.terms-main .footer-img-section {
  position: relative;
  padding-top: 0;
}
.terms-main .footer-img-section::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  background-color: #F1EBD3;
  z-index: -1;
}

.partners-main .section-2 {
  background-color: #E1482A;
}
.partners-main .section-2 .mobile-dropdown {
  display: none;
}
.partners-main .section-2 .nav {
  margin-bottom: 50px;
  justify-content: center;
}
.partners-main .section-2 .nav .nav-item {
  margin: 0 20px;
}
.partners-main .section-2 .nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  padding: 0;
}
.partners-main .section-2 .nav .nav-item .nav-link.active {
  border-radius: 0;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  font-weight: 700;
}
.partners-main .section-2 .tab-content .row-1, .partners-main .section-2 .tab-content .row-2 {
  background-color: #fff;
  padding: 80px 40px;
}
.partners-main .section-2 .tab-content .row-1 h2, .partners-main .section-2 .tab-content .row-2 h2 {
  margin-bottom: 50px;
}
.partners-main .section-2 .tab-content .row-1 .cc-1, .partners-main .section-2 .tab-content .row-2 .cc-1 {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.partners-main .section-2 .tab-content .row-1 .cc-1 .blk-1 img, .partners-main .section-2 .tab-content .row-2 .cc-1 .blk-1 img {
  width: 300px;
  margin-bottom: 15px;
}
.partners-main .section-2 .tab-content .row-1 .cc-1 .blk-1 h5, .partners-main .section-2 .tab-content .row-2 .cc-1 .blk-1 h5 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}
.partners-main .section-2 .tab-content .row-1 .cc-1 .blk-1 h6, .partners-main .section-2 .tab-content .row-2 .cc-1 .blk-1 h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
.partners-main .section-2 .tab-content .row-1 .cc-1 .blk-1 p, .partners-main .section-2 .tab-content .row-2 .cc-1 .blk-1 p {
  font-size: 21px;
}
.partners-main .section-2 .tab-content .row-1 {
  padding-bottom: 0;
}
.partners-main .section-2 .tab-content .row-2 {
  padding-top: 0;
}
.partners-main .section-3 {
  background-color: #EAE3C5;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
.partners-main .section-3::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 118%;
  height: 160px;
  background-color: #E1482A;
  border-radius: 0 0 50% 50%;
}
.partners-main .section-3 .cc-1 {
  margin-bottom: 60px;
}
.partners-main .section-3 .cc-2 img {
  width: 100%;
}
.partners-main .footer-img-section {
  position: relative;
  padding-top: 0;
}
.partners-main .footer-img-section::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  background-color: #EAE3C5;
  z-index: -1;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  section {
    padding: 80px 0;
  }

  h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
  }

  h2 {
    font-size: 32px;
    line-height: 131%;
    margin-bottom: 12px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
    line-height: 131%;
  }

  h5 {
    font-size: 21px;
  }

  h6 {
    font-size: 16px;
    line-height: 140%;
  }

  p {
    font-size: 16px;
  }

  a {
    font-size: 16px;
  }

  .hero-section {
    align-items: end;
    padding-bottom: 150px;
    background-position: center;
  }

  .link-arrow p {
    font-size: 14px;
  }
  .link-arrow img {
    width: 18px;
  }

  .mobile-dropdown {
    display: block !important;
    margin-bottom: 40px;
  }
  .mobile-dropdown .form-select {
    border: 1px solid #141212;
    padding: 12px 14px;
    font-weight: 500;
    border-radius: 0;
    background-color: #F1EBD3;
    font-size: 18px;
  }
  .mobile-dropdown .form-select:focus {
    box-shadow: none;
  }

  .container {
    padding: 0px 18px;
  }

  .navbar {
    top: 10px;
  }
  .navbar .navbar-brand {
    margin-right: 100px;
  }
  .navbar .navbar-brand img {
    width: 85px;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .navbar-toggler {
    padding-right: 0;
    order: 2;
    border: none;
  }
  .navbar .c-1 {
    padding: 8px 16px;
    margin: 0 18px;
  }
  .navbar .c-1 .donate {
    order: 1;
    font-size: 14px;
    margin: 0;
  }

  .footer-main .cc-2 .cc-01, .footer-main .cc-2 .cc-02, .footer-main .cc-2 .cc-03, .footer-main .cc-2 .cc-04, .footer-main .cc-2 .cc-05 {
    padding: 12px;
  }
  .footer-main .cc-2 .row-01 {
    padding-bottom: 50px;
  }
  .footer-main .cc-2 .row-01 .cc-02 {
    text-align: start !important;
  }
  .footer-main .cc-2 .row-01 .cc-02 .social-icon {
    justify-content: start;
  }
  .footer-main .cc-2 .row-01 .cc-02 .social-icon img {
    margin-left: 0;
    margin-right: 10px;
  }
  .footer-main .cc-2 .row-01 .cc-02 .link {
    margin-left: 12px;
  }
  .footer-main .cc-2 .row-02 {
    margin-bottom: 30px;
  }
  .footer-main .cc-2 .row-02 .cc-04 {
    margin-top: 20px;
    text-align: start !important;
  }
  .footer-main .cc-2 .row-02 .cc-04 .link {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer-main .link-list li {
    margin-right: 10px;
  }
  .footer-main .link-list li a {
    font-size: 13px;
    padding-bottom: 4px;
  }

  .footer-img-section .blk-1 img {
    width: 33.333%;
  }
  .footer-img-section .blk-1 img:first-child {
    display: none;
  }
  .footer-img-section .blk-1 img:last-child {
    display: none;
  }

  .home-main .section-1 {
    background-position: 66%;
    padding-top: 200px;
    display: block;
  }
  .home-main .section-1::before {
    bottom: -6px;
    height: 25px;
    background-size: contain;
  }
  .home-main .section-1::after {
    background-image: linear-gradient(to bottom, #00000099, #00000000);
  }
  .home-main .section-3 {
    padding-top: 200px;
    display: block;
  }
  .home-main .section-3::before {
    top: -132px;
    width: 99px;
    height: 30%;
  }
  .home-main .section-3 .side-icon {
    width: 150px;
    height: 150px;
    bottom: -72px;
  }
  .home-main .section-3 .cc-1 h2 {
    font-size: 50px;
  }
  .home-main .section-4 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .home-main .section-4::before {
    height: 116px;
    bottom: -100px;
  }
  .home-main .section-4 .row-1 {
    margin-bottom: 30px;
  }
  .home-main .section-4 .row-1 h2 {
    margin-bottom: 10px;
  }
  .home-main .section-4 .row-2 .cc-1 .blk-1 h4::after {
    border: 2px solid #740210;
    bottom: -12px;
    width: 25%;
  }
  .home-main .section-5 .row-1 {
    margin-bottom: 40px;
  }
  .home-main .section-5, .home-main .section-6 {
    padding-bottom: 250px;
  }
  .home-main .section-5 .row-2 .cc-1::before, .home-main .section-6 .row-2 .cc-1::before {
    top: 33px;
    width: 75px;
    background-size: contain;
  }
  .home-main .section-5 .row-2 .cc-1::after, .home-main .section-6 .row-2 .cc-1::after {
    display: none;
  }
  .home-main .section-5 .row-2 .cc-1 .blk-1, .home-main .section-6 .row-2 .cc-1 .blk-1 {
    width: 80%;
    bottom: -310px;
  }
  .home-main .section-6 {
    padding-bottom: 330px;
  }
  .home-main .section-7 {
    padding-top: 80px;
  }
  .home-main .section-7 .container {
    padding-right: 0;
  }
  .home-main .section-7::before {
    height: 70px;
    top: -52px;
  }
  .home-main .section-7 .row-1 {
    padding-right: 18px;
  }
  .home-main .section-7 .row-1 .blk-1 a {
    margin-right: 20px;
  }
  .home-main .section-7 .row-2 {
    padding-right: 18px;
  }
  .home-main .section-7 .row-3 {
    bottom: 60px;
  }
  .home-main .section-7 .owl-carousel-1.row {
    margin-left: 0;
    margin-right: 0;
  }
  .home-main .section-7 .owl-carousel-1 .owl-stage-outer {
    padding-left: 0;
  }
  .home-main .section-7 .owl-carousel-1 .owl-nav {
    display: none;
  }
  .home-main .section-7 .owl-carousel-1 .cc-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .home-main .section-7 .owl-carousel-1 .cc-1 .blk-1 {
    min-height: 500px;
    padding-bottom: 0px !important;
  }
  .home-main .section-7 .owl-item .link-arrow img {
    width: 20px;
  }
  .home-main .section-8 .row-1::after {
    width: 120%;
    bottom: -44px;
    height: 58px;
  }
  .home-main .section-8 .row-1 .cc-1 .blk-1 {
    padding: 30px 10px;
  }
  .home-main .section-8 .row-1 .cc-2 img {
    height: auto;
  }
  .home-main .section-9 .row-1::before {
    background-size: contain;
    top: auto;
    width: 49px;
    height: 30%;
    bottom: 90px;
  }
  .home-main .section-9 .row-1 .cc-1 {
    text-align: left !important;
  }
  .home-main .section-9 .row-1 .cc-1 .link-arrow {
    justify-content: start;
  }
  .home-main .section-9 .row-2 {
    bottom: 100px;
  }
  .home-main .section-9 .row-2 .cc-1 {
    text-align: center;
  }
  .home-main .section-9 .row-2 .cc-1 img {
    width: 88%;
  }
  .home-main .section-10 .row-1 {
    margin-bottom: 30px;
  }
  .home-main .section-10 .row-2 .accordion .accordion-item .accordion-header .accordion-button {
    padding: 30px 0px;
    font-size: 21px;
  }
  .home-main .section-10 .row-2 .accordion .accordion-item .accordion-body .cc-1 {
    width: 50%;
  }

  .wsgp-main .section-2::before {
    width: 100%;
    background-position: 50%;
  }
  .wsgp-main .section-2 .cc-1 p {
    font-size: 16px;
  }
  .wsgp-main .section-3 {
    align-items: end;
    overflow: hidden;
  }
  .wsgp-main .section-3::before {
    bottom: -56px;
    width: 130%;
    height: 30%;
    border-bottom: 60px solid #EAE3C5;
  }
  .wsgp-main .section-4 {
    padding-bottom: 100px;
  }
  .wsgp-main .section-4::before {
    bottom: -100px;
    height: 118px;
  }
  .wsgp-main .section-4::after {
    bottom: -87px;
    height: 118px;
  }
  .wsgp-main .section-4 .row-1 .col-md-12 h4 {
    font-size: 24px;
    text-align: center;
    padding: 0 30px;
  }
  .wsgp-main .section-4 .row-1 .cc-1 {
    margin-bottom: 40px;
  }
  .wsgp-main .section-4 .row-1 .cc-1:last-child {
    margin-bottom: 0;
  }
  .wsgp-main .section-4 .row-2 .cc-1 img {
    height: auto;
    margin-bottom: 20px;
  }
  .wsgp-main .section-4 .row-2 .cc-2 h4 {
    font-size: 16px;
  }
  .wsgp-main .section-5 .row-1 {
    margin-bottom: 30px;
  }
  .wsgp-main .section-5 .row-1 .text-center {
    text-align: left !important;
  }
  .wsgp-main .section-5 .row-2 .cc-1 {
    margin-bottom: 30px;
  }
  .wsgp-main .section-5 .row-2 .cc-1:last-child {
    margin-bottom: 0;
  }
  .wsgp-main .section-6 {
    padding: 100px 0;
  }
  .wsgp-main .section-6::before {
    top: -95px;
    right: -4px;
    width: 121px;
    height: 200px;
  }
  .wsgp-main .section-6 .row-2 {
    margin-bottom: 60px;
  }
  .wsgp-main .section-6 .row-2 .cc-1 {
    margin-bottom: 30px;
  }
  .wsgp-main .section-6 .row-2 .cc-1:last-child {
    margin-bottom: 0;
  }
  .wsgp-main .section-6 .row-3 h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .wsgp-main .section-7 {
    padding-top: 100px;
  }
  .wsgp-main .section-7::before {
    height: 62px;
    top: -45px;
  }
  .wsgp-main .section-7 .cc-1 {
    margin-bottom: 40px;
  }
  .wsgp-main .section-7 .cc-1 img {
    width: 100%;
  }
  .wsgp-main .section-7 .row-1 .cc-2 .blk-1:last-child {
    margin-bottom: 0;
  }
  .wsgp-main .section-8 {
    padding-top: 100px;
    height: 500px;
  }
  .wsgp-main .section-8::before {
    height: 60%;
  }
  .wsgp-main .section-8 .row-2 .cc-1 {
    margin-bottom: 30px;
  }
  .wsgp-main .section-8 .row-2 .cc-1:last-child {
    margin-bottom: 0;
  }
  .wsgp-main .section-08 {
    padding-bottom: 60px;
  }
  .wsgp-main .section-08 .row-2 {
    top: -100px;
  }
  .wsgp-main .section-08 .row-2 .cc-1 {
    margin-bottom: 40px;
  }
  .wsgp-main .section-08 .row-2 .cc-1:last-child {
    margin-bottom: 0;
  }
  .wsgp-main .section-08 .row-2 .cc-1 .blk-1 {
    padding: 50px 40px;
  }
  .wsgp-main .section-9 {
    padding-top: 20px;
  }
  .wsgp-main .section-9 .row-2 .cc-1 {
    margin-bottom: 40px;
  }
  .wsgp-main .section-9 .row-2 .owl-carousel-1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .wsgp-main .section-9 .row-2 .owl-carousel-1 .blk-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .wsgp-main .section-9 .row-2 .owl-carousel-1 .blk-1 h5 {
    margin-bottom: 20px;
  }
  .wsgp-main .section-9 .row-2 .owl-carousel-1 .blk-1 .link-arrow img {
    width: 20px;
  }
  .wsgp-main .section-9 .row-2 .owl-carousel-1 .owl-nav {
    display: none;
  }
  .wsgp-main .section-9 .row-2 .owl-carousel-1 .owl-dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .wsgp-main .section-9 .row-2 .owl-carousel-1 .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    background-color: #B9B8B8;
    border-radius: 50%;
    margin: 0 5px;
  }
  .wsgp-main .section-9 .row-2 .owl-carousel-1 .owl-dots .owl-dot.active {
    background-color: #E1482A;
  }
  .wsgp-main .section-10 {
    padding: 100px 0;
  }
  .wsgp-main .section-10 .row-1 {
    margin-bottom: 30px;
  }
  .wsgp-main .section-10 .row-1 .text-center {
    text-align: left !important;
  }
  .wsgp-main .section-10::before {
    width: 170%;
    height: 140px;
  }
  .wsgp-main .section-10 .row-2 {
    justify-content: start;
    margin: 0;
  }
  .wsgp-main .section-10 .row-2 .cc-1 {
    padding: 0;
  }
  .wsgp-main .section-10 .row-2 .cc-1 .blk-1 {
    padding: 20px;
    width: 80%;
    height: 300px;
    z-index: 2;
  }
  .wsgp-main .section-10 .row-2 .cc-1 .blk-1 .bottom-icon {
    left: 0;
    right: auto;
    bottom: -87px;
    width: 25%;
    height: 150px;
    object-fit: cover;
    object-position: left;
  }
  .wsgp-main .section-10 .row-2 .cc-2 {
    padding: 0;
  }
  .wsgp-main .section-10 .row-2 .cc-2 .blk-1 {
    padding: 20px;
    width: 80%;
    margin: 0 0 0 auto;
    bottom: 0;
    height: 300px;
    top: 0;
  }
  .wsgp-main .section-10 .row-2 .cc-2 .blk-1 .top-icon {
    right: -24px;
    left: auto;
    top: -72px;
    width: 180px;
  }

  .sdm-main .section-3 {
    background-position: center;
  }
  .sdm-main .section-3::before {
    height: 36%;
  }
  .sdm-main .section-3::after {
    height: 112%;
  }
  .sdm-main .section-4 {
    padding-top: 20px;
  }
  .sdm-main .section-4::before {
    bottom: -35px;
    height: 100px;
  }
  .sdm-main .section-5 {
    padding: 30px 0;
  }
  .sdm-main .section-5 .row-1 .cc-1 {
    margin-bottom: 30px;
  }
  .sdm-main .section-5 .row-1 .cc-1:last-child {
    margin-bottom: 0;
  }
  .sdm-main .section-6 {
    padding-bottom: 380px;
  }
  .sdm-main .section-6 .row-2 .cc-1 .blk-1 {
    width: 85%;
    bottom: -380px;
    padding-bottom: 70px;
  }
  .sdm-main .section-6 .row-2 .cc-1 .blk-1::before {
    width: 70px;
    height: 100px;
  }
  .sdm-main .section-6 .row-2 .cc-1 .blk-1 h4, .sdm-main .section-6 .row-2 .cc-1 .blk-1 h5, .sdm-main .section-6 .row-2 .cc-1 .blk-1 h6 {
    margin-bottom: 15px;
  }
  .sdm-main .section-6 .row-2 .cc-1 .big-img {
    height: 300px;
    object-fit: cover;
  }
  .sdm-main .section-7::before {
    top: -75px;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sdm-main .section-7 .cc-1 .blk-1:first-child {
    margin-bottom: 40px;
  }
  .sdm-main .section-7 .cc-1 .blk-1:last-child {
    margin-bottom: 0;
  }
  .sdm-main .section-8::before {
    top: -90px;
    width: 94px;
    height: 180px;
    background-size: contain;
  }
  .sdm-main .section-8 .row-2 {
    margin-top: 40px;
  }
  .sdm-main .section-8 .row-2 .cc-1 {
    margin-bottom: 30px;
  }
  .sdm-main .section-9 .row-1 {
    padding: 60px 15px;
  }
  .sdm-main .section-9 .row-1 .blk-1 h4, .sdm-main .section-9 .row-1 .blk-1 h5, .sdm-main .section-9 .row-1 .blk-1 h5 {
    margin-bottom: 15px;
  }
  .sdm-main .section-11 .row-1 .link-arrow {
    margin-bottom: 15px;
  }
  .sdm-main .section-11 .row-1 .link-arrow p {
    font-size: 18px;
    font-weight: 400;
  }
  .sdm-main .section-11 .row-2 {
    padding: 88px 0;
  }
  .sdm-main .section-11 .row-2::before {
    top: -24px;
    height: 50px;
  }
  .sdm-main .section-11 .row-2 .cc-1 {
    padding: 0 60px;
    margin-bottom: 30px;
  }
  .sdm-main .section-11 .row-2 .cc-1:last-child {
    margin-bottom: 0;
  }
  .sdm-main .section-12 {
    padding-bottom: 0;
  }
  .sdm-main .section-12 .hero-section {
    width: 95%;
    padding: 100px 0;
    align-items: end;
    height: 450px;
  }
  .sdm-main .section-12 .hero-section h2 {
    font-weight: 600;
  }
  .sdm-main .section-12 .owl-carousel-1 {
    margin-left: 0;
    margin-right: 0;
  }
  .sdm-main .section-12 .owl-carousel-1 .owl-stage-outer {
    padding-left: 0;
  }
  .sdm-main .section-12 .owl-carousel-1 .blk-1 h5 {
    min-height: 150px !important;
  }
  .sdm-main .section-12 .owl-carousel-1 .blk-1 .link-arrow img {
    width: 20px;
  }
  .sdm-main .section-12 .owl-carousel-1 .owl-nav {
    display: none;
  }
  .sdm-main .section-12 .owl-carousel-1 .owl-dots {
    display: none;
  }
  .sdm-main .section-10 {
    padding: 100px 0;
  }
  .sdm-main .section-10::before {
    top: -32px;
    height: 60px;
  }
  .sdm-main .section-10 .row-2 {
    justify-content: start;
    margin: 0;
  }
  .sdm-main .section-10 .row-2 .cc-1 {
    padding: 0;
  }
  .sdm-main .section-10 .row-2 .cc-1 .blk-1 {
    padding: 20px;
    width: 80%;
    height: 300px;
    z-index: 2;
  }
  .sdm-main .section-10 .row-2 .cc-1 .blk-1 .bottom-icon {
    left: 0;
    right: auto;
    bottom: -87px;
    width: 25%;
    height: 150px;
    object-fit: cover;
    object-position: left;
  }
  .sdm-main .section-10 .row-2 .cc-2 {
    padding: 0;
  }
  .sdm-main .section-10 .row-2 .cc-2 .blk-1 {
    padding: 20px;
    width: 80%;
    margin: 0 0 0 auto;
    bottom: 0;
    height: 300px;
    top: 0;
  }
  .sdm-main .section-10 .row-2 .cc-2 .blk-1 .top-icon {
    right: -24px;
    left: auto;
    top: -72px;
    width: 180px;
  }

  .mvv-main .section-2 {
    padding-bottom: 20px;
  }
  .mvv-main .section-2 .cc-1 .blk-1 h4 {
    font-size: 18px;
  }
  .mvv-main .section-3 {
    padding-top: 100px;
    padding-bottom: 170px;
  }
  .mvv-main .section-3::before {
    top: -56px;
    width: 200%;
    height: 10%;
  }
  .mvv-main .section-3::after {
    top: -70px;
    width: 200%;
    height: 10%;
  }
  .mvv-main .section-3 .row-1 {
    margin-bottom: 40px;
  }
  .mvv-main .section-3 .row-2 .cc-1 h4 {
    margin-bottom: 15px;
  }
  .mvv-main .section-4 {
    top: -150px;
  }
  .mvv-main .section-4::before {
    bottom: 203px;
  }
  .mvv-main .section-4 .row-1 {
    padding: 40px 10px;
  }
  .mvv-main .section-4 .row-1 h4 {
    font-size: 16px;
  }
  .mvv-main .section-4 .row-1 p {
    font-size: 18px;
  }
  .mvv-main .section-4 .row-1 h6 {
    font-weight: 600;
  }
  .mvv-main .section-5 img {
    width: 20%;
    bottom: -130px;
  }
  .mvv-main .section-10 {
    padding-bottom: 50px;
  }
  .mvv-main .section-10::before {
    top: -60px;
    height: 80px;
  }
  .mvv-main .section-10::after {
    display: none;
  }
  .mvv-main .section-10 .row-1 .cc-2 {
    width: 90%;
    margin-bottom: 50px;
  }
  .mvv-main .section-10 .row-1 .cc-2 .blk-1 h6 {
    margin-bottom: 20px;
  }
  .mvv-main .section-10 .row-1 .cc-3 h4 {
    margin-bottom: 20px;
  }

  .recognition-main .section-2::before {
    bottom: -46px;
    height: 110px;
  }
  .recognition-main .section-3 {
    padding-top: 25px;
  }
  .recognition-main .section-3 .row-1 {
    margin-bottom: 40px;
  }
  .recognition-main .section-3 .row-1 .cc-1 h2 {
    font-size: 80px;
  }
  .recognition-main .section-3 .row-1 .cc-2 .row-2, .recognition-main .section-3 .row-1 .cc-2 .row-3 {
    margin: 0;
  }
  .recognition-main .section-3 .row-1 .cc-2 .row-2 .cc-3, .recognition-main .section-3 .row-1 .cc-2 .row-2 .cc-5, .recognition-main .section-3 .row-1 .cc-2 .row-3 .cc-3, .recognition-main .section-3 .row-1 .cc-2 .row-3 .cc-5 {
    padding-left: 0;
  }
  .recognition-main .section-3 .row-1 .cc-2 .row-2 .cc-4, .recognition-main .section-3 .row-1 .cc-2 .row-2 .cc-6, .recognition-main .section-3 .row-1 .cc-2 .row-3 .cc-4, .recognition-main .section-3 .row-1 .cc-2 .row-3 .cc-6 {
    padding-left: 0px;
  }
  .recognition-main .section-3 .row-1 .cc-2 .row-2 h6, .recognition-main .section-3 .row-1 .cc-2 .row-3 h6 {
    margin-bottom: 20px;
  }
  .recognition-main .section-3 .row-1 .cc-2 .row-2 h6 a, .recognition-main .section-3 .row-1 .cc-2 .row-3 h6 a {
    font-size: 16px;
  }
  .recognition-main .section-3 .row-1 .cc-2 .row-2 .cc-3 img {
    margin-bottom: 20px;
  }
  .recognition-main .section-3 .row-1 .cc-2 .row-3 {
    margin-top: 60px;
  }
  .recognition-main .section-4 {
    padding-bottom: 250px;
    padding-top: 100px;
  }
  .recognition-main .section-4::before {
    width: 90%;
    height: 100px;
    background-size: contain;
  }
  .recognition-main .section-4 .row-2 .cc-1 .blk-1 {
    width: 84%;
    bottom: -190px;
  }
  .recognition-main .section-5::before {
    top: -60px;
    height: 80px;
  }
  .recognition-main .section-5 .container {
    padding-left: 0;
  }
  .recognition-main .section-5 .container .row-1::before {
    left: 78%;
    top: -40px;
    width: 170px;
    height: 170px;
  }
  .recognition-main .section-5 .container .row-1 .cc-1 img {
    width: 85%;
  }
  .recognition-main .section-5 .container .row-1 .cc-2 {
    width: 85%;
    margin: 0 auto;
  }
  .recognition-main .section-5 .container .row-1 .cc-2 .blk-1 {
    top: -40px;
    z-index: 2;
    right: -31px;
  }

  .media-main .section-2 {
    padding-bottom: 50px;
  }
  .media-main .section-2::before {
    display: none;
  }
  .media-main .section-2 .cc-2 {
    padding-left: 12px;
    margin-top: 60px;
  }
  .media-main .section-2 .cc-2 .filter {
    margin-bottom: 40px;
  }
  .media-main .section-2 .cc-2 .filter li {
    font-size: 16px;
  }
  .media-main .section-2 .cc-2 .filter li:first-child {
    margin-right: 200px;
  }
  .media-main .section-2 .cc-2 .filter .nav-item {
    margin-right: 20px;
    padding-left: 10px;
  }
  .media-main .section-2 .cc-2 .blk-3 {
    margin-bottom: 50px;
  }
  .media-main .section-3 {
    padding-bottom: 60px;
  }
  .media-main .section-3::before {
    top: -30px;
    height: 100px;
  }
  .media-main .section-3 .blk-1 {
    display: block;
  }
  .media-main .section-3 .blk-1 .link-arrow {
    margin-bottom: 20px;
  }

  .disclosures-main .section-02 .row-1 .cc-1 {
    padding: 0;
    padding-bottom: 20px;
  }
  .disclosures-main .section-2 {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
  }
  .disclosures-main .section-2::before {
    bottom: -126px;
    height: 350px;
  }
  .disclosures-main .section-2::after {
    border-bottom: 20px solid #003B8E;
    height: 100px;
  }
  .disclosures-main .section-2 .desktop-tab .nav-pills {
    display: none;
  }
  .disclosures-main .section-2 .tab-content .blk-1 .link-arrow {
    align-items: baseline;
  }
  .disclosures-main .section-2 .tab-content .blk-1 .link-arrow img {
    margin-left: 0;
  }
  .disclosures-main .section-2 .tab-content .blk-1 .link-arrow p {
    font-size: 18px;
  }
  .disclosures-main .section-2 .mobile-dropdown {
    display: block !important;
    margin-bottom: 40px;
  }
  .disclosures-main .section-2 .mobile-dropdown .form-select {
    border: 1px solid #141212;
    padding: 12px 14px;
    font-weight: 500;
    border-radius: 0;
    background-color: #F1EBD3;
    font-size: 18px;
  }
  .disclosures-main .section-2 .mobile-dropdown .form-select:focus {
    box-shadow: none;
  }
  .disclosures-main .section-4 {
    padding-bottom: 150px;
  }
  .disclosures-main .section-4 .row-1 .cc-1 .blk-1 {
    bottom: -216px;
    width: 85%;
  }
  .disclosures-main .section-5 .row-2 .accordion .accordion-item .accordion-header .accordion-button {
    padding: 30px 0px;
    font-size: 21px;
  }
  .disclosures-main .section-5 .row-2 .accordion .accordion-item .accordion-body .cc-1 {
    width: 50%;
  }

  .connect-main .section-1::before {
    bottom: -23px;
    right: -50px;
    width: 130px;
    height: 170px;
  }
  .connect-main .section-2 {
    padding-bottom: 120px;
  }
  .connect-main .section-2 .cc-1 h6 a {
    font-size: 16px;
  }
  .connect-main .section-3 .row-2 .accordion-body .application-form {
    padding: 0;
  }
  .connect-main .section-3 .row-2 .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 21px;
  }
  .connect-main .section-3 .row-3 {
    padding: 40px 20px;
    padding-top: 150px;
  }
  .connect-main .section-3 .row-3::before {
    width: 96px;
    height: 200px;
    top: -2px;
  }
  .connect-main .section-3 .row-3 .cc-3 h6 a {
    font-size: 16px;
  }
  .connect-main .section-5 {
    padding-bottom: 30px;
  }
  .connect-main .section-5::before {
    bottom: -100px;
    height: 135px;
  }
  .connect-main .section-5 .row-1 .cc-2 .blk-1 {
    top: -40px;
    width: 90%;
    margin: 0 0 0 auto;
  }
  .connect-main .section-6 .upload-box label {
    font-size: 16px;
  }
  .connect-main .section-6 .date-grid {
    display: block;
  }
  .connect-main .section-6 .date-grid > div {
    margin-bottom: 20px;
  }
  .connect-main .section-6 .confirm label {
    align-items: baseline;
  }
  .connect-main .section-6 .checkbox-grid {
    display: block;
  }
  .connect-main .section-6 .checkbox-grid label {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .connect-main .section-6 .form-group input,
  .connect-main .section-6 .form-group select,
  .connect-main .section-6 .form-group textarea {
    font-size: 16px;
  }
  .connect-main .section-6 .form-group label {
    font-size: 16px;
  }
  .connect-main .section-7::before {
    width: 152%;
  }
  .connect-main .section-7 .cc-2 {
    width: 90%;
    margin: 0 0 0 auto;
  }

  .news-detail .section-1::after {
    bottom: -200px;
    width: 170%;
  }

  .terms-main .section-2 .blk-1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .terms-main .section-2 h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .terms-main .section-2 h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .terms-main .section-2 ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .terms-main .section-2 ul li a {
    font-size: 16px;
  }
  .terms-main .section-2 p {
    font-size: 16px;
  }
  .terms-main .section-2 p a {
    font-size: 16px;
  }
  .terms-main .section-2 .row-1 {
    margin: 0;
  }
  .terms-main .section-2 .row-1 .cc-1 {
    padding: 50px 20px;
    padding-bottom: 150px;
  }
  .terms-main .section-2 .row-1::before {
    left: -50px;
    width: 100px;
    height: 150px;
    bottom: -13px;
    top: auto;
  }
  .terms-main .section-2 .row-1::after {
    display: none;
  }
  .terms-main .section-2 .row-2 {
    margin: 0;
  }
  .terms-main .section-2 .row-2 .cc-2 {
    padding: 50px 20px;
  }

  .partners-main .section-2 .desktop-tab {
    display: none;
  }
  .partners-main .section-2 .tab-content .row-1, .partners-main .section-2 .tab-content .row-2 {
    margin: 0;
    padding: 40px 15px;
  }
  .partners-main .section-2 .tab-content .row-1 h2, .partners-main .section-2 .tab-content .row-2 h2 {
    margin-bottom: 20px;
  }
  .partners-main .section-2 .tab-content .row-1 p, .partners-main .section-2 .tab-content .row-2 p {
    font-size: 18px !important;
  }
  .partners-main .section-2 .tab-content .row-1 .cc-1, .partners-main .section-2 .tab-content .row-2 .cc-1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

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