	* {
		padding: 0;
		margin: 0;
		outline: 0;
		scrollbar-width: auto;
		scrollbar-color: #a0a1ca #dedede;
	}

	/* Scrollbar Styling */
	::-webkit-scrollbar {
		width: 7px;
	}

	::-webkit-scrollbar-track {
		background-color: #ebebeb;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background: #a0a1ca; 
	}

	@-moz-keyframes spin{
		100%{
			-moz-transform:rotate(360deg);
		}
	}
	@-webkit-keyframes spin{
		100%{
			-webkit-transform:rotate(360deg);
		}
	}
	@keyframes spin{
		100%{
			-webkit-transform:rotate(360deg);
			transform:rotate(360deg);
		}
	}

	body {

		min-width: 320px;

		color: #000;

		font-family: 'Prompt', sans-serif;

		overflow-x: hidden;

		background: #fff;
	}

	a{
		text-decoration: none;
		color: #111;
		transition: 0.4s ease-in-out;
	}

	a:hover{
		text-decoration: none;
		color: #3BA23C;

	}

	p{
		font-size: 16px;
		line-height: 30px;
		color: #333;
		margin: 0;
		font-family: 'popins', sans-serif;
	}

	small, strong{
		font-family: 'popins', sans-serif;
	}

	img{
		max-width: 100%;
		vertical-align: middle;
		height: auto;
	}

	article{
		margin: 0 0 30px 0;
		overflow: hidden;
	}

	figure{
		margin: 0;
	}

	.img-wrap{
		position: relative;
	}

	.img-wrap figure{
		position: relative;

		width: 100%;

		padding-top: 75%;

		margin: 0; 
	}

	.img-wrap figure img{
		position: absolute;

		display: block;

		width: 100%;

		height: 100%;

		left: 0;

		right: 0;

		top: 0;

		bottom: 0;

		margin: 0;

		object-fit: cover;
	}

	.imgp-wrap {

		background: #fff;
		transition: all .5s ease;
		display: block;
		width: 100%;
		position: relative;
		height: 0;
		padding-top: 100%;
		overflow: hidden;

	}

	.imgp-wrap img {

		position: absolute;
		display: block;
		max-width: 100%;
		max-height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;

	}

	.mb-thirty{
		margin-bottom: 30px;
	}

	/*header*/

	.logo-bar{
		padding: 10px 0;
		background: #221e1e;
		position: relative;
	}

	.logo-bar:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;
		background: url(../images/dot.png);
		background-repeat: repeat;
		z-index: 0;
	}

	.logo-bar .container{
		position: relative;
	}


	header{
		position: relative;
	}

	.c-warp{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
	}

	.logo-wrap img{
		max-width: 100%;
	}

	.logo-name{
	    text-transform: uppercase;
	}

	.logo-name h1{
	    color: #ffdd17;
	    margin: 0;
	    font-weight: 700;
	}

	.logo-name small{
	    color: #ef4933;
	    font-size: 18px;
	    font-weight: 600;
	    letter-spacing: 0.5px;
	}


	.social-bar{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: right;
	}

	.social-bar li a i {
		color: #fff;
		font-size: 12px;
		width: 25px;
		height: 25px;
		line-height: 23px;
		text-align: center;
		border-radius: 50%;
		transition: 0.4s ease-in-out;
		border: 1px solid #ffdd17;
		color: #ffdd17;
	}

	.social-bar li a .fa-facebook:hover{
		background: #3b5998;
		color: #fff;   
	}

	.social-bar li a .fa-twitter:hover{
		background: #1da1f2;
		color: #fff;   
	}

	.social-bar li a .fa-linkedin:hover{
		background: #1178b3;
		color: #fff;   
	}

	.social-bar li a .fa-instagram:hover{
		background: #bc2a8d;
		color: #fff;
	}

	.contct{
		display: flex;
		list-style: none;
		padding: 0 20px;
		margin: 0;
		justify-content: flex-end;
	}

	.contct li{
		display: flex;
		margin: 0 0 0 5px;
		align-items: center;
	}

	.contct li strong{
		display: block;
		text-transform: capitalize;
		font-size: 14px;
		color: #888;
	}

	.contct li i{
		font-size: 50px;
		margin: 0 10px 0 0;
		color: #ef4933;
	}

	.contct li a{
		color: #ffdd17;
		font-size: 20px;
	}

	.contct li a:hover{
		color: #fff;
	}


	/*nav bar*/

	.nav-sec{
		background:linear-gradient(#262626,#eaeaea,#262626);
		background:#14b7eb;
	}

	.nav-sec .navbar-collapse{
		justify-content: flex-end;

	}

	.nav-sec .navbar{
		padding: 0;
		position: relative;
	}

	.nav-sec .navbar:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-size: contain;
		background-repeat: repeat-x;
		background-position: center;
		opacity: 0.2
	}

	.main-navigation{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		position: relative;
		z-index: 5;
	}

	.nav-sec .main-navigation .menu-item a{
		padding:20px 25px;
		color: #fff;
		font-weight: 700;
		text-transform: capitalize;
		transition: 0.4s;
		font-size: 14px;
		position: relative;
		display: block;
		text-transform: uppercase;
	}

	.nav-sec .main-navigation .menu-item.active a, .nav-sec .main-navigation .menu-item a:hover  {
		background: #221e1e33;
		color: #fff;
		/*background: linear-gradient(#ef4933,#eaeaea,#ef4933);
		color: #221e1e;*/
	}

	.menu-item-has-children{
		position: relative;
	}

	.sub-menu{
		top: 100%;
		left: 0;
		z-index: 1000;
		min-width: 10rem;
		font-size: 1rem;
		color: #0B5D98;
		text-align: left;
		list-style: none;
		border: 1px solid rgba(0,0,0,.15);
		display: none;
		position: absolute;
	}

	.nav-sec .menu-item-has-children .sub-menu {
		margin: 0;
		background: #424242;
		border-radius: 0;
		padding: 0;
		width: 310px;
	}

	.nav-sec .menu-item-has-children:hover .sub-menu {
		display: block !important;
	}

	.nav-sec .menu-item-has-children .sub-menu a{
		transition: 0.4s;
		padding: 10px;
		color: #fff;
		font-size: 14px;
		transition: 0.4s ease-in-out;
		text-align: left;
	}

	.nav-sec .menu-item-has-children .sub-menu a:hover{
		background: #ffdd17;
	}

	.menu-item-has-children > a::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}

	.nav-sec .navbar-collapse{
		justify-content: center;
	}


