/**
* Template Name: Day - v2.2.1
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&family=Raleway:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&family=Poppins:wght@200;300;400;500&display=swap');


@font-face {
  font-family: 'Quantify Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Quantify Regular'), url('Quantify.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Quantify Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Quantify Bold'), url('Quantify Bold.woff') format('woff');
  }

:root{
  --Primary: #f1893a;
  --PrimaryLight: #f1893a;
  /* --Secondary: #6aaaa9;
  --Primary: #1b1b1b; */
  --Secondary: #6aaaa9;
  --Secondary: #26847f;
  --linearGradient: #005075c7;
  --faint: #00507570;
  --font-small: 14px;
}

color1{
  color: var(--PrimaryLight);
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* font-family: "Open Sans", sans-serif; */
  /* font-family: "Avenir_Book",sans-serif; */
  /* font-family: "Antic Slab"; */
  /* font-family: "Open Sans", sans-serif; */
  /* font-family: 'Littera Plain Book'; */
  /* font-family: 'Source Sans 3', sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #444444;
}

h6 {
  /* color: var(--Primary); */
  /* font-weight: 600; */
}

.banner-form-box{
  background: linear-gradient(var(--linearGradient),var(--linearGradient)), url(../img/amenities/Amphitheatre.jpg);
  background-size: cover;
  background-position: center;
  
}

/* h6:hover {
  color:black;
  text-decoration: none;
} */

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Raleway", sans-serif; */
  /* font-family: "DIN-Medium"; */
  /* font-family: "Open Sans", sans-serif;   */
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Oswald', sans-serif;
}

p{
  font-size: 14px;
  line-height: 20px;
}

ul li{ font-size: 14px; }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  text-decoration: none;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background:  var(--Primary);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background:   var(--Primary);
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid   var(--Primary);
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}


@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fixed-btn{
  position: fixed;
}

/* pricing blinking button style start here */
.pop-form-button0 a {
  color: #000;
  font-weight: normal;
  text-decoration: none;

}


.pop-form-button0:hover {
 
  background: black;
  text-decoration: none;
  color:black;
}

.pop-form-button0{
  
   /* font-family: "Open Sans", sans-serif;   */
  font-weight: 400;
  padding: 7px 10px;
  font-weight: normal;
  /* border: 1px solid; */
  text-transform: uppercase;
  font-size: 16px;
  background:  var(--Primary);
  line-height: 20px;
  text-indent: 0 !important;
  color:white;
  /* border-radius: 6px; */
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
 

}


@-webkit-keyframes glowing {
  0% { background-color:  var(--Primary); -webkit-box-shadow: 0 0 3px  var(--Primary); }
  50% { background-color:  var(--Primary); -webkit-box-shadow: 0 0 40px  var(--Primary); }
  100% { background-color:  var(--Primary); -webkit-box-shadow: 0 0 3px  var(--Primary); }
}

