/*---------------------
Helper CSS
 -----------------------*/

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 80px;
  padding-left: 25px;
}

.section-title h2:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 25px;
  left: 0;
  top: 11px;
  background: #12c7b8;
  line-height: 1;
}

.section-title.st-light h2 {
  color: #fff;
}

.section-title.st-light h2:before {
  background: #081624;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/

/* buttons */

.site-btn {
  display: inline-block;
  border: 1px solid #12c7b8;
  font-size: 14px;
  font-weight: 600;
  min-width: 131px;
  padding: 14px 25px;
  text-transform: uppercase;
  background: transparent;
  color: #12c7b8;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}

.site-btn:hover {
  color: #12c7b8;
}

.site-btn.sb-big {
  font-size: 18px;
  padding: 19px 35px;
}

.site-btn.sb-light {
  border: 1px solid #fff;
  color: #fff;
}

.site-btn.sb-light:hover {
  color: #fff;
}

.site-btn.sb-solid {
  background: #12c7b8;
  color: #fff;
}

.site-btn.sb-solid:hover {
  color: #fff;
}

.site-btn.sb-fade {
  background: #e0e1e8;
  color: #fff;
  border: 1px solid #e0e1e8;
}

.site-btn.sb-fade:hover {
  color: #fff;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*------------------
Header section
 ---------------------*/

.header-section {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 25px 35px 0;
  z-index: 99;
}

.site-logo {
  float: left;
  margin-right: 50px;
}

.main-menu {
  list-style: none;
}

.main-menu li {
  display: inline-block;
}

.main-menu li a {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-right: 60px;
  padding: 5px 5px;
}

.main-menu li::last-child a {
  margin-right: 0;
}

.nav-switch {
  display: none;
}

/* ----------------
Hero section
 ---------------------*/

.hero-section {
  position: relative;
}

.hero-social-warp {
  position: absolute;
  height: 100%;
  right: 60px;
  top: 0;
  z-index: 5;
  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;
}

.hero-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 22px;
}

.hs-item {
  height: 100vh;
  padding-top: 10vh;
}

.hs-item h2 {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  top: 50px;
  opacity: 0;
  position: relative;
}

.section-heading-left{
  top: 10vh;
  padding-bottom: 0.2em;
}


.hero-slider .owl-item .hs-item a {
  visibility: hidden;
  background-color: #1cc3b2;
  top:3vh;
}

.hero-slider .owl-item.active .hs-item a {
  -webkit-animation: fadeInUp 0.5s forwards; /* Safari 4+ */
  -moz-animation:    fadeInUp 0.5s forwards; /* Fx 5+ */
  -o-animation:      fadeInUp 0.5s forwards; /* Opera 12+ */
  animation:         fadeInUp 0.5s forwards; /* IE 10+, Fx 29+ */
}
.hero-slider .owl-item.active .hs-item h2 {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  z-index: 7;
  text-align: right;
}

.hero-slider .owl-nav .owl-prev {
  width: 84px;
  height: 84px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #12c7b8;
  color: #fff;
  font-size: 40px;
}

.hero-slider .owl-nav .owl-next {
  width: 84px;
  height: 84px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #12c7b8;
  font-size: 40px;
}

.hero-nav-slider-warp {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10vh;
  z-index: 6;
}

.container{
  margin-right: 20%;
  margin-left: 20%;
}

.hero-nav-slider {
  background: rgba(255, 255, 255, 0.15);

}

.hero-nav-slider .hns-item {
  padding: 26px 0 26px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hero-nav-slider .hns-item h5 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.hero-nav-slider .hns-item p {
  color: #fff;
  margin-bottom: 0;
  padding: 6px 0;
}

.hero-nav-slider .hns-item span {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.hero-nav-slider .current .hns-item {
  background: #fff;
  border-left: 4px solid #12c7b8;
}

.hero-nav-slider .current .hns-item h5,
.hero-nav-slider .current .hns-item span {
  color: #081624;
}

.hero-nav-slider .current .hns-item p {
  color: #73778e;
}

.features-icons-section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-icon-item {
  display: block;
  text-align: center;
  padding-top: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.1111111%;
  flex: 0 0 11.1111111%;
  max-width: 11.1111111%;
  margin-bottom: 20px;
}

.features-icon-item i {
  height: 60px;
  display: block;
  font-size: 49px;
  line-height: 49px;
  color: #c8d1da;
}

.features-icon-item p {
  color: #83869b;
}

.intro-section {
  padding-top: 30px;
}

.intro-img-box {
  position: relative;
  margin-bottom: 70px;
  max-width:100%;
  max-height:100%;
  vertical-align: middle;
}

.intro-img-box img {
height:400px;
object-fit: cover;
width:700px;
}

.intro-img-box h4 {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 22px 42px;
  font-weight: 700;
  background: #fff;
}

.intro-text-box {
  padding-right: 10px;
  margin-bottom: 70px;
}

.intro-text-box p {
  font-size: 14px;
  margin-bottom: 20px;
}

/* ----------------
Design section
 ---------------------*/

.design-section {
  background: #12c7b8;
  padding-top: 70px;
  padding-bottom: 60px;
}

.design-slider a,
.property-features-slider a {
  display: block;
  position: relative;
}

.design-slider a i,
.property-features-slider a i {
  position: absolute;
  left: calc(50% - 41px);
  top: calc(50% - 43px);
  color: #fff;
  font-size: 82px;
  line-height: 82px;
  height: 86px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.design-slider a::before,
.property-features-slider a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #081624;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.design-slider a:hover i,
.property-features-slider a:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.design-slider a:hover::before,
.property-features-slider a:hover::before {
  opacity: 0.5;
}

.design-slider .owl-nav button.owl-next,
.design-slider .owl-nav button.owl-prev,
.property-features-slider .owl-nav button.owl-next,
.property-features-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -42px;
  width: 84px;
  height: 84px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #111;
  font-size: 30px;
}

.design-slider .owl-nav button.owl-next:hover,
.design-slider .owl-nav button.owl-prev:hover,
.property-features-slider .owl-nav button.owl-next:hover,
.property-features-slider .owl-nav button.owl-prev:hover {
  background: #12c7b8;
  color: #fff;
}

.design-slider .owl-nav button.owl-next,
.property-features-slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.design-text {
  padding-top: 65px;
}

.design-text h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.design-text p {
  font-size: 16px;
  font-weight: 300;
}

/* ----------------
Location section
 ---------------------*/

.location-tab .tab-pane {
  position: relative;
}

.location-tab .tab-pane::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #081624;
  opacity: 0.44;
}

.location-tab .play-btn {
  position: absolute;
  width: 104px;
  height: 104px;
  left: calc(50% - 52px);
  top: calc(50% - 52px);
  display: block;
  text-align: center;
  padding-top: 33px;
  border-radius: 50%;
  background: #12c7b8;
  z-index: 2;
}

.location-tab-nav {
  border-bottom: none;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 70px 50px 0;
}

.location-tab-nav .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0;
}

.location-tab-nav .nav-item .nav-link {
  border: none;
  padding: 0 16px;
}

.location-tab-nav .nav-item .nav-link img {
  margin-bottom: 20px;
}

.location-tab-nav .nav-item .nav-link h5 {
  font-weight: 400;
}

/* ----------------
Features section
 ---------------------*/

.features-section {
  padding-top: 65px;
  padding-bottom: 70px;
  background: #f2f3f4;
}

.features-slider .owl-nav {
  text-align: center;
}

.features-slider .owl-nav button.owl-next,
.features-slider .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #12c7b8;
  color: #fff;
  font-size: 20px;
  margin: 50px 5px 0;
  border-radius: 50%;
}

.feature-box {
  text-align: center;
  padding: 50px 15px 40px;
  background: #fff;
  min-height: 373px;
}

.feature-box::after,
.feature-box::before {
  position: absolute;
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 0;
}

.feature-box::after {
  width: 0%;
  height: 100%;
  left: 50%;
  top: 0;
  border-bottom: 2px solid #12c7b8;
  border-top: 2px solid #12c7b8;
}

.feature-box::before {
  width: 100%;
  height: 0%;
  top: 50%;
  left: 0;
  border-left: 2px solid #12c7b8;
  border-right: 2px solid #12c7b8;
}

.feature-box:hover::after {
  left: 0;
  width: 100%;
}

.feature-box:hover::before {
  top: 0;
  height: 100%;
}

.feature-box:hover i {
  color: #12c7b8;
}

.feature-box i {
  font-size: 48px;
  color: #c8d1da;
  position: relative;
  z-index: 4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.feature-box h5 {
  font-weight: 700;
  padding: 15px 0px 25px;
  position: relative;
  z-index: 4;
}



.feature-box p {
  font-size: 16px;
  position: relative;
  z-index: 4;
}

/* -----------------------
Call to action section
 -------------------------*/

.call-to-action-section {
  padding: 60px 0;
}

.call-to-action-section h2 {
  font-weight: 300;
  margin-bottom: 36px;
}

/* ----------------
Footer section
 ---------------------*/

.footer-section {
  padding: 65px 0;
  background: #353649;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget h5 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
  padding-top: 15px;
}

.footer-widget ul {
  list-style: none;
}

.footer-widget ul li a {
  display: block;
  color: #acaebc;
  padding: 2px 0;
  margin-bottom: 8px;
}

.footer-social a {
  display: inline-table;
  width: 25px;
  height: 25px;
  border: 1px solid #7e7f8f;
  border-radius: 50%;
  color: #7e7f8f;
  font-size: 12px;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 5px;
}

.footer-social a i {
  vertical-align: middle;
  display: table-cell;
}

.copyright {
  padding-top: 10px;
  font-size: 16px;
  color: #83869b;
}

.copyright a {
  color: #83869b;
  text-decoration: underline;
}

/*===============
  ----------------
Other Pages
 -----------------
 =================*/

.page-top-section {
  height: 619px;
  position: relative;
}

.page-top-text {
  padding-top: 250px;
}

.page-top-text h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-top-text p {
  font-weight: 300;
  font-size: 24px;
}

/* ----------------
About page
 ---------------------*/

.about-text {
  max-width: 550px;
  margin: 0 auto;
  padding: 120px 0 50px;
}

.about-text h4 {
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.5;
}

.about-slider .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  text-align: right;
}

.about-slider .owl-nav button.owl-next,
.about-slider .owl-nav button.owl-prev {
  width: 84px;
  height: 84px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #12c7b8;
  color: #fff;
  font-size: 40px;
}

.about-slider .owl-nav button.owl-next {
  background: #fff;
  color: #12c7b8;
}

.milestone-warp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 60px;
}

