/*
    Theme Name: pangea
    Theme URI: #
    Description: pangea
    Author URI: #
    Version: 4.0.4
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Text Domain: pangea
*/

@font-face {
  font-family: 'Gotham Book';
  src: url('assets/fonts/Gotham-Book.woff2') format('woff2'),
    url('assets/fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/Gotham-Light.woff2') format('woff2'),
    url('assets/fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/Gotham-Bold.woff2') format('woff2'),
    url('Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/Gotham-Black.woff2') format('woff2'),
    url('Gotham-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('assets/fonts/Gotham-Medium.woff2') format('woff2'),
    url('Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('assets/fonts/ProximaNova-Light.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('assets/fonts/ProximaNova-Semibold.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Bl';
  src: url('assets/fonts/ProximaNova-Black.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Magnat Head';
  src: url('assets/fonts/Magnat-HeadMedium.woff2') format('woff2'),
    url('assets/fonts/Magnat-HeadMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Magnat Head';
  src: url('assets/fonts/Magnat-HeadLight.woff2') format('woff2'),
    url('assets/fonts/Magnat-HeadLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MADE Bon Voyage';
  src: url('assets/fonts/MADEBonVoyage.woff2') format('woff2'),
    url('assets/fonts/MADEBonVoyage.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agatho';
  src: url('assets/fonts/AgathoBold.woff2') format('woff2'),
    url('assets/fonts/AgathoBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agatho';
  src: url('assets/fonts/AgathoMedium.woff2') format('woff2'),
    url('assets/fonts/AgathoMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agatho';
  src: url('assets/fonts/AgathoRegular.woff2') format('woff2'),
    url('assets/fonts/AgathoRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agatho';
  src: url('assets/fonts/AgathoLight.woff2') format('woff2'),
    url('assets/fonts/AgathoLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


body {
  overflow-x: hidden;
}

* h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Agatho';
}

* {
  box-sizing: border-box;
}

* {
  margin: 0px;
  padding: 0px;
}

p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Proxima Nova Rg';
}

ul {
  margin-bottom: 0px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  font-family: 'Proxima Nova Rg';
  transition: all 0.3s ease-in-out;
  color: #000;
}

a:hover {
  text-decoration: none !important;
}

input,
textarea,
select {
  background: none;
  outline: none;
  font-size: 16px;
  color: #323c3f;
  border: 1px solid;
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  border: 0px none;
}

input[type='submit'] {
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

:focus {
  outline: none;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1231px !important;
  }
}

/*------------------------Header------------------*/
.header {
  background: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  width: 100%;
  display: inline-block;
  padding: 35px 50px;
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

.header_inner .navbar {
  padding: 0px;
  display: flex;
  align-items: center;
}

.sticky {
  padding: 10px 50px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 12%);
}

/*.header-logo-area{
  -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}*/
/*-------Menu bars-----*/
/* Icon 1 */

.animated-icon1 {
  width: 25px;
  height: 16px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: rgba(0, 0, 0, 0.60);
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 7px;
}

.animated-icon1 span:nth-child(3) {
  top: 14px;
}

.animated-icon1.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler {
  border: none;
  padding-right: 0px;
  padding-left: 0px;
}

/*---------------Header------------*/
.header_inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.sticky .header-logo-area {
  max-width: 120px;
}

.sticky .header_inner {
  align-items: center;
}

.header-logo-area {
  max-width: 165px;
}

.right-menu-area {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header-phone-call {
  margin-right: 15px;
}

.header-phone-call a {
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: center;
  color: #2d2d2d;
  font-weight: 500;
  font-family: 'Gotham';
}

.header-phone-call a img {
  margin-right: 10px;
  width: 18px;
}

.header-phone-call a:hover,
.sticky .header-phone-call .for-inside-pages:hover {
  color: #d3a85e;
}

.header-phone-call .for-inside-pages {
  color: #fff;
}

.header-phone-call .for-inside-pages .call-icon-black {
  display: none;
}

.sticky .header-phone-call .for-inside-pages .call-icon-white {
  display: none;
}

.sticky .header-phone-call .for-inside-pages .call-icon-black {
  display: block;
}

.sticky .header-phone-call .for-inside-pages {
  color: #000;
}

.menu-bars-place {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fabb00;
  position: relative;
  cursor: pointer;
}

.menu-bars-place:after {
  content: "";
  background: url(assets/images/after-menu-bg.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.animated-icon1 {
  z-index: 1;
}

.animated-icon1:hover span {
  background: rgba(0, 0, 0, 1);
}

/*------Header Menu-----*/
.menu-bars-inside {
  position: absolute;
  top: 55px;
  right: 55px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  cursor: pointer;
}

.header-inside-images-top,
.header-inside-images-bottom {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.header-inside-images-top.active,
.header-inside-images-bottom.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
}

.hidden-menu {
  display: none;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.hidden-menu-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}

.header-top-images {
  position: absolute;
}

.header-top-images img,
.header-bottom-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-top-1 {
  width: 195px;
  height: 190px;
  left: 0px;
  top: 100px;
}

.header-top-2 {
  width: 150px;
  height: 150px;
  top: 185px;
  left: 25%;
}

.header-top-3 {
  width: 150px;
  height: 90px;
  top: 0px;
  left: 40%;
}

.header-top-4 {
  width: 265px;
  height: 215px;
  right: 16%;
  top: 100px;
}

.header-bottom-images {
  position: absolute;
}

.header-bottom-1 {
  width: 161px;
  height: 221px;
  bottom: 80px;
  left: 0px;
}

.header-bottom-2 {
  width: 172px;
  height: 104px;
  left: 30%;
  bottom: 170px;
}

.header-bottom-3 {
  width: 321px;
  height: 204px;
  right: 0px;
  bottom: 100px;
}

.header-contact-info {
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 65px;
}

.header-contact-info li {
  display: flex;
  align-items: center;
  margin: 0px 25px;
}

.header-contact-info li a {
  color: #000;
  font-size: 18px;
  line-height: normal;
  display: block;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin-left: 10px;
}

.header-contact-info li a:hover {
  color: #c09e50;
}

.menu-items {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.menu-items.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.menu-items .slick-slide {
  margin: 0px 100px;
}

.menu-items-slide {
  width: 100%;
  padding: 0px 50px;
  cursor: grabbing;
  text-align: center;
}

.menu-items-slide span {
  color: #000;
  display: block;
  font-size: 162px;
  line-height: normal;
  font-family: 'Agatho';
  font-weight: 300;
}

.slick-center .menu-items-slide span {
  background: url(assets/images/slide-item-bg.png) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-items-slide a {
  color: #000;
  font-size: 16px;
  line-height: normal;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.menu-items-slide a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -3px;
  left: 0px;
  transition: all 0.3s ease-in-out;
}

.slick-center .menu-items-slide a {
  opacity: 1;
  visibility: visible;
}

.menu-items-slide a:hover {
  color: #c09e50;
}

.menu-items-slide a:hover:after {
  background: #c09e50;
}

/*------------menu wrap area-----------*/
.menu-wrap-area {
  display: none;
}

.menu-wrap-area {
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.menu-images-wrap {
  display: flex;
  flex-direction: column;
  height: 150vh;
  justify-content: center;
  left: 50%;
  opacity: .5;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(22.5deg);
}

@keyframes runner {
  to {
    transform: translateX(-25%)
  }
}

.menu-images-line {
  animation: runner 12s linear infinite;
  display: flex;
  transform: translateX(25%);
}

.menu-line-image {
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  height: 30vh;
  width: 30vh;
  margin: 3vw;
}

.image-line-large {
  border-radius: 20vh;
  width: 100vh;
}

.menu-images-line:nth-child(2) {
  animation-duration: 16s;
}

.menu-images-line:nth-child(3) {
  animation-duration: 22s;
}

.header-menu-inside {
  align-items: center;
  display: flex;
  /*flex-direction: column;*/
  height: 100%;
  justify-content: center;
}

.header-menu-inside li {
  margin: 0px 30px;
}

.header-menu-inside li a {
  color: #000;
  cursor: pointer;
  font-size: 4vw;
  font-family: 'Agatho';
  font-weight: 300;
  line-height: normal;
  position: relative;
  text-align: right;
  will-change: opacity, transform;
  transition: unset;
}

.header-menu-inside li:nth-child(even) a {
  margin-left: 10px;
}

.header-menu-inside li a:hover,
.header-menu-inside li.current-menu-item a {
  background: url(assets/images/slide-item-bg.png) #c09e50 no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%;
  background-size: cover;
}

.menu-white {
  border: 1px solid #fff;
}

.menu-white .animated-icon1 span {
  background: #fff;
}

/*-----Image Hover-----*/

.image-hover {
  position: relative;
  background: #783874;
  overflow: hidden;
}

.image-hover img {
  transform: scale(1.0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.image-hover:before,
.image-hover:after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.image-hover:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}

.image-hover:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.image-hover:hover::before,
.image-hover:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.image-hover:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}

/*-----Image Hover End-----*/


/*--------------Home-------------*/
.home-sections-wrap {
  overflow: hidden;
  max-width: 1920px;
  margin: -70px auto 0px;
  position: relative;
  z-index: 1;
}

.mob-slider {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.button-slider {
  width: 170px !important;
  height: 55px !important;
  line-height: 55px !important;
  text-align: center !important;
  padding: 0px !important;
}

.slide-text-font {
  font-family: 'Proxima Nova Rg' !important;
  font-weight: bold !important;
}

.hm-about-section {
  padding-top: 75px;
  position: relative;
}

.hm-abt-flower {
  position: absolute;
  top: 0px;
  left: 0px;
}

.hm-about-wrap h2 {
  display: block;
  color: #0d0d0d;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Proxima Nova Rg';
  text-transform: uppercase;
  margin-bottom: 75px;
}

.hm-about-wrap h1 {
  font-family: 'Magnat Head';
  color: #0d0d0d;
  font-weight: 300;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 0px;
}

.creativity-area {
  position: relative;
  margin-bottom: 25px;
}

.creativity-area span {
  font-family: 'MADE Bon Voyage';
  display: block;
  font-size: 180px;
  line-height: 170px;
  letter-spacing: -3px;
  background: url(assets/images/creativity-text.png) #af893f no-repeat center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.creativity-area span:nth-of-type(2) {
  text-align: right;
  margin-top: -25px;
}

.text-creativity {
  width: 285px;
  position: absolute;
  bottom: 35px;
  left: 0px;
}

.text-creativity p {
  font-size: 17px;
  line-height: 24px;
  color: #0d0d0d;
  margin-bottom: 0px;
}

.read-more-btn {
  display: inline-block;
  padding: 0px 40px;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  border: 1px solid #95b8a2;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Proxima Nova Lt';
  color: #000;
  text-align: center;
  letter-spacing: 1px;
}

.read-more-btn:hover {
  color: #fff;
  border-color: #d3a85e;
  background-color: #d3a85e;
}

.years-experience-section {
  padding-left: 100px;
  padding-top: 130px;
  position: relative;
}

.years-experience-section:before {
  content: "";
  position: absolute;
  top: -190px;
  right: 25px;
  background: url(assets/images/big-leafs.png) no-repeat;
  width: 937px;
  height: 708px;
  filter: grayscale(100%);
}

.images-passionate {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.images-passionate li:nth-of-type(1) {
  width: 422px;
  position: relative;
  height: 422px;
  z-index: 1;
}

.images-passionate li:nth-of-type(2) {
  width: 48%;
  height: 730px;
  margin-left: -85px;
  margin-right: 40px;
}

.images-passionate li:nth-of-type(3) {
  width: 527px;
  margin-left: auto;
  height: 422px;
}

.images-passionate li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-number-years-wrap {
  max-width: 970px;
  margin-left: 337px;
  z-index: 1;
  position: relative;
}

.text-number-years-inner {
  display: flex;
}

.text-number-years-wrap p {
  font-size: 17px;
  line-height: 24px;
  color: #0d0d0d;
  max-width: 390px;
  margin-bottom: 0px;
  padding-top: 50px;
}

.year-expirence-area h3 {
  color: #000000;
  font-size: 15px;
  line-height: 21px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

.year-expirence-area {
  margin-left: auto;
  margin-top: -60px;
}

.year-expirence-area span {
  background: url(assets/images/number-bg.png) #e7c099 no-repeat center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Agatho';
  font-size: 620px;
  line-height: 11px;
  background-size: cover;
  background-position: 100%;
}

.read-secd-btn {
  font-size: 13px;
  font-weight: bold;
}

.text-number-years-wrap .read-secd-btn {
  margin-top: 70px;
}

.hm-decor-section {
  padding: 120px 0px 220px;
  overflow: hidden;
  position: relative;
}

.hm-decor-flower {
  position: absolute;
  right: 0px;
  top: 60%;
  transform: translateY(-60%);
}

.hm-decor-content {
  max-width: 670px;
  z-index: 1;
}

.decor-subheading {
  display: block;
  font-family: 'Magnat Head';
  font-weight: 300;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 50px;
}

.hm-decor-wrap {
  display: flex;
}

.heading-mad {
  font-size: 126px;
  line-height: 116px;
  margin-bottom: 10px;
  font-family: 'MADE Bon Voyage';
  letter-spacing: -2px;
  text-transform: uppercase;
}

.heading-mad span {
  display: block;
  background: url(assets/images/creativity-text.png) #af893f no-repeat center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-aga {
  font-size: 140px;
  line-height: 92px;
  color: #2d2d2d;
  text-transform: uppercase;
  font-family: 'Agatho';
  font-weight: 300;
  margin-bottom: 40px;
}

.aga-title {
  perspective: 600px;
  -webkit-perspective: 600px;
}

.aga-title-abt {
  perspective: 600px;
  -webkit-perspective: 600px;
}

.aga-title-abt.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: .4s;
}

.aga-title-abt {
  opacity: 0;
  transform: translateY(100%) rotateX(-80deg);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
}

.aga-title span {
  opacity: 0;
  transform: translateY(100%) rotateX(-80deg);
  transform-origin: center top;
  transform-style: preserve-3d;
  transition: opacity .8s cubic-bezier(.215, .61, .355, 1), transform .8s cubic-bezier(.215, .61, .355, 1);
}

.animated.aga-title span {
  opacity: 1;
  transform: none;
  transition-delay: .4s;
}

.animated.aga-title span:first-child {
  transition-delay: .4s;
}

.animated.aga-title span:nth-child(2) {
  transition-delay: .5s;
}

.animated.aga-title span:nth-child(3) {
  transition-delay: .6s;
}

.animated.aga-title span:nth-child(4) {
  transition-delay: .7s;
}

.heading-aga span {
  display: block;
  margin-bottom: 25px;
}

.heading-aga span:last-child {
  margin-bottom: 0px;
}

.hm-decor-content p {
  font-family: 'Magnat Head';
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 50px;
}

.hm-decor-image {
  margin-left: auto;
  position: relative;
}

.hm-decor-image:before {
  content: "";
  position: absolute;
  top: -60px;
  left: -120px;
  background: url(assets/images/image-glow-top.png) no-repeat;
  width: 863px;
  height: 767px;
}

.hm-decor-image:after {
  content: "";
  position: absolute;
  bottom: -340px;
  left: -340px;
  background: url(assets/images/glow-bottom.png) no-repeat;
  width: 946px;
  height: 787px;
}

.hm-action-section .heading-aga {
  margin-bottom: 90px;
}

.actions-listing-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 85px;
  max-width: 1600px;
  margin: 0px auto 85px;
}

.padding-lft-rgt {
  padding: 0px 100px;
}

.action-list-image {
  width: 100%;
  height: 740px;
  border-radius: 25px;
  overflow: hidden;
}

.action-list-image a {
  position: relative;
  z-index: 1;
}

.action-list-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.action-name-box {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding: 5px 0px;
}

.action-name-box h4 {
  margin-bottom: 0px;
}

.action-name-box h4 a {
  display: block;
  color: #000000;
  font-size: 21px;
  line-height: 30px;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}

.action-name-box h4 a:hover {
  color: #d3a85e;
}

.action-name-box span {
  font-size: 21px;
  line-height: 30px;
  font-family: 'Proxima Nova Rg';
  color: #969696;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}

.action-name-box span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #969696;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.action-list-box {
  width: 62%;
}

.action-list-box:last-child {
  margin-left: auto;
  margin-right: 0px;
  width: 40%;
}

.action-list-box:last-child .action-list-image {
  height: 490px;
  border-radius: 15px;
}

.action-list-box {
  margin-right: 7%;
}

.we-love-text {
  overflow: hidden;
}

.we-love-text h3 {
  margin-bottom: 0px;
  font-size: 228px;
  line-height: 190px;
  color: rgba(217, 217, 217, 0.50);
  font-family: 'Agatho';
  font-weight: 300;
  text-transform: uppercase;
  margin-left: -40px;
}

.actions-listing-wrap-2nd {
  margin-top: -300px;
  margin-bottom: 145px;
}

.actions-listing-wrap-2nd .action-list-box:nth-of-type(1) {
  width: 32%;
}

.actions-listing-wrap-2nd .action-list-box:nth-of-type(1) .action-list-image {
  height: 445px;
  border-radius: 15px;
}

.actions-listing-wrap-2nd .action-list-box:nth-of-type(2) {
  width: 67%;
}

.actions-listing-wrap-2nd .action-list-box:nth-of-type(2) .action-list-image {
  height: 915px;
  border-radius: 25px;
}

.more-projects-btn {
  display: block;
  margin: auto;
  background: #000;
  border: 1px solid transparent;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  width: 355px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}

.more-projects-btn:hover {
  background: #d3a85e;
  color: #fff;
  border-color: #d3a85e;
}

.team-section {
  padding-top: 240px;
  padding-bottom: 170px;
}

.team-section h3 {
  margin-bottom: 0px;
  font-size: 170px;
  line-height: 180px;
  color: rgba(217, 217, 217, 1);
  font-family: 'Agatho';
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

.team-image-area {
  width: 100%;
  margin-top: -205px;
  text-align: center;
}

.black-bg-wrap {
  background: #fff;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.black-bg-wrap.animated {
  background-color: #000305;
  transition-delay: .9s;
}

.hm-services-wrap {
  background: #fff;
  height: 948px;
  display: flex;
  align-items: center;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.hm-services-wrap.animated {
  background: url(assets/images/service-slide-bg.png) no-repeat center;
}

.service-slide-area {
  display: flex;
  justify-content: center;
}

.service-slide-content span {
  color: #bf9c44;
  font-size: 18px;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}

.service-slide-content h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 180px;
  font-family: 'MADE Bon Voyage';
  position: relative;
  margin-bottom: 0px;
}

.service-slide-content h3:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  color: #000;
  -webkit-clip-path: inset(0% 55% 0% 23%);
  clip-path: inset(0% 55% 0% 23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.slick-prev,
.slick-next {
  background: transparent !important;
  border-radius: 50%;
  width: 70px !important;
  height: 70px !important;
  border: 1px solid #fff !important;
  z-index: 1;
}

.slick-next {
  right: -80px !important;
}

.slick-prev {
  left: -80px !important;
}

.slick-next:before,
.slick-prev:before {
  content: "" !important;
  font-family: unset !important;
  color: transparent !important;
  font-size: unset;
  position: absolute;
  width: 8px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1 !important;
}

.slick-prev:focus,
.slick-next:focus,
.slick-prev:focus-visible,
.slick-next:focus-visible {
  background: #fff !important;
}

.slick-next:before {
  background: url(assets/images/arrow-right.png) no-repeat center;
}

.slick-prev:before {
  background: url(assets/images/arrow-left.png) no-repeat center;
}

.slick-next:focus:before,
.slick-next:focus-visible:before {
  background: url(assets/images/arrow-right-blk.png) no-repeat center;
}

.slick-prev:focus:before,
.slick-prev:focus-visible:before {
  background: url(assets/images/arrow-left-blk.png) no-repeat center;
}

.service-slider {
  margin-top: 40px;
}

.service-slider .slick-arrow {
  top: unset !important;
  bottom: -100px !important;
}

.clients-slider-wrap {
  padding-top: 190px;
  padding-bottom: 190px;
}

.client-slide-area {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 20px;
}

.client-slider {
  margin: 0px -12px;
}

.client-slider .slick-slide {
  margin: 0px 12px;
}

.clients-slider-wrap h3 {
  color: #deb24b;
  font-size: 66px;
  line-height: 55px;
  font-family: 'MADE Bon Voyage';
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -1px;
}

.clients-slider-wrap .read-more-btn {
  margin: 55px auto 0px;
  color: #fff;
  display: block;
  width: 190px;
  border-color: rgba(166, 139, 100, 0.80);
}

.clients-slider-wrap .read-more-btn:hover {
  background-color: #fff;
  color: #000;
}

.lets-make-area span {
  font-size: 178px;
  font-family: 'MADE Bon Voyage';
  letter-spacing: -1px;
  line-height: 150px;
}

.heading-1 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.45) 16%, #323232 45%, #323232 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-2 {
  background: linear-gradient(to bottom, #ece4bf 30%, #cdb67a 50%, #a9834d 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.heading-3 {
  background: url(assets/images/heading-2.png) #5c4a2a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  background-position: center bottom;
  text-align: center;
  display: block;
}

span.heading-4 {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.45) 30%, #323232 45%, #323232 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  text-align: right;
  line-height: 250px;
  margin-top: -40px;
}

.subsribe-newsletter h4 {
  font-size: 18px;
  color: #fff;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.lets-make-area {
  position: relative;
}

.subsribe-newsletter {
  position: absolute;
  top: 160px;
  right: 0px;
}

.newsletter-fields {
  display: flex;
  width: 700px;
}

.newsletter-fields input[type="text"],
.newsletter-fields input[type="email"] {
  height: 70px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  font-size: 14px;
  color: #bebebe;
  padding: 0px 25px;
  width: 80%;
}

.newsletter-fields input::placeholder {
  color: #bebebe;
}

.newsletter-fields input[type="submit"] {
  background: url(assets/images/news-submit-bg.png) #bc8d50 no-repeat;
  width: 30%;
  height: 70px;
  color: #fff;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-size: 16px;
  border: 0px;
  border-radius: 50px;
  background-size: cover;
  background-position: bottom;
  margin-left: -59px;
  transition: all 0.3s ease-in-out;
}

.newsletter-fields input[type="submit"]:hover {
  color: #000;
  background: #fff;
}

.hm-contact-info {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 100px;
  left: 0px;
  margin: 0px;
}

.hm-contact-info li {
  display: flex;
  align-items: center;
  margin-right: 70px;
}

.hm-contact-info li:last-child {
  margin-right: 0px;
}

.hm-contact-info li a {
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-left: 15px;
}

.hm-contact-info li a:hover {
  color: #c09e50;
}

.social-withus-wrap {
  padding-top: 250px;
}

.social-withus-inner {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.social-heading h3 {
  font-size: 45px;
  line-height: 40px;
  font-family: 'Magnat Head';
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.social-heading p {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0px;
  font-family: 'Proxima Nova Rg';
}

.social-media {
  display: flex;
  margin-bottom: 0px;
  list-style: none;
  margin-left: auto;
}

.social-media li {
  margin-left: 15px;
}

.social-media li a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.social-media li a:hover {
  color: #fff;
  background: #c09e50;
  border-color: #c09e50;
}

.socail-slide-box {
  width: 100%;
  height: 391px;
}

.socail-slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subscribe-newsletter-wrap {
  background: url(assets/images/subsribe-bg.jpg) no-repeat;
  background-size: cover;
  padding: 85px 0px;
  overflow: hidden;
}

.subscribe-newsletter-inner {
  display: flex;
  align-items: center;
}

.subscribe-newsletter-heading h3 {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: normal;
  font-family: 'Agatho';
  text-transform: uppercase;
}

.subscribe-newsletter-heading p {
  color: #000;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0px;
  font-family: 'Proxima Nova Rg';
}

.newsletter-fields-two {
  width: 590px;
  margin-left: auto;
}

.home .newsletter-fields-two {
  border-radius: 50px;
  background: #fff;
  padding: 4px;
}

.home .subscribe-newsletter-wrap {
  padding: 100px 0px 150px;
}

.newsletter-fields-two input[type="text"],
.newsletter-fields-two input[type="email"] {
  color: #000;
  background: #fff;
  border-color: #fff;
  font-weight: normal;
  font-family: 'Proxima Nova Rg';
  height: 60px;
}

.newsletter-fields-two input::placeholder {
  color: #000;
}

.newsletter-fields-two input[type="submit"] {
  background: #000;
  text-transform: uppercase;
  height: 60px;
}

.newsletter-fields-two input[type="submit"]:hover {
  color: #000;
  background: url(assets/images/news-submit-bg.png) #bc8d50 no-repeat;
}

.home .newsletter-fields-two input[type="submit"] {
  margin-left: auto;
}

/*--------------------Footer--------------------*/
.footer {
  background: #000;
  padding: 120px 0px 0px;
  display: inline-block;
  width: 100%;
}

.footer-inner {
  display: flex;
}

.footer-left-side {
  display: flex;
}

.footer-menu {
  margin: 0px;
  margin-right: 65px;
}

.footer-menu li {
  margin-bottom: 15px;
}

.footer-menu li:last-child {
  margin-bottom: 0px;
}

.footer-menu li a {
  font-family: 'Proxima Nova Lt';
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  display: block;
  line-height: 26px;
}

.highlight-menu {
  margin-bottom: 0px;
}

.highlight-menu li {
  margin-bottom: 20px;
}

.highlight-menu li:last-child {
  margin-bottom: 0px;
}

.highlight-menu li a {
  color: #fff;
  font-size: 35px;
  font-family: 'Agatho';
  font-weight: 300;
  display: block;
  line-height: 26px;
}

.highlight-menu li a:hover,
.footer-menu li a:hover {
  color: #c09e50;
}

.footer-right-side {
  margin-left: auto;
  display: flex;
}

.footer-right-side a {
  color: #fff;
  font-size: 30px;
  line-height: 24px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  position: relative;
  display: block;
  margin-left: 20px;
  padding-left: 20px;
  height: 40px;
}

.footer-right-side a:hover {
  color: #c09e50;
}

.footer-right-side a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #f9b300;
  border-radius: 50%;
}

.footer-right-side a:first-child {
  padding-left: 0px;
  margin-left: 0px;
}

.footer-right-side a:first-child:before {
  content: none;
}

.copy-right-area {
  margin-top: 85px;
  padding: 20px 0px;
  display: flex;
  align-items: center;
}

.copy-right-area p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}

.copy-right-area ul {
  margin-bottom: 0px;
  margin-left: auto;
  display: flex;
}

.copy-right-area ul li {
  margin-left: 30px;
}

.copy-right-area ul li a {
  display: block;
  line-height: normal;
  font-size: 14px;
  font-family: 'Proxima Nova Rg';
  text-decoration: underline;
  color: #fff;
}

.copy-right-area ul li a:hover {
  color: #c09e50;
  text-decoration: underline !important;
}

/*-----------------About us-------------*/
.about-sections-wrap {
  overflow: hidden;
}

.about-banner-section {
  width: 100%;
  height: 1110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-banner-heading {
  transform: translateY(190px);
}

.about-banner-heading h1 {
  font-size: 111px;
  color: #fff;
  line-height: 98px;
  font-family: 'Agatho';
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  /*max-width: 80%;*/
  max-width: 60%;
  margin: auto;
}

.about-banner-heading h1:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  -webkit-clip-path: inset(50% 26% 0% 30%);
  clip-path: inset(50% 26% 0% 30%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 65%, rgba(0, 0, 0, 0.50) 100%, rgba(0, 0, 0, 0.50) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.abt-culture-section {
  padding-top: 180px;
  padding-bottom: 150px;
  margin-top: -330px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.82) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%) no-repeat;
  position: relative;
}

.abt-culture-section:before {
  content: "";
  background: url(assets/images/habit-before.png) no-repeat;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 505px;
  height: 668px;
}

.abt-culture-section:after {
  content: "";
  background: url(assets/images/habit-after.png) no-repeat;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 416px;
  height: 668px;
}

.abt-culture-wrap h2 {
  text-transform: uppercase;
  color: #c8c8c8;
  font-size: 86px;
  line-height: 75px;
  font-family: 'Agatho';
  font-weight: 300;
  text-align: center;
  max-width: 80%;
  margin: 0px auto 50px;
  background: url(assets/images/culture-heading-bg.png) #af893f no-repeat center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.abt-culture-wrap p {
  text-align: center;
  max-width: 770px;
  margin: auto;
  font-size: 17px;
  margin-bottom: 30px;
}

.abt-culture-wrap p:last-child {
  margin-bottom: 0px;
}

.abt-team-section {
  padding-top: 0px;
  padding-bottom: 120px;
}

.abt-we-rock-wrap h3 {
  text-transform: uppercase;
  color: #c8c8c8;
  font-size: 86px;
  line-height: 75px;
  font-family: 'Agatho';
  font-weight: 300;
}

.abt-we-rock-wrap p {
  font-size: 17px;
  margin-bottom: 35px;
}

.we-rock-image {
  display: flex;
  margin-left: auto;
  width: 82%;
  max-width: 1560px;
  height: 620px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.we-rock-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-count-on-section {
  padding: 160px 0px 145px;
}

.count-on-wrap h4 {
  color: #000;
  font-size: 60px;
  font-family: 'Agatho';
  font-weight: 300;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 20px;
}

.count-on-list {
  width: 100%;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}

.count-on-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  height: 240px;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  width: 32%;
  margin-left: 2%;
}

.count-on-list li:nth-child(3n+1) {
  margin-left: 0px;
}

.count-on-list li img {
  min-height: 132px;
}

.count-on-list li span {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  display: block;
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  margin-top: 15px;
}

/*-------------Careers----------*/
.sections-wrap {
  overflow: hidden;
}

.career-banner-section {
  height: 1011px;
  position: relative;
  width: 100%;
}

.career-banner-section:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(assets/images/career-banner-top.png) no-repeat;
  width: 1147px;
  height: 1041px;
}

.career-banner-heading h1 {
  font-size: 112px;
  line-height: 98px;
  color: #fff;
  font-family: 'Agatho';
  font-weight: 300;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-shadow: 14px 16px 150px rgba(0, 0, 0, 1);
}

.career-banner-heading {
  transform: translateY(340px);
}

.career-interest-section h2 {
  font-size: 72px;
  line-height: 72px;
  color: #000;
  font-family: 'Agatho';
  font-weight: 500;
  margin-bottom: 70px;
}

.career-interest-section {
  padding: 180px 0px 120px;
  margin-top: -450px;
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(254, 254, 254, 0.01) 0%, rgba(254, 254, 254, 1) 16%, rgba(254, 254, 254, 1) 50%, rgba(254, 254, 254, 1) 100%) no-repeat;
}

.careers-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  row-gap: 25px;
}

.careers-listing li {
  margin: 0px 15px;
  width: calc(100% / 3 - 30px);
  height: 242px;
  border: 1px solid #ededed;
  border-radius: 15px;
  padding: 25px 45px;
}

.careers-listing li span {
  display: block;
  color: #b3b3b3;
  font-size: 12px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  line-height: normal;
  margin-bottom: 35px;
}

.careers-listing li p {
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #dc9c3d;
  margin-bottom: 0px;
}

.careers-listing li h4 {
  margin-bottom: 50px;
  min-height: 48px;
}

.careers-listing li h4 a {
  display: block;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.careers-listing li p:nth-of-type(1) {
  margin-bottom: 5px;
}

.careers-listing li h4 a:hover {
  color: #c09e50;
}

.page-template-career .subscribe-newsletter-wrap {
  background: #4e4e4e;
}

.page-template-career .subscribe-newsletter-heading h3,
.page-template-career .subscribe-newsletter-heading p {
  color: #fff;
}

.page-template-career .subscribe-newsletter-heading h3 {
  font-size: 48px;
  text-transform: unset;
  line-height: normal;
}

.page-template-career .newsletter-fields-two input[type="submit"] {
  background: url(assets/images/news-submit-bg.png) #bc8d50 no-repeat;
  background-position: bottom;
  margin-left: auto;
}

.page-template-career .newsletter-fields-two {
  border-radius: 50px;
  background: #fff;
  padding: 2px;
}

/*--------------------Career Detail--------------*/
.career-detail-banner-section {
  height: 340px;
  display: flex;
  align-items: flex-end;
}

.career-detail-banner-heading h1 {
  color: #fff;
  line-height: 75px;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 80px;
}

.career-detail-wrap {
  padding: 110px 0px;
}

.career-dtl-location {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.career-dtl-location span {
  display: block;
  font-size: 16px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  line-height: 16px;
  color: #111439;
  border-right: 1px solid #111439;
  text-transform: uppercase;
  padding-right: 25px;
  margin-right: 25px;
}

.career-dtl-location span:last-child {
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0px;
}

.career-summary-detail {
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.career-summary-detail h2 {
  font-size: 36px;
  line-height: normal;
  color: #111439;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin-bottom: 20px;
}

.career-summary-detail p {
  font-size: 16px;
  line-height: 18px;
  color: #111439;
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  margin-bottom: 20px;
}

.career-summary-detail p:last-child {
  margin-bottom: 0px;
}

.skills-apply-wrap {
  display: flex;
  padding-top: 75px;
  width: 100%;
}

.skills-apply-wrap h3 {
  font-size: 36px;
  line-height: normal;
  color: #111439;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin-bottom: 40px;
}

.career-skills-area {
  width: 43%;
}

.skills-listing {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 65px;
  padding-left: 20px;
  margin-bottom: 65px;
}

.skills-listing li {
  width: 100%;
  list-style-type: disc;
  color: #111439;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

.skills-listing li:last-child {
  margin-bottom: 0px;
}

.experience-listing {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 20px;
}

.experience-listing li {
  width: 100%;
  list-style-type: disc;
  margin-bottom: 35px;
}

.experience-listing li:last-child {
  margin-bottom: 0px;
}

.experience-listing li span {
  display: block;
  color: #111439;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
}

.experience-listing li p {
  color: #111439;
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
}

.experience-listing li p:last-child {
  margin-bottom: 0px;
}

.career-apply-area {
  width: 50%;
  margin-left: auto;
}

.apply-form-wrap {
  width: 100%;
}

.apply-field-wrap {
  width: 100%;
}

.apply-field-wrap {
  margin-bottom: 20px;
}

.apply-field-wrap input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px 25px;
  font-size: 13px;
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  color: #000;
}

.apply-field-wrap input::placeholder {
  color: #000;
}

.apply-field-wrap .custom-file {
  height: 50px;
}

.apply-field-wrap .custom-file-label {
  margin: 0px;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  padding-left: 25px;
  border-radius: 50px;
  font-size: 13px;
  font-family: 'Proxima Nova Rg';
  color: #000;
}

.apply-field-wrap .custom-file-label::after {
  width: 110px;
  height: 40px;
  background: #000000;
  color: #fff;
  font-size: 13px;
  font-family: 'Proxima Nova Rg';
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  top: 50%;
  right: 5px;
  padding: 0px;
  transform: translateY(-50%);
}

.apply-field-wrap .custom-file-input:focus~.custom-file-label {
  outline: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.15);
}

input[type="submit"].apply-submit {
  background: url(assets/images/news-submit-bg.png) #bc8d50 no-repeat;
  width: 190px;
  height: 60px;
  color: #fff;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-size: 15px;
  border: 0px;
  border-radius: 50px;
  background-size: cover;
  background-position: bottom;
  text-transform: uppercase;
}

input[type="submit"].apply-submit:hover {
  color: #000;
}

/*---career-detail----*/
.page-template-career-detail .subscribe-newsletter-wrap {
  background: #4e4e4e;
}

.page-template-career-detail .subscribe-newsletter-heading h3 {
  font-size: 48px;
  text-transform: unset;
  color: #fff;
  line-height: normal;
}

.page-template-career-detail .subscribe-newsletter-heading p {
  color: #fff;
}

.page-template-career-detail .newsletter-fields-two {
  border-radius: 50px;
  background: #fff;
  padding: 2px;
}

.page-template-career-detail .newsletter-fields-two input[type="submit"] {
  background: url(assets/images/news-submit-bg.png) #bc8d50 no-repeat;
  background-position: bottom;
  margin-left: auto;
}

/*-----------Partner with us--------------*/
.partner-banner-section {
  width: 100%;
  height: 900px;
  display: flex;
  align-items: center;
}

.partner-banner-heading h1 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 128px;
  margin-left: 230px;
  margin-top: -25px;
  position: relative;
  text-shadow: 14px 16px 150px rgb(0 0 0);
}

.partner-banner-heading h1 img {
  position: absolute;
  top: -180px;
  left: -170px;
}

.partner-contact-section {
  background: #f1f1f1;
  padding: 20px 0px 140px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.partner-contact-wrap {
  display: flex;
}

.partner-contact-area {
  width: 50%;
}

.partner-contact-wrap h2 {
  color: #000;
  font-size: 48px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 50px;
}

.apply-form-wrap {
  width: 100%;
}

.apply-field-wrap textarea {
  width: 100%;
  height: 155px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 25px;
  font-size: 13px;
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
}

.partner-form-wrap .apply-field-wrap input,
.partner-form-wrap .apply-field-wrap input::placeholder,
.partner-form-wrap .apply-field-wrap textarea::placeholder {
  color: #b5b5b5;
}

.partner-form-wrap input[type="submit"].apply-submit {
  background-position: 100%;
}

.parther-reach-area {
  width: 40%;
  margin-left: auto;
}

.partner-contact-detail {
  width: 100%;
  margin-bottom: 0px;
}

.partner-contact-detail li {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 0px;
}

.partner-contact-detail li:first-child {
  padding-top: 0px;
}

.partner-contact-detail li p {
  color: #040404;
  font-size: 14px;
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0px;
  width: 100%;
  margin-top: 10px;
}

.partner-contact-detail li p a {
  color: #040404;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}

.partner-contact-detail li p a:hover {
  color: #c09e50;
}

.partner-socail-media {
  display: flex;
  margin-bottom: 0px;
  margin-top: 65px;
}

.partner-socail-media li {
  margin-right: 15px;
}

.partner-socail-media li:last-child {
  margin-right: 0px;
}

.partner-socail-media li a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #000;
}

.partner-socail-media li a:hover {
  border-color: #c09e50;
  color: #c09e50;
}

/*-----------------Projects---------------*/
.project-bg-section {
  width: 100%;
  background: url(assets/images/bg-project.png) #0e0c0d no-repeat;
  background-size: 100% auto;
  padding-top: 325px;
  padding-bottom: 215px;
  position: relative;
}

.project-bg-section:after {
  content: none;
  background: url(assets/images/projects-bg-after.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 240px;
  bottom: 140px;
  background-size: 100% auto;
}

.project-banner-heading h1 {
  color: #fff;
  font-size: 300px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -8px;
  line-height: normal;
  margin-bottom: 0px;
}

.projects-type-btns {
  display: flex;
  flex-wrap: wrap;
  max-width: 465px;
  margin-top: -10px;
}

.projects-type-btns button {
  display: block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  min-width: 125px;
  text-align: center;
  padding: 10px 25px;
  margin-right: 8px;
  margin-top: 7px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
}

.projects-type-btns button:focus {
  outline: none;
}

.projects-type-btns button:hover,
.projects-type-btns button.active {
  color: #c09e50;
  border-color: #c09e50;
}

.projects-type-btns button:last-child {
  margin-right: 0px;
}

.projects-listing-wrap {
  max-width: 1400px;
  margin: auto;
  display: flex;
  padding-top: 350px;
}

.left-project-listing-wrap {
  width: 100%;
}

.right-project-listing-wrap {
  width: 49%;
  margin-left: 2%;
  padding-top: 210px;
}

.project-listing li {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}

/*.project-listing li {
  display: none;
}*/

.project-listing{
  width:100%;
  margin-bottom:0px;
  column-count: 2;
}

.project-listing li{
  margin-bottom:30px;
}
.project-listing li:first-child{
  margin-top: -200px;
}

.project-listing li:last-child {
  margin-bottom: 0px;
}
.tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeup 0.5s ease 1 forwards;
}
.tab-content.active {
    display: block;
    opacity: 1;
}
.project-list-image {
  width: 100%;
  height: 750px;
  overflow: hidden;
  border-radius: 25px;
}

.project-list-image a {
  position: relative;
  z-index: 1;
}

.project-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loadmore-btn {
  display: block;
  width: 300px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 290px auto 0px;
  position: relative;
  z-index: 1;
}

.loadmore-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  border: 1px solid #fff;
  right: 40px;
}

.loadmore-btn:hover {
  color: #c09e50;
  border-color: #c09e50;
}

.loadmore-btn:hover:after {
  border-color: #c09e50;
}

/*---------Corporate Events----------*/
.corporate-bg-section {
  background: url(assets/images/corporate-event-bg.png) #fafafa no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding-top: 300px;
  padding-bottom: 190px;
}

.corporate-banner-heading {
  position: relative;
}

.corporate-banner-heading img {
  position: absolute;
  bottom: 0px;
  left: 142px;
  z-index: 1;
}

.corporate-banner-heading h1 {
  font-weight: 300;
  font-size: 242px;
  line-height: 200px;
  color: #dadada;
  text-transform: uppercase;
  letter-spacing: -6px;
  position: relative;
  margin-bottom: 30px;
}

.corporate-banner-heading h1:before {
  content: "";
  background: #fafafa;
  position: absolute;
  bottom: -10px;
  left: 150px;
  width: 320px;
  height: 200px;
  z-index: 1;
}

.corporate-banner-heading h1:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  -webkit-clip-path: inset(50% 58% 0% 9%);
  clip-path: inset(50% 58% 0% 9%);
  background-image: linear-gradient(to bottom, rgba(218, 218, 218, 0.80) 65%, rgba(169, 166, 166, 0.80) 100%, rgba(169, 166, 166, 0.80) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.corporate-banner-heading img.balloon-1 {
  bottom: -254px;
}

.corporate-banner-heading img.balloon-2 {
  bottom: -225px;
  left: 315px;
}

.corporate-banner-content {
  position: relative;
  z-index: 1;
}

.corporate-banner-content p {
  font-size: 21px;
  line-height: 30px;
  color: #000;
  margin-bottom: 0px;
}

.events-listing-wrap {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  display: flex;
  padding-top: 165px;
  position: relative;
  z-index: 1;
}

.left-event-listing {
  width: 48%;
}

.right-event-listing {
  width: 48%;
  margin-left: 4%;
}

.air-balloon {
  margin-top: -160px;
  margin-bottom: 150px;
  text-align: right;
  padding-right: 60px;
}

.events-type-listing {
  width: 100%;
  margin-bottom: 0px;
  display: inline-block;
  float: left;
}

.events-type-listing li {
  display: inline-block;
  width: 100%;
  margin-bottom: 45px;
  float: left;
}

.events-type-listing li:last-child {
  margin-bottom: 0px;
}

.event-type-image {
  width: 100%;
  height: 700px;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}

.event-type-image a {
  position: relative;
  z-index: 1;
}

.event-type-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-type-image h4 {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0px 20px;
  margin-bottom: 0px;
}

.event-type-image h4 a {
  color: #fff;
  line-height: normal;
  display: block;
  font-family: 'Agatho';
  font-weight: normal;
  font-size: 48px;
  text-transform: uppercase;
}

.event-type-image h4 a:hover {
  color: #c09e50;
}

.exciting-plans-wrap {
  background: #000;
  padding: 30px 0px 130px;
  width: 100%;
  margin-top: -2px;
  position: relative;
}

.exciting-plans-area {
  position: relative;
}

.exciting-plans-area .hm-contact-info {
  top: 210px;
  right: 0px;
  left: unset;
  bottom: unset;
}

.exciting-plans-area span {
  color: #323232;
  display: block;
  font-size: 160px;
  line-height: 146px;
  font-family: 'MADE Bon Voyage';
  letter-spacing: -5px;
}

.exciting-plans-area span:nth-of-type(1),
.exciting-plans-area span:nth-of-type(4) {
  text-align: right;
}

.exciting-plans-area span:nth-of-type(2) {
  background: linear-gradient(to bottom, #ece4bf 0%, #c9b172 15%, #c3a464 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.exciting-plans-area span:nth-of-type(3) {
  padding-left: 135px;
}

.exciting-plans-area span:nth-of-type(4) {
  line-height: normal;
  margin-top: -50px;
}

/*-----------Event Detail Banner------------*/
.event-detail-banner {
  height: 865px;
}

.event-detail-banner-heading {
  max-width: 650px;
  transform: translateY(290px);
}

.event-detail-banner-heading h1 {
  color: #fff;
  font-size: 90px;
  line-height: 70px;
  font-family: 'Agatho';
  font-weight: 300;
  margin-bottom: 20px;
}

.event-detail-banner-heading p {
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 0px;
}

.event-detail-wrap {
  width: 100%;
  display: inline-block;
  background: #000;
  padding-top: 30px;
  margin-top: -100px;
  padding-bottom: 130px;
}

.event-detail-listing-content {
  padding-bottom: 165px;
}

.event-detail-listing-content h2 {
  font-size: 66px;
  line-height: 55px;
  color: #aa8e51;
  font-family: 'MADE Bon Voyage';
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.event-list-types {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  row-gap: 25px;
}

.event-list-types li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  width: 32%;
  height: 240px;
  margin-left: 2%;
}

.event-list-types li:nth-child(3n+1) {
  margin-left: 0px;
}

.event-list-types li span {
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  display: block;
}

.event-list-type-image {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.event-detail-planning {
  padding-bottom: 50px;
  position: relative;
}

.event-detail-planning h3 {
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.event-detail-planning p {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0px;
}

.event-detail-slider-wrap {
  padding-bottom: 110px;
}

.event-detail-slider-wrap .swiper-container-horizontal>.swiper-scrollbar {
  left: 0px !important;
  bottom: -85px !important;
  background: #6c6c6c;
  width: 500px !important;
  height: 2px;
}

.event-detail-slider-wrap .swiper-scrollbar .swiper-scrollbar-drag {
  background: url(assets/images/drager-bg.png) no-repeat;
  border-radius: 0px;
  height: 6px;
  top: -2px;
}

.services-slider {
  position: relative;
  max-width: 1560px;
  margin-left: auto;
}

.services-slide-content h4 {
  margin-bottom: 0px;
}

.services-slide-content h4 a {
  display: block;
  color: #fff;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-size: 30px;
  line-height: normal;
}

.services-slide-content h4 a:hover {
  color: #c09e50;
}

.services-slide-img {
  margin-bottom: 30px;
  overflow: hidden;
  height: 520px;
  border-radius: 30px;
  border-top-right-radius: 100px;
}

.services-slide-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.services-slider .swiper-slide {
  max-width: 785px !important;
}

.services-slider .swiper-button-prev {
  left: unset;
  right: 414px;
  top: unset;
  background-image: url(assets/images/s-left-arrow.png);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.services-slider .swiper-button-prev.swiper-button-disabled,
.services-slider .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.services-slider .swiper-button-next {
  top: unset;
  background-image: url(assets/images/s-right-arrow.png);
  right: 355px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.services-slider .swiper-button-prev,
.services-slider .swiper-button-next {
  background-size: unset;
  width: 60px;
  height: 50px;
  color: #fff;
  border: 1px solid #fff;
  bottom: -110px;
}

.services-slide-inner {
  position: relative;
}

.services-slide-inner:after {
  content: attr(data-text);
  color: rgba(255, 255, 255, 0.10);
  font-size: 193px;
  line-height: 158px;
  font-family: 'MADE Bon Voyage';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  z-index: 1;
}

.number-slider {
  color: rgba(255, 255, 255, 0.10);
  font-size: 193px;
  line-height: 158px;
  font-family: 'MADE Bon Voyage';
  position: absolute;
  top: 180px;
  left: -60px;
  z-index: 1;
}

.simple-image-plans {
  width: 690px;
  height: 85px;
  background: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  position: absolute;
  top: 207px;
  right: 0px;
}

.simple-image-plans img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 65%;
}

.audiance-image-plans {
  width: 425px;
  height: 82px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  position: absolute;
  top: 485px;
  left: 0px;
}

.audiance-image-plans img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}

.detail-get-in-touch {
  text-align: right;
  margin-top: -25px;
  display: inline-block;
  width: 100%;
}

.detail-get-in-touch p {
  color: #fff;
  font-size: 21px;
  line-height: normal;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin-bottom: 35px;
}

.detail-get-in-touch a {
  display: block;
  width: 275px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  background: url(assets/images/btn-bg.jpg) #bc8d50 no-repeat;
  background-position: 100% 80%;
  float: right;
}

.detail-get-in-touch a:hover {
  color: #000;
}

.detail-plans-wrap {
  padding-bottom: 150px;
}

/*-----------Project detail page-----------*/
.project-detail-banner {
  width: 100%;
  height: 1029px;
  position: relative;
}

.project-detail-banner:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 17%, rgba(0, 0, 0, 0.30) 40%, rgba(0, 0, 0, 0.10) 100%) no-repeat;
}

.project-detail-banner-heading {
  transform: translateY(345px);
}

.project-detail-banner-heading h1 {
  text-align: center;
  color: #fff;
  font-size: 95px;
  line-height: 80px;
  font-weight: 300;
  text-shadow: 14px 16px 250px rgba(0, 0, 0, 0.36);
  margin-bottom: 0px;
}

.project-detail-overview {
  padding: 130px 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%) no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -280px;
}

.project-detail-overview-wrap {
  display: flex;
}

.project-detail-overview-wrap h2 {
  color: #fff;
  font-size: 85px;
  line-height: 75px;
  margin-bottom: 0px;
}

.project-detail-overview-wrap p {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin-bottom: 0px;
  max-width: 560px;
  margin-left: auto;
}

.detail-slider-wrap {
  background: #000;
  padding: 0px 50px;
  margin-top: -2px;
}

.gallery-image-slide {
  width: 100%;
  height: 715px;
}

.gallery-image-slide img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.gallery-nav-slide {
  width: 145px;
  height: 105px;
  cursor: pointer;
  position: relative;
}

.gallery-nav-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-nav-slider,
.gallery-image-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.gallery-nav-slider.slick-initialized,
.gallery-image-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.gallery-nav-slider {
  max-width: 768px;
  background: #000;
  margin: -121px auto 0px;
  padding: 8px;
}

.gallery-nav-slider .slick-slide {
  margin: 0px 4px;
}

.gallery-nav-slider .slick-current .gallery-nav-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.30);
  position: absolute;
  top: 0px;
  left: 0px;
}

.testimonial-more-events {
  background: #000;
  padding-top: 165px;
}

.testimonial-more-events h3 {
  color: #fff;
  font-size: 65px;
  line-height: 75px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
}

.testimonial-slide-box {
  display: flex;
  align-items: center;
}

.testimonial-image-box {
  width: 135px;
  min-width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 160px;
}

.testimonial-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content-box {
  max-width: 550px;
}

.testimonial-content-box p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  margin-bottom: 35px;
}

.testimonial-content-box h4 {
  color: #fff;
  font-size: 19px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-content-box span {
  display: block;
  color: #fff;
  font-size: 19px;
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  line-height: normal;
}

.testimonial-slider {
  margin-top: 45px;
  overflow: hidden;
}

.testimonial-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.testimonial-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.testimonial-slider .slick-slide {
  margin: 5px 0px;
}

.testimonial-slider .slick-dots li {
  margin: 0px 0px 25px;
}

.testimonial-slider .slick-dots li:last-child {
  margin-bottom: 0px;
}

.testimonial-slider .slick-dots li button {
  width: 17px;
  height: 17px;
}

.testimonial-slider .slick-dots li button:before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  line-height: 16px;
  opacity: 1;
  color: #fff;
}

.testimonial-slider .slick-dots li.slick-active button:before {
  border: 1px solid #fff;
  opacity: 1;
  color: #fff;
}

.testimonial-slider .slick-dots {
  display: block;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  right: 0px;
}

.testimonial-slider .slick-dots li {
  width: 100%;
}

.more-events-slider-wrap {
  padding: 200px 0px 180px;
}

.more-events-slider-wrap h3 {
  text-align: center;
}

.more-event-slide {
  width: 100%;
  height: 640px;
  border-radius: 20px;
  overflow: hidden;
}

.more-event-slide a {
  position: relative;
  z-index: 1;
}

.more-event-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.more-events-slider .slick-slide {
  margin: 0px 22px;
}

.more-events-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.more-events-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.more-events-slider .slick-prev,
.more-events-slider .slick-next {
  width: 45px !important;
  height: 45px !important;
}

.more-events-slider .slick-prev:before {
  background: url(assets/images/event-arrow-left.png) no-repeat center;
  width: 9px;
  height: 12px;
  margin-left: -2px;
}

.more-events-slider .slick-prev:focus:before {
  background: url(assets/images/event-arrow-left-black.png) no-repeat center;
}

.more-events-slider .slick-next:before {
  background: url(assets/images/event-arrow.png) no-repeat center;
  width: 9px;
  height: 12px;
  margin-left: 2px;
}

.more-events-slider .slick-next:focus:before {
  background: url(assets/images/event-arrow-black.png) no-repeat center;
}

.more-events-slider .slick-next {
  right: -55px !important;
}

.more-events-slider .slick-prev {
  left: -55px !important;
}

.page-template-project-detail .subscribe-newsletter-wrap {
  background: #4e4e4e;
}

.page-template-project-detail .subscribe-newsletter-heading h3 {
  font-size: 48px;
  text-transform: unset;
  color: #fff;
  line-height: normal;
}

.page-template-project-detail .subscribe-newsletter-heading p {
  color: #fff;
}

.page-template-project-detail .newsletter-fields-two {
  border-radius: 50px;
  background: #fff;
  padding: 2px;
}

.page-template-project-detail .newsletter-fields-two input[type="submit"] {
  background: url(assets/images/news-submit-bg.png) #bc8d50 no-repeat;
  background-position: bottom;
  margin-left: auto;
}

/*-----------Contact us------------*/
.contact-us-wrap {
  /* background:#c4c6c1; */
  background: #fff;
  padding: 250px 190px 500px 0px;
  position: relative;
}

.right-contct-flower {
  position: absolute;
  right: 0px;
}

.conatct-top-flower {
  position: absolute;
  top: 0px;
  left: 30%;
  transform: translateX(-30%);
}

.contact-us-form-wrap {
  background: url(assets/images/contact-us-card-bg.png) no-repeat;
  width: 620px;
  height: 866px;
  padding: 100px 50px 80px 65px;
  position: relative;
  margin-left: auto;
}

.contact-us-form-wrap:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 5px;
  width: 223px;
  height: 293px;
  background: url(assets/images/contact-infinity.png) no-repeat;
}

.contact-us-form-wrap h1 {
  font-size: 70px;
  line-height: 53px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.contact-us-form-wrap p {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  margin-bottom: 35px;
}

.contact-us-form {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}

.contact-field-wrap {
  margin-bottom: 20px;
}

.contact-field-wrap:last-child {
  margin-bottom: 0px;
}

.contact-field-wrap input,
.contact-field-wrap textarea {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.30);
  padding: 0px 25px;
  font-size: 13px;
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  color: #959595;
}

.contact-field-wrap textarea {
  padding: 20px 25px;
  height: 155px;
  resize: none;
  border-radius: 20px;
}

.contact-field-wrap input::placeholder,
.contact-field-wrap textarea::placeholder {
  color: #959595;
}

.agree-checkbox {
  display: flex;
  align-items: center;
}

.checkbox-field {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 8px;
  vertical-align: middle;
  border: 1px solid #000;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkbox-field:checked {
  background-color: #b28642;
  border-color: #b28642;
  position: relative;
}

.checkbox-field:checked:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
}

.agree-checkbox label {
  font-size: 13px;
  margin-bottom: 0px;
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  margin-left: 10px;
  line-height: normal;
}

.agree-checkbox label a {
  color: rgba(178, 134, 66, 0.70);
}

input[type='submit'].contact-submit-btn {
  background: linear-gradient(to bottom, #f4f4f4 30%, #cdcdcd 50%);
  width: 115px;
  height: 50px;
  border-radius: 17px;
  border: 1px solid #a1a1a1;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 75px;
  float: right;
  transition: all 0.3s ease-in-out;
}

input[type='submit'].contact-submit-btn:hover {
  background: #000;
  color: #fff;
}

.contact-info-wrap {
  background: url(assets/images/contact-us-card-bg.png) no-repeat;
  width: 620px;
  height: 866px;
  padding: 50px;
  transform: rotate(-22deg);
  position: absolute;
  bottom: 130px;
  left: 85px;
}

.contact-info-wrap:after {
  content: "";
  background: url(assets/images/contact-info-infinity.png) no-repeat;
  width: 138px;
  height: 340px;
  position: absolute;
  bottom: -30px;
  right: 38px;
  transform: rotate(24deg);
}

#get-direction {
  color: #010101;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  display: flex;
  align-items: center;
  padding-right: 15px;
  justify-content: flex-end;
}

#get-direction i {
  color: #b5533e;
  margin-left: 7px;
  font-size: 20px;
}

#get-direction:hover {
  color: #b5533e;
}

.contact-info-detail {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 15px;
}

.contact-info-detail li {
  width: 100%;
  padding: 60px 0px 40px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.19);
}

.contact-info-detail li:last-child {
  border-bottom: 0px;
}

.contact-info-detail li p {
  color: #010101;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 0px;
}

.contact-info-detail li p a {
  color: #010101;
}

.contact-info-detail li p a:hover {
  color: #c09e50;
}

.info-detail-icon {
  height: 69px;
  margin-bottom: 15px;
}

.contact-info-detail li:nth-of-type(1) img {
  margin-left: -35px;
}

.contact-info-detail li:nth-of-type(2) img {
  margin-left: -25px;
}

.contact-info-detail li:nth-of-type(3) img {
  transform: rotate(-3deg);
}

/*--------page------*/
.header-page-other {
  padding: 200px 0px 100px;
}

.page-inside-default {
  padding: 100px 0px;
}

.page-inside-default p a {
  color: #c09e50;
}

/*------Home new decor section------*/
.hm-nw-decor-area {
  padding-top: 120px;
  position: relative;
}

.decor-heading-image {
  position: absolute;
  top: 0px;
  left: 230px;
  z-index: 1;
}

.heading-decor-outer:nth-of-type(3) {
  z-index: 1;
  position: relative;
}

.decor-nw-subheading {
  display: block;
  font-family: 'Magnat Head';
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 30px;
  color: #2d2d2d;
}

.heading-nw-decor-wrap span {
  font-size: 140px;
  line-height: normal;
  color: #2d2d2d;
  text-transform: uppercase;
  font-family: 'Agatho';
  font-weight: 300;
  margin-bottom: 0px;
  cursor: pointer;
}

.heading-decor-outer span:hover {
  color: #c69f4b;
  z-index: 11;
}

.heading-decor-outer {
  display: flex;
  margin-top: -15px;
}

.heading-decor-outer span {
  position: relative;
  padding-right: 40px;
  margin-right: 70px;
}

.heading-decor-outer span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  background: #000305;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.heading-decor-outer span:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.heading-decor-outer span:last-child:after {
  content: none;
}

.dot-left {
  padding-left: 50px;
}

.dot-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  background: #000305;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.hm-nw-decor-area p {
  font-family: 'Magnat Head';
  font-weight: 300;
  font-size: 30px;
  line-height: normal;
  color: rgba(45, 45, 45, 0.80);
  margin-bottom: 50px;
}
@keyframes fadeup{
  100%{
    opacity: 1;
    transform: none;
  }
}