body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
a,a:hover{
    color: #304b9c;
}

/*========header===start=========*/

.top-header{
	 background-color:#304b9c;
	 padding:7px;
}
.top-header span .fa{
	 color:#fff;
	 font-size:15px;
	 margin-top:5px;
}
.top-header span a{
	 color:#fff;
	 margin-right:15px;
	 font-size:14px;	 
}
.top-header .rio-hotel-connect span{
	 float:right;
}
.top-header .rio-hotel-connect span .fa{
	 border:1px solid silver;
	 padding:5px 7px;
	 font-size:12px;
	 border-radius:3px;
}
.top-header .rio-hotel-connect .btn-light{
	  background-color:#f74d0c;
	  padding:4px 11px;
}
.top-header .rio-hotel-connect .btn-light:hover{
	  background-color:#f74d0c;
	  padding:4px 11px;
	  color:#fff;
}
.header {
    background: #fff;
    width: 100%;
    padding: 5px 0px;
}

.header-fixed {
    position: fixed;
    top: 0px;
    background: #fff;
    border-bottom: 1px solid #fb8817;
    z-index: 1000;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.header-fixed .navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.logo {
    width:100px;
	margin-top:-20px;
	padding-bottom:15px;
}

.navbar{
	padding:6px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	border-radius:inherit;
	height:75px;
	border-bottom:3px solid silver;
}

.navbar .navbar-collapse .navbar-nav li a{
	 font-size:15px;
	 font-weight:600;
}
.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333; 
}
.dropdown-menu > li > a:hover {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    color: #fff;
    background-color:#304b9c;
	transition: 0.4s;
}
.dropdown-menu{
	 border-bottom:5px solid #304b9c;
	 margin-left:100px;
}
.dropdown-menu ul li a{
      color: #333;
	background-color:#fff;
}
.dropdown-menu ul li a:hover{
    color: #fff;
	background-color:#f74d0c;
}
.header-right-section {
    width: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: right;
}

.header-right-section ul {
    margin: 0px;
    padding-left: 5px;
}

.header-right-section ul li {
    display: inline-block;
    margin-top: -10px;
}

.header-right-section ul li a {
    padding: 0px 10px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.header-right-section ul li a:hover {
    color: #008395;
}

.header-right-section span a {
    float: left;
    font-size: 30px;
    color: #304b9c;
    margin-top: -10px;
    margin-left: 80px;
}

.header-right-section ul li a i {
    font-size: 24px;
    margin-right: 10px;
    top: 5px;
    position: relative;
    color: #304b9c;
}


/*.header-right-section ul li:nth-child(2) a {

    color: #304b9c;

    padding: 0px 4px 0px 20px !important;

    font-weight: bold;

}

.header-right-section ul li:nth-child(3) a{

    font-weight: bold;

    padding: 0px 8px 0px 8px !important;

}

.header-right-section ul li:nth-child(4) a{

    font-weight: bold;

    padding: 0px 8px 0px 8px !important;

}

.header-right-section ul li:nth-child(5) a{

    font-weight: bold;

    padding: 0px 8px 0px 8px !important;

}

.header-right-section ul li:nth-child(6) a{

    font-weight: bold;

    padding: 0px 8px 0px 8px !important;

}

.header-right-section ul li:nth-child(3) a :hover{

    color: #3853a4;

}

.header-right-section ul li:nth-child(4) a :hover{

    color: #3853a4;

}

.header-right-section ul li:nth-child(5) a :hover{

    color: #3853a4;

}

.header-right-section ul li:nth-child(5) a :hover{

    color: #3853a4;

}

.header-right-section ul li:nth-child(6) a:hover{

    color: #3853a4;

}

*/

.rio-hotel-menu ul {
    margin: 0px;
    padding: 0px;
}

.rio-hotel-menu ul li {
    display: inline-block;
    padding: 0px 15px 1px 08px;
    width: 33%;
    position: relative;
}
.book-now {
    background:orange;
    padding: 7px 10px !important;
    border-radius: 0;
}
.menu-hotel-logo {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    height: 200px;
}


/*=======navigation========*/

/* .navigation { */
    /* background: #304b9c; */
    /* width: 100%; */
/* } */

/* .navbar-default { */
    /* background-color: transparent !important; */
    /* border-color: transparent !important; */
/* } */

/* .navbar { */
    /* min-height: auto !important; */
    /* margin-bottom: 0px !important; */
    /* border: none; */
/* } */

/* .navbar-default .navbar-nav > li > a { */
    /* color: #fff !important; */
    /* font-size: 14px; */
    /* font-weight: 600; */
/* } */

/* .navbar-default .navbar-nav > li > a:hover { */
    /* color: #ddd; */
/* } */

/* .navbar-nav > li > a { */
    /* padding-top: 12px !important; */
    /* padding-bottom: 12px !important; */
/* } */

/* .nav > li > a { */
    /* padding: 10px 12px; */
    /* font-weight: 500; */
/* } */

/* .navbar-default .navbar-nav > li:last-child a { */
    /* padding-right: 0px; */
/* } */

/* .navbar-nav { */
    /* float: left !important; */
/* } */

/* .navbar-nav > li { */
    /* margin-right: 15px; */
/* } */

/* .navbar-default .navbar-nav > .active > a { */
    /* background: transparent !important; */
/* } */

/* .rio-hotel-menu { */
    /* background: #fff; */
    /*background: rgba(255,255,255,0.9);*/
    /* padding: 20px 05px; */
    /* padding-bottom: 0px !important; */
    /* width: 900px; */
    /* position: absolute; */
    /* z-index: 1000000; */
    /* display: none; */
    /* -webkit-box-shadow: 0 8px 6px -6px #ddd; */
    /* -moz-box-shadow: 0 8px 6px -6px #ddd; */
    /* box-shadow: 0 8px 6px -6px #ddd; */
/* } */

/* .menu-hotel-img { */
    /* border: 1px solid #ddd; */
    /* background: #fff; */
    /* padding: 10px; */
    /* width: 100%; */
    /* margin-bottom: 20px; */
    /* -webkit-transition: all .5s; */
    /* -moz-transition: all .5s; */
    /* -o-transition: all .5s; */
    /* transition: all .5s; */
/* } */


/*.menu-hotel-img:hover{

 box-shadow: 0 0 0 10px #304b9c inset;

}

*/

/* .menu-img-inner { */
    /* width: 100%; */
    /* height: 130px; */
    /* overflow: hidden; */
/* } */

/* .menu-hotel-logo1 { */
    /* text-align: center; */
    /* margin-top: -20px; */
    /* position: absolute; */
    /* top: -100px; */
    /* left: 0px; */
    /* width: 100%; */
/* } */

/* .menu-hotel-img img { */
    /* transition: all 0.5s ease-in-out; */
    /* width: 100%; */
/* } */

/* .menu-hotel-img img:hover { */
    /* transform: scale(1.1); */
    /* background: #821218; */
    /* opacity: 0.7; */
/* } */

/* .menu-hotel-img h2 { */
    /* font-size: 15px; */
    /* font-weight: bold; */
    /* text-align: center; */
    /* margin: 0px; */
    /* padding: 10px; */
    /* position: relative; */
/* } */

/* .menu-hotel-img h2:after { */
    /* content: ""; */
    /* position: absolute; */
    /* left: 0px; */
    /* right: 0px; */
    /* width: 50px; */
    /* height: 2px; */
    /* background: #1d1d1d; */
    /* margin: auto; */
    /* bottom: 0px; */
/* } */

/* .menu-hotel-img img { */
    /* max-width: 100%; */
/* } */

/* .rio-hotel-location-menu { */
    /* background: #fff; */
    /* padding: 20px 15px 5px 5px; */
    /* padding-bottom: 0px; */
    /* width: 600px; */
    /* position: absolute; */
    /* z-index: 1000000; */
    /* display: block; */
    /* display: none; */
    /* -webkit-box-shadow: 0 8px 6px -6px #ddd; */
    /* -moz-box-shadow: 0 8px 6px -6px #ddd; */
    /* box-shadow: 0 8px 6px -6px #ddd; */
/* } */

/* .header-right-section ul li a img { */
    /* margin-right: 10px; */
/* } */

/* .rio-hotel-location-menu ul { */
    /* margin: 0px; */
    /* padding: 0px; */
/* } */

/* .rio-hotel-location-menu ul li { */
    /* display: inline-block; */
    /* width: 47%; */
    /* margin-left: 15px; */
/* } */

/* .menu-location-inner { */
    /* width: 100%; */
    /* height: 160px; */
    /* overflow: hidden; */
/* } */

/* .menu-location-img { */
    /* border: 1px solid #ddd; */
    /* background: #fff; */
    /* padding: 10px; */
    /* width: 100%; */
    /* margin-bottom: 20px; */
    /* -webkit-transition: all .5s; */
    /* -moz-transition: all .5s; */
    /* -o-transition: all .5s; */
    /* transition: all .5s; */
/* } */

/* .menu-location-img h2 { */
    /* font-size: 15px; */
    /* font-weight: bold; */
    /* text-align: center; */
    /* margin: 0px; */
    /* padding: 10px; */
    /* position: relative; */
/* } */

/* .menu-location-img h2:after { */
    /* content: ""; */
    /* position: absolute; */
    /* left: 0px; */
    /* right: 0px; */
    /* width: 50px; */
    /* height: 2px; */
    /* background: #1d1d1d; */
    /* margin: auto; */
    /* bottom: 0px; */
/* } */

/* .menu-location-img img { */
    /* transition: all 0.5s ease-in-out; */
/* } */

/* .menu-location-img img:hover { */
    /* transform: scale(1.1); */
    /* background: #821218; */
    /* opacity: 0.9; */
/* } */


/*.menu-location-img:hover {

    box-shadow: 0 0 0 10px #304b9c inset;

}

*/

/* .carousel-fade .carousel-inner .item { */
    /* opacity: 0; */
    /* transition-property: opacity; */
/* } */

/* .carousel-fade .carousel-inner .active { */
    /* opacity: 1; */
/* } */

/* .carousel-fade .carousel-inner .active.left, */
/* .carousel-fade .carousel-inner .active.right { */
    /* left: 0; */
    /* opacity: 0; */
    /* z-index: 1; */
/* } */

/* .carousel-fade .carousel-inner .next.left, */
/* .carousel-fade .carousel-inner .prev.right { */
    /* opacity: 1; */
/* } */

/* .carousel-fade .carousel-control { */
    /* z-index: 2; */
/* } */

/* @media all and (transform-3d), */
/* (-webkit-transform-3d) { */
    /* .carousel-fade .carousel-inner > .item.next, */
    /* .carousel-fade .carousel-inner > .item.active.right { */
        /* opacity: 0; */
        /* -webkit-transform: translate3d(0, 0, 0); */
        /* transform: translate3d(0, 0, 0); */
    /* } */
    /* .carousel-fade .carousel-inner > .item.prev, */
    /* .carousel-fade .carousel-inner > .item.active.left { */
        /* opacity: 0; */
        /* -webkit-transform: translate3d(0, 0, 0); */
        /* transform: translate3d(0, 0, 0); */
    /* } */
    /* .carousel-fade .carousel-inner > .item.next.left, */
    /* .carousel-fade .carousel-inner > .item.prev.right, */
    /* .carousel-fade .carousel-inner > .item.active { */
        /* opacity: 1; */
        /* -webkit-transform: translate3d(0, 0, 0); */
        /* transform: translate3d(0, 0, 0); */
    /* } */
/* } */

.carousel-inner .item img{
  
} 
.carousel-inner > .item img {
    
    width: 100%;
      height:450px;	
	  margin-top:-15px;
	   position: relative;
	 
   opacity:0.9;
}

.carousel-inner {
   
    width: 100%;
    
    margin-top: -19px;
}
.carousel-inner h1{

}
.carousel-inner .carousel-caption{
	 margin-bottom:150px;
}
#slider-animation-2 {
    margin-top:0px;
}
.text-box p {
    color:#fff;
    font-size:14px;
}
.text-box h2 {
    color: #FE5A0E;
    /*font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;*/
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #f80503 0%, #ff7d09 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:45px;
    font-weight:700;
}
/*========about-rio-hotel-page==========*/
.aboutriohotels {
    background-color: #fff !important; 
	margin-top:130px;
}
.aboutriohotels .about {
    margin-top:20px;
    margin-bottom:50px;
}
.aboutriohotels h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.aboutriohotels h3 span {
   color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aboutriohotels h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width:45px;
    height: 2px;
    background: #f74d0c;
    margin-left:0px;
    margin-top: 18px;
}
.aboutriohotels .about p{
	 font-size:15px;
	 line-height:25px;
}
.aboutriohotels .about1 {
     z-index: 1;
    margin-top: -246px;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin-left: 10px;
    position: relative;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	border:3px solid #f74d0c;
}
    .aboutrio .aboutimg {
        margin-top:150px;
		margin-right: 50px;
    }
