.director__header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 32px 0
}

.director__header h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  font-weight: 100
}

.director__header ul {
  display: flex;
  justify-content: space-between
}

.director__header ul .left-btn {
  margin: 0 7.5px 0 0
}

.director__header ul .right-btn {
  margin: 0 0 0 7.5px
}

.director__header ul li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  overflow: hidden
}

.director__header ul li.slick-disabled svg g .director-btn-main {
  fill: #ffffff;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.director__header ul li.slick-disabled svg g line {
  stroke: #222222;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.director__header ul li svg {
  cursor: pointer;
  border-radius: 50%
}

.director__header ul li svg g {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.director__header ul li svg g circle {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.director__header ul li svg g .director-btn-hover {
  opacity: 0;
  fill: #00a651;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.director__header ul li svg g line {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.director__header ul li svg:hover g {
  stroke: #00a651
}

.director__header ul li svg:hover g .director-btn-hover {
  r: 20 !important;
  opacity: 1
}

.director__header ul li svg:hover g line {
  stroke: #ffffff
}

.director__slider {
  padding: 0
}

.director__slider__init {
  position: relative;
  opacity: 0
}

.director__slider__init.slick-initialized {
  opacity: 1
}

.director__slider__init:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: #ffffff;
  z-index: 1
}

.director__slider__init:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background: #ffffff;
  z-index: 1
}

.director__slider__single {
  padding: 0 15px
}

.director__slider__single__inner {
  position: relative;
  padding-top: calc(500 / 370 * 100%);
  overflow: hidden
}

.director__slider__single__inner:hover img {
  transform: scale(1.04)
}

.director__slider__single__inner a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 5
}

.director__slider__single__inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: scale(1.01);
  transition: transform 1.4s ease
}

.director__slider__single__inner__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100px;
  z-index: 2;
  background: rgba(34, 34, 34, 0.8);
  padding: 28px 30px 23px 40px
}

.director__slider__single__inner__content h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 10px 0
}

.director__slider__single__inner__content h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0
}

@media (min-width: 1550px) {
  .director__header h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300
  }
}

@media (max-width: 767px) {
  .director .container {
    min-width: 100%
  }
  .director__header {
    margin: 0 0 35px 0
  }
  .director__header h2 {
    font-size: 30px;
    margin-right: 15px
  }
  .director__header ul .left-btn {
    margin: 0 5px 0 0
  }
  .director__header ul .right-btn {
    margin: 0 0 0 5px
  }
  .director__slider {
    padding-left: 7.5px
  }
  .director__slider__init .slick-list {
    padding-right: 85px !important
  }
  .director__slider__init:before {
    left: -7px
  }
  .director__slider__init:after {
    position: unset
  }
  .director__slider__single {
    padding: 0 7.5px
  }
  .director__slider__single__inner {
    padding-top: calc(380 / 290 * 100%)
  }
  .director__slider__single__inner__content {
    padding: 28px 20px 23px 20px
  }
  .director__slider__single__inner__content h3 {
    margin: 0 0 3px 0
  }
}

.awards {
  background-color: #f9f9f9
}

.awards__header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 32px 0
}

.awards__header h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  font-weight: 100
}

.awards__header ul {
  display: flex;
  justify-content: space-between
}

.awards__header ul .left-btn {
  margin: 0 7.5px 0 0
}

.awards__header ul .right-btn {
  margin: 0 0 0 7.5px
}

.awards__header ul li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  overflow: hidden
}

.awards__header ul li.slick-disabled svg g .awards-btn-main {
  fill: transparent;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.awards__header ul li.slick-disabled svg g line {
  stroke: #222222;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.awards__header ul li svg {
  cursor: pointer;
  border-radius: 50%
}

.awards__header ul li svg g {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.awards__header ul li svg g circle {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.awards__header ul li svg g .awards-btn-hover {
  opacity: 0;
  fill: #00a651;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.awards__header ul li svg g line {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.awards__header ul li svg:hover g {
  stroke: #00a651
}

.awards__header ul li svg:hover g .awards-btn-hover {
  r: 20 !important;
  opacity: 1
}

.awards__header ul li svg:hover g line {
  stroke: #ffffff
}

.awards__slider {
  padding: 0
}

.awards__slider__init {
  position: relative;
  opacity: 0
}

.awards__slider__init.slick-initialized {
  opacity: 1
}

.awards__slider__init:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: #f9f9f9;
  z-index: 1
}

.awards__slider__init:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background: #f9f9f9;
  z-index: 1
}

.awards__slider__single {
  padding: 0 15px
}

.awards__slider__single__inner {
  position: relative;
  padding-top: calc(370 / 370 * 100%);
  overflow: hidden
}

.awards__slider__single__inner:hover img {
  transform: scale(1.04)
}

.awards__slider__single__inner a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 5
}

.awards__slider__single__inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: scale(1.01);
  transition: transform 1.4s ease
}

@media (min-width: 1550px) {
  .awards__header h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300
  }
}

@media (max-width: 767px) {
  .awards .container {
    min-width: 100%
  }
  .awards__header {
    margin: 0 0 35px 0
  }
  .awards__header h2 {
    font-size: 30px
  }
  .awards__header ul .left-btn {
    margin: 0 5px 0 0
  }
  .awards__header ul .right-btn {
    margin: 0 0 0 5px
  }
  .awards__slider {
    padding-left: 7.5px
  }
  .awards__slider__init .slick-list {
    padding-right: 85px !important
  }
  .awards__slider__init:before {
    left: -7.5px
  }
  .awards__slider__init:after {
    position: unset
  }
  .awards__slider__single {
    padding: 0 7.5px
  }
  .awards__slider__single__inner {
    padding-top: calc(290 / 290 * 100%)
  }
}

.project-inner-banner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.project-inner-banner img {
  z-index: 1
}

.project-inner-banner.add-tint:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: radial-gradient(circle, #000 0%, rgba(255, 255, 255, 0) 0%, #000 100%);
  z-index: 2
}

.project-inner-banner__content {
  margin: 0 0 60px 0;
  z-index: 2
}

.project-inner-banner__content h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0
}

.project-inner-banner__content h2 {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin: 10px 0 0
}

@media (min-width: 1550px) {
  .project-inner-banner .container {
    margin: 0 auto
  }
  .project-inner-banner__content {
    margin: 0 0 80px 0
  }
  .project-inner-banner__content h1 {
    font-size: 30px
  }
  .project-inner-banner__content h2 {
    font-size: 16px
  }
}

@media (max-width: 767px) {
  .project-inner-banner {
    height: unset;
    padding-top: calc(700 / 414 * 100%)
  }
  .project-inner-banner .container {
    min-width: 100%;
    position: absolute;
    bottom: 0
  }
}

.at-a-glance__left h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 100;
  margin: 0 0 40px 0
}

.at-a-glance__left table tr {
  border-bottom: 1px solid #e9e9e9
}

.at-a-glance__left table tr td {
  font-size: 16px;
  line-height: 24px;
  padding: 15px 30px
}

.at-a-glance__left table tr:nth-child(odd) {
  background-color: #f9f9f9
}

.at-a-glance__right {
  padding: 0
}

.at-a-glance__right__image {
  padding-top: calc(800 / 598 * 100%);
  min-height: 100%
}

@media (min-width: 1550px) {
  .at-a-glance__left h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300
  }
}

@media (max-width: 767px) {
  .at-a-glance__left {
    min-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 40px
  }
  .at-a-glance__left h2 {
    font-size: 30px;
    margin: 0 0 40px 0
  }
  .at-a-glance__left table tr td {
    padding: 15px 20px
  }
  .at-a-glance__right {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0
  }
  .at-a-glance__right__image {
    padding-top: calc(550 / 414 * 100%)
  }
}

.amenities {
  background-color: #222222
}

.amenities__header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px 0
}

.amenities__header h2 {
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  margin: 0;
  font-weight: 100
}

.amenities__header ul {
  display: flex;
  justify-content: space-between
}

.amenities__header ul .left-btn {
  margin: 0 7.5px 0 0
}

.amenities__header ul .right-btn {
  margin: 0 0 0 7.5px
}

.amenities__header ul li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  overflow: hidden
}

.amenities__header ul li svg {
  cursor: pointer;
  border-radius: 50%
}

.amenities__header ul li svg g {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.amenities__header ul li svg g .amenities-btn-hover {
  opacity: 0;
  fill: #00a651;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.amenities__header ul li svg g line {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.amenities__header ul li svg:hover g {
  stroke: #00a651
}

.amenities__header ul li svg:hover g .amenities-btn-hover {
  r: 20 !important;
  opacity: 1
}

.amenities__slider {
  padding: 0
}

.amenities__slider__init {
  position: relative;
  opacity: 0
}

.amenities__slider__init.slick-initialized {
  opacity: 1
}

.amenities__slider__init:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: #222222;
  z-index: 1
}

.amenities__slider__init:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background: #222222;
  z-index: 1
}

.amenities__slider__single {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  padding: 0 15px
}

.amenities__slider__single__inner {
  position: relative;
  padding: 49px;
  height: 0;
  width: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  overflow: hidden
}

.amenities__slider__single__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 40px;
  width: 40px;
  z-index: 1
}

.amenities__slider__single__content h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 20px 0 0 0
}

.amenities__footer {
  display: none
}

@media (min-width: 1550px) {
  .amenities__header h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300
  }
  .amenities__slider__single__inner {
    padding: 59px
  }
  .amenities__slider__single__content h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 30px 0 0 0;
    padding: 0 5px
  }
}

@media (max-width: 767px) {
  .amenities .container {
    min-width: 100%
  }
  .amenities__header {
    margin: 0 0 35px 0
  }
  .amenities__header h2 {
    font-size: 30px
  }
  .amenities__header ul {
    display: none
  }
  .amenities__slider {
    padding: 0 7.5px
  }
  .amenities__slider__init:before {
    left: -7.5px
  }
  .amenities__slider__init:after {
    right: -7.5px
  }
  .amenities__slider__single {
    padding: 0 7.5px
  }
  .amenities__slider__single__inner {
    padding: 40px
  }
  .amenities__slider__single__inner__content h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0 0 0
  }
  .amenities__footer {
    display: flex;
    justify-content: end;
    margin: 43px 0 0 0
  }
  .amenities__footer ul {
    display: flex;
    justify-content: space-between
  }
  .amenities__footer ul .left-btn {
    margin: 0 5px 0 0
  }
  .amenities__footer ul .right-btn {
    margin: 0 0 0 5px
  }
  .amenities__footer ul li {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    overflow: hidden
  }
  .amenities__footer ul li svg {
    cursor: pointer;
    border-radius: 50%
  }
  .amenities__footer ul li svg g {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
  }
  .amenities__footer ul li svg g .amenities-btn-hover {
    opacity: 0;
    fill: #00a651;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
  }
  .amenities__footer ul li svg g line {
    transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
  }
  .amenities__footer ul li svg:hover g {
    stroke: #00a651
  }
  .amenities__footer ul li svg:hover g .amenities-btn-hover {
    r: 20 !important;
    opacity: 1
  }
}

