
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol {
    list-style-type: none;
    margin-bottom: 0;
}

p {
    line-height: 24px;
    margin-bottom: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
p {
    font-size: 14px;
}
span {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:focus {
    outline: 0;
}

.form-control:focus {
    border-color: transparent
}


/*================================ navbar part start ===========================*/
.bg {
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 999999;
	animation: bg 1s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    height: 70px;
}
@keyframes bg {
    from{top: -50px;}
    to{
        top: 0;
    }
}
/*================================ navbar part start ===========================*/
.navbar {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding: 20px 0;
}
.navbar.bg .navbar-nav .nav-item .nav-link{
    color: #222;
    line-height: 60px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 0 15px;
    position: relative;
    font-size: 18px;
}
.navbar .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0;
    height: 3px;
    background:  #3498db;
    transition: all linear .3s;
    z-index: -1;
}
.navbar .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
}
.navbar .navbar-brand {
    color: #30caa0;
}
/*================================ navbar part end ===========================*/

/*================================ banner part start ===========================*/
#banner-part {
    position: relative;
}
.same-size {
    font-size: 32px;
    font-weight: 700;
}
.slider-img {
    background: url(../images/banner4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 240px 0;
    position: relative;
}
.slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.slider-img2 {
    background: url(../images/banner5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 240px 0;
    position: relative;
}
.slider-img2::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.banner-text {
    position: relative;
    z-index: 9;
}
.banner-text h2 {
    color: #61cfff;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 4px;
}
.banner-text h3 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    padding-bottom: 30px;
}
.banner-text a {
    text-decoration: none;
    color: #fff;
}
.banner-text button {
    padding: 10px 30px;
    background:  #ED813E;
    border: 0;
    color: #30caa0;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.banner-text button:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #34ACE0;
    border: 1px solid #34ACE0;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
     -webkit-transition: all linear .4s;
     -moz-transition: all linear .4s;
     -ms-transition: all linear .4s;
     -o-transition: all linear .4s;
     transition: all linear .4s;
    z-index: -1;
    border-radius: 3px;
}
.banner-text button:hover::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    border: 1px solid #34ACE0;
}
.left {
    position: absolute;
    top: 50%;
    left: -20px;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: all linear .4s;
    cursor: pointer;
}
.right {
    position: absolute;
    top: 50%;
    right: -20px;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    transition: all linear .4s;
    cursor: pointer;
}
#banner-part:hover .left{
    left: 20px;
    opacity: 1;
}
#banner-part:hover .right{
    right: 20px;
    opacity: 1;
}
/*================================ banner part end ===========================*/


/*================================ datepicker start ===========================*/
.travel-select-icon {
	position: relative;
}
.travel-check-icon {
    position: relative;
}
.travel-select-icon select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.form-control:focus {
    border-color: #ddd;
    box-shadow: none;
}
.icon {
    position: absolute;
    right: 10px;
    top: 6px;
    pointer-events: none;
}
.icon i {
    font-size: 14px;
    color: #919191;
}
.single-travel-boxes {
    padding: 20px;
    background: rgba(52, 152, 219, 0.42);
    margin-top: -500px;
}
.single-travel-boxes h2 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 8px;
}
.form-control {
    color: #919191;
    height: 35px;
    background: #FBFBFBB8;
}
.about-btn {
    margin-left: 19px;
    margin-top: 20px;
}
.about-btn button {
    padding: 4px 30px;
    background: #ED813E;
    border: 0;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.about-btn button:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #34ACE0;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
     -webkit-transition: all linear .4s;
     -moz-transition: all linear .4s;
     -ms-transition: all linear .4s;
     -o-transition: all linear .4s;
     transition: all linear .4s;
    z-index: -1;
    border-radius: 3px;
}
.about-btn button:hover::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
/*================================ datepicker end ===========================*/

