/*
* File Name: Master StyleSheet of Apart Villa Single Property Template
* File Author: Design Arc
* File Description: This is main styleSheet of Apart Villa Single Property Template
*/


/*-----------------------------
------ TABLE OF CONTENT -------
-------------------------------

1. imported styles
2. Global styles
3. section title Styles 
4. gallery filter Styles 
5. header Styles 
6. banner Styles 
7. about-section Styles 
8. property-highlight Styles 
9. luxury-villa Styles 
10. gallery Styles 
11. image-gallery Styles 
12. room-dimention Styles 
13. location-neighbouring Styles 
14. blogs Styles 
15. home google map Styles 
16. parallax section Styles 
17. appointment Styles 
18. footer home Styles 
19. top bar Styles 
20. header v2 Styles 
21. header inner Styles 
22. page title Styles 
23. about page content Styles 
24. property highlight text Styles 
25. call to action Styles 
26. #check-video Styles 
27.  featured option Styles 
28. contact content Styles 
29. call to action style two Styles 
30. gallery page one Styles 
31. gallery page two Styles 
32. gallery page three Styles 
33. appointment dark background Styles 
34. take a tour video box Styles 
35. featured option two Styles 
36. sliding gallery Styles 
37. two side background Styles 
38. blog page content Styles 
39. sidebar Styles 
40. pagination Styles 
41 single page content Styles 
42. right sidebar single blog post spacing fix content Styles 
43. author box Styles 
44. comment box Styles 
45. comment form Styles 
46. hidden bar Styles 
47. stricky header Styles
48. preloader  Styles  

------------------------------------------
----------------------------------------*/


/*======== imported Styles ===========*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url('animate.css');
@import url('hover.css');
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('vegas.css');
@import url('flaticon.css');
@import url('jquery.fancybox.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.min.css');
@import url('jquery.bxslider.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('strocke-gap-icons-style.css');


/** ====== 2. Global styles ====== **/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #282828;
}
body * {
  letter-spacing: .03em;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
/*======== preloader  Styles ===========*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/resources/preloader.gif);
}
/*======== 3. section title Styles ===========*/
.section-title-wrap {
  padding: 80px 0;
}
.section-title-wrap.gray-background {
  background: #F2F2F2;
}
.section-title-wrap .section-title {
  margin-bottom: 0;
}
.section-title-wrap .section-title p {
  margin-bottom: 0;
}
.section-title {
  margin-top: -5px;
  margin-bottom: 18px;
}
.section-title > span {
  font-size: 15px;
  color: #7E7E7E;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 15px;
  display: inline-block;
}
.section-title h2 {
  font-family: 'Raleway', sans-serif;
  color: #282828;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 800;
  display: block;
}
.section-title h2 span {
  display: block;
}
.section-title h2:after {
  content: ' ';
  background: #FFAE00;
  height: 2px;
  width: 85px;
  display: inline-block;
}
.section-title p {
  font-size: 15px;
  color: #797979;
  line-height: 26px;
  margin-top: 38px;
}
/*======== 4. gallery filter Styles ===========*/
.gallery-filter {
  border-top: 1px solid  #A5A8AC;
  border-bottom: 1px solid  #A5A8AC;
  margin-top: 43px;
  margin-bottom: 30px;
}
.gallery-filter li {
  display: inline;
}
.gallery-filter li:after {
  content: '/';
  display: inline-block;
  color: #666;
  margin: 0 10px;
}
.gallery-filter li:last-child:after {
  content: '';
}
.gallery-filter li.active span,
.gallery-filter li:hover span {
  color: #127FCE;
}
.gallery-filter li.active span:after,
.gallery-filter li:hover span:after,
.gallery-filter li.active span:before,
.gallery-filter li:hover span:before {
  width: 100%;
}
.gallery-filter li span {
  display: inline-block;
  font-size: 13px;
  line-height: 51px;
  color: #666666;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.gallery-filter li span:after {
  content: ' ';
  width: 0%;
  height: 1px;
  background: #127FCE;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.gallery-filter li span:before {
  content: ' ';
  width: 0%;
  height: 1px;
  background: #127FCE;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
/*======== 5. header Styles ===========*/
.navbar-header {
  display: inline-block;
  margin: 13px 0;
  float: none;
}
.navbar-header .navbar-toggle {
  display: block;
  margin: 0;
}
.navbar-header .navbar-toggle span {
  background: #fff;
}
header.home-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header.home-header .container-fluid {
  padding: 0;
}
header.home-header .navbar-collapse.collapse {
  display: inline-block !important;
  margin-bottom: -7px;
  padding: 0;
}
.main-menu {
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.7);
}
.main-menu .navbar-collapse > ul > li {
  float: left;
  line-height: 73px;
}
.main-menu .navbar-collapse > ul > li.current > a,
.main-menu .navbar-collapse > ul > li:hover > a {
  color: #FFAE00;
}
.main-menu .navbar-collapse > ul > li > a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 0 18px;
}
.main-menu .navbar-collapse > ul > li:hover > ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-menu .navbar-collapse > ul > li > ul {
  position: absolute;
  top: 200%;
  left: 0;
  width: 200px;
  background: #2A2A2A;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
          transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
.main-menu .navbar-collapse > ul > li > ul > li {
  position: relative;
  overflow: hidden;
  line-height: 36px;
}
.main-menu .navbar-collapse > ul > li > ul > li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  left: 10px;
  top: 0px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navbar-collapse > ul > li > ul > li:hover:before {
  color: #E8A20C;
}
.main-menu .navbar-collapse > ul > li > ul > li > a {
  color: #fff;
  display: block;
  text-align: left;
  padding: 0px 25px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu .navbar-collapse > ul > li > ul > li > a:hover {
  color: #E8A20C;
}
.main-menu .navbar-collapse > ul > li > ul > li:hover {
  overflow: visible;
}
.main-menu .navbar-collapse > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 100%;
}
.main-menu .navbar-collapse > ul > li > ul > li:hover > ul.right-align {
  left: auto;
  right: 100%;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul.right-align {
  left: auto;
  right: 200%;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 200%;
  width: 200px;
  background: #2A2A2A;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
          transition: all 0.5s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li {
  position: relative;
  line-height: 36px;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  left: 10px;
  top: 0px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li:hover:before {
  color: #E8A20C;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li > a {
  color: #fff;
  display: block;
  text-align: left;
  padding: 0px 25px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu .navbar-collapse > ul > li > ul > li > ul > li > a:hover {
  color: #E8A20C;
}
.main-menu .navbar-collapse > ul > li > ul.right-align {
  left: auto;
  right: 0;
}
.main-menu .navbar-collapse > ul li.dropdown > a .fa {
  display: none;
}
/*======== 6. banner Styles ===========*/
#banner {
  background-size: cover;
}
#banner .container {
  height: 100%;
}
#banner .porperty-details {
	
	float:left;
  width: 300px;
  height: 100%;
  display: block;
  background: rgba(232, 162, 12, 0.95);
}
#banner .porperty-details .border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 235px;
  float:left;
}
#banner .porperty-details .border:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  z-index: -1;
}
#banner .porperty-details .logo {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
#banner .porperty-details .address {
  padding: 10px 0px;
  margin: 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#banner .porperty-details .address p {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