.as-floor-plan {
  background-color: #f9f9f9
}

.as-floor-plan .awards__slider__single__inner {
  padding-top: calc(450 / 370 * 100%)
}

@media (max-width: 767px) {
  .as-floor-plan__slider {
    padding-left: 7.5px
  }
  .as-floor-plan__slider__init .slick-list {
    padding-right: 85px !important
  }
  .as-floor-plan__slider__init:before {
    left: -7.5px
  }
  .as-floor-plan__slider__init:after {
    position: unset
  }
  .as-floor-plan__slider__single {
    padding: 0 7.5px
  }
  .as-floor-plan__slider__single__inner {
    padding-top: calc(290 / 290 * 100%)
  }
  .as-floor-plan .awards__slider__single__inner {
    padding-top: calc(350 / 290 * 100%)
  }
}

.infrastructure-list {
  background-color: #f9f9f9
}

.infrastructure-list__single {
  margin-bottom: 60px
}

.infrastructure-list__single:nth-child(odd) {
  padding-right: 65px
}

.infrastructure-list__single:nth-child(even) {
  padding-left: 65px
}

.infrastructure-list__single:nth-last-child(2) {
  margin: 0
}

.infrastructure-list__single:nth-last-child(1) {
  margin: 0
}

.infrastructure-list__single a {
  z-index: 5
}

.infrastructure-list__single a:hover .infrastructure-list__single__image img {
  transform: scale(1.04)
}

.infrastructure-list__single__image {
  padding-top: calc(350 / 520 * 100%);
  overflow: hidden
}

.infrastructure-list__single__image img {
  z-index: 1;
  transform: scale(1.01);
  transition: transform 1.4s ease
}

.infrastructure-list__single__content {
  border-bottom: 1px solid #222222;
  min-height: 205px;
  padding: 0 0 20px 0
}

.infrastructure-list__single__content h3 {
  font-size: 14px;
  line-height: 21px;
  color: #4a4a4a;
  text-transform: uppercase;
  padding: 0;
  margin: 30px 0 0 0
}

.infrastructure-list__single__content h2 {
  font-size: 20px;
  line-height: 26px;
  padding: 0;
  margin: 15px 0 0 0
}

.infrastructure-list__single__content p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0 20px 0
}

@media (max-width: 767px) {
  .infrastructure-list__single {
    margin-bottom: 30px;
    padding: 0 15px !important
  }
  .infrastructure-list__single:nth-last-child(2) {
    margin-bottom: 30px
  }
  .infrastructure-list__single:nth-last-child(1) {
    margin: 0
  }
  .infrastructure-list__single__image {
    padding-top: calc(280 / 374 * 100%)
  }
  .infrastructure-list__single__content {
    min-height: unset;
    padding: 0 0 30px 0
  }
  .infrastructure-list__single__content .upper-para {
    padding: 20px 0 0 0
  }
  .infrastructure-list__single__content .lower-para {
    padding: 20px 0 0 0
  }
}

.pagination-wrapper {
  width: 100%;
  margin-top: 30px
}

.pagination-wrapper__pagination__inner {
  justify-content: center
}

.pagination-wrapper .page-item.active .page-link {
  background-color: #2c7a6e;
  border-color: #2c7a6e;
  color: #ffff
}

.pagination-wrapper .page-item {
  transition: all 0.6s ease
}

.pagination-wrapper .page-item .page-link {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #405672;
  background-color: transparent;
  border-color: #2c7a6e;
  border-radius: 3px;
  margin: 0 5px;
  font-size: 12px;
  line-height: 21px;
  height: 30px;
  width: 30px
}

.pagination-wrapper .page-item .page-link:hover {
  background-color: #2c7a6e;
  border-color: #2c7a6e;
  color: #ffffff;
  transition: all 0.6s ease
}

.pagination-wrapper .page-item .page-link:focus {
  outline: none;
  box-shadow: none
}

.pagination-wrapper .page-item .prev:hover {
  background-color: transparent
}

.pagination-wrapper .page-item .next:hover {
  background-color: transparent
}

.pagination-wrapper .page-item .prev {
  border-color: transparent !important
}

.pagination-wrapper .page-item .next {
  border-color: transparent !important
}

.pagination-wrapper .pagination {
  justify-content: center
}

.pagination-wrapper .pagination li {
  transition: all 0.6s ease
}

.pagination-wrapper .pagination li a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #405672;
  background-color: transparent;
  border: 1px solid #2c7a6e;
  border-radius: 3px;
  margin: 0 5px;
  font-size: 12px;
  line-height: 21px;
  height: 30px;
  width: 30px
}

.pagination-wrapper .pagination li a:hover {
  background-color: #2c7a6e;
  border-color: #2c7a6e;
  color: #ffffff;
  transition: all 0.6s ease
}

.pagination-wrapper .pagination li a:focus {
  outline: none;
  box-shadow: none
}

.pagination-wrapper .pagination li.prev {
  border-color: transparent !important
}

.pagination-wrapper .pagination li.prev span {
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 30px;
  width: 30px
}

.pagination-wrapper .pagination li.prev a {
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent
}

.pagination-wrapper .pagination li.prev:hover {
  background-color: transparent
}

.pagination-wrapper .pagination li.next {
  border-color: transparent !important
}

.pagination-wrapper .pagination li.next span {
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 30px;
  width: 30px
}

.pagination-wrapper .pagination li.next a {
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent
}

.pagination-wrapper .pagination li.next:hover {
  background-color: transparent
}

.pagination-wrapper .pagination li.active a {
  background-color: #2c7a6e;
  border-color: #2c7a6e;
  color: #ffffff
}

.blog-pagination-row {
  justify-content: center
}

.blog-pagination-wrapper {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center
}

.blog-pagination-wrapper .page-numbers {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #405672;
  background-color: transparent;
  border: 1px solid #2c7a6e;
  border-radius: 3px;
  margin: 0 5px;
  font-size: 12px;
  line-height: 21px;
  height: 30px;
  width: 30px
}

.blog-pagination-wrapper .page-numbers:hover {
  background-color: #2c7a6e;
  border-color: #2c7a6e;
  color: #ffffff;
  transition: all 0.6s ease
}

.blog-pagination-wrapper .page-numbers:focus {
  outline: none;
  box-shadow: none
}

.blog-pagination-wrapper .page-numbers.prev {
  border-color: transparent !important;
  color: #2c7a6e;
  font-size: 23px
}

.blog-pagination-wrapper .page-numbers.prev:hover {
  background-color: transparent
}

.blog-pagination-wrapper .page-numbers.next {
  border-color: transparent !important;
  color: #2c7a6e;
  font-size: 23px
}

.blog-pagination-wrapper .page-numbers.next:hover {
  background-color: transparent
}

.blog-pagination-wrapper .page-numbers.current {
  background-color: #2c7a6e;
  border-color: #2c7a6e;
  color: #ffffff
}

.newsletter.pt-100 {
  padding-top: 100px
}

@media (max-width: 767px) {
  .newsletter.pt-100 {
    padding-top: 70px
  }
}

@media (min-width: 1550px) {
  .newsletter.pt-100 {
    padding-top: 160px
  }
}

.newsletter.pb-100 {
  padding-bottom: 100px
}

@media (max-width: 767px) {
  .newsletter.pb-100 {
    padding-bottom: 70px
  }
}

@media (min-width: 1550px) {
  .newsletter.pb-100 {
    padding-bottom: 160px
  }
}

.newsletter .mt-15-force {
  margin-top: 15px !important
}

.newsletter__single {
  padding: 20px 15px
}

.newsletter__single__inner {
  position: relative;
  padding-top: calc(450 / 370 * 100%);
  overflow: hidden
}

.newsletter__single__inner:hover img {
  transform: scale(1.04)
}

.newsletter__single__inner a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 5
}

.newsletter__single__inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: scale(1.01);
  transition: transform 1.4s ease
}

.newsletter__single__inner__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 80px;
  z-index: 2;
  background: rgba(34, 34, 34, 0.7);
  padding: 30px 40px
}

.newsletter__single__inner__content h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff
}

@media (min-width: 1550px) {
  .newsletter__single__inner__content h2 {
    font-size: 20px;
    line-height: 27px
  }
}

@media (max-width: 991px) {
  .newsletter__single__inner__content {
    padding: 20px
  }
}

@media (max-width: 767px) {
  .newsletter .container {
    min-width: 100%
  }
  .newsletter__single {
    padding: 10px 15px
  }
  .newsletter__single__inner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 80px;
    z-index: 2;
    background: rgba(34, 34, 34, 0.7);
    padding: 30px 40px
  }
  .newsletter__single__inner__content h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff
  }
}

.media-tab {
  background: #2c7a6e
}

.media-tab .mobile_nav {
  display: none
}

.media-tab .nice-select {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e9e9e9;
  color: #ffffff;
  padding: 0
}

.media-tab .nice-select .current {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase
}

.media-tab .nice-select .option {
  font-size: 14px;
  font-weight: 400;
  color: #222222
}

@media (min-width: 1550px) {
  .media-tab .nice-select .option {
    font-size: 16px
  }
}

.media-tab .nice-select .option:hover {
  background: #e9e9e9;
  color: #222222
}

.media-tab .nice-select:after {
  content: url("../images/static/down-arrow-white.svg");
  right: 18px;
  top: 0px
}

.media-tab .nice-select.open:after {
  right: 14px;
  top: 45px;
  transform: rotate(-180deg)
}

.media-tab .nice-select .list {
  z-index: 100
}

.media-tab .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.media-tab .nav-link:hover {
  border: 0
}

.media-tab .nav-link:focus {
  border: 0
}

.media-tab .nav-link.active {
  color: #ffffff !important;
  background: #2c7a6e;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #fff !important
}

.media-tab .nav-fill .nav-item {
  flex: 0 0 auto;
  text-align: center;
  display: inline;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  padding: 20px 30px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: unset;
  border-bottom: 0;
  border-top: none
}