/*================================ about page start ===========================*/
#about {
    padding: 60px 0;
    background: #e8e1e15e;
}
.about-page img {
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 33px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 2px 33px 0px rgba(0,0,0,0.27);
box-shadow: 0px 2px 33px 0px rgba(0,0,0,0.27);
height: 360px;
}
.about-text {
    padding: 52px 0;
}
.about-text h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 9px;
}
.about-text p {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: justify;
}
.about-text .button button {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background: #ED813E;
    border: 0;
    border-radius: 3px;
    color: #fff;

}
.about-text .button button::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
     background: #34ACDB;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    z-index: -1
}
.about-text .button button:hover::after {
   -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 3px;

}
/*================================ about page end ===========================*/

/*================================ room page start ===========================*/
#room {
   padding: 60px 0;
}
.rooms-item .card-body .icon-star i{
    font-size: 14px;
    color: #ffd271;
}
.rooms-item .card img {
    height: 205px;
}
.rooms-item .card-body .card-title{
    font-size: 18px;
    font-weight: 600;
     margin-bottom: 0;
}
.rooms-item .card-body {
    padding: 15px;
}
.rooms-item .card-body p{
    font-weight: 400;
     padding-bottom: 10px;
     display: inline-block;
}
.rooms-item .card-body .features {
    padding-bottom: 10px;
    padding-top: 20px;
}
.card .btn {
	color: #fff;
	background-color: #EA7739;
	border-color: none;
    padding: 8px 30px;
    border: 0;
    border-radius: 3px;
}

.booking:hover {
	color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #34ACE0;
	border-color: none;
	box-shadow: none;
}
.owl-theme .owl-nav button  {
    outline: 0;
}
.owl-theme .owl-nav button span {
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    background: #ED813E;
    display: block;
    font-size: 20px;
    color: #fff;
}
.room-date {
    margin-bottom: 20px;
}
.room-date h2 {
    font-size: 20px;
}
.choto-img {
    padding: 10px 0;
}
.room-booking-date {
    /*! border: 1px solid #ddd; */
    padding: 30px;
    background: #61CFFF;
    -webkit-box-shadow: -1px 3px 14px 0px rgba(0,0,0,0.27);
-moz-box-shadow: -1px 3px 14px 0px rgba(0,0,0,0.27);
box-shadow: -1px 3px 14px 0px rgba(0,0,0,0.27);
    border-radius: 5px;
}
.main-img-slider .single-img-slider img {
    height: 400px;
    margin-bottom: 20px;
}
/*================================ room page end ===========================*/



/*================================ service page start ===========================*/
#service {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #e8e1e15e;
}
.service-head p {
   text-align: justify;
    padding-top: 20px;
   color: #fff;
}
.service-head {
    background: #8876FF;
    padding: 20px;
     border-radius: 10px;
     box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
}
.service-head h3 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;

    color: #fff;
}
.color-once {
    background: #4582FF;
}
.color-once-more{
    background: #FE4155;
}
/*================================ service page end ===========================*/


/*================================ our-client page start ===========================*/
#our-client {
   padding-top: 60px;
}
.our-client-head {
    padding: 20px;
     -webkit-box-shadow: -1px 18px 14px -13px rgba(0,0,0,0.18);
-moz-box-shadow: -1px 18px 14px -13px rgba(0,0,0,0.18);
box-shadow: -1px 18px 14px -13px rgba(0,0,0,0.18);
    border-radius: 10px;
    margin: 15px;
    border-top: 1px solid #ddd;
}

.our-client-head .client-img img {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.our-client-text h4 {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
}
.our-client-text h3 {
    font-size: 16px;
}
.slider-text-p {
    padding-top: 20px;

}
.our-star i{
    color: #ffd271;
    font-size: 12px;
}
/*================================ our-client page end ===========================*/



/*================================ blog page start ===========================*/
#blog {
    padding-top: 60px;
    background: #e8e1e15e;
}
.blog-date {
    padding-top: 15px;
}
.blog-date span {
    color: #444;
}
/*================================ blog page end ===========================*/

