@font-face {
  font-family: NexaRegular;
  src: url(../fonts/NexaRegular.woff2) format("woff2"), url(../fonts/NexaRegular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: NexaBold;
  src: url(../fonts/NexaBold.woff2) format("woff2"), url(../fonts/NexaBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

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

@font-face {
  font-family: 'gilroyblack';
  src: url('../fonts/gilroy-black-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroybold';
  src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gilroymedium';
  src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gilroyregular';
  src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gilroysemibold';
  src: url('../fonts/gilroy-semibold-webfont.woff2') format('woff2'),
    url('../fonts/gilroy-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

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

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

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

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
  transition: all 0.5s ease;
}

img {
  max-width: 100%;
}

dl,
ol,
ul {
  margin-bottom: 0;
}

.home .return-site {
  display: none;
}

.gilroybold {
  font-family: 'gilroybold';
}

.gilroysemibold {
  font-family: 'gilroysemibold';
}

.gilroymedium {
  font-family: 'gilroymedium';
}

body {
  font-family: 'gilroyregular';
  margin: 0;
  transition: transform 0.3s;
}

p {
  margin: 0;
}

body.lock-scroll {
  overflow: hidden !important;
}

input::placeholder {
  color: #fff;
}

/*== Nolink ==*/
.no-link:hover::before {
  content: 'Coming Soon';
  background: rgb(239 119 20 / 90%);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 28px;
  font-family: 'gilroysemibold';
  text-align: center;
  z-index: 1;
}
.no-link-icon,
.no-link {
  position: relative;
  transition: all .75s;
}

.no-link-icon:hover::before {
  content: "Coming Soon";
  position: absolute;
  padding: 5px;
  color: #fff;
  background-color: #e87c21;
  top: -40px;
  font-size: 15px;
  width: 110px;
  text-align: center;
  border-radius: 25px;
}
ul.menu-social-links li a.no-link-icon:hover{
  transform: none;
}
.no-link-icon:hover::after {
  content: '';
  border-width: 10px;
  border-style: solid;
  border-color: #e87c21 transparent transparent transparent; /* Adjust color */
  top: -4px;
  position: absolute;
}
/* Navigation Menu - Slide from right */

.navbar-custom {
  background-color: hsla(0, 0%, 0%, 0.5);
  padding: 10px 20px;
  position: relative;
  z-index: 11;
}

.navbar-custom .navbar-toggler {
  padding: 0;
  outline: none;
  border: none;
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("/wp-content/themes/group/img/menu.png");
  filter: brightness(0) invert(7);
  opacity: 1;
  border: 2px solid;
  width: 60px;
  height: 60px;
  background-size: 21px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

.navbar-custom [aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M7 7l16 16M7 23l16-16'/%3e%3c/svg%3e");
}

header .navbar-custom .container .navbar-toggler:not(:disabled):not(.disabled) {
  background: transparent;
  color: #fff;
  padding: 0;
}

.header-logo {
  max-width: 190px;
}

header.nav-down .navbar {
  padding: 10px 0;
}

.search-btn {
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 10px;
}

.search-btn img {
  width: 20px;
}

.search-and-menu {
  display: flex;
}

.header-search {
  position: relative;
  display: flex;
}

#searchInput {
  width: 0;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.header-search.open #searchInput {
  border: none;
  height: 100%;
}

#searchInput.search-input-visible {
  width: 250px;
  border-bottom: 1px solid #ffffff;
}

.header-search.open #searchform {
  width: auto;
  background: #f48129;
  border: 1px solid #f48129;
  transition: all 0.5s ease;
  border-radius: 42px;
  padding: 0 0 0 15px;
  margin: 0 15px 0 0;
  display: flex;
}

.header-search:not(.open) #searchform {
  width: 0;
  padding: 0;
  transition: all 0.5s ease;
  transition: all 0.7s ease;
  overflow: hidden;
}

#searchform .search-btn {
  margin: 0;
  border: none;
}
.header-search.open button#f-search-btn {
  width: 0;
  padding: 0;
  border: 0;
  margin: 0;
}
.header-search:not(.open) #searchform .search-btn {
  display: none;
}

/* Hide the default clear icon in the search input */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.header-search.open #searchInput {
  display: inline-block;
}

.navbar-custom .container {
  z-index: 2;
}

.slide-in-menu {
  position: fixed;
  top: 0;
  right: -35vw;
  width: 35vw;
  height: 100%;
  color: white;
  transition: right 0.5s ease-in-out;
  padding: 150px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  filter: drop-shadow(12px 0px 87px rgba(0, 0, 0, 0.9));
  background-color: rgb(24 43 50 / 50%);
  backdrop-filter: blur(6px);
  border-left: 1px solid #33484d;
}

.slide-in-menu.show {
  right: 0;
}

ul.bcm-main-menu li a:hover {
  color: #e87c21;
}

ul.bcm-main-menu li a {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: 'gilroyregular';
  color: #ffffff;
  text-decoration: none;
  margin: 10px 0;
  display: block;
  text-align: center;
}

ul.menu-social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

ul.menu-social-links li a {
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 1s;
  /* background-position: 0; */
  background-position-y: 50px;
  background-repeat: no-repeat;
}

ul.menu-social-links li a:hover {
  transform: translateY(-10px);
  background-position: 0;
}

ul.menu-social-links li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

ul.menu-social-links li:last-child a {
  margin-right: 0;
}

/* Navigation */




.secction-spacing {
  padding: 100px 0;
  position: relative;
}

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


#pills-tabContent .carousel-control-next-icon,
#pills-tabContent .carousel-control-prev-icon {
  background: none;
  background-image: none;
}

#pills-tabContent .carousel-control-prev-icon::before,
#pills-tabContent .carousel-control-next-icon::before {
  content: '';
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 40px;
}

#pills-tabContent .carousel-control-prev-icon::before {
  content: "\f104";
}

#pills-tabContent .carousel-control-next-icon::before {
  content: "\f105";
}

#pills-tabContent .carousel-control-next,
#pills-tabContent .carousel-control-prev {
  opacity: 1;
}

header .navbar .navbar-nav li.nav-item a.nav-link {
  padding: 0;
  font-family: "gilroyregular";
  font-size: 16px;
  letter-spacing: 0;
  background: transparent !important;
  outline: none;
}

.navbar-nav .nav-item+.nav-item {
  margin-left: 40px;
  outline: none;
}

header .navbar {
  padding: 35px 0 10px;
}

header .navbar .navbar-nav li.nav-item a.nav-link::before {
  bottom: -2px;
  background: #f5822a;
  height: 4px;
}

.social-media-link a {
  display: inline-block;
  width: 22px;
  margin-left: 12px;
}

.social-media-link a svg {
  fill: #fff;
  transition: all 0.6s ease;
}

.social-media-link {
  width: 100%;
  margin-bottom: 10px;
}

.navbar-expand-lg .navbar-collapse {
  flex-direction: column;
}

.social-media-link a:hover svg {
  fill: #f5822a;
  transition: all 0.6s ease;
}

header .navbar.sticky {
  border-radius: 0;
  padding: 0;
  background: #333;
  left: 0;
  padding-top: 16px;
}

/* Banner Css */

.hm_topban {
  background: url(/wp-content/themes/group/img/bcm-group-banner-bg.webp) center/cover no-repeat fixed;
}

.sticky {
  opacity: 0;
  visibility: hidden;
}

.hm_topban h1 {
  font-family: "gilroysemibold";
  font-size: 50px;
  text-transform: uppercase;
}

.banner-images li .img-block .img-normal {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* .banner-images li p{ margin-bottom: 0; font-family: 'gilroyregular'; font-size: 16px; text-transform: uppercase; position: absolute; left: 50%; transform: translateX(-50%); width: 100%; bottom: 5px;} */

.hm_topban ul li {
  width: 20%;
  text-align: center;
  height: 180px;
  display: inline-block;
  max-width: 100%;
  padding: 0 9px;
  transition: all 0.3s ease;
  position: relative;
}

.banner-images li .img-block {
  max-width: 100%;
  height: 100%;
}

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

.banner-images li .explore {
  display: none;
}

.banner-images li>a {
  position: relative;
  display: inline-block;
  height: 100%;
  transition: all 0.3s ease;
  width: 100%;
}

.hm_topban ul {
  margin: 40px 0 50px;
  align-items: center;
  padding-left: 0;
  justify-content: space-between;
}

.hm_topban ul li a {
  transition: all 0.3s ease;
}

.hm_topban ul li a.explore {
  display: none;
}

.hm_topban p {
  font-family: "gilroyregular";
  /* margin: 0; */
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "gilroysemibold";
}

.hm_topban .flip-box-front .content p {
  font-size: 21px;
  margin: 0;
}

/* Vision section css */

.padding-tb {
  padding: 54px 0 60px;
}

.section-title {
  margin-bottom: 30px;
  /* max-width: 1250px; */
  margin: 0 auto 31px;
}

.section-title span>img {
  width: 190px;
}

.section-title h2 {
  font-size: 45px;
  letter-spacing: 0;
  font-family: "gilroymedium";
  color: #182b32;
}

.section-title span {
  display: inline-block;
  margin-bottom: 10px;
}

.section-title .sub-title {
  font-size: 18px;
  margin: 20px auto 30px;
  line-height: 32px;
  font-family: "gilroyregular";
  max-width: 75%;
}

.vision-list li .counter-num,
.vision-list li .counter-num+span {
  color: #f5822a;
  font-size: 65px;
  font-family: "gilroysemibold";
  line-height: normal;
  margin-bottom: 0;
  display: inline-block;
}

.vision-list li .counter-text {
  margin-bottom: 0;
  color: #182b32;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 2px;
  position: relative;
  text-transform: capitalize;
  margin-top: 10px;
}

.vision-list li .counter-text:after {
  content: "";
  height: 2px;
  width: 27%;
  background: #f5822a;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.vision-list ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1242px;
  margin: 0 auto;
  justify-content: space-between;
}

.vision-list#counterMain li {
  list-style: none;
  text-align: center;
  border: 1px solid #f5822a;
  display: inline-block;
  padding: 80px 30px;
  width: 100%;
}

.vision-list#counterMain li:nth-child(3n-1) {
  margin: 0 36px 36px 36px;
}

.vision-list#counterMain li:nth-child(3n),
.vision-list#counterMain li:nth-child(3n+1) {
  margin: 0 0 36px;
}

.vision-list#counterMain li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.yellow-bg {
  background: rgb(232, 124, 33);
  background: radial-gradient(circle, rgb(247 147 63) 53%, rgb(245 130 42) 96%);
}

.vision-list li.yellow-bg .counter-num,
.vision-list li.yellow-bg .counter-text,
.vision-list li.yellow-bg .counter-num+span {
  color: #fff;
}

.vision-list li.yellow-bg .counter-text:after {
  background: #fff;
}