@media (max-width: 1150px) {
  .media-tab .mobile_nav {
    display: block
  }
  .media-tab .desktop_tab {
    display: none
  }
  .media-tab .tab-content {
    padding: 0 0 !important;
    clear: both
  }
}

@media (max-width: 767px) {
  .media-tab.pt-80 {
    padding-top: 60px !important
  }
  .media-tab.pb-80 {
    padding-bottom: 60px !important
  }
}

.media-list.pt-120 {
  padding-top: 105px
}

@media (max-width: 767px) {
  .media-list.pt-120 {
    padding-top: 70px
  }
}

@media (min-width: 1550px) {
  .media-list.pt-120 {
    padding-top: 165px
  }
}

.media-list .mt-15-force {
  margin-top: 15px !important
}

.media-list__single {
  padding: 15px
}

.media-list__single__inner {
  position: relative;
  padding-top: calc(450 / 370 * 100%);
  overflow: hidden;
  z-index: 4
}

.media-list__single__inner a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  object-fit: cover
}

.media-list__single__inner:hover:after {
  height: 100%
}

.media-list__single__inner:hover .media-list__single__inner__bottom-content__wrapper {
  transform: translate(0, 0)
}

.media-list__single__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  object-fit: cover;
  z-index: 5;
  background-color: #2c7a6e;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.media-list__single__inner .modify-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: scale(1.01)
}

.media-list__single__inner__top-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  margin: 40px
}

.media-list__single__inner__top-content h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase
}

.media-list__single__inner__bottom-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 80px;
  z-index: 6;
  margin: 0 40px 40px;
  overflow: hidden
}

.media-list__single__inner__bottom-content__wrapper {
  transform: translate(0, 55px);
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.media-list__single__inner__bottom-content__wrapper h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 15px 0
}

.media-list__single__inner__bottom-content__wrapper p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase
}

.media-list__single__inner__bottom-content__wrapper .card-link {
  margin: 30px 0 0 0;
  color: #ffffff
}

.media-list__single__inner__bottom-content__wrapper .card-link .explore-btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex
}

.media-list__single__inner__bottom-content__wrapper .card-link .explore-btn img {
  margin-left: 15px
}

@media (min-width: 1550px) {
  .media-list__single__inner__bottom-content__wrapper h2 {
    font-size: 20px;
    line-height: 27px
  }
}

@media (max-width: 991px) {
  .media-list__single__inner__top-content {
    margin: 20px
  }
  .media-list__single__inner__bottom-content {
    margin: 30px 20px
  }
}

@media (max-width: 767px) {
  .media-list .container {
    min-width: 100%
  }
  .media-list__single {
    padding: 10px 15px
  }
  .media-list__single__inner {
    padding-top: calc(450 / 374 * 100%)
  }
  .media-list__single__inner__top-content {
    margin: 40px 30px
  }
  .media-list__single__inner__bottom-content {
    margin: 0 50px 40px 30px
  }
}

.blog-details {
  background-color: #f9f9f9
}

.blog-details__main .info-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0
}

.blog-details__main .info-list li {
  margin: 0 10px 30px 0;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #4a4a4a;
  text-transform: uppercase
}

.blog-details__main .info-list li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #4a4a4a;
  text-transform: uppercase
}

.blog-details__main h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 0 0 15px 0
}

.blog-details__main h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 100;
  margin: 0 0 40px 0
}

.blog-details__main p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 40px 0
}

.blog-details__main p a {
  word-break: break-word;
  color: #007bff
}

.blog-details__main p:nth-last-child(1) {
  margin-bottom: 0
}

.blog-details__main__slider {
  position: relative;
  margin: 0 0 40px 0
}

.blog-details__main__slider:hover img {
  transform: scale(1.04)
}

.blog-details__main__slider__single {
  position: relative;
  padding-top: calc(500 / 970 * 100%);
  overflow: hidden
}

.blog-details__main__slider__single a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2
}

.blog-details__main__slider__single img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 1.4s ease
}

.blog-details__main__slider ul .left-btn {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 30px;
  margin: auto
}

.blog-details__main__slider ul .right-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto
}

.blog-details__main__slider ul li {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  overflow: hidden
}

.blog-details__main__slider ul li.slick-disabled svg g .blog-btn-main {
  fill: transparent;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.blog-details__main__slider ul li.slick-disabled svg g line {
  stroke: #222222;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.blog-details__main__slider ul li svg {
  cursor: pointer;
  border-radius: 50%
}

.blog-details__main__slider ul li svg g {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.blog-details__main__slider ul li svg g circle {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.blog-details__main__slider ul li svg g .blog-btn-hover {
  opacity: 0;
  fill: #00a651;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.blog-details__main__slider ul li svg g line {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.blog-details__main__slider ul li svg:hover g {
  stroke: #00a651
}

.blog-details__main__slider ul li svg:hover g .blog-btn-hover {
  r: 20 !important;
  opacity: 1
}

.blog-details__main__slider ul li svg:hover g line {
  stroke: #ffffff
}

.blog-details__main__video {
  position: relative;
  margin: 0 0 40px 0
}

.blog-details__main__video a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  z-index: 10
}

.blog-details__main__video__image {
  position: relative;
  padding-top: calc(450 / 970 * 100%);
  z-index: 1;
  overflow: hidden
}

.blog-details__main__video__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover
}

.blog-details__main__video__video-icon {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  margin: auto
}

.blog-details__main__video:hover .icon-inner {
  position: relative
}

.blog-details__main__video:hover .icon-inner:before,
.blog-details__main__video:hover .icon-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%
}

.blog-details__main__video:hover .icon-inner:after {
  background: #ffffff;
  z-index: -1;
  animation: pulse 1000ms infinite
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.5
  }
  100% {
    transform: scale(1.7);
    opacity: 0
  }
}

.blog-details__main ul {
  margin: 0 0 40px 15px
}

.blog-details__main ul li {
  list-style: unset
}

.blog-details__main .author-details {
  background: #dddddd;
  margin: 40px 0 0;
  padding: 20px;
  border-radius: 1px
}

.blog-details__main .author-details .posted-by {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 0 0 5px 0
}

.blog-details__main .author-details .author-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 0 0 15px 0
}

.blog-details__main .author-details .details {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 24px
}

.blog-details__main .author-details .details:last-child {
  margin-bottom: 0
}

@media (min-width: 1550px) {
  .blog-details__main h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300
  }
}

@media (max-width: 767px) {
  .blog-details .container {
    min-width: 100%
  }
  .blog-details__main h1 {
    font-size: 30px;
    margin: 0 0 30px 0
  }
  .blog-details__main p {
    margin: 0 0 30px 0
  }
  .blog-details__main ul {
    margin: 0 0 30px 15px
  }
  .blog-details__main__slider {
    margin: 0 0 30px 0
  }
  .blog-details__main__slider__single {
    padding-top: calc(250 / 374 * 100%)
  }
  .blog-details__main__slider ul .left-btn {
    left: 10px
  }
  .blog-details__main__slider ul .right-btn {
    right: 10px
  }
  .blog-details__main__video {
    margin: 0 0 30px 0
  }
  .blog-details__main__video__image {
    padding-top: calc(250 / 374 * 100%)
  }
}

.related-blogs__slider {
  padding: 0
}

.related-blogs__slider__init {
  position: relative;
  opacity: 0
}

.related-blogs__slider__init.slick-initialized {
  opacity: 1
}

.related-blogs__slider__init:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: #ffffff;
  z-index: 1
}

.related-blogs__slider__init:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background: #ffffff;
  z-index: 1
}

.related-blogs__slider__init.slick-dotted {
  margin-bottom: 65px !important
}

.related-blogs__slider__init .slick-dots {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -70px;
  z-index: 1
}

.related-blogs__slider__init .slick-dots .slick-active button {
  border: 1px solid #222222
}

.related-blogs__slider__init .slick-dots .slick-active button:before {
  background-color: #222222
}

.related-blogs__slider__init .slick-dots li {
  width: 30px;
  height: 30px
}

.related-blogs__slider__init .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 50%;
  position: relative
}

.related-blogs__slider__init .slick-dots li button:before {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0;
  opacity: 1;
  background-color: #d9d9d9
}

.related-blogs__slider__single {
  padding: 0 15px
}

.related-blogs__slider__single__inner {
  position: relative;
  padding-top: calc(450 / 370 * 100%);
  overflow: hidden;
  z-index: 4
}

.related-blogs__slider__single__inner a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  object-fit: cover
}

.related-blogs__slider__single__inner:hover:after {
  height: 100%
}

.related-blogs__slider__single__inner:hover .related-blogs__slider__single__inner__bottom-content__wrapper {
  transform: translate(0, 0)
}

.related-blogs__slider__single__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  object-fit: cover;
  z-index: 5;
  background-color: #2c7a6e;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.related-blogs__slider__single__inner .modify-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: scale(1.01)
}

.related-blogs__slider__single__inner__top-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  margin: 40px
}

.related-blogs__slider__single__inner__top-content h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase
}

.related-blogs__slider__single__inner__bottom-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 80px;
  z-index: 6;
  margin: 0 40px 40px;
  overflow: hidden
}

.related-blogs__slider__single__inner__bottom-content__wrapper {
  transform: translate(0, 55px);
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.related-blogs__slider__single__inner__bottom-content__wrapper h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 15px 0
}

.related-blogs__slider__single__inner__bottom-content__wrapper p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase
}

.related-blogs__slider__single__inner__bottom-content__wrapper .card-link {
  margin: 30px 0 0 0;
  color: #ffffff
}

.related-blogs__slider__single__inner__bottom-content__wrapper .card-link .explore-btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex
}

.related-blogs__slider__single__inner__bottom-content__wrapper .card-link .explore-btn img {
  margin-left: 15px
}

.related-blogs__slider ul .left-btn {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: -50px;
  margin: auto
}

.related-blogs__slider ul .right-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto
}

.related-blogs__slider ul li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  z-index: 2
}