.milestone-warp .milestone {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  padding-bottom: 60px;
}

.milestone-warp .milestone h2 {
  font-size: 96px;
  color: #12c7b8;
  font-weight: 300;
  margin-bottom: 10px;
}

.milestone-warp .milestone h4 {
  font-weight: 700;
}

.team-section {
  padding-top: 70px;
  padding-bottom: 40px;
  background: #f2f3f4;
}

.team-member {
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-member .member-pic {
  max-width: 264px;
  float: left;
  margin-right: 28px;
  position: relative;
}

.team-member .member-link {
  position: absolute;
  width: 62px;
  height: 61px;
  right: 0;
  bottom: 0;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  background: #12c7b8;
}

.team-member .member-info {
  padding-right: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}

.team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 8px;
  padding-top: 55px;
}

.team-member .member-info h5 {
  font-weight: 300;
  color: #73778e;
  margin-bottom: 20px;
}

.team-member .member-info p {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.about-text-box-warp {
  padding-top: 5px;
  padding-bottom: 45px;
}

/* ----------------
  Property page
 --------------------*/

.property-details h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.property-info {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 30px;
}

.property-info:last-child {
  margin-right: 0;
}

.property-info h6 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #8f8fa8;
}

.property-info .pi-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-info .pi-icon i {
  float: left;
  font-size: 34px;
  color: #8f8fa8;
  margin-right: 15px;
}

