/* @font-face {
    font-family: "DINMedium";
    src: url('../fonts/DIN_MEDIUM.TTF');
} */

body {
    font-size: 15px;
    /* font-family: 'DINMedium', sans-serif; */
}

#lock {
    display: none;
}

.heading {
    font-weight: 700 !important;
    color: #b2904a !important;
    text-transform: uppercase !important;
}

.bg {
    background-color:#8d191c;
}

.overview .part2 img {
    border-radius: 7px;
}

h1 {
    text-transform: uppercase;
}

.abt-head {
    position: relative;
    width: 65%;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    /* border-bottom: 1px solid #fff; */
}

.color-t {
    color: #fff;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
background-size: 200% 200% !important;
}
.abt-head::after {
    border-bottom: 2px solid #8d191c;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    width: 30%;
    z-index: 99;
}
.backhome a {
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    background: #8d191c;
    margin-top: 30px;
    font-size: 25px;
    border-radius: 10px;
    color: #fff;
}
.abt-head1 {
    position: relative;
    width: 45%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px solid #000;
}

.abt-head1::after {
    border-bottom: 2px solid #000;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    width: 30%;
    z-index: 99;
}

/* ==================== Footer start ==================== */
.disclaimer {
    margin-bottom: 60px;
}

.disclaimer p {
    line-height: 17px;
    font-size: 11px;
}

