@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@font-face {
   font-family:Binerka;
   src: url(../css/fonts/Binerka.otf);
}
body{
	overflow-x: hidden;
	scroll-behavior: smooth;
}
*{
	margin:0;
	box-sizing: border-box;
}
.container{
	max-width: 1180px;
	margin:auto;
}
.cnt-div
{
	margin-bottom: 2em;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
.footer-link {
    color: #101d12;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.rs-videos3 .animate-border .popup-border3 {
    background: #2cb641!important;
    width: 50px;
    height: 50px;
    line-height: 5cap;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 5%;
    transform: translateX(-50%)
}

.rs-videos3 .animate-border .popup-border3 i {
    font-size: 20px;
    line-height: 50px;
    display: block;
    color: #fff
}

.popup-border3:before {
    border: 2px solid #2cb641;
    border-radius: 50%;
    animation: 3.25s linear .75s infinite zoomBig;
    -webkit-animation-delay: .75s
}

.popup-border3:after {
    border: 2px solid #2cb641;
    border-radius: 50%;
    animation: 3.25s linear infinite zoomBig;
    -webkit-animation-delay: 0
}
.rs-videos3 .animate-border .popup-border3:after,.rs-videos3 .animate-border .popup-border3:before {
    content: "";
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
}
.animate-border
{
	    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 9;
}
@keyframes zoomBig {
    0% {
        transform: translate(-50%,-50%) scale(.5);
        opacity: 1;
        border-width: 3px
    }

    40% {
        opacity: .5;
        border-width: 2px
    }

    65% {
        border-width: 1px
    }

    100% {
        transform: translate(-50%,-50%) scale(1);
        opacity: 0;
        border-width: 1px
    }
}



.learn-more
{
    background-color: #ff7923;
    width: 200px;
    border: 1px solid #fff;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    display: block;
    text-align: center;
    margin: 36px auto 0 auto;
    padding: 10px;
    border-radius: 6px;
    transition: 0.5s all;
}
.learn-more:hover
{
background-color:transparent;

}
.info-room-1 {
    background: #370163;
    height: auto;
    position:relative;
    width: 100%;
    padding: 1em;
    margin-top:30px;
   }
   .he-600px
   {
   	height: 600px;
   }
.sec-hide-dek
{
	display: none;
}
.heigh-430
{
	height: 430px;
}
a{
	text-decoration: none;
}
.sec-5
{
	    background: #f7f3eb;
    padding: 3em 0 3em 0;
}
.info-2
{
	    font-size: 22px;
    line-height: 39px;
     font-family: 'Poppins', sans-serif;
}
.img-fac img
{
	width: 70px;
}
#demo-1 {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			min-height: 400px;
			background-color: #999;
		}
		.demo-inner-content {
			position: relative; /* if position is not set, the script will set it to 'relative'. */
			z-index: 2; /* if z-index is not set, the script will set it to '2'. */
			margin: 180px auto;
			padding: 40px;
/*			max-width: 800px;*/
			color: #fff;
			text-align: center;
			font-size: 1.5em;
		}
		.demo-inner-content h1 {
			font-size: 2.5em;
			margin: 0;
		}
