@charset "utf-8";
/* CSS Document */
/*
 * Meeting Rooms landing page template
 *Author : Jitu chauhan
 *
*/

/*--------------------------------
	  		General
--------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	color: #494a47;
	    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	color: #494a47;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 30px;
	margin-top: 0px;
	letter-spacing: -1px;
}
h1 {
	font-size: 36px;
	font-weight: 500;
}
hnew {
	color: #ffffff;
	font-size: 45px;
	font-weight: 600;
}

htop1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 300;
line-height: 20px;
}

htop {
	color: #ffffff;
	text-shadow: black 0.05em 0.1em 0.2em;
	font-size: 32px;
	font-weight: 400;

}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
p {
	color: #6a6b67;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 30px;
	line-height: 28px;
}
ul, ol {
	margin-bottom: 30px;
	padding-left: 0px;
}
ul li, ol li {
	color: #7a7878;
	margin-bottom: 15px;
	list-style: none;
}
a {
	color: #f76513;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}
/**************** Button ******************/
.lp-btn-default {
	border-color: #252623;
	background-color: #252623;
	color: #f9f9f9;
	padding: 7px 12px;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 700;
}
.lp-btn-default:hover, .lp-btn-default:focus {
	background-color: #fff;
	border-color: #fff;
	color: #97bf51;
}
/**************** Form ******************/
.form-box {
	background-color: #2d96c9;
	padding : 25px;
	margin-bottom: 10px;
	margin-top: 100px;
}

.form-boxacvh {
	background-color: #494947;
	color: #000000;
	padding : 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}


.form-box h1 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 35px;
}
label {
	color: #000000;
}
input.form-control {
	border: 0px;
	background-color: #fff;
	height: 40px;
	font-size: 15px;
	color: #a0a0a0;
}
select.form-control {
	border: 0px;
	background-color: #fff;
	height: 40px;
	font-size: 15px;
	color: #a0a0a0;
	margin-bottom: 15px;
}
text-area.form-control {
}
.lp-hero .form-box .lp-btn-default {
	padding: 10px 39px;
	margin-top: 25px;
}
input.error {
	border: 2px solid red!important;
}
form.booking-form label.error, label.error {
	color: red;
}
select.error {
	border: 2px solid red!important;
}
form.booking-form select.error {
	color: red;
}
/************** section class ******************/
.lp-section-container {
	padding: 50px 0px;



}
.lp-section-title {
	margin-bottom: 55px;
	text-align: center;
}
.lp-section-block {
	margin-bottom: 30px;
}
.lp-section-color {
	background-color: #f7f7f7;
}
.lp-lead {
	color: #2d96c9;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 35px;
}
.lp-pic {
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 10px;
}
.lp-pic img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	max-width: 100%;
}
.lp-picavch img {
	
	max-width: 100%;
}
.lp-pic:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
::selection{ 
	background-color:#91be4b;
	color:#fff;}
::-moz-selection{
	background-color:#91be4b;
	color:#fff;
}
/**************** font awesome css ********************/
.check li {
	position: relative;
}
.check li:before {
	font-size: 18px;
	margin-right: 10px;
	font-family: FontAwesome;
	top: 0;
	left: -5px;
	content: "\f00c";
}
/**************** Back to Top ***********************/

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(145, 175, 75, 100) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #cb2529;
	opacity: 1;
}
/*************** lp header  ****************/
#lp-hero {
}

.lp-hero {
	
	background-position: center;
	-webkit-background-size: cover;
	min-height: 750px;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding-bottom: 100px;
}
.lp-header {
}
.lp-header .navbar-default {
}
.lp-header .navbar-brand {
    padding: 9px 15px;
}
.lp-header .navbar-default ul li.call {
	color: #fff;
	font-size: 18px;
	padding-top: 15px;
}
.lp-header .navbar-nav>li {
    margin-bottom:0px;
}
.lp-header .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #91be4b;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.lp-header .navbar-default .navbar-nav>.active>a,
.lp-header .navbar-default .navbar-nav>.active>a:focus,
.lp-header .navbar-default .navbar-nav>.active>a:hover {
    color: #91be4b;
    background-color: transparent;
    border-bottom: 2px solid #91be4b;
}
.lp-header .navbar-default .navbar-nav>li>a:focus, .lp-header .navbar-default .navbar-nav>li>a:hover{
	color:#fffff;
}
.hero-ctn {
	padding-top: 50px;
}
.lp-hero .hero-caption {
	padding-top: 225px;
}
.hero-caption ul {
}
.hero-caption ul li {
	font-size: 24px;
	color: #ffffff;
}
.hero-caption ul li i {
	font-size: 24px;
	color: #91be4b;
	margin-right: 15px;
}
.hero-caption h1 {
	
font-size: 65px;
	font-weight: 800;
color: #ffffff;
text-shadow: 0.05em 0.1em 0.1em black;
	line-height: 60px;
	letter-spacing: -2px;
	
}
/*************** lp features  ****************/