@-moz-keyframes glowing {
  0% { background-color:  var(--Primary); -moz-box-shadow: 0 0 3px  var(--Primary); }
  50% { background-color:  var(--Primary); -moz-box-shadow: 0 0 40px  var(--Primary); }
  100% { background-color:  var(--Primary); -moz-box-shadow: 0 0 3px #9e801b  ; }
}

@-o-keyframes glowing {
  0% { background-color:  var(--Primary); box-shadow: 0 0 3px  var(--Primary); }
  50% { background-color:  var(--Primary); box-shadow: 0 0 40px  var(--Primary); }
  100% { background-color:  var(--Primary); box-shadow: 0 0 3px  var(--Primary); }
}

@keyframes glowing {
  0% { background-color:  var(--Primary); box-shadow: 0 0 3px  var(--Primary); }
  50% { background-color:  var(--Primary); box-shadow: 0 0 40px  var(--Primary); }
  100% { background-color:  var(--Primary); box-shadow: 0 0 3px  var(--Primary); }
}

/* end of pricing blinking button style end here */

.pop-form-button1{
  padding: 7px 15px;
 /* font-family: "Open Sans", sans-serif; */
  font-weight: normal;
  /* border: 1px solid; */
  text-transform: uppercase;
  font-size: 14px;
  background: var(--Secondary);
  box-shadow: 0 7px 10px #00000057;
  transform: translateY(-7px);
  text-decoration: none;
  line-height: 20px;
  text-indent: 0 !important;
  color: white;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

.pop-form-button1 a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
/* .pop-form-button1 a{
  color: #fff;
} */

.pop-form-button1:hover {
  box-shadow: 0 2px 10px #00000073;
  transform: translateY(-2px) !important;
  background: var(--Primary);
  text-decoration: none;
  color: white;
}

/* popup sticky button style starts here */

.pop-form-button2{
    /* font-family: "Open Sans", sans-serif; */
  padding: 7px 10px;
  font-weight: normal;
  position: fixed;
  z-index: 999;
  /* top: 65%; */
  /* right: -50px;
  bottom: 25%; */
  left: 15px;
    bottom: 15px;
  /* right: 5%; */
  /* border: 1px solid; */
  text-transform: uppercase;
  font-size: 16px;
  background: var(--Primary);
  box-shadow: 0 0 10px #000;
  text-decoration: none;
  line-height: 20px;
  text-indent: 0 !important;
  /* -webkit-transform: rotate( -90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate( -90deg); */
  -webkit-transform-origin: 50% 53%;
  writing-mode: lr-tb;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pop-form-button2 a {
     font-size: 14px;
    /* font-family: "Open Sans", sans-serif; */
  color:white;
  font-weight: normal;
  text-decoration: none;
}
.pop-form-button2:hover{
  background-color: var(--Secondary) !important;

}
.pop-form-button2:hover a {
  color:black;

}


.pop-form-button2:hover {
 
  background:  var(--Primary);
}




/* schedule visite header button */


.pop-form-button3{
  padding: 11px 15px;
  font-family: "DIN-Medium";
  font-weight: 400;
  /* border: 1px solid; */
  text-transform: capitalize;
  font-size: var(--font-small);
  background:  var(--Primary);
  line-height: 20px;
  text-indent: 0 !important;
  color: white !important;
  border-radius: 6px;
}

.pop-form-button3 a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
/* .pop-form-button1 a{
  color: #fff;
} */

.pop-form-button3:hover {
 
  /* background: rgb(56, 53, 53); */
  text-decoration: none;
  color: white;
}




/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.6);
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #cc1616;
  padding-right: 4px;
}

#topbar .contact-info i.icofont-phone {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: all 0.3s ease-in-out;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background: rgba(52, 58, 64, 0.2); */
  /* background-color: #fff; */
  transition: all 0.5s;
  z-index: 997;
  top: 10px;
  /* box-shadow: 0 2px 8px #0000007e; */
  
}

#header.header-scrolled {
  top: 0;
  background:white;
  /* background: #eef4f8; */
  box-shadow: 0 2px 8px #0000007e;
}

#header.header-scrolled .nav-menu a {
  color: black;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
  height: 60px;
  /* height: 100px; */
}

@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 15px 0;
    /* background: transparent; */
  }
  #header .logo img{
    font-size: 32px;
    height: 40px;
  }
  .banner{
    margin-top: 0px;
  }
}

