@charset "utf-8";
/* CSS Document */

/* @import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Poppins:wght@400;500;600;700&display=swap'); */
/* font-family: 'Aclonica', sans-serif;
font-family: 'Poppins', sans-serif; */
/*---------- Google Fonts ----------*/

body {
	color: #000;
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	background-color: #fff;
}

a,
input,
button,
textarea {
	outline: none !important;event-text-block
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: none;
	color: inherit;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: none;
	color: inherit;
}

h1 {
	font-size: 80px;
	line-height: 86px;
	font-weight: 600;
}

h2 {
	font-size: 60px;
	line-height: 68px;
	font-weight: 500;
}

h3 {
	font-size: 50px;
	line-height: 56px;
	font-weight: 600;
}

h4 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}


.alignnone {
	float: none;
	margin: 20px 0;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.privacy-detail .section-title {
	margin-bottom: 30px;
}

/* buttons */


/* buttons */

/* common styling */
.main-title {
	color: #FFF;
	font-family: 'Aclonica';
	font-size: 54px;
	font-weight: 400;
	line-height: 68px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.main-title * {
	margin: 0;
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

.main-title span {
	color: rgba(118, 198, 237, 0.50);
	font-family: 'Aclonica';
	font-size: 68px;
	font-weight: 400;
	line-height: 70px;
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
	z-index: -1;
	text-shadow: none;
}

.section-title {
	color: #000;
	font-family: 'Aclonica';
	font-size: 34px;
	font-weight: 400;
	line-height: 40px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.section-title * {
	margin: 0;
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

.section-title span {
	color: rgba(118, 198, 237, 0.40);
	font-family: 'Aclonica';
	font-size: 80px;
	font-weight: 400;
	line-height: 86px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	z-index: -1;
	text-shadow: none;
}

.block-title {
	color: #FFF;
	font-family: 'Aclonica';
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
}

.block-title * {
	margin: 0;
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

.max-835 {
	max-width: 835px;
	width: 100%;
}

.detail {
	padding-top: 16px;
}

.detail p {
	margin: 0;
}

.border-20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.btn {
	color: #000;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.btn-yellow:focus-visible,
.btn-yellow:first-child:active {
	background-color: #F9C201;
}

.btn-yellow {
	position: relative;
	background-color: #F9C201;
	overflow: hidden;
	border-radius: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border: none;
	padding: 10px 26px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	border-radius: 10px;
}

.btn-yellow::before {
	content: "";
	position: absolute;
	top: -32px;
	left: -32px;
	width: 30px;
	height: 30px;
	background-color: #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.btn-yellow::after {
	content: "";
	position: absolute;
	bottom: -32px;
    right: -32px;
	width: 30px;
	height: 30px;
	background-color: #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.btn-yellow:hover {
	color: #fff;
}

.btn-yellow:hover::before {
	width: 100%;
	height: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	left: 0;
	top: 0;
}

.btn-yellow:hover::after {
	width: 100%;
	height: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	right: 0;
	bottom: 0;
}

.btn-yellow span {
	position: relative;
	z-index: 1;
}

.bg-grey {
	background-color: #EFF3F8;
}

.text-fff {
	color: #fff;
}

.bg-76C6ED {
	background-color: rgba(118, 198, 237, 0.3);
}
/* common styling */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	padding: 0;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
}

.header .navbar-brand {
	margin: 0;
	padding: 0;
	max-width: 120px;
	width: 100%;
	margin: 14px 12px;
	position: relative;
	z-index: 99;
	display: block;
}

.header .navbar-collapse {
	justify-content: flex-end;
}

.header .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
	padding: 0;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header .navbar-nav .nav-item .nav-link:hover {
	color: #F9C201;
}

.header .container {
	max-width: 100%;
	padding: 0;
}

.header .navbar {
	padding: 0;
}

button.navbar-toggler {
	border: none;
}

.navbar-toggler {
	right: 0;
}

.navbar-toggler {
	border: none;
	background-color: transparent;
	position: relative;
	z-index: 9999;
	right: 0;
}

.navbar-collapse {
	position: fixed;
	top: 0;
	right: -100%;
	max-width: 500px;
	width: 100%;
	bottom: 0;
	height: 100%;
	overflow: auto;
	background-color: #1e1a17;
	transition: 0.5s;
	z-index: 9;
}


.navbar-collapse.show {
	right: 0;
	height: auto;
}

.navbar-collapse.show::before {
	right: 0;
}

.navbar-collapse::before {
	content: "";
	position: fixed;
	max-width: 500px;
	width: 100%;
	height: 80px;
	top: 0;
	right: -100%;
	background-color: #1e1a17;
	transition: 0.5s;
	z-index: 9;
}

.navbar .navbar-nav {
	align-items: center;
	justify-content: flex-start;
    height: 100%;
	position: relative;
	padding: 100px 0 0;
}

.header .navbar-nav .nav-item {
	padding: 12px 0;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .btn-navbar {
	padding: 0;
	/* background-color: #F9C201; */
	width: 155px;
	height: 155px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .navbar-toggler {
	padding: 0;
}

.navbar-toggler span {
	background-color: #FFF;
	width: 32px;
	height: 3px;
	display: block;
	margin-bottom: 8px;
	transition: 0.5s;
	position: relative;
	background-image: none;
	margin-left: auto;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.navbar-toggler span:nth-child(2) {
	width: 22px;
}

.navbar-toggler.open span:first-child {
	top: 9px;
	transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
}

.navbar-toggler.open span:nth-child(2) {
	display: none;
}

.navbar-toggler.open span:last-child {
	top: -2px;
	transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
}

.navbar-toggler:focus {
	box-shadow: none;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/* banner */

.banner-wrp {
	position: relative;
	/* height: 100vh; */
}

.banner-wrp::after {
	content: "";
	position: absolute;
	right:0;
	top: 0;
	bottom: 0;
	width: 155px;
	height: 100%;
	background-color: rgba(30, 26, 23, 0.9);
}

.banner-image {
	height: 100%;
}

.banner-image video,
.banner-image img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.banner-social-media {
	position: absolute;
	right: 58px;
	top: 50%;
	transform: translate(0 , -50%);
	-webkit-transform: translate(0 , -50%);
	-moz-transform: translate(0 , -50%);
	-ms-transform: translate(0 , -50%);
	-o-transform: translate(0 , -50%);
	z-index: 1;
}

.banner-social-media ul {
	margin: 0;
	padding: 0;
}

.banner-social-media ul li {
	list-style: none;
	position: relative;
	margin-bottom: 101px;
	text-align: center;
}

.banner-social-media ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    border-right: 1px dashed #fff;
    transform: translate(0 , 23%);
    -webkit-transform: translate(0 , 23%);
    -moz-transform: translate(0 , 23%);
    -ms-transform: translate(0 , 23%);
    -o-transform: translate(0 , 23%);
    width: 1px;
    height: 88px;
}

.banner-social-media ul li:last-child {
	margin-bottom: 0;
}

.banner-social-media ul li:last-child::after {
	display: none;
}

.banner-social-media ul li a {
	color: #fff;
	font-size: 30px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.banner-social-media ul li a:hover {
	color: #F9C201;
}

.banner-main {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(10% , 0%);
	-webkit-transform: translate(10% , 0%);
	-moz-transform: translate(10% , 0%);
	-ms-transform: translate(10% , 0%);
	-o-transform: translate(10% , 0%);
	max-width: 1217px;
	width: 100%;
}

.banner-main .play-video {
	color: #FFF;
	font-size: 36px;
	line-height: 42px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.banner-main .play-video::after {
	content: "";
	position: absolute;
	left: -54px;
    top: 3px;
	background-image: url("../images/play-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.banner-main .play-video:hover {
	opacity: 0.7;
}

.counter-sec {
	padding-top: 52px;
	max-width: 600px;
	width: 100%;
}

.counter-inner h2 ,
.counter-inner {
	color: #FFF;
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
	display: inline-block;
	margin: 0;
	padding-bottom: 14px;
}

.counter-inner {
	position: relative;
	text-align: center;
}

.counter-sec .counter-inner::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 43px;
	width: 75px;
	height: 1px;
	background-color: #fff;
	transform: translate(-50% , 0);
	-webkit-transform: translate(-50% , 0);
	-moz-transform: translate(-50% , 0);
	-ms-transform: translate(-50% , 0);
	-o-transform: translate(-50% , 0);
}

.counter-sec p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}

.banner-slider {
	opacity: 0;
}

.banner-slider.slick-initialized {
	opacity: 1;
}

.banner-slider .slick-track,
.banner-slider .banner-item,
.banner-slider .slick-list,
.banner-slider {
	height: 100%;
}

/* .cmn-banner-wrp {
	height: 100vh;
} */

.banner-image {
	position: relative;
}

.banner-image::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
/* banner */

/* event */
.event-wrp {
	padding: 110px 0;
}

.event-wrp.event-bg {
	background-color: #eff3f8;
}

.event-bottom .slick-slide {
	margin: 0 16px;
}

.event-block {
	position: relative;
}

.event-image {
	position: relative;
}

.event-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 46.9%, rgba(0, 0, 0, 0.93) 99.99%, #000 100%);
	height: 200px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.event-image::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 16.9%, rgba(0, 0, 0, 0.93) 89.99%, #000 100%);
	height: 200px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.all_packages .event-image::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 16.9%, rgba(0, 0, 0, 0.93) 89.99%, #000 100%);
	height: 200px;
	border-radius: 20px 20px 0px 0px !important;
	-webkit-border-radius: 20px 20px 0px 0px !important;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.event-text {
	/* padding: 0 10px 0 10px; */
	text-align: center;
}

.event-text .block-title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 20px 10px 0 10px;
	font-size: 18px;
	line-height: 22px;
}

.event-text .detail {
	padding-top: 6px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0 10px 14px 10px;
}

.event-text .detail p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.event-text .detail span {
	font-family: 'Aclonica';
	display: block;
}

.e-btn {
	padding-top: 40px;
	text-align: center;
}

.event-inner {
	margin-top: 20px;
	overflow: hidden;
}

.event-image img {
	width: 100%;
	height: 455px;
	object-fit: cover;
}

.event-wrp .row {
	overflow-x: auto;
	flex-wrap: nowrap;
	padding-bottom: 30px;
}

.event-wrp .row .col-xxl {
	width: 21%;
	flex: 0 0 auto;
}
/* event */

/* event slider */

/* .event-slider-wrp {
	overflow: hidden;
} */

.event-slider .slick-list {
	margin-left: 200px;
}

.event-item {
	margin: 0 12px;
	position: relative;
}

.event-item .event-slide-image img {
	width: 100%;
	height: 455px;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.all_packages .event-item .event-slide-image img {
	width: 100%;
	height: 455px;
	object-fit: cover;
	border-radius: 20px 20px 0px 0px !important;
	-webkit-border-radius: 20px 20px 0px 0px !important;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.event-text-block {
	text-align: center;
	/* background: rgba(255, 255, 255, 0.70);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px; */
	/* position: absolute;
	bottom: 20px;
	left: 30px;
	right: 30px;
	padding: 0 10px;
	padding: 12px 0; */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.event-text-block .block-title {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.event-text-block span,
.event-text-block h2 {
    font-family: 'Poppins';
	color: #fff;
}

.event-text-block h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	/* position: absolute;
	top: 20px;
	left: 30px;
	right: 30px; */	
}

.event-text-block  {
	padding: 20px 30px;
	/* background-color: #000; */
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.all_packages .event-text-block  {
	    margin-top: 2px !important;
		padding: 20px !important;
	background-color: #000;
	border-radius: 0px 0px 20px 20px !important;
}


/* .event-text-block .event-bottom {
	position: absolute;
	bottom: 20px;
	left: 30px;
	right: 30px;
} */

.event-text-block .event-bottom .event-icon ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.event-icon ul li img {
		width: 22px;
	 	height: 22px;
	}

.event-bottom .event-icon ul li {
	list-style: none;
	margin: 0 4px;
}

.event-bottom .event-icon ul li:first-child {
	margin-left: 0;
}

.event-bottom .event-icon ul li:last-child {
	margin-right: 0;
}

.event-bottom .event-icon ul li a {
	display: inline-block;
	width: 22px;
	height: 22px;
}

.event-text-block span {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	
}

.event-slider {
	position: relative;
	padding-top: 48px;
}

.inner-wrp .slider-arrows .slick-arrow {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.slider-arrows .slick-arrow,
.event-slider .slick-arrow {
	z-index: 1;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translate(0 , -50%);
	-webkit-transform: translate(0 , -50%);
	-moz-transform: translate(0 , -50%);
	-ms-transform: translate(0 , -50%);
	-o-transform: translate(0 , -50%);
	background: #F9C201;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.slider-arrows .slick-arrow:hover,
.event-slider .slick-arrow:hover {
	background-color: #000;
	color: #F9C201;
}

.slider-arrows .slick-arrow.slick-arrow.next-arrow,
.event-slider .slick-arrow.next-arrow {
	/* left: auto; */
	left: 120px;
}
/* event slider */

/* counter */
.counter-sec-wrp {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
	margin: 20px 0 120px;
	max-width: 100%;
}

.counter-sec-wrp .counter-inner {
	padding-bottom: 0;
}

.counter-sec-wrp .row > * {
	text-align: center;
}

.counter-sec-wrp.counter-sec .counter-inner::after {
	bottom: 31px;
}
/* counter */

/* gallery section */

.gallery-wrp {
	padding-bottom: 80px;
	padding-top: 110px;
}

.gallery-section .gallery-inner {
	margin-bottom: 30px;
}

.gallery-section .gallery-inner a {
	display: block;
}

.gallery-section .gallery-inner img {
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.gallery-section .gallery-inner .sm-image {
	/* width: 300px; */
	height: 300px;
	width: 100%;
}

.gallery-section .gallery-inner .long-image {
	width: 400px;
	height: 630px;
}

.gallery-section .gallery-inner .rect-img {
	width: 100%;
	height: 318px;
}

.gallery-section .gallery-inner .square-img {
	/* width: 648px; */
	width: 100%;
	height: 648px;
}

.gallery-main {
	max-width: 1394px;
	width: 100%;
	margin: 0 auto;
}

.gallery-main {
	padding-top: 48px;
}

/* gallery */

/* blog start */
.blog-wrp {
	padding: 110px 0 60px;
}

.blog-block {
	display: block;
	text-decoration: none;
	color: #000;
}

.blog-detail-main {
	padding-top: 18px;
}

.blog-detail {
	background-color: #fff;
	padding: 24px;
	text-align: left;
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-ms-border-radius: 0 0 20px 20px;
	-o-border-radius: 0 0 20px 20px;
}

.blog-top {
	display: flex;
	align-items: center;
}

.blog-top span {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	padding-left: 10px;
}

.blog-detail .title a,
.blog-detail .title h3 {
	color: #000;
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	margin: 0;
	text-decoration: none;
	padding-top: 9px;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.blog-detail .title a:hover {
	color: #0593D5;
}

.blog-detail .detail p {
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

.blog-image img {
	width: 100%;
	height: 248px;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
}

.blog-detail-main .slick-slide {
	margin: 0 12px;
}
/* blog end */

/* book start */
.book-wrp {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.book-wrp .section-title h2 {
	text-align: center;
	font-size: 50px;
	line-height: 56px;
}


/* book end */

/* team start */
.team-wrp {
	padding: 140px 0 120px;
	background-color: #D0EAF6;
}

.team-image img,
.team-image {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.team-image img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	object-position: top;
}

.team-inner-block {
	margin-bottom: 30px;
}

.team-block .slick-slide {
	margin: 0 12px;
}

.text-000 {
	color: #000;
}

.team-detail {
	text-align: center;
	background-color: #fff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	color: #000;
	padding: 10px 20px;
    margin: -20px 0 0 0;
    position: relative;
}

.team-detail .block-title {
	font-size: 20px;
	line-height: 24px;
}

.team-detail .block-title span {
	font-family: 'Poppins';
	font-size: 18px;
	line-height: 22px;
}

.team-title {
	padding-bottom: 40px;
}
/* team end */

/* inner gallery start */

.inner-gallery-wrp {
	padding: 50px 0 60px;
}

.inner-gallery-title {
	display: flex;
	align-items: center;
}

.inner-gallery-title .section-title {
	text-align: left;
	flex: 0 0 50%;
}

.inner-gallery-text {
	position: relative;
	margin-bottom: 30px;
	
}

.inner-gallery-text .block-title {
	z-index: 2;
	text-align: center;
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translate(-50% , 0);
	-webkit-transform: translate(-50% , 0);
	-moz-transform: translate(-50% , 0);
	-ms-transform: translate(-50% , 0);
	-o-transform: translate(-50% , 0);
	max-width: 173px;
    width: 100%;
}

.inner-gallery-title {
	padding-bottom: 40px;
}

.inner-gallery-text .event-image {
	display: block;
}
/* inner gallery end */

/* dive site */

.dive-wrp {
	padding: 0 0 90px;
}

.dive-title {
	padding-bottom: 40px;
}

.dive-right {
	height: 100%;
}

.dive-left {
	width: 100%;
	height: 440px;
	object-fit: cover;
}

.dive-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.dive-right iframe {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
/* dive site */

/* why dive */
.why-dive-wrp {
	overflow: hidden;
	padding: 40px 0 0;
}

.why-dive-right {
	max-width: 500px;
    width: 100%;
    margin: 0 0 0 60px;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why-dive-right .section-title {
	text-align: left;
	font-size: 40px;
    line-height: 48px;
}

.why-dive-right .section-title span {
	font-size: 48px;
    line-height: 56px;
	top: -33px;
}

.why-dive-left {
	margin: 0 0 0 -20px;
	height: 100%;
}

.why-dive-left img {
	width: 100%;
	height: 540px;
	object-fit: cover;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.why-dive-main .row {
	padding-bottom: 100px;
}

.why-dive-main .row:nth-child(even) .why-dive-right {
	margin-left: auto;
	margin-right: 60px;
}

.why-dive-main .row:nth-child(even) .why-dive-left {
	margin: 0 -20px 0 0;
}
/* why dive */

/* customer start */
.customer-wrp {
	background-color: rgba(118, 198, 237, 0.3);
	padding: 140px 0 120px;
}

.customer-block {
	margin-bottom: 20px;
    height: calc(100% - 20px);
	padding: 24px;
	background-color: #fff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.customer-block .image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0px 5px 14px rgb(0 0 0 / 24%);
}

.customer-block .star-image {
	padding-top: 10px;
}

.customer-block .star-image ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.customer-block .star-image ul li {
	list-style: none;
	margin: 0 3px;
}

.customer-block .block-title {
	font-family: 'Poppins';
	color: #000;
	font-weight: 700;
}

.customer-block .detail p {
	font-size: 16px;
	line-height: 24px;
}

.customer-block .image {
	margin-bottom: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.customer-main-block {
	padding-top: 40px;
	max-width: 1430px;
	width: 100%;
	margin: 0 auto;
}

.customer-main-block .slick-slide {
	margin: 0 12px;
	height: auto;
}

.customer-main-block .slick-track {
	display: flex;
}
/* customer end */

/* download start */

.download-wrp {
	padding: 140px 0 120px;
}

.download-left .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.download-left .form-group .form-label {
	max-width: 200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.download-left .form-group .form-control {
	padding: 0 0 6px 14px;
	border: none;
	border-bottom: 1px solid #76C6ED;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin-left: 40px;
	box-shadow: none;
}

.download-right {
	margin: 0 0 0 50px;
}

.download-right img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.download-title {
	padding-bottom: 40px;
}
/* download end */

.sub-title {
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	color: #000;
}

.sub-title * {
	margin: 0;
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
}

.process-path {
	counter-reset: my-awesome-counter;
	padding-top: 40px;
	max-width: 1045px;
	width: 100%;
	margin: 0 auto;
}
  
.process-path .row:last-child .process-left {
	padding-bottom: 0;
}
  
.process-left {
	position: relative;
	counter-increment: my-awesome-counter;
}
  
.process-left::before {
	content: "" counter(my-awesome-counter);
	position: absolute;
	right: -63px;
	top: 0;
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	padding: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(199 232 249);
	z-index: 2;
}
  
.process-left::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40px;
	transform: translate(0, 0);
	border: 1px dashed #76C6ED;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	z-index: -1;
}
  
.process-path .row:nth-child(even) {
	flex-direction: row-reverse!important;
}
  
.process-path .row:nth-child(even) .process-left::after {
	left: 8px;
	right: auto;
}
  
.process-path .row:nth-child(even) .process-left::before {
    left: -17px;
    right: auto;
}
  
.process-path .process-left ul li::after {
	content: "";
	position: absolute;
	top: 78px;
	bottom: -70px;
	left: -52px;
	width: 0;
	border: 1px dashed #44ce6f;
}
  
.process-path .process-left h3 {
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 10px;
	margin: 0;
}
  
.process-path .process-left p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
}
  
.process-path .row:nth-child(odd) .process-left {
	text-align: right;
	padding-right: 80px;
	padding-left: 0;
}
  
.process-path .row:last-child .process-left::after {
	display: none;
}
  
.process-left {
	padding: 0 0 60px 80px;
}

.process-left .inner-process {
	position: relative;
}

.process-left .inner-process::after {
	content: "";
    position: absolute;
    right: -148px;
    top: -5px;
    border: 1px solid #76C6ED;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
}

.process-path .row:nth-child(even) .inner-process::after {
    left: -102px;
    right: auto;
}

/* privacy */
.privacy-wrp {
	padding: 140px 0 120px;
}

.privacy-wrp .privacy-title {
	text-align: center;
}

.section-title.small-title {
	font-size: 48px;
	line-height: 56px;
}

.section-title.small-title span {
	font-size: 60px;
	line-height: 66px;
	top: -41px;
}

.cmn-list {
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

.cmn-list ol li,	
.cmn-list ul li {
	margin-bottom: 16px;
}
/* privacy */

.inner-wrp {
	overflow: hidden;
}

.innersec .slick-slide {
	margin: 0 10px;
}

.inner-wrp .event-main {
	margin-left: 150px;
}

.inner-wrp .section-title {
	text-align: left;
}

.inner-wrp .event-text .detail p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.evente-title .detail p {
	text-align: left;
}

.inner-wrp .evente-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-wrp .evente-title .slider-arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.inner-wrp .evente-title .title {
	flex: 0 0 60%;
}

.inner-wrp .slider-arrows {
	flex: 0 0 40%;
}

.inner-wrp .slider-arrows .slick-arrow:hover svg path {
	fill: #F9C201;
}

.bottom-wrp {
	padding: 80px 0;
}
/* price section */
.price-wrp {
	background-color: rgb(118, 198, 237, 0.3);
	padding: 120px 0;
}

.price-wrp .section-title {
	text-align: center;
}

.price-block .btn-price {
	font-size: 48px;
	line-height: 52px;
	color: #000;
	text-align: center;
	padding:  12px 24px;
	background-color: rgb(118, 198, 237, 0.4);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.price-block-main {
	display: flex;
	align-items: center;
}

.btn-line {
	position: relative;
}

.btn-line::after {
	content: "";
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    background-image: url(../images/line-img.svg);
    background-size: cover;
	width: 100%;
	height: 100%;
}

.p-btn {
	padding-top: 40px;
}

.price-block {
	margin: 0 10px;
}
/* price section */

/* do you know section */
.do-you-know-wrp {
	padding: 140px 0 120px;
}

.do-you-know-wrp .section-title {
	text-align: center;
}

.do-you-know-block {
	background-image: url("../images/do-you-know-img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 80px 0;
	margin-top: 40px;
	position: relative;
}

.d-inner-block {
	padding: 24px 20px;
	text-align: center;
	background: #fff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.d-inner-block .title h5 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	padding: 15px 0 10px 0;
	margin: 0;
}

.d-inner-block .title p {
	margin: 0;
}

.do-you-know-block .row {
	max-width: 1390px;
    width: 100%;
    margin: 0 auto;
}


/* do you know section */

/* cancel block */
.cancel-wrp {
	padding: 30px 0;
}
/* cancel block */

/* contact */

.contact-wrp {
	padding: 110px 0 60px;
}

.contact-title {
	padding-bottom: 40px;
}

.contact-left {
	background-color: #fff;
	box-shadow: 0px 5px 14px rgb(0 0 0 / 24%);
	padding: 94px 58px;
	height: calc(100% - 20px);
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.contact-left .form-group {
	margin-bottom: 30px;
}

.contact-left .form-group:last-child {
	margin-bottom: 0;
}

.contact-left .form-control {
	border: none;
	border-bottom: 1px solid #76C6ED;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	font-size: 20px;
	line-height: 22px;
	color: #000;
	padding: 10px 20px 14px 0;
}

.contact-left .form-control::placeholder {
	font-size: 20px;
	line-height: 22px;
	color: #000;
}

.contact-left .form-submit {
	text-align: center;
	padding-top: 10px;
}

.contact-right {
	height: 100%;
	margin-bottom: 20px;
}

.contact-right img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
/* contact */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
	padding: 100px 0;
}

.footer-main .social-media ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.footer-main .social-media ul li {
	list-style: none;
	margin: 0 8px;
}

.footer-main .social-media ul li:first-child {
	margin-left: 0;
}

.footer-main .social-media ul li:last-child {
	margin-right: 0;
}

.footer-main .social-media ul li a {
	color: #0593D5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.footer-main .social-media ul li a:hover {
	background-color: #0593D5;
	color: #fff;
}

.footer-main .detail {
	padding: 50px 0 30px;
	max-width: 470px;
	width: 100%;
}

.footer-main .detail p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
}

.footer-logo-section {
	text-align: left;
}

.footer-logo-section .detail u {
	text-decoration: none !important;
}

.footer-logo {
	display: inline-block;
	max-width: 240px;
	width: 100%;
}

.footer-menu h4 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px; /* 150% */
	margin-bottom: 20px;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	list-style: none;
	margin-bottom: 10px;
}

.footer-menu ul li a {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.footer-menu ul li a:hover {
	color: #0593D5;
}

.footer-address {
	padding-bottom: 22px;
}

.footer-address h4 {
	margin: 0;
}

.footer-address .detail {
	padding: 0;
	
}

.footer-address span {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	padding-top: 22px;
	display: block;
}

.footer-contact a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	position: relative;
	text-decoration: underline;
	padding-left: 28px;
}

.footer-contact a::before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-office a {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	font-weight: 800;
	text-decoration-line: underline;
	display: inline-block;
	position: relative;
	margin-top: 20px;
}

.footer-office a::after {
	content: "\f062";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	right: -20px;
}

.footer-contact-main a:hover {
	color: #0593D5;
}
/*========== Footer End ==========*/
/*==================================================================*/
.slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.slick-dots li {
	list-style: none;
	margin: 0 4px;
}

.slick-dots li button {
	display: none;
}

.slick-dots li {
	cursor: pointer;
	width: 12px;
	height: 12px;
	background-color: rgba(30, 26, 23, 0.3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.slick-dots li.slick-active {
	background-color: #0593D5;
}

.read-more {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.read-more:hover {
	color: #0593D5;
}

.play-icon {
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 22px;
	color: #222222 !important;
	z-index: 9999;
	animation: image-pulse 3s infinite;
	-webkit-animation: image-pulse 3s infinite;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #fff;	
}

.play-icon::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 76px;
	height: 76px;
	background: rgba(255, 255, 255, 0.49);
	z-index: -1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.play-icon::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.3);
	z-index: -1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.play-icon a {
	display: block;
	color: #F9C201;
}

@keyframes image-pulse {
    0% {
		transform: translate(-50% ,-50%) scale(0.7);
		-webkit-transform: translate(-50% ,-50%) scale(0.7);
		-moz-transform: translate(-50% ,-50%) scale(0.7);
		-ms-transform: translate(-50% ,-50%) scale(0.7);
		-o-transform: translate(-50% ,-50%) scale(0.7);
}
    50% {
        transform: translate(-50% ,-50%) scale(1);
        -webkit-transform: translate(-50% ,-50%) scale(1);
        -moz-transform: translate(-50% ,-50%) scale(1);
        -ms-transform: translate(-50% ,-50%) scale(1);
        -o-transform: translate(-50% ,-50%) scale(1);
}
    100% {
        transform:  translate(-50% ,-50%) scale(0.7);
        -webkit-transform:  translate(-50% ,-50%) scale(0.7);
        -moz-transform:  translate(-50% ,-50%) scale(0.7);
        -ms-transform:  translate(-50% ,-50%) scale(0.7);
        -o-transform:  translate(-50% ,-50%) scale(0.7);
}
}

@-webkit-keyframes image-pulse {
    0% {
		transform: translate(-50% ,-50%) scale(0.7);
		-webkit-transform: translate(-50% ,-50%) scale(0.7);
		-moz-transform: translate(-50% ,-50%) scale(0.7);
		-ms-transform: translate(-50% ,-50%) scale(0.7);
		-o-transform: translate(-50% ,-50%) scale(0.7);
}
    50% {
        transform: translate(-50% ,-50%) scale(1);
        -webkit-transform: translate(-50% ,-50%) scale(1);
        -moz-transform: translate(-50% ,-50%) scale(1);
        -ms-transform: translate(-50% ,-50%) scale(1);
        -o-transform: translate(-50% ,-50%) scale(1);
}
    100% {
        transform: translate(-50% ,-50%) scale(0.7);
        -webkit-transform: translate(-50% ,-50%) scale(0.7);
        -moz-transform: translate(-50% ,-50%) scale(0.7);
        -ms-transform: translate(-50% ,-50%) scale(0.7);
        -o-transform: translate(-50% ,-50%) scale(0.7);
}
}

.read_more{
    display: none !important;
}

/* modal */
.modal-dialog {
	max-width: 800px;
}

.modal-content {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.close-btn {
	text-align: right;
	padding: 0;
	margin: 20px;
	margin-bottom: 0;
}

.modal-inner-body .form-group {
	margin-bottom: 20px;
}

.modal-inner-body .form-control::placeholder {
	font-size: 18px;
	line-height: 20px;
	color: #000;
}

.modal-inner-body .form-select,
.modal-inner-body .form-control {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	box-shadow: none;
	padding: 0 10px 10px 10px;
	color: #000;
	font-size: 18px;
	line-height: 20px;
}

.modal-inner-body .form-control:focus {
	border-color: #0593D5;
}

.modal-body .title {
	padding: 0 0 20px 0;
}

.modal-body .title h5 {
	font-weight: 700;
}

.close-btn button:focus,
.close-btn button {
	box-shadow: none;
}

.modal-inner-body .form-submit {
	text-align: center;
	padding-top: 20px;
}
/* modal */

/* gallery */
.gallery-slider .slick-track {
	display: flex;
}

.gallery-slider .gallery-slide {
	height: auto;
	margin: 0 10px;
}

.gallery-slider .gallery-inner a,
.gallery-slider .gallery-inner {
	height: 100%;
	display: block;
}

.gallery-slider .gallery-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.gallery-mobile-section .detail {
	padding-bottom: 16px;
}
/* gallery */

.cmn-banner-wrp .banner-main {
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.cmn-banner-wrp .banner-main .main-title img {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}

/* information section */
.info-wrp {
	padding: 60px 0;
	background-color: rgba(5, 147, 213, 0.2);
}

.info-left-side .section-title {
	font-size: 27px;
	line-height: 30px;
	text-shadow: none;
	font-family: 'Poppins';
	font-weight: 700;
	margin-bottom: 10px;
}

.info-inner-block .i-block img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.info-inner-block .i-block {
	display: flex;
	align-items: center;
}

.info-inner-block .i-block p {
	font-size: 16px;
	line-height: 18px;
	color: #1c1c1c;
	text-transform: capitalize;
}

.info-inner-block .i-block span {
	font-size: 14px;
	line-height: 16px;
	color: #717171;
}

.info-side-block {
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .6rem;
	padding: 24px;
}

.info-side-block .section-title {
	font-size: 27px;
	line-height: 32px;
	margin-bottom: 10px;
}

.info-side-block .info-list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.info-side-block .info-list ul li {
	width: 50%;
	list-style: none;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.info-side-block .info-list ul li img {
	width: 34px;
	height: 34px;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.info-side-block .info-list ul li p {
	text-transform: capitalize;
	margin: 0;
	padding-left: 10px;
}

.i-red-block {
	background-color: rgba(134 208 242 / 70%);;
	padding: 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin: 10px 0;
}

.i-red-block p {
	margin: 0;
}

.i-red-block a:hover {
	color: #fff;
}

.info-btn .btn,
.info-btn {
	width: 100%;
}

.info-bottom .section-title {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}

/* information section */

/* ctm event */
.ctm-event .event-block .event-btn {
	width: 100%;
	padding: 0 10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% ,-50%);
	text-align: center;
	transition: 0.4s;
}


.ctm-event .event-block:hover .event-btn {
	opacity: 1;
	transition: 0.4s;
}

.btn-fixed {
	position: fixed;
    bottom: 20px;
    right: 20px;

}