a {
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
}

html,
body {
  overflow-x: hidden;
}

.banner-img-wrapper video {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.home-header {
  position: fixed;
  left: 0px;
  top: 26px;
  width: 100%;
  backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(31px);
  z-index: 10000;
  padding: 23px 0px 21px;
  transition: all 0.3s ease 0s;
  background-color: rgba(255, 255, 255, 0)
}

.home-header.sticky {
  top: 0px;
}

.for-mobile-logo {
  display: none;
}

.main-nav {
  margin: 0px;
  padding: 0px;
}

.main-nav li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 0px 15px;
  padding: 0px;
}

.main-nav li a {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0px 0px;
  padding: 0px;
  position: relative;
}

.main-nav li a:hover {
  color: #928879;
}

.main-nav li.active a:before {
  width: 100%;
  height: 1.3px;
  left: 0px;
  border-radius: 2px;
  bottom: -6px;
  background: #fff;
  content: "";
  position: absolute;
}

.main-nav li:first-child {
  margin-left: 0px;
}

.main-nav li:last-child {
  margin-right: 0px;
}

.main-menu [class*="col-"]:last-child .main-nav {
  text-align: right;
}

.sm-title {
  font-size: 18px !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  color: #D9C9AF !important;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "Ringside" !important;
  letter-spacing: 5.4px !important;
  text-align: left !important;
  max-width: 100% !important;
  padding-top: 8px !important;
}

.our-story-section {
  background: url("../images/home-our-story-bg.png") no-repeat right bottom #000;
  background-size: contain;
}

.our-story-top-title-sec h2 {
  text-transform: uppercase;
  font-weight: 200;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  max-width: 704px;
  text-align: right;
  letter-spacing: -1.5px;
  margin-bottom: 0px;
  margin-left: auto;
}

.our-story-left-img {
  overflow: hidden;
}

.our-story-left-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.our-story-left-img:hover img {
  transition: all 0.5s ease 0s;
  transform: scale(1.2);
}

.our-story-right-ctn-sec {
  max-width: 500px;
  margin: auto;
}

.our-story-right-ctn-sec p {
  font-weight: 200;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  line-height: 27px;
  margin-bottom: 35px;
}

.common-cta-btn {
  border: 1.5px solid #FFFFFF;
  border-radius: 100px;
  background: none;
  font-size: 18px;
  line-height: 12px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  padding: 15px 15px 14px;
  min-width: 196px;
  text-align: center;
}

.common-cta-btn:hover {
  background: #E7E7E7;
  color: #1A1A1E;
}

.common-cta-bt-arw {
  margin-left: -18px;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease 0s;
  display: inline-block;
  top: -1px;
}

.common-cta-btn:hover .common-cta-bt-arw {
  opacity: 1;
  margin-left: 10px;
}

.what-we-do-slider-img img {
  width: 100%
}

.what-we-do-slider-outer {
  position: relative
}

.what-we-do-slider-overlay-ctn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 5;
  text-align: center;
}

.what-we-do-slider-overlay-ctn .sm-title {
  text-align: left !important;
  margin-bottom: 250px !important;
}

@media (max-width: 1000px) {
  .what-we-do-slider-overlay-ctn .sm-title {
    text-align: center !important;
    margin-bottom: 20px !important;
  }
}

.what-we-do-slider-overlay-ctn {
  background: rgb(14 14 14 / 0.5%);
}

body .what-we-do-slider-overlay-ctn h2 {
  max-width: 560px;
  margin: auto;
  margin-bottom: 30px !important;
  color: #FFFFFF;
}

.design-philosophy-section {
  background: url(../images/design-philosophy-section-bg.webp) no-repeat right top #000;
  background-size: contain;
}

.design-philosophy-top-title-sec h2 {
  text-transform: uppercase;
  font-weight: 200;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  text-align: left;
  letter-spacing: -1.5px;
  margin-bottom: 63px;
  margin-left: -10px;
}

@media(max-width:991px) {
  .design-philosophy-top-title-sec h2 {
    margin-left: 0;
  }
}

.design-philosophy-btm-ctn-sec {
  margin-bottom: 70px;
}

.design-philosophy-btm-ctn {
  max-width: 100%;
  padding-left: 90px;
}

@media (max-width:1000px) {
  .design-philosophy-btm-ctn {
    padding-left: 0px;
  }

  body .brochure-inner-sec .download-btn {
    display: none !important;
  }
}

.design-philosophy-btm-ctn .common-cta-btn {
  display: inline-block !important;
}

.brochure-inner-sec .download-btn {
  display: inline-block !important;
}

.design-philosophy-btm-ctn p {
  font-weight: 200;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  line-height: 27px;
  margin-bottom: 57px;
}

.design-philosophy-btm-image-block {
  transition: all 0.5s ease 0s;
}

.design-philosophy-btm-image-block * {
  transition: all 0.5s ease 0s;
}

.design-philosophy-btm-image-block-img {
  overflow: hidden;
}

.design-philosophy-btm-image-block-img img {
  width: 100%;
  filter: grayscale(100%);
  transform: scale(1);
}

.design-philosophy-btm-image-block:hover .design-philosophy-btm-image-block-img img {
  filter: none;
  transform: scale(1.2);
}

.design-philosophy-btm-image-block-ctn {
  padding-left: 25.5px;
  margin-top: -85px;
  position: relative;
}

.design-philosophy-btm-image-block-ctn h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 100;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  position: relative;
  font-family: "Ringside";
  padding-top: 99px;
  letter-spacing: 0px;
}

.design-philosophy-btm-image-block-ctn h3:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1px;
  height: calc(100% - 7px);
  bottom: 7px;
  background: #D9C9AF;
}

