.section {
	position: relative;
	height: 100vh;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#booking {
	font-family: 'Montserrat', sans-serif;
	background-image: url('../img/background.jpg');
	background-size: cover;
	background-position: center;
}

#booking::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(101, 53, 89, 0.73);
}

.booking-form {
	background-color: #fff;
	padding: 50px 20px;
	-webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
	border-radius: 0px;
    text-align: right;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.booking-form .form-control {
	background-color: #ebecee;
	border-radius: 4px;
	border: none;
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #3e485c;
	font-size: 14px;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form input[type="date"].form-control:invalid {
	color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	bottom: 4px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: rgba(62, 72, 92, 0.3);
	font-size: 14px;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
    text-align: right;
    font-family: 'Tajawal', sans-serif;
}

.booking-form .form-label {
	display: inline-block;
	color: #3e485c;
	font-weight: 700;
	margin-bottom: 6px;
	margin-left: 7px;
    font-family: 'Tajawal', sans-serif;
}

.booking-form .submit-btn {
	display: inline-block;
    color: #fff;
    background-color: #a13779;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 0px;
    border: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    width: 100%;
    font-family: 'Tajawal', sans-serif;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
	opacity: 0.9;
}

.booking-cta {
	margin-top: 80px;
	margin-bottom: 30px;
    text-align: right
}

.booking-cta h1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Baloo Bhaijaan', cursive;
}

.booking-cta p {
	font-size: 16px;
    color: rgb(255, 255, 255);
    font-family: 'Tajawal', sans-serif;
    font-weight: 600;
    width: 550px;
    float: right;
}

#ex1Slider .slider-selection {
	background: #BABABA;
}

.slider-handle {
    background-image: linear-gradient(to bottom,#a74368 0,#992790 100%) !important;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.navbar {
    position: absolute;
    border: 0px !important;
    z-index: 5555;
    right: 0;
    left: 0;
}

.navbar-default {
    background-color: #a13779 !important;
}
.navbar-default .navbar-brand {
    color: #fff !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color:transparent !important;
}
.navbar {
    padding-top: 10px !important;
    font-family: 'Tajawal', sans-serif !important;
    padding-bottom: 10px !important;
    position: fixed;
}
.more{
    display: inline-block;
    color: #fff;
    background-color: transparent;
    font-weight: 700;
    padding: 10px 35px;
    border-radius: 0px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    font-family: 'Tajawal', sans-serif;
    border: 1px solid white;
    width: 250px;
    text-align:center
}
.more:hover {
    background-color: #a1377999;
    border: 1px solid #964872;
}
@media only screen and (max-width: 600px) {
  .booking-cta h1 {
      font-size: 30px;
      text-align: center
  }
    .form-btn{
        text-align: center
    }
    .booking-form{
        margin-bottom: 60px
    }
    .section {
    height: 125vh;
}
}

.navbar-brand{
    float: right !important;
    margin-right: 5px;
    font-family: 'Baloo Bhaijaan', cursive;
    font-size: 22px;
}

.navbar-toggle{
    float: left !important;
    margin-left: 15px;
}
.navbar-nav {
    text-align: right !important;
}











    .swiper-container {
      width: 100%;
      height: 100%;
      top: 70px;
}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

@media only screen and (max-width: 600px) {
        .swiper-container {
            top: 0px;
        }
}


.sectionWeb {
    margin-bottom: 50px;
}

.sectionWeb .col-md-12 {
    background-color: white;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 10px #e9e9e9b3;
}

.contect {
    padding: 15px;
    text-align: right;
}

body{
    font-family: 'Tajawal', sans-serif;
}

.contect p{
    
}

.checked {
  color: orange;
}

.share {
    float: left;
    margin: 12px;
    font-size: 20px;
    color: #666;
}

.squere {
    margin-top: 40px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.row.squere .col-md-3 {
    border: 1px solid #eee;
}

.row.squere i {
    font-size: 30px;
    color: #777;
    margin: 15px;
}
hr {
    margin-top: 40px;
}

.table-bordered {
    direction: rtl;
}
th {
    text-align: right;
}
.table {
    width: 98%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 5px;
}
iframe {
    width: 97%;
    margin-right: 10px;
}
.fa.fa-square {
    font-size: 20px;
    color: #a13779;
}







.ws-validate {
    margin: 15px;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background-color: #a13779;
    font-weight: 700;
    padding: 14px 30px;
    border: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    width: 100%;
    font-family: 'Tajawal', sans-serif;
}


.col-md-12.fixed {
    text-align: right;
    margin-bottom: 15px;
}

.ws-date.ws-inputreplace.hide-replaced.hide-inputbtns.wsshadow-1555625304090.has-input-buttons.user-success{
    width: 100% !important;
}


.clock {
    float: left;
}
.cel {
    float: right;
}

.dayCel{
    margin: 15px;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 30px;
    margin-left: 30px;
margin-right: 30px;
}





body#LoginForm{ background-image:url('../img/background.png'); background-repeat:no-repeat; background-position:center; background-size:cover; padding:10px; height: 100vh}





.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 0px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
    text-align: right;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 38%;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;margin-top: 80px}
.forgot a {
  color: #777777;
  font-size: 14px;
}
.login-form  .btn.btn-primary {
  background: #a13779 none repeat scroll 0 0;
  border-color: #a13779;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: right; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #a13779 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}



@media only screen and (max-width: 600px) {
    .main-div{
        max-width: 100%;
        padding: 15px 15px 15px 15px;
    }
    .login-form{
        margin-top: 70px
    }

}


.newAccount {
    float: left;
    margin-bottom: 30px;
}



























	.comment-box{
        margin-top: 10px;
        border: 1px solid #ddd;
        position: relative;
        background: #fff;
        background-color: rgb(255, 255, 255);
        display: inline-flex;
        background-color: white;
        border: 1px solid #f5f5f5;
        box-shadow: 0px 0px 10px #e9e9e9b3;
        padding: 15px;
        text-align: right;
        margin-bottom: 10px;
		
		}
		.comment-box> p {
			padding: 5px 10px ;
		}
		.heading{
		    display: -webkit-box;
		    margin: 0px 4px 0 0px;
		}
		.heading> img{
			width: 70px;
            border-radius: 50%;
            height: 70px;
		}
		.heading> a{
			text-decoration: none;
			color: blue ;
		}
		.heading> .h-in {
			margin: 1px 5px ;
			width: 85% ;
		}
		.h-in> p {
			padding: 0 3px 0 0;
		}
		.cont{
			margin: 4px 5px 0px 0;
		}
		.c-f{
			margin-bottom: 5px;
		}
		.c-f > a:first-child{
			color: red ;
			border: 1px solid red;
		}
		.c-f > a > .glyphicon:first-child{
			top:3px;
		}
		.c-f > .btn {
			border-radius: 30px;
		}































.bottom {
    padding: 12px;
    text-align: right;
    background-color: white;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 10px #e9e9e9b3;
}
.bottom .copyright {
    color: #a13779;;
    font-weight: 600;
}
.copyright a {
    color: #a13779;;
    margin-left: 3px;
    padding-right: 3px;
}
.bottom p {
    margin-bottom: 0;
    line-height: 50px;
    font-size: 15px;
    font-weight: 400;
}
.copyright p span {
    color: #a13779;;
}
.bottom .copyright p, .bottom .copyright a:hover{
    color: #a13779;
}



* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display: inline-block;
position: relative;
margin: 0 auto 0 auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
font-size: 15px;
background-color: #d5d5d5;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

ol, ul {

    margin-bottom: 10px;
    padding: 0px;

}

.social-network.social-circle {
    text-align: center;
    margin-bottom: 15px;
}

.swipere {
    padding: 15px;
    text-align: right;
    background-color: white;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 10px #e9e9e9b3;
    margin-bottom: 20px;    
}

.swiper-container{
    position: unset !important;
}

.nav > li > a > img {
    max-width: none;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-top: -7px;
}


.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #a54581;
}

.text-left {
    text-align: right;
}

.btn {
    border-radius: 0px;
    color: #fff !important;
}

.col-md-12.fixed img {
    margin-bottom: 20px;
}













.container_image {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #A13779;
}

.container_image:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}










