/*1. Animate css, 2. Smartmenus css, 3. Slick css, 4. Reset css, 5. Core css, 6. custom css*/

/* =================animate css starts here================= */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
	to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

/* =================animate css ends here================= */
@font-face { font-family: 'proxima-nova'; src: url('../fonts/proximanova-regular-webfont.eot'); src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'proxima-nova'; src: url('../fonts/proximanova-light-webfont.eot'); src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light-webfont.woff2') format('woff2'), url('../fonts/proximanova-light-webfont.woff') format('woff'), url('../fonts/proximanova-light-webfont.ttf') format('truetype'), url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'proxima-nova'; src: url('../fonts/proximanova-bold-webfont.eot'); src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff2') format('woff2'), url('../fonts/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'proxima-nova'; src: url('../fonts/proximanova-semibold-webfont.eot'); src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg'); font-weight: 600; font-style: normal; }

/* =================slick css ends here================= */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide img { display: block; width: 100% }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-loading .slick-list { background: #fff url('../images/ajax-loader.gif') center center no-repeat; }
.slick-prev, .slick-next { z-index: 99; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; float: left; padding: 0; margin-top: -25px\9; /*lte IE 8*/ -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; width: 62px; height: 63px; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .3; }
.slick-prev:before, .slick-next:before { font-family: 'font Awesome 5 Free'; font-weight: 900; font-size: 50px; line-height: 1; opacity: 0.9; color: #fff; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: transparent; border-radius: 50%; display: inline-block; padding: 0; }
.slick-prev { left: 15px; }
.slick-prev:before { content: "\f053"; }
.slick-next { right: 15px; }
.slick-next:before { content: "\f054"; }
.slick-slider { margin-bottom: 0; padding-bottom: 45px; }
.slick-dots { position: absolute; bottom: 0; display: block; width: 100%; padding: 0; list-style: none; text-align: center; vertical-align: top; }
.slick-dots li { position: relative; display: inline-block; margin: 0 0px; padding: 0; text-align: center; cursor: pointer; vertical-align: top; }
.slick-dots li button { font-size: 0; line-height: 0; display: inline-block; width: 15px; height: 15px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; opacity: 1; border: solid 1px #000; border-radius: 50%; vertical-align: top; margin: 5px 6px; }
.slick-dots li.slick-active button, .slick-dots li:hover button { opacity: 1; background-color: #000; }
.white-dots .slick-dots li button { border-color: #fff; background: #fff; opacity: 0.4; }
.white-dots  .slick-dots li.slick-active button, .white-dots  .slick-dots li:hover button { background-color: #fff; opacity: 1; }

/* =================slick css end here=================  */

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; }
.mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; border-radius: 10px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }
.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {

	/**
	* Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
	.mfp-img-mobile img.mfp-img { padding: 0; }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width:900px) {
	.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
	.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
	.mfp-container { padding-left: 6px; padding-right: 6px; }
}

/* =================reset css starts here=================  */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset { margin: 0; padding: 0; outline: none; border: 0 }
a { text-decoration: none; border: 0; outline: 0; }
ul { list-style: none; }
a:focus, input:focus, textarea:focus, *:focus { outline: 0 !important; }

/* =================reset css ends here================= */

/* =================core css starts here================= */
body { font-size: 16px; line-height: 24px; font-weight: 400; font-family: 'proxima-nova'; color: #000; background: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.container { width: 100%; max-width: 1300px; }
a, input, button { display: inline-block; text-decoration: none; color: inherit; outline: none; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; }
a img { border: 0px none; }
a:hover { outline: none; color: #7C70C6; text-decoration: none; }
a:active { outline: none; text-decoration: none; }
a:focus { outline: none; outline-offset: 0px; text-decoration: none; color: inherit; }
::-webkit-input-placeholder { color: #000; opacity: 0.5; }
::-moz-placeholder { color: #000; opacity: 0.5; }
:-moz-placeholder { color: #000; opacity: 0.5; }
:-ms-input-placeholder { color: #000; opacity: 0.5; }
.os-animation { opacity: 0; }
.os-animation.animated { opacity: 1; }
img { max-width: 100%; border: 0; height: auto; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; margin-bottom: 24px; line-height: 1.2; font-weight: 400; color: inherit; font-family: 'Unica One', cursive; }
h1 { font-size: 58px; }
h2 { font-size: 48px; }
h3 { font-size: 40px; }
h4 { font-size: 30px; }
h5 { font-size: 26px; }
h6 { font-size: 22px; }
p { margin: 0px; padding: 0px; margin-bottom: 24px; }
strong { font-weight: 700; }
b { font-weight: 400; }
p:last-child { margin-bottom: 0; }
.btn { border-radius: 4px; font-weight: 400; padding: 16px 15px; min-width: 142px; font-size: 16px; line-height: 1; box-shadow: none !important; text-transform: capitalize; transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; position: relative; }
.btn-default, .btn-default:focus { color: #fff !important; background-image: linear-gradient(to right, #7C70C6 0%, #443E8E 51%, #443E8E 100%); border: 0; transition: 0.5s; background-size: 200% auto; }
.btn-default:hover, .btn-default:active { background-position: right center; }
.btn-outline { position: relative; background: #f8f7fc; background-clip: padding-box; border: solid 1px transparent; border-radius: 4px; color: #7C70C6; }
.btn-outline:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; margin: -1px; border-radius: inherit; background: linear-gradient(to left, #7C70C6, #443E8E); }
.btn-outline:hover, .btn-outline:active { background-position: right center; background-image: linear-gradient(to right, #7C70C6 0%, #443E8E 51%, #443E8E 100%); color: #fff; }
.btn-red, .btn-red:focus { color: #fff; background: #E84B4B; border: 1px solid #E84B4B; }
.btn-red:hover, .btn-red:active { background: #fff; color: #E84B4B; }
.btn.btn-lg { min-width: 304px !important; }
.btn.btn-md { min-width: 204px !important; }
.btn.btn-sm { min-width: 196px !important; }
.btn.btn-block { min-width: 100%; }
.btn+.btn { margin-left: 15px; }
.grey-bg { background: #f5f5f5; }

/* =================core css ends here================= */
.outer-container { padding-top: 80px; min-height: 100vh; }

/* ================= Header Start ================= */
#header { background: transparent; position: fixed; left: 0; top: 0; right: 0; padding: 0; z-index: 9999; transition: 0.5s; }
#header:after { content: ''; width: 100%; height: 100%; background: #fff; position: absolute; top: 0; left: 0; transform: translateY(-100vh); transition: 0.2s; border-bottom: 1px solid #E4E4E4; }
#header .container { position: relative; z-index: 2; }
.fixed #header:after { transform: translateY(0); }
#header2 { background: #fff; position: fixed; left: 0; top: 0; right: 0; padding: 0; z-index: 9999; border-bottom: 1px solid #E4E4E4; transition: 0.5s; }
#header2 .navbar-brand { color: #000 !important; }
.navbar { padding: 0; width: 100%; height: 80px; transition: 0.2s; }
.navbar-brand { width: 187px; padding: 0; margin: 0; position: relative; z-index: 999; font-family: 'proxima-nova'; font-size: 18px; text-transform: uppercase; color: #fff !important; letter-spacing: 1.12px; }
.navbar-brand >span { color: #7C70C6 !important; }
.fixed .navbar-brand { color: #000 !important; }
.navbar-expand-xl .navbar-nav { padding-top: 15px; }
.navbar-expand-xl .navbar-nav .nav-item { padding: 0 20px; }
.navbar-expand-xl .navbar-nav .nav-item:last-child { padding-right: 0; }
.navbar-expand-xl .navbar-nav .nav-link { position: relative; font-size: 14px; line-height: 1; letter-spacing: 1px; font-weight: 400; color: #fff; padding: 0 0 5px 0; margin: 0; }
.navbar-expand-xl .navbar-nav .nav-link:after { content: ''; width: 0%; height: 2px; background: #7C70C6; position: absolute; top: 100%; bottom: 0; left: 0; right: 0; margin: auto; transition: all .5s; }
.navbar-expand-xl .navbar-nav .nav-item.active .nav-link { font-weight: 600; }
.navbar-expand-xl .navbar-nav .nav-item.active .nav-link:after, .navbar-expand-xl .navbar-nav .nav-item:hover .nav-link:after { width: 100%; }
.navbar-expand-xl .navbar-nav .nav-item:hover .nav-link, .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: #7C70C6; }
.nav-inside { width: 100%; padding: 0; position: relative; }
.nav-inside-content { padding: 30px 0; }
.navbar-toggler { width: 45px; height: 45px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; top: 0; right: 0; }
.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
.navbar-toggler .icon-bar { position: relative; display: inline-block; width: 22px; height: 4px; color: #243238; text-indent: -55px; margin-top: 0; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; vertical-align: middle; }
.navbar-toggler .icon-bar:before, .navbar-toggler .icon-bar:after { content: ''; width: 22px; height: 4px; background: #005983; position: absolute; left: 0; transition: all .2s ease-out; }
.navbar-toggler.collapsed .icon-bar { background: #005983 !important; }
.navbar-toggler.collapsed .icon-bar:before, .navbar-toggler.collapsed .icon-bar:after { background: #005983; }
.navbar-toggler.collapsed .icon-bar:before { top: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.navbar-toggler.collapsed .icon-bar:after { bottom: -8px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
.navbar-toggler .icon-bar:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }

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

/* ================= Hero Start ================= */
.hero-container { width: 100%; height: 100vh; max-height: 900px; position: relative; color: #fff; padding-top: 80px; padding-bottom: 80px; }
.hero-container:after { content: ''; width: 100%; height: 100%; background: rgb(0 0 0 / 60%); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
.hero-container:before { content: ''; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(124, 112, 198, 1) 0%, rgba(68, 62, 142, 1) 100%); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; opacity: 0.6; mix-blend-mode: multiply; }
.hero-bg { width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; right: 0; bottom: 0; background-position: center; background-repeat: no-repeat; background-size: cover; }
.hero-container .container { position: relative; z-index: 3; }
.hero-content-box h1 { font-size: 60px; line-height: 65px; letter-spacing: 1.67px; margin-bottom: 15px; }
.hero-content-box h1 > span { color: #7C70C6; }
.hero-content-box  p { font-size: 21px; line-height: 32px; width: 72%; color: rgb(255 255 255 / 60%); }
.hero-btn { margin-top: 30px; }

/* ================= Hero End ================= */
.inner-hero-container { width: 100%; height: 100vh; max-height: 501px; position: relative; padding-top: 80px; padding-bottom: 25px; }
.inner-hero-container:after { content: ''; width: 100%; height: 100%; background: rgb(0 0 0 / 60%); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
.inner-hero-container:before { content: ''; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(124, 112, 198, 1) 0%, rgba(68, 62, 142, 1) 100%); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; opacity: 0.6; mix-blend-mode: multiply; }
.inner-hero-bg { width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; right: 0; bottom: 0; background-position: center; background-repeat: no-repeat; background-size: cover; }
.inner-hero-container .container { position: relative; z-index: 3; }
.inner-hero-content-box h1 { font-size: 60px; line-height: 65px; letter-spacing: 1.67px; margin-bottom: 15px; color: #7C70C6; }
.inner-hero-content-box h1 > span { color: #fff; }
.inner-hero-content-box  p { font-size: 21px; line-height: 32px; color: rgb(255 255 255 / 60%); margin-bottom: 0; }
.inner-hero-btn { margin-top: 40px; }

/* ================= Home Start ================= */
ul.card-list { width: calc(100% + 50px); margin-left: -25px; padding: 30px 0% 0; }
ul.card-list li { width: 33.33%; padding: 30px 25px 80px; }
ul.card-list li:nth-child(5n + 4), ul.card-list li:nth-child(5n + 5) { width: 50%; }
ul.card-list .card-box { text-align: center; max-width: 335px; margin: 0 auto; }
ul.card-list .card-icon { margin-bottom: 25px; }
ul.card-list .card-box h6 { font-weight: 400; margin-bottom: 7px; font-size: 18px; line-height: 21px; letter-spacing: 0.5px; }
ul.card-list .card-box p { font-size: 16px; line-height: 24px; color: rgb(0 0 0 / 85%); }
.latest-party-img { width: 100%; height: 100%; border-radius: 10px; overflow: hidden; }
.latest-party-content { padding-left: 106px; font-size: 16px; line-height: 24px; }
.latest-party-content h4 { font-size: 28px; line-height: 1; margin-bottom: 10px; }
.latest-party-content small { font-size: 14px; line-height: 17px; color: rgb(0 0 0 / 60%); margin-bottom: 15px; display: inline-block; }
.latest-party-btn { margin-top: 40px; }
.upcoming-party-container ul.post-list { margin-top: 45px; }
.contact-container { position: relative; padding: 110px 0 100px; }
.contact-bg { width: 100%; height: 400px; position: absolute; top: 0; left: 0; right: 0; background-repeat: no-repeat; background-size: cover; background-position: center; }
.contact-bg:after { content: ''; width: 100%; height: 100%; background: rgb(236 115 115 / 30%); position: absolute; left: 0; right: 0; top: 0; bottom: 0; mix-blend-mode: hue; }
.contact-box { width: 100%; max-width: 844px; margin: 0 auto; border-radius: 4px; padding: 45px 88px 55px; background: #fff; position: relative; z-index: 1; box-shadow: 0 2px 20px rgb(0 0 0 / 15%); }
.form-label { margin-bottom: 6px; font-size: 14px; line-height: 17px; color: #000; }
.heading { margin-bottom: 60px; position: relative; z-index: 1;/*overflow: hidden;*/ }
.heading h3 { font-size: 36px; line-height: 43px; letter-spacing: 1px; color: #7C70C6; position: relative; margin-bottom: 0; }
.heading h3 > span { color: #000; }
.heading  h3 em { font-size: 60px; font-style: normal; line-height: 71px; letter-spacing: 1.67px; color: rgb(0 0 0 / 5%); position: absolute; z-index: -1; left: 50%; transform: translateX(-50%); margin-top: 5px; width: 100%; white-space: nowrap; }
.form-group { margin-bottom: 15px; }
.form-control { padding: 11px 15px; font-size: 14px; line-height: 1.2; color: #000; background-color: #F5F5F5; border: 1px solid #F5F5F5; border-radius: 4px; }
.form-control:focus { color: #000; background-color: #F5F5F5; border-color: #8478c9; box-shadow: none; }
textarea.form-control { height: 120px; resize: none; }
.form-btn { margin-top: 10px; }
.form-btn .btn { padding: 12px 15px; }

/* ================= Home End ================= */
ul.gallery-list { width: calc(100% + 20px); margin-left: -10px; margin-top: -10px; }
ul.gallery-list  li { width: 25%; padding: 10px; }
ul.gallery-list .gallery-img { border-radius: 10px; width: 100%; height: 100%; overflow: hidden; position: relative; padding-bottom: 97%; }
ul.gallery-list .gallery-img > img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0; -webkit-transition: opacity 0.7s, -webkit-transform 0.7s; transition: opacity 0.7s, transform 0.7s; }
ul.gallery-list .gallery-img:hover > img { opacity: 0.7; -webkit-transform: scale(1); transform: scale(1.3); }
ul.episode-list { padding-top: 65px; }
ul.episode-list li + li { margin-top: 60px; }
ul.episode-list .episode-thumbnails-box { width: 304px; position: relative; padding-bottom: 36%; border-radius: 10px; overflow: hidden; }
ul.episode-list .episode-thumbnails-box > img { width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; object-fit: cover; }
ul.episode-list .episode-content-box { width: calc(100% - 304px); padding-left: 30px; }
ul.episode-list .episode-content-box h6 { color: #7C70C6; text-transform: uppercase; line-height: 25px; font-size: 21px; margin-bottom: 12px; }
ul.episode-list .episode-content-box p { font-size: 21px; line-height: 32px; margin-bottom: 15px; }
ul.episode-list .episode-content-box .episode-time { color: rgb(0 0 0 / 60%); font-size: 18px; line-height: 18px; }
ul.episode-list .episode-play-img { display: flex; margin-top: auto; }
.content-container.upcoming-party-container { padding: 100px 0 77px; }
ul.post-list { width: calc(100% + 20px); margin-left: -10px; }
ul.post-list li.post-item { width: 25%; padding: 20px 10px; }
ul.post-list .post-box { width: 100%; height: 100%; }
ul.post-list .post-img-box { width: 100%; padding-bottom: 100%; position: relative; display: flex; overflow: hidden; border-radius: 10px; }
ul.post-list .post-img-box img { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; object-fit: cover; -webkit-transition: opacity 0.7s, -webkit-transform 0.7s; transition: opacity 0.7s, transform 0.7s; }
ul.post-list .post-box:hover .post-img-box > img { opacity: 0.7; -webkit-transform: scale(1); transform: scale(1.3); }
ul.post-list .post-text-box { padding: 22px 0 18px; }
ul.post-list .post-text-box h4 { font-weight: 400; font-size: 24px; margin-bottom: 8px; line-height: 28px; }
ul.post-list .post-text-box p { color: rgb(0 0 0 / 60%); font-size: 14px; line-height: 19px; font-family: 'proxima-nova'; }
.star-icon { position: absolute; background: #fff; padding: 6px; bottom: 20px; left: 28px; border-radius: 5px; }
.star-icon img { width: 16px; }
.star-icon span { margin-left: 30px; font-size: 16px; font-family: 'Unica One'; line-height: 19px; }
.content-container.previous-party-container { padding: 100px 0 60px; }
.previous-party-container ul.post-list { margin-top: -20px; }
.heading.white h3 { color: #fff; }
.heading.white h3 em { color: rgb(255 255 255 / 10%); }
.testimonial-container { width: 100%; height: 100%; position: relative; padding: 71px 0 109px; color: #fff; }
.testimonial-container:before { content: ''; background: #EC7373; position: absolute; left: 0; right: 0; top: 0; bottom: 0; mix-blend-mode: hue; z-index: 1; }
.testimonial-bg { width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; left: 0; right: 0; top: 0; right: 0; bottom: 0; }
.testimonial-container .container { position: relative; z-index: 2; }
.author-desc { margin-top: 38px; }
.testimonial-slider .slick-track { padding-bottom: 30px; }
.testimonial-slider .slick-prev, .testimonial-slider .slick-next { width: 50px; height: 50px; background: rgb(124 112 198 / 80%); border-radius: 4px; transform: none; top: 68px; }
.testimonial-slider .slick-prev { left: 3px; }
.testimonial-slider .slick-next { right: 3px; }
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before { content: none; }
.testimonial-slider .slick-prev:after, .testimonial-slider .slick-next:after { content: ''; position: absolute; width: 14px; height: 13px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.testimonial-slider .slick-prev:after { background-image: url(../images/chervon-left.svg); }
.testimonial-slider .slick-next:after { background-image: url(../images/chervon-right.svg); }
.blockquote { margin-bottom: 0; position: relative; padding-top: 70px; }
.testimonial-container .heading { margin-bottom: 41px; }
.quote-icon { width: 57px; height: 52px; margin-bottom: 0; position: absolute; top: 0; left: 0; }
.qoute-row p { font-weight: 300; font-size: 16px; line-height: 24px; letter-spacing: 0.3px; }
.author-desc h4 { font-size: 21px; line-height: 25px; margin-bottom: 15px; letter-spacing: 1px; font-family: 'proxima-nova'; }
.author-desc p { font-size: 14px; line-height: 17px; font-weight: 600; color: #7C70C6; }
.qoute-row { padding: 0 17.5%; position: relative; }
ul.reviews-list li + li { margin-top: 40px; }
.reviews-box { border: 1px solid #e4e4e4; border-radius: 5px; padding: 30px; position: relative; }
.reviews-box .r-comment { font-size: 18px; line-height: 28px; margin-bottom: 28px; }
.r-author { font-size: 18px; line-height: 19px; margin-bottom: 10px; font-family: 'Unica One', cursive; }
.reviews-box .r-time { color: #7C70C6; font-size: 14px; line-height: 17px; }
.comma-icon { margin-bottom: 20px; }
.inner-hero-container.lavel2-inner-hero { max-height: 900px; padding-bottom: 80px; }

/* ================= Footer Start ================= */
#footer { background: #F5F5F5; padding: 31px 0; font-size: 14px; line-height: 24px; font-weight: 300; }
#footer p { margin-bottom: 0; }
.copyright a { color: #7C70C6; text-transform: capitalize; }
.copyright a:hover { text-decoration: underline; }

/* ================= Footer End ================= */

/* ================= Content Start ================= */
.content-container { padding: 100px 0; }
.cc-text-box { width: 100%; max-width: 850px; margin: 0 auto; font-size: 18px; line-height: 24px; }
.cc-text-box strong { font-weight: 600; display: inline-block; margin-bottom: 24px; }
.cc-text-box a { white-space: normal; }
.cc-author > strong { margin-bottom: 0px; }
html, body, .single-image-contianer { min-height: calc(100vh - 81px); }
.single-image-box .btn { margin-top: 49px; }
.image-box { width: 412px; margin: 0 auto }
.episode-play-img audio { width: 100%; }
.thanku-box { width: 100%; max-width: 390px; margin: 0 auto; }
.thank-icon { width: 77px; margin: 0 auto 76px; }
.thanku-box h4 { font-size: 60px; line-height: 65px; letter-spacing: 1.67px; margin-bottom: 15px; }
.thanku-box h4 > span { color: #7C70C6; }
.thanku-box p { font-size: 21px; line-height: 32px; margin-bottom: 0; }
.thanku-box .btn { margin-top: 140px; }

/* ================= Content End ================= */

/* =================Party Details Start ================= */
.pricing-box-container { }
.pricing-box-content { }
.pricing-box-content + .pricing-box-content { margin-top: 60px; }
.pbc-head { margin-bottom: 30px; }
.pbc-head .title { margin-bottom: 30px; }
.pbc-head .title img { margin-right: 21px;max-width: 26px; }
.pbc-head .title span { font-size: 21px; color: rgb(0 0 0 / 80%); line-height: 28px; font-weight: 600; }
.pbc-head .text-box { color: #fff; text-align: center; border-radius: 10px; padding: 26px 20px 20px; font-size: 16px; }
.pbc-list { width: calc(100% + 60px); margin-left: -30px; }
.pbc-list li { width: 33.33%; padding: 0 30px; }
.pbc-box { background: #fff; border-radius: 10px; overflow: hidden; height: 100%; display: flex; flex-flow: column; }
.pbc-box .pcb-box-upper { color: #fff; background: #333333; padding: 22px 26px 15px; font-size: 14px; font-weight: 600;}
.pbc-box .pcb-box-lower { padding: 19px 26px 26px;height: 100%; }
.pbc-box .pcb-box-lower h4 { font-size: 24px; line-height: 28px; margin-bottom: 12px; }
.pbc-box .pcb-box-lower p { font-size: 14px; line-height: 19px; color: rgb(0 0 0 / 60%); margin-bottom: 0; }
.pbc-box .pcb-box-lower h4 + p {
    margin-bottom: 15px!important;
}
.pbc-box .pcb-box-lower .btn { min-width: 99px; font-size: 14px; line-height: 19px; padding: 10px 15px;}
.pcb-text-box { background: #fff; border-radius: 10px; overflow: hidden; }
.pcb-text-upper { background: #E84B4B; color: #fff; padding: 20px 30px 16px; font-size: 14px; font-weight: 600; }
.pcb-text-lower { padding: 34px 32px 25px; }
.pcb-text-lower p { font-size: 14px; line-height: 19px; margin-bottom: 0; }
.pcb-text-lower p + p { margin-top: 19px; }

/* =================Party Details End ================= */

/* ========================================== 
! Large devices (desktops, less than 1300px)
=========================================== */
@media (max-width:1330.98px) {
	ul.card-list { width: 100%; margin-left: 0; }
	ul.card-list li { padding: 30px 15px 50px; }
	.latest-party-content { padding-left: 35px; }
	ul.post-list li.post-item { width: 33.33%; }
	.btn { min-width: 130px; }
}

/* ========================================== 
! Large devices (desktops, less than 1100px)
=========================================== */
@media (min-width:1199.98px) {
	.fixed .navbar-expand-xl .navbar-nav .nav-link { color: #000; }
	#header2 .navbar-expand-xl .navbar-nav .nav-link { color: #000 !important; }
}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
	.container { width: calc(100% - 60px); }
	.outer-container { padding-top: 98px; }
	.fixed .outer-container { padding-top: 80px; }
	.fixed .navbar { height: 80px; }
	.navbar { height: 80px; width: 100%; }
	.navbar-toggler:focus { box-shadow: none; }
	.navbar-brand { font-size: 16px; letter-spacing: 0.89px; }
	.navbar-toggler { width: 48px; height: 54px; border-radius: 0; cursor: pointer; text-decoration: none; padding: 0; border: 0; background: transparent; margin: 0; position: absolute; right: 0; top: 50%; z-index: 999; transform: translateY(-50%); }
	.navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus { background: transparent; }
	.navbar-toggler:not([class="collapsed"]), .navbar-toggler:not([class="collapsed"]):focus, .navbar-toggler:not([class="collapsed"]):hover { background: transparent; }
	.navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover { background: transparent; }
	.navbar-toggler .navbar-toggler-icon { position: relative; display: inline-block; width: 24px; height: 2px; color: #243238; text-indent: -55px; margin-top: 0; border-radius: 1px; background: transparent !important; transition: all .2s ease-out; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -ms-transition: all .2s ease-out; vertical-align: middle; }
	.navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after { content: ''; width: 24px; height: 2px; background: #fff; position: absolute; left: 0; transition: all .2s ease-out; border-radius: 1px; }
	.navbar-toggler.collapsed .navbar-toggler-icon { background: #fff !important; }
	.fixed .navbar-toggler.collapsed .navbar-toggler-icon { background: #7C70C6 !important; }
	.fixed .navbar-toggler .navbar-toggler-icon:before, .fixed .navbar-toggler .navbar-toggler-icon:after { background: #7C70C6; }
	.fixed .navbar-toggler.collapsed .navbar-toggler-icon:before, .fixed .navbar-toggler.collapsed .navbar-toggler-icon:after { background: #7C70C6; }
	#header2 .navbar-toggler .navbar-toggler-icon:before, #header2 .navbar-toggler .navbar-toggler-icon:after { background: #000; }
	#header2 .navbar-toggler.collapsed .navbar-toggler-icon { background: #000 !important; }
	.show-menu #header2 .navbar-toggler .navbar-toggler-icon:before, .show-menu #header2 .navbar-toggler .navbar-toggler-icon:after { background: #7C70C6; }
	.show-menu #header2 .navbar-toggler.collapsed .navbar-toggler-icon { background: #7C70C6 !important; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after { background: #fff; }
	.navbar-toggler.collapsed .navbar-toggler-icon:before { top: -7px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	.navbar-toggler .navbar-toggler-icon:before { top: 0; -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); }
	.navbar-toggler.collapsed .navbar-toggler-icon:after { bottom: -7px; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	.navbar-toggler .navbar-toggler-icon:after { bottom: 0; -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); }
	.header-right { position: relative; z-index: 999; margin-right: 50px; }
	.show-menu .navbar-brand { display: none; }
	.navbar-collapse { position: fixed; top: 0; left: 0; background: #000; padding: 0; z-index: 99; margin: 0; border: 0; overflow-y: auto; bottom: 0; width: 100%; transform: translateY(-200%); height: 0; display: block !important; transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0); }
	.show-menu .navbar .collapse { height: 100%; transform: translateY(0); }
	.navbar-inside { padding: 155px 15px 100px; display: flex; flex-flow: column; }
	.navbar-expand-xl .navbar-nav .nav-item { padding: 0; margin-bottom: 50px; }
	.navbar-expand-xl .navbar-nav .nav-link { font-size: 16px; line-height: 30px; padding: 0 0 1px; position: relative; }
	.navbar-expand-xl .navbar-nav { align-items: center; }
	.navbar-expand-xl .navbar-nav { padding-top: 0; }
	.hero-content-box h1 > span { display: block; }
	ul.social-icons { display: inline-block; vertical-align: top; margin: auto auto 0; }
	ul.social-icons li { float: left; }
	ul.social-icons li + li { margin-left: 20px; }
	.social-icon { width: 30px; height: 30px; background: rgb(216 216 216 / 9.52%); border-radius: 2px; display: flex; align-items: center; justify-content: center; text-align: center; color: rgb(255 255 255 / 50%); }
	.content-container, .content-container.upcoming-party-container { padding: 60px 0; }
	.hero-container, .inner-hero-container { padding-top: 98px; padding-bottom: 98px; }

	/* =================Party Details Start ================= */
	.pbc-list { width: calc(100% + 40px); margin-left: -20px; }
	.pbc-list li { padding: 0 20px; }

/* =================Party Details End ================= */ }

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
	.heading { margin-bottom: 55px; }
	ul.card-list { padding: 0; }
	ul.card-list li { padding: 25px 15px 30px; width: 50%; }
	ul.post-list .post-text-box h4 { font-size: 22px; }
	ul.post-list li.post-item { width: 50%; }
	.post-btn { display: flex; }
	.post-btn .btn { flex-grow: 1; }
	.testimonial-slider .slick-prev, .testimonial-slider .slick-next { width: 35px; height: 35px; }

	/* =================Party Details Start ================= */
	.pbc-list { width: calc(100% + 24px); margin-left: -12px; }
	.pbc-list li { padding: 0 12px; }
	.pbc-box .pcb-box-lower { padding: 15px; }

/* =================Party Details End ================= */ }

/* =================================================  
 ! Small devices (landscape phones, less than 768px)
 ================================================= */
@media (max-width:767.98px) {
	.heading h3 { font-size: 21px; line-height: 25px; letter-spacing: 0.58px; }
	.heading h3 em { font-size: 36px; line-height: 43px; letter-spacing: 1px; color: rgb(125 125 125 / 10%); margin-top: -5px; }
	.hero-content-box h1 { font-size: 36px; line-height: 45px; letter-spacing: 0.5px; margin-bottom: 10px; }
	.hero-content-box p { font-size: 14px; line-height: 21px; width: 88%; }
	.hero-btn { margin-top: 25px; }
	ul.card-list li:nth-child(5n + 4), ul.card-list li:nth-child(5n + 5) { width: 100%; }
	ul.card-list li { padding: 0; width: 100%; }
	ul.card-list .card-box { max-width: 100%; }
	ul.card-list li:not(:last-child) { margin-bottom: 48px; }
	ul.card-list .card-box p { font-size: 14px; line-height: 21px; letter-spacing: 0; }
	ul.card-list .card-box h6 { margin-bottom: 12px; }
	ul.post-list { width: 100%; margin-left: 0; }
	ul.post-list li.post-item { width: 100%; }
	ul.post-list li.post-item { padding: 0; }
	.btn, .btn.btn-sm { min-width: auto !important; }
	.latest-party-btn { display: flex; }
	.latest-party-btn .btn { flex-grow: 1; }
	.latest-party-content { padding-left: 0; }
	.upcoming-party-container .heading { margin-bottom: 40px; }
	.latest-party-content h4 { font-size: 21px; }
	.latest-party-content { padding-top: 25px; }
	.latest-party-btn { margin-top: 0px; }
	.upcoming-party-container ul.post-list { margin-top: 40px; }
	ul.post-list li.post-item:not(:last-child) { margin-bottom: 40px; }
	.qoute-row { padding: 0 25px; }
	.quote-icon { width: 34px; height: 32px; left: 7px; }
	.blockquote { padding-top: 58px; }
	.qoute-row p { font-size: 14px; line-height: 21px; letter-spacing: 0; }
	.testimonial-slider .slick-prev, .testimonial-slider .slick-next { width: 24px; height: 24px; top: 50%; transform: translateY(-50%); margin-top: -9px; }
	.testimonial-slider .slick-prev { left: -22px; }
	.testimonial-slider .slick-next { right: -22px; }
	.author-desc h4 { font-size: 16px; line-height: 21px; letter-spacing: 0.76px }
	.author-desc p { font-size: 12px; line-height: 15px; }
	.testimonial-container { padding: 71px 0 60px; }
	.content-container.previous-party-container { padding: 67px 0 42px; }
	.previous-party-container ul.post-list li.post-item:not(:last-child) { margin-bottom: 20px; }
	.contact-container { padding: 60px 0; }
	.contact-box { width: calc(100% + 30px); margin-left: -15px !important; padding: 30px 15px 45px; }
	.form-btn .btn { min-width: 100% !important; }
	.form-btn { margin-top: 28px; }
	.footer-content-box { width: calc(100% + 30px); margin-left: -15px; }
	#footer { font-size: 12px; line-height: 21px; }
	ul.gallery-list li { width: 33.33%; }
	.inner-hero-content-box h1 { font-size: 36px; line-height: 45px; letter-spacing: 0.5px; }
	.inner-hero-content-box p { font-size: 14px; line-height: 21px; letter-spacing: 0.5px; }
	.inner-hero-container { padding-bottom: 0; }
	.inner-hero-btn .btn.btn-md { min-width: 176px !important; }
	ul.gallery-list { margin-top: -25px; }
	ul.episode-list .episode-thumbnails-box { width: 100%; }
	ul.episode-list .episode-content-box { width: 100%; padding: 20px 0; }
	ul.episode-list { padding-top: 0; margin-top: -16px; }
	ul.episode-list .episode-thumbnails-box { padding-bottom: 100%; border-radius: 4px; }
	ul.episode-list .episode-content-box h6 { line-height: 19px; font-size: 16px; }
	ul.episode-list .episode-content-box p { font-size: 14px; line-height: 21px; }
	ul.episode-list .episode-content-box .episode-time { font-size: 12px; line-height: 15px; }
	ul.episode-list li + li { margin-top: 40px; }
	ul.reviews-list { padding-top: 0px; }
	ul.reviews-list li + li { margin-top: 20px; }
	.reviews-box { padding: 18px 15px; }
	.comma-icon { margin-bottom: 22px; height: 22px; width: 22px; }
	.reviews-box .r-comment { font-size: 14px; line-height: 21px; margin-bottom: 20px; }
	.r-author { font-size: 14px; line-height: 17px; margin-bottom: 5px; }
	.reviews-box .r-time { font-size: 12px; line-height: 17px; }
	.thanku-box { max-width: 264px; }
	.thanku-box h4 { font-size: 36px; line-height: 45px; letter-spacing: 0.5px; }
	.thanku-box p { font-size: 14px; line-height: 21px; }
	.thank-icon { margin: 0 auto 40px; }
	.thanku-box .btn { margin-top: 80px; min-width: 178px !important; }

	/* =================Party Details Start ================= */
	.pricing-box-content + .pricing-box-content { margin-top: 30px; }
	.pbc-head .title { margin-bottom: 20px; }
	.pbc-head .text-box { font-size: 14px; padding: 15px; }
	.pbc-list { width: 100%; margin-left: 0; }
	.pbc-list li { width: 100%; padding: 0; }
	.pbc-list li + li { margin-top: 15px; }
	.pbc-box { text-align: center; }
	.pbc-box .pcb-box-upper { padding: 15px; }
	.pbc-head .title span { font-size: 18px; }
	.pcb-text-box { text-align: center; }
	.pbc-box .pcb-box-lower{align-items: center;}
	.pcb-text-upper, .pcb-text-lower { padding: 15px; }


/* =================Party Details End ================= */ }

/* ======================================================
 ! Extra small devices (portrait phones, less than 576px)
 ====================================================== */
@media (max-width:575.98px) {
	.btn.btn-lg { min-width: 176px !important; }
	.btn, .btn.btn-sm { max-width: 160px; }
	ul.gallery-list li { width: 50%; }
	.pbc-box .pcb-box-lower .btn{max-width: 100%;}
	.pbc-box .pcb-box-lower{align-items:inherit;}
}
