html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "futura-light" !important;
  /*font-family: 'NexaBold' !important;*/
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 300 !important;
  letter-spacing: 1px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

p {
  margin-bottom: 10px;
  line-height: 23px;
}

img {
  /*max-width: 100%;*/
}

strong {
  font-weight: 600;
}

/*-------------- CSS Resetter ----------*/

.mr0 {
  margin: 0 !important;
}

.pd0 {
  padding: 0 !important;
}

/*--------------------------------------------------------------------*/

#hide-menu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 5px 0px;
  top: 0;
  /* transition: top 0.3s; */
}

.navbar-default {
  background: #1f1b20;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  transition: ease all 0.5s;
}

.navbar-default.fixHeader {
  background: #1f1b20;
  transition: ease all 0.5s;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #d2ac68;
  text-shadow: none;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #d2ac68;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-image: none;
  box-shadow: none;
  background: transparent;
  color: #224e22;
}

.navbar-brand > img {
  width: 100px;
  margin-top: -4px;
}

.navbar-brand > img.nav-logo {
  width: 128px;
  margin-top: -3px;
  background: none;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 0px;
  }
  
}

/*------------Navbar center-------*/

.navbar .navbar-nav {
  display: inline-block;
  float: none !important;
  vertical-align: top;
}

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

/*-------------------*/

@media (max-width: 767px) {

  #growth-saga .saga-content p {
    margin-bottom: 3rem;
    text-align: center;
}

  #growth-saga .saga-content .mb-0{
    margin-bottom: 0px !important;
  }

  #growth-saga .middle-img {
    /* margin-bottom: 2rem !important; */
} 
#growth-saga .middle-img::after{
  display: none;
}
  .navbar-nav {
    margin: initial !important;
  }
  .navbar-collapse {
    padding-bottom: 10px;
  }
  .navbar-brand > img {
    width: 90px;
    float: inherit;
    margin-top: 0px;
    /* margin-left: 0; */
  }
  .navbar-brand > img.nav-logo {
    width: 111px;
    margin-top: 1px;
    position: absolute;
    top: 0;
    right: 147px;
  }
  .navbar-brand {
    padding: 0px;
    float: right !important;
    margin-right: 20px;
  }
  .navbar-default .navbar-toggle {
    border: none !important;
    background: #fff;
    position: absolute;
    margin-right: 0;
    margin-left: 8px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0a3a81 !important;
  }
  
}


.nav-call {
  border: 2px solid #fff;
  border-radius: 7px;
  padding: 3px 15px !important;
  color: #1f1b20 !important;
  margin-top: 10px;
  font-weight: 600;
  background: #fff !important;
}

.navbar-nav > li > a {
  font-family: "futura-medium-bt";
  line-height: 30px !important;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  outline: none;
}

.menu-overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -100%;
  background-color: #1f1b20;
  overflow-x: hidden;
  transition: 0.6s;
}

.menu-overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.menu-overlay a {
  padding: 8px;
  text-decoration: none;
  color: #ffff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.menu-overlay a span {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 0 14px;
  padding-top: 3px;
}

.menu-overlay a:hover,
.menu-overlay a:focus {
  color: #f1f1f1;
}

.menu-overlay .closebtn {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 48px;
}

.global-sec {
  padding: 70px 0;
}

.sec-head {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-weight: 800;
}

.sec-head.golden {
  color: #c09f3c;
}

.darkbg {
  background: #222222;
}

.headline {
  margin: 0 auto;
  display: block;
  margin-top: 0;
  width: 230px;
  margin-bottom: 20px;
}

.darkbg p {
  color: #ffffff;
}

.over-view {
  text-align: center;
  /*margin-bottom: 20px;*/
}