@keyframes counter-text {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .vision.padding-tb {padding-bottom:65px;} */

/* Core Piller Section */
.active,
.collapsible:hover {
  background: transparent;
}

.corepillers-section {
  text-align: center;
  padding: 54px 0px 60px;
  position: relative;
}

.corepillers-section p {
  /* max-width: 60%; */
  margin: 25px auto 40px;
}

.corepillers-section .slider-nav-core {
  overflow: hidden;
}

/* .corepillers-section .pillers-main-div{position: relative;} */
.corepillers-section ul {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  display: flex;
  justify-content: flex-end;
  top: -85px;
  height: 0;
}

.corepillers-section ul li {
  margin: 0 15px;
}

.corepillers-section ul li:last-child {
  margin-right: 0;
}

.corepillers-section ul li a {
  font-size: 18px;
  line-height: 32px;
  color: #182b32;
  padding: 0;
  font-family: "gilroyregular";
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.corepillers-section ul li a:after {
  color: #fff;
  border-bottom: 1px solid #182b32;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  width: 0;
}

.corepillers-section ul li a:hover:after {
  width: 100%;
  border-color: #f5822a;
}

.corepillers-section ul li a.active:after {
  width: 100%;
  border-color: #f5822a;
}

.corepillers-section ul li a.active,
.corepillers-section ul li a:hover {
  color: #f5822a !important;
  background: transparent !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.corepillers-section ul li a span {
  margin-right: 6px;
}

/* .corepillers-section .tab-content .tab-img-main{width: 100%;height: 100%;padding: 22% 0;overflow: hidden;position: relative;} */
/* .corepillers-section .tab-content .tab-img-main img{width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);min-width: 100%;min-height: 100%;max-width: inherit;max-height: inherit; } */
.corepillers-section .tab-detail-box {
  padding: 45px;
  text-align: left;
  margin: -200px 0 0 50px;
  max-width: 530px;
  position: relative;
  z-index: 2;
  min-height: inherit;
}

img.resp-banner-img {
  display: none;
}

.corepillers-section .tab-detail-box h3 {
  font-size: 32px;
  color: #fff;
  font-family: "gilroysemibold";
  letter-spacing: 0.2px;
}

.corepillers-section .tab-detail-box p {
  color: #fff;
  font-size: 18px;
  max-width: 100%;
  margin: 18px 0 30px;
  line-height: 30px;
  text-align: justify;
  font-family: "gilroyregular";
}

.corepillers-section .tab-detail-box a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-family: "gilroymedium";
}

.corepillers-section .tab-detail-box a i.arrow-right {
  display: inline-block;
  width: 30px;
  height: 13px;
  background: url(/wp-content/themes/group/images/right-arrow-green.webp) no-repeat center center;
  background-size: contain;
  margin-left: 20px;
  transition: all 0.3s linear;
}

.corepillers-section .tab-detail-box a:hover i.arrow-right {
  margin-left: 28px;
}

.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.corepillers-section .section-title {
  z-index: 9;
  position: relative;
}

.corepillers-section .read-more:before {
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 0;
}

.corepillers-section .read-more:hover:before {
  width: 100%;
}

.corepillers-section .read-more:hover {
  text-decoration: none;
}

/* Pinnacle of performance */

.vision-list .award-list li:nth-last-child(3n + 3),
.vision-list .award-list li:nth-last-child(3n + 1) {
  margin-right: 66px;
}

/* .vision-list .award-list li:nth-last-child(3n+1){margin-right: 66px;} */
.award-badge {
  max-width: 78px;
  margin: 0 auto;
}

.award-list li {
  padding: 0 15px;
  width: 420px;
  height: auto;
  border: none;
}

.award-list li:first-child {
  /* padding-left: 0; */
}

.award-list li:last-child {
  /* padding-right:0 ; */
}

.award-inner {
  padding: 40px;
  height: 100%;
  position: relative;
  text-align: center;
}

.vision-list .award-list .counter-text {
  text-transform: capitalize;
  font-size: 15px;
  margin-top: 35px;
  color: #fff;
  display: block;
  min-height: 3rem;
}

.award-list li .counter-text:after {
  width: 20%;
  bottom: -5px;
  background: #fff;
}

.award-detail {
  display: block;
  min-height: 110px;
  color: #fff;
  font-size: 16px;
  font-family: "gilroymedium";
  line-height: 1.6;
  margin: 25px auto;
  min-height: 5rem;
}

.award-year {
  display: inline-block;
  font-size: 16px;
  font-family: "gilroymedium";
  color: #f5822a;
  background: #fff;
  padding: 2px 30px;
  border-radius: 20px;
}

.vision-list ul.award-list {
  max-width: 100%;
}

.slick-arrow[aria-disabled="true"] {
  opacity: 0.5;
}

.award-list .slick-dots li {
  width: 17px;
  height: 17px;
  padding: 0;
  border: none;
  margin: 0 10px !important;
  list-style: none;
}

.award-list .slick-dots li button {
  color: transparent;
  border: none;
  background: #c1c1c1;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  outline: none;
}

.award-list .slick-dots li.slick-active button {
  background: #f5822a;
}

.award-list .slick-dots {
  margin-top: 35px;
}

/* .slick-track{display: flex !important; flex-wrap: wrap;} */
.vision.award-section.padding-tb {
  /* padding-bottom: 110px; */
}

/* Company updates css */

.company-updates {
  background: url(/wp-content/themes/group/img/4-company-updates/company-updates-bg.webp) no-repeat;
  background-size: cover;
}

.section-title.white-text h2,
.section-title.white-text .sub-title {
  color: #fff;
}

.updates-detail table thead tr th {
  background: #fff;
  color: #f5822a;
  font-family: "gilroymedium";
  font-size: 18px;
  padding: 10px 15px;
  border-right: 1px solid #f5822a;
}

.updates-detail table thead tr th:last-child {
  border-right: none;
}

.updates-detail table tbody tr td {
  font-family: "gilroyregular";
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.updates-detail table tbody tr td.serial-num {
  width: 110px;
}

.updates-detail table tbody tr td.date {
  width: 220px;
}

.updates-detail table tbody tr td.desc {
  line-height: 1.5;
  max-width: 890px;
  margin: 0 auto;
  border-right: none;
}

.updates-detail table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ffff;
}

.updates-detail table tbody tr td strong {
  display: block;
  font-family: "gilroymedium";
  font-size: 20px;
}

.updates-detail table tbody tr td.desc p {
  line-height: 24px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 5px;
  color: #fff;
}

.updates-detail table tbody tr td.desc .dynamic-gallery-demo strong {
  /* cursor: pointer; */
  vertical-align: middle;
}

.image-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  cursor: pointer;
  color: #182b33;
  position: relative;
  line-height: 26px;
}

.image-icon::before {
  content: "|";
  display: inline-block;
  color: #fff;
  position: absolute;
  left: -15px;
}

.image-icon::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #182b33;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.image-icon img {
  max-width: 100%;
}

.csr-project p {
  color: #fff;
}

.cta-wrap {
  margin-top: 60px;
}

.cta-link,
.custom-btn {
  color: #f5822a;
  text-decoration: none;
  font-family: "gilroymedium";
  background: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 68px;
  font-family: "gilroyregular";
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
}

.cta-link:hover,
.custom-btn:hover {
  text-decoration: none;
  color: #fff;
  transition: all 0.6s ease-in-out;
}

.cta-link:before,
.custom-btn::before {
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgb(232, 124, 33);
  background: radial-gradient(circle,
      rgba(232, 124, 33, 1) 53%,
      rgba(225, 103, 24, 1) 89%);
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}

.cta-link:hover:before,
.custom-btn:hover::before {
  transform: scale(0.99);
  transition: all 0.3s ease-in-out;
}

.contact-main {
  display: flex;
  justify-content: space-between;
}

footer a.active {
  color: #f5822a;
}

header.nav-down.to-top .navbar {
  background: transparent !important;
}

.animate-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9;
  color: #f5822a;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 21px;
  background: #fff;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animate-icon i {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.projects__box-target {
  display: none;
}

.projects__box-desc {
  background: transparent;
}

.clippy-animate {
  background: transparent;
  color: #fff;
}

.clippy-animate i {
  transform: rotate(45deg);
}

.landscape-message {
  display: none;
}

.inner-page-header-bg header .navbar {
  background: #182b32;
  padding: 10px 0;
}

.inner-page-header-bg .mt-head-space {
  margin-top: 0;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.last-ul-footer {
  /* padding-top: 160px; */
}

header .navbar .navbar-brand {
  width: 190px;
}

/* --------PreLoader css------------- */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1111;
  overflow: hidden;
}

.no-js #loader-wrapper {
  display: none;
}

/* #loader_body {display: block;position: relative;left: 50%;top: 50%;width: 150px;height: 150px;margin: 0;border-radius: 50%;border: 3px solid transparent;border-top-color: #f58d25;-webkit-animation: spin 1.7s linear infinite;animation: spin 1.7s linear infinite;z-index: 11;transform: translate(-50%);margin-top: -50px;} */
#loader_body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #122a30;
}

#loader_body img {
  width: 250px;
  height: 250px;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #182b32;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader_body {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

header {
  position: static;
}

header .navbar {
  position: static;
}

header .navbar,
header.nav-down.to-top .navbar {
  position: static;
}

header.nav-down .navbar {
  position: fixed;
}

/* .adress-2{margin-top: 20px;} */
.adress-info a {
  font-size: 16px !important;
}

.adress-txt a {
  margin-bottom: 0 !important;
  font-size: 17px !important;
}

footer li {
  margin: 0 0 10px;
}

footer li:last-child {
  margin: 0;
}

.footer-btm {
  margin-top: 15px;
}

.regular-font a {
  font-size: 19px !important;
  font-weight: normal;
}

.adress-info {
  padding-top: 6px;
}

footer .padding-top {
  /* padding-top: 157px; */
}

.bmc-about {
  justify-content: center;
}

.bmc-about .flex-item {
  padding: 0 10px;
}

.bmc-about .flex-item p {
  margin-top: 5px;
}

.brochure-popup .modal-content {
  padding: 20px;
}

.brochure-popup .modal-title {
  color: #fff;
}

.brochure-popup .modal-header {
  border: none;
  align-items: center;
  justify-content: center;
}

.brochure-popup .modal-header .close {
  color: #fff;
  opacity: 1;
  font-weight: 400;
  font-size: 45px;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 20px;
  outline: none;
}

.brochure-popup .modal-header .close:hover {
  color: #fff;
}

.form_input {
  flex-direction: column;
  display: flex;
}

.form_input .floating-label {
  color: #fff;
}

.form_input input {
  background: rgb(255 255 255 / 36%);
  border: none;
  padding: 7px;
}

.form_input p {
  text-align: center;
  color: #fff;
}

.custom-checkbox label {
  color: #fff;
}

.custom-checkbox a {
  color: #fff;
}