.property-info .pi-icon span {
  overflow: hidden;
  display: block;
  color: #30304e;
  font-size: 20px;
  font-weight: 500;
}

.property-price h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.property-price p {
  font-weight: 30;
}

.property-overview-text h4 {
  font-weight: 700;
  margin-bottom: 25px;
}

.property-overview-text ul {
  list-style: none;
}

.property-overview-text ul li {
  font-size: 18px;
  color: #73778e;
  margin-bottom: 20px;
  padding-left: 50px;
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position: left top 6px;
}

.property-text-warp {
  max-width: 545px;
}

/* ------------------
Developments page
 ---------------------*/

.developments-section {
  background: #f2f3f4;
}

.development-box {
  background: #fff;
  margin-bottom: 30px;
}

.development-box img {
  min-width: 100%;
}

.development-box .dev-text {
  padding: 25px;
  overflow: hidden;
}

.development-box .dev-text h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}

.development-box .dev-text h5 {
  font-weight: 400;
  color: #73778e;
  margin-bottom: 20px;
}

.development-box .dev-text p {
  font-size: 14px;
  margin-bottom: 30px;
}

.development-box .dev-price {
  float: left;
}

.development-box .dev-price span {
  font-size: 18px;
  color: #73778e;
  font-style: italic;
}

.development-box .dev-price h4 {
  font-weight: 700;
}

.development-box .site-btn {
  float: right;
  margin-top: 15px;
}