#lp-features {
}
.lp-features {
}
.lp-features .lp-section-block {
}





.room-blockavch {
	
}
.room-blockavch .room-picavch {
}
.room-blockavch .room-picavch .img-captionavch {
	background-color: #2d96c9;
	position: absolute;
	top: 0px;
	right: 15px;
	font-weight: 600;
	padding: 8px 16px;
}
.room-block .room-pic .img-caption span {
	font-size: 14px;
	color: #fff;
}







.room-block {
	border: #efefef solid 1px;
}
.room-block .room-pic {
}
.room-block .room-pic .img-caption {
	background-color: #2d96c9;
	position: absolute;
	top: 0px;
	right: 15px;
	font-weight: 600;
	padding: 8px 16px;
}
.room-block .room-pic .img-caption span {
	font-size: 14px;
	color: #fff;
}
.room-block .room-info {padding:20px;}
.room-block .room-info h2 {margin-bottom: 20px;
}
.room-block .grey-box {
	border: #efefef solid 1px;
	background-color: #f7f6f5;
	font-weight: 600;
	padding: 11px;
}
.room-block .grey-box span {
	font-size: 15px;
	color: #494a47;
}
.room-block .grey-box span {
	font-size: 15px;
	color: #2d96c9;
}
/*************** lp benefit  ****************/ 

#lp-benefit {
}
.lp-benefit {
}
.lp-benefit .lp-section-block {
}
.benefit-block .square {
	height: 100px;
	width: 100px;
	border: 5px solid #91be4b;
	margin-bottom: 10px;
	float: left;
	margin-right: 30px;
	text-align: center;
	line-height: 7.9;
}
.benefit-block .square i {
	font-size: 42px;
	color: #91be4b;
}
.benefit-block {
	margin-bottom: 40px;
	display: inline-block;
}
.benefit-block .benefit-info {
}
.benefit-block .benefit-info h2 {
	line-height: 32px;
	margin-top: 15px;
	font-weight: 300;
	color: #494a47;
	font-size: 24px;
}
/*************** lp intro  ****************/ 

#lp.intro {
}
.lp-intro {
}
.lp-intro .lp-section-block {
	margin-bottom: 100px;
}
.lp-intro .lp-section-block .intro-img .big-img {
	 
}
.intro-info {
	padding: 30px 33px;
	margin-top: 15px;
}
.intro-info h1 {
	
}
.intro-cta .intro-booking h2 a {
	color: #494a47;
	font-size: 30px;
	text-decoration: underline;
	font-weight: 500;
}
.intro-cta .intro-calling h2 {
	font-size: 30px;
	color: #97bf51;
	font-weight: 500;
}
.intro-cta .intro-social {
}
.intro-cta .intro-social a {
	display: inline-block;
	margin-right: 30px;
}
.intro-cta .intro-social a i {
	font-size: 36px;
	color: #e5e6e3;
}
.intro-cta .intro-social a :hover {
	color: #97bf51;
}
/*************** lp quality  ****************/ 

#lp-quality {
}
.lp-quality {
}
.quality-info .lp-section-title {
	text-align: left;
}
.lp-quality {
	margin-bottom: 0px;
}
.quality-info {
	padding-bottom: 120px;
	padding-top: 150px;
}
.lp-quality .quality-info .quality-ctn ul li {
	font-size: 21px;
	margin-bottom: 25px;
	display: flex;
}
.lp-quality .quality-info .quality-ctn ul li i {
	font-size: 21px;
	color: #97bf51;
	margin-right: 20px;
}
/*************** lp testimonial  ****************/ 