.header-inner-pages {
  background: rgba(0, 0, 0, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 18px 15px;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  text-decoration: none;
  /* font-family: "Open Sans", sans-serif; */
}

.nav-menu > ul > li:hover, .nav-menu .active {
  /* background:   var(--Primary); */
}
.nav-menu > ul > li:hover, .nav-menu li.active a{
  color: var(--Primary) !important;
}
 .nav-menu li:hover a{
  color: var(--Primary) !important;
}
.nav-menu > ul > li:hover, .nav-menu li{
  display: flex;
  align-items: center;
}
/* @media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
} */

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color:   var(--Primary);
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #191919;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-decoration: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color:   var(--Primary);
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
  padding: 0;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* banner desktop */

#hero {
  width: 100%;
  height: 100vh;
  /*background: url("../img/banner/D_Banner_new.jpg") center center;*/
   background: url("../img/banner/web_banner.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#hero:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 70px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}




@media (width: 768px) {
  #hero {
    text-align: center;
  }
  #hero .container {
    padding-top: 40px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero {
    width: 100%;
    height: 600px;
    /* background: url("../img/banner/Banner_desktop.jpg") ; */
    /* background-position: center left; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

}

/* baner for tab */
@media(max-width:1024px){
  #hero{
    height: 400px;
    /*height: 400px;*/
    width: 100%;
    position: relative;
    background-size: cover;  

  }
 
}


/* baner for mobile */

@media(max-width:600px){
 
  #hero {
   width: 100%;
    height: 600px;
    /*background: url("../img/banner/M_Banner_new.jpg") ;*/
     background: url("../img/banner/mobile_banner.png")center center;
    background-size: cover;
    position: relative;
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;

}

.section-title h2 {

  /* font-family: "Open Sans", sans-serif; */
  /* font-family: "Antic Slab"; */
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  text-transform:capitalize;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #1a1717;
  position: relative;
  
  z-index: 2;
  /* color: black; */
}

@media screen and (min-width: 768px) {
  .section-title h2 {
    line-height: 50px;
  }
}
.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .section-title span {
    font-size: 38px;
  }

  /* section{
    padding: 20px 0;
    overflow: hidden;
  } */
}
@media(max-width:360px){
  .h2{
    font-size: 22px;
  }
}

@media(max-width:767px){
  .h2{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }
}

/* overview section */

.card-text{
  font-size: 14px;
  /* font-family: "Open Sans", sans-serif; */
}

@media(max-width:450px){
  .card-text{
    font-size: 14px;
    text-align: center;
  }

  .about-para-txt{
    text-align: center;
  }

  #about-btn{
    text-align: center;
  }
}

/* cta text */
@media(max-width:450px){
  .text-mobile{
    font-size: 22px;
    
  }
}




/*--------------------------------------------------------------
# About-builer
--------------------------------------------------------------*/

.content{
  text-align: center;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color:  var(--Primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about-bg {
    background: linear-gradient(#02020273,#0000007a), url(../img/bg/about-bg-image.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff !important;
}

.para{
  color:black;
}


@media (width: 1024px) {
  .align {
    text-align: center;
  
  }}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 0;
  /* background: #f4f6f8; */
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color:  var(--Primary);
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #191919;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background:  var(--Primary);
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}






/*--------------------------------------------------------------
# highlighted amenities-client section
--------------------------------------------------------------*/
.clients {
  /* background: #f2f2f2; */
  padding: 5px 0;
  text-align: center;
}

.clients img {
  width: 40%;
  /* filter: grayscale(100); */
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.2);
}

.clients h6{
  /* font-family: "Open Sans", sans-serif; */
  font-size: 14px;
  color: black;
}


@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
  .clients h6{
    font-size: 12px;
    color: black;
  }
}


/* pricing table */


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
 .services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  /* background-image: url("/assets/img/amenities_images/1.png"); */
  /* background-repeat: no-repeat; */


}

.services h5{
  font-size: 28px;
  font-weight: 800;
  color: black;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background:  var(--Primary);
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: #e82d2d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
} 

/*--------------------------------------------------------------
# Cta and location
--------------------------------------------------------------*/
.cta {
/* margin-bottom: -88px; */
}


.cta .bg{
  /* background-color: var(--Primary); */
  color: #000;
  font-size: 14px;
}


.top{
margin-top: 50px;
}
/*--------------------------------------------------------------
#amenties tab section-- Portfolio
--------------------------------------------------------------*/
/* #amenities{
  height: 800px;
  background: url("../img/bgg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
} */

/* .amenties-title{
font-weight: 800;
font-size: 16px;
} */



.amenties-title{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding-right: 0px;
  color: #414141;
  border: none;
  /* font-family: "Open Sans", sans-serif; */
  /* font-family: 'Proxima Nova Semibold'; */
}
.amenties-title:active{
  border: none;
}
.amenties-title:hover{
  border: none;
}

.span{
  display: inline-block;
    color: #414141;
    margin-left: 10px;
    margin-right: 10px;
}

.bullets ul {
  list-style: none;
}

.bullets ul li::before {
  content: "\2022";
  color:var(--Primary);
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}


.text-about{
  font-size: 14px;
  /* font-family: "Open Sans", sans-serif; */
}

.nav-heading{
  border: none;
  display: flex;
  border-bottom: none;
    /* display: block; */
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 200px;
    /* display: inline-block; */
}