/*================================ counterup page start ===========================*/
.counter-up {
    padding: 20px;
    border: 1px solid #ddd;
}
.counter-up span {
    font-size: 24px;
    font-weight: 700;
}
.counter-up h4 {
    font-size: 23px;
    font-weight: 400;
    padding-top: 20px;
}
.counter-up i{
    font-size: 25px;
    color: #61CFFF;
}
#counterup {
    padding: 60px 0;
}
/*================================ counterup page  end ===========================*/


/*================================ newslatter page  start ===========================*/
#newslatter-head {
    background: url(../images/banner4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px 0;
    background-attachment: fixed;
}
#newslatter-head::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.PZtext {
    position: relative;
    z-index: 9;
}
.news-text h3{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
#newslatter-head .form-group input[type="email"] {
	position: relative;
	width: 80%;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	padding: 10px 30px 10px 20px;
	color: #aaacb3;
	border: 1px solid #fff;
	transition: all 500ms ease;
}
#newslatter-head .form-group button {
	position: absolute;
	top: 0px;
	right: 70px;
	height: 50px;
	line-height: 50px;
	width: 141px;
	font-size: 17px;
	line-height: 30px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	background: #61CFFF;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	cursor: pointer;
	transition: all 500ms ease;
    border: none;
}
/*================================ newslatter page  end ===========================*/

/*================================ footer page start ===========================*/
#footer {
    background: #1D1F21;
    padding-top: 60px;
    padding-bottom: 30px;
}
.last-footer {
    padding: 20px 0;
}
.last-footer p {
    display: inline-block;
}
.single-footer-item h2{
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
}
.single-footer-item .single-footer-txt a{
    color: #979797;
    text-decoration: none;
}
.single-footer-txt p{
    color: #828282;
}
#footer .logo p {
    color: #979797;
}
/*================================ footer page end ===========================*/

/*================================ last-footer page start ===========================*/
#last-footer {
    background: #1D1F21;
}
.last-footer p {
    color: #979797;
}
.last-icon .face {
    color: #4267B2;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;

}
.last-icon .twitter {
    color: #5DA9DD;
    font-size: 18px;
     margin-right: 10px;
        cursor: pointer;
}
.last-icon .insta {
    color: #DB2C95;
    font-size: 18px;
    cursor: pointer;
}
.xtra-small h2{
    /*! padding-top: 20px; */
    padding-bottom: 8px;
}
/*================================ last-footer page end ===========================*/
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
.back-to-top i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #61CFFF;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    transition: all linear .4s;
}
.back-to-top i:hover {
    border-radius: 0;
}

/*================================ about-inner page start ===========================*/
#about-inner-page {
    background: url(../images/banner6.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 0;
    position: relative;
}
#about-inner-page:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: Rgba(0,0,0,0.4);
}
.about-inner-text {
    position: relative;
    z-index: 9;
}
.about-inner-text h2{
    font-size: 24px;
    color: #61CFFF;
    font-weight: 700;
}
.about-inner-text a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.about-inner-text span{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.our-rooms-text {
    padding: 120px 0;
}
.our-rooms-text h2{
    font-size: 24px;
    color: #222;
    font-weight: 700;
    padding-bottom: 10px;
}
.our-rooms-img img {
    border-radius: 10px;
    margin-bottom: 15px;
}
/*================================ about-inner page end ===========================*/


/*================================ room-inner page start ===========================*/
#our-room {
    padding-top: 20px;
}
#about-inner-page1{
    background: url(../images/banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 0;
    position: relative;
}
#about-inner-page1:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: Rgba(0,0,0,0.6);
}
.inner-room {
    padding-top: 20px;
}
.room-inner-xtra {
    margin-bottom: 30px;
}
.left2 {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 24px;
    color: #FFA801;
    opacity: 0;
    transition: all linear .4s;
    cursor: pointer;
}
.right2 {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 24px;
    color: #FFA801;
    opacity: 0;
     transition: all linear .4s;
    cursor: pointer;
}

.main-img-slider:hover .left2{
    left: 20px;
    opacity: 1;
}
.main-img-slider:hover .right2{
    right: 20px;
    opacity: 1;
}
/*================================ room-inner page end ===========================*/

