@keyframes slide-bottom {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
#header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}
#header .navbar {
  padding: 0;
  padding-top: 30px;
}
@media all and (min-width: 992px) {
  #header .navbar .logo-wrapper {
    margin-bottom: 40px;
  }
}
#header .navbar .navbar-nav {
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 10px;
}
#header .navbar .navbar-nav a {
  padding: 0;
  font-weight: 700;
  font-family: "cinzel";
  color: var(--gray98);
  transition: 0.3s all linear;
}
#header .navbar .navbar-nav a:hover {
  color: var(--orange);
}
#header .navbar .navbar-toggler {
  border-color: transparent;
}
#header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
#header .navbar.active {
  background: white;
}
#header .navbar.active .navbar-toggler-icon {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%2330699e" fill-rule="evenodd" d="M3.5 5a1 1 0 0 0 0 2h17a1 1 0 1 0 0-2h-17Zm-1 7a1 1 0 0 1 1-1h17a1 1 0 1 1 0 2h-17a1 1 0 0 1-1-1Zm0 6.001a1 1 0 0 1 1-1h17a1 1 0 1 1 0 2h-17a1 1 0 0 1-1-1Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E') no-repeat center/cover;
}
#header .navbar.active a {
  color: #506785;
}
#header .navbar.active .navbar-nav {
  padding: 40px 0;
}
#header.sticky-nav {
  position: fixed;
  left: 0;
  transform: translateX(0);
  z-index: 2;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
  animation: slide-bottom 0.5s;
}
#header.sticky-nav .navbar {
  padding: 0;
}
#header.sticky-nav .navbar .container {
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
}
#header.sticky-nav .navbar .container .logo-wrapper {
  margin-bottom: 0px;
}
#header.sticky-nav .navbar .container .navbar-nav {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media all and (min-width: 1200px) {
  #header.sticky-nav .navbar .container .navbar-nav {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
#header.sticky-nav .navbar .container .navbar-nav a {
  margin: 0;
  color: #506785;
}
#header.sticky-nav .navbar .container .navbar-nav a:hover {
  color: var(--orange);
}
#header.sticky-nav .navbar .navbar-toggler {
  border-color: transparent;
}
#header.sticky-nav .navbar .navbar-toggler .navbar-toggler-icon {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%2330699e" fill-rule="evenodd" d="M3.5 5a1 1 0 0 0 0 2h17a1 1 0 1 0 0-2h-17Zm-1 7a1 1 0 0 1 1-1h17a1 1 0 1 1 0 2h-17a1 1 0 0 1-1-1Zm0 6.001a1 1 0 0 1 1-1h17a1 1 0 1 1 0 2h-17a1 1 0 0 1-1-1Z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E') no-repeat center/cover;
}
#header.sticky-nav .navbar .navbar-toggler:focus {
  box-shadow: none;
}