/*header*/
.header{
	position: relative;
	width: 100%;
	left:0;
	top:0;
	z-index: 99;
	padding:6px 0;
}
.header-main{
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo{
	padding: 0px;
}
.logo img
{
	    width: 84px;
}
.header .logo a{
	    font-size: 24px;
    text-transform: capitalize;
    color: #370163;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-family: Binerka;
}
.header .nav-menu{
	padding: 0;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 20px;
	position: relative;
}
.header .menu > .menu-item > a{
	    display: block;
    padding: 12px 0;
    font-size: 18px;
    color: #ff7924;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #370163;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: #370163;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #370163;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #ffffff;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
			/*color: #ffffff;*/
		padding: 12px 15px;
		border-bottom:1px solid #dfdfdf;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top:1px solid #dfdfdf;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		/*color: #ffffff;*/
		border-bottom:1px solid #dfdfdf;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}
.carousel-item
{
	position: relative;
}
.cap-ba
{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
}
.cap-ba h2
{
	color: #fff;
	font-family: 'CabinetGrotesk-Extrabold';
	font-size: 24px;
	padding: 1em;
	margin: 0;
	font-weight: 550;
}
.banner .carousel-indicators [data-bs-target]
{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left: 8px;
}
.slider-area{
    width:100%;
    float:left;
    display:block;
    height: 500px;
    border-bottom: 1px solid #d9d9d9;
    overflow:hidden;
}
.slider-area img{
    width:100%;
}
.slider-area .carousel-control {
    width: auto;
    height: auto;
    background-image: none;
    top: 45%;
}
.slider-area .carousel-control i{
    font-size:14px;
    color:#fff;
    width:30px;
    height:50px;
    line-height:50px;
    background:#000;
    text-align:center;
}
.slider-area .carousel-control i:hover{
    color:#E5C787;
}

/*----------Zoom Slide-Start----------*/

@-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.5, 1.5);
  }
}
.banner .carousel-item img
{
	height:650px;
	 width:100%;
}
.banner .carousel-item.active img{
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
  padding:0;
}
.effect
    {
    -webkit-animation: fadeInDown 3s ease forwards;
  animation: fadeInDown 2s ease forwards;

    }
     @keyframes fadeInDown {
   from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
[data-aos="fade-up"]
{
	transform: translate3d(0, 50px, 0);
}
[data-aos="reveal-left"]
{
	clip-path: inset(0 100% 0 0);
}
[data-aos="reveal-left"].aos-animate
{
	clip-path: inset(0);
}
.hide-dek
{
	display: none;
}
.banner
{
	position: relative;
}

#block-search, #block-search * {
  box-sizing: border-box;
}

