@charset "utf-8";

/*--- Custom ---*/

.navbar {
    position: relative;
    min-height: 98px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

/******* Typography *******/

body {font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 300; line-height: 28px; color: #76746d; -webkit-font-smoothing: antialiased;}
h1, h2, h3, h4, h5, h6 {color: #3B618F; margin: 0 0 18px 0; font-weight: 100; font-family: 'Oswald', sans-serif; text-transform: uppercase;}
h1 {font-size: 32px; line-height: 42px;}
h2 {font-size: 22px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}
p {margin: 0 0 30px 0;}
a {color: #76746d; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
a:hover, a:focus {color: #daa70a; text-decoration: none;}
ul, ol {margin: 0 0 28px 0;}

/******* Buttons *******/

.btn {text-transform: uppercase; font-size: 12px; font-weight: 700; font-family: 'Oswald', sans-serif; letter-spacing: 4px; padding: 09px 20px;}
.btn-default{border:1px solid #3B618F; background-color:#3B618F; color: #fff;}
.btn-default:hover {background-color: #77A1D6; color: #fff; border: 1px solid #77A1D6;}
.btn-primary {border:1px solid #cecabf; background-color:#cecabf; color: #fff;}
.btn-primary:hover {border:1px solid #daa70a; background-color:#daa70a; color: #fff;}
.btn-secondary {}
.btn-secondary:hover {}
.btn-red{background-color: #d42737; color: #fff; letter-spacing: 1px;}
.btn-red:hover{color: #fff; background-color: #be1f2e;}
.btn-sm {padding: 6px 10px; font-size: 12px;}
.btn-lg {padding: 13px 50px; font-size: 16px; }
.btn-link{color: #daa70a; text-transform: uppercase; font-weight: 600; letter-spacing: 3px;}
.btn-link:hover{color: #daa70a; text-decoration: none;}
/******* Form *******/

.form-control {border: 1px solid #f0efea; height: 58px; border-radius: 0px; background-color: #f0efea; font-size: 14px; font-family: 'Oswald', sans-serif;
text-transform: uppercase; letter-spacing: 1px; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);}
select.form-control {background-color: #f0efea;  color: #343031; -webkit-appearance: none; -moz-appearance: none; background-position: 97% 50%; text-transform: uppercase;
    background-repeat: no-repeat; background-image: url(../images/down-arrow.png); padding-right: 15px; margin-bottom: 15px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);}
textarea .form-control{color: #343031}
label{}
.control-label{}
.required{color: #f07558; margin-left: 15px;}
/******* General CSS *******/

.main-container {padding-top: 60px; padding-bottom: 100px;}
.listnone {list-style: none; padding-left: 0;}
.well-block {}
.well-block-default {}
.well-block-small{background-color: #fff; padding: 20px; border-radius: 4px; border:2px solid #edf4fa; margin-bottom: 10px;}

/******* space *******/

.mbtm0 {margin-bottom: 0px;}
.mbtm1 {margin-bottom: 10px;}
.mbtm2 {margin-bottom: 20px;}
.mbtm3 {margin-bottom: 30px;}
.no-padding {padding: 0px;}
.padding-right {padding-right: 0px;}
.padding-left {padding-left: 0px;}

/******* section *******/

.section-space {padding-top: 60px; padding-bottom: 60px;}
.section-color {background-color: #E3EDF9;}
.section-title {text-align: center; margin-bottom: 60px;}

/******* List Style - Font Awasome *******/

.angle-right li {position: relative; display: flex;}
.angle-right li:before {margin-right: 10px; font-family: FontAwesome; color: #3f4f61; top: 0; left: -5px; content: "\f105";}
ul.check-circle {margin-bottom: 30px;}
.check-circle li {position: relative; list-style: none; padding-left: 10px;}
.check-circle li:before {font-size: 16px; margin-right: 10px; font-family: FontAwesome; top: 0; left: -5px; color: #fff; content: "\f058";}
.angle-right {}

/******* flat icon *******/

.flat-icon-small {font-size: 16px; color: #daa70a; font-weight:100;}
.flat-icon-medium {font-size: 36px; color: #fff;   font-weight:100;}
.flat-icon-large {font-size: 46px; color: #daa70a; }


/******* navigation *******/

.is-sticky .navigation .navbar-default {background-color: #fff;}
.navigation {z-index: 9;}
.navigation .navbar-brand {float: left; height: 50px; padding: 8px 15px; font-size: 18px; line-height: 20px;}
.navigation .navbar-default {background-color: transparent; border-color: transparent;}
.navigation .navbar-default { padding-top: 0px; padding-bottom: 0px;}
.navigation .navbar-default .navbar-nav>li>a {color: #3B618F; text-transform: uppercase; font-size: 20px;
	font-weight: 500; letter-spacing: 1px; padding: 40px 14px 20px; line-height: .8;font-family: 'Oswald', sans-serif;}
.navigation .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {color: #77A1D6;	background-color: transparent;}
.navigation .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default.navbar-nav>.active>a:hover {color: #fff; background-color: transparent;}
.navigation .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {color: #fff; background-color: #fff!important;}
.dropdown-menu {background-color: #fff; border: none; padding: 20px 10px;}
.dropdown-menu>li>a {display: block; padding: 10px 20px; clear: both; font-weight: 500;
	line-height: 1.42857143; color: #333; white-space: nowrap; font-size: 14px; text-transform: uppercase;
	letter-spacing: 1px;font-family: 'Oswald', sans-serif;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {color: #957102; text-decoration: none; background-color: transparent;}
/***** Mobile Toggle Menu *****/

.navigation .navbar-default .navbar-toggle {border-color: #594918; background-color:#594918;}
.navigation .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navigation .navbar-toggle {position: relative; float: right; padding: 9px 10px; margin-top: 8px;
    margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none;
    border: 1px solid transparent; border-radius: 4px;}
.navigation .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #594918; border-color:#594918;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: transparent;}

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

.hero-slide {background-image: url('../images/header-bg.jpg'); background-repeat: none;
	background-attachment: scroll; background-position: center center; -webkit-background-size: cover;
	-moz-background-size: cover; background-size: cover; -o-background-size: cover; text-align: center;
	color: white;}
.hero-section {padding-top: 240px; padding-bottom: 300px;}
.hero-title {font-size: 54px; color: #fff; font-weight: 300; letter-spacing: -1px; margin-bottom: 60px;}
.hero-desc {color: #74c2f2;}
/************ Booking form *********/
.booking-form{position: relative;margin-top: -120px;}
.booking-form-block{background-color: #fff; padding: 30px;}
.booking-form-block .btn-default{height: 58px;}
.require{color: red; font-family: 'Oswald', sans-serif; font-size: 12px;}
/******* page header *******/

.page-header {background: url(../images/page-header.jpg) no-repeat; padding-bottom: 200px; padding-top: 240px; margin: 0px; position: relative;background-repeat: none;
	background-attachment: scroll; background-position: center center; -webkit-background-size: cover;
	-moz-background-size: cover; background-size: cover; -o-background-size: cover;}
.page-title {color: #fff; text-align: center}



/**********  Booking Section **********/
.booking-section{padding-top: 0px;}
.form-block{background-color: #fff; padding: 60px;-webkit-box-shadow: 0px 0px 6px 0px rgba(192,203,212,0.35);
-moz-box-shadow: 0px 0px 6px 0px rgba(192,203,212,0.35);
box-shadow: 0px 0px 6px 0px rgba(192,203,212,0.35); border-radius: 6px; position: relative;bottom: -100px;}
.form-content{padding-top: 100px;}
.btn-big{padding-top: 20px;padding-bottom: 20px; letter-spacing: 3px; font-size: 18px;}
.form-block .form-control{margin-bottom: 15px;}
.service-block{margin-bottom: 60px;}
.service-block-img{position: relative;}
.service-caption{background-color: #fff;
    padding: 20px 20px;
    margin-top: -40px;
    z-index: 1;
    position: absolute;
    width: 80%;
    left: 10%;
    text-align: center;}
.service-caption h2{margin-bottom: 0px;}
.service-caption h2 span {text-transform: lowercase;}
/******* About us *******/
.about-desc{}
.feature-section{margin-top: 40px;}
.feature-block{background-color: #fff; padding: 40px 40px;}
.feature-block p:last-child{margin-bottom: 0px;}
.feature-icon{width: 80px; height: 80px; background-color: #daa70a; color: #fff; line-height: 2.2; text-align: center; border-radius: 100px;
margin-bottom: 30px;}
/**********  Property Listing **********/
.property-listing{}
.property-block{ margin-bottom: 30px; }
.property-block-img{position: relative;}
.property-block-img img{width: 100%;}
.property-block-img .label{position: absolute; top: 0px; right: 0px;
	font-family: 'Oswald', sans-serif; border-radius: 0px; padding: 10px; font-weight: 300; font-size: 14px; text-transform: uppercase;}
.label-sale{background-color: #51b54e;}
.label-rent{background-color: #222018;}
.property-block-desc{background-color: #faf9f6; padding: 30px;   display: inline-block;
    width: 100%;}
.property-info{    border-top: 1px solid #e2e0da; padding-bottom: 10px; font-family: 'Oswald', sans-serif;}
.property-box{width: 140px;float: left; margin-top: 20px;}
.property-box h4{margin-bottom: 10px;}
.property-box i{margin-bottom: 30px; float: left;padding-right: 15px; color: #daa70a;}

/******* Testimonial *******/

.testimonial-icon {}
.testimonial-icon .flat-icon-large {color: #daa70a; font-size: 56px; text-align: center;margin-bottom: 30px; display: block;}
.testimonial-block {text-align: center;}
.testimonial-desc { font-style: italic; font-size: 21px; line-height: 2; font-weight: 300; padding-right: 30px;}
.testimonial-name {color: #222018; margin-top: 30px; font-size: 18px;font-family: 'Oswald', sans-serif; text-transform: uppercase;}
.testimonial-name small{color: #06c2cd;}
.team-desgination{font-size: 10px;padding-left: 10px;}
.testimonial-block .owl-nav {text-align: center; width: 60px; margin: 40px auto; display: inline-block;}
.testimonial-block .owl-nav i {font-size: 24px; color: #cfdbe5;}
.testimonial-block .owl-prev { }
.testimonial-block .owl-next { }
/******* Testimonial *******/
.team-block {font-family: 'Oswald', sans-serif; margin-bottom: 30px;}
.team-block-img {}
.team-desc {background-color: #faf9f6; padding: 30px;}

.team-info{}
.team-info ul{margin-bottom: 0px; margin-top: 20px;}
.team-info ul li{}
.team-info ul li i{padding-right: 10px;}
/*********** parallax *********/
.parallax-cta{padding: 100px 0px; color: #fff;}
.parallax-cta .btn{margin-bottom:5px;}
.parallax-cta h1 { color: #fff; margin-bottom: 20px; font-weight: 600; }
.parallax {background-position: 60% 50%; background-repeat: no-repeat; background-attachment: fixed;  -webkit-background-size: cover; -moz-background-size: cover;  -o-background-size: cover; background-size: cover; }
.parallax-2 {background-image: url("../images/parallax-cta.jpg"); }
.call-to-action{text-align: center;}
/******* Footer *******/

.footer {background-color: #21201e; padding-top: 100px; padding-bottom: 100px;}
.footer-block h2{color: #fff; margin-bottom: 40px;}
.footer-block {margin-bottom: 20px; text-align: center;}
.footer-block .flat-icon-large{color: #daa70a; margin-bottom: 30px; display: inline-block;}
.address-block i{margin-bottom: 30px;}
.call-block, .mail-block{}
.call-block i, .mail-block i{padding-right: 10px;}
.tiny-footer {  background-color: #21201e; padding-top: 30px;}
.ft-social {font-size: 24px; padding-right: 10px;}
.ft-social a {margin-right: 10px;}
.copyright {font-size: 12px; text-align: center;}
.map {width: 100%; min-height: 420px; cursor: pointer;}

/******* Blog *******/

.content-right {margin-bottom: 30px;}
.sidebar {}
.post-block {margin-bottom:30px;}
.post-well{background-color: #faf9f6; padding: 30px;}
.post-block p:last-child {margin-bottom: 0px;}
.post-sticky {margin-left:15px;}
.post-caption{}
.post-title {line-height: 24px;}
.post-img {}
.post-img img {width: 100%;}
.blogslider {}
.blogslider .owl-nav {text-align: center; width: 60px; margin: 0px auto;}
.blogslider .owl-nav i {font-size: 24px; color: #fff;}
.blogslider .owl-prev {position: absolute; top: 40%; left: 5%;}
.blogslider .owl-next {position: absolute; right: 5%; top: 40%;}
.post-video {}
.share-option{}
#blog-gallery .owl-buttons{display: none;}

	/***** Blog Meta *****/

.meta-block{border-bottom: 1px solid #e2e0da; margin-bottom: 30px; padding-bottom: 20px;}
.post-meta {text-transform: uppercase;}
.meta-date, .meta-comment, .meta-author {margin: 0 15px 0px 0px; font-size: 13px; font-weight: 500; color: #a3a0a0;}
.post-meta i{margin-right: 5px;}
.meta-date {}
.meta-date .flat-icon {padding-right: 10px; color: #f44421;}
.meta-comment {}
.meta-author {text-transform:uppercase;}
.meta-tag{}


	/***** Blockquote *****/
.post-quote {margin-bottom: 30px; border-bottom: 1px solid #e2e0da; border-top: 1px solid #e2e0da; padding-bottom: 24px; padding-top: 15px; color: #76746d;}
blockquote {font-style: italic; font-size: 21px; color: #716e6e; border: none; font-weight: 500; margin: 0px; padding: 10px 0px; line-height:34px;}
blockquote p{margin-bottom:10px;}
.source-name {}


/******* Blog Details *******/
	/***** alignment *****/

.alignleft {float: left; margin: 10px 20px 20px 0;}
.alignright {float: right; margin: 20px 0 .5em 20px;}
.caption {font-size: 16px; background-color: #24dcfd; color: #33393d; padding: 10px; font-weight: 500;}
.share-post{margin-bottom: 20px; padding-bottom: 20px; font-family: 'Oswald', sans-serif;}

	/***** Related Post *****/

.related-post {margin-top: 30px; border-top: 1px solid #e2e0da; padding-top: 29px;}
.related-post-block{}
.related-img {margin-bottom: 20px;}
.related-desc{}
.related-title {margin-bottom: 10px;}

	/***** Prev Next Block *****/

.next-prev-block{ padding-top: 39px; margin-top:60px; border-top: 1px solid #edeaea; margin-bottom: 30px; border-bottom: 1px solid #e2e0da; padding-bottom: 29px;}
.prev-block{}
.prev-post{}
.prev-post h3, .next-block h3{margin-bottom: 20px;}
.prev-link, .next-link{margin-bottom: 30px; text-transform: uppercase; display: inline-block;}
.next-block{}
.next-post{}



	/***** Author Post *****/

.author-post {padding: 30px; background-color: #fff; margin-bottom:30px; margin-bottom: 69px; display: inline-block;}
.author-portrait {}
.author-portrait img {margin: 0 auto;}
.author-info {}
.social-icon { color: #cecabf; font-size: 24px; margin-left: 5px;}
.social-icon-link{color: #2cbff6;}


	/***** Comments *****/

.comments-area {margin-bottom:80px; border-top: 1px solid #e2e0da; margin-top: 20px; padding-top: 60px; border-bottom: 1px solid #e2e0da; padding-bottom: 50px;}
.comments-title {margin-bottom: 40px;}
.comment-title {margin-bottom: 10px;}
.comment-title span {}
.comment-list {}
.comment-frame {float: left; width: 110px; margin-bottom:30px;}
.comment-frame img {border-radius: 100%;}
.user-comments {margin-left: 130px;}
.comment-body {padding-bottom: 39px; border-bottom: 1px solid #e2e0da; margin-bottom: 40px;}
.comment-body:last-child{padding-bottom: 0px; border-bottom: 0px solid transparent; margin-bottom: 0px;}
.comment-body p{margin-bottom: 20px;}
.comment-body.listnone {}
.children {}
.leave-comments, .comment-post, .children {display: inline-block;}
.btn-comment{margin-top: 20px;}

	/***** Leave Reply *****/
.leave-reply{margin-bottom: 40px;}
.reply-title{margin-bottom: 35px;}



	/***** Blog sidebar *****/
		/*** Widget ***/


.widget {margin-bottom: 50px;}
.widget ul{}
.widget-title {margin-bottom: 30px;}

		/*** Widget-Search ***/

.widget-search {padding-bottom: 30px;}
.widget-search .form-control {height: 48px;}
.widget-search .btn{padding: 13px 20px;}

		/*** Widget-Category ***/

.widget-category {}
.widget-category ul li, .widget-archive ul li {border-bottom:1px solid #e2e0da; padding-bottom:15px; margin-bottom:15px;}
		/*** Widget-Archive ***/
.widget-archive {}
.widget-archive strong {padding-left: 10px;}

		/*** Widget-Recent-Post ***/

.widget-recent-post {}
.widget-recent-post ul li {}
.rec-post-block{border-bottom: 1px solid #e2e0da; padding-bottom: 4px; margin-bottom: 30px;}
.recent-post {}
.recent-post-img {}
.recent-thumb {margin-bottom: 25px;}
.recent-post-desc {}
.recent-post-desc h4 {margin-bottom: 15px;}

		/*** Widget-tags ***/
.tags-widget {padding-bottom: 49px;}
.tags-widget a {margin-bottom: 10px; padding: 0px 15px; font-size: 10px; display: inline-block; text-transform: uppercase; border:1px solid #cecabf; background-color:#cecabf; margin-right: 5px;
	color: #fff;  font-weight:700; font-family: 'Oswald', sans-serif; letter-spacing: 1px;}
.tags-widget a:hover {color: #fff; border:1px solid #daa70a; background-color:#daa70a;}

/******* pagination *******/

.st-pagination {margin-top: 70px;}
.st-pagination .pagination>li>a, .pagination>li>span {position: relative; float: left; padding: 4px 12px; text-transform: uppercase;
	margin-left: -1px; line-height: 1.42857143; color: #fff; text-decoration: none; font-size:14px;
	background-color: #cecabf; border:1px solid #cecabf; margin-right: 5px; font-weight: 600; border-radius:0px;}
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span,
.st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover {z-index: 3; color: #fff; cursor: default;
	background-color: #daa70a; border-color: #daa70a;}
.st-pagination .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {z-index: 2; color: #fff; background-color: #daa70a;
	border-color: #daa70a;}

/******* thank you *******/

.thankyou{padding-top: 100px; padding-bottom: 100px;}
.thankyou-block{background-color:#2b2a28; text-align:center; padding-bottom:100px; padding-top:100px;}
.thanku-logo{}
.thanks-title{font-size:80px; color: #fff; font-weight: 700; line-height: 80px;}
.co-operate{color: #daa70a; font-size: 18px; margin-bottom: 45px; display: inline-block;}
.thanks-desc{color: #fff; margin-bottom: 50px; font-size: 18px;}

@media (max-width: 767px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: transparent; background-color: #daa70a;}
.navigation .navbar-default .navbar-nav>li>a{padding: 10px 14px;}
/******* Hero section *******/

.hero-section {padding-top: 120px; padding-bottom: 120px;}
.hero-title {font-size: 42px; line-height: 46px;}

/********** Blog Page ********/

.user-comments {margin-left:  0px;}
.comment-frame {margin-right: 25px;float: none;}
.leave-comments{margin-bottom:50px;}


}
