/*------------------------------
  [ IMPORT STYLES ]
--------------------------------*/
  @import url("bootstrap.css");
  @import url("icons.css");
  @import url("navigation.css");
  @import url("sweetalert.css");
  @import url("revolution.css");
  @import url("fancybox.css");
  @import url("owl.css");
  @import url(datetimepicker.css);
  @import url('../../css');

/*------------------------------
  [ DEFAULT STYLES ]
--------------------------------*/  
* {
  margin: 0px;
  padding: 0px
}
html,body {
  height: 100%;
  width: 100%;
  top: 0px !important;
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
section,.page {
  float: left;
  width: 100%;
  position: relative;
}
.page {
  padding: 150px 0px;
}
h1,h2,h3,h4,h5,h6 {
  float: left;
  width: 100%; 
  color: #333;
  position: relative;
}
p {
  line-height: 22px;
  float: left;
  width: 100%;
}
p.j {
  text-align: justify;	
}
.img-inner {
  float: left;
  width: 100%;  
  position: relative;
  overflow: hidden;
}
.img-inner img {
  width: 100%;
}
.fwidth,.inner {
  width: 100%;
  float: left;
  position: relative;
}
.plr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
} 
.mt0 {
  margin-top: 0 !important;
}  
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}  
ul.alt li {
  display: inline-block;
  float: none;
  width: auto;
}

/*------------------------------
  [ GENERAL STYLES ]
--------------------------------*/
.vmiddle {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -2px;
}
.parallax{
  background-size: cover !important;
  background-attachment: fixed;
  background-position: center center;  
  background-repeat:no-repeat;
}
.bgimage {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  float: left;
}
.bfr:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pbg {
  background-color: #464099 !important;	
}
.sbg {
  background-color: #e3be75 !important;	
}
.gbg {
  background-color: #f5f5f5 !important;	
}
.pbg * {
  color: #fff;	
}
.link-btn {
  padding: 18px 30px;
  display: inline-block;
  background: #464099;
  color: #fff;
  border: 0px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
}
.link-btn * {
  transition: .5s;	
}
.link-btn:hover {
  background: #e3be75;
  color: #fff;
}
.pbg .link-btn {
  background-color: #e3be75;
}
.pbg .link-btn:hover {
  background: #fff;	
}
.pbg .link-btn:hover * {
  color: #464099;	
}

/*------------------------------
  [ HEADING TITLE ]
--------------------------------*/
.title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.title p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0px;
}
h2 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 25px;
}
h4 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 400;
}
h3 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
h5 {
  font-size: 20px;
  line-height: 25px;
  color: #e3be75;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.divider {
  margin-bottom: 30px;
  padding-bottom: 30px;  
}
.divider:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  height: 3px;
  background-color: #e3be75;
}
.bdr {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  width: auto;
  padding-right: 50px;
}

/*------------------------------
  [ HEADER ]
--------------------------------*/
.header {
  width: 100%;
  float: left;
  height: 90px;
  background: #464099;
}
.header a.site-logo {
  float: left;
  padding: 15px 0px 15px 45px;
  position: relative;
  z-index: 5;
}
.header a.site-logo:after,
.header a.site-logo:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0px;
  background: #fff;
  border-radius: 50%;
  width: 230px;
  height: 230px;
}
.header a.site-logo:before {
  top: -67px;
  background: #e3be75;
  width: 235px;
}
.header a.site-logo img {
  position: relative;
  z-index: 5;  
}
.header.sticky {
  position: fixed;
  z-index: 1025;
  top: 0px;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.header.sticky a.site-logo {
  padding: 10px 70px 15px 40px;
}
.header.sticky a.site-logo:after, 
.header.sticky a.site-logo:before {
  width: 190px;
  height: 190px;
}
.header.sticky a.site-logo:before {
  width: 195px;
}
.header.sticky a.site-logo img {
  content: url("../images/logo_sm.png");
}

/*------------------------------
  [ SLIDER ]
--------------------------------*/
.sliders .tp-caption {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  border-bottom: 1px solid #fff !important;
  padding-bottom: 20px;
  padding-right: 50px;
}

/*------------------------------
  [ ABOUT US ]
--------------------------------*/
.about {
  text-align: center;	
}
.about span {
  display: inline-block;
  margin-top: 30px;
  font-size: 35px;
  line-height: 35px;
  color: #e3be75;
}

/*------------------------------
  [ RESTAURANT & BANQUET ]
--------------------------------*/
.block {
  background-color: #464099;
}
.block .heading {
  margin-bottom: -80px;
  margin-top: 10px;
}
.block .heading h2 {
  margin-bottom: 0px;
  color: #fff;
  width: auto;
  padding-right: 30px;
}
.block .heading h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 400px;
  height: 10px;
  background: #e3be75;
}
.block .inner {
  padding: 100px 80px;
  background: #fff;
}
.block .inner h3 {
  margin: 20px 0px;
}
.block .inner ul li strong {
  width: 75px;
  float: left;
}
.block .inner ul li strong:before {
  content: ":";
  float: right; 
  margin-right: 10px;  
}
.block_img {
  position: absolute;
  bottom: -20px;
  left: 0;
  top: 100px;
  padding-right: 0px;
}
.block_img .bgimage {
  height: 100%;	
}
.block_img img {
  visibility: hidden;
  opacity: 0;
  float: left;
  width: 100%;
}
.banquet.block .heading h2 {
  padding-right: 0px;
  padding-left: 30px;
  float: right;
}
.banquet.block .heading h2:before {
  left: auto;
  right: 100%;
  background: #fff;
}
.banquet .inner ul li strong {
  width: 90px;
}
.banquet .block_img {
  left: auto;
  right: 0px;
  padding-left: 0px;
  padding-right: 15px;
}