/*========about-rio-hotel-page==========*/
.Room-type{
	 background-color: #f1f8ffa8;
	 margin-top:-20px;
	 padding:25px;
}
.Room-type h2{
	text-align:center;
	font-size: 25px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
	color: #304B9A;
}
.deluxe-room h5{
	 text-align:center;
	 font-size: 25px;
     color: #f74d0c;
     font-weight: 600;
     font-family: 'Raleway', sans-serif;
}
.deluxe-room .nav-tabs { 
	 border-bottom:none;
	 margin-left:230px;	 
 }
.deluxe-room .nav-tabs > li{
	 text-align:center;
 }
.deluxe-room .nav-tabs > li.active > a{ 
	 border-width: 0;
 }
.deluxe-room .nav-tabs > li > a {
	 border: none; 
	 color: #f74d0c;
	 background: #fff;
	 font-weight:600;
	 font-family: 'Raleway', sans-serif;
	 font-size:18px;
} 
.deluxe-room .nav-tabs > li.active > a{
	 font-size:18px;
	 color: #f74d0c !important; 
	 font-weight:600;
	 font-family: 'Raleway', sans-serif;
}
.deluxe-room .card{
	 margin-top:30px;
}
.deluxe-room .nav-tabs > li > a::after {
	 content: "";
	 background: #f74d0c;
	 height: 2px;
	 position: absolute; 
	 width: 100%; 
	 left: 0px;
	 bottom: -1px;
	 transition: all 250ms ease 0s; 
	 transform: scale(0);
}  
.deluxe-room .nav-tabs > li.active > a::after,
.deluxe-room .nav-tabs > li:hover > a::after { 
	 transform: scale(1); 
}
.deluxe-room .tab-nav > li > a::after { 
     background: #5a4080;
	 color: #fff;
}
.deluxe-room .tab-pane { 
	 padding: 15px 0; 
}
.deluxe-room .tab-content{
	 padding:20px;
}
.deluxe-room .nav-tabs > li {
	 width:25%;
	 text-align:center;
	 margin-right:15px;
}


@media all and (max-width:724px){
	 .deluxe-room .nav-tabs > li > a > span {
		
	}	
	 .deluxe-room .nav-tabs > li > a {
		 padding: 5px 5px;		 
    }
}

.deluxe-room .tab-pane .carousel-inner {
  position: relative;
  width: 100%;
  min-height: 300px;
  }
 
.deluxe-room .tab-pane .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
 .deluxe-room .tab-pane .carousel-control.left {
  left: 0;
  right: auto;
  background-image: none !important;
  background-repeat: repeat-x;
}
.deluxe-room .tab-pane #carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

.deluxe-room .tab-pane #carousel-custom {
    margin: 20px auto;
    width: 100%;
}
.deluxe-room .tab-pane #carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
.deluxe-room .tab-pane #carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.deluxe-room .tab-pane #carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
.deluxe-room .tab-pane #carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
.deluxe-room .tab-pane #carousel-custom .carousel-indicators li:hover img {
    
}
.deluxe-room .tab-pane #carousel-custom .carousel-outer {
    position: relative;
}
.deluxe-room .tab-pane .carousel-indicators li img {
  height: 70px;
  width: 90px;
}
.deluxe-room .tab-pane .about-room h2{
	 text-align:center;
	 font-size: 25px;
     font-weight: 600;
     font-family: 'Raleway', sans-serif;
	 color: #304B9A;
}
.deluxe-room .tab-pane .about-room p{
	 text-align:left;
	 font-size: 15px;
     font-weight: 500;
     font-family: 'Raleway', sans-serif;
	 color: #000;
	 line-height:30px;
	 margin-top:25px;
}
.deluxe-room .tab-pane .room-facilities h2{
	 text-align:center;
	 font-size: 25px;
     font-weight: 600;
     font-family: 'Raleway', sans-serif;
	 color: #304B9A;
}
.deluxe-room .tab-pane .btn-light{
	 background-color:#f74d0c;
	 color:#fff;
	 font-family: 'Raleway', sans-serif;
	 font-size:15px;
}
.deluxe-room .tab-pane .room-facilities p {
     font-size: 15px;
     text-align: center;
     padding: 10px;
     background-color: #eeeeee26;
     font-weight: 500;
     color: #000;
     margin-left: 0px;
     box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	 border: 1px solid #eee;
	 font-family: 'Raleway', sans-serif;
	 margin-top:25px;
}
.deluxe-room .tab-pane .room-facilities p:hover {
     font-size: 15px;
     text-align: center;
     padding: 10px;
     background-color: #eeeeee26;
     font-weight: 500;
     color: #000;
     margin-left: 0px;
     box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	 border: 1px solid #304B9A;
	 font-family: 'Raleway', sans-serif;
	 margin-top:25px;
	 transition: .4s all;
}
.deluxe-room .tab-pane .Hotel h2{
	 text-align:center;
	 font-size: 25px;
     font-weight: 600;
     font-family: 'Raleway', sans-serif;
	 color: #304B9A;
}
.deluxe-room .tab-pane .Hotel p {
     font-size: 15px;
     text-align: center;
     padding: 10px;
     font-weight: 500;
     color: #000;
     margin-left: 0px;    
	 font-family: 'Raleway', sans-serif;
	 margin-top:25px;
}
.deluxe-room .tab-pane #carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

.deluxe-room .tab-pane #carousel-slide {
    margin: 20px auto;
    width: 100%;
}
.deluxe-room .tab-pane #carousel-slide .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
.deluxe-room .tab-pane #carousel-slide .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.deluxe-room .tab-pane #carousel-slide .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
.deluxe-room .tab-pane #carousel-slide .carousel-indicators li.active img {
    opacity: 1;
}
.deluxe-room .tab-pane #carousel-slide .carousel-indicators li:hover img {
    
}
.deluxe-room .tab-pane #carousel-slide .carousel-outer {
    position: relative;
}




.deluxe-room .tab-pane #carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

.deluxe-room .tab-pane #carousel-move {
    margin: 20px auto;
    width: 100%;
}
.deluxe-room .tab-pane #carousel-move .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
}
.deluxe-room .tab-pane #carousel-move .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.deluxe-room .tab-pane #carousel-move .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
.deluxe-room .tab-pane #carousel-move .carousel-indicators li.active img {
    opacity: 1;
}
.deluxe-room .tab-pane #carousel-move .carousel-indicators li:hover img {
    
}
.deluxe-room .tab-pane #carousel-move .carousel-outer {
    position: relative;
}
/*========about-rio-hotel-page==========*/




/*========features-rio-hotel-page==========*/
.rio-hotels-features {
	 background-color: #304b9c;
    padding-bottom: 59px;
    padding-top: 13px;
}
.rio-hotels-features h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
	
}
.rio-hotels-features h3 span {
   color: #fff;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: linear-gradient(to right, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rio-hotels-features h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width:45px;
    height: 2px;
    background: #f74d0c;
    margin-left:0px;
    margin-top: 18px;
}
.rio-hotels-features .card{
	 display:inline-block;
	 width:190px;
	 height:180px;
	 padding:40px 15px 15px  15px;
	 margin-left:20px;
	 background-color:#fff;
	 border-radius:4px;
	 margin-top:25px;
	 margin-right:25px;
	
}
.rio-hotels-features .card .fa{
	    font-size: 45px;
    text-align: center;
    margin-left: 55px;
    color: #f74d0c;
}
.rio-hotels-features .card h4{
	font-size:18px;
	text-align:center;
	margin-top:40px;
	font-weight:600;
	color:#352c2c;
	  font-family: 'Raleway', sans-serif;
}
/*========features-rio-hotel-page==========*/
/*========about-rio-hotel===========*/
.aboutrio {
    background-color: #fff !important; 
	margin-top:10px;
}
.aboutrio .about {
    margin-top:20px;
    margin-bottom:50px;
}
.aboutrio .about ul.timeline {
    list-style-type: none;
    position: relative;
    margin-top:50px;
}
.aboutrio .about ul.timeline:before {
    content: ' ';
    background: #1c075a;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
.aboutrio .about ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
    
}
    .aboutrio .about ul.timeline > li p {
        font-size: 15px;
    line-height: 27px;
    color: #555555;
    margin-top: 10px;
    margin-bottom: 10px;
    }