.golde-icon {
  padding: 0 !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.golde-icon i {
  color: #1f1b20 !important;
  margin: 0 !important;
  background: #e0e0e0 !important;
}

.golde-icon i:after {
  box-shadow: 0 0 0 2px #1f1b20 !important;
}

.golde-icon .hi-icon:hover {
  background: #1f1b20 !important;
  color: #ffffff !important;
}

.over-view p {
  margin-bottom: 0;
}

.hi-icon:before {
  font-size: 58px !important;
}

.projecthigh-head {
  font-size: 30px;
  background: #0a3a81;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-weight: 800;
}

/*---------------------------------*/

.overimg {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.sec-head.style2 {
  font-size: 30px;
  margin-bottom: 5px;
}

.highlight-wrap {
  background: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding: 15px;
}

.highlight-wrap h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

.highlight-wrap p {
  color: #ffffff;
  font-size: 14px;
}

.ami-img-wrap {
  position: relative;
}

.ami-img-wrap img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.ami-img-wrap .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
  padding: 10px;
}

.ami-img-wrap .img-overlay .text-wrap {
  width: 100%;
  height: 100%;
  border: 1px solid #d2ac68;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.ami-img-wrap .img-overlay .text-wrap p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin-right: 5px;
}

.ami-img-wrap .img-overlay h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

/*-------------*/

.ovr-view {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.ovr-view img {
  height: initial;
}

/*----3d hover-------*/

.hover-in {
  transition: 0.3s ease-out;
}

.hover-out {
  transition: 0.3s ease-in;
}

/*-------------------*/

.config-sec {
  background: url("../images/overview.webp") center no-repeat;
  background-size: cover;
}

#Configuration{
  background: url(../images/config.webp) center no-repeat;
  background-size: cover;
}

/* banner */
.bann_icon i {
  font-size: 1.70rem;
  color: #666;
  margin-right: 1rem;
}
.bann_content {
  font-size: 0.8rem;
  color: #666;
}
.banner {
  padding: 2% 0;
}
.flex-col{
  display: flex; 
  justify-content: center; 
  align-items: center;
}


.bg-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.sec-head.white {
  color: #ffffff;
}

.config-table {
  text-align: center;
  margin-bottom: 0;
}

.config-table tr th {
  text-align: center;
  vertical-align: middle !important;
  padding: 15px 0 !important;
}

.config-table tr td {
  vertical-align: middle !important;
  padding: 15px 5px !important;
  background: #ededed;
}

.config-table thead {
  background: #1f1b20;
  color: #fff;
  border: none !important;
}

.config-table > tbody > tr > td,
.config-table > tbody > tr > th,
.config-table > tfoot > tr > td,
.config-table > tfoot > tr > th,
.config-table > thead > tr > td,
.config-table > thead > tr > th {
  /*border: none !important; */
}

.config-table tbody {
  background: #ffffff;
}

.price-click {
  background: #1f1b20;
  color: #fff;
  padding: 7px 7px;
}

.price-click:hover,
.price-click:focus {
  color: #ffffff;
}

.sub-head {
  text-align: center;
  /* font-family: JoaneRegular; */
  font-size: 25px;
  margin-bottom: 40px;
}

.sub-head.white {
  color: #ffffff;
}

.grey {
  background: #f3f3f3;
}

.amenities {
  text-align: center;
  margin-bottom: 30px;
}

.amenities p {
  margin-bottom: 0;
  height: 40px;
  font-weight: 600;
}

.ameicon {
  padding: 0 !important;
}

.ameicon i {
  background: #1f1b20 !important;
  width: 110px;
  height: 110px;
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
}

.ameicon i::before {
  line-height: 110px !important;
}

.ameicon .hi-icon:hover {
  background: #d8b068 !important;
  color: #ffffff !important;
}

.ameicon .hi-icon:after {
  box-shadow: 0 0 0 4px #222 !important;
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  background: transparent;
  margin-bottom: 15px;
}

#accordion a {
  display: block;
  padding: 10px 49px;
  border: 2px solid #1f1b20;
  text-decoration: none;
  transition: ease all 0.5s;
  text-transform: uppercase;
}

#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #1f1b20;
  color: white;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  /*text-align: center;*/
}

#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #1f1b20;
  transition: all 0.2s ease-in;
}

#accordion .panel-body p i {
  color: #1f1b20;
  margin-right: 10px;
  font-size: 16px;
}

/* Add Indicator fontawesome icon to the left */

#accordion .panel-heading .accordion-toggle::before {
  font-family: "FontAwesome";
  content: "\f00d";
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  margin-right: 10px;
  transition: all 0.2s ease-in;
}

#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #fff;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

.panel-body {
  padding: 15px;
  border: none !important;
  background: #f7f7f7;
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.3);
}

.panel-group .panel-heading {
  border-bottom: 0;
  background: #1f1b20;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.loc-list li {
  margin-bottom: 7px;
  background: #ededed;
  padding: 12px 5px;
}

.loc-list li i {
  color: #0a3a81;
  margin-right: 10px;
  font-size: 16px;
}

.loc-list li span {
  float: right;
  font-weight: 800;
  color: #000;
}

.loc-head {
  color: #1f1b20;
  font-size: 30px;
  font-weight: 800;
  /*margin-bottom: 20px;*/
}

.loc-headline {
  margin-bottom: 30px;
  width: 70px;
  margin-top: 5px;
}

/*table, thead, tr, th, tbody, td {*/

/*    border: 1px solid #1f1b20;*/

/*    border-collapse: collapse;*/

/*}*/

/* -------------------  TAB -----------------------*/

.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 40px;
  /*margin-top: 50px;*/
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -6px;
}

.mytab > li.active > a,
.mytab > li.active > a:hover,
.mytab > li.active > a:focus {
  color: #fff;
  background-color: #1f1b20;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

.mytab > li > a:hover,
.mytab > li > a:focus {
  color: #222222;
  /*padding: 9px 20px !important;*/
  border: none;
  border-radius: 0;
  background-color: transparent;
  transition: ease all 0.5s;
}

.mytab > li > a {
  color: #222222;
  padding: 9px 20px !important;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: ease all 0.5s;
}

/*-------------------------------------------------*/

/*---------------gallery----------------------*/

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 0px 10px 2px 10px;
  z-index: 99;
}

.overlayg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.overlayg.transparent {
  background: rgba(0, 0, 0, 0);
}

.overlayg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px dashed #383838;
  transform: scale(0.975);
  z-index: 99;
}

.overlayg.whiteborder::before {
  border: 2px dashed #fff;
}

.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 10px;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  outline: 2px solid #c09f3c;
  outline-offset: 1px;
}

.amenities-gallery img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  position: absolute;
  top: 0;
  transform: translate(-101%, 0);
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.amenities-gallery:hover img {
  transform: scale(1.19);
  transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.webp), auto !important;
}

.amenities-gallery .ami-overlay h3 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}

/*-----------------------*/

