

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 18px;
    color: #222;
    max-width:100%;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
span{ font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.label{font-size:.7em !important;font-weight:200 !important;}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
a{}
.clear {
    clear: both;
}
img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control,.form-group {
    font-size: 15px;
    height: 45px;
}
.form-control {
    display: inline-block;
    width: 60%;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #d51a21;
    background: none;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #5e9a28;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color:#000000;
	text-transform:uppercase;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 2.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
h2 {
    font-size:2rem;
    line-height: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h3 {
    font-size:1.5rem;
    line-height: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color:#223d61;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.375rem;
    margin-bottom:30px;
}
p:last-child {
    margin-bottom: 0px;
}
.text {
    color: #333333;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg{
    background: url(../images/bg1.jpg) no-repeat top center;
	background-size:cover;
}
.whitetext {
    color: #fff;
}
.blackbg{
    background: #000;
}
.lightbg {
    background-color: #fff;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


/*
Section
*/
.sections {
    padding-top:65px;
    padding-bottom: 65px;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}
.home-overlay {
    background-color:rgba(101, 63, 64, 0.3);
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 2px;
    width: 60px;
    margin: 20px auto;
    background: #ea6065;
}
.separator2 {
    height: 2px;
    width: 60px;
    margin:20px 0px;
    background: #a5a5a5;
}
.separator3 {
    height: 2px;
    width: 50px;
    margin:10px auto;
    background: #fff;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #5e9a28;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #fd4141;
    border-color: #fd4141;
}

.btn {
    display: inline-block;
    min-width: 180px;
    padding: .4em;
    height: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 1.05rem;
    border-radius: 0px;
    margin-top: 20px;
    background-color: rgba(37, 32, 32, 0.61);
    transition: .5s;
    border: 1px solid #d51a21;
	text-transform:uppercase;

}
.btn:hover {
    background-color:#fd4141;
    color: #fff;
    text-decoration: none;
    border:1px solid #fd4141;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color:#000;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-120 {
    margin-top: 120px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #555555;
}
input::-moz-placeholder {
    color: #555555;
}
input::-ms-input-placeholder {
    color: #555555;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:#fff;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 80px;
    /*    background-color: transparent;
        -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;*/

}

.menu-scroll .main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
    height: 80px;
}
.menu-scroll .main_menu_bg .nave_menu {
    margin-top:0px;
}
.main_menu_bg{
    margin-top: 0px;
    background-color: #d51a21;
    height: 90px;
    transition: all 0.3s;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .3s;
/*    margin: 15px auto;
*/}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#fff;
}
.main_menu_bg .nave_menu {
    transition: all 0.6s;
}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #fff;
    background:url(../images/line.png) no-repeat scroll 15px 40px;
}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 0.875rem;
    color: #f5f5f5;
	text-transform:uppercase;
}
.main_menu_bg .navbar-nav>li>a span{
	    font-size: 0.875rem;
		padding:0 5px;
}
.main_menu_bg .navbar-nav>li>a span,.main_menu_bg .navbar-nav>li>a i{
	float:left;
}
.main_menu_bg .navbar-nav>li>a i{
	font-size:18px;
}
.navbar-brand>img {
    max-width: 80%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#ffe1bd;

}
.dropdown-menu>li>a{
    line-height: 1.5;
}
/*.navbar-nav>li>.dropdown-menu{
    margin-top:20px;
}*/


/*home section*/
.main_home{
    margin-top:90px;
    padding: 200px 0px;
    position: relative;

}
.main_home h1{
    color: #fff;
    padding-bottom: 25px;
}
.main_home p.subtitle{
    color: #000;
    padding-bottom: 25px;
    font-size:1.5rem;
    line-height: 2rem;
    margin:0 auto;
}
.main_home_slider{
}
.single_home_slider{
    background:url(../images/slide.jpg) no-repeat top center;
    position: relative;
	background-size:cover;
}
.main_home_slider .owl-controls{
    position: absolute;
    right:1%;
    top:50%;
    z-index: 99;
}
.home .owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d51a21;
    border:0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 2px 10px;
    background: transparent;
    border:1px solid #a02019;
    display: inline-block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
}