@media (max-width: 768px) {
  .nav-heading{
    border: none;
    display: flex;
    border-bottom: none;
      /* display: block; */
      text-align: center;
      align-items: center;
      margin: 0 auto;
      /* display: inline-block; */
  }
  }


.info-p {
  color: black;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
}
.nav-tabs .nav-link.active{
  position: relative;
  color: #fff;
  background-color:  var(--Primary);
  border: none;
  padding: 6px 15px;
}
/* .nav-tabs .nav-link.active::before{
  position: absolute;
  content: '';
  height: 4px;
  width: 50px;
  background-color: var(--Primary);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
} */

.nav-tabs .nav-link{
  color: black;
  transition: 0.2s;
  font-size: 12px;
  margin: 0 5px;
}
.nav-tabs .nav-link:not(.active){
  /* text-decoration: underline; */
}


@media (max-width: 600px) {
  .info-p {
    font-size: 10px;
    line-height: 1.4;
  }
  
}


.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ef8242;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
  
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  color: #191919;
}

 

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #333333;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #cc1616;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item p{
font-size: 12px;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #e82d2d;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/* .t-center{
  text-align: center;
} */


/*--------------------------------------------------------------
# Location
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  /* margin-top: 20p; */


}

 .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color:black;
}

.pricing .box h4 {
  font-size: 42px;
  color: #cc1616;
  font-weight: 500;
  /* font-family: "Open Sans", sans-serif; */
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

 .box ul {
  padding: 0;
  list-style: none;
  color: #fcf9f9;
  text-align: right;
  line-height: 12px;
  font-size: 14px;
}

 .box ul li {
  padding-bottom: 16px;
  list-style: none;
  

}

.pricing .box ul i {
  color: #cc1616;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: rgb(253, 253, 253);
  /* text-decoration: line-through; */
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

/* .pricing .box .btn-buy {
  background: #cc1616;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
} */
/* 
.pricing .box .btn-buy:hover {
  background: #e82d2d;
}

.pricing .featu var(--Primary) {
  background: #cc1616;
  box-shadow: none;
  color: #fff;
}

.pricing .featu var(--Primary) h3, .pricing .featu var(--Primary) h4, .pricing .featu var(--Primary) ul, .pricing .featu var(--Primary) ul li, .pricing .featu var(--Primary) ul .na {
  color: #fff;
}

.pricing .featu var(--Primary) h4 span {
  color: rgba(255, 255, 255, 0.58);
}

.pricing .featu var(--Primary) .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featu var(--Primary) .btn-buy {
  background: rgba(255, 255, 255, 0.2);
}

.pricing .featu var(--Primary) .btn-buy:hover {
  background: #fff;
  color: #cc1616;
} */

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/* .team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: all 0.3s ease-in-out;
}

.team .member .social a:hover {
  color: #cc1616;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
} */

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/* .contact{
  margin-top: -70px;

} */



.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color:  var(--Primary);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color:  var(--Primary);
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color:  var(--Primary);
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background:  var(--Primary);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #000;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
  margin-top: 98px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 50px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #cc1616 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: var(--Primary); */
  padding: 0 0 2px 0;
  color: #000;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: var(--Primary);
  color: #000;
  border-top: 4px solid  var(--Primary);
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 10px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease-in-out;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #000;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #000;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #cc1616;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #e82d2d;
}

#footer .copyright {
  /* border-top: 1px solid #262626; */
  text-align: center;
  padding-top: 30px;
}

#footer .copyright {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .copyright a {
  color: #e82d2d;
}
#footer a{
  font-size: var(--font-small);
}

.footer-text{
    /* font-size:10px; */
    line-height: 15px;
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
  .footer-text{
    font-size: 9px;
    line-height: 14px;
  }
}



.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.border-none{
border: none;
font-size: 16px;
/* font-family: "Open Sans", sans-serif; */

}


/* sticky form */
input.sticky_form{
    background:transparent;
    /* border: none; */
    border: 1px solid whitesmoke;
    font-size: 14px;
    outline: none;
    /* border-radius: 0; */
    border-bottom: 2px solid var(--Primary);
}
#sticky_contact{
  background-color: #fff;
}
#sticky_contact .form-control:focus {
    box-shadow: none;
    background-color: transparent;
}
#sticky_contact .sticky_btn{
    background: linear-gradient(var(--Primary), var(--Primary), var(--Primary));
    color: #ffffff;
    font-size: 14px;
    transition:all 0.3s ease-in-out;

}
#sticky_contact .sticky_btn:hover{
    background: linear-gradient(var(--Primary), var(--Primary), var(--Primary));
    box-shadow: 0 0 8px gray;
    transition:all 0.3s ease-in-out;
}
/* ======================================================= */