.wpcf7-response-output,
.sucss-msg {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.brochure-popup .custom-btn {
  padding: 12px 25px;
  margin-bottom: 5px;
  cursor: pointer;
}

.brochure-popup .error {
  color: #fff;
  font-size: 12px;
}

.custom-checkbox {
  text-align: left;
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.custom-checkbox label {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}

.custom-checkbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 20px;
  border: 2px solid #fff;
  position: relative;
  display: inline-flex;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.custom-checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid rgb(232, 124, 33);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.custom-checkbox input {
  position: absolute;
  width: 40px;
  height: 100%;
  z-index: 9;
  cursor: pointer;
  background: transparent;
  opacity: 0;
}

.custom-checkbox input:checked~label::before {
  background-color: #fff;
  border-color: #fff;
}

.custom-checkbox input:checked~label::after {
  transform: rotate(45deg) scale(1);
}

.custom-checkbox label a {
  text-decoration: underline;
}

.custom-checkbox label a:hover {
  text-decoration: none;
}

.modal-backdrop.show {
  opacity: 0.8;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

footer .ul-sec li a .small {
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

/* .updates-detail table tbody tr:nth-child(n+6) {
	 display: none;
}

.updates-detail.table-detail-visible table tbody tr:nth-child(n+6) {
	display: table-row;
} */

.navbar-nav .nav-item.active,
.navbar-nav .nav-item.collapsible:hover {
  background: transparent !important;
}

/* .award-list .slick-track {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;} */

/************ landing *****************/
.landing-header {
  position: absolute;
}

.landing-header .navbar .navbar-nav li.nav-item a.nav-link {
  text-transform: inherit;
  font-family: "gilroymedium";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
}

.landing-header .navbar-nav .nav-item+.nav-item {
  margin-left: 25px;
}

.return-site {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
}

.return-site a {
  color: #fff;
  font-size: 15px;
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.5;
}

.return-site a img {
  width: 17px;
  margin-left: 5px;
  margin-top: 2px;
}

.landing-header .navbar .navbar-nav li.nav-item a:hover::before,
.landing-header .navbar .navbar-nav li.nav-item a.active::before {
  background: #fff;
  height: 2px;
  width: 100%;
  transform: scaleX(1);
}

.landing-header .navbar .navbar-brand,
.landing-header.to-top .navbar .navbar-brand {
  width: 230px;
}

.landing-header.nav-down .navbar .navbar-brand {
  width: 230px;
}

.landing-header .nav-btn a:before {
  content: none;
}

.landing-header .nav-btn a::after {
  content: "";
  background-color: #f58129;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  display: block;
  position: absolute;
  top: -5px;
  z-index: -1;
  left: -10px;
}

.landing-header .navbar .navbar-nav li.nav-item a.nav-link.nav-btn {
  background-color: #f58229 !important;
  text-transform: inherit;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
}

.landing-header .navbar .navbar-nav li.nav-item a.nav-link.nav-btn:before {
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgb(232, 124, 33);
  background: radial-gradient(circle,
      rgba(232, 124, 33, 1) 53%,
      rgba(225, 103, 24, 1) 89%);
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}

.landing-header .navbar .navbar-nav li.nav-item a.nav-link.nav-btn:hover:before {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

header.landing-header .navbar .navbar-nav {
  align-items: center;
}

.landing-header.header.nav-down .navbar {
  padding: 15px 0 20px;
}

header.landing-header.nav-down .navbar {
  /* background: #213539 !important; */
}

/* banner*/
.banner-section {
  background: url(/wp-content/themes/group/img/panache/home-banner.webp) no-repeat;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.banner-section .container {
  height: 100%;
}

.banner-text {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.banner-text h1 span {
  display: block;
  font-family: "gilroybold";
  font-size: 60px;
  line-height: 55px;
}

.banner-text h1 {
  font-family: "gilroymedium";
  font-size: 45px;
  margin: 0;
}

.banner-text p {
  font-family: "gilroymedium";
  font-size: 24px;
}

/* ripple animation*/
.ripple-animate {
  position: absolute;
  cursor: pointer;
}

.ripple-animate .ripple1 {
  width: 11px;
  height: 11px;
  background-color: #f5822a;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 9;
}

.ripple-animate.point1 {
  top: 31%;
  left: 47.5%;
  transform: translate(-50%, -50%);
}

.ripple-animate.point2 {
  top: 60%;
  left: 62%;
  transform: translate(-50%, -50%);
}

.ripple-animate.point3 {
  bottom: 38%;
  left: 49%;
  transform: translate(-50%, -50%);
}

.ripple-animate.point4 {
  bottom: 19%;
  left: 44%;
  transform: translate(-50%, -50%);
}

.ripple-animate.point5 {
  bottom: 20%;
  left: 5%;
  transform: translate(-50%, -50%);
}

.ripple-animate .ripple2 {
  background-color: #fff;
  width: 21px;
  height: 21px;
  position: absolute;
  border-radius: 50%;
}

.ripple-animate .ripple3 {
  background-color: rgb(255 255 255 / 56%);
  width: 31px;
  height: 31px;
  position: absolute;
  border-radius: 50%;
  left: -5px;
  top: -5px;
}

.ripple-animate:before {
  animation: ripple 2s ease-out infinite;
  border: solid 1px #fff;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0px;
  position: absolute;
  top: 0px;
  width: 21px;
  height: 21px;
  z-index: 99;
  border-radius: 50%;
}

@keyframes ripple {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

/* end ripple animation*/

/* gallery */

.gallery {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 25px;
  background-image: url("../img/panache/gallery-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-slick {
  display: flex;
}

.gallery-slick .left {
  /* width: 65%; */
}

.gallery-slick .right {
  /* width: 35%; */
  /* padding-left: 30px; */
  margin: -6px 0 0;
}

.gallery-slick img {
  width: 100%;
}

.gallery .slick-item {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 0;
}

.gallery .slick-prev,
.gallery .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  /* top: 50%; */
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
}

.gallery .slick-prev {
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 9;
}

.gallery .slick-next {
  left: 35px;
  bottom: 0;
  top: auto;
  z-index: 9;
}

.gallery .slick-prev:before,
.gallery .slick-next:before {
  font-family: inherit;
  content: "";
  background: url(/wp-content/themes/group/img/right-arrow.webp) no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
  background-size: 100%;
}

.gallery .slick-prev:before {
  transform: rotate(180deg);
  background: url(/wp-content/themes/group/img/right-arrow.webp) no-repeat;
  background-position: center;
  background-size: 100%;
}

.gallery .slick-next::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 2px;
  height: 21px;
  background: #000;
}

.custom_paging {
  position: absolute;
  color: #f58229;
  right: auto;
  left: 65px;
  bottom: 0;
  top: auto;
  padding: 0;
  font-size: 18px;
  margin-bottom: 0;
  line-height: normal;
}

.custom_paging li {
  display: none;
}

.custom_paging li.slick-active {
  display: block;
  font-family: "gilroysemibold";
  color: #f58229;
}

.gallery .title span {
  color: #f58229;
  margin-left: 10px;
}

.gallery .title {
  font-family: "gilroybold";
}

.gallery .right p {
  max-width: 425px;
  font-family: "gilroyregular";
  margin-bottom: 15px;
  text-align: justify;
}

.gallery .green-cover {
  max-width: 405px;
}

.gallery .green-cover h3 {
  color: #f58229;
  font-size: 20px;
  border-bottom: 1px solid #213539;
  padding-bottom: 10px;
  font-family: "gilroysemibold";
}

.gallery .green-cover table td {
  vertical-align: top;
  padding: 10px 0;
  font-family: "gilroyregular";
  font-size: 18px;
}

.gallery .green-cover table td:first-child {
  min-width: 215px;
}

.gallery-slick .title {
  margin-bottom: 15px;
}

.slick-slide .gallery-slick img {
  box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 30%);
}

/* plans tab */
.plans-section {
  padding: 53px 0 60px;
  background: url(/wp-content/themes/group/img/panache/apartment_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.plans-section p {
  font-family: "gilroyregular";
  max-width: 1105px;
  margin: 0 auto 20px;
}

.plans-section .heading {
  text-align: center;
}

.plans-section .title span {
  color: #f58229;
}

.plans-section .nav {
  border-top: 1px solid #f58129;
  border-bottom: 1px solid #f58129;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.plans-section .nav-pills .nav-link {
  color: #182b32;
  padding: 22px 5px;
  font-size: 16px;
  text-transform: capitalize;
}

.plans-section .nav-pills .nav-link.active,
.plans-section .nav-pills .show>.nav-link {
  background: transparent;
  color: #f58129;
}

.plans-section .nav li:first-child .nav-link {
  padding-left: 0;
}

.plans-section .nav li:last-child .nav-link {
  padding-right: 0;
  font-family: "gilroyregular";
}

.plans-section .nav-pills .nav-link {
  position: relative;
}

.plans-section .nav-pills .nav-link::before {
  content: "";
  background-color: #f58129;
  margin: 0 auto;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transition: 0.3s width;
}

.plans-section .nav-pills .nav-link.active::before {
  width: 100%;
  opacity: 1;
}

.plans-section .tab-content {
  padding: 50px 0 0;
}

.plans-section .tab-content h3 {
  color: #f58229;
  font-family: "gilroybold";
  margin-bottom: 20px;
  font-size: 32px;
}

.multi-img {
  height: 95%
}

.plans-section .schedule-btn {
  background-color: #f58129;
  color: #fff;
  text-transform: inherit;
  padding: 12px 50px;
  cursor: pointer;
  margin-top: 40px;
  /* position: absolute !important; */
  /* left: 15px; */
  /* bottom: 0; */
}

.plans-section table td {
  font-family: "gilroyregular";
  font-size: 18px;
  color: #182b32;
}

.plans-section table td:first-child {
  padding-right: 25px;
}

.plans-section .plan-img {
  box-shadow: -27.924px 24.274px 70px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: -27.924px 24.274px 70px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -27.924px 24.274px 70px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
}

.landing.oveflow-block {
  overflow-y: hidden;
}


/* line animation*/
.ripple-hover button {
  /* background: radial-gradient(
    circle,
    rgba(232, 124, 33, 1) 53%,
    rgba(225, 103, 24, 1) 89%
  ); */
  background: rgba(232, 124, 33, 1);
  color: #fff;
  border-radius: 0px;
  padding: 8px 40px;
  border: 1px solid #fff;
  opacity: 0;
  position: absolute;
  top: 46px;
  right: 156px;
  outline: none;
}

.ripple-hover {
  position: absolute;
  left: 20px;
  top: 9px;
  display: flex;
  width: 270px;
}

.ripple-animate:hover button {
  animation: animatebtn .75s ease-in-out;
  opacity: 1;
}

.ripple-animate.point2 .ripple-hover button {
  right: 160px;
}

.ripple-animate.point4 .ripple-hover button {
  right: 30px;
  top: 76px;
}

.ripple-animate.point5 .ripple-hover button {
  right: -32px;
  top: -36px;
}

.ripple-animate.point3 .ripple-hover button {
  right: 160px;
  top: 76px;
}

@keyframes animatebtn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animatebtn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.svg-main svg {
  width: 160px;
  background-color: transparent;
}

.svg-main svg .svg-elem-1 {
  stroke-dashoffset: 243.12771606445312px;
  stroke-dasharray: 243.12771606445312px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.ripple-animate:hover .svg-elem-1 {
  stroke-dashoffset: 0;
}

.svg-main svg .svg-elem-2 {
  stroke-dashoffset: 49.12388980384689px;
  stroke-dasharray: 49.12388980384689px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

.ripple-animate:hover .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: #fff;
}

.bottom-point .ripple-hover {
  top: -25px;
}

.bottom-point svg .svg-elem-1 {
  stroke-dashoffset: 210.70159912109375px;
  stroke-dasharray: 210.70159912109375px;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.bottom-point:hover .svg-elem-1 {
  stroke-dashoffset: 421.4031982421875px;
}

.bottom-point svg .svg-elem-2 {
  stroke-dashoffset: 49.12388980384689px;
  stroke-dasharray: 49.12388980384689px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  transition: stroke-dashoffset 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

.bottom-point:hover .svg-elem-2 {
  stroke-dashoffset: 98.24777960769379px;
  fill: #fff;
}

.bottom-point .ripple-hover button {
  top: -50px;
}

/* icon view*/
.iconview {
  padding: 60px 0;
  background: url(/wp-content/themes/group/img/panache/iconview-banner.webp);
}

.iconview .icon-box {
  margin-bottom: 70px;
  text-align: center;
  padding: 0 15px;
}

.iconview .icon-box a {
  color: #000;
  display: block;
}

.iconview .icon-box a:hover {
  text-decoration: none;
}

.iconview .icon-box img {
  max-height: 70px;
  object-fit: cover;
}

.iconview .icon-box h4 {
  margin: 0 0 10px;
  font-size: 20px;
  font-family: "gilroymedium";
  color: #182b32;
  min-height: 1rem;
}

.iconview .icon-box p {
  line-height: 1.5;
  color: #182b32;
  font-size: 18px;
  min-height: 8rem;
}

.iconview .icon-box .icon-img {
  min-height: 6rem;
}

.high-col .icon-box:last-child {
  margin: 0;
}

.iconview .high-col::before {
  content: "";
  right: 0;
  width: 0px;
  height: 100%;
  border: 1px solid;
  border-top: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  border-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      #f58129 48%,
      rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}

.iconview .high-col:last-child:before {
  content: none;
}

/* 3d view */
.threed-view {
  background: url(/wp-content/themes/group/img/panache/threed-img.webp);
  padding: 80px 0 90px;
}

.threed-view .heading {
  text-align: center;
}

.threed-btn {
  max-width: 360px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  right: -5%;
  position: relative;
  z-index: 9;
  width: 380px;
}

.threed-view .heading h2 {
  color: #fff;
  margin-bottom: 22px;
}

.threed-view .heading h2 span {
  color: #f58229;
}

.threed-view .heading p {
  color: #fff;
  max-width: 1055px;
  margin: 0 auto 30px;
  font-family: "gilroyregular";
}

.threed-view img {
  max-width: 100%;
  box-shadow: -27.924px 24.274px 70px 0px rgba(0, 0, 0, 0.25);
}

.threed-btn button {
  box-shadow: 2.816px 17.778px 51px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  position: relative;
  padding: 18px 30px;
  text-transform: inherit;
  background-color: #132325;
  margin-bottom: 35px;
  color: #fff;
  cursor: pointer;
  border: none;
  font-family: "gilroyregular";
  font-size: 20px;
  outline: none;
}

.threed-btn .btn-yellow {
  background-color: #f58129;
}

.threed-btn button::before {
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgb(232, 124, 33);
  background: radial-gradient(circle,
      rgba(232, 124, 33, 1) 53%,
      rgba(225, 103, 24, 1) 89%);
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}

.threed-btn button:hover::before {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.landing .title {
  font-size: 45px;
  font-family: "gilroybold";
}

.landing p {
  font-family: "gilroyregular";
}

.amenities-slider-main {
  padding: 55px 0 60px;
  background-image: url(/wp-content/themes/group/img/panache/amenities-bg.webp);
  background-size: cover;
}

.amenities-slider-main .icon-box {
  border: 1px solid #000;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.amenities-slider-main .icon-box:hover {
  border-color: #f5822a;
  background-color: #fff;
  color: #000;
}

.amenities-slider-main .icon-box a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}

.amenities-slider-main .icon-box img {
  margin: 0 auto 25px;
  max-height: 50px;
}

.amenities-slider-main .icon-box:hover a {
  padding: 10px;
}

.amenities-slider-main .icon-box h3 {
  font-size: 18px;
  margin-bottom: 3px;
  font-family: "gilroymedium";
  color: #fff;
  padding: 0 10px;
}

.amenities-slider-main .icon-box p {
  max-width: 75%;
  line-height: 1.4;
  margin: 10px auto 0;
  transition: all 0.5s ease;
  color: #fff;
}

/* .amenities-slider-main .icon-box p{position: absolute;bottom: -80px;left: 0;right: 0;margin: 0 auto;opacity: 0;max-width: 75%;line-height: 1.4; margin-top: 10px; transition: all 0.5s ease;} */
/* .amenities-slider-main .icon-box:hover p{bottom: 0;position: relative;opacity: 1; transition: all 0.5s ease;} */
/* .amenities-slider-main .icon-box:hover p{color: #213539;} */
.icon-box-inner {
  transition: all 0.5s ease;
}

.amenities-slider-main .icon-box:hover .icon-box-inner {
  transform: translateY(3px);
  transition: all 0.5s ease;
}

.amenities-slider-main .heading {
  text-align: center;
  margin-bottom: 50px;
}

.amenities-slider-main .heading .title {
  margin-bottom: 25px;
}

.amenities-slider-main .title span {
  color: #f5822a;
}

.amenities-slider-main .slick-dots {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.amenities-slider-main .slick-dots li {
  background-color: transparent;
  border: none;
  width: auto;
  height: auto;
  margin: 0 3px;
  cursor: pointer;
  list-style: none;
}

.amenities-slider-main .slick-dots li::marker {
  content: none;
}

.amenities-slider-main .slick-dots li button {
  background-color: transparent;
  border: 1px solid #213539;
  border-radius: 50%;
  font-size: 0;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.amenities-slider-main .slick-dots li.slick-active button {
  background-color: #f5822a;
  border-color: #f5822a;
}

.amenities-slider-main .slick-arrow {
  display: none !important;
}

.landing .amenities-slider .slick-slide .row {
  margin: 0;
}

body .slick-dots li button:before {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  color: transparent;
}

body .slick-dots li button:before {
  font-size: 14px;
  width: 14px;
  height: 14px;
  opacity: 1;
}

body .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #f5822a;
  color: transparent;
  border-color: #f5822a;
}

body .slick-dots li,
body .slick-dots li button {
  height: 14px;
  width: 14px;
}

/* walkthrough */
.walkthrough {
  text-align: center;
  padding: 0;
  position: relative;
}

.walkthrough .heading {
  background: #f5822a;
  color: #fff;
  padding: 20px 0;
  margin: 0;
}

.walkthrough .heading span {
  color: #000;
}

.play-btn {
  position: absolute;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  top: 46.3%;
  left: 45.9%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play-btn .circle {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgb(232 124 33 / 76%);
  margin: auto;
  transform: scale(1, 1);
  border: 3px solid #fff;
  box-shadow: 23px 39.837px 120px 0px rgba(0, 0, 0, 0.8);
}

.play-btn .circle.pulse {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  background-color: rgb(255 255 255 / 38%);
  border-color: rgb(255 255 255 / 38%);
}

.play-btn svg {
  fill: #fff;
  stroke: #fff;
  transition: all 0.3s;
  transform: scale(0.8, 0.8);
}

.play-btn svg:hover {
  transform: scale(0.9, 0.9);
}

.fp-lightgal .item img,
.gallery-box .item img {
  object-fit: contain;
  background: #fff;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.walkthrough .walkthrough-bg {
  height: 747px;
  object-fit: cover;
  width: 100%;
}

/* architect */
.architect {
  padding: 55px 0 60px;
  background: url(/wp-content/themes/group/img/panache/architect-bg.webp);
  color: #fff;
  background-size: cover;
}

.architect p {
  font-family: "gilroyregular";
  font-size: 18px;
  line-height: 28px;
}

.architect .title span {
  color: #f5822a;
  display: inline-block;
}

.architect-testimonial {
  margin-top: 50px;
}

.quote-icon {
  width: 70px;
  /* margin-bottom: 80px; */
}

.architect .architect-name {
  margin-top: 25px;
  font-size: 17px;
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  /* margin: 0; */
  /* padding-left: 15px; */
}

.architect-name span {
  color: #f5822a;
  display: block;
  font-family: "gilroysemibold";
  font-size: 26px;
  line-height: 35px;
}

.architech-image {
  padding: 7px 0;
}

.landing .architect .title {
  margin-bottom: 22px;
}

.architect-testimonial p {
  text-align: justify;
  /* padding-right: 40px; */
}

.architect-testimonial .col-md-6:last-child img {
  border: 2px solid #f5822a;
  width: 100%;
  object-fit: cover;
}

.neighbours {
  padding: 80px 0;
  background: url(/wp-content/themes/group/img/panache/neighbours-bg.webp);
  color: #fff;
  height: 700px;
  display: flex;
  align-items: center;
}

.neighbours-box {
  background: #213539;
  padding: 20px;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.neighbours-box::before {
  content: "";
  border: 1px solid #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  position: absolute;
}

.neighbours-box h2 {
  font-size: 45px;
  line-height: 1.1;
  font-family: "gilroybold";
}

.neighbours-box h2 span {
  color: #f5822a;
  display: block;
}

.neighbours-box p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.landing .gallery-slick .title {
  line-height: 32px;
  font-size: 32px;
}

/* footer */
.address-box ul {
  list-style: none;
  max-width: 380px;
  padding: 40px;
  margin: 0;
  min-width: 440px;
}

.map-section {
  position: relative;
  height: 100vh;
  z-index: 0;
}

.map-section .address-box {
  position: absolute;
  top: 50%;
  right: 30px;
  background: #fff;
  box-shadow: -18px 0px 38px 0px rgba(0, 0, 0, 0.17);
  transform: translateY(-50%);
}

.map-section .iframe-view iframe {
  filter: grayscale(1);
}

.map-section .iframe-view iframe:hover {
  filter: grayscale(0);
}

.address-box li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.address-box li:last-child {
  margin-bottom: 0;
}

.address-box li h3 {
  font-size: 14px;
  line-height: 1.4;
  font-family: "gilroysemibold";
}

.address-box li p {
  font-size: 14px;
  color: #182b32;
}

.address-box li p a {
  color: #212529;
}

.address-box li .content {
  margin-left: 15px;
  flex: 1;
}

.address-box li img {
  width: 80px;
}

.landing-footer {
  padding-top: 0;
}

.landing-footer .footer-bottom {
  margin-top: 0;
}

.map-section .iframe-view {
  height: 100%;
  width: 100%;
}

.landing-footer .footer-bottom {
  background: #213539;
  border-top: 2px solid #213539;
}

.landing-footer .footer-logo a {
  display: flex;
  align-items: center;
}

.landing-footer .footer-bottom .content-inner img {
  margin: 0;
}

.landing-footer .footer-bottom .content-inner {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* about */
.vision-list-landing {
  position: relative;
}

.vision-list-landing:before {
  content: "";
  right: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right,
      #c89b3600,
      #f58129,
      #f58129,
      #c89b3600);
  border: 1px solid;
  border-top: 0;
  border-bottom: 0;
  position: absolute;
  top: 43%;
  left: 0;
}

.vision-list-landing ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 90px 0 0;
  padding: 0;
  position: relative;
}

.vision-list-landing ul::before,
.vision-list-landing ul::after {
  content: "";
  right: 0;
  width: 1px;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to bottom,
      #f5812900,
      #f58129,
      #f58129,
      #c89b3600);
  position: absolute;
  left: 35%;
}

.vision-list-landing ul::after {
  left: 65%;
}

.vision-list-landing ul li {
  width: 33.33%;
  text-align: center;
  padding-bottom: 30px;
}

.about-bcm p {
  text-align: justify;
}

.about-bcm p strong {
  font-family: "gilroysemibold";
}

.vision-list-landing .counter-main {
  font-size: 50px;
  font-family: "gilroybold";
  color: #f58229;
  margin-bottom: 5px;
  line-height: 1;
  text-align: center !important;
}

.about-bcm {
  padding: 55px 0;
}

.counter-text {
  font-size: 18px;
  line-height: 1.2;
  text-align: center !important;
  text-transform: capitalize;
}

.about-bcm .title span {
  color: #f58229;
}

.about-bcm h5 {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "gilroybold";
  font-weight: 600;
}

.visitsite-btn {
  background-color: #f58229;
  text-transform: inherit;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 20px;
}

.about-bcm .about-detail {
  max-width: 480px;
}

.about-bcm {
  background: url(/wp-content/themes/group/img/panache/about-bcm-bg.webp) no-repeat;
}

.masonary-gallery {
  padding: 50px 0 0;
  background-color: #213539;
  text-align: center;
}

.masonary-gallery .title {
  color: #fff;
}

.masonary-gallery .title span {
  color: #f58229;
}

.masonary-gallery p {
  color: #fff;
  margin-bottom: 50px;
}

.masonary-gallery h5 {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "gilroymedium";
  color: #fff;
}

.grid-item {
  width: 25%;
  padding: 0;
}

.grid-item img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: rgba(255, 255, 255, 0);
  padding: 1.25em 1.5em;
  transition: all 0.2s ease;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
  font-family: "gilroymedium";
  text-transform: capitalize;
  font-size: 22px;
}

.gallery-caption span {
  font-family: "gilroybold";
}

.gallery-caption:before,
.gallery-caption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f58129;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
  transition: all 0.3s ease;
}

.gallery-caption:before {
  top: auto;
  height: 3px;
  transform: scale(0, 1);
  transform-origin: bottom left;
  transition-delay: 0.6s;
  transition: all 0.3s ease;
}

.gallery-caption:after {
  transform: scale(1, 0);
  transform-origin: bottom;
  transition-delay: 0.3s;
}

.grid-item a:before,
.grid-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
  background: rgba(33, 53, 57, 0.6);
}

.grid-item a:after {
  margin: 5px;
  border: 2px solid #f58129;
  -webkit-clip-path: polygon(0 calc(100% - 1rem),
      0 100%,
      1rem 100%,
      1rem 0,
      0 0,
      0 1rem,
      100% 1rem,
      100% 0,
      calc(100% - 1rem) 0,
      calc(100% - 1rem) 100%,
      100% 100%,
      100% calc(100% - 1rem));
  clip-path: polygon(0 calc(100% - 1rem),
      0 100%,
      1rem 100%,
      1rem 0,
      0 0,
      0 1rem,
      100% 1rem,
      100% 0,
      calc(100% - 1rem) 0,
      calc(100% - 1rem) 100%,
      100% 100%,
      100% calc(100% - 1rem));
  opacity: 0;
  background: transparent;
}

.grid-item a:hover:after {
  transform: scale(0.9);
  border-color: #f58129;
  opacity: 1;
}

.grid-item a:before {
  opacity: 0;
}

.grid-item a:hover:before {
  opacity: 1;
}

.grid-item:hover .gallery-caption {
  color: #fff;
  text-shadow: 0 0 1px rgb(0 0 0 / 20%);
  transition: all 0.3s ease 0.3s;
  font-size: 24px;
  background: #f58229;
  text-transform: capitalize;
}

.grid-item:hover .gallery-caption:before {
  transform: scale(1, 1);
  transition-delay: 0s;
  transition: all 0.3s ease;
}

.grid-item:hover .gallery-caption:after {
  transform: scale(1, 1);
  transition: all 0.3s ease;
}

.grid-item a {
  display: block;
}

.grid-item a:hover:after {
  transform: scale(0.9);
  border-color: #f58129;
}

.custom-model-main,
.plan-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100vh - 110px);
  overflow-y: auto;
}

.custom-model-wrap .pop-up-content-wrap,
.custom-model-wrap .pop-up-content-wrap iframe {
  height: 100%;
  text-align: center;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

.plan-click {
  color: #f58229;
  text-decoration: underline;
  background: transparent;
  border: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  pointer-events: none;
}

.plan-click:hover {
  text-decoration: none;
}

.plan-click:focus {
  outline: none;
}

.plan-click img {
  margin-top: -8px;
  margin-right: 5px;
}

.plan-model-main img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 07-09-2022 */

.updates-detail table tbody tr td.desc strong {
  display: inline-block;
}

.landing .custom-btn,
.landing-header .navbar .navbar-nav li.nav-item a.nav-link.nav-btn {
  position: relative;
  transition: all 0.3s cubic-bezier(0, 0.47, 1, 0.73);
  overflow: hidden;
  z-index: 1;
  letter-spacing: 0;
}

.landing .custom-btn:before,
.landing-header .navbar .navbar-nav li.nav-item a.nav-link.nav-btn:before {
  content: none;
}

.landing .custom-btn:after,
.landing-header .navbar .navbar-nav li.nav-item a.nav-link.nav-btn:after {
  content: "";
  height: 80px;
  width: 70%;
  background: #fff;
  position: absolute;
  border-radius: 100%;
  left: 50%;
  transform: translate(-50%, 100%) scale(-0.5);
  z-index: -1;
  transition: all 0.5s cubic-bezier(0, 0.47, 1, 0.73);
}

.landing .custom-btn:hover:after,
.landing-header .navbar .navbar-nav li.nav-item a.nav-link.nav-btn:hover:after {
  transform: translate(-50%, 0%) scale(4.5);
  transition: all 0.5s cubic-bezier(0, 0.47, 1, 0.73);
}

.landing .custom-btn:hover,
.landing-header .navbar .navbar-nav li.nav-item a.nav-link.nav-btn:hover {
  color: #f58229;
  transition: all 0.5s cubic-bezier(0, 0.47, 1, 0.73);
}

.landing .brochure-popup .modal-content {
  background: transparent;
}

.landing .brochure-popup .modal-content .modal-body {
  padding: 0;
}

.landing .brochure-popup .modal-content .modal-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing .brochure-popup .modal-header .close {
  top: 0;
  outline: none;
}

#project-bcm-reliance-kokilaben .title-quaternary {
  margin-top: 0;
}

#project-brochure-submit #loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 33%;
}

#project-brochure-submit #loader img {
  max-width: 100%;
}

footer .link-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}

footer .link-ul .width-50,
footer .link-ul .footer-btm {
  width: 100%;
}

footer .footer-btm ul {
  margin-bottom: 0;
}

.footer-left-logo-block {
  height: 100%;
  /* display: flex; */
  /* justify-content: space-between; */
}

footer .adress-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .business-verticals .link-ul {
  height: calc(100% - 50px);
}

footer .education .ul-sec {
  width: 100%;
  margin: 0;
}

.healthcare-tab,
.education-tab,
.hospitality-tab {
  margin-top: 60px;
}

.fmcg-section {
  padding-top: 60px;
}

/* Tooltip css  */

.tool-tip {
  position: relative;
  transition: all 0.3s ease;
}

.tool-tip:before {
  content: "To be updated";
  width: 120px;
  padding: 4px 10px;
  background: #f5822a;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.tool-tip.raipur-hospital:before {
  content: "Coming soon";
}

.tool-tip:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  background: #f5822a;
  transform: translateX(-50%) rotate(45deg);
  bottom: -15px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
}

.tool-tip:hover:before,
.tool-tip:hover:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

#bangalore-projects .tool-tip {
  position: absolute;
  width: 100%;
  height: 100%;
}

#bangalore-projects .tool-tip:before {
  padding: 6px 10px;
  bottom: -51px;
}

.footer-bottom .tooltip-wrap {
  position: relative !important;
}

.footer-bottom .tooltip-wrap .tool-tip {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.footer-bottom .tooltip-wrap .tool-tip:before {
  bottom: auto;
  top: -40px;
  background: #182b32;
}

.footer-bottom .tooltip-wrap .tool-tip:after {
  bottom: auto;
  top: -13px;
  background: #182b32;
}

.footer-btm .tool-tip:before {
  bottom: -39px;
}

.compensate-for-scrollbar {
  opacity: 1;
  visibility: visible;
}

.fancybox-can-swipe .fancybox-content {
  background: #262626;
  text-align: center;
}

.dynamic-gallery-demo a {
  color: #fff;
  text-decoration: none;
}

.fancybox-slide:not(:first-child) .fancybox-content img {
  width: 100%;
}

.csr-gallery-wrapper {
  align-items: flex-start;
}

.fancybox-button svg path {
  fill: #f5822a;
}

.fancybox-infobar {
  color: #f5822a;
}

.youtube svg {
  max-width: 25px;
}

.brochure-popup #obj_msg {
  text-align: center;
  color: #fff;
}

/* BCM Zodiac css */

.bcm-zodiac .proj-hero h1 {
  max-width: 270px;
}

.bcm-zodiac .proj-highlights .right-image {
  text-align: center;
}

.walkthrough-video .video-sec .video-img-wrapper img {
  max-width: 100%;
}

.walkthrough-video .video-sec {
  margin-top: 70px;
  box-shadow: 14px 0px 128px 0px rgb(0 0 0 / 35%);
  position: relative;
}

.walkthrough-video .video-sec .banner-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.walkthrough-video .video-sec .banner-text .circle {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}

.walkthrough-video .video-sec .banner-text .circle svg {
  width: 100%;
  fill: #f5822a;
}

.iq-waves {
  position: absolute;
  width: 284px;
  height: 284px;
  left: -126px;
  bottom: -29px;
  z-index: -1;
}

.iq-waves .waves {
  position: absolute;
  width: 384px;
  height: 384px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 320px;
  background-clip: padding-box;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 5s ease-in-out infinite;
}

.walkthrough-video-modal .content .content-img iframe {
  height: 100%;
  width: 100%;
}

.iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.iq-waves .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.brochure-popup .modal-header .close {
  position: absolute;
  top: -5px;
  right: 5px;
}

#project-brochure-form .form_input input {
  height: 42px;
  margin-bottom: 30px;
}

#project-brochure-form label.error {
  position: absolute;
  bottom: -5px;
}

#project-brochure-form .form-group {
  margin-bottom: 0;
}