/* ==================== Footer End ==================== */
/*========================== Gallery Start ==========================*/
#gallery .container {
    padding: 0 5%;
  }
  
  .toppadding2 {
    padding-top: 22%;
  }
  
  #gallery hr {
    opacity: 1;
    width: 13%;
  }
  
  .galleryhead {
    font-size: 37px;
  }
  
  .gallerydesc {
    font-size: 24px;
  }
  
  .gallerypara h6 {
    text-transform: uppercase;
  }
  
  /*========================== Gallery End ==========================*/
  /* location map */
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .overlay img {
    height: auto !important;
  }
  
  .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .overlay>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    border: none !important;
    width: 25px !important;
  }
  

 
  
  #Location .nav-item {
    margin: 0px 10px;
    width: 17%;
    text-align: center;
  }
  
  #Location .nav-link {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 0px !important;
  }
  
  
  #Location .nav-link.active {
    background: #fff !important;
    color: #000 !important;
  }
  
  .ametab {
    cursor: pointer;
  }
  
  #Location .gelbox {
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  
  #Location .gelbox.active {
    height: auto !important;
    opacity: 1 !important;
    padding-top: 30px;
    visibility: visible !important;
    transition: all 2s !important;
  }
  .gelbox .col-lg-3{
    padding: 20px;
  }

  .rightborder{
    border-right: 2px dashed;
  }
  .contentbox{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
  }/*
  .morebtn{
    background-color: #ddae81;
    color: #000;
    border: 1.5px solid #000;
    border-radius: 3px;
    padding: 2px 5px;
    transition: all 0.5s ease-in-out;
    margin: 10px 0px 0px 15px;
  }
  .morebtn1{
    background-color: #ddae81;
    color: #000;
    border: 1.5px solid #000;
    border-radius: 3px;
    padding: 2px 5px;
    transition: all 0.5s ease-in-out;
    margin: 10px 0px 0px 15px;
  }
.morebtn, .morebtn1 {
    background-color: #ddae81;
    color: #000;
    border: 1.5px solid #fff;
    border-radius: 3px;
    padding: 2px 5px;
    transition: all 0.5s ease-in-out;
    margin: 10px 0px 0px 15px;
}

.morebtn:hover, .morebtn1:hover{
    background-color: transparent;
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 3px;
    padding: 2px 5px;
    transition: all 0.5s ease-in-out;
    margin: 10px 0px 0px 15px;
}*/
.morebtn, .morebtn1{
    color: #fff;
    background-image: linear-gradient(to left,
      transparent,
      transparent 50%,
      #ddae81 50%,
      #ddae81);
    background-position: 100% 0;
      background-size: 200% 100%;
      transition: all .5s ease-in-out;
      margin: 10px 0px 0px 15px;
      border: 1.5px solid #fff;
      border-radius: 3px;
      padding: 2px 5px;
      
  }
  .morebtn:hover, .morebtn1:hover{
    background-position: 0 0;
    color:#000;
    transition: all .5s ease-in-out;
  }
  .mobmargin{
    margin-top: 15px;
  }
  .numcolor{
    color:#ddae81 !important
  }
/* ======================= Navbar start ======================= */
.navbar { background: #fff; z-index: 999; box-shadow: 2px 2px 5px rgba(112, 112, 112, 0.795); padding-top: unset; padding-bottom: 0px; padding: 0px 0;}
.navbar-brand img { width: 75%; }
.navbar .navbar-nav .nav-link { color: #000; padding: 1.5em 0.8em; }
#enqirebutton1 { padding: 7px 25px; border-radius: 5px; background-color: #7c1746; color: #fff; display: block; text-decoration: none; }
.nav-item a { font-size: 14px; font-weight: 500; }
.navbar-nav .nav-link.active { color: #7c1746; font-weight: 800; }
.navbar-expand-lg .navbar-nav .nav-link {
    border-top: 3.5px solid #fff;
}
.activeHover {
    /* border-top: 3.5px solid #ddae81 !important; */
    color: #ddae81 !important;
    font-weight: 800 !important;
}
/* .navbar-brand1{ width: 11%; text-align: center; }
.navbar-brand1 img { width: 85%; } */
/* ======================= Tablet Start ======================= */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar { padding-bottom: 0px !important; }
  .navbar-brand { margin-right: 0; padding: 0 1em; }
  button.navbar-toggler { margin: 10px 0px;}
  .navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: unset; }
  .navbar .navbar-nav .nav-link { color: #7b7676; padding: 0.5em 2em; }
  .navbar-collapse { flex-basis: 84%; flex-grow: 1; align-items: center; position: absolute; width: 94%; top: 80px; background: #fff; }
  .navbar-nav li { text-align: center; border-bottom: 1px solid #7c1746; width: 100%; }
  .navbar-brand1 { width: 30% !important; }
  .navbar-brand1 img {  margin: 10px 5px;}
}
/* ======================= Tablet End ======================= */
/* ======================= Large Mobile Start ======================= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .navbar { padding-bottom: 0px !important; }
  .navbar-brand { margin-right: 0; padding: 0 1em; }
  button.navbar-toggler { margin: 10px 0px;}
  .navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: unset; }
  .navbar .navbar-nav .nav-link { color: #7b7676; padding: 0.5em 2em; }
  .navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; position: absolute; width: 94%; top: 80px; background: #fff;}
  .navbar-nav li { text-align: center; border-bottom: 1px solid #7c1746; width: 100%; }
  .navbar-brand1 {  text-align: left; }
  .navbar-brand1 img { width: 60%; margin: 5px 5px;}
}
/* ======================= Large Mobile End ======================= */
/* ======================= Small Mobile Start ======================= */
@media only screen and (min-width: 300px) and (max-width: 480px) {
  .navbar { padding-bottom: 0px !important; }
  .navbar-brand { margin-right: 0; padding: 0 1em; width: 200px; }
  button.navbar-toggler { margin: 10px 0px;}
  .navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: unset; }
  .navbar .navbar-nav .nav-link { color: #7b7676; padding: 0.5em 2em; }
  .navbar-collapse { flex-basis: 84%; flex-grow: 1; align-items: center; position: absolute; width: 94%; top: 80px; background: #fff; }
  .navbar-nav li { text-align: center; border-bottom: 1px solid #7c1746; width: 100%; }
  .navbar-brand1 { text-align: left; }
  .navbar-brand1 img { width: 60%; margin: 5px 5px;}
}
/* ======================= Small Mobile End ======================= */
/* ======================= Navbar End ======================= */
/* ==================== Overview Start ==================== */
.inneroverview .overviewbtn a {
    text-decoration: none;
    background: #ff0000;
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #ff0000;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.inneroverview .overviewbtn a:hover {
    background: #fff;
    border: 2px solid #ff0000;
    color: #ff0000;
}

/* ==================== Overview end ==================== */
/* ==================== Footer Form Start ==================== */

/* .footer-form {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border-radius: 0;
}

.sticky-form {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    margin: auto;
    background-color: #08364d;
    padding: 20px 0px 25px 20px;
}

.sticky-form .enquireform input:not(.mobile) {
    background-color: transparent;
    outline: 0px;
    border: none;
    border-bottom: 1px solid #afa39b;
    height: auto;
    width: 100%;
    padding: 4px;
    color: #111111;
    border-radius: 0 !important;
}

.sticky-form .enquireform .mobile {
    background-color: transparent;
    outline: 0px;
    border: none;
    border-bottom: 1px solid #afa39b;
    height: auto;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #111111;
    border-radius: 0 !important;
}

.footer-form .form-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.footer-form .form-buttons button {
    padding: 7px 16px;
    background: #186697;
    border: 0.5px double #000;
    color: #000;
    position: relative;
}

.footer-form .form-buttons button:hover {
    padding: 7px 16px;
    background: #186697;
    border: 0.5px double transparent;
    color: #000;
}


.footer-form .form-buttons button::after {
    content: "";
    position: absolute;
    top: -10%;
    right: 0%;
    width: 0%;
    height: 0%;
    transition: all 0.5s ease-in-out;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.footer-form .form-buttons button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    transition: all 0.5s ease-in-out;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.footer-form .form-buttons button:hover::after {
    content: "";
    position: absolute;
    top: -20%;
    right: 0%;
    width: 110%;
    height: 120%;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.footer-form .form-buttons button:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 120%;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.footer-form label {
    color: #fff;
}

.footer-form label.error {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: #dc3545;
} */

/* ==================== Footer Form Start ==================== */
#inquiryForm {
    background-color: #8d191c;
    bottom: 0px;
    -webkit-box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0 -1px 3px rgb(0 0 0 / 33%);
    /* padding: 15px 0 20px; */
    padding: 10px 0;
    position: fixed;
    width: 100%;
    border-top: 1px solid #fff;
    z-index: 999;
}

#inquiryForm h4 {
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    width: 100%;
    border-radius: 3px !important;
}

section,
footer {
    position: relative;
    overflow: hidden;
}

button#submitf {
    padding: 7px 16px;
    background: #8d191c;
    border: 0.5px double #fff;
    color: #fff;
    position: relative;
}

#inquiryForm label.error {
    color: #ff0000;
    font-size: 13px;
}
label.error {
    color: #ff0000;
    /* position: absolute;
    bottom: -20px;
    font-size: 13px; */
}

.form-control {
    line-height: 1;
}

/* ==================== Footer Form End ==================== */
/* ==================== Footer Form End ==================== */
/* ==================== call-number start ==================== */

#call-number {
    position: fixed;
    vertical-align: top;
    right: 0;
    top: 6%;
    z-index: 999;
}

.toll i.fa.fa-phone {
    font-size: 24px;
    /* transform: rotate(90deg); */
}

.toll {
    background-color: #000;
    color: #fff;
    right: 0;
    padding: 10px 10px 10px 15px;
    display: flex;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    top: 50px;
    border: 1.5px solid #fff;
    border-radius: 50% 0 0 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /* width: 200px; */
    z-index: 20;
    cursor: pointer;
    -webkit-animation: contactno 1s infinite;
    -moz-animation: contactno 1s infinite;
    -o-animation: contactno 1s infinite;
    animation: contactno 1s infinite;
}
.enqirediv {
    position: fixed;
    right: 0;
    bottom: 45%;
    z-index: 99;
}
#enqirebutton1 {
    transform: translate(37%, -50%) rotate(-90deg);
    padding: 7px 25px;
    border-radius: 5px;
    background-color: #ddae81;
    color: #5f1827;
    text-decoration: none;
    font-size: 20px;
    border: 1.5px solid ;
}

#call-number .content {
    position: absolute;
    top: 51px;
    color: #f8de31;
    background-color: #0d567b;
    display: inline-block;
    width: 239px;
    margin: 0 0 0 -10px;
    padding: 3.5px 23px 3.5px;
    vertical-align: top;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#call-number p {
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0 6px;
    color: #fff;
}