.aboutrio .about ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #304B9A;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.aboutrio .about ul.timeline > li h4{
	font-weight:600;
}
.aboutrio .about ul.timeline > li a{
	color: #304B9A;
	font-weight:600;
	margin-left:15px;
}
.aboutrio .about ul.timeline > li .Features{
	background-color: #fff;
     width:100%;
	 
	 margin-top:15px;
	padding:15px;
	display:inline-block;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.aboutrio .about ul.timeline > li .Features .fa{
	 color:#304B9A;
	 font-size:18px;
}
.aboutrio .about ul.timeline > li .Features span{
	 margin-left:10px;
	 font-size:15px;
}
.aboutrio .about h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.aboutrio .about h3 span {
   color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aboutrio .about h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width:45px;
    height: 2px;
    background: #f74d0c;
    margin-left:0px;
    margin-top: 18px;
}
.aboutrio .about1 {
     z-index: 1;
    margin-top: -246px;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin-left: 60px;
    position: relative;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
    .aboutrio .aboutimg {
        margin-top:150px;
		margin-right: 50px;
    }
    .aboutrio .card {
        border-radius:inherit;
        border-bottom:3px solid #ff5e14;
    }
.aboutrio .card h5 {
    color: #FE5A0E;
}
.aboutrio .card p {
    font-size: 15px;
    line-height: 27px;
    color: #555555;
    
}

/*========about-rio-hotel===========*/

/*===========contact-section===========*/
.Contact-section .media .media-body .addressheading{
	 margin-left:9px;
}
.Contact-section .media .media-body .addresstext{
	 margin-left:9px;
}
.Contact-section {
    background-color: #fff !important;
    padding: 5px; 
    z-index: 1;
    margin-top:00px;
	padding-bottom:40px;
}
.Contact-section .container .row{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	margin-top:140px;
}
.Contact-section h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.Contact-section h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Contact-section h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 0px;
    margin-top: 18px;
}
    .Contact-section p {
        font-size: 15px;
    line-height: 27px;
    color: #555555;
    margin-top: 10px;
    margin-bottom: 10px;
    }
     .Contact-section .fa {
        font-size: 20px;
       color: #FE5A0E;
      
    }
      .Contact-section .contactinfo .fa {
        font-size: 25px;
       color: #FE5A0E;
       text-align:center;
      
    }
    .Contact-section .contactinfo {
        height:130px;
        border-bottom:3px solid #001e57;
    }
    .Contact-section .contactinfo:hover{
        height:130px;
         border-bottom:3px solid #FE5A0E;
         transition:0.9s all;
    }
    .Contact-section .getintouch .form-row .form-control {
        padding:25px;
        border-radius:25px;
        border:inherit;
        background-color: #c2c4c829; 
          border:1px solid #c2c4c829;
    }
    .Contact-section .getintouch .form-row .form-control:focus {
        padding:25px;
        border-radius:25px;
        border:inherit;
        background-color: #fff;
        border:1px solid #FE5A0E;
         box-shadow:none;
         transition:0.9s;
    }
    .Contact-section .getintouch .form-group .form-control {
        padding:25px;
        border-radius:25px;
        border:none;
        background-color: #c2c4c829; 
        border:1px solid #c2c4c829;    
    }
    .Contact-section .getintouch .form-group .form-control:focus {
        padding:25px;
        border-radius:25px;
       box-shadow:none;
         background-color: #fff;
        border:1px solid #FE5A0E;  
        transition:0.9s;
    }
    .Contact-section .getintouch p {
         font-size: 15px;
    line-height: 27px;
    color: #555555;
	 margin-left:17px;
    }
    
     .Contact-section .getintouch h4 {
		color: #001e57;
		font-size: 21px;
		font-weight: 600;
        margin-left:17px;
    }
      .Contact-section .getintouch .btn-light {         
          background-color:#f74d0c;
          border-radius:50px;
          padding:10px 50px;
          color:#fff;
          box-shadow:none;   
          font-weight:bold;      
    }
      .Contact-section .getintouch .btn-light:hover {         
          background-color:#001e57;
          border-radius:50px;
          padding:10px 50px;
          color:#fff;
          font-weight:bold;
          box-shadow:none;  
          transition:0.9s;       
    }
    .Contact-section .getintouch1 {
       background-color:#304b9c;
       height:495px;
       padding:30px;
	   margin-left:-15px;
    }
	.Contact-section .getintouch1 h4{
			color: #fff;
		font-size: 21px;
		font-weight: 600;
		margin-left:30px;
	}
    .Contact-section .getintouch1 .media .fa{
      font-size:20px;
      color:#fff;
    }
     .Contact-section .getintouch1 .media .media-body h5{
      font-size:20px;
      color: #fff;
	  margin-top:0px;
}
      .Contact-section .getintouch1 .media .media-body p{
      font-size:15px;
      color:#fff;
    }
/*===========contact-section===========*/

/*===========Hotel-Address===========*/
.Address{
    background-color: #f1f8ffa8 !important;
    padding:10px; 
    z-index: 1;
    margin-top:00px;	
	padding-bottom:50px;
}
.Address .container .row{
	 margin-top:20px;
}
.Address .container h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.Address .container h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Address .container h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #f74d0c;
    margin-left: 15px;
    margin-top: 18px;
}

.box13{
	position:relative;
	transition:all .2s ease-out 0s;
	}
.box13 .box-content,.box13:after{
	position:absolute;
	left:20px;
	right:20px;
	}
.box13:after{
	content:"";
	display:block;
	background:#463f9f;
	top:20px;
	bottom:20px;
	opacity:0;
	transform:rotate3d(-1,1,0,100deg);
	transition:all .4s ease-in-out 0s;
	padding:20px;
	}
.box13:hover:after{
	opacity:.9;
	transform:rotate3d(0,0,0,0deg);
	}
.box13 img{
	width:100%;
	height:320px;
	border:3px solid #c0c0c08a;
	}
.box13 .box-content{
	top:46%;
	opacity:0;
	z-index:1;
	-webkit-transform:translate(10%,-30%);
	transform:translate(10%,-30%);
	transition:all .2s ease-out 0s;
	padding:25px;
	}
.box13:hover .box-content{
	opacity:1;
	transform:translate(0,-50%);
	transition-delay:.2s;
	}
.box13 .title{
	display:block;
	font-size:20px;
	font-weight:700;
	color:#fff; 
	text-align:center;
	margin-top:0px 0px 15px;
	}
.box13 .post{
	display:block;
	font-size:15px;
	color:#fff;
	margin-bottom:20px;
	text-align:center;
	}
.box13 .social{
	padding:0;
	margin:0;
	list-style:none;
	}
.box13 .social li{
	display:inline-block;
	}
.box13 .social li a{
	display:block;
	width:35px;
	height:35px;
	background:#f7f7b9;
	border-radius:50%;
	font-size:17px;
	color:#1b1462;
	line-height:35px;
	margin-right:5px;
	transition:all .4s ease-in-out 0s;
	}
.box14 .icon li,.box14 .post{
	display:inline-block;
	}
.box13 .social li a:hover{
	color:#f7f7b9;
	background:#39b54a;
	}
@media only screen and (max-width:990px){.box13{margin-bottom:30px}
}
/*===========Hotel-Address===========*/

/*===========New-Delhi===========*/
.new-delhi{
	padding-top:50px;
	padding-bottom:0px;
	margin-top:75px;
}
.new-delhi .container .row{
	 margin-top:45px;
}
.new-delhi .container h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
	
}
.new-delhi .container h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.new-delhi .container h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #f74d0c;
    margin-left: 0px;
    margin-top: 18px;
}
.new-delhi .container .row .thumbnail{
	box-shadow: 1px 2px 6px 3px #e2e0e0;
}
.new-delhi .container .row .thumbnail img{
	height:280px;
}
.new-delhi .container .row .thumbnail .caption h4{
	 color:#304b9c;
	 font-weight:600;
	  font-family: 'Raleway', sans-serif;
}
/*===========New-Delhi===========*/

/*==========Nainital===========*/

.Nainital{
	padding-top:50px;
	padding-bottom:0px;
	margin-top:75px;
}
.Nainital .container .row{
	 margin-top:45px;
}
.Nainital .container h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
	
}
.Nainital .container h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Nainital .container h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #f74d0c;
    margin-left: 0px;
    margin-top: 18px;
}
.Nainital .container .row .thumbnail{
	box-shadow: 1px 2px 6px 3px #e2e0e0;
}
.Nainital .container .row .thumbnail img{
	height:280px;
}
.Nainital .container .row .thumbnail .caption h4{
	 color:#304b9c;
	 font-weight:600;
	  font-family: 'Raleway', sans-serif;
}
/*===========Nainital===========*/


/*===========meeting and conference===========*/
.meeting {
    background-color: #fff !important;
    padding: 5px; 
    z-index: 1;
    margin-top:00px;
	padding-bottom:40px;
}
.meeting .container .row{
	
	margin-top:140px;
}
.meeting h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.meeting h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.meeting h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 0px;
    margin-top: 18px;
}
    .meeting p {
        font-size: 15px;
    line-height: 27px;
    color: #555555;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
    .meeting .confrences .form-row .form-control {
        padding:25px;
        border-radius:25px;
        border:inherit;
        background-color: #c2c4c829; 
          border:1px solid #c2c4c829;
    }
    .meeting .confrences .form-row .form-control:focus {
        padding:25px;
        border-radius:25px;
        border:inherit;
        background-color: #fff;
        border:1px solid #FE5A0E;
         box-shadow:none;
         transition:0.9s;
    }
    .meeting .confrences .form-group .form-control {
        padding:25px;
        border-radius:25px;
        border:none;
        background-color: #c2c4c829; 
        border:1px solid #c2c4c829;    
    }
    .meeting .confrences .form-group .form-control:focus {
        padding:25px;
        border-radius:25px;
       box-shadow:none;
         background-color: #fff;
        border:1px solid #FE5A0E;  
        transition:0.9s;
    }
    .meeting .confrences p {
         font-size: 15px;
    line-height: 27px;
    color: #555555;
	 margin-left:17px;
    }
    
     .meeting .confrences h4 {
		color: #001e57;
		font-size: 21px;
		font-weight: 600;
        margin-left:17px;
    }
      .meeting .confrences .btn-light {         
          background-color:#f74d0c;
          border-radius:50px;
          padding:10px 50px;
          color:#fff;
          box-shadow:none;   
          font-weight:bold;      
    }
      .meeting .confrences .btn-light:hover {         
          background-color:#001e57;
          border-radius:50px;
          padding:10px 50px;
          color:#fff;
          font-weight:bold;
          box-shadow:none;  
          transition:0.9s;       
    }
    .meeting .confrences {
       background-color:#fff;
       height:435px;
       padding:30px;
	   margin-left:-15px;
	   border:1px solid rgba(0,0,0,.15)!important;
	   border-radius:3px;
    }
	.meeting .confrences h4{
			color: #fff;
		font-size: 21px;
		font-weight: 600;
		margin-left:20px;
	}

/*===========meeting and conference===========*/
/*===========guest-policy===========*/
.Guest{
	padding-top:50px;
	padding-bottom:0px;
	margin-top:75px;
}
.Guest .container .row{
	 margin-top:45px;
}
.Guest .container h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
	
}
.Guest .container h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Guest .container h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #f74d0c;
    margin-left: 0px;
    margin-top: 18px;
}
/*===========guest-policy===========*/
/*===========Privacy-Policy===========*/
.Policy{
	padding-top:50px;
	padding-bottom:0px;
	margin-top:75px;
}
.Policy .container .row{
	 margin-top:45px;
}
.Policy .container h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
	
}
.Policy .container h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Policy .container h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #f74d0c;
    margin-left: 0px;
    margin-top: 18px;
}