.brochure-popup .modal-header {
  padding: 0;
}

.walkthrough-video-modal.show .modal {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  height: 100%;
}

.btn-close {
  background: transparent;
  cursor: pointer;
  right: 15px;
  top: 15px;
  margin: 3px;
  width: 30px;
  height: 30px;
  float: right;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-close span {
  color: #fff;
  line-height: 1.5;
}

.walkthrough-video-modal .modal {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  height: auto;
  width: 100%;
  position: relative;
  margin: auto;
  background: transparent;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-timing-function: cubic-bezier(0.74, 0, 0.24, 0.99);
  transition-duration: 0.7s;
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.walkthrough-video-modal .content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-height: 100vh;
  height: 100%;
}

.content-img {
  height: 100%;
}

/* .bcm-zodiac .map-logo{display: none;} */

/* contact page css */

.contact-title {
  margin-bottom: 0;
}

.contact-3__contact-box {
  flex-wrap: wrap;
  margin-top: 35px !important;
}

.contact-3__contact-box h2 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #182b32;
}

.contact-3__contact-box .address {
  width: 100%;
}

.contact-3__contact-box .address p {
  font-size: 16px;
  line-height: 26px;
}

.contact-main a {
  color: #f5822a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-main a:hover {
  color: #212529;
  transition: all 0.3s ease;
}