#banner .porperty-details .options {
  padding: 44px 0px;
  margin: 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#banner .porperty-details .options ul li {
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
}
#banner .porperty-details .price {
  padding: 37px 0px;
  margin: 0 32px;
}
#banner .porperty-details .price label {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  font-weight: 600;
}
#banner .porperty-details .price b {
  font-weight: bold;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  letter-spacing: -0.01em;
}
#banner .porperty-details a.schedule-visit {
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  width: 196px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  background: #242424;
  color: #fff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#banner .porperty-details a.schedule-visit:hover {
  background: #1bc3f3;
}
/*======== 7. about-section Styles ===========*/
#about-section {
  position: relative;
  padding: 100px 0;
}
#about-section:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  background: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
}
#about-section .img-holder {
  display: inline-block;
  position: relative;
}
#about-section .img-holder:before {
  content: ' ';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: url(../img/resources/image-holder-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
#about-section p {
  font-size: 15px;
  line-height: 26px;
  color: #797979;
  margin-bottom: 15px;
}
#about-section p:last-child {
  margin-bottom: 0;
}
.room-amount {
  margin-top: 55px;
  padding-top: 50px;
  border-top: 1px solid  #E4E4E4;
  font-size: 0;
}
.room-amount li {
  display: inline-block;
  width: 25%;
}
.room-amount li i:before {
  margin: 0;
  color: #FFAE00;
  font-size: 54px;
}
.room-amount li h4 {
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #282828;
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
}
.room-amount li span {
  font-family: 'PT Serif', sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-style: italic;
}
/*======== 8. property-highlight Styles ===========*/
#property-highlight {
  background: #222838;
}
#property-highlight .section-title {
  margin-bottom: 40px;
}
#property-highlight .section-title h2 {
  color: #FFFFFF;
}
#property-highlight .full-img {
  position: relative;
}
#property-highlight .full-img:hover:before {
  right: 15px;
}
#property-highlight .full-img:before {
  content: ' ';
  width: 200%;
  height: 100%;
  background: #E8A20C;
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 99;
  position: absolute;
  top: 0;
  right: 200%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#property-highlight .full-img img {
  max-width: none;
  float: right;
}
#property-highlight .property-highlight-text {
  padding-top: 80px;
  padding-left: 75px;
}
#property-highlight .single-property-highlight {
  margin-bottom: 50px;
}
#property-highlight .single-property-highlight h3 {
  color: #FFAE00;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 13px;
}
#property-highlight .single-property-highlight p {
  color: #9B9B9B;
  margin-bottom: 0;
}
/*======== 9. luxury-villa Styles ===========*/
#luxury-villa {
  background: #E2E2E2;
  padding: 80px 0;
}
#luxury-villa .section-title {
  margin-bottom: 0;
}
#luxury-villa p {
  font-size: 15px;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 0;
}
/*======== 10. gallery Styles ===========*/
#gallery {
  padding: 80px 0 50px;
  background: #F2F2F2;
}
/*======== 11. image-gallery Styles ===========*/
.image-gallery {
  position: relative;
}
.image-gallery .single-gallery {
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
  box-sizing: border-box;
}
.image-gallery .single-gallery.mix {
  display: none;
}
.image-gallery .single-gallery.span-8 {
  width: 66.66666667%;
}
.image-gallery .single-gallery.span-6 {
  width: 50%;
}
.image-gallery .single-gallery.span-4 {
  width: 33.33333333%;
}
.image-gallery .single-gallery.span-3 {
  width: 25%;
}
.single-gallery:hover .img-holder img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-gallery:hover .img-holder .content .title-holder {
  opacity: 1;
  filter: alpha(opacity=100);
}
.single-gallery:hover .img-holder .content .image-view {
  top: 0%;
}
.single-gallery:hover .img-holder .content .link-view {
  bottom: 0%;
}
.single-gallery .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-gallery .img-holder img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.single-gallery .img-holder .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.single-gallery .img-holder .content .title-holder {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  top: 37%;
  background: rgba(232, 162, 12, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
}
.single-gallery .img-holder .content .title-holder h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery .img-holder .content .image-view {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  top: -25%;
  background: rgba(232, 162, 12, 0.55);
}
.single-gallery .img-holder .content .image-view a {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.single-gallery .img-holder .content .link-view {
  display: table;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: -25%;
  background: rgba(232, 162, 12, 0.55);
}
.single-gallery .img-holder .content .link-view a {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
/*======== 12. room-dimention Styles ===========*/
#room-dimention {
  padding: 80px 0;
  background: #FFFFFF;
}
#room-dimention .gallery-filter {
  border: none;
  margin-bottom: 40px;
}
#room-dimention .gallery-filter li span {
  line-height: 30px;
}
#room-dimention .gallery-filter li span:after {
  display: none;
}
.single-room-dimention {
  display: none;
}
.single-room-dimention .img-holder {
  position: relative;
}
.single-room-dimention .img-holder:before {
  content: ' ';
  position: absolute;
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  border: 2px solid #fff;
}
.single-room-dimention .img-holder .room-size {
  display: inline-block;
  background: #fff;
  position: absolute;
  bottom: 9px;
  left: 9px;
  font-size: 20px;
  font-weight: bold;
  color: #343434;
  line-height: 55px;
  padding: 0 15px;
}
.single-room-dimention .content {
  background: #F0F0F0;
  padding: 50px 45px;
  position: relative;
  top: 40px;
  right: 55px;
}
.single-room-dimention .content:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
}
.single-room-dimention .content h2 {
  font-size: 22px;
  color: #282828;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.single-room-dimention .content p {
  font-size: 15px;
  line-height: 26px;
  color: #797979;
}
.single-room-dimention .content ul li {
  font-size: 13px;
  line-height: 35px;
  color: #2B2B2B;
  text-transform: uppercase;
  font-weight: bold;
}
.single-room-dimention .content ul li .fa {
  color: #EB9500;
  margin-right: 10px;
}
/*======== 13. location-neighbouring Styles ===========*/
#location-neighbouring {
  position: relative;
}
#location-neighbouring:before {
  background: #09121F;
  opacity: .92;
  filter: alpha(opacity=92);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#location-neighbouring .location-neighbouring-text {
  padding-top: 80px;
  padding-bottom: 80px;
}
#location-neighbouring .section-title {
  margin-bottom: 40px;
}
#location-neighbouring .section-title > span {
  color: #7E7E7E;
}
#location-neighbouring .section-title h2 {
  color: #FFFFFF;
}
#location-neighbouring .section-title h2:before {
  background: #FFAE00;
}
#location-neighbouring .essential-place li {
  border-bottom: 1px solid #133A4C;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#location-neighbouring .essential-place li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#location-neighbouring .essential-place li .name {
  float: left;
}
#location-neighbouring .essential-place li .name h3 {
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#location-neighbouring .essential-place li .name p {
  font-size: 15px;
  line-height: 26px;
  color: #999999;
  margin-bottom: 0;
}
#location-neighbouring .essential-place li .distance {
  float: right;
  color: #999999;
  font-size: 15px;
  line-height: 26px;
}
#location-neighbouring div.google-map {
  width: 84%;
  height: 350px;
  margin-left: 20px;
}
.testimonial-wrap {
  background: #1BB9E6;
  position: relative;
}
.testimonial-wrap .border {
  padding-top: 60px;
  padding-bottom: 79px;
  position: relative;
}
.testimonial-wrap h3{ text-align:center;color:#fff;padding-top:10px;}
.testimonial-wrap .border:before {
  content: ' ';
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: url(../img/resources/double-border-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.testimonial-wrap .owl-item img {
  display: inline;
  width: auto;
}
.testimonial-wrap .owl-theme .owl-dots {
  margin-top: 55px;
}
.testimonial-wrap .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.testimonial-wrap .owl-theme .owl-dots .owl-dot.active span,
.testimonial-wrap .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #000;
}
.single-testimonail {
  text-align: center;
  padding: 0 38px;
}
.single-testimonail .qoute {
  display: block;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 90px;
  font-weight: bold;
  margin-top: 50px;
}
.single-testimonail p,
.single-testimonail .name {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}
.single-testimonail .name {
  font-style: italic;
  text-transform: capitalize;
}
/*======== 14. blogs Styles ===========*/
#blogs {
  padding: 80px 0;
}
#blogs .section-title {
  margin-bottom: 47px;
}
#blogs.blog-2-col {
  padding-bottom: 50px;
}
.single-blog-post:hover .img-holder .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.single-blog-post:hover h2.title {
  color: #FFAE00;
}
.single-blog-post .img-holder {
  position: relative;
}
.single-blog-post .img-holder img {
  width: 100%;
}
.single-blog-post .img-holder .date {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #FFAE00;
  color: #2A2D34;
  font-size: 14px;
  line-height: 21px;
  padding-top: 15px;
  padding-bottom: 43px;
  padding-right: 15px;
  padding-left: 20px;
  z-index: 9;
}
.single-blog-post .img-holder .date b {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.single-blog-post .img-holder .overlay {
  background: rgba(255, 174, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.single-blog-post .img-holder .overlay a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
}
.single-blog-post .img-holder .overlay a .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
.single-blog-post ul {
  padding: 19px 0 26px;
}
.single-blog-post ul li {
  display: inline;
}
.single-blog-post ul li a,
.single-blog-post ul li span {
  display: inline-block;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #B5B5B5;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.single-blog-post ul li span:after {
  content: '|';
  color: #B5B5B5;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 10px;
}
.single-blog-post h2.title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}
.single-blog-post p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #8E8D8D;
  margin: 0;
  margin-bottom: 13px;
}
.single-blog-post > a {
  font-size: 14px;
  color: #1BC3F3;
  text-transform: uppercase;
  font-weight: bold;
}
.single-blog-post a:hover {
  color: #FFAE00;
}
/*======== 15. home google map Styles ===========*/
#home-footer-google-map-wrap {
  position: relative;
}
#home-footer-google-map-wrap:before {
  content: '';
 
  opacity: .4;
  filter: alpha(opacity=40);

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
#home-footer-google-map-wrap .google-map {
  width: 100%;
  height: 420px;
}
#home-footer-google-map-wrap .house-location {
  background: #FFFFFF;
  width: 410px;
  border-left: 13px solid #EEA814;
  padding: 25px 20px;
  position: absolute;
  top: 33%;
  left: 30%;
  z-index: 99;
}
#home-footer-google-map-wrap .house-location p {
  font-size: 18px;
  line-height: 32px;
  font-family: 'PT Serif', sans-serif;
  color: #282828;
  font-style: italic;
  margin-bottom: 0;
}
/*======== 16. parallax section Styles ===========*/
.parallax-section {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
/*======== 17. appointment Styles ===========*/
#appointment {
  background: #EAEBED;
  padding: 80px 0;
}
#appointment.dark-bg {
  background: #222838;
}
#appointment.dark-bg .contact-form-wrap button {
  color: #fff;
  border-color: #1BC3F3;
  background: #1BC3F3;
}
#appointment.dark-bg .contact-form-wrap button:hover {
  background: #E8A20C;
  border-color: #E8A20C;
}
.agent-info .img-holder,
.agent-info .content {
  display: table-cell;
  vertical-align: middle;
}
.agent-info .content {
  vertical-align: top;
  padding-left: 60px;
}
.agent-info .content h3 {
  font-family: 'PT Serif', sans-serif;
  color: #444444;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  margin-top: 38px;
  margin-bottom: 8px;
}
.agent-info .content p {
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #383838;
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 15px;
}
.contact-form-wrap h3 {
  color: #282828;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 24px;
}
.contact-form-wrap p:last-child {
  margin-bottom: 0;
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #DFDFDF;
  display: block;
  padding-left: 20px;
  font-size: 15px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  outline: none;
}
.contact-form-wrap textarea {
  height: 120px;
  padding-top: 10px;
}
.contact-form-wrap button {
  border: none;
  outline: none;
  color: #fff;
  background: #1BC3F3;
  font-weight: bold;
  font-family: 'Open Sans';
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 26px;
  margin-top: 10px;
}
.contact-form-wrap button:hover {
  background: #FFAE00;
  color: #2A2D34;
}
.contact-form-wrap input.error,
.contact-form-wrap textarea.error {
  border: 1px solid red;
}
.contact-form-wrap label.error {
  display: none !important;
}
.contact-form-wrap .success {
  font-family: 'PT Serif', sans-serif;
  color: #1BC3F3;
  font-style: italic;
  font-size: 18px;
  line-height: 21px;
}
/*======== 18. footer home Styles ===========*/
footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #161616;
}
.footer-menu ul {
  border-bottom: 1px solid #343434;
  display: inline-block;
}
.footer-menu ul li {
  display: inline;
}
.footer-menu ul li a {
  display: inline-block;
  color: #6B6B6B;
  font-size: 14px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 15px;
}
.footer-menu ul li a:hover {
  color: #fff;
}
footer p {
  color: #6B6B6B;
  font-size: 14px;
  margin: 0;
  line-height: 50px;
}
.joinus h2{color:#6B6B6B;padding-bottom:20px;}
.joinus span i{
	display:inline-block;
width:42px;
height:42px;
border-radius:50%;
border:3px solid #6B6B6B;
color:#6B6B6B;
font-size:20px;
line-height:37px;
text-align:center;
margin:4px;
}
/*======== header v2 Styles ===========*/
.header-v2-wrap.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
/*======== 19. top bar Styles ===========*/
#top-bar {
  background: #2A2A2A;
  padding: 15px 0;
}
#top-bar .call-back a {
  color: #fff;
  font-style: italic;
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
}
#top-bar .call-back a:hover {
  color: #E8A20C;
}
#top-bar .call-back .fa {
  background: #E8A20C;
  color: #2A2A2A;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
}
#top-bar .contact-info li {
  display: inline;
}
#top-bar .contact-info li:last-child {
  padding-right: 0;
}
#top-bar .contact-info li a {
  display: inline-block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding: 0 15px;
}
#top-bar .contact-info li a:hover {
  color: #E8A20C;
}
#top-bar .contact-info li a .fa {
  font-size: 18px;
  margin-right: 10px;
}
/*======== header inner Styles ===========*/
.header-inner {
  background: #E8A20C;
}
.header-inner .logo {
  margin-top: 21px;
  margin-bottom: 21px;
}
.header-inner .main-menu {
  background-color: transparent;
}
.header-inner .navbar-collapse.collapse {
  display: inline-block !important;
  margin-bottom: -7px;
  padding: 0;
}
.header-inner .navbar-collapse > ul > li {
  line-height: 100px;
}
.header-inner .main-menu .navbar-collapse > ul > li.current > a,
.header-inner .main-menu .navbar-collapse > ul > li:hover > a {
  color: #2A2A2A;
}
.header-inner .navbar-header {
  margin: 27px 0;
}
/*======== page title Styles ===========*/
#page-title {
  background-size: cover;
  background-position: center center;
  padding: 135px 0 90px 0;
}
#page-title h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  background: #2A2A2A;
  border-bottom: 4px solid  #ECAC48;
  display: inline-block;
  font-weight: bold;
  padding: 9px 45px;
}
/*======== about page content Styles ===========*/
#about-page-content {
  padding: 80px 0;
}
.about-page-text .section-title h2 {
  margin-bottom: 40px;
}
.about-page-text p {
  color: #808080;
  margin-bottom: 28px;
}
.about-page-text p:last-child {
  margin-bottom: 0;
}
/*======== property highlight text Styles ===========*/
.property-highlight-text ul.facility-list {
  display: table-cell;
  padding-right: 120px;
}
.property-highlight-text ul.facility-list:last-child {
  padding-right: 0;
}
.property-highlight-text ul.facility-list li {
  color: #282828;
  font-weight: 600;
  line-height: 38px;
}
.property-highlight-text ul.facility-list li .fa {
  font-size: 15px;
  color: #808080;
  margin-right: 10px;
}
#property-highlight.about-page {
  background: #F1F1F1;
}
#property-highlight.about-page .section-title > span {
  color: #7E7E7E;
}
#property-highlight.about-page .section-title h2 {
  color: #282828;
}
/*======== call to action Styles ===========*/
.call-to-action {
  background: #E8A20C;
  padding: 70px 0;
}
.call-to-action .call-to-action.style-two {
  margin-top: 60px;
}
.call-to-action .call-to-action.style-two button {
  background: #fff;
}
.call-to-action .call-to-action.style-two button:hover {
  background: #E8A20C;
  color: #fff;
}
.call-to-action-text h1 {
  color: #282828;
  font-size: 38px;
  line-height: 40px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}