.subscribe-text {
  max-width: 765px;
  margin: 0 auto;
}

.subscribe-text h2 {
  margin-bottom: 20px;
  font-weight: 600;
}

.subscribe-text p {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 18px;
}

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

.subscribe-form input {
  font-size: 14px;
  color: #73778e;
  font-weight: 300;
  padding: 10px 20px;
  max-width: 382px;
  width: 100%;
  height: 48px;
  border: 1px solid #e0e1e8;
}

.subscribe-form .site-btn {
  margin-left: 20px;
}

/* ----------------
Blog page
 ---------------------*/

.blog-section {
  background: #f2f3f4;
}

.blog-categorise a {
  font-size: 18px;
  color: #081624;
  display: inline-block;
  padding: 9px 0;
  margin-right: 55px;
}

.blog-categorise a:last-child {
  margin-right: 0;
}

.blog-categorise a:hover {
  color: #12c7b8;
}

.blog-search {
  position: relative;
  margin-bottom: 54px;
}

.blog-search input {
  font-size: 14px;
  color: #73778e;
  font-weight: 300;
  padding: 10px 54px 10px 20px;
  width: 100%;
  height: 44px;
  border: none;
}

.blog-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  padding-right: 20px;
}

.blog-item {
  background: #fff;
  margin-bottom: 40px;
}

.blog-thumb {
  height: 100%;
  position: relative;
}

.blog-thumb .play-btn {
  position: absolute;
  width: 78px;
  height: 78px;
  left: calc(50% - 39px);
  top: calc(50% - 39px);
  display: block;
  text-align: center;
  padding-top: 25px;
  border-radius: 50%;
  background: #12c7b8;
  z-index: 2;
}

.blog-thumb .play-btn img {
  width: 26px;
}

.blog-content {
  padding: 26px 15px 23px 0;
}

.blog-content .blog-date,
.blog-content .blog-note {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #081624;
  background: #f2f3f4;
  padding: 1px 8px;
  margin-right: 5px;
}

.blog-content .blog-note {
  color: #fff;
  background: #12c7b8;
}

.blog-content h2 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 26px 0 15px;
}

.blog-content p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
}

/* ----------------
Contact page
 ---------------------*/

.contact-section {
  position: relative;
  padding-bottom: 290px;
}

.contact-section .container {
  position: relative;
  z-index: 4;
}

.contact-info-box {
  background: #fff;
  padding: 50px 62px 83px;
}

.contact-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 38px;
}

.contact-info .ci-item {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 40px;
}

.contact-info .ci-item:last-child {
  margin-right: 0;
}

.contact-info .ci-item .ci-icon {
  float: left;
  margin-right: 25px;
}

.contact-info .ci-item p {
  font-size: 14px;
  font-weight: 300;
  color: #081624;
}

.contact-form .form-field {
  position: relative;
}

.contact-form .form-field img {
  position: absolute;
  left: 5px;
  top: 7px;
}

.contact-form .form-field input,
.contact-form .form-field textarea {
  font-size: 14px;
  color: #73778e;
  font-weight: 300;
  padding: 0 20px 10px 40px;
  max-width: 100%;
  width: 100%;
  height: 44px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #dadcde;
}

.contact-form .form-field textarea {
  height: 60px;
}

.contact-form .site-btn {
  min-width: 88px;
}

.map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ddd;
}

.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* ----------------
Responsive
 ---------------------*/