.contact-sec {
  background: url("../images/contact.webp") center no-repeat;
  background-size: cover;
}

.contact-overlay {
  background: rgba(0, 0, 0, 0.8);
}

/*---modal form--*/

#contact-form input,
#contact-form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 0;
  border-radius: 0 7px 7px 0 !important;
  color: #222222;
  border-left: none;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: #222222;
}

#contact-form .input-group-addon {
  background: #fff;
  color: #1f1b20;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}

#contact-form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.popup-btn {
  margin: 0 auto;
  display: block;
  background: #fff;
  border: none;
  color: #000;
  font-size: 16px;
  padding: 10px 25px 6px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 7px;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.popup-btn2 {
  margin: 0 auto;
  display: block;
  background: #1f1b20;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px 6px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 7px;
  box-shadow: none;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  border: 2px solid #c09f3c;
}

.error {
  color: #ff0000;
}

/*-----------Modal End --------*/

.form-txt {
  /*font-family: 'JoaneRegular';*/
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.form-calltxt {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  font-weight: 800;
}

.form-calltxt a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.row-eq-height {
  padding: 0px !important;
  margin: 0px !important;
}

.abt-rera h5 {
  font-size: 11px;
  font-weight: 800;
  margin-top: 6px;
  border-bottom: 2px solid #d2ac68;
  padding-bottom: 4px;
}

.abt-rera p {
  font-size: 11px;
}

.sunteck {
  width: 160px;
  margin: 0px auto;
  display: block;
  margin-top: 9%;
}

.footer-sec {
  /*padding: 36px 0;*/
  padding-top: 21px;
  background: #1f1b20;
}

.footer-sec p {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}

.footer-sec p a {
  color: #ffffff;
}

/*----------Modal Design-------*/

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background-color: #1f1b20 !important;
}

.modal-body {
  background-size: cover;
  padding-bottom: 30px;
}

.modal-body .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  opacity: 1;
  outline: none;
}

.modal-body .close span {
  height: 30px;
  width: 30px;
  display: block;
  font-size: 26px;
}

.modal-body h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.modal-body p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.modal-body img {
  width: 100px;
  margin: 0px auto;
  display: block;
  position: relative;
  top: -60px;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

/*---modal form--*/

.modal-body form input,
.modal-body form select,
.mobile_form form input,
.mobile_form form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 7px 7px 0 !important;
  color: #222222;
  border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder,
.mobile_form form input::placeholder,
.mobile_form form textarea::placeholder {
  color: #222222;
}

.modal-body form .input-group-addon,
.mobile_form form .input-group-addon {
  background: #fff;
  color: #1f1b20;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}


.mobile_form2 form input::placeholder,
.mobile_form2 form textarea::placeholder {
  color: #222222;
}


.mobile_form2 form .input-group-addon {
  background: #fff;
  color: #1f1b20;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.form-ico {
  font-size: 19px !important;
}


.modal-body form textarea,
.mobile_form form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group,
.mobile_form form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}


.mobile_form2 form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}


.mobile_form2 form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

/*-----------Modal End --------*/

/*---mobile fix footer----*/

.fixed-footer-cust {
  background: #1f1b20;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
}

.fix-link {
  color: #fff !important;
  font-size: 14px;
}

.div-line {
  border-right: 1px solid #fff;
}

.free-call:hover {
  color: #ffffff;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
}

.i-am:hover,
.i-am:focus {
  background: transparent !important;
}

/*---mobile fix footer----*/

.droon-shoot {
  text-align: center;
  background: #222;
  padding: 50px 0;
}

.dron-txt {
  color: #fff;
  /* font-family: JoaneRegular; */
  font-size: 25px;
  margin-bottom: 30px;
}