.contact-main a.btn-gradient,
.contact-main a.btn-gradient:hover {
  color: #fff;
}

/* .contact-main{align-items: baseline;} */
.contact-main a.btn-gradient {
  margin: 20px 0 5px;
  display: inline-block;
}

footer {
  overflow: hidden;
}

.bcm-zodiac .proj-loc .map-logo {
  top: 23%;
  left: 39%;
}

.nav-pills .tooltip-wrap .tool-tip {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -6px;
  line-height: 22px;
}

.nav-pills .tooltip-wrap {
  line-height: 35px;
}

/* hover - 1 zoom out */

.banner-images li .img-block {
  overflow: hidden;
}

.banner-images li.hover-1 .img-block img {
  transform: scale(1.5);
  transition: all 0.3s ease-in-out;
}

.banner-images li.hover-1:hover .img-block img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

/* hover - 2 flash */

.banner-images li.hover-2 .img-block img:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/* hover - 3 Shine */

.banner-images li.hover-3 .img-block {
  position: relative;
}

.banner-images li.hover-3 .img-block:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(24, 43, 50, 0) 0%,
      rgba(24, 43, 50, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(24, 43, 50, 0) 0%,
      rgba(24, 43, 50, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.banner-images li.hover-3 .img-block:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* hover - 4 */

.banner-images li.hover-4 .img-block {
  position: relative;
}

.banner-images li.hover-4 .img-block:before,
.banner-images li.hover-4 .img-block:after {
  content: "";
  background: #182b32;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.banner-images li.hover-4 .img-block:before {
  right: 0;
  opacity: 0.7;
  top: 0;
}

.banner-images li.hover-4 .img-block:after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}

.banner-images li.hover-4 .img-block:hover:before,
.banner-images li.hover-4 .img-block:hover:after {
  height: 100%;
  opacity: 0;
  width: 100%;
}

/* .hm_topban .container{max-width: 87.3%;} */
.hm_topban ul li {
  /* padding: 0; */
  /* height: 180px !important; */
  /* width: 260px; */
  margin: 0 9px 0;
}

footer,
.vertical-pills a.nav-link {
  background: #182b32;
}

.contact-3 h1,
.fmcg-section p {
  color: #182b32;
}

.vertical-pills {
  background-color: #182b32;
}

p,
li {
  color: #182b32;
}

.bot-title-line {
  color: #182b32 !important;
}

.our-business p {
  color: #fff;
}

.bcm-woodlands .section-lg-py .col,
.bcm-vertex .section-lg-py .col {
  color: #182b32;
}

.mission li {
  color: #fff;
}

.res-copyright a {
  color: #fff;
  text-decoration: none;
}

.res-copyright .tool-tip:before {
  width: 105px;
  font-size: 10px;
  bottom: -37px;
  padding: 2px 10px;
}

.contact-3__contact-box:last-child {
  align-content: baseline;
}

.contact-3__contact-box:nth-child(2) .address p {
  margin-bottom: 0;
}

.contact-3__contact-box .address p {
  margin-bottom: 0;
}

.stay-connected {
  width: 100%;
  margin-top: 20px;
}

.stay-connected .social-media-link a svg {
  fill: #f5822a;
}

.stay-connected .social-media-link a:hover svg {
  fill: #182b32;
}

.stay-connected .social-media-link a:first-child {
  margin-left: 0;
}

.embed-scene {
  width: 100%;
  height: 600px;
}

.embed-scene iframe {
  height: 100%;
}

.threed-btn button:last-child {
  margin-bottom: 0;
}

.gallery .slick-prev,
.gallery .slick-next,
.custom_paging {
  bottom: 10px;
}

/* 15-11-22 */

.plans-section .tab-content p {
  text-align: justify;
}

.plans-section table td:first-child {
  font-weight: 600;
  font-family: "gilroybold";
  width: 200px;
  vertical-align: top;
}

.landing .banner-section .banner-text p {
  color: #fff;
}

.landing .banner-section .container {
  padding-top: 94px;
}

/* css to remove after dummy */

.hm_topban ul li a p {
  margin-top: 0 !important;
  background: #e87c21 !important;
  padding: 6px 0 !important;
}

.hm_topban ul li a {
  text-decoration: none;
}

.banner-content {
  /* margin-top: 50px !important; */
}

.address-con {
  padding-left: 40px;
  display: inline-block;
}

/* 24-11-22 */

.msnry-grid .grid-item {
  width: 385px;
}

/* .msnry-grid .grid-item--width2{height: 765px;} */

.email-link {
  display: block;
  width: 100%;
}

html.a-fullscreen body {
  overflow: auto !important;
}

html.a-fullscreen {
  position: static !important;
}

.threed-view .col-md-9 {
  height: 800px;
  width: 1082px;
  padding: 0;
  max-width: 1082px;
}

/* 7-12-22 */
.landing .banner-section {
  position: relative;
  overflow: hidden;
}

.landing .banner-section:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.gallery .heading {
  text-align: center;
}

.gallery .heading h2 {
  font-weight: 600;
  font-size: 45px;
}

.gallery .heading h2 span {
  color: #f58229;
}

.gallery .heading p {
  max-width: 1055px;
  margin: 0 auto;
}

.rera-number {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

.rera-number span {
  display: inline-block;
  margin-right: 20px;
}

/* masonary css  */

.masonary-gallery .masonary-container {
  max-width: 100%;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-auto-rows: 330px;
  grid-auto-flow: dense;
  padding: 0;
  margin-top: 45px;
}

.masonary-gallery .masonary-container div {
  text-align: center;
  padding: 1rem 0;
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.masonary-gallery .masonary-container div img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
}

.masonary-gallery .masonary-container div.show::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 555;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.masonary-gallery .masonary-container div.show img {
  position: fixed;
  top: 0;
  left: 0;
  margin: 30px;
  align-self: center;
  object-fit: contain;
  z-index: 666;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  filter: drop-shadow(0 3px 15px black);
  cursor: url(close-button.webp), grab;
}

div:not(.show):hover img {
  cursor: pointer;
  /* transform: scale(1.3); */
}

.masonary-gallery .masonary-container .horizontal {
  grid-column: span 2;
}

.masonary-gallery .masonary-container .vertical {
  grid-row: span 2;
}

.masonary-gallery .masonary-container .active div:not(.show) img {
  filter: blur(3px);
}

.landing .banner-text h1 {
  line-height: 75px;
}

.masonary-gallery .masonary-container>div {
  position: relative;
}

.masonary-gallery .masonary-container .hover-text {
  width: 100%;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.masonary-gallery .masonary-container>div.hover .hover-text,
.masonary-gallery .masonary-container>div:hover .hover-text {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.gallery-img {
  cursor: pointer;
  position: relative;
}

.hover-text:before,
.hover-text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  will-change: border;
  background: rgba(33, 53, 57, 0.6);
}

.hover-text:after {
  margin: 5px;
  border: 2px solid #f58129;
  -webkit-clip-path: polygon(0 calc(100% - 1rem),
      0 100%,
      1rem 100%,
      1rem 0,
      0 0,
      0 1rem,
      100% 1rem,
      100% 0,
      calc(100% - 1rem) 0,
      calc(100% - 1rem) 100%,
      100% 100%,
      100% calc(100% - 1rem));
  clip-path: polygon(0 calc(100% - 1rem),
      0 100%,
      1rem 100%,
      1rem 0,
      0 0,
      0 1rem,
      100% 1rem,
      100% 0,
      calc(100% - 1rem) 0,
      calc(100% - 1rem) 100%,
      100% 100%,
      100% calc(100% - 1rem));
  opacity: 0;
  background: transparent;
}

.hover-text:hover:after {
  transform: scale(0.9);
  border-color: #f58129;
  opacity: 1;
}

.hover-text:before {
  opacity: 0;
}

.hover-text:hover:before {
  opacity: 1;
}

.hover-text:hover .gallery-caption {
  color: #fff;
  text-shadow: 0 0 1px rgb(0 0 0 / 20%);
  transition: all 0.3s ease 0.3s;
  z-index: 1;
}

.gallery-caption:before {
  transform: scale(1, 1);
  transition-delay: 0s;
  transition: all 0.3s ease;
}

.gallery-caption:after {
  transform: scale(1, 1);
  transition: all 0.3s ease;
}

/* 9-12-22 */

.ripple-animate .ripple-hover .svg-main {
  display: none;
}

.ripple-hover:before {
  content: "";
  width: 3px;
  height: 42px;
  position: absolute;
  left: -10px;
  background: white;
  top: 4px;
  transition: transform 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  transform: scaleY(0);
  transform-origin: top center;
}

/* .ripple-hover:after {
	content: '';
    height: 11px;
    width: 11px;
    position: absolute;
    background: white;
    left: -14px;
    border-radius: 100%;
    top: -7px;
	transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
} */

.ripple-animate:hover .ripple-hover:before {
  transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transform: scaleY(1);
}

/* .ripple-animate:hover .ripple-hover:after { top: 53px; transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);} */

.ripple-animate.bottom-point .ripple-hover:before {
  top: 34px;
}

/* .ripple-animate.bottom-point .ripple-hover:after {top: 33px;}  */
/* .ripple-animate.bottom-point:hover .ripple-hover:after{top: 83px;} */

.ripple-hover {
  width: 300px;
}

.ripple-hover button {
  border-radius: 0px;
  padding: 8px 20px;
  width: 300px;
  pointer-events: none;
}

.ripple-animate.point4 .ripple-hover button {
  right: auto;
  left: -160px;
  top: 76px;
}

.bold-text {
  display: inline-block;
  font-family: "gilroybold";
}

.gallery .green-cover p {
  /* margin-bottom: 10px; */
}

.gallery-slick .right ul {
  padding-left: 20px;
}

/* sidebar form css */

.landing .sidebar-form {
  padding: 30px 70px;
  background: #324549;
  display: flex;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -40%;
  font-size: 15px;
  top: 0;
  width: 40%;
  z-index: 2000;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  justify-content: center;
  flex-flow: column;
}

.sidebar-form .text-right {
  padding-bottom: 15px;
}

.sidebar-form .title-sec {
  text-align: left;
  padding-bottom: 40px;
}

.sidebar-form .title-sec h2 {
  font-size: 50px;
  color: #fff;
  font-family: "gilroymedium";
}

.sidebar-form .floating-label {
  margin-bottom: 50px;
  position: relative;
}

.sidebar-form .floating-input,
.floating-select {
  font-size: 16px;
  padding: 4px 0px;
  display: block;
  width: 100%;
  height: 38px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz--appearance: none;
  appearance: none;
  outline: none;
  color: #fff;
}

.sidebar-form .floating-label label {
  color: #fff;
  font-family: "gilroymedium";
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.sidebar-form .floating-label label.label-focused,
.sidebar-form .floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label {
  top: -18px;
  font-size: 16px;
  color: #fff;
}

.sidebar-form .floating-form .btn-sec .btn-main {
  background-color: #f58129;
  color: #fff;
  text-transform: inherit;
  padding: 12px 50px;
  cursor: pointer;
  border: none;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0, 0.47, 1, 0.73);
  outline: none;
}

.sidebar-form .floating-form .btn-sec .btn-main:after {
  content: "";
  height: 80px;
  width: 70%;
  background: #fff;
  position: absolute;
  border-radius: 100%;
  left: 50%;
  transform: translate(-50%, 100%) scale(-0.5);
  z-index: -1;
  transition: all 0.5s cubic-bezier(0, 0.47, 1, 0.73);
  z-index: -1;
}

.sidebar-form .floating-form .btn-sec .btn-main:hover:after {
  transform: translate(-50%, 0%) scale(4.5);
  transition: all 0.5s cubic-bezier(0, 0.47, 1, 0.73);
}

.sidebar-form .floating-form .btn-sec .btn-main:hover {
  color: #f58129;
  transition: all 0.3s cubic-bezier(0, 0.47, 1, 0.73);
}

.sidebar-form .floating-form .btn-sec .mandatory {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
}

.wpcf7-not-valid-tip,
.sidebar-form .floating-form label.error {
  color: #f58129;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  position: absolute;
  top: auto !important;
  bottom: -20px;
  left: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  border: none;
}

.nav-expanded .sidebar-form {
  right: 0;
  box-shadow: 0px 25px 76px 0px rgb(0 0 0 / 45%);
}

.sidebar-form .btn-sec {
  position: relative;
  display: inline-block;
}

.sidebar-form .btn-sec #loader {
  width: 30px;
  position: absolute;
  right: -20px;
  top: 15px;
}

.sidebar-form .btn-sec #loader img {
  width: 100%;
}

.sidebar-form #obj_msg {
  color: #fff;
}