@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu li a {
    margin-right: 40px;
  }
  .hero-nav-slider .hns-item {
    padding: 26px 10px 26px 15px;
  }
  .hero-nav-slider .hns-item h5 {
    font-size: 14px;
  }
  .features-icon-item i {
    font-size: 40px;
  }
  .features-icon-item p {
    font-size: 16px;
  }
  .property-text-warp {
    padding-left: 15px;
  }
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-nav-slider .hns-item {
    padding: 26px 10px 26px 15px;
  }
  .hero-social-warp {
    height: 60px;
    right: 0;
    top: 140px;
    width: 100%;
  }
  .hero-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 3px;
  }
  .hs-item {
    text-align: center;
  }
  .features-icon-item p {
    font-size: 12px;
    font-weight: 700;
  }
  .features-icon-item i {
    height: 44px;
    font-size: 30px;
    line-height: 33px;
  }
  .main-menu li a {
    font-size: 15px;
    margin-right: 15px;
  }
  .design-slider a img {
    height: 300px;
    width: auto !important;
  }
  .design-slider a i {
    font-size: 50px;
    left: calc(50% - 25px);
  }
  .location-tab-nav {
    padding: 70px 0 0;
  }
  .design-slider .owl-nav button.owl-next,
  .design-slider .owl-nav button.owl-prev,
  .property-features-slider .owl-nav button.owl-next,
  .property-features-slider .owl-nav button.owl-prev {
    margin-top: -23px;
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
  .page-top-text {
    text-align: center;
  }
  .milestone-warp .milestone h2 {
    font-size: 60px;
  }
  .milestone-warp .milestone h4 {
    font-size: 16px;
  }
  .property-text-warp {
    padding-top: 50px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .property-overview-text {
    margin-bottom: 40px;
  }
  .contact-section {
    padding-bottom: 0;
    padding-top: 70px;
    background: #f2f3f4;
  }
  .map {
    margin-top: 70px;
    position: inherit;
    width: 100%;
    height: 400px;
    background: #ddd;
  }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
  .nav-switch {
    right: 30px;
    display: block;
    float: right;
    font-size: 32px;
    cursor: pointer;
    color: #fff;
    margin-right: 40px;
    line-height: 32px;
  }
  .main-menu {
    float: none;
    padding-top: 0;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 118%;
    display: none;
  }
  .main-menu li {
    display: block;
    border-top: 1px solid #efefef;
  }
  .main-menu li a {
    display: block;
    color: #111;
    margin-left: 0;
    padding: 15px 35px;
  }
  .hero-nav-slider .hns-item {
    padding: 26px 10px 26px 15px;
  }
  .hero-social-warp {
    height: 60px;
    right: 0;
    top: 140px;
    width: 100%;
  }
  .hero-social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 3px;
  }
  .hs-item {
    text-align: center;
  }
  .location-tab-nav {
    padding: 70px 0 0;
  }
  .location-tab-nav .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .design-slider a img {
    height: 250px;
    width: auto !important;
  }
  .design-slider a i {
    font-size: 50px;
    left: calc(50% - 25px);
  }
  .design-slider .owl-nav button.owl-next,
  .design-slider .owl-nav button.owl-prev,
  .property-features-slider .owl-nav button.owl-next,
  .property-features-slider .owl-nav button.owl-prev,
  .about-slider .owl-nav button.owl-next,
  .about-slider .owl-nav button.owl-prev,
  .hero-slider .owl-nav button.owl-next,
  .hero-slider .owl-nav button.owl-prev {
    margin-top: -23px;
    width: 46px;
    height: 46px;
    font-size: 24px;
  }
  .features-icon-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 20px;
  }
  .features-icon-item p {
    font-size: 14px;
  }
  .page-top-text {
    text-align: center;
  }
  .milestone-warp .milestone {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .property-text-warp {
    padding-top: 50px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .property-overview-text {
    margin-bottom: 40px;
  }
  .subscribe-form input {
    max-width: 100%;
  }
  .subscribe-form .site-btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .blog-categorise {
    margin-bottom: 40px;
  }
  .blog-thumb {
    height: 300px;
  }
  .blog-content {
    padding: 26px 15px 23px 26px;
  }
  .contact-section {
    padding-bottom: 0;
    padding-top: 70px;
    background: #f2f3f4;
  }
  .map {
    margin-top: 70px;
    position: inherit;
    width: 100%;
    height: 400px;
    background: #ddd;
  }
  .hs-item {
    height: auto;
  }
  .hs-item .container {
    padding-bottom: 400px;
  }
}

@media (max-width: 576px) {
  .team-member .member-pic {
    max-width: 100%;
    float: none;
    margin-right: 0;
  }
  .team-member .member-pic img {
    min-width: 100%;
  }
  .member-info {
    padding-left: 20px;
  }
  .milestone-warp .milestone h2 {
    font-size: 60px;
  }
  .milestone-warp .milestone h4 {
    font-size: 16px;
  }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
  .features-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .features-icon-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .features-icon-item i {
    height: 60px;
    display: block;
    font-size: 40px;
    line-height: 40px;
  }
  .features-icon-item p {
    font-size: 14px;
  }
  .location-tab-nav {
    padding: 70px 0 0;
  }
  .location-tab-nav .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .milestone-warp .milestone {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-info-box {
    padding: 30px 30px 63px;
  }
  .page-top-text h2 {
    font-size: 40px;
  }
  .hero-nav-slider .hns-item {
    padding: 26px 10px 26px 15px;
  }
  .hero-nav-slider .hns-item h5 {
    font-size: 14px;
  }
  .hero-slider .owl-nav {
    text-align: center;
    width: 100%;
  }
  .location-tab .play-btn {
    width: 70px;
    height: 70px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    padding-top: 22px;
  }
  .location-tab .play-btn img {
    width: 22px;
  }
}

/* line 119, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner {
  background: #10273c;
  padding: 250px 0 210px 0;
}

@media (max-width: 767px) {
  /* line 119, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
  .property_details_banner {
    padding: 200px 0 210px 0;
  }
}

/* line 127, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner .comfortable_apartment h4 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

/* line 132, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner .comfortable_apartment p {
  font-size: 13px;
  color: #c7c7c7;
}

/* line 135, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner .comfortable_apartment p img {
  margin-right: 7px;
}

/* line 139, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner .comfortable_apartment .quality_quantity {
  margin-top: 31px;
}

/* line 141, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner
  .comfortable_apartment
  .quality_quantity
  .single_quantity {
  margin-right: 55px;
}

/* line 146, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner
  .comfortable_apartment
  .quality_quantity
  .single_quantity
  span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-top: 13px;
}

/* line 156, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner .prise_quantity {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 156, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
  .property_details_banner .prise_quantity {
    text-align: left;
    margin-top: 30px;
  }
}

/* line 162, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner .prise_quantity h4 {
  font-size: 24px;
  font-weight: 500;
  color: #ff5748;
  margin-bottom: 20px;
}

/* line 168, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner .prise_quantity a {
  color: #fdae5c;
  border: 1px solid #fdae5c;
  padding: 8px 34px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

/* line 178, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details_banner .prise_quantity a:hover {
  background: #fdae5c;
  color: #fff;
}

/* line 1, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details {
  position: relative;
  margin-top: -151px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
  .property_details {
    padding-bottom: 40px;
  }
}

/* line 8, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .contact-section {
  padding: 41px 0 55px 0;
}

/* line 11, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .property_banner {
  margin-bottom: 60px;
}

/* line 13, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .property_banner .owl-carousel .owl-nav div {
  height: 40px;
  width: 40px;
  color: #707070;
  left: 50px;
  font-size: 13px;
  line-height: 40px;
  left: 50px;
  color: #001d38;
  background: #fff;
  border: none;
}

/* line 24, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .property_banner .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}

/* line 28, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .property_banner .owl-carousel .owl-nav div:hover {
  background: #fdae5c;
  color: #fff;
}

/* line 33, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .property_banner .owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
  right: 1px;
}

/* line 42, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .details_info h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #001d38;
}

/* line 48, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .details_info p {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 13px;
  color: #727272;
}

/* line 57, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .contact_field h3 {
  font-size: 22px;
  font-weight: 500;
  color: #001d38;
  margin-bottom: 26px;
}

/* line 64, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .contact_field form {
  margin-bottom: 30px;
}

/* line 66, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .contact_field form input {
  height: 50px;
  background: #f5fbff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 20px;
}

/* line 75, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .contact_field form input::placeholder {
  color: #919191;
  font-size: 15px;
  font-weight: 400;
}

/* line 80, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .contact_field form input:focus {
  outline: none;
}

/* line 84, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .contact_field form textarea {
  height: 100px;
  background: #f5fbff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  resize: none;
  margin-bottom: 20px;
}

/* line 93, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .contact_field form textarea::placeholder {
  color: #919191;
  font-size: 15px;
  font-weight: 400;
}

/* line 98, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .contact_field form textarea:focus {
  outline: none;
}

/* line 102, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .contact_field form .send_btn {
  background: #fdae5c;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  display: block;
  cursor: pointer;
  width: 100%;
}

.property_details .property_banner {
  margin-bottom: 60px;
}

/* line 13, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .property_banner .owl-carousel .owl-nav div {
  height: 40px;
  width: 40px;
  color: #707070;
  left: 50px;
  font-size: 13px;
  line-height: 40px;
  left: 50px;
  color: #001d38;
  background: #fff;
  border: none;
}

/* line 24, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .property_banner .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}

/* line 28, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .property_banner .owl-carousel .owl-nav div:hover {
  background: #fdae5c;
  color: #fff;
}

/* line 33, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_property_details.scss */
.property_details .property_banner .owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
  right: 1px;
}

/* line 17, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* line 22, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .property_thumb {
  position: relative;
  overflow: hidden;
}

/* line 25, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .property_thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 31, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .property_thumb .property_tag {
  position: absolute;
  top: 25px;
  left: 25px;
  background: #fdae5c;
  padding: 8px 14px;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
}

/* line 42, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .property_thumb .property_tag.red {
  background: #ff5748 !important;
}

/* line 47, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .property_content {
  padding: 25px;
  border-bottom: 1px solid #e8e8e8;
}

/* line 51, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .property_content .main_pro h3 {
  font-size: 16px;
  color: #001d38;
  font-weight: 500;
  margin-bottom: 0;
  margin-bottom: 8px;
}

/* line 57, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .property_content .main_pro h3 a {
  color: #001d38;
}

/* line 59, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .property_content .main_pro h3 a:hover {
  color: #fdae5c;
}

/* line 69, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .property_content .mark_pro span {
  font-size: 13px;
  font-weight: 400;
  color: #919191;
}

/* line 75, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .property_content .amount {
  display: inline-block;
  background: #00d363;
  border-radius: 30px;
  padding: 7px 18px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin-top: 13px;
}

/* line 87, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .footer_pro {
  padding: 12px 25px;
}

/* line 89, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .footer_pro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 104, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property .footer_pro ul li .single_info_doc span {
  color: #001d38;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}

/* line 117, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_popular_property.scss */
.popular_property .single_property:hover .property_thumb img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

/* line 32, ../../Arafath/CL/CL October/217. Real Estate/HTML/scss/_case_details.scss */
.case_details_area .details_main_wrap .details_info {
  color: #001d38;
  font-weight: 400;
  font-size: 20px;
  margin-top: 54px;
  margin-bottom: 35px;
}

.header-fixed .wrap-menu-header {
  position: fixed;
  height: 100px;

}

.wrap-menu-header {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 11;
  border-top: 5px solid #1cc3b2;
}

.header-fixed .wrap-menu-header {
  position: fixed;
  height: 100px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.gradient1 {
	background: -webkit-linear-gradient(rgba(0, 3, 5, 5), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(rgba(0, 3, 5, 5), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(rgba(0, 3, 5, 5), rgba(0, 0, 0, 0));
	background: linear-gradient(rgba(0, 3, 5, 5), rgba(0, 0, 0, 0));
}

.trans-0-4 {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}


.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .wrap_menu {
    display: none;
  }

  .wrap_header {
    height: 100px;
  }
}

@media (max-width: 576px) {
  .wrap_header {
    height: 80px;
  }

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

/*[ Logo ]
-----------------------------------------------------------
*/
.logo {
  height: 50px;
}

.logo>a {
  display: block;
  height: 100%;
}

.logo>a>img {
  width: auto;
  margin-top: 15px;
  height: 70px;
  margin-left: 20px;
  vertical-align: middle;
  left: 60px;
  position: absolute;
}

.wrap_menu {
  height: 100%;
}

@media (max-width: 992px) {
  .wrap_menu {
    display: none;
  }

  .wrap_header {
    height: 100px;
  }
}

.p-l-45 {
	padding-left: 45px;
}

@media (max-width: 1200px) {
	.p-l-0-xl {
		padding-left: 0;
	}

}

.wrap_menu {
  height: 100%;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.main_menu li {
  display: block;
  position: relative;
}

.main_menu>li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.main_menu>li>a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  padding: 15px;
}

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

.m-b-13 {
	margin-bottom: 13px;
}


.trendybutton{
  border-radius: 8px;
  margin-top: 10px;
  float: left;
  text-align: center;
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
	color: #1cc3b2;
  border-color: #1cc3b2;
  font-size: 14px;
	letter-spacing: 2px;
  text-transform: uppercase;
	border: 2px solid;
	overflow: hidden;
	width: 245px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.trendybutton:focus {
	outline: none;
}
.trendybutton > span {
	vertical-align: middle;
}

.trendybutton::before {
  border-width: 3px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.trendybutton:hover {
	color: #fff;
	border-color: #1cc3b2;
}

.trendybutton:hover::before {
	opacity: 1;
	background-color: #1cc3b2;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


@-webkit-keyframes top {
  from {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 3.5rem);
            transform: translate(0rem, 3.5rem);
  }
}

@keyframes top {
  from {
    -webkit-transform: translate(0rem, 0);
            transform: translate(0rem, 0);
  }
  to {
    -webkit-transform: translate(0rem, 3.5rem);
            transform: translate(0rem, 3.5rem);
  }
}
@-webkit-keyframes bottom {
  from {
    -webkit-transform: translate(-11.5rem, 0);
            transform: translate(-11.5rem, 0);
  }
  to {
    -webkit-transform: translate(-2rem, 0);
            transform: translate(-2rem, 0);
  }
}
@keyframes bottom {
  from {
    -webkit-transform: translate(-11.5rem, 0);
            transform: translate(-11.5rem, 0);
  }
  to {
    -webkit-transform: translate(-2rem, 0);
            transform: translate(-2rem, 0);
  }
}
a {
  color: #1cc3b2;
}
.hoverbtn {
  position: absolute;
  top: 20px;
  letter-spacing: 0.15em;
  margin: 0 auto;
  padding: 0.5rem 2.5rem;
  background: transparent;
  outline: none;
  font-size: 20px;
  color: #1cc3b2 !important;
  right: 60px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
}
.hoverbtn::after, .hoverbtn::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 0%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}
.hoverbtn::before {
  background-color: #a4dfd9;;
  top: -0.75rem;
  left: 0.5rem;
  /* -webkit-animation: top 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
          animation: top 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate; */
}
.hoverbtn::after {
  background-color: #1cc3b2;
  top: 3rem;
  left: 13rem;
  /* -webkit-animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
          animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate; */
}
.hoverbtn:hover {
  color: white !important;
}
.hoverbtn:hover::before, .hoverbtn:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  -webkit-animation: none;
          animation: none;
}
.hoverbtn:hover::after {
  left: 0rem;

}
.hoverbtn:hover::before {
  top: 0.5rem;
  left: 0.35rem;
}



.wt-btn_sign {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -0.21px;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 20px;
  color: #f6416c;
  background: #ffde7d;
  border: none;
  height: 45px;
  padding: 0 5px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

.wt-btn_sign:hover {
  color: #ffde7d;
  background: #f6416c;
}

.wt-btn_sign-bound {
  display: block;
  overflow: hidden;
}

.wt-btn_sign-bound span {
  position: relative;
  display: inline-block;
  padding: 0 22px;
  -webkit-animation: wt-btn_sign-marquee 2s linear infinite;
  -moz-animation: wt-btn_sign-marquee 2s linear infinite;
  -o-animation: wt-btn_sign-marquee 2s linear infinite;
  animation: wt-btn_sign-marquee 2s linear infinite;
}

.wt-btn_sign-bound span:after {
  content: attr(data-text);
  position: absolute;
  left: 100%;
  padding: 0 23px;
}

@-webkit-keyframes wt-btn_sign-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-moz-keyframes wt-btn_sign-marquee {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-o-keyframes wt-btn_sign-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes wt-btn_sign-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* @keyframes from_top {
  0% {
    top:-1000px
  }

  100% {
    top:0px
  }
} */

.wrap_menu .hotel-search-form-area {
  top:0px;
  width: 100%;
  left: 0;
  position: absolute;
  /* -webkit-animation: from_top 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  animation: from_top 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; */
}


.closebtn{
  position: absolute;
  background-color: transparent;
  top: 10px;
  width:90px;
  height: 40px;
  right: 0px;
  border: none;
  text-align: center;
}


/* Hide HTML5 Up and Down arrows on all browsers since it had weird effects on chrome */
input[type="date"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.clearfix { *zoom: 1; } /* For IE 6/7 */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after { clear: both; }

/* ---------- LIVE-CHAT ---------- */

#live-chat h4{
  margin-bottom: 0px;
}
#live-chat {
    bottom: 0;
    font-size: 12px;
    right: 24px;
    position: fixed;
    width: 300px;
}

#live-chat header {
    background: #e6e6e6;
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
}

#live-chat h4:before {
    background: #1a8a34;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 8px 0 0;
    width: 8px;
}

#live-chat h4 {
    font-size: 14px;
}

#live-chat h5 {
    font-size: 10px;
}

#live-chat form {
    padding: 24px;
}

#live-chat input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
    outline: none;
    width: 234px;
}

.chat-message-counter {
    background: #e62727;
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
}

.chat-close {
    /* background: #1b2126; */
    border-radius: 50%;
    color: rgb(0, 0, 0);
    display: block;
    float: right;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin: 2px 0 0 0;
    text-align: center;
    width: 16px;
    display: none;
}

.chat-close:hover{
  color: rgb(0, 0, 0);
}
.chat {
    background: #fff;
    display: none;

}

.chat-history {
    height: 252px;
    padding: 8px 24px;
    overflow-y: scroll;
}

.chat-message {
    margin: 16px 0;
}

.chat-message img {
    border-radius: 50%;
    float: left;
}

.chat-message-content {
    margin-left: 56px;
}

.chat-time {
    float: right;
    font-size: 10px;
}

.chat-feedback {
    font-style: italic; 
    margin: 0 0 0 80px;
}