.related-blogs__slider ul li.slick-disabled svg g .related-blogs-btn-main {
  fill: transparent;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.related-blogs__slider ul li.slick-disabled svg g line {
  stroke: #222222;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.related-blogs__slider ul li svg {
  cursor: pointer;
  border-radius: 50%
}

.related-blogs__slider ul li svg g {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.related-blogs__slider ul li svg g circle {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.related-blogs__slider ul li svg g .related-blogs-btn-hover {
  opacity: 0;
  fill: #00a651;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.related-blogs__slider ul li svg g line {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.related-blogs__slider ul li svg:hover g {
  stroke: #00a651
}

.related-blogs__slider ul li svg:hover g .related-blogs-btn-hover {
  r: 20 !important;
  opacity: 1
}

.related-blogs__slider ul li svg:hover g line {
  stroke: #ffffff
}

@media (max-width: 1250px) and (min-width: 1200px) {
  .related-blogs__slider ul .left-btn {
    left: -30px
  }
  .related-blogs__slider ul .right-btn {
    right: -30px
  }
}

@media (max-width: 1199px) and (min-width: 1050px) {
  .related-blogs__slider ul .left-btn {
    left: -40px
  }
  .related-blogs__slider ul .right-btn {
    right: -40px
  }
}

@media (max-width: 1049px) and (min-width: 992px) {
  .related-blogs__slider ul .left-btn {
    left: -15px
  }
  .related-blogs__slider ul .right-btn {
    right: -15px
  }
}

@media (max-width: 991px) {
  .related-blogs__slider ul .left-btn {
    left: -45px
  }
  .related-blogs__slider ul .right-btn {
    right: -45px
  }
}

@media (max-width: 880px) and (min-width: 800px) {
  .related-blogs__slider ul .left-btn {
    left: -35px
  }
  .related-blogs__slider ul .right-btn {
    right: -35px
  }
}

@media (max-width: 799px) and (min-width: 767px) {
  .related-blogs__slider ul .left-btn {
    left: -20px
  }
  .related-blogs__slider ul .right-btn {
    right: -20px
  }
}

@media (max-width: 767px) {
  .related-blogs .container {
    min-width: 100%
  }
  .related-blogs__slider {
    padding-left: 7.5px
  }
  .related-blogs__slider__init .slick-list {
    padding-right: 85px !important
  }
  .related-blogs__slider__init:before {
    left: -7px
  }
  .related-blogs__slider__init:after {
    position: unset
  }
  .related-blogs__slider__single {
    padding: 0 7.5px
  }
  .related-blogs__slider__single__inner {
    padding-top: calc(450 / 374 * 100%)
  }
  .related-blogs__slider__single__inner__top-content {
    margin: 40px 30px
  }
  .related-blogs__slider__single__inner__bottom-content {
    margin: 0 50px 40px 30px
  }
  .related-blogs__slider__single__inner__bottom-content__wrapper h2 {
    font-size: 16px
  }
  .related-blogs__slider ul {
    display: none
  }
}

.project-search {
  background-color: #2c7a6e
}

.project-search.pt-80 {
  padding-top: 80px
}

@media (max-width: 767px) {
  .project-search.pt-80 {
    padding-top: 60px
  }
}

.project-search.pb-80 {
  padding-bottom: 80px
}

@media (max-width: 767px) {
  .project-search.pb-80 {
    padding-bottom: 60px
  }
}

@media (max-width: 767px) {
  .project-search__single.mmx-15 {
    margin: 15px 0
  }
  .project-search__single.mmt-15 {
    margin-top: 15px
  }
}

.project-search__single .nice-select {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e9e9e9;
  color: #ffffff;
  padding: 0
}

.project-search__single .nice-select .current {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase
}

@media (min-width: 1550px) {
  .project-search__single .nice-select .current {
    font-size: 16px
  }
}

.project-search__single .nice-select .option {
  font-size: 14px;
  font-weight: 400;
  color: #222222
}

@media (min-width: 1550px) {
  .project-search__single .nice-select .option {
    font-size: 16px
  }
}

.project-search__single .nice-select .option:hover {
  background: #e9e9e9;
  color: #222222
}

.project-search__single .nice-select:after {
  content: url("../images/static/down-arrow-white.svg");
  right: 18px;
  top: 0px
}

.project-search__single .nice-select.open:after {
  right: 14px;
  top: 45px;
  transform: rotate(-180deg)
}

.project-search__single .nice-select .list {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 6
}

.project-search__single .nice-select .list .option.selected.focus {
  font-size: 14px;
  font-weight: 500
}

@media (min-width: 1550px) {
  .project-search__single .nice-select .list .option.selected.focus {
    font-size: 16px
  }
}

.project-list {
  background-color: #f9f9f9
}

.project-list.pt-65 {
  padding-top: 50px
}

@media (max-width: 767px) {
  .project-list.pt-65 {
    padding-top: 65px
  }
}

@media (min-width: 1550px) {
  .project-list.pt-65 {
    padding-top: 90px
  }
}

.project-list.pb-80 {
  padding-bottom: 120px
}

@media (max-width: 767px) {
  .project-list.pb-80 {
    padding-bottom: 80px
  }
}

.project-list__single {
  position: relative;
  padding: 30px 0
}

.project-list__single a {
  overflow: hidden
}

.project-list__single a:hover .project-list__single__img .modify-img {
  transform: scale(1.04)
}

.project-list__single a:hover .project-list__single__img:after {
  opacity: 1
}

.project-list__single a:hover .project-list__single__img .details-logo {
  opacity: 1
}

.project-list__single__header {
  min-height: 65px
}

.project-list__single__header h1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px 0
}

.project-list__single__img {
  padding-top: calc(500 / 370 * 100%);
  position: relative;
  overflow: hidden;
  z-index: 4
}

.project-list__single__img .p-status {
  -webkit-clip-path: polygon(0 0, 0 100px, 100px 0);
  clip-path: polygon(0 0, 0 100px, 100px 0);
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 15;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center
}

.project-list__single__img .p-status h4 {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 500;
  transform: rotate(-45deg) translateY(-24px)
}

.project-list__single__img .modify-img {
  z-index: 1;
  transform: scale(1.01);
  transition: all 1.4s ease
}

.project-list__single__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 1.4s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0
}

.project-list__single__img .details-logo {
  position: absolute;
  height: 114px;
  width: 104px;
  top: calc(50% - 57px);
  left: calc(50% - 52px);
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: all 1.4s ease
}

.project-list__single__content {
  margin: 20px 0 0 0
}

.project-list__single__content .title-with-line {
  margin: 0
}

.project-list__single__content .title-with-line__left {
  padding-right: 10px;
  background: #f9f9f9
}

.project-list__single__content .title-with-line__right {
  padding-left: 10px;
  background: #f9f9f9
}

.project-list__single__content p {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 300
}

.project-list .load-btn-main {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.project-list .load-btn-res {
  display: none
}

@media (min-width: 2600px) {
  .project-list .p-status {
    -webkit-clip-path: polygon(0 0, 0 200px, 200px 0);
    clip-path: polygon(0 0, 0 200px, 200px 0);
    height: 200px;
    width: 200px
  }
  .project-list .p-status h4 {
    font-size: 28px;
    line-height: 28px;
    transform: rotate(-45deg) translateY(-40px)
  }
}

@media (max-width: 767px) {
  .project-list__single {
    padding: 15px 0
  }
  .project-list__single__header {
    min-height: unset
  }
  .project-list .title-with-line {
    display: flex
  }
  .project-list .load-btn-main {
    display: none
  }
  .project-list .load-btn-res {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center
  }
}

@media (min-width: 1550px) {
  .project-list__single__header h1 {
    font-size: 24px
  }
}

.modal-backdrop {
  background-color: unset
}

.management-modal {
  padding: 0 !important;
  transition: all .6s ease;
  opacity: 0;
  visibility: hidden
}

.management-modal.show {
  opacity: 1;
  visibility: visible
}

.management-modal__dialog {
  position: fixed;
  margin: 0 auto;
  min-width: 100%;
  border-radius: 0
}

.management-modal__dialog__content {
  background: #f0f0f0;
  min-height: 100vh;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
  position: relative;
  transition: all 1s ease
}

.management-modal__dialog__content:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 95px;
  background-image: linear-gradient(transparent, #f0f0f0 50%);
  z-index: 1
}

.management-modal__dialog__content__header {
  margin: 30px 0 0 0 !important;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2) !important;
  align-items: flex-end
}

.management-modal__dialog__content__header .title {
  text-align: left;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #222222;
  text-transform: uppercase;
  margin: 0 0 30px 0 !important
}

.management-modal__dialog__content__header .close {
  margin: 0 0 30px 0 !important
}

.management-modal__dialog__content__body {
  height: calc(100vh - 86px)
}

.management-modal__dialog__content__body__text-wapper {
  margin: 40px 0 95px 0;
  padding: 0
}

.management-modal__dialog__content__body__text-wapper h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #4a4a4a;
  margin: 0 0 10px 0;
  padding: 0
}

.management-modal__dialog__content__body__text-wapper h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #222222;
  text-transform: uppercase;
  padding: 0 0 40px 0
}

.management-modal__dialog__content__body__text-wapper p {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #222222;
  margin: 0 0 24px 0
}

.management-modal__dialog__content__body__text-wapper p:last-child {
  margin: 0
}

.management-modal__dialog__content__body__text-wapper ul {
  margin: 0 0 24px 0
}

.management-modal__dialog__content__body__text-wapper ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
  position: relative
}

.management-modal__dialog__content__body__text-wapper ul li:last-child {
  margin-bottom: 0
}

.management-modal__dialog__content__body__text-wapper ul li:before {
  content: ".";
  position: absolute;
  color: #222222;
  top: -5px;
  left: 0
}

.management-modal__dialog__content__body__image-wapper {
  position: fixed;
  top: 160px;
  right: 0;
  height: calc(100vh - 70px)
}

.management-modal__dialog__content__body__image-wapper .modal-image {
  padding-top: calc(550 / 470 * 100%)
}

.management-modal__dialog__content__body .mCSB_scrollTools {
  width: 10px
}

.management-modal__dialog__content__body .mCSB_inside>.mCSB_container {
  margin-right: 0
}

.management-modal__dialog__content__body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  display: none
}

.management-modal__dialog__content__body .mCSB_scrollTools .mCSB_draggerRail {
  display: none
}

@media (min-width: 1550px) {
  .management-modal__dialog__content__body__text-wapper ul {
    margin: 0 0 24px
  }
  .management-modal__dialog__content__body__text-wapper ul li {
    font-size: 18px;
    line-height: 27px
  }
}

