@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #000;
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none !important
}
a {
	text-decoration: none !important;
}
.transition {
	transition: 0.5s;
}
.section-padding {
	padding: 100px 0;
}
.sp-top {
	padding-top: 100px;
}
.sp-bottom {
	padding-bottom: 100px;
}
.sm-top {
	margin-top: 100px;
}
.sm-bottom {
	margin-bottom: 100px;
}
.z-index-0 {
	z-index: 0;
}
.locBtn {
	background: #f42319;
	padding: 15px 40px;
	width: fit-content;
	border-radius: 60px;
}
.locBtn::before {
	content: '';
	width: 96%;
	position: absolute;
	height: 90%;
	border: 2px solid #fff;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*---------------------------------------
:::::Header Section
---------------------------------------*/
header {
	height: 110px;
	border-top: 5px solid #f42319;
	padding-top: 5px;
	z-index: 2;
}
header .navbar ul li a {
	color: #0e141e !important;
}
header .navbar ul > li > a {
	font-size: 18px;
	padding: 17px 25px !important;
	margin-top: 20px;
}
header .logoArea img {
	min-width: 161px;
}
header nav > .navbar-collapse.order-1 ul li:last-child {
	padding-right: 25px;
}
header nav > .navbar-collapse.order-2 ul li:first-child {
	padding-left: 25px;
}
header nav.navbar .navbar-nav > li.dmenu > ul a {
	padding: 10px 0px 0;
	font-size: 15px;
	width: fit-content;
}
header nav.navbar .navbar-nav > li > .dropdown-menu.sm-menu {
	padding: 10px 25px !important;
	z-index: 0;
	width: fit-content;
	column-count: 2;
	transform: translate(-90px,0);
}
header nav.navbar .navbar-nav > li > .dropdown-menu.sm-menu::after {
	content: '';
	width: 100%;
	position: absolute;
	height: 3px;
	background: #f42319;
	top: -3px;
	left: 0;
}
header nav.navbar .navbar-nav > li.dropdown {
	padding-right: 18px;
}
header nav.navbar .navbar-nav > li.dropdown > a::after {
	display: none;
}
header nav.navbar .navbar-nav > li > .dropdown-menu.sm-menu a {
	background: transparent;
}
header nav.navbar .navbar-nav > li.dmenu > ul a::after {
	content: '';
	width: 0%;
	position: absolute;
	height: 1px;
	bottom: 3px;
	background: #f42319;
	left: 0;
	transition: 0.5s;
	visibility: hidden;
}
header nav.navbar .navbar-nav > li.dmenu > ul a:hover::after {
	width: 100%;
	visibility: visible;
}
header nav.navbar .navbar-nav > li > .dropdown-menu.sm-menu a:hover {
	color: #f42319 !important;
}
header .socialIcons, footer .socialIcons {
	transform: translate(0,-30px);
	position: absolute;
	right: 15px;
}
header .socialIcons li i, footer .socialIcons li i {
	color: #0e141e;
	width: 34px;
	height: 34px;
	border: 2px solid #0e141e;
	margin-left: 6px;
}
header .navbar ul > li > a:hover, header .navbar ul > li > a.active, header .socialIcons li i:hover {
	color: #f42319 !important;
}
/*---------------------------------------
:::::Banner Section
---------------------------------------*/
.bannerSlider {
	background: #000;
}
.bannerSlider .container {
    left: 0;
    right: 0;
}
.bannerSlider .banner-back {
    height: 650px;
    object-fit: cover;
}
.bannerSlider .contentBox {
	width: 80%;
    padding: 20px;
    margin: auto;
    z-index: 0;
}
.bannerSlider img {
    opacity: 0.6;
}
.bannerSlider .contentBox h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
}
.bannerSlider .contentBox p {
	width: 80%;
	margin: 18px auto 10px !important;
	line-height: 26px;
}
.bannerSlider .contentBox a {
    color: #fcb040;
	padding: 16px 40px;
	border-radius: 60px;
	font-size: 18px;
	z-index: 0;
	width: fit-content;
	margin: 25px auto 0;
	background: #f42319;
}
.bannerSlider .contentBox::before {
	content: ;
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	z-index: -1;
	filter: blur(200px);
	opacity: 0.3;
}
.bannerSlider .contentBox a::after {
	content: '';
	width: 96%;
	position: absolute;
	height: 80%;
	border: 2px solid #fff;
	border-radius: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bannerSlider .contentBox a:hover, .locBtn:hover {
    color: #f42319 !important;
    background: #0e141e;
}
.bannerSlider .owl-nav {
    position: absolute;
    max-width: 1140px !important;
    pointer-events: none;
    width: 1140px;
}
.bannerSlider .owl-nav > button {
    pointer-events: auto;
    width: 50px;
    height: 50px;
    background: url(../images/banner-arrow.png) center no-repeat !important;
    background-size: 100% 100% !important;
}
.bannerSlider .owl-nav > button > span {
    display: none;
}
.bannerSlider .owl-nav > button:first-child {
    float: left;
    margin-left: -30px;
}
.bannerSlider .owl-nav > button:last-child {
    transform: rotate(180deg);
    float: right;
    margin-right: -30px;
}
.bannerSlider .owl-dots {
	position: absolute;
	bottom: 30px;
}
.bannerSlider .owl-dots button > span {
	margin: 4px !important;
	width: 12px !important;
	height: 12px !important;
	transition: 0.5s;
}
.bannerSlider .owl-dots button > span:hover, .bannerSlider .owl-dots button.active > span {
	background: #f42319 !important;
}
/*---------------------------------------
:::::About Section
---------------------------------------*/
.aboutSec h2::before {
	content: '';
	width: 3px;
	position: absolute;
	height: 100%;
	top: 0;
	background: #f42319;
	left: 0;
}
.aboutSec h2 > span, .packageSec h2 > span, .faqSec h2 > span, .bannerSec h1 > span, 
.serviceSec .serviceBox:hover h5 {
	color: #f42319;
}
.aboutSec .row > [class*="col-"]:first-child, .packageSec .row > [class*="col-"]:first-child {
	padding-right: 50px;
}
/*---------------------------------------
:::::Service Section
---------------------------------------*/
.serviceSec::before {
	content: '';
	width: 100%;
	position: absolute;
	height: 80%;
	top: 0;
	background: url(../images/service-bg.jpg) no-repeat;
	left: 0;
	z-index: -1;
}
.serviceSec h2::after, .packageSec h2.title::after, .faqSec h2::after {
	content: '';
	width: 70px;
	position: absolute;
	height: 2px;
	bottom: 0;
	background: #fff;
	left: 0;
	margin: auto;
	right: 0;
}
.serviceSec h5 {
	color: #000;
}
/*---------------------------------------
:::::Package Section
---------------------------------------*/
.packageSec h2.title::after, .faqSec h2::after {
	background: #f42319;
}
.packageSec.first .row {
	margin-top: 60px;
}
.packageSec .sup {
	border-left: 2px solid #f42319;
	padding-left: 5px;
	line-height: 18px;
}
.packageSec ul li {
	padding-left: 18px;
	margin-top: 5px;
}
.packageSec ul li:before {
	content: '';
	width: 8px;
	position: absolute;
	height: 8px;
	top: 12px;
	background: #f42319;
	left: 0;
	border-radius: 50%;
}
.packageSec .row.flex-row-reverse > [class*="col-"]:first-child {
	padding-right: 15px;
}
/*---------------------------------------
:::::Booking Section
---------------------------------------*/
.bookingSec h4 {
	width: 85%;
	line-height: 38px;
	border-top: 1px solid #ccc;
	padding-top: 25px;
}
.bookingSec ul {
	width: 510px;
	border-top: 1px solid #ccc;
	padding: 15px 70px 0;
	margin-top: 40px;
	margin-bottom: 25px;
}
/*---------------------------------------
:::::FAQ Section
---------------------------------------*/
#main #faq .card {
	margin-bottom: 10px;
	border: 0;
}
#main #faq .card .card-header {
	border: 0;
	padding: 0;
}
#main #faq .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #f42319;
	color: #fff;
	padding: 20px;
	font-weight: 500;
	font-size: 17px;
}
#main #faq .card .card-header .btn-header-link:after {
	content: "\f068";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
	color: #fff;
}
#main #faq .card .card-header .btn-header-link.collapsed {
	background: #f7f7f7;
	color: #0e141e;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
	content: "\2b";
	color: #f42319;
}
#main #faq .card .collapsing {
	background: #f7f7f7;
	line-height: 30px;
}
#main #faq .card .collapse {
	border: 0;
}

