@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

@import url('https://fonts.googleapis.com/css?family=Courgette');


body {
    font-family: 'Roboto', sans-serif;
}

.rooms_section {
    min-height: 500px;
    background-color: #fff;
}

.footer_1 {
       
    background-color: #7d1316;
    min-height: 215px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.border_right {
    border-right: 1px solid #8b3639;
    min-height: 175px;
}

.footer_last {
       min-height: 40px;
    background-color: #650b0e;
    text-align: center;
    color: #d1b2b3;
    padding: 10px;
    font-size: 12px;
    letter-spacing: 1px;
}

.carousel-caption h3 {
    font-weight: lighter;
    letter-spacing: 2px;
    text-align: left;
    font-size: 30px;
}

.carousel-caption h2 {
    text-align: left;
    font-size: 35px;
        margin-top: 0px;
}

.carousel-caption {
    top: 40%;
    left: 10% !important;
}

.carousel-indicators .active {
    background-color: #7d1316;
    border: none;
}

.carousel-indicators li {
    background-color: #fff;
}

.rooms_section {}

.rooms_tittle h3 {
    letter-spacing: 1px;
    text-align: center;
    font-size: 30px;
}

.rooms_tittle {
    margin-top: 60px;
    margin-bottom: 25px;
    height: 90px;
    background: url(../images/divider.jpg) no-repeat bottom center;
}

.footer_1 h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 0px;
}