@media (max-width: 767px) {
  .management-modal__dialog__content {
    padding: 0 15px !important
  }
  .management-modal__dialog__content:after {
    width: 100%;
    background-image: linear-gradient(transparent, #f0f0f0)
  }
  .management-modal__dialog__content__header {
    margin: 20px 0 0 0 !important;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2) !important
  }
  .management-modal__dialog__content__header .title {
    margin: 0 0 20px 0 !important
  }
  .management-modal__dialog__content__header .close {
    margin: 0 0 20px 0 !important;
    padding: 0 !important
  }
  .management-modal__dialog__content__body {
    padding: 30px 20px 50px 20px
  }
  .management-modal__dialog__content__body__text-wapper {
    margin: 30px 0 95px 0;
    min-width: 100%
  }
  .management-modal__dialog__content__body__text-wapper h2 {
    padding: 0 0 30px 0
  }
  .management-modal__dialog__content__body__text-wapper ul {
    margin: 0
  }
  .management-modal__dialog__content__body__text-wapper ul li:nth-last-child(-n+2) {
    display: block
  }
  .management-modal__dialog__content__body__image-wapper {
    position: unset;
    min-width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 40px 0 0
  }
  .management-modal__dialog__content__body__image-wapper .modal-image {
    padding-top: calc(375 / 374 * 100%)
  }
  .management-modal__dialog__content__body .mCSB_container {
    display: flex;
    flex-direction: column-reverse
  }
  .management-modal__dialog__content__body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none
  }
  .management-modal__dialog__content__body .mCSB_scrollTools .mCSB_draggerRail {
    display: none
  }
}

.our-story-modal .management-modal__dialog__content:after {
  min-width: 100% !important;
  width: 100% !important
}

@media (min-width: 1550px) {
  .our-story-modal__dialog__content__body__text-wapper ul {
    margin: 0 0 24px
  }
  .our-story-modal__dialog__content__body__text-wapper ul li {
    font-size: 18px;
    line-height: 27px
  }
}

@media (max-width: 767px) {
  .our-story-modal__dialog__content {
    padding: 0 15px !important
  }
  .our-story-modal__dialog__content:after {
    width: 100%;
    background-image: linear-gradient(transparent, #f0f0f0)
  }
  .our-story-modal__dialog__content__header {
    margin: 20px 0 0 0 !important;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2) !important
  }
  .our-story-modal__dialog__content__header .title {
    margin: 0 0 20px 0 !important
  }
  .our-story-modal__dialog__content__header .close {
    margin: 0 0 20px 0 !important;
    padding: 0 !important
  }
  .our-story-modal__dialog__content__body {
    padding: 30px 20px 50px 20px
  }
  .our-story-modal__dialog__content__body__text-wapper {
    margin: 30px 0 95px 0;
    min-width: 100%
  }
  .our-story-modal__dialog__content__body__text-wapper h2 {
    padding: 0 0 30px 0
  }
  .our-story-modal__dialog__content__body__text-wapper ul {
    margin: 0
  }
  .our-story-modal__dialog__content__body__text-wapper ul li:nth-last-child(-n+2) {
    display: block
  }
  .our-story-modal__dialog__content__body__image-wapper {
    position: unset;
    min-width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 40px 0 0
  }
  .our-story-modal__dialog__content__body__image-wapper .modal-image {
    padding-top: calc(375 / 374 * 100%)
  }
  .our-story-modal__dialog__content__body .mCSB_container {
    display: flex;
    flex-direction: column-reverse
  }
  .our-story-modal__dialog__content__body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none
  }
  .our-story-modal__dialog__content__body .mCSB_scrollTools .mCSB_draggerRail {
    display: none
  }
} 

.associate-organizations {
  background-color: #f9f9f9
}

.associate-organizations__header h2 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  text-transform: uppercase;
  color: #4a4a4a;
  margin: 0 0 15px 0
}

.associate-organizations__header .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 100
}

.associate-organizations__slider {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 50px
}

.associate-organizations__slider__single {
  border-right: 1px solid #ddd
}

.associate-organizations__slider__single__inner {
  padding-top: calc(190 / 260 * 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.associate-organizations__slider__single__inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 55px
}

@media (min-width: 1550px) {
  .associate-organizations__slider__single__inner {
    padding-top: calc(190 / 355 * 100%)
  }
  .associate-organizations__slider__single__inner img {
    height: 80px
  }
}

@media (max-width: 767px) {
  .associate-organizations__slider__single__inner {
    padding-top: calc(100 / 135 * 100%)
  }
  .associate-organizations__slider__single__inner img {
    height: 40px
  }
}

.associate-organizations .associate-organizations__slider-init {
  margin: 0
}

.associate-organizations .slick-slide {
  margin-bottom: -7px
}

.associate-organizations .slick-slide>div {
  margin-bottom: -7px
}

.associate-organizations .slick-track {
  margin-left: 0
}

.associate-organizations .slick-track .remove-border .associate-organizations__slider__single {
  border-color: transparent
}

.associate-organizations .slick-dots {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
  z-index: 1
}

.associate-organizations .slick-dots .slick-active button {
  border: 1px solid #222222
}

.associate-organizations .slick-dots .slick-active button:before {
  background-color: #222222
}

.associate-organizations .slick-dots li {
  width: 20px;
  height: 20px
}

.associate-organizations .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 50%;
  position: relative
}

.associate-organizations .slick-dots li button:before {
  border-radius: 50%;
  height: 6px;
  width: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0;
  opacity: 1;
  background-color: #d9d9d9
}

@media (min-width: 1550px) {
  .associate-organizations__header .title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300
  }
}

@media (max-width: 767px) {
  .associate-organizations.pb-90 {
    padding-bottom: 100px
  }
  .associate-organizations__header .title {
    font-size: 30px;
    font-weight: 300
  }
  .associate-organizations__slider {
    margin-bottom: 70px
  }
  .associate-organizations .slick-dots {
    bottom: -70px
  }
  .associate-organizations .slick-dots li {
    width: 30px;
    height: 30px
  }
  .associate-organizations .slick-dots li button {
    width: 30px;
    height: 30px
  }
  .associate-organizations .slick-dots li button:before {
    height: 8px;
    width: 8px
  }
}

.releted-project {
  background-color: #f9f9f9
}

@media (min-width: 1024px) {
  .releted-project .row {
    display: block;
    width: 100%
  }
}

.releted-project__init {
  position: relative;
  opacity: 0
}

.releted-project__init.slick-initialized {
  opacity: 1
}

.releted-project__init .slick-list {
  padding: 0 !important
}

.releted-project__init .slick-list:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  right: 0;
  background: #f9f9f9;
  z-index: 1
}

.releted-project__init .slick-list:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  left: 0;
  background: #f9f9f9;
  z-index: 1
}

.releted-project__init.slick-dotted {
  margin-bottom: 50px !important
}

.releted-project__init .slick-dots {
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
  z-index: 1
}

.releted-project__init .slick-dots .slick-active button {
  border: 1px solid #222222
}

.releted-project__init .slick-dots .slick-active button:before {
  background-color: #222222
}

.releted-project__init .slick-dots li {
  width: 20px;
  height: 20px
}

.releted-project__init .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 50%;
  position: relative
}

.releted-project__init .slick-dots li button:before {
  border-radius: 50%;
  height: 6px;
  width: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0;
  opacity: 1;
  background-color: #d9d9d9
}

.releted-project__init .slick-current .releted-project__single {
  position: relative
}

.releted-project__init .slick-current .releted-project__single a {
  opacity: 1
}

.releted-project__header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 45px 0
}

.releted-project__header h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  font-weight: 100
}

.releted-project__header ul {
  display: flex;
  justify-content: space-between
}

.releted-project__header ul .left-btn {
  margin: 0 7.5px 0 0
}

.releted-project__header ul .right-btn {
  margin: 0 0 0 7.5px
}

.releted-project__header ul li {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  overflow: hidden
}

.releted-project__header ul li.slick-disabled svg g .releted-project-btn-main {
  fill: transparent;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.releted-project__header ul li.slick-disabled svg g line {
  stroke: #222222;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.releted-project__header ul li svg {
  cursor: pointer;
  border-radius: 50%
}

.releted-project__header ul li svg g {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.releted-project__header ul li svg g circle {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.releted-project__header ul li svg g .releted-project-btn-hover {
  opacity: 0;
  fill: #00a651;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.releted-project__header ul li svg g line {
  transition: all 0.6s cubic-bezier(0.42, 0, 0.35, 1.09)
}

.releted-project__header ul li svg:hover g {
  stroke: #00a651
}

.releted-project__header ul li svg:hover g .releted-project-btn-hover {
  r: 20 !important;
  opacity: 1
}

.releted-project__header ul li svg:hover g line {
  stroke: #ffffff
}

.releted-project__single {
  position: relative
}

.releted-project__single a {
  overflow: hidden;
  transition: all 1.4s ease
}

.releted-project__single a:hover {
  opacity: 1
}

.releted-project__single a:hover .releted-project__single__img .modify-img {
  transform: scale(1.04)
}

.releted-project__single a:hover .releted-project__single__img:after {
  opacity: 1
}

.releted-project__single a:hover .releted-project__single__img .details-logo {
  opacity: 1
}

.releted-project__single__header {
  min-height: 65px
}

.releted-project__single__header h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0
}

.releted-project__single__img {
  padding-top: calc(500 / 370 * 100%);
  position: relative;
  overflow: hidden;
  z-index: 4
}

.releted-project__single__img .p-status {
  -webkit-clip-path: polygon(0 0, 0 100px, 100px 0);
  clip-path: polygon(0 0, 0 100px, 100px 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: 3;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center
}

.releted-project__single__img .p-status h4 {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 500;
  transform: rotate(-45deg) translateY(-24px)
}

.releted-project__single__img .modify-img {
  z-index: 1;
  transform: scale(1.01);
  transition: all 1.4s ease
}

.releted-project__single__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 1.4s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0
}

.releted-project__single__img .details-logo {
  position: absolute;
  height: 114px;
  width: 104px;
  top: calc(50% - 57px);
  left: calc(50% - 52px);
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: all 1.4s ease
}

.releted-project__single__content {
  margin: 30px 0 0 0
}

.releted-project__single__content .title-with-line {
  margin: 0
}

.releted-project__single__content .title-with-line__left {
  padding-right: 10px;
  background-color: #f9f9f9
}

.releted-project__single__content .title-with-line__right {
  padding-left: 10px;
  background-color: #f9f9f9
}

.releted-project__single__content p {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 300
}

@media (min-width: 2600px) {
  .releted-project .p-status {
    -webkit-clip-path: polygon(0 0, 0 200px, 200px 0);
    clip-path: polygon(0 0, 0 200px, 200px 0);
    height: 200px;
    width: 200px
  }
  .releted-project .p-status h4 {
    font-size: 28px;
    line-height: 28px;
    transform: rotate(-45deg) translateY(-40px)
  }
}

@media (min-width: 1550px) {
  .releted-project__init .slick-list {
    position: relative
  }
  .releted-project__init .slick-list:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    right: 0;
    background: #f9f9f9;
    z-index: 1
  }
  .releted-project__init .slick-list:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    left: 0;
    background: #f9f9f9;
    z-index: 1
  }
  .releted-project__init.slick-dotted {
    margin-bottom: 70px !important
  }
  .releted-project__init .slick-dots {
    bottom: -70px
  }
  .releted-project__init .slick-dots li {
    width: 30px;
    height: 30px
  }
  .releted-project__init .slick-dots li button {
    width: 30px;
    height: 30px
  }
  .releted-project__init .slick-dots li button:before {
    height: 8px;
    width: 8px
  }
}