.call-to-action-button button {
  border: none;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #6A6A6A;
  font-size: 18px;
  font-family: 'PT Serif', sans-serif;
  padding: 9px 41px;
}
.call-to-action-button button:hover {
  background: #6A6A6A;
  color: #fff;
}
/*======== #check-video Styles ===========*/
#check-video {
  padding: 80px 0;
}
.check-video-box .img-holder {
  position: relative;
}
.check-video-box .img-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .65;
  filter: alpha(opacity=65);
  z-index: 3;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.check-video-box .img-holder:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.check-video-box .img-holder .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  text-align: center;
}
.check-video-box .img-holder .content a {
  display: table;
  color: #fff;
  width: 100%;
  height: 100%;
}
.check-video-box .img-holder .content .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 90px;
}
.check-video-text {
  padding-left: 115px;
}
.check-video-text p {
  color: #808080;
  font-size: 16px;
  font-style: italic;
  font-family: 'PT Serif', sans-serif;
  margin-top: 50px;
}
.check-video-text a {
  color: #000000;
  border: 1px solid #7C7C7C;
  display: inline-block;
  padding: 10px 33px;
  font-size: 18px;
  font-style: italic;
  font-family: 'PT Serif', sans-serif;
  margin-top: 44px;
}
.check-video-text a:hover {
  background: #E8A20C;
  border-color: #E8A20C;
  color: #fff;
}
/*======== featured option Styles ===========*/
.featured-option {
  background: #F1F1F1;
  padding: 100px 0;
}
.featured-option ul.facility-list{
	 color: #969595;
	}
