
@import url("https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

p {
  color: #3c3c3c;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 15px;
}

p:last-child {margin-bottom: 0;}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
}

.d-table-cell {vertical-align: middle;}

button {
  outline: 0 !important;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

a:hover, a:focus {
  color: #ffc107;
  text-decoration: none;
}

#content-mobile{
	display:block;
	position:fixed;
	left:10px;
	bottom:0px;
	z-index:99;
}


.bg-f9f9f9 {background-color: #f9f9f9;}

.ptb-100 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*default-btn*/
.default-btn {
  display: inline-block;
  overflow: hidden;
  border: none !important;
  position: relative;
  background-color: #b87817;
  color: #ffffff;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 6px;
}

.default-btn::before {
  content: '';
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
          transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
  width: 300px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}

.default-btn:hover, .default-btn:focus {
  background-color: #ffc107;
  color: #ffffff;
}

.default-btn:hover::before, .default-btn:focus::before {
  -webkit-transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
          transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}

/*section-title*/
.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title h1 {
  font-size: 26px;
  margin-bottom: 15px;
  color:#004752;
}
.section-title h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color:#004752;
}

.section-title p {
    max-width: 100%;
    margin: 15px auto;
    text-align: justify;
	font-size:15px;
}
.section-title h4 {margin: 15px auto; text-align: left; font-size: 18px;}

/*form-control*/
.form-control {
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 8px;
  border: 1px solid #004752;
}