#main #faq .card .collapse.show {
	background: #f7f7f7;
	line-height: 30px;
	color: #222;
}
/*---------------------------------------
:::::Footer Section
---------------------------------------*/
footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	background-size: cover;
}
footer h5::before {
	content: '';
	width: 100%;
	position: absolute;
	height: 1px;
	background: #353a42;
	bottom: 0;
	left: 0;
}
footer h5::after {
	content: '';
	width: 50px;
	position: absolute;
	height: 3px;
	bottom: -1px;
	background: #f42319;
	left: 0;
}
footer .contactUs > li > a {
	padding-left: 30px;
	margin-bottom: 12px;
	display: inline-block;
	word-break: break-all;
	line-height: 24px;
}
footer .contactUs > li > a.call {
	font-size: 18px;
}
footer .contactUs > li i {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 22px;
	color: #f42319;
}
footer .quickLinks > li > a:hover, footer .contactUs > li > a:hover {
	color: #f42319 !important;
}
footer .socialIcons {
	transform: translate(0,0);
	position: relative;
	left: 0;
}
footer .socialIcons i {
	width: 40px !important;
	height: 40px !important;
	border-color: #fff !important;
}
footer .socialIcons i:hover {
	background: #f42319;
	border-color: #f42319 !important;
}
footer .copyRight a {
	color: #f42319;
	text-decoration: underline !important;
}
footer .copyRight a:hover {
	color: #fff;
}
footer .copyRight {
	border-top: 1px solid rgba(255,255,255,0.20);
	margin-top: 50px;
	padding: 18px 0;
}
/*---------------------------------------------------
:::::Back To Top Section
---------------------------------------------------*/
.back-to-top {
    visibility: hidden;
    background: #f42319;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .5s;
}
.back-to-top i {
    font-size: 18px;
    color: #fff;
    transition: all .5s;
}
.back-to-top:hover {
    background: #0e141e;
    opacity: 1
}
.back-to-top:hover i {
    color: #f42319;
}
.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1;
}
/*---------------------------------------
:::::Inner banner Section
---------------------------------------*/
.bannerSec {
	background: #000;
}
.bannerSec img {
	height: 350px;
	object-fit: cover;
	opacity: 0.5;
}
.bannerSec h1 > span {
	background: rgba(0,0,0,0.5);
	padding: 0px 22px;
	border-radius: 50px;
}
/*---------------------------------------
:::::Service Page Section
---------------------------------------*/
.birthday {
	padding: 45px 30px;
	background: #eee;
	border-radius: 10px;
}
.holiDay, .genderReveal {
	background: url(../images/service-bg.jpg) no-repeat;
	background-size: cover;
}
.holiDay h2 > span , .genderReveal h2 > span {
	color: #000;
}
.holiDay h2::before, .genderReveal h2::before {
	background: #fff;
}
.graduation {
	background: url(../images/graduatin-back.jpg) no-repeat;
	background-size: cover;
}
.graduation::before {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	background: rgba(255,255,255,.85);
	top: 0;
	left: 0;
	z-index: -1;
}
.classReunion {
	padding: 45px 30px;
	background: url(../images/class-reunion.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
}
.genderReveal {
	padding: 45px 30px;
	border-radius: 10px;
}
/*---------------------------------------
:::::Gallery Page Section
---------------------------------------*/
.galleryPage .galleryBox a {
	background: #f42319;
	border-radius: 6px;
	padding: 13px;
	transform: scale(0);
}
.galleryPage .galleryBox:hover a {
	transform: scale(1);
}
.galleryPage .galleryBox a:hover {
	background: #111721;
}
.galleryPage .row > [class*="col-"] {
	margin-top: 30px;
}
.galleryPage .row > [class*="col-"]:first-child, .galleryPage .row > [class*="col-"]:nth-child(2), 
.galleryPage .row > [class*="col-"]:nth-child(3) {
	margin-top: 0;
}



/*---------------------------------------
:::::Contact Page Section
---------------------------------------*/
.con_row { 
	filter: drop-shadow(10.607px 10.607px 15px rgba(0,0,0,0.1));
	background: #FFF;
}
.contbox {
	background:#F42319;
	padding:50px 30px;
	font-size:20px;
	color:#FFF;
}
.contbox i { 
	color:#F42319; 
	font-size:30px; 
	background:#FFF; 
	width:76px; 
	height:76px; 
	text-align:center; 
	line-height:76px; 
	border-radius:5px; 
	vertical-align:top; 
	margin-right:15px; 
}
.form_box textarea { 
	resize:none;
}
.form_box input , .form_box select , .form_box textarea  { 
	border-radius:5px; 
	border:#CCC 1px solid; 
	padding:10px 15px; 
	width:100%;
}
.half {
	width:49%;
	float:left;
}
.rt {
	float:right;
}


/*---------------------------------------
:::::Responsive Section
---------------------------------------*/
@media only screen and (max-width: 1199px) {
	.section-padding {
		padding: 70px 0;
	}
	.sp-top {
		padding-top: 70px;
	}
	.sp-bottom {
		padding-bottom: 70px;
	}
	.sm-top {
		margin-top: 70px;
	}
	.sm-bottom {
		margin-bottom: 70px;
	}
	header .navbar ul > li > a {
		font-size: 16px;
		padding: 20px 12px !important;
		font-weight: 500;
	}
	header nav > .navbar-collapse.order-1 ul li:last-child {
		padding-right: 12px;
	}
	header nav > .navbar-collapse.order-2 ul li:first-child {
		padding-left: 12px;
	}
	.bannerSlider .banner-back {
	    height: 550px;
	}
	.bannerSlider .contentBox {
		width: 90%;
	}
	.bannerSlider .owl-nav, .featuredMusic .owl-nav, .partnersSec .owl-nav {
        max-width: 960px !important;
        width: 960px;
    }
    .bannerSlider .owl-nav > button, .featuredMusic .owl-nav > button, .partnersSec .owl-nav > button {
        width: 40px;
        height: 40px;
    }
    .bannerSlider .owl-nav > button:first-child {
        margin-left: 0px;
    }
    .bannerSlider .owl-nav > button:last-child {
        margin-right: 0px;
    }
    .serviceSec::before {
		height: 62%;
	}
	.bannerSec img {
		height: 300px;
	}
	.bannerSec h1 > span {
		padding: 0px 15px;
	}
	.contbox { 
		font-size:16px; 
	}
}
@media only screen and (max-width: 991px) {
	.section-padding {
		padding: 50px 0;
	}
	.sp-top {
		padding-top: 50px;
	}
	.sp-bottom {
		padding-bottom: 50px;
	}
	.sm-top {
		margin-top: 50px;
	}
	.sm-bottom {
		margin-bottom: 50px;
	}
	header {
		height: 96px;
	}
	header .logoArea img {
		min-width: 120px;
		width: 120px;
	}
	header .logoArea {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	header .logoArea > a {
		margin: 0 !important;
	}
	header .navbar-toggler {
		background: #f42319;
		border-radius: 0;
		padding: 15px;
	}
	header .navbar-toggler > i {

	}
	header nav > .navbar-collapse.order-1 {
		margin-top: 100px;
	}
	header .navbar ul > li, header .navbar ul > li > a {
		width: fit-content;
		margin: auto;
	}
	header nav.navbar .navbar-nav > li > .dropdown-menu.sm-menu {
		transform: translate(0px,0);
		margin: auto;
		padding: 10px 25px !important;
	}
	header .navbar ul > li > a {
		margin-top: 0;
	}
	header .navbar ul > li > a {
		padding: 10px 12px !important;
	}
	header nav > .navbar-collapse.order-1 ul li:last-child {
		padding-right: 0;
	}
	header nav > .navbar-collapse.order-2 ul li:first-child {
		padding-left: 0;
	}
	header .socialIcons {
		right: 80px;
		top: 56px;
	}
	.bannerSlider .banner-back {
	    height: 500px;
	}
	.bannerSlider .contentBox h1 {
		font-size: 26px;
	}
	.bannerSlider .contentBox p {
		width: 100%;
		margin: 10px auto 0px !important;
		font-size: 14px;
		line-height: 22px;
	}
	.bannerSlider .owl-nav, .featuredMusic .owl-nav, .partnersSec .owl-nav {
        max-width: 720px !important;
        width: 720px;
    }
    .aboutSec .row > [class*="col-"]:first-child {
		padding-right: 15px;
	}
    .aboutSec .row > [class*="col-"]:last-child, .packageSec .row > [class*="col-"]:last-child {
    	margin-top: 30px;
    }
    .serviceSec::before {
		height: 66%;
	}
    .serviceSec h5 {
		font-size: 16px;
	}
	.bookingSec h4 {
		width: 100%;
		line-height: 32px;
		padding-top: 25px;
		font-size: 22px;
	}
	.bookingSec ul {
		margin-top: 22px;
		margin-bottom: 25px;
	}
	footer .row > [class*="col-"]:first-child, footer .row > [class*="col-"]:nth-child(2) {
		margin-bottom: 40px;
	}
	footer .copyRight {
		font-size: 14px;
	}
	.bannerSec h1 {
		font-size: 32px;
	}
	.contbox { 
		margin:20px 0px; 
		font-size:18px; 
	}
	.galleryPage .galleryBox:hover a {
		transform: scale(0.8);
	}
}
@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 30px 0;
	}
	.sp-top {
		padding-top: 30px;
	}
	.sp-bottom {
		padding-bottom: 30px;
	}
	.sm-top {
		margin-top: 30px;
	}
	.sm-bottom {
		margin-bottom: 30px;
	}
	.bannerSlider .owl-nav, .featuredMusic .owl-nav, .partnersSec .owl-nav {
        max-width: 540px !important;
        width: 540px;
    }
    .serviceSec .row > [class*="col-"]:nth-child(3), .serviceSec .row > [class*="col-"]:last-child {
    	margin-top: 30px;
    }
    .bookingSec h4 {
		line-height: 28px;
		font-size: 20px;
	}
	.back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 15px;
        bottom: 45px;
    }
    .back-to-top.show {
        bottom: 15px;
    }
    .back-to-top i {
        font-size: 15px;
    }
    footer .row > [class*="col-"]:nth-child(3) {
    	margin-bottom: 40px;
    }
    .bannerSec img {
		height: 250px;
	}
	.bannerSec h1 {
		font-size: 25px;
	}
	.contbox { 
		margin:20px 0px; 
	}
	.half {
		width:100%;
		float:none;
		margin-bottom:25px;
	}
	.rt {
		float:none;
	}
	.birthday, .classReunion, .genderReveal {
		padding: 30px 15px 15px;
	}
	.galleryPage .row > [class*="col-"]:first-child {
		margin-top: 0;
	}
	.galleryPage .row > [class*="col-"]:nth-child(2), .galleryPage .row > [class*="col-"]:nth-child(3) {
		margin-top: 30px;
	}
	.galleryPage .galleryBox:hover a {
		transform: scale(1);
	}
}
@media only screen and (max-width: 575px) {
	header {
		height: 67px;
	}
	header nav > .navbar-collapse.order-1 {
		margin-top: 60px;
	}
	header nav.navbar .navbar-nav > li.dmenu > ul a {
		margin: auto;
	}
	header nav.navbar .navbar-nav > li > .dropdown-menu.sm-menu {
		column-count: 1;
	}
	header .navbar-toggler {
		padding: 10px;
	}
	header .logoArea img {
		min-width: 80px;
		width: 80px;
	}
	header .socialIcons {
		top: 43px;
		right: 60px;
	}
	header .socialIcons li i {
		width: 30px;
		height: 30px;
		border: 1px solid #0e141e;
		font-size: 13px;
	}
	.bannerSlider .contentBox {
		width: 100%;
	}
	.bannerSlider .contentBox h1 {
		font-size: 22px;
		line-height: 22px;
	}
	.bannerSlider .contentBox a {
		font-size: 15px;
	}
	.bannerSlider .owl-nav, .featuredMusic .owl-nav, .partnersSec .owl-nav {
        max-width: 95% !important;
        width: 95%;
    }
    .bannerSlider .owl-nav > button {
        width: 30px;
        height: 30px;
    }
    .aboutSec h2 {
		font-size: 25px;
	}
	.serviceSec .row > [class*="col-"]:first-child {
		margin-bottom: 30px;
	}
	.bookingSec ul {
		width: 100%;
		justify-content: center !important;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 10px 0 0;
	}
	footer .contactUs > li > a {
		font-size: 14px;
	}
	footer .contactUs > li i {
		top: 2px;
		font-size: 20px;
	}
	footer .copyRight {
		margin-top: 30px;
		line-height: 20px;
	}
	.bannerSec img {
		height: 200px;
	}
	.bannerSec h1 {
		font-size: 22px;
	}
	.bannerSec h1 > span {
		padding: 0px 10px;
	}
	.birthday, .classReunion, .genderReveal {
		margin: 0;
	}
}