/*===========Privacy-Policy===========*/
/*===========terms-and-condition===========*/
.Terms{
	padding-top:50px;
	padding-bottom:0px;
	margin-top:75px;
}
.Terms .container .row{
	 margin-top:45px;
}
.Terms .container h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
	
}
.Terms .container h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Terms .container h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #f74d0c;
    margin-left: 0px;
    margin-top: 18px;
}
/*===========terms-and-condition===========*/

/*===========Hotel-banner===========*/
.hotelbanner .carousel .carousel-inner .item img{
	 width:100%;
	 height:440px;
}

/*===========Hotel-banner===========*/

/*===========Hotel-Booking===========*/
.hotelbooking{
	 padding-top:10px;
	 padding-bottom:20px;
	 background-color:#fff;
	 
}
.hotelbooking .container h3{
	 font-size:25px;
	  margin-left:10px;
	   font-family: 'Raleway', sans-serif;
	   font-weight:600;
}
.hotelbooking .container h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hotelbooking .container h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #f74d0c;
    margin-left: 0px;
    margin-top: 18px;
}

.hotelbooking .container .review{
	 margin-bottom:15px;
}
.hotelbooking .about .btn-light{
	 border-radius:25px;
     padding:9px 40px;	 
	 background-color: #f74d0c;
	 color:#fff;
	 font-size:15px;
     margin-left:10px;	 
}
.hotelbooking .about .btn-light:hover{
	 border-radius:25px;
     padding:9px 40px;	 
	 background-color: #304b9c;
	 color:#fff;
	 font-size:15px;
	 transition:.4s all;
	 margin-left:10px;	
}
.hotelbooking .about p{
	 font-size:15px;
	 margin-left:10px;
	 text-align:justify;
}
.hotelbooking .Facilities{
	 margin-top:15px;
}
.hotelbooking .Facilities p{
	 font-size:15px;
	
	  text-align:center;
	  padding:10px;
	 background-color:#f1f8ffa8;
	 font-weight:600;
	 color:#304b9c;	 
	 margin-left:0px;
	 box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.Hotelcontact .location {
		background-color: #fff;
		padding: 10px;
		margin-top: 0px;
	}
.hotelbooking .Attraction{
      margin-left:0px;
	  margin-top:210px;	
}
.hotelbooking .Attraction ul li{
	 margin-top:-10px;
	 border:none;
	 line-height:48px;
	 font-weight:600;
	 color:#304b9c;
	 font-size:15px;
	 margin-left:-13px;
}
.hotelbooking .Attraction .media .media-left img{
	 width:70px;
	 height:60px;
	 border:1px solid silver;
	 padding:2px;	 
}
.hotelbooking .Attraction .media .media-body h5{
	 font-size:16px;	 
     margin-top:10px;
	 color:#304b9c;	
   
}
/*===========Hotel-Booking===========*/

/*===========Hotel-Rooms===========*/
.Hotelrooms{
	 padding-top:10px;
	 padding-bottom:60px;
	 background-color:#fff;	 
}
.Hotelrooms .container h3 {
    font-size: 25px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
	
}

.Hotelrooms .container h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #f74d0c;
    margin-left: 0px;
    margin-top: 18px;
}
.Hotelrooms .container .row{
	 margin-top:30px;
}


.Hotelrooms .card{
	background-color:#fff;
	height:480px;
	border:2px solid #c0c0c047;
	box-shadow: 1px 2px 6px 3px #e2e0e0;
}
.Hotelrooms .card .card-body{
	 padding:10px;
}
.Hotelrooms .card .card-body span{
	width:40px;
	height:40px;
	border-width:1px;  
    border-style:dashed;
	display:inline;
	padding:10px;
	margin-right:10px;
}
.Hotelrooms .card .card-body h4{
	 font-size: 20px;
    color: #304b9c;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
	
}
.Hotelrooms .card .card-body ul{
	 margin-left:-20px;
}
.Hotelrooms .card .card-body ul li{
	 width:100%;
	 line-height:30px;
	 font-size:15px;
}
.Hotelrooms .card img{
	 width:100%;
	 height:200px;
}
.Hotelrooms .card .btn-light{
	 border-radius:6px;
     padding:6px 25px;
	 color:#304b9c;
	 font-size:14px;
	 transition:.4s all;
	 margin-left:10px;	
	 background-color:#304b9c;
	 border:1px solid #304b9c;
	 font-family: 'Raleway', sans-serif;
	 color:#fff;
}
.Hotelrooms .card .btn-light:hover{
	 border-radius:6px;
     padding:6px 25px;
	 color:#304b9c;
	 font-size:14px;
	 transition:.4s all;
	 margin-left:10px;	
	 background-color:#304b9c;
	 border:1px solid #304b9c;
	 font-family: 'Raleway', sans-serif;
	 color:#fff;
	 transition:.9s;
}

/*===========Hotel-Rooms===========*/

/*===========Rio-hotel-gallery===========*/
   
/* .hotelpic img.zoom { */
    /* width: 100%; */
    /* height: 200px; */
    /* border-radius:5px; */
    /* object-fit:cover; */
    /* -webkit-transition: all .3s ease-in-out; */
    /* -moz-transition: all .3s ease-in-out; */
    /* -o-transition: all .3s ease-in-out; */
    /* -ms-transition: all .3s ease-in-out; */
/* } */
        
 
/* .transition { */
    /* -webkit-transform: scale(1.2);  */
    /* -moz-transform: scale(1.2); */
    /* -o-transform: scale(1.2); */
    /* transform: scale(1.2); */
/* } */
    /* .modal-header { */
   
     /* border-bottom: none; */
/* } */
    /* .modal-title { */
        /* color:#000; */
    /* } */
    /* .modal-footer{ */
      /* display:none;   */
    /* } */

.rio-hotel-gallary {
   background-color: #f1f8ffa8;
    font-weight: bold;
    color: #000;
    padding: 0px 0px 0px 0px;
    margin-top: px;
	padding:10px;
	padding-bottom:40px;
}
.rio-hotel-gallary h3 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.rio-hotel-gallary h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rio-hotel-gallary h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width:45px;
    height: 2px;
    background: #f74d0c;
    margin-left:0px;
    margin-top: 18px;
}
.rio-hotel-gallary h1 {
    font-weight: bold;
    margin: 0px;
    padding: 20px 0px 25px 0px;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    z-index: 10000;
}

.rio-hotel-gallary h1 span {
    color: #304b9c;
}

.rio-hotel-gallary h1:after {
    content: "";
    width: 65px;
    height: 5px;
    background: #304b9c;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
}

.rio-inn-gallary {
    width: 100%;
    padding-top: 10px;
}

.hotel {
    border:2px solid #fbfbfb0f;
    padding: 0px;
    transition: all 1s ease-in-out;
    width: 100%;
    display: table;
	background-color:#fff;
	box-shadow: 1px 2px 6px 3px #e2e0e0;
}

.rio-hotel-menu ul li a {
    color: #333;
}

.rio-hotel-location-menu ul li a {
    color: #333;
}

.hotel a {
    color: #333;
}

.hotel-box-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.list-box-img {
    height: 300px;
}

.hotelpic img {
    transition: all 1s ease-in-out;
}



.hotelpic h4 {
    margin: 0px;
    padding: 16px 10px 5px 10px;
    text-align: left;
    font-weight: bold;
    transition: 0.5s;
	color: #0c0542 ;
}


.hotelpic{
	box-shadow: 1px 2px 6px 3px #e2e0e0;
	border:4px solid #c0c0c005;
}


.hotel-book {
    text-align: right;
    margin-top: 25px;
}

.hotel-book a:hover {
    background: #304b9c;
}
/*===========Rio-hotel-gallery===========*/


/*===========Hotel-contact===========*/
.Hotelcontact{
	 padding-top:10px;
	 padding-bottom:40px;
	 background-color:#fff;	 
}
.Hotelcontact .container h3 {
    font-size: 25px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
	
}
.Hotelcontact .container .row{
	 margin-top:20px;
}
.Hotelcontact .container h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #f74d0c;
    margin-left: 0px;
    margin-top: 18px;
}


.Hotelcontact .contact p{
	 font-size:15px;
}
.Hotelcontact .contact{
	 background-color:#fff;
	 padding:10px;
	 height:305px;
}
.Hotelcontact .contact .fa{
	font-size:16px;
}
.Hotelcontact .location h5{
	  font-size:16px;
}
.Hotelcontact .location h3 {
    font-size: 18px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;	
}
.Hotelcontact .location{
	 background-color:#fff;
	 padding:10px;
	 
}
/*===========Hotel-contact===========*/


/*========search-section===========*/

  #topbar {
                width: 100%;
                margin: 0 auto;
                /* background-color: #d2331e;*/
                padding: 5px 0px 10px 10px !important;
                
               
                margin-top: 0px;
            }

            #ui-datepicker-div {

                z-index: 999999999 !important;
            }
     #topbar .container{
		  background-color:#304B9A;
		  padding-top:50px;
		  padding-bottom:50px;
		  margin-top:-70px;
		  z-index:1;
		  position:relative;
		  border-radius:4px;
		 -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	 }
	 
	  #topbar .container .reservation-horizontal label{
		   color:#fff;
	  }
	  #topbar .container .reservation-horizontal .form-group .form-control{
		  border-radius:5px;
		  he
	  }
	 
.search-form-section {
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 100;

}

.features-form-section {
    width: 100%;
    padding-bottom: 22px;
    padding: 11px;
    display: table;
    background-color: #304B9A;
}

.features-form-section span {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    color: #fff;
}

.features-form-section ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

.features-form-section ul li {
    display: inline;
}

.features-form-section ul li a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.banner-search-section {
    width: 100%;
    padding: 0px 0px;
    display: table;
    background: #fff;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.banner-search-section input {
    border: none;
    height: 65px;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    outline: none;
    color: #000;
    font-weight: 500;
    border-right: 1px solid #ddd;
}

