@charset "UTF-8";
@font-face {
  font-family: "Futura-Book";
  src: url("../fonts/Futura-Book.ttf");
}
@font-face {
  font-family: "Futura-Book-Italic";
  src: url("../fonts/Futura-Book-Italic.ttf");
}
@font-face {
  font-family: "Futura-Medium";
  src: url("../fonts/Futura-Medium.ttf");
}
@font-face {
  font-family: "Futura-Medium-Italic";
  src: url("../fonts/Futura-Medium-Italic.ttf");
}
@font-face {
  font-family: "Futura-Bold";
  src: url("../fonts/Futura-Bold.ttf");
}
@font-face {
  font-family: "Futura-Book";
  src: url("../fonts/Futura-Book.ttf");
}
@font-face {
  font-family: "Futura-Book-Italic";
  src: url("../fonts/Futura-Book-Italic.ttf");
}
@font-face {
  font-family: "Futura-Medium";
  src: url("../fonts/Futura-Medium.ttf");
}
@font-face {
  font-family: "Futura-Medium-Italic";
  src: url("../fonts/Futura-Medium-Italic.ttf");
}
@font-face {
  font-family: "Futura-Bold";
  src: url("../fonts/Futura-Bold.ttf");
}
html,
body {
  font-family: "Futura-Book", Arial, Helvetica, sans-serif;
  color: #231f20;
  position: relative;
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 24px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #231f20;
}
a img {
  border: none;
  outline: none;
}

p {
  display: block;
  margin-bottom: 0;
}

/* start common asterisk */
.asterisk {
  color: red;
}

.white-text {
  color: #ffffff !important;
}

/* end common asterisk */
/* Start common asterisk */
.tool-tip {
  cursor: pointer;
}

/* end common asterisk */
/* Start common badge */
.badge {
  background-color: #bf9248;
  position: relative;
  top: -1px;
}

/* end common badge */
/* Start common table */
.table a {
  color: #bf9248;
  text-decoration: underline;
}