/*========================================================================
service section css
==========================================================================*/
.head_title{
    margin-bottom:60px;
}
.head_title h2{
    font-size:3.125rem;
    color:#223d61;
}
.head_title p{
    font-size:1rem;
}


/*=======================================================================
                        Work sectin style
=========================================================================*/
.main_mix_content{
    overflow: hidden;
}
.main_mix_content .single_mixi_portfolio{
    margin-bottom:30px;
}


/*====================================================================
 Team section Style
======================================================================*/

.main_team_area .single_team .team img{
    margin-bottom:20px;
    width:250px;
    height: 250px;
    margin:20px auto;
	border: 10px solid rgba(255, 255, 255, 0.54);
}
.main_team_area .owl-controls{
    margin-top:50px;
}
.main_team_area .owl-nav{
    position: absolute;
    top:15%;

}
.main_team_area .owl-carousel .owl-controls .owl-nav .owl-prev{
    float: left;
    position: absolute;
}
.main_team_area .owl-carousel .owl-controls .owl-nav .owl-next {
    float: right !important;
    position: relative;
    right:-1350%;
}
.main_team_area .owl-theme .owl-nav [class*='owl-'] {
    color: #e06065;
    font-size: 3rem;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
}
.main_team_area .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: white;
}


/*===================================================================
                    Clients Section Style
=====================================================================*/
.single_left_text{
}
.slider-pro .sp-slides.sps_slider{
    height: 200px !important;
}
.slider-pro p.sp-layer.right_sp_layer {
}

/*===================================================================
                    Contact section style
=======================================================================*/
.contact{
    background: url(../images/tuchbg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

.main_contact .head_title.whitetext h1{
    color:#fff;
}
.main_contact label{
    font-family: 'Montserrat', sans-serif;
    font-size:1.125rem;
    font-weight: 300;
    margin-bottom:10px;
}
.main_contact .form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #e6dcdd0a; 
    background-image: none;
    border-top: 1px solid #555;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.main_contact .single_contant_left input[type="submit"]{

}

.main_contact textarea.form-control {
    height: auto;
    border-bottom: 1px solid #333;
}

.main_contact .single_message_right_info{
    display: inline-block;
    width: 100%;
    margin-top: 65px;
}

.single_message_right_info li{
    font-size: 1.125rem;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    line-height: 1.5rem;
}
.single_message_right_info li i{
    padding: 5px;
    font-size:1rem;
    float: left;
    width:8%;
    display: inline-block;
    text-align: center;
}
.single_message_right_info li span{
    display:inline-block;
    float: left;
    width:90%;

}
.contact_socail a i{
    font-size:0.8125rem;
    color:#000;
    background: #fff;
    text-align: center;
    width:40px;
    height: 40px;
    line-height: 40px;
    margin-left:10px;
}
.contact_socail a:hover i{
    background: #fd4c42;
    color:#fff;
}
.amenities li{
    background: #ece2e3;
	font-size:15px;
    padding: 10px;
    border-radius: 5px;
    color: #222;
    margin: 5px 10px;
	float:left;
	border: 1px solid #fbbcc296;
}



/*==================================================================
                    footer section
====================================================================*/
.footer {
    border-top: 1px solid #d51a21;
    background: #19161f;
}
.copyright_text p{
    color:#aaa79e;
    font-size:0.8125rem;
    /*    line-height: 25px;*/
    padding: 40px 20px;
    max-width: 100%;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ffcb93;
}
.copyright_text p a{
    padding:0px 10px;
    color:#ffcb93;
}


/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #ffcb93;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}





/*====================================================================
                         About Page Style
======================================================================*/

.main_about_area .separator2{
    margin-top:0px;
    margin-bottom: 40px;
}
.main_about_area .single_about_left_text{
    width:80%;
    margin:40px auto;
}
.main_about_area .single_about_left_text h4{
    line-height: 3rem;
}


/*======================================================================
                    instagram Section
-=======================================================================*/
.instagram-thumbnails img{
    width: 18%;
    display: inline-block;
    margin: 5px;
}






/*========================================================================
                Service Page One Style
==========================================================================*/

.main_events_area{}
.main_events_area .single_events span{
    display: inline-block;
}
.main_events_area .single_events p{
    font-size:1.875rem;
    line-height: 2rem;
}
.main_events_area .single_events span.e_text{}
.main_events_area .single_events span.separator3{
    margin: 10px 50px;
}
.main_events_area .single_events span.e_price{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size:2.5rem;
}
.main_events_area .single_events span.e_text1{
    margin-left:20px;
    color:#8e8e8e;
}
.main_events_area .single_events.events_btn .btn{
    margin-top:0px;
}





/*=====================================================================
                    Works page style
=======================================================================*/
.single_mixi_portfolio{
    position: relative;
}
.single_work_overlay{
    background: rgba(21, 10, 10, 0.61);
    width:80%;
    height: 80%;
    left:10%;
    top:10%;
    position:absolute;
    padding-top: 15%;
    opacity: 0;
    transition: all 0.6s;
}
.single_work_overlay.single_work_overlay2{
    padding-top: 40%;
}
.single_mixi_portfolio:hover .single_work_overlay{
    opacity: 1;
}




/*=====================================================================
                    Work1 page style
=======================================================================*/

.main_work1_area{}
.main_work1_area .main_work1_content{
    padding-top:35px;
}
.main_work1_area .owl-theme .owl-nav [class*='owl-'] {
    color: #989898;
    background: transparent;
    font-size:1.125rem;
}
.main_work1_area .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    top: -880px;
}