.banner-search-section select {
    border: none;
    height: 65px;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    outline: none;
    color: #797777;
    font-weight: 500;
}

.banner-search-section input[type="submit"] {
    background: #304b9c;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 10px;
    height: 65px;
    border: none;
    outline: none;
    transition: 0.5s;
}

.banner-search-section input[type="submit"]:hover {
    background: #008395;
}

.pd_0 {
    padding: 0px 5px;
}

.calender1 span {
    position: absolute;
    right: 20px;
    top: 23px;
}

.calender2 span {
    position: absolute;
    right: 20px;
    top: 23px;
}

.rio-hotel-seciton {
   background-color: #f1f8ffa8;
    font-weight: bold;
    color: #000;
    padding: 0px 0px 0px 0px;
    margin-top: px;
	padding:10px;
	padding-bottom:40px;
}
.rio-hotel-seciton h3 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.rio-hotel-seciton h3 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rio-hotel-seciton h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width:45px;
    height: 2px;
    background: #f74d0c;
    margin-left:0px;
    margin-top: 18px;
}
.rio-hotel-seciton h1 {
    font-weight: bold;
    margin: 0px;
    padding: 20px 0px 25px 0px;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    z-index: 10000;
}

.rio-hotel-seciton h1 span {
    color: #304b9c;
}

.rio-hotel-seciton h1:after {
    content: "";
    width: 65px;
    height: 5px;
    background: #304b9c;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
}


/*========owl-carousel========*/

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

#owl-demo1 .item {
    margin: 12px;
}

#owl-demo1 .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo2 .item {
    margin: 12px;
}

#owl-demo2 .item img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

#owL-list .item {
    margin: 12px;
}

#owL-list .item img {
    max-width: 100%;
    height: auto;
}

.pd-bm {
    padding-bottom: 40px;
}