.launching-section {
  background: url(../images/loaunching-soon-bg.webp) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 691px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.launching-ctn-sec h2 {
  color: #FFFFFF;
  max-width: 311px;
  margin: 0px;
  margin-left: auto;
  letter-spacing: 0px;
}

.launching-right-ctn-sec {
  max-width: 401px;
  margin-top: 107px;
}

.launching-right-ctn-sec p {
  color: #FFFFFF;
  margin-bottom: 25px;
}

.our-team-section {
  background: url(../images/meet-the-team-bg.png) no-repeat left top #000;
  background-size: contain;
  padding-top: 140px;
  padding-bottom: 50px;
}

.our-team-top-title-sec h2 {
  text-transform: uppercase;
  font-weight: 200;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  max-width: 579px;
  text-align: right;
  letter-spacing: -1.5px;
  margin-bottom: 119px;
  margin-left: auto;
}

.our-team-slider-outer {
  margin-bottom: 69px;
}

.our-team-slider-sec-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.our-team-slider-sec-img img:hover {
  transform: scale(1.2);
}

.our-team-slider-sec-img {
  margin-bottom: 27px;
  overflow: hidden;
}

.our-team-ctn-media {
  display: flex;
  align-items: flex-end;
}

.our-team-ctn-media img {
  margin-bottom: 7px;
}

.our-team-ctn-media-inner {
  -ms-flex: 1;
  flex: 1;
}

.our-team-ctn-media-inner label {
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  margin-bottom: 11px;
  letter-spacing: -1.2px;
}

.our-team-ctn-media-inner span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #D9C9AF;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}

.our-team-list-sec .common-cta-btn {
  display: table;
  margin: auto;
}

.brochure-section {
  --scroll-bar: 8px;
}

.brochure-inner-sec {
  margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
  position: relative;
}

.brochhure-inner-right-img img {
  width: 100%;
}

.brochure-overlay-ctn-sec {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.brochure-overlay-ctn-inner {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.brochhure-inner-right-img {
  position: relative;
  left: 6px;
}

.brochure-overlay-ctn-inner h2 {
  max-width: 432px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: -1.5px;
}

.line {
  height: 1px;
  background: #D4C5AB;
  max-width: 600px;
  margin-bottom: 39px;
}

.brochure-inner-sec .offset-lg-3 {
  margin-left: 23.5%;
  width: 76.5%;
}

.events-section {
  background: #000;
  padding: 100px 0 70px 0;
}

.events-top-title-sec h2 {
  text-transform: uppercase;
  font-weight: 200;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  max-width: 579px;
  text-align: right;
  letter-spacing: -1.5px;
  margin-bottom: 72px;
  margin-left: auto;
}

.events-accordion-sec {
  margin: 0px;
  margin-bottom: 43px;
  display: flex;
  flex-direction: column;
}

.events-accordion-sec .acc_section {
  border: 0px;
  border-top: solid 0.5px #3C3C3C;
  border-bottom: solid 0.5px #3C3C3C;
  margin-bottom: 0px;

  padding: 25px 0px 25px !important;
}

.events-accordion-sec .acc_head {
  background: none !important;
  border: 0px !important;
  padding: 0px 0px !important;
  position: relative;
}

.events-accordion-sec .acc_section .acc_content {
  padding: 72px 0px 38px;
}

.events-accordion-sec .acc_head h3 {
  display: flex;
  align-items: flex-end;
  color: #D9C9AF;
  font-size: 40px;
  line-height: 40px !important;
  font-weight: 300;
  padding: 0px;
  font-family: "Ringside";
  letter-spacing: -1.6px;
  margin: 0px !important;
}

.events-accordion-sec .acc_head h3 span {
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
  color: #FFFFFF
}

.events-accordion-sec .common-cta-btn {
  display: inline-block !important;
  margin: auto;
}

.events-accordion-ctn-left-img img {
  width: 100%;
}

.events-accordion-ctn-right {
  max-width: 349px;
  margin: auto;
}

.events-accordion-ctn-right p {
  color: #FFFFFF;
  font-weight: 100;
}

.events-accordion-sec .acc_head:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 33px;
  height: 33px;
  margin-top: -12px;
  transition: all 0.3s ease 0s;
  background: url(../images/accordion-plus-icon.png) no-repeat center center;
  background-size: cover;
}

.events-accordion-sec .acc_active .acc_head:before {
  rotate: 45deg;
}

.conatct-btm-section {
  background: url(../images/footer-contact-image.jpg) no-repeat left bottom #000;
  min-height: 882px;
}

.conatct-btm-top-title-sec h2 {
  text-transform: uppercase;
  font-weight: 200;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  max-width: 579px;
  text-align: right;
  letter-spacing: -1.5px;
  margin-bottom: 72px;
  margin-left: auto;
}

.conatct-btm-top-title-sec .sm-title {
  font-size: 15px !important;
}

.conatct-input-sec {
  margin-bottom: 17px;
  padding-right: 15px;
}

.conatct-input-sec input {
  width: 100%;
  padding-bottom: 17px;
  margin-bottom: 15px;
  background: none;
  border: 0px;
  border-bottom: solid 0.5px #454546;
  font-size: 14px;
  line-height: 9px;
  color: #fff;
  font-weight: 300;
  height: 35.6px;
  outline: none;
  box-shadow: none;
  padding-right: 0 !important;
  padding-left: 0px !important;
  margin-top: 0px !important;
}

.conatct-input-sec input::-webkit-input-placeholder {
  color: #e8e8e8
}

.conatct-input-sec input::-moz-placeholder {
  color: #e8e8e8
}

.conatct-input-sec input:-ms-input-placeholder {
  color: #e8e8e8
}

.conatct-input-sec input:-moz-placeholder {
  color: #e8e8e8
}

.conatct-input-sec select {
  width: 100%;
  padding: 0px !important;
  padding-bottom: 6px !important;
  margin-bottom: 15px;
  background: url(../images/select-arw.svg) no-repeat right center;
  border: 0px !important;
  border-bottom: solid 0.5px #454546 !important;
  font-size: 14px;
  line-height: normal;
  color: #e8e8e8;
  font-weight: 300;
  height: 41px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.conatct-input-sec .iti__arrow {
  background: url(../images/select-arw.svg) no-repeat right center;
  margin-left: 8px !important;
  margin-right: 10px !important;
  border: 0px;
  width: 10px;
  height: 7px;
}

.phone-input-sec [class*="row"] {
  margin-left: 0px;
  margin-right: 0px;
}

.phone-input-sec [class*="col"] {
  padding-left: 0px;
  padding-right: 0px
}

.radio-input-sec {
  margin-top: -10px;
  margin-bottom: 23px;
}

.radio-input-sec legend {
  font-size: 12px;
  line-height: 11px;
  font-weight: 500;
  margin-bottom: 11px;
  font-family: "Ringside";
  color: #e8e8e8;
  float: none;
}

/* Customize the label (the container) */
.radio-input-sec .js-form-type-radio .option {
  display: block;
  position: relative;
  padding-left: 17px;
  padding-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 12px;
  line-height: 11px;
  font-weight: 300;
  color: #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-input-sec .js-form-type-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio-input-sec .js-form-type-radio .option:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background: none;
  border-radius: 50%;
  border: solid 1px #454849;
  content: "";
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-input-sec .js-form-type-radio .option:after {
  position: absolute;
  display: none;
  content: "";
}

.radio-input-sec .js-form-type-radio input:checked+.option:after {
  display: block;
}

.radio-input-sec .js-form-type-radio .option:after {
  top: 3.8px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
}

/* Customize the label (the container) */
.check-box-input-sec .js-form-type-checkbox {
  display: block;
  position: relative;
  padding-left: 24px;
  padding-top: 3px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 12px;
  line-height: 11px;
  font-weight: 300;
  color: #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.check-box-input-sec .js-form-type-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.check-box-input-sec .js-form-type-checkbox .option:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background: none;
  border: solid 1px #454849;
  content: "";
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.check-box-input-sec .js-form-type-checkbox .option:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-box-input-sec .js-form-type-checkbox input:checked+.option:after {
  display: block;
}

.check-box-input-sec .js-form-type-checkbox input:checked+.error+.option:after {
  display: block;
}

.check-box-input-sec .js-form-type-checkbox input:checked+span.field-suffix+.option:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.check-box-input-sec .js-form-type-checkbox .option:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.check-box-input-sec {
  margin-bottom: 35px;
}

.conatct-btm-form-left-sec {
  max-width: 435px;
  margin: auto;
}

.footer-section {
  padding-top: 80px;
}

@media (max-width: 1299px) {
  .footer-section .container {
    max-width: 1200px;
  }
}

.contact-detail label {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  color: #D9C9AF;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  letter-spacing: 1.3px;
}

.contact-detail a {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  font-weight: 200;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.contact-detail a:hover {
  color: #928879 !important;
}

.conatct-input-submit-sec .common-cta-btn .form-submit {
  transition: all 0.3s ease 0s;
}

.conatct-input-submit-sec .common-cta-btn:hover .form-submit {
  color: #000;
}

.conatct-input-submit-sec [aria-label="Status message"] {
  margin-top: 10px;
  color: #5bef5b;
  font-size: 15px;
  position: absolute;
}

.contact-detail a:hover {
  color: #928879;
}

.contact-detail {
  /*margin-bottom: 30px;*/
  margin-top: -112px;
  padding-left: 78px;
}

.contact-detail a {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  font-weight: 200;
  color: #e8e8e8;
  margin: 0px;
  padding: 0px;
}

.contact-detail a:hover {
  color: #fff;
}

.conatct-btm-form-left-sec .contact-detail:last-child {
  margin-bottom: 0px;
}

.footer-section {
  padding-top: 80px;
  position: relative;
  background: url(../images/footer-pattern.webp) repeat left top;
  margin-top: -1px;
}

.footer-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #313233 0%, #000000 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.footer-section .container {
  position: relative;
}

.footer-logo {
  text-align: center;
  margin-bottom: 85px;
}

.footer-menu-sec h6 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 200;
  color: #928879;
  margin: 0px;
  padding: 0px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Ringside";
  margin-bottom: 25px;
}

.footer-menu-sec h6 a {
  color: #928879;
  font-weight: 300;
}

.footer-btm-menu-sec .card-body {
  padding: 0px;
  background: none;
  border: 0px;
}

.quick-links {
  margin: 0px;
  padding: 0px;
  max-width: 450px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -22px;
}

.quick-links li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  flex: 0 0 auto;
  width: 33.33%;
  margin-bottom: 22px;
}

.quick-links li:last-child {
  margin-right: 0px;
}

.quick-links li a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #e8e8e8;
  margin: 0px 0px;
  padding: 0px;
  display: inline-block;
}

.quick-links li a:hover {
  color: #928879;
}

.footer-btm-menu-sec [class*="col-"] {
  padding-bottom: 43px;
  padding-top: 6px;
  position: relative
}

.footer-btm-menu-sec [class*="col-"]:first-child:before {
  position: absolute;
  right: 0px;
  width: 0.5px;
  height: 100%;
  top: 0px;
  background: #656565;
  content: "";
  opacity: 0.4;
}

.footer-btm-menu-sec {
  margin-bottom: 60px;
}

.news-letter-footer-sec {
  margin-top: 19px;
}

.news-letter-footer-sec input[type="text"] {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #e8e8e8;
  margin: 0px 0px;
  padding: 0px;
  background: none;
  outline: none;
  box-shadow: none;
  border: 0px;
}

.news-letter-footer-sec input[type="submit"] {
  background: none;
  outline: none;
  box-shadow: none;
  border: 0px;
  font-size: 0px;
  width: 51px;
  height: 11px;
  background: url(../images/news-letter-arw.png) repeat left top;
}

.news-letter-footer-sec input[type="text"]::-webkit-input-placeholder {
  color: #e8e8e8
}

.news-letter-footer-sec input[type="text"]::-moz-placeholder {
  color: #e8e8e8
}

.news-letter-footer-sec input[type="text"]:-ms-input-placeholder {
  color: #e8e8e8
}

.news-letter-footer-sec input[type="text"]:-moz-placeholder {
  color: #e8e8e8
}

.news-letter-footer-sec .webform-submission-email-subscription-form {
  border-bottom: solid 1px #e8e8e8;
  padding-bottom: 10px;
  align-items: center;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  line-height: 19px;
}

.news-letter-footer-sec .webform-submission-email-subscription-form .js-form-item-email-address {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.footer-btm-copiright-sec p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  color: #656565;
  padding: 0px;
  margin: 0px;
}

.footer-social {
  margin: 0px;
  padding: 0px;
}

.footer-social li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin: 0px 14px;
  display: inline-block;
  vertical-align: middle;
}

.footer-social li a {
  display: block;
}

.footer-social li a:hover {
  opacity: 0.6;
}

.terms-privacy {
  text-align: right;
}

.terms-privacy ul {
  margin: 0px;
  padding: 0px;
}

.terms-privacy ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0px 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.terms-privacy li a {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  color: #656565;
  display: block;
}

.terms-privacy li a:hover {
  color: #fff;
}

.terms-privacy ul li:first-child {
  margin-left: 0px;
}

.terms-privacy ul li:first-child:before {
  position: absolute;
  right: 0px;
  width: 1px;
  height: 80%;
  top: 2px;
  background: #656565;
  content: "";
}

.terms-privacy ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.footer-btm-copiright-sec {
  padding-bottom: 32px;
}

.conatct-input-submit-sec input {
  font-size: 18px;
  line-height: 12px;
  font-weight: 300;
  color: #fff;
  background: none;
  outline: none;
  box-shadow: none;
  border: 0px;
  position: relative;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  padding: 0px;
}

.conatct-input-submit-sec input:hover {
  color: #1A1A1E;
}

.quick-right {
  max-width: 265px;
}

.for-mobile-btn {
  display: none;
}

.contact-detail-for-mobile {
  display: none;
}

.banner-for-mobile {
  display: none !important;
}

.our-team-slider-arrows {
  display: none;
}

.sound-icon-mobile {
  display: none;
}

.menu-contact-detail-for-mobile {
  display: none;
}

.menu-contact-detail-for-mobile {
  margin: 0px;
  padding: 0px 55px;
  margin-bottom: 30px;
}

.menu-contact-detail-for-mobile .contact-detail {
  text-align: left;
}

.menu-scial-media {
  padding: 10px 0px;
}

.main-nav li.sound-icon.active a:before {
  width: 100%;
  height: 1.3px;
  left: 0px;
  bottom: -6px;
  background: #fff;
  content: "";
  position: absolute;
  border-radius: 2px;
}

.menu-scial-media li:first-child {
  margin-left: 0;
}

.banner-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 38px;
  text-align: center;
  display: none;
}