.main_work1_area .owl-theme .owl-dots .owl-dot span{
    border-radius:50%;
}
.main_work1_area .owl-theme .owl-dots .owl-dot.active span{
    background: #d51a21;
    border: 0;
}

.work_socail a i{
    background: #d51a21;
    color:#fff;
    transition: all 0.6s;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}

.work_socail a:hover i{
    background: #FFE1BD;
    color:#fff;
}

/* main work1 content section */

.main_work1_content_area{}

.main_work1_content_area .signle_work1_left {
    width: 80%;
    margin: 0px auto;
}


/*main work1 team section */
.main_work1_team_area{}
.main_work1_team_area .owl-theme .owl-dots .owl-dot span{
    border-radius:50%;
}
.main_work1_team_area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #a02019;
}

.main_work1_team_area .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    top: 40px;
    position: relative;
}

.main_work1_team_area .single_work1_team .team{
    margin-top:30px;
}


/*==================================================================
                Blog Page Style
====================================================================*/
.blogmix .mix{
    display: none;
}
.blogmix in{
    overflow: hidden;
}
.single_service{
    min-height: 555px;
}
.blog_readmore_btn{
    display: block;
    width:100%;
    overflow: hidden;
}
ul li.filter{
    cursor:pointer;
}

/*==================================================================
                BlogInner Page Style
====================================================================*/

.main_bloginner_area{}
.main_bloginner_content{}
.main_bloginner_content .single_bloginner img{
    width:100%;
}
.single_bloginner h1{
    font-size:3rem;
    margin-bottom: 1rem;
}
.single_bloginner.s_blogIner_4.single_bloginner_bottom_heading{
    width:80%;
}
.single_bloginner.s_blogIner_4.single_bloginner_bottom_heading h4{
    letter-spacing: 1px;
    line-height: 3rem;
}



/*=======================================================================
                    Cantact Us Page Style 
=========================================================================*/

.contactus .form-control{
    color:#333;
}
.ourmap {
    width: 100%;
    height: 700px;
}




.navbar-brand{
	padding: 0px 15px !important;
}
.nav{
	padding:15px 0;
}
.container-fluid .col-sm-12{
	padding:0px;
}