.owl-buttons .owl-prev {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 150px;
    background: url(../img/next-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    left: -30px;
}

.owl-buttons .owl-next {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    right: 0px;
    position: absolute;
    top: 150px;
    background: url(../img/prev-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    right: -30px;
}

.one .owl-buttons .owl-prev {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 90px;
    background: url(../img/next-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    left: -30px;
}

.one .owl-buttons .owl-next {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    right: 0px;
    position: absolute;
    top: 90px;
    background: url(../img/prev-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    right: -30px;
}
.two .owl-buttons .owl-prev {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 100px;
    background: url(../img/next-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    left: -30px;
}

.two .owl-buttons .owl-next {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    right: 0px;
    position: absolute;
    top: 100px;
    background: url(../img/prev-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    right: -30px;
}
.three .owl-buttons .owl-prev {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 90px;
    background: url(../img/next-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    left: -30px;
}

.three .owl-buttons .owl-next {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    right: 0px;
    position: absolute;
    top: 90px;
    background: url(../img/prev-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    right: -30px;
}
.four .owl-buttons .owl-prev {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 90px;
    background: url(../img/next-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    left: -30px;
}

.four .owl-buttons .owl-next {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    right: 0px;
    position: absolute;
    top: 90px;
    background: url(../img/prev-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    right: -30px;
}
.five .owl-buttons .owl-prev {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: 90px;
    background: url(../img/next-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    left: -30px;
}

.five .owl-buttons .owl-next {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    right: 0px;
    position: absolute;
    top: 90px;
    background: url(../img/prev-arrow.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 47px;
    right: -30px;
}
.rio-inn-section {
    width: 100%;
    padding-top: 10px;
}

.hotel-box {
    border:2px solid #fbfbfb0f;
    padding: 0px;
    transition: all 1s ease-in-out;
    width: 100%;
    display: table;
	background-color:#fff;
	box-shadow: 1px 2px 6px 3px #e2e0e0;
}

.rio-hotel-menu ul li a {
    color: #333;
}

.rio-hotel-location-menu ul li a {
    color: #333;
}

.hotel-box a {
    color: #333;
}

.hotl-box-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.list-box-img {
    height: 300px;
}

.hotel-box img {
    transition: all 1s ease-in-out;
}

.hotel-box:hover img {
    transform: scale(1.1);
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.hotel-box:hover {
    box-shadow: 1px 2px 4px 3px #e2e0e0;
}

.hotel-box h4 {
    margin: 0px;
    padding: 16px 10px 5px 10px;
    text-align: left;
    font-weight: bold;
    transition: 0.5s;
	color: #0c0542 ;
}

.hotel-box h4:hover {
    color: #304b9c;
}

.hotel-box p {
    text-align: left;
    padding: 6px 12px 12px 12px;
    font-weight: 600;
    margin: 0px;
    font-size: 12px;
	color:#f74d0c;
}

.hotel-book a {
    background: #ff4638;
    color: #fff;
    padding: 9px;
    text-align: right;
    font-size: 12px;
    margin-top: -1px;
    float: right;
    transition: 0.7s;
}

.hotel-book {
    text-align: right;
    margin-top: 25px;
}

.hotel-book a:hover {
    background: #304b9c;
}

.location-section {
    width: 100%;
    padding: 20px 0px;
	padding-bottom:50px;
    background: #FFFFFF;
}
.location-section h4 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.location-section h4 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.location-section h4:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width:45px;
    height: 2px;
    background: #f74d0c;
    margin-left:0px;
    margin-top: 18px;
}
.services-section {
    width: 100%;
    padding: 45px 0px 40px 0px;
    background: #f1f8ffa8;
}

.services-sec-inn {
    width: 100%;
    text-align: center;
    transition: all 1s ease-in-out;
	background-color:#fff;
	padding:15px 15px 15px 15px;
	height:280px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	border:2px solid silver;
	border-radius:3px;
}
.services-sec-inn:hover {
    width: 100%;
    text-align: center;
    transition: all 1s ease-in-out;
	background-color:#fff;
	padding:15px 15px 15px 15px;
	height:280px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	border:2px solid #304B9A;
	transition:.4s;
	border-radius:3px;
}
.services-sec-inn img {
    width: auto;
    transition: all 1s ease-in-out;
	width:70px;
}

.services-sec-inn:hover img {
    transform: rotate(360deg);
    -webkit-transform: (360deg);
}

.services-sec-inn h3 {
    font-weight: bold;
    font-size: 20px;
	color:#304B9A;
}

.location-m i {
    position: absolute;
    top: 19px;
    font-size: 26px;
    left: 13px;
    color: #304b9c;
}


/*.location-m input {

    padding-left: 30px;

}*/

.services-sec-inn p {
    text-align: center;
    padding-top: 10px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 600;
}

.location-section h1 {
    font-weight: bold;
    margin: 0px;
    padding: 20px 0px 25px 0px;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.location-section h1:after {
    content: "";
    width: 65px;
    height: 5px;
    background: #b9b9b9;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
}

.loaction-in-section {
    margin-top: 40px;
    width: 100%;
    display: table;
}

.location-box {
    width: 100%;
    position: relative;
   box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.location-box img {
    max-width: 100%;
	height:200px;
    display: block;
    transition: all 1s ease-in-out;
	border-radius:6px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.location-box:hover img {
    transform: scale(1.1);
   border-radius:6px;
    
}

.location-box:hover h3 {
    top: 45%;
}

.location-box h3 {
    color: #fff;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    width: 100%;
    font-weight: bold;
    position: absolute;
    transition: all 1s ease-in-out;
    top: 50%;
    left: 50%;
    margin: auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.location-box h3 span {
    display: block;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 1px;
}

.online-booking-section {
   
    font-weight: bold;
    color: #000;
    padding: 30px 0px 0px 0px;
}
.single-testimonial {
    color:#fff;
    padding-left:75px;
    position:relative;
    margin: 0 15px 15px;
}
.img-area {
    border-radius:50%;
   height: 129px;
    left: 29px;
    margin-top: -53px;
    position: absolute;
    top: 50%;
    width: 107px;
}
.test1-text {
    background:#fff;
    padding: 14px 7px 18px 86px;
    color: #000;
}
.img-area > img {
    background:linear-gradient(to bottom, darkcyan, white);
    border-radius:50%;
    padding:5px;
}
.test1-text h4{
    font-size:20px;
    margin-bottom:10px;
    font-family:'Poor Richard' sans-serif;
}
.test1-text h4 span{
    font-size:14px;
   display:block;
   margin-top:8px;
}
.test1-text p{
    font-size:14px;
   display:block;
   line-height:25px;
}
.single-testimonial:hover .test1-text {
    background:#ff5e14;
    transition: 0.9s;
    color:#fff;
}
.testimonial-area div.owl-nav {
    color:#ff5e14;
    display:inline-block;
    font-size:55px;
    height:60px;
    margin-top:-60px;
    text-align:center;
    width:40px;
    transition:0.3s;

}
.owl-prev, .owl-next {
    position:absolute;
}
.owl-prev {
    left:-20px;
    top:50px;
}
.owl-next {
    right:-20px;
    top:50px;
}
.testimonial-area h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins';
}
.testimonial-area h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 15px;
    margin-top: 18px;
}
.testimonial-area h3 span {
    color: #FE5A0E;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #f80503 0%, #ff7d09 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
    .testimonial-area {
        padding:15px 0;
    }
    .single-testimonial {
        padding-left:0;
        padding-top:75px;
    }
    .img-area {
        left:50%;
        margin-left:-75px;
        top:75px;
    }
    .test1-text {
        padding:80px 25px 25px;
    }
    .test1-text h4{
       font-size:20px;
       margin-bottom:20px;
    }
     .test1-text p{
       font-size:15px;
       margin-bottom:20px;
    }
     .owl-prev {
        left:-15px;
        top:150px;
    }
    .owl-next {
        right:-15px;
        top:150px;
    }
}
.online-booking-section h4 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.online-booking-section h4 span {
    color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.online-booking-section h4:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width:45px;
    height: 2px;
    background: #f74d0c;
    margin-left:0px;
    margin-top: 18px;
}

.online-booking-inn {
    width: 100%;
    padding: 30px 0px;
}

.online-booking {
    
	border-bottom: 4px solid #304b9c;
    padding: 5px;
	height:335px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.online-booking:hover{
   
	border-bottom: 4px solid #f74d0c;
    padding: 5px;
	height:335px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	transition:0.4s;
}



.online-booking p {
    font-size: 13px;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    padding: 10px 6px;
}

.partner-section {
    width: 100%;
    border-top: 1px solid #304b9c;
    border-bottom: 1px solid #304b9c;
    padding-bottom: 0px;
    padding-top: 5px;
    background: #304b9c;
    text-align: left;
	
}
.partner-section .support{
	
	 display:inline-block;
	 padding:10px 25px;
}
.partner-section .support h4{
	 font-size:16px;
	 font-weight:600;
	 color:#fff;
	 display:inline;
	 text-align:left;
}
.partner-section .support p{
	  font-size:14px;
	   margin-left:19px;
	 color:#fff;
	
}
.partner-section ul {
    margin: 0px;
    padding: 0px;
}

.partner-section ul li {
    display: inline-block;
}

.partner-section ul li a {
    color: #fff;
    font-weight: 500;
    padding: 15px 11px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
}

.partner-section ul li:last-child a {
    border-right: none;
}

.footer-menu-section {
    width: 100%;
    text-align: center;
    border-right: 1px solid #ddd;
    display: table;
    min-height: 132px;
    padding-bottom: 15px;
    padding-top: 20px;
}

.footer-menu-section p {
    font-size: 14px;
    padding-top: 10px;
    color: #6b6a6a;
    font-weight: 600;
}

.footer-menu-section ul {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.footer-menu-section ul li {
    display: block;
    width: 45%;
    float: left;
    text-align: left;
    margin-right: 10px;
}

.footer-menu-section ul li a {
    padding: 6px 0px;
    /* border-bottom: 1px solid #ddd; */
    display: block;
    color: #525151;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
}

.footer-menu-section ul li a:hover {
    color: #008395;
}

.footer-call-section {
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.footer-call-section ul {
    margin: 0px;
    padding: 0px;
}

.footer-call-section ul li {
    padding: 5px 0px;
    display: inline-block;
    color: #525151;
    font-size: 14px;
    border-right: 1px solid #ddd;
    width: 48%;
    font-weight: 600;
    padding-left: 40px;
}

.footer-call-section ul li:last-child {
    border: none;
}

.subscribe-section {
    padding: 20px 0px;
    text-align: center;
}

.from-section {
    padding-top: 10px;
    display: inline-block;
    padding: 0px;
    margin-left:150px;
    
}


   .from-section input {
    width: 309px;
    padding: 13px 5px 13px 5px;
    height: 43px;
    border: none;
    outline: none;
    font-weight: 500;
    border: 1px solid #afb3bd !important;
    margin-top: 15px;
    border-radius: 4px;
}


.from-section button {
    background: #ff5e14;
    padding: 13px 25px 13px 25px;
    color: #fff;
    font-size: 13px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    transition: 1s;
    border-radius:6px;
}
.from-section button:hover {
    background: #ff5e14;
	 padding: 13px 25px 13px 25px;
    color: #fff;
    font-size: 13px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    transition: 1s;
    border-radius:6px;
}
.footer-copyright{
	 padding:5px;
	 background-color:#041542;
}
.footer-copyright p{
      font-size: 13px;
    color: #fff;
	text-align:center;
	margin-top:7px;
}



.hotel-section-footer {
    width: 100%;
    margin-bottom: 10px;
}

.col-sm-2.col-md-1.pd_0.calender2 {
    width: 10%;
}

.col-sm-2.col-md-1.pd_0.calender2 {
    width: 12%;
}

.col-sm-2.col-md-2.pd_0.calender1 {
    width: 13%;
}

.hotel-section-footer h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 0px;
    padding: 10px 0px;
}

.hotel-section-footer h2:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 50px;
    height: 2px;
    background: #000;
    margin: auto;
    right: 0px;
    bottom: 0px;
}

.hotel-section-footer ul {
    margin-top: 15px;
}

.hotel-section-footer ul li {
    display: inline-block;
    text-align: center;
    color: #bbbaba;
}

.hotel-section-footer ul li a {
    font-size: 13px;
    color: #525151;
    padding: 0px 10px;
    font-weight: 600;
    transition: 0.5s;
}

.hotel-section-footer ul li a:hover {
    color: #008395;
}

.hotel-section-inner {
    width: 60%;
    margin: auto;
    text-align: center;
}

.bottom-footer {
    padding: 10px 0px;
    border-top: 1px solid #ddd;
    background: #fff;
}

.bottom-section-inner {
    width: 100%;
    padding-top: 4px;
}

.bottom-section-inner ul {
    margin: 0px;
    padding: 0px;
}

.bottom-section-inner ul li {
    display: inline-block;
    margin-right: 10px;
}

.bottom-section-inner ul li a {
    color: #333;
    padding: 5px 6px 6px 6px;
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 26px;
    display: block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #333 inset;
    margin-right: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bottom-section-inner ul li a:hover {
    box-shadow: 0 0 0 3px #006593 inset;
    background: #006593;
    color: #fff;
}

.bottom-section-inner p {
    font-size: 12px;
    color: #969696;
    text-align: left;
    margin-top: 10px;
}

.bottom-section-inner p span {
    padding: 0px 0px 0px 40px;
    float: right;
}

.bottom-section-inner p a {
    color: #304b9c;
}

.features-form-section ul li a img {
    margin-right: 7px;
}


	.footer {
    /* background-color: #0f172b; */
	background-color:#01002f;
    padding-top: 40px;
    padding-bottom: 35px;
    border-top:3px solid #fff
}
.footer .footer-logo{
	 width:130px;
	 margin-left:40px;
}
.footer .rio-hotel-connect1 span{
	 text-align:center;
	 width:40px;
	 height:40px;
	 margin-top:25px;
	 margin-left:60px;
}
.footer .rio-hotel-connect1 span .fa{
	 border:1px solid silver;
	 padding:8px 8px;
	 font-size:15px;
	 margin-left:10px;
	 color:#fff;
	 
}
.footer .footer-about{
	padding-top:20px;
}
.footer .footer-about h6{
	 color:#fff;
	 font-size:18px;
	 text-align: center;
}
.footer .footer-about p{
	 text-align: center;
    padding-top: 10px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 600;
	color:#fff;
}
.footer .footer-link{
	padding-top:20px;
}
.footer .footer-link .widget-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: .8em;
    text-transform: uppercase;
    position: relative;
}
.footer .footer-link .widget-title h3:before {
    content: "";
    background: #ff5e14;
    width: 60px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer .footer-link .widget-title h3:after {
    content: "";
    background: #ff5e14;
    width: 15px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    left: 65px;
    bottom: 0;
}
.footer .footer-link ul{
	 margin-top:10px;
}
.footer .footer-link ul li a{ 
	 list-style:none;
	 line-height:30px;
	 font-size:15px;
	 color:#fff; 
}
.footer .footer-link ul li{
	 text-decoration:none;
	 list-style:none;
	 margin-left:-35px;
}
.footer .service-link-widget ul {
     margin-left:35px;
   margin-top:10px;
}
.footer .service-link-widget ul li{
	 text-decoration:none;
	 list-style:none;
	 line-height:30px;
	 font-size:15px;
	 color:#fff; 
}
.footer .service-link-widget p{
     font-size:15px;
	 color:#fff;
	 margin-top:10px;
} 








.footer-bg-img {
    background: url(../img/footer-bg.jpg) no-repeat;
    height: 510px;
    width: 100%;
    background-size: cover;
}

.footer-call-section ul li span {
    margin-left: 5px;
    color: #304b9c;
}


/*=======listing-page=========*/

.inner-bg {
    width: 100%;
    position: relative;
	
}

.inner-bg img {
    max-width: 100%;
    width: 100%;
	margin-top: -20px;
}

.list-services-gap {
    margin-bottom: 20px;
}


/*========services-details========*/

.tp-services-details {
    width: 100%;
    margin: auto;
}

.tp-services-details h1 {
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    padding: 25px 0px 10px;
}

.tp-services-details p {
    font-size: 12px;
}

.custom-detials-price {
    display: inline-block;
    width: 50%;
    padding-top: 10px;
}

.custom-detials-price b {
    color: #304b9c;
    font-weight: bold;
    font-size: 21px;
    margin-top: 20px;
}

.custom-detials-btn a {
    float: right;
    background: #ff4638;
    padding: 13px 20px;
    color: #fff;
    margin-top: 30px;
    font-weight: 600;
    transition: 0.5s;
}

.serices-fix-btn {
    float: right;
    opacity: 0;
}

.serices-fix-btn a {
    padding: 12px 15px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    position: relative;
    text-transform: uppercase;
    float: right;
    background: #ff4638;
    transition: 0.5s;
}

.serices-fix-btn a:hover {
    background: #ce3529;
}

.header-fixed .serices-fix-btn {
    opacity: 1;
}

.custom-detials-btn a:hover {
    background: #ce3529;
}

.custom-detials-price span {
    display: block;
    font-size: 11px;
}

.serives-details {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.serives-details ul {
    margin: 0px;
    padding: 0px;
}

.serives-details ul li {
    display: inline-block;
    margin-right: 30px;
}

.serives-details ul li a {
    padding: 12px 15px;
    display: inline-block;
    color: #333;
    font-weight: 600;
    font-size: 11px;
    position: relative;
    text-transform: uppercase;
}

.serv-active {
    position: relative;
}

.serv-active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #304b9c;
    bottom: -1px;
    left: 0px;
}

.services-content-section {
    width: 100%;
    padding: 10px 0px 20px;
}

.custom-services-right {
    background: #fff;
    border: 1px solid #ddd;
    display: table;
    width: 100%;
    padding: 15px 0px;
    box-shadow: 0px 3px 7px 0px #ddd;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.details-contact-section {
    padding: 0px 15px;
}

.details-contact-section h3 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 25px;
}

.details-right-sect-inn {
    width: 100%;
    padding-bottom: 15px;
}

.details-right-sect-inn p {
    font-size: 13px;
    line-height: 23px;
}

.details-right-sect-inn i {
    color: #595858;
    font-size: 30px;
    margin-top: 0px;
    margin-right: 10px;
}

.details-right-sect-inn img {
    margin-right: 5px;
}

.custom-excellent-sect {
    width: 100%;
    float: left;
    border-right: 1px solid #fff;
    margin-right: 5%;
}

.custom-excellent-sect b {
    color: #304b9c;
    font-weight: 500;
    font-size: 30px;
}

.custom-excellent-sect p {
    font-size: 11px;
    font-weight: 600;
    color: #000;
}

.custom-excellent-sect span {
    color: #304b9c;
    font-weight: bold;
    padding-top: 05px !important;
    display: block;
    font-size: 12px;
}

.custom-recommended-sect {
    width: 100%;
    padding-bottom: 20px;
}

.custom-recommended-sect b {
    font-size: 10px;
    display: block;
    padding-left: 0px;
}

.custom-recommended-sect span {
    border: 1px solid #304b9c;
    padding: 3px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 6px;
    color: #304b9c;
    font-weight: bold;
    font-size: 11px;
    position: relative;
    margin-right: 5px;
}

.family-solo {
    width: 200px;
    position: absolute;
    padding: 20px;
    border: 1px solid #333;
}

.right-section-inn {
    width: 100%;
    clear: both;
    padding-top: 10px;
    padding-left: 10px;
}

.right-section-inn h4 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.right-section-inn span {
    font-size: 10px;
}

.right-section-inn h6 {
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 11px;
}

.services-about-section {
    padding: 10px;
    background: #fafafa;
    margin-top: 10px;
    clear: both;
}

.services-about-section h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    padding-top: 2px;
}

.services-about-section span {
    font-size: 12px;
    padding-bottom: 10px !important;
    display: block;
    font-weight: bold;
}

.services-about-section p {
    font-size: 13px;
    line-height: 21px;
}

.facilities-offer {
    width: 100%;
}

.facilities-offer b {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.facilities-offer ul {
    margin: 0px;
    padding: 0px;
}

.facilities-offer ul li {
    display: inline-block;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 11px;
    color: #304b9c;
}

.facilities-offer ul li img {
    margin-right: 5px;
}

.services-slider {
    width: 100%;
}

.services-slider img {
    width: 100%;
}

.select-room-section {
    padding: 40px 0px;
}

.select-room-section h2 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.select-room-section p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    width: 501px;
}

.select-room-section span {
    border: 1px solid #ddd;
    margin-right: 10px;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    border-radius: 20px;
    transition: 0.5s;
    cursor: pointer;
}

.select-room-section span:hover {
    background: #304b9c;
    color: #fff;
    border: 1px solid #304b9c;
}

.select-room-box-section {
    border: 1px solid #ddd;
    margin-top: 30px;
    box-shadow: 2px 2px 2px -1px #ddd;
    transition: 0.5s;
}

.review-advisor {
    margin-top: 65px;
    float: left;
    width: 50%;
}

.select-room-box-section h2 {
    margin: 0px;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.hotel-services-left {
    width: 100%;
    background: #f6f6f6;
    cursor: pointer;
}

.hotel-services-left p {
    padding: 20px 0px;
    margin: 0px;
    padding: 14px;
    line-height: 22px;
    font-weight: 600;
    font-size: 11px;
    border: none;
}

.services-repeat-detail:last-child {
    border-bottom: none !important;
}

.hotel-services-right {
    width: 100%;
}

.hotel-services-right h3 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    padding-bottom: 5px;
}

.hotel-services-right b {
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
}

.hotel-service-right {
    font-size: 12px;
    font-weight: 600;
    padding-top: 20px;
    color: #525050;
}

.hotel-services-detials-btn {
    width: 100%;
    text-align: center;
    display: table;
    padding-bottom: 10px;
    border-left: 1px solid #ddd;
}

.hotel-services-detials-btn a {
    float: right;
    background: #ff4638;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
    font-weight: 600;
    transition: 0.5s;
    margin-right: 14px;
}

.hotel-services-detials-btn a:hover {
    background: #ce3529;
}

.hotel-services-detials-btn b {
    padding-top: 10px;
    display: block;
    clear: both;
    font-size: 12px;
    text-align: right;
    padding-right: 30px;
    color: #4d4c4c;
    cursor: pointer;
}

.hotel-services-detials-btn b:hover {
    color: #304b9c;
}

.services-repeat-detail {
    width: 100%;
    display: table;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.location-section-services {
    width: 100%;
}

.location-section-services h2 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.hotel-policies-section {
    width: 100%;
    padding-top: 30px;
}

.hotel-policies-section h2 {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-size: 21px;
    margin-bottom: 15px;
}

.hotel-policies-inn-section {
    background: #fdfbfb;
    border: 1px solid #ddd;
    padding: 10px 0px;
    padding-bottom: 0px;
}

.hotel-policies-inn-section ul {
    margin: 0px;
    padding: 0px;
}

.hotel-policies-inn-section ul li {
    padding: 8px 15px;
    list-style: none;
    font-weight: 500;
    font-size: 13px;
}

.hotel-policies-inn-section ul li span {
    margin-right: 10px;
    font-weight: 600;
}

.view-more-policies {
    padding: 15px 0px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    color: #304b9c;
    font-size: 13px;
    cursor: pointer;
}

.review-tab-section {
    margin-top: 20px;
}

.reviews-section-tp {
    width: 100%;
    padding-top: 0px;
}

.reviews-section-tp ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.reviews-section-tp ul li {
    display: inline-block;
    margin-right: 7px;
    font-size: 15px;
    color: #898986;
}

.col-right-close {
    position: absolute;
    color: #fff;
    right: 20px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.col-right-close:hover {
    color: #fed200;
}

.review-active {
    color: #fed200 !important;
}

.reviews-section-tp span {
    font-size: 12px;
    text-align: center;
    display: block;
    line-height: 16px;
    color: #7b7a7a;
}


.about-hotel-section h2 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.about-hotel-section {
    padding-top: 10px;
}

.about-hotel-section p {
    padding: 10px 0px;
    margin: 0px;
    font-size: 13px;
    line-height: 26px;
}

.roomamen-section {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.custom-room-amenities-section {
    padding: 10px;
    height: auto;
    text-align: center;
    background: #fdfdfd;
    padding-top: 70px;
}

.col-sm-5.col-md-5.category-roomamen-pd {
    padding-right: 0px;
}

.custom-room-amenities-section
h3 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    line-height: 100px;
    letter-spacing: 1px;
    margin: 0px;
}

.custom-room-amenities-section img {
    width: 100px;
    margin-top: 15px;
}

.room-amenities-right {
    width: 100%;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.room-amenities-right ul {
    margin: 0px;
    padding: 0px;
}

.room-amenities-right ul li {
    display: block;
    padding: 7px 0px;
    font-weight: 600;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
}

.room-amenities-right p {
    padding: 0px;
    margin: 0px;
}

.room-amenities-right ul li:after {
    content: "";
    background: #37509c;
    left: 0px;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    top: 15px;
}

/*======review-section=======*/

.reviews-section {
    width: 100%;
    display: table;
}

.rating {
    border: none;
    line-height: 5px;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #304b9c;
    float: right;
    font-size: 11px;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label,

/* show gold star when clicked */

.rating:not(:checked) > label:hover,

/* hover current star */

.rating:not(:checked) > label:hover ~ label {
    color: #c1a211;
}


/* hover previous stars in list */

.rating > input:checked + label:hover,

/* hover current star when changing rating */

.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,

/* lighten current selection */

.rating > input:checked ~ label:hover ~ label {
    color: #c1a211;
}


/*======review-section-end=======*/

.custom-right-bg p {
    margin: 0px;
    font-size: 11px;
    color: #fff;
    padding-top: 10px;
}


  .in-section-1 {
    position: relative;
    bottom: 212px;

}


   .in-section-1 h1 {
    color: #fff;
    font-weight: bold;
    /* margin: 0px; */
    /* padding: 0px; */
    text-align: center;
	font-family: 'Raleway', sans-serif;
}


.rio-hotel-seciton-list {
    width: 100%;
    padding-top: 20px;
}
.rio-hotel-seciton-list .container h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.rio-hotel-seciton-list .container h3 span {
   color: #304B9A;
    font-family: 'Raleway', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #1d03f8 0%, #0089ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rio-hotel-seciton-list .container h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width:45px;
    height: 2px;
    background: #f74d0c;
    margin-left:5px;
    margin-top: 18px;
}
.rio-hotel-seciton-list h2 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.rio-hotel-seciton-list h2:after {
    content: "";
    position: absolute;
    width: 80px;
    background: #000;
    height: 2px;
    bottom: -1px;
    left: 0px;
}

.rio-hotel-seciton-list span {
    font-size: 14px;
    padding: 15px 0px;
    color: #333;
    line-height: 25px;
    clear: both;
    display: block;
}

.inner-breadcrum {
   width: 100%;
    background: transparent;
    padding: 12px 0px;
    margin-top: -217px;
    bottom: 0px;
    text-align: left;
    color: #fff;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.8);
}

.inner-breadcrum ul {
    margin: 0px;
    padding: 0px;
	margin-left: 24px;
	text-align:center;
}

.inner-breadcrum ul li {
    color: #fff;
    display: inline;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 10px;
}

.inner-breadcrum ul li a {
    color: #fff;
}

.modal-dialog.custom-modal {
    border-radius: 0px !important;
}

.modal-dialog.custom-modal .modal-content {
    border-radius: 0px;
}

.modal-dialog.custom-modal h4 {
    font-weight: bold;
}

.modal-dialog.custom-modal .modal-header {
    margin: 0px;
    padding: 12px;
}

.modal-dialog.custom-modal h4 {
    font-weight: bold;
}

.modal-dialog.custom-modal .modal-header {
    margin: 0px;
    padding: 12px;
}

.modal-dialog.custom-modal p {
    font-size: 14px;
    color: #333232;
    line-height: 25px;
    font-weight: 500;
}

button.close {
    color: #333;
    opacity: 0.9;
    outline: none;
}

.modal-dialog.custom-modal {
    margin: 100px auto;
}

/*======booking-form======*/

#booking{
    width: 100% !important;
}

div#booking.main-table input{
    border: none;
    height: 65px;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    outline: none;
    color: #000;
    font-weight: 500;
    border-right: 1px solid #ddd;
}

.booking-circle-section {
    width: 90px;
    margin-top:10px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    
}

.booking-circle-section img{
   
    max-width: 100%;
	
}

.online-booking h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    padding: 20px 0px 5px;
	text-align:center;
}


/*========contact Us==========*/

.contact-details {
    background-color: #f8f8f8;
    border-left: 4px solid #304b9c;
    padding: 30px 30px;
    box-shadow: 1px 2px 10px 1px #ddd;
    margin-top: 10px;
}

.contact-details > h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.88px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: capitalize;
}

.contact-detail-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 27px;
}

.contact-detail-box > h4 {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.contact-detail-box > p {
    color: #585858;
    font-size: 13px;
    letter-spacing: 0.6px;
    line-height: 24px;
    margin-bottom: 0;
}

.contact-form1 > h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    letter-spacing: 0.96px;
    margin-bottom: 45px;
    margin: 0px;
    border:none;
}

.contact-form1 > h2:after{
    display: none;
}

.contact-form1 .form-group .form-control {
    color: #bcbcbc;
    font-size: 12px;
    height: 47px;
    border-radius: 0;
    border: 1px solid #d1d0d0;
    letter-spacing: 0.6px;
    line-height: 20px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    padding: 15px 22px 12px 10px;
}

.google-map {
    margin-bottom: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-form1 form > button {
    background-color: #ff4638;
    border: 1px solid #ff4638;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.56px;
    padding: 13px 19px 11px;
    text-transform: uppercase;
    transition: 0.5s;
}

.contact-form1 form > button:hover{
    background: #304b9c;
    border: 1px solid #304b9c;
}

.contact-form1 .form-group textarea.form-control {
    height: 106px;
}

.contact-detail-box > p a {
    color: #585858;
    font-family: 'Muli', sans-serif;
}


.regional-inner {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 20px;
    transition: all 1s ease-in-out;
}

.regional-inner h3 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0px;
    padding-top: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.regional-inner ul {
    margin: 0px;
    padding: 0px;
}

.regional-inner ul li {
    display: block;
    padding: 8px 0px;
    font-size: 13px;
}

.regional-offices {
    width: 100%;
    padding-top: 50px;
}

.regional-offices h2 {
    font-size: 20px;
    margin: 0px;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.regional-inner:hover{
    box-shadow: 1px 2px 6px 3px #e2e0e0;
}

.regional-offices h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: -1px;
    left: 0px;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu {
    width: 100%;
}
#cssmenu ul ul {
    display: none;
}
.align-right {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 15px 10px;
    border-bottom: 1px solid #cbced8;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    background: #fffdfd;
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
    color: #eeeeee;
    background: #304b9c;
}
#cssmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
    border-bottom: 1px solid #6d6b6b;
}
.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.holder::after {
    top: 17px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
}
.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}
#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #c1c3c5;
    padding: 15px 10px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    background: #f2f3f4;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
    box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
    padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
}

.mobile-menu{
    display: none;
}

/*======about-us=========*/

.about-img-seciton {
    float: right;
    box-shadow: 1px 2px 6px 3px #e2e0e0;
    border: 5px solid #fff;
    margin-left: 25px;
    margin-bottom: 10px;
    width: 480px;
}

.about-img-seciton img{
    max-width: 100%;
    width: 100%;
}

.custom-about-section {
    padding: 35px 0px;
}

.custom-about-section p {
    font-size: 14px;
    padding: 8px 0px;
    color: #333;
    line-height: 25px;
    margin: 0px;
}

.custom-about-hotel-inn {
    width: 100%;
    padding: 10px;
    border: 1px solid #9ba3bb;
    margin-bottom: 25px;
    transition: 0.5s;
}

.custom-about-hotel-inn:hover{
    box-shadow: 1px 2px 6px 3px #e2e0e0;
}
.custom-about-hotel-inn img {
    max-width: 100%;
}

.custom-about-hotel-inn h3 {
    margin: 0px;
    padding: 0px;
}

.custom-about-hotel-inn h3 a {
    color: #333;
    font-size: 18px;
    padding: 15px 0px 6px;
    font-weight: bold;
    display: block;
}

.about-hotel-section h2 {
    margin-bottom: 30px;
    color: #304b9c;
    border-bottom: 1px solid #808db5;
}

.about-hotel-section h2:after{
    background: #304b9c;
}

.custom-about-hotel-inn p {
    margin: 0px;
    padding: 0;
    font-weight: 600;
    color: #565555;
}

/*======responsive======*/

@media(max-width: 800px){

    .owl-buttons .owl-prev{
        left: 0px;
    }

    .owl-buttons .owl-next{
        right: -10px;
    }

    .rio-hotel-seciton h1{
        z-index: 10000;
        margin-top: 5px;
    }
    .hotl-box-img{
        height: auto;
    }
    .location-box{
        height: auto;
    }

    .bottom-section-inner{
        text-align: center;
    }

    .footer-call-section ul li{
        width: 49%;
        padding-left: 0px;
        font-size: 12px;
    }

    .footer-menu-section ul li a{
        text-align: center;
    }

    .footer-menu-section{
        min-height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-menu-section ul{
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .online-booking-inn{
        padding: 0px 0px;
    }

    .online-booking-section h2{
        margin-bottom: 20px;
    }

}



@media(max-width: 767px){
    .header-right-section ul li{
        display: block;
        text-align: center;
    }

    .mobile-n {
        display: none;
    }

    .header-right-section{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-right-section ul li a{
        display: block;
        width: 100%;
    }

    .header-right-section{
        padding-top: 12px;
        float: right;
        padding-bottom: 15px;
        width: auto;
        margin-top: 20px;
    }

    .search-form-section{
        position: absolute;
        top: 0px;
    }

    .features-form-section ul{
        display: none;
    }

    .search-form-section{
        position: relative;
        top: 0px;
    }

    .features-form-section span{
        color: #000;
        display: block;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .banner-search-section{
        margin-top: -15px;
    }

    .rio-hotel-seciton{
        padding: 10px 0px 0px 0px;
        border-top: 1px solid #ddd;
    }

    .rio-hotel-seciton h1{
        padding: 10px 0px 25px 0px;
        font-size: 25px;
    }

    .owl-buttons .owl-next{
        right: 10px;
    }

    .owl-buttons .owl-prev{
        left: 10px;
    }

    .hotel-book{
        margin-top: 0px;
    }

    .location-section h1 {
        padding: 10px 0px 25px 0px;
        font-size: 25px;
    }

    .loaction-in-section{
        margin-top: 30px;
    }
    .location-box{
        margin-bottom: 30px;
    }

    .partner-section ul li a{
        border:none;
    }
    .from-section{
        width: 100%;
    }
    .from-section input{
        width: 100%;
    }
    .from-section button{
        margin-top: 10px;
        width: 100%;
    }

    .subscribe-section{
        padding: 20px 0px 5px;
    }

    p#result {
        display: none;
    }

    .hotel-section-inner{
        width: 100%;
    }

    .footer-menu-section p{
        font-size: 12px;
    }

    .footer-call-section ul li{
        width: 100%;
        text-align: center;
    }

    .footer-call-section{
        padding: 5px 0px;
    }

    .footer-menu-section{
        padding-top: 5px;
    }

    .footer-menu-section ul li a{
        font-size: 13px;
    }

    .bottom-section-inner p{
        font-size: 11px;
        line-height: 22px;
        text-align: center;
    }

    .bottom-section-inner p span{
        padding: 0px;
    }

    .partner-section ul li a{
        padding: 6px 20px;
    }

    .inner-breadcrum{
        position: relative;
    }

    .in-section-1{
        position: absolute;
        bottom: 15px;
        width: 100%;
        left: 0;
        padding: 0px 15px;
    }

    .in-section-1 h1{
        font-size: 20px;
    }

    .rio-hotel-seciton-list{
        padding-top: 0px;
    }
    .footer-menu-section{
        border-right: 0px;
    }

    .footer-call-section ul li{
        border-right: none;
    }

    .header-fixed{
        position: relative;
    }

    .custom-detials-btn a{
        float: none;
        background: #ff4638;
        padding: 13px 20px;
        color: #fff;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .review-advisor{
        margin-top: 35px;
    }
    .tp-services-details img{
        margin-top: 2px;
    }

    .tp-services-details h1{
        padding: 15px 0px 10px;
    }

    .serives-details ul li{
        display: block;
        margin-right: 0px;
    }

    .serives-details ul li a{
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 12px 5px;
    }

    .header-fixed .serices-fix-btn{
        display: none;
    }

    .serives-details{
        border-bottom: none;
    }

    .tp-services-details p{
        font-size: 12px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 12px;
        margin-bottom: 0px;
    }

    .custom-ms-thumb{
        display: none !important;
    }

    .ms-skin-default .ms-thumb-list.ms-dir-h{
        width: 100% !important;
    }

    .ms-thumb-list.ms-dir-h .ms-thumb-frame{
        width: 100px !important;
    }

    .about-hotel-section{
        padding-top: 0px;
    }

    .custom-room-amenities-section{
        margin-bottom: 15px;
        padding-top: 10px;
    }

    .select-room-section span{
        margin-bottom: 10px;
        display: block;
        border-radius: 0px;
        text-align: center;
    }

    .select-room-section{
        padding: 10px 0px;
    }

    .hotel-services-right{
        padding-left: 15px;
        padding-right: 15px;
    }
    .select-room-section p{
        line-height: 23px;
    }
    .hotel-service-right{
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .hotel-services-detials-btn a{
        float: none;
        display: block;
        margin-right: 0px;
        width: 90%;
        margin: auto;
    }
    .hotel-services-detials-btn b{
        text-align: center;
        padding-right: 0px;
    }

    .location-section-services{
        padding-top: 20px;
    }

    .custom-services-right{
        margin-top: 20px;
    }

    .custom-excellent-sect{
        border-right: none;
    }

    .select-room-box-section h2{
        margin-bottom: 5px;
    }

    .contact-form1 > h3{
        margin-bottom: 20px;
        padding-top: 25px;
    }

    .contact-details{
        margin-top: 20px;
    }

    .inner-breadcrum ul li{
        font-size: 12px;
        margin-right: 10px;
    }

    .header-right-section ul li a{
        font-size: 13px;
    }

    .contact-detail-box > h4{
        font-size: 13px;
    }

    .footer-bg-img{
        height: auto;
    }

    .hotel-book a{
        float: left;
        margin-left: 10px;
    }

    .hotel-box h4{
        padding: 16px 10px 10px 10px;
    }

    .col-sm-5.col-md-5.category-roomamen-pd{
        padding-right: 15px;
    }

    .custom-room-amenities-section h3{
        line-height: 60px;
    }

    .room-amenities-right{
        padding-left: 5px;
        border-left: none;
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }

    /*=====mobile-menu======*/

    .mobile-menu{
        display: block !important;
        background: #304b9c;
        cursor: pointer;
    }


    .responsive-menu-section{
        width: 100%;
        display: table;
        padding: 5px 15px;
    }
    .responsive-menu-section i{
        float: right;
        background: #fff;
        padding: 10px 14px;
        color: #3F51B5;
        font-size: 22px;
        cursor: pointer;
    }

    .toggle-menu-section {
        width: 100%;
        margin: auto;
        background: #fffbfb;
        display: none;
        margin-top: 0px;
        padding: 0px 5px;
        border-top: 1px #fdfcfc solid;
    }

    .open-menu{
        display: block;
        margin-top: 30px;
    }

    .navigation{
        display: none;
    }

    .mobile-social {
        float: left;
        width: 50%;
    }

    .mobile-social ul {
        margin: 0px;
        padding: 0px;
    }

    .mobile-social ul li {
        display: inline-block;
    }

    .mobile-social ul li a i {
        background: transparent;
        color: #fff;
        margin-top: 0px;
        font-size: 16px;
        top: 4px;
        position: relative;
    }

    .online-booking p{
        padding: 10px 25px;
    }

    .online-booking-section h2{
        font-size: 15px;
    }

    .online-booking-section{
        padding: 20px 0px 20px 0px;
    }

    .ms-tabs-template{
        padding-bottom: 10px !important;
    }

    .about-hotel-section h2{
        margin-bottom: 0px;
    }

    .header{
        padding: 10px 0px;
    }


    .responsive {
        width: 100%;
        height: auto;
    }

    #more {display: none;}

    .morecontent span {
        display: none;
    }
    .morelink {
        display: block;
    }

}