.book-now {
  background: #d2ac68 !important;
  border: none;
  letter-spacing: 1px;
  font-size: 19px !important;
  color: #fff;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.book-now:hover,
.book-now:focus {
  color: #222;
}

.prohighlight-sec {
  /*padding: 70px 0;*/
  /*background: #ededed;*/
}

.high-txtwrap {
  width: 50%;
  margin: 0 auto;
  /*background: #5f5f5f;*/
  padding: 10px;
  margin-bottom: 10px;
}

.high-txtwrap .high-inner {
  /*border: 1px solid #d2ac68;*/
}

.high-txtwrap .high-inner h2 {
  color: #222;
  text-align: center;
  font-size: 20px;
  padding: 15px 0px;
}

/*-------- owl-nav -----------*/

.carousel-nav .owl-nav .owl-next {
  background: rgba(255, 255, 255, 1) !important;
  border: 2px solid transparent !important;
  padding: 5px !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.carousel-nav .owl-nav .owl-next:hover {
  background: transparent !important;
  border: 2px solid #222222 !important;
  cursor: pointer;
  transition: ease all 0.5s;
}

.carousel-nav .owl-nav .owl-prev {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 5px !important;
  border: 2px solid transparent !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.carousel-nav .owl-nav .owl-prev:hover {
  background: transparent !important;
  border: 2px solid #222222 !important;
  cursor: pointer;
  transition: ease all 0.5s;
}

.carousel-nav .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

/*.carousel-nav .owl-nav img {*/

/*    width: 35px;*/

/*    display: block;*/

/*}*/

.carousel-nav .owl-nav p {
  width: 35px;
  display: block;
}

/*------------------------*/

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 24px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1f1b20 !important;
}

.video-txt {
  margin-bottom: 30px;
  text-align: center;
  background: #d2ac68;
  padding: 6px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.sec-thankyou {
  padding: 50px 0;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #1f1b20;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}



.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: #414041;
  font-size: 19px;
  padding: 10px;
  width: 249px;
  border: 2px solid #1f1b20;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 50px;
  text-align: center;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #1f1b20;
  border-radius: 25px;
}

.oops-greet {
  color: #1f1b20;
  font-size: 25px;
  /* font-weight: 600; */
  margin-bottom: 15px;
}

.interested {
  position: fixed;
  z-index: 9999;
  text-transform: uppercase;
  right: 10px;
  bottom: 10px;
  background: #1f1b20 !important;
  border: 2px solid #c09f3c;
  letter-spacing: 1px;
  font-size: 18px !important;
  outline: none !important;
}

.dwnld-click {
  position: fixed;
  z-index: 9999;
  text-transform: uppercase;
  left: 10px;
  bottom: 10px;
  background: #1f1b20 !important;
  border: 2px solid #c09f3c;
  letter-spacing: 1px;
  font-size: 18px !important;
  outline: none !important;
}

#pageloader {
  background: rgba(34, 34, 34, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 130px;
}

.drone360 {
  width: 100%;
  height: 650px;
}

.overview-logo {
  width: 170px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.overview-list {
}

.overview-list li {
  margin-bottom: 20px;
}

.overview-list li i {
  color: #d2ac68;
}

.overview-list li i::before {
  font-size: 15px;
}

#carousel-example-generic {
  margin-top: 70px;
}

.sec-disc {
  background: #3c3c3c;
  color: #fff;
  padding-top: 10px;
}

.sec-disc p {
  font-size: 11px;
  line-height: 14px;
}

.sec-disc p span {
  font-weight: 600;
}

.disc-wrap {
}

.disc-wrap p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
}

.overview-subhead {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  /*color: #f57d20;*/
  color: #222222;
  line-height: 27px;
}

.clubtxt {
  text-align: center;
  font-size: 17px;
  line-height: 35px;
  font-weight: 600;
  color: #545454;
}

.clubtxt span {
  color: #f57d20;
  font-weight: 800;
}

.gera-logo {
  width: 270px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.head360 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 800;
  margin-top: 50px;
  color: #0a3a81;
}

.link360 {
  background: #0a3a81 !important;
  border: none;
  letter-spacing: 1px;
  font-size: 18px;
  color: #fff !important;
  font-weight: 800;
  padding: 10px;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 200px;
  margin-top: 30px;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 58, 129, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(10, 58, 129, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 58, 129, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 58, 129, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(10, 58, 129, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 58, 129, 0);
  }
}

.callnow {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  width: 45px;
}

.amenities-carousel .owl-stage-outer {
  padding-top: 13px;
}

.amenities-carousel .owl-nav .owl-next {
  background: rgba(255, 255, 255, 1) !important;
  border: 2px solid transparent !important;
  padding: 5px !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.amenities-carousel .owl-nav .owl-next:hover {
  background: transparent !important;
  border: 2px solid #222222 !important;
  cursor: pointer;
  transition: ease all 0.5s;
}

.amenities-carousel .owl-nav .owl-prev {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 5px !important;
  border: 2px solid transparent !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.amenities-carousel .owl-nav .owl-prev:hover {
  background: transparent !important;
  border: 2px solid #222222 !important;
  cursor: pointer;
  transition: ease all 0.5s;
}

.amenities-carousel .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

.amenities-carousel .owl-nav img {
  width: 35px;
  display: block;
}

/*---------child nav -------------*/

.child-carousel .owl-nav .owl-next {
  background: rgba(255, 255, 255, 1) !important;
  border: 2px solid transparent !important;
  padding: 5px !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.child-carousel .owl-nav .owl-next:hover {
  background: transparent !important;
  border: 2px solid #222222 !important;
  cursor: pointer;
  transition: ease all 0.5s;
}

.child-carousel .owl-nav .owl-prev {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 5px !important;
  border: 2px solid transparent !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.child-carousel .owl-nav .owl-prev:hover {
  background: transparent !important;
  border: 2px solid #222222 !important;
  cursor: pointer;
  transition: ease all 0.5s;
}

.child-carousel .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

.child-carousel .owl-nav img {
  width: 35px;
  display: block;
}

/*--------------------------------*/

/* -------------------  TAB -----------------------*/

.floortab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 40px;
  /*margin-top: 50px;*/
}

.floortab li {
  float: none !important;
  display: inline-block;
  margin: 0 0.5%;
  width: 32%;
}

.floortab > li.active > a,
.floortab > li.active > a:hover,
.floortab > li.active > a:focus {
  color: #fff;
  background-color: #0a3a81;
  border-color: #0a3a81;
  cursor: pointer;
  border-radius: 0;
}

.floortab > li > a:hover,
.floortab > li > a:focus {
  color: #222222;
  /*padding: 9px 20px !important;*/
  border-color: #222222;
  border-radius: 0;
  background-color: transparent;
  transition: ease all 0.5s;
}

.floortab > li > a {
  margin-right: 0;
  color: #222222;
  padding: 9px 20px !important;
  border: 1px solid #222222;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: ease all 0.5s;
}

.floortab > li > a > span {
  display: block;
  text-transform: capitalize;
  letter-spacing: 0;
}

/*-------------------------------------------------*/

.floorgall {
  border: 1px solid #0b3b81;
}

.floorgall img {
  height: 250px;
  object-fit: contain;
}

.carousel-nav .owl-nav .owl-next {
  background: rgba(255, 255, 255, 1) !important;
  border: 2px solid transparent !important;
  padding: 5px !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.carousel-nav .owl-nav .owl-next:hover {
  background: transparent !important;
  border: 2px solid #222222 !important;
  cursor: pointer;
  transition: ease all 0.5s;
}

.carousel-nav .owl-nav .owl-prev {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 5px !important;
  border: 2px solid transparent !important;
  border-radius: 50% !important;
  outline: none;
  transition: ease all 0.5s;
}

.carousel-nav .owl-nav .owl-prev:hover {
  background: transparent !important;
  border: 2px solid #222222 !important;
  cursor: pointer;
  transition: ease all 0.5s;
}

.carousel-nav .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}

.carousel-nav .owl-nav img {
  width: 35px;
  display: block;
}

.overimg {
  height: 450px;
  margin: 0 auto;
  display: block;
}

/* .floatnaimation {
  animation: floatelm 3s linear infinite;
} */

@-webkit-keyframes floatelm {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes floatelm {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}

/*------- loc Wrap--------------- */

.amitxt-wrap {
  background: #ffff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 40px;
  height: 260px;
}

.amitxt-wrap h4 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 16px;
  color: #424242;
  text-align: center;
}

.amitxt-wrap .iconwrap {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  top: -60px;
  margin-bottom: -30px;
  background: #1f1b20;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 8px 8px -6px rgba(0, 0, 0, 0.3);
  transform: rotateY(0deg);
  transition: ease all 0.5s;
}

.amitxt-wrap:hover .iconwrap {
  transform: rotateY(180deg);
  transition: ease all 0.5s;
}

.amitxt-wrap .iconwrap i {
  color: #ffffff;
}

.amitxt-wrap .iconwrap i:before {
  font-size: 40px;
}

.ami-list {
}

.ami-list li {
  line-height: 20px;
  margin-bottom: 10px;
  display: flex;
  font-size: 12px;
}

.ami-list li::before {
  content: "\f192";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #1f1b20;
}

.amitxt-wrap h4 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 16px;
  color: #424242;
}

.amitxt-wrap.spec {
  min-height: 390px;
}

.abtwrap {
}

.abtcontent {
  text-align: center;
  background: #ededed;
  padding: 20px;
  margin: 20px 0;
  transition: ease all 0.5s;
  border: 2px solid #d8d8d8;
  min-height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abtwrap h2 {
  font-family: "futur-bold";
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1f1b20;
}

.abtwrap h2 span {
  font-size: 37px;
  position: relative;
  bottom: 5px;
}

.abtwrap p {
  margin-bottom: 0;
}

.abtwrap:before {
  content: "";
  position: absolute;
  bottom: -34px;
  width: 210px;
  left: 50%;
  margin-left: -105px;
  height: 34px;
  border-radius: 50%;
  transform: scale(1.15);
  background: radial-gradient(rgba(0, 0, 0, 0.1), transparent, transparent);
  transition: ease all 0.5s;
}

.abtwrap:hover .abtcontent {
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.abtwrap:hover:before {
  transition: ease all 0.5s;
  transform: scale(0.9);
}

.flogo {
  width: 190px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .amitxt-wrap {
    background: #ffff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 20%);
    padding-top: 20px;
    padding-bottom: 40px;
    height: 426px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
      padding: 4% 3%;
  }
  .flex-col{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 50%; */
    height: 76px;
  }
}
/*-------------------------------------------------------------extraa 2----------------------------------------------------------------------*
a:hover, a:focus{
    text-decoration: none !important;
    outline: none !important;

}
.panel-group .panel{
    background-color: #fff;
    border:none;
    box-shadow:none;
    border-radius: 10px;
    margin-bottom:11px;
}
.panel .panel-heading{
    padding: 0;
    border-radius:10px;
    border: none;
}
.panel-heading a{
    color:#fff !important;
    display: block;
    border:none;
    padding:11px 35px 11px;
    font-size: 20px;
    background-color:#1f1b20;
    font-weight:600;
    position: relative;
    color:#fff;
    box-shadow:none;
    transition:all 0.1s ease 0;
}
.panel-heading a:after, .panel-heading a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    left:-20px;
    top: 0px;
    color:#fff;
    background-color:#1f1b20;
    border: 5px solid #fff;
    font-size: 15px;
    width: 40px;
    height:40px;
    line-height: 30px;
    border-radius: 50%;
    transition:all 0.3s ease 0s;
}
.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after{
    transform:rotate(360deg);
}
.panel-heading a.collapsed:after{
    content: "\f067";
}
#accordion .panel-body{
    background-color:#Fff;
    color:#8C8C8C;
    line-height: 25px;
    padding: 10px 25px 20px 35px ;
    border-top:none;
    font-size:14px;
    position: relative;
}

.loc-list {
    padding-left: 0;
}

.loc-list li {
    margin-bottom: 8px;
    list-style: none;
    text-align: left;
    background: #ededed;
    padding: 22px 24px;
    font-weight: 700;
}

.loc-list li i {
    color: #ea801f;
    margin-right: 10px;
    font-size: 16px;
}

.loc-list li span {
    float: right;
    font-weight: 800;
    color: #ea801f;
}
.patch-wrap img {
    width: 100%;
    background: #ea801f;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 8px 8px 20px #d4d4d4;
    opacity: 1;
    display: block;
    /*width: 100%;*
    height: 371px;
    transition: .5s ease;
    backface-visibility: hidden;
    margin: 0px auto;
} */

.locadv223 h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.gera-logo {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

/*-------------------------------------------------------------extraa 2 end----------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
  .loc-list li {
    margin-bottom: 8px;
    list-style: none;
    text-align: left;
    background: #ededed;
    padding: 26px 10px;
  }
  .patch-wrap img {
    width: 100%;
    background: #ea801f;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 8px 8px 20px #d4d4d4;
    opacity: 1;
    display: block;
    /* width: 100%; */
    height: 300px;
    transition: 0.5s ease;
    backface-visibility: hidden;
    margin: 0px auto;
  }
  /*.panel-heading a{*/
  /*color:#fff !important;*/
  /*display: block;*/
  /*border:none;*/
  /*padding:5px 35px 4px;*/
  /*font-size: 20px;*/
  /*background-color:#1f1b20;*/
  /*font-weight:600;*/
  /*position: relative;*/
  /*color:#fff;*/
  /*box-shadow:none;*/
  /*transition:all 0.1s ease 0;*/
  /*}*/
  /*.panel-heading a:after, .panel-heading a.collapsed:after {*/
  /*!*content: "\f068";*!*/
  /*!*font-family: fontawesome;*!*/
  /*text-align: center;*/
  /*position: absolute;*/
  /*left: -20px;*/
  /*top: 2px;*/
  /*color: #fff;*/
  /*background-color: #1f1b20;*/
  /*border: 5px solid #fff;*/
  /*font-size: 15px;*/
  /*width: 40px;*/
  /*height: 40px;*/
  /*line-height: 30px;*/
  /*border-radius: 50%;*/
  /*transition: all 0.3s ease 0s;*/
  /*}*/
}

#Specification .list-items p {
  padding: 5px 10px;
  border: 2px solid #ae8c69;
  position: relative;
  text-align: initial;
  /* background: #ae8c69; */
  color: #65333e;
  list-style: none;
  font-weight: 400;
  width: 100%;
  /* margin-left: 5%; */
  margin-bottom: 10px;
}

.content-wrapper p {
  font-weight: 300;
}

/*-------------------------------------------------------------extra  ----------------------------------------------------------------------------------------------*/

.testimonial {
  border: 2px solid #c09f3c;
  padding: 24px 0px;
  margin: 17px 8px 12px;
  text-align: center;
  height: 250px;
  justify-content: center;
  display: inherit;
  position: relative;
  box-shadow: -3px -1px 11px 1px #979797;
  align-items: center;
}

.pic {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  margin: 0 auto;
  font-size: 60px;
  border-radius: 49px;
  /* font-weight: 900; */
  color: #4b4749;
  position: absolute;
  top: -60px;
  box-shadow: -3px -1px 11px 1px #0000003d;
  left: 0;
  right: 0;
}

.testimonial .description {
  padding: 18px 15px;
  margin: 0;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .testimonial {
    border: 2px solid #4b4749;
    padding: 30px 0px;
    margin: 64px 20px 20px;
    text-align: center;
    height: fit-content;
    justify-content: center;
    display: inherit;
    position: relative;
    box-shadow: -3px -1px 11px 1px #979797;
    align-items: center;
  }
  .pic {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 60px;
    border-radius: 49px;
    /* font-weight: 900; */
    color: #4b4749;
    position: absolute;
    top: -60px;
    box-shadow: -3px -1px 11px 1px #0000003d;
    left: 0;
    right: 0;
  }
  .testimonial .description {
    padding: 0 3px;
    margin: 0;
    font-size: 10px;
    color: #000000;
    letter-spacing: 1px;
    /* line-height: 26px; */
    text-align: center;
  }
}

/*-------------------------------------------------------------extra  ----------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------extra1  ----------------------------------------------------------------------------------------------*/

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.tab {
  /* font-family: 'Nunito', sans-serif; */
}

.tab .nav-tabs {
  background-color: #fff;
  padding: 0 0 1px;
  margin: 0 0 10px;
  border: none;
  border-radius: 30px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
}

.tab .nav-tabs li a {
  color: #555;
  background: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 54px 6px;
  margin: 0 5px 0 0;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.3s;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover {
  color: #fff;
  background: #fff;
  border: none;
}

.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after {
  content: "";
  background-color: #1890e0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0.5;
  transform: scaleX(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s ease 0s;
}

.tab .nav-tabs li a:after {
  background-color: #923020;
  transform: scaleX(0);
  transition: all 0.4s ease 0.2s;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
  opacity: 0;
  transform: scaleX(1);
}

.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after {
  opacity: 1;
  transform: scaleX(1);
  background: linear-gradient(to right, #923020, #848383);
}

.tab .tab-content {
  color: #999;
  background-color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .tab .nav-tabs {
    padding: 0;
    border-radius: 20px;
  }
  .tab .nav-tabs li {
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
  }
  .tab .nav-tabs li:last-child {
    margin-bottom: 0;
  }
  .tab .nav-tabs li a {
    margin: 0;
  }
}

/*-------------------------------------------------------------extra 1 end ----------------------------------------------------------------------------------------------*/

.list-items p {
  padding: 5px 10px;
  border: 2px solid #fff;
  position: relative;
  text-align: initial;
  background: #1f1b20;
  color: #fff;
  list-style: none;
  font-weight: 400;
  width: 100%;
  /* margin-left: 5%; */
  margin-bottom: 10px;
}

.list-items .fa {
  color: #fff;
}

/*--------------------------------------------------------------extra 3 start ----------------------------------------------------------------------------*/

.cst-accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0;
  background: 0 0;
  margin-bottom: 15px;
}

.cst-accordion .panel-heading {
  padding: 0;
  border-radius: 0;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.cst-accordion .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  /* color: #fff; */
  font-weight: 400;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.cst-accordion a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 2px solid #c09f3c;
  text-decoration: none;
  transition: ease all 0.5s;
  /* text-transform: uppercase; */
  /* font-family: Oswald; */
  letter-spacing: 0px;
  font-size: 15px;
  background: #fff;
  color: white;
  text-align: justify;
  font-weight: 600;
}
.cst-accordion img {
  width: 60px;
  padding: 9px;
  margin-right: 17px;
}

@media only screen and (max-width: 768px) {
  .cst-accordion a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 2px solid #1f1b20;
    text-decoration: none;
    transition: ease all 0.5s;
    /* text-transform: uppercase; */
    /* font-family: Oswald; */
    letter-spacing: 0px;
    font-size: 14px;
    background: #fff;
    color: white;
    text-align: left;
  }
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.cst-accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #ffffff;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

.cst-accordion .panel-heading .accordion-toggle::before {
  font-family: FontAwesome;
  content: "\f00d";
  float: left;
  color: #1f1b20;
  font-weight: lighter;
  transform: rotate(0);
  margin-right: 10px;
  transition: all 0.2s ease-in;
}

/*--------------------------------------------------------------extra 3 end ----------------------------------------------------------------------------*/

.card3 img {
  width: 56px !important;
  display: initial !important;
}

/* .newlist {
    border: 1px solid;
    padding: 3px 0px;
    text-align: center;
    height: 382px;
    line-height: 26px;
    background: #1f1b207a;
} */
.newlist {
}

/* .newlist li {
    border-bottom: 1px solid;
} */
.newlist li {
  background: #1f1b20;
  text-align: center;
  padding: 5px;
  margin: 5px;
  color: #fff;
  box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px,
    rgb(255 255 255 / 80%) -6px -2px 16px 0px;
  font-weight: 700;
  border-radius: 10px 0;
}

@media only screen and (max-width: 767px) {
  .newlist {
    /* border: 1px solid; */
    padding: 4px 0px;
    height: 410px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .newlist li {
    border-bottom: 1px solid;
  }
}

.sec-eq {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0 !important;
  background: #7f4649;
  width: 100%;
  z-index: 111;
  /* padding: 8px 0;*/
  height: 50px;
}

.sec-eq form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec-eq .eqTitle {
  margin-left: 0;
}

.eqTitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  /* margin: 15px; */
  color: #fff;
  margin-bottom: 14px;
}

#enquire-now input,
#enquire-now select {
  height: 40px;
  /* border: none; */
  width: 100%;
  background: 0 0;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 0 !important;
  color: #222;
  background: #fff;
  /* border-left: none; */
  box-shadow: none;
  border: 1px solid #fff;
  outline: 0;
}

.error {
  color: red;
}

.bottompara {
  /* margin-bottom: 24px!important; */
}

.bottompara2 {
  /* margin-bottom: 52px!important; */
}

@media screen and (max-width: 767px) {
  .bottompara {
    margin-bottom: 20px;
  }
  .bottompara2 {
    margin-bottom: 37px;
  }
}

.whatsappicon {
  position: fixed;
  bottom: 10%;
  right: 1%;
}

.extrase {
  margin-top: 22px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
}

/* --------------location advantage pannel------------------ */
#Location a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}
#Location .panel-group .panel {
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 11px;
}
#Location .panel .panel-heading {
  padding: 0;
  margin-top: 0px;
  border-radius: 10px;
  border: none;
}
#Location .panel-heading a {
  color: #c09f3c !important;
  display: block;
  border: none;
  padding: 11px 35px 11px;
  font-size: 16px;
  background-color: #1f1b20;
  font-weight: 600;
  position: relative;
  color: #fff;
  box-shadow: none;
  transition: all 0.1s ease 0;
}
#Location .panel-heading a:after,
#Location .panel-heading a.collapsed:after {
  content: "\f068";
  font-family: fontawesome;
  text-align: center;
  position: absolute;
  left: -20px;
  top: 0px;
  color: #fff;
  background-color: #1f1b20;
  border: 5px solid #fff;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
#Location .panel-heading:hover a:after,
#Location .panel-heading:hover a.collapsed:after {
  transform: rotate(360deg);
}
#Location .panel-heading a.collapsed:after {
  content: "\f067";
}
#Location #accordion .panel-body {
  background-color: #fff;
  color: #8c8c8c;
  line-height: 25px;
  padding: 20px 25px 20px 25px;
  border-top: none;
  font-size: 14px;
  position: relative;
}
#Location .loc-list {
  padding-left: 0;
}

