/*!
Theme Name: NinjaHub Pro
Theme URI: https://github.com/MustafaShaaban/ninja-hub-theme
Author: Mustafa Shaaban
Author URI: https://github.com/MustafaShaaban
Description:
Version: 1.0.0
Tested up to: 6.2.
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ninja
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NinjaHub is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	-
# Notices

# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/* Loader
--------------------------------------------- */
/**
 * @Filename: _loader.scss
 * @Description:
 * @User: NINJA MASTER - Mustafa Shaaban
 * @Date: 6/19/2023
 */
.ninja-loader {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ninja-loader .spin-loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Industries
--------------------------------------------- */
/**
 * @Filename: industries.scss
 * @Description:
 * @User: NINJA MASTER - Mustafa Shaaban
 * @Date: 6/22/2023
 */
.hidden-tag {
  display: none;
}

/* Registration
--------------------------------------------- */
/**
 * @Filename: industries.scss
 * @Description:
 * @User: NINJA MASTER - Mustafa Shaaban
 * @Date: 6/22/2023
 */
.iti {
  position: relative;
  display: block;
}

/* Notifications
--------------------------------------------- */
/**
 * @Filename: _notifications.scss
 * @Description:
 * @User: NINJA MASTER - Mustafa Shaaban
 * @Date: 7/6/2023
 */
.ninja-notifications {
  position: relative;
}
.ninja-notifications .ninja-notification-list {
  display: none;
  position: absolute;
  left: 0;
  width: 365px;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 15px 0;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container {
  height: 100%;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-clear-parent {
  text-align: right;
  border-bottom: 0.2px solid #ccc;
  padding-bottom: 15px;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item {
  padding: 10px;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item .ninja-notification-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item .ninja-notification-image img {
  width: 100%;
  border-radius: 50%;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item a {
  text-decoration: none;
  color: #000;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item:hover {
  background-color: #CCC;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item-load {
  background-color: #fff;
  width: 100%;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item-load p {
  width: 100%;
  height: 80px;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item-load span {
  display: block;
  width: 30%;
  height: 25px;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item-load .ninja-notification-image span {
  display: block;
  width: 100%;
  height: 35px;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item-load h6 {
  width: 75%;
  height: 25px;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item-load p,
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item-load span,
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item-load h6 {
  animation: fbLoading 1s infinite;
  border-radius: 20px;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-item:not(:last-child) {
  border-bottom: 0.2px solid #CCC;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-new-notification {
  background-color: #EFEFEF;
}
.ninja-notifications .ninja-notification-list .ninja-notification-group-container .ninja-notification-group-empty {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@keyframes fbLoading {
  0% {
    background-color: #F6F7F8;
  }
  50% {
    background-color: #EAEDEF;
  }
  100% {
    background-color: #F6F7F8;
  }
}
.ninja-notification-item-load p {
  width: 100%;
  height: 80px;
}

.ninja-notification-item-load span {
  display: block;
  width: 30%;
  height: 25px;
}

.ninja-notification-item-load .ninja-notification-image span {
  display: block;
  width: 100%;
  height: 35px;
}

.ninja-notification-item-load h6 {
  width: 75%;
  height: 25px;
}

.ninja-notification-item-load p,
.ninja-notification-item-load span,
.ninja-notification-item-load h6 {
  animation: fbLoading 1s infinite;
  border-radius: 20px;
}

/* Notifications
--------------------------------------------- */
/**
 * @Filename: _modals.scss
 * @Description:
 * @User: NINJA MASTER - Mustafa Shaaban
 * @Date: 7/6/2023
 */
.ninja-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
/* Search
--------------------------------------------- */
/**
 * @Filename: _notifications.scss
 * @Description:
 * @User: NINJA MASTER - Mustafa Shaaban
 * @Date: 7/6/2023
 */
.ninja-header-search-form .ninja-input-wrapper {
  position: relative;
}
.ninja-header-search-form .ninja-input-wrapper label {
  display: none;
}
.ninja-header-search-form .ninja-input-wrapper #ninja_s {
  opacity: 0;
  width: 0;
  padding-left: 30px;
}
.ninja-header-search-form .ninja-input-wrapper .ninja-header-search-icon {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 10px;
}

.ninja-search-form .ninja-search-input-group {
  position: relative;
}
.ninja-search-form .ninja-search-input-group #ninja_s {
  padding-left: 30px;
}
.ninja-search-form .ninja-search-input-group .ninja-search-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 10px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Notices
--------------------------------------------------------------*/
.ninja-hidden {
  display: none;
}

body {
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "Ridley Grotesk" !important;
  background-color: #E5E5E5;
}

@media (max-width: 768px) {
  body {
    background-color: #fff !important;
  }
}
body.loaded {
  overflow-y: visible;
}

.blur_none {
  -webkit-backdrop-filter: blur(0px) !important;
          backdrop-filter: blur(0px) !important;
}

.site-about {
  padding-top: 121px;
}

.navigation {
  font-weight: 300;
}

.nh_form .ninja-error {
  display: block;
  color: #a94442 !important;
  font-weight: bold !important;
  font-size: 13px !important;
}
.nh_form .ninja-error-input {
  border-color: #A94442 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.42);
  background-color: #FFF !important;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #2F3134;
  z-index: 200000000000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader img {
  animation-name: preholderFade;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@keyframes preholderFade {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.2);
  }
}

.full-opacity {
  background-color: #d3d2d2;
  transition: 0.5s;
}

.fixed {
  position: fixed;
}

header {
  padding: 25px 60px;
  width: 100%;
  z-index: 9999;
  top: 0;
  align-items: center;
  background-color: rgba(229, 229, 229, 0.8);
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1607843137));
  flex-direction: row-reverse !important;
}
header .logo {
  margin-left: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
}
header .logo a.homePage-logo {
  display: none;
}
header .logo img {
  width: 300px;
}
header .logo .top-hot-line {
  font-size: 15px;
  margin-right: 20px;
}
header .logo .top-hot-line a {
  text-decoration: none;
  color: #ef412a;
}
header .logo .top-hot-line img {
  height: 30px;
  width: auto;
}
header .menu button.open {
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  width: 58px;
  height: 42px;
}
header .menu button.open span {
  width: 38px;
  background-color: #ef412a;
  float: left;
  height: 2px;
  margin-bottom: 6px !important;
}
header .menu button.open span:last-of-type {
  margin-bottom: 0 !important;
}
header .menu .book-appointment {
  background-image: linear-gradient(180deg, #e14265, #f94139) !important;
  color: white;
  padding: 10px 35px;
  font-size: 13px;
  display: none;
}

header .menuIteams {
  position: absolute;
  left: 0;
  top: 0;
  left: -2000px;
  transition: all 0.3s;
  background: #e5e5e5;
  opacity: 1;
  padding: 0 0 0 0;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 0 !important;
}
header .menuIteams .items-holder {
  width: 50%;
  position: relative;
  background-color: #2F3134;
}
header .menuIteams .photo-holder {
  width: 50%;
  background-image: linear-gradient(180deg, #e14265, #f94139);
  padding: 120px 0 120px 120px;
}
header .menuIteams .photo-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .menuIteams button.close {
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 60px;
  top: 25px;
}
header .menuIteams button.close span {
  width: 30px;
  background-color: #ef412a;
  height: 2px;
}
header .menuIteams button.close span:nth-child(1) {
  position: relative;
  transform: rotate(48deg);
  margin-bottom: -1px;
}
header .menuIteams button.close span:nth-child(2) {
  position: relative;
  transform: rotate(-48deg);
}
header .menuIteams .date {
  width: auto;
  display: flex;
  justify-content: end;
  padding-right: 60px;
}
header .menuIteams ul {
  padding-left: 150px;
  padding-top: 110px;
  height: 100%;
}
header .menuIteams ul li {
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
}
header .menuIteams ul li a {
  color: #E5E5E5;
  text-decoration: none;
  font-size: 32px;
  text-transform: uppercase;
}
header .menuIteams ul li.active a {
  color: #ef412a;
}
header .menuIteams ul li.projects-list span.goldenGate {
  position: relative;
  display: block;
  border-radius: 6px;
  opacity: 0;
  height: 0;
  transition: all 0.5s ease;
  display: flex;
  justify-content: start;
  align-items: center;
}
header .menuIteams ul li.projects-list span.goldenGate a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7647058824);
  text-decoration: none;
}
header .menuIteams ul li.projects-list:hover span.goldenGate {
  opacity: 1;
  height: 40px;
  padding-top: 15px;
}
header.toggle_menu {
  background: #e5e5e5;
}
header.toggle_menu .menu button span:nth-child(2) {
  display: block;
}
header.toggle_menu .menuIteams {
  left: 0;
}

.page-template-template-page-home header {
  background-color: rgba(47, 49, 51, 0.4);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1490196078);
}
.page-template-template-page-home header .logo a.homePage-logo {
  display: block;
}
.page-template-template-page-home header .logo a.desktop-logo {
  display: none;
}
.page-template-template-page-home header .menuIteams {
  padding: 0;
}

.heroSection {
  position: relative;
  height: 100vh;
}
.heroSection .hero-image-holder {
  height: 100%;
}
.heroSection .hero-image-holder .slick-list.draggable {
  height: 100%;
}
.heroSection .hero-image-holder .slick-list.draggable .slick-track {
  height: 100%;
}
.heroSection .hero-image-holder .slick-list.draggable .slick-track .slick-slide {
  height: 100%;
}
.heroSection .hero-image-holder .slick-list.draggable .slick-track .slick-slide > div {
  height: 100%;
}
.heroSection .hero-image-holder .slick-list.draggable .slick-track .slick-slide > div .img-content {
  position: relative;
  height: 100%;
}
.heroSection .hero-image-holder .slick-list.draggable .slick-track .slick-slide > div .img-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroSection .hero-image-holder .slick-list.draggable .slick-track .slick-slide > div .img-content h1 {
  position: absolute;
  left: 10%;
  top: 70%;
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
  font-size: 64px;
  font-weight: 800;
}
.heroSection .hero-image-holder .slick-list.draggable .slick-track .slick-slide > div .img-content h1 span {
  color: #ef412a;
}
.heroSection .slick-prev.slick-arrow {
  position: absolute;
  position: absolute;
  color: transparent;
  background-color: rgba(47, 49, 52, 0.6);
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-image: url(../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow-slider-light-smaller.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
  top: 50%;
  right: 50px;
  border-radius: 50%;
}
.heroSection .slick-next.slick-arrow {
  position: absolute;
  color: transparent;
  background-color: rgba(47, 49, 52, 0.6);
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-image: url(../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow-slider-light-smaller.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
  top: 50%;
  left: 50px;
  transform: rotate(180deg);
  border-radius: 50%;
}

.ourStory {
  height: 100vh;
}
.ourStory .row {
  height: 100%;
}
.ourStory .row .image {
  padding: 0;
  position: relative;
  height: 100%;
}
.ourStory .row .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ourStory .row .story {
  background-color: #2F3134;
  padding: 0;
}
.ourStory .row .story .story-container {
  padding: 0 130px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.ourStory .row .story .story-container h2 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
.ourStory .row .story .story-container p {
  color: #fff;
  font-size: 16px;
}
.ourStory .row .story .story-container a {
  background-image: linear-gradient(360deg, #D94377, #EF412A);
  color: #E5E5E5;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  -webkit-clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  min-width: 180px;
  max-width: 180px;
  display: inline-block;
  text-align: center;
}
.ourStory .row .story .story-container a span.symbol {
  display: none;
}

.communities {
  padding: 60px 60px;
}
.communities .image-slider {
  position: relative;
}
.communities .image-slider .communities-navigation .navigation {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transform: translateX(-50%);
}
.communities .image-slider .communities-navigation .navigation span {
  opacity: 0.6;
}
.communities .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}
.communities .content h2 {
  font-size: 34px;
  color: #414042;
  font-weight: bold;
  letter-spacing: 7px;
}
.communities .content p {
  font-size: 16px;
  color: #414042;
  opacity: 0.8;
  margin-top: 20px;
}
.communities .content a {
  background-image: linear-gradient(360deg, #D94377, #EF412A);
  color: #E5E5E5;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  -webkit-clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  min-width: 180px;
  max-width: 180px;
  display: inline-block;
  text-align: center;
}
.communities .slick-list {
  overflow: hidden;
  padding: 53px 0 !important;
}
.communities .slick-track {
  display: flex;
}
.communities .slick-track .item,
.communities .slick-track img {
  width: 100% !important;
  transition: all 0.3s;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}
.communities .communitiesSlider {
  position: relative;
}
.communities .communitiesSlider .slick-arrow {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: 1;
}
.communities .communitiesSlider .slick-arrow.slick-prev {
  left: calc(50% - 67px);
  width: 30px;
  height: 44px;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow_left_slider.svg");
  background-repeat: no-repeat;
  background-position: center;
  bottom: -65px;
}
.communities .communitiesSlider .slick-arrow.slick-next {
  left: calc(50% + 70px);
  position: absolute;
  width: 30px;
  height: 44px;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow_right_slider.svg");
  background-repeat: no-repeat;
  background-position: center;
  bottom: -65px;
}
.communities .communitiesSlider .slick-center .navigation {
  display: block;
}
.communities .slick-center .item img {
  transform: scale(1.2);
}

section.sustainability-home {
  position: relative;
  height: 800px;
}
section.sustainability-home img.section-panner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.sustainability-home .sustainability-home-container .sustainable-col {
  padding: 60px 0;
}
section.sustainability-home .sustainability-home-container .sustainable-col .sustainable-container {
  padding: 150px 20px 150px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  -webkit-backdrop-filter: blur(18px) brightness(100%);
          backdrop-filter: blur(18px) brightness(100%);
  background-color: rgba(255, 255, 255, 0.1);
}
section.sustainability-home .sustainability-home-container .sustainable-col .sustainable-container h2 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
section.sustainability-home .sustainability-home-container .sustainable-col .sustainable-container p {
  color: #fff;
  font-size: 16px;
  padding-right: 50px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
section.sustainability-home .sustainability-home-container .sustainable-col .sustainable-container a.desktop-link {
  color: #E5E5E5;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 0;
  min-width: 180px;
  max-width: 180px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
section.sustainability-home .sustainability-home-container .sustainable-col .sustainable-container a.desktop-link img {
  width: 13px;
  height: 23px;
}
section.sustainability-home .sustainability-home-container .images-col {
  padding: 0;
  position: relative;
}
section.sustainability-home .sustainability-home-container .images-col img.col-panner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
section.sustainability-home .sustainability-home-container .images-col .images-container {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.sustainability-home .sustainability-home-container .images-col .images-container::-webkit-scrollbar {
  display: none;
}
section.sustainability-home .sustainability-home-container .images-col .images-container .slick-slide {
  margin: 0 5px;
}
section.sustainability-home .sustainability-home-container .images-col .images-container .slick-list.draggable {
  padding: 0 5px;
}
section.sustainability-home .sustainability-home-container .images-col .images-container .slick-list.draggable .slick-track {
  display: flex;
  align-items: center;
  min-height: 300px;
}
section.sustainability-home .sustainability-home-container .images-col .images-container .slick-prev.slick-arrow {
  position: absolute;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
  z-index: 100;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image: url(../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow-slider-light.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translatex(50%) rotate(180deg);
  left: 0;
}
section.sustainability-home .sustainability-home-container .images-col .images-container .slick-next.slick-arrow {
  position: absolute;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
  z-index: 100;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image: url(../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow-slider-light.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translatex(-50%);
  right: 0;
}
section.sustainability-home .sustainability-home-container .images-col .images-container .image-holder {
  border: 1px solid #63814B;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  padding: 0 16px;
  width: 300px;
  justify-content: center;
  min-height: 300px !important;
}
section.sustainability-home .sustainability-home-container .images-col .images-container .image-holder h4 {
  font-size: 16px;
  color: #E5E5E5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
section.sustainability-home .sustainability-home-container .images-col .images-container .image-holder p {
  opacity: 0;
  height: 0;
  margin: 0;
}
section.sustainability-home .sustainability-home-container .images-col .images-container .image-holder p.toggle {
  font-size: 14px;
  color: #E5E5E5;
  text-align: center;
  opacity: 1;
  height: auto;
}
section.sustainability-home .link-mobile-holder {
  position: relative;
  padding: 30px 0;
  display: none;
  justify-content: center;
  align-items: center;
}
section.sustainability-home .link-mobile-holder a {
  background-image: linear-gradient(360deg, #D94377, #EF412A);
  color: #E5E5E5;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 15px 25px;
  -webkit-clip-path: polygon(-22% -38%, 92% 1%, 100% 31%, 100% 100%, -46% 206%);
  clip-path: polygon(-22% -38%, 92% 1%, 100% 31%, 100% 100%, -46% 206%);
  min-width: 180px;
  max-width: 180px;
  display: inline-block;
  text-align: center;
}

.home-projects {
  padding: 0;
}
.home-projects .home-projects-container {
  padding: 0;
}
.home-projects .home-projects-container .home-journal.top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  top: 100%;
  z-index: 100;
  background-image: linear-gradient(180deg, #2F3134 20%, rgba(47, 49, 52, 0) 100%) !important;
}
.home-projects .home-projects-container .home-journal {
  margin-top: 0;
  display: flex;
  justify-content: end;
  position: relative;
}
.home-projects .home-projects-container .home-journal .home-journal-container {
  background-color: #2F3134;
  width: 100%;
  padding: 34px 75px 34px 60px;
}
.home-projects .home-projects-container .home-journal .home-journal-container h2 {
  font-size: 34px;
  color: #E5E5E5;
  font-weight: bold;
}
.home-projects .home-projects-container .home-journal .home-journal-container p {
  font-size: 16px;
  font-weight: 400;
  color: #e5e5e5;
}
.home-projects .home-projects-container .home-journal .home-journal-container a {
  background-image: linear-gradient(360deg, #D94377, #EF412A);
  color: #E5E5E5;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  -webkit-clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  min-width: 180px;
  max-width: 180px;
  display: inline-block;
  text-align: center;
}
.home-projects .home-projects-slider {
  max-height: 600px;
}
.home-projects .home-projects-slider .slick-list.draggable {
  max-height: 600px;
}
.home-projects .home-projects-slider .slick-list.draggable .slick-track {
  max-height: 600px;
}
.home-projects .home-projects-slider .slick-list.draggable .slick-track .slick-slide.slick-active img {
  box-shadow: -13px 0 15px 10px rgba(0, 0, 0, 0.568627451);
}
.home-projects .home-projects-slider .slick-list.draggable .slick-track .slick-slide {
  max-height: 600px;
}
.home-projects .home-projects-slider .slick-list.draggable .slick-track .slick-slide > div {
  max-height: 600px;
}
.home-projects .home-projects-slider .slick-list.draggable .slick-track .slick-slide > div .single-slide {
  max-height: 600px;
}
.home-projects .home-projects-slider .slick-list.draggable .slick-track .slick-slide > div .single-slide img {
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
}
.home-projects .home-projects-slider .single-slide {
  position: relative;
}
.home-projects .home-projects-slider .single-slide h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  margin: 0;
  color: #E5E5E5;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  z-index: 10;
  background: transparent linear-gradient(180deg, rgba(47, 49, 52, 0.1) 0%, #2F3134 100%) !important;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-bottom: 30px;
  justify-content: end;
  padding: 0 64px 55px 64px;
}
.home-projects .home-projects-slider .single-slide h4 span {
  font-size: 14px;
  font-weight: 300;
}

footer {
  background-color: #2F3133;
  overflow-x: hidden;
}
footer .logo-holder {
  background-image: linear-gradient(180deg, #D94377, #EF412A);
  -webkit-clip-path: polygon(0 0%, 26% 0, 100% 0, 100% 38%, 37% 38%, 37% 44%, 57% 48%, 57% 100%, 40% 100%, 19% 100%, 0 100%);
          clip-path: polygon(0 0%, 26% 0, 100% 0, 100% 38%, 37% 38%, 37% 44%, 57% 48%, 57% 100%, 40% 100%, 19% 100%, 0 100%);
  position: relative;
  top: -1px;
}
footer .logo-holder .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 0px 30px 80px;
}
footer .logo-holder .footer-logo img {
  height: 40px;
  width: 288px;
}
footer .logo-holder::before {
  content: "";
  position: absolute;
  width: 211px;
  height: 112px;
  background-color: #2F3133;
  top: 0;
  left: -91px;
  transform: rotate(125deg);
}
footer .info {
  padding: 50px 50px 50px 50px;
  position: relative;
}
footer .info .contacts {
  padding-right: 100px;
}
footer .info .contacts .contact-workingHours {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
footer .info .contacts h5 {
  color: #E5E5E5;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
footer .info .contacts p {
  color: #E5E5E5;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
  margin-bottom: 0;
}
footer .info .contacts a {
  text-decoration: none;
  color: #E5E5E5;
  font-family: "Ridley Grotesk";
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
}
footer .info .contacts .call-center a:hover {
  color: #E5E5E5 !important;
  cursor: pointer;
}
footer .info .subscription .content h5 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
footer .info .subscription .content p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
}
footer .info .subscription .form-subscription {
  margin-top: 0px;
}
footer .info .subscription .form-subscription label.ninja-label {
  font-size: 16px;
  font-weight: bold;
  color: #E5E5E5;
  margin-bottom: 10px;
}
footer .info .subscription .form-subscription input[type=email] {
  width: 100%;
  outline: none;
  height: 40px;
}
footer .info .subscription .form-subscription input[type=email]::-moz-placeholder {
  opacity: 0;
}
footer .info .subscription .form-subscription input[type=email]::placeholder {
  opacity: 0;
}
footer .icons {
  justify-content: center;
  padding: 30px 20px 30px 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-100%);
}
footer .icons a img {
  width: 40px;
  height: 40px;
}
footer .copyrights {
  justify-content: space-between;
  padding: 15px 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1607843137);
}
footer .copyrights .privacy-rights {
  flex-basis: 60%;
  justify-content: space-between;
}
footer .copyrights p {
  color: #fff;
  opacity: 0.7;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.page-template-template-page-about .site-about {
  padding-top: 93px;
}
.page-template-template-page-about .site-about .blural-head {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  padding: 0 60px;
}
.page-template-template-page-about .site-about .blural-head .blural-head-container {
  height: 100%;
  background-color: hsla(216, 5%, 50%, 0.2);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
          clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
}
.page-template-template-page-about .site-about .blural-head .blural-head-container h2 {
  height: 100%;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E5E5E5;
}

.about {
  position: relative;
  padding-left: 130px;
  margin-top: -20px;
}
.about .row.about-main-container {
  margin-top: -49px;
}
.about .nav-tabs {
  border-bottom: 0 !important;
  position: relative;
  top: 115px;
}
.about .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0;
  color: #414042;
  font-size: 34px;
}
.about .nav-tabs .nav-link.active {
  color: #ef412a;
  text-decoration: underline !important;
  outline: none !important;
  background-color: transparent;
}
.about .nav-tabs .nav-link.active:focus-visible {
  outline: none;
}
.about .tab-content .content-holder {
  position: relative;
  z-index: -1;
}
.about .tab-content .the-content {
  width: 100%;
  padding-right: 60px;
  padding-bottom: 0px;
  position: absolute;
  top: 0;
  transform: translateY(380px);
  z-index: -1;
}
.about .tab-content .the-content h3 {
  font-size: 34px;
  color: #414042;
  font-weight: 500;
  letter-spacing: 8.5px;
}
.about .tab-content .the-content p {
  font-size: 16px;
  color: #414042;
  margin-top: 25px;
  margin-bottom: 0;
}
.about .tab-content .The-img {
  max-height: 100%;
}
.about .tab-content .image {
  background-image: linear-gradient(0deg, #d94377, #ef412a);
  padding: 100px 130px 75px 0;
  height: 100%;
}
.about .tab-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: relative;
  animation-name: fade;
  animation-duration: 0.75s;
  animation-timing-function: linear;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slide-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.slide-sec h2.board-title {
  padding-left: 30px;
  color: #414042;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 8.5px;
  margin-bottom: 35px;
}
.slide-sec .second-slide {
  position: relative;
  padding: 0 40px;
  justify-content: center;
}
.slide-sec .second-slide .second-slide-item .navigation {
  display: none;
  position: relative;
  text-align: center;
  width: 100px;
  margin: auto;
  background: gray;
  height: 50px;
  line-height: 50px;
  transition: 1s;
  color: #fff;
}
.slide-sec .second-slide img {
  width: 100%;
  height: 450%;
  -o-object-fit: fill;
     object-fit: fill;
}
.slide-sec .second-slide .slick-current.slick-center {
  position: relative;
  z-index: 10;
}
.slide-sec .second-slide .slick-current.slick-center img {
  transform: scale(1.2);
  transition: 0.5s;
}
.slide-sec .second-slide .slick-list {
  padding: 50px 0 !important;
}
.slide-sec .second-slide .slick-list .slick-slide {
  position: relative;
  pointer-events: none;
}
.slide-sec .second-slide .slick-center .second-slide-item .navigation {
  display: block;
}
.slide-sec .change-info.main-info {
  margin-top: 0;
}
.slide-sec .change-info.main-info .navigation {
  display: none;
  position: relative;
  text-align: center;
  width: 100px;
  margin: auto;
  background: transparent;
  height: 50px;
  line-height: 50px;
  transition: 1s;
  color: #000;
  position: relative;
  left: 16px;
}
.slide-sec .change-info.main-info .slick-active .navigation {
  margin-top: 0;
}
.slide-sec .change-info.main-info .slick-next.slick-arrow {
  position: absolute;
  width: 80px;
  height: 50px;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  bottom: 0px;
  left: calc(50% + 22px);
  z-index: 1;
  background-image: url("../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow_right_slider.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.slide-sec .change-info.main-info .slick-prev.slick-arrow {
  position: absolute;
  width: 80px;
  height: 50px;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  bottom: 0px;
  left: calc(50% - 95px);
  z-index: 1;
  background-image: url("../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow_left_slider.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.slide-sec .change-info.main-info .info-content {
  margin-top: 10px;
}
.slide-sec .change-info.main-info .info-content h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #4b4a4a;
  text-transform: capitalize;
}
.slide-sec .change-info.main-info .info-content span {
  text-align: center;
  color: #4b4a4a;
  font-weight: 300;
  font-size: 30px;
  display: block;
  opacity: 0.7;
}
.slide-sec .change-info.main-info .quote {
  max-width: 1000px;
  text-align: left;
  font-size: 25px;
  color: #4b4a4a;
  font-weight: bold;
  align-items: center;
  margin: 20px auto;
}
.slide-sec .change-info.main-info .quote p {
  padding: 0 0 0 30px;
  margin-bottom: 0;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
}
.slide-sec .change-info.main-info .quote span {
  color: #f2443a;
  font-size: 200px;
  max-height: 200px;
}

section.our-team {
  padding: 0 40px;
  margin-bottom: 150px;
}
section.our-team .team-title {
  color: #414042;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 8.5px;
  margin-bottom: 35px;
}
section.our-team .our-team-main-container {
  display: flex;
}
section.our-team .our-team-main-container .member-card img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.our-team .our-team-main-container .member-card .info {
  width: 100%;
  padding: 25px 20px;
  background-color: #2F3134;
  color: #E5E5E5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  transition: all 0.5s;
}
section.our-team .our-team-main-container .member-card .info h5 {
  font-size: 25px;
  font-weight: bold;
}
section.our-team .our-team-main-container .member-card .info h5 span.title {
  font-size: 20px;
}
section.our-team .our-team-main-container .member-card .info p {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.our-team .our-team-main-container .member-card .info p.full {
  display: block;
}
section.our-team .our-team-main-container .member-card .info a {
  text-decoration: none;
  font-size: 12px;
  color: #E5E5E5;
  cursor: pointer;
}
section.our-team .our-team-main-container .member-card .info a.read-less {
  display: none;
}
section.our-team .our-team-main-container .slick-list .slick-slide {
  margin: 0 10px !important;
}
section.our-team .our-team-main-container .slick-next.slick-arrow {
  position: absolute;
  width: 80px;
  height: 50px;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  bottom: -100px;
  left: calc(50% + 22px);
  z-index: 1;
  background-image: url(../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow_right_slider.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
section.our-team .our-team-main-container .slick-prev.slick-arrow {
  position: absolute;
  width: 80px;
  height: 50px;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  bottom: -100px;
  left: calc(50% - 95px);
  z-index: 1;
  background-image: url(../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow_left_slider.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body {
  overflow-x: hidden;
}

section.hero-project {
  padding: 0;
  height: 100vh;
  margin: 95px 0px 30px 0px;
}
section.hero-project .blural-head {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 60px;
  top: 95px;
  left: 0;
  padding: 0 60px;
}
section.hero-project .blural-head .blural-head-container {
  height: 100%;
  background-color: hsla(216, 5%, 50%, 0.2);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
          clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
}
section.hero-project .blural-head .blural-head-container h2 {
  height: 100%;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e5e5e5;
  letter-spacing: 16px;
}
section.hero-project .hero-slider {
  height: 100%;
  position: relative;
}
section.hero-project .hero-slider .slick-list.draggable {
  height: 100%;
}
section.hero-project .hero-slider .slick-list.draggable .slick-track {
  height: 100%;
}
section.hero-project .hero-slider .slick-list.draggable .slick-slide {
  height: 100%;
}
section.hero-project .hero-slider .slick-list.draggable .slick-slide > div {
  height: 100%;
}
section.hero-project .hero-slider .slick-list.draggable .image-holder {
  height: 100%;
  padding-bottom: 70px;
  position: relative;
}
section.hero-project .hero-slider .slick-list.draggable img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero-project .hero-projects-navigation {
  z-index: 99;
  transform: translateY(-40px);
}
section.hero-project .hero-projects-navigation .navigation {
  text-align: center;
}
section.hero-project .hero-projects-navigation .navigation span {
  opacity: 0.6;
}
section.hero-project .slick-next.slick-arrow {
  position: absolute;
  width: 30px;
  height: 44px;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  left: calc(50% + 70px);
  z-index: 1;
  background-image: url("../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow_right_slider.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -55px;
  z-index: 100;
}
section.hero-project .slick-prev.slick-arrow {
  position: absolute;
  width: 30px;
  height: 44px;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  left: calc(50% - 95px);
  z-index: 1;
  background-image: url("../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow_left_slider.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 12px;
  z-index: 100;
}

.our-projects {
  padding: 0px 50px;
  margin: -35px 0 65px 0;
}
.our-projects .content-container {
  padding: 50px 0;
}
.our-projects .content-container .slick-list.draggable {
  padding: 0 !important;
}
.our-projects .content-container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 30px 20px 30px;
  background-color: rgba(47, 49, 52, 0.8);
  height: 100%;
}
.our-projects .content-container .content > div {
  display: flex;
  align-items: center;
}
.our-projects .content-container .content h2 {
  font-size: 34px;
  color: #e5e5e5;
  font-weight: bold;
  text-transform: uppercase;
}
.our-projects .content-container .content p {
  font-size: 16px;
  color: #e5e5e5;
  opacity: 0.8;
  margin-top: 15px;
  overflow: hidden;
  padding-left: 5px;
  margin-bottom: 20px;
}
.our-projects .slick-list {
  overflow: hidden;
  padding: 50px 0 !important;
  height: 100%;
}
.our-projects .slick-track {
  display: flex;
  height: 100%;
  padding: 0;
}
.our-projects .slick-track .slick-slide {
  height: 100%;
}
.our-projects .slick-track .slick-slide > div {
  height: 100%;
}
.our-projects .slick-track .project-slide,
.our-projects .slick-track img {
  width: 100% !important;
  height: 100%;
  transition: all 0.3s;
}
.our-projects .slick-track img {
  -o-object-fit: cover;
     object-fit: cover;
}
.our-projects .projects-slider {
  position: relative;
}
.our-projects .slick-center .project-slide img {
  transform: scale(1.1);
}

section.brochure {
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1607843137);
  padding: 50px 50px 145px 50px;
}
section.brochure .main-brochure-holder .books-holder {
  position: relative;
}
section.brochure .main-brochure-holder .books-holder img {
  max-height: 400px;
}
section.brochure .main-brochure-holder .books-holder img.open-book {
  width: 100%;
}
section.brochure .main-brochure-holder .books-holder img.cover {
  max-height: 400px;
  position: absolute;
  right: 0;
  bottom: -220px;
}
section.brochure .main-brochure-holder .text {
  padding: 0 100px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 120px;
}
section.brochure .main-brochure-holder .text h3 {
  font-size: 36px;
  color: #414042;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 8px;
}
section.brochure .main-brochure-holder .text p {
  font-size: 16px;
  color: #414042;
  margin: 35px 0 50px;
}
section.brochure .main-brochure-holder .text a {
  background-image: linear-gradient(180deg, #d94377, #ef412a);
  color: #e5e5e5;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 15px 25px;
  -webkit-clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
          clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
}

section.map {
  position: relative;
  max-height: 70vh;
  overflow: hidden;
}
section.map .zoomed img.leaflet-image-layer.leaflet-zoom-animated {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
section.map .zoomed .leaflet-pane.leaflet-overlay-pane {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
section.map .leaflet-pane.leaflet-map-pane {
  transform-origin: 0 0;
  max-height: 70vh;
}
section.map .leaflet-pane.leaflet-map-pane.zoomed {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.map .leaflet-pane.leaflet-map-pane.zoomed::-webkit-scrollbar {
  display: none;
}
section.map .map-holder {
  position: relative;
}
section.map .map-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.map .map-holder p {
  position: absolute;
  color: #fff;
  font-size: 16px;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: none;
}
section.map .map-holder .section-pin-container {
  position: absolute;
  top: 50%;
  padding: 0 40px;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
section.map .map-holder .section-pin-container .item-pin {
  width: 33%;
  height: 540px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-1 {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-1 .clip_title {
  margin-top: 35px;
  width: 50%;
  opacity: 0;
  transition: 0.5s;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-1 .clip_title:hover {
  opacity: 1;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-1 .A-images {
  width: 100%;
  flex-grow: 1;
  position: relative;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-1 .A-images img {
  opacity: 0.7;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-1 .A-images .top-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-1 .A-images .middle-images {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}
section.map .map-holder .section-pin-container .item-pin.item-pin-1 .A-images .bottom-images {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(-140%);
}
section.map .map-holder .section-pin-container .item-pin.item-pin-3 {
  width: 34%;
  top: -10px;
  position: relative;
  left: 6px;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-3 .clip_title {
  margin-top: 35px;
  transition: 0.5s;
  width: 100%;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-3:hover .clip_title {
  opacity: 1;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-4 {
  position: relative;
  top: -12px;
  left: 9px;
  transition: 1s;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-4 .clip_title {
  opacity: 0;
  width: 50%;
  transition: 0.5s;
  margin-top: 35px;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-4 .clip_title:hover {
  opacity: 1;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-4 .A-images {
  width: 100%;
  flex-grow: 1;
  position: relative;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-4 .A-images img {
  opacity: 0.7;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-4 .A-images .top-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.map .map-holder .section-pin-container .item-pin.item-pin-4 .A-images .middle-images {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-140%);
}
section.map .map-holder .section-pin-container .item-pin.item-pin-4 .A-images .bottom-images {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}
section.map .map-holder .section-pin-container .clip_title {
  opacity: 0;
  height: 65%;
  position: relative;
}
section.map .map-holder .section-pin-container .clip_title::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 172px;
  background-image: linear-gradient(#ef412a, #d94377);
  -webkit-clip-path: polygon(86% 0%, 100% 22%, 100% 52%, 65% 52%, 50% 71%, 34% 53%, 0 53%, 0 0, 54% 0);
          clip-path: polygon(86% 0%, 100% 22%, 100% 52%, 65% 52%, 50% 71%, 34% 53%, 0 53%, 0 0, 54% 0);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: -10;
}
section.map .map-holder .section-pin-container .clip_title .itemclip {
  width: 185px;
  height: 165px;
  -webkit-clip-path: polygon(86% 0%, 100% 22%, 100% 52%, 65% 52%, 50% 71%, 34% 53%, 0 53%, 0 0, 54% 0);
          clip-path: polygon(86% 0%, 100% 22%, 100% 52%, 65% 52%, 50% 71%, 34% 53%, 0 53%, 0 0, 54% 0);
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  background-size: cover;
  background-position: center center;
}
section.map .map-holder .section-pin-container .clip_title .itemclip > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -10;
  filter: blur(5px) brightness(100%);
}
section.map .map-holder .section-pin-container .clip_title .itemclip > .background-white {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -9;
  background-color: rgba(255, 255, 255, 0.2);
}
section.map .map-holder .section-pin-container .clip_title .itemclip h3 {
  color: #e5e5e5;
  text-align: center;
  margin: 0;
  margin-top: 27px;
  font-size: 18px;
  font-weight: 700;
}
section.map .map-holder .section-pin-container .clip_title .itemclip p {
  color: #e5e5e5;
  position: static;
  transform: none;
  text-align: center;
  font-size: 14px;
}
section.map .map-holder .section-pin-container .A-images img {
  max-width: 39px;
  max-height: 45px;
}
section.map .holder {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border: 1px solid #EF412A;
  border-radius: 50px;
  padding: 5px 60px;
  -webkit-backdrop-filter: blur(9px) brightness(150%);
          backdrop-filter: blur(9px) brightness(150%);
}
section.map .holder .nav-holder {
  display: flex;
  flex-direction: column;
}
section.map .holder .nav-holder a {
  width: 45px;
  height: 45px;
}
section.map .holder .nav-holder a img {
  width: 45px;
  height: 45px;
}
section.map .holder .nav-holder span {
  color: #E5E5E5;
  font-size: 10px;
  font-weight: 500;
}
section.map .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000000;
  justify-content: center;
  align-items: center;
}
section.map .overlay .mob-holder {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
section.map .overlay .mob-holder span {
  color: #fff;
}

.map-holder::-webkit-scrollbar-track {
  background-color: transparent;
}

.map-holder::-webkit-scrollbar {
  width: 0;
}

.map-holder::-webkit-scrollbar-thumb {
  background-color: transparent;
}

section.main-sustainability {
  height: 100vh;
  margin-top: 92px;
  position: relative;
}
section.main-sustainability .blural-head {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  padding: 0 60px;
}
section.main-sustainability .blural-head .blural-head-container {
  height: 100%;
  background-color: hsla(216, 5%, 50%, 0.2);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
          clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
}
section.main-sustainability .blural-head .blural-head-container h2 {
  height: 100%;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E5E5E5;
}
section.main-sustainability .background {
  margin: 0;
  position: relative;
  height: 100%;
}
section.main-sustainability .background .image {
  height: 100%;
}
section.main-sustainability .background .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.main-sustainability .background .top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.main-sustainability .background .top-title h1 {
  color: #e5e5e5;
  text-align: center;
  font-size: 64px;
  font-weight: 800;
  text-transform: uppercase;
}
section.main-sustainability .background .link {
  display: none;
}

section.why-sustainability {
  min-height: 800px;
  position: relative;
}
section.why-sustainability img.sec-panner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
section.why-sustainability .why-sustainability-container {
  position: relative;
  padding: 0 0 50px 0;
}
section.why-sustainability .why-sustainability-container .slide-up {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(18px) brightness(100%);
          backdrop-filter: blur(18px) brightness(100%);
  position: relative;
  width: 60%;
  margin: auto;
  z-index: 99;
  padding: 50px 100px;
  transform: translateY(-45%);
}
section.why-sustainability .why-sustainability-container .slide-up h2 {
  color: #FFFFFF;
  font-size: 36px;
  letter-spacing: 8.5px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
section.why-sustainability .why-sustainability-container .slide-up p {
  color: #FFFFFF;
  margin: 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 100px;
}
section.why-sustainability .why-sustainability-container .the-content {
  width: 80%;
  margin: auto;
  z-index: 1000;
  height: 450px;
  display: flex !important;
  align-items: center;
}
section.why-sustainability .why-sustainability-container .the-content .slick-list.draggable {
  padding: 0 5px;
}
section.why-sustainability .why-sustainability-container .the-content .slick-list.draggable .slick-slide {
  margin: 0 10px;
  height: 100%;
}
section.why-sustainability .why-sustainability-container .the-content .slick-list.draggable .slick-track {
  display: flex;
  align-items: center;
}
section.why-sustainability .why-sustainability-container .the-content .active {
  height: 428px;
}
section.why-sustainability .why-sustainability-container .the-content .content-holder {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #A2BF8B;
  padding: 0 16px;
  position: relative;
  z-index: 1000;
  min-height: 300px !important;
}
section.why-sustainability .why-sustainability-container .the-content .content-holder h4 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin: 15px 0 10px 0;
  text-align: center;
}
section.why-sustainability .why-sustainability-container .the-content .content-holder p {
  color: #fff;
  text-align: center;
  opacity: 0;
  height: 0;
}
section.why-sustainability .why-sustainability-container .the-content .content-holder p.toggle {
  font-size: 14px;
  color: #E5E5E5;
  text-align: center;
  opacity: 1;
  height: auto;
}
section.why-sustainability .why-sustainability-container .the-content .slick-prev.slick-arrow {
  position: absolute;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
  z-index: 100;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image: url(../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow-slider-light.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translatex(-100%) rotate(180deg);
  left: 0;
  top: 50%;
}
section.why-sustainability .why-sustainability-container .the-content .slick-next.slick-arrow {
  position: absolute;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
  z-index: 100;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image: url(../../../wp-content/themes/ninjahub-pro/app/Models/public/img/arrow-slider-light.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translatex(-50%);
  right: 0;
  top: 50%;
  transform: translateX(100%);
}
section.why-sustainability .openDiv {
  animation-name: TheHeight;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes TheHeight {
  from {
    height: 230px;
  }
  to {
    height: 430px;
  }
}

section.east-gate {
  margin-bottom: 50px;
}
section.east-gate .east-gate-holder {
  padding-top: 50px;
}
section.east-gate .east-gate-holder h2 {
  font-size: 25px;
  margin: auto;
  color: #414042;
  line-height: 35px;
  font-weight: bold;
  max-width: 80%;
  text-align: center;
}
section.east-gate .east-gate-holder h2 span {
  color: #ef412a;
}
section.east-gate .east-gate-holder .row .description {
  padding: 50px;
}
section.east-gate .east-gate-holder .row .description p {
  color: #414042;
  font-size: 16px;
}
section.east-gate .east-gate-holder .row .description p strong {
  color: #ef412a;
}
section.east-gate .east-gate-holder .row .image {
  padding: 50px;
}
section.east-gate .east-gate-holder .row .image img {
  width: 100%;
  height: 100%;
}
section.east-gate .east-gate-holder .project-image {
  width: 80%;
  height: 750px;
  margin: 30px auto 40px;
}
section.east-gate .east-gate-holder .project-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.page-template-template-page-journal section.mobile-tabsRole {
  display: none;
}
.page-template-template-page-journal section.journal-projects-slider {
  height: 100vh;
  position: relative;
}
.page-template-template-page-journal section.journal-projects-slider .blural-head {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  padding: 0 60px;
}
.page-template-template-page-journal section.journal-projects-slider .blural-head .blural-head-container {
  height: 100%;
  background-color: hsla(216, 5%, 50%, 0.2);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
          clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
}
.page-template-template-page-journal section.journal-projects-slider .blural-head .blural-head-container h2 {
  height: 100%;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e5e5e5;
  letter-spacing: 16px;
}
.page-template-template-page-journal section.journal-projects-slider .journal-projects-hero-slider {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 320px 0px 114px hsla(0, 0%, 8%, 0.8) inset;
  z-index: 1;
  margin-top: 92px;
}
.page-template-template-page-journal section.journal-projects-slider .journal-projects-hero-slider .the-panners-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-template-template-page-journal section.journal-projects-slider .journal-projects-hero-slider .the-panners-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider {
  max-width: 630px;
  transform: translate(-50%, 0);
}
.page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider h1 {
  font-size: 64px;
  font-weight: bold;
  color: #2F3134;
  line-height: 60px;
  text-transform: uppercase;
  margin-top: 15px;
}
.page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider p {
  color: #2F3134;
  font-size: 16px;
  margin-top: 10px;
}
.page-template-template-page-journal section.more-news {
  padding: 0 60px 50px;
  margin-top: -50px;
}
.page-template-template-page-journal section.more-news h2 {
  color: #414042;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 8px;
}
.page-template-template-page-journal section.more-news .parent {
  margin-top: 75px;
  height: 80vh;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.page-template-template-page-journal section.more-news .parent .div1 {
  grid-area: 1/1/7/4;
}
.page-template-template-page-journal section.more-news .parent .div2 {
  grid-area: 4/4/7/7;
}
.page-template-template-page-journal section.more-news .parent .div3 {
  grid-area: 1/4/4/7;
}
.page-template-template-page-journal section.more-news .parent .div4 {
  display: none;
}
.page-template-template-page-journal section.more-news .parent .div5 {
  display: none;
}
.page-template-template-page-journal section.more-news .parent > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.page-template-template-page-journal section.more-news .parent > a img {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-page-journal section.more-news .parent > a .top-div {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  background-image: linear-gradient(180deg, #000000, rgba(128, 128, 128, 0));
}
.page-template-template-page-journal section.more-news .parent > a .top-div span {
  color: #E5E5E5;
  font-size: 16px;
}
.page-template-template-page-journal section.more-news .parent > a .bottom-div {
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(47, 49, 52, 0.6), rgba(47, 49, 52, 0.6));
  padding: 20px 25px;
  -webkit-clip-path: polygon(50% 0%, 94% 0, 100% 25%, 100% 100%, 0 100%, 0% 60%, 0 0);
          clip-path: polygon(50% 0%, 94% 0, 100% 25%, 100% 100%, 0 100%, 0% 60%, 0 0);
  transition: all 0.5s ease-in-out;
  height: 120px;
}
.page-template-template-page-journal section.more-news .parent > a .bottom-div p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: #E5E5E5;
}
.page-template-template-page-journal section.more-news .parent > a .bottom-div span {
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 24px;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  margin-top: 15px;
}
.page-template-template-page-journal section.more-news .parent > a .bottom-div:hover {
  background-image: linear-gradient(180deg, rgba(217, 67, 119, 0.5), rgba(239, 65, 42, 0.5));
  -webkit-clip-path: polygon(50% 0%, 94% 0, 100% 10%, 100% 100%, 0 100%, 0% 60%, 0 0);
          clip-path: polygon(50% 0%, 94% 0, 100% 10%, 100% 100%, 0 100%, 0% 60%, 0 0);
  height: 75%;
}
.page-template-template-page-journal section.more-news .parent > a .bottom-div:hover p {
  display: block;
}
.page-template-template-page-journal section.more-news .parent > a .bottom-div:hover span {
  display: flex;
}
.page-template-template-page-journal section.more-news .parent .div1 .bottom-div:hover {
  height: 45%;
}
.page-template-template-page-journal section.more-news .parent .div3 .bottom-div:hover p {
  display: block;
}
.page-template-template-page-journal section.more-news .parent .div3 .bottom-div:hover span {
  margin-top: 12px !important;
}
.page-template-template-page-journal section.more-news .parent-2 {
  margin: 10px auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.page-template-template-page-journal section.more-news .parent-2 a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  max-height: 590px;
  min-height: 400px;
}
.page-template-template-page-journal section.more-news .parent-2 a img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-page-journal section.more-news .parent-2 a .top-div {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  background-image: linear-gradient(180deg, #000000, rgba(128, 128, 128, 0));
}
.page-template-template-page-journal section.more-news .parent-2 a .top-div span {
  color: #E5E5E5;
  font-size: 16px;
}
.page-template-template-page-journal section.more-news .parent-2 a .bottom-div {
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(47, 49, 52, 0.6), rgba(47, 49, 52, 0.6));
  padding: 20px 25px;
  -webkit-clip-path: polygon(50% 0%, 94% 0, 100% 25%, 100% 100%, 0 100%, 0% 60%, 0 0);
          clip-path: polygon(50% 0%, 94% 0, 100% 25%, 100% 100%, 0 100%, 0% 60%, 0 0);
  transition: all 0.5s ease-in-out;
  height: 120px;
}
.page-template-template-page-journal section.more-news .parent-2 a .bottom-div p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: #E5E5E5;
}
.page-template-template-page-journal section.more-news .parent-2 a .bottom-div span {
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 24px;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  margin-top: 15px;
}
.page-template-template-page-journal section.more-news .parent-2 a .bottom-div:hover {
  background-image: linear-gradient(180deg, rgba(217, 67, 119, 0.5), rgba(239, 65, 42, 0.5));
  -webkit-clip-path: polygon(50% 0%, 94% 0, 100% 10%, 100% 100%, 0 100%, 0% 60%, 0 0);
          clip-path: polygon(50% 0%, 94% 0, 100% 10%, 100% 100%, 0 100%, 0% 60%, 0 0);
  height: 75%;
}
.page-template-template-page-journal section.more-news .parent-2 a .bottom-div:hover p {
  display: block;
}
.page-template-template-page-journal section.more-news .parent-2 a .bottom-div:hover span {
  display: flex;
}
.page-template-template-page-journal section.more-news .read-more-link {
  display: flex;
  justify-content: end;
  margin-top: 50px;
}
.page-template-template-page-journal section.more-news .read-more-link a {
  text-decoration: none;
  font-size: 16px;
  color: #EF412A;
}
.page-template-template-page-journal section.more-news .read-more-link a span {
  font-size: 25px;
}
.page-template-template-page-journal section.tabs-role {
  transform: translateY(-150px);
  z-index: 99;
  position: relative;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul {
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
  height: 150px;
  margin-bottom: 0;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul .new-active {
  height: calc(100% + 10px);
  transform: translateY(-10px);
  background-image: linear-gradient(180deg, #D94377, #EF412A);
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul li {
  width: 30%;
  background-color: #2f3134;
  -webkit-clip-path: polygon(22% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0 87%, 0 75%);
          clip-path: polygon(22% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0 87%, 0 75%);
  position: absolute;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul li button.nav-link {
  width: 100%;
  height: 100%;
  border-radius: 0;
  color: #E5E5E5;
  font-size: 28px;
  font-weight: 500;
  height: 150px;
  background-color: inherit;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul li button.nav-link.active {
  background-image: linear-gradient(180deg, #D94377, #EF412A);
  background-color: transparent;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul li button.nav-link:not(.active) {
  position: relative;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul li button.nav-link:not(.active)::after {
  position: absolute;
  content: "";
  background-color: hsla(0, 0%, 0%, 0.1);
  height: 100%;
  width: calc(100% + 10px);
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(23% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0 87%, 0 78%);
          clip-path: polygon(23% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0 87%, 0 78%);
  box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.1607843137) inset;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul li.new-0 {
  left: 45px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul li.new-1 {
  right: 46%;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul li.new-2 {
  right: 23%;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container ul li.new-3 {
  right: 0;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content {
  height: 75vh;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane {
  height: 100%;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 {
  padding-left: 45px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  background-image: linear-gradient(180deg, #EF412A, #D94377);
  height: 100%;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container .content {
  width: 60%;
  background-color: #2F3134;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 80px 20px 80px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container .content::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 25px;
  background-color: #2F3134;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container .content > span {
  color: #E5E5E5;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container .content h2 {
  font-size: 30px;
  color: #E5E5E5;
  line-height: 40px;
  text-transform: uppercase;
  margin: 20px 0 40px 0;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container .content p {
  color: #E5E5E5;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-width: 613px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container .content a.read-more {
  font-size: 14px;
  color: #EF412A;
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container .content a.read-more span.symbol {
  font-size: 28px;
  font-weight: 300;
  margin-top: -5px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container .image {
  width: 30%;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new0 .new0-container .image a {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50px;
  transform: translateY(50%);
  color: #E5E5E5;
  width: 60px;
  height: 60px;
  background-color: rgba(229, 229, 229, 0.4);
  text-decoration: none;
  border-radius: 50%;
  font-size: 45px;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  background-image: linear-gradient(180deg, #EF412A, #D94377);
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container .image {
  width: 24%;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container .content {
  width: 66%;
  background-color: #2F3134;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 60px 20px 60px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container .content::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 25px;
  background-color: #2F3134;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container .content > span {
  color: #E5E5E5;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container .content h2 {
  font-size: 28px;
  color: #E5E5E5;
  line-height: 40px;
  text-transform: uppercase;
  margin: 20px 0 40px 0;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container .content p {
  color: #E5E5E5;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-width: 613px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container .content a.read-more {
  font-size: 14px;
  color: #EF412A;
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container .content a.read-more span.symbol {
  font-size: 28px;
  font-weight: 300;
  margin-top: -5px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new1 .new1-container .content a.arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 80px;
  transform: translateY(50%);
  color: #E5E5E5;
  width: 60px;
  height: 60px;
  background-color: rgba(229, 229, 229, 0.4);
  text-decoration: none;
  border-radius: 50%;
  font-size: 45px;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  background-image: linear-gradient(180deg, #EF412A, #D94377);
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container .image {
  width: 47%;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container .content {
  width: 43%;
  background-color: #2F3134;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 50px 20px 50px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container .content::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 25px;
  background-color: #2F3134;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container .content > span {
  color: #E5E5E5;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container .content h2 {
  font-size: 26px;
  color: #E5E5E5;
  line-height: 40px;
  text-transform: uppercase;
  margin: 20px 0 40px 0;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container .content p {
  color: #E5E5E5;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-width: 600px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container .content a.read-more {
  font-size: 14px;
  color: #EF412A;
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container .content a.read-more span.symbol {
  font-size: 28px;
  font-weight: 300;
  margin-top: -5px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new2 .new2-container .content a.arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50px;
  transform: translateY(50%);
  color: #E5E5E5;
  width: 60px;
  height: 60px;
  background-color: rgba(229, 229, 229, 0.4);
  text-decoration: none;
  border-radius: 50%;
  font-size: 45px;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  background-image: linear-gradient(180deg, #EF412A, #D94377);
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container .content {
  width: 70%;
  background-color: #2F3134;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 80px 20px 80px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container .content > span {
  color: #E5E5E5;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container .content h2 {
  font-size: 28px;
  color: #E5E5E5;
  line-height: 40px;
  text-transform: uppercase;
  margin: 20px 0 40px 0;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container .content p {
  color: #E5E5E5;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-width: 613px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container .content a.read-more {
  font-size: 14px;
  color: #EF412A;
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container .content a.read-more span.symbol {
  font-size: 28px;
  font-weight: 300;
  margin-top: -5px;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container .image {
  width: 20%;
  position: relative;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container .image::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 25px;
  background-image: url("../../../wp-content/themes/ninjahub-pro/app/Models/public/img/bg-before-image.webp");
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-page-journal section.tabs-role .tabs-role-container .tab-content .tab-pane.new3 .new3-container .image a.arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50px;
  transform: translateY(50%);
  color: #E5E5E5;
  width: 60px;
  height: 60px;
  background-color: rgba(229, 229, 229, 0.4);
  text-decoration: none;
  border-radius: 50%;
  font-size: 45px;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.vr-vedio {
  padding: 0;
  margin-top: 0px;
  height: 100vh;
}
section.vr-vedio .vr-main {
  height: 100%;
}
section.vr-vedio .vr-main > h2 {
  font-size: 114px;
  font-weight: bold;
  color: #414042;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  line-height: 75px;
}
section.vr-vedio .vr-main .vedio-holder {
  height: 100%;
}
section.vr-vedio .vr-main .vedio-holder video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

section.booking-now {
  padding: 0 50px 0 0;
  margin-top: -120px;
}
section.booking-now .description-holder {
  height: 100%;
  padding-top: 150px;
}
section.booking-now .description-holder .description {
  background-image: linear-gradient(#ef412a, #d94377);
  padding: 120px 90px 70px 70px;
  height: 100%;
}
section.booking-now .description-holder .description h2 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
section.booking-now .description-holder .description p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 200;
}
section.booking-now .description-holder .description h3 {
  font-size: 25px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
}
section.booking-now .form-col {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1843137255);
  padding: 70px 0 120px;
  position: relative;
  background-color: #E5E5E5;
}
section.booking-now .form-col > h2 {
  font-size: 34px;
  color: #414042;
  text-transform: uppercase;
  text-align: center;
}
section.booking-now .form-col .booking-form {
  margin-top: 40px;
  padding: 0 90px;
}
section.booking-now .form-col .booking-form form > div:not(.date-and-time) {
  display: flex;
  flex-direction: column;
}
section.booking-now .form-col .booking-form form .form-group.ninja-input-wrapper input, section.booking-now .form-col .booking-form form .form-group.ninja-input-wrapper select, section.booking-now .form-col .booking-form form .form-group.ninja-input-wrapper textarea {
  background-color: transparent;
  border: 1px solid #414042;
}
section.booking-now .form-col .booking-form form .form-group.ninja-input-wrapper.same-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section.booking-now .form-col .booking-form form .form-group.ninja-input-wrapper.same-row .date-and-time {
  width: 60%;
}
section.booking-now .form-col .booking-form form .form-group.ninja-input-wrapper.same-row .form-group.ninja-input-wrapper {
  width: 35%;
}
section.booking-now .form-col .booking-form form .form-group {
  position: relative;
}
section.booking-now .form-col .booking-form form .form-group button.btn.ninja-btn {
  margin-top: 15px;
  font-size: 0;
  width: 30px;
  height: 40px;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url(../../../wp-content/themes/ninjahub-pro/app/Models/public/img/New-Arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
}
section.booking-now .form-col .booking-form form .date-and-time {
  display: flex;
  flex-direction: column;
}
section.booking-now .form-col .booking-form form .date-and-time .date,
section.booking-now .form-col .booking-form form .date-and-time .time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.booking-now .form-col .booking-form form .date-and-time .date {
  flex: 1;
}
section.booking-now .form-col .booking-form form .date-and-time .time {
  flex-basis: 40%;
}
section.booking-now .form-col .booking-form form > div:not(:last-child) {
  margin-bottom: 20px;
}
section.booking-now .form-col .booking-form form input::-webkit-outer-spin-button,
section.booking-now .form-col .booking-form form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
section.booking-now .form-col .booking-form form input,
section.booking-now .form-col .booking-form form select {
  height: 45px;
  outline: none;
  border: 1px solid #414042;
}
section.booking-now .form-col .booking-form form select#ninja_inquiry {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
section.booking-now .form-col .booking-form form label {
  font-size: 20px;
  color: #414042;
  text-transform: capitalize;
  margin-bottom: 5px;
}
section.booking-now .form-col a {
  position: absolute;
  width: 30px;
  height: 44px;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../../../wp-content/themes/ninjahub-pro/app/Models/public/img/New-Arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 100px;
  bottom: 70px;
}

section.vr-experience {
  margin-top: 100px;
}
section.vr-experience .main-container .frame-image {
  background-image: linear-gradient(180deg, #D94377, #EF412A);
  padding: 60px;
}
section.vr-experience .main-container .frame-image img {
  height: 100%;
  width: 100%;
}
section.vr-experience .main-container .experience-desc-holder {
  display: flex;
  align-items: end;
}
section.vr-experience .main-container .experience-desc-holder .experience-desc {
  background-image: linear-gradient(230deg, #D94377, #EF412A);
  padding: 40px 40px 40px 0;
}
section.vr-experience .main-container .experience-desc-holder .experience-desc h2 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
section.vr-experience .main-container .experience-desc-holder .experience-desc p {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-template-template-page-bookingvr footer .logo-holder::before {
  background-image: linear-gradient(180deg, #EF412A, #ef412a) !important;
}

main#contactUs .blural-head {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 50px;
  top: 92px;
  left: 0;
  padding: 0 60px;
}
main#contactUs .blural-head .blural-head-container {
  height: 100%;
  background-color: hsla(216, 5%, 50%, 0.2);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
          clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
}
main#contactUs .blural-head .blural-head-container h2 {
  height: 100%;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E5E5E5;
  letter-spacing: 16px;
}
main#contactUs .contacts-hero {
  height: calc(100vh - 91.5px);
  position: relative;
  margin-top: 92px;
}
main#contactUs .contacts-hero .contact-us-hero-container {
  height: 100%;
  width: 100%;
}
main#contactUs .contacts-hero .contact-us-hero-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#contactUs .contacts-hero .contact-us-hero-container .text {
  position: absolute;
  max-width: 500px;
  color: #E5E5E5;
  z-index: 99;
  left: 130px;
  top: 50%;
  transform: translateY(-50%);
}
main#contactUs .contacts-hero .contact-us-hero-container .text h2 {
  font-size: 64px;
  font-weight: bold;
  text-transform: capitalize;
}
main#contactUs .contacts-hero .contact-us-hero-container .text p {
  font-size: 16px;
}
main#contactUs section.form {
  min-height: 110vh;
  position: relative;
}
main#contactUs section.form .fomr-holder {
  width: 70%;
  background-color: #E5E5E5;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1843137255);
  position: absolute;
  padding: 60px 90px;
  border-radius: 5px;
  transform: translate(-50%, -25%);
  left: 50%;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form h3 {
  font-size: 34px;
  color: #414042;
  text-transform: uppercase;
  text-align: center;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields {
  margin-top: 30px;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 15px;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div label {
  font-size: 20px;
  padding-bottom: 10px;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div input, main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div select {
  border: 1px solid #414042;
  height: 50px;
  max-height: 50px;
  background-color: transparent;
  outline: none;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div input::-moz-placeholder, main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div select::-moz-placeholder {
  opacity: 0;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div input::placeholder, main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div select::placeholder {
  opacity: 0;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div textarea {
  height: 120px;
  border: 1px solid #414042;
  background-color: transparent;
  outline: none;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div textarea::-moz-placeholder {
  opacity: 0;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields > div textarea::placeholder {
  opacity: 0;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields .mobile-number {
  /* Chrome, Safari, Edge, Opera */
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields .mobile-number input::-webkit-outer-spin-button,
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields .mobile-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields .Inquiry select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../../../wp-content/themes/ninjahub-pro/app/Models/public/img/down-chevron2.webp");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .submit {
  margin-top: 30px;
  display: flex;
  justify-content: end;
}
main#contactUs section.form .fomr-holder form.ninja-contact-form .submit button {
  border: none;
  background-image: linear-gradient(360deg, #D94377, #EF412A);
  color: #E5E5E5;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  -webkit-clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  min-width: 180px;
  max-width: 180px;
  text-align: center;
}
main#contactUs section.how-to-reachUs {
  display: none;
}
main#contactUs .location-on-map {
  border-top: 1px solid rgba(112, 112, 112, 0.3450980392);
  border-bottom: 1px solid rgba(112, 112, 112, 0.3450980392);
  max-height: 600px;
  height: 600px;
  margin-bottom: 80px;
}
main#contactUs .location-on-map #map-container {
  height: 100%;
}

section.journal-inner {
  margin-top: 92px;
  margin-bottom: 65px;
  padding: 0 50px;
}
section.journal-inner .content-holder {
  padding-top: 50px;
}
section.journal-inner .content-holder .arrow {
  margin-bottom: 30px;
}
section.journal-inner .content-holder .arrow img {
  width: 38px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.journal-inner .content-holder .inner-image {
  margin-bottom: 40px;
}
section.journal-inner .content-holder .title-description {
  margin-bottom: 50px;
}
section.journal-inner .content-holder .title-description .title .image-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.journal-inner .content-holder .title-description .title h2 {
  color: #2F3134;
  font-size: 34px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 32px;
  border-radius: 5px;
}
section.journal-inner .content-holder .title-description .title span {
  font-size: 16px;
  font-weight: 300;
  color: #414042;
  display: block;
}
section.journal-inner .content-holder .title-description .description {
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.journal-inner .content-holder .title-description .description p {
  font-size: 16px;
  color: #414042;
}
section.journal-inner .content-holder .cards {
  flex-wrap: wrap;
  row-gap: 25px;
}
section.journal-inner .content-holder .cards .card {
  justify-content: space-between;
}
section.journal-inner .content-holder .cards .card img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
section.journal-inner .content-holder .cards .card .cart-content {
  position: relative;
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.1607843137);
  background-color: #2F3134;
  align-items: center;
  flex-grow: 1;
}
section.journal-inner .content-holder .cards .card .cart-content .cart-desc {
  padding: 10px;
  max-width: calc(100% - 40px);
}
section.journal-inner .content-holder .cards .card .cart-content .cart-desc p {
  color: #EF412A;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
section.journal-inner .content-holder .cards .card .cart-content .cart-desc span {
  color: #e5e5e5;
  font-weight: 300;
  font-size: 12px;
}
section.journal-inner .content-holder .cards .left {
  padding-right: 20px;
  border: 0 !important;
  background-color: transparent;
}
section.journal-inner .content-holder .cards .left a {
  position: absolute;
  width: 35px;
  height: 35px;
  color: transparent;
  border: none;
  outline: 0;
  background-color: transparent;
  background-image: url(app/Models/public/img/arrow-slider-light-smaller.svg);
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: center;
  display: inline-block;
  right: 10px;
}
section.journal-inner .content-holder .cards .right {
  padding-left: 20px;
  border: 0 !important;
  background-color: transparent;
}
section.journal-inner .content-holder .cards .right a {
  position: absolute;
  width: 35px;
  height: 35px;
  color: transparent;
  border: none;
  outline: 0;
  background-color: transparent;
  background-image: url(app/Models/public/img/arrow-slider-light-smaller.svg);
  background-repeat: no-repeat;
  background-size: 27px;
  background-position: center;
  display: inline-block;
  right: 10px;
}

section.single-projects {
  margin-top: 70px;
  padding: 0 50px;
  margin-bottom: 90px;
}
section.single-projects .arrow {
  margin-bottom: 0;
}
section.single-projects .arrow img {
  width: 22px;
  height: 40px;
}
section.single-projects .projects-inner .details {
  width: 40%;
  padding: 40px 0;
  max-height: 750px;
}
section.single-projects .projects-inner .details .details-container {
  padding: 50px 40px;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1843137255);
  height: 100%;
}
section.single-projects .projects-inner .details .details-container h2 {
  font-size: 34px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 60px;
}
section.single-projects .projects-inner .details .details-container .information {
  margin-bottom: 50px;
}
section.single-projects .projects-inner .details .details-container .information p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 35px;
}
section.single-projects .projects-inner .details .details-container .information .info-details span {
  font-size: 16px;
  font-weight: 300;
}
section.single-projects .projects-inner .details .details-container .information .info-details span.first-span {
  margin-right: 25px;
}
section.single-projects .projects-inner .details .details-container .facilities {
  margin-bottom: 50px;
}
section.single-projects .projects-inner .details .details-container .facilities p {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 35px;
}
section.single-projects .projects-inner .details .details-container .facilities .facilities-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
section.single-projects .projects-inner .details .details-container .facilities .facilities-details .facility-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.single-projects .projects-inner .details .details-container .facilities .facilities-details .facility-holder span {
  text-align: center;
}
section.single-projects .projects-inner .details .details-container .facilities .facilities-details .facility-holder img {
  margin-bottom: 10px;
}
section.single-projects .projects-inner .gallery {
  width: 60%;
  max-height: 750px;
}
section.single-projects .projects-inner .gallery .gallery-slider img {
  width: 100% !important;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.single-projects .projects-inner .gallery .navigator-holder-two {
  position: relative;
  height: 50px;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.single-projects .projects-inner .gallery .navigator-holder-two .navigation {
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #2F3134;
  font-size: 23px;
}
section.single-projects .projects-inner .gallery .navigator-holder-two .navigation span {
  color: #9D9D9D;
}
section.single-projects .projects-inner .gallery .slick-next.slick-arrow {
  position: absolute;
  width: 30px;
  height: 44px;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: 0;
  background-image: url(app/Models/public/img/New-Arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 50%;
  padding: 0;
  transform: translate(65px, 60px);
  z-index: 1;
}
section.single-projects .projects-inner .gallery .slick-prev.slick-arrow {
  position: absolute;
  width: 30px;
  height: 44px;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: 0;
  background-image: url(app/Models/public/img/New-Arrow-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  bottom: 0;
  left: 50%;
  padding: 0;
  transform: translate(-85px, 60px);
  z-index: 1;
}
section.single-projects .projects-inner .unit-cost span {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
}
section.single-projects .projects-inner .unit-cost span.fees {
  font-size: 31px;
  color: #000;
  font-weight: bold;
  margin-left: 25px;
}

.page-template-template-page-careers section.hero-careers {
  margin-top: 92px;
  height: 100vh;
}
.page-template-template-page-careers section.hero-careers .blural-head {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 50px;
  top: 92px;
  left: 0;
  padding: 0 60px;
}
.page-template-template-page-careers section.hero-careers .blural-head .blural-head-container {
  height: 100%;
  background-color: hsla(216, 5%, 50%, 0.2);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
          clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
}
.page-template-template-page-careers section.hero-careers .blural-head .blural-head-container h2 {
  height: 100%;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e5e5e5;
  letter-spacing: 16px;
}
.page-template-template-page-careers section.hero-careers .hero-panner {
  height: 100%;
}
.page-template-template-page-careers section.hero-careers .hero-panner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-page-careers section.careers-content {
  margin: 60px 0;
}
.page-template-template-page-careers section.careers-content h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.page-template-template-page-careers section.careers-content h1 span {
  color: #EF412A;
}
.page-template-template-page-careers section.careers-content ul.nav.nav-tabs {
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
  height: 150px;
  margin-bottom: 0;
  margin-top: 60px;
  border: none;
}
.page-template-template-page-careers section.careers-content ul.nav.nav-tabs li {
  width: 30%;
  background-color: #2f3134;
  -webkit-clip-path: polygon(22% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0 87%, 0 75%);
          clip-path: polygon(22% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0 87%, 0 75%);
  position: absolute;
}
.page-template-template-page-careers section.careers-content ul.nav.nav-tabs li button.nav-link {
  width: 100%;
  border-radius: 0;
  color: #E5E5E5;
  font-size: 28px;
  font-weight: 500;
  height: 150px;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
  margin: 0;
}
.page-template-template-page-careers section.careers-content ul.nav.nav-tabs li button.nav-link:hover {
  border: none !important;
}
.page-template-template-page-careers section.careers-content ul.nav.nav-tabs li button.nav-link:not(.active) {
  position: relative;
}
.page-template-template-page-careers section.careers-content ul.nav.nav-tabs li button.nav-link:not(.active)::after {
  position: absolute;
  content: "";
  background-color: hsla(0, 0%, 0%, 0.1);
  height: 100%;
  width: calc(100% + 10px);
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(23% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0 87%, 0 78%);
  clip-path: polygon(23% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0 87%, 0 78%);
  box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.1);
}
.page-template-template-page-careers section.careers-content ul.nav.nav-tabs li.new-active {
  height: calc(100% + 10px);
  transform: translateY(-10px);
  background-image: linear-gradient(180deg, #D94377, #EF412A);
}
.page-template-template-page-careers section.careers-content ul.nav.nav-tabs li.new-active button.nav-link.active {
  background-image: linear-gradient(180deg, #D94377, #EF412A);
  background-color: transparent;
  border: none;
}
.page-template-template-page-careers section.careers-content ul.nav.nav-tabs li:first-child {
  left: 45px;
}
.page-template-template-page-careers section.careers-content ul.nav.nav-tabs li:last-child {
  right: 46%;
}
.page-template-template-page-careers section.careers-content .tab-content {
  height: 75vh;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane:first-child {
  padding-left: 45px;
  height: 100%;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane:first-child .content-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  background-image: linear-gradient(180deg, #EF412A, #D94377);
  height: 100%;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane:first-child .content-container .image {
  width: 30%;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane:first-child .content-container .image img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane:first-child .content-container .content {
  width: 60%;
  background-color: #2F3134;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 80px 20px 80px;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane:first-child .content-container .content::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 25px;
  background-color: #2F3134;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane:first-child .content-container .content h3 {
  color: #E5E5E5;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane:first-child .content-container .content p {
  color: #E5E5E5;
  font-size: 14px;
  max-width: 613px;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane:first-child .content-container .content a {
  font-size: 14px;
  color: #EF412A;
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane:first-child .content-container .content a span.symbol {
  font-size: 28px;
  font-weight: 300;
  margin-top: -5px;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane {
  height: 100%;
  margin-top: -1px;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane .content-container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  background-image: linear-gradient(180deg, #EF412A, #D94377);
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane .content-container .image {
  width: 24%;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane .content-container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane .content-container .content {
  width: 66%;
  background-color: #2F3134;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 60px 20px 60px;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane .content-container .content::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 25px;
  background-color: #2F3134;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane .content-container .content h3 {
  color: #E5E5E5;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane .content-container .content p {
  color: #E5E5E5;
  font-size: 14px;
  max-width: 613px;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane .content-container .content a {
  font-size: 14px;
  color: #EF412A;
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.page-template-template-page-careers section.careers-content .tab-content .tab-pane .content-container .content a span.symbol {
  font-size: 28px;
  font-weight: 300;
  margin-top: -5px;
}
.page-template-template-page-careers section.careers-tabs-mobile {
  display: none;
}

.archive-career {
  margin-top: 92px;
}
.archive-career .blural-head {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 50px;
  top: 92px;
  left: 0;
  padding: 0 60px;
}
.archive-career .blural-head .blural-head-container {
  height: 100%;
  background-color: hsla(216, 5%, 50%, 0.2);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
          clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
}
.archive-career .blural-head .blural-head-container h2 {
  height: 100%;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e5e5e5;
  letter-spacing: 16px;
}
.archive-career .hero-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
}
.archive-career .breadcrump .holder {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 20px 0;
  align-items: center;
  position: relative;
  left: 20%;
}
.archive-career .breadcrump .holder ul {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin: 0;
}
.archive-career .breadcrump .holder ul li a {
  text-decoration: none;
  color: #8E8C8A;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
.archive-career .breadcrump .holder ul li a.active {
  color: #EF412A;
  pointer-events: none;
}
.archive-career .content-container {
  margin-top: 60px;
  position: relative;
  display: flex;
  flex-direction: row;
  row-gap: 50px;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.archive-career .content-container h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.archive-career .content-container h1 span {
  color: #EF412A;
}
.archive-career .content-container .careers-filter {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  top: 0;
  z-index: 1000;
  padding-left: 1.5em;
}
.archive-career .content-container .careers-filter::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 65%;
  right: -15px;
  top: 0;
  background-color: #EF412A;
  transform: translateY(30%);
}
.archive-career .content-container .careers-filter .filters-radio {
  position: relative;
  overflow-y: auto;
  height: 350px;
  padding: 20px 0;
}
.archive-career .content-container .careers-filter .filters-radio .gglcptch_error_text {
  position: absolute;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.archive-career .content-container .careers-filter .filters-radio > label {
  display: block;
  text-align: start;
  color: #EF412A;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.archive-career .content-container .careers-filter .filters-radio .form-check {
  text-align: start;
  padding-left: 0;
}
.archive-career .content-container .careers-filter .filters-radio .form-check input {
  display: none;
}
.archive-career .content-container .careers-filter .filters-radio .form-check input:checked + label {
  color: #EF412A;
}
.archive-career .content-container .careers-filter .filters-radio .form-check label {
  font-size: 14px;
  color: #414042;
  font-weight: 400;
  line-height: 24px;
}
.archive-career .content-container .careers-filter .filters-radio::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Opera */
}
.archive-career .content-container .career-list {
  margin-bottom: 30px;
  flex: 1;
  padding: 0 20px;
}
.archive-career .content-container .career-list .empty-div.careers-list-container .single-career-item p {
  color: #EF412A;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
.archive-career .content-container .career-list .careers-list-container.four-in-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  row-gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
.archive-career .content-container .career-list .careers-list-container.four-in-row .single-career-item {
  width: calc(50% - 10px);
  text-decoration: none;
  position: relative;
  min-height: 305px;
  padding: 40px 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #2F3134;
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
.archive-career .content-container .career-list .careers-list-container.four-in-row .single-career-item h3 {
  color: #E5E5E5;
  font-size: 24px;
  font-weight: 700;
}
.archive-career .content-container .career-list .careers-list-container.four-in-row .single-career-item p {
  color: #fff;
  font-size: 14px;
  margin: 30px 0;
  font-weight: 400;
  line-height: 17px;
}
.archive-career .content-container .career-list .careers-list-container.four-in-row .single-career-item span {
  color: #e5e5e5;
  font-size: 12px;
  opacity: 0.7;
}
.archive-career .content-container .career-list .careers-list-container.four-in-row .single-career-item a {
  position: absolute;
  right: 15px;
  bottom: 25px;
}
.archive-career .content-container .career-list .careers-list-container.four-in-row .single-career-item span.arrow {
  display: flex;
  justify-content: end;
}
.archive-career .content-container .career-list .careers-list-container.eight-in-row {
  padding: 0 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.archive-career .content-container .career-list .careers-list-container.eight-in-row .single-career-item {
  width: calc(25% - 10px);
  position: relative;
  text-decoration: none;
  min-height: 305px;
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #2F3134;
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
.archive-career .content-container .career-list .careers-list-container.eight-in-row .single-career-item h3 {
  color: #E5E5E5;
  font-size: 24px;
  font-weight: 700;
}
.archive-career .content-container .career-list .careers-list-container.eight-in-row .single-career-item p {
  color: #fff;
  font-size: 14px;
  margin: 30px 0;
  font-weight: 400;
  line-height: 17px;
}
.archive-career .content-container .career-list .careers-list-container.eight-in-row .single-career-item span {
  color: #e5e5e5;
  font-size: 12px;
  opacity: 0.7;
}
.archive-career .content-container .career-list .careers-list-container.eight-in-row .single-career-item a {
  position: absolute;
  right: 15px;
  bottom: 25px;
}
.archive-career .content-container .career-list .careers-list-container.eight-in-row .single-career-item span.arrow {
  display: flex;
  justify-content: end;
}
.archive-career .content-container .career-list .pagination {
  justify-content: center;
}
.archive-career .content-container .career-list .pagination span {
  color: #EF412A;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.archive-career .content-container .career-list .pagination.pagination-two {
  justify-content: end;
  padding: 0 60px;
}

section.career-inner {
  margin-top: 0;
}
section.career-inner .blural-head {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 50px;
  top: 92px;
  left: 0;
  padding: 0 60px;
}
section.career-inner .blural-head .blural-head-container {
  height: 100%;
  background-color: hsla(216, 5%, 50%, 0.2);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: relative;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
          clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 1% 100%, 0 60%, 0 0);
}
section.career-inner .blural-head .blural-head-container h2 {
  height: 100%;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e5e5e5;
  letter-spacing: 16px;
}
section.career-inner .hero-container img {
  width: 100%;
  height: 100%;
}
section.career-inner .content-container {
  margin-top: 150px;
}
section.career-inner .content-container .breadcrump .holder {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 20px 0;
  align-items: center;
  position: relative;
  left: 20%;
}
section.career-inner .content-container .breadcrump .holder ul {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin: 0;
}
section.career-inner .content-container .breadcrump .holder ul li a {
  text-decoration: none;
  color: #8E8C8A;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
section.career-inner .content-container .breadcrump .holder ul li a.active {
  color: #EF412A;
  pointer-events: none;
}
section.career-inner .content-container h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
section.career-inner .content-container h2 span {
  color: #EF412A;
}
section.career-inner .content-container .career-inner-form {
  background-color: #2F3134;
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  width: 65%;
  margin: 50px auto;
  padding: 32px;
  justify-content: space-between;
  height: 100%;
}
section.career-inner .content-container .summaryText {
  width: calc(50% - 20px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  height: 550px;
  max-height: 600px;
  overflow-y: auto;
}
section.career-inner .content-container .summaryText ul {
  color: #fff;
  padding-left: 10px;
}
section.career-inner .content-container .summaryText strong {
  color: #e5e5e5;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
}
section.career-inner .content-container .summaryText p {
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
section.career-inner .content-container .summaryText span.date {
  color: #e5e5e5;
  font-size: 12px;
  font-weight: 300;
  padding: 0;
}
section.career-inner .content-container .summaryText a.apply {
  background-image: linear-gradient(360deg, #D94377, #EF412A);
  color: #E5E5E5;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  -webkit-clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  min-width: 180px;
  max-width: 180px;
  display: inline-block;
  text-align: center;
}
section.career-inner .content-container .summaryText::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Opera */
}
section.career-inner .content-container .line {
  width: 2px;
  height: 250px;
  background-image: linear-gradient(180deg, #D94377, #EF412A);
  border-radius: 3px;
  align-self: center;
}
section.career-inner .content-container .apply-form-holder {
  width: calc(50% - 20px);
  padding: 10px;
}
section.career-inner .content-container .apply-form-holder > div {
  height: 100%;
}
section.career-inner .content-container .apply-form-holder > div form {
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
section.career-inner .content-container .apply-form-holder > div form > h3 {
  color: #fff;
  text-align: center;
}
section.career-inner .content-container .apply-form-holder > div form .input-fields {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.career-inner .content-container .apply-form-holder > div form .input-fields > div label {
  color: #fff;
  padding-bottom: 12px;
  width: 100%;
}
section.career-inner .content-container .apply-form-holder > div form .input-fields > div input {
  width: 100%;
}
section.career-inner .content-container .apply-form-holder > div form .input-fields > .input-group.ninja-input-wrapper {
  flex-direction: column;
}
section.career-inner .content-container .apply-form-holder > div form .input-fields > .input-group.ninja-input-wrapper .ninja-single-attachment-wrapper {
  color: #fff;
  width: 100% !important;
  margin-top: 15px;
}
section.career-inner .content-container .apply-form-holder > div form .input-fields .submit {
  display: flex;
  justify-content: center;
}
section.career-inner .content-container .apply-form-holder > div form .input-fields .submit button {
  background-image: linear-gradient(360deg, #D94377, #EF412A);
  color: #E5E5E5;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  -webkit-clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  min-width: 180px;
  max-width: 180px;
  display: inline-block;
  text-align: center;
}

@media (min-width: 1600px) {
  header .menuIteams {
    padding: 30px 0 0 0;
  }
  header .menuIteams ul {
    padding-left: 130px;
    padding-top: 120px;
  }
  header .menuIteams ul li {
    margin-bottom: 30px;
  }
}
@media (max-width: 1599px) {
  header .menuIteams {
    height: 101vh;
  }
  header .menuIteams .book-appointment-holder {
    height: 100px;
  }
  .menuIteams ul li {
    margin-bottom: 30px;
  }
  header .menuIteams ul li a {
    font-size: 24px;
  }
  header .menuIteams {
    top: 0;
  }
  header .menuIteams .photo-holder {
    padding: 100px 0 100px 100px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-page-home header {
    padding: 45px 60px;
  }
  .page-template-template-page-home header .menuIteams {
    margin-top: 45px;
  }
  header {
    padding: 45px 60px;
  }
  header .logo a.mobile-logo {
    display: block;
  }
  header .menuIteams {
    padding: 0;
    top: 0;
    margin-top: 0;
  }
  header .menuIteams .items-holder {
    padding: 0 60px;
  }
  header .menuIteams ul {
    padding-left: 0;
    padding-top: 120px;
  }
  header .menuIteams ul li {
    text-align: center;
    margin-bottom: 75px;
  }
  header .menuIteams ul li a {
    font-size: 30px;
  }
  header .menuIteams .book-appointment-holder {
    height: 250px;
  }
  header .menuIteams .book-appointment-holder span.book-appointment {
    height: 100px;
  }
  header .menuIteams .photo-holder {
    display: none;
  }
  header .menuIteams .items-holder {
    width: 100%;
  }
  header .menuIteams ul li a {
    font-size: 26px;
  }
  header .menuIteams ul li {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  header .menu .book-appointment-holder {
    height: 160px;
  }
  header .menu .book-appointment-holder span.book-appointment {
    height: 85px;
    width: 225px;
  }
  header .menuIteams {
    padding: 80px 0;
  }
  header .menuIteams ul {
    padding-top: 75px;
  }
  header .menuIteams ul li {
    margin-bottom: 55px;
  }
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  .preloader img {
    width: 250px;
  }
  .page-template-template-page-home header {
    padding: 25px 20px;
    filter: none;
  }
  .page-template-template-page-home header .menuIteams {
    margin-top: 0;
    background-color: transparent;
    top: 0;
    z-index: -1;
    height: 100vh !important;
    padding: 0;
  }
  .page-template-template-page-home header .menuIteams .items-holder {
    background-color: rgba(43, 36, 36, 0.8);
    padding: 130px 25px 25px 25px;
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
  }
  .page-template-template-page-home header .menuIteams .items-holder ul li {
    padding-left: 0;
  }
  .page-template-template-page-home header .menuIteams .items-holder ul li a {
    color: #fff;
  }
  .page-template-template-page-home header .menuIteams .items-holder ul li.active a {
    color: #FFFFFF;
    letter-spacing: 4px;
    font-weight: 900;
  }
  .page-template-template-page-home header .menuIteams .items-holder ul li.projects-list span.goldenGate a {
    color: rgba(255, 255, 255, 0.9);
  }
  header {
    justify-content: space-between;
    padding: 30px 20px;
    row-gap: 15px;
    flex-direction: row;
    filter: none;
  }
  header .logo img {
    width: 160px;
  }
  header .menu .book-appointment {
    display: none;
  }
  header .menu button.open {
    border: none;
  }
  header .menu button.open span:last-of-type {
    margin-bottom: 0 !important;
  }
  header .menuIteams {
    height: 100vh;
    top: 0;
    padding: 0;
    width: 100%;
    margin-top: 0;
    background-color: transparent;
    z-index: -1;
  }
  header .menuIteams .items-holder {
    background-color: rgba(229, 229, 229, 0.8);
    padding: 130px 25px 25px 25px;
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
  }
  header .menuIteams .book-appointment-holder {
    display: none;
  }
  header .menuIteams button.close {
    right: 35px;
    top: 130px;
  }
  header .menuIteams ul {
    padding-top: 20px;
  }
  header .menuIteams ul li {
    text-align: left;
    padding-left: 0;
    margin-bottom: 42px !important;
  }
  header .menuIteams ul li.active a {
    color: #000000;
    font-weight: bold;
  }
  header .menuIteams ul li a {
    font-size: 18px !important;
    letter-spacing: 4.3px;
    color: #000;
  }
  header .menuIteams ul li.projects-list span.goldenGate a {
    color: rgba(0, 0, 0, 0.8);
  }
  header .menuIteams .date {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  div.about {
    height: calc(100vh - 70px);
  }
  div.about .about-main-container {
    height: 100%;
  }
  div.about .about-main-container .tab-content {
    height: 100%;
  }
  div.about .about-main-container .tab-content > .tab-pane {
    height: 100%;
  }
  div.about .about-main-container .tab-content > .tab-pane .row {
    height: 100%;
  }
}
@media (max-width: 1366px) {
  .about .tab-content .content-holder .the-content {
    margin-top: 0;
  }
  .about .tab-content .content-holder .the-content h3 {
    font-size: 25px;
  }
  .about .tab-content .content-holder .the-content p {
    font-size: 14px;
  }
  .about .nav-tabs .nav-item .nav-link {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .about .nav-tabs {
    left: -30px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-page-about .site-about {
    padding-top: 125px;
  }
  .page-template-template-page-about .site-about .blural-head {
    height: 60px;
    top: 0;
  }
  .page-template-template-page-about .site-about .blural-head .blural-head-container h2 {
    font-size: 18px;
    letter-spacing: 7px;
  }
  .page-template-template-page-about .site-about .about .nav-tabs {
    top: 65px;
    left: -15px;
  }
  div.about {
    padding-left: 35px;
    height: 45vh;
  }
  div.about .about-main-container {
    height: 100%;
  }
  div.about .tab-content .tab-pane {
    height: 100%;
  }
  div.about .tab-content .tab-pane .row {
    height: 100%;
  }
  div.about .tab-content .the-content {
    padding-right: 30px;
    top: -30px;
  }
  div.about .nav-tabs .nav-item .nav-link {
    font-size: 20px;
  }
  div.about .tab-content .image {
    padding: 65px 90px 65px 0;
  }
  div.about .tab-content .content-holder .the-content h3 {
    font-size: 20px;
  }
  div.about .tab-content .the-content {
    transform: translateY(180px) !important;
  }
  .slide-sec {
    padding-bottom: 0;
  }
  .slide-sec .second-slide img {
    height: 300px;
  }
  .slide-sec .slick-slide.slick-current.slick-active.slick-center img {
    transform: scale(1.2, 1.2);
  }
  .slide-sec .change-info.main-info {
    padding: 40px 0;
  }
  .slide-sec .change-info.main-info .slick-prev.slick-arrow, .slide-sec .change-info.main-info .slick-next.slick-arrow {
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .about {
    padding-left: 30px;
    height: 55vh;
  }
  .about .row.about-main-container {
    height: 100%;
  }
  .about .row.about-main-container .tab-pane {
    height: 100%;
  }
  .about .row.about-main-container .tab-pane > .row {
    height: 100%;
  }
  .about .row.about-main-container .tab-pane > .row .tab-content .the-content {
    transform: translateY(200px);
  }
  .about .nav-tabs .nav-link {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .page-template-template-page-about {
    background-color: #fff;
  }
  .page-template-template-page-about .site-about {
    padding-top: 100px;
  }
  .page-template-template-page-about .site-about .blural-head {
    padding: 0 !important;
    height: 60px;
  }
  .page-template-template-page-about .site-about .blural-head .blural-head-container {
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 4% 100%, 0 60%, 0 0);
            clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 4% 100%, 0 60%, 0 0);
  }
  .page-template-template-page-about .site-about .blural-head .blural-head-container h2 {
    font-size: 12px;
    letter-spacing: 7.5px;
  }
  .page-template-template-page-about .site-about .about {
    padding-left: 0;
    height: unset;
    margin-top: -35px;
  }
  .page-template-template-page-about .site-about .about .tab-content .row {
    flex-direction: column-reverse;
    justify-content: start;
  }
  .page-template-template-page-about .site-about .about .tab-content .row .col-6 {
    width: 100%;
  }
  .page-template-template-page-about .site-about .about .tab-content .row .The-img {
    height: 400px;
  }
  .page-template-template-page-about .site-about .about .tab-content .image {
    padding: 35px 50px 50px 0;
  }
  .page-template-template-page-about .site-about .about .tab-content .image img {
    -o-object-position: top;
       object-position: top;
  }
  .page-template-template-page-about .site-about .about .tab-content .the-content {
    padding: 0 30px;
    position: unset;
  }
  .page-template-template-page-about .site-about .about .tab-content .the-content h3 {
    font-size: 16px;
    letter-spacing: 4.3px;
    font-weight: bold;
  }
  .page-template-template-page-about .site-about .about .tab-content .the-content p {
    font-size: 12px;
  }
  .page-template-template-page-about .site-about .about .nav-tabs {
    top: 490px;
    display: flex;
    justify-content: center;
    padding-left: 0;
    left: 0;
    flex-wrap: nowrap;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .page-template-template-page-about .site-about .about .nav-tabs .nav-link {
    font-size: 16px;
    padding: 0;
  }
  .page-template-template-page-about .site-about .about .row.about-main-container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .page-template-template-page-about .site-about .about .row.about-main-container ul.nav-tabs {
    position: unset;
    order: 1;
    padding: 40px 0 0 0;
  }
  body .slide-sec {
    margin-top: 170px;
    padding-bottom: 0;
  }
  body .slide-sec h2.board-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: 4.3px;
    padding-left: 10px;
  }
  body .slide-sec .second-slide {
    padding: 0;
  }
  body .slide-sec .second-slide img {
    height: 280px !important;
  }
  body .slide-sec .change-info.main-info {
    padding: 0;
    margin-bottom: 30px;
  }
  body .slide-sec .change-info.main-info .info-content h2 {
    font-size: 16px;
  }
  body .slide-sec .change-info.main-info .info-content span {
    font-size: 12px;
    margin-top: 10px;
  }
  body .slide-sec .change-info.main-info .quote {
    margin-top: 25px;
  }
  body .slide-sec .change-info.main-info .quote p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    padding: 0 25px !important;
  }
}
@media (max-width: 400px) {
  .page-template-template-page-about .site-about .about .nav-tabs {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 1700px) and (min-width: 1366px) {
  .about .tab-content .image img {
    height: calc(100% - 30px);
  }
  .about .tab-content .image {
    padding: 100px 130px 50px 0;
  }
}
@media (max-width: 1600px) {
  .slide-sec .second-slide img {
    height: 350px;
    -o-object-position: top;
       object-position: top;
  }
  .about {
    padding-left: 80px;
  }
  .about .nav-tabs .nav-link {
    font-size: 30px;
  }
  .about .tab-content .the-content h3 {
    font-size: 30px;
  }
  .about .tab-content .the-content {
    transform: translateY(240px);
  }
  .slide-sec h2.board-title {
    padding-left: 75px;
  }
}
@media (max-width: 1400px) {
  section.our-team .our-team-main-container .member-card img {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  section.our-team {
    margin-top: 50px;
  }
  section.our-team .our-team-main-container .member-card img {
    height: 330px;
  }
  section.our-team .our-team-main-container .member-card .info h5 {
    font-size: 18px;
  }
  section.our-team .our-team-main-container .member-card .info h5 span.title {
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  section.our-team .our-team-main-container .member-card .info p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  section.our-team {
    padding: 0;
    margin-top: 0;
    margin-bottom: 70px;
  }
  section.our-team .team-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: 4.3px;
    padding-left: 20px;
  }
  section.our-team .our-team-main-container .member-card img {
    height: 450px;
  }
  section.our-team .our-team-main-container .member-card .info h5 {
    font-size: 16px;
  }
  section.our-team .our-team-main-container .member-card .info p {
    font-size: 12px;
  }
  section.our-team .our-team-main-container .slick-next.slick-arrow {
    width: 25px;
    height: 25px;
    bottom: 75%;
    left: 86%;
  }
  section.our-team .our-team-main-container .slick-next.slick-arrow::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2039215686);
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: translate(-8px, -7px);
  }
  section.our-team .our-team-main-container .slick-prev.slick-arrow {
    width: 25px;
    height: 25px;
    bottom: 75%;
    left: 8%;
  }
  section.our-team .our-team-main-container .slick-prev.slick-arrow::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2039215686);
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: translate(-7px, -7px);
  }
}
@media (min-width: 1920px) {
  section.sustainability-home .sustainability-home-container .images-col .images-container .image-holder h4 {
    font-size: 25;
  }
  section.sustainability-home .sustainability-home-container .images-col .images-container .image-holder p {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  section.ourStory {
    height: 85vh;
  }
  .sustainability-home .sustainability-home-container {
    height: 100%;
  }
  .sustainability-home .sustainability-home-container .row {
    height: 100%;
  }
  .sustainability-home .sustainability-home-container .row .sustainable-col {
    height: 100%;
  }
  .sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container {
    height: 100%;
    padding: 120px 20px 120px 40px;
  }
  .sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container h2 {
    font-size: 25px;
  }
  .sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container p {
    font-size: 16px;
  }
  .sustainability-home .sustainability-home-container .row .images-col .images-container .image-holder {
    min-height: 260px;
  }
}
@media (max-width: 1400px) {
  .ourStory .row .story .story-container {
    padding: 0 60px;
  }
  .ourStory .row .story .story-container h2 {
    font-size: 26px;
  }
  .ourStory .row .story .story-container p {
    font-size: 14px;
  }
  .ourStory .row .story .story-container a {
    font-size: 14px;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container h2 {
    font-size: 20px;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container p {
    font-size: 14px;
    padding-right: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container a {
    font-size: 14px;
  }
  section.sustainability-home .sustainability-home-container .images-col .images-container {
    padding: 150px 50px;
  }
  section.sustainability-home .sustainability-home-container .images-col .images-container .image-holder {
    width: calc(25% - 8px);
    padding: 15px 5px;
  }
  section.sustainability-home .sustainability-home-container .images-col .images-container .image-holder p.toggle {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  section.ourStory {
    height: 50vh;
  }
  section.ourStory .row .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.communities {
    padding: 60px 30px;
  }
  section.communities .slick-track img {
    height: 320px;
  }
  section.communities .content h2 {
    font-size: 24px;
  }
  section.communities .content p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section.communities .communitiesSlider {
    padding-bottom: 0;
  }
  section.communities .communitiesSlider .slick-arrow.slick-next, section.communities .communitiesSlider .slick-arrow.slick-prev {
    bottom: 55px;
  }
  section.communities .communities-navigation {
    bottom: 118px;
  }
  section.sustainability-home {
    height: auto;
  }
  section.sustainability-home .sustainability-home-container .row .images-col {
    width: 100%;
    padding: 0 5px;
  }
  section.sustainability-home .sustainability-home-container .row .images-col .images-container {
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block;
    padding: 0 0 40px 0;
  }
  section.sustainability-home .sustainability-home-container .row .images-col .images-container .image-holder {
    width: 28%;
    float: none;
    margin: 0 10px;
    display: inline-flex !important;
    text-align: center;
    height: 100%;
    vertical-align: top;
    padding: 15px 20px;
  }
  section.sustainability-home .sustainability-home-container .row .images-col .images-container .image-holder h4 {
    font-size: 14px;
  }
  section.sustainability-home .sustainability-home-container .row .images-col .images-container .image-holder p {
    font-size: 12px;
    line-height: 22px;
    color: #E5E5E5;
    text-align: center;
    opacity: 1;
    height: auto;
    overflow: hidden;
    white-space: pre-wrap;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col {
    width: 100%;
    height: auto;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container {
    padding: 0 200px 0 200px;
    row-gap: 35px;
    background-color: transparent;
    -webkit-backdrop-filter: blur(0) brightness(100%);
            backdrop-filter: blur(0) brightness(100%);
  }
  section.home-projects .home-projects-container .home-projects-slider {
    max-height: 550px;
  }
  section.home-projects .home-projects-container .home-projects-slider .slick-list.draggable {
    max-height: 550px;
    padding: 0 100px !important;
  }
  section.home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track {
    max-height: 550px;
  }
  section.home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track .slick-slide {
    max-height: 550px;
  }
  section.home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track .slick-slide > div {
    max-height: 550px;
  }
  section.home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track .slick-slide > div .single-slide {
    max-height: 550px;
  }
  section.home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track .slick-slide > div .single-slide img {
    max-height: 550px;
  }
}
@media (max-width: 991px) {
  section.sustainability-home .sustainability-home-container .row .images-col .images-container {
    padding: 30px 15px;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container {
    row-gap: 10px;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container p {
    padding: 0;
  }
  section.communities .communities-hold {
    flex-direction: column-reverse;
  }
  section.communities .content {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .communities .content {
    width: 100%;
  }
  .communities .image-slider {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page-template-template-page-home {
    background-color: #fff;
  }
  .heroSection {
    height: 80vh;
  }
  .heroSection .hero-image-holder .slick-next.slick-arrow {
    display: none !important;
  }
  .heroSection .hero-image-holder .slick-prev.slick-arrow {
    top: 70%;
  }
  .heroSection .hero-image-holder .slick-list.draggable .slick-track .slick-slide > div .img-content h1 {
    font-size: 45px;
    top: 45%;
    left: 10%;
  }
  .heroSection .hero-image-holder .slick-list.draggable .slick-track .slick-slide > div .img-content img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.ourStory {
    position: relative;
    height: 70vh;
    z-index: 2;
  }
  section.ourStory::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 80px);
    background-image: linear-gradient(180deg, #D94377, #EF412A);
    left: 0;
    top: -80px;
    -webkit-clip-path: polygon(13% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 10%);
            clip-path: polygon(13% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 10%);
    z-index: -1;
  }
  section.ourStory .row .story {
    position: absolute;
    width: calc(100% - 68px);
    height: 100%;
    top: 0;
    right: 0;
    background-color: transparent;
    z-index: 2;
    -webkit-backdrop-filter: blur(3px) brightness(0.4);
            backdrop-filter: blur(3px) brightness(0.4);
  }
  section.ourStory .row .story .story-container {
    padding: 90px 15px 0 40px;
    height: 75%;
    justify-content: end;
    width: 100%;
  }
  section.ourStory .row .story .story-container a {
    background-image: none;
    -webkit-clip-path: none;
            clip-path: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
    align-self: flex-end;
  }
  section.ourStory .row .story .story-container a span.symbol {
    display: inline-block;
    font-size: 28px;
    color: #E5E5E5;
  }
  section.ourStory .row .story .story-container p {
    font-size: 12px;
    max-width: 280px;
  }
  section.ourStory .row .story .story-container h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 60px;
    letter-spacing: 4.3px;
  }
  section.ourStory .row .image {
    margin-left: 80px;
  }
  section.ourStory .row .image::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 12px;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: url("../../../wp-content/themes/ninjahub-pro/app/Models/public/img/our-story-after2.webp");
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 63%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 63%);
  }
  section.ourStory .row .image img {
    -o-object-position: right;
       object-position: right;
  }
  section.communities {
    margin-bottom: 0;
    margin-top: 50px;
    padding: 0 0 60px 0;
    position: relative;
    z-index: 10;
  }
  section.communities .communities-hold {
    flex-direction: column-reverse;
  }
  section.communities .communities-hold .communities-navigation {
    bottom: 125px;
    z-index: 99;
  }
  section.communities .slick-center .item img {
    transform: scale(1.01, 1.3);
  }
  section.communities .slick-track img {
    height: 250px;
  }
  section.communities .slick-list {
    padding: 53px 75px 0 !important;
  }
  section.communities .communitiesSlider .navigation {
    width: 70px;
    height: 45px !important;
    font-size: 16PX;
    transform: translateY(60px);
  }
  section.communities .communitiesSlider .slick-arrow.slick-next {
    top: 365px;
    height: 44px !important;
    width: 60px;
    left: calc(50% + 55px);
    z-index: 999;
  }
  section.communities .communitiesSlider .slick-arrow.slick-prev {
    top: 365px;
    height: 45px !important;
    width: 60px;
    left: calc(50% - 55px);
    z-index: 999;
  }
  section.communities .content {
    margin-top: 0;
    padding: 0 60px !important;
  }
  section.communities .content h2 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 4.3px;
    margin-bottom: 33px;
  }
  section.communities .content p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 33px;
  }
  section.communities .content a {
    align-self: center;
    background-image: linear-gradient(180deg, #D94377, #EF412A);
  }
  section.sustainability-home {
    height: auto;
    position: relative;
    padding: 25px 0;
  }
  section.sustainability-home img.section-panner {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.sustainability-home .sustainability-home-container .row .images-col img.col-panner {
    display: none;
  }
  section.sustainability-home .sustainability-home-container .row .images-col .images-container {
    padding: 0 0 30px 0;
  }
  section.sustainability-home .sustainability-home-container .row .images-col .images-container .image-holder {
    text-align: initial;
    width: 35%;
    margin: 0 3px;
    padding: 15px 10px 15px 10px;
    display: inline-flex !important;
    min-height: 270px;
    justify-content: flex-start;
  }
  section.sustainability-home .sustainability-home-container .row .images-col .images-container .image-holder img {
    width: 35px;
    height: 38px;
    align-self: flex-end;
  }
  section.sustainability-home .sustainability-home-container .row .images-col .images-container .image-holder h4 {
    font-size: 12px;
    text-align: left;
    width: 80px;
    white-space: break-spaces;
    margin-right: auto;
  }
  section.sustainability-home .sustainability-home-container .row .images-col .images-container .image-holder p {
    font-size: 10px;
    line-height: 12px;
    color: #E5E5E5;
    text-align: left;
    letter-spacing: -0.33px;
    margin-bottom: 0;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col {
    background-color: transparent;
    padding: 60px 0 0 0;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container {
    padding: 30px 40px;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4.3px;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container p {
    font-size: 12px;
  }
  section.sustainability-home .sustainability-home-container .row .sustainable-col .sustainable-container .desktop-link {
    display: none;
  }
  section.sustainability-home .link-mobile-holder {
    display: flex;
  }
  body .home-projects .home-projects-container {
    padding: 0;
  }
  body .home-projects .home-projects-container .home-journal .home-journal-container {
    padding: 34px 75px 34px 30px;
  }
  body .home-projects .home-projects-container .home-journal .home-journal-container h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4.3px;
  }
  body .home-projects .home-projects-container .home-projects-slider .slick-list.draggable {
    max-height: 500px !important;
    padding: 0 50px !important;
  }
  body .home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track {
    max-height: 500px !important;
  }
  body .home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track .slick-slide {
    max-height: 500px !important;
  }
  body .home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track .slick-slide > div {
    max-height: 500px !important;
  }
  body .home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track .slick-slide > div .single-slide {
    max-height: 500px !important;
  }
  body .home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track .slick-slide > div .single-slide img {
    max-height: 500px !important;
  }
  body .home-projects .home-projects-container .home-projects-slider .slick-list.draggable .slick-track .slick-slide > div .single-slide h4 {
    font-size: 16px;
    padding-left: 24px;
  }
}
@media (min-width: 1700px) {
  .page-template-template-page-journal section.new-project-overview {
    margin-top: -175px;
  }
}
@media (max-width: 1600px) {
  .page-template-template-page-journal section.journal-projects-slider {
    height: 100vh;
  }
  .page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider {
    max-width: 530px;
    transform: translate(-65%, 0);
  }
  .page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider span.life-style {
    font-size: 22px;
  }
  .page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider p {
    font-size: 16px;
    margin: 15px 0;
  }
  .page-template-template-page-journal section.new-project-overview {
    margin-top: -155px;
  }
  .page-template-template-page-journal section.new-project-overview .divs-seems-tabs-holder .row .area-holder .divTab span {
    font-size: 25px;
    transform: translateX(15px);
  }
}
@media (max-width: 1366px) {
  .page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider {
    transform: translate(-45%, 0);
  }
}
@media (max-width: 1600px) {
  .page-template-template-page-journal section.more-news .parent > a .bottom-div:hover p {
    display: block;
  }
  .page-template-template-page-journal section.more-news .parent > a .bottom-div {
    height: 90px;
  }
  .page-template-template-page-journal section.more-news .parent > a .bottom-div p {
    font-size: 12px;
  }
  .page-template-template-page-journal section.more-news .parent-2 > a .bottom-div {
    height: 90px;
  }
  .page-template-template-page-journal section.more-news .parent-2 > a .bottom-div p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-page-journal section.journal-projects-slider {
    height: 70vh;
    margin-top: 132px;
  }
  .page-template-template-page-journal section.journal-projects-slider .blural-head {
    height: 60px;
    padding: 0;
  }
  .page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider {
    transform: translate(-25%, 0);
  }
}
@media (max-width: 768px) {
  .page-template-template-page-journal section.journal-projects-slider {
    margin-top: 102px;
    height: 95vh;
  }
  .page-template-template-page-journal section.journal-projects-slider .blural-head {
    height: 60px;
    padding: 0;
  }
  .page-template-template-page-journal section.journal-projects-slider .blural-head .blural-head-container {
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 6% 100%, 0 60%, 0 0);
            clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 6% 100%, 0 60%, 0 0);
  }
  .page-template-template-page-journal section.journal-projects-slider .blural-head .blural-head-container h2 {
    font-size: 12px;
    letter-spacing: 7px;
  }
  .page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider {
    transform: translate(0, 0);
    max-width: 370px;
    padding: 0 15px !important;
  }
  .page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider .the-projects-slider-holder h1 {
    font-size: 38px;
    color: #2F3134;
  }
  .page-template-template-page-journal section.journal-projects-slider .the-projects-details-slider .the-projects-slider-holder p {
    font-size: 12px;
    color: #2F3134;
  }
  .page-template-template-page-journal .tabs-role {
    display: none;
  }
  .page-template-template-page-journal section.mobile-tabsRole {
    display: block;
    position: relative;
    z-index: 999;
    transform: translateY(-100px);
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container {
    position: relative;
    z-index: 10;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .active {
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 0 10%) !important;
            clip-path: polygon(15% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 0 10%) !important;
    background-image: linear-gradient(180deg, #e14265, #f94139) !important;
    min-height: 90px !important;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .active > .tab-content {
    display: block !important;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab:first-child {
    min-height: 155px;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab:nth-of-type(2),
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab:nth-of-type(3),
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab:nth-of-type(4) {
    margin-top: -85px;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab {
    position: relative;
    z-index: 999;
    background-color: #2F3134;
    padding: 30px 0 0 70px;
    -webkit-clip-path: polygon(12% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 0 40%);
            clip-path: polygon(12% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 0 40%);
    min-height: 90px;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab .tab-title {
    font-size: 11px;
    text-transform: uppercase;
    color: #E5E5E5;
    margin-bottom: 40px;
    transform: translateX(55px);
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab .tab-content {
    display: none;
    position: relative;
    z-index: 9;
    padding: 60px 25px 170px;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab .tab-content > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(0.5);
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab .tab-content .content-holder {
    display: flex;
    flex-direction: column;
    z-index: 2;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab .tab-content .content-holder span {
    font-size: 18px;
    color: #E5E5E5;
    font-weight: 500;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab .tab-content .content-holder h2 {
    font-size: 16px;
    line-height: 24px;
    color: #E5E5E5;
    font-weight: bold;
    letter-spacing: 1.3px;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab .tab-content .content-holder p {
    font-size: 12px;
    color: #E5E5E5;
  }
  .page-template-template-page-journal section.mobile-tabsRole .all-tabs-container .tab .tab-content a {
    position: absolute;
    background-color: rgba(47, 49, 52, 0.6);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-template-template-page-journal section.more-news {
    padding: 20px;
  }
  .page-template-template-page-journal section.more-news h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 4.3px;
  }
  .page-template-template-page-journal section.more-news .parent {
    height: 50vh;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .page-template-template-page-journal section.more-news .parent > a {
    pointer-events: none;
  }
  .page-template-template-page-journal section.more-news .parent > a .bottom-div {
    pointer-events: auto;
  }
  .page-template-template-page-journal section.more-news .parent > a .bottom-div p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
  }
  .page-template-template-page-journal section.more-news .parent > a .bottom-div:hover p {
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
  }
  .page-template-template-page-journal section.more-news .parent .div1 {
    grid-area: 1/1/7/4;
  }
  .page-template-template-page-journal section.more-news .parent .div2 {
    grid-area: 4/4/7/7;
  }
  .page-template-template-page-journal section.more-news .parent .div3 {
    grid-area: 1/4/4/7;
  }
  .page-template-template-page-journal section.more-news .parent .div4 {
    display: none;
  }
  .page-template-template-page-journal section.more-news .parent .div5 {
    display: none;
  }
  .page-template-template-page-journal section.more-news .parent .div3 .bottom-div:hover {
    height: 75% !important;
  }
  .page-template-template-page-journal section.more-news .parent .div3 .bottom-div:hover span {
    margin-top: 15px;
  }
  .page-template-template-page-journal section.more-news .parent .div1 .bottom-div:hover {
    height: 50%;
  }
  .page-template-template-page-journal section.more-news .parent .div2 .bottom-div:hover {
    height: 75%;
  }
  .page-template-template-page-journal section.more-news .parent > a .top-div span {
    font-size: 8px;
  }
  .page-template-template-page-journal section.more-news .parent > a .bottom-div {
    padding: 10px;
  }
  .page-template-template-page-journal section.more-news .parent > a .bottom-div p {
    font-size: 10px;
  }
  .page-template-template-page-journal section.more-news .parent-2 > a {
    pointer-events: none;
    max-height: 400px;
  }
  .page-template-template-page-journal section.more-news .parent-2 > a .top-div span {
    font-size: 8px;
  }
  .page-template-template-page-journal section.more-news .parent-2 > a .bottom-div {
    pointer-events: auto;
    -webkit-clip-path: polygon(50% 0%, 94% 0, 100% 25%, 100% 100%, 0 100%, 0% 60%, 0 0);
            clip-path: polygon(50% 0%, 94% 0, 100% 25%, 100% 100%, 0 100%, 0% 60%, 0 0);
    padding: 10px;
  }
  .page-template-template-page-journal section.more-news .parent-2 > a .bottom-div p {
    font-size: 10px;
  }
}
@media (max-width: 1366px) {
  section.map .map-holder .section-pin-container .item-pin .A-images {
    top: -35px;
  }
}
@media (max-width: 1024px) {
  section.hero-project {
    margin-top: 132px;
  }
  section.hero-project .blural-head {
    top: 132px;
    padding: 0;
  }
  section.hero-project .hero-slider .slick-list.draggable .image-holder img.logo-white {
    bottom: -5px;
    left: -1px;
  }
}
@media (max-width: 768px) {
  section.hero-project {
    padding: 0;
    margin-top: 102px;
    margin-bottom: 0;
    height: 100vh;
  }
  section.hero-project .blural-head {
    padding: 0;
    height: 60px;
    top: 102px;
  }
  section.hero-project .blural-head .blural-head-container {
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 6% 100%, 0 60%, 0 0);
            clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 6% 100%, 0 60%, 0 0);
  }
  section.hero-project .blural-head .blural-head-container h2 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 7px;
  }
  section.hero-project .hero-projects-navigation {
    display: none;
  }
  section.hero-project .hero-slider .slick-prev.slick-arrow,
  section.hero-project .hero-slider .slick-next.slick-arrow {
    display: none !important;
  }
  section.hero-project .hero-slider .slick-list.draggable .image-holder {
    padding-bottom: 0;
  }
  .our-projects {
    padding: 0;
    margin: 70px 0 0 0;
    position: relative;
    z-index: 3;
  }
  .our-projects > .row {
    margin: 0;
  }
  .our-projects .projects-slider {
    position: absolute;
    z-index: 2;
    width: 100%;
    transform: translateY(20%);
    height: 410px;
  }
  .our-projects .projects-slider .slick-list.draggable {
    padding: 50px 80px !important;
  }
  .our-projects .content-container {
    padding: 0;
    z-index: 1;
    height: 700px;
  }
  .our-projects .content-container .content {
    justify-content: space-between;
    padding: 25px 30px 25px 30px;
    width: 100% !important;
    margin: auto;
  }
  .our-projects .content-container .content > div {
    justify-content: center;
  }
  .our-projects .content-container .content p {
    font-size: 12px;
  }
  .our-projects .content-container .content h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4.3px;
  }
}
section.map .map-holder {
  overflow: hidden;
  justify-content: space-evenly;
}
section.map .map-holder .map-container {
  display: flex;
  justify-content: center;
}
section.map .holder {
  width: 200px;
  padding: 5px 20px;
  justify-content: space-around;
  -webkit-backdrop-filter: blur(9px) brightness(80%);
          backdrop-filter: blur(9px) brightness(80%);
}

@media (max-width: 1500px) {
  section.sustainability > h2 {
    font-size: 90px;
    line-height: 59px;
  }
}
@media (max-width: 1200px) {
  section.sustainability > h2 {
    font-size: 80px;
    line-height: 55px;
  }
  section.sustainability .background .top-text h3 {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  section.sustainability > h2 {
    font-size: 75px;
    line-height: 55px;
  }
  section.sustainability .background .top-text h3 {
    font-size: 26px;
  }
  section.sustainability .background .top-text {
    bottom: 25px;
    left: 25px;
  }
}
@media (max-width: 991px) {
  section.sustainability > h2 {
    font-size: 60px;
    line-height: 40px;
  }
  section.sustainability .background .top-text h3 {
    font-size: 22px;
  }
  section.sustainability .background .top-text {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 1200px) {
  section.journal .content-container {
    width: 30%;
  }
  section.journal .journal-slider {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  section.journal .content-container {
    width: 100%;
    padding: 20px 0;
  }
  section.journal .journal-slider {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.journal .journal-image {
    z-index: 1;
  }
  section.journal .slick-center .item img {
    transform: scale(1.5, 1.1);
  }
  section.journal .content-container .content {
    padding: 60px 30px;
  }
  .slide-sec .change-info.main-info .slick-next.slick-arrow {
    left: 91%;
    bottom: 92%;
    width: 25px;
    height: 25px;
  }
  .slide-sec .change-info.main-info .slick-next.slick-arrow::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2039215686);
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: translate(-8px, -7px);
  }
  .slide-sec .change-info.main-info .slick-prev.slick-arrow {
    left: 2%;
    bottom: 92%;
    width: 25px;
    height: 25px;
  }
  .slide-sec .change-info.main-info .slick-prev.slick-arrow::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2039215686);
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: translate(-7px, -7px);
  }
  .slide-sec .slick-slide .all-info-container {
    margin-right: 0;
    margin-left: 0;
    height: 380px;
  }
  .slide-sec .slick-slide .all-info-container .navigation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin-top: 0 !important;
  }
  .slide-sec .slick-slide .all-info-container .info-content h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 1600px) {
  section.redcon-projects > h2 {
    font-size: 34px;
  }
  section.redcon-projects .cards-group .card img {
    height: 305px;
  }
  section.redcon-projects .cards-group .card .card-body h5 {
    font-size: 25px;
  }
  section.redcon-projects .cards-group .card .card-body {
    padding: 25px 20px;
  }
  section.booking .form-col .booking-form form input,
  section.booking .form-col .booking-form form select {
    height: 30px;
  }
  section.booking .form-col {
    padding: 44px 0 0 0;
  }
  section.adoption .main-adoption .slide-holder {
    padding-top: 60px;
  }
  section.my-cards .cards-holder .the-card img {
    height: 230px !important;
  }
  section.my-cards .cards-holder .the-card .card-content {
    padding: 35px 35px;
  }
}
@media (max-width: 1200px) {
  section.redcon-projects > h2 {
    font-size: 34px;
  }
  section.redcon-projects .cards-group .card img {
    height: 400px;
  }
  section.redcon-projects .cards-group .card .card-body h5 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  section.redcon-projects > h2 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  section.redcon-projects > h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  section.redcon-projects > h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1366px) {
  section.brochure {
    padding: 50px 50px 220px 50px;
  }
}
@media (max-width: 1200px) {
  section.brochure {
    padding: 50px 50px 160px 50px;
  }
}
@media (max-width: 1024px) {
  section.brochure {
    padding: 50px 50px 140px 50px;
  }
  section.brochure .main-brochure-holder .books-holder img.cover {
    width: 400px;
    bottom: -190px;
  }
  section.brochure .main-brochure-holder .text {
    padding: 0 40px 0 0;
    margin-top: 50px;
  }
  section.brochure .main-brochure-holder .text p {
    margin: 20px 0 50px;
  }
  section.brochure .main-brochure-holder .text h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  section.brochure {
    padding: 50px 50px 90px 50px;
  }
  section.brochure .main-brochure-holder .books-holder img.cover {
    width: 340px;
    bottom: -175px;
  }
  section.brochure .main-brochure-holder .text h3 {
    font-size: 28px;
  }
  section.brochure .main-brochure-holder .text {
    padding: 0 40px 0 0;
    margin-top: 30px;
  }
  section.brochure .main-brochure-holder .text p {
    margin: 10px 0 30px;
  }
  section.brochure .main-brochure-holder .text a {
    font-size: 14px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  section.brochure {
    margin: 70px 0 80px;
    box-shadow: none;
    padding: 0;
    position: relative;
  }
  section.brochure .main-brochure-holder .text-book-container {
    flex-direction: column-reverse;
    margin: 0;
    display: flex;
    padding: 0 !important;
  }
  section.brochure .main-brochure-holder .text-book-container .text {
    height: auto;
    width: 100%;
    padding: 0 25px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  section.brochure .main-brochure-holder .text-book-container .text h3 {
    letter-spacing: 4.3px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 80%;
    padding: 25px 0;
    font-weight: bold;
    line-height: 22px;
    color: black;
  }
  section.brochure .main-brochure-holder .text-book-container .text p {
    font-size: 12px;
    color: black;
  }
  section.brochure .main-brochure-holder .text-book-container .text .download {
    display: flex;
    justify-content: center;
  }
  section.brochure .main-brochure-holder .text-book-container .book {
    width: 100%;
  }
  section.brochure .main-brochure-holder .text-book-container .book .books-holder {
    z-index: -1;
    width: 100%;
    height: 300px;
    left: 0;
  }
  section.brochure .main-brochure-holder .text-book-container .book .books-holder img.cover {
    width: 100%;
    bottom: unset;
    height: 300px;
  }
  section.brochure .main-brochure-holder .text-book-container .book .books-holder img.open-book {
    max-height: auto;
  }
}
@media (max-width: 1400px) {
  section.virtual-reality .virtual-holder .virtual-content h2 {
    font-size: 30px;
    flex-basis: 50%;
  }
}
@media (max-width: 1024px) {
  section.virtual-reality .virtual-holder .virtual-content h2 {
    font-size: 24px;
    line-height: 40px;
  }
  section.virtual-reality .virtual-holder .virtual-content {
    width: 65%;
  }
}
@media (max-width: 991px) {
  section.virtual-reality .virtual-holder .virtual-content {
    width: 70%;
  }
}
@media (max-width: 768px) {
  section.virtual-reality {
    background-image: none;
    padding: 0;
    margin-bottom: 250px;
  }
  section.virtual-reality .virtual-holder img {
    height: 250px;
  }
  section.virtual-reality .virtual-content {
    width: 95% !important;
    padding: 25px 15px;
    align-items: center;
    transform: translateY(100%);
    flex-direction: column;
    align-items: flex-start;
    transform: translate(-50%, 80%);
    left: 50% !important;
  }
  section.virtual-reality .virtual-content h2 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  section.virtual-reality .virtual-content p {
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1400px) {
  section.booking .sec-img img {
    height: 100%;
  }
}
@media (min-width: 1500px) {
  section.booking .form-col .booking-form {
    padding: 0 130px;
  }
}
@media (max-width: 1366px) {
  section.booking .form-col {
    padding: 100px 0;
  }
  section.booking .form-col a {
    right: 100px;
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  section.booking .form-col .booking-form {
    padding: 0 70px;
  }
  .form-col a {
    right: 70px;
  }
}
@media (max-width: 1024px) {
  section.booking .form-col .booking-form {
    padding: 0 10px;
  }
  section.booking .form-col {
    padding: 100px 35px;
  }
}
@media (max-width: 991px) {
  section.booking .form-col .booking-form {
    padding: 0;
  }
  section.booking .form-col .booking-form form .form-group.ninja-input-wrapper:nth-of-type(3) {
    flex-direction: column;
    row-gap: 20px;
  }
  section.booking .form-col .booking-form form .form-group.ninja-input-wrapper:nth-of-type(3) .date-and-time {
    width: 100%;
  }
  section.booking .form-col .booking-form form .form-group.ninja-input-wrapper:nth-of-type(3) .form-group.ninja-input-wrapper {
    width: 100%;
  }
  section.booking .form-col a {
    right: 60px;
  }
}
@media (max-width: 768px) {
  section.booking .date-and-time {
    flex-direction: column;
  }
  section.booking .form-col {
    padding: 100px 15px;
  }
  section.booking .form-col a {
    right: 40px;
  }
  section.booking .sec-img {
    padding: 25px 0 0 0;
  }
}
@media (max-width: 1400px) {
  section.main-sustainability .background .top-title h1 {
    font-size: 60px;
    line-height: 60px;
  }
  section.why-sustainability .why-sustainability-container .slide-up {
    padding: 50px 60px;
  }
  section.why-sustainability .why-sustainability-container .slide-up p {
    padding: 0 15px;
  }
  section.why-sustainability .why-sustainability-container .the-content .content-holder {
    min-height: 230px;
  }
  section.why-sustainability .why-sustainability-container .the-content .content-holder h4 {
    font-size: 18px !important;
  }
  section.why-sustainability .why-sustainability-container .the-content .content-holder p.toggle {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  section.main-sustainability {
    height: 65vh;
    margin-top: 132px;
  }
  section.main-sustainability .background .top-title h3 {
    font-size: 50px;
    line-height: 65px;
  }
}
section.why-sustainability .why-sustainability-container .slide-up {
  width: 75%;
}
section.why-sustainability .why-sustainability-container .the-content {
  width: 90%;
}
section.why-sustainability .why-sustainability-container .the-content .content-holder h4 {
  font-size: 15px !important;
}

@media (max-width: 991px) {
  section.main-sustainability .background .top-title h1 {
    font-size: 42px;
    line-height: 65px;
  }
}
@media (min-width: 1920px) {
  section.why-sustainability .why-sustainability-container .slide-up {
    padding: 80px 100px;
  }
  section.why-sustainability .why-sustainability-container .slide-up p {
    padding: 0 150px;
  }
}
@media (max-width: 1600px) {
  section.why-sustainability .why-sustainability-container .slide-up p {
    padding: 0 60px;
  }
  section.why-sustainability .why-sustainability-container .the-content .content-holder h4 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  section.why-sustainability .why-sustainability-container .the-content .content-holder {
    width: calc(25% - 20px);
  }
  section.why-sustainability .why-sustainability-container .slide-up p {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .page-template-template-page-sustainability {
    background-color: #fff;
  }
  .page-template-template-page-sustainability section.main-sustainability {
    margin-top: 102px;
    height: 100vh;
  }
  .page-template-template-page-sustainability section.main-sustainability .blural-head {
    padding: 0;
    height: 60px;
  }
  .page-template-template-page-sustainability section.main-sustainability .blural-head .blural-head-container h2 {
    font-size: 12px;
    letter-spacing: 7.5px;
  }
  .page-template-template-page-sustainability section.main-sustainability .background .top-title {
    width: 100%;
    padding: 0 35px;
    transform: translate(-50%, -70%);
  }
  .page-template-template-page-sustainability section.main-sustainability .background .top-title h1 {
    font-size: 32px;
    line-height: 34px;
    text-align: left;
  }
  .page-template-template-page-sustainability section.main-sustainability .background .top-desc {
    width: 100%;
    left: 0;
    padding: 0 35px;
  }
  .page-template-template-page-sustainability section.main-sustainability .background .top-desc h3 {
    font-size: 20px;
  }
  .page-template-template-page-sustainability section.main-sustainability .background .top-desc p {
    font-size: 14px;
  }
  .page-template-template-page-sustainability section.main-sustainability .background .image img {
    -o-object-position: top;
       object-position: top;
  }
  .page-template-template-page-sustainability section.main-sustainability .background .link {
    display: block;
    position: absolute;
    top: 60%;
    right: 35px;
  }
  .page-template-template-page-sustainability section.main-sustainability .background .link a {
    display: inline-block;
    width: 50px;
    height: 45px;
    position: relative;
  }
  .page-template-template-page-sustainability section.main-sustainability .background .link a img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .page-template-template-page-sustainability section.why-sustainability {
    margin-bottom: 70px;
  }
  .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container {
    padding: 0;
  }
  .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container .slide-up {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: transparent;
    padding: 60px 0;
    transform: none;
    width: 100%;
    padding: 60px 30px;
    background-color: #fff;
  }
  .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container .slide-up h2 {
    color: #414042;
    font-size: 16px;
    letter-spacing: 4.3px;
    font-weight: bold;
  }
  .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container .slide-up p {
    color: #414042;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
  .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container .the-content {
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    display: block !important;
    padding: 40px 0 40px 0;
    text-align: center;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 425px;
  }
  .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container .the-content::-webkit-scrollbar {
    display: none;
  }
  .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container .the-content .content-holder {
    width: 35%;
    float: none;
    margin: 0 10px;
    display: inline-flex !important;
    height: 100%;
    vertical-align: top;
    padding: 15px 10px 15px 10px;
    vertical-align: top;
    justify-content: flex-start;
    min-height: 320px !important;
  }
  .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container .the-content img {
    align-self: flex-end;
    width: 35px;
    height: 38px;
  }
  .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container .the-content h4 {
    font-size: 12px;
    text-align: left;
    width: 80px;
    white-space: break-spaces;
    margin-right: auto;
  }
  .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container .the-content p, .page-template-template-page-sustainability section.why-sustainability .why-sustainability-container .the-content p.toggle {
    font-size: 10px;
    line-height: 12px;
    color: #E5E5E5;
    text-align: left;
    letter-spacing: -0.33px;
    margin-bottom: 0;
    opacity: 1;
    height: auto;
    white-space: break-spaces;
  }
}
@media (max-width: 1600px) {
  section.east-gate .east-gate-holder .project-image {
    height: 500px;
  }
}
@media (max-width: 1366px) {
  section.east-gate .east-gate-holder .row .description {
    padding: 50px 25px;
  }
  section.east-gate .east-gate-holder .row .image {
    padding: 50px 25px;
  }
}
@media (max-width: 768px) {
  section.east-gate .east-gate-holder {
    padding-top: 0;
  }
  section.east-gate .east-gate-holder h2 {
    font-size: 16px;
    width: 95%;
    max-width: 90%;
  }
  section.east-gate .east-gate-holder .project-image {
    width: 100%;
    height: 350px;
  }
  section.east-gate .east-gate-holder .row {
    flex-direction: column-reverse;
  }
  section.east-gate .east-gate-holder .row .description {
    padding: 25px;
  }
  section.east-gate .east-gate-holder .row .image {
    padding: 25px;
  }
  section.east-gate .east-gate-holder .row .description p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  section.two {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 160px;
  }
}
@media (max-width: 1600px) {
  section.two .title-and-desc {
    padding: 40px;
  }
  section.two .title-and-desc .title h2 {
    font-size: 30px;
  }
  section.two .title-and-desc .desc h2 {
    font-size: 30px;
  }
  section.two .cards {
    padding: 30px 0 0 30px;
  }
  section.two .title-and-desc .desc p {
    font-size: 14px;
  }
  section.two .cards .main-holder .cart-content .cart-desc p {
    font-size: 16px;
  }
  section.two .cards .main-holder .cart-content .cart-desc span {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  section.my-cards .cards-holder .the-card img {
    height: 350px;
  }
}
@media (max-width: 1024px) {
  section.my-cards {
    padding: 0 10px;
  }
  section.my-cards .cards-holder .slick-slide {
    margin: 0 10px;
  }
  section.my-cards .the-card .card-content {
    padding: 20px 10px 50px 10px !important;
  }
  section.my-cards .cards-holder .the-card img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  section.my-cards .the-card .card-content {
    padding: 20px 10px 40px 10px !important;
  }
  section.my-cards .cards-holder .the-card img {
    height: 250px;
  }
}
@media (max-width: 1366px) {
  section.photos-slider .images-holder .item img {
    height: 350px;
  }
  section.photos-slider .images-holder .slick-slide.slick-current.slick-active.slick-center img {
    height: 380px;
  }
}
@media (max-width: 1024px) {
  section.photos-slider {
    padding: 0 30px;
    margin-bottom: 25px;
  }
  section.photos-slider .images-holder .item img {
    height: 300px;
  }
  section.photos-slider .images-holder .slick-slide.slick-current.slick-active.slick-center img {
    height: 330px;
  }
}
@media (max-width: 768px) {
  section.photos-slider .images-holder .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.01, 1.15);
  }
  section.photos-slider .images-holder .slick-slide.slick-current.slick-active.slick-center img {
    height: 300px;
  }
  section.photos-slider .images-holder .slick-next.slick-arrow {
    width: 20px;
    height: 30px;
    transform: translate(50px, 100%);
    bottom: -8px;
  }
  section.photos-slider .images-holder .slick-prev.slick-arrow {
    width: 20px;
    height: 30px;
    transform: translate(-70px, 100%);
    bottom: -8px;
  }
  section.photos-slider .navigator-holder .navigation {
    font-size: 16px;
  }
  section.photos-slider .navigator-holder .navigation span {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .page-template-template-page-contact-us #contactUs section.form {
    min-height: 160vh;
  }
  .page-template-template-page-contact-us #contactUs section.form .fomr-holder {
    transform: translate(-50%, -15%);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .page-template-template-page-contact-us main#contactUs .contacts-hero .contact-us-hero-container .text h2 {
    font-size: 50px;
  }
  .page-template-template-page-contact-us main#contactUs .contacts-hero .contact-us-hero-container .text p {
    font-size: 20px;
  }
  .page-template-template-page-contact-us main#contactUs section.form .fomr-holder {
    width: 80%;
  }
  .page-template-template-page-contact-us #contactUs section.form {
    min-height: 85vh;
  }
  .page-template-template-page-contact-us main#contactUs .contacts-hero {
    margin-top: 132px;
  }
  .page-template-template-page-contact-us main#contactUs .blural-head {
    top: 132px;
  }
}
@media (max-width: 767px) {
  .page-template-template-page-contact-us {
    background-color: #fff;
  }
  .page-template-template-page-contact-us main#contactUs {
    margin-top: 102px;
  }
  .page-template-template-page-contact-us main#contactUs .blural-head {
    padding: 0;
    height: 60px;
    top: 102px;
  }
  .page-template-template-page-contact-us main#contactUs .blural-head .blural-head-container {
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 6% 100%, 0 60%, 0 0);
            clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 6% 100%, 0 60%, 0 0);
  }
  .page-template-template-page-contact-us main#contactUs .blural-head .blural-head-container h2 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 7.5px;
  }
  .page-template-template-page-contact-us main#contactUs .contacts-hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(360deg, rgb(47, 49, 52) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .page-template-template-page-contact-us main#contactUs .contacts-hero .contact-us-hero-container .text {
    max-width: 300px;
    left: 40px;
    transform: translateY(-25%);
  }
  .page-template-template-page-contact-us main#contactUs .contacts-hero .contact-us-hero-container .text h2 {
    font-weight: bold;
    width: auto;
    padding-bottom: 25px;
    font-size: 34px;
  }
  .page-template-template-page-contact-us main#contactUs .contacts-hero .contact-us-hero-container .text p {
    font-size: 12px;
    line-height: 15px;
  }
  .page-template-template-page-contact-us main#contactUs section.form {
    min-height: 55vh;
  }
  .page-template-template-page-contact-us main#contactUs section.form .fomr-holder {
    width: 90%;
    padding: 50px 25px;
    position: relative;
  }
  .page-template-template-page-contact-us main#contactUs section.form .fomr-holder form.ninja-contact-form h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4.3px;
    margin-bottom: 70px;
  }
  .page-template-template-page-contact-us main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields .form-group label {
    font-size: 12px !important;
  }
  .page-template-template-page-contact-us main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields .form-group input,
  .page-template-template-page-contact-us main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields .form-group select {
    height: 35px !important;
    max-height: 35px !important;
    background-color: #F5F5F5 !important;
    border: none !important;
    border-radius: 5px !important;
  }
  .page-template-template-page-contact-us main#contactUs section.form .fomr-holder form.ninja-contact-form .input-fields .form-group textarea {
    background-color: #F5F5F5 !important;
    border: none !important;
    border-radius: 5px !important;
    height: 85px !important;
    max-height: 85px !important;
  }
  .page-template-template-page-contact-us main#contactUs section.form .fomr-holder form.ninja-contact-form .submit {
    position: absolute;
    margin: 0;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs {
    display: block;
    padding: 0 60px 50px 15px;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .title {
    margin-bottom: 25px;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .title h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4.3px;
    color: #000000;
    padding-bottom: 15px;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .title p {
    font-size: 12px;
    color: #414042;
    line-height: 15px;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .social-media {
    margin-bottom: 25px;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .social-media p {
    font-size: 16px;
    color: #2F3134;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .social-media .icons {
    display: flex;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .social-media .icons a {
    font-size: 0;
    text-decoration: none;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .working-hours {
    margin-bottom: 25px;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .working-hours p {
    font-size: 16px;
    color: #2F3134;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .working-hours span {
    font-size: 12px;
    color: #2F3134;
    line-height: 15px;
    display: inline-block;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .phone-numbers {
    margin-bottom: 25px;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .phone-numbers p {
    font-size: 16px;
    color: #2F3134;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .phone-numbers a {
    font-size: 12px;
    color: #2F3134;
    line-height: 15px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .address p {
    font-size: 16px;
    color: #2F3134;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-weight: bold;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .address > span {
    line-height: 15px;
    display: inline-block;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .address > span a {
    font-size: 12px;
    color: #2F3134;
    text-decoration: none;
  }
  .page-template-template-page-contact-us main#contactUs section.how-to-reachUs .holder .address > span span {
    font-size: 12px;
    color: #2F3134;
  }
  .page-template-template-page-contact-us main#contactUs .location-on-map {
    margin-bottom: 0;
  }
}
@media (max-width: 1599px) {
  footer .logo-holder .footer-logo {
    padding: 65px 0px 30px 80px;
  }
  footer .logo-holder .footer-logo img {
    height: 32px;
    width: 230px;
  }
  footer .copyrights p {
    font-size: 16px;
  }
  footer .info .contacts {
    padding-right: 0;
  }
}
@media (max-width: 1366px) {
  footer .main-footer-holder .logo-holder .footer-logo {
    padding: 0;
    position: absolute;
    top: 66px;
    left: 100px;
  }
  footer .main-footer-holder .logo-holder .footer-logo img {
    width: 200px;
    height: auto;
  }
  footer .info .contacts {
    padding-right: 50px;
  }
}
@media (max-width: 1200px) {
  footer .main-footer-holder .logo-holder .footer-logo {
    left: 110px;
  }
  footer .main-footer-holder .logo-holder .footer-logo img {
    width: 170px;
    height: auto;
  }
  footer .info {
    padding: 50px 25px 0px 25px;
  }
  footer .info .contacts .contact-workingHours {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 1024px) {
  footer .main-footer-holder .logo-holder .footer-logo {
    padding: 0;
    left: 88px;
    top: 70px;
  }
  footer .main-footer-holder .logo-holder .footer-logo img {
    width: 165px;
    height: auto;
  }
  footer .main-footer-holder .icons {
    transform: translateX(-75%);
  }
  footer .info {
    padding: 50px 10px 0px 10px;
  }
  footer .info .contacts {
    padding: 0;
  }
  footer .info .contacts .contact-workingHours {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  footer .info .contacts .contact-workingHours .call-center a {
    font-size: 14px;
  }
  footer .copyrights p {
    font-size: 14px;
  }
  footer .copyrights .privacy-rights {
    flex-basis: 56%;
  }
}
@media (max-width: 991px) {
  footer .main-footer-holder .logo-holder .footer-logo {
    padding: 0;
    left: 65px;
    top: 95px;
  }
  footer .main-footer-holder .logo-holder .footer-logo img {
    width: 130px;
    height: auto;
  }
  footer .copyrights p {
    font-size: 12px;
  }
  footer .copyrights .privacy-rights {
    flex-basis: 58%;
  }
}
@media (max-width: 768px) {
  footer.site-top-footer {
    position: relative;
  }
  footer.site-top-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 15px solid #2F3133;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  footer.site-top-footer::before {
    content: "";
    position: absolute;
    top: 58px;
    left: 0;
    width: 50px;
    height: calc(100% - 60px);
    background-image: linear-gradient(0deg, #D94377, #EF412A);
  }
  footer.site-top-footer .main-footer-holder {
    flex-direction: column;
  }
  footer.site-top-footer .logo-holder {
    width: 55% !important;
    left: 2.5%;
    height: 60px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  footer.site-top-footer .logo-holder .footer-logo {
    background-image: none !important;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    transform: rotate(90deg) translateX(-65%);
    padding: 0;
    left: 30px;
    top: 0 !important;
    height: 100% !important;
  }
  footer.site-top-footer .logo-holder .footer-logo::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    background-image: linear-gradient(270deg, #e14265, #f94139);
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  footer.site-top-footer .logo-holder .footer-logo::before {
    content: "";
    position: absolute;
    background-color: #2f3133;
    width: 50px;
    height: 30px;
    bottom: -51px;
    right: 0;
    transform: rotate(282deg) translateY(-58px);
    z-index: 1;
    border-radius: 0 22px 0 0;
  }
  footer.site-top-footer .logo-holder .footer-logo img {
    height: auto !important;
    width: 100px;
    margin-left: 0;
  }
  footer.site-top-footer .info {
    width: 100%;
    padding: 20px 0 0 0;
    margin-top: 0 !important;
  }
  footer.site-top-footer .info::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 10px;
    background-color: #2F3134;
    top: -1px;
    left: 45px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 0 51%, 0 25%, 0 0);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 0 51%, 0 25%, 0 0);
  }
  footer.site-top-footer .info .row {
    padding-left: 60px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  footer.site-top-footer .info .row .contacts {
    width: 45%;
    display: flex;
    flex-direction: column-reverse;
  }
  footer.site-top-footer .info .row .contacts h5 {
    font-size: 12px;
    margin-bottom: 0;
  }
  footer.site-top-footer .info .row .contacts a {
    font-size: 10px;
  }
  footer.site-top-footer .info .row .contacts p {
    font-size: 8px;
  }
  footer.site-top-footer .info .row .contacts .call-center p {
    font-size: 12px;
    margin-top: 5px;
  }
  footer.site-top-footer .info .row .contacts .contact-workingHours {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 10px;
  }
  footer.site-top-footer .info .row .subscription {
    width: 45%;
    padding: 0 0 0 15px;
  }
  footer.site-top-footer .info .row .subscription .content h5 {
    color: #E5E5E5;
    font-size: 10px;
  }
  footer.site-top-footer .info .row .subscription .content p {
    font-size: 8px;
    color: #E5E5E5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  footer.site-top-footer .info .row .subscription .form-subscription label.ninja-label {
    display: none;
  }
  footer.site-top-footer .info .row .subscription .form-subscription input[type=email] {
    height: 25px;
    border-radius: 0;
    border: none;
    outline: none;
  }
  footer.site-top-footer .info .row .subscription .form-subscription input[type=email]::-moz-placeholder {
    opacity: 1;
    color: #414042;
    font-size: 8px;
    text-transform: capitalize;
  }
  footer.site-top-footer .info .row .subscription .form-subscription input[type=email]::placeholder {
    opacity: 1;
    color: #414042;
    font-size: 8px;
    text-transform: capitalize;
  }
  footer.site-top-footer .info .row.main-icons-holder {
    padding: 0;
    justify-content: flex-end;
  }
  footer.site-top-footer .info .row.main-icons-holder .icons {
    left: 75px;
    transform: translate(0, 0);
    padding: 10px 0;
    -moz-column-gap: 5px;
         column-gap: 5px;
    position: relative;
    top: -35px;
  }
  footer.site-top-footer .info .row.main-icons-holder .icons a {
    width: 16px;
    height: 16px;
  }
  footer.site-top-footer .info .row.main-icons-holder .icons a img {
    width: 100%;
    height: 100%;
  }
  footer {
    margin: 0;
  }
  footer .copyright-main-holder {
    display: none;
  }
  footer .icons {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  footer .icons a img {
    width: 35px;
    height: 35px;
  }
  footer.site-top-footer .footer-logo::before {
    display: none;
  }
  footer.site-top-footer .footer-logo {
    width: -moz-fit-content !important;
    width: fit-content !important;
    transform: none !important;
    padding: 0 !important;
  }
  footer .logo-holder::before {
    left: -157px;
    transform: rotate(125deg);
    z-index: 99;
  }
  footer.site-top-footer .footer-logo::after {
    display: none !important;
  }
  footer .logo-holder::before {
    display: none;
  }
}
@media (max-width: 1600px) {
  section.single-projects .projects-inner .gallery {
    max-height: 600px;
  }
  section.single-projects .projects-inner .gallery .gallery-slider img {
    height: 600px;
  }
  section.single-projects .projects-inner .details {
    max-height: 600px;
  }
  section.single-projects .projects-inner .details .details-container {
    padding: 40px 30px;
  }
  section.single-projects .projects-inner .details .details-container h2 {
    margin-bottom: 25px;
  }
  section.single-projects .projects-inner .details .details-container .information p {
    margin-bottom: 15px;
  }
  section.single-projects .projects-inner .details .details-container .facilities p {
    margin-bottom: 15px;
  }
  section.single-projects .projects-inner .details .details-container .facilities .facilities-details .facility-holder img {
    width: 40px;
    height: 40px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  section.single-projects .projects-inner .details .details-container .facilities .facilities-details .facility-holder span {
    font-size: 14px;
  }
  section.single-projects .projects-inner .details .details-container .facilities .facilities-details {
    gap: 12px;
  }
  section.single-projects .projects-inner .details .details-container .information,
  section.single-projects .projects-inner .details .details-container .facilities {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  section.single-projects .projects-inner .details .details-container h2 {
    font-size: 30px;
  }
  section.single-projects .projects-inner .details .details-container .information p,
  section.single-projects .projects-inner .details .details-container .facilities p {
    font-size: 18px;
  }
  section.single-projects .projects-inner .unit-cost span.fees {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  section.single-projects .projects-inner .details .details-container {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  section.single-projects {
    padding: 0 30px;
  }
  section.single-projects .projects-inner .gallery,
  section.single-projects .projects-inner .details {
    width: 50%;
  }
}
@media (max-width: 768px) {
  section.adoption .main-adoption {
    flex-direction: column;
  }
  section.adoption .main-adoption .slide-holder {
    padding: 55px 0 20px 40px;
    width: 100%;
  }
  section.adoption .main-adoption .slide-holder .adopt-slider .image-holder .navigation {
    width: 70px;
    transform: translate(-20px, -15%);
    font-size: 16px;
  }
  section.adoption .main-adoption .slide-holder .adopt-slider .slick-next.slick-arrow {
    width: 20px;
    height: 30px;
    left: calc(50% + 24px);
    bottom: 2px;
  }
  section.adoption .main-adoption .slide-holder .adopt-slider .slick-prev.slick-arrow {
    width: 20px;
    height: 30px;
    left: calc(50% - 80px);
    bottom: 3px;
  }
  section.adoption .main-adoption .slide-holder .adopt-slider .image-holder .navigation {
    height: 50px;
  }
  section.adoption .adopt-desc {
    width: 100%;
  }
  section.adoption .main-adoption .adopt-desc h3 {
    font-size: 25px;
    line-height: 30px;
  }
  section.hero {
    margin-bottom: 450px;
  }
  section.digital-journal.two {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.digital-journal.two .image-col img {
    height: 450px;
  }
  section.digital-journal.two .title-and-desc-holder {
    margin-top: -60px;
  }
  section.digital-journal.two .title-and-desc .title h2 {
    font-size: 20px;
  }
  section.digital-journal.two .title-and-desc .desc h2 {
    font-size: 18px;
  }
  section.digital-journal.two .title-and-desc .desc p {
    font-size: 14px;
  }
  section.digital-journal.two .title-and-desc .desc span {
    font-size: 12px;
  }
  section.digital-journal.two .title-and-desc .desc a {
    font-size: 12px;
  }
  section.digital-journal.two .cards .main-holder .cart-content .cart-desc p {
    font-size: 14px;
  }
  section.digital-journal.two .cards .main-holder .cart-content .cart-desc span {
    font-size: 12px;
  }
  body .my-cards {
    margin-bottom: 0;
  }
  body .my-cards .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.1);
    position: relative;
    z-index: 10;
  }
  body .my-cards .cards-holder .slick-list.draggable {
    padding: 50px 65px 100px 65px !important;
  }
  body .my-cards .cards-holder .the-card .card-content {
    background-color: #fff;
    padding: 20px !important;
  }
  body .my-cards .cards-holder .slick-slide {
    margin: 0 !important;
  }
  body .my-cards .cards-holder .the-card .card-content p {
    display: none;
  }
  body .my-cards .cards-holder .the-card .card-content h2 {
    font-size: 16px;
    color: #414042;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  body .my-cards .cards-holder .the-card .card-content span {
    font-size: 16px !important;
  }
  body .my-cards .cards-holder .the-card .card-content a {
    font-size: 12px;
  }
  body .my-cards .cards-holder .the-card .card-content .navigation {
    bottom: -80px;
    font-size: 16px;
  }
  section.photos-slider {
    padding: 0 0 30px 0;
    margin-bottom: 15px;
  }
  section.photos-slider .slick-list.draggable {
    padding: 0 90px !important;
  }
  section.journal-inner {
    margin-top: 80px;
    margin-bottom: 65px;
    padding: 0;
  }
  section.journal-inner .content-holder .cards .left, section.journal-inner .content-holder .cards .right {
    padding: 0 !important;
    padding: 0 !important;
  }
  section.journal-inner .content-holder .arrow {
    padding-left: 20px;
  }
  section.journal-inner .content-holder .title-description .title h2 {
    padding-left: 20px;
  }
  section.journal-inner .content-holder .title-description .title span {
    padding-left: 20px;
  }
  section.journal-inner .content-holder .title-description .description {
    padding: 0 20px;
  }
  section.journal-inner .content-holder .cards {
    padding: 0 20px;
    margin: 0;
  }
  section.single-projects {
    padding: 0;
    margin-top: 70px;
    margin-bottom: 150px;
  }
  section.single-projects .arrow {
    display: none;
  }
  section.single-projects .projects-inner {
    flex-direction: column-reverse;
  }
  section.single-projects .gallery {
    width: 100% !important;
  }
  section.single-projects .projects-inner .details {
    padding: 0 30px;
    width: 100%;
  }
  section.single-projects .projects-inner .details .details-container {
    padding: 100px 20px;
  }
  section.single-projects .projects-inner .details .details-container h2 {
    font-size: 20px;
  }
  section.single-projects .projects-inner .details .details-container .information p,
  section.single-projects .projects-inner .details .details-container .facilities p {
    font-size: 20px !important;
    font-weight: bold;
  }
  section.single-projects .projects-inner .details .details-container .information .info-details span {
    font-size: 14px;
  }
  section.single-projects .projects-inner .details .details-container .facilities .facilities-details {
    flex-wrap: wrap;
    row-gap: 20px !important;
  }
  section.single-projects .projects-inner .details .details-container .facilities .facilities-details .facility-holder {
    flex-basis: 45%;
  }
  section.single-projects .projects-inner .unit-cost span {
    font-size: 14px;
  }
  section.single-projects .projects-inner .unit-cost span.fees {
    font-size: 20px;
    font-weight: 600;
  }
  section.single-projects .unit-cost {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  section.map {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100vh;
    width: 100vw;
    max-height: 100vh;
  }
  section.map .leaflet-pane.leaflet-map-pane {
    height: 100%;
    max-height: 100vh;
  }
  section.map .map-holder .map-container {
    height: 100%;
  }
  section.map .overlay {
    display: none !important;
  }
}
@media (max-width: 768px) {
  section.map .overlay {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .page-template-template-page-careers section.hero-careers {
    margin-top: 132px;
  }
  .page-template-template-page-careers section.hero-careers .blural-head {
    top: 132px;
  }
  .page-template-template-page-careers section.careers-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .page-template-template-page-careers section.hero-careers {
    margin-top: 102px;
    height: 50vh;
  }
  .page-template-template-page-careers section.hero-careers .blural-head {
    top: 102px;
    padding: 0;
  }
  .page-template-template-page-careers section.hero-careers .blural-head .blural-head-container h2 {
    font-size: 12px;
    letter-spacing: 7px;
  }
  .page-template-template-page-careers section.careers-content {
    display: none;
  }
  .page-template-template-page-careers section.careers-tabs-mobile {
    display: block;
    margin: 50px 0;
  }
  .page-template-template-page-careers section.careers-tabs-mobile > h1 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .page-template-template-page-careers section.careers-tabs-mobile > h1 span {
    color: #EF412A;
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn {
    position: relative;
    z-index: 999;
    background-color: #2F3134;
    padding: 30px 0 0 70px;
    min-height: 90px;
    -webkit-clip-path: polygon(12% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 0 40%);
            clip-path: polygon(12% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 0 40%);
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #E5E5E5;
    margin-bottom: 40px;
    transform: translateX(40px);
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn .tab-content {
    display: none;
    position: relative;
    z-index: 9;
    padding: 120px 25px 60px;
    min-height: 500px;
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn .tab-content > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-position: top;
       object-position: top;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn .tab-content .theContent-holder {
    display: flex;
    flex-direction: column;
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn .tab-content .theContent-holder h3 {
    font-size: 20px;
    color: #E5E5E5;
    text-transform: uppercase;
    font-weight: 500;
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn .tab-content .theContent-holder p {
    font-size: 16px;
    color: #E5E5E5;
    font-weight: 400;
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn .tab-content .theContent-holder a {
    font-size: 14px;
    color: #EF412A;
    text-decoration: none;
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn .tab-content .theContent-holder a span {
    font-size: 20px;
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn.active {
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 0 10%) !important;
            clip-path: polygon(15% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 0 10%) !important;
    background-image: linear-gradient(180deg, #e14265, #f94139) !important;
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn.active .tab-content {
    display: block !important;
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn:first-child {
    min-height: 140px !important;
    -webkit-clip-path: polygon(12% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 0 34%);
            clip-path: polygon(12% 0, 100% 0, 100% 50%, 100% 100%, 0% 100%, 0 34%);
  }
  .page-template-template-page-careers section.careers-tabs-mobile .tabs-container .tab-btn:last-child {
    margin-top: -60px;
  }
}
@media (max-width: 1600px) {
  section.career-inner .content-container .apply-form-holder > div form .input-fields {
    row-gap: 15px;
  }
  section.career-inner .content-container .summaryText {
    height: 450px;
  }
  section.career-inner .content-container .breadcrump .holder {
    left: 15%;
  }
}
@media (max-width: 1400px) {
  section.career-inner .content-container .career-inner-form {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  section.career-inner .content-container .career-inner-form {
    width: 75%;
  }
}
@media (max-width: 991px) {
  section.career-inner .content-container .row {
    width: 700px;
  }
}
@media (max-width: 1024px) {
  section.career-inner {
    margin-top: 132px;
  }
  section.career-inner .blural-head {
    top: 132px;
  }
  section.career-inner .content-container {
    margin-top: 200px;
  }
  section.career-inner .content-container .career-inner-form {
    width: 80%;
  }
  section.career-inner .content-container > h2 {
    margin-top: 20px;
  }
  section.career-inner .content-container .breadcrump .holder {
    left: 10%;
  }
}
@media (max-width: 767px) {
  section.career-inner {
    margin-top: 102px;
  }
  section.career-inner .blural-head {
    top: 102px;
    padding: 0;
  }
  section.career-inner .blural-head .blural-head-container {
    background-color: hsla(216, 5%, 30%, 0.3);
  }
  section.career-inner .blural-head .blural-head-container h2 {
    font-size: 18px;
    letter-spacing: 7px;
  }
  section.career-inner .hero-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.career-inner .content-container {
    margin-top: 200px;
  }
  section.career-inner .content-container h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
  }
  section.career-inner .content-container .row {
    width: 360px;
    padding: 60px 30px 60px 30px;
    height: auto;
  }
  section.career-inner .content-container .row strong {
    font-size: 20px;
    padding: 0;
    margin-bottom: 10px;
  }
  section.career-inner .content-container .row a.apply {
    font-size: 12px;
    min-width: 130px;
    max-width: 130px;
    margin-top: 15px;
  }
  section.career-inner .content-container .row span.date {
    padding: 0;
  }
  section.career-inner .content-container .career-inner-form {
    width: 100%;
    margin: 30px 0;
    flex-direction: column;
  }
  section.career-inner .content-container .career-inner-form > div {
    width: 100%;
  }
  section.career-inner .content-container .career-inner-form .line {
    display: none;
  }
  section.career-inner .content-container .career-inner-form .apply-form-holder {
    padding-top: 32px;
  }
  section.career-inner .content-container .career-inner-form .apply-form-holder form > h3 {
    text-align: start;
  }
  section.career-inner .content-container .career-inner-form .apply-form-holder > div form .input-fields {
    row-gap: 30px;
  }
}
@media (max-width: 1366px) {
  .archive-career .content-container .careers-filter {
    left: 0;
  }
  .archive-career .content-container .career-list .careers-list-container.four-in-row .single-career-item h3,
  .archive-career .content-container .career-list .careers-list-container.eight-in-row .single-career-item h3 {
    font-size: 20px;
  }
  .archive-career .content-container .career-list .careers-list-container.eight-in-row {
    padding: 0 35px;
  }
  .archive-career .content-container .career-list .pagination.pagination-two {
    padding: 0 35px;
  }
  .archive-career .content-container .careers-filter .filters-radio > label {
    font-size: 26px;
  }
  .archive-career .content-container .careers-filter .filters-radio .form-check label {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .archive-career {
    margin-top: 132px;
  }
  .archive-career .blural-head {
    top: 132px;
  }
  .archive-career .breadcrump .holder {
    left: 10%;
  }
  .archive-career .content-container h1 {
    font-size: 30px;
  }
  .archive-career .content-container {
    row-gap: 20px;
  }
  .archive-career .content-container .careers-filter {
    position: static;
    padding-left: 0;
    margin: auto;
  }
  .archive-career .content-container .careers-filter .filters-radio {
    width: 75vw;
    overflow-x: auto;
    white-space: nowrap;
    height: auto;
  }
  .archive-career .content-container .careers-filter .filters-radio > label {
    width: 100%;
    display: block;
    position: sticky;
    left: 0;
    font-size: 32px;
    text-align: center;
  }
  .archive-career .content-container .careers-filter .filters-radio > div {
    display: inline;
    padding-left: unset;
    padding: 10px;
  }
  .archive-career .content-container .careers-filter .filters-radio > div > label {
    font-size: 22px !important;
    padding: 0 15px;
  }
  .archive-career .content-container .career-list .careers-list-container.eight-in-row .single-career-item {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .archive-career .content-container .career-list .careers-list-container.four-in-row {
    width: 750px;
  }
  .archive-career .content-container .career-list .careers-list-container.four-in-row .single-career-item {
    padding: 40px;
  }
  .archive-career .content-container .careers-filter {
    left: 2%;
    top: 100px;
  }
  .archive-career .content-container .career-list {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .archive-career .content-container .career-list .careers-list-container.eight-in-row .single-career-item {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 767px) {
  .archive-career {
    margin-top: 102px;
  }
  .archive-career .blural-head {
    top: 102px;
    padding: 0;
  }
  .archive-career .blural-head .blural-head-container h2 {
    font-size: 12px;
    letter-spacing: 7px;
  }
  .archive-career .hero-container {
    height: 50vh;
  }
  .archive-career .content-container {
    margin-top: 50px;
    row-gap: 0;
  }
  .archive-career .content-container .careers-filter .filters-radio > label {
    font-size: 28px !important;
  }
  .archive-career .content-container .careers-filter .filters-radio > div > label {
    font-size: 16px !important;
  }
  .archive-career .content-container .career-list {
    margin-top: 0;
  }
  .archive-career .content-container h1 {
    font-size: 18px;
  }
  .archive-career .content-container .career-list .careers-list-container.four-in-row {
    width: 100%;
    padding: 0 15px;
  }
  .archive-career .content-container .career-list .careers-list-container.four-in-row .single-career-item {
    width: 100%;
    padding: 40px 20px;
  }
  .archive-career .content-container .career-list .careers-list-container.eight-in-row {
    width: 100%;
    padding: 0 15px;
  }
  .archive-career .content-container .career-list .careers-list-container.eight-in-row .single-career-item {
    width: 100%;
    padding: 40px 20px;
  }
  .archive-career .content-container .career-list .pagination.pagination-two {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  main#notFound {
    padding-top: 132px;
  }
}
@media (max-width: 820px) {
  body main#notFound {
    padding-top: 102px;
  }
}
@media (max-width: 820px) and (max-width: 767px) {
  body main#notFound section.not-found .holder .left-area {
    display: none;
  }
  body main#notFound section.not-found .holder .right-area {
    width: 100% !important;
  }
  body main#notFound section.not-found .holder .right-area .gradientbody .innerbody h1 {
    font-size: 80px;
  }
  body main#notFound section.not-found .holder .right-area .gradientbody .innerbody h2 {
    font-size: 38px;
  }
  body main#notFound section.not-found .holder .right-area .gradientbody .innerbody span {
    font-size: 24px;
  }
}
main#notFound {
  padding-top: 92px;
}
main#notFound section.not-found .holder {
  height: 100%;
}
main#notFound section.not-found .holder .left-area {
  background-image: linear-gradient(180deg, #D94377, #EF412A);
}
main#notFound section.not-found .holder .right-area {
  background-color: #2F3134;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
main#notFound section.not-found .holder .right-area::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 25px;
  background-color: #2F3134;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 62%);
}
main#notFound section.not-found .holder .right-area .gradientbody {
  background-image: linear-gradient(180deg, #D94377, #EF412A);
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0 87%, 0 15%);
          clip-path: polygon(15% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0 87%, 0 15%);
  display: flex;
  justify-content: end;
  padding: 70px 0 0 70px;
  width: -moz-fit-content;
  width: fit-content;
}
main#notFound section.not-found .holder .right-area .gradientbody .innerbody {
  background-color: #2F3134;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 40px 40px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}
main#notFound section.not-found .holder .right-area .gradientbody .innerbody h1, main#notFound section.not-found .holder .right-area .gradientbody .innerbody h2 {
  margin: 0;
}
main#notFound section.not-found .holder .right-area .gradientbody .innerbody h1 {
  font-size: 100px;
  font-weight: 400;
}
main#notFound section.not-found .holder .right-area .gradientbody .innerbody h2 {
  font-size: 48px;
  font-weight: 500;
}
main#notFound section.not-found .holder .right-area .gradientbody .innerbody span {
  font-size: 32px;
  font-weight: 400;
}
main#notFound section.not-found .holder .right-area .gradientbody .innerbody a {
  background-image: linear-gradient(360deg, #D94377, #EF412A);
  color: #E5E5E5;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 25px;
  -webkit-clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  clip-path: polygon(-22% -38%, 92% 1%, 100% 30%, 100% 100%, -46% 206%);
  min-width: 180px;
  max-width: 180px;
  display: inline-block;
  text-align: center;
  border: none;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
@media (max-width: 768px) {
  .page-template-template-page-journal section.my-cards {
    margin-top: 85px;
  }
  .page-template-template-page-journal section.my-cards .cards-holder .slick-next.slick-arrow {
    width: 20px;
    height: 30px;
    bottom: 6px;
    left: 50%;
    padding: 0;
    transform: translateX(45px);
  }
  .page-template-template-page-journal section.my-cards .cards-holder .slick-prev.slick-arrow {
    width: 20px;
    height: 30px;
    bottom: 7px;
    left: 50%;
    padding: 0;
    transform: translateX(-65px);
  }
  section.properties {
    padding: 30px 20px 150px;
    height: unset;
  }
  section.properties .info .content h2 {
    font-size: 20px;
  }
  section.properties .info {
    position: relative;
  }
  section.properties .info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 400px;
    transform: translateY(-100%);
    background-image: linear-gradient(180deg, rgba(217, 67, 119, 0), #E44250);
  }
  section.properties .info img {
    height: 400px;
  }
  section.properties .info .content p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  section.properties .info .content {
    position: static;
    padding-top: 25px !important;
    width: 100%;
    padding: 0;
  }
  section.sustainable-live .all-content {
    text-align: center;
  }
  section.sustainable-live .all-content h2 {
    font-size: 30px;
  }
  section.sustainable-live {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section.sustainable-live .all-content a {
    position: absolute;
    display: inline-block;
    margin-top: 24px;
    width: 45px;
    height: 25px;
    bottom: 5px;
    right: 18%;
  }
  .heroSection .content {
    width: 100%;
  }
  section.contact-us .my-form a {
    width: 35px;
    height: 56px;
    transform: translate(-30%, 0);
  }
  section.contact-us .social-media img {
    width: 40px;
    height: 40px;
  }
  .biography .member .stretched {
    width: 100% !important;
    margin: 0;
  }
  .biography .member .stretched .col-6 {
    width: 100%;
  }
  .biography .member .bio-text .bio {
    padding-left: 0;
    margin-bottom: 120px;
  }
  .biography .member .bio-text .bio p {
    margin-top: -40px;
  }
  .biography .member .bio-text {
    left: 0;
    top: -80px;
  }
  .biography .member .bio-text .name::before {
    content: "";
    position: absolute;
    border: 1px solid #EF412A;
    top: 12px;
    right: -5px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 48px;
    height: 30px;
    transform: rotate(53deg);
  }
  .biography .member .bio-text .name {
    width: 100%;
    padding: 14px 80px;
    -webkit-clip-path: polygon(-22% -38%, 92% 1%, 100% 38%, 100% 100%, -46% 206%);
            clip-path: polygon(-22% -38%, 92% 1%, 100% 38%, 100% 100%, -46% 206%);
  }
  .biography .member .bio-text .name h2 {
    font-size: 20px;
    color: #EB4136;
  }
  .biography .member .bio-text .name span.company-name {
    font-size: 20px;
    color: #EB4136;
  }
  .biography .photos-slide {
    margin-top: 0;
  }
  .biography .photos-slide img {
    width: 100%;
    height: 150px;
    filter: grayscale(100%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .biography .photos-slide .slick-prev.slick-arrow,
  .biography .photos-slide .slick-next.slick-arrow {
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .biography .member .member-image .inner-img {
    max-width: 100%;
    width: 100%;
  }
  .slide-sec .change-info.main-info .quote span {
    position: absolute;
    top: 55px;
    font-size: 65px;
  }
  .slide-sec .change-info.main-info .quote span.quote-left {
    left: -3px;
  }
  .slide-sec .change-info.main-info .quote span.quote-right {
    right: -3px;
  }
  .slide-sec .change-info.main-info .info-quote-holder {
    margin: 0 !important;
  }
  .slide-sec .change-info.main-info .info-quote-holder .quote {
    margin-top: 20px;
  }
  .slide-sec .change-info.main-info .info-quote-holder .quote span {
    top: 40%;
    font-size: 65px;
  }
  section.hero-project .hero-slider .slick-list.draggable .image-holder .navigation {
    font-size: 16px;
    bottom: -28px;
  }
  section.sustainability {
    height: 70vh;
    padding: 0 20px;
  }
  section.sustainability .background,
  section.sustainability .image {
    height: 100%;
  }
  section.sustainability .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.sustainability > h2 {
    font-size: 32px;
    line-height: 21px;
  }
  section.sustainability .background .top-text {
    padding-right: 20px;
  }
  section.map .map-holder img {
    width: 2080px;
  }
  section.journal .content-container {
    padding-top: 0;
    margin-top: -152px;
  }
  section.redcon-projects {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  section.redcon-projects > h2 {
    font-size: 30px;
  }
  .journal {
    padding: 0 25px;
    margin-bottom: 50px;
  }
  .journal .journal-slider .journal-image .slick-list {
    padding: 0 0 50px !important;
  }
  .journal .journal-slider .journal-image .navigation {
    font-size: 18px;
    bottom: -25px;
    display: none;
  }
  .journal .journal-slider .journal-image .slick-arrow.slick-next {
    width: 25px;
    height: 40px;
    bottom: 40px;
    display: none !important;
  }
  .journal .journal-slider .journal-image .slick-arrow.slick-prev {
    width: 25px;
    height: 40px;
    bottom: 40px;
    display: none !important;
  }
  .journal .slick-track .item img {
    height: 110%;
  }
  .booking .row {
    display: flex;
    flex-direction: column;
  }
  .booking .row .col-6 {
    width: 100% !important;
  }
  .booking .row .col-6.form-col {
    width: 85% !important;
    margin: -50px auto;
    z-index: 2;
    background-color: #fff;
  }
  section.booking {
    padding: 0;
    margin-bottom: 120px;
  }
  .copied-sec {
    padding-left: 0;
  }
  .copied-sec .main-container .row {
    flex-direction: column-reverse;
  }
  .copied-sec .main-container .row .col-6 {
    width: 100% !important;
  }
  .heroSection .content {
    bottom: 0;
  }
  header .menu .book-appointment {
    padding: 10px 8px;
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  .about .nav-tabs {
    top: 445px;
  }
}