/*------------------------------
  [ ROOMS ]
--------------------------------*/
.rooms .title {
  margin-bottom: 60px;	
}
.rooms .inner .content {
  float: left;
  width: 100%;
  padding: 80px 60px;
}
.rooms .inner .content p {
  text-align: justify;
  margin-bottom: 0px;
}
.rooms .inner .content ul {
  padding: 15px 0;
  margin: 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.rooms .inner .content ul li {
  text-align: center;
  font-size: 13px;
  width: 25%;
}
.rooms .inner .content ul i {
  font-size: 35px;
  display: block;
}
.rooms .book {
  float: left;
}
.rooms .book .rate {
  float: left;
  text-align: center;
  margin-top: 8px;
}
.rooms .book .rate:first-child {
  margin-right: 45px;	
}
.rooms .book .rate strong {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #333;
}
.rooms .book .rate strong i {
  vertical-align: middle;
  margin-right: -5px;
}
.rooms .book .rate span {
  margin-top: -3px;
  display: block;
}
.rooms .link-btn {
  margin-top: 0px;
  float: right;
}
.rooms .block_img {
  bottom: 0px;
  top: 0;
}
.rooms .inner.alt .block_img {
  left: auto;
  right: 0px;
}
.rooms .sbg *,
.rooms .pbg * {
  color: #fff !important;	
}
.rooms .inner .sbg .content ul,
.rooms .inner .pbg .content ul {
  border-color: rgba(255,255,255,0.2);
}
.rooms .inner .sbg .link-btn {
  background: #fff;	
  color: #e3be75 !important;
}
.rooms .inner .sbg .link-btn:hover {
  background: #464099;	
}
.rooms .inner .pbg .link-btn {
  background: #fff;	
  color: #464099 !important;
}
.rooms .inner .pbg .link-btn:hover {
  background: #e3be75;	
}
.rooms ul.note {
  margin-top: 50px;
}
.rooms ul.note li {
  width: 33.333%;
  border-bottom: 1px dashed #efefef;
  padding: 10px 0px 10px 20px;
}
.rooms ul.note li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20px;
  width: 10px;
  height: 3px;
  background: #e3be75;
}