.banner-section {
  position: relative;
  background: url("/assets/images/banner-bg.png") no-repeat center/cover;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section .slogan {
  font-family: "cinzel";
}
.banner-section .content {
  z-index: 1;
  position: relative;
  top: 13%;
}
.banner-section .content .text-slider .text-wrapper h1.title {
  margin: 12px 0;
}
.banner-section::after {
  background: rgba(0, 0, 0, 0.5019607843);
}
.banner-section .slick-slide {
  transform: scale(0);
}
.banner-section .slick-slide.slick-active {
  transition: 0.3s all linear !important;
  transform: scale(1);
}

.services {
  overflow-x: hidden;
  padding-top: clamp(2.5rem, 0.839rem + 4.613vw, 6.375rem);
  padding-bottom: 10px;
}
@media all and (min-width: 1200px) {
  .services {
    padding-bottom: 52px;
  }
}
.services h2 {
  width: 100%;
  margin-bottom: clamp(3.125rem, 0.232rem + 8.036vw, 9.875rem);
}
@media all and (min-width: 992px) {
  .services h2 {
    width: 75%;
  }
}
@media all and (min-width: 1200px) {
  .services h2 {
    width: 60%;
  }
}
.services .content {
  position: relative;
}
.services .content::after {
  content: "";
  position: absolute;
  background: none;
}
.services .content.first {
  margin-bottom: 45px;
}
@media all and (min-width: 768px) {
  .services .content.first {
    margin-bottom: 230px;
  }
}
@media all and (min-width: 992px) {
  .services .content.first {
    margin-bottom: 307px;
  }
}
.services .content.first::after {
  height: 220px;
  width: 320px;
  left: 20rem;
  bottom: -20rem;
}
@media all and (min-width: 768px) {
  .services .content.first::after {
    background: url(/Frontend/assets/images/right-cruve-arrow.svg) no-repeat center/cover;
    height: 210px;
    width: 260px;
    left: 5rem;
    bottom: -17rem;
  }
}
@media all and (min-width: 992px) {
  .services .content.first::after {
    height: 220px;
    width: 320px;
    left: 10rem;
    bottom: -20rem;
  }
}
@media all and (min-width: 1200px) {
  .services .content.first::after {
    left: 20rem;
  }
}
.services .content.first .cultural-content .cloud-img {
  position: absolute;
  right: -13rem;
  top: -15rem;
}
.services .content.second {
  margin-bottom: 85px;
}
@media all and (min-width: 768px) {
  .services .content.second {
    margin-bottom: 250px;
  }
}
@media all and (min-width: 992px) {
  .services .content.second {
    margin-bottom: 317px;
  }
}
.services .content.second::after {
  height: 320px;
  width: 280px;
}
@media all and (min-width: 768px) {
  .services .content.second::after {
    background: url(/Frontend/assets/images/left-curve-arrow.svg) no-repeat center/cover;
    height: 225px;
    width: 210px;
    bottom: -16rem;
    right: 30%;
  }
}
@media all and (min-width: 992px) {
  .services .content.second::after {
    height: 320px;
    width: 280px;
    right: 45%;
    bottom: -20rem;
  }
}
@media all and (min-width: 1200px) {
  .services .content.second::after {
    height: 320px;
    width: 280px;
    right: 42%;
  }
}
.services .content.second .left-cloud-img,
.services .content.second .right-cloud-img {
  position: absolute;
  max-height: 190px;
  max-width: 350px;
}
.services .content.second .left-cloud-img {
  bottom: 0;
  left: -28rem;
}
.services .content.second .right-cloud-img {
  left: 75%;
  top: -35px;
}

.about-us {
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  .about-us {
    padding: 80px 0 40px;
  }
}
@media all and (min-width: 1920px) {
  .about-us {
    padding: 169px 0;
  }
}

.news {
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  .news {
    padding: 70px 0;
  }
}
@media all and (min-width: 1920px) {
  .news {
    padding: 100px 0;
  }
}
.news h2 {
  margin-bottom: 32px;
}
.news .news-wrapper .news-item {
  padding: 24px 28px;
}
.news .news-wrapper .news-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.news .news-wrapper .news-item .news-content {
  text-overflow: ellipsis;
  max-height: 125px;
  overflow: hidden;
}
.news .subscribe-wrapper {
  margin-top: 40px;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}
@media all and (min-width: 576px) {
  .news .subscribe-wrapper {
    padding: 40px 80px;
  }
}
@media all and (min-width: 768px) {
  .news .subscribe-wrapper {
    margin-top: 70px;
  }
}
@media all and (min-width: 992px) {
  .news .subscribe-wrapper {
    padding: 40px 140px;
  }
}
@media all and (min-width: 1920px) {
  .news .subscribe-wrapper {
    margin-top: 100px 0;
  }
}
.news .subscribe-wrapper img.circle {
  display: none;
}
@media all and (min-width: 576px) {
  .news .subscribe-wrapper img.circle {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 70%;
    bottom: 50%;
  }
}
@media all and (min-width: 768px) {
  .news .subscribe-wrapper img.circle {
    right: 55%;
    bottom: 115px;
  }
}
@media all and (min-width: 1200px) {
  .news .subscribe-wrapper img.circle {
    right: 52%;
    bottom: 70px;
  }
}
.news .subscribe-wrapper h3 {
  font-family: "inter";
  margin-bottom: 28px;
}
.news .subscribe-wrapper form {
  margin-inline: -8px;
}
.news .subscribe-wrapper form .form-field {
  padding-inline: 8px;
}
@media all and (min-width: 1200px) {
  .news .subscribe-wrapper form .form-field:not(:last-of-type) {
    max-width: 315px;
    width: 100%;
  }
}
.news .subscribe-wrapper form .form-control {
  background-color: transparent;
  padding: 12px 10px;
  border-radius: 6px;
  color: #fff;
}
.news .subscribe-wrapper form .btn {
  background-color: #000 !important;
  border-radius: 6px;
  color: white;
  padding: 12px 30px;
}

.blog {
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  .blog {
    padding: 60px 0;
  }
}
@media all and (min-width: 1920px) {
  .blog {
    padding: 80px 0;
  }
}
.blog .blog-wrapper .blog-card {
  padding: 16px;
}
.blog .blog-wrapper .blog-card:not(:last-of-type) {
  margin-bottom: 16px;
}
.blog .blog-wrapper .blog-card-text .blog-content {
  text-overflow: ellipsis;
  max-height: 125px;
  overflow: hidden;
}
.blog .blog-wrapper .blog-card img {
  border-radius: 0;
}

.breadcrumb-section {
  background: url("/assets/images/breadcrumb-bg.png") no-repeat center/cover;
  height: 400px;
  width: 100%;
}
.breadcrumb-section .breadcrumb-wrapper {
  z-index: 1;
  position: relative;
  top: 15rem;
}
.breadcrumb-section .breadcrumb-wrapper .breadcrumb-item::before {
  color: #ffffff;
}

.about-section {
  padding: 40px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .about-section {
    padding: 80px 0;
  }
}
@media all and (min-width: 992px) {
  .about-section {
    padding: 170px 0 100px;
  }
}
@media all and (min-width: 1920px) {
  .about-section {
    padding: 230px 0 142px;
  }
}
.about-section .about-cultural-master:first-of-type {
  position: relative;
  padding-bottom: 180px;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .about-section .about-cultural-master:first-of-type {
    padding-bottom: 125px;
  }
}
.about-section .about-cultural-master:first-of-type .img-item {
  position: relative;
}
.about-section .about-cultural-master:first-of-type .img-item .img-wrapper:first-of-type {
  position: absolute;
  z-index: 0;
  right: 0;
}
@media all and (min-width: 768px) {
  .about-section .about-cultural-master:first-of-type .img-item .img-wrapper:first-of-type {
    right: 85px;
    top: 5%;
  }
}
@media all and (min-width: 992px) {
  .about-section .about-cultural-master:first-of-type .img-item .img-wrapper:first-of-type {
    right: 0;
    top: -25%;
  }
}
.about-section .about-cultural-master:first-of-type .img-item .img-wrapper:last-of-type {
  z-index: 1;
  position: relative;
  top: 125px;
}
@media all and (min-width: 768px) {
  .about-section .about-cultural-master:first-of-type .img-item .img-wrapper:last-of-type {
    left: 85px;
  }
}
@media all and (min-width: 992px) {
  .about-section .about-cultural-master:first-of-type .img-item .img-wrapper:last-of-type {
    top: 45px;
    left: unset;
  }
}
.about-section .about-cultural-master:first-of-type::before {
  content: "";
  position: absolute;
  background: url(/assets/images/asian_architecture.png) no-repeat top/cover;
  height: 70%;
  width: 100%;
  left: -60%;
  top: 33px;
}
.about-section .about-cultural-master h2 {
  margin-bottom: 20px;
}
.about-section .about-cultural-master:last-of-type {
  position: relative;
}
.about-section .about-cultural-master:last-of-type::before {
  content: "";
  position: absolute;
  background: url(/assets/images/asian_architecture_flipped.png) no-repeat top/cover;
  height: 95%;
  width: 92%;
  right: -48%;
  bottom: -100px;
}
.about-section .about-cultural-master:last-of-type img {
  border-radius: 20px;
}

.focus-area {
  background: url("/assets/images/focus-area-bg.png") no-repeat center/cover;
  height: 100%;
  width: 100%;
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  .focus-area {
    padding: 72px 0;
  }
}
@media all and (min-width: 1200px) {
  .focus-area {
    padding: 72px 0 100px;
  }
}
.focus-area h2 {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .focus-area h2 {
    margin-bottom: 80px;
  }
}
.focus-area .focus-area-wrapper .outer-circle,
.focus-area .focus-area-wrapper .mid-circle,
.focus-area .focus-area-wrapper .inner-circle {
  border-radius: 50%;
  border: 1px dashed #b7c1cd;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.focus-area .focus-area-wrapper .outer-circle::after,
.focus-area .focus-area-wrapper .mid-circle::after,
.focus-area .focus-area-wrapper .inner-circle::after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #f8773b, #f9bea3);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.focus-area .focus-area-wrapper .outer-circle {
  height: 344px;
  width: 344px;
}
.focus-area .focus-area-wrapper .outer-circle::after {
  right: 24px;
  bottom: 60px;
}
.focus-area .focus-area-wrapper .mid-circle {
  height: 262px;
  width: 262px;
}
.focus-area .focus-area-wrapper .mid-circle::after {
  right: -7px;
  top: 95px;
}
.focus-area .focus-area-wrapper .inner-circle {
  height: 165px;
  width: 165px;
}
.focus-area .focus-area-wrapper .inner-circle::after {
  top: -2px;
  right: 30px;
}
.focus-area .focus-area-wrapper .focus-area-logo {
  background: #506786;
  border-radius: 6px;
  padding: 26px 5px;
}

.project-type {
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  .project-type {
    padding: 70px 0;
  }
}
@media all and (min-width: 1200px) {
  .project-type {
    padding: 80px 0 103px;
  }
}
.project-type h2 {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .project-type h2 {
    margin-bottom: 80px;
  }
}
.project-type .project-list li {
  list-style: disc;
}
@media all and (min-width: 992px) {
  .project-type img {
    border-radius: 20px;
    height: 100%;
    -o-object-position: left;
       object-position: left;
  }
}

.meet-our-team {
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  .meet-our-team {
    padding: 70px 0;
  }
}
@media all and (min-width: 1200px) {
  .meet-our-team {
    padding: 100px 0;
  }
}
.meet-our-team .top-content {
  padding-bottom: 60px;
}
@media all and (min-width: 768px) {
  .meet-our-team .top-content {
    padding-bottom: 80px;
  }
}
.meet-our-team h2 {
  margin-bottom: 35px;
}
@media all and (min-width: 768px) {
  .meet-our-team h2 {
    margin-bottom: 50px;
  }
}
.meet-our-team .team-wrapper {
  margin-inline: -10px;
  row-gap: 20px;
}
.meet-our-team .team-wrapper .members {
  padding-inline: 10px;
}
@media all and (min-width: 768px) {
  .meet-our-team .team-wrapper {
    margin-inline: -20px;
    row-gap: 40px;
  }
  .meet-our-team .team-wrapper .members {
    padding-inline: 20px;
  }
}
.meet-our-team .team-wrapper .intro {
  -moz-column-gap: 40px;
       column-gap: 40px;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}

.profile {
  padding: 40px 0 30px;
}
@media all and (min-width: 768px) {
  .profile {
    padding: 70px 0 60px;
  }
}
@media all and (min-width: 1200px) {
  .profile {
    padding: 80px 0 104px;
  }
}
.profile h2 {
  margin-bottom: 20px;
}
.profile ul {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .profile ul {
    margin-bottom: 80px;
  }
}
.profile ul li {
  list-style: disc;
}
.profile img {
  border-radius: 20px;
}
.profile .response-section {
  padding: 0 60px;
  margin-bottom: 20px;
}
.profile .response-section .h2 {
  margin: 80px 0 40px;
}
.profile .response-section .subtitle {
  margin-bottom: 20px;
}
.profile .response-section .btn {
  color: #000;
  text-decoration: none;
}
.profile .comment-section h5 {
  margin-bottom: 20px;
}
.profile .comment-section form {
  margin-top: 0;
}

.cultural-master-project {
  padding: 40px 0;
  position: relative;
}
@media all and (min-width: 768px) {
  .cultural-master-project {
    padding: 70px 0 60px;
  }
}
@media all and (min-width: 1200px) {
  .cultural-master-project {
    padding: 100px 0 80px;
  }
}
.cultural-master-project::before {
  content: "";
  position: absolute;
  background: url(/assets/images/project-bg.png) no-repeat top/cover;
  height: 220px;
  width: 690px;
  left: 0;
  top: 50px;
  opacity: 0.5;
}
.cultural-master-project .container {
  position: relative;
  z-index: 1;
}
.cultural-master-project .container .project-wrapper {
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  .cultural-master-project .container .project-wrapper {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 1200px) {
  .cultural-master-project .container .project-wrapper {
    padding-bottom: 120px;
  }
}
.cultural-master-project .container .cultural-content h2 {
  margin-bottom: 20px;
}
.cultural-master-project .container .cultural-content .desc {
  margin-bottom: 40px;
}
.cultural-master-project .container .cultural-content .tab-wrapper ul {
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media all and (min-width: 768px) {
  .cultural-master-project .container .cultural-content .tab-wrapper ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cultural-master-project .container .cultural-content .tab-wrapper ul li button {
    padding: 14px 10px;
    width: 160px;
  }
}
.cultural-master-project .container .cultural-content .tab-wrapper ul li button {
  width: 140px;
  padding: 8px 10px;
  border-radius: 56px;
  background: #f0f0f0;
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
}
.cultural-master-project .container .cultural-content .tab-wrapper ul li button.active {
  color: white;
  background: #506786;
}
.cultural-master-project .container .cultural-content .tab-wrapper .tab-content .content-wrapper {
  border-radius: 16px;
}
.cultural-master-project .container .cultural-content .tab-wrapper .tab-content .content-wrapper img {
  border-radius: 16px 16px 0 0;
}
.cultural-master-project .container .cultural-content .tab-wrapper .tab-content .content-wrapper .tags {
  position: absolute;
  left: 22px;
  bottom: 16px;
}
.cultural-master-project .container .cultural-content .tab-wrapper .tab-content .content-wrapper .tags a {
  background: rgba(255, 255, 255, 0.3019607843);
  border-radius: 56px;
  padding: 8px 16px;
  margin-right: 10px;
}
.cultural-master-project .container .cultural-content .tab-wrapper .tab-content .content-wrapper .bottom-content {
  padding: 20px;
}
.cultural-master-project .container .cultural-content .tab-wrapper .tab-content .content-wrapper .bottom-content .text-wrapper p:last-of-type {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .cultural-master-project .container .cultural-content .tab-wrapper .tab-content .content-wrapper .bottom-content .text-wrapper p:last-of-type {
    margin-bottom: 80px;
  }
}
.cultural-master-project .container .cultural-content .tab-wrapper .tab-content .content-wrapper .bottom-content a {
  color: #506786;
  margin-top: 80px;
}
.cultural-master-project .container .cultural-content .tab-wrapper .tab-content .btn-orange {
  margin-top: 40px;
  border-radius: 6px;
}

.designation-project {
  padding: 58px 0;
}
.designation-project h2 {
  margin-bottom: 20px;
}

.secondary_title {
   color: #506786;
   border-bottom:1px solid #efefef;
   display:inline-block;
   padding-left: 20px;
}


.text-description {
    font-size: 18px;
    padding: 10px;
    list-style: disc;
}

@media all and (min-width: 768px) {
  .designation-project h2 {
    margin-bottom: 40px;
  }
}


.designation-project .content {
  gap: 40px;
}


.cultural-communities {
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  .cultural-communities {
    padding: 80px 0;
  }
}
@media all and (min-width: 1200px) {
  .cultural-communities {
    padding: 80px 0 120px;
  }
}
.cultural-communities .row {
  gap: 40px;
}

.inner-projects-wrapper {
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  .inner-projects-wrapper {
    padding: 80px 0;
  }
}
@media all and (min-width: 1200px) {
  .inner-projects-wrapper {
    padding: 120px 0;
  }
}
.inner-projects-wrapper .content:nth-of-type(even) {
  margin: 40px auto;
}
@media all and (min-width: 768px) {
  .inner-projects-wrapper .content:nth-of-type(even) {
    margin-bottom: 60px;
  }
}
.inner-projects-wrapper .content:nth-of-type(even) .left-content img {
  border-radius: 12px 12px 0 0;
}
@media all and (min-width: 768px) {
  .inner-projects-wrapper .content:nth-of-type(even) .left-content img {
    border-radius: 12px 0 0 12px;
  }
}
.inner-projects-wrapper .content:nth-of-type(4) {
  margin: 40px auto 0;
}
@media all and (min-width: 768px) {
  .inner-projects-wrapper .content:nth-of-type(4) {
    margin-top: 60px;
  }
}
.inner-projects-wrapper .content:nth-of-type(3) .left-content img {
  border-radius: 12px 12px 0 0;
}
@media all and (min-width: 768px) {
  .inner-projects-wrapper .content:nth-of-type(3) .left-content img {
    border-radius: 0 12px 12px 0;
  }
}
.inner-projects-wrapper .content:not(:first-child) {
  border-radius: 12px;
}
.inner-projects-wrapper .content:not(:first-child) .right-content {
  padding: 20px;
}
@media all and (min-width: 576px) {
  .inner-projects-wrapper .content:not(:first-child) .right-content {
    padding: 0 20px;
  }
}
@media all and (min-width: 768px) {
  .inner-projects-wrapper .content:not(:first-child) .right-content {
    padding: 0 40px;
  }
}
.inner-projects-wrapper .content .desc {
  line-height: 20px;
}
.inner-projects-wrapper .content.input-group input {
  border-color: #eaebed;
  border-radius: 12px;
  padding: 16px 20px;
}
.inner-projects-wrapper .content.input-group input::-moz-placeholder {
  color: #9aa7b9;
}
.inner-projects-wrapper .content.input-group input::placeholder {
  color: #9aa7b9;
}
.inner-projects-wrapper .content.input-group span {
  background: var(--orange);
  border-radius: 12px;
  padding: 20px;
}

.contact,
.submission {
  position: relative;
  padding: 40px 0;
}
@media all and (min-width: 768px) {
  .contact,
  .submission {
    padding: 70px 0;
  }
  .contact .contact-wrapper,
  .submission .contact-wrapper {
    padding-bottom: 80px;
  }
}
@media all and (min-width: 1200px) {
  .contact,
  .submission {
    padding: 135px 0 138px;
  }
}
.contact:before,
.submission:before {
  content: "";
  position: absolute;
  height: 255px;
  width: 800px;
}
.contact h2,
.submission h2 {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .contact h2,
  .submission h2 {
    margin-bottom: 40px;
  }
}
.contact .desc,
.submission .desc {
  margin-bottom: 40px;
}
.contact .contact-wrapper,
.submission .contact-wrapper {
  padding-bottom: 40px;
}
.contact .img-wrapper,
.submission .img-wrapper {
  z-index: 1;
  position: relative;
}

.contact::before {
  background: url(/assets/images/asian_architecture.png) no-repeat top/cover;
  left: -9rem;
  top: 8rem;
}
@media all and (min-width: 992px) {
  .contact::before {
    top: 10rem;
  }
}
@media all and (min-width: 1200px) {
  .contact::before {
    top: 13rem;
  }
}

.submission {
  overflow: hidden;
}
.submission::before {
  background: url(/assets/images/asian_architecture.png) no-repeat top/cover;
  right: -3rem;
  top: 56rem;
  opacity: 0.8;
}
@media all and (min-width: 992px) {
  .submission::before {
    top: 10rem;
    opacity: 1;
  }
}

.footer-wrapper {
  background: url(/assets/images/footer-bg.png) no-repeat center/cover;
  height: 100%;
  width: 100%;
  padding: 40px 0 30px;
}
@media all and (min-width: 768px) {
  .footer-wrapper {
    padding-top: 70px;
  }
}
@media all and (min-width: 1200px) {
  .footer-wrapper {
    padding-top: 130px;
  }
}
.footer-wrapper .footer-content {
  z-index: 1;
  position: relative;
}
.footer-wrapper .footer-content .desc {
  margin: 40px 0 76px;
}

.common-form {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .common-form {
    margin-top: 80px;
  }
}
.common-form .btn-orange {
  border-radius: 8px;
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .common-form .btn-orange {
    margin-top: 60px;
  }
}
.common-form .form-group input:not([type=checkbox]),
.common-form .form-group textarea {
  background: transparent;
  border-radius: 8px;
  border-color: #dddddd;
  color: var(--text);
}
.common-form .form-group input:not([type=checkbox]) {
  border-radius: 1px;
  border: 0;
  border-bottom: 1px solid #eeeef0;
}
.common-form .form-group .form-check-input {
  border-color: #858b95;
  border-radius: 0;
}
.common-form .form-group input[type=file] {
  border: 0;
  margin-left: 40px;
}/*# sourceMappingURL=styles.css.map */



/* Sliders */
.whatSpecial__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whatSpecial__card {
    padding: 24px 28px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 30%;
    box-sizing: border-box;
    height: 100%;
}

.whatSpecial__card img {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
}

.whatSpecial__svg {
    height: 220px;
    width: 100%;
    margin: auto;
    object-fit: contain;
}

.whatSpecial__card > * {
    margin-bottom: 16px;
}

.whatSpecial h5 {
    font-family: "Roboto Slab";
    font-weight: 700;
}

.whatSpecial h6 {
    font-family: "Roboto Slab";
    font-weight: 600;
}

.slick-dots li button:before {
    font-size: 30px;
    color: rgba(240, 88, 35, 0.5882352941);
    margin-top: 10px;
}

.slick-dots li.slick-active button:before {
    color: rgba(240, 88, 35, 0.5882352941);
}

.slick-prev:before, .slick-next:before {
    color: black;
    font-size: 40px;
}

.team-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/*sponsorship*/
.home-sponsors-page {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.sponsors-image img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sponsorship-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sponsorship-content h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.sponsorship-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.sponsorship-content a {
    color: #007bff;
    text-decoration: none;
}

.sponsorship-content a:hover {
    text-decoration: underline;
}