#Location .loc-list li {
  margin-bottom: 8px;
  list-style: none;
  text-align: left;
  /*background: #ededed;*/
  padding: 1px 24px;
  font-weight: bold;
  color: #000;
}

#Location .loc-list li i {
  color: #1f1b20;
  margin-right: 10px;
  font-size: 16px;
}

#Location .loc-list li span {
  float: right;
  font-weight: 800;
  color: #1f1b20;
}

#Location .patch-wrap {
  background: rgba(72, 99, 144, 0.3);
  text-align: center;
  border-radius: 20px;
  width: 583px;
  margin: 0 auto;
  max-width: 100%;
}

#Location .patch-wrap img {
  width: 100%;
  background: #1f1b20;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 8px 8px 20px #d4d4d4;
  opacity: 1;
  display: block;
  /*width: 100%;*/
  height: 371px;
  transition: 0.5s ease;
  backface-visibility: hidden;
  margin: 0px auto;
}
#Location .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#Location .patch-wrap:hover .small-map {
  opacity: 0.3;
}

#Location .patch-wrap:hover .middle {
  opacity: 1;
}
#Location .text {
  background-color: #1f1b20;
  color: white;
  font-size: 16px;
  padding: 10px 25px;
}

.mobile_form {
  margin-top: 120px;
  padding: 20px 0;
  text-align: center;
  background-color: #1f1b20;
  color: #c09f3c;
}
.mobile_form h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.mobile_form p {
  font-size: 15px;
}