.form_input{
  width: 100%;
  /* height: 50px; */
  /* margin-bottom: 15px; */
  padding: 11px 10px;
  /* border: 1px solid var(--Primary); */
  border: none;
  border-bottom: 1px solid var(--Secondary);
  border-radius: 3px;
  color: var(--Primary);
  font-size: 14px;
  box-shadow: 0 0 10px rgb(233, 233, 233);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);;
  transition: all 0.3s ease-in-out;
}

.banner_form .form_input{
  /* width: calc(100% - 50px ); */
  
}
.modal .form_input{
  padding: 8px 10px;
  box-shadow: 0 0 10px rgb(233, 233, 233);
}

.form_input:focus{
  outline: none;
  box-shadow: 0 0 10px var(--Secondary);
  /* border: 1px solid var(--Primary); */
  /* transform: skewX(-5deg); */
  border-radius: 10px;
}
/* .form_input:focus{} */

.btn_submit{
  padding: 5px 30px;
  border: 2px solid var(--Secondary);
  background-color: var(--Primary);
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  box-shadow: 0 3px 10px #00000073;
  transition: all 0.2s ease-in-out;
}
.btn_submit:hover{
  background-color: var(--Secondary);
  border-color: var(--Primary);
  /* border-top-left-radius: 20px;
  border-bottom-right-radius: 20px; */
  /* transform: skewX(-5deg); */
  border-radius: 10px;
  box-shadow: 0 0 10px #00000073;
}

