/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@font-face {
  font-family: 'DIN Medium';
  src: url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN Light';
  src: url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
  body {
    padding-bottom: 40px;
  }
}

h1 {
  font-size: 40px;
  font-family: 'DIN Medium';
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

@media screen and (max-width: 1500px) {
  h1 {
    font-size: 32px;
    line-height: 37px;
  }
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

h2 {
  font-size: 32px;
  font-family: 'DIN Medium';
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 26px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

h2.h1 {
  font-size: 40px;
  font-family: 'DIN Medium';
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

@media screen and (max-width: 1500px) {
  h2.h1 {
    font-size: 32px;
    line-height: 37px;
  }
}

@media screen and (max-width: 1200px) {
  h2.h1 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  h2.h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.clr1 {
  color: #bd9234;
}

h3 {
  font-size: 22px;
  font-family: 'DIN Medium';
}

@media screen and (max-width: 1500px) {
  h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 1200px) {
  h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 500px) {
  h3 {
    font-size: 18px;
    margin: 0;
  }
}

h4 {
  font-size: 34px;
  font-family: 'DIN Medium';
  font-weight: 500;
}

@media screen and (max-width: 1500px) {
  h4 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  h6 {
    font-size: 14px;
  }
}

p, li {
  font-size: 17px;
}

@media screen and (max-width: 1500px) {
  p, li {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  p, li {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  p, li {
    font-size: 16px;
    line-height: 28px;
  }
}

button:focus {
  outline: 0;
}

.light {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

.bg-cust-primary {
  background-color: #f07d24;
}

.custom-select:focus {
  border-color: #f07d24;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.clr1 {
  color: #ea0e02;
}

.clr2 {
  color: #231f20;
}

header .navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 11;
  padding: 1rem 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
  header .navbar {
    background: #fff;
  }
}

header .navbar.scrolled {
  position: fixed;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar.scrolled .navbar-nav .nav-item .nav-link {
  color: #231f20;
}

header .navbar .container {
  position: relative;
}

header .navbar .navbar-brand {
  width: 19%;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    margin-left: 15px;
    width: 46%;
  }
}

header .navbar .navbar-toggler {
  border-color: #51100f;
  color: #51100f;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-toggler {
    margin-right: 15px;
    margin-left: auto;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    margin-top: 2.5rem;
  }
}

header .navbar .navbar-nav .nav-item .nav-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #51100f;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 0.4rem 0.7rem;
}

header .navbar .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  background: #51100f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: -1;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.8rem 1.5rem;
    color: #060606;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
  }
}

header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
}

header .navbar .navbar-nav .nav-item .nav-link:hover::before, header .navbar .navbar-nav .nav-item .nav-link.active::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.mtop {
  margin: 82px 0 0;
}

#OVERVIEW {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  background: #f7efdc;
}

#OVERVIEW h3 {
  color: #51100f;
}

#OVERVIEW p {
  color: #000;
  text-align: center;
}

#OVERVIEW .high div p {
  margin-top: 1rem;
}

#OVERVIEW .high div.rborder {
  position: relative;
  text-align: center;
}

#OVERVIEW .high div.rborder::before {
  content: '';
  position: absolute;
  width: 1px;
  right: 0;
  border-right: 1px dotted #bd9234;
  height: 65%;
  top: 17.5%;
}

#OVERVIEW .high div.rborder:last-child::before {
  content: unset;
}

@media screen and (max-width: 999px) {
  #OVERVIEW .high div:nth-child(3)::before {
    content: unset;
  }
}

@media screen and (max-width: 600px) {
  #OVERVIEW .high div:nth-child(3)::before {
    content: '';
  }
}

@media screen and (max-width: 600px) {
  #OVERVIEW .high div:nth-child(2)::before {
    content: unset;
  }
}

@media screen and (max-width: 600px) {
  #OVERVIEW .high div:nth-child(4)::before {
    content: unset;
  }
}

#OVERVIEW .img {
  text-align: center;
}

#Hallmarks {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}

#Hallmarks ul {
  list-style-type: circle;
  margin-top: 1.5rem;
}

#Hallmarks ul li {
  margin-bottom: 10px;
}

#home {
  position: relative;
  width: 100%;
  margin-top: 90px;
}

@media screen and (max-width: 600px) {
  #home {
    margin-top: 67px;
  }
}

#home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffff;
}

#home .overlay .info-box-border {
  border: 1px solid #fff;
  padding: 2rem 1.2rem;
  margin-top: 1rem;
}

#home .overlay h3 span::before {
  content: unset;
}

#home .op {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.main-title span {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  background: #51100f;
  padding: 5px 10px;
  border-radius: 5px;
  border-left: 5px solid #51100f;
  border-right: 5px solid #51100f;
}