.mobile_form2 {
  margin-top: 7px;
  padding: 20px 0;
  text-align: center;
  background-color: #1f1b2000;
  color: #1f1b20;
  outline: 2px solid #c09f3c;
  outline-offset: -7px;
}
.mobile_form2 h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.mobile_form2 p {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  /*.download-btn {*/
  /*border: none;*/
  /*border-radius: 0;*/
  /*bottom: 45%;*/
  /*transform: rotate(-90deg);*/
  /*left: -55px;*/
  /*font-size: 15px;*/
  /*}*/

  .mobile_form2 {
    margin-top: 28px;
    padding: 20px 0;
    text-align: center;
    background-color: #1f1b2000;
    color: #1f1b20;
    outline: 2px solid #c09f3c;
    outline-offset: 7px;
}

  #Location .committee-wrap img {
    width: 70px;
    margin-top: 10px;
    height: 78px;
    display: inline;
  }

  #Location .bo {
    padding: 0px;
  }

  #Location .boe223 p {
    text-align: justify;
    font-size: 18px;
    margin-top: -18px;
  }

  #Location .extras {
    margin-top: 0;
  }

  #Location .unorder {
    display: inline-block;
    font-size: 14px;
    margin: 5px -5px;
  }

  #Location .loc-list li {
    margin-bottom: 8px;
    list-style: none;
    text-align: left;
    background: #ededed;
    padding: 26px 10px;
  }
  #Location .patch-wrap img {
    width: 100%;
    background: #1f1b20;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 8px 8px 20px #d4d4d4;
    opacity: 1;
    display: block;
    /* width: 100%; */
    height: 300px;
    transition: 0.5s ease;
    backface-visibility: hidden;
    margin: 0px auto;
  }
  #Location .panel-heading a {
    display: block;
    border: none;
    padding: 5px 27px 4px;
    font-size: 18px;
    background-color: #1f1b20;
    font-weight: 600;
    position: relative;
    color: #fff;
    box-shadow: none;
    height: 36px;
  }
  /* #Location .panel-heading a:after,
  .panel-heading a.collapsed:after {
    content: "\f068";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    left: -20px;
    top: -4px;
    color: #fff;
    background-color: #1f1b20;
    border: 5px solid #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
  } */
}