@media (max-width: 767px) {
  .releted-project .container-fluid {
    padding-right: 0 !important
  }
  .releted-project .container-fluid .col-sm-12 {
    padding: 0 7.5px
  }
  .releted-project__init .slick-list {
    margin: 0 !important;
    padding: 0 85px 0 7.5px !important
  }
  .releted-project__init .slick-list:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    left: 0;
    background: #f9f9f9;
    z-index: 1
  }
  .releted-project__init.slick-dotted {
    margin-bottom: 70px !important
  }
  .releted-project__init .slick-dots {
    bottom: -70px
  }
  .releted-project__init .slick-dots li {
    width: 30px;
    height: 30px
  }
  .releted-project__init .slick-dots li button {
    width: 30px;
    height: 30px
  }
  .releted-project__init .slick-dots li button:before {
    height: 8px;
    width: 8px
  }
  .releted-project__header {
    margin: 0 0 35px 0
  }
  .releted-project__header h2 {
    font-size: 30px
  }
  .releted-project__header ul {
    display: none
  }
  .releted-project__single {
    padding: unset !important
  }
  .releted-project__single a {
    opacity: 1
  }
  .releted-project__single a:hover {
    opacity: 1
  }
  .releted-project__single a:hover .releted-project__single__img .modify-img {
    transform: none
  }
  .releted-project__single a:hover .releted-project__single__img:after {
    display: none;
    opacity: 0
  }
  .releted-project__single a:hover .releted-project__single__img .details-logo {
    display: none;
    opacity: 0
  }
  .releted-project__single__header h1 {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0
  }
  .releted-project__single__img {
    padding-top: calc(380 / 290 * 100%)
  }
  .releted-project__single__img img {
    transform: none !important
  }
  .releted-project__single__content {
    margin: 20px 0 0 0
  }
  .releted-project__single__content .title-with-line {
    display: unset !important
  }
  .releted-project__single__content .title-with-line__left {
    padding: 0 0 15px;
    border-bottom: 1px solid #222222;
    margin: 0 0 15px;
    display: inline-block
  }
  .releted-project__single__content .title-with-line__left p {
    font-size: 14px
  }
  .releted-project__single__content .title-with-line__right {
    padding: 0px
  }
  .releted-project__single__content .title-with-line__right p {
    font-size: 14px
  }
  .releted-project__single__content .title-with-line:after {
    content: unset
  }
}

@media (max-width: 350px) {
  .releted-project__single__header h1 {
    font-size: 16px
  }
}

.privacy-policy__text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 24px 0
}

.privacy-policy__text p:nth-last-child(1) {
  margin: 0
}

html {
  scroll-behavior: smooth
}

.our-story {
  background-color: #2c7a6e
}

.our-story__text {
  margin-bottom: 60px
}

.our-story__text .small-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px
}

.our-story__text__content h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 40px
}

.our-story__text__content p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 24px
}

.our-story__text__content p:nth-last-of-type(1) {
  margin-bottom: 0
}

.our-story__text__content p:last-child {
  display: none !important
}

.our-story__text .dc-link-hover {
  margin-top: 40px;
  color: #ffffff
}

.our-story__text .dc-link-hover:before {
  background-color: #ffffff
}

.our-story__text .dc-link-hover:after {
  background-color: #00a651
}

.our-story__text .dc-link-hover:hover span {
  color: #00a651
}

.our-story__counter {
  display: flex;
  justify-content: space-between
}

.our-story__counter__single h5 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  margin-bottom: 10px
}

.our-story__counter__single p {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff
}

@media (min-width: 1550px) {
  .our-story {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .our-story__text {
    margin-bottom: 80px
  }
  .our-story__text .small-title {
    font-size: 20px;
    line-height: 21px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 40px
  }
  .our-story__text h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 60px
  }
  .our-story__text p {
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 27px
  }
  .our-story__text .dc-link-hover {
    margin-top: 60px;
    color: #ffffff
  }
  .our-story__counter {
    display: flex;
    justify-content: space-between
  }
  .our-story__counter__single p {
    font-size: 18px;
    line-height: 27px
  }
}

@media (max-width: 991px) {
  .our-story__counter {
    display: flex;
    flex-direction: column;
    justify-content: space-around
  }
  .our-story__counter__single:nth-child(2n) {
    place-self: flex-end;
    margin-top: 40px;
    margin-bottom: 40px
  }
}

@media (max-width: 767px) {
  .our-story {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .our-story .container {
    min-width: 100%
  }
  .our-story__text .small-title {
    margin-bottom: 40px
  }
  .our-story__text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px
  }
  .our-story__text .dc-link-hover {
    margin-top: 30px
  }
  .our-story__counter {
    display: flex;
    flex-direction: column;
    justify-content: space-around
  }
  .our-story__counter__single:nth-child(2n) {
    place-self: flex-end;
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.who-we-are {
  background: linear-gradient(to bottom, #fff, #f9f9f9)
}

.who-we-are__image {
  padding-top: calc(600 / 500 * 100%)
}

.who-we-are__text .title {
  font-size: 36px;
  font-weight: 100;
  text-transform: unset
}

.who-we-are__text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical
}

.who-we-are__text p:nth-last-of-type(1) {
  margin-bottom: 0
}

.who-we-are__text ul {
  margin: 40px 0
}

.who-we-are__text ul li {
  display: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
  position: relative
}

.who-we-are__text ul li:last-child {
  margin-bottom: 0
}

.who-we-are__text ul li:before {
  content: ".";
  position: absolute;
  color: #222222;
  top: -5px;
  left: 0
}

@media (min-width: 1680px) {
  .who-we-are__text ul li:nth-last-child(-n+2) {
    display: block
  }
}

@media (min-width: 1550px) {
  .who-we-are {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .who-we-are__text .title {
    font-size: 50px;
    line-height: 40px;
    font-weight: 100;
    text-transform: unset
  }
  .who-we-are__text p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 27px
  }
  .who-we-are__text ul {
    margin: 60px 0
  }
  .who-we-are__text ul li {
    font-size: 18px;
    line-height: 27px
  }
}

@media (max-width: 767px) {
  .who-we-are {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .who-we-are .container {
    min-width: 100%
  }
  .who-we-are .offset-1 {
    margin-left: 0
  }
  .who-we-are__image {
    padding-top: calc(400 / 374 * 100%)
  }
  .who-we-are__text {
    margin-top: 40px
  }
  .who-we-are__text .title {
    font-size: 30px;
    margin-bottom: 30px
  }
  .who-we-are__text ul {
    margin: 30px 0
  }
  .who-we-are__text ul li:nth-last-child(-n+2) {
    display: block
  }
}

.infrastructure .title {
  font-size: 36px
}

.infrastructure__text p {
  font-size: 18px;
  line-height: 27px
}

@media (min-width: 1550px) {
  .infrastructure {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .infrastructure .title {
    font-size: 50px
  }
}

@media (max-width: 767px) {
  .infrastructure {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .infrastructure .container {
    min-width: 100%
  }
  .infrastructure .title {
    font-size: 30px;
    margin-bottom: 30px
  }
}

.chairman-message {
  background-color: #f0f0f0
}

.chairman-message__text h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 10px
}

.chairman-message__text h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 40px
}

.chairman-message__text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical
}

.chairman-message__text p:nth-last-of-type(1) {
  display: none;
  margin-bottom: 0
}

.chairman-message__text .dc-link-hover {
  margin-top: 40px
}

.chairman-message__image {
  padding-top: calc(550 / 470 * 100%)
}

@media (min-width: 1550px) {
  .chairman-message {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .chairman-message__text h5 {
    font-size: 18px;
    line-height: 27px
  }
  .chairman-message__text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 60px
  }
  .chairman-message__text p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 27px
  }
  .chairman-message__text .dc-link-hover {
    margin-top: 60px
  }
}

@media (max-width: 767px) {
  .chairman-message {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .chairman-message .container {
    min-width: 100%
  }
  .chairman-message .row {
    flex-direction: column-reverse
  }
  .chairman-message__text {
    margin-top: 40px
  }
  .chairman-message__text h3 {
    margin-bottom: 30px
  }
  .chairman-message__text .dc-link-hover {
    margin-top: 30px
  }
  .chairman-message__image {
    padding-top: calc(435 / 374 * 100%)
  }
}

.contact-form .title {
  font-size: 36px;
  font-weight: 100;
  text-transform: unset
}

.contact-form .extra-mb-80 {
  margin-bottom: 80px !important
}

.contact-form h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 60px
}

.contact-form__form .wpcf7-form-control-wrap {
  margin-bottom: 60px
}

.contact-form__form input {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #4a4a4a;
  background: transparent;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #818181;
  padding-bottom: 15px;
  transition: 0.5s ease
}

.contact-form__form input:focus {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  border-bottom: 1px solid #00a651
}

.contact-form__form .nice-select .current {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #4a4a4a
}

.contact-form__form .nice-select {
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  color: #4a4a4a;
  border-bottom: 1px solid #818181;
  padding: 0;
  margin-top: -10px;
  height: 50px;
  transition: 0.5s ease
}

.contact-form__form .nice-select .option {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #4a4a4a;
  padding: 15px
}

.contact-form__form .nice-select:focus {
  border-bottom: 1px solid #00a651
}

.contact-form__form .nice-select .option.focus,
.contact-form__form .nice-select .option.selected.focus {
  background-color: #f9f9f9;
  color: #4a4a4a
}

.contact-form__form .nice-select:after {
  content: url("../images/static/down-arrow-black.svg");
  font-family: ui-monospace;
  font-size: 0;
  line-height: 0;
  top: 20px;
  padding-right: 10px
}

.contact-form__form .nice-select.open:after {
  transform: rotate(-180deg)
}

.contact-form__form .file-name {
  position: absolute
}

@media (min-width: 1550px) {
  .contact-form {
    padding-top: 180px;
    padding-bottom: 100px
  }
  .contact-form .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 60px
  }
  .contact-form h5 {
    font-size: 18px;
    line-height: 27px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .custom-width {
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (max-width: 767px) {
  .contact-form {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .contact-form .title {
    font-size: 30px;
    margin-bottom: 40px !important
  }
  .contact-form .extra-mb-80 {
    margin-bottom: 40px !important
  }
  .contact-form h5 {
    margin-bottom: 40px
  }
  .contact-form__form .wpcf7-form-control-wrap {
    margin-bottom: 30px
  }
  .contact-form__form .dc-button-submit {
    height: 50px
  }
}

.project-location .title {
  font-size: 36px;
  font-weight: 100;
  text-transform: unset
}

.project-location h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 60px
}

.project-location__image {
  padding-top: calc(450 / 1170 * 100%);
  position: relative
}

.project-location__image a {
  transition: 0.5s ease
}

.project-location .map-content {
  height: calc(100vh - 100px);
  overflow: hidden;
  position: relative
}

.project-location .map-content .tab-content {
  border: 1px solid #34a853
}

.project-location .map-content #map {
  height: calc(100vh - 100px);
  width: 100%;
  display: flex
}

.project-location .map-content #map a {
  width: 20%;
  background-color: transparent
}

.project-location .map-content .location-map-holder {
  display: flex;
  align-items: center;
  justify-content: center
}

.project-location .map-content .location-map-holder:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: 0.7s all ease-in;
  background-image: url(/projects/web/2204ALM/dev/themes/cms/assets/images/static/mapbg-min.jpg);
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: multiply
}

