*{
    margin:0px;
    padding: 0px;
	box-sizing: border-box;
}
 
body{
	margin: 0px;

font-family: 'Roboto', sans-serif;
}

p{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
 li{
    list-style: none;
 }
 .header{
	position: relative;

 }
 .banner_b{
	border-bottom: 10px solid #FFB300;
 }
.top_header{
    background: #1082be;
}
.logo{
	position: absolute;
    z-index: 99;
    top: 0px;
	left: 0px;
}
nav {
	margin: 0px 0;
	display: inline-block;

}
.center{
	text-align: center;
}

nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	position: relative;
	padding: 25px 0px;
 
	}

nav a {
	display:block;
	padding:0 10px;	
	color:#000;
	font-size:24px;
    letter-spacing: 0.03em;
    line-height: 45px;
	text-decoration:none;
	font-family: 'Bebas Neue', sans-serif;
}

nav a:hover { 
	background-color: #fff; 
	color: #000;
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 98px; /* the height of the main nav */
	left: 0px;
	background-color: #1082be; 
	text-align: left;
	z-index: 999;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:350px;
	float:none;
	display:list-item;
	position: relative;
	background-color: #1082be; 
	color: #fff;
	padding: 0px 0px;
	border-bottom: 1px solid #fff;
	
}
nav ul ul li a{
	color: #fff;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}
nav ul ul ul li a{
	color: #fff;
}
a{
	text-decoration: none;
}
	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' \F282';    font-family: 'Bootstrap-icons';    position: relative;
    top: 5px; }
li > a:only-child:after { content: ''; }

.button{
	background-color: #1082bd;
	border: 1px solid #1082bd;
	color: #fff;
	padding: 10px 25px;
	border-radius: 10px;
	display: inline-block;
}
.button:hover{
	background-color: #fff;
	border: 1px solid #1082bd;
	color: #1082bd;
}
.btn{
	background-color: #1082bd;
	color: #fff;
	padding: 15px 25px;
	border-radius: 10px;
	border: 1px solid #1082bd;
	display: inline-block;
}
.btn:hover{
	background-color: #fff;
	border: 1px solid #1082bd;
	color: #1082bd;
}
.ye_btn {
    display: flex;
    margin: 45px 0px;
    justify-content: flex-start;
    padding: 0px;
}
.ye_btn li {
    margin: 20px;
	list-style-type:none!important;
}
.ye_btn .custom-checkbox-input {
    display: none;
}
.ye_btn .custom-checkbox-text {
    padding: 10px 15px;
    font-size: 22px;
 
    border: 2px solid #1082bd;
    color: #1082bd;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}

.ye_btn .custom-checkbox-input:checked ~ .custom-checkbox-text {
    background-color: #1082bd;
    border: 2px solid #1082bd;
    color: #fff;
}
.top_header p{
	color: #fff;
	padding: 10px 0px;
}

.headeng_text span{
 font-weight: bold;
		font-size: 28px;
		font-family: 'MonteCarlo', cursive;
		color: #1082bd;
	 
	 
}
.image_spa img{
	margin-bottom: 20px;

}
.vigneties{
	background: #fff!important;
}
.headeng_text p{
	font-size: 26px;
	font-style: italic;
}
.tex_tumi h3{
	font-size: 44px;
	margin-top: 20px;
}
.tex_tumi span{
	color: #f8de00;
}
.headeng_text h3{
	margin:30px 0px;
	font-size: 48px;
	color: #1082bd;
	text-transform: uppercase;

}
.text_link{
	color: #000;
}
.blog h2{
	color: #000!important;
}
.box_sho{
	background: #fff;
	padding-bottom: 10px;
}
.box_sho .content{
	padding: 20px;
}

.box_sho .content p{
	height: 160px;
	overflow: hidden;
}

.box_sho .content span{
	color: #1082bd;
}



.upcoming_event{
	background-color: #f5fcff;
	padding: 50px 0px;
}
.upcoming_event h2{
	margin: 20px 0px;
	color: #1082bd;
	font-size: 24px;
	height: 50px;
}

.upcoming_event .button{
	margin-top: 20px;
}
footer{
	background: #1082bd;
	padding: 50px 0px 0 0px;
	color: #fff;
}
footer p{
	font-size: 18px;
}
footer h2{
	color: #f8de00;
	margin: 20px 0px;}

	.social_icon {
		display: flex;
		justify-content: flex-end;
	}
	.social_icon li{
		margin: 5px;
	}
	.social_icon a{
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 24px;
	}

	.copy_right{
		background: #000;
		margin-top: 50px;
		padding: 15px 0px;

	}
	.footer_menu{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 0px;
		padding: 000000px;
	}
	.footer_menu li{
		margin: 0px 10px;
	}
	.footer_menu li a{
		color: #fff;

	}

	.inner_banner{
		position: relative;
		height: 300px;
		overflow: hidden;
	}
	.banner_img{
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 300px;
	}
	.inner_banner h2{

	    position: absolute;
    bottom: -10px;
    color: #fff;
    font-size: 48px;
    text-align: left;
 
    z-index: 99;
    background: #1082be;
    padding: 15px 45px;
		
	}

	.inner_heading {
		height: 300px;
		position: relative;

	}
	.carousel-inner img{
		width: 100%;

	}

	.gap:nth-child(odd){
	    background-color: #f5fcff;
		padding: 50px 0px;

	}
	.inner_banner::after{
		content: "";
		background-color: #000000a6;
		position: absolute;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		top: 0px;
	}
	.site-menu{
		display: none
	}
	.ma5menu__toggle{
		display: none;
	}
	.gap{
		padding:  50px 0px;
	}
	.gap h2{
		color: #1082bd;
		margin: 25px 0px;
		padding-bottom: 10px;
		border-bottom: 5px solid #f8de00;
	}
	.gap ul{
		margin: 0px;
		padding: 20px;
	}
	.gap ul li{
		line-height: 30px;
		list-style-type: circle;
		font-style: italic;
	}
	.gap img{
		width: 100%;
	}
	.heading_text h3{
		 
			text-align: center;
			margin: 30px 0px;
			font-size: 44px;
			font-weight: bold;
			margin-bottom: 50px;

		 
	}

	.date_tiem span{
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: normal;
		color: #1082bd;

	}
.form_box{
    padding: 50px;
    background: #eee;
    margin: 50px 50px;
}

	.form{
		margin: 20px 0px;
		
	}
	.form label{
		margin: 5px;
	}
	.form input{
		padding: 10px 20px;
	}
	.cowidget-container{
		line-height: 36px;
		margin-top: 50px;
	}
	.mail{
		font-size: 18px;
	}