.single-featured-option .icon-holder,
.single-featured-option .content {
  display: table-cell;
}
.single-featured-option .icon-holder .fa {
 color: #20aca9;
  font-size: 28px;
  border: 2px solid #20aca9;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
 
}
.single-featured-option .content {
  vertical-align: top;
  padding-left: 20px;
 
}
.single-featured-option .content h4 {
  color: #383838;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
   margin-top:20px;
}
.single-featured-option .content p {
  margin-top: 15px;
  color: #969595;
}
/*======== contact content Styles ===========*/
.contact-content {
  padding: 80px 0;
}
.contact-content .section-title {
  margin-bottom: 45px;
}
.contact-content .contact-form-wrap button {
  border: 1px solid #9C9C9C;
  background-color: transparent;
  color: #2A2A2A;
}
.contact-content .contact-form-wrap button:hover {
  border-color: #FFAE00;
  background: #FFAE00;
  color: #fff;
}
.contact-content .contact-form-wrap input,
.contact-content .contact-form-wrap textarea {
  height: 47px;
  margin-bottom: 20px;
}
.contact-content .contact-form-wrap textarea {
  height: 195px;
}
.contact-content .agent-info {
  padding: 35px 0;
  background: #F1F1F1;
  position: relative;
}
.contact-content .agent-info:before {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  content: '';
  border: 1px solid #fff;
  z-index: 1;
}
.contact-content .agent-info img {
  margin-bottom: 30px;
}
.contact-content .agent-info .social-icons ul {
  margin-top: 20px;
  position: relative;
  z-index: 99;
}
.contact-content .agent-info .social-icons ul li {
  display: inline;
}
.contact-content .agent-info .social-icons ul li a {
  display: inline-block;
  color: #2A2A2A;
  font-size: 16px;
  margin: 0 7.5px;
}
.contact-content .agent-info .social-icons ul li a:hover {
  color: #FFAE00;
}
.contact-content .agent-info .content {
  display: block;
  padding: 0;
  position: relative;
  z-index: 99;
}
.contact-content .agent-info .content h3,
.contact-content .agent-info .content p {
  margin: 0;
}
.contact-content .agent-info .content h3 {
  margin-bottom: 5px;
}
.contact-content .agent-info .content p {
  margin-bottom: 0px;
}
.contact-content .agent-info .content p.certificate {
  margin-bottom: 5px;
}
/*======== call to action style two Styles ===========*/
.contact-content .call-to-action {
  margin-top: 70px;
}
.call-to-action.style-two {
  background: #222838;
  padding-top: 28px;
  padding-bottom: 30px;
}
.call-to-action.style-two .call-to-action-text {
  padding-left: 35px;
}
.call-to-action.style-two h2 {
  color: #fff;
  font-size: 30px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  margin: 0;
  margin-bottom: 5px;
}
.call-to-action.style-two p {
  color: #959595;
  font-size: 16px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  margin: 0;
}
.call-to-action.style-two button {
  font-size: 16px;
  text-transform: uppercase;
  color: #141414;
  font-weight: bold;
  background: #FFAE00;
  border: none;
  outline: none;
  padding: 11px 41px;
  margin-top: 8px;
}
.call-to-action.style-two button:hover {
  background: #fff;
}
/*======== gallery page one Styles ===========*/
#gallery.gallery-page-one {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*======== gallery page two Styles ===========*/
#gallery.gallery-page-two {
  padding-top: 50px;
  padding-bottom: 0px;
}
.gallery-page-two .image-gallery .single-gallery {
  margin: 0;
  padding: 0;
}
.gallery-page-two .image-gallery .single-gallery .img-holder {
  display: block;
}
.gallery-page-two .image-gallery .single-gallery img {
  width: 100%;
  height: 100%;
}
/*======== gallery page three Styles ===========*/
#gallery.gallery-page-three {
  padding-top: 0px;
  padding-bottom: 50px;
}
#gallery.gallery-page-three .gallery-filter {
  margin-top: 0;
}
.gallery-page-three .image-gallery .single-gallery:hover .img-holder img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.gallery-page-three .image-gallery .single-gallery:hover .img-holder .content .title-holder {
  background: #E8A20C;
}
.gallery-page-three .image-gallery .single-gallery:hover .img-holder .content .title-holder h4 {
  color: #fff;
}
.gallery-page-three .image-gallery .single-gallery:hover .img-holder .content .link-view {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-page-three .image-gallery .single-gallery .img-holder {
  display: block;
  text-align: right;
  padding-bottom: 20px;
}
.gallery-page-three .image-gallery .single-gallery .img-holder .content .image-view {
  background: rgba(0, 0, 0, 0.65);
}
.gallery-page-three .image-gallery .single-gallery .img-holder .content .link-view {
  top: 24.8%;
  bottom: auto;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  filter: alpha(opacity=0);
  height: 69%;
}
.gallery-page-three .image-gallery .single-gallery .img-holder .content .title-holder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: left;
  width: 100%;
  height: 60px;
  left: 60px;
  top: auto;
  display: block;
  background: #2A2A2A;
  bottom: 0;
  z-index: 3;
  padding-left: 30px;
}
.gallery-page-three .image-gallery .single-gallery .img-holder .content .title-holder h4 {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #7E7E7E;
}