/* --------------location advantage pannel END------------------ */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
  height: auto;
}


 .about_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px dashed #1f1b20;
  margin-top: 2rem;
}

 .about_box.border_none {
  border: none;
}


.icon_box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1b20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_box i {
  /* font-size: 1.8rem; */
  color: #fff;
}

.abt_desc {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 1rem;
  text-align: center;
}


.inter_impr{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: .5rem;
  font-size: 0.7rem;
  font-weight: 600;
}

#growth-saga h2{
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3rem;
  color: #c09f3c;
  letter-spacing: 4px;
}

#growth-saga .left-content{
  width: 100%;
}

#growth-saga .saga-content h3{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  position: relative;
  /* padding-left: 15px; */
  color: #c09f3c;
  text-align: center;
}

/* #growth-saga .saga-content h3::before{
  content: '';
  background-image: url('../images/black-circle.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 34%;
  left: -1%;
} */

#growth-saga .saga-content p{
  /* margin-bottom: 3rem; */
  text-align: center;
}

#growth-saga .middle-img{position: relative;/* margin-bottom: 5rem; */}

#growth-saga .middle-img img{
  width: 100px;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  filter: brightness(0) saturate(100%) invert(65%) sepia(16%) saturate(1526%) hue-rotate(7deg) brightness(95%) contrast(87%);
}

#growth-saga .middle-img::after{
  content: '';
  /* position: absolute; */
  /* height: 5rem; */
  /* width: 1.2px; */
  /* background-color: #000; */
  /* bottom: -80%; */
  /* left: 50%; */
}