#call-number-mob {
    position: fixed;
    bottom: 60px;
    right: 10px;
    font-size: 20px;
}

.inner-call-mob a {
    text-decoration: none;
    font-size: 25px;
    background-color: #08364d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
}
.pulse1 {
    animation: pulse-animation 2s infinite;
    border-radius: 30px;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
      transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    }
  
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
    }
  }
/* ==================== call-number End ==================== */
/* ==================== Popup Start ==================== */
.modal-header {
    background-color: transparent;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

h2.modal-title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

button#submitf2 {
    padding: 6px 16px;
    background: #fff;
    border: 0.5px double #000;
    color: #000;
    position: relative;
}

.modal-content {
    border-radius: inherit;
    border: 2px solid #8d191c;
        background: #ddae81;
	border-radius: 14px;
}

#popupModal .input-group {
    position: relative;
    display: table;
    text-align: center;
    margin: 4px auto;
    width: 100%;

}

#popupModal .inpmobile label.error {
    color: #ff0000;
    position: absolute;
    /* bottom: -20px; */
    font-size: 12px;
    /* left: 50%;
    width: 100%;
    transform: translateX(-50%); */
    text-align: left;
}

#popupModal label.error {
    color: #ff0000;
    position: absolute;
    /* bottom: -20px; */
    font-size: 12px;
    /* left: 50%;
    width: 100%; */
    text-align: left;
    /* transform: translateX(-50%); */
    display: block;
}