/*======== appointment dark background Styles ===========*/
#appointment.dark-background {
  background: #222838;
}
#appointment.dark-background .section-title h2 span,
#appointment.dark-background .contact-form-wrap h3 {
  color: #fff;
}
#appointment.dark-background .agent-info .content h3,
#appointment.dark-background .agent-info .content p {
  color: #D0D0D0;
}
/*======== take a tour video box Styles ===========*/
.take-a-tour-video-box {
  padding: 80px 0;
}
.take-a-tour-video-box .check-video-box {
  margin-top: 47px;
}
.take-a-tour-video-box .room-amount {
  border: none;
  width: 88%;
  margin: auto;
  margin-top: 65px;
}
/*======== featured option two Styles ===========*/
.featured-option.style-two {
  padding-bottom: 0;
}
.featured-option.style-two .section-title {
  margin-bottom: 45px;
}
.featured-option.style-two .icon-holder {
  width: 100px;
}
.featured-option.style-two .content {
  padding-left: 30px;
}
.featured-option.style-two .content h4 {
  font-size: 16px;
}
.featured-option.style-two .content p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}
.featured-option.style-two .single-featured-option {
  margin-bottom: 80px;
}
/*======== sliding gallery Styles ===========*/
.sliding-gallery {
  padding-top: 80px;
}
#gallery.sliding-gallery {
  padding-bottom: 0;
}
.sliding-gallery .bx-wrapper {
  margin: 0;
}
.sliding-gallery .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  margin: 0;
  padding: 0;
}
.sliding-gallery .section-title {
  margin-bottom: 45px;
}
.sliding-gallery .image-gallery .single-gallery {
  padding: 0;
  margin: 0;
}
.sliding-gallery .image-gallery .single-gallery .img-holder {
  display: block;
}
/*======== two side background Styles ===========*/
.two-side-background {
  position: relative;
  background: #F9F9F9;
  overflow: hidden;
}
.two-side-background.dark-bg {
  background: #2A2A2A;
}
.two-side-background [class*='white-'] {
  position: relative;
  z-index: 99;
}
.two-side-background [class*='white-']:after {
  content: '';
  width: 2000px;
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.two-side-background .white-right:after {
  left: -15px;
}
.two-side-background .white-left:after {
  right: -15px;
}
/*======== blog page content Styles ===========*/
.blog-container.blog-2-col .row {
  margin-left: -20px;
  margin-right: -20px;
}
.blog-container.blog-2-col .single-blog-post {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 50px;
}
.blog-container .ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-container .right-side .single-blog-post {
  margin-left: 20px;
}
.blog-container .single-blog-post {
  margin-bottom: 80px;
}
.blog-container .single-blog-post .post-meta .title-holder ul {
  padding: 0;
}
.blog-container .single-blog-post .post-meta h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
}
.blog-container .single-blog-post .img-holder {
  display: inline-block;
}
.blog-container .single-blog-post .post-meta {
  margin: 40px 0 32px;
}
.blog-container .single-blog-post .post-meta .date-holder,
.blog-container .single-blog-post .post-meta .title-holder {
  display: table-cell;
}
.blog-container .single-blog-post .post-meta .date-holder {
  text-align: center;
  background: #2A2A2A;
  color: #fff;
  border-bottom: 4px solid  #E8A20C;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 15px;
}
.blog-container .single-blog-post .post-meta .date-holder b {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.blog-container .single-blog-post .post-meta .title-holder {
  padding-left: 30px;
  vertical-align: top;
}
.blog-container .single-blog-post .post-meta .title-holder ul {
  padding-top: 5px;
}
.blog-container .single-blog-post .post-meta .title-holder ul li:last-child a:after {
  display: none;
}
.blog-container .single-blog-post .post-meta .title-holder ul li a:after {
  content: '|';
  display: inline-block;
  padding: 0 13px;
  color: #B5B5B5;
}
.blog-container .single-blog-post a.read-more {
  text-transform: capitalize;
  display: inline-block;
  color: #2A2A2A;
  font-size: 15px;
  line-height: 20px;
  padding: 7px 28px;
  border: 1px solid #2A2A2A;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  margin-top: 10px;
}
.blog-container .single-blog-post a.read-more:hover {
  color: #fff;
  background: #FFAE00;
  border-color: #FFAE00;
}
/*======== sidebar Styles ===========*/
.sidebar-wrap {
  padding-left: 50px;
}
.sidebar-wrap.left-side {
  padding: 0;
  padding-right: 50px;
}
.single-sidebar {
  margin-bottom: 50px;
}
.single-sidebar:last-child {
  margin-bottom: 0;
}
.single-sidebar h3 {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 22px;
}
.single-sidebar h3 span {
  display: block;
  margin-bottom: -5px;
}
.single-sidebar h3:after {
  content: '';
  width: 35px;
  height: 2px;
  background: #FFAE00;
  display: inline-block;
  margin-top: -5px;
}
.single-sidebar form {
  background: #2A2A2A;
  width: 100%;
  height: 45px;
}
.single-sidebar form input {
  border: none;
  outline: none;
  width: 87%;
  height: 100%;
  background: none;
  line-height: 45px;
  padding-left: 20px;
  color: #ccc;
}
.single-sidebar form button {
  border: none;
  background: none;
  outline: none;
  color: #CCCCCC;
  font-size: 16px;
  line-height: 45px;
}
.single-sidebar .categories li a {
  color: #808080;
  font-size: 14px;
  line-height: 44px;
  display: block;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
}
.single-sidebar .categories li a:hover {
  color: #FFAE00;
}
.single-sidebar .categories li a:hover:before {
  color: #FFAE00;
}
.single-sidebar .categories li:last-child a {
  border: none;
}
.single-sidebar .categories li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #808080;
  margin-right: 15px;
}
.single-sidebar .popular-post li {
  margin-bottom: 30px;
}
.single-sidebar .popular-post li:last-child {
  margin-bottom: 0;
}
.single-sidebar .popular-post .img-holder {
  width: 120px;
}
.single-sidebar .popular-post .img-holder,
.single-sidebar .popular-post .content {
  display: table-cell;
}
.single-sidebar .popular-post .content {
  vertical-align: top;
  padding-left: 30px;
}
.single-sidebar .popular-post li h4 {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.single-sidebar .popular-post li h4 a {
  color: #000;
  text-transform: uppercase;
}
.single-sidebar .popular-post li h4 a:hover {
  color: #FFAE00;
}
.single-sidebar .popular-post span {
  color: #999999;
  font-size: 13px;
  line-height: 29px;
}
.single-sidebar .tag-cloud {
  font-size: 0;
  margin-bottom: -10px;
}
.single-sidebar .tag-cloud li {
  display: inline-block;
}
.single-sidebar .tag-cloud li a {
  display: block;
  font-size: 13px;
  color: #A3A3A3;
  text-transform: uppercase;
  border: 1px solid #E2E2E2;
  padding: 7px 22px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.single-sidebar .tag-cloud li a:hover {
  background: #FFAE00;
  color: #fff;
  border-color: #ffae00;
}
.single-sidebar .agent-box {
  position: relative;
  display: inline-block;
  text-align: center;
}
.single-sidebar .agent-box:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid #fff;
}
.single-sidebar .agent-box .name {
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
}
.single-sidebar .agent-box .name h4 {
  display: inline-block;
  color: #fff;
  font-family: 'PT Serif';
  font-style: italic;
  font-size: 30px;
  background: rgba(22, 22, 22, 0.7);
  padding: 7px 45px;
}
.single-sidebar .villa-features {
  font-size: 0;
  margin-bottom: -30px;
}
.single-sidebar .villa-features li {
  display: inline-block;
  width: 120px;
  text-align: center;
  margin-right: 30px;
  padding: 10px 0;
  margin-bottom: 30px;
  border: 1px solid #fff;
  background: #fff;
}
.single-sidebar .villa-features i:before {
  margin: 0;
  color: #FFAE00;
  font-size: 54px;
  display: block;
  margin-top: 20px;
}
.single-sidebar .villa-features h4 {
  margin-top: 20px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #282828;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.single-sidebar .villa-features span {
  font-family: 'PT Serif', sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-style: italic;
}
.dark-bg .single-sidebar h3 {
  color: #fff;
}
.dark-bg .single-sidebar .categories li a {
  color: #A2A2A2;
  border-color: #515151;
}
.dark-bg .single-sidebar .categories li a:before {
  color: #a2a2a2;
}
.dark-bg .single-sidebar .categories li a:hover:before {
  color: #FFAE00;
}
.dark-bg .single-sidebar .categories li a:hover {
  color: #FFAE00;
}
.dark-bg .single-sidebar .popular-post li span {
  color: #FFAE00;
}
.dark-bg .single-sidebar .popular-post li h4 a {
  color: #A2A2A2;
}
.dark-bg .single-sidebar .popular-post li h4 a:hover {
  color: #FFAE00;
}
.dark-bg .single-sidebar form {
  background: #212121;
}
.dark-bg .single-sidebar .tag-cloud li a {
  border-color: #515151;
  color: #A2A2A2;
  background: #212121;
}
.dark-bg .single-sidebar .tag-cloud li a:hover {
  color: #fff;
  background: #FFAE00;
  border-color: #FFAE00;
}
.dark-bg .single-sidebar .villa-features li {
  background: #212121;
  border-color: #515151;
}
.dark-bg .single-sidebar .villa-features h4 {
  color: #fff;
}
.dark-bg .single-sidebar .villa-features span {
  color: #fff;
}
/*======== pagination Styles ===========*/
.right-side .pagination {
  padding-left: 20px;
}
.pagination {
  display: block;
}
.pagination ul {
  font-size: 0;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li span,
.pagination ul li a {
  color: #2A2A2A;
  border: 1px solid #2a2a2a;
  font-size: 15px;
  line-height: 20px;
  padding: 7px 15px;
  margin-right: 15px;
  font-family: 'PT Serif';
  font-style: italic;
}
.pagination ul li a:hover {
  background: #FFAE00;
  border-color: #FFAE00;
  color: #fff;
}
.pagination ul li span {
  background: #2A2A2A;
  color: #fff;
}
/*======== single page content Styles ===========*/
.blog-container .single-blog-post.single-page-content {
  margin-bottom: 0;
}
.single-page-content .dt {
  display: table;
}
.single-page-content .dtc {
  display: table-cell;
  vertical-align: middle;
}
.single-page-content .image-content-holder {
  width: 68%;
}
.single-page-content .image-content-holder p {
  margin-bottom: 30px;
}
.single-page-content .image-content-holder p:last-child {
  margin-bottom: 0;
}
.single-page-content hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-color: #d4d4d4;
}
.single-page-content .left-content .image-content-holder {
  padding-left: 30px;
}
.single-page-content .right-content .image-content-holder {
  padding-right: 30px;
}
.single-page-content ul.list-item {
  padding-top: 0;
  padding-bottom: 50px;
  padding-right: 100px;
}
.single-page-content ul.list-item:last-child {
  padding-right: 0;
}
.single-page-content h3 {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-page-content ul.list-item.style-two li {
  color: #E8A20C;
}
.single-page-content ul.list-item.style-two li:before {
  content: '\f105';
}
.single-page-content ul.list-item li {
  display: block;
  color: #6D6D6D;
  font-style: italic;
  line-height: 34px;
}
.single-page-content ul.list-item li:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  color: #E8A20C;
  font-size: 16px;
  margin-right: 10px;
  font-style: normal;
}
.quote-box {
  background: #F7F7F7;
  padding: 20px 18px 20px 30px;
}
.quote-box p {
  color: #8E8D8D;
  margin: 0;
}
.quote-box .quote-content {
  padding-top: 20px;
}
.quote-box span.name {
  text-align: right;
  display: block;
  font-style: italic;
  color: #E8A20C;
}
.quote-box i.dtc {
  vertical-align: top;
  color: #6CC3E4;
  font-size: 55px;
  padding-right: 20px;
}
/*======== right sidebar single blog post spacing fix content Styles ===========*/
.blog-container .left-content .single-blog-post {
  margin-right: 20px;
}
/*======== author box Styles ===========*/
.author-box {
  margin-top: 40px;
}
.author-box .top-author-info {
  background: #2A2A2A;
  padding: 25px;
}
.author-box .top-author-info-content {
  padding-left: 30px;
}
.author-box p {
  color: #A3A3A3;
  line-height: 26px;
  margin: 0;
}
.author-box h4 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.author-box h4 span {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.author-box .img-holder {
  width: 122px;
}
.author-box .img-holder img {
  border-radius: 50%;
}
.author-box .bottom-author-info {
  padding: 0 20px 0 30px ;
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid  #EEE;
  border-left: 1px solid  #EEE;
  border-right: 1px solid  #EEE;
}
.author-box .submitted-post {
  float: left;
  display: inline-block;
}
.author-box .submitted-post span {
  color: #A3A3A3;
}
.author-box .social-icons {
  float: right;
  display: inline-block;
}
.author-box .social-icons ul {
  position: relative;
  z-index: 99;
  padding: 0;
  text-align: right;
  display: block;
}
.author-box .social-icons ul li {
  display: inline;
  font-size: 0;
}
.author-box .social-icons ul li a {
  display: inline-block;
  color: #2A2A2A;
  font-size: 16px;
  margin: 0 7.5px;
}
.author-box .social-icons ul li a:hover {
  color: #FFAE00;
}
/*======== comment box Styles ===========*/
.comment-box {
  margin-top: 40px;
  margin-bottom: 50px;
}
.comment-box h3 {
  margin-bottom: 35px;
}
.comment-box .comment-holder {
  border: 1px solid #EEEEEE;
}
.comment-box .single-comment {
  border-bottom: 1px solid #EEEEEE;
  padding: 25px;
}
.comment-box .single-comment:last-child {
  border: none;
}
.comment-box .single-comment:nth-child(even) {
  background: #FCFCFC;
}
.comment-box .single-comment h4 {
  margin: 0;
  color: #383838;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
}
.comment-box .single-comment p {
  margin: 0;
  color: #8E8D8D;
}
.comment-box .single-comment ul {
  padding: 0;
  margin: 0;
}
.comment-box .single-comment ul li:last-child:after {
  display: none;
}
.comment-box .single-comment ul li:after {
  content: '|';
  color: #6CC1E2;
  font-size: 13px;
  padding: 7.5px;
  display: inline-block;
}
.comment-box .single-comment ul li a.date {
  color: #6CC1E2;
}
.comment-box .single-comment ul li a {
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: normal;
  color: #E8A20C;
}
.comment-box .single-comment .img-holder {
  display: table-cell;
  width: 70px;
  vertical-align: top;
}
.comment-box .single-comment .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}
/*======== comment form Styles ===========*/
.comment-form {
  margin-top: 40px;
}
.comment-form h3 {
  margin-bottom: 35px;
}
.comment-form form {
  background: #F8F8F8;
  padding: 50px 25px;
}
.comment-form form .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.comment-form form p {
  margin-bottom: 20px;
}
.comment-form form .half {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.comment-form form input {
  width: 100%;
  height: 45px;
  border: 1px solid #EEEEEE;
  outline: none;
  padding: 0 20px;
}
.comment-form form textarea {
  width: 100%;
  border: 1px solid #EEEEEE;
  outline: none;
  padding: 10px 20px;
  height: 170px;
}
.comment-form form button {
  text-transform: capitalize;
  display: inline-block;
  color: #2A2A2A;
  font-size: 15px;
  line-height: 20px;
  padding: 9px 43px;
  border: 1px solid #2A2A2A;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  background-color: #fff;
}
.comment-form form button:hover {
  color: #fff;
  background: #FFAE00;
  border-color: #FFAE00;
}
/*======== hidden bar Styles ===========*/
.hidden-bar {
  position: fixed;
  top: 0;
  right: -150%;
  width: 350px;
  height: 100%;
  background: #212121;
  z-index: 9999;
}
.hidden-bar .hidden-bar-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  z-index: 999999;
}
.hidden-bar .hidden-bar-closer:hover {
  background: #fff;
}
.hidden-bar .hidden-bar-closer:hover .btn {
  color: #E8A20C;
}
.hidden-bar .hidden-bar-closer .btn {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 17px;
}
.hidden-bar-wrapper {
  height: 100%;
}
.hidden-bar .logo {
  padding: 5px 0 10px;
}
.hidden-bar .main-menu {
  background-color: transparent;
  padding: 0;
}
.hidden-bar .main-menu ul li ul a {
  background: #161616;
}
.hidden-bar .main-menu ul li ul li ul li a {
  background: #1C1C1C;
}
.hidden-bar .main-menu a.current {
  color: #E8A20C;
}
.hidden-bar .main-menu li.current > a {
  color: #E8A20C;
}
.hidden-bar .main-menu ul li a {
  background: #212121;
  color: #fff;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.hidden-bar .main-menu ul li a:hover {
  background: #1C1C1C;
  color: #E8A20C;
}
.hidden-bar .main-menu ul li a .btn.expander {
  background: #161616;
  color: #fff;
  border: 1px solid #2B2B2B;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 7px;
  position: absolute;
  top: 6px;
  right: 35px;
  outline: none;
}
/*======== stricky header Styles ===========*/
.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.stricky-fixed #top-bar {
  display: none;
  visibility: hidden;
}
.stricky-fixed .header-inner .navbar-collapse > ul > li {
  line-height: 72px;
}
.stricky-fixed .header-inner .navbar-header {
  margin: 13px 0;
}
.stricky-fixed .header-inner .logo {
  margin-top: 14px;
  margin-bottom: 14px;
}
.stricky-fixed .header-inner .logo img {
  width: 150px;
}
.stricky-fixed .header-inner {
  background: rgba(232, 162, 12, 0.8);
    
}
.stricky-fixed .header-inner .main-menu .navbar-collapse > ul > li.current > a,
.stricky-fixed .header-inner .main-menu .navbar-collapse > ul > li:hover > a {
  color: #000;
}
.y-btn{
    font-size: 16px;
    text-transform: uppercase;
    color: #141414;
    font-weight: bold;
    background: #FFAE00;
    border: none;
    outline: none;
    padding: 11px 41px;
    margin-top: 8px;
	}
	.y-btn i{color:#000;font-weight:700;}
	
	/*-----------------carousel--------------------*/
	#logo-slider {
background-color:#E2E2E2;
  padding: 20px 0;
}
#logo-slider  h3{text-align:center;color:#282828;font-family: 'Raleway', sans-serif;
    color: #282828;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 800;
    display: block;}