.project-location .map-content .location-map-holder:hover:before {
  background-color: rgba(0, 0, 0, 0.7)
}

.project-location .map-content .hideafterclick .dc-button-submit {
  opacity: 0;
  visibility: hidden
}

.project-location .map-content .hideafterclick:before {
  opacity: 0;
  transition-delay: 4s;
  transition: 4s all !important;
  visibility: hidden
}

.project-location .map-content .map-popup {
  width: 100%;
  display: block;
  height: auto
}

.project-location .map-content .map-popup:hover .texts__arrow {
  transform: translateX(0)
}

.project-location .map-content .map-popup .texts {
  display: flex;
  width: 100%;
  overflow: hidden
}

.project-location .map-content .map-popup .texts__header {
  padding: 20px;
  flex: 0 0 100%;
  background: #2c7a6e;
  margin: 0 !important
}

.project-location .map-content .map-popup .texts h3 {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5)
}

.project-location .map-content .map-popup .texts h2 {
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
  margin: 0 0 15px 0
}

.project-location .map-content .map-popup .texts h4 {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 15px 0;
  line-height: 21px;
  color: #ffffff
}

.project-location .map-content .map-popup .texts .viewmap {
  color: #fff;
  text-decoration: underline
}

.project-location .map-content .map-popup .texts a img {
  height: 14px;
  width: 20px
}

@media (min-width: 1550px) {
  .project-location .map-content .map-popup .texts h3 {
    font-size: 14px;
    margin: 0 0 25px 0
  }
  .project-location .map-content .map-popup .texts h2 {
    font-size: 18px
  }
  .project-location .map-content .map-popup .texts h4 {
    font-size: 16px;
    margin: 0 0 30px 0
  }
  .project-location .map-content .map-popup .texts a img {
    height: 21px;
    width: 30px
  }
}

.project-location .map-content .map-popup .texts .dcBtnTwo span {
  color: #ffffff
}

.project-location .map-content .map-popup .texts .dcBtnTwo span img {
  width: auto !important;
  float: unset !important;
  color: #ffffff
}

.project-location .map-content .scrollable .viewport .overview {
  width: 100%
}

.project-location .map-content .gm-style .gm-style-iw-t {
  bottom: 0 !important
}

.project-location .map-content .gm-style .gm-style-iw-t::after {
  background: #2c7a6e !important;
  box-shadow: none
}

.project-location .map-content .gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  padding: 0;
  width: 320px !important;
  background: #2c7a6e;
  overflow: hidden;
  top: unset;
  bottom: 0;
  transform: translate3d(-50%, 100%, 0) !important;
  transition: 0.7s all ease
}

@media (max-width: 767px) {
  .project-location .map-content .gm-style .gm-style-iw-c {
    width: calc(100% - 30px) !important;
    max-width: 300px !important
  }
}

.project-location .map-content .gm-style .gm-style-iw-d {
  height: auto;
  padding: 0 !important;
  overflow: hidden !important
}

.project-location .map-content .gm-style-mtc {
  display: none !important
}

.project-location .map-content .gm-fullscreen-control {
  display: none !important
}

.project-location .map-content .gm-bundled-control .gmnoprint {
  border: 1px solid #666666
}

.project-location .map-content button.gm-ui-hover-effect {
  display: none !important;
  top: -1px !important;
  right: -1px !important
}

.project-location .map-content button.gm-ui-hover-effect span {
  background-color: #ffffff
}

.project-location .map-content .gm-style-iw-tc {
  filter: none
}

.project-location .map-content .gm-style-iw-tc:after {
  top: -12px !important;
  background: #2c7a6e !important;
  transform: rotate(180deg) !important
}

.project-location .map-content .MapPopup-wrap .SlideOut {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer
}

.project-location .map-content .MapPopup-wrap .SlideOut span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #2c7a6e
}

.project-location .map-content .MapPopup-wrap img.SlideOut {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  height: 14px;
  cursor: pointer
}

.project-location .map-content .MapPopup-wrap__single {
  position: absolute;
  height: calc(100vh - 100px);
  width: 400px;
  z-index: 8;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 60px 40px 40px;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transform: translate(-100px, -100%);
  background: #ffffff;
  background-blend-mode: multiply
}

@media (min-width: 1550px) {
  .project-location .map-content .MapPopup-wrap__single {
    padding: 76px 60px 60px
  }
}

@media (max-width: 767px) {
  .project-location .map-content .MapPopup-wrap__single {
    padding: 60px 20px 40px;
    width: 100%
  }
}

.project-location .map-content .MapPopup-wrap__single .map_bg {
  position: relative;
  padding-top: 67.93%
}

.project-location .map-content .MapPopup-wrap__single .wrappercontent {
  padding: 30px
}

.project-location .map-content .MapPopup-wrap__single__content__header {
  margin-bottom: 35px;
  padding: 0
}

.project-location .map-content .MapPopup-wrap__single__content__header h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #222222;
  margin: 0 0 15px 0
}

.project-location .map-content .MapPopup-wrap__single__content__header h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #222222;
  margin: 0
}

@media (min-width: 1550px) {
  .project-location .map-content .MapPopup-wrap__single__content__header h2 {
    font-size: 24px;
    line-height: 30px
  }
}

.project-location .map-content .MapPopup-wrap__single__content__body {
  height: calc(100vh - 380px);
  overflow: hidden;
  padding: 0 0 40px
}

.project-location .map-content .MapPopup-wrap__single__content__body p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #222222;
  margin: 0
}

.project-location .map-content .MapPopup-wrap__single__content__body__gallery {
  margin: 40px 0 0;
  width: 100%
}

.project-location .map-content .MapPopup-wrap__single__content__body__gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px
}

.project-location .map-content .MapPopup-wrap__single__content__body__gallery ul li a {
  padding-top: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative
}

.project-location .map-content .MapPopup-wrap__single__content__body__gallery ul li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(0.8)
}

.project-location .map-content .MapPopup-wrap__single__content__footer {
  padding: 0 40px;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%
}

@media (max-width: 767px) {
  .project-location .map-content .MapPopup-wrap__single__content__footer {
    padding: 0 20px
  }
}

.project-location .map-content .MapPopup-wrap__single__content__footer a {
  background: #222222;
  color: #ffffff
}

.project-location .map-content .MapPopup-wrap__single__content__footer a span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400
}

.project-location .map-content .scrollable.default-skin .scroll-bar.vertical {
  background: rgba(238, 238, 238, 0.13);
  opacity: 0
}

.project-location .map-content .scrollable.default-skin .scroll-bar .thumb {
  background: #ffffff
}

.project-location .map-content .scrollHere:hover .scroll-bar.vertical {
  opacity: 1
}

.project-location .map-content .gm-style .gm-style-iw-c {
  border-radius: 0 !important
}

@media (min-width: 1550px) {
  .project-location {
    padding-bottom: 180px
  }
  .project-location .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 60px
  }
  .project-location h5 {
    font-size: 18px;
    line-height: 27px
  }
  .project-location__image {
    padding-top: calc(850 / 1920 * 100%)
  }
}

@media (max-width: 767px) {
  .project-location {
    padding-bottom: 80px
  }
  .project-location .title {
    font-size: 30px;
    margin-bottom: 40px !important
  }
  .project-location .extra-mb-80 {
    margin-bottom: 40px !important
  }
  .project-location h5 {
    margin-bottom: 40px
  }
  .project-location__image {
    padding-top: calc(350 / 374 * 100%)
  }
}

.home-video__content {
  background-color: #2c7a6e;
  padding-right: 100px;
  display: flex;
  align-items: center;
  justify-content: center
}

.home-video__content__inner h4 {
  font-size: 36px;
  font-weight: 100;
  color: #fff;
  line-height: 40px;
  margin-bottom: 60px
}

.home-video__content__inner h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  margin-bottom: 15px
}

.home-video__content__inner p {
  font-size: 14px;
  line-height: 21px;
  color: #fff
}

.home-video__video {
  position: relative;
  margin: 0;
  padding: 0
}

.home-video__video a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  z-index: 2
}

.home-video__video__image {
  position: relative;
  padding-top: calc(660 / 768 * 100%);
  z-index: 1;
  overflow: hidden
}

.home-video__video__image:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.45);
  left: 0;
  top: 0;
  transition: background-color 0.5s ease
}

.home-video__video__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover
}

.home-video__video__video-icon {
  overflow: unset !important;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  margin: auto
}

.home-video__video__video-icon .icon-inner {
  z-index: 9999
}