/* #popupModal .input-group input {
    font-size: 16px;
    border-style: solid;
    display: block;
    width: 100%;
    border-width: 2px;
    padding: 20px;
    border-color: #c8bd9e;
    background-color: transparent;
    border-radius: 0;
} */
#popupModal .input-group input:not(.mobile) {
    font-size: 16px;
    border-style: solid;
    display: block;
    width: 100%;
    border-width: 2px;
    padding: 10px;
    border-color: #fff;
    background-color: transparent;
    border-radius: 0;
}

#popupModal .input-group input.mobile {
    font-size: 16px;
    border-style: solid;
    display: block;
    width: 100%;
    border-width: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #fff;
    background-color: transparent;
    border-radius: 0;
}

.form-control:focus {
    border: inherit;
    box-shadow: none;
}

.close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1.2;
    background: unset;
    border: none;
    position: absolute;
    right: 13px;
    top: 12px;
}

.close:hover,
.close:focus {
    color: #000 !important;
}

.hlabel {
    color: #000;
    line-height: 2.5;
    display: block;
    font-weight: 500;
    font-size: .75rem;
    text-transform: uppercase;
    text-align: start;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.5;
    filter: alpha(opacity=50);
}

.pricepopupnew .iti.iti--allow-dropdown {
    width: 100% !important;
}

.footer-form .iti__selected-flag {
    height: 34px !important;
}

.footer-form .iti.iti--allow-dropdown {
    width: 100% !important;
}

.footer-form .input-group {
    display: flex;
    align-items: left;
}

.form-check-label label.error:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: -8px;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid red;
  }
  
  .form-check-label {
    position: relative;
  }
  
  .form-check-label label.error {
    position: absolute;
    top: 15px;
    background: #fff;
    color: red;
    padding: 0px 3px;
    border: 1px solid #000;
    z-index: 9;
    left: -5px;
  }
  #inquiryForm .form-check-label label.error {
    position: absolute;
    top: -9px;
    background: #fff;
    padding: 0px 3px;
    border: 1px solid #c41d0e;
    z-index: 99;
    left: -130px;
}
#inquiryForm .form-check-label label.error:after {
    content: " ";
    position: absolute;
    top: 8px;
    right: -12px;
    left: unset;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #c41d0e;
    transform: rotate(90deg);
}
/* ==================== Popup End==================== */
.img-box.text-center {
    color: #8d191c;
}
.paraaboutus{
    line-height: 1.7;
    letter-spacing: 1px;
    padding: 0px 55px !important;
}
#home{
    margin-top: 65px;
}
.innerLocation.wow.fadeInUp {
    background: #8b181b;
    color: #fff;
}
/* ==================== Years Start ==================== */
.addbar-border {
    border-left-style: dashed;
    border-left-color: #fbdbbd;
  }
  .heading{
    color:#fff;
  }
  #addressbar{
    background: #8d191c;
    margin-top: 28px;
  }
  
  .add-head-text {
      color: #fbdbbd;;
      font-size: 32px;
      font-weight: 600;
  }
  
  .add-para {
    color: #fbdbbd;;
    font-size: 20px;
      font-weight: 600;
  }
.counter {
    color: #fbdbbd;
}
  /* ==================== Years End ==================== */


  /* OTP Box */
.box.otp_box {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  position: relative;
  padding-top: 15px;
  min-width: 215px;
}

.box.otp_box label {
  width: 100%;
  position: absolute;
  top: -10px;
  color: #fff;
}

.box.otp_box input.form-control {
  width: 35px;
  height: 35px;
  padding: 0px;
  text-align: center;
}
/* OTP Box */


#inquiryForm h4{
  font-size: 20px;
}
#inquiryForm h4 a{
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.callbtn a {
  color: #fff;
  font-size: 15px;
}
.callbtn a i {
  font-size: 18px;
}

.footer_floatin_wrapper {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: #8b181b;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.phone_wrapper { text-align: center;}
.phone_wrapper p{ font-size: 20px; margin: 0px;color: #fff;padding: 10px 0px;}
.phone_wrapper p a{text-decoration: none;color: #fff !important;}