/*================================ gallery-inner page start ===========================*/
#gallery-tab {
    padding: 60px 0!important;
}
#tabs .card {
    margin-bottom: 30px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
.tab-img{
    position: relative;
    overflow: hidden;
}
.tab-img img {
    height: 200px;
}
.overly{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transform: scale(1.2);
    opacity: 0;
    transition: all linear .3s;
}

.icon-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.icon-text i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #519AA6;
    border-radius: 50%;
    color: #519AA6;
}
.tab-img:hover .overly{
    transform: scale(1);
    opacity: 1;
}
/*================================ gallery-inner page end ===========================*/

/*================================ dinning-inner page start ===========================*/
#tabs {
    padding: 20px 0;
}
.restaurant p{
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
}
.restaurant span{
    color: #fff;
    font-size: 18px;
}
.tab-content {
    padding-top: 20px;
}
.tab-content .card .card-body .card-title{
    display: inline-block;
}
.rest-button {
    margin-left: 0;
}
.nav-tabs {
	border-bottom: 1px solid #61CFFF;
	margin-bottom: 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #fff;
	border-color: #61CFFF #61CFFF #fff;
	background: #61CFFF;
	border-radius: 3px;
}
#tabs .nav-tabs .nav-item .nav-link {
    color: #222;
}
.card:hover .overly{
    transform: scale(1);
    opacity: 1;
}
.tab-content .tab-pane .card {
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
	 border: 0;
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
}
#restaurant {
    padding: 60px 0;
}
#restaurant .rest-img-2 h3{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
}
.rest-img-2 {
    padding: 100px 0;
}
.food-menu {
    padding-bottom: 20px;
}
.food-menu h2 {
    font-size: 24px;
    font-weight: 700;
}
/*================================ dinning-inner page end ===========================*/

/*================================ facility-inner page start ===========================*/
#about-inner-page-facility {
    background: url(../images/facility.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 0;
    position: relative;
}
#about-inner-page-facility:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: Rgba(0,0,0,0.4);
}
.facility-item {
    margin-bottom: 30px;
}
/*================================ facility-inner page end ===========================*/

/*================================ contact-inner page start ===========================*/
.map {
    padding-top: 20px;
}
#contact-inner-page {
    padding: 60px 0;
}
.contact-button button{
    padding: 10px 30px;
}
.contact-inner-form form .form-group {
    margin-bottom: 0;
}
.contact-inner-form form .form-group label{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
}
.contact-inner-form form .form-group input::placeholder{
    font-size: 12px;
    font-weight: 300;
    color: #9b9a9a;
}
.contact-inner-form form .form-group textarea{
    width: 100%;
    border: 1px solid #ced4da;
    padding: 5px 12px;
}
.contact-inner-form form .form-group .form-control{
    border-radius: 0;
}
.contact-info-content {
    padding-left: 50px;
}
.contact-info-content .location i {
    font-size: 35px;
    padding-right: 20px;
}
.contact-info-content .location {
    padding-bottom: 30px;
}
.contact-info-content .contact-heading h2 {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    padding-bottom: 20px;
}
.contact-info-content .contact-heading p {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 400;
    padding-bottom: 20px;
}
.location .location-content h5{
    font-size: 20px;
    font-weight: 700;
}
.location .location-content p{
    font-size: 14px;
    font-weight: 400;
    color: #8e8e8e;
}
.contact-info-content {
    position: relative;
}
.contact-info-content::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 600px;
    background: #b5b5b5;
}
.login-head h2 {
    font-size: 24px;
    color: #222;
    font-weight: 700;
}
/*================================ contact-inner page end ===========================*/
.tabs_color_user .log_tabs {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    border-radius: 6px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff!important;
    background-color: #61CFFF;
}
.tabs_color_user .log_tabs .nav-link {
    color: #222; 
}
.tabs_color_user .fomr_tabs {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    border-radius: 6px;
}
.tabs_sani_btn {
    background: #EA7739;
    border: 1px solid #EA7739;
}