.footer_1 h4 {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.footer_1 ul {
    padding: 0px;
}

.footer_1 li {
    list-style: none;
    height: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.footer_1 li a {
    color: #fff;
}

.footer_1 li a:hover {
    color: #fff;
}

.footer_1 li img,
h5 {
    float: left;
}

.footer_1 li h5 {
    float: left;
    margin-left: 10px;
}

.footer_link li {
	   display: table;
    margin-bottom: 1px;
    margin-top: 1px;
    height: 25px;
	    font-weight: bold;
}

.footer_link li a:hover {
    text-decoration: none;
    color: #fff;
}

.footer_link li a {
    text-transform: uppercase;
}

@media (max-width: 767px) {
	
	.form_box h4{
		    margin-top: 5px!important;
		    border: 3px solid #7d1316;
    padding: 14px 0;
	}
	
	.snip1584 h3{
		
		font-size:18px;
	}
	.logo2 img{
		
			display:none !important;
	}
	.buy-now{
		    right: 10px !important;
	}
	.css-typing{
		font-size:18px !important;
	}
	.carousel-caption{
		
		top:5%;
	}
	.mobmenu{
		
		    margin-top: 15px;
    color: #0e0e0e !important;
	}
	.carosel_top{
		
		    margin-top: 65px;
	}
	
    .buy-now.left {
        left: auto!important;
        right: 5 !important;
    }
    .carousel-caption h3,
    h2 {
        font-size: 20px !important;
        margin-top: 0px !important;
    }
    .form_box {
        position: inherit !important;
        right: 0 !important;
    }
    .buy-now {
        top: 30%;
    }
    .border_right {
        border-right: none;
        min-height: 100px;
    }
}

.active_nav a{
    
        color: #fed136 !important;
}

/*--------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Raleway);
.snip1584 {
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    /*  margin: 10px 8px;*/
    /*
  min-width: 230px;
  max-width: 315px;
  width: 100%;
*/
    color: #ffffff;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.snip1584 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.snip1584:before {
    position: absolute;
    /* top: 0px; */
    bottom: 10px;
    left: 25px;
    right: 10px;
    top: 100%;
    content: '';
    background-color: rgba(125, 12, 22, 0.9);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.snip1584 img {
    vertical-align: top;
    /*  max-width: 100%;*/
    backface-visibility: hidden;
}

.snip1584 figcaption {
    position: absolute;
    top: 0%;
    bottom: 0;
    color: #fff;
    left: 5%;
    text-align: center;
    right: 5%;
    z-index: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.snip1584 h3,
.snip1584 h5 {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
}

.snip1584 h3 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    margin-bottom: 5px;
}

.snip1584 h5 {
   font-weight: normal;
    background-color: #222222;
    color: #fff;
    border-radius: 3px;
    letter-spacing: 1px;
    padding: 5px 10px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.snip1584 a{
	color: #fff;
	
}

.snip1584 a:hover{
	text-decoration:none;
	
}
/*-----
.snip1584 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
--*/
.snip1584:hover:before,
.snip1584.hover:before {
    top: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.snip1584:hover h3,
.snip1584.hover h3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.snip1584:hover h5,
.snip1584.hover h5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*-----------NAV---------------*/

.navbar-custom {
    background-color: #fff;
    border-color: transparent;
}

.navbar-custom .navbar-brand {
    color: #fed136;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #fec503;
}

.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle {
    background-color: #fff;
    border-color: #fff;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-custom .nav li a {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    color: #fed136 ;
    outline: none;
}

.navbar-custom .navbar-nav > .active > a {
    border-radius: 0;
    color: white;
    background-color: #fed136;
}

.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: white;
    background-color: #fec503;
}

@media (min-width: 767px) {
    .navbar-custom {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom .navbar-nav > .active > a {
        border-radius: 3px;
    }
}




/* Buy Now Btn */

.buy-now {
    position: fixed;
    z-index: 99;
    right: 80px;
        bottom: 100px;
    width: 60px;
    height: 60px;
}

.buy-now.left {
    right: 80px;
}

.buy-now .buy-now-btn {
   
    
background: linear-gradient(230.05deg, #D63152 21.68%, rgba(231, 78, 72, 0.75) 50.16%, #784875 84.4%);
    
    
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: relative;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.3em;
    color: #fff;
    z-index: 1;
    display: block;
}

.buy-now .buy-now-btn:hover {
  background: linear-gradient(260.05deg, #D63152 21.68%, rgba(231, 78, 72, 0.75) 50.16%, #784875 84.4%);
}

.buy-now .ripple,
.buy-now .ripple:before,
.buy-now .ripple:after {
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(29, 193, 248, 0.3);
    top: 0;
    height: 60px;
    position: absolute;
    width: 60px;
}

.buy-now .ripple:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    top: 0;
}

.buy-now .ripple:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    top: 0;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px rgba(94, 188, 231, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(94, 188, 231, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 50px rgba(94, 188, 231, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(94, 188, 231, 0);
    }
}

.model_map {
    min-height: 300px;
}

.form_box {
	
	    border-radius: 3px;
   
    min-height: 150px;
/*    background-color: #fff;*/
    /*    border: 1px solid #ccc;*/
    top: 130px;
    position: absolute;
    padding: 5px 30px;
    right: 10%;
    z-index: 1000;
}

.form_box h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.form_box h4 {
  margin-top: 50px;
    font-size: 14px;    
    text-align: center;
}

.form_box select,
input {
    height: 40px !important;
    border-radius: 0px!important;
    margin-bottom: 20px;
}

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}


/* custom styles */

label {
    display: block;
}

input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.btn_submit {
    background-color: #7d1316;
    padding: 13px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 15px;
    border-radius: 4px !important;
}

.btn_submit:hover {
    background-color: #e7a706;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}


/*--------gallery--------*/

.content_com{
      font-family: 'Roboto', sans-serif;
        margin-top: 100px;
    min-height: 600px;
    margin-bottom: 25px;
}
.affix_in{
    
        background-color: #222222;
    padding: 5px 0;
}


/*-------about-----------------x---*/


.about_ban{
    
      font-family: 'Roboto', sans-serif;
}

.no_padd{
    
    padding: 0px !important;
}
.ban_left_y{
       min-height: 400px;
    background-color: #7d1316;
    padding-top: 30px;
    padding-bottom: 30px;
}

.about_ban h3{
    
    color: #282828;
    font-size: 30px;
    font-weight: lighter;
}

.about_ban h2{
        margin-top: 0px;
    color: #282828;
    font-size: 40px;
    font-weight: bold;
}
 

.about_ban h4{
    
  color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.btn_t2{
    
         background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 10px 0px 10px 0px;
    text-decoration: none;
}

.btn_t2:hover{
     text-decoration: none;
}

.content_c{
      font-family: 'Roboto', sans-serif;
    line-height: 25px;
    /* margin-top: 10px; */
    padding-top: 10px;
}

.contact_bg{
    background-color: #F8FAFB;
    border-radius: 15px;
    padding-bottom: 25px;
}

.contact_bg{
        padding-top: 10px;
     font-size: 16px;
    line-height: 25px;
        margin-bottom: 50px;
}

.contact_bg h2{
    
         font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.box_inner{
   margin-bottom: 50px;
/*    padding-bottom: 20px;*/
/*    background-color: #f4f4f4;*/
}

.box_inner h2{
    
      font-family: 'Roboto', sans-serif;
    font-size: 20px;
        font-weight: 400;
    letter-spacing: 1px;
	    border-left: 3px solid #ffc200;
    padding-left: 10px;
    
}

.box_inner h4{
    
      font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    
}

.btn_viewmore {
  
 
 
  background: #7d1316;
  border: 0;
  border-radius: 4px;
  text-align: left;
  padding: 10px 15px 10px 15px
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.btn_viewmore:hover {
  background: #4a5e7f;
  color: #FFF;
}

.tittle_page{
    
    border-left: 3px solid #ffc200;
    padding-left: 7px;
    text-transform: uppercase;
    font-weight: 400;
}

/*------------Animate test--------------*/

.letter1{
 
 
    -webkit-animation: mymove 3s ; /* Safari 4.0 - 8.0 */
    animation: mymove 2s  ;
   
    
}

.letter2{

   
    -webkit-animation: mymove 3s ; /* Safari 4.0 - 8.0 */
    animation: mymove 2s  ;
   
    
}

.letter3{
 
  
    -webkit-animation: mymove 3s ; /* Safari 4.0 - 8.0 */
    animation: mymove 2s  ;
     
   
}

@keyframes mymove {
    0%   {opacity: 0; margin-left: 40px}
 
    100% {opacity: 1;}
}

/*
@keyframes mymove {
    0%   {top: 0px;}
    25%  {top: 200px;}
    75%  {top: 50px}
    100% {top: 100px;}
}*/



.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}



.css-typing{
	font-family: 'Courgette', cursive;
  color: #fff; 
  font-size: 30px;
  text-align:  left;
  white-space: nowrap;
  overflow: hidden;
  width: 40em;
      font-weight: bold;
	  letter-spacing:1px;
  animation: type 3s steps(60, end); 
}

.css-typing:nth-child(2){
  animation: type2 3s steps(60, end);
}

.css-typing:nth-child(3){
  animation: type3 6s steps(60, end);
}

@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

@keyframes type3{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
}


.css-typing h2{
	
	
}

.features_li li{
	text-align: left;
   font-style: italic;
    border-bottom: 1px #ccc dashed;
    margin-bottom: 2px;
}

.uline_text{
	    margin-bottom: 10px;
	height: 2px;
    width: 40px;
    background-color: #fff;
    display: inline-block;
}

.logo2 img{
	
	display: block;
    position: absolute;
    z-index: 999;
}   

.top-numb{
	position:absolute;
	    z-index: 999;
	color:#fff;
}