.single_home_slider h2{
	text-transform:uppercase;
	color:#fff;
	text-shadow: 2px 2px 4px #000000;
	font-size: 3.25rem;
}
.single_home_slider .subtitle{
	text-transform:uppercase;
	color:#dadada !important;
	text-shadow: 2px 2px 4px #000000
}
.menu-scroll .main_menu_bg .navbar-nav>li>a{
	color:#d51a21;
}
.navbar-fixed-top .color-logo{
	display:none;
}
.menu-scroll .color-logo{
	display:block !important;
}
.menu-scroll .bw-logo{
	display:none !important;
}
.divider-sm {
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 43px;
    height: 2px;
    background-color: #f54f15;
    border: none;
}
.single_service p {
	font-family: 'Montserrat', sans-serif;
    font-weight: 300 ;
	font-size:16px;
}
.team h4,.single_work_overlay h4,.main_clients_area .slider-pro h4.sp-layer{
	font-size:1.2rem;
}
.main_team_area h1,.main_team_area h4{
	color:#3c3c3c;
}
.single_work_overlay h4{
	color:#fff;
}
.single_work_overlay a{
	color:#fff;
	background:#d51a21;
	padding:10px;
}
#work .btn {
	background:#1e1f7b;
	color:#fff;
	border: 1px solid #1e1f7b;
}
#work .btn:hover {
    background-color: #d51a21;
    color: #fff;
    text-decoration: none;
    border: 1px solid #d51a21;
}
.form-group label{
	color:#CCC;
}
#contact .btn{
	background:none;
}
#contact .btn:hover{
	background:#d51a21;
}
#clients{
	background: url(../images/about1-bg.png) repeat-x top center;
}



/* --------------------------------------------------------
3.					start hotel booking area CSS
-----------------------------------------------------------*/
body#home_one .hotel_booking_area {
	left: calc( 50% - 585px );
	position: absolute;
	text-transform: uppercase;
	top: 0;
	z-index: 200;
}
body#home_two .hotel_booking_area{
	bottom: 2%;
}
.picker-container{
	display: none;
}

.hotel_booking{
	background:rgba(16, 16, 16, 0.75) none repeat scroll 0 0;
	min-height: 94px;
	padding: 26px 10px;
	position: absolute;
    bottom: 0;
    z-index: 2;
}
.room_book{
	border-right: 1px solid #fff;
	margin-right: 7%;
}
.room_book h6{
	color: #fff;
	font-size: 15px;
    font-weight: 300;
}
.room_book p{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
}
form#form1 .form-group {
  margin: 0;
}
.hotel_booking .input-group {
  width: 100%;
  background:rgb(243, 232, 233);
}
.hotel_booking .input-group input{
	text-transform:uppercase;
	font-size:13px;
	height: 37px;
    padding: 0px 5px;
}
.hotel_booking  .input-group-addon, .hotel_booking_area input#datepicker, .hotel_booking_area input#datepicker1{
	background: none;
	border: medium none;
	color: #d51a21;
}
.hotel_booking  .input-group-addon{
	padding: 0 0 0 10px;
}
.hotel_booking_area ::-webkit-input-placeholder { /* WebKit browsers */
    color: #d51a21;
}
.hotel_booking_area ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fdc500;
    opacity:  1;
}
.hotel_booking_area input#datepicker, .hotel_booking_area input#datepicker1, .hotel_booking_area select#room, .hotel_booking_area select#adult, .hotel_booking_area select#child, .hotel_booking_area select#bed,.input-group {
	font-size: 13px;
	height: 37px;
	padding: 0px 5px;
	text-transform: uppercase;
	width: 100%;
}
.hotel_booking_area select#room{

}
.form-control:focus{
	box-shadow: none;
}
.hotel_booking_area select{
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #d51a21;
	outline: medium none;
	padding-left: 8px;
}
.hotel_booking_area select > option{
	border: medium none;
	margin: 0;
	padding: 5px 5px 5px 15px;
}
.icon_arrow:after{
	content: '\f107';
	color: #fdc500;
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 42px;
	position: absolute;
	right: 9%;
	top: -6%;
	z-index: 1;
}

/* --------------------------------------------------------
 					end hotel booking area CSS
-----------------------------------------------------------*/


/* calendar style here */
.picker-container {
  position: absolute;
  z-index: 99;
}


.cal {
  background-color: white;
  display: block;
  width: 216px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-collapse: collapse;
  border-spacing: 0;
}

.cal a {
  text-decoration: none;
}