.scroll-dwn-sec label {
  display: block;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 3.2px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

.design-philosophy-btm-ctn .common-cta-btn,
.launching-right-ctn-sec .common-cta-btn,
.our-team-list-sec .common-cta-btn,
.brochure-overlay-ctn-inner .common-cta-btn {
  display: none;
}

.schedule-btn {
  display: inline-block !important;
}

.conatct-input-sec .iti {
  display: flex;
}

.conatct-input-sec .iti__flag-container {
  font-size: 14px;
  line-height: 9px;
  color: #e8e8e8;
  border: 0px;
  border-bottom: solid 0.5px #454546;
  position: relative;
  margin-bottom: 15px !important;
}

.conatct-input-sec .iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 4px 6px 0 0px;
}

.conatct-input-sec .iti input[type=text] {
  margin-bottom: 15px !important;
}

.conatct-input-sec .iti__country-list {
  color: #000;
  font-weight: 300;
}

.conatct-input-sec label.error {
  color: #E74A3B;
  font-size: 12px;
  line-height: 15px;
  top: -12px;
  font-weight: 300;
  position: relative;
  display: block;
}

.conatct-input-sec input.error {
  border-color: #E74A3B
}

.conatct-input-sec select.error {
  border-color: #E74A3B
}

.check-box-input-sec label.error {
  color: #E74A3B;
  font-size: 12px;
  line-height: 15px;
  top: auto;
  font-weight: 300;
  position: absolute;
  bottom: -36px;
}