.ripple-animate.point5 .ripple-hover:before,
.ripple-animate.point1 .ripple-hover:before {
  width: 42px;
  height: 3px;
  top: 0;
  transform: scale(0, 1);
  transform-origin: left center;
}

.ripple-animate.point5:hover .ripple-hover:before,
.ripple-animate.point1:hover .ripple-hover:before {
  transform: scaleX(1);
}

.ripple-animate.point1 .ripple-hover button {
  top: -36px;
  right: -32px;
}

.gallery .slick-prev:hover:before,
.gallery .slick-next:hover:before {
  background: url(/wp-content/themes/group/img/active-right-arrow.webp) no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
  filter: none;
  transform: none;
  transition: none;
  background-size: 100%;
}

.gallery .slick-prev:hover:before {
  rotate: 180deg;
}

.custom-btn.schedule-btn:hover,
.custom-btn.visitsite-btn:hover {
  background: #182b32;
  border-color: #182b32;
  color: #f58229;
}

.custom-btn.schedule-btn:after,
.custom-btn.visitsite-btn:after {
  content: none;
}

.custom-btn.schedule-btn,
.custom-btn.visitsite-btn {
  outline: none;
}

.masonary-gallery .masonary-container .active .hover-text,
.masonary-gallery .masonary-container .active .hover-text:before,
.masonary-gallery .masonary-container .active .hover-text:after {
  opacity: 1;
}

.masonary-gallery .masonary-container .active .hover-text:after {
  transform: scale(0.9);
  border-color: #f58129;
  opacity: 1;
}

.sidebar-form #nav-close {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.sidebar-form #nav-close span {
  position: absolute;
  width: 1px;
  height: 25px;
  background: #fff;
  transform: rotate(42deg);
  left: 24px;
  top: 12px;
}

.sidebar-form #nav-close span:before {
  content: "";
  height: 25px;
  width: 1px;
  position: absolute;
  background: #fff;
  transform: rotate(-85deg);
  top: 0px;
  left: 0px;
}

.sidebar-form #nav-close:hover,
.sidebar-form #nav-close:focus {
  background: #f58229;
  border-color: #f58229;
  transition: all 0.3s ease;
}

.address-box li:last-child p {
  margin-bottom: 0;
}

.amenities-slider-main .icon-box:hover {
  border: none;
  overflow: visible;
  background: transparent;
}

.amenities-slider-main .icon-box:before {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #f58229;
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0;
}

.amenities-slider-main .icon-box:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: #213539;
  z-index: -1;

  transition: all 0.5s ease;
  transform: scale(1);
}

.amenities-slider-main .icon-box:hover:after {
  transform: scale(0.94, 0.9);
  transition: all 0.3s ease;
}

.amenities-slider-main .icon-box:hover:before {
  transition: all 0.3s ease;
  opacity: 1;
}

.landing-footer {
  background: transparent;
}

.landing-footer .map-section {
  margin-top: 0;
}

.landing .threed-btn button {
  overflow: hidden;
}

.address-box #canvas {
  background: transparent !important;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.address-box ul li {
  position: relative;
}

.address-box li p span {
  color: #008000;
  font-family: "gilroysemibold";
}

.address-box li p span.open-status {
  color: #f58229;
}

/* 21-12-22 */

.amenities-slider-main .icon-box:before,
.amenities-slider-main .icon-box:after {
  content: none;
}

.amenities-slider-main .icon-box {
  border: none;
}

.amenities-slider-main .flip-box {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  cursor: pointer;
}

.amenities-slider-main .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amenities-slider-main .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.amenities-slider-main .flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.amenities-slider-main .flip-box-front {
  background-color: #213539;
  color: black;
}

.amenities-slider-main .flip-box-front img {
  height: 50px;
  width: 50px;
}

.amenities-slider-main .flip-box-back {
  background-color: #213539;
  color: #000;
  transform: rotateY(180deg);
  padding: 16px;
}

.updates-detail .dynamic-gallery-demo .item2:not(:first-child),
.updates-detail .sks-dynamic-gallery-demo .item3:not(:first-child) {
  display: none;
}

.updates-detail .sks-dynamic-gallery-demo .item3 {
  cursor: pointer;
}

.lg-off .lg-object {
  transform: none !important;
}

/* 22-12-22 */

.hm_topban .banner-images .icon .img-hover {
  display: none;
  transition: all 0.5s ease;
}

.hm_topban {
  padding: 13% 0 7%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hm_topban .banner-images .content {
  margin-top: 5px;
  width: 100%;
}

.hm_topban .banner-images .icon {
  width: 100%;
}

.hm_topban ul li {
  height: 218px;
  width: calc((100% - 80px) / 5);
  padding: 0;
  border: 1px solid #f68c3c;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.hm_topban ul li:first-child {
  margin-left: 0;
}

.hm_topban ul li:last-child {
  margin-right: 0;
}

.hm_topban ul li a {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-decoration: none;
}

.hm_topban ul li:before,
.flip-box-front:before {
  content: "";
  height: 200px;
  width: 200px;
  position: absolute;
  opacity: 0.1;
  border-radius: 100%;
  left: -60px;
  top: -60px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(0, 0, 0, 0.4920343137254902) 77%);
}

.hm_topban ul li .content span {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.hm_topban ul li:hover {
  border-color: #fff;
}

.hm_topban ul li:hover>a .content p,
.hm_topban ul li:hover>a .content span {
  color: #f68c3c;
  transition: all 0.5s ease;
}

.hm_topban ul li:hover>a .icon .img-hover {
  display: block;
  transition: all 0.5s ease;
}

.hm_topban ul li:hover>a .icon .orange {
  display: none;
  transition: all 0.5s ease;
}

.banner-content {
  font-family: "gilroyregular" !important;
  text-transform: initial !important;
}

.hm_topban ul li .icon img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  object-fit: contain;
}

/* .hm_topban ul li > a .icon{transform: translateY(15px); transition: all 0.5s ease;} */
.hm_topban ul li:hover>a .icon {
  transform: translateY(0);
  transition: all 0.5s ease;
}

.hm_topban ul {
  /* margin-bottom: calc(50px - 18px); */
}

.hm_topban .flip-box {
  background-color: transparent;
  height: 100%;
  perspective: 1000px;
}

.hm_topban .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f68c3c;
}

.flip-box-front {
  color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}

.flip-box-back {
  color: #000;
  transform: rotateY(180deg);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #18272c;
}

.hm_topban ul li:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.hm_topban ul li.flip-wrap {
  border: none;
  background: transparent;
  overflow: visible;
}

.hm_topban ul li.flip-wrap:before {
  content: none;
}

.hm_topban ul li .flip-box-back p {
  font-size: 15px !important;
  font-family: "gilroyregular";
  text-transform: initial;
  height: 100%;
  padding-bottom: 40px;
  width: 100%;
}

.hm_topban ul li .flip-box-back p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm_topban ul li .flip-box-back a {
  color: #fff;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  z-index: 1;
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  background: #f5822a;
}

.hm_topban .flip-box-inner a {
  position: relative;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.hm_topban .flip-box-inner a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.hm_topban ul li .flip-box-back p a {
  position: static;
  border: 0;
  background: transparent;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

header.landing-header .navbar {
  /* padding-top: 0; */
}

.amenities-slider .flip-box-front:before {
  content: none;
}

html:not(.a-fullscreen) .a-enter-ar {
  right: 60px;
}

.landing .slick-dots li button {
  outline: none;
}

.landing .threed-btn button,
.landing .threed-btn button:hover {
  position: relative !important;
  overflow: hidden;
}

.landing .threed-btn button:after {
  opacity: 0;
}

.landing .threed-btn button:hover:after {
  opacity: 1;
}

.plans-section .img-dulex .img-title {
  padding-top: 10px;
}

.plans-section .img-dulex .img-title a {
  color: #f58129;
  margin-right: 10px;
}

.plans-section .img-dulex .img-title a.active {
  text-decoration: underline;
}

.tab-content .tab-pane:nth-child(2) .plan-img .plan-click {
  bottom: 55px;
}

.landing .architect-testimonial p {
  /* padding-right: 140px; */
}

/* 30-3-23  */

.first-menu li .csr.tool-tip:before {
  content: "CompanyÃ¢â‚¬â„¢s Corporate Social Responsibility Initiatives";
  width: 190px;
  bottom: -60px;
}

.bcm-indore.tool-tip:before {
  content: "BCM Kokilaben Dhirubhai Ambani Hospital, Indore";
  width: 190px;
  bottom: -61px;
}

.bcm-raipur.tool-tip:before {
  content: "BCM Kokilaben Dhirubhai Ambani Hospital, Raipur";
  width: 190px;
  bottom: -61px;
}

.projects__box>.bot-line-reverse::before {
  content: none;
}

.view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
  outline: none !important;
  font-weight: 500;
}

.view-btn:hover {
  text-decoration: none;
}

.projects__box>.bot-line-reverse:hover .view-btn {
  opacity: 1;
}

.tab-pane:hover>.proj-big:not(:hover) img {
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}

.proj-big:hover>img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.proj-amenities .proj__ul li,
.proj-amenities-first .proj__ul li,
.proj-club .proj__ul p {
  color: #fff;
}

.bcm-prime .pr-cus.proj-amenities {
  background: transparent;
  padding-bottom: 0;
  padding-top: 0;
}

.bcm-prime .pr-cus.proj-amenities .owl-two {
  margin-top: 0;
}

.bcm-prime .pr-cus.proj-amenities .proj__ul li {
  color: #182b32;
}

.bcm-prime .proj-highlights .zoom,
.bcm-zodiac .proj_hightlight_slider .zoom,
.proj_hightlight_slider .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.bcm-prime .proj_hightlight_slider,
.bcm-zodiac .proj_hightlight_slider,
.proj_hightlight_slider {
  position: relative;
}

.bcm-prime .proj_hightlight_slider:hover .zoom,
.bcm-zodiac .proj_hightlight_slider:hover .zoom,
.proj_hightlight_slider:hover .zoom {
  opacity: 1;
}

.bcm-prime .proj-highlights .row,
.proj-highlights-vertex-banner .row {
  align-items: flex-start;
}

/* .bcm-prime .proj_hightlight_slider .csr-gallery .owl-nav{ bottom: 6em; right: 3.5em; left: auto;} */
.bcm-prime .proj-highlights {
  padding-bottom: 7em;
}

#bangalore-projects-completed:hover .proj-big:not(:hover) img {
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}

.projects__box .animate-icon {
  opacity: 0;
}

.projects__box .animate-icon.clippy-animate {
  opacity: 1;
}

/* .indore-csr-gallery .csr-item{display: none;} */
.indore-csr-gallery .csr-item:nth-of-type(1n + 6) {
  display: none;
}

#project-bcm-kokilaben-dhirubhai-ambani-hospital-indore .owl-nav {
  margin-top: -55px;
  margin-left: 10px;
}

/* #project-bcm-kokilaben-dhirubhai-ambani-hospital-raipur{display: none;} */

.proj-loc.w-full iframe {
  width: 100%;
}

.image-icon img {
  display: block;
}

#indore-projects:hover .projects__box:not(:hover) img {
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
}

.proj-loc iframe {
  width: 100%;
}

#project-bcm-kokilaben-dhirubhai-ambani-hospital-indore .gallery-box .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.inaugration-slider .owl-nav button {
  position: absolute;
}

.inaugration-slider .owl-nav button.owl-prev,
.inaugration-slider .owl-nav button.owl-next {
  left: -20px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #f5822a;
}

.inaugration-slider .owl-nav button.owl-next {
  left: auto;
  right: -20px;
}

.csr-gallery .owl-nav {
  left: auto;
  right: 20px;
  bottom: 20px;
}