.bg-primary{
  background-color: var(--Primary) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after{
  font-size: 30px;
  color: var(--Primary);
}
.text-justify{ text-align: justify; }

.swiper-slide .img-thumbnail{
  padding: 0;
  /* background-color: var(--Primary); */
}

.features .card-header{
  background-color: var(--Primary);
  color: #fff;
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
}
.features .card-header:hover{
  background-color: var(--Secondary);
}
.features .card-header button:not(.collapsed){
  color: #fff;
  box-shadow: none;
  border: none;
  text-decoration: none;
}
.features .card-header button{
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.features .card-header button:not(.collapsed)::after{
  position: absolute;
  content: '-';
  font-size: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: transform 0.2s ease-in-out;
}
.features .card-header button::after{
  position: absolute;
  content: '+';
  font-size: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.features .card-header button:focus{
  outline: none;
  box-shadow: none;
}
.features .card-header button:active{
  outline: none;
  border: none;
  color: whitesmoke;
}
/* .collapse.show{
  box-shadow: 0 0 10px #0000005d;
} */

.card.features{
  box-shadow: 0 0 10px #0000005d;
}

a.btn_get_Price{
  text-decoration: none;
  color: #fff;
  background-color: var(--Primary);
  padding: 4px 7px;
  font-size: 10px;
  letter-spacing: 1px;
  border-radius: 0px;
  text-transform: uppercase;
  transition: 0.1s;
}
a.btn_get_Price:hover{
  scale: 0.97;
  background-color: var(--Secondary);
  box-shadow: 0 0 10px #00000067;
}
.thead-primary{
  background-color: var(--Primary);
  color: #fff;
  font-size: 14px;
}
.FP-item{
  border: 3px solid var(--Primary);
  transition: 0.2s;
}
.FP-item img{ filter: blur(1px); }
.FP-item:hover{
  border-radius: 6px;
  box-shadow: 0 4px 10px #00000093;
  transform: translateY(-4px);
}
a.fp-btn{
  text-decoration: none;
}
table *{
  font-size: 14px;
}

@media screen and (max-width:767px) {
  table *{
    font-size: 10px !important;
  }
}

#floor-plans{
  background: linear-gradient(#000000d7,#000000d7), url(../img/bg/fp-bg-img.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff !important;
}
.divider{
  height: 10px;
  background-color: #f2f2f2;
  width: 100%;
}

.gallery-button-next,
.gallery-button-prev
{
  color: var(--Primary);
}
/*.header_logo{*/
/*  display: none;*/
/*}*/

/* ======================= */
.section_overview {
  /* background: linear-gradient(45deg,#ffffff,#ffffff80), url(../img/bg/bg-image_1.jpg); */
  background-size: cover;
  background-position: center;
}

.swiper-slide .amenity-item:hover img{
  filter: brightness(70%);
}
.amenity-item img{ 
  transition: all 0.2s ease-in-out;
}
.amenity-item{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.amenity-item .amenity-content{
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent,#000);
  color: #fff;
  z-index: 1;
  text-transform: capitalize;
}

.form_style{
  position: relative;
  background-color: #ffffff38;
  color: #fff;
  border: 1px solid #ffffff3b;
  /* border: 4px dotted var(--Secondary); */
  /* box-shadow: 30px 30px 1px 1px var(--Secondary); */
}


.banner_form .input-group-text.form_input{
  width: 50px;
  justify-content: center;
  padding: 4px;
}
/* .form_style::before{
  position: absolute;
  content: '';
  top: 30px;
  right: -30px;
  background-color: var(--Secondary);
  height: 100%;
  width: 100%;
  z-index: 0;
} */

.banner-address{
  position: relative;
  margin-bottom: 20px;
}
.banner-address::before{
  position: absolute;
  content: '';
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 60px;
  background-color: var(--Primary);
}
a.common-btn{
  position: relative;
  padding: 6px 15px;
  color: #fff;
  background: var(--Primary);
  font-size: var(--font-small);
  text-decoration: none;
  transition: all 0.7s ease-in-out;
}



a.common-btn:hover{
  background: transparent;
  border-radius: 5px;
  
}
/* .common-btn:hover .style{
  display: block;
}
.common-btn span{
  display: none;
} */
a.common-btn::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
  background-color: var(--Secondary);
  z-index: -1;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #0000006c;
}
a.common-btn:hover::before{
  width: 100%;
}

.shadow_left img{
  /* border: 2px dotted var(--Primary); */
  position: relative;
  transition: all 0.4s ease-in-out;
}
.shadow_left{
  position: relative;
  overflow: hidden;
}

.shadow_left::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 30px;
  /* transform: ; */
  background: linear-gradient(transparent,#fff,transparent);
  top: 50%;
  left: -10%;
  transform: translateY(-50%) skewX(-15deg);
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.shadow_left:hover::before{
  left: 120%;
}
.shadow_left:hover img{
  transform: translateX(-10px);
  box-shadow: 10px 0 10px #00000096;
}


/* =========================== */
/* snapshot */
.snapshot-box{
  padding-bottom: 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.snapshot-box .snap-item{
  width: 120px;
  height: 120px;
  border: 3px solid #fff;
  background: linear-gradient(45deg,var(--Primary),#007ab3,var(--Primary));
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%; */
  margin-bottom: 15px;
  box-shadow: 3px 3px 12px #00000091,
  inset 0 0 10px #000;
  transition: all 0.3s ease-in-out;
}
.snapshot-box .snap-item img{ width: 60px; filter: invert(1); transition: all 0.3s ease-in-out; }
.snapshot_item{
  background: #f2f2f2;
  padding: 30px 10px;
  transition: all 0.3s ease-in-out;
}
.snapshot_item.dark{
  background-color: var(--Primary);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.snapshot_item.dark .snap-item{
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.snapshot_item.dark .snap-item img{ filter: invert(0); }
.snapshot_item:hover {
  /* background-color: var(--Primary);
  color: #fff; */
  box-shadow: 0 4px 10px #00000093;
  transform: translateY(-6px);
}
/* .snapshot_item:hover .snap-item{
  background: #fff;
} */
/* .snapshot_item:hover .snap-item img{ filter: invert(0); } */

.snapshot_item.dark:hover{
  background-color: #fff;
  color: #000;
  box-shadow: 3px 3px 10px #0000008e;
}
.snapshot_item.dark:hover .snap-item{
  background: var(--Primary)
}
.snapshot_item.dark:hover .snap-item img{
  filter: invert(1);
}


.section-title h1{
    position:relative;
}
.section-title h1::after,
.section-title h2::after{
  position: absolute;
  content: '';
  height: 4px;
  width: 60px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--Primary);
}
.section-title h2.about::after{ background-color: #fff; }

.section-title h2.start::after{ left: 0;bottom: -15px; transform: translateX(0);}

.modal-dialog .modal-content{
  /* border: 3px dotted #fff; */
  overflow: hidden;
  position: relative;
}
.modal-dialog .modal-content::before{
  position: absolute;
  content: '';
  top: 10px;
  right: 25px;
  height: 2px;
  width: 80px;
  background-color: var(--faint);
  z-index: 1;
}
.modal-dialog .modal-content::after{
  position: absolute;
  content: '';
  top: 25px;
  right: 10px;
  height: 80px;
  width: 2px;
  background-color: var(--linearGradient);
  z-index: 1;
}
h1.no-after::after,
h2.no-after::after{
    display: none !important;
    background-color: #fff !important;
}


.uppercase{
  text-transform: uppercase;
}
#sticky_contact .form_input{
  padding: 4px 8px !important;
  border-color: rgb(145, 145, 145) !important;
  border-bottom-color: var(--Primary) !important;
}

#tabsJustifiedContent th,
#tabsJustifiedContent td
{
  color: #fff !important;
}
.sticky_border{
  /* border: 1px solid var(--PrimaryLight); */
  background-color: #fff;
}







/* Overview */
#overview{
  background: linear-gradient(45deg, #000000d5,#00000081), url('../img/bg/bg-overview.jpg');
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  animation: movebg 20s linear infinite;
}
@keyframes movebg {
  0%  { background-size: 100% 100%; }
  /* 50% {  background-size: 130% 130%; } */
  100%{ background-size: 130% 130%; }
}

h2.new_style {
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
  padding-bottom: 20px;
  text-transform: uppercase;
}
h2.new_style.black{
  color: #000;
}
h2.new_style span {
  color: #fff;
  /* color: #00e7df; */
  letter-spacing: 6px;
  position: relative;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
h2.new_style.black span{ color: #000; } 

h2.new_style span:after, h2.new_style span:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 20%;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
h2.new_style.black span:after, h2.new_style.black span:before{
  background-color: #000;
}
h2.new_style span:before {
  right: .5em;
  margin-left: -50%;
}
h2.new_style span:after {
  left: .5em;
  margin-right: -50%;
}
.menu_link_wrap li a, h2.new_style span {
  font-size: 18px;
  line-height: 22px;
}

#overview .icon{ 
  text-align: center;
  margin-bottom: 20px;
 }
#overview .icon img{
  width: 60px;
  filter: invert(1);
  transition: 0.4s;
}
#overview .content{
  color: #fff;
  transition: 0.4s;
  line-height: 22px;
}
.overview_item:hover .icon img{
  scale: 1.1;
}
.overview_item:hover .content{
  line-height: 25px;
  scale: 1.1;
}
.btn-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-wrap a{
  text-decoration: none;
  display: block;
  /* background-color: var(--Primary); */
  color: #fff;
  padding: 10px 20px;
  margin: 10px;
}
img.blur1{ filter: blur(2px); }

p.tiny_font{
  font-size: 9px;
  line-height: 15px;
  margin-bottom: 0;
}

.btn_brochure {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 2px;
  background: var(--Primary);
  color: #ffffff;
  border-right: 1px solid #CFCFCF;
  border-top: 1px solid #CFCFCF;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out; 
}
.btn_brochure:hover{
  transform: scale(0.95);
  box-shadow: 0 0 10px #00000077;
  text-decoration: none;
  color: #f5f5f5;
}




a {
  text-decoration: none;
}
.whatsapp-button {
  position: fixed;
  right: 65px;
  bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 23;
}
#footer a{
  font-size: 10px;
}


@media screen and (min-width: 768px) {
  section.banner{
    margin-top: 87px;
  }
  .whatsapp-button {
      bottom: 50px;
  }
  .back-to-top {
      bottom: 50px;
  }
  .section-title h1.reset::after,
  .section-title h2.reset::after{ display: none; }
}
@media screen and (max-width: 767px) {
  .section-title h2.mobile::after{
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-color: var(--Primary) !important;
  }
}
