/*
================================================
/* Table of Content
==================================================

1. Fonts - Open Sans and Lato
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. Header
6. Logo Bar 
7. Navigation
8. Banner Content
9. Header Bottom Arrow
10. About Us
11. Services
12. Counters
13. Our Team
14. Testimonials Wrapper 
15. gallery
16. Pricing Table
17. Contact us
18. Footer
19. Media Quries 

/*
================================================
1. Fonts - Open Sans and Lato
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Lato:700,900');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #666;
	overflow-x: hidden;
	background : #f5ebe1

}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
	margin-top: 0;
	text-transform: none;
	color: #000;
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;
}
a {
	color: #666666;
	transition: all 0.2s ease 0s;
}
a:hover {
	color: #337ab7;
	text-decoration: none;
}
section h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin: 0 auto 0px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	padding: 12px 10px 10px;
	color: maroon;
}
section {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.section-title {
	text-align: center;
	margin: 0 0 10px;
}
.section-title h2 {
	margin: 0 0 5px;
	padding: 0;
	position: relative;
}
.section-title > p {
	font-size: 15px;
	margin: 29px auto auto;
	width: 60%;
	line-height: 30px;
}
.heading-line:before {
	content: "";
	height: 1px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 5px;
	transform: translate(-50%);
	width: 80px;
}
.heading-line:after {
	content: "";
	height: 1px;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 10px;
	transform: translate(-50%);
	width: 50px;
}
.heading-line {
	display: block;
	margin: auto auto 3px;
	position: relative;
	width: 50px;
}
.m-top30 {
	margin-top: 30px;
}
.parallex:before {
	background: #000000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.parallex {
	background-attachment: fixed;
	background-image: url("../images/parallex-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	z-index: 9;
}
.parallex h3 {
	color: #ffffff;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}
.parallex a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 0;
	padding: 12px 30px;
	text-transform: uppercase;
}
/*color changer*/
#switcher {
	position: fixed;
	bottom: 25%;
	left: -170px;
	width: 170px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 90px;
	background: #fff;
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
	left: 0px;
}
#switcher p {
	color: #fff;
	bottom: -6px;
	position: absolute;
	left: 21px;
	font-size: 13px;
}
#switcher .theme-click {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
}
#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin: 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
}
#switcher .theme-active {
	background: #d6b36a;
}
#switcher .theme-color-two {
	background: #e84e40;
	left: 40px;
}
#switcher .theme-color-three {
	background: #169b90;
	left: 80px;
}
#switcher .theme-color-four {
	background: #d6b36a;
	left: 120px;
}
#switcher .theme-color-five {
	background: #776eb3;
	left: 0px;
	top: 40px;
}
#switcher .theme-color-six {
	background: #14b6c8;
	left: 40px;
	top: 40px;
}
#switcher .theme-color-seven {
	background: #91b746;
	left: 80px;
	top: 40px;
}
#switcher .theme-color-eight {
	background: #ed680f;
	left: 120px;
	top: 40px;
}
/*
================================================
3. Loader CSS
================================================
*/
#loader {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*/
#scrollUp {
	border-radius: 50%;
	bottom: 20px;
	font-size: 48px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	text-align: center;
	width: 40px;
	box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