/*slider section*/

.slide-sec{
	position: relative;
}

.slide-sec:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}

.s-caption{
	position: absolute;
	top: 50%;
	left:50%;
	max-width: 700px;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	padding: 30px;

}

.s-caption > small{
	color: #ffdd17;
	text-transform: capitalize;
	font-size: 18px;
}

.s-caption strong{
	color: #fff;
	font-size: 72px;
	text-transform: capitalize;
	line-height: 1;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	display: block;
}

.s-caption p{
	color: #eee;
	margin: 0 0 30px 0;
}

.slider-wrap .owl-carousel .owl-nav button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%;);
	background: rgba(207,175,78,0.7);
	height: 50px;
	width: 50px;
	z-index: 1;
	margin: 0;
	border-radius: 0;
	color: #fff;
	transition: 0.4s ease-in-out;
}

.slider-wrap .owl-carousel .owl-nav button.owl-prev{
	left: 0;
}

.slider-wrap .owl-carousel .owl-nav button.owl-next{
	right: 0;
}


.btn-wrap a{
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	font-size: 16px;
	color: #221e1e;
	transition: 0.8s;
	border: none;
	z-index: 1;
	padding-left: 28px;
	padding-right: 26px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: transparent;
	border: solid 1px #ffdd17;
}

.btn-wrap a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 55%;
	border-radius: 5px;
	background-color: #ffdd17;
	border: solid 1px #ffdd17;
	z-index: -1;
	transition: 0.8s;
}

.btn-wrap a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	border-radius: 5px;
	width: 50%;
	background-color: #ffdd17;
	border: solid 1px #ffdd17;
	z-index: -1;
	transition: 0.8s;
}

.btn-wrap a:hover::after {
	background-color: transparent;
	transition: 0.8s;
	width: 100%;
	border: solid 1px #ffdd17;
}

.btn-wrap a:hover::before {
	background-color: transparent;
	transition: 0.8s;
	width: 100%;
	border: solid 1px #ffdd17;
}

.btn-wrap a:hover{
	color: #ffdd17;
}