/* end common table */
/* start common form */
.form .form-group {
  margin-bottom: 15px;
  /* &:last-child {
      margin-bottom: 0px;
  } */
}
.form .input-group .input-group-text {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.form .form-label {
  margin-bottom: 5px;
}
.form .form-control {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-radius: 8px;
}
.form .form-control:focus {
  border-color: #9c9b9b;
  box-shadow: none;
  outline: none;
}
.form .form-control:disabled {
  background-color: #9c9b9b;
  cursor: not-allowed;
}
.form .form-check {
  margin: 0px;
}
.form .form-check .form-check-input {
  border-color: #231f20;
}
.form .form-check .form-check-input:focus, .form .form-check .form-check-input:hover {
  box-shadow: none;
  outline: none;
}
.form .form-check.form-check-inline {
  margin-right: 1rem;
}
.form .form-check.form-check-inline:last-child {
  margin-right: 0px;
}
.form .agree a {
  text-decoration: underline;
  color: #bf9248;
}
.form .agree a:hover, .form .agree a:focus, .form .agree a:active {
  color: #bf9248;
}
.form .radio-list {
  display: flex;
  justify-content: space-between;
}
.form .custom-radio .form-check-input {
  display: none;
}
.form .custom-radio .form-check-input:checked ~ .form-check-label::before {
  border-color: #231f20;
}
.form .custom-radio .form-check-input:checked ~ .form-check-label::after {
  transform: translateY(-50%) scale(0.55);
}
.form .custom-radio .form-check-label {
  position: relative;
  cursor: pointer;
}
.form .custom-radio .form-check-label::before, .form .custom-radio .form-check-label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: -23px;
  border-radius: 50%;
}
.form .custom-radio .form-check-label::before {
  background-color: transparent;
  border: 2px solid #231f20;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}
.form .custom-radio .form-check-label::after {
  background-color: #231f20;
  border: 2px solid #231f20;
  border-radius: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

span.error-text {
  font-size: 12px;
  line-height: 18px;
  color: red;
  width: 100%;
  display: block;
}

/* end common form */
/* start common button */
.btn-gradient, .new-age-amenities .nav-pills .nav-link.active, .btn-fill:hover, .btn-fill:active, .btn-fill:focus, .main-btn2 > span > a, .main-btn2, .main-btn:hover {
  background: linear-gradient(96deg, #bf9248 0%, #bf9248 30%, #231f20 100%);
}

.main-btn {
  display: inline-block;
  height: 40px;
  width: auto;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #231f20;
  text-transform: uppercase;
  background-color: transparent;
}
.main-btn:hover {
  color: #ffffff;
  border: 1px solid #bf9248;
}
.main-btn > span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 24px;
}

.main-btn2 {
  display: inline-block;
  border-radius: 8px;
  padding: 1px;
  position: relative;
}
.main-btn2 > span {
  display: block;
  border-radius: 8px;
  background-color: #ffffff;
}
.main-btn2 > span > a {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 8px 16px 8px 16px;
}

.btn-success {
  background-color: #3bb54a;
  color: #ffffff;
  border: 1px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  .main-btn {
    height: 48px;
  }
  .main-btn > span {
    height: 32px;
  }
}
.btn {
  text-transform: uppercase;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-fill {
  background-color: #bf9248;
  border-color: transparent;
  color: #ffffff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-fill:hover, .btn-fill:active, .btn-fill:focus {
  border-color: transparent;
  color: #ffffff;
}
.btn-fill .badge {
  background-color: transparent !important;
  border: none;
}
.btn-fill .badge:hover, .btn-fill .badge:active, .btn-fill .badge:focus {
  background-color: transparent;
  color: #bf9248;
}

/* end common button */
/* start common modal */
.modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: -12px;
  top: -12px;
  background-color: #ffffff;
  color: #bf9248;
  opacity: 1;
  box-shadow: 0px 0px 7px 0px #9c9b9b;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  font-size: 10px;
  z-index: 3;
}
.modal .modal-dialog .modal-content .modal-body video {
  width: 100%;
}

/* end common modal */
.transition-all, .main-btn {
  transition: all 0.2s linear;
}

.transition-400ms-all, .mp-news-row .news-sidebar-card .news-sidebar-card-row, .mp-news-row .news-card, .event-card-listing .event-card, .service-card .card-content .description, .service-card .card-content .title, .service-card .card-content, .service-card .card-img, .service-card, .company-value .read-more-list .item, .read-more-list .item .content, .read-more-list .item, .form .custom-radio {
  transition: all 0.4s linear;
}

.standard-text {
  color: #231f20;
  font-family: "Futura-Book", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.standard-text-large, .navbar .dropdown-menu .dropdown-title, .navbar a.nav-link {
  color: #231f20;
  font-family: "Futura-Book", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.main-text-gradient, .mission-vision-wrapper .gradient-box .mission-vision-content .mv-title, .grad-italic, .section-head-sm {
  background: linear-gradient(90deg, #bf9248 -0.69%, #231f20 87.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-object-gradient, .mission-vision-wrapper .gradient-box .mission-vision-content .mv-title::after {
  background: linear-gradient(90deg, #bf9248 -0.69%, #231f20 87.46%);
}

.icon-lr {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
}
.icon-lr::before, .icon-lr::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../images/diamond.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.icon-lr::before {
  left: 0px;
}
.icon-lr::after {
  right: 0px;
  transform: translateY(-50%) rotateY(180deg);
}

.icon-left {
  position: relative;
  display: inline-block;
}
.icon-left::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../images/diamond-with-hand.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: -50px;
}

.icon-right::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../images/diamond-with-hand.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: -50px;
}

.section-head-sm {
  font-family: "Futura-Book", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  display: inline-block;
}

.section-head-lg {
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
}

.section-content, .mission-vision-wrapper .gradient-box .mission-vision-content p {
  font-family: "Futura-Book", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

.content-section {
  padding-top: 24px;
  padding-bottom: 24px;
}
.content-section .img-shadow {
  position: relative;
}
.content-section .img-shadow::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #eaeaea;
  z-index: -1;
  border-radius: 8px;
  transform: rotate(-4deg);
}

.section-wbg {
  background-color: #f2f2f2;
}

.content-wrapper {
  padding: 0px;
}

.text-gradient {
  background: linear-gradient(90deg, #bf9248 -0.69%, #231f20 87.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.read-more-list .item.active .content {
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: unset;
  display: block;
}
.read-more-list .item + .item {
  margin-top: 15px;
}
.read-more-list .item .content {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.read-more-list .item .read-more {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .main-text-gradient-lg, .section-head-sm {
    background: linear-gradient(90deg, #bf9248 -0.69%, #231f20 87.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .content-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .content-wrapper {
    padding: 40px;
  }
  .section-head-sm {
    font-family: "Futura-Book", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: 28px;
    display: inline-block;
  }
  .section-head-lg {
    font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-style: normal;
    line-height: 48px;
  }
  .section-content, .mission-vision-wrapper .gradient-box .mission-vision-content p {
    font-family: "Futura-Book", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
  }
}
.grad-italic {
  font-family: "Futura-Book-Italic", Arial, Helvetica, sans-serif;
}

header {
  max-width: 1320px;
  margin: 0 auto;
}
header .header-wrapper {
  height: 72px;
  padding: 0 15px;
}
header .header-wrapper a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #9c9b9b;
  font-size: 16px;
  line-height: 22px;
}
header .header-wrapper a .header-icon {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 21px;
  text-align: center;
  color: #9c9b9b;
  font-size: 16px;
}
header .header-wrapper a:hover {
  color: #231f20;
}
header .header-wrapper a:hover .header-icon {
  color: #231f20;
}
header .header-wrapper .phone-number a {
  display: block;
  width: 160px;
}
header .header-wrapper a.header-logo {
  display: block;
  height: auto;
  width: auto;
}
header .header-wrapper a.header-logo img {
  width: 300px;
}

.navbar {
  margin: 0 auto;
  background-color: #ffffff !important;
}
.navbar .btn-close:focus {
  box-shadow: none;
}
.navbar a.nav-link {
  position: relative;
}
.navbar a.nav-link strong {
  color: #bf9248;
  text-decoration: underline;
}
.navbar .navbar-brand img {
  width: 150px;
}
.navbar .offcanvas-header a img {
  height: 38px;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
.navbar .dropdown-toggle::after {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border: none;
  color: #9c9b9b;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
}
.navbar .dropdown-menu {
  position: absolute;
  top: 0;
  left: -100%;
  padding: 0 15px;
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  border-radius: 0;
  transition: all 0.2s linear;
}
.navbar .dropdown-menu .dropdown-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
}
.navbar .dropdown-menu .dropdown-head .dropdown-back {
  cursor: pointer;
}
.navbar .dropdown-menu .dropdown-title {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9c9b9b;
}
.navbar .dropdown-menu .menu-link-wrapper {
  width: 100%;
  height: calc(100% - 114px);
  overflow-y: auto;
  padding: 15px 0px 0px;
}
.navbar .dropdown-menu .menu-link-wrapper > span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  min-height: 38px;
  font-size: 14px;
}
.navbar .dropdown-menu .menu-link-wrapper > span a {
  white-space: break-spaces;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 0 15px;
  text-transform: uppercase;
}
.navbar .dropdown-menu .menu-link-wrapper > span a i {
  margin-right: 10px;
  color: #bf9248;
  font-size: 20px;
}
.navbar .dropdown-menu .menu-link-wrapper > span a .menu-item-icon {
  margin-right: 10px;
}
.navbar .dropdown-menu .menu-link-wrapper > span a:hover {
  background-color: transparent;
  color: #bf9248;
}
.navbar .dropdown-menu .menu-link-wrapper::-webkit-scrollbar {
  width: 2px;
  background-color: #9c9b9b;
}
.navbar .dropdown-menu .menu-link-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #bf9248;
  outline: none;
}
.navbar .dropdown-menu.show {
  left: 0;
}

@media only screen and (min-width: 992px) {
  .navbar {
    border-top: 1px solid #f2f2f2;
  }
  .navbar .nav-item.position-lg-relative {
    position: relative !important;
  }
  .navbar a.nav-link {
    color: #231f20;
    font-family: "Futura-Book", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
  }
  .navbar a.nav-link.dropdown-toggle {
    padding-right: 25px;
  }
  .navbar .dropdown-toggle::after {
    content: "\f078";
    margin-left: 0.255em;
    font-size: 16px;
    padding-right: 0;
    top: calc(50% - 12px);
    right: 3px;
  }
  .navbar a.nav-link.dropdown-toggle.show {
    color: #bf9248;
    border-bottom: 2px solid #bf9248;
  }
  .navbar a.nav-link.dropdown-toggle.show::after {
    content: "\f077";
    color: #bf9248;
  }
  .navbar .dropdown-menu {
    display: none;
  }
  .navbar .dropdown-menu.show {
    position: absolute;
    width: 100%;
    height: auto;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 58px;
    left: 0;
    padding: 0 15px;
    border: none;
  }
  .navbar .dropdown-menu.show .menu-link-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    overflow-y: unset;
    padding: 15px 0px 0px;
  }
  .navbar .dropdown-menu.show .menu-link-wrapper > span {
    display: block;
    width: 25%;
    max-width: 25%;
    margin-bottom: 10px;
    min-height: 38px;
  }
  .navbar .dropdown-menu.show .menu-link-wrapper > span a {
    white-space: break-spaces;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 0 15px;
  }
  .navbar .dropdown-menu.show .menu-link-wrapper > span a i {
    margin-right: 10px;
    color: #bf9248;
    font-size: 20px;
  }
  .navbar .dropdown-menu.show .menu-link-wrapper > span a .menu-item-icon {
    width: 32px;
    height: 32px;
  }
  .navbar .dropdown-menu.show .menu-link-wrapper::-webkit-scrollbar {
    width: 2px;
    background-color: #9c9b9b;
  }
  .navbar .dropdown-menu.show .menu-link-wrapper::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #bf9248;
    outline: none;
  }
  .navbar .dropdown-menu.show .menu-link-wrapper.alternate-menu-link-wrapper > span {
    width: 100%;
    max-width: 100%;
    min-height: 28px;
  }
  .navbar .dropdown-menu.show .dropdown-view-all {
    display: block;
    padding: 0 15px;
  }
  .navbar .dropdown-menu.show .dropdown-view-all a {
    color: #bf9248;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar .dropdown-menu.show.alternate-dropdown-menu {
    width: 180px;
  }
}
.custom-progress-bar {
  width: 1%;
  height: 2px;
  background: linear-gradient(90deg, #bf9248 0%, #bf9248 50%, #231f20 95%);
}

/* home page start*/
.banner-section {
  padding-bottom: 60px;
}
.banner-section video {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}
.banner-section .carousel-indicators {
  margin-bottom: 0;
  bottom: -38px;
  align-items: center;
}
.banner-section .carousel-indicators button {
  background-color: #231f20;
}
.banner-section .carousel-indicators button.active {
  background-image: url("../images/sliderIndicatorM.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  padding: 0;
  border: none;
}
.banner-section .carousel-inner .carousel-item {
  background: linear-gradient(90deg, #fcf2d3, #efd3a4 94.28%);
}
.banner-section .carousel-inner .carousel-item .bg-img {
  position: relative;
  z-index: -1;
  opacity: 0;
}
.banner-section .carousel-inner .carousel-item .item-overlays-text {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
}
.banner-section .carousel-inner .carousel-item .item-overlays-text .heading {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  text-align: center;
}
.banner-section .carousel-inner .carousel-item .item-overlays-text .heading.text-white {
  color: #ffffff;
}
.banner-section .carousel-inner .carousel-item .item-overlays-text .heading.light-blue {
  color: #007fb2;
}

@media only screen and (min-width: 360px) {
  .banner-section .carousel-inner .carousel-item .item-overlays-text .heading {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-section .carousel-inner .carousel-item .item-overlays-text .heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.rounded-images {
  border-radius: 8px;
  overflow: hidden;
}

.missionVisionSlider .carousel-indicators {
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
}
.missionVisionSlider .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.missionVisionSlider .carousel-indicators button.active {
  width: 30px;
  height: 10px;
  border-radius: 3px;
  background-color: #bf9248;
}

.mission-vision-wrapper {
  background: transparent;
}
.mission-vision-wrapper .gradient-box {
  display: flex;
  align-items: center;
  width: 85%;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 8px;
  padding: 75px 20px 20px 20px;
  margin-top: 25px;
}
.mission-vision-wrapper .gradient-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: rgb(191, 146, 72);
  background: linear-gradient(40deg, rgb(191, 146, 72) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}
.mission-vision-wrapper .gradient-box .quote-wrapper {
  max-width: 70px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
}
.mission-vision-wrapper .gradient-box .mission-vision-content .mv-title {
  display: inline-block;
  font-family: "Futura-Book", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
.mission-vision-wrapper .gradient-box .mission-vision-content .mv-title::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 140%;
  left: 0;
  bottom: -8px;
}
.mission-vision-wrapper .gradient-box .mission-vision-content p {
  margin-top: 30px;
}
.mission-vision-wrapper .gradient-box-rev {
  float: right;
}
.mission-vision-wrapper .gradient-box-rev::before {
  background: rgb(191, 146, 72);
  background: linear-gradient(40deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgb(191, 146, 72) 100%);
}
.mission-vision-wrapper .gradient-box-rev .quote-wrapper {
  border-radius: 7px;
}

@media only screen and (min-width: 992px) {
  .mission-vision-wrapper {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .mission-vision-wrapper .gradient-box {
    width: 48%;
    margin-top: 0px;
  }
  .mission-vision-wrapper .gradient-box .mission-vision-content .mv-title {
    font-size: 24px;
    line-height: 28px;
  }
  .mission-vision-wrapper .gradient-box .mission-vision-content .mv-title::after {
    width: 100%;
  }
  .mission-vision-wrapper .gradient-box-rev {
    float: none;
    margin-top: 80px;
  }
}
.training-slider {
  /* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
  /* This container is needed to position the front and back side */
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
.training-slider .slick-slide {
  margin: 0 5px;
}
.training-slider .slick-dots {
  bottom: -40px;
}
.training-slider .slick-dots li button:before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #9c9b9b;
  opacity: 1;
}
.training-slider .slick-dots li.slick-active button:before {
  background-color: #bf9248;
}
.training-slider .flip-box {
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.training-slider .flip-box-inner {
  position: relative;
  width: 100%;
  height: 350px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.training-slider .slick-active .flip-box .flip-box-inner {
  transform: rotateY(180deg);
}
.training-slider .flip-box-front,
.training-slider .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
}
.training-slider .flip-box-front {
  color: #231f20;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9c9b9b;
}
.training-slider .flip-box-front .training-front-wrapper {
  padding: 15px;
  width: 100%;
  text-align: center;
}
.training-slider .flip-box-front .training-front-wrapper span {
  color: #231f20;
  text-align: center;
  font-family: "Futura-Book", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.training-slider .flip-box-front .training-front-wrapper img {
  display: block;
  margin: 0 auto 10px;
}
.training-slider .flip-box-back {
  transform: rotateY(180deg);
}
.training-slider .flip-box-back .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.training-slider .flip-box-back picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  overflow: hidden;
}
.training-slider .flip-box-back p {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-family: "Futura-Book", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .training-slider {
    display: flex;
    flex-wrap: wrap;
  }
  .training-slider > div {
    width: 50%;
  }
  .training-slider .flip-box-inner {
    height: 250px;
  }
  .training-slider .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
}
.prosperity-slider.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.prosperity-slider.slick-dotted.slick-slider .slider-content-wrapper .content-wrapper .section-head-sm {
  font-size: 18px !important;
  line-height: 28px !important;
}
.prosperity-slider.slick-dotted.slick-slider .slick-dots {
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  bottom: -35px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  left: calc(50% - 75px);
}
.prosperity-slider.slick-dotted.slick-slider .slick-dots li {
  width: 20px;
  height: 10px;
}
.prosperity-slider.slick-dotted.slick-slider .slick-dots button {
  height: 10px;
}
.prosperity-slider.slick-dotted.slick-slider .slick-dots button::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #9c9b9b;
  left: calc(50% - 5px);
  border-radius: 50%;
  opacity: 0.8;
}
.prosperity-slider.slick-dotted.slick-slider .slick-dots .slick-active {
  width: 30px;
  height: 10px;
}
.prosperity-slider.slick-dotted.slick-slider .slick-dots .slick-active button {
  width: 30px;
  height: 10px;
  border-radius: 3px;
  background-color: #bf9248;
}
.prosperity-slider.slick-dotted.slick-slider .slick-dots .slick-active button::before {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .prosperity-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .prosperity-slider.slick-dotted.slick-slider .prosperity-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .prosperity-slider.slick-dotted.slick-slider .prosperity-slide .slider-image-wrapper {
    width: 50%;
  }
  .prosperity-slider.slick-dotted.slick-slider .prosperity-slide .slider-content-wrapper {
    width: 50%;
  }
  .prosperity-slider.slick-dotted.slick-slider .slider-content-wrapper .content-wrapper .section-head-sm {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .prosperity-slider.slick-dotted.slick-slider .slick-dots {
    right: -28px;
    left: auto;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 10px 5px;
    bottom: auto;
    top: calc(50% - 75px);
    background-color: rgba(0, 0, 0, 0.05);
  }
  .prosperity-slider.slick-dotted.slick-slider .slick-dots li {
    width: 10px;
    height: 20px;
    margin: 5px 5px;
  }
  .prosperity-slider.slick-dotted.slick-slider .slick-dots li button {
    width: 10px;
  }
  .prosperity-slider.slick-dotted.slick-slider .slick-dots li button::before {
    content: "";
    top: calc(50% - 5px);
  }
  .prosperity-slider.slick-dotted.slick-slider .slick-dots .slick-active {
    width: 10px;
    height: 30px;
  }
  .prosperity-slider.slick-dotted.slick-slider .slick-dots .slick-active button {
    width: 10px;
    height: 30px;
  }
}
.watch-video .main-btn .fa-play {
  background-color: #bf9248;
  color: #ffffff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.events-wrapper {
  position: relative;
}
.events-wrapper .event-card {
  position: relative;
}
.events-wrapper .event-card .event-details {
  padding: 20px 0px;
}
.events-wrapper .event-card .event-details .name {
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.events-wrapper .event-card .event-details .name br {
  display: none;
}
.events-wrapper .event-card .event-details .type {
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .events-wrapper .event-card {
    position: relative;
    overflow: hidden;
  }
  .events-wrapper .event-card::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #282828 100.41%);
    z-index: 0;
  }
  .events-wrapper .event-card:hover picture img {
    transform: scale(1.1);
  }
  .events-wrapper .event-card:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #bf9248 100.41%);
    z-index: 0;
  }
  .events-wrapper .event-card picture img {
    transition: all 400ms ease-in-out;
  }
  .events-wrapper .event-card .event-details {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0px 15px;
    color: #ffffff;
  }
  .events-wrapper .event-card .event-details .name {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    z-index: 1;
  }
  .events-wrapper .event-card .event-details .name br {
    display: block;
  }
  .events-wrapper .event-card .event-details .type {
    color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .events-wrapper .event-card .event-details .type:hover, .events-wrapper .event-card .event-details .type:focus, .events-wrapper .event-card .event-details .type:active {
    color: #ffffff;
  }
}
.news-row .news-card {
  margin-bottom: 25px;
  display: block;
  box-shadow: 0px 0px 24px 0px rgba(136, 136, 136, 0.32);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.news-row .news-card:hover {
  color: inherit;
}
.news-row .news-card .news-details {
  padding: 15px;
}
.news-row .news-card .news-details .title {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news-row .news-card .news-details .title::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-up-right.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.news-row .news-card .news-details .wriiten-by {
  padding-top: 10px;
  color: #9c9b9b;
  font-size: 14px;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .news-row .news-card {
    box-shadow: none;
  }
  .news-row .news-card:hover {
    box-shadow: 0px 0px 24px 0px rgba(136, 136, 136, 0.32);
  }
  .news-row .news-card:hover .news-details {
    padding: 15px 15px;
  }
  .news-row .news-card .news-details {
    padding: 15px 0px;
    transition: all 0.4s linear;
  }
  .news-row .news-card .news-details::after {
    width: 24px;
    height: 24px;
  }
  .news-row .news-card .news-details .title {
    font-size: 24px;
    line-height: 28px;
    font-family: "Futura-Book", Arial, Helvetica, sans-serif;
    padding-right: 60px;
  }
  .news-row .news-card .news-details .wriiten-by {
    font-size: 16px;
    line-height: 24px;
  }
}
/* home page start*/
/* about page start*/
.about-us-banner-section {
  background-image: url("../images/about-us-bg-banner-1-mob.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  min-height: 600px;
  text-transform: uppercase;
}
.about-us-banner-section .heading {
  font-size: 24px;
  line-height: 34px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  color: #231f20;
}

@media only screen and (min-width: 575px) {
  .about-us-banner-section {
    min-height: 680px;
  }
}
@media only screen and (min-width: 768px) {
  .about-us-banner-section {
    background-image: url("../images/about-us-bg-banner-1.jpg");
    min-height: 400px;
    align-items: center;
    background-position: right;
  }
  .about-us-banner-section .heading {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-banner-section {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-banner-section {
    min-height: 600px;
  }
}
.who-we-are-slider .content-wrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.who-we-are-slider .content-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 150px;
  background-color: #bf9248;
  height: 2px;
}
.who-we-are-slider .project-details .text-gradient {
  font-size: 18px;
  line-height: 24px;
}
.who-we-are-slider .author {
  text-align: right;
  padding-right: 80px;
  margin: 20px 0px 0px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.who-we-are-slider .author .wriiten-by {
  color: #9c9b9b;
  font-size: 14px;
  line-height: 18px;
}
.who-we-are-slider .author .name {
  font-size: 24px;
  line-height: 28px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
}
.who-we-are-slider .carousel-control-next {
  background-color: #bf9248;
  opacity: 1;
  color: #ffffff;
  width: 30px;
  height: 30px;
  bottom: 12px;
  right: 0px;
  top: unset;
  left: unset;
  border-radius: 50px;
}
.who-we-are-slider .carousel-control-next .carousel-control-next-icon {
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .who-we-are-slider .content-wrapper {
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .who-we-are-slider .carousel-control-next {
    right: unset;
    left: 45%;
  }
}
.our-object .card {
  border: none;
  border-radius: 0px;
  box-shadow: 4px 4px 48px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.our-object .card::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 15px;
  background-repeat: no-repeat;
  width: 126px;
  height: 213px;
}
.our-object .card.mission {
  margin-right: 25px;
}
.our-object .card.mission::before {
  background-image: url("../images/mission-vision-bg-quotes.png");
}
.our-object .card.vision {
  margin-left: 25px;
  margin-top: 30px;
}
.our-object .card.vision::before {
  background-image: url("../images/mission-vision-bg-quotes.png");
}
.our-object .card .card-body {
  border: none;
  border-radius: 0px;
}
.our-object .card .card-body .title {
  font-size: 18px;
  line-height: 24px;
  color: #bf9248;
  min-height: 125px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  right: 20px;
}
.our-object .card .card-body .content {
  padding-top: 20px;
  position: relative;
}
.our-object .card .card-body .content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #bf9248;
  width: 80px;
  height: 2px;
}

@media only screen and (min-width: 768px) {
  .our-object .card.mission {
    margin-right: 0px;
  }
  .our-object .card.vision {
    margin-top: 100px;
    margin-left: 0px;
  }
  .our-object .card .card-body .title {
    font-size: 24px;
    line-height: 24px;
  }
  .our-object .card .card-body .content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .our-object .bg-img {
    background-image: url("../images/our-object-bg-banner.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-object .card .card-body .content::before {
    width: 150px;
  }
}
.company-value .read-more-list .item {
  padding: 20px;
  padding-bottom: 0px;
}
.company-value .read-more-list .item.active {
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
.company-value .read-more-list .item + .item {
  margin-top: 15px;
}
.company-value .read-more-list .item .read-more {
  color: #bf9248;
}

@media only screen and (min-width: 992px) {
  .company-value .bg-img {
    background-image: url("../images/company-value-bg-banner.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 450px;
  }
}
.director-quotes {
  text-align: center;
  background-color: #f2f2f2;
}
.director-quotes .quotes.icon {
  position: relative;
  z-index: 1;
}
.director-quotes .quotes.icon::before, .director-quotes .quotes.icon::after {
  content: "";
  position: absolute;
  width: 126px;
  height: 213px;
  background-image: url("../images/left-quotes.png");
  background-repeat: no-repeat;
  background-size: 60px;
  z-index: -1;
}
.director-quotes .quotes.icon::before {
  top: -24px;
  left: 0px;
  background-image: url("../images/left-quotes.png");
  background-position: top left;
}
.director-quotes .quotes.icon::after {
  bottom: -24px;
  right: 0px;
  background-image: url("../images/right-quotes.png");
  background-position: bottom right;
}
.director-quotes .quotes .description {
  font-size: 14px;
  line-height: 20px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  color: #bf9248;
  font-style: italic;
}
.director-quotes .quotes .name {
  font-size: 18px;
  line-height: 24px;
  padding-top: 15px;
}
.director-quotes .quotes .designation {
  font-size: 14px;
  line-height: 22px;
}
.director-quotes .carousel-indicators {
  bottom: -60px;
}
.director-quotes .carousel-indicators button.active {
  background-color: #bf9248;
}
.director-quotes .carousel-indicators button {
  background-color: #9c9b9b;
}

@media only screen and (min-width: 768px) {
  .director-quotes {
    padding-bottom: 65px;
  }
  .director-quotes .quotes.icon::before, .director-quotes .quotes.icon::after {
    background-size: 80px;
  }
  .director-quotes .quotes.icon::before {
    top: -48px;
    left: -20px;
  }
  .director-quotes .quotes.icon::after {
    bottom: -68px;
    right: -20px;
  }
  .director-quotes .quotes .description {
    font-size: 18px;
    line-height: 24px;
  }
  .director-quotes .quotes .name {
    font-size: 24px;
    line-height: 28px;
  }
  .director-quotes .quotes .designation {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .director-quotes .quotes {
    margin: 0px auto;
  }
  .director-quotes .quotes.icon::before {
    left: -40px;
  }
  .director-quotes .quotes.icon::after {
    right: -40px;
  }
}
.team-member-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.team-member-list .item {
  text-align: center;
  width: 48%;
  max-width: 48%;
  margin-bottom: 30px;
}
.team-member-list .item:nth-child(2n) {
  margin-left: 4%;
}
.team-member-list .item .member-details {
  padding: 5px;
  background-color: #ffffff;
  box-shadow: 4px 4px 48px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
}
.team-member-list .item .member-details .personal-info {
  padding-top: 10px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-member-list .item .member-details .personal-info .name {
  font-size: 20px;
  line-height: 24px;
  color: #bf9248;
  padding-bottom: 5px;
}
.team-member-list .item:last-child {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .team-member-list {
    justify-content: center;
  }
  .team-member-list .item {
    width: 33.33%;
    max-width: 33.33%;
    margin-bottom: 45px;
  }
  .team-member-list .item:last-child {
    margin-bottom: 45px;
  }
  .team-member-list .item:nth-child(2n) {
    margin-left: 0;
  }
  .team-member-list .w30 {
    width: 33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .team-member-list .item {
    width: 25%;
    max-width: 25%;
  }
  .team-member-list .item .member-details {
    width: 80%;
  }
  .team-member-list .w30 {
    width: 33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .team-member-list .item .member-details {
    width: 65%;
  }
  .team-member-list .w30 {
    width: 33.33%;
    max-width: 49%;
  }
}
/* about page end*/
/* services page start*/
.services-banner-section {
  background: linear-gradient(90deg, #fcf2d3 0%, #efd3a4 94.28%);
}
.services-banner-section .heading {
  font-size: 32px;
  line-height: 48px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  color: #231f20;
  text-transform: uppercase;
}

.service-content {
  font-size: 16px;
  line-height: 24px;
}

.service-card {
  padding: 10px;
  position: relative;
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;
  display: block;
  text-decoration: none;
  color: #231f20;
}
.service-card .card-content {
  background-color: #ffffff;
}
.service-card .card-content .title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  padding-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: uppercase;
}
.service-card .card-content .description {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-top: 10px;
  margin-bottom: 10px;
}
.service-card .card-content .service-cta {
  background-color: #bf9248;
  border-color: transparent;
  color: #ffffff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.service-card:hover {
  color: #231f20;
}

@media only screen and (min-width: 768px) {
  .transition-400ms-all, .mp-news-row .news-sidebar-card .news-sidebar-card-row, .mp-news-row .news-card, .event-card-listing .event-card, .form .custom-radio, .read-more-list .item, .read-more-list .item .content, .company-value .read-more-list .item, .service-card, .service-card .card-img, .service-card .card-content, .service-card .card-content .title, .service-card .card-content .description {
    transition: all 0.4s linear;
  }
  .service-card {
    height: 400px;
    box-shadow: none;
  }
  .service-card:hover {
    background-color: #bf9248;
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.11);
  }
  .service-card:hover .card-content {
    background-color: #bf9248;
  }
  .service-card:hover .card-content .title {
    -webkit-line-clamp: unset;
    color: #ffffff;
  }
  .service-card:hover .card-content .description {
    visibility: visible;
    height: 45px;
    opacity: 1;
    color: #ffffff;
  }
  .service-card:hover .card-content .service-cta {
    background-color: #ffffff;
    color: #231f20;
  }
  .service-card .card-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
  }
  .service-card .card-content .title {
    padding-top: 0px;
    -webkit-line-clamp: 1;
  }
  .service-card .card-content .description {
    visibility: hidden;
    opacity: 0;
    height: 0px;
  }
  .service-content {
    border-left: 2px solid #bf9248;
    padding-left: 15px;
  }
}
.rate-card-table-col {
  color: #231f20;
}
.rate-card-table-col .sub-heading {
  font-family: "Futura-Book", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 32px;
  display: inline-block;
  color: #231f20;
  font-weight: 500;
}
.rate-card-table-col table {
  border: 1px solid #231f20;
  color: #231f20;
}
.rate-card-table-col table thead {
  background-color: #bf9248;
  vertical-align: middle;
}

@media only screen and (min-width: 992px) {
  .rate-card-table-col {
    color: #ffffff;
  }
  .rate-card-table-col .sub-heading {
    color: #ffffff;
  }
  .rate-card-table-col table {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
}
/* services page end*/
/* services page start*/
/* services page end*/
.login-box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.login-box::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  bottom: 0;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.login-box .card {
  z-index: 2;
  top: 60px;
  text-align: center;
}
.login-box .card .card-title {
  font-size: 24px;
  line-height: 28px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
}
.login-box .card .content {
  font-size: 18px;
  line-height: 24px;
}
.login-box .card .content .link {
  color: #bf9248;
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .login-box {
    position: absolute;
    width: 50%;
    align-items: center;
  }
  .login-box .card {
    top: 25px;
  }
}
/* Traning and Service page start*/
.training-banner-section {
  position: relative;
}
.training-banner-section .top-negative {
  margin-top: -150px;
}
.training-banner-section .banner-image {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
.training-banner-section .banner-overlay {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.training-banner-section .title-sect {
  color: #ffffff;
  padding-bottom: 25px;
  position: relative;
}
.training-banner-section .title-sect .heading {
  font-size: 24px;
  line-height: 28px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.training-banner-section .title-sect .view-more {
  color: #ffffff;
  text-decoration: underline;
  text-transform: uppercase;
}
.training-banner-section .training-details {
  position: relative;
}
.training-banner-section .training-details .heading {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
}
.training-banner-section .training-details .heading br {
  display: none;
}
.training-banner-section .training-details .read-more-list .item .content {
  -webkit-line-clamp: unset;
}
.training-banner-section .training-details .read-more-list .read-more {
  display: none;
}
.training-banner-section .training-details .our-course-list {
  margin-top: 25px;
}
.training-banner-section .training-details .our-course-list .ourCourseAccordion {
  background-color: transparent;
}
.training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item + .accordion-item {
  border-top: 1px solid #231f20;
}
.training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-header {
  background-color: transparent;
}
.training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
  color: #231f20;
}
.training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-header .accordion-button::after {
  color: #231f20;
  background: none;
  content: "\f078";
  font-family: fontAwesome;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-header .accordion-button .services-icon {
  filter: brightness(0) invert(0);
}
.training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0px;
  padding-bottom: 15px;
}
.training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-collapse .accordion-body .course-details {
  font-size: 14px;
  line-height: 22px;
}
.training-banner-section .form-header-notes {
  background-color: #bf9248;
  color: #ffffff;
  padding: 5px;
  z-index: 1;
  position: relative;
}
.training-banner-section .training-form {
  margin-bottom: 20px;
  box-shadow: 0px 0px 16px 0px rgba(0, 23, 57, 0.08);
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}
.training-banner-section .training-form .step-container {
  margin-bottom: 25px;
}
.training-banner-section .training-form .step-container .step-details {
  flex-basis: 16%;
  position: relative;
}
.training-banner-section .training-form .step-container .step-details:first-child::before {
  content: none;
}
.training-banner-section .training-form .step-container .step-details::before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #f2f2f2;
  border-radius: 50px;
  width: 100px;
  left: -120px;
  top: 15px;
}
.training-banner-section .training-form .step-container .step-details.active .circle {
  background-color: #bf9248;
  color: #ffffff;
}
.training-banner-section .training-form .step-container .step-details.active .name {
  color: #bf9248;
}
.training-banner-section .training-form .step-container .step-details .circle {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #9c9b9b;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.training-banner-section .training-form .step-container .step-details .name {
  font-size: 14px;
  line-height: 18px;
  color: #9c9b9b;
}
.training-banner-section .training-form .step-form {
  min-height: 300px;
  overflow-y: unset;
  overflow-x: hidden;
  padding-right: 8px;
}
.training-banner-section .training-form .step-form::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}
.training-banner-section .training-form .step-form::-webkit-scrollbar-thumb {
  background: #bf9248;
}
.training-banner-section .training-form .step-form::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #231f20;
}
.training-banner-section .training-form .step-form .radio-list {
  flex-wrap: wrap;
}
.training-banner-section .training-form .step-form .radio-list .custom-radio {
  flex: 1 1 100%;
  margin-bottom: 10px;
}
.training-banner-section .training-form .step-form .radio-list .custom-radio:last-child {
  margin-bottom: 0px;
}
.training-banner-section .training-form .step-form .radio-list .custom-radio .form-check-label::before, .training-banner-section .training-form .step-form .radio-list .custom-radio .form-check-label:after {
  top: 12px;
}
.training-banner-section .training-form .step-form .number-code {
  display: flex;
}
.training-banner-section .training-form .step-form .number-code .code-input {
  width: 1em;
  text-align: center;
  flex: 1 0 1em;
}
.training-banner-section .training-form .step-form .number-code .code-input + .code-input {
  margin-left: 15px;
}
.training-banner-section .training-form .step-form .change-pan {
  text-align: right;
  color: #bf9248;
  font-size: 14px;
  line-height: 18px;
  padding-top: 5px;
  cursor: pointer;
  text-decoration: underline;
}
.training-banner-section .training-form .step-form .note {
  font-size: 14px;
  line-height: 18px;
  color: #9c9b9b;
}
.training-banner-section .training-form .step-form .choosefile {
  text-align: center;
  padding: 20px;
  border: 2px dashed #bf9248;
  border-radius: 10px;
  position: relative;
  color: #9c9b9b;
}
.training-banner-section .training-form .step-form .choosefile input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.training-banner-section .training-form .step-form .choosefile .link {
  color: #bf9248;
  text-decoration: underline;
}
.training-banner-section .training-form .step-form .choosefile .link:hover, .training-banner-section .training-form .step-form .choosefile .link:active, .training-banner-section .training-form .step-form .choosefile .link:focus {
  color: #bf9248;
  text-decoration: underline;
}
.training-banner-section .training-form .progress {
  height: 3px;
  margin: 20px 0px 25px;
}
.training-banner-section .training-form .progress .progress-bar {
  background-color: #bf9248;
}
.training-banner-section .training-form .title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
}
.training-banner-section .training-details {
  position: relative;
}
.training-banner-section .wizard .steps .current-info {
  display: none;
}
.training-banner-section .wizard .steps ul {
  display: flex;
  justify-content: center;
}
.training-banner-section .wizard .steps ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #9c9b9b;
  margin-right: 80px;
  color: #ffffff;
}
.training-banner-section .wizard .steps ul li a::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #9c9b9b;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.training-banner-section .wizard .steps ul li:last-child a::before {
  content: none;
}
.training-banner-section .wizard .steps ul li.current a {
  background-color: #bf9248;
}
.training-banner-section .wizard .steps ul li.current a::before {
  background-color: #bf9248;
}
.training-banner-section .wizard .steps ul li.checked.done a {
  background-color: #231f20;
}
.training-banner-section .wizard .steps ul li.checked.done a::before {
  background-color: #231f20;
}
.training-banner-section .wizard .disabled .main-btn {
  display: none;
}
.training-banner-section .thankyou-msg-wrapper {
  text-align: center;
  box-shadow: 0px 0px 16px 0px rgba(0, 23, 57, 0.08);
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.training-banner-section .thankyou-msg-wrapper .title-wrapper {
  font-size: 24px;
  line-height: 28px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
}
.training-banner-section .thankyou-msg-wrapper .title-wrapper .sub-title {
  font-weight: normal;
}
.training-banner-section .thankyou-msg-wrapper .title-wrapper .text-brown {
  color: #bf9248;
}
.training-banner-section .thankyou-msg-wrapper picture {
  display: block;
  margin: 20px 0px;
}
.training-banner-section .thankyou-msg-wrapper .get-in-touch .title {
  font-size: 24px;
  line-height: 28px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  font-style: italic;
}
.training-banner-section .thankyou-msg-wrapper .get-in-touch .content {
  font-size: 16px;
  line-height: 24px;
}
.training-banner-section .thankyou-msg-wrapper .btn-brown {
  background-color: #bf9248;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .training-banner-section .training-form .title {
    font-size: 22px;
    line-height: 32px;
    font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
  }
  .training-banner-section .training-form .step-form .radio-list .custom-radio {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .training-banner-section {
    min-height: calc(100vh - 131px);
  }
  .training-banner-section .top-negative {
    margin-top: 0;
    min-height: calc(100vh - 131px);
  }
  .training-banner-section .banner-image {
    width: 50%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }
  .training-banner-section .banner-overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  }
  .training-banner-section .training-details {
    padding-right: 40px;
    min-height: 70vh;
    max-height: 70vh;
    overflow-y: auto;
  }
  .training-banner-section .training-details::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .training-banner-section .training-details::-webkit-scrollbar-thumb {
    background: #ffffff;
  }
  .training-banner-section .training-details::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .training-banner-section .training-details .heading {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 48px;
  }
  .training-banner-section .training-details .heading br {
    display: block;
  }
  .training-banner-section .training-details .read-more-list {
    color: #ffffff;
  }
  .training-banner-section .training-details .read-more-list .item .content {
    -webkit-line-clamp: 3;
  }
  .training-banner-section .training-details .read-more-list .read-more {
    color: #ffffff;
    display: inline-block;
  }
  .training-banner-section .training-details .our-course-list {
    margin-top: 50px;
    color: #ffffff;
  }
  .training-banner-section .training-details .our-course-list .title {
    color: #ffffff;
  }
  .training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item + .accordion-item {
    border-color: #ffffff;
  }
  .training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-header .accordion-button {
    color: #ffffff;
  }
  .training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-header .accordion-button:after {
    color: #ffffff;
  }
  .training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-header .accordion-button .services-icon {
    filter: brightness(0) invert(1);
  }
  .training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-collapse .accordion-body {
    color: #ffffff;
  }
  .training-banner-section .training-details .our-course-list .ourCourseAccordion .accordion-item .accordion-collapse .accordion-body .course-details {
    font-size: 16px;
    line-height: 24px;
  }
  .training-banner-section .training-form {
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .training-banner-section .training-form .step-form {
    max-height: 325px;
    overflow-y: auto;
  }
  .training-banner-section .thankyou-msg-wrapper {
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .training-banner-section .thankyou-msg-wrapper .title-wrapper .sub-title {
    font-size: 18px;
    line-height: 28px;
  }
  .training-banner-section .thankyou-msg-wrapper .get-in-touch .content {
    font-size: 18px;
    line-height: 28px;
  }
}
/* Traning and Service page end*/
/* Event page start*/
.event-banner-section {
  background-image: url("../images/event-banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 450px;
  position: relative;
  z-index: 1;
}
.event-banner-section .heading {
  font-size: 24px;
  line-height: 28px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.event-banner-section .heading br {
  display: none;
}
.event-banner-section .eventDetails {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.event-banner-section .eventDetails::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  height: 2px;
  width: 120px;
  border-radius: 8px;
}
.event-banner-section .eventDetails .date-location {
  color: #ffffff;
}
.event-banner-section .eventDetails .date-location .date,
.event-banner-section .eventDetails .date-location .location {
  position: relative;
  padding-left: 30px;
}
.event-banner-section .eventDetails .date-location .date::before,
.event-banner-section .eventDetails .date-location .location::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.event-banner-section .eventDetails .date-location .date {
  margin-bottom: 10px;
}
.event-banner-section .eventDetails .date-location .date::before {
  background-image: url("../images/calendar-white.svg");
}
.event-banner-section .eventDetails .date-location .location::before {
  background-image: url("../images/location-white.svg");
}
.event-banner-section .btn {
  background-color: #ffffff;
  color: #231f20;
  margin-top: 25px;
  position: relative;
}
.event-banner-section .btn:hover, .event-banner-section .btn:focus, .event-banner-section .btn:active {
  color: #ffffff;
}
.event-banner-section::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(191, 146, 72, 0) 40.98%, rgb(191, 146, 72) 60%);
  width: 100%;
  z-index: 0;
}
.event-banner-section.banner-bg-video {
  background: none;
  min-height: 400px;
}
.event-banner-section.banner-bg-video::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(43, 43, 43, 0) 37.98%, #2b2b2b 61.93%);
  width: 100%;
  z-index: 0;
}
.event-banner-section.banner-bg-video .video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.event-banner-section.no-banner {
  min-height: auto;
}
.event-banner-section.no-banner::before {
  background-color: #bf9248;
}

@media only screen and (min-width: 400px) {
  .event-banner-section {
    min-height: 500px;
    background-size: auto 80%;
  }
}
@media only screen and (min-width: 520px) {
  .event-banner-section {
    background-size: 100% 90%;
    min-height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .event-banner-section {
    background-size: 60% 100%;
    background-position: top right;
    min-height: 400px;
    align-items: center;
  }
  .event-banner-section::before {
    background: linear-gradient(270deg, rgba(191, 146, 72, 0) 48%, rgb(191, 146, 72) 60%);
  }
  .event-banner-section.banner-bg-video::before {
    background: linear-gradient(270deg, rgba(78, 78, 78, 0) 21.88%, rgba(25, 24, 24, 0.74) 90.89%);
  }
  .event-banner-section.banner-bg-video .video {
    height: 100%;
  }
  .event-banner-section .heading {
    font-size: 32px;
    line-height: 48px;
  }
  .event-banner-section .heading br {
    display: inline-block;
  }
  .event-banner-section .eventDetails {
    display: flex;
    gap: 15px;
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .event-banner-section {
    min-height: 500px;
  }
  .event-banner-section.banner-bg-video {
    min-height: 500px;
  }
  .event-banner-section.no-banner {
    min-height: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .event-banner-section {
    min-height: 600px;
  }
  .event-banner-section.banner-bg-video {
    min-height: 500px;
  }
  .event-banner-section.no-banner {
    min-height: 350px;
  }
}
.event-card-listing .event-card {
  border-radius: 0px;
  border: none;
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;
}
.event-card-listing .event-card:hover, .event-card-listing .event-card:focus, .event-card-listing .event-card:active {
  box-shadow: none;
  color: #231f20;
}
.event-card-listing .event-card .card-img-top {
  border-radius: 0px;
}
.event-card-listing .event-card .card-body {
  border-radius: 0px;
}
.event-card-listing .event-card .card-body .sub-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.event-card-listing .event-card .card-body .title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.event-card-listing .event-card .card-body .details {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #f2f2f2;
  font-size: 14px;
  line-height: 24px;
}
.event-card-listing .event-card .card-body .details .date,
.event-card-listing .event-card .card-body .details .location {
  position: relative;
  padding-left: 30px;
}
.event-card-listing .event-card .card-body .details .date::before,
.event-card-listing .event-card .card-body .details .location::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(1) invert(1);
}
.event-card-listing .event-card .card-body .details .date {
  margin-bottom: 10px;
}
.event-card-listing .event-card .card-body .details .date::before {
  background-image: url("../images/calendar-white.svg");
}
.event-card-listing .event-card .card-body .details .location::before {
  background-image: url("../images/location-white.svg");
}

@media only screen and (min-width: 768px) {
  .event-card-listing .event-card {
    box-shadow: none;
    margin-bottom: 15px;
  }
  .event-card-listing .event-card:hover {
    box-shadow: 0px 0px 24px 0px rgba(136, 136, 136, 0.32);
  }
  .event-card-listing .event-card .card-body .title {
    min-height: 50px;
  }
  .event-card-listing .event-card .card-body .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: #9c9b9b;
    font-size: 13px;
    line-height: 24px;
  }
  .event-card-listing .event-card .card-body .details .date {
    margin-bottom: 0px;
  }
  .event-card-listing .event-card .card-body .details .date::before,
  .event-card-listing .event-card .card-body .details .location::before {
    filter: brightness(0.3) invert(1);
  }
}
/* Event page end*/
/* Media Press page start*/
.mp-banner-section {
  background: linear-gradient(90deg, #fcf2d3 0%, #efd3a4 94.28%);
}
.mp-banner-section .heading {
  font-size: 24px;
  line-height: 28px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.mp-banner-section .heading .text-blue {
  color: #bf9248;
}

/* .service-content {
  @include fontSizeLineHeight(16px, 24px);
}
.service-card {
  @extend .transition-400ms-all;
  padding: 10px;
  position: relative;
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;

  .card-img {
    @extend .transition-400ms-all;
  }

  .card-content {
    background-color: $colorWhite;
    @extend .transition-400ms-all;

    .title {
      @include fontSizeLineHeight(18px, 24px);
      @include fontFamily("Futura-Medium");
      @extend .transition-400ms-all;
      padding-top: 10px;
    }
    .description {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      margin-top: 10px;
      margin-bottom: 10px;
      @extend .transition-400ms-all;
    }
    .btn {
      // margin-top: 15px;
      @extend .transition-400ms-all;
    }
  }

}*/
@media only screen and (min-width: 768px) {
  .mp-banner-section {
    background-size: cover;
  }
  .mp-banner-section .heading {
    font-size: 32px;
    line-height: 48px;
  }
}
.mp-news-row .news-card {
  margin-bottom: 25px;
  display: block;
  border-radius: 0px;
  border-color: #f2f2f2;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
}
.mp-news-row .news-card:hover {
  color: #231f20;
  box-shadow: none;
}
.mp-news-row .news-card .card-img-top {
  border-radius: 0px;
}
.mp-news-row .news-card .news-details {
  padding: 8px 16px;
}
.mp-news-row .news-card .news-details .posted-website {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #9c9b9b;
}
.mp-news-row .news-card .news-details .posted-website:hover {
  color: #231f20;
}
.mp-news-row .news-card .news-details .posted-website .ago {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 22px;
}
.mp-news-row .news-card .news-details .posted-website .ago::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0px, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/timer.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.mp-news-row .news-card .news-details .title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.mp-news-row .news-card .news-details .read-more {
  color: #bf9248;
  text-decoration: underline;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  display: inline;
}
.mp-news-row .news-card .news-details .read-more:hover, .mp-news-row .news-card .news-details .read-more:focus, .mp-news-row .news-card .news-details .read-more:active {
  color: #bf9248;
}
.mp-news-row .news-card .news-details .read-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.mp-news-row .news-sidebar-card {
  margin-bottom: 25px;
  display: block;
  border-radius: 0px;
  border: none;
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row {
  border: 1px solid #f2f2f2;
  margin-bottom: 25px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row:hover {
  color: #231f20;
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row .card-img-left {
  width: 100%;
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row .news-details {
  padding: 8px 16px;
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row .news-details .posted-website {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #9c9b9b;
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row .news-details .posted-website .ago {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 22px;
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row .news-details .posted-website .ago::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0px, -50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/timer.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row .news-details .title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row .news-details .read-more {
  color: #bf9248;
  text-decoration: underline;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row .news-details .read-more:hover, .mp-news-row .news-sidebar-card .news-sidebar-card-row .news-details .read-more:focus, .mp-news-row .news-sidebar-card .news-sidebar-card-row .news-details .read-more:active {
  color: #bf9248;
}
.mp-news-row .news-sidebar-card .news-sidebar-card-row .news-details .read-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .mp-news-row .news-card .news-details .title {
    font-size: 18px;
    line-height: 28px;
  }
  .mp-news-row .news-sidebar-card .news-sidebar-card-row:hover {
    box-shadow: 0px 0px 24px 0px rgba(136, 136, 136, 0.32);
  }
}
@media only screen and (min-width: 992px) {
  .mp-news-row .news-card {
    box-shadow: none;
  }
  .mp-news-row .news-card:hover {
    box-shadow: 0px 0px 24px 0px rgba(136, 136, 136, 0.32);
  }
  .mp-news-row .news-sidebar-card .news-sidebar-card-row {
    box-shadow: none;
  }
  .mp-news-row .news-sidebar-card .news-sidebar-card-row:hover {
    box-shadow: 0px 0px 24px 0px rgba(136, 136, 136, 0.32);
  }
}
/* Media Press page end*/
/* Event Details page start*/
.event-all-details .heading {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.event-all-details .heading::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 120px;
  height: 2px;
  background-color: #231f20;
}
.event-all-details .event-content {
  display: flex;
  align-items: center;
  gap: 25px;
}
.event-all-details .event-content .date,
.event-all-details .event-content .location {
  font-size: 14px;
  line-height: 22px;
}
.event-all-details .event-content .date .sub-title,
.event-all-details .event-content .location .sub-title {
  color: #bf9248;
  margin-top: 5px;
}
.event-all-details .description {
  margin-top: 25px;
  font-size: 14px;
  line-height: 22px;
}
.event-all-details .description .content + .content {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .event-all-details .heading {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .event-all-details .event-content {
    border-left: 2px solid #231f20;
    padding-left: 25px;
  }
  .event-all-details .event-content .date .title,
  .event-all-details .event-content .location .title {
    font-size: 16px;
    line-height: 24px;
  }
  .event-all-details .event-content .date .sub-title,
  .event-all-details .event-content .location .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .event-all-details .description {
    font-size: 16px;
    line-height: 24px;
  }
}
.event-highlight-points {
  background-image: url("../images/event-hightlight-points-banner-bg-mob.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 300px;
}
.event-highlight-points .heading {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.event-highlight-points .heading::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 120px;
  height: 2px;
  background-color: #ffffff;
}
.event-highlight-points .bullet-points-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-top: 40px;
}
.event-highlight-points .bullet-points-list .point {
  padding-left: 40px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.event-highlight-points .bullet-points-list .point::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  filter: brightness(0) invert(1);
  border: 1px solid #231f20;
  border-radius: 50px;
}
.event-highlight-points .bullet-points-list .point + .point {
  margin-top: 10px;
}

@media only screen and (min-width: 360px) {
  .event-highlight-points {
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 768px) {
  .event-highlight-points .heading {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .event-highlight-points .bullet-points-list .point {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .event-highlight-points {
    background-image: url("../images/event-hightlight-points-banner-bg.png");
    background-size: cover;
    padding-top: 48px;
  }
}
.event-gallery-slider.slick-slider {
  margin-bottom: 0px;
}
.event-gallery-slider .slick-prev,
.event-gallery-slider .slick-next {
  background-color: #bf9248;
  color: #ffffff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  left: unset;
  top: -48px;
}
.event-gallery-slider .slick-prev::before,
.event-gallery-slider .slick-next::before {
  content: "";
  background-image: url("../images/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 16px;
  opacity: 1;
  flex: 1 1 100%;
  transform: translate(2px, 0px);
}
.event-gallery-slider .slick-prev.slick-disabled,
.event-gallery-slider .slick-next.slick-disabled {
  opacity: 0.5;
}
.event-gallery-slider .slick-prev {
  right: 45px;
}
.event-gallery-slider .slick-prev::before {
  transform: rotateY(180deg);
}
.event-gallery-slider .slick-dots {
  position: relative;
  bottom: 0px;
  margin-top: 10px;
}
.event-gallery-slider .slick-dots li {
  padding: 0;
  cursor: pointer;
  margin: 0px;
  width: 30px;
  height: 5px;
}
.event-gallery-slider .slick-dots li:hover button::before {
  background-color: #bf9248;
}
.event-gallery-slider .slick-dots li.slick-active button::before {
  background-color: #bf9248;
  opacity: 1;
}
.event-gallery-slider .slick-dots li + li {
  margin-left: 5px;
}
.event-gallery-slider .slick-dots li button {
  padding: 0px;
  width: 30px;
  height: 5px;
}
.event-gallery-slider .slick-dots li button::before {
  content: "";
  background-color: #9c9b9b;
  width: 30px;
  height: 5px;
  border-radius: 10px;
}
.event-gallery-slider .item {
  margin-right: 15px;
}
.event-gallery-slider .item:last-child {
  margin-right: 0px;
}

@media only screen and (min-width: 768px) {
  .event-gallery-slider .slick-dots li + li {
    margin-left: 10px;
  }
  .event-gallery-slider .slick-dots li button::before {
    width: 25px;
  }
}
/* Event Details page end*/
/* Contact US page start*/
.pop-banner-section {
  background-image: url("../images/IIJSpopupbackgroundstrap.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us-banner-section {
  background-image: url("../images/conact-us-banner-bg-mob.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-us-banner-section .contact-us-details {
  color: #ffffff;
  margin-bottom: 50px;
}
.contact-us-banner-section .contact-us-details .heading {
  font-size: 20px;
  line-height: 24px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.contact-us-banner-section .contact-us-details .btn {
  background-color: #ffffff;
  color: #231f20;
  margin-top: 25px;
}
.contact-us-banner-section .contact-us-details .btn:hover, .contact-us-banner-section .contact-us-details .btn:focus, .contact-us-banner-section .contact-us-details .btn:active {
  color: #ffffff;
}
.contact-us-banner-section .contact-us-form {
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 23, 57, 0.0784313725);
  padding: 20px;
}

@media only screen and (min-width: 535px) {
  .contact-us-banner-section {
    background-size: 100% 400px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-us-banner-section {
    background-image: url("../images/contact-us-banner-bg.png");
    background-size: cover;
  }
  .contact-us-banner-section .contact-us-details {
    margin-bottom: 0px;
  }
  .contact-us-banner-section .contact-us-details .heading {
    font-size: 32px;
    line-height: 38px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .contact-us-banner-section .contact-us-details .heading::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #ffffff;
    height: 2px;
    width: 120px;
    border-radius: 8px;
  }
  .contact-us-banner-section .contact-us-form {
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 50px;
  }
  .pop-banner-section {
    background-image: url("../images/IIJSpopupbackgroundstrap.jpg");
    background-size: cover;
  }
}
/* Contact US page end*/
/* 404 page not found start*/
.page-not-found {
  text-align: center;
}

/* 404 page not found end*/
/* Dashboard start*/
.dashboard {
  box-shadow: 0px 0px 16px rgba(0, 23, 57, 0.2);
  padding: 20px;
  border-radius: 8px;
}
.dashboard .user-box-wrapper {
  padding: 16px;
  border: 1px solid #bf9248;
  border-radius: 10px;
  height: 100%;
}
.dashboard .user-box-wrapper .user-details .number a {
  color: #231f20;
  overflow-wrap: anywhere;
}
.dashboard .user-box-wrapper .user-details .number a:hover, .dashboard .user-box-wrapper .user-details .number a:active, .dashboard .user-box-wrapper .user-details .number a:focus {
  color: #231f20;
}
.dashboard .user-box-wrapper .action-btn {
  padding-top: 10px;
}
.dashboard .user-box-wrapper .action-btn a {
  color: #bf9248;
  text-decoration: underline;
}
.dashboard .user-box-wrapper .action-btn a:hover, .dashboard .user-box-wrapper .action-btn a:active, .dashboard .user-box-wrapper .action-btn a:focus {
  color: #bf9248;
  text-decoration: underline;
}
.dashboard .user-box-wrapper .action-btn .edit-details {
  margin-bottom: 5px;
}
.dashboard .orders-wrapper {
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
}
.dashboard .orders-wrapper .badge-title {
  margin-bottom: 25px;
  color: #9c9b9b;
}
.dashboard .orders-wrapper .badge-title .badge {
  background-color: #bf9248;
  position: relative;
  top: -1px;
}
.dashboard .orders-wrapper .order-box-col {
  margin-bottom: 20px;
}
.dashboard .orders-wrapper .order-box-col + .order-box-col {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
.dashboard .orders-wrapper .order-box-col:last-child {
  margin-bottom: 0px;
}
.dashboard .orders-wrapper .order-box-col .order-item-wrapper {
  padding: 10px;
}
.dashboard .orders-wrapper .order-box-col .heading {
  margin-bottom: 15px;
  font-weight: bold;
}
.dashboard .orders-wrapper .order-box-col .order-details .order-row {
  display: flex;
}
.dashboard .orders-wrapper .order-box-col .order-details .order-row + .order-row {
  margin-top: 10px;
}
.dashboard .orders-wrapper .order-box-col .order-details .order-row .content {
  flex: 1 1 50%;
}
.dashboard .orders-wrapper .order-box-col .order-details .order-row .content + .content {
  padding-left: 15px;
  position: relative;
}
.dashboard .orders-wrapper .order-box-col .order-details .order-row .content + .content::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1px;
  height: 100%;
  border: 1px solid #231f20;
}
.dashboard .orders-wrapper .form .main-btn {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .dashboard .orders-wrapper .order-box-col + .order-box-col {
    border: none;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .dashboard .orders-wrapper .form .main-btn {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .dashboard {
    box-shadow: none;
    padding: 0px;
  }
  .dashboard .orders-wrapper .order-box-col .heading {
    min-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
/* Dashboard end*/
/* New Age Amenities start*/
.new-age-amenities .nav-pills-menu {
  text-align: center;
  padding-bottom: 40px;
}
.new-age-amenities .nav-pills {
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #f2f2f2;
  justify-content: center;
  display: inline-flex;
}
.new-age-amenities .nav-pills .nav-link {
  color: #231f20;
}
.new-age-amenities .nav-pills .nav-link.active {
  color: #ffffff;
}
.new-age-amenities .tab-pane .section-head-sm {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  display: block;
}
.new-age-amenities .tab-pane .badge {
  background-color: #f2f2f2;
  color: #231f20;
  padding: 7px 10px;
  border-radius: 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.new-age-amenities .tab-pane .section-content, .new-age-amenities .tab-pane .mission-vision-wrapper .gradient-box .mission-vision-content p, .mission-vision-wrapper .gradient-box .mission-vision-content .new-age-amenities .tab-pane p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.new-age-amenities .tab-pane .read-more {
  color: #bf9248;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 15px 0px;
  display: inline-block;
}
.new-age-amenities .tab-pane .bullet-points-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.new-age-amenities .tab-pane .bullet-points-list .point {
  padding-left: 35px;
  position: relative;
  color: #231f20;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 28px;
  flex: 1 1 50%;
}
.new-age-amenities .tab-pane .bullet-points-list .point::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon1::before {
  background-image: url("../images/key-area-icon1.svg");
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon2::before {
  background-image: url("../images/key-area-icon2.svg");
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon3::before {
  background-image: url("../images/key-area-icon3.svg");
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon4::before {
  background-image: url("../images/key-area-icon4.svg");
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon5::before {
  background-image: url("../images/key-area-icon5.svg");
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon6::before {
  background-image: url("../images/key-area-icon6.svg");
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon7::before {
  background-image: url("../images/key-area-icon7.svg");
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon8::before {
  background-image: url("../images/key-area-icon8.svg");
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon9::before {
  background-image: url("../images/key-area-icon9.svg");
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon10::before {
  background-image: url("../images/key-area-icon10.svg");
}
.new-age-amenities .tab-pane .bullet-points-list .point.icon11::before {
  background-image: url("../images/key-area-icon11.svg");
}
.new-age-amenities .tab-pane .img-shadow {
  position: relative;
}
.new-age-amenities .tab-pane .img-shadow::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #eaeaea;
  z-index: -1;
  border-radius: 8px;
  transform: rotate(-4deg);
}
.new-age-amenities .secure-spot {
  padding: 20px 15px;
  background-color: #fcf2d3;
  margin-top: 60px;
}
.new-age-amenities .secure-spot .section-content, .new-age-amenities .secure-spot .mission-vision-wrapper .gradient-box .mission-vision-content p, .mission-vision-wrapper .gradient-box .mission-vision-content .new-age-amenities .secure-spot p {
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .new-age-amenities .tab-pane .bullet-points-list .point {
    font-size: 16px;
    line-height: 28px;
    /* &::before {
        width: 28px;
        height: 28px;
        background-size: 26px;
    } */
  }
}
.amenities-modal .modal-content {
  overflow: visible;
}
.amenities-modal .modal-header {
  border: none;
  display: block;
}
.amenities-modal .modal-body {
  padding-top: 0px;
}
.amenities-modal .section-head-sm {
  font-size: 20px;
  line-height: 24px;
  display: block;
}
.amenities-modal .badge {
  background-color: #f2f2f2;
  color: #231f20;
  padding: 7px 10px;
  border-radius: 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}
.amenities-modal .card-box-list .card {
  background-color: #fcf2d3;
  border-color: #efd3a4;
  border-radius: 16px;
  height: 100%;
}
.amenities-modal .card-box-list .card-body {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.amenities-modal .card-box-list .main-content .title {
  font-size: 16px;
  line-height: 24px;
  color: #bf9248;
  font-weight: 400;
}
.amenities-modal .card-box-list .main-content .content {
  font-size: 14px;
  line-height: 22px;
}
.amenities-modal .card-box-list .icon-wrapper {
  padding-top: 25px;
}
.amenities-modal .card-box-list .icon-circle {
  background-color: #efd3a4;
  width: 48px;
  height: 48px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  display: block;
}
.amenities-modal .card-box-list .icon-circle.icon1 {
  background-image: url("../images/key-area-icon1.svg");
}
.amenities-modal .card-box-list .icon-circle.icon2 {
  background-image: url("../images/key-area-icon2.svg");
}
.amenities-modal .card-box-list .icon-circle.icon3 {
  background-image: url("../images/key-area-icon3.svg");
}
.amenities-modal .card-box-list .icon-circle.icon4 {
  background-image: url("../images/key-area-icon4.svg");
}
.amenities-modal .card-box-list .icon-circle.icon5 {
  background-image: url("../images/key-area-icon5.svg");
}
.amenities-modal .card-box-list .icon-circle.icon6 {
  background-image: url("../images/key-area-icon6.svg");
}
.amenities-modal .card-box-list .icon-circle.icon7 {
  background-image: url("../images/key-area-icon2.svg");
}
.amenities-modal .card-box-list .icon-circle.icon8 {
  background-image: url("../images/key-area-icon7.svg");
}
.amenities-modal .card-box-list .icon-circle.icon9 {
  background-image: url("../images/key-area-icon8.svg");
}
.amenities-modal .card-box-list .icon-circle.icon10 {
  background-image: url("../images/key-area-icon9.svg");
}
.amenities-modal .card-box-list .icon-circle.icon11 {
  background-image: url("../images/key-area-icon10.svg");
}
.amenities-modal .card-box-list .icon-circle.icon12 {
  background-image: url("../images/key-area-icon11.svg");
}

@media only screen and (min-width: 768px) {
  .amenities-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .amenities-modal .section-head-sm {
    font-size: 24px;
    line-height: 28px;
  }
  .amenities-modal .card-box-list .main-content .title {
    font-size: 20px;
    line-height: 24px;
  }
}
/* New Age Amenities end*/
/* footer start*/
.footer {
  background-color: #231f20;
  color: #ffffff;
}
.footer .footer-logo {
  margin-bottom: 15px;
  display: block;
}
.footer .footer-logo img {
  width: 250px;
}
.footer .company-content {
  font-size: 14px;
  line-height: 22px;
}
.footer .footer-title {
  color: #9c9b9b;
  border-bottom: 1px solid #9c9b9b;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.footer .footer-menu-item-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.footer .footer-menu-item-list .item + .item {
  margin-top: 5px;
}
.footer .footer-menu-item-list .item .item-link {
  color: #ffffff;
}
.footer .footer-menu-item-list .item .item-link:hover, .footer .footer-menu-item-list .item .item-link:focus, .footer .footer-menu-item-list .item .item-link:active {
  color: #bf9248;
}
.footer .contact-details {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.footer .contact-details a {
  color: #ffffff;
}
.footer .contact-details a:hover, .footer .contact-details a:active, .footer .contact-details a:active {
  color: #bf9248;
}
.footer .contact-details .phone,
.footer .contact-details .email,
.footer .contact-details .location {
  padding-left: 25px;
  position: relative;
}
.footer .contact-details .phone::after,
.footer .contact-details .email::after,
.footer .contact-details .location::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 21px;
  height: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .contact-details .phone,
.footer .contact-details .email {
  margin-bottom: 10px;
}
.footer .contact-details .phone:after {
  background-image: url("../images/call.png");
}
.footer .contact-details .email::after {
  background-image: url("../images/mail.png");
}
.footer .contact-details .location::after {
  background-image: url("../images/location.png");
}
.footer .subscribe .title {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 5px;
}
.footer .subscribe .update {
  color: #9c9b9b;
}
.footer .subscribe .subscribe-form .input-group .form-control {
  border-radius: 2px;
  border-color: #bf9248;
  padding: 15px 10px;
  background-color: #231f20;
  color: #ffffff;
}
.footer .subscribe .subscribe-form .input-group .form-control:focus {
  box-shadow: none;
}
.footer .subscribe .subscribe-form .input-group .input-group-text {
  border-color: #bf9248;
  background-color: #bf9248;
  border-radius: 0px;
  cursor: pointer;
}
.footer .subscribe .subscribe-form .thank-you-msg p {
  color: #ffffff !important;
}
.footer .subscribe .social-item-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
}
.footer .subscribe .social-item-list .item {
  text-align: center;
}
.footer .subscribe .social-item-list .item + .item {
  margin-left: 10px;
}
.footer .subscribe .social-item-list .item .item-link {
  width: 33px;
  height: 33px;
  display: inline-block;
  color: #bf9248;
}
.footer .subscribe .social-item-list .item .item-link .fa-brands {
  color: #bf9248;
  font-size: 28px;
  line-height: 34px;
}
.footer .subscribe .social-item-list .item .item-link:hover, .footer .subscribe .social-item-list .item .item-link:focus, .footer .subscribe .social-item-list .item .item-link:active {
  color: #ffffff;
}
.footer .subscribe .social-item-list .item .item-link:hover .fa-brands, .footer .subscribe .social-item-list .item .item-link:focus .fa-brands, .footer .subscribe .social-item-list .item .item-link:active .fa-brands {
  color: #ffffff;
}

.copyright {
  background-color: #231f20;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}
.copyright .menu-item-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.copyright .menu-item-list.horizontal {
  display: flex;
  align-items: center;
}
.copyright .menu-item-list .item + .item {
  margin-left: 10px;
}
.copyright .menu-item-list .item .item-link {
  color: #ffffff;
}
.copyright .menu-item-list .item .item-link:hover, .copyright .menu-item-list .item .item-link:focus, .copyright .menu-item-list .item .item-link:active {
  color: #bf9248;
}
.copyright a {
  color: #ffffff;
  margin-bottom: 8px;
}
.copyright a:hover {
  color: #ffffff;
}

@media only screen and (min-width: 576px) {
  .copyright {
    text-align: left;
  }
  .copyright a {
    margin-bottom: 0px;
  }
  .copyright .copytext {
    text-align: right;
  }
}
/* footer end*/
/* start chatbox */
.chatbot-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  min-width: 260px;
  height: 70px;
  border-radius: 12px;
  background-color: #bf9248;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
}
.chatbot-btn .img-wrapper {
  border: 3px solid #231f20;
  border-radius: 50%;
  position: relative;
  min-width: 56px;
  min-height: 56px;
  background: #fbf1d3;
}
.chatbot-btn .img-wrapper::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #3bb54a;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.chatbot-btn .img-wrapper img {
  max-width: 50px;
}
.chatbot-btn .chatbot-btn-text span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.chatbot-btn .chatbot-btn-text span:first-child {
  font-weight: 700;
}

.chatbot-screen {
  width: 350px;
  height: calc(100vh - 80px);
  position: fixed;
  right: 20px;
  bottom: 40px;
  background-color: #eaeaea;
  z-index: 9999;
  border-radius: 20px;
  display: none;
}
.chatbot-screen .chatbot-header {
  display: flex;
  padding: 10px;
  background-color: #bf9248;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  min-height: 66px;
}
.chatbot-screen .chatbot-header .img-wrapper {
  border: 3px solid #231f20;
  border-radius: 50%;
  position: relative;
  min-width: 46px;
  background: #fbf1d3;
}
.chatbot-screen .chatbot-header .img-wrapper::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #3bb54a;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.chatbot-screen .chatbot-header .img-wrapper img {
  max-width: 40px;
}
.chatbot-screen .chatbot-header .chatbot-btn-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.chatbot-screen .chatbot-header .chatbot-btn-text span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.chatbot-screen .chatbot-header .chatbot-btn-text span:first-child {
  font-weight: 700;
}
.chatbot-screen .chatbot-header .btn-close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: calc(50% - 16px);
}
.chatbot-screen .chatbot-header .btn-close:focus {
  box-shadow: none;
}
.chatbot-screen .chatbot-body {
  height: calc(100% - 126px);
  overflow-y: auto;
  padding: 0px 10px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  align-content: flex-end;
}
.chatbot-screen .chatbot-body::-webkit-scrollbar {
  width: 3px;
  background-color: #9c9b9b;
}
.chatbot-screen .chatbot-body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #bf9248;
  outline: none;
}
.chatbot-screen .chatbot-body .chatbot-incoming-message-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  padding-bottom: 18px;
  align-content: flex-end;
}
.chatbot-screen .chatbot-body .chatbot-incoming-message-wrapper .message-icon {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  margin-right: 6px;
}
.chatbot-screen .chatbot-body .chatbot-incoming-message-wrapper .message-icon img {
  width: 20px;
  height: 20px;
}
.chatbot-screen .chatbot-body .chatbot-incoming-message-wrapper .message-text {
  display: inline-block;
  font-size: 14px;
  background-color: #cacaca;
  padding: 8px 15px;
  border-radius: 15px;
  position: relative;
}
.chatbot-screen .chatbot-body .chatbot-incoming-message-wrapper .message-text::after {
  content: attr(data-date);
  position: absolute;
  bottom: -18px;
  left: 0;
  font-size: 13px;
  line-height: 18px;
  width: 90px;
}
.chatbot-screen .chatbot-body .chatbot-outgoing-message-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding-bottom: 18px;
  align-content: flex-end;
}
.chatbot-screen .chatbot-body .chatbot-outgoing-message-wrapper .message-text {
  display: inline-block;
  font-size: 14px;
  background-color: #bf9248;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 15px 15px 3px 15px;
  position: relative;
}
.chatbot-screen .chatbot-body .chatbot-outgoing-message-wrapper .message-text::after {
  content: attr(data-date);
  position: absolute;
  bottom: -18px;
  right: 0;
  font-size: 13px;
  line-height: 18px;
  color: #231f20;
  width: 90px;
  text-align: right;
}
.chatbot-screen .chatbot-body .chatbot-suggestions-wrapper {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  flex-wrap: wrap;
}
.chatbot-screen .chatbot-body .chatbot-suggestions-wrapper a.chatbot-suggestion {
  display: inline-block;
  font-size: 14px;
  background-color: #fbd087;
  color: #231f20;
  padding: 10px 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: 8px;
}
.chatbot-screen .chatbot-footer {
  padding: 10px;
  background-color: #231f20;
  border-radius: 0px 0px 20px 20px;
  min-height: 60px;
}
.chatbot-screen .chatbot-footer .chatbot-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chatbot-screen .chatbot-footer .chatbot-input-wrapper .input-group {
  width: calc(100% - 50px);
}
.chatbot-screen .chatbot-footer .chatbot-input-wrapper .chatbot-input {
  height: 40px;
  border-radius: 20px;
  background-color: #231f20;
  border: none;
  outline: none;
  padding: 0px 10px;
  color: #ffffff;
}
.chatbot-screen .chatbot-footer .chatbot-input-wrapper .chatbot-input:focus {
  box-shadow: none;
}
.chatbot-screen .chatbot-footer .chatbot-input-wrapper .chatbot-send-btn {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 20px;
  padding: 0;
  cursor: pointer;
}
.chatbot-screen .chatbot-footer .chatbot-input-wrapper .chatbot-send-btn::after {
  content: "\f1d8";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: none;
  color: #9c9b9b;
  font-size: 20px;
  position: absolute;
  top: calc(50% - 15px);
  left: 5px;
  color: #ffffff;
}

.chatbot-msg-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 10px;
}
.chatbot-msg-loader div {
  position: absolute;
  top: 0px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #bf9248;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.chatbot-msg-loader div:nth-child(1) {
  left: 8px;
  animation: flip1 0.6s infinite;
}
.chatbot-msg-loader div:nth-child(2) {
  left: 8px;
  animation: flip2 0.6s infinite;
}
.chatbot-msg-loader div:nth-child(3) {
  left: 32px;
  animation: flip2 0.6s infinite;
}
.chatbot-msg-loader div:nth-child(4) {
  left: 56px;
  animation: flip3 0.6s infinite;
}

@media only screen and (max-width: 575px) {
  .chatbot-screen {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    border-radius: 0;
  }
  .chatbot-screen .chatbot-header {
    border-radius: 0;
  }
  .chatbot-screen .chatbot-footer {
    border-radius: 0;
  }
}
@keyframes flip1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flip3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes flip2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* end chatbox */
/* start rating */
/* .rating {
    position: relative;
}

.star {
    display: inline-block;
    margin: 5px;
    font-size: 30px;
    color: whitesmoke;
    position: relative;


    &.animate {
        -webkit-animation: stretch-bounce .5s ease-in-out;
    }

    &.hidden {
        opacity: 0;
        display: none;
    }
}

.full {
    &:before {
        font-family: fontAwesome;
        display: inline-block;
        content: "\f005";
        position: relative;
        float: right;
        z-index: 2;
    }
}

.half {
    &:before {
        font-family: fontAwesome;
        content: "\f089";
        position: absolute;
        float: left;
        z-index: 3;
    }
}

.star-colour {
    color: #ffd700;
}

@-webkit-keyframes stretch-bounce {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.5);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    75% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.selected {
    &:before {
        font-family: fontAwesome;
        display: inline-block;
        content: "\f005";
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: scale(1);
        opacity: 1;
        z-index: 1;
    }

    &.pulse {
        &:before {
        -webkit-transform: scale(3);
        opacity: 0;
        }
    }

    &.is-animated {
        &:before {
            transition: 1s ease-out;
        }
    }
} */
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.rating > input {
  display: none;
}
.rating > input:checked ~ label:before {
  opacity: 1;
}
.rating > label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #FFD600;
  cursor: pointer;
}
.rating > label::before {
  content: "★";
  position: absolute;
  opacity: 0;
}
.rating > label:hover:before {
  opacity: 1 !important;
}
.rating > label:hover ~ label:before {
  opacity: 1 !important;
}
.rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

/* end rating */
/* start blur */
.blur-box-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.blur-box-wrap::before {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.blur-box-wrap .card {
  text-align: center;
  top: 60px;
  z-index: 2;
  margin: 0px auto;
  width: 85%;
}
.blur-box-wrap .card .card-title {
  font-family: Futura-Medium, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.blur-box-wrap .card .content {
  font-size: 18px;
  line-height: 24px;
}
.blur-box-wrap .card .content .link {
  color: #bf9248;
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .blur-box-wrap {
    position: absolute;
    top: 130px;
  }
  .blur-box-wrap.top-0 {
    top: 0px;
  }
  .blur-box-wrap .card {
    top: 25px;
    width: 50%;
  }
}
/* end blur */
/* inner page start*/
.inner-banner-section {
  background-image: url("../images/contact-us-banner-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% 270px;
  padding: 80px 0px;
}
.inner-banner-section .inner-details {
  color: #ffffff;
  margin-bottom: 30px;
}
.inner-banner-section .inner-details .heading {
  font-size: 20px;
  line-height: 24px;
  font-family: "Futura-Medium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.inner-banner-section .inner-details .btn {
  background-color: #ffffff;
  color: #231f20;
  margin-top: 25px;
}
.inner-banner-section .inner-details .btn:hover, .inner-banner-section .inner-details .btn:focus, .inner-banner-section .inner-details .btn:active {
  color: #ffffff;
}
.inner-banner-section .inner-form {
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 23, 57, 0.0784313725);
  padding: 20px;
}

@media only screen and (min-width: 535px) {
  .inner-banner-section {
    background-size: 100% 400px;
  }
}
@media only screen and (min-width: 992px) {
  .inner-banner-section {
    background-image: url("../images/contact-us-banner-bg.png");
    background-size: cover;
  }
  .inner-banner-section .inner-details {
    margin-bottom: 0px;
  }
  .inner-banner-section .inner-details .heading {
    font-size: 32px;
    line-height: 38px;
    position: relative;
    margin-bottom: 0px;
  }
  .inner-banner-section .inner-form {
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 50px;
  }
}
/* inner page end*/
/* career page start*/
.job-post-wrapper .post-row .post-title {
  flex-basis: 38%;
}
.job-post-wrapper .bullet-points-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.job-post-wrapper .bullet-points-list .point {
  padding-left: 40px;
  position: relative;
}
.job-post-wrapper .bullet-points-list .point::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border: 1px solid #231f20;
  border-radius: 50px;
}
.job-post-wrapper .bullet-points-list .point + .point {
  margin-top: 10px;
}

.career-gallery-slider.slick-slider {
  margin-bottom: 0px;
}
.career-gallery-slider .slick-prev,
.career-gallery-slider .slick-next {
  background-color: #bf9248;
  color: #ffffff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  left: unset;
  top: -48px;
}
.career-gallery-slider .slick-prev::before,
.career-gallery-slider .slick-next::before {
  content: "";
  background-image: url("../images/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 16px;
  opacity: 1;
  flex: 1 1 100%;
  transform: translate(2px, 0px);
}
.career-gallery-slider .slick-prev.slick-disabled,
.career-gallery-slider .slick-next.slick-disabled {
  opacity: 0.5;
}
.career-gallery-slider .slick-prev {
  right: 45px;
}
.career-gallery-slider .slick-prev::before {
  transform: rotateY(180deg);
}
.career-gallery-slider .slick-dots {
  position: relative;
  bottom: 0px;
  margin-top: 10px;
}
.career-gallery-slider .slick-dots li {
  padding: 0;
  cursor: pointer;
  margin: 0px;
  width: 30px;
  height: 5px;
}
.career-gallery-slider .slick-dots li:hover button::before {
  background-color: #bf9248;
}
.career-gallery-slider .slick-dots li.slick-active button::before {
  background-color: #bf9248;
  opacity: 1;
}
.career-gallery-slider .slick-dots li + li {
  margin-left: 5px;
}
.career-gallery-slider .slick-dots li button {
  padding: 0px;
  width: 30px;
  height: 5px;
}
.career-gallery-slider .slick-dots li button::before {
  content: "";
  background-color: #9c9b9b;
  width: 30px;
  height: 5px;
  border-radius: 10px;
}
.career-gallery-slider .item {
  margin-right: 15px;
}
.career-gallery-slider .item:last-child {
  margin-right: 0px;
}

@media only screen and (min-width: 768px) {
  .career-gallery-slider .slick-dots li + li {
    margin-left: 10px;
  }
  .career-gallery-slider .slick-dots li button::before {
    width: 25px;
  }
}
.animated {
  height: 30px;
  display: block;
  background: #bf9248;
}

.animated-list {
  color: #ffffff;
  background: #bf9248;
  height: 30px;
  white-space: nowrap;
  transform: translateY(0%) translateX(-10%);
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
}
.animated-list span {
  animation: topToBottom 12.5s linear infinite 0s;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.animated-list span:nth-child(2) {
  animation-delay: 2.5s;
}
.animated-list span:nth-child(3) {
  animation-delay: 5s;
}
.animated-list span:nth-child(4) {
  animation-delay: 7.5s;
}
.animated-list span:nth-child(5) {
  animation-delay: 10s;
}

@keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    transform: translateY(-30px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* career page end*/