.cal tr, .cal th, .cal td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.cal caption {
  line-height: 32px;
  font-weight: bold;
  color: #e2e2e2;
  text-align: center;
  text-shadow: 0 -1px black;
  background: #333;
  //background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid #333;
  border-bottom: 1px solid #313131;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}
.cal caption a {
  display: block;
  line-height: 32px;
  padding: 0 10px;
  font-size: 15px;
  color: #e2e2e2;
}
.cal caption a:hover {
  color: white;
}
.cal caption .prev {
  float: left;
}
.cal caption .next {
  float: right;
}
.cal th, .cal td {
  width: 30px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.cal th:first-child, .cal td:first-child {
  border-left: 0;
}
.cal th {
  line-height: 20px;
  font-size: 8px;
  color: #696969;
  text-transform: uppercase;
  background: #f3f3f3;
  border-left: 1px solid #f3f3f3;
}
.cal td {
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.cal td a {
  clear: both;
  display: block;
  position: relative;
  width: 30px;
  line-height: 28px;
  color: #666;
  background-image: -webkit-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: -moz-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: -o-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
  -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
}
.cal td a:hover, .cal td.off a {
  background: #f3f3f3;
}
.cal td.off a {
  color: #b3b3b3;
}
.cal td.active a, .cal td a:active {
  margin: -1px;
  color: #f3f3f3;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: #6dafbf;
  border: 1px solid #598b94;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}
.cal td.active:first-child a, .cal td:first-child a:active {
  border-left: 0;
  margin-left: 0;
}
.cal td.active:last-child a, .cal td:last-child a:active {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td.active a, .cal tr:last-child td a:active {
  border-bottom: 0;
  margin-bottom: 0;
}


.hotel_booking .btn {
    width: 100%;
	min-width:0px;
    padding: .4em;
    margin-top: 0px;
}
.hotel_booking h6 {
    margin-bottom: .3rem;
}
.hotel_booking .form-control{
	padding:0px;
}
.hotel_booking .btn {
    background: rgb(213, 26, 33);
    border: 1px solid #d51a21;
}
.hotel_booking .btn:hover {
    background: rgba(29, 27, 27, 0.25);
    border: 1px solid #d51a2;
}
.hotel_booking_area {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
    position: relative;
}
.team p{
	color:#636363;
}
.inner_page{
    background: url(../images/innerbg.jpg) center center;
    padding: 180px 0px 65px;
}
.inner_page2{
    background: url(../images/innerbg2.jpg) center center;
    padding: 180px 0px 65px;
}
.inner_page2 h2 {
    color: #fff;
}
#BookingForm .form-control{
	width:100%;
	border: 1px solid #1e1f7b;
}
#BookingForm .btn{
	margin-top:0px;
	border-radius:30px;
	width:100%;
}
.book_section{
    padding: 20px;
}
.inner_page h2{
	color:#fff;
}


.rates thead th {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}
.rates tbody td {
    font-size: 12px;
}
.rates thead {
    background-color: #547980;
}
table.rates {
    width: 100%;
	margin-top:15px;
}
.rates td,.rates th{
	padding:15px;
}
.single_work_overlay p{
	color:#ffc04f;
}




/* Responsive Table Layout For Table-1 */

.myTable table { width: 100%; }

@media only screen and (max-width: 800px) {
  
  .myTable table {border-left: 1px solid #ddd}
  .myTable .flip-content:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
  .myTable * html .flip-content { zoom: 1; }
  .myTable *:first-child+html .flip-content { zoom: 1; }
  
  .myTable table { width: 100%; border-collapse: collapse; border-spacing: 0; }
 
  .myTable th,
  .myTable td { margin: 0; vertical-align: top; }
  .myTable th { text-align: left; }
  
  .myTable table { display: block; position: relative; width: 100%; }
  .myTable thead { display: block; float: left; }
  .myTable tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
  .myTable thead tr { display: block; }
  .myTable th { display: block; text-align: right; }
  .myTable tbody tr { display: inline-block; vertical-align: top; }
  .myTable td { display: block; min-height: 1.25em; text-align: left; }
 
 
  /* sort out borders */
 
  .myTable th { border-bottom: 0; border-left: 0; }
  .myTable td { border-left: 0; border-right: 0; border-bottom: 0; }
  .myTable tbody tr { border-left: 1px solid #ddd; }
  .myTable th:last-child,
  .myTable td:last-child { border-bottom: 1px solid #ddd; }
}

.no-more-tables table {
  width: 100%;
}


/* Design Layout For Table -2 */


.greenBox {  
   width:96%;
   margin: 35px auto;
}
.greenBox th{
	text-align:center;
    background: #35357d;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.greenBox td{
	color:#19157d;
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	text-align:center;
}
#work h2{
	color:#d51a21;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	font-size:1.5rem
}
#work h2 span{
	color:#5b5b5f;
    font-weight: 600;
	font-size:1.5rem
}
.single_work1{
    border: 8px solid #e0e0e0;
}
.hm a{
	font-size:1.25rem !important;
}
.dropdown-menu{
	background: rgba(23, 16, 16, 0.55);
	text-align:center;
}
.dropdown-menu li:first-child{
	border-bottom:1px solid #d51a21;
}

.contact_contant .form-control,.contact_contant .form-group {
    font-size: 15px;
    height: auto; 
}
.numeric .fa{
	padding-right:8px;
}
.contact_contant a{
	color:#fff;
}
.sp-thumbnail-container{
	height:auto !important;
}
.sp-thumbnail{
	margin-top:0px !important;
}



.room-offer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 4rem 0 0rem 0;
}
.colored{
    background: #f9f5ec;
	padding-top:35px;
	padding-bottom:65px;
}
ul.specific li {
    display: block;
    float: left;
    padding: 12px 78px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom:25px;
    color: #333333;
    width: 33.3333%;
	text-transform:capitalize;
}
.heading h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #5b5b5f;
}.heading  h2 span{
    color: #d51a21;
}


.rq-banner-area .rq-banner-area-mask .bq-banner-text .bq-banner-text-middle .rq-banner-icon {
    color: #c99616;
    position: relative;
    z-index: 99;
    display: block;
    margin: 25px 0;
}
.rq-banner-area .rq-banner-area-mask .bq-banner-text .bq-banner-text-middle .rq-banner-icon {
    color: #c99616;
}
.rq-banner-icon i{
	 color: #c99616;
}

.rq-banner-icon{
    margin: 10px auto 0;
}

.rq-banner-icon:before,.rq-banner-icon:after {
    display: inline-block;
    margin: 6px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #e2d1a7;
    width: 140px;
}

ul.specific li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	background-repeat:no-repeat;
    background-position: center left;
    height:48px;
    width: 48px;
}

ul.specific .one:before {
    background-image: url(../images/icon-13.png);
}
ul.specific .two:before {
    background-image: url(../images/icon-12.png);
}
ul.specific .three:before {
    background-image: url(../images/icon-10.png);
}
ul.specific .four:before {
    background-image: url(../images/icon-15.png);
}
ul.specific .five:before {
    background-image: url(../images/icon-11.png);
}
ul.specific .six:before {
    background-image: url(../images/icon-18.png);
}

.team .separator,.team p{
	display:none;
}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:hover{
	background:#d51a21;
}
/*#bs-example-navbar-collapse-1 ul li a{
	color:#fff !important;
}*/


/* Responsive Table Layout For Table-2 */

@media only screen and (max-width: 800px) {
  
  /* Force table to not be like tables anymore */
  .no-more-tables table, 
  .no-more-tables thead, 
  .no-more-tables tbody, 
  .no-more-tables th, 
  .no-more-tables td, 
  .no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .no-more-tables tr { 
    border-left: 1px solid #ddd; 
    border-bottom: 1px solid #ddd; 
  }

  .no-more-tables tr:last-child {
    border-bottom: 0;
  }
 
  .no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    white-space: normal;
    text-align:left;
  }
 
  .no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  .no-more-tables td:before { content: attr(data-title); }
}

@media only screen and (max-width: 760px) {
	
.navbar-default .navbar-toggle .icon-bar {
    background-color: #e8e8e8;
}		

.dropdown-menu {
    background: rgba(47, 45, 50, 0.32);
}
.collapsed .navbar-toggle {
    border-color: #ddd;
}
		
}


@media only screen and (max-width: 640px) {
	ul.specific li {
		width:100%;
}
.hotel_booking {
    background: rgb(16, 16, 16) none repeat scroll 0 0;
    bottom: 60px;
}
.room_book {
    border-right: 0px; 
    margin-right: 0%;
    margin-bottom: 15px;
}
.main_home {
    margin-top: 90px;
    padding: 100px 0px;
}		
	
}






/* END OF CSS */