#main-slider .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}

#main-slider .owl-dots .owl-dot span {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3ed";
	position: relative;
	color: #000;
	font-size: 18px;
	width: 10px;
	height: 10px;
	background: #545252;
	border-radius: 0;
}

#main-slider .owl-dots .owl-dot.active span{
	background: #1BCD1A;
	height: 10px;
}

.slide-img {
	position: relative;
	width: 100%;
	padding-top: 100vh;
	margin: 0;
}

.slide-img img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	object-fit: cover;
}

.slider-wrap{
	position: relative;
}

.slide-books{
	list-style: none;
	padding: 0;

}

.slide-books li a{
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
}

.slide-books li a:hover{
	color: #ffdd17;
}

.slide-books li{
	padding: 0 0 0 30px;
	position: relative;
}

.slide-books li:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ffdd17;
	left: 0;
	top: 15px;
	border-radius: 50%;
}


/*welcome section*/

.welcome-sec{
	padding: 50px 0;
}

.wel-contn .wel-head strong{
	font-size: 44px;
	color: #ef4933;
}

.wel-contn .wel-head small{
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #14b7eb;
	font-size: 14px;
}

.wel-contn p{
	margin: 0 0 20px 0;
}

.welcome-sec .img-wrap{
	position: relative;
	margin: 80px 80px 0 0;
}

.welcome-sec .img-wrap:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: -40px;
	top: -40px;
	background: url(../images/dot.png);
	background-repeat: repeat;
	z-index: -1;

}

.welcome-sec .img-wrap img{
	width: 100%;
}


/*our package*/

.packages{
	padding: 50px 0 50px 0;	  
	background-color: #eef3f7;
	position: relative;
}

.packages:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/packages-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.08
}

.pckg-card{
	background: #fff;
	padding: 0 15px 15px 15px;
	position: relative;
	margin: 0 0 80px 0;
}

.packages .container{
	position: relative;
}

.pckg-card .img-wrap{
	position: relative;
	top: -15px;
}

.pckg-card .c-price{
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	font-size: 18px;
	font-weight: 500;
}

.pckg-dtl h3 a{
	text-transform: capitalize;
	color: #221e1e;
	display: block;
	padding: 5px;
}

.pckg-dtl h3 a:hover{
	background: #ffdd17;

}

.pckg-dtl{
	padding: 10px 0;
}

.pckg-dtl ul{
	padding: 0;
	list-style: none;
}

.pckg-dtl ul li{
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	color: #727a84;
	text-transform: capitalize;
	position: relative;
}

.pckg-dtl ul li:before{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ef4933;
	left: 0;
	top: 4px;
	border: 4px solid  #221e1e
}

.pckg-more{
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.pckg-more i{
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: #ffdd17;
	border-radius: 50%;
	transition: 0.4s ease-in-out;
	font-size: 20px;
	box-shadow: 0px 13px 15px -5px rgba(0,0,0,0.89);
}

.pckg-more i:hover{
	background:#e2e9f0;
	color: #221e1e;
}


/*our addons*/

.addon{
	padding: 50px 0;
	position: relative;
	background-image: url(../images/addon-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.addon:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
}

.addon .headings h2{
	color: #fff;
}

.addon .container{
	position: relative;
}

.addon-card{
	text-align: center;
	margin: 0 0 30px 0;
}

.addon-card .img-wrap figure{
	padding-top: 200px;
	border-radius: 50%;
	overflow: hidden;
	width: 200px;

}

.addon-card .img-wrap{
	border: 20px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	width: 240px;
	height: 240px;
	margin: 0 auto 20px auto;
}

.addon-dtl{
	text-align: center;
}

.addon-dtl h3 a{
	color: #eee;
	text-transform: capitalize;
	display: block;
	margin: 0 0 15px 0;
}

.addon-dtl h3 a:hover{
	color: #ffdd17;
}

.addon-dtl p{
	color: #999
}

.adon-price{
	display: inline-block;
	background: #ffdd17;
	padding: 10px 20px;
	color: #221e1e;
	font-size: 20px;
	margin: 0 0 15px 0;
	font-weight: 500;
	text-transform: capitalize;
}


.headings h2{
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	position: relative;
	text-transform: capitalize;
	font-size: 34px;
	font-weight: 600;
	color: #221e1e;
}

.headings .h-icon{
	display: inline-block;
	position: relative;
}

.headings .h-icon i{
	font-size: 12px;
	vertical-align: middle;
	color: #ffdd17;

	margin: 0 1px;
	-webkit-text-stroke: 1px #999;
}

.headings .h-icon i:first-of-type, .headings .h-icon i:last-of-type{
	font-size: 10px;
}

.headings .h-icon i:nth-child(3){
	font-size: 16px;
}

.headings .h-icon:before{
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #14b7eb;
	top: 50%;
	transform: translateY(-50%);
	right: 120%;
}

.headings .h-icon:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #14b7eb;
	top: 50%;
	transform: translateY(-50%);
	left: 120%;
}

.headings small{
	display: block;
	padding: 10px 0 0 0;
	font-size: 16px;
	text-transform: capitalize;
	color: #555;
}


.headings{
	text-align: center;
	margin: 0 0 70px 0;
}

.headings h3{
	font-size: 32px;
	position: relative;
	text-transform: capitalize;
	color: #545252;
}

.headings h3 span{
	color: #1BCD1A;
}

.headings h3:before{
	background: #1BCD1A;
	bottom: -15px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 70px;
	right: 0;
	margin: auto;
}



.why-us{
	padding: 50px 0 20px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../images/feat-bg.jpg);
	background-attachment: fixed;
}