.form-control:focus {
  border: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-ms-input-placeholder {
  color: #999999;
}

.form-control::placeholder {
  color: #999999;
}

/*================================================
Navbar CSS
=================================================*/
.header-area {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  left: 0;
}

.header-area .navbar {
  position: relative;
}

.top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-header ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.top-header ul.header-contact li {
  margin-right: 20px;
  color: #ffffff;
  display: inline-block;
}

.top-header ul.header-contact li i {
  color: #ffc107;
  margin-right: 3px;
}

.top-header ul.header-contact li a {
  display: inline-block;
  color: #ffffff;
}

.top-header ul.header-contact li a:hover, .top-header ul.header-contact li a:focus {
  color: #ffc107;
}

.top-header ul.header-contact li:last-child {
  margin-right: 0;
}

.top-header ul.social {
  text-align: right;
}

.top-header ul.social li {
  display: inline-block;
}

.top-header ul.social li a {
  width: 38px;
  height: 38px;
  line-height: 40px;
  background-color: #ededed;
  color: #ffc107;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
}

.top-header ul.social li a:hover, .top-header ul.social li a:focus {
  background-color: #ffc107;
  color: #ffffff;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 0px 40px;
  left: 0;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    background: #fff;
    padding: 10px;
    display: block !important;
}

.bg-light {
    background-color: #fff !important;
    border-bottom: 2px solid #ffffff;
	border-top: 4px solid #3ca2b3;
}

.navbar-light .navbar-brand img:last-child {
  display: none;
}

.navbar-light .navbar-nav {
  margin-left: 0px;
}

.navbar-light .navbar-nav .nav-item {
  padding-left: 0;
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #333;
    text-transform: uppercase;
    /* font-weight: bold; */
    position: relative;
    padding: 10px 10px;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #000;
}

.navbar-light .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link {

}

.navbar-light .navbar-nav .nav-item:first-child .nav-link::before {
  display: none;
}

.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-light .others-options {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link {
  color: #333;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link:hover, .navbar-light.is-sticky .navbar-nav .nav-item .nav-link.active {
  color: #000;
}

.navbar-light.is-sticky .navbar-brand img:last-child {
  display: block;
}

.navbar-light.is-sticky .navbar-brand img:first-child {
  display: none;
}

.navbar-light.navbar-style-two .navbar-nav {
  margin: 0 auto;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {position: relative; display:block; margin-top: 70px;}
.main-banner img { width:100%; height:auto;}

.main-banner2 {position: relative; display:block; margin-top: 70px;}
.main-banner2 img { width:100%; height:200px;}
.inn {
    position: absolute;
    width: 25%;
    margin: 78px auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
	color:#fff;
}
.inn a {display: inline-block; color: #ffc107; padding: 10px 0px;}

/*.main-banner::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: .5;
}*/

.home-area .d-table-cell {
  vertical-align: bottom;
}

.item-bg1 {
  background-image: url(../images/banner.jpg);
}

.main-banner-content {
  max-width: 560px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 22;
  border: 10px solid rgba(0, 0, 0, 0.47);
  padding: 50px;
  margin-bottom: 120px;
}

.main-banner-content h1 {
  line-height: 44px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner-content h1 span {
  color: #ffc107;
}

.main-banner-content p {
  font-size: 15px;
  color: #ffffff;
  opacity: .90;
  margin-bottom: 25px;
}

.main-banner-text {
  max-width: 560px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 22;
  padding: 50px;
}

.main-banner-text h1 {
  line-height: 44px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner-text h1 span {
  color: #ffc107;
}

.main-banner-text p {
  font-size: 15px;
  color: #ffffff;
  opacity: .90;
  margin-bottom: 25px;
}

.hero-content {
  position: relative;
  z-index: 22;
  margin-top: 70px;
}

.hero-content span {
  color: #ffc107;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.hero-content h1 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}

.hero-content p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-content p i {
  color: #ffc107;
}

.home-slides .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffc107;
  width: 45px;
}

.visit-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: relative;
  z-index: 22;
  margin-top: 70px;
  border-left: 4px solid #ffc107;
  border-right: 4px solid #ffc107;
}

.visit-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

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

.visit-form form .form-control {
  border: 1px solid #eeeeee;
  font-size: 14px;
  border-radius: 2px;
}

.visit-form form label {
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
  display: block;
}

.visit-form form .default-btn {
  margin-top: 10px;
}

.video-banner {
  overflow: hidden;
}

.video-banner .d-table-cell {
  vertical-align: bottom;
}

.video-banner .video-background {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}

/*================================================
Features CSS
=================================================*/
.features-area {
  padding-bottom: 30px;
}

.single-features {
  margin-bottom: 30px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 1rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1rem rgba(108, 118, 134, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.single-features .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #ffc107;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  border: 1.3px solid #ffc107;
}

.single-features h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-features a {
  color: #ffc107;
  font-size: 15px;
}

.single-features a:hover, .single-features a:focus {
  letter-spacing: 2px;
}

.single-features:hover, .single-features:focus {
  border-color: #ebebeb;
}

.single-features:hover .icon, .single-features:focus .icon {
  background-color: #ffc107;
  color: #ffffff;
}

/*================================================
About CSS
=================================================*/
.about-image {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-image .back-img1 {
  position: absolute;
  z-index: -1;
  right: 20px;
  top: -20px;
}

.about-image .back-img2 {
  position: absolute;
  z-index: -1;
  left: 20px;
  bottom: -20px;
}

.about-image .circle-img {
  position: absolute;
  bottom: -50px;
  right: -4px;
  z-index: 2;
  border-radius: 50%;
  border: 5px solid #ffc107;
}

.about-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 35px;
}

.about-content p {
  margin-bottom: 0;
}

.about-content .about-inner .single-inner-box {
  position: relative;
  text-align: center; margin-bottom:50px;
}

.about-content .about-inner .single-inner-box .icon {
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  color: #ffc107;
  font-size: 35px;
  border: 1.3px solid #ffc107;
  width: 65px;
  text-align: center;
  height: 70px;
  line-height: 68px;
  border-radius: 3px;
}

.about-content .about-inner .single-inner-box h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px 0px;
}

.about-content .about-inner .single-inner-box:hover .icon, .about-content .about-inner .single-inner-box:focus .icon {
  color: #ffffff;
  background-color: #ffc107;
}

/*================================================
Property Details CSS
=================================================*/
.property-details-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.property-details-area::before {
  position: absolute;
  right: -80%;
  background: #ffc107;
  content: '';
  top: 0;
  width: 260%;
  height: 585%;
  z-index: 22;
  -webkit-transform: skewY(108deg);
          transform: skewY(108deg);
}

.video-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-image: url(../images/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-image img {
  display: none;
}

.video-image::before {
  position: absolute;
  right: 0;
  background: #000000;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .39;
  z-index: -1;
}

.video-image .video-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  font-size: 30px;
  color: #ffc107;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 65px;
  margin: 0 auto;
}

.video-image .video-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.property-details-info {
  padding-bottom: 10px;
  position: relative;
  z-index: 25;
}

.property-details-info .property-details {
  max-width: 100%;
}

.property-details-info .property-details h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #b87817;
}

.property-details-info .property-details ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ptag {
    position: absolute;
    width: 25%;
    height: auto;
    background: rgb(0, 0, 0, .85);
    top: 0px;
    bottom: 0px;
    /* left: 0px; */
	padding:160px 15px;
}
.ptag h1 {
    color: #e8ab5f;
    text-align: center;
    font-size: 76px;
    line-height: 40px;
}
.ptag h1 span {
    color: #fff;
    font-size: 26px;
}
.ptag h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 55px;
}
.ptag h3 span {
    padding:0px 20px;
    color: #000;
    font-size: 46px;
	background:#e8ab5f;
}
.ptag h4 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
}
.Bdr {
    border: 1px solid #ddd;
    padding: 20px 0px;
}
.Bdr h4 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 20px 0px 5px;
	text-align:center;
}
.Bdr h5 {
    position: relative;
    font-size: 16px;
    color: #444;
	text-align:center;
}
.circle {
    text-align: center;
    margin: 0 auto;
    width: 90px;
    display: block;
    font-size: 48px;
    color: #b87817;
    background: #ededed;
    border-radius: 50%;
    height: 90px;
    line-height: 90px;
}

.property-details-info .property-details ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 50%;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}
.property-details-info .property-details ul li i { font-size:22px; color: #004752; font-weight: bold;}

.property-details-info .property-details ul li span {
  font-weight: 600;
}

.property-details-info .additional-details {
  margin-top: 35px;
  max-width: 540px;
}

.property-details-info .additional-details h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.property-details-info .additional-details ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.property-details-info .additional-details ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.property-details-info .additional-details ul li span {
  font-weight: 600;
}

.property-details-area-two {
  position: relative;
  z-index: 1;
}

/*.property-details-area-two::before {
  position: absolute;
  right: 0;
  background: #17a2b8;
  content: '';
  top: 0;
  width: 53%;
  height: 100%;
  z-index: 22;
}*/

/*================================================
Photo Gallery CSS
=================================================*/
.photo-gallery-item {
  overflow: hidden;
  position: relative;
  padding: 10px;
}

.photo-gallery-item a img {
  -webkit-transition: .9s;
  transition: .9s;
  border: 1px solid #fff;
  width: 100%;
}

.photo-gallery-item:hover a img, .photo-gallery-item:focus a images {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*================================================
Floor Plans CSS
=================================================*/
.floor-plans-area {
	display:grid;
  position: relative;
  z-index: 1;
  background-image: url(../images/background.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.tab .tabs {
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 0px auto 20px;
}

.tab .tabs li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
  padding-right: 5px;
  padding-left: 5px;
}

.tab .tabs li::before {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -8px;
  position: absolute;
  background: #004752;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab .tabs li a {
    background-color: #88dfed;
    padding: 4px 0px;
    color: #000;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #004752;
}

.tab .tabs li a:hover {
  background-color: #004752;
  color: #ffffff;
}

.tab .tabs li.current a {
  background-color: #004752;
  color: #ffffff;
}

.tab .tabs li.current::before {
  opacity: 1;
  visibility: visible;
}

.tab .tab_content {
    padding: 40px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
	background: #cbcfd3;
}

.tab .tab_content .tabs_item {
  display: none;
}

.tab .tab_content .tabs_item:first-child {
  display: block;
}

.tab .tab_content .tabs_item .tabs_item_content p {
  margin-bottom: 0;
}

.tab .tab_content .tabs_item .tabs_item_content ul {
  padding: 0;
  margin: 25px 0 30px;
  list-style-type: none;
}

.tab .tab_content .tabs_item .tabs_item_content ul li {
  margin-bottom: 12px;
  color: #9ea0a6;
  font-weight: 500;
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}

.tab .tab_content .tabs_item .tabs_item_content ul li span {
  float: right;
  color: #3c3c3c;
  font-weight: 600;
}

.tab .tab_content .tabs_item .tabs_item_content ul li:last-child {
  margin-bottom: 0;
}

/*================================================
Agent CSS
=================================================*/
.agent-image {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.agent-image .back-img1 {
  position: absolute;
  z-index: -1;
  right: -23px;
  top: -30px;
}

.agent-image .back-img2 {
  position: absolute;
  z-index: -1;
  left: -23px;
  bottom: -30px;
}

.agent-content {
  padding-left: 30px;
  position: relative;
}

.agent-content .section-title {
  text-align: left;
  margin-bottom: 35px;
}

.agent-content .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.agent-content .agent-info {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 15px 100px 20px 25px;
}

.agent-content .agent-info::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
  width: 100%;
  height: 100%;
  background: #ffc107;
}

.agent-content .agent-info::after {
  content: '';
  position: absolute;
  -webkit-clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
          clip-path: polygon(0 0, 97.5% 0, 82% 95%, 0 95%);
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #faf6f6;
}

.agent-content .agent-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.agent-content .agent-info span {
  display: block;
  color: #ffc107;
}

.agent-content p {
  margin: 0;
}

.agent-content .agent-contact-info {
  padding: 0;
  margin: 5px 0 45px;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.agent-content .agent-contact-info li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 16px;
  color: #3c3c3c;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}

.agent-content .agent-contact-info li span {
  color: #3c3c3c;
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

.agent-content .agent-contact-info li i {
  color: #ffc107;
  position: relative;
  top: 5px;
  font-size: 35px;
}

.agent-content .agent-contact-info li a {
  display: inline-block;
  color: #3c3c3c;
}

.agent-content .agent-contact-info li a:hover, .agent-content .agent-contact-info li a:focus {
  color: #ffc107;
}

.agent-content .social {
  position: absolute;
  left: 200px;
  bottom: 10px;
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.agent-content .social li {
  display: inline-block;
}

.agent-content .social li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #ededed;
  color: #ffc107;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}

.agent-content .social li a:hover, .agent-content .social li a:focus {
  background-color: #ffc107;
  color: #ffffff;
}

/*================================================
Feedback CSS
=================================================*/
.feedback-area {
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
  background-image: url(../images/inn_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.feedback-area::before {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, .6);
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.feedback-area .section-title h2 {
  color: #ffffff;
}

.feedback-area .section-title p {
  color: #ffffff;
  opacity: .90;
}

.single-feedback {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding: 40px 30px;
}

.single-feedback .client-image img {
  border-radius: 50%;
}

.single-feedback .rating {
  padding: 0;
  margin: 20px 0 15px;
  list-style-type: none;
}

.single-feedback .rating li {
  display: inline-block;
  color: #ffc000;
  font-size: 18px;
}

.single-feedback p {
  margin-bottom: 0;
}

.single-feedback .bar {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  height: 2px;
  background: #ffc107;
}

.single-feedback h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-feedback span {
  display: block;
  font-size: 14px;
  color: #3c3c3c;
}

/*================================================
Services CSS
=================================================*/
.services-area {
  padding-bottom: 70px;
}

.single-services {
  margin-bottom: 30px;
  background-color: #fcfafa;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  border: 1px solid #fcfafa;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.single-services .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ffc107;
  font-size: 35px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  border: 1.3px solid #ffc107;
}

.single-services h3 {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-services .bar {
  position: relative;
  margin-top: 12px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  height: 3px;
  background: #ffc107;
}

.single-services a {
  color: #ffc107;
  font-size: 15px;
}

.single-services a:hover, .single-services a:focus {
  letter-spacing: 2px;
}

.single-services:hover, .single-services:focus {
  border-color: #ebebeb;
}

.single-services:hover .icon, .single-services:focus .icon {
  background-color: #ffc107;
  color: #ffffff;
  border-radius: 50%;
}

/*================================================
Contact CSS
=================================================*/
#map {
  width: 100%;
  height: 450px;
}

#contactForm label {
  display: block;
  color: #3c3c3c;
  font-weight: 600;
  font-size: 14px;
}

#contactForm .has-error ul {
  padding: 0;
  margin: 10px 0 0;
  list-style-type: none;
}

#contactForm .has-error ul li {
  color: red;
}

#contactForm #msgSubmit {
  margin: 0;
}

#contactForm .text-danger {
  margin: 15px 0 0 !important;
  font-size: 20px;
  font-weight: 600;
}

.contact-box .agent-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.contact-box .agent-contact .image {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-box .agent-contact .image img {
  border-radius: 7px;
  border: 6px solid #eeeeee;
}

.contact-box .agent-contact .content {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-box .agent-contact .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-box .agent-contact .content span {
  display: block;
  color: #ffc107;
  margin-bottom: 12px;
}

.contact-box .contact-info {
  padding: 5px 0 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0px;
}

.contact-box .contact-info li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  color: #ccc;
  position: relative;
  font-size: 15px;
  margin: 0px 0px 20px;
  padding-left: 39px;
  padding-top: 5px;
}

.thank {padding: 120px 50px !important; text-align: center;}
.thank h2{text-align: center;}
.thank p { text-align: center;}

.contact-box .contact-info li a {
  display: inline-block;
  color: #62aefb;
}

.contact-box .contact-info li a:hover, .contact-box .contact-info li a:focus {
  color: #ffc107;
}

.contact-box .contact-info li i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-box .social {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.contact-box .social li {
  display: inline-block;
  padding:0px 4px 0 0;
}

.contact-box .social li a {
    width: 32px;
    height: 32px;
    line-height: 34px;
    background-color: #fff;
    color: #004752;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}

.contact-box .social li a:hover, .contact-box .social li a:focus {
  background-color: #ffc107;
  color: #ffffff;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {text-align: center; background: #004752; padding: 15px 0px 0px;}
.footer-area p {color: #ffffff;}
p.footer_p {color: #ffffff; padding: 10px; background: #004752; margin-bottom: 0px;}
.footer-area p a {display: inline-block; color: #ffffff;}
.footer-area p a:hover, .footer-area p a:focus {color: #ffc107;}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    font-size: 25px;
    color: #fff;
    background-color: #004752;
    z-index: 4;
    display: none;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #fff;
}

.go-top:hover { color: #333; background: #fff;}
.call {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    padding: 4px 0px;
    text-align: center;
    background: #004752;
    border-radius: 30px;
}
.call i{ font-size:30px; color: #fff;}
.rowbg { background:#cbcfd3; border-radius:10px; padding: 10px 20px; border: 1px solid #ddd;}
.pad {padding:30px 100px;}
.img1 { background:#fff; margin-bottom: 10px; border: 1px solid #e1e1e1;padding: 8px; border-radius: 10px;}
.img2 { background:#fff; margin-bottom: 10px; border: 1px solid #e1e1e1;padding: 8px; border-radius: 10px;}
.shadowbx2 {
    box-shadow: 0 0 10px #bfbfbf;
    padding: 10px 0px;
    margin: 20px auto;
    border-radius: 20px; overflow:hidden;
}
.scale3 { position: relative;}
.scale3 img { left: 0; right: 0;-webkit-transition: 1s ease; transition: 1s ease;}
.scale3 img:hover {-webkit-transform: scale(1.05); transform: scale(1.05); border:1px solid #ccc;}
img.scale4 { position: relative;}
img.scale4 { left: 0; right: 0;-webkit-transition: 1s ease; transition: 1s ease;}
img.scale4:hover {-webkit-transform: scale(1.05); transform: scale(1.05);}
.form-group { margin-bottom: 5px;}
.bg2 { background: #0c2d32;}
.bg1 {background: #eee;}
.videobg {background-image: url(../images/inner_banner.jpg); background-position: center center; background-size: cover;}
.videobg::before {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, .5);
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
}
.title2 { padding:20px 0 10px;}
.title2 h2 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 0;
    width: 100%;
    margin-bottom: 30px;
}
/*# sourceMappingURL=style.css.map */
.footer-widget {padding: 20px 0 0px;}
footer.skin-dark-footer h4 {color: #ffffff;}
h4.widget-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1.5px; color: #ffc107; text-align:left;
}
.footer-widget p { color:#fff; text-align:left;}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top: 8px;
    display: block; text-align:left;
}
.footer-widget ul li a { color: #fff;}
.footer-widget ul li a:hover { color: #ffc107;}
.btn-warning {
    color: #000;
    background-color: #fff!important;
    border: 1px solid #000 !important;
}
.formM {
    position: absolute;
    width: 290px;
    color: #fff;
    right: 8.5%;
    top: 3%;
    z-index: 99;
    background: #3ca2b3;
    padding: 8px 20px;
}
.formM h2 {
    padding-left: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
}

 .wellcome-service {
    width: 100%;
    display: block;
    margin-top: 15px;
    padding-top: 0px;
    border-radius: 8px;
}

.room-amount {margin-top: 40px; font-size: 0; padding: 0;}
.room-amount li {display: inline-block; width: 11%; border-right: 1px solid #999;}
.room-amount li h4 {
    margin-top: 8px;
    margin-bottom: 4px;
    color: #282828;
    font-size: 14px;
    line-height: 38px;
}

.mob {display:none;}

@media only screen and (max-width:800px) {

.mob {display:block !important;}
.desk {display:none;}
.main-banner2 img { width: 100%; height: 155px;}
.inn { width: 50%;}

.navbar-light .navbar-brand img { width: auto !important;}
.navbar-light .navbar-nav .nav-item .nav-link {
    padding-left: 5px;
    font-size: 13px;
    color: #fff !important;
}
.navbar-light .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 5px;
    color: #bf8134 !important;
}
.contact-box .social {
    padding: 0;
    list-style-type: none;
    margin: 20px 0px;
}
.formM {
    position: relative;
    width: 92%;
    color: #fff;
    right: 0;
    top: 12px;
    z-index: 99;
    background: rgb(19, 76, 107);
    padding: 10px 20px;
    margin: 0 auto;
}
.room-amount li { display:block; width: 100%;}	
.about-content h3  {text-align:center;}	
.pad {padding: 30px 15px;}	
.tab .tabs li a {padding: 15px 15px !important; font-size: 14px !important;}
.ptb-100 {padding-top:20px !important;}
.bg2 {width:100%;}
.navbar-light .navbar-toggler { padding: 3px 4px !important; border-color: #004752 !important;
        color: #004752 !important; border-radius: 0; outline: 0;position: absolute;right: 10px; top:20px;}
.navbar-light .navbar-nav .nav-item:first-child { padding-left: 0 !important;}
.navbar-light .navbar-toggler .navbar-toggler-icon { background: currentColor;}
.navbar-light.is-sticky .navbar-nav .nav-item .nav-link.active {color: #b87817 !import;}
.about-content .about-inner .single-inner-box {position: relative; text-align: center; margin-bottom: 30px;}
.ptb-100 {padding-top: 60px; padding-bottom: 30px !important;}
.visit-form { padding: 15px 20px !important; margin-top: 0px !important;}
.hero-content { margin-top:25% !important; text-align: center;}
.hero-content h1 { font-size: 35px; margin-top: 0px !important;}
.hero-content p { margin-top:0px !important;}
.img2 { width: 65% !important;}
.section-title {margin-bottom: 0px !important;}
.contact-box .contact-info li {margin-bottom:0px !important;}
.bg-light {background:#fff !important;}
.navbar.is-sticky {background:#fff !important; top: -2px;}
.call {font-size: 24px; color: #fff; font-weight: 500; text-align: center; background:#222;}
.navbar {padding: 0px !important;}
.main-banner {padding-top: 52px !important;}

.navbar-light .navbar-nav {background: #333 !important;}
.main-banner img {width: 100%; height: auto;}
.ptag {
    position: relative;
    width: 93%;
    height: auto;
    background: #000;
    top: 20px;
    bottom: 0px;
    /* left: 0px; */
	padding:40px 15px 20px;
	margin:0 auto 20px;
}
.ptag h1 {
    color: #e8ab5f;
    text-align: center;
    font-size: 44px;
    line-height: 36px;
}
.ptag h1 span {color: #fff; font-size: 26px;}
.ptag h3 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 55px;
}
.ptag h3 span {
    padding:0px 20px;
    color: #000;
    font-size: 36px;
	background:#e8ab5f;
}
.ptag h4 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
}

}

.ameL {float:left;}
.amount img { border: 1px solid #ccc; padding: 5px;}
.amount h4 {
    margin-top: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #282828;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}