.main-title span:before {
  content: "";
  height: 2px;
  width: 320px;
  position: absolute;
  bottom: 14px;
  background: #51100f;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  left: 50%;
  z-index: -1;
  border-radius: 5px;
}

.main-title h2 {
  margin-top: 1rem;
}

#Highlights {
  padding: 5rem 0;
  position: relative;
}

#AMENITIES {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

#AMENITIES h3 {
  color: #51100f;
}

#AMENITIES h4, #AMENITIES p, #AMENITIES li {
  color: #231f20;
}

#AMENITIES h6 {
  margin-top: 0.7rem;
}

#AMENITIES ul.dif {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#AMENITIES ul.dif li {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 999px) {
  #AMENITIES ul.dif li {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media screen and (max-width: 600px) {
  #AMENITIES ul.dif li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

#AMENITIES .txt {
  text-align: left;
  padding: 0;
}

#AMENITIES .txt li {
  margin-bottom: 5px;
}

#ARCHITECTS {
  padding: 5rem 0;
  position: relative;
  width: 100%;
}

#ARCHITECTS h3 {
  color: #51100f;
}

#ARCHITECTS h4, #ARCHITECTS p, #ARCHITECTS li {
  color: #fff;
}

#ARCHITECTS ul {
  margin: 2.9rem 0 0;
  padding: 0;
  list-style-type: none;
}

#ARCHITECTS ul li {
  margin: 0;
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  text-align: center;
  margin-bottom: 1rem;
  background: #000;
  margin-left: 0.33%;
}

@media screen and (max-width: 600px) {
  #ARCHITECTS ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-bottom: 10px;
  }
}

#About {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  text-align: center;
}

#About h3 {
  color: #51100f;
}

#plans {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  text-align: center;
  background: #231f20;
}

#plans h3 {
  color: #51100f;
  text-transform: uppercase;
}

#plans h6, #plans p, #plans li {
  color: #fff;
  text-align: center;
}

#plans .img {
  border: 1px solid #231f20;
}

#plans .img {
  position: relative;
}

#plans .img .overlay {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#plans button.btn {
  background: #fff;
}

#plans button.btn:hover {
  background: transparent;
}

#LOCATION {
  position: relative;
  width: 100%;
  padding: 5rem 0;
  background: #f7efdc;
  overflow: hidden;
}

#LOCATION h3 {
  color: #51100f;
}

#LOCATION .map {
  height: 100%;
}

#LOCATION ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#LOCATION ul li {
  margin-bottom: 5px;
  color: #fff;
}

#LOCATION .owl-item {
  background: #51100f;
}

#LOCATION .owl-item p {
  color: #fff;
}

#LOCATION .item {
  padding: 1.5rem;
}

.owl-carousel .owl-dots {
  display: none;
}

.owl-carousel .owl-item img {
  width: auto;
  display: unset;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel .owl-nav {
  text-align: center;
  margin: 2rem auto 0;
  width: 50%;
}

@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav {
    margin: 1rem auto 0;
    width: 50%;
    padding-right: 1rem;
  }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #999;
  color: #999;
  border-radius: 50%;
  margin-left: 0.6rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    background: #fff;
  }
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  line-height: 0;
  display: block;
  margin: -4px 0 0;
}

@media screen and (max-width: 1500px) {
  .owl-carousel .owl-nav button.owl-prev span,
  .owl-carousel .owl-nav button.owl-next span {
    margin: -2px 0 0;
  }
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
  outline: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
  background: #bd9234;
  border: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}

@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}

#GALLERY {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  background: #231f20;
}

#GALLERY h3 {
  color: #51100f;
}

#GALLERY h4, #GALLERY p, #GALLERY li {
  color: #fff;
}

#PROJECTPROGRESS {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  background: #51100f;
}

#PROJECTPROGRESS h3 {
  color: #51100f;
  text-align: center;
}

#PROJECTPROGRESS ul {
  list-style-type: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

#PROJECTPROGRESS ul li {
  text-align: center;
  margin: 0 0 13px;
  color: #fff;
}

#Gallery {
  background: #f7efdc;
  padding: 5rem 0;
  position: relative;
}

#Gallery .img {
  position: relative;
}

#Gallery .img .card {
  border: 1px solid #060606;
  padding: 10px;
  position: absolute;
  width: 100%;
  height: 105%;
  background: transparent;
  top: 0;
}

#Gallery .img .card .card-body {
  background: #060606d6;
  color: #fff;
  padding: 5rem 0;
}

#configration {
  background: #f7efdc;
  padding: 5rem 0;
  position: relative;
  /* price form */
}

#configration .img {
  position: relative;
}

#configration .img img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}

#configration .img .price-item {
  position: absolute;
  top: 0;
}