.common-cta-btn .webform-actions {
  display: inline-block;
  position: relative;
  height: 49.26px;
  border: 1.5px solid #FFFFFF;
  border-radius: 100px;
  background: none;
  font-size: 18px;
  line-height: 12px;
  font-weight: 300;
  color: #fff;
  padding: 0;
  min-width: 196px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.common-cta-btn .webform-actions:before {
  content: "";
  position: absolute;
  right: 64px;
  top: 53%;
  transform: translateY(-50%);
  width: 18px;
  height: 17px;
  background: url("../images/btn-right-black-arw.svg");
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.common-cta-btn .webform-actions:hover:before {
  opacity: 1;
  right: 30px;
}

.conatct-input-submit-sec .common-cta-btn .common-cta-bt-arw {
  display: none;
}

.quick-right {
  pointer-events: none;
  display: none;
}

.main-menu [class*="col-"]:last-child .main-nav {
  /* display: none; */
}

.main-nav li:last-child {
  /* display: none; */
}

.conatct-input-submit-sec .common-cta-btn {
  position: relative;
  height: auto;
  padding: 0px;
  border: none;
  min-width: 1px;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 15px;
}

.grecaptcha-badge {
  display: none;
}

#edit-actions-submit {
  color: #fff;
}

.common-cta-btn #edit-actions-submit {
  color: #fff;
}

.common-cta-btn:hover #edit-actions-submit {
  color: #000;
}

label[for="edit-agreed-to-privacy"] a {
  color: #ffffff !important;
}

.phone-input-sec .form-item--error-message {
  position: absolute !important;
  top: 40px !important;
}

#edit-email-address--2-error {
  position: absolute;
  top: 40px;
  font-size: 14px;
  color: #E74A3B;
}

.footer-menu-sec #edit-email-address--2-error,
.footer-menu-sec #edit-email-address-error {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  font-size: 14px;
  color: #E74A3B;
}