.why-us:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(255,255,255,0.5)
}

.why-us .container{
	position: relative;
}

.why-card{
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 47px;
	text-align: center;
	margin: 0 auto 50px auto;
	position: relative;	
	border: 5px solid #221e1e;
	border-radius: 50%;
}

.why-card strong {
	font-size: 26px;
	text-transform: capitalize;
	display: block;
	color: #221e1e;
	line-height: 38px;
	z-index: 1;
	position: relative;
}

.why-card i{
	position: absolute;
	top: 50%;
	font-size: 100px;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #221e1e;
	line-height: 200px;
	color: #fff;
	box-shadow: rgba(0, 0, 0, .2) 0 -25px 18px -14px inset, rgba(0, 0, 0, .15) 0 1px 2px, rgba(0, 0, 0, .15) 0 2px 4px, rgba(0, 0, 0, .15) 0 4px 8px, rgba(0, 0, 0, .15) 0 8px 16px, rgba(0, 0, 0, .15) 0 16px 32px;
	transform: translate(-50%, -50%);
	color: #ffdd17;
	z-index: 0;
	border-radius: 50%;
	opacity: 0.15;
}


/*testimonails*/

.testimonials{
	padding: 80px 0;
	position: relative;

}

.testimonials:before{
	content: "";
	width: 41%;
	position: absolute;
	background-image: url(../images/bg-dot.png);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: repeat-y;
}

.testimonials .container{
	position: relative;
}

.testi-card{
	box-shadow: 0 5px 19.53px 1.47px rgb(85 80 98/10%);
	background: #fff;
	padding: 15px 15px 40px 15px;
	position: relative;
	margin: 15px;
}

.testi-card:before{
	content: "\e542";
	font-family: 'Material Symbols Outlined';
	position: absolute;
	font-size: 80px;
	opacity: 0.05;
	right: 10px;
	top: 10px;
	line-height: 1;
}

.testi-card:after{
	content: "";
	position: absolute;
	background-image: url(../images/cote.png);
	width: 89px;
	height: 60px;
	background-size: contain;
	bottom: 0;
	right: 11px;
	opacity: .6;
	background-repeat: no-repeat;
}

.testi-profile .img-wrap figure{
	width: 100px;
	padding-top: 100px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	box-shadow: 0 2px 13.53px 1.47px rgb(85 80 98/12%);
	margin-right: 15px;
}

.testi-profile{
	display: flex;
	align-items: center;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}

.testi-dtl small{
	display: block;
	color: #666;
	margin: 0 0 3px 0;
}

.testi-dtl strong{
	color: #282828;
}

.testi-dtl .ratings i{
	color: #ecad0e;
}

.testi-card q{
	font-size: 14px;
	color: #515151;
}

/*assocaition slider*/

.associatn{
	padding: 50px 0;
}

.associatn .container{
	width: 100%;
	max-width: 100%;
}

.asso-card{
	margin: 30px;
	border: 2px solid #eee;
}