#configration .price-box .price-card-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#configration .price-box .price-card-listing .price-item {
  padding: 4.9rem 1.5rem;
  width: 100%;
  text-align: center;
  -webkit-transition: .5s all;
  transition: .5s all;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #51100fc4;
  color: #fff;
  height: 100%;
}

#configration .price-box .price-card-listing .price-item:hover {
  font-weight: 500;
  background: #f9f9f9b8;
  -webkit-box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.199);
  box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.199);
  border-radius: 10px;
  color: #000;
}

#configration .price-box .price-card-listing .area {
  margin-top: 20px;
}

#configration .price-box .price-card-listing .area span {
  display: block;
  font-weight: 600;
  font-size: 20px;
}

#configration .price-box .price-card-listing .pricing {
  margin-top: 20px;
}

#configration .price-box .price-card-listing .pricing span {
  display: block;
  font-weight: 600;
  font-size: 20px;
}

#configration .price-box .price-card-listing .btm-pr-btn {
  margin-top: 10px;
}

#configration .price-box .price-card-listing .typology {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}

#configration .price-box .price-card-listing .typology span {
  display: block;
}

#price {
  padding: 5rem 0;
  position: relative;
  width: 100%;
  text-align: center;
}

#price h3 {
  color: #51100f;
}

@media screen and (max-width: 600px) {
  #price button.btn {
    font-size: 12px;
    padding: 10px 6px;
  }
}

@media screen and (max-width: 600px) {
  #price .table td, #price .table th {
    font-size: 16px;
  }
}

.last {
  background: #2e2e2e;
  color: #fff;
}

#tieup {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}

#tieup h3 {
  color: #51100f;
}

#tieup h4, #tieup p {
  color: #231f20;
}

#Contact {
  padding: 5rem 0;
  position: relative;
  width: 100%;
}

#Contact h3 {
  color: #51100f;
  text-decoration: none;
}

#Contact h4, #Contact p, #Contact li, #Contact h1, #Contact a {
  color: #060606;
}

#Contact p {
  color: #060606;
}

#Contact p span.bold {
  font-weight: 500;
  text-transform: uppercase;
}

#Contact p a {
  text-decoration: none;
  color: #060606;
}

button.btn {
  color: #fff;
  border: 1px solid #51100f;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 1.8rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: #231f20;
}

button.btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #51100f;
  z-index: -1;
  bottom: 0;
}

button.btn:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
}

button.btn:hover::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 100%;
}

button.btn:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.enquiry-wrapper {
  position: fixed;
  right: 7px;
  top: 15%;
  z-index: 99;
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: unset;
    bottom: 0;
    width: 100%;
  }
}

.enquiry-wrapper .enquiry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  cursor: pointer;
  -webkit-transform: translateX(155px);
          transform: translateX(155px);
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(138px);
            transform: translateX(138px);
  }
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box {
    width: 100%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.enquiry-wrapper .enquiry-box:hover {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:hover {
    -webkit-transform: translateX(0px) translateY(5px);
            transform: translateX(0px) translateY(5px);
  }
}

.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:not(:first-child) {
    border: none;
    border-left: 1px solid #fff;
  }
}

.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #51100f;
  width: 47px;
  padding: 7px;
}

@media screen and (max-width: 1440px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 42px;
    padding: 5px;
  }
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 100%;
    text-align: center;
  }
}

.enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
.enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
  display: none;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
  .enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
    display: block;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }
}

.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}

.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .mail-content,
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}

.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box img {
    width: 25px;
    padding: 2px;
  }
}

.enquiry-wrapper .enquiry-box a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

footer p {
  color: #6a6a6a;
}

footer p a {
  text-decoration: none;
  color: #fff;
}

.imghover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.imghover::before {
  content: '+';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000000ba;
  text-align: center;
  color: #51100f;
  font-size: 2.5rem;
  padding: 33% 0;
  opacity: 0;
  font-family: 'Gill Sans SemiBold';
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.imghover:hover::before {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.nav-tabs {
  border-bottom: 0;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 600px) {
  .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .nav-tabs .nav-item {
    max-width: 50%;
    width: 100%;
  }
}

.nav-tabs .nav-item .nav-link {
  border: 1px solid #51100f;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
}

.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
  background: #51100f;
}

@media screen and (max-width: 600px) {
  .nav-tabs .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 18px;
  }
}

#thank-you {
  text-align: center;
  height: 100vh;
  background: #f7efdc;
}

@media screen and (max-width: 999px) {
  #thank-you {
    padding: 0% 0 0;
  }
}

@media screen and (max-width: 500px) {
  #thank-you {
    padding: 0% 0 0;
  }
}

#thank-you .img {
  width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  #thank-you .img {
    width: 150px;
  }
}

#thank-you h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 500;
  color: #51100f;
}

@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}

#thank-you p {
  font-size: 1.2em;
  color: #fff;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}
/*# sourceMappingURL=style.css.map */