.proj-amenities .owl-two .owl-nav,
.proj-amenities-first .owl-two .owl-nav,
.proj-club .owl-two .owl-nav {
  left: auto;
  right: 20px;
  bottom: 20px;
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.proj-amenities .owl-two,
.section-content-last-img {
  margin-top: 0 !important;
}

.tab-content .title-quaternary {
  display: block;
}

.tab-content .title-quaternary:hover {
  text-decoration: none;
}

.projects__box:hover .title-quaternary {
  color: #f5822a !important;
}

/* 5-4-23 */

.iconview {
  background: #182b32;
}

.iconview .icon-box h4,
.iconview .icon-box p {
  color: #fff;
}

.gallery-slider .gallery2 .item {
  position: relative;
  padding-bottom: 40px;
}

.gallery-slider .gallery2 .item button {
  border: none;
  background: transparent;
  color: #f58228;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  text-decoration: underline;
  outline: none !important;
  /* padding: 0; */
}

.landing-footer .footer-bottom {
  background: #e77c21;
  border-top: 2px solid #e77c21;
  margin-top: 65px;
}

.gallery-slider .gallery2 .item button img {
  display: inline-block;
  width: 25px;
  vertical-align: middle;
  box-shadow: none;
  margin-top: -6px;
  margin-right: 7px;
}

.bcm-acropolis .proj-hero__heading p,
.bcm-acropolis .proj-hero__heading h1 {
  color: #fff !important;
}

.inaugration-slider {
  margin-bottom: 50px;
}

.banner-text h1 {
  line-height: 58px;
}

.banner-text h1 span {
  line-height: 75px;
}

.address-box li p a:hover {
  color: #f68c3c;
}

.gallery .slick-item {
  /* padding-bottom: 0; */
}

.inner-page-header-bg .mt-head-space img {
  height: 100%;
  object-fit: cover;
}

.video-player-sec iframe {
  width: 100%;
  height: 600px;
}

.video-player-sec {
  padding-bottom: 5em;
}

.bcm-zodiac .proj-highlights {
  padding-bottom: 5em;
}

.proj-highlights .row {
  align-items: flex-start;
}

.about-architect .banner-text {
  top: unset;
  transform: unset;
  color: #182b32;
  font-size: 24px;
}

.about-architect .collapsible {
  outline: none !important;
}

.about-architect .content {
  background-color: #f2ebdc;
}

.leed-content {
  margin: 30px 0;
}

.bcm-vertex .section-lg-py {
  padding: 4em 0;
}

.open-pdf a:hover {
  text-decoration: none;
}

.corepillers-section .tab-content .tab-img-main img {
  object-fit: cover;
}

/* 13-4-23 */

.bmc-about .flex-item p {
  letter-spacing: 0;
  text-align: center;
}

.bcm-vertex .inaugration-slider .item .filter-img {
  height: 189px;
  object-fit: cover;
}

.bcm-park .gallery {
  padding: 40px 0;
}

.bcm-park .gallery .text-cust-dark {
  margin-bottom: 0 !important;
}

.bcm-park .gallery .row:last-child {
  margin-top: 35px !important;
}

.inaugration-slider.owl-carousel .owl-nav button.owl-next span,
.inaugration-slider.owl-carousel .owl-nav button.owl-prev span {
  color: #182b32;
}

.inaugration-slider.owl-carousel .owl-nav button.owl-next:hover span,
.inaugration-slider.owl-carousel .owl-nav button.owl-prev:hover span,
.inaugration-slider.owl-carousel .owl-nav button.owl-next:focus span,
.inaugration-slider.owl-carousel .owl-nav button.owl-prev:focus span {
  color: #fff;
}

.hospitality-tab {
  margin-bottom: 60px;
}

/* Testing  */

.testPrime .proj-hero {
  height: 400px;
  background: url(/wp-content/themes/group/img/bcm-prime/bcm-prime.webp) no-repeat;
  background-size: 100%;
  background-size: cover;
  background-position: center center;
}

tldx-lmi-shadow-root {
  display: none;
}

header.nav-up .navbar {
  transform: translateY(-100%);
  transition: all 0.5s ease;
}

header.nav-down .navbar {
  transform: none;
  transition: all 1s ease;
  background: #182b32;
}

header .navbar {
  background: transparent;
}

header.nav-down .navbar,
.inner-page-header-bg header.nav-down.to-top .navbar {
  background: #182b32 !important;
}

header.nav-down.to-top .navbar {
  background: transparent !important;
}

/* header.nav-down .navbar{ padding: 10px 0; } */
header.nav-down .navbar .navbar-brand {
  width: 190px;
}

.home header .navbar,
.bcm-vertex header .navbar,
.bcm-pride header .navbar,
.bcm-woodlands header .navbar,
.bcm-bravo-nest header .navbar,
.bcm-park header .navbar,
.bcm-first-world header .navbar,
.bcm-planet header .navbar,
.bcm-prime header .navbar,
.bcm-acropolis header .navbar,
.bcm-zest header .navbar,
.fixed-header header .navbar,
.home header.to-top,
.bcm-vertex header.to-top,
.bcm-pride header.to-top,
.bcm-woodlands header.to-top,
.bcm-bravo-nest header.to-top,
.bcm-park header.to-top,
.bcm-first-world header.to-top,
.bcm-prime header.to-top,
.bcm-acropolis header.to-top,
.bcm-zest header.to-top,
.bcm-planet header.to-top,
.fixed-header header.to-top {
  position: fixed;
  top: -1px;
}

footer {
  font-family: "gilroyregular";
  padding-top: 60px;
}

footer p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.ul-sec li a {
  font-size: 16px;
}

/* .ul-sec li:first-child a{font-size: 18px; font-weight: 700;} */
footer p.adress-txt a {
  font-family: "gilroymedium";
}

footer .img-fluid {
  margin-bottom: 35px;
  width: 100px;
}

footer .text-orange {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  display: block;
  font-family: "gilroymedium";
}

/* footer ant-animation */
.footer-bottom {
  overflow: hidden;
  position: relative;
  background: #e77c21;
  margin-top: 50px;
  border-top: 2px solid #e77c21;
}

footer .footer-bottom .content-inner {
  position: static;
  display: flex;
  justify-content: space-between;
}

.walking-ant svg path {
  fill: #e77c21;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(1),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(1) {
  animation: walkingAntOne 60s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(2),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(2) {
  animation: walkingAntTwo 60s 20s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(3),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(3) {
  animation: walkingAntThree 60s 21.5s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(4),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(4) {
  animation: walkingAntFour 60s 40s infinite forwards linear;
}

.footer-hover-content:hover>.walking-ants-container .walking-ant:nth-child(5),
.logo-to-hover:hover+.footer-hover-content>.walking-ants-container .walking-ant:nth-child(5) {
  animation: walkingAntFive 60s 48s infinite forwards linear;
}

.walking-ant {
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotateY(180deg);
  right: -30px;
  position: absolute;
  bottom: -5px;
}

.walking-ant svg {
  fill: #000;
  width: 20px;
}

.footer-hover-content>a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

@keyframes walkingAntOne {
  0% {
    right: -30px;
  }

  100% {
    right: 100%;
  }
}

@keyframes walkingAntTwo {
  0% {
    right: -30px;
  }

  100% {
    right: 100%;
  }
}

@keyframes walkingAntThree {
  0% {
    right: -30px;
  }

  100% {
    right: 100%;
  }
}

@keyframes walkingAntFour {
  0% {
    right: -30px;
  }

  100% {
    right: 100%;
  }
}

@keyframes walkingAntFive {
  0% {
    right: -30px;
  }

  100% {
    right: 100%;
  }
}

.footer-hover-content {
  display: flex;
}

.logo-to-hover {
  position: relative;
  background: transparent;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0rem;
}

.logo-to-hover:hover {
  background: transparent;
}

.trial-ma svg {
  width: 28px;
  height: 28px;
  fill: #adaca8 !important;
}

.logo-to-hover:hover+.footer-hover-content,
.footer-hover-content:hover {
  transform: translateX(0);
  background-color: #fff;
}

.footer-hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 2rem;
  cursor: default;
  text-align: center;
  background: #fff;
  transform: translateX(100%);
  transition: transform linear 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
}

.footer-hover-content .fa-heart {
  margin: 0 5px;
}

.footer-hover-content a {
  color: #f5822a;
  padding-bottom: 0;
}

/* footer ant-animation end*/
footer .footer-bottom .content-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .footer-bottom .content-inner p {
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
}

footer .footer-bottom .content-inner p a {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

footer .footer-bottom .content-inner p a:hover {
  color: #fff;
}

footer .footer-bottom .content-inner p a:after {
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 0;
}

footer .footer-bottom .content-inner p a:hover:after {
  width: 100%;
}

footer .footer-bottom .content-inner img {
  width: 50px;
  height: auto;
}

footer .footer-bottom .footer-bottom-left-sec {
  display: flex;
  align-items: center;
}

footer .footer-bottom .footer-bottom-left-sec ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  padding: 0;
}

footer .footer-bottom .footer-bottom-left-sec ul a {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-bottom: 0;
  padding-left: 6px;
  margin-left: 6px;
  border-left: 1px solid #fff;
}

footer .footer-bottom .footer-bottom-left-sec ul a:hover {
  color: #fff;
}

footer .footer-bottom .footer-bottom-left-sec ul a:after {
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 8px;
  right: 0;
  width: 0;
}

footer .footer-bottom .footer-bottom-left-sec ul a:hover:after,
footer .footer-bottom .footer-bottom-left-sec ul a.active:after {
  width: 90%;
}

footer .footer-bottom .footer-bottom-left-sec ul li {
  line-height: 24px;
  margin: 0;
}

.adress-info a {
  display: inline-block;
}

.csr-section {
  padding: 54px 0 60px;
}

.csr-project {
  display: flex;
  /* min-height: 500px; */
  position: relative;
  text-align: justify;
  align-items: center;
}

.csr-project .left-sec {
  background-color: rgb(232, 124, 33);
  width: 50%;
  height: 100%;
  padding: 35px;
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}

.csr-project .right-sec {
  width: 70%;
  margin: 0 0 0 -115px;
}

.csr-project .right-sec img {
  width: 100%;
  object-fit: cover;
}

.csr-project .left-sec h3 {
  font-size: 32px;
  margin-bottom: 25px;
  font-family: "gilroysemibold";
}

.csr-project .left-sec p {
  font-family: "gilroyregular";
  font-size: 18px;
  text-align: justify;
}

.csr-section .custom-btn {
  display: inline-block;
  padding: 20px 68px;
  margin-top: 20px;
}


/* 404 Page CSS */
.errorMsg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.txt404 {
  font-size: 50px;
  font-size: 3rem;
  text-transform: uppercase;
  color: #e87c21;
  font-weight: bold;
  font-family: "gilroybold";
  text-align: center;
  position: absolute;
  left: 40%;
}

.oopsTxt {
  font-size: 250px;
  font-size: 15rem;
  color: #ffffff;
  font-family: "gilroybold";
  line-height: 250px;
}

.errorMsgTxt {
  position: relative;
}

.errorInfo {
  font-size: 50px;
  font-size: 3rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 35px 0 75px;
}

.returnToHome {
  font-size: 26px;
  font-size: 1.6rem;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}

.page404 {
  font-family: "gilroyregular";
}

.page404 img {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.returnToHome a {
  color: #e87c21;
  text-decoration: underline;
}

/* 404 CSS end */


/* Contact Us  */

.bcmBtn {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  filter: drop-shadow(0.853px -6.948px 19px rgba(0, 0, 0, 0.08));
  background-color: #fff;
  color: #e87c21;
  padding: 15px 40px;
  font-family: 'gilroybold';
  cursor: pointer;
  border: 1px solid #e16617;
}


/* Conatct Us page */
img.conact-baner-image {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}

.privacy.banner-wrapper {
  height: 85vh;
}

.banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100vh;
}

.banner-heading {
  font-size: 50px;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'gilroysemibold';
  margin: 0;
}

.banner-sub-text {
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  margin: 30px 0 40px;
}

.cbanner-text span {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: normal;
  color: #ffffff;
  display: block;
  font-family: 'gilroymedium';
}

.cbanner-text span.flp-txt-2 {
  font-size: 21px;
  line-height: normal;
  font-family: 'gilroysemibold';
}

.cbanner-box {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #f5822a;
  width: calc((100% - 80px)/5);
  padding: 35px 0;
  transition: transform 0.5s;
}

.cbanner-box:hover {
  filter: drop-shadow(1.888px 2.331px 15px #000);
  transform: scale(1.05);
}

a,
a:hover {
  text-decoration: none;
}

img.cbanner-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 20px;
}

.cbanner-wraper {
  display: flex;
  justify-content: space-between;
}


/*  */
h2.contact-loaction-title,
.section-title {
  font-size: 45px;
  line-height: normal;
  color: #172a31;
  text-align: center;
  margin: 20px 0 0;
  font-family: 'gilroysemibold';
}

.contact-location-subtitle,
.section-subtitle {
  font-size: 18px;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 24px auto 40px;
}

.location-map-iframe {
  position: relative;
}

.location-map-address {
  filter: drop-shadow(0.853px -6.948px 19px rgba(0, 0, 0, 0.08));
  background-color: #e87c21;
  padding: 40px;
  max-width: 46%;
  position: absolute;
  bottom: -36%;
  left: 5%;
  color: #fff;
  z-index: 5;
}

.location-map-iframe iframe {
  width: 100%;
  max-height: 650px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  box-shadow: inset 1.888px 2.331px 125px rgba(0, 0, 0, 0.18);
}

h3.location-office-title {
  font-size: 40px;
  line-height: 35px;
  color: #ffffff;
  margin: 0 0 30px;
  font-family: 'gilroysemibold';
}

.loaction-full-adress,
.loaction-full-adress p {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #fff;
}

.loaction-full-adress:last-child,
.loaction-full-adress p:last-child {
  margin-bottom: 0;
}

.loaction-full-adress a,
.loaction-full-adress a:hover {
  color: #fff;
  position: relative;
  text-decoration: none;
}

.contact-number {
  text-decoration: none;
}

span.location-name {
  display: block;
  font-family: 'gilroybold';
}

#location-map-tab.nav-tabs .nav-link {
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: normal;
  text-decoration: none;
  color: #333;
  margin: 70px 35px;
  padding: 0;
}

#location-map-tab.nav-tabs .nav-link:last-child {
  margin-right: 0;
}

#location-map-tab {
  border: none;
  justify-content: right;
}