select option {
  color: #000;
  font-weight: normal;
}

.banner-img-wrapper {
  position: relative
}

div[role="contentinfo"] {
  position: absolute;
  top: 37px;
  font-size: 16px;
}

#edit-actions--TDdXmYBrCWE {
  position: relative;
  z-index: 1000;
}

.footer-logo img {
  width: 112px;
}

.common-cta-btn .ajax-progress {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
}

/*...media-strats-here...*/
@media(min-width:576px) {}

@media(min-width:768px) {}

@media(min-width:800px) {}

@media(min-width:992px) {
  .footer-btm-menu-sec .collapse {
    display: block;
  }
}

@media(min-width:1025px) {
  .launching-ctn-sec [class*="row"] {
    margin-left: -30px;
    margin-right: -30px;
  }

  .launching-ctn-sec [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px
  }

  .footer-btm-menu-sec [class*="row"] {
    margin-left: -55px;
    margin-right: -55px;
  }

  .footer-btm-menu-sec [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .conatct-btm-form [class*="row"] {
    padding-left: 0px;
    padding-right: 0px
  }

  .conatct-btm-form [class*="col-"] {
    padding-left: -20px;
    padding-right: -20px;
  }
}

@media(min-width:1200px) {
  .our-story-right-ctn-sec {
    left: 21px;
    position: relative;
  }

  .launching-ctn-sec [class*="row"] {
    padding-top: 43px;
  }

  .events-accordion-ctn-right {
    left: 32px;
  }
}

@media(min-width:1300px) {
  .launching-ctn-sec [class*="row"] {
    margin-left: -48px;
    margin-right: -48px;
  }

  .launching-ctn-sec [class*="col-"] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer-btm-menu-sec [class*="row"] {
    margin-left: -55px;
    margin-right: -55px;
  }

  .footer-btm-menu-sec [class*="col-"] {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media(min-width:1441px) {
  .our-team-section {
    background-size: 100%;
  }
}

@media(min-width:1025px) and (max-width : 1499px) {}

@media(min-width:1050px) and (max-width : 1200px) {}

@media(min-width:1100px) and (max-width : 1199px) {}

@media(min-width:1100px) and (max-width : 1300px) {}

@media(min-width:1100px) and (max-width : 1450px) {}

@media(min-width:1200px) and (max-width : 1350px) {
  .conatct-btm-form-sec .conatct-btm-form-left-sec {
    margin-right: 0;
  }
}

@media(min-width:1400px) and (max-width : 1500px) {}

@media(min-width:1400px) {}

@media(min-width:1500px) {}

@media(min-width:1600px) {}

@media(min-width:1601px) {}

@media(max-width:1699px) {}

@media(max-width:1300px) {}

@media(max-width:1440px) {}

@media(max-width:1366px) {}

@media(max-width:1024px) {
  .events-accordion-sec .acc_head h3 {
    font-size: 36px;
    line-height: 43px !important;
  }

  .conatct-btm-form-left-sec {
    max-width: 100%;
    margin-left: auto;
    left: auto;
    display: table;
    margin-right: 40px;
  }

  .check-box-input-sec .js-form-type-checkbox {
    margin-bottom: 15px;
  }

  .check-box-input-sec [class*="col-"]:last-child {
    margin-bottom: 0px;
  }

  .for-mobile-logo {
    display: block;
    text-align: center;
  }

  .for-mobile-logo .logo {
    position: relative;
    z-index: 10;
  }

  .col-xl-12.menu-wrap {
    margin-top: -35px;
  }

  .menu-sec {
    height: 100vh;
    top: -23px;
    background: #000;
  }

  .sticky .menu-sec {
    top: 0px;
  }

  .main-nav li {
    display: block;
    margin: 0px 0px 35px;
  }

  .main-nav li a {
    font-size: 14px;
    line-height: 17px;
  }

  .main-menu [class*="col-"]:last-child .main-nav {
    text-align: left;
  }

  .main-menu .col-xl-auto {
    display: none;
  }

  .close-menu-div {
    text-align: right;
  }

  .close-menu img {
    filter: brightness(0) invert(1);
  }

  .sound-icon-mobile {
    margin-right: 25px;
    display: block;
    margin-top: -4px;
  }

  /* .sound-icon-desktop {
    display: none !important;
  } */

  .contact-detail-for-mobile {
    display: none;
  }

  .menu-scial-media {
    display: block;
  }

  .menu-contact-detail-for-mobile {
    display: block;
  }
}

@media(min-width:992px) and (max-width : 1199px) {}

@media(max-width:991px) {
  .home-header .logo img {
    max-height: 27px;
  }

  .home-header {
    padding: 17px 0px 15px;
  }

  .menu-sec {
    top: -20px;
  }

  .sticky .menu-sec {
    top: 0px;
  }

  .home-header {
    top: 20px;
  }

  .our-story-top-title-sec h2 {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -1.08px;
    max-width: 100%;
  }

  .what-we-do-slider-overlay-ctn h2 {
    letter-spacing: -1.08px;
  }

  .sm-title {
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 4.8px !important;
    padding-top: 0px !important;
  }

  .our-story-top-title-sec .sm-title {
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .our-story-left-img {
    margin-bottom: 30px;
  }

  .our-story-right-ctn-sec p {
    line-height: 26px;
  }

  .our-story-right-ctn-sec {
    max-width: 100%;
    text-align: center;
  }

  .design-philosophy-top-title-sec .sm-title {
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .design-philosophy-top-title-sec h2 {
    letter-spacing: -1.08px;
    margin-bottom: 30px;
    max-width: 100%;
    text-align: center;
  }

  .design-philosophy-btm-ctn {
    max-width: 100%;
    text-align: center;
  }

  .design-philosophy-btm-ctn p {
    line-height: 26px;
    margin-bottom: 30px;
  }

  .design-philosophy-btm-ctn-sec {
    margin-bottom: 51px;
  }

  .design-philosophy-btm-image-block-ctn h3 {
    font-size: 20px;
    line-height: 23px;
    padding-top: 92px;
  }

  .design-philosophy-btm-image-block-ctn {
    margin-top: -58px;
  }

  .design-philosophy-btm-image-block-sec .row {
    margin-bottom: -40px;
  }

  .design-philosophy-btm-image-block-sec [class*="col-"] {
    margin-bottom: 40px;
  }

  .launching-ctn-sec h2 {
    max-width: 311px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .launching-right-ctn-sec {
    max-width: 350px;
    margin: auto;
    text-align: center;
  }

  .launching-right-ctn-sec p {
    margin-bottom: 30px;
  }

  .launching-section {
    min-height: 568px;
  }

  .our-team-top-title-sec .sm-title {
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .our-team-top-title-sec h2 {
    letter-spacing: -1.08px;
    margin-bottom: 30px;
    max-width: 100%;
    text-align: center;
  }

  .our-team-ctn-media-inner label {
    margin-bottom: 9px;
  }

  .our-team-ctn-media {
    align-items: flex-start;
  }

  .our-team-slider-outer {
    margin-bottom: 79px;
  }

  .our-team-ctn-media img {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 4px;
    width: 23.51px;
  }

  .for-mobile-btn {
    display: inline-block;
  }

  .for-desktop-btn {
    display: none;
  }

  .brochure-overlay-ctn-sec {
    position: relative;
    height: auto;
    display: block;
  }

  .brochure-overlay-ctn-inner {
    max-width: 100%;
  }

  .brochure-overlay-ctn-inner h2 {
    max-width: 100%;
    margin-bottom: 50px;
    letter-spacing: -1.5px;
    letter-spacing: -1.08px;
    text-align: center;
  }

  .brochure-inner-sec .offset-lg-3 {
    margin-left: 0;
    width: 100%;
  }

  .brochhure-inner-right-img {
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative;
  }

  .brochure-inner-sec .common-cta-btn.for-mobile-btn {
    display: inline-block;
    margin: 40px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .line {
    display: none;
  }

  .brochhure-inner-right-img:before {
    content: "";
    position: absolute;
    bottom: 40%;
    left: -35px;
    width: 40%;
    height: 1px;
    background: #D4C5AB;
  }

  .events-top-title-sec .sm-title {
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  .events-top-title-sec h2 {
    margin: auto;
    letter-spacing: -1.08px;
    margin-bottom: 38px;
    max-width: 350px;
    text-align: center;
  }

  .events-accordion-sec .acc_head h3 {
    display: block;
    font-size: 43px;
    line-height: 59px;
    letter-spacing: -1.72px;
  }

  .events-accordion-sec .acc_head h3 span {
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
    color: #FFFFFF;
    display: block;
    padding-top: 17px;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1.2px;
  }

  .events-accordion-sec .acc_section .acc_content {
    padding: 20px 0px 10px;
  }

  .events-accordion-ctn-left-img {
    margin-bottom: 20px;
  }

  .events-accordion-ctn-right {
    max-width: 100%;
  }

  .events-accordion-ctn-right p:last-child {
    margin-bottom: 0px;
  }

  .events-accordion-sec .acc_head:before {
    width: 23px;
    height: 23px;
    top: 15px;
    margin-top: 0px;
  }

  .events-accordion-sec {
    margin-bottom: 43px;
  }

  .contact-detail-for-mobile {
    display: block;
    margin-right: 0px;
  }

  .contact-detail-for-desktop {
    display: none;
  }

  .footer-menu-sec h6 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
  }

  .footer-menu-sec {
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 44px;
  }

  .footer-btm-menu-sec [class*="col-"]:first-child:before {
    display: none;
  }

  .footer-btm-menu-sec [class*="col-"] {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .quick-links {
    margin-bottom: 0px;
  }

  .quick-right {
    padding-top: 10px;
    margin-bottom: 16px;
    max-width: 310px;
  }

  .footer-btm-menu-sec {
    margin-bottom: 39px;
  }

  .footer-btm-menu-sec [class*="col-"]:last-child .footer-menu-sec {
    margin-bottom: 0px;
    border-bottom: 0px;
  }

  .footer-btm-copiright-sec [class*="col-"]:last-child {
    order: 3
  }

  .footer-btm-copiright-sec [class*="col-"]:first-child {
    order: 2;
    margin-bottom: 20px;
  }

  .footer-btm-copiright-sec [class*="col-"]:nth-child(2) {
    order: 1;
    margin-bottom: 20px;
  }

  .footer-btm-copiright-sec {
    padding-bottom: 52px;
    text-align: center;
  }

  .terms-privacy {
    text-align: center;
  }

  .footer-btm-copiright-sec p {
    font-size: 14px;
    line-height: 22px;
  }

  .terms-privacy li a {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-logo {
    margin-bottom: 78px;
  }

  .news-letter-footer-sec .input-group {
    border-bottom: solid 2px #e8e8e8;
    padding-bottom: 16px;
  }

  .conatct-btm-section {
    background: #000;
    min-height: 10px;
  }

  .contact-btm-section-top-section {
    background: url(../images/footer-form-bg.webp) no-repeat left bottom #000;
    min-height: 905px;
    padding: 90px 0px;
    margin-bottom: 15px;
  }

  .conatct-btm-top-title-sec .sm-title {
    text-align: center !important;
    margin-bottom: 5px !important;
  }

  .conatct-btm-top-title-sec h2 {
    max-width: 350px;
    margin: auto;
    letter-spacing: -1.08px;
    margin-bottom: 198px;
    text-align: center;
    font-size: 15px !important;
  }

  .our-story-section {
    background-position: right top;
  }

  .contact-detail {
    max-width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 0;
  }

  .check-box-input-sec .js-form-type-checkbox {
    margin-bottom: 26px;
  }

  .check-box-input-sec {
    margin-bottom: 7px;
  }

  /*button-remove-space*/
  .our-team-slider-outer {
    margin-bottom: 0px;
  }

  .brochhure-inner-right-img {
    margin-bottom: 0px;
  }

  .events-accordion-sec {
    margin-bottom: 0px;
  }
}

@media(min-width:992px) and (max-width : 1024px) {}

@media(min-width:768px) and (max-width : 991px) {}

@media(min-width:641px) and (max-width : 768px) {}

@media (min-width : 320px) and (max-width : 480px) {}

@media (min-width : 480px) and (max-width : 640px) {}

@media(max-width:767px) {
  .what-we-do-slider-img img {
    height: 620px !important;
    object-fit: cover;
  }

  .launching-section {
    background-attachment: scroll;
  }

  .banner-overlay {
    display: flex;
  }

  .conatct-btm-section {
    padding-top: 0;
  }

  .collapse:not(.show) {
    display: block !important;
  }

  .quick-link {
    border-bottom: solid 1px #787878;
    padding-bottom: 15px !important;
  }
}

@media(min-width:475px) and (max-width : 767px) {}

@media(max-width:599px) {}

@media(min-width:391px) and (max-width : 575px) {
  .our-story-section {
    background-size: 100%;
  }
}

@media(max-width:575px) {
  .banner-for-mobile {
    display: block !important;
  }

  .banner-for-desktop {
    display: none !important;
  }

  .our-story-left-img img {
    height: 256px !important;
    object-fit: cover;
  }

  .what-we-do-slider-overlay-ctn {
    align-items: center;
  }

  .our-story-section {
    background: url(../images/our-story-bg-mobile.webp) no-repeat right top #000;
  }

  .design-philosophy-section {
    background: url(../images/design-philosophy-section-bg-mobile.webp) no-repeat right top #000;
  }

  .launching-section {
    background: url(../images/loaunching-soon-bg-mobile.webp) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
  }

  .our-team-section {
    background: url(../images/meet-the-team-bg-mobile.webp) no-repeat left top #000;
    background-size: contain;
  }

  .contact-btm-section-top-section {
    background: url(../images/footer-form-bg-mobile-1.webp) no-repeat left bottom #000;
    min-height: 940px;
    background-size: contain;
  }

  .contact-detail {
    max-width: 100%;
    margin: auto;
    text-align: center;
  }

  .conatct-btm-top-title-sec h2 {
    margin-bottom: 84px;
  }

  .check-box-input-sec [class*="col-"] {
    width: 100%;
  }

  .our-team-slider-outer {
    margin-right: -20px;
  }

  .events-accordion-ctn-left-img img {
    min-height: 221px !important;
    object-fit: cover;
  }

  .footer-logo img {
    height: 52px;
    width: auto;
  }
}

@media(max-width:345px) {

  /* .contact-btm-section-top-section {
    min-height: 641px;
    background-size: cover;
  } */
  .conatct-btm-top-title-sec h2 {
    margin-bottom: 88px;
  }

  .contact-btm-section-top-section .contact-detail {
    max-width: 230px;
  }
}

#edit-phone-error {
  position: absolute;
  top: 37px;
}

#contact {
  display: none;
}

.path-frontpage #contact {
  display: block;
}

.footer-menu-sec {
  padding-left: 58px;
}

.footer-menu-sec-left {
  padding-left: 0 !important;
}

@media(max-width:992px) {
  .footer-menu-sec {
    padding-left: 0;
  }

  .expertise-innovation-sec {
    padding-bottom: 78px !important;
  }

  .contact-detail {
    padding-left: 0;
  }

  .common-cta-btn {
    margin-top: 50px !important;
  }

  .events-cta-container {
    display: flex;
    justify-content: center;
  }

  .iti__country-list {
    width: 350px !important;
  }

  #webform-submission-contact-node-7-form-ajax {
    margin-top: 42px;
  }

  .conatct-btm-top-title-sec h2 {
    font-size: 36px !important;
  }

  .what-we-do-slider-overlay-ctn .sm-title {
    width: 100% !important;
  }

  .what-we-do-slider-overlay-ctn h2 {
    width: 90%;
  }

  .brochhure-inner-right-img img {
    margin-left: 3px;
    height: 297px;
    object-fit: cover;
  }

  .conatct-input-sec {
    padding-right: 0;
  }

  .inner-content-sction p {
    margin-bottom: 0;
  }
}

#playPauseButton {
  position: relative;
  top: -3px;
  width: 17px;
}

.home-mute-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.iti__arrow {
  padding-right: 0;
}

.js-form-required a:hover {
  color: #656565 !important;
}

h6.quick-link a {
  cursor: default;
}

.pastproject-sec {
  .common-cta-btn.past-pro {
    width: 248px !important;

    @include max-1000() {
      width: fit-content;
    }
  }
}

.pastproject-sec {
  background: #000;
  padding: 53px 0;
}

.pastproject-sec h3 {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 60px;
  letter-spacing: -1.5px;
  text-align: center;
}

.pastproject-sec h4 {
  font-size: 25px;
  line-height: 66px;
  color: #FFFFFF80;
  font-family: "Ringside";
  font-weight: 200;
  text-align: center;
  margin: 0 0 0;

}

.pastproject-sec .past-img {
  margin: 0 0 28px;
}

.pastproject-sec .col-md-4 {
  margin-bottom: 43px;
}

.pastproject-sec .common-cta-btn.past-pro {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.pastproject-sec .row.pastrow {
  display: none;
}

.pastproject-sec .row.pastrow.show {
  display: flex;
  flex-wrap: wrap;
}

.pastrow {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.6s ease;
}

.pastrow.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pastproject-sec .past-img img {
  width: 100%;
}

@media (max-width:1399px) {
  .pastproject-sec h3 {
    font-size: 36px;
    line-height: 43px;
  }

  .pastproject-sec h4 {
    font-size: 23px;
    line-height: 43px;
  }
}

@media only screen and (max-width: 991px) {
  .pastproject-sec .col-md-4 {
    width: 49%;
  }

  .pastproject-sec .col-md-4 {
    margin-bottom: 28px;
  }

}

@media only screen and (max-width: 767px) {
  .pastproject-sec h3 {
    font-size: 36px;
    line-height: 43px;
    margin: 0 0 45px;
  }

  .pastproject-sec .col-md-4 {
    width: 100%;
    margin: 0 0 45px;
  }

  .pastproject-sec .past-img {
    margin: 0 0 23px;
  }

  .pastproject-sec {
    padding: 0 0 0;
  }

  .pastproject-sec h4 {
    font-size: 25px;
    line-height: 43px;
    color: #fff;
  }

  .row.pastrow.show {
    padding-top: 0px;
  }

  .notfound-page .img-wrapper {
    height: 100% !important;
  }

  .notfound-page .img-wrapper p,
  .notfound-page .img-wrapper h1,
  .notfound-page .img-wrapper h2,
  .notfound-page .img-wrapper .home-button {
    color: #000 !important;
  }

  .notfound-page .img-wrapper h1 {
    position: relative !important;
    top: 0 !important;
    margin-top: 55px !important;
  }

  .notfound-page .img-wrapper h2 {
    position: relative !important;
    top: 0 !important;
  }

  .notfound-page .img-wrapper p {
    position: relative !important;
    top: 0 !important;
  }

  .notfound-page .img-wrapper .home-button {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: translateX(0%) !important;
    border: solid 1px #E7E7E7 !important;
    margin-bottom: 55px;
  }

  .footer-section {
    background-size: contain;
  }
}

.notfound-page .img-wrapper {
  position: relative;
  padding-bottom: 0;
  color: #000;
  text-align: center;
  height: 100%;
}

.notfound-page .img-wrapper h1 {
  left: 0;
  top: -40%;
  color: #fff;
}

.notfound-page .img-wrapper h2 {
  position: absolute;
  top: 43%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%) !important;
  color: #fff;
}

.notfound-page .img-wrapper p {
  text-align: center;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 54%;
}

.notfound-page .img-wrapper .home-button {
  border: 1.5px solid #fff;
  border-radius: 100px;
  background: none;
  font-size: 18px;
  line-height: 12px;
  font-weight: 300;
  display: inline-block;
  padding: 15px 15px 14px;
  min-width: 196px;
  text-align: center;

  position: absolute;
  top: 63%;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.notfound-page .img-wrapper .home-button:hover {
  background: #E7E7E7;
  color: #1A1A1E;
  border: 1px solid transparent;
}

#edit-actions--3 {
  z-index: 1000;
}

@media(min-width:992px) and (max-width : 1100px) {
  .our-story-left-right-sec {
    margin-top: 20px;
  }
}

/* .footer-menu-sec a::after {
  content: " ▼";
  font-size: 0.8em;
  margin-left: 4px;
} */

.social-section {
  display: none;
}

@media (max-width:1000px) {
  .mobile-view-only {
    display: inline-block !important;
  }
}

@media (min-width:1000px) {
  .desktop-view-only {
    display: inline-block !important;
  }
}

.event-col-btn {
  margin: 0 !important;
}

.modal {
  font-family: "Ringside";
  z-index: 10000;
}

.modal h5 {
  color: #000;
  font-family: "Ringside";
  font-size: 18px;
}

.download-modal-body {
  width: 100%;
  padding: 10px 30px 20px 30px;
}

.download-modal-body .col-lg-12 {
  margin-bottom: 5px;
}

.download-modal-body .col-lg-12 .webform-telephone--wrapper {
  border: 0;
  padding: 0;
}

.download-modal-body .col-lg-12 .webform-telephone--wrapper .fieldset-legend {
  font-weight: 300;
  font-size: 15px;
}

.download-modal-body .col-lg-12 .webform-telephone--wrapper .fieldset-wrapper .js-form-item {
  width: 100%;
}

.download-modal-body .col-lg-12 .webform-telephone--wrapper .fieldset-wrapper .js-form-item .iti--allow-dropdown {
  width: 100%;
}

.download-modal-body .col-lg-12 .webform-telephone--wrapper .fieldset-wrapper .js-form-item .iti--allow-dropdown .iti__flag-container {
  width: 100px;
}

.download-modal-body .col-lg-12 .webform-telephone--wrapper .fieldset-wrapper .js-form-item .iti--allow-dropdown .tmp-tel {
  width: 100%;
  padding: 0 0 0 130px;
}

.download-modal-body .col-lg-12 input {
  border-radius: 100px;
  height: 45px;
}

.download-modal-body label {
  color: #000;
  font-size: 14px;
  font-family: "Ringside";
}

.modal-header {
  background: #f5f5f5;
  border-bottom: solid 1px #ebe4e4;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 20px 20px;
}

.modal-header .modal-title {
  margin-right: auto;
  text-align: center;
  width: 100%;
}

.modal-header .btn-close {
  margin-left: auto;
}

.modal-footer {
  background-color: #fff;
  border: 0;
  padding: 10px 25px;
  display: contents;
}

.modal-footer .js-form-submit {
  border: 0;
  font-weight: 300;
  font-family: "Ringside";
  font-size: 16px;
  padding: 10px 20px;
  background: #D9C9AF;
  color: #1A1A1E !important;
  border-radius: 100px;
  width: 100%;
  margin-top: 20px;
}

.error {
  color: red !important;
  line-height: 100%;
}

#edit-actions--5 {
  position: relative;
  z-index: 1000;
}

#mute-iframe-124 {
  position: absolute;
  bottom: 100px;
  right: 20px;
  border: 0;
  background: transparent;
  color: #fff;
}

.webform-confirmation__message {
  font-size: 16px;
}

.ajax-progress {
  position: absolute;
  width: 30px;
  height: 30px;
}

.ajax-progress img {
  max-width: 100%;
  max-height: 100%;
}

/* extra add */

.conatct-btm-form .js-form-item.form-item {
    display: inline-block;
    margin-bottom: 0;
}

.conatct-btm-form .js-form-item.form-item label {
    font-family: "Ringside";
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 11px;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.conatct-btm-form .form-item-country-code {
    display: none !important;
}