#block-search {
background: #161616;
border-top: none;
position: relative;
/* top: -150px; */
z-index: 9;
margin-top: 0px;
top: 0px;
}
#block-search .sfl-container {
background: #685525;
overflow: hidden;
box-shadow: 0 0 0 0 #1a4779 inset;
border-radius: 100px;
}
.img-pic
{
	    height: 302px;
    width: 100%;
}
.mt-40px
{
	margin-top:27px;
}
.banner .carousel-item.active img{
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
  padding:0;
}
.effect
    {
    -webkit-animation: fadeInDown 3s ease forwards;
  animation: fadeInDown 2s ease forwards;

    }
     @keyframes fadeInDown {
   from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
[data-aos="fade-up"]
{
	transform: translate3d(0, 50px, 0);
}
[data-aos="reveal-left"]
{
	clip-path: inset(0 100% 0 0);
}
[data-aos="reveal-left"].aos-animate
{
	clip-path: inset(0);
}
.hide-dek
{
	display: none;
}
.title
{
	font-family: Binerka;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.mb-mt-20px
{
	margin:0 0 20px 0;
}
.sub-title-ban-1 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    letter-spacing: 10px;
    font-size: 20px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}
.banner-title {
    	font-family:Binerka;
/*    font-weight: 550;*/
    font-size: 49px;
    letter-spacing: 19px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.ban-tex {
    position: absolute;
    top: 300px;
    left: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.sub-title
{
font-size: 20px;
}
.txt-cnt
{
	text-align: center;
}
.img-event
{
	margin-top: 50px;
}
.sec-2 {
    background-color: #0963b4;
    background-image: url(../images/banner-2.png);
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    height: 650px;
    margin-bottom: 0em;
}
.col-ff
{
	color: #fff;
}
.info
{

}
.info-room
{
	    background: #370163;
    height: 730px;
    position: absolute;
    width: 500px;
    padding: 3em;
    top: -39px;
    z-index: 1;
}
.icon-facilities
{
	margin-top: 30px;
}
.banner
{
	position: relative;
}
.icon-facilities
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.fac-nm-1
{
	    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 15px;
    text-align: center;
    margin: 12px 0;
    text-transform: uppercase;
}
.img-fac
{
	margin-bottom: 15px;
}
.foot-1-h2 {
    font-family: 'Poppins', sans-serif;
    color: #010000;
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 19px;
    margin-top: 32px;
}
.footer
{
	padding: 2em 0 1em 0;
}
.foot-1-h2 {
    font-family: 'Poppins', sans-serif;
    color: #010000;
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 19px;
    margin-top: 32px;
}
.pl-4em
{
	padding-left: 5em;
}
.cnt-d
{
	    display: flex;
    justify-content: center;
}
.cnt-d-1
{
	  display: flex;
    justify-content: center;
    align-items: center;
        margin-top: 28px;
    margin-left: 28px;
}
.info
{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 28px;
}
.fl-lt-list li {
    margin-bottom: 4px;
}
.fl-lt-list li a {
    font-family: 'Poppins', sans-serif;
    color: #010000;
    font-size: 15px;
    font-weight: 400;
    transition: 0.6s all;
    line-height: 28px;
}
.c1 {
    margin-bottom: 22px;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #010000;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
}
.sn {
    color: #001000;
    font-size: 23px;
    line-height: 15px;
    margin-top: 0px;
}
.fa-icon {
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #000000;
    margin-right: 6px;
}
.sub-title
{
	 font-family: 'Poppins', sans-serif;
	 font-weight: 400;
}
.foot-1 p {
    font-family: 'Poppins', sans-serif;
    color: #010000;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0.5px;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #000000;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
.sec-3
{
	padding: 4em 0 2em 0;
	background-color:#f7f3eb;
}
.room-div
{
	position: relative;
	transition: 0.5s all;
}
.room-div:hover
{
	transform: translateY(-10px);
}
.overlayidiv-room
{
	    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgb(55,1,99,0.4);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.overlayidiv-room h1
{
	     font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}
.right-20px
{
	margin-right:10px;
}
.left-20px
{
	margin-left:10px;
}
.room-img
{
	width: 100%;
	height: 320px;
	margin-top:2em;
}
.txt-cnt
{
	text-align: center;
}
.test-rate
{
	text-align: center;
}
.test-rate .checked {
  color: orange;
}
.sec-t .owl-carousel .owl-nav button.owl-prev
{
	    position: absolute;
    top: 200px;
    left: -46px;
}
.sec-t .owl-carousel .owl-nav button.owl-next
{
	    position: absolute;
    top: 200px;
    right: -46px;
}
.testi-slider
{
	margin-top:40px;
		margin-bottom:10px;
}
.test-dis
{
	height: 240px;
}
.ser-box-tes
{
	    position: relative;
    background: #e9e9e9;
    padding: 2em;
        border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.test-nm
{
	    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 28px;
    color: #131212;
    text-align: center;
}
.room-img img 
{
	width: 100%;
	height: 100%;
}
.info-test
{
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color:#000;
}
.text-sm-right
{
	text-align: right;
}
.sec-t
{
    padding: 3em 0;
    background-color: #fff;
}
.sec-r
{
    padding: 3em 0 0em 0;
    background-color: #f7f3eb;
}
.footer-bottom {
    background-color: #fff;
    padding: 0 0 1em 0;
}
.ftp-top {
    border-top: 1px solid #8b8888;
    padding-top: 1em;
}
.sec-1
{
	padding: 4em 0 6em 0;
	background-color: #f7f3eb;
}
.footer {
    padding: 3em 0 1em 0;
    background-color: #fff;
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  height:322px;
}
#basicSlider img
{
height: 100%;
width: 100%;
object-fit: cover;
}
#basicSlider .MS-content .item {
  display: inline-block;
  width:19%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height:321px;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
.col-fff
{
	color: #fff;
}
.shap-div
{
	    transform: rotate(180deg);
	        bottom: 0px;
	            overflow: hidden;
    position: absolute;
    left: 0;
	 width: 100%;
    line-height: 0;
    direction: ltr;
}
.shap-div svg
{
	    height: 70px;
    transform: translateX(-50%) rotateY(180deg);
        display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
}

.shap-div-3
{
	    transform: rotate(180deg);
	        bottom: 0px;
	            overflow: hidden;
    position: absolute;
    left: 0;
	 width: 100%;
    line-height: 0;
    direction: ltr;
}
.shap-div-3 svg
{
	    height: 70px;
    transform: translateX(-50%) rotateY(180deg);
        display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
}
.elementor-shape-fill-14 {
    fill:#fff;
        will-change: fill;
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
        transform-origin: center;
    transform: rotateY(0deg);
}

.sec-1-div-abt
{
	position: relative;
}
.elementor-shape-fill {
    fill:#f7f3eb;
        will-change: fill;
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
        transform-origin: center;
    transform: rotateY(0deg);
}
.elementor-shape-fill-11 {
    fill:#fff;
        will-change: fill;
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
        transform-origin: center;
    transform: rotateY(0deg);
}
.sec-1-div-abt
{
	background-color:#f7f3eb;
	padding:4em 0 4em 0;
}
.sec-2-div-abt
{
	padding:4em 0;
	position: relative;
}
.abt-info
{
	padding:0 4em;
}
.txt-cnt
{
	text-align: center;
}
.banner-middle {
    background: url(../images/banner.jpeg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 1;
    height: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

}
.title-23 {
    font-family: Binerka;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 20px;
}
.banner-info-top
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
}
.main-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item.active, .iq-breadcrumb-one ol li a:hover {
    color: #fff;
    position: relative;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
}

.breadcrumb-item {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    color: #fff;
}
.elementor-shape-top-2 {
    top: -1px;
      overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-top-2 svg
{
	    height: 70px;
    transform: translateX(-50%) rotateY(180deg);
        display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
}
.elementor-shape-fill-13
{
	    transform-origin: center;
    transform: rotateY(0deg);
    will-change: fill;
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
        fill: #fff;
}
.banq-1
{
	margin-bottom: 5em;
}
.elementor-shape-fill-15 {
    transform-origin: center;
    transform: rotateY(0deg);
    will-change: fill;
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    fill: #f7f3eb;
}
.ban-info-1 {
    box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 0px 0px 0px;
      margin-left: -71px;
	padding:50px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.mt-40px
{
	margin-top:30px 0 0 0;
}
.cnt-right {
    background-color: #370163;
    padding: 3em;
}
.ban-info
{
	box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 0px 0px 0px;
    margin-right: -71px;
    margin-left: 0px;
    padding: 50px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.map
{
	border:1px solid #ccc;
	padding:10px;
}
.cnt-from label {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 17px;
}
.cnt-right .form-control {
    display: block;
    width: 100%;
    padding: 11px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f8f6f6;
    background-clip: padding-box;
    border: 1px solid #24a1db;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.elementor-shape-fill-16
{
	    transform-origin: center;
    transform: rotateY(0deg);
    will-change: fill;
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
        fill:#f7f3eb;
}
.g1 {
    margin-bottom: 30px;
}
.g1 {
    position: relative;
}
.g1 img {
    border-radius: 0;
    width: 100%;
    height: 200px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -o-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.abt-info-1
{
padding-right:2em;
}
.enq-btn
{
	    background: #370163;
    border: 1px solid #370163;
    color: #fff;
    text-align: center;
    width: 200px;
    display: block;
    padding: 10px;
    margin: 30px auto 10px auto;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.price-nm
{
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	margin:8px;
	font-weight:550;
}
.phn-call
{
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	color:#fff;
	display: block;
	text-align: center;
}
.fac-gr1
{
	    display: flex;
}
.fac-gr1 li .icon-facilities
{
	margin-top: 10px;
}
.fac-gr1 li
{
	padding:0 10x;
}
.fac-gr1 .img-fac {
     margin-bottom: 0px; 
}
.fac-gr1 .img-fac img {
    width: 40px;
}
.img-fac img {
    width: 40px;
}
.fac-gr1 .fac-nm-1 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 11px;
    text-align: center;
        margin: 15px 0;
    padding: 0 8px;
    text-transform: uppercase;
}
.footer-top {
    background: url('../images/banner-btm.jpeg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 1;
    height: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/*Responsive*/
@media(max-width: 820px)
{
	.img-pic {
    height: 195px;
    width: 100%;
}
.fac-gr1 {
    display: flex;
    justify-content: center;
}
.container {
  padding:0 14px;
}
.he-600px {
    height: auto;
}
.info-room
{
	display: none;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #000000;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-2 {
    background-color: #0963b4;
    background-image: url(../images/banner-2.png);
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    background-attachment: unset;
    height: 500px;
    margin-bottom: 0em;
}
.sec-1 {
    padding: 3em 0 3em 0;
    background-color: #f7f3eb;
}
.img-event {
    margin-top: 30px;
}
.room-img {
    width: 100%;
    height: 290px;
    margin-top: 2em;
}
.sec-3 {
    padding: 2em 0 2em 0;
    background-color: #f7f3eb;
}
.test-dis {
    height: 175px;
}
.sec-t .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.sec-t .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.sec-t {
    padding: 3em 0 1em 0;
    background-color: #fff;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #010000;
    font-size: 22px;
    display: none;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.rev-row
{
	display: flex;
	flex-direction: column-reverse;
}
.ban-info-1 {
    box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 40px 0px;
    margin-left: 0;
    margin-bottom: 42px;
    padding: 50px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.cnt-right {
    background-color: #370163;
    padding: 2em;
}
}

@media(max-width: 600px)
{
	.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #010000;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: none;
}
.abt-info {
    padding: 0 1em;
}
.mt-40px-1 {
    margin-top: 27px;
}
.ban-info {
    box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 0px 0px 0px;
    margin-right: 0;
    margin-left: 0px;
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
}
.header .logo a {
    font-size: 16px;
    text-transform: capitalize;
    color: #370163;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-family: Binerka;
}
.test-dis {
    height: 380px;
}
.logo img {
    width: 60px;
}
.info-room {
    background: #370163;
    height: auto;
    position: absolute;
    width: 100%;
    padding: 2em;
    top: 0px;
    z-index: 1;
    margin-top: 700px;
    margin-bottom: 0;
}
.rev-row
{
	display: flex;
	flex-direction: column-reverse;
}
.foot-1-h2 {
    font-family: 'Poppins', sans-serif;
    color: #010000;
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 19px;
    margin-top: 32px;
    display: none;
}
.banq-1 {
    margin-bottom: 0em;
}
.heigh-430
{
	height: auto;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #000000;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
.sec-1-div-abt {
    background-color: #f7f3eb;
    padding: 2em 0 2em 0;
}
.banner .carousel-item img {
    height: 300px;
    width: 100%;
}
.ban-tex {
    position: absolute;
    top: 123px;
    left: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.fac-gr1 {
    display: flex;
    justify-content: space-around;
}
.fac-gr1 .img-fac img {
    width: 32px;
}
.fac-gr1 .fac-nm-1 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 10px;
    text-align: center;
    margin: 15px 0;
    padding: 0 8px;
    text-transform: uppercase;
}
.container
{
	padding:0 16px;
}
.sub-title-ban-1 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    letter-spacing: 5px;
    font-size: 12px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}
.banner-title {
    font-family: Binerka;
    /* font-weight: 550; */
    font-size: 20px;
    letter-spacing: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.info-room
{
	display: none;
}
.sec-1 {
    padding: 3em 0 3em 0;
    background-color: #f7f3eb;
}
.left-20px {
    margin-left: 0;
}
.sec-2 {
    background-color: #0963b4;
    background-image: url(../images/banner-2.png);
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
    background-attachment: unset;
    height: 350px;
    margin-bottom: 0em;
}
.sec-t .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
}
.sec-t .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.sec-hide-dek
{
	display:block;
}
 .he-600px
   {
   	height:auto;
   }
   .ban-info-1 {
    box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 0px 30px 0px;
    margin-left: 0;
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.fl-et
{
	padding-left:18px;
}
.banner-middle {
    background: url(../images/banner.jpeg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 1;
    height: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.cnt-d {
    display: flex;
    justify-content: flex-start;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 16px;
    margin-bottom: 20px;
}
.cnt-d-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
    margin-left: 0;
    margin-bottom: 40px;
}
.img-event {
    margin-top: 30px;
}
.pl-4em {
    padding-left: 10px;
    margin-bottom: 1em;
}
.cnt-right {
    background-color: #370163;
    padding: 2em;
    margin-top: 2em;
}
.banner-info-top {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    top: 85px;
}
.g1 img {
    border-radius: 0;
    width: 100%;
    height: 140px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -o-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.text-sm-right
{
	text-align: center;
}
}