#lp-testimonial {
}
.lp-testimonial {
}
.testimonial-block{}
.testimonial-info{}
.testimonial-block .testimonial-info p {
	font-size: 24px;
	font-style: italic;
	line-height: 36px;
}
.testimonial-img {
	float: left;
	margin-right: 20px;
}
.testimonial-block .testimonial-name {
	margin-top: 20px;
	display: inline-block;
}
.testimonial-block .testimonial-name span {
	font-size: 21px;
	color: #97bf51;
	font-weight: 600;
}
.testimonial-block .testimonial-name small {
	font-size: 14px;
	color: #6a6b67;
}
/*************** lp cta  ****************/ 

#lp-cta {
}
.lp-cta {
	background-color: #97bf51;
}
.cta-block {
	text-align: center;
}
.cta-block h1 {
	color: #fff;
}
.cta-block p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 55px;
	line-height: 40px;
}
.cta-block .lp-btn-default {
	padding: 20px 42px;
}
/*************** lp footer  ****************/

.lp-footer {
	background-color: #2d2d2d;
	padding-top: 75px;
	padding-bottom: 50px;
}
.footer-block i {
	font-size: 24px;
	color: #91be4b;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.footer-block address {
	font-size: 24px;
	color: #969793;
	display: inline-block;
}
.footer-block .ft-call i {
	font-size: 24px;
	color: #91be4b;
}
.footer-block .ft-call p {
	font-size: 24px;
	color: #969793;
}
.footer-block .ft-mail {
	font-size: 24px;
	color: #91be4b;
}
.footer-block .ft-mail p {
	font-size: 24px;
	color: #969793;
}
.ft-mail p.email-id {
	font-size: 24px;
	color: #fff;
}
/*************** lp tiny-footer  ****************/
.lp-tiny-footer {padding-bottom: 48px;
    padding-top: 47px;
	background-color: #2d2d2d;
}
.lp-tiny-footer p {
	font-size: 14px;
	color: #969793;
	text-align: center;
	margin-bottom: 0px;
}
/*********** scrolling css ***********/
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
		 background: 0 0;
		  border: 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        /* Customize the look and feel of the collapsed top nav here */
        padding: 0;
    }
	.top-nav-collapse {
    padding: 0;
    background: #494a47;
	border-color: #494a47;
	}
}
/************ mobile css *************/
@media (max-width: 767px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
	.lp-section-container {
    	padding: 80px 0px;
	}
	/********** header **************/
	.lp-header .navbar-default {
    background-color: #252623;
    border-color: #252623;
}
.lp-header .navbar-brand {
    height: 49px;
    padding: 9px 15px;
}
	/********* hero ***********/
	.lp-hero .hero-caption {
		padding-top: 50px;
	}
	.lp-hero .hero-caption h1 {
		font-size: 39px;
	}
	.lp-hero .hero-caption ul li {
		display: flex;
	}
	.form-box h1 {
    	font-size: 30px;
	}
	/********** features  **********/
	.room-block {
    	margin-bottom: 30px;
	}
	.room-block .room-pic img{
		width:100%;
	}	
	/********** benefit  **********/
	.benefit-block .benefit-info h2 {
    	display: flex;
		margin-top:0px;
	}
	/*************** lp intro  ****************/ 
		.lp-intro .lp-section-block {
			margin-bottom: 0px;
		}
	/*************** lp quality  ****************/ 
		.quality-info {
			padding-bottom: 30px;
		}
	/******** testimonals ************/
	.testimonial-block {
    	margin-bottom: 30px;
		display: inline-block;
	}
	.testimonial-block .name {
    	margin-top: 22px;
	}
	.testimonial-block .name h2 {
    	margin-bottom: 11px;
	}
	/************ intro ***************/
	.intro-cta .intro-calling h2 {
    	font-size: 26px;
	}
	.intro-cta .intro-booking h2 a {
    	font-size: 26px;
	}
	.cta-block .cta-info p {
    	margin-bottom: 30px;
	}
	.intro-cta .intro-social a {
    	margin-right: 20px;
	}
	/************ cta **************/
	.cta-block .lp-btn-default {
    	padding: 17px 15px;
		font-size:16px;
	}
	/************** footer **********/
	.footer-block i, .footer-block .ft-call i {
    font-size: 20px;
    margin-right: 15px;
	}
	.footer-block address, .footer-block .ft-call p, .footer-block .ft-mail p, .footer-block .ft-mail p{
    	font-size: 20px;
	}
}