#logo-slider .carousel-control {
  padding-top:8%;
  width:5%;
  color:#282828;
  font-size:80px;
}
#logo-slider  .well{background-color:transparent;border:none;box-shadow:none;}
#logo-slider .carousel-control.left{background-image:none;}
#logo-slider .carousel-control.right{background-image:none;}
#logo-slider .thumbnail{border:1px solid #999;}


/* ======= feedback ======= */
#feedback { 
	float:left;
	height: 104px; 
	width: 104px; 
	position: fixed; 
	top:35%; 
	z-index: 1000;
	/*transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg); */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a { 
	display: block; 
	background: #FF6600;   
	height: 40px; 
	width: 150px; 
	padding: 8px 16px;
	color: #fff; 
	text-transform:uppercase;
	letter-spacing:5px;
	font-size: 17px; 
	font-weight: 500; 
	text-decoration: none;
	box-shadow: 0 0 5px #111;
	cursor:pointer;
}

#feedback a:hover { 
	background: #ffce00; 
}
 .contact
{
	 width:279px;
	 height:auto;
	background:#fff;
	display:none;
	box-shadow: 0 0 5px #111;
	
}
.contact form
{
	
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
	
	border:none;
	 /* transform: rotate(90deg);*/
	
}  
#feedback label
{
	font-size:12px;
	color:#F00;
	font-weight:100;
	margin-bottom: 0px;
}
  
 #feedback input
{
	display:block;
	border-radius:0px;
	-webkit-border-radius:0px;
	border:solid 1px #ccc;
	
	margin-bottom:10px;
	/*height:24px;*/
	font-size:12px;

}  
.contact textarea
{
	display:block;
	border-radius:0px;
	-webkit-border-radius:0px;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
}  
		   