/*footer*/

footer{
	padding: 80px 0 0 0;
	background: #19191B;
	position: relative;
}

footer:before {
	position: absolute;
	content: "";
	background-image: url(../images/map.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

footer .container{
	position: relative;
}

.foot-wrap .logo-wrap{
	margin: 0 0 20px 0;
	text-align: center;
}

footer .socio-bar li a i{
	width: 35px;
	height: 35px;
	line-height: 29px;
	font-size: 16px;
	position: relative;
}

.foot-wrap h4{
	text-transform: capitalize;
	position: relative;
	color: #fff;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
}

.foot-wrap ul{
	list-style: none;
	padding: 0;
}

.foot-wrap ul li{
	padding: 0 0 0 30px;
	position: relative;
	margin: 0 0 15px 0;
}

.foot-wrap ul.foot-list li:before{
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #ef4933;
	font-size: 14px;
}

.foot-wrap .foot-list li a{
	text-transform: capitalize;
	font-size: 16px;
	color: #eee;
	font-weight: 300;
}

.foot-wrap .foot-list li i{
	width: 30px;
	text-align: center;
	color: #ffdd17;
}

.foot-wrap .foot-list li a:hover{
	color: #ffdd17;
}


footer .socio-bar{
	text-align: center;
	padding: 0;
}

footer .socio-bar li{
	padding: 0;
}

footer .socio-bar li a i:after{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	border-radius: 50%;
	border: 1px solid #eee;
}

footer .socio-bar li a i:hover{
	border-color: #1BCD1A;
}

footer .social-bar{
	text-align: center;
	padding: 0;
}

footer .social-bar li{
	padding: 0;
}

footer .logo-wrap img{
	max-width: 220px
}

.foot-contact li a{
	color: #eee;
}

.foot-contact {
	display: block;
	margin: 0;
}

.foot-contact li{
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}

.foot-contact li a i{
	margin: 0 5px 0 0;
	width: 30px;
	text-align: center;
	color: #ef4933;
}

.foot-contact li a:hover{
	color: #ffdd17;
}

.copy-r{
	margin: 40px 0 0 0;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy-r a{
	color: #ffdd17; 
}

.copy-contn{
	display: flex;
	justify-content: space-between;
}

.scrollTop {
	position: fixed;
	right: 4%;
	bottom: 10px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 9;
	color: #fff;
}

.scrollTop:hover {
	bottom: 15px;
}

.scrollTop i {
	color: #fff;
	background-color: #ffdd17;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 5px;
	transition: 0.4s ease-in-out;
	border-radius: 10px;
}


/*inner page about us*/


.page-banner{
	padding: 100px 0;
	text-align: center;
	background-image: url(../images/inner-banner-bg.png);
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.page-banner:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
}

.page-banner .container{
	position: relative;
}

.banr-wrap h2{
	color: #fff;
	text-transform: capitalize;
	font-size: 38px;
	font-weight: 500;
}

.about-wrap{
	padding: 50px 0;
}

.about-contn h3{
	color: #ffdd17;
	font-size: 34px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.about-contn h3 small{
	display: block;
	text-transform: capitalize;
	margin: 0 0 10px 0;
	color: #888;
	font-size: 20px;
}

.about-wrap .img-wrap{
	text-align: center;
}

.about-contn p{
	font-size: 18px;
	line-height: 34px;
}

/*package detail page*/

.pckg-body{
	padding: 50px 0;
}

.pckg-body ul{
	padding: 0;
	list-style: none;
}

.pckg-body p{
	margin: 0 0 20px 0;
}

.pckg-body ul li{
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	color: #727a84;
	text-transform: capitalize;
	position: relative;
}

.pckg-body ul li:before{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ffdd17;
	left: 0;
	top: 4px;
	border: 4px solid #221e1e;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.89);
}

.pckg-form {
	padding: 50px 0 50px 0;
	background-color: #eef3f7;
	position: relative;
}

.pckg-form:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/packages-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.08;
}

.pckg-form .container{
	position: relative;
}

.pckg-form .form-wrap h4{
	display: block;
	font-size: 16px;
	text-transform: capitalize;
}

.pckg-form .form-control, .pckg-form .form-select{
	margin: 0 0 20px 0;
	font-size: 15px;
	border-color: #ccc;
	line-height: 35px;
	background: #f5f5f5;
}

.pckg-form .btn{
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	font-size: 16px;
	color: #221e1e;
	transition: 0.8s;
	border: none;
	z-index: 1;
	padding-left: 28px;
	padding-right: 26px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: transparent;
	border: solid 1px #ffdd17; 
}



.pckg-form .btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 55%;
	border-radius: 5px;
	background-color: #ffdd17;
	border: solid 1px #ffdd17;
	z-index: -1;
	transition: 0.8s;
}

.pckg-form .btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	border-radius: 5px;
	width: 50%;
	background-color: #ffdd17;
	border: solid 1px #ffdd17;
	z-index: -1;
	transition: 0.8s;
}

.pckg-form .btn:hover::after {
	background-color: transparent;
	transition: 0.8s;
	width: 100%;
	border: solid 1px #ffdd17;
}

.pckg-form .btn:hover::before {
	background-color: transparent;
	transition: 0.8s;
	width: 100%;
	border: solid 1px #ffdd17;
}

.form-control:focus{
	box-shadow: 0 0 0 0.25rem rgba(255,241,0,.25)
}



/*gallery page*/

.pictures-wrap{
	padding: 30px 0;
}

.picture-card .img-wrap figure{
	padding-top: 100%;
}

.picture-card figure:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;
	background: rgba(207,175,78,0.5);
	z-index: 1;
	transition: 0.4s ease-in-out;
}