.home-video__video__video-icon .icon-inner svg {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px) brightness(150%);
  backdrop-filter: blur(15px) brightness(150%);
  border-radius: 50%
}

.home-video__video:hover .icon-inner {
  z-index: 1;
  position: relative
}

.home-video__video:hover .icon-inner:before,
.home-video__video:hover .icon-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%
}

.home-video__video:hover .icon-inner:after {
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(15px) brightness(150%);
  backdrop-filter: blur(15px) brightness(150%);
  z-index: -1;
  animation: pulse 1000ms infinite
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.5
  }
  100% {
    transform: scale(1.8);
    opacity: 0
  }
}

@media (min-width: 1550px) {
  .home-video .home-video__content__inner h4 {
    font-size: 40px;
    line-height: 50px
  }
  .home-video .home-video__content__inner h5 {
    font-size: 18px;
    line-height: 27px
  }
  .home-video .home-video__content__inner p {
    font-size: 16px;
    line-height: 24px
  }
  .home-video .home-video__video__image {
    padding-top: calc(750 / 1075 * 100%)
  }
}

@media (max-width: 990px) {
  .home-video .home-video__content {
    min-width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
    justify-content: left
  }
  .home-video .home-video__content h4 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 100
  }
  .home-video .home-video__video {
    min-width: 100%
  }
}

@media (max-width: 767px) {
  .home-video .home-video__content {
    padding-left: 30px
  }
  .home-video .home-video__content h4 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 100
  }
  .home-video .home-video__video__image {
    padding-top: calc(350 / 414 * 100%)
  }
}

.destination {
  background: linear-gradient(to bottom, #fff, #f9f9f9)
}

.destination__image {
  padding-top: calc(600 / 570 * 100%)
}

.destination__text .title {
  font-size: 36px;
  font-weight: 100;
  text-transform: unset
}

.destination__text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px
}

.destination__text p:nth-last-of-type(1) {
  margin-bottom: 0
}

.destination__text .dc-link-hover {
  margin-top: 60px
}

@media (min-width: 1550px) {
  .destination {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .destination__text .title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 100;
    text-transform: unset
  }
  .destination__text p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 27px
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .destination__text p:nth-last-of-type(1) {
    display: none
  }
  .destination__text .title {
    font-size: 30px;
    margin-bottom: 30px
  }
  .destination__text .dc-link-hover {
    margin-top: 40px
  }
}

@media (max-width: 767px) {
  .destination {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .destination .container {
    min-width: 100%
  }
  .destination .offset-1 {
    margin-left: 0
  }
  .destination__image {
    padding-top: calc(400 / 374 * 100%)
  }
  .destination__text {
    margin-bottom: 40px
  }
  .destination__text .title {
    font-size: 30px;
    margin-bottom: 30px
  }
  .destination__text .dc-link-hover {
    margin-top: 40px
  }
}

input[type="file"] {
  display: none
}

.custom-f-l {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #4a4a4a;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #818181;
  padding-bottom: 15px;
  transition: 0.5s ease;
  cursor: pointer
}

.custom-f-l:after {
  content: url("../images/static/file-icon.svg");
  font-family: ui-monospace;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 25px;
  right: 20px;
  padding-right: 10px;
  z-index: 1
}

.custom-f-l:focus {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  border-bottom: 1px solid #00a651
}

.title-custom {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 80px
}

.title-form-custom {
  font-weight: 500 !important;
  background-color: #f9f9f9;
  padding: 15px 30px
}

.custom-margin {
  margin-bottom: 60px
}

@media (max-width: 767px) {
  .title-custom {
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
    margin-bottom: 0
  }
  .title-form-custom {
    margin-bottom: 30px !important
  }
  .custom-margin {
    margin-bottom: 30px
  }
  .custom-mb-40 {
    margin-bottom: 40px !important
  }
}

.land_size_error {
  color: red;
  padding: 5px 0
}

.bedrooms_error {
  color: red;
  padding: 5px 0
}

.datepicker {
  cursor: pointer;
  top: -290px
}

.datepicker td,
.datepicker th {
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
  color: #222222;
  background-color: #ffffff
}

.datepicker td.active {
  color: #ffffff !important;
  background-color: #00a651 !important;
  border-color: unset !important;
  text-shadow: unset;
  border-radius: 5%
}

input.datepicker,
input#timepicker {
  background-image: url("../images/static/down-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: 95% 20%
}

input.datepicker:focus,
input#timepicker:focus {
  background-image: url("../images/static/up-arrow-black.svg");
  transition: fade 0.5s ease
}

#timepicker {
  cursor: pointer
}

.bootstrap-datetimepicker-widget {
  width: 500px
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 14px;
  margin: 0
}

.bootstrap-datetimepicker-widget button[data-action],
.bootstrap-datetimepicker-widget button[data-action]:focus {
  padding: 16px;
  font-size: 14px;
  background-color: #00a651;
  border-color: #00a651;
  color: #ffffff
}

.bootstrap-datetimepicker-widget table td span {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  color: #222222
}

.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td span:focus {
  color: #ffffff;
  background-color: #00a651
}

.address-map {
  background-color: #2c7a6e
}

.address-map__address h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #ffffff
}

.address-map__address p {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff
}

.address-map__address span {
  white-space: nowrap
}

.address-map__address a {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  white-space: nowrap
}

.address-map__address .address-single {
  display: flex
}

.address-map__address .address-single__inner {
  margin-left: 45px
}

.address-map__address .address-single__outter .line-bottom {
  width: 4px;
  height: 100%;
  background-color: #e9e9e9;
  margin-top: -10px;
  margin-left: 10px
}

.address-map__address .address-single__outter:last-child::before {
  display: none
}

.address-map__map {
  padding-top: calc(500 / 770 * 100%);
  position: relative
}

.address-map__map a {
  transition: 0.5s ease
}

@media (max-width: 991px) {
  .address-map .offset-1 {
    margin-left: 0
  }
  .address-map__map {
    margin-top: 40px
  }
}

@media (max-width: 767px) {
  .address-map__map {
    padding-top: calc(350 / 374 * 100%)
  }
}

.detail-gallery {
  background-color: #222222
}

.detail-gallery h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 100;
  line-height: 40px;
  margin-bottom: 70px
}

.detail-gallery__row .col-sm-4 {
  margin-top: -30px
}

.detail-gallery__row .col-sm-4:nth-child(3n+2) {
  padding-top: 60px
}

.detail-gallery__row .col-sm-4:nth-child(3n+3) {
  padding-top: 30px
}

.detail-gallery__row__single {
  padding-top: calc(300 / 370 * 100%);
  position: relative
}

@media (max-width: 600px) {
  .detail-gallery h3 {
    font-size: 30px;
    margin-bottom: 40px
  }
  .detail-gallery .detail-gallery__row {
    padding-left: 7px;
    padding-right: 7px
  }
  .detail-gallery .detail-gallery__row .col-sm-4 {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 10px
  }
}

.mission-vision {
  padding: 150px 0;
  position: relative
}

.mission-vision:after {
  background-color: rgba(44, 122, 110, 0.9);
  bottom: 0
}

.mission-vision .container {
  position: relative;
  z-index: 2;
  display: flex
}

.mission-vision__single {
  height: 350px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  transition: opacity 0.4s ease, visiblity 0.4s ease, margin 0.5s ease;
  cursor: pointer
}

.mission-vision__single:nth-last-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.5)
}

.mission-vision__single:nth-of-type(1) .mission-vision__single__content {
  padding-left: 0
}

.mission-vision__single__button {
  height: 100%;
  align-items: flex-end;
  display: flex;
  width: 90px;
  padding: 0px 0px 0px 26px;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
  cursor: pointer
}

.mission-vision__single__button p {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  transform: translateY(100%) rotate(-90deg);
  transform-origin: left top
}

.mission-vision__single__content {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 30px;
  width: 45vw;
  visibility: hidden;
  opacity: 0
}

.mission-vision__single__content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
  transform: translateX(-30px);
  opacity: 0;
  transition-delay: 0s !important
}

.mission-vision__single__content h3 span {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px
}

.mission-vision__single__content p {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  transform: translateX(-30px);
  opacity: 0;
  transition-delay: 0s !important
}

.mission-vision__single__content ul {
  margin: 0 0 0 17px
}

.mission-vision__single__content ul li {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  transform: translateX(-30px);
  opacity: 0;
  transition-delay: 0s !important;
  list-style: unset
}

.mission-vision__single.this-last {
  border-right: 1px solid rgba(255, 255, 255, 0.5)
}

.mission-vision__single.prev-active .mission-vision__single__content h3,
.mission-vision__single.prev-active .mission-vision__single__content p {
  transform: translateX(30px)
}

.mission-vision__single.prev-active .mission-vision__single__content ul li {
  transform: translateX(30px)
}

.mission-vision__single.active {
  border: none;
  cursor: unset
}

.mission-vision__single.active .mission-vision__single__button {
  opacity: 0;
  visibility: hidden
}

.mission-vision__single.active .mission-vision__single__content {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1)
}

.mission-vision__single.active .mission-vision__single__content h3 {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s !important;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1)
}

.mission-vision__single.active .mission-vision__single__content p {
  opacity: 1;
  transform: none;
  transition-delay: 0.6s !important;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1)
}

.mission-vision__single.active .mission-vision__single__content ul li {
  opacity: 1;
  transform: none;
  transition-delay: 0.6s !important;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1)
}

@media (min-width: 1550px) {
  .mission-vision {
    padding: 180px 0
  }
}

@media (max-width: 767px) {
  .mission-vision {
    padding: 80px 0
  }
  .mission-vision .container {
    min-width: 100%;
    flex-wrap: wrap
  }
  .mission-vision .mission-vision__single {
    width: 100%;
    height: auto;
    border: none;
    margin-bottom: 60px
  }
  .mission-vision .mission-vision__single:nth-last-child(1) {
    margin-bottom: 0
  }
  .mission-vision .mission-vision__single__button {
    display: none
  }
  .mission-vision .mission-vision__single__content {
    position: relative;
    width: 100%;
    opacity: 1;
    padding: 0
  }
  .mission-vision .mission-vision__single__content h3 {
    opacity: 1;
    visibility: visible;
    transform: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px
  }
  .mission-vision .mission-vision__single__content h3 span {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 500
  }
  .mission-vision .mission-vision__single__content p {
    opacity: 1;
    visibility: visible;
    transform: none;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400
  }
  .mission-vision .mission-vision__single__content ul li {
    opacity: 1;
    visibility: visible;
    transform: none;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400
  }
}