/* ======= End feedback ======= */


















.main-slider{
	position:relative;	
}

.main-slider h2{
	font-size:42px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:10px;	
}

.main-slider .price{
	font-size:32px;
	font-weight:600;
}

.main-slider .bg-white .price{
	color:#3dd5d0;	
}

.bg-green{
	position:relative;
	text-align:left;
	padding:20px 40px 25px 30px;
	background:rgba(61,213,208,0.85);
	color:#ffffff;
}

.bg-green.curve-right .curve{
	position:absolute;
	left:100%;
	top:50%;
	margin-top:-25px;
	width:0px;
	height:0px;
	border:30px solid transparent;
	border-left:30px solid rgba(61,213,208,0.85);	
}

.bg-white{
	position:relative;
	text-align:right;
	padding:20px 30px 25px 40px;
	background:rgba(255,255,255,0.85);
	color:#666666;
}

.bg-white.curve-left .curve{
	position:absolute;
	right:100%;
	top:50%;
	margin-top:-25px;
	width:0px;
	height:0px;
	border:30px solid transparent;
	border-right:30px solid rgba(255,255,255,0.85);	
}

.bg-grey{
	position:relative;
	text-align:left;
	padding:0px;
	background:#20272b;
	color:#ffffff;
}

.bg-grey .outer-box{
	position:relative;
	overflow:hidden;
}