#scrollUp:hover, #scrollUp:focus {
	text-decoration: none;
}
#scrollUp i {
	display: block;
	padding-top: 0px;
	font-size: 12px;
	line-height: 35px;
	color: #fff;
}
/*
================================================
5. Header
================================================
*/
header {
	background-clip: initial;
	background-image: url("../images/banner1.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	width: 100%;
	position: relative;
	transition: opacity 0.3s ease 0s;
	z-index: 999;
}
header:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
/*
================================================
6. Logo Bar 
================================================
*/
.logo-bar {
	float: left;
	padding: 0px 0 15px 0;
	width: 100%;
	position: relative;
	background: none;
	background: #fff;
}
.logo-bar.affix {
	position: fixed;
	z-index: 999999;
	padding: 0 0 15px;
	box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}


.logo-bar.fadeInDown {
	animation-name: none !important;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
/*
================================================
7. Navigation
================================================
*/
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
	margin: 14px 0 0;
}
.navbar-brand {
	padding: 0;
    font-size: 45px;
    font-weight: bold;
    padding-top: 10px;
	color : maroon !important

}
.navbar-nav > li {
	padding: 0 0 0 30px;
}
.navbar-nav > li:first-child {
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
	color: maroon;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Lato", sans-serif;
}
.navbar-nav > li > a {
	padding-bottom: 0;
	padding-top: 0;
}
.nav > li > a {
	padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
}
/*
================================================
8. Banner Content
================================================
*/
.banner-content {
	clear: both;
	float: left;
	margin: 55px 0 0;
	padding: 0;
	position: absolute;
	width: 100%;
	text-align: center;
}
.banner-content h1 {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0.06em;
	padding: 0;
	margin: 0 0 25px;
	color: #fff;
}
.banner-content p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	padding: 0 160px 30px;
}
.banner-content a {
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 30px;
	text-transform: uppercase;
}
/*
================================================
9. Header Bottom Arrow
================================================
*/
.bottom_row {
	border: 0px solid #fff;
	border-radius: 13px;
	bottom: 0px;
	height: 40px;
	left: 50%;
	margin-bottom: 30px;
	margin-left: -13px;
	position: absolute;
	width: 30px;
	z-index: 99999;
	text-align: center;
}
.bottom_row .fa-chevron-down {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	right: 0;
	animation: 1.7s ease 0s normal none infinite running exter-bounce;
	opacity: 1;
	font-size: 16px;
	color: #fff;
}
@keyframes exter-bounce {
 0% {
 margin-top:6px;
 opacity:0;
}
 20% {
 opacity:1;
}
 100% {
 margin-top:18px;
 opacity:0;
}
}
 @-webkit-keyframes exter-bounce {
 0% {
 margin-top:6px;
 opacity:0;
}
 30% {
 opacity:1;
}
 100% {
 margin-top:18px;
 opacity:0;
}
}
/*
================================================
10. About Us
================================================
*/
.aboutus {
	padding: 65px 0 0;
	background: rgba(0, 0, 0, 0) url("../images/buynow-wrapper.jpg") repeat scroll left top;
}
.aboutus h3 {
	margin: 0 0 15px;
	padding: 0;
}
.aboutus h3 span {
	display: block;
	padding: 5px 0 0;
}
.aboutus p {
	font-size: 15px;
	color: #666;
	font-weight: 400;
}
.aboutus a {
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 30px;
	margin: 20px 0 0;
	text-transform: uppercase;
}
.about-wrapper {
	overflow: hidden;
	padding: 0;
}
.about-image img {
	width: 100%;
}
.about-wrapper h3 {
	font-size: 18px;
}
.about-item {
	list-style: outside none none;
	margin-left: -15px;
	margin-top: 15px;
}
.about-item > li {
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.about-item li i.fa {
	border: 1px solid rgba(0, 0, 0, 0);
	display: inline-block;
	font-size: 19px;
	height: 45px;
	line-height: 45px;
	margin-right: 5px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 45px;
}
/*
================================================
11. Services
================================================
*/
.services {
	padding: 15px 0 0px;
	background: #f5ebe1;
	position: relative;
}
.service-callouts {
	text-align: center;
	float: left;
	margin-top: 25px;
}
.service-callouts h2 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: normal;
	padding: 0;
}
.service-callouts i {
	font-size: 30px;
	transition: all 400ms linear 0s;
	margin: 0 0 10px;
}
.service-callouts p {
	color: #888;
}
.service-callouts div {
	padding-bottom: 30px;
}
.service-callouts .services-box {
	padding: 30px;
	background: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.service-callouts .services-box:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	transition: box-shadow 0.3s ease-in-out;
}
.service-callouts .services-box .services-iconbox {
	font-size: 24px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	padding: 0;
	margin: 0 0 10px;
}
.service-callouts .services-box:hover .services-iconbox {
	transform: translateY(-15px);
}
/*
================================================
12. Counters
================================================
*/
.counters:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.counters {
	background: url(../images/counters-bg.jpg) no-repeat fixed left top;
	margin: 0;
	padding: 74px 0 76px;
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	z-index: 9;
}
.counters .counter .counter-icon-box {
	color: #bbb;
	margin: 0 0 20px;
	font-size: 40px;
	transition: all 400ms linear 0s;
}
.counters .counter:hover .counter-icon-box {
	transform: translateY(-15px);
}
.counters .counter .number {
	font-size: 30px;
	margin: 0 0 20px;
	padding: 0;
	color: #fff;
	font-weight: 600;
}
.counters .counter p {
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 500;
}
/*
================================================
13. Our Team
================================================
*/
.events {
	width: 100%;
	float: left;
	padding: 25px 0 0px 0;
	position: relative;
}
.events .team-inner {
	position: relative;
}