.navv{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: fixed;
    background-color: #a13779 !important;
    width: 100%;
    z-index: 99999999999;
}

.navv p {
    color: #fff;
    margin-top: 5px;
    text-align: center
}









.navvbar-mobile {
    padding: 15px;
    text-align: right;
    background-color: white;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 10px #e9e9e9b3;
    margin-bottom: 20px;
}

.navvbar-mobile li {
    list-style-type: none;
    padding: 10px;
}

.navvbar-mobile a {
    color: #a13779; 
}

.navvbar-mobile a:hover {
    text-decoration: none
}

.navvbar-mobile li:hover {
    background-color: #f9f9f9;
}




























.btn.btn-primary:hover {
    opacity: 0.9;
}


body{
    overflow:hidden;
}



#spi {
    background-color: #a13779;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999999999999999;
    top: 0;
    display: block
}


.sk-circle {
    width: 50px;
height: 50px;
top: 0px;
left: 0px;
position: fixed;
display: block;
z-index: 999999999999999;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}












#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    z-index: 9999999999999999999999;
    opacity: 0;
}


#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: 'Tajawal', sans-serif;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: #a13779 !important;
    border: 1px solid #a13779;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #a13779;
	border-color: #a13779;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
    width: 50px;
}
.form-btn {
    display: contents;
}


.login-form .col-md-12 {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    padding: 50px 70px 70px 71px;
    height: 450px
}

























.blog-grids {
    overflow: hidden;
    margin: 15px;
}

@media only screen and (min-width: 600px) {
    .blog-grids .grid {
        margin: 10px;
    }
}

.blog-grids .grid {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px
}

.entry-media img {
    border-radius: 10px;
    width: 100%;
    max-height: 188px;
}

.entry-body {
    padding: 27px 10px;
    text-align: right;
}

.entry-body .cat {
    font-size: 12px;
    font-weight: 600;
    color: #454545;
    text-transform: uppercase;
}

.entry-body h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.30em;
    margin: 3px 0 0.73em;
}

.entry-body h3 a {
    color: #41516a;
}

.entry-body h3 a:hover {
    color: #6220d9;
    text-decoration: none;
}

.entry-body p {
    margin-bottom: 2em;
    color: #90949a;
    line-height: 1.8em;
}

.read-more-date {
    position: relative;
}

.read-more-date a {
    font-size: 22px !important;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #41516a;
    text-transform: uppercase;
}

.read-more-date .date {
    position: absolute;
    left: 0;
    color: #90949a;
}