.bg-grey h2{
	margin-bottom:0px;	
}

.bg-grey h2 strong{
	font-size:32px;	
}

.bg-grey.curve-top .curve{
	position:absolute;
	bottom:100%;
	left:50%;
	margin-left:-25px;
	width:0px;
	height:0px;
	border:30px solid transparent;
	border-bottom:30px solid #20272b;	
}

.bg-grey .column{
	position:relative;
	float:left;
	padding:25px 30px;	
}

.bg-grey .title-column{
	width:40%;
	padding-left:40px;	
}

.bg-grey .info-column{
	width:18%;
	padding:45px 30px 20px;
	text-transform:uppercase;
}

.bg-grey .price-column{
	width:24%;
	padding:45px 30px 20px;	
}

.bg-grey .price{
	display:block;
	margin:15px 30px 0px 0px;
	color:#3dd5d0;
}

.bg-grey .view-more{
	position:relative;
	float:left;
	width:18%;
	right:0px;
	top:0px;
	padding:66px 20px;
	text-align:center;
	background:#3dd5d0;	
}

.bg-grey .view-more .read-more{
	position:relative;
	display:block;
	line-height:30px;
	top:5px;
	color:#ffffff;	
}

.bg-grey .column:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	height:150px;
	background:#777777;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),#777777,rgba(0,0,0,0));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),#777777,rgba(0,0,0,0));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),#777777,rgba(0,0,0,0));
	background:-o-linear-gradient(top,rgba(0,0,0,0),#777777,rgba(0,0,0,0));
}

.sec-title{
	position:relative;
	max-width:800px;
	margin:0 auto 50px;
	text-align:center;
}

.sec-title h2{
	position:relative;
	font-size:32px;
	font-weight:700;
	color:#253d4a;
	line-height:1.4em;
	margin-bottom:10px;
	text-transform:uppercase;
}

.sec-title h2 strong{
	font-family: 'Raleway', sans-serif;
	color:#3dd5d0;
	font-weight:900;
}

.sec-title h2 .light{
	font-family: 'Raleway', sans-serif;
	color:#3dd5d0;
	font-weight:400;
}

.sec-title .text{
	color:#50575e;
	font-family: 'Bitter', serif;
	font-size:14px;
	font-style:italic;
}

.sec-title .separator{
	position:relative;
	width:100%;
	height:20px;
}

.small-separator{
	margin-bottom:25px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../img/title-separator-small.html);	
}

.big-separator{
	position:relative;
	width:100%;
	height:20px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../img/title-separator-big.html);	
}