.events .item .thumb {
	position: relative;
	overflow: hidden;
}
.events .item .thumb img {
	width: 100%;
}
.events .item .thumb .overlay {
	width: 100%;
	height: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: rgba(0, 0, 0, .4);
}
.events .item:hover .thumb .overlay {
	opacity: 1;
	height: 100%;
}
.events .item .social-icons {
	margin-top: -12%;
	position: absolute;
	bottom: -20px;
	width: 100%;
	opacity: 0;
	transition: all ease 0.4s;
}
.events .item:hover .social-icons {
	bottom: 0%;
	opacity: 1;
}
.events .item .social-icons ul {
	text-align: center;
	padding-left: 10px;
	margin-bottom: 0;
}
.events .item .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
	padding: 5px 0px;
}
.events .item .social-icons ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	transition: all 0.4s ease;
	width: 34px;
	-webkit-transition: ease .3s all;
	-moz-transition: ease .3s all;
	-ms-transition: ease .3s all;
	-o-transition: ease .3s all;
	transition: ease .3s all;
	border: 2px solid #fff;
}
.events .item .social-icons ul li a:hover {
	background: #333;
}
.events .item:hover .thumb img {
	width: 100%;
}
.events .text {
	bottom: -10%;
	position: absolute;
	width: 100%;
	transition: all ease 0.4s;
	opacity: 0;
	left: -230px;
	-webkit-transition: ease .4s all;
	-moz-transition: ease .4s all;
	-ms-transition: ease .4s all;
	-o-transition: ease .4s all;
	transition: ease .4s all;
}
.events .thumb:hover .text {
	left: 0;
	text-align: center;
}
.events .item .text {
	bottom: 17%;
	opacity: 1;
}
.events .text h3 {
	color: #dc203d;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
}
.events .text h3 a {
	color: #fff;
}
.events .text h4 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
/*
================================================
14. Testimonials Wrapper 
================================================
*/
.testimonials-wrapper:before {
	background: #000000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.testimonials-wrapper {
	width: 100%;
	float: left;
	background: url(../images/counters-bg.jpg) repeat left top;
	padding: 65px 0 80px;
	position: relative;
	z-index: 9;
}
.testimonials-wrapper blockquote {
	border-left: none;
	margin: 0;
}
.testimonials-wrapper p {
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 30px;
	text-align: center;
}
.testimonials-wrapper p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.testimonials-wrapper p:after {
	content: "\f10e";
	font-family: 'Fontawesome';
	display: inline-block;
	margin-left: 10px;
}
.testimonials-wrapper h2 {
	color: #fff;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.testimonials-wrapper .item {
	text-align: center;
}
.testimonials-wrapper .item-box:after {
	border-left: 40px solid rgba(0, 0, 0, 0);
	border-right: 40px solid rgba(0, 0, 0, 0);
	border-top: 40px solid #e6e6e6;
	bottom: -20px;
	content: "";
	position: relative;
	z-index: -1;
}
.testimonials-wrapper .item-box {
	background: #e6e6e6 none repeat scroll 0 0;
	border-radius: 100%;
	height: 110px;
	margin: 15px auto 40px;
	position: relative;
	width: 110px;
}
.testimonials-wrapper .item-img {
	padding: 12px;
}
.testimonials-wrapper .item-img img {
	width: 100%;
	display: block;
	transform-style: preserve-3d;
}
.testimonials-wrapper h3 {
	text-align: center;
	margin: 0 0 30px;
	color: #e6e6e6;
	font-size: 18px;
	font-weight: 600;
}
.testimonials-wrapper h3 span {
	font-size: 13px;
	font-weight: 400;
}
.testimonials-wrapper .carousel-control.left, .testimonials-wrapper .carousel-control.right {
	display: none;
}
.testimonials-wrapper .carousel-indicators li {
	width: 15px;
	height: 15px;
	border: none;
}
.testimonials-wrapper .carousel-indicators .active {
	width: 15px;
	height: 15px;
	opacity: 0.8;
}
.testimonials-wrapper .carousel-indicators {
	bottom: -30px;
}
/*
================================================
15. gallery
================================================
*/
.gallery {
	clear: both;
	float: left;
	width: 100%;
	padding: 15px 0 0;
	margin:0 0 -2px;
}
.work {
	padding: 0;
}
.work img {
	width: 100%;
}
.work a {
	display: block;
	overflow: hidden;
	position: relative;
}
.work-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	padding: 20px;
}
.work-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1;
}
.work:hover .work-inner:after {
	opacity: 0.8;
}
.work-info {
	text-align: center;
	margin-top:32%;
	top: -15px;
	position: relative;
}
.work-info p, .work-info h2, .work-info i {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.work-info h2 {
	font-size: 20px;
	color: #fff;
	top: -10px;
	margin: 0;
	padding: 0;
	line-height: 35px;
}
.work-info p {
	font-size: 12px;
	top: 10px;
	font-weight: 700;
	-webkit-transition: all 0.6s;
}
.work-info i {
	font-size: 14px;
	top: 20px;
	font-weight: 700;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	color: #333;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.work:hover .work-info p, .work:hover .work-info h2, .work:hover .work-info i {
	opacity: 1;
	top: 0;
}
.gallery-filter {
	list-style: outside none none;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 30px;
}
.gallery-filter li {
	background-color: #ffffff;
	border: 1px solid #ececec;
	color: #888888;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 32px;
	margin: 0 5px 10px;
	overflow: visible;
	padding: 0 17px;
	position: relative;
	transition: color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
	font-size: 13px;
}
.gallery-filter li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.gallery-filter li.active:after {
	width: 100%;
}
.work-popup {
	max-width: 730px;
	background: #fff;
	position: relative!important;
	margin: 30px auto;
	left: 0!important;
}
.work-popup img {
	width: 100%;
	height: 100%;
}
.work-popup-content {
	padding: 25px;
}
.work-popup-content h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.work-popup-content p {
	text-align: left;
	line-height: 23px;
}
.mfp-close-btn-in .mfp-close {
	position: absolute;
	background: #fff;
	font-size: 40px;
	width: 50px;
	height: 50px;
	opacity: 1;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}
/*
================================================
16. Pricing Table
================================================
*/
.pricing-table-wrapper {
	padding: 65px 0 76px;
}
.pricing-table-wrapper .pricing-table {
	display: inline-block;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}
.pricing-table-wrapper .price-content-wrap {
	background: #fff;
	border-top: 2px solid #333;
	padding: 30px 0 55px;
	text-align: center;
	box-shadow: 0 0 17px 2px rgba(0, 0, 0, 0.1);
}
.pricing-table-wrapper .plan-name {
	display: inline-block;
	width: 85%;
	background: rgba(0, 0, 0, 0.03);
	margin: 0 0 30px;
	padding: 15px 0 20px;
}
.pricing-table-wrapper .price-title {
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px 0;
	width: 100%;
}
.pricing-table-wrapper .price-amount {
	font-size: 48px;
	font-weight: 800;
	margin: 0 auto;
	padding: 12px 10px 0;
	text-transform: uppercase;
	display: block;
}
.pricing-table-wrapper .price-amount span {
	font-size: 24px;
	color: #000;
}
.pricing-table-wrapper .price-date {
	color: #757575;
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.pricing-table-wrapper .price-details {
	font-size: 16px;
	font-weight: 500;
	list-style: none;
}
.pricing-table-wrapper .price-details li {
	padding: 6px 0;
}
.pricing-table-wrapper .price-btn {
	margin-top: 30px;
}
.price-btn {
	background: #333;
	color: #fff;
}
.pricing-table-wrapper .features-price-btn:hover {
	background: #333;
	color: #fff;
}
.pricing-table-wrapper .btn {
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	padding: 15px 25px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s !important;
	border: none;
}
/*
================================================
17. Contact us
================================================
*/
.contactus {
	padding: 0px 0 0;
	background: #f5ebe1;
}
.contact-inner {
	padding: 0 0 60px;
	width: 100%;
	display: inline-block;
}
.contact-inner form {
	padding: 0;
}
.form-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	padding-left: 15px;
}
.contactus textarea {
	height: 100px;
}
 
.google-map iframe {
	width: 100%;
	border: solid 1px #ccc;
}
.form-control {
	background: #fff;
	border-color: #e2e2e2;
	border-image: initial;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	font-size: 14px;
	height: 45px;
	line-height: 24px;
	padding: 15px 20px;
	transition: all 0.3s ease 0s;
}
.contactus .btn {
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	padding: 15px 25px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s !important;
	margin: 20px 0 0;
	float: left;
}
.contactus .btn:hover {
	opacity: 0.8;
}
.contactus .form-group {
	margin-bottom: 17px;
}
/*
================================================
18. Footer
================================================
*/
footer {
	padding: 25px 0;
	width: 100%;
	float: left;
}
footer p {
	color: #fff;
	text-align: center;
	margin: 0;
}

/*
================================================
19. Media Quries 
================================================
*/
@media (max-width: 400px) {
	.purejscarousel-dots-container {
		margin: 14px auto 0 14% !important;
		width: auto;
		display: block;
		float: left;
	}
	}

@media (min-width: 768px) {
.gal-container .modal-dialog {
	width: 55%;
	margin: 50 auto;
}
}

@media (max-width: 768px) {
.gal-container .modal-content {
	height: 250px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
header {
	height: 500px;
}
.navigation {
	padding: 0;
	
}
.navbar-nav > li {
	padding: 0 0 0 15px;
}
.navbar {
	margin-top: 8px;
}
.navbar-collapse {
  float: left;
  margin: 22px 0 0;
  padding: 0;
}
.banner-content h1 {
	font-size: 42px;
}
.banner-content p {
	padding: 0;
}
.service-callouts div {
	border: none;
}
.counters .counter {
	padding: 25px 10px;
}
.pricing-table .space1 {
	margin-top: 30px;
}
.contact-details div {
	font-size: 15px;
}
.about-wrapper .space {
	margin-top: 30px;
}
.our-blog .single-post-content {
	margin: 0 0 15px;
}
.contact-inner form {
	padding: 0;
	margin: 20px 0 0;
}
#scrool-top {
	right: 15px;
}
}

@media (max-width: 767px) {
section h2 {
	font-size: 25px;
}
header {
	height: 380px;
}
.logo-bar {
	z-index: 9;
	padding: 10px 0;
}
.navbar-toggle {
	margin: 6px 0 5px;
}
.navbar {
	margin: 0;
}
.navbar-brand {
	display: block;
	height: auto;
	font-size: 40px;
}
.affix .navbar {
	margin: 15px 0 10px;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-nav > li > a {
	padding-bottom: 10px;
	display: inline-block;
}
.navbar-default .navbar-collapse {
	float: none;
	border: none;
	box-shadow: none;
}
.banner-content p {
	display: none;
}
.banner-content h1 {
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 20px;
}
.aboutus {
	padding: 65px 0 0;
}
.section-title > p {
	width: 98%;
}
.counter {
	margin: 0 0 50px;
}
.counters {
	padding-bottom: 30px;
}
.pp_expand {
	display: none !important;
}
.service-callouts .services-box .services-iconbox {
	line-height: 30px;
}
.service-callouts i {
	line-height: 25px;
}
.service-callouts div {
	border: none;
	padding: 20px 0;
}
.testimonials-wrapper > div {
	padding: 0;
}
.headercontact span {
    float: left !important;
    padding: 0 !important;
}

.team-cnt > div {
	padding: 0;
}
.callouts {
	padding: 0;
}
.pricing-table-wrapper .space {
	margin: 30px 0;
}
#scrool-top {
	right: 15px;
}
.contact-details > div {
	padding: 0;
}
.contact-inner form {
	padding: 15px 0;
}
.contact-inner form > div {
	padding: 0;
}
.contact-inner {
	padding: 0 15px 30px;
}
.contact-inner div {
	margin-bottom: 15px;
}
.contact-details div {
	border: none;
}
}

.headerBar {
	border-bottom: 1px solid #800000;
    padding: 8px 0;
}
.headercontact {
    font-weight: bold;
	color: maroon;
}
.headercontact img {    width: 15px;
		margin-right: 7px;
	
}

.headercontact span {padding-left: 2vh }
.social-icons i {
	margin: 0px 8px;
    float: right;
    font-size: 20px;
    color: maroon;
}

.navigation {
    margin-top: 2vh;
}

.faq {
	padding: 15px 0;
	position: relative;
  }
  .faq .faq-list {
	padding: 0;
	list-style: none;
  }
  .faq .faq-list li {
	  
	  margin-bottom: 10px;
	  border-radius: 10px;
	  padding: 10px 40px;
  }
  .faq .faq-list a {
	  display: block;
	  position: relative;
	  font-size: 18px;
	  font-weight: 600;
	  color: #333333;
	  text-decoration: none;
  }
  
  .faq .faq-list i {
	font-size: 16px;
	position: absolute;
	left: -25px;
	top: 6px;
	transition: 1s;
  }
  .faq-title {
	  text-align: center;
	  font-size: 17px;
	  margin-bottom: 30px;
	  padding-bottom: 10px;
	  color: #ffffff;
  }
  
  .faq .faq-list p {
	padding-top: 8px;
	margin-bottom: 20px;
	font-size: 16px;
  }
  
  .collapsed i.fa.fa-arrow-up {
	  
  }
  .collapsed i.fa.fa-arrow-up {
	  transform: rotate(180deg);
  }

  .pure-js-carousel{overflow:hidden}.pure-js-carousel-list:before,.pure-js-carousel-list:after{content:"";display:table}.pure-js-carousel-list:after{clear:both}.pure-js-carousel-slide{float:left}
  
.carousel {
	margin: 10px auto;
	overflow: hidden;
	position: relative;
	width: 300px;
  }
  
  @media (min-width: 480px) {
	.carousel {
	  width: 360px;
	}
  }
  
  @media (min-width: 768px) {
	#carousel-one-by-one.carousel {
	  width: 1200px !important;
	}
	.carousel {
	  width: 600px;
	}
  }
  
  .carousel:before,
  .carousel:after {
	content: "";
	display: table;
  }
  
  .carousel:after {
	clear: both;
  }
  
  .slides {
	background: #F44336;
	border: 10px solid #f5ebe1;
	color: #fff;
	float: left;
	font-size: 20px;
	height: 300px;
	line-height: 5;
	text-align: center;
	width: 300px;
  }
  
  .purejscarousel-btn {
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	height: 20px;
	margin-top: -35px;
	position: absolute;
	top: 62%;
	width: 20px;
  }
  
  .purejscarousel-btn-next {
	border-bottom: 3px solid maroon !important;
	border-right: 3px solid maroon !important;
	right: 5px;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
  }
  
  .purejscarousel-btn-prev {
	border-bottom: 3px solid maroon !important;
	border-left: 3px solid maroon !important;
	left: 5px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  .purejscarousel-dots {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 100%;
  }
  
  .purejscarousel-dot {
	display: inline-block;
	margin: 0 5px;
  }
  
  .purejscarousel-dot {
	background: #d6b36a;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	border: none;
  }
  
  .purejscarousel-dot.active{
	background: maroon;
  }
  
  .purejscarousel-dots-container {
	  margin: 14px auto 0 41%;
	  width: auto;
	  display: block;
	  float: left;
  }
  
  .purejscarousel-slides-container {
	  display: block;
	  float: left;
  }

 

	div#faq {
		position: absolute;
		bottom: 24px;
	}

	div#amenities , div#gallery {
		position: absolute;
		bottom: 60px;
	}
	div#contactus {
		position: absolute;
		bottom: 40px;
	}

	.address {
		font-size: 20px !important;
		line-height: 35px !important;
	}

	.bookmark {text-indent: -999px;}