.picture-card:hover figure:before{
	top: 0;
}

.picture-card{
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.pic-dtls{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: -80px;
	text-align: center;
	transition: 0.4s ease-in-out;
}

.picture-card:hover .pic-dtls{
	top: 50%;
	transform: translateY(-50%);
}

.pic-dtls a{
	margin: 0 5px;
}

.pagination{
	justify-content: center;
}

.pgnation .page-item.active .page-link{
	background-color: #ffdd17;
	border-color: #ffdd17;
	color: #333;
}

.pgnation .page-item .page-link{
	color: #1B2B69;
}


/*contact us page*/

.contact-body{
	padding: 50px 0;
	position: relative;
	background-image: url(../images/addon-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.contact-body:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
}

.contact-body .container{
	position: relative;
}

.c-head small{
	text-transform: uppercase;
	font-weight: 600;
	color: #eee;
	margin: 0 0 10px 0;
	display: block;
}

.c-head h3{
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 10px 0;
}

.contact-dtl p{
	margin: 0 0 20px 0;
	color: #999;
}

.contact-dtl .foot-contact{
	list-style: none;
	padding: 0;
}

.contact-dtl .foot-contact li{

	margin: 0 0 20px 0 !important;
}

.contact-form{
	padding: 48px 38px;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.06);
	border-radius: 15px;
}

.contact-form .form-wrap h4{
	display: block;
	font-size: 16px;
	text-transform: capitalize;
}

.contact-form .form-control, .contact-form .form-select{
	margin: 0 0 20px 0;
	font-size: 15px;
	border-color: #ccc;
	line-height: 35px;
	background: #f5f5f5;
}

.contact-form .btn{
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	font-size: 16px;
	color: #221e1e;
	transition: 0.8s;
	border: none;
	z-index: 1;
	padding-left: 28px;
	padding-right: 26px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: transparent;
	border: solid 1px #ffdd17; 
}



.contact-form .btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 55%;
	border-radius: 5px;
	background-color: #ffdd17;
	border: solid 1px #ffdd17;
	z-index: -1;
	transition: 0.8s;
}

.contact-form .btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	border-radius: 5px;
	width: 50%;
	background-color: #ffdd17;
	border: solid 1px #ffdd17;
	z-index: -1;
	transition: 0.8s;
}

.contact-form .btn:hover::after {
	background-color: transparent;
	transition: 0.8s;
	width: 100%;
	border: solid 1px #ffdd17;
}

.contact-form .btn:hover::before {
	background-color: transparent;
	transition: 0.8s;
	width: 100%;
	border: solid 1px #ffdd17;
}


.map-wrap{
	height: 100%;
}

#quick-q .r-form{
	background: none;
	padding: 20px 0;
}

#quick-q .r-form:before{
	display: none;
}

#quick-q .modal-header{
	border-color: #3BA23C;
}