/*------------------------------
  [ ROOMS BOOKING ]
--------------------------------*/
.modal {
  text-align: center;
  background: rgba(0,0,0,0.5);
}
.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 550px;
}
.modal-content {
  box-shadow: none;
  border: 0px;
  border-radius: 0px;
}
.modal-body {
  padding: 0px;
}
button.close {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 15px;
  font-size: 35px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal-body .pbg {
  padding: 20px 30px;
}
.modal-body .pbg h2 {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 25px;
}
.modal-body .form {
  padding: 30px;	
}
.modal-body .form input, 
.modal-body .form select, 
.modal-body .form textarea {
  color: #333;
  border-color: #ddd;
  height: 40px;
  margin-bottom: 15px;
}
.modal-body form.form textarea {
  height: 80px;	
}
.modal-body .form select:required:invalid,
.modal-body ::-webkit-input-placeholder,
.modal-body -moz-placeholder {
  color: #999;
}

/*------------------------------
  [ 360 ]
--------------------------------*/
.vtour .bgimage img {
  visibility: hidden;
  opacity: 0;
}
.vtour .content {
  top: -50px;
  margin-bottom: -50px;
}
.vtour .content .inner {
  background: #fff;
  text-align: center;
  padding: 70px 50px 0px 50px;  
}
.vtour .inner h2 {
  margin-bottom: 20px;
  margin-top: 15px;  
}
.vtour .inner a {
  margin-top: 30px;	
}

/*------------------------------
  [ SERVICES ]
--------------------------------*/
.services .inner {
  padding: 30px 0 30px 45px;
  margin-top: 30px;
}
.services .inner::before {
  border: 1px solid #efefef;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 133px;
}
.services .inner .icon {
  color: #333;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 15px;
  position: relative;
  background: #fff;
}
.services .inner .content {
  background: #fff;
  float: left;
  width: 100%;
  position: relative;
}

/*------------------------------
  [ TESTIMONIAL ]
--------------------------------*/
.testimonial {
  text-align: center;
}
.testimonial i {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #e3be75;
  border-radius: 50%;
  margin-bottom: 30px;
  font-size: 40px;
}
.testimonial h2 {
  margin-bottom: 50px;
}
.testimonial p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}
.testimonial ul {
  float: none;
  width: auto;
  display: inline-block;
  margin-bottom: 25px;
}
.testimonial ul:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -80px;
  right: -80px;
  height: 1px;
  margin-top: -1px;
  background: #e3be75;
}
.testimonial ul li {
  width: 12px;
  height: 12px;
  background: #e3be75;
  margin: 0px 2px;
  transform: rotate(45deg);
}

.highfly .overly-bg {
	height: 100%;
	width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-image: url(../images/highfly-background.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
}
.highfly .link-btn {
	background: #004E9E;
}

/*------------------------------
  [ GALLERY ]
--------------------------------*/
.gallery .inner {
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery .inner img {
  width: 100%;
  float: left;
}
.gallery .inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.gallery .inner .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.gallery .inner .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gallery .inner .overlay .box .content a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #e3be75;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  display: inline-block;
}
.gallery .inner:hover .overlay {
  opacity: 1;
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

/*------------------------------
  [ CONTACT US ]
--------------------------------*/
.address {
  float: right;
  top: -50px;
  margin-bottom: -50px;
}
.address .inner {
  padding: 100px 90px 70px;
}
.address ul li {
  margin-bottom: 20px;
  padding-left: 65px;
}
.address ul li i {
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -22px;
}
.address ul li h3 {
  font-size: 19px;
  margin-bottom: 5px;
}
.address ul li p {
  margin-bottom: 0px;
}
.address .social {
  width: 100%;	
  float: left;
  padding-left: 65px;
}
.address .social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0px 4px;
  text-align: center;
}
.address .social a:hover {
  background: #464099;
  border-color: #464099;
}
.address iframe {
  float: left;
  width: 100%;
  border: 0px;
  height: 350px;
}
.contactform .inner {
  padding: 100px 30px 30px 0px;
}
.contactform .inner .bdr {
  border-color: #fff;
}
.contactform .inner p.txt {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 50px;
}
.form input, 
.form select, 
.form textarea {
  float: left;
  width: 100%;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid #625ca9;
  height: 55px;
  background: none;
  margin-bottom: 20px;
  transition: border-color ease-in-out .15s;
}
.form textarea {
  height: 100px;
  resize: none;
}
.form select * {
  color: #333 !important;	
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #ccc !important;
  outline: 0;
}
.form button:focus {
  outline: 0;
}
.form label {
  float: left;
  width: 100%;
  text-transform: capitalize;
  color: #ff0000;
  font-weight: 400;
  margin: -15px 0px 20px 0px;
  font-size: 13px;
  text-align: left;
}
.form select:required:invalid,
::-webkit-input-placeholder,-moz-placeholder {
  color: #dfdfe0;
}
.copyright {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.copyright p {
  margin-bottom: 0px;
}
.copyright a:hover {
  color: #e3be75;
}