*{margin:0;padding:0}
body{font-size:16px;color:#333; background:#FFF;font-family: 'Lato-Light';overflow-x: hidden;}
img{border:none; display: block;}
p,h1,h2,h3,h4,h5,h6{padding:0;line-height:20px;margin:0;font-family: 'Lato-Light';}
ul{list-style:none}
a{text-decoration:none;color:#000}
a:hover{transition-duration: 1s;}
p{text-align:justify;}

@font-face {
    font-family: 'Lato-Light';
    src:url(../fonts/Lato-Light.ttf) format('truetype');
}



.tariff_section {
    padding: 20px 0px 30px 0px;
    display: block;
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.tariff_tabs{width:100%;box-shadow: 1px 1px 13px 0px #e0e0e0;display:block;margin:0px 0px 15px 0px;background:#fff;}

.t_firsttab.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-top: 0px;
    border-radius: 0px;
    border-bottom:2px solid #fff;
    border-left: 0px;
    border-right: 0px;
    font-size: 22px;
    font-weight: 700;
    color: #282828;
  text-align:center;
}
.t_firsttab.nav-tabs>li.active>a, .t_firsttab.nav-tabs>li.active>a:focus, .t_firsttab.nav-tabs>li.active>a:hover {
    color: #f58220;
    cursor: pointer;
    background-color:transparent;
    border-bottom: 2px solid #f58220;
    border-left: 0px;
    border-right: 0px;
   border-top: 0px;
}
.t_firsttab.nav>li>a:focus, .t_firsttab.nav>li>a:hover {
    text-decoration: none;
    background-color:transparent;
}
.t_firsttab.nav-tabs {
  margin-bottom:15px;
  border-bottom: none;
}
.t_firsttab.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
}


.tariff_pill.nav-pills>li>a {
    border-radius: 0px;
    font-size: 15px;
    text-align:center;
    white-space: nowrap;
    font-weight:600;
    background: #e0e0e0;
    color: #282828;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}
.tariff_pill.nav-pills>li.active>a, .tariff_pill.nav-pills>li.active>a:focus, .tariff_pill.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #282828;
}
.tariff_pill.nav-pills>li {
  margin-bottom:5px;
    float: left;
    width: 24.7%;
}

.table-bordered>thead>tr>th {
    border: 1px solid #ebebeb;
  font-size:18px;
  font-weight:600;
  text-align:center;
  padding:10px;
      white-space: nowrap;
  
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
   color: #282828;
   vertical-align:middle;
   position: relative;
   border:1px solid #ebebeb;
}
.itemtable{ margin:0px; padding:0px; width:100%; display:block;}
.itemtable li {
    display: inline-block;
    padding: 0px;
    width: 70%;
    float: left;
    text-align: left;
}
.itemtable li:first-child {
    width: 23%;
    margin: 0 3% 0 auto;
    overflow: hidden;
    margin: 5px;
}
.itemtable li:first-child img {
    width: 60px;
    height: 50px;
    object-fit: cover;
}
.itemtable .productname{font-size: 15px;font-weight:400;color:#626262;}

.itemtable .productname a {
  color: #333;
  transition: all ease-in-out 0.3s;
}

.itemtable .productname a:hover {
  color: #f58220;
  transition: all ease-in-out 0.3s;
}

.daytext {
  font-size: 16px;
  font-weight: 500;
}

.table.table-rsbtn {
    background-color: transparent;
    margin: 0px;
}
.table.table-rsbtn tr, .table.table-rsbtn td{ border:0px;}
.rd_text{
    font-size: 17px;
    font-weight: 500;
    white-space:nowrap;
    }
  


@font-face {
	font-family: 'OldStandard-Regular.ttf';
	src: url('fonts/OldStandard-Regular.ttf') url('fonts/Calgary-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'OldStandard-Bold.ttf';
	src: url('fonts/OldStandard-Bold.ttf') url('fonts/Calgary-Regular.ttf') format('truetype');
}

/****** start header top*****/

html{
	scroll-behavior:smooth;
}

.header-top .col-lg-6 ul li{
	display:inline-block;
	color:#fff;
}

.header-top .col-lg-6 ul li a{
	color:#000;
	transition:0.5s;
}

.header-top .col-lg-6 ul li a:hover{
	color:#070c81;
	transition:0.5s;
}

.header-top ul li i
{
  color: #000;
}

.header-top .col-lg-6 ul{
	margin-bottom:0;
}

.header-top .col-lg-6 ul li:nth-child(1), .header-top .col-lg-6 ul li:nth-child(2){
	margin-right:10px;
}

.header-top .col-lg-6 ul li:not(:last-child){
	margin-right:10px;
}

.header-top .col-lg-6 ul{
	display:inline-block;
}

.header-top .col-lg-6 .btn{
	background-color: #000;
    border: 1px solid #000;
	color:#fff;
	font-size:12px;
	padding: 3px 15px;
	cursor:pointer;
	font-weight:bold; 
	text-transform: uppercase;
	transition:0.5s;
}


.header-top .col-lg-6 .btn1 {
    background-color: #f500be;
    border: 1px solid #f500be;
}
.header-top .col-lg-6 .btn:hover{
	color:#000; 
	background-color: #fff;border: 1px solid #fff;
}


.header-top .row1 .col-lg-6:last-child{
	text-align:right;
}

.header-top{
	background-color:#ffdf00;
	padding:8px 0px;
}

.header-top .col-lg-6 li a:hover{
	text-decoration:none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.show li a{
	padding:12px 20px;
	height:inherit;
	color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.show li{
	border-bottom: 1px solid #77777730;
    width: 100%;
    margin: auto;
    border-right: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.show li a:hover{
	background-color:#ffdf00!important;
	color:#000;
}

.dropdown-menu > li a:hover, .dropdown-menu > li.show{
	background-color:#ffdf00!important;
}

.header-top .col-lg-6 input:last-child{
	background-color:#000;
	border:1px solid #000;
	color:#fff;
	font-size:12px;
	padding:3px 15px;
	font-weight:bold; 
	text-transform: uppercase;
	transition:0.5s;
}

.header-top .col-lg-6 input:last-child:hover{
	background-color:#fff;
}

 

.login-modal .modal-body .form-group .email-icon:before{
	position:absolute;
	content:'\f0e0';
	top:25%;
	left:20px;
	font-family:fontawesome;
	font-size:14px;
	color: #a8b6c3;
}

.login-modal .modal-body .form-group input{
	padding: 10px 15px 10px 40px;
	background-color:#f9f9f9;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05) inset;
	height:inherit;
	border: 2px solid #d6d9dd;
	cursor:inherit;
	color:#555;
	
}

.login-modal .modal-body .form-group input:focus{
	border-color:#00a2d7;
}

.login-modal .modal-body .form-group .signin-btn{
	padding:10px 15px;
	background-color:#000;
	cursor:pointer;
	margin-top:10px;
	border:none;
	font-size:16px;
	color:#ffff;
}

.login-modal .modal-body .form-group .signin-btn:hover{
	background-color:#ffdf00;
}

.login-modal .modal-body .form-group .password-icon:before{
	position:absolute;
	content:'\f13e';
	top:25%;
	left:20px;
	font-family:fontawesome;
	font-size:14px;
	color: #a8b6c3;
}

.modal-header .close{
    background-color:#000; 
    opacity:1;
	color:#fff;
	font-size:22px;
	padding:5px 10px !important;
}
.modal-header .close:hover{
    background-color:#ffdf00;  
}

.login-modal .modal-header{
	border-bottom:none;
}

.login-modal .modal-header button{
	font-size:20px;
	padding-right:5px;
	padding-top:0;
}

.login-modal .modal-body{
	padding:0 50px 30px;
}

.login-modal .modal-body h2{
	font-size:22px;
	font-weight:bold;
	margin:auto;
	text-align:center;
	color:#000;
	margin-bottom:30px;
}

.login-modal .modal-footer{
	justify-content:center;
	text-align:center;
	background-color: #f9fbfd;
    border-top: solid 1px #ecf1f5;
}

.login-modal .modal-footer p a{
	color:#01a300;
}

.login-modal .modal-footer p{
	margin-bottom:5px;
}

.register-modal .modal-header button{
	padding-top:0;
	padding-right:5px;
	font-size:20px;
	
}

.register-modal .modal-header{
	border:none; 
}

.register-modal .modal-header .modal-title{
	text-align: center;
    justify-content: center;
    margin: auto;
    width: 100%;
	font-weight:bold;
	color:#00a400;
}

.register-modal .modal-body .form-group input {
    padding: 10px 15px 10px 40px;
    background-color: #f9f9f9; 
    height: inherit; 
    cursor: inherit;
    color: #555;
}

.register-modal .modal-body .form-group .name-icon:before {
    position: absolute;
    content: '\f007';
    top: 25%;
    left: 20px;
    font-family: fontawesome;
    font-size: 14px;
    color: #a8b6c3;
}

.register-modal .modal-body .form-group .email-icon:before {
    position: absolute;
    content: '\f0e0';
    top: 25%;
    left: 20px;
    font-family: fontawesome;
    font-size: 14px;
    color: #a8b6c3;
}

.register-modal .modal-body .form-group .password-icon:before {
    position: absolute;
    content: '\f09c';
    top: 25%;
    left: 20px;
    font-family: fontawesome;
    font-size: 14px;
    color: #a8b6c3;
}

.register-modal .modal-body .form-group .number-icon:before {
    position: absolute;
    content: '\f095';
    top: 25%;
    left: 20px;
    font-family: fontawesome;
    font-size: 14px;
    color: #a8b6c3;
}

.register-modal .modal-body .form-group .address-icon:before {
    position: absolute;
    content: '\f041';
    top: 25%;
    left: 20px;
    font-family: fontawesome;
    font-size: 14px;
    color: #a8b6c3;
}

.register-modal .modal-body .form-group .register-btn{
	background-color:#000;
	padding:10px 15px;
	cursor:pointer;
	color:#fff;
	border:none;
	font-size:16px;
	cursor:pointer;
}

.register-modal .modal-body .form-group .register-btn:hover{
	background-color:#ffdf00;
	cursor:pointer;
}

.register-modal .modal-body{
	padding:0 50px;
}

.register-modal .modal-footer{
	background-color: #f9fbfd;
    border-top: solid 1px #ecf1f5;
}

.register-modal .modal-footer p{
	justify-content:center;
	margin:auto;
	width:100%;
	text-align:center;
}

.register-modal .modal-footer p a{
	color:#0c9c06;
}
.ui-widget.ui-widget-content{z-index:999999!important;}
.large_popup{margin: 6rem auto;max-width:1000px;}

.book-form1 select{
        background-color: #f9f9f9;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05) inset;
    height: inherit;
    border: 2px solid #d6d9dd;
    padding: 13px;
}
.book-form1 .form-group {
    margin-bottom: 0rem;
}
.book-form1 .submit-btn {
    padding: 10px 15px !important;
    background-color: #ec07b9 !important;
    cursor: pointer; 
    border: none !important;
    width: 100%;
    font-weight: bold;
    line-height: 1.5;
    border-radius: .25rem;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 16px;
    cursor:pointer;
    color: #ffff !important;
}
.book-form1 .submit-btn:hover{background-color: #009d08 !important;}
/****** end header top*****/


.login-page-box{width:500px; padding:10px; margin:30px auto; overflow:auto;}
.login-page-box table{width:100%; float:left;}
.login-page-box table td{ padding:10px 0; text-align:center;}
.login-page-box .alert {text-align: center;}

/*****carousel*****/

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 30s;
}

.carousel-control-next, .carousel-control-prev{
	width:5%;
	z-index:0;
}

/******end of carousel***/

/*****start header nav****/

#main_navbar1{
	background-color:#ffdf00!important;
	z-index:11;
	padding:0 0 5px 0;
  top: 115px;
}

#main_navbar1 .navbar-nav li a{
	color:#000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar .navbar-brand img{
	max-width:150px; 
	height:auto;
}

.main-header nav.navbar{
	position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    background-color: #000!important;
	 z-index:999;
}

.about-main-header{
	position:inherit!important;
	top:0!important;
}

.main-header nav.navbar form input[type=text]{
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 25px;
  font-size: 16px;
  background-color: white;
  background-image: url('../images/search-icon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 7px 20px 7px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  text-align:right;
  float:right;	
}

.main-header nav.navbar form input[type=text]:focus{
	outline:none;
}

.navbar-light .navbar-nav .nav-link{
	color:#fff;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail{
	margin-top:0px;
	display:none;
	position:absolute;
	top:0;
	left:102%;
	background-color:#fff;
	padding:20px 10px;
	width:275px;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown #gurgaon-hotel{
	margin-top:0px;
	display:none;
	position:absolute;
	top:37px;
	border: 1px solid #77777750;
    border-radius: 5px;
	left:102%;
	background-color:#fff;
	padding:20px 10px;
	width:275px;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail img{
	display:inline-block;
	width:100px;
	margin-right:10px;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail h5{
	font-size:16px;
	margin-top:5px;
	color:#050f7e;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:nth-child(1){
	border-bottom:1px solid #55555550;
	font-size:18px;
	color:#050f7e;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:nth-child(2), .navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:nth-child(3), .navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:nth-child(4), .navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:nth-child(5), .navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:nth-child(6), .navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:nth-child(7){
	width:100%;
	text-align:left;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail a.mail, .navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail a.num{
	padding-left:10px;
	color:#333;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:nth-child(4){
	font-size:15px;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:nth-child(5){
	font-size:15px;
	margin-top:10px;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:last-child input{
	background-color:#000000;
	color:#fff;
	font-size:12px;
	transition:0.4s;
	padding:5px 10px;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:last-child{
	margin:20px auto 0;
	text-align:center;
	border:0;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li:last-child input:hover{
	background-color:#ffdf00;
	transition:0.4s;
  color: #000;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown .hotel-detail li a{
	font-size:15px;
}

.navbar-light .navbar-nav .nav-item .hotel-dropdown li{
	display:inline-block;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #77777730;
    width: 100%;
    margin: auto;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color:#ffdf00;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	/*border-bottom: 1px solid #ffdf00;*/
    color: #ffdf00;
}

.main-header .carousel-indicators{
	justify-content:center;
	display: none !important;
}

.main-header .carousel-indicators li{
	background-color:#fff;
	opacity:1;
	border-radius:50%;
	height:12px;
	width:12px;
}

.main-header .carousel-indicators li.active{
	background-color:#00a200;
}
.navbar-nav{margin-top: 18px;}
.navbar .navbar-nav li{ 
	padding-left:5px;
	padding-right:5px;
	line-height:5px;
}

.navbar .navbar-nav li:last-child{
	margin-right:0;
}

.navbar .navbar-nav li a{
	font-size:14px;
	padding-bottom: 20px;
}


/****end of header nav****/

/*****start book form*****/
.book-form-listing-bg{background:#EEE;}
.book-form-home{padding:15px 35px;}
.book-form-listing{background-color:inherit !important;width: 100% !important; border-radius: 0 !important; box-shadow: none !important;}
.book-form-listing .form-group{margin:20px 0px 20px 20px;}
.book-form-listing .form-group input.submit-btn {border-radius: 5px !important;padding: 5px 20px;}
.book-form-listing .form-row{width: 880px;margin: auto;}
.book-form-listing-bg .form-group{position:relative;}



.book-form{
	background-color: rgba(255,255,255,1);
	width:15%;
	margin:auto;
	margin-top:-24%;
	border-radius:80px;
	z-index:9;
	box-shadow: 0 0 11px rgba(33,33,33,.2);
  padding: 6px 10px;
}
.modal-body .book-form{margin-top:0px;box-shadow:none; }
.modal-body .book-form .form-group {
    width: 100% !important;
    margin-bottom: 20px !important;
    position: relative;
}

.book-form2{
	background-color: rgba(255,255,255,1);
	width:100%;
	margin:auto;
	
	border-radius:80px;
	z-index:9;
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.modal-body .book-form2{margin-top:0px;box-shadow:none; }
.modal-body .book-form2 .form-group {
    width: 100% !important;
    margin-bottom: 20px !important;
    position: relative;
}

 
.login-modal .form-group select { 
    border: 1px solid #DDD !important;
}
.login-modal .modal-body .form-group input{border: 1px solid #DDD !important; box-shadow:none !important}


.book-form h2{
	font-size:26px;
	font-weight:600;
}

.book-form .form-group .input-group-text{
	border:0;
	background-color:#fff;
}

.book-form .form-group input{
	padding:8px 10px;
	height:inherit;
	border:none;
}
 

.book-form .form-group .form-wrap{
	position:relative;
}

.book-form .form-group .form-wrap:before{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 1px;
    /*background-color: #cccccc;*/
    content: "";
}
.book-form-listing .form-group .data-time-picker-arrow{
	font-family:'fontawesome';
}

.book-form-listing .form-group .data-time-picker-arrow:after{
	position: absolute;
    top: 50%;
        right: 14px;
    font-weight: 400;
        margin-top: -6px; 
    height: 20px;
    line-height: 20px;
    content: '\f073';
    font-family: Linearicons;
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
}
.book-form1 .form-group .data-time-picker-arrow{
	font-family:'fontawesome';
}

.book-form1 .form-group .data-time-picker-arrow:after{
	position: absolute;
    top: 50%;
    font-weight: 400;
        margin-top: -6px;
    left: 14px;
    height: 20px;
    line-height: 20px;
    content: '\f073';
    font-family: Linearicons;
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
}
.book-form .form-group .data-time-picker-arrow{
	font-family:'fontawesome';
}

.book-form .form-group .data-time-picker-arrow:after{
	position: absolute;
    top:60%;
    font-weight: 400;
    margin-top: -10px;
    right: 14px;
    height: 20px;
    line-height: 20px;
    content: '\f073';
    font-family: Linearicons;
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
}

.book-form .form-group .data-time-picker-arrow1:after{
	position: absolute;
    top: 55%;
    font-weight: 400;
    margin-top: -10px;
    right: 20px;
    height: 20px;
    line-height: 20px;
    content: '\f061';
    font-family: Linearicons;
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
	 color:#fff;
}

.book-form2 .form-group .data-time-picker-arrow1:after{
	position: absolute;
    top: 55%;
    font-weight: 400;
    margin-top: -10px;
    right: 40px;
    height: 20px;
    line-height: 20px;
    content: '\f061';
    font-family: Linearicons;
    font-size: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
	color:#fff;
}



.book-form .form-group input.submit-btn{
	width:100%;
	background-color:#000;
	border:none;
	box-shadow:none;
	border-radius:25px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	transition:0.5s;
}



.book-form2 .form-group input.submit-btn{
	width:100%;
	background-color:#f203be;
	border:none;
	box-shadow:none;
	border-radius:25px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	transition:0.5s;
}

.book-form .form-group input.submit-btn:hover{
	background-color:#ffdf00;
  color:#000;
	transition:0.5s;
}

.book-form .row1 input{
	padding:10px 20px;
	border-radius:25px;
	height:inherit;
}

.book-form form .form-group:last-child{
	margin-bottom:0;
}

.book-form .form-group select{
	padding:8px 10px;
	height:inherit;
	border:none;
  border-radius: 50px;
}

.book-form-vertical .book-form .form-group:last-child::before{
	background-color:transparent;
}

.book-form-vertical .book-form .form-group{
	width:100%;
	margin-bottom:0;
	position:relative;
  display: grid;
}

.book-form-vertical .book-form .form-group:before{
	 position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 1px;
    background-color: #cccccc;
    content: "";
}

.book-form-vertical .book-form .form-group:first-child::before{
	background-color:transparent;
}

.book-form-vertical .book-form .form-group:last-child .form-wrap::before{
	background-color:transparent;
}

/*****end of book form*****/

/****start about section****/

.about-section{
	padding:50px 0;
	background:#EEE;
}

.about-section .row1 h1{
	color:#000;
	font-size:32px;
	margin-left:50px;
	z-index:10;
}

.about-section .row1 h1:before{
	content:'ABOUT';
	position:absolute;
	font-size:80px;
	color:#77777720;
	font-weight:bold;
	z-index:1;
	left:21%;
}

.about-section .row1 h1:after{
	position:absolute;
	content:'';
	height:1px;
	/*background-color:#77777750;*/
	width:40%;
	right:9%;
}

.about-section .row2 p{
	text-align:justify;
	margin-top:30px;
	line-height:22px;
	color:#333;
}
.my-auto img { 
    border-radius: 10px;
}
.my-auto .owl-nav{display:none;}

.about-section .row2 .welcome-carousel .owl-dots{
	display:none;
}

.about-section .row2 .welcome-carousel .owl-stage-outer{
	position:relative;
}

.about-section .row2 .welcome-carousel .owl-nav{
	position:absolute;
	margin-top:0;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
}

.about-section .row2 .welcome-carousel .owl-nav button.owl-prev{
	float:left;
	background-color:#00a300;
	margin:0;
	border-radius: 50%;
    line-height: 26px;
    padding: 0 10px!important;
	outline:0;
}

.about-section .row2 .welcome-carousel .owl-nav button.owl-next{
	float:right;
	background-color:#00a300;
	margin:0;
	border-radius: 50%;
    line-height: 26px;
    padding: 0 10px!important;
	outline:0;
}

.about-section .row2 .welcome-carousel .owl-nav button span{
	font-size:34px;
	color:#fff;
}

.about-section .row3{
	margin-top:20px;
}

.about-section .row3 .about-img img{
	border-radius:5px;
}

.about-section .row3 .about-img .about-img-text{
	position:absolute;
	top:0;
	left:0;
	border:1px solid #ffffff50;
	border-radius:5px;
}

.about-section .row3 .about-img .about-img-text h5{
	color:#fff;
	background-color:#f004c180;
	padding:8px 15px;
	width:110px;
	border-radius:5px;
}

.about-section .row3 .about-img{
	position:relative;
}

.about-section .row3 .about-img:hover{
	cursor:pointer;
}
.about-crystal1 .row2 .col-lg-6:nth-child(2){
	margin:auto;
}

.about-crystal1 .row2 .col-lg-6:nth-child(2) ul{
	list-style-type:circle;
	list-style-position:inside;
	margin-top:20px;
	display:inline-block;
}

.about-crystal1 .row2 .col-lg-6:nth-child(2) ul li{
	width:33.33%;
	float:left;
}

.about-crystal1 .row2 .col-lg-6:nth-child(2) p.p2{
	margin-top:0px!important;
}

.about-crystal1 .row2 .col-lg-6:nth-child(2) p.float-right{
	margin-top:20px;
}

.about-crystal1 .row2{
	margin-top:50px;
}

/*****end of about section*****/

.carousel-item video{transform:scale(1.5);width:100%;} 
.carousel-item video::-webkit-media-controls-start-playback-button {
    display: none;
}

/****start brands section****/

.brands-section{
	padding:50px 0;
	background-image:url('../images/leisure-bg.jpg');
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
	clear:both;
  margin: 80px 0;
}

.brands-section .row1{
	position:relative;
}

.brands-section .row1 h1{
	font-size:32px;
	color:#FFF;
	margin-left:50px;
	z-index:999;
}

.brands-section .row1 h1:before{
	content:'WHAT WE OFFER';
	position:absolute;
	font-size:80px;
	color:rgb(255 255 255 / 25%);
	font-weight:bold;
	z-index:-1;
	left:0px;
}

.brands-section .row1 h1:after{
	position: absolute;
    content: '';
    height: 1px;
    /*background-color: #77777750;*/
    width: 60%;
    right: 0;
}

.brands-section .row2{
	margin-top:50px;
}

.brands-section .row2 .brands-image{
	position:relative;
}

.brands-section .row2 .brands-image .brands-image-text{
	position:absolute;
	background-color:#f004c180;
	bottom:20px;
	left:0;
	width:100%;
	text-align:center;
	padding:20px 10px;
}

.brands-section .row2 .brands-image .brands-image-text h5{
	color:#fff;
	font-size:18px;
}

.brands-section .brands-carousel .owl-nav{
	display:none;
}

.brands-section .row2 .col img{
	width:50px;
	height:auto;
}

.brands-section .row2 .col h3{
	font-size:15px;
	margin-top:10px;
	color:#FFF;
	
}

.brands-section .row2 .col .col-img{
	display:inline-block;
	border:2px dotted #FFF;
	border-radius:50%;
	padding:20px;
	transition:0.4s;
}

.brands-section .row2 .col{
	text-align:center;
	padding:30px 20px;
	border:.5px solid #FFF;
	border-radius:10px;
}

.brands-section .row2 .col:hover{
	border:.5px solid #ffdf00;
	padding:30px 20px;
	transition:0.4s;
}

.brands-section .row2 .col input{
	margin-top:30px;
	font-size:13px;
	padding:5px 10px;
	background-color:#f302c1;
	color:#fff;
	box-shadow:none;
	border:.5px solid #77777730;
	border-radius:5px;
	transition:0.5s;
}

.brands-section .row2 .col input:hover{
	background-color:#00a500;
	transition:0.5s;
}


/****end of brand section****/


/*****start offer section****/

.offer-section{
	padding:50px 0;
	background-color:#f7f7f7;
	clear:both;
}

.offer-section .row1{
	position:relative;
}

.offer-section .row1 h1{
	margin-left:50px;
	font-size:32px;
	color:#000;
}

.offer-section .row1 h1:before{
	content:'OFFER';
	position:absolute;
	font-size:80px;
	color:#77777720;
	font-weight:bold;
	z-index:1;
	left:0px;
}

.offer-section .row1 h1:after{
	position:absolute;
	content:'';
	height:1px;
	/*background-color:#77777750;*/
	width:60%;
	right:0;
}

.offer-section .row2{
	margin-top:50px;
}

.offer-section .row2 ul li{
	width:50%;
	float:left;
}
.offer-section .row2 ul li img{
	width:100%;
	float:left;
}
.offer-section .row2 ul li:last-child .image-top{
	width:100%;
}

.offer-section .row2 ul li:first-child{
	padding-right:2.5px;
}

.offer-section .row2 ul li:last-child{
	padding-left:2.5px;
}

.offer-section .row2 ul li:last-child .image-top{
	padding-bottom:2.5px;
}

.offer-section .row2 ul li:last-child .image-left{
	padding-top:2.5px;
}

.offer-section .row2 ul li:last-child .image-right{
	padding-top:2.5px;
	padding-left:2.5px;
}

.offer-section .row2 .col-left{
	overflow:hidden;
	transition:0.3s;
	position:relative;
}

.offer-section .row2 .col-left img{
	transition:0.3s;
	cursor:pointer;
}

.offer-section .row2 .col-left:hover img{
	transform:scale(1.1);
	transition:0.3s;
}

.offer-section .row2 .col-left .caption{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0;
	right:0;
	margin:auto;
	display:table;
}

.offer-section .row2 .col-left .caption h4{
	display:table;
	color:#fff;
	font-size:30px;
	margin-bottom:15px;
}

.offer-section .row2 .col-left .caption p{
	display:flex;
	color:#fff;
  margin: 0;
  justify-content: center;
}

.offer-section .row2 .col-top1:hover img{
	transform:scale(1.1);
	transition:0.3s;
}

.offer-section .row2 .col-top1 .caption{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0;
	right:0;
	margin:auto;
	display:table;
}

.offer-section .row2 .col-top1 .caption h4{
	display:table;
	color:#fff;
	font-size:30px;
	margin-bottom:15px;
}

.offer-section .row2 .col-top1 .caption h6{
	display:table;
	color:#fff;
	font-size:20px;
	margin-bottom:5px;
}

.offer-section .row2 .col-top1 .caption p{
	display:flex;
  justify-content: center;
	color:#fff;
  margin: 0;
}

.offer-section .row2 .col-top1{
	overflow:hidden;
	transition:0.3s;
	cursor:pointer;
	position:relative;
}

.offer-section .row2 .col-top1 img{
	transition:0.3s;
}

.offer-section .row2 .col-left1:hover img{
	transform:scale(1.1);
	transition:0.3s;
}

.offer-section .row2 .col-left1{
	overflow:hidden;
	transition:0.3s;
	cursor:pointer;
	position:relative;
}

.offer-section .row2 .col-left1 .caption{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0;
	right:0;
	margin:auto;
	display:table;
	position:absolute;
}

.offer-section .row2 .col-left1 .caption h4{
	display:table;
	color:#fff;
	font-size:30px;
	margin-bottom:15px;
}

.offer-section .row2 .col-left1 .caption h6{
	display:table;
	color:#fff;
	font-size:20px;
	margin-bottom:5px;
}

.offer-section .row2 .col-left1 .caption p{
	display:flex;
  justify-content: center;
	color:#fff;
  margin: 0;
}

.offer-section .row2 .col-left1 img{
	transition:0.3s;
}

.offer-section .row2 .col-right1:hover img{
	transform:scale(1.1);
	transition:0.3s;
}

.offer-section .row2 .col-right1{
	overflow:hidden;
	transition:0.3s;
	cursor:pointer;
	position:relative;
}

.offer-section .row2 .col-right1 .caption{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0;
	right:0;
	margin:auto;
	display:table;
	position:absolute;
}

.offer-section .row2 .col-right1 .caption h4{
	display:table;
	color:#fff;
	font-size:30px;
	margin-bottom:15px;
}

.offer-section .row2 .col-right1 .caption h6{
	display:table;
	color:#fff;
	font-size:20px;
	margin-bottom:5px;
}

.offer-section .row2 .col-right1 .caption p{
	display:table;
	color:#fff;
}

.offer-section .row2 .col-right1 img{
	transition:0.3s;
}

/****end of offer section*****/

/*****start business module section****/

.module-section{
	padding:50px 0;
	clear:both;	
}

.module-section .row1{
	position:relative;
}

.module-section .row1 h1{
	margin-left:50px;
	font-size:32px;
	color:#000;
}

.module-section .row1 h1:before{
	content:'BRANDS';
	position:absolute;
	font-size:80px;
	color:#77777720;
	font-weight:bold;
	z-index:1;
	left:0px;
}

.module-section .row1 h1:after{
	position:absolute;
	content:'';
	height:1px;
	/*background-color:#77777750;*/
	width:60%;
	right:0;
}

.module-section .row2{
	margin-top:50px;
}

.module-section .row2 .item{
	padding:0;
}

.module-section .row2 .logo img{
	width:200px;
	height:auto;
	margin:auto;
}

.module-section .row2 .logo{
	width:100%;
	margin:auto; 
	padding:35px;
}

.module-section .row2 .col-text{
	border: 1px solid #eaeaea;
	border-radius:5px;
	cursor:pointer;
}

.module-section .row2 .col-text .col-image{
	overflow:hidden;
}

.module-section .row2 .col-text .col-image img{
	transition:0.3s;
}

.module-section .row2 .col-text:hover .col-image img{
	transform:scale(1.1);
	transition:0.3s;
}

.module-section .row2 .col-text .col-content{
	padding:20px;
}

.module-section .row2 .col-text .col-content p{
	line-height:24px;
	text-align: justify;
}

.module-section .row2 .col-text .col-content p span{
	color:#777;
	font-weight:500;
}

/****end of business module section*****/


/**gallery section****/

.gallery-section .row1 ul li{
	width:33.33%;
	float:left;
}

.gallery-section .row1 ul{
	width:100%;
	margin-bottom:0;
}

.gallery-section .gallery-image{
	position:relative;
	overflow:hidden;
	cursor:pointer;
}

.gallery-section .gallery-image .caption{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    transition: .33s all ease-in-out;
    pointer-events: none;
    background: rgba(0,0,0,.7);
	font-family:FontAwesome;
	opacity:0;
	
}

.gallery-section .gallery-image .caption:before{
	position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: 0 100%;
    transform: rotate(45deg);
    content: "";
    display: inline-block;
    width: 100px;
    height: 160px;
    background-color: #ad9463;
}

.gallery-section .gallery-image .caption:after{
	 position: absolute;
    bottom: 10px;
    right: 20px;
    content: '\f067 ';
    font-size: 24px;
    color: #fff;
	font-family:FontAwesome;
}

.gallery-section .gallery-image .caption .caption-title{
	position: relative;
    font-size: 24px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 400;
	color:#fff;
}

.gallery-section .caption>* {
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.gallery-section .gallery-image .caption .caption-text{
	margin-top: 25px;
    padding: 0 15px;
    color: #fff;
    opacity: .6;
}

.gallery-section .gallery-image:hover .caption{
	opacity:1;
	transition:0.4s;
}

.gallery-section .gallery-image:hover .caption:before{
	transform: rotate(45deg);
}

.gallery-section .gallery-image:hover .caption-title, .gallery-section .gallery-image:hover .caption-text{
	transform: scale3d(1,1,1);
}

.gallery-section .gallery-image:hover .caption:after{
	transform: translateX(0);
    opacity: 1;
}

/*****end of gallery-section****/

/***start reviews section****/

.reviews-section{
	padding:50px 0;
	/*background-color:#f5f8fd;
	background-image:url('../images/reviews-bg.jpg');*/
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
	clear:both;
}

.reviews-section .row1 h1{
	margin-left:50px;
	font-size:32px;
	color:#000;
}

.reviews-section .row1 h1:before{
	content:'REVIEWS';
	position:absolute;
	font-size:80px;
	color:#77777720;
	font-weight:bold;
	z-index:1;
	left:115px;
}

.reviews-section .row1 h1:after{
	position:absolute;
	content:'';
	height:1px;
	/*background-color:#77777750;*/
	width:600px;
	right:60px;
}

.reviews-section .row2{
	margin-top:50px;
}

.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 10px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #000;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 20px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		
		#customers-testimonials .owl-item.active{
			width:300px!important;
		}
		
		#customers-testimonials .owl-item.active.center{
			width:510px!important;
		}
		
		#customers-testimonials.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
			border-radius:50%;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #000;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #ffdf00;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}




/*****end of reviews-section*****/



/*****start of newsletter-section*****/

.newsletter-section{
	padding:90px 0;
	background-image:url(../images/newsletter-bg.jpg);
	background-size:cover;
	background-position:center center; 
  background-attachment: fixed;
}

.newsletter-section .row1 h1{
	margin:auto;
	color:#fff;
	font-size:32px;
}

.newsletter-section .row2{
	margin-top:20px;
}

.newsletter-section .row2 p{
	color:#fff;
	text-align:center;
	margin:auto;
}

.newsletter-section .row3{
	margin-top:30px;
}

.newsletter-section .row3 form{
	margin:auto;
	width:50%;
	text-align:center;
}

.newsletter-section .row3 form .form-group{
	margin-bottom:0;
}

.newsletter-section .row3 form .form-group input:first-child{
	padding:17px 22px;
	background-color:#ffffff80;
	border:none;
	width:420px;
}

.newsletter-section .row3 form .form-group input:first-child::placeholder{
	color:#fff;
}

.newsletter-section .row3 form .form-group input:last-child{
	background-color:#000;
	color:#fff;
	margin-left:0px;
	padding:16px 22px;
	margin-top:-5px;
	border-radius:0;
}

/*****end of newsletter-section*****/

/******footer*****/

.footer_menu{width:100%; text-align:center;}
.footer_menu ul{margin:0;border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0;}
.footer_menu li{display:inline-block; margin:0 5px; color:#000;}
.footer_menu li a{color:#000; font-size:14px;}
.footer_menu li a:hover{color:#000; text-decoration: none;}


.footer-area .footer-col2 ul li{border-bottom:1px solid #77777750; padding:3px 0;}
.footer-col2 li a{color:#050f7e; transition:0.4s;}
.footer-col2 li a:hover, .footer-col2 li.active a{color:#02a4e2; text-decoration:none; transition:0.4s;}
.footer-bottom-section .fb-right p{text-align:right; color:#fff; font-weight:300; font-size:14px;}
.footer-bottom-section .fb-left p{text-align:left; color:#fff; font-weight:300; font-size:14px;}
.footer-bottom-section{background-color:#000; border-top:1px solid #efefef50; padding:0px 0px;}
.footer-bottom-section .fb-right p a{color:#ffffff;}
.footer-bottom-section .fb-right p a:hover{text-decoration:underline;}
.footer-area form label{margin-bottom:0;}
.footer-area form .form-group{margin-bottom:10px;}
.footer-area form .form-group .form-control{height:30px;}
.footer-area form button{background-color:#af0216; border-color:#af0216;}
.footer-area form a{text-transform: uppercase;letter-spacing: 0px; border-radius:5px; padding:0px 20px; line-height:35px;}
.footer-area .form-button{margin-top:15px;}
.footer-col3 li .icon-add{float:left; display:inline-block;}
.footer-col3 address{display:inline;}
.footer-col3 address a{color:#050f7e; font-size:16px;}

.footer-col3 address a:hover
{
  text-decoration: none;
}
.footer-col3 li{/*border-bottom:.5px solid #77777750;*/ padding-bottom:5px;}
.footer-col3 li:nth-child(2), .footer-col3 li:nth-child(3){margin-top:5px;}
.footer-area{padding:50px 0; background-color:#ffdf00;background-size:cover; background-position:center center; background-attachment:fixed;}
.f-title h3{color:#000; font-size:20px; margin-bottom:20px; border-bottom:.5px solid #000; padding-bottom:10px; font-weight:bold;}
.footer-social ul li{display:inline-block; margin-right:10px;}
.footer-social ul li a{color:#f805b7; font-size:20px; transition:0.3s;}
.footer-social ul li a:hover{color:#009dd9; transition:0.3s;}
.footer-col2 li i{font-size:14px;}
.social-widget ul li{color:#050f7e;}
.social-widget i{color:#000;}
.footer-col3 .social-widget ul li:first-child{
	border-bottom:none;
	font-weight:500;
	font-size:18px;
}

.footer-bottom-section .fb-center ul li{
	display:inline-block;
	margin-right:15px;
}

.footer-bottom-section .fb-center ul li a{
	color:rgba(255,255,255,0.8);
}

.footer-bottom-section .fb-center ul li a:hover{
	text-decoration:none;
	color:rgba(255,255,255,1);
}

.footer-area .col-right img{
	width:150px;
	height:auto;
}

.footer-area .footer-inner .social-links{
	margin-top:30px;
}

.footer-area .footer-inner .social-links h3{
	color: #050f7e;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: .5px solid #77777738;
    padding-bottom: 10px;
    font-weight: bold;
	display:inline-block;
}

.footer-area .footer-inner .social-links ul li{
	display: inline-block;
    margin-right: 10px;
}

.footer-area .footer-inner .social-links ul li a{
	color: #000;
    font-size: 20px;
    transition: 0.3s;
}

.footer-area .footer-inner .social-links ul li a:hover{
	color:#0a0d80;
}


/******start about page****/

.main-header .navbar1{
	position:inherit!important;
}

.aboutus-section1{
/*	background-image:url('../images/about-section1-bg.jpg');*/
	background-size:cover !important;
	background-position:bottom !important;
	background-attachment:fixed !important;
	padding:30px 0 !important;
}

.aboutus-section1 .row1 .about-left h1{
	color:#fff;
	font-size:32px;
	padding-bottom:0px;
	/*margin-left: -30px;*/
    float: left;
}

.aboutus-section1 .row1 .about-left h1.privacy{
	color:#fff;
	font-size:32px;
	width:188px;
	padding-bottom:10px;
}

.aboutus-section1 .row1 .about-left h1.terms{
	color:#fff;
	font-size:32px;
	width:292px;
	padding-bottom:0px;
	margin-left: -30px;
}

.aboutus-section1 .row1 .about-left h1.concept{
	color:#fff;
	font-size:32px; 
	width:auto;
	padding-bottom:0px;
	margin-left: -30px;
}

.aboutus-section1 .row1 .about-left h1.offers{
	color:#fff;
	font-size:32px; 
	width:184px;
	padding-bottom:0px;
	margin-left: -30px;
}

.aboutus-section1 .row1 .about-left h1.weddings{
	color:#fff;
	font-size:32px; 
	width:125px;
	padding-bottom:0px;
	margin-left: -30px;
}

.aboutus-section1 .row1 .about-left h1.events{
	color:#fff;
	font-size:32px; 
	padding-bottom:0px;
	margin-left: -30px;
}

.aboutus-section1 .row1 .about-left h1.cancel{
	color:#fff;
	font-size:32px; 
	width:344px;
	padding-bottom:0px;
	margin-left: -30px;
}

.aboutus-section1 .row1 .about-left h1.careers{
	color:#fff;
	font-size:32px; 
	width:96px;
	padding-bottom:0px;
	margin-left: -30px;
}

.aboutus-section1 .row1 .about-right .breadcrumb{
	margin-bottom:0;
	background-color:transparent;
}

.aboutus-section1 .row1 .col-lg-6:nth-child(1){
	margin:auto;
}

.aboutus-section1 .row1 .about-right nav{
	width:auto;
	float:right;
	text-align:right;
}

.aboutus-section1 .row1 .about-right .breadcrumb li:first-child a{
	color:#fff;
	font-weight:bold; 
}

.aboutus-section1 .row1 .about-right .breadcrumb li:first-child a:hover{
	text-decoration:none;
}

.aboutus-section1 .row1 .about-right .breadcrumb li:last-child{
	color:#efefef;
}

.aboutus-section1 .row1 .about-right .breadcrumb-item+.breadcrumb-item::before{
	color:#efefef;
}
.owl-item .item{margin:0 2px;}
.about1-content{
	padding:50px 0;
}
.about1-content p{
    text-align:justify;
    margin:10px 0;
    line-height:22px;
}
.panel-body p{
    text-align:justify;
    margin:10px 0;
    line-height:22px;
}
.about1-content .row1 p, .about1-content .row3 p{
	line-height:22px;
}

.about1-content h2{
	background-color: #ec07b9;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
	margin-bottom: 30px;
    margin-top: 20px;
	margin-left: -15px;
    margin-right: 15px;
}

.about1-content .row2 .content{
	background-color: #f6f8f9;
    padding: 30px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px #77777750;
    height: 100%;
}

.about1-content .row2 .content h3{
	font-size: 25px;
    color: #555;
    font-weight: bold;
    margin-bottom: 20px;
}

.about1-content .row2 .content p{
	line-height:20px;
}

.about1-content .row3 p{
	margin-top:10px;
}

.about1-content .row3 h3{
	font-weight: bold;
    color: #555;
	font-size: 20px;
	width:100%;
}

.about1-content .about1-col{
	background-color:rgba(255,255,255,0.9);
	padding:30px 0px;
	border-radius:10px;
}

.about1-content .about1-col h1{
	font-size:22px;
	position:relative;
	color:#06a100;
	font-weight:bold;
	width:100%;
	text-align:left;
	float:left;
	margin-bottom:20px;
	display:inline;
}

 

.about1-content .about1-col p.p1{
	margin-top:20px;
	line-height:24px;
	text-align:justify;
}

.about1-content .about1-col p.p2{
	margin-top:10px;
	color:#777;
	line-height:24px;
	text-align:justify;
}

/*****end of about page*****/

/*****start crystal overview section****/

.about-us-section .row1 h1{
	color: #009d00;
    font-size: 36px;
    margin-left:0px;
    z-index: 10;
}

.about-us-section .row1 h1:before{
	content: 'About';
    position: absolute;
    font-size: 80px;
    color: #77777720;
    font-weight: bold;
    z-index: 1;
    left: 60px;
}

.about-us-section{
	padding:50px;
	background-image:url(../images/sariska/about-bg.jpg);
	background-size:cover;
	background-position:center bottom;
}

.about-us-section .row2{
	margin-top:50px;
}

.about-us-section .row2 p{
	margin:0;
}

.about-us-section .row2 input{
	background-color:#000;
	color:#fff;
	transition:0.4s;
	margin-top:15px;
	padding:7px 20px;
}

.about-us-section .row2 input:hover{
	background-color:#ef05b6;
	transition:0.4s;
}

/*****end crystal overview section****/


/*****start camp surrounding****/


.surrounding-section .row1 h1{
	color: #000;
    font-size: 36px;
    margin-left:0px;
    z-index: 10;
}

.surrounding-section .row1 h1:before{
	content: 'SURROUNDING';
    position: absolute;
    font-size: 60px;
    color: #77777720;
    font-weight: bold;
    z-index: 1;
    left: 60px;
}

.surrounding-section .row1 h1.videos:before{
	content: 'VIDEOS';
    position: absolute;
    font-size: 60px;
    color: #77777720;
    font-weight: bold;
    z-index: 1;
    left: 60px;
}

.surrounding-section{
	padding:50px 0;
}

.surrounding-section .row2{
	margin-top:50px;
}


.surrounding-section .row3{
	margin-top:30px;
}

.surrounding-section .row2 .media-body h5{
	font-weight:500;
	margin-bottom:20px;
}

.surrounding-section .row2 .media-body p{
	color:#555;
	margin-bottom:0;
}

.surrounding-section .row2 .media-body{
	margin:auto;
}

.surrounding-section .row2 .media{
	    width: 100%;
}

/****end of camp surrounding*****/



/****start activity section*****/

.activity-section{
	background-image:url('../images/sariska/about-bg.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:50px 0;
}

.activity-section .row1 h1{
	color: #000;
    font-size: 36px;
    margin-left:0px;
    z-index: 10;
}

.activity-section .row1 h1:before{
	content: 'ACTIVITIES';
    position: absolute;
    font-size: 60px;
    color: #77777720;
    font-weight: bold;
    z-index: 1;
    left: 60px;
}

.activity-section .row2{
	margin-top:50px;
}

 

.activity-section .row2 .item figure{
	overflow:hidden;
}

/* Slide */
.activity-section .row2 .item figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.activity-section .row2 .item figure:hover img {
	margin-left: 0;
}

.activity-section .row2 .item .img-col .overflow{
	background-color:rgba(255,255,255,0.4);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	transition:0.3s;
}

.activity-section .row2 .item figure{
	position:relative;
	margin:0;
}

.activity-section .row2 .item figure:hover .overflow{
	opacity:1;
	transition:all 0.3s;
}

.activity-section .row2 .item h2{
	text-align:center;
	font-size:20px;
	padding:5px 0;
}

.activity-section .row2 .activity-carousel .owl-dots{
	display:none;
}

.activity-section .row2 .activity-carousel .owl-nav{
	display:block;
	position:absolute;
	top:-70px;
	right:0;
}

.activity-section .row2 .activity-carousel .owl-stage{
	position:relative;
}

.activity-section .row2 .activity-carousel .owl-nav button span{
	font-size:30px;
	background-color:#000;
	color:#fff; 
	padding:0 15px 5px;
	transition:0.3s;
	border-left: 1px solid #FFF;
}

.activity-section .row2 .activity-carousel .owl-nav button span:hover{
	background-color:#ffdf00;
	transition:0.3s;
}

.activity-section .row2 .activity-carousel .owl-nav button:hover, .activity-section .row2 .activity-carousel .owl-nav button:focus{
	background-color:transparent;
	outline:0;
}

/****end of activity section*****/


/****start of gallery section*****/


.gallery-section .row1 h1{
	color: #000;
    font-size: 36px;
    margin-left:0px;
    z-index: 10;
}

.gallery-section .row1 h1:before{
	content: 'GALLERY';
    position: absolute;
    font-size: 60px;
    color: #77777720;
    font-weight: bold;
    z-index: 1;
    left: 60px;
}

.gallery-section .row2{
	margin-top:50px;
}

 

.gallery-section .row2 .gallery-image figure{
	overflow:hidden;
}


/* Shine */
.gallery-section .row2 .gallery-image figure {
	margin:0;
	position: relative;
}
.gallery-section .row2 .gallery-image figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.gallery-section .row2 .gallery-image figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.Surrounding_div{margin:0 -30px}
.features-section p{width:100%; float:left;margin: 10px 0;}
.about-us-section .row2 p{width:100%; float:left;margin: 10px 0;}

.gallery-section .row2 .sariska-gallery-carousel .owl-dots{
	display:none;
}

.gallery-section .row2 .sariska-gallery-carousel .owl-nav{
	display:block;
	position:absolute;
	top:-70px;
	right:0;
}

.gallery-section .row2 .sariska-gallery-carousel .owl-stage{
	position:relative;
}

.gallery-section .row2 .sariska-gallery-carousel .owl-nav button span{
	font-size:30px;
	background-color:#000;
	color:#fff;
	border-radius:0;
	padding:0 15px 5px;
	border-left: 1px solid #FFF;
	transition:0.3s;
}
.owl-theme .owl-nav [class*=owl-] {margin: -1px;}

.gallery-section .row2 .sariska-gallery-carousel .owl-nav button span:hover{
	background-color:#ffdf00;
	transition:0.3s;
}

.gallery-section .row2 .sariska-gallery-carousel .owl-nav button:hover, .gallery-section .row2 .sariska-gallery-carousel .owl-nav button:focus{
	background-color:transparent;
	outline:0;
}

 
.gallery-section .row2 .modal .modal-body img{
	width:100%;
	height:auto;
}

.gallery-section .row2 .modal .modal-body{
	padding:5px;
	background-color:#fff;
}

.gallery-section .row2 .modal .modal-content{
	background:transparent;
	border:none;
}

.gallery-section .row2 .modal .modal-header button{
	color:#fff;
	text-shadow:none;
	opacity:1;
}

.gallery-section .row2 .modal .modal-header button:focus{
	outline:0;
}

.gallery-section .row2 .modal .modal-header{
	padding:0;
}

.gallery-section .row2 .modal .modal-header button span{
	font-size:40px;
}


/****end of gallery section*****/

/****start of tariff section*****/

.tariff-section{
	padding:50px 0;
	background-image:url('../images/sariska/about-bg.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
}

.tariff-section .row1 h1{
	color: #000;
    font-size: 36px;
    margin-left:0px;
    z-index: 10;
}

.tariff-section .row1 h1:before{
	content: 'RESERVATION';
    position: absolute;
    font-size: 60px;
    color: #77777720;
    font-weight: bold;
    z-index: 1;
    left: 60px;
}

.tariff-section .row2{
	margin-top:50px;
}

.tariff-section .row2 table thead th{
	text-align:center;
	color:#fff;
	padding:8px;
}

.tariff-section .row2 table thead tr{
	background-color: #000;
}

.tariff-section .row2 table tbody{
	background-color:#eaeaea;
	text-align:center;
}

.tariff-section .row2 .right-col p{
	margin:0;
}

.tariff-section .row2 .right-col p:nth-child(1){
	font-weight:bold;
	margin-bottom:20px;
}

.tariff-section .row2 .right-col p:nth-child(2), .tariff-section .row2 .right-col p:nth-child(3), .tariff-section .row2 .right-col p:nth-child(4){
	margin-bottom:5px;
}

.tariff-section .row3 .form{
	width:100%

}

.tariff-section .row3 .form-row{
	width:100%;
} 

.tariff-section .row3 .form-row input.btn{
	background-color:#ef03ca;
	color:#fff;
	transition:0.3s;
}

.tariff-section .row3 .form-row input.btn:hover{
	background-color:#00a200;
	transition:0.3s;
}

.tariff-section .row3 .form-row input, .tariff-section .row3 .form-row textarea{
	border:1px solid #00a20050;
}

.tariff-section .row3 form{
	background-color: #eaeaea80;
	padding:30px;
}

.tariff-section .row3{
	margin-top:20px;
}


/****end of tariff section*****/

/****end of offer section*****/

.offer1-section{
	padding:50px 0;
}

.offer1-section .row1 h1{
	color: #009d00;
    font-size: 36px;
    margin-left:0px;
    z-index: 10;
}

.offer1-section .row1 h1:before{
	content: 'OFFERS';
    position: absolute;
    font-size: 60px;
    color: #77777720;
    font-weight: bold;
    z-index: 1;
    left: 60px;
}

.offer1-section .row2 h1{
	text-align:center;
	margin:auto;
}

.offer1-section .row2{
	margin-top:50px;
}


/****end of OFFER section*****/


/****start of features section*****/

.features-section{
	background-image:url('../images/sariska/about-bg.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:50px 0;
}

.features-section .row1 h1{
	color: #000;
    font-size: 36px;
    margin-left:0px;
    z-index: 10;
}

.features-section .row1 h1:before{
	content: 'FEATURES';
    position: absolute;
    font-size: 60px;
    color: #77777720;
    font-weight: bold;
    z-index: 1;
    left: 60px;
}

.features-section .row2{
	margin-top:50px;
}

.features-section .row3 .col-lg-4 ul{
	list-style-type:circle;
}

.features-section .row3{
	margin-top:20px;
}

.features-section .row3 .heading h3{
	font-size:20px; 
	padding:5px 0;
	text-align:center;
}

.features-section .row3 .features-carousel .content{
	position:relative;
}

 

.features-section .row3 .features-carousel .content:hover{
	cursor:pointer;
}

.surrounding_pic{float:right; width: 100%;}

.features-section .row3 .features-carousel .owl-dots{
	display:none;
}

.features-section .row3 .features-carousel .owl-nav{
	display:block;
}

.features-section .row3 .features-carousel .owl-stage{
	position:relative;
}

.features-section .row3 .features-carousel .owl-nav{
	display: block;
    position: absolute;
    top: -70px;
    right: 0;
}

.features-section .row3 .features-carousel .owl-nav button span{
	font-size: 30px;
    background-color: #000;
    color: #fff; 
    padding: 0 15px 5px;
	border-left: 1px solid #FFF;
    transition: 0.3s;
}
.features-section .row3 .features-carousel .owl-nav button span:hover{
	background-color:#ffdf00;
	transition:0.3s;
}

.features-section .row3 .features-carousel .owl-nav button:hover{
	background:transparent;
	outline:0;
}

.features-section .row3 .features-carousel .owl-nav button{
	outline:0;
}



/****end of features section*****/


/****start of contact section*****/

.sariska-contact-section{
	padding:50px 0;
}

.sariska-contact-section .row1 h1{
	color: #009d00;
    font-size: 36px;
    margin-left: 50px;
    z-index: 10;
}

.sariska-contact-section .row1 h1:before{
	content: 'CONTACT';
    position: absolute;
    font-size: 60px;
    color: #77777720;
    font-weight: bold;
    z-index: 1;
    left: 60px;
}

.sariska-contact-section .row2 iframe{
	width:100%;
	height:300px;
}

.sariska-contact-section .row2 .right-col h2{
	font-size:22px;
	border-bottom:1px dashed #77777750;
	display:inline-block;
	padding-bottom:10px;
}

.sariska-contact-section .row2 .right-col ul{
	margin-top:25px;
}

.sariska-contact-section .row2 .right-col ul li{
	margin-top:15px;
	font-size:15px;
	color:#555;
}

.sariska-contact-section .row2 .right-col ul li a{
	color:#555;
}

.sariska-contact-section .row2 .right-col ul li a:hover{
	text-decoration:none;
}

.sariska-contact-section .row2 .right-col ul li i{
	background-color:#000;
	color:#fff;
	border-radius:50%;
	    font-size: 15px;
    padding: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.sariska-contact-section .row3{
	padding:50px;
	background-color:#f5f8fd;
	border-radius:10px;
}

.sariska-contact-section .row3 form{
	width:80%;
	margin:auto;
}

.sariska-contact-section .row3 form .form-row:last-child .form-group{
	margin-bottom:0;
}

.sariska-contact-section .row3 form .form-row .form-group input.btn{
	padding:8px 20px;
	background-color:#00a400;
	color:#fff;
	border:none;
	box-shadow:none;
	transition:0.4s;
}

.sariska-contact-section .row3 form .form-row .form-group input.btn:hover{
	background-color:#ec00ad;
	transition:0.4s;
}

.sariska-contact-section .row3 form .form-row .form-group input, .sariska-contact-section .row3 form .form-row .form-group textarea{
	border:1px solid #00a40050;
}

.sariska-contact-section .row3 .left-col h6{
	font-weight:bold;
	float:left;
}

.sariska-contact-section .row3 .left-col span i{
	color:#fff;
	background-color:#0d9c06;
	border-radius:50%;
	padding:5px 8px;
	margin-left:10px;
}

/****end of contact section*****/







/*****start popup modal*****/

#modalOverlay .modalContent .modal-left img{
	height:130px;
	width:auto;
}

#modalOverlay .modalContent .modal-left{
	background-color:#050f7e;
	width: 20%;
    height: 100%;
    float: left;
    padding: 20px;
}

#modalOverlay .modalContent .modal-right{
	width:100%;
	float: left;
    padding:20px 20px;
}

#modalOverlay {
			position: fixed;
			top: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.5);
			z-index: 99999;
			height: 100%;
			width: 100%;
	}
.modalPopup {
			position: absolute;
			top:0;
			right:0;
			bottom:0;
			left:0;
			margin:auto;
			height:510px; 
			background: rgba(255,255,255,1);
			width: 42%;
			-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	}
.headerBar {
		width: 100%;
		background: #edcb04 url(http://cognex.com/gfx/site/bg-global-header.png) repeat-x 0 0;
		margin: 0;
	  text-align: center;
	}
.headerBar img {
		margin: 1em .7em;
	}
h1 {
  margin-bottom: .2em;
  font-size: 26px;
  text-align:center;
  color:#009d08;
  text-transform: capitalize;
}
p {margin: .75em 0 .75em;}
.buttonStyle {
		border: transparent;
		float:right;
		border-radius: 0;
		background: transparent;
		color: #fff !important;
		cursor: pointer;
		font-weight: bold;
		font-size: 25px;
		text-transform: uppercase;
		padding: 6px 5px;
		text-decoration: none;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 );
	/*	-webkit-box-shadow: 0 2px 4px 0 #999;
		box-shadow: 0 2px 4px 0 #999; */
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.buttonStyle:hover {
		background: transparent;
		color: #fff;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d',GradientType=0 );
	}
.returnToProfile {text-align: center; margin:3em;}
.returnToProfile a, .returnToProfile a:visited {color: #ddd;}
.returnToProfile a:hover {color: #fff;}


/*****end of popup modal****/



/*****start search page*****/

.search-book-form .book-form .form-group{
	width:33.33%;
}

.search-book-form .form-row .form-group:last-child::before{
	background-color:transparent;
}

.search-book-form .book-form .form-group:first-child .form-wrap::before, .search-book-form .book-form .form-group:last-child .form-wrap::before{
	background-color:transparent;
}

.search-book-form .book-form{
	width:70%;
}

.search-header .carousel-inner .carousel-item > img {
  -webkit-animation:none;
  animation:none;
}

.sariska-rate-carousel .row1 .item .rate-col p{
	margin:0;
	text-align:center;
}

.sariska-rate-carousel .row1 .item .rate-col p:first-child{
	color: rgb(255, 255, 255);
    background: rgb(245, 171, 53);
    font-weight: 400;
    margin: 0px;
    padding: 6px 0px;
	border-bottom:1px solid #00000050;
}

.sariska-rate-carousel .row1 .owl-item{
	border:1px solid #00000050;
	margin:0!important;
}

.sariska-rate-carousel .row1 .item .rate-col p:not(:first-child){
	margin-top:5px;
}

.sariska-rate-carousel .row1 .item .rate-col p:last-child{
	font-size:22px;
	margin-top:15px;
	margin-bottom:10px;
	font-weight:500;
}

.sariska-rate-carousel .owl-dots{
	display:none;
}

.sariska-rate-carousel .owl-stage-outer{
	position:relative;
	margin:0;
}

.sariska-rate-carousel .owl-nav{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100%;
}

.sariska-rate-carousel .owl-nav button.owl-prev{
	float:left;
	background-color:#00a200;
	color:#fff;
	margin:0;
	margin-left: -32px;
    height: 107px;
    margin-top: -21px;
}

.sariska-rate-carousel .owl-nav button.owl-prev span{
	font-size:40px;
	margin:0 10px;
}

.sariska-rate-carousel .owl-nav button.owl-next{
	float:right;
	background-color:#00a200;
	color:#fff;
	margin:0;
	margin-right: -32px;
    height: 107px;
    margin-top: -21px;
}

.sariska-rate-carousel .owl-nav button.owl-next span{
	font-size:40px;
	margin:0 10px;
}

.sariska-rate-carousel{
	padding:100px 0;
}


/****end of search page*****/

/****start search content section*****/

.search-content-section{
	padding-bottom:50px;
}

.search-content-section .row1 .left-col{
	box-shadow:0 0 10px #77777750;
	border-radius:5px;
}
.search-content-section .row1 .left-col .img-fluid{ 
min-height:240px;
border-radius: 5px;
}

.search-content-section .row1 .left-col ul{
	margin-bottom:20px;
}

.search-content-section .row1{
	margin-bottom:20px;
}

.search-content-section .row1 .hotel1 .image{
	width:33.33%;
	display:inline-block;
	position:relative;
}

.search-content-section .row1 .hotel1 .image span{
	position:absolute;
	right:15px;
	bottom:5px;
	color:#fff;
	font-size:18px;
}

.search-content-section .row1 .hotel1 ul li{
	border: 1px solid #EEE;
    padding: 15px;
    margin-bottom: 15px;
	float: left;
    width: 100%;
    position: relative;
    border-radius: 5px;
}

 

.search-content-section .row1 .hotel1 ul li .room-heading, .search-content-section .row1 .hotel1 ul li .room-rate, .search-content-section .row1 .hotel1 ul li .room-button{
	text-align:center;
	vertical-align:middle;
}

.search-content-section .row1 .hotel1 ul li .room-heading h2{
	line-height:30px;
}

.search-content-section .row1 .hotel1 ul li .room-button input{
	background-color:#fb03c9;
	color:#fff;
	transition:0.4s;
}

.search-content-section .row1 .hotel1 ul li .room-members p{
	color:#00a400;
}

.search-content-section .row1 .hotel1 ul li .room-button input:hover{
	background-color:#00a400;
	transition:0.4s;
}

.search-content-section .row1 .hotel1 .room{
	display:inline-block;
	float:left;
}

.search-content-section .row1 .hotel1 .headings{
	vertical-align:top;
	width:445px;
	float:left;
	margin-left:20px;
}
.search-content-section .row1 .hotel1 h1{
	width:100%;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:20px;
}

 

.search-content-section .row1 .hotel1 .headings form{ 
	width:295px;
	float:left; 
}
.search-content-section .row1 .hotel1 .headings form table{ 
	font-size:14px;
	width:100%;
	float:left; 
	margin-left: 0px;
}
.search-content-section .row1 .hotel1 .headings form table td{  
	padding-right: 10px;
}
.search-content-section .row1 .hotel1 .headings form table select{ 
	font-size:14px;
	width:80px;
	padding:4px;
	border:1px solid #EEE; 
}
.search-content-section .row1 .hotel1 .headings form table .btn{ 
	font-size:14px; 
	margin:10px 0 0 0;
	padding:5px 10px;
	border:none; 
	min-width: 80px;
	color:#FFF;
	background:#000000;
}

.amenities_box{width: 445px;float: left;margin: 10px 0 0 20px;}
.amenities_box p{width:100%; float:left; margin:10px 0;font-size:18px; }
.amenities_box a{width:37px; height:37px; border-radius:5px; border:1px solid #EEE; overflow:hidden; float:left; margin:0 10px 0 0;}
.amenities_box a img{width:35px; height:35px;padding:5px; opacity:0.5;}



.search-content-section .row1 .hotel1 .price{
	vertical-align:top;
	float:right;
	background-color:#7ba50b;
	padding:10px 20px 10px 10px;
	width:160px;
	border-radius: 5px 0 0 5px;
    position: absolute;
    right: -8px;
    top: 33px;
}
.search-content-section .row1 .hotel1 .price:before{position:absolute; content:""; border-top:8px solid #FFF; border-left:8px solid #7ba50b; border-bottom:0; border-right:0;top: -8px; right: 0;}
.search-content-section .row1 .hotel1 .price:after{position:absolute; content:""; border-bottom:8px solid #FFF; border-left:8px solid #7ba50b; border-top:0; border-right:0;bottom: -8px; right: 0;}






.search-content-section .row1 .hotel1 .price p{
	margin:0;
	text-align:right;
	color:#FFF;
}

.search-content-section .row1 .hotel1 .price p:first-child span{
	font-size:20px;
	color:#FFF;
}

.search-content-section .row1 .hotel1 .price p:first-child{
	font-weight:500;
}

.search-content-section .row1 .hotel1 .price p:last-child{
	margin-top:10px;
	font-size:16px;
	color:#FFF;
	
}

.search-content-section .row1 .hotel1 .room-heading{
	width:24.5%;
	display:inline-block;
	vertical-align:top;
}

.search-content-section .row1 .hotel1 .room-heading h2{
	font-size:22px;
	color:#555;
}

.search-content-section .row1 .hotel1 .room-members{
	border:1px dashed #ddd;
	display:inline-block;
	width:24.5%;
	vertical-align:top;
	padding:10px;
	position:relative;
}

.search-content-section .row1 .hotel1 .room-members .popup{
	position:absolute;
	width:500px;
	left:0;
	display:block;
	background-color:#fff;
	z-index:99;
	border:1px solid #ddd;
	box-shadow: 0 0 10px #77777730;
	padding:15px 20px;
	display:none;
}

.search-content-section .row1 .hotel1 .room-members .popup .row1 p{
	margin-bottom:0;
	text-align:center;
}

.search-content-section .row1 .hotel1 .room-members .popup .row1{
	margin-bottom:10px;
}

.search-content-section .row1 .hotel1 .room-members .popup .row2 p{
	text-align:center;
	color:#333;
}

.search-content-section .row1 .hotel1 .room-members .popup .row3 .left-btn input, .search-content-section .row1 .hotel1 .room-members .popup .row3 .right-btn span:first-child input{
	background-color:#dfdfdf;
	    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
}

.search-content-section .row1 .hotel1 .room-members .popup .row3 .left-btn input:hover, .search-content-section .row1 .hotel1 .room-members .popup .row3 .right-btn span:first-child input:hover{
	background-color:#cfc4c4;
}

.search-content-section .row1 .hotel1 .room-members .popup .row3 .right-btn span:last-child input{
	background-color:#fe00b7;
	color:#fff;
	transition:0.4s;
}

.search-content-section .row1 .hotel1 .room-members .popup .row3 .right-btn span:last-child input:hover{
	background-color:#049e02;
	transition:0.4s;
}

.search-content-section .row1 .hotel1 .room-members .popup .row3 .right-btn{
	text-align:right;
}


.search-content-section .row1 .hotel1 .room-rate{
	width:24.5%;
	display:inline-block;
	vertical-align:top;
}

.search-content-section .row1 .hotel1 .room-button{
	width:24.5%;
	display:inline-block;
	vertical-align:top;
}

.search-content-section .row2 ul.nav{
	width:100%;
	    float: left;
    margin:20px;
}

.search-content-section .row2 ul.nav li{
	width:25%;
}

.search-content-section .row2 ul.nav li a{
	text-align:center;
	font-size:20px;
}

.search-content-section .row1 .right-col{
	    border: 1px solid #EEE;
    border-radius: 5px;
	text-align:center;
	float:left;
	    padding:10px;
    margin:20px 0;
}
.search-content-section .row1 .right-col .duaration{float:left; margin: 10px 0; text-align:center; width: 100%;}



.paddingL{width:100%; float:left;}
.paddingL .datepickerbtn{width:31%; float:left; margin:2%;}
.paddingL .datepickerbtn .form-control{ font-size:14px;}
.paddingL .btn{width:28%; float:left; margin:2% 0 2% 2%;padding: 5px; background: #000; border: none;}

.booking-summary{width:100%; float:left;font-size:14px;} 


.right_head_bottom{width:100%; float:left;font-size:14px;} 
.right_head_bottom{width:100%; float:left;font-size:14px; margin:0; line-height:25px;} 
.right_head_bottom table{width:100%; float:left; border:1px solid #EEE; background:#EEE;} 
.right_head_bottom table td{border:1px solid #FFF; width:33.3%; padding:0px;} 
.right_head_bottom table th{border:1px solid #FFF; width:33.3%; padding:0px; background: #000000; color:#FFF;} 


.pkg_del{padding:5px; float:right; border-radius:2px;font-size:14px; width:60px; text-align:center; background: #000000; color:#FFF; margin:2px 0; cursor:pointer;}
.pkg_add{padding:5px; float:right; border-radius:2px;font-size:14px; width:60px; text-align:center; background: #ffdf00; color:#FFF; margin:2px; cursor:pointer;}

.row_padding{padding:0;}
.boxex-right{font-size:18px;background: #EEE;line-height: 50px;border-radius: 5px;}

.btn_boxx{float:left; width:100%; margin:0 0 10px 0;}
.Ad_box{padding:10px 1px; float:left; border-radius:0;font-size:14px; width:113px; background:#FFF; color:#333; border-bottom:10px solid #EEE;}
.right_head_bottom select{font-size: 14px; width:46px; padding:2px; float:right; border: 1px solid #EEE;}



.right_head_bottom2{width:100%; float:left;font-size:14px; text-align:left; display:none;}
.right_head_bottom2 table{width:100%; float:left;font-size:14px; margin:10px 0; line-height:25px;} 
.right_head_bottom2 input[type="text"]{width:100%;max-width: 100%;}
.right_head_bottom2 textarea{width:100%;max-width: 100%;}
 
.booking_now{width:100%; float:left; padding:5px 0; margin:10px 0; color:#FFF !important; background:#000; border-radius:5px;font-size:16px; cursor:pointer; border:none;}

.search-content-section .row1 .right-col h3{
	font-size:22px;
	font-weight:500;
}

.search-content-section .row1 .right-col img{
	width:80px;
	height:auto;
	margin:auto;
	margin-top:20px;
}

.search-content-section .row1 .right-col p.p1{
	font-size:24px;
	color:#555;
	margin-bottom:15px;
}

.search-content-section .row1 .right-col p.p2{
	font-size:20px;
	color:#777;
	margin-top:0;
	line-height:24px;
	margin-bottom:0;
}

.search-content-section .row1 .right-col .room-booking-summary .row1 .check-in p, .search-content-section .row1 .right-col .room-booking-summary .row1 .check-out p{
	font-weight:bold;
	color:#555;
	font-size:18px;
	margin:0;
	margin-top:8px;
}

.search-content-section .row1 .right-col .room-booking-summary .row1 .check-in:after{
	display: block;
    content: "Check In";
    margin-top: 12%;
    font-weight: 300;
}

.search-content-section .row1 .right-col .room-booking-summary .row1 .num-day-show{
	position: relative;
    width: 70px;
    height: 70px;
    padding-top: 2px;
    background-color: #00a1d6;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.22);
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    font-size: 19px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    vertical-align: middle;
    z-index: 1000;
}

.search-content-section .row1 .right-col .room-booking-summary .row1 .check-out:after{
	display: block;
    content: "Check Out";
    margin-top: 12%;
    font-weight: 300;
}

.search-content-section .row1 .right-col .room-booking-summary .day-list{
	margin: 0 auto;
    position: relative;
    border-radius: 4px;
    padding: 15px 0;
    cursor: pointer;
    font-size: 85%;
    font-weight: 400;
    text-align: center;
}

.search-content-section .row1 .right-col .room-booking-summary .day-list:after{
	display: block;
    height: 1px;
    background-color: #00a1d6;
    content: " ";
    position: absolute;
    top: 40%;
    width: 100%;
    margin: 0 auto;
}

.search-content-section .row1 .right-col .room-booking-summary .day-list .row1:after{
	content: "";
    display: table;
    clear: both;
}

.search-content-section .row1 .right-col .room-booking-summary .room-summary-box{
	width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #00a1d6;
    padding: 15px 12px;
    cursor: pointer;
}

.search-content-section .row1 .right-col .room-booking-summary .room-summary-box .roomBtnclose{
	width: 24px;
    height: 24px;
    background-color: #00a1d6;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.22);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    cursor: pointer;
}

.search-content-section .row1 .right-col .room-booking-summary .room-summary-box .roomBtnclose:before{
	position: relative;
    font-family: Material Icons;
    content: "\f040";
    left: 0px;
    color: #fff;
    background: transparent;
    top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 90%;
	font-family:fontawesome;
}

.search-content-section .row1 .right-col .room-booking-summary .room-summary-box p{
    text-align: right;
	margin: 5px 0 10px;
	color:#555;
}

.search-content-section .row1 .right-col .room-booking-summary .booking-summary .row{
	content: "";
    clear: both;
	margin-left:0;
	margin-right:0;
}

.search-content-section .row1 .right-col .room-booking-summary .booking-summary .room-price-summary{
	margin: 0 auto;
    position: relative;
    border-radius: 4px;
    border: 1px solid #00a1d6;
    padding: 15px 12px;
    cursor: pointer;
	width:100%;
	color:#555;
	margin-top:20px;
}

.search-content-section .row1 .right-col .room-booking-summary .booking-summary .room-price-summary li:nth-child(1){
	display:inline-block;
	float:left;
}

.search-content-section .row1 .right-col .room-booking-summary .booking-summary .room-price-summary li:nth-child(2){
	display:inline-block;
	float:right;
}

.search-content-section .row1 .right-col .room-booking-summary .booking-summary .room-price-summary ul li:nth-child(2){
	float:right;
}


.search-content-section .row1 .right-col .room-booking-summary .room-services{
	margin: 0 auto;
    position: relative;
    border-radius: 4px;
    padding: 4px 12px;
    color: #1c1b1b;
	width:100%;
	text-align:left;
	margin-left:10px;
}

.search-content-section .row1 .right-col .room-booking-summary .room-services p{
	margin-bottom:0;
	color:#555;
}

.search-content-section .row1 .right-col .room-booking-summary .room-services .modal-trigger{
	margin-top:0;
}

.search-content-section .row1 .right-col .room-booking-summary .room-services span{
	color: #00a500;
    font-weight: 400;
}

.search-content-section .row1 .right-col .room-booking-summary hr{
	border: 0;
    border-top: 1px solid #dadada;
    margin: 2%;
    padding: 0;
}

.search-content-section .row1 .right-col .room-booking-summary .total-room-pay{
	margin: 0 auto;
    position: relative;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #00a1d6;
    padding: 15px 12px;
    cursor: pointer;
	width:100%;
	margin-top:20px;
}

.search-content-section .row1 .right-col .room-booking-summary .total-room-pay li:nth-child(1){
	display:inline-block;
	text-align:left;
	float:left;
	color:#555;
}

.search-content-section .row1 .right-col .room-booking-summary .total-room-pay li:nth-child(2){
	display:inline-block;
	text-align:right;
	float:right;
	color:#555;
}

.search-content-section .row1 .right-col .room-booking-summary .full-room-pay{
	margin: 0 auto;
    position: relative;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #00a1d6;
    padding: 15px 12px;
    cursor: pointer;
	width:100%;
	margin-top:20px;
}

.search-content-section .row1 .right-col .room-booking-summary .full-room-pay li:nth-child(1){
	display:inline-block;
	float:left;
}

.search-content-section .row1 .right-col .room-booking-summary .full-room-pay li:nth-child(2){
	display:inline-block;
	float:right;
}

.search-content-section .row1 .right-col .room-booking-summary .continue-btn-wrap{
	border:0;
	margin: 0 auto;
    position: relative;
    border-radius: 4px;
    background: #fff;
    padding: 15px 12px;
    cursor: pointer;
	width:100%
}

.search-content-section .row1 .right-col .room-booking-summary .continue-btn-wrap .continue-btn{
	background-color: #f303be;
    text-transform: capitalize;
    width: 100%;
    font-size: 100%;
    background-position: 50%;
    transition: background .8s;
	color:#fff;
	padding:7px 15px;
	font-size:18px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
	border-radius:5px;
}

.search-content-section .row1 .right-col .room-booking-summary .continue-btn-wrap .continue-btn:hover{
	    background-color:#00a500;
}

.search-content-section .row1 .right-col .room-booking-summary .continue-btn-wrap .waves-effect{
	position: relative;
    display: inline-block;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
}


.search-content-section .row2 .tab-content .row1, .search-content-section .row2 .tab-content .row2{
	margin:0px 0 0 20px;
}
#myTable{border:1px solid #EEE; border-collapse: collapse;}
#myTable td{display:table-cell; border:1px solid #EEE;}
#myTable th{display:table-cell; color:#FFF; border:1px solid #EEE;    background-color: #070e80;}

.search-content-section .row2 .tab-content .row1 h4{
	font-weight:500;
}

.search-content-section .row2 .tab-content .row2 .hotel-image{
	padding:0;
	padding-right:10px;
}

 

.search-content-section .row2 .tab-content .row2 .hotel-text p{
	font-size:14px;
	color:#555;
	margin:10px 0;
	text-align:justify;
	    width: 100%;
	line-height:24px;
}
.search-content-section .row2 .tab-content .row2 p{
    font-size:14px;
	color:#555;
	margin:10px 0;
	text-align:justify;
	    width: 100%;
	line-height:24px;
}
.search-content-section .row2 .tab-content .row2 .mail{
	padding:0; 
}

.search-content-section .row2 .tab-content .row2 .mail ul{
	margin-top:40px;
}

.search-content-section .row2 .tab-content .row2 .mail ul li i{
	color:#0a9bde;
}

.search-content-section .row2 .tab-content .row2 .mail ul li a{
	color:#089c08;
}

.search-content-section .row2 .tab-content .row2 .mail ul li{
	width:50%;
	display:inline-block;
	float:left;
	margin:7px 0;
}

.tab_box{
	width:100%; 
}

.search-content-section .row2 .tab-content #policies .row1 h4{
	width:100%;
}

.search-content-section .row2 .tab-content #policies .row1 p{
	font-size:20px;
	font-weight:normal;
	color:#555;
	margin-bottom:0;
}

.search-content-section .row2 .tab-content #policies .row2 h3{
	font-size:20px;
	font-weight:bold;
}

.search-content-section .row2 .tab-content #policies .row2 ul{
	margin-top:15px;
}

.search-content-section .row2 .tab-content #policies .row2 ul li{
	list-style-type:disc;
	list-style-position:inside;
}

.search-content-section .row2 .tab-content #hotel-map{
	padding:30px 20px;
}

.search-content-section .row2 .tab-content #hotel-map iframe{
	width:100%;
	height:350px;
	
}

.search-content-section .row2 .tab-content{
	width:100%;
}

#room-booking-summary{
	display:none;
}

.testimonials1 .media{
	margin-top:20px;
	border:1px solid #dadada;
	width:100%;
	padding:20px 10px;
	border-radius:5px;
} 

.testimonials1 .media h5{
	margin-bottom:10px;
}




/****end of search content section*****/


/*****start contact-us page****/

.contactus-section{
	/*background-color:#f5f8fd;*/
}

.aboutus-section1 .row1 .contact-left h1{
	color:#fff;
	font-size:32px; 
	float: left;
}

.contactus-section iframe{
	width:100%;
	height:300px;
}

.contactus-section .row1{
	padding:50px 0;
}

.contactus-section .row1 form .form-group label{
	margin-bottom:5px;
}

.contactus-section .row1 form .form-group{
	margin-bottom:5px;
}

.contactus-section .row1 form input.btn{
	background-color:#f303be;
	color:#fff;
	transition:0.4s;
	border:0;
	margin-top:10px;
	padding:7px 20px;
	font-size:18px;
}

.contactus-section .row1 form input.btn:hover{
	background-color:#00a500;
	transition:0.4s;
}

.contactus-section .row1 .right-col h5{
	font-weight:bold;
	margin-bottom: 15px;
    border-bottom: 1px solid #77777750;
    display: inline-block;
    padding-bottom: 5px;
}

.contactus-section .row1 .right-col h6{
	font-weight:bold;
	color:#555;
}

.contactus-section .row1 .right-col p i{
	color:#00a500;
}

.contactus-section .row1 .right-col .mobile a:hover{
	text-decoration:none;
}

.contactus-section .row1 .right-col p{
	margin-top:10px;
	margin-bottom:0;
}

.contactus-section .row1 .right-col p.mail a{
	color:#00a500;
}

.contactus-section .row1 .right-col h6.sales{
	margin-top:15px;
}

.contactus-section .row1 .right-col ul{
	margin-top:10px;
}

.contactus-section .row1 .right-col ul li i, .contactus-section .row1 .right-col ul li a{
	color:#00a500;
}

.contactus-section .row1 .right-col p.p1{
	margin-top:15px;
	margin-bottom:0;
}

.contactus-section .row1 .right-col p.p2{
	margin-top:7px;
	margin-bottom:0;
}

.contactus-section .row1 .right-col p.p2 a{
	color:#00a500;
}

.contactus-section .row1 .right-col .address, .contactus-section .row1 .right-col .contact{
	margin-top:25px;
}

.contactus-section .row1 .right-col .contact ul{
	margin-top:10px;
}

/****end of contact us page*****/

/****start our team page*****/

.our-team-page{
	padding:50px 0;
}

.our-team-page .item img{
	width: 140px;
    height: auto;
    margin: auto;
    background-color: #00a40030;
    padding: 10px;
}

.our-team-page h2{
    margin-bottom: 30px;
    color: #555;
    font-size: 20px;
    width: 40%;
    font-weight: bold;
}

.our-team-page .item h5{
	margin-top: 20px;
    font-weight: bold;
	color: #f500be;
}

.our-team-page .item p{
	margin-top: 5px;
    margin-bottom: 0;
    color: #555;
}

.our-team-page .item{
	background-color:#f6f8f9;
	display: inline-block;
    margin: auto;
    text-align: center;
    justify-content: center;
	padding:30px 30px;
	box-shadow: 0 0 10px #77777750;
    border-radius: 5px;
	width:100%;
}

.our-team-page .item .image{
	margin-top:-100px;
}

.our-team-page .item p.star{
	margin-top:10px;
}

.our-team-page .item p.star i{
	margin:0 2px;
	color: #00a400;
}

.our-team-page .row2{
	margin-top:100px;
}

.our-team-page h2.heading{
	margin-top:40px;
}

.our-team-page .row3 .item, .our-team-page .row4 .item{
	margin-top:80px;
}

.our-team-page .row4 .item1{
	margin-top:100px;
}

.our-team-page .row4 .owl-item{
	padding:10px;
}

/*****end of our team page******/

/*****start of privacy page******/

.privacy-page{
	padding:50px 0;
}

.privacy-page h6{
	font-size: 18px;
    font-weight: bold;
    color: #555;
	margin-bottom:30px;
}

.privacy-page h2{
	margin-bottom: 15px;
    font-size: 24px;
}

.privacy-page ul{
	margin-left:15px;
	margin-bottom:30px;
}

/*****end of privacy page******/



/*****start of terms page******/

.terms-page{
	padding:50px 0;
}

.terms-page h6{
	font-size: 18px;
    font-weight: bold;
    color: #555;
	margin-bottom:30px;
}

.terms-page h2{
	margin-bottom: 15px;
    font-size: 22px;
	font-weight: bold;
    color: #555;
}

.terms-page ul{
	margin-left:15px;
	margin-bottom:30px;
}

.terms-page h5{
	margin-bottom: 10px;
}

/*****end of terms page******/


/****start why book***/

.why-fixed{
	position:absolute;
	top:30%;
	left:0;
	position:fixed;
	background-color:#fff;
	width:auto;
	height:auto;
}

.why-fixed .why-fixed-open{
	height:100%;
}

.why-fixed .why-fixed-open .open-box{
	padding:15px 15px;
	border-bottom:1px solid #777;
	text-align:center;
}

.why-fixed .why-fixed-open h5{
	transform:rotate(-90deg);
}

.why-fixed .why-fixed-open .close{
	display:block;
	width:100%;
	text-align:center;
}

.why-fixed .gift{
	padding:10px 15px;
}

.why-fixed .heading{
	width:100%;
	padding: 2px 15px 15px;
}

.why-fixed .why-fixed-close{
	width:300px;
	position:absolute;
	top:0%;
	left:65px;
	background-color: rgba(255,255,255,.7);
    padding: 10px 15px;
	display:none;
}

.why-fixed .why-fixed-close ul{
	margin-bottom:0;
	border-top:1px solid #77777750;
	padding-top:10px;
}

.why-fixed .why-fixed-close ul li{
	display:inline-block;
	width:49%;
}

.why-fixed .why-fixed-close ul li p{
	margin:auto;
}

.why-fixed .why-fixed-close ul li:nth-child(2){
	text-align:right;
}

.why-fixed .why-fixed-close p{
	line-height:20px;
}

/***end of why book*****/

/****start our-team page****/

.our-team-page .row1 form{
	margin:auto;
	width:100%;
}

.our-team-page .row1 form input.btn{
	background-color:#000;
	color:#fff;
	padding:7px 25px;
	transition:0.4s;
}

.our-team-page .row1 form input.btn:hover{
	background-color:#ffdf00;
	transition:0.4s;
}

.user_left_area{width:100%;float:left; margin:50px 0; background:#EEE; padding:10px; border-radius:5px;}
.user_left_area table{width:100%;float:left; margin:0;}
.user_left_area table td{padding:5px;}
.user_left_area table td .profile-pic{padding:5px; border:1px solid #FFF;width:224px; height:224px;}
.user_left_area table td h4{ text-transform:capitalize;color: #e17f0b; width:100%; margin:10px 0; font-size:16px;}
.ppp_box{background-color: #070e80;padding: 5px 10px;float: left;border-radius: 5px;margin-bottom: 5px;width: 100%;color: #FFF;text-transform:capitalize;}
.ppp_box a{color: #FFF;}


.user_right_area{width:100%;float:left; margin:50px 0;}
.right_heading{text-transform:capitalize;color: #e17f0b; font-size:20px; width:100%; margin:0 0 20px 0;}
.user_right_area table{width:100%;float:left; margin:0;}
.user_right_area table td{padding:5px;/*display:block;*/}
.user_right_area table td label{margin:0;}
.user_right_area table td .user-pic{width:224px; height:225px; float:left;}
.user_right_area table td input[type=text]{padding:10px; border:1px solid #DDD; border-radius:5px; width:100%;    line-height: 17px;}
.user_right_area table td select{padding:10px; border:1px solid #DDD; border-radius:5px; width:100%;    line-height: 17px;}
.user_right_area table td input[type=number]{padding:10px; border:1px solid #DDD; border-radius:5px; width:100%;    line-height: 17px;}
.user_right_area table td input[type=password]{padding:10px; border:1px solid #DDD; border-radius:5px; width:100%;    line-height: 17px;}
.user_right_area table td textarea{padding:10px; border:1px solid #DDD; border-radius:5px; width:100%;    line-height: 17px;}
.error p{margin:0; color:#f500be; font-size:13px;}


.user_right_area .grid_table{width:100%;float:left; margin:10px 0; border-collapse: collapse; font-size:12px;}
.user_right_area .grid_table td{padding:5px;display: table-cell; border:1px solid #EEE;}
.user_right_area .grid_table th{padding:5px;display: table-cell; border:1px solid #EEE; background:#070e80; color:#FFF; text-align:left;}
.tab_filter{width:150px; padding:5px;}

.dir_profile{padding:10px; border:1px solid #EEE; float:left; margin:10px 20px 10px 0; width:250px;}
.dir_profile h5{color: #e17f0b; width:100%; margin:20px 0 10px 0; text-align:center; font-size:18px;}
.dir_profile p{color: #333; width:100%; margin:10px 0; text-align:center; font-size:14px;}

.caption h6 {
    display: table;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}

.dropdown-menu{border:none; border-radius:0;top: 70px; padding:0;}
.dropdown-item{ padding: 20px 10px!important; font-size:18px !important; text-align: left;}
.dropdown-menu .dropdown .dropdown-menu{border:none;}
.dropdown-menu .dropdown .dropdown-menu .nav-item{border:none; padding:10px;}
.dropdown-menu .dropdown .dropdown-menu .nav-item span img{width:220px !important;}
.dropdown-menu .dropdown .dropdown-menu .nav-item h5{width: 100%;font-size: 14px;color: #333; padding:10px 0;}
.dropdown-menu .dropdown .dropdown-menu .nav-item .btn{width:auto; float:left; font-size: 12px; margin:5px 2px; padding:5px 10px !important;background:#00a400; color:#FFF;}
.gallery-image img{height:auto;}

.tariff-section table{width:100%;}
.tariff-section table th{padding:10px;border:1px solid #EEE; background:#000; color:#FFF;}
.tariff-section table td{padding:10px;border:1px solid #EEE; background:#FFF;}


.activity-section img{ height:250px;}
.activity-section figure{margin:0;}
.activity-section h2{width: 100%;font-size:20px;color: #333; padding:10px 0; text-align:center; text-transform:uppercase;}
.home_gall img{ height:auto !important;}
.gallery-section img{ height:250px;}
.gallery-section figure{margin:0;}
.gallery-section h2{width: 100%;font-size:20px;color: #333; padding:10px 0; text-align:center; text-transform:uppercase;}

.features-section img{ height:250px;}
.features-section figure{margin:0;}
.features-section h2{width: 100%;font-size:20px;color: #333; padding:10px 0; text-align:center; text-transform:uppercase;}

.about-img img{width:100%;}
.offer_page_offer{margin:0 0 50px 0;}

.our-team-page p{width:100%; float:left; margin: 10px 0; line-height: 25px;}
.our-team-page ul{width:100%; float:left;margin: 10px 0; line-height: 25px;}
.our-team-page div{width:100%;text-align:justify;}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.about_image{width: 400px;padding: 10px;}
.vision_image{width:200px; float:left;}
.vision_image1{width:200px; float:right;}

.wed0 img{width:100%; height:350px;}
.row1 .form-row>[class*=col-] {
    padding-right: 1px;
    padding-left: 1px;
}
.wed1 img{width:100%; height:210px; padding: 1px;}
.wed_list{width:100%; float:left;}
.wed_list li{width:24%; margin:1% 1% 1% 0; padding:20px; color:#FFF; text-align:center; border-radius:5px; float:left;}
.wed_list li:nth-child(1){background:#00a400;}
.wed_list li:nth-child(2){background:#f905c5;}
.wed_list li:nth-child(3){background:#049bd2;}
.wed_list li:nth-child(4){background:#070e80;}

.offer_img {
    /*margin: 0 0 40px;*/
    max-width: 100%;
    width: 100%;
    height: auto;
}
.home_gal img{ height: 250px !important;width:100%;object-fit:cover;}


/*mycss*/
#carouselExampleIndicators img
{
  height: 500px;
  object-fit: cover;
}

.bg-black
{
  background: #000;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.sticky + .content {
  padding-top: 20px;
}

.dropdown-menu
{
  background: #000;
}

.dropdown-item
{
  padding: 14px 10px!important;
  font-size: 14px!important;
  text-transform: uppercase;
}

.about-scroll img
{
  width: 100%;
  height: 300px;object-fit: cover;
}

.btn-black
{
  background: #000;
  color:#fff;
}

.btn-black:hover
{
  background: #ffdf00;
  color: #000;
}

.form-control:focus
{
  outline: 0;box-shadow: none;
}

.overlay
{
  position: absolute;
    background: linear-gradient(to bottom, #ffdf00 0%, #000000 100%);
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.slider-heading
{
  position: absolute;
  top: 50%;
  left: 0;right: 0;
}

.slider-heading h1
{
  color: #fff;
  text-shadow: 2px 2px 5px #000;
  font-size: 44px;
}

.package{
  padding:0 0 50px 0;
  /*background-color:#f7f7f7;*/
  clear:both;
}

.package .row1{
  position:relative;
}

.package .row1 h1{
  margin-left:50px;
  font-size:32px;
  color:#000;
}

.package .row1 h1:before{
  content:'PACKAGES';
  position:absolute;
  font-size:80px;
  color:#77777720;
  font-weight:bold;
  z-index:1;
  left:0px;
}

.package .row1 h1:after{
  position:absolute;
  content:'';
  height:1px;
  /*background-color:#77777750;*/
  width:60%;
  right:0;
}


.hotels{
  padding:50px 0;
  background-color:#f7f7f7;
  clear:both;
}

.hotels .row1{
  position:relative;
}

.hotels .row1 h1{
  margin-left:50px;
  font-size:32px;
  color:#000;
}

.hotels .row1 h1:before{
  content:'HOTELS';
  position:absolute;
  font-size:80px;
  color:#77777720;
  font-weight:bold;
  z-index:1;
  left:0px;
}

.hotels .row1 h1:after{
  position:absolute;
  content:'';
  height:1px;
  /*background-color:#77777750;*/
  width:60%;
  right:0;
}



.card img
{
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.days
{
  position: absolute;top: 10px;left: 10px;
}

.fw-bold
{
  font-weight: bold;
}

.footer-social ul li
{
  display: grid;
}

.footer-social ul li a, .footer-social ul li a:hover
{
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

@media only screen and (max-width: 991px)
{
    .navbar-light .navbar-toggler-icon
  {
    filter: invert(1);
  }
  
  ul.navbar-nav li img
  {
      margin: inherit!important;
  }
}

@media only screen and (max-width: 480px)
{
  .ph-center
  {
    text-align: center!important;
  }

  .ph-header
  {
    display: block!important;text-align: center;
  }

  

  button:focus
  {
    outline: none;
  }

  .book-form
  {
    /*border-radius: 0;
    margin-top: -100%;
    margin-left: 10px;
    margin-right: 10px;*/
    width:50%;
  }

  .form-row
  {
    display: block;
  }

  .book-form-vertical .book-form .form-group
  {
    width: 100%;
  }

  .book-form-vertical .book-form .form-group:before, .book-form .form-group .form-wrap:before
  {
    background: none!important;
  }

  .about-section .row1 h1
  {
    /*margin-left: inherit;*/line-height: inherit;
  }
  
  .gallery-section .row1 ul li
  {
      width: 50%!important;
  }

  .about-scroll
  {
    margin-top: 20px;
  }

  .offer-section .row2 ul li
  {
    width: inherit;float: inherit;
  }

  .offer-section .row2 ul li:last-child
  {
    padding-left: inherit;
  }

  .offer-section .row2 ul li:last-child .image-top, .offer-section .row2 ul li:last-child .image-left, .offer-section .row2 ul li:last-child .image-right
  {
    margin-top: 10px;
    padding-top: inherit;padding-bottom: inherit;
    padding-left: inherit;
  }

  .brands-section .col
  {
    margin-bottom: 10px;
  }

  .package .card, .hotels .card
  {
    margin-bottom: 10px;
  }

  .reviews-section .row1 h1:before
  {
    left: 0;
  }

  .package .row1 h1:before
  {
    font-size: 60px;
  }

  #customers-testimonials .owl-item.active.center
  {
    width: 330px!important;
  }

  .newsletter-section .row3 form
  {
    width: 95%;
  }

  .newsletter-section .row3 form .form-group input:first-child
  {
    width: 205px;
  }

  .newsletter-section h1
  {
    line-height: inherit;
  }
}

/*mycss*/

.dropdown-item:focus
{
  background: #ffdf00;
  color: #000!important;
}

.button:focus
{
  outline: none;
}

.amenities_box a.last-child
{
  text-align: center;line-height: 2;
}
{

}

/****end of our team page*****/

/*mycss*/
ul.navbar-nav li img
{
    margin: 10px auto;
    /*filter: invert(1);*/
}

.h-250
{
    height:250px;
    object-fit:contain;
}

.breadcrumb-item a
{
    color:#fff;
}


@media only screen and (max-width:480px)
{
    ul.navbar-nav li img
    {
        margin:inherit;
    }
    
    .phw-85
    {
        width:85%!important;
    }
    
    ul.ph-menu li img
    {
        float:left;margin-right:10px;
    }
    
    ul.ph-menu li
    {
        line-height:15px;
    }
}

#FLASH
{
    background: #4BB543;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 10px;
}