#location-map-tab.nav-tabs .nav-link:hover,
#location-map-tab.nav-tabs .nav-link.active {
  color: #e87c21;
  background: transparent;
}

.privacy-policy-content a,
#location-map-tab.nav-tabs .nav-link,
.active-link {
  position: relative;
  transition: width .5s ease;
  text-decoration: none;
}

.privacy-policy-content a::before,
.loaction-full-adress a:before,
#location-map-tab.nav-tabs .nav-link.active:before,
#location-map-tab.nav-tabs .nav-link:before,
.active-link::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #e87c21;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .75s ease;
}

.privacy-policy-content a::before {
  background-color: #333333;
}

.privacy-policy-content a:hover::before {
  background-color: #e87c21;
}

.loaction-full-adress a:before {
  background-color: #fff;
}

.privacy-policy-content a:hover::before,
.loaction-full-adress a:hover:before,
.active-link:hover::before {
  width: 0%;
}

#location-map-tab.nav-tabs .nav-link.active:before {
  width: 100%;
}

#location-map-tab.nav-tabs .nav-link.active:hover:before {
  width: 0%;
}

#location-map-tab.nav-tabs .nav-link:before {
  width: 0%;
}

#location-map-tab.nav-tabs .nav-link:hover:before {
  width: 100%;
}

/* Social Media */
.social-media {
  filter: drop-shadow(0.853px -6.948px 19px rgba(0, 0, 0, 0.08));
  background-color: #fae5d3;
  position: relative;
}

.sicial-box {
  filter: drop-shadow(1.888px 2.331px 15px rgba(0, 0, 0, 0.2));
  background-color: #ffffff;
  width: calc((100% - 75px)/4);
  transition: all 0.3s ease;
}

.sicial-front {
  padding: 0px 20px 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: transform 0.3s;
}

.sicial-front img {
  width: 100%;
}

.sicial-front .social-icon {
  margin: 80px auto;
}

.sicial-front .social-icon>div {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  background-position: 0 100px;
  transition: all 01s ease-in-out;

}

.sicial-box:hover img {
  filter: brightness(0) invert(1);
  transform: rotateY(360deg);
}

.sicial-box:hover .social-icon>div {
  background-position: 0;
  background-repeat: no-repeat;
}

.social-icon {
  border-radius: 50%;
}

.facebook:hover,
.sicial-box:hover .facebook {
  background-color: #1877f2;
  background: linear-gradient(115deg, #1877f2, #1877f2, #1877f2);
  background-repeat: no-repeat;
}

.linkedIn:hover,
.sicial-box:hover .linkedIn {
  background-color: #0077b5;
  background: linear-gradient(115deg, #0077b5, #0077b5, #0077b5);
  background-repeat: no-repeat;
}

.instagram:hover,
.sicial-box:hover .instagram {
  background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
  --contrast-color: #ffdcff;
  background-repeat: no-repeat;
}

.you-tube:hover,
.sicial-box:hover .you-tube {
  background-color: #ff0000;
  background: linear-gradient(115deg, #ff0000, #ff0000, #ff0000);
  background-repeat: no-repeat;
}

.socila-media-connect-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

img.social-media-bg,
.section-img-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  object-fit: cover;
}

p.sicial-text {
  font-size: 22px;
  color: #333;
  font-family: 'gilroysemibold';
}


/* Review Section */
.review-us-link:hover,
.review-us-link:focus,
.review-us-link {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  filter: drop-shadow(0.853px -6.948px 19px rgba(0, 0, 0, 0.08));
  background-color: #fff;
  color: #e87c21;
  padding: 15px 25px;
  font-family: 'gilroybold';
  cursor: pointer;
  border: 1px solid #e16617;
  text-decoration: none;
}

.review-us-link:first-child {
  margin-right: 50px;
}

.review-us-link:hover {
  background-color: #e87c21;
  color: #ffffff;
}

.review-link-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* Testimonial */
.testimonial-contet-block .section-subtitle {
  margin-bottom: 20px;
}

p.testimonial-text {
  font-size: 20px;
  line-height: 24px;
  color: #172a31;
  font-style: italic;
  margin: 40px auto;
  text-align: center;
  max-width: 90%;
}

.testimonial-block {
  text-align: center;
  position: relative;
  padding: 60px;
  filter: drop-shadow(0 0 27px rgba(0, 0, 0, 0.2));
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.47);
  margin: 25px;
}

p.testimonial-name {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #e87c21;
  font-family: 'gilroysemibold';
  margin: 10px 0 0;
}

p.testimonial-profile {
  font-size: 22px;
}

img.testimonial-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.testimonials-wraper {
  position: relative;
}

/* Star rating CSS */
.rating-group {
  display: inline-flex;
}

.rating__icon {
  pointer-events: none;
}

.rating__input {
  position: absolute !important;
  left: -9999px !important;
}

.rating__input--none {
  display: none;
}

.rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
  margin: 0;
}

.rating__icon--star {
  color: orange;
}

/* Star rsting CSS ends */



/* FAQ's Section */
.faqs-header .collapsed {
  color: #ffffff;
  background-color: #182b32;
  margin: 0;
}

.fqas-body-text li,
.privacy-policy-content li {
  padding-left: 20px;
}

.fqas-body-text ul,
.privacy-policy-content ul {
  padding-left: 15px;
  list-style-type: none;
}

.fqas-body-text li::before,
.privacy-policy-content li::before {
  content: url(/wp-content/themes/group/img/list-style.svg);
  font-size: 24px;
  vertical-align: middle;
  margin: 0 0 0 -18px;
  padding: 0px 10px 0 0;
}

span.faqs-count {
  margin: 0 15px 0 0;
}

h2.faq-title {
  padding: 10px 40px;
  background-color: #e87c21;
  font-size: 20px;
  color: #ffffff;
  font-family: 'gilroysemibold';
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h2.faq-title:hover {
  background-color: #e87c21;
}

.faqs-block {
  margin: 0 0 9px;
}

.fqas-body-text {
  padding: 25px;
  margin: 0 1px;
}

.fqas-body-text p {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 33px;
  color: #333333;
}

.collapsed img.minus {
  display: none;
}

[aria-expanded="true"] img.plus {
  display: none;
}

[aria-expanded="false"] img.plus {
  display: inline-block;
}

/* Testimonial Section */
.testimonials-wraper .slick-prev,
.testimonials-wraper .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.testimonials-wraper button.slick-arrow {
  background: transparent;
  border: 1px solid;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #e87c21;
}

.slick-slider {
  position: relative;
}

img.quote-img {
  max-width: 120px;
}

.slick-slide img {
  margin: 0 auto;
}


.testimonials-wraper button.slick-arrow::before {
  content: url('/wp-content/themes/group/img/left-arrow.webp');
}

.testimonials-wraper button.slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}

.testimonials-wraper button.slick-next.slick-arrow::before {
  rotate: 180deg;
  display: block;
}

.testimonials-wraper button.slick-arrow:hover {
  background-color: #e87c21;
  border: 1px solid #ffffff;
}

.testimonials-wraper button.slick-prev.slick-arrow {
  z-index: 1;
  left: 0px;
}

.testimonials-wraper button.slick-next.slick-arrow {
  right: 0px;
}


.faqs-block {
  display: none;
}

.faqs-block.visible {
  display: block;
}

.readMore {
  text-align: center;
  margin: 50px 0 0;
}

#clickToReadMore {
  background-color: #e87c21;
  color: #fff;
}

#clickToReadMore:hover {
  background-color: #fff;
  color: #e87c21;
  border: 1px solid #e87c21;
}




/* Write to Us Form */
/* Contact-form */
h2.write-to-us-title,
p.write-to-us-subtitle {
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.write-to-us form input,
.write-to-us textarea,
.write-to-us select {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  border: none;
  top: -7px;
  position: relative;
}

.write-to-us span.select2-selection {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  height: 34px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e87c21;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e87c21;
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  content: url('/wp-content/themes/group/img/left-arrow.webp');
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  rotate: 270deg;
  transition: all 0.5s ease;
  margin: 0;
  top: 5px;
  right: 0;
  left: auto;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  rotate: 90deg;
}

.select2-dropdown {
  background-color: white;
  border: none;
  border-radius: 0;
}

.write-to-us span.select2-selection .select2-selection__rendered {
  padding: 0;
  color: #fff;
}

.custom-checkbox.checked:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.write-to-us .wpcf7-form-control-wrap {
  position: static;
  vertical-align: top;
}

h2.faq-title img {
  width: 30px;
}

.custom-checkbox:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

input[type="checkbox"] {
  width: auto;
}

.form-group {
  flex-direction: column;
  flex: 1;
  margin-right: 20px;
}

.form-group:last-child {
  margin-right: 0;
}

span.wpcf7-not-valid-tip {
  color: #fff;
  top: 0;
  bottom: auto;
}

label {
  margin-bottom: 5px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

input,
select,
textarea {
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  color: white;
  outline: none;
  transition: border-color 0.3s;
}

.write-to-us select {
  transition: border-color 0.3s;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  appearance: none;
}

.write-to-us select:focus {
  border-color: orange;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"/></svg>');
}

.write-to-us input:focus,
.write-to-us select:focus,
.write-to-us textarea:focus {
  border-color: #fff;
}

.write-to-us option {
  color: #182b32;
  background-color: #fff;
}

textarea {
  resize: none;
  line-height: 1.2;
}

.write-to-us .checkbox-label,
.write-to-us .checkbox-label label,
.write-to-us .checkbox-label a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
}

.write-to-us .checkbox-label a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  line-height: 1.2;
}

.fqas-body-text a {
  position: relative;
  color: #e87c21;
  display: inline-block;
}

.fqas-body-text a::before,
.write-to-us .checkbox-label a:before {
  content: '';
  transition: width 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  width: 100%;
  background-color: #ffff;
}

.fqas-body-text a::before {
  background-color: #e87c21;
}

.fqas-body-text a:hover::before {
  width: 0;
  background-color: #e87c21;
}

.write-to-us .checkbox-label a:hover:before {
  width: 0;
  background-color: #ffff;
}

.write-to-us .form-checkbox a:hover {
  color: #ffff;
}


.write-to-us .checkbox-label input {
  width: 0;
}

.write-to-us button {
  padding: 10px 35px;
  background-color: #fff;
  border: none;
  color: #f5822a;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.write-to-us button:hover {
  background-color: #f5822a;
  color: #fff;
  border: 1px solid #fff;
}


.write-to-us form .form-group {
  margin-bottom: 50px;
  position: relative;
}

.form-2row .form-group:first-child {
  margin-right: 45px;
}

.form-2row .form-group:nth-child(2n) {
  margin-left: 45px;
}

.write-to-us form .floating-input,
.floating-select {
  font-size: 16px;
  padding: 4px 0px;
  display: block;
  width: 100%;
  height: 38px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz--appearance: none;
  appearance: none;
  outline: none;
  color: #fff;
}

.write-to-us form .form-group label {
  color: #fff;
  font-family: "gilroymedium";
  font-size: 22px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: -7px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.write-to-us form .form-group label.label-focused {
  top: -18px;
  color: #fff;
}

.write-to-us .wpcf7-submit {
  padding: 15px 25px;
  border: none;
  background: #fff;
  color: #e87c21;
  border: 1px solid #fff;
  width: auto;
  margin: 50px 0 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'gilroybold';
}

.write-to-us .wpcf7-submit:hover {
  background: #e87c21;
  color: #fff;
}

.mandatory {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  margin: 20px 0 0;
}

.submitBtn {
  text-align: center;
  position: relative;
}

.submitBtn .wpcf7-spinner {
  position: absolute;
  top: 25%;
}

.wpcf7-list-item {
  margin: 0;
}


.privacy-policy-content a {
  color: #333333;
}

.privacy-policy-content a:hover {
  color: #e87c21;
}

.privacy-section .banner-wrapper {
  align-items: flex-end;
}

.privacy-section .banner-sub-text {
  margin: 10px 0 70px;
}

.privacy-policy-content b {
  font-family: 'gilroysemibold';
}

.privacy-policy-content {
  margin: 50px 0 0;
}



.privacy-policy-content p,
.privacy-policy-content li,
.privacy-policy-content li ul {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  margin: 0 0 25px;
}

.privacy-policy-content li ul {
  margin-top: 25px;
}


@media only screen and (min-width: 1081px) {
  .slider-nav-core {
    display: none;
  }
}

@media only screen and (max-width: 1080px) {
  .slider-nav-core {
    display: block;
  }

  .plans-section ul {
    display: none;
  }
}

@media screen and (min-width: 800px) {

  .custom-model-main:before,
  .plan-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}