* {
	margin: 0;
	padding: 0;
}
body, html {
	font-family: "Inter", sans-serif;
	color: #8480ae;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Inter", sans-serif;
	color: #1f0757;
	line-height: 1.3;
	font-weight: 700;
}
p {
	font-family: "Inter", sans-serif;
	color: #223645;
	line-height: 1.8;
	font-size: 1rem;
}
a, a:hover, a:focus {
	font-family: "Inter", sans-serif;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: 0 solid transparent;
	color: #1f0757;
}
.btn {
	font-weight: 600;
}
.btn:hover, .btn:focus {
	font-weight: 600;
}
ul, ol {
	margin: 0;
}
ul li,  ol li {
	list-style: none;
	text-decoration: none;
}
ul li:hover, ul li:focus,  ol li:hover,  ol li:focus {
	list-style: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
/* Spacing */
.mt-15 {
	margin-top: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-150 {
	margin-top: 150px;
}
.mt-200 {
	margin-top: 200px;
}
.mt-250 {
	margin-top: 250px;
}
.mt-300 {
	margin-top: 300px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-200 {
	margin-bottom: 200px;
}
.mb-250 {
	margin-bottom: 250px;
}
.mb-300 {
	margin-bottom: 300px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-50 {
	margin-left: 50px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-50 {
	margin-right: 50px;
}
.mb-80 {
	margin-bottom: 80px;
}
/* Section Padding */
.section-padding-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.section-padding-0-120 {
	padding-top: 0;
	padding-bottom: 120px;
}
.section-padding-120-0 {
	padding-top: 120px;
	padding-bottom: 0;
}
.section-padding-120-90 {
	padding-top: 120px;
	padding-bottom: 90px;
}
.section-padding-120-40 {
	padding-top: 120px;
	padding-bottom: 40px;
}
.section-padding-120-70 {
	padding-top: 120px;
	padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
.section-padding-120 {
	padding-top: 40px;
	padding-bottom: 40px;
}	
}
/* Scrollup */
#scrollUp {
	bottom: 30px;
	font-size: 1rem;
	right: 30px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	border-radius: 50%;
	background-color: #1f0757;
}
#scrollUp i {
	line-height: 40px;
}
#scrollUp:hover, #scrollUp:focus {
	background-color: #0811fb;
}
.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax .jarallax-img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-content {
	border: none;
}
.modal-dialog {
	max-width: 50%;
	margin: 85px auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.modal-dialog {
	max-width: 800px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.modal-dialog {
	max-width: 700px;
}
}

@media only screen and (max-width: 767px) {
.modal-dialog {
	max-width: 300px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.modal-dialog {
	max-width: 470px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.modal-dialog {
	max-width: 560px;
}
}

.modal-dialog .modal-body button.close {
	padding: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #eeeeee;
	border-radius: 50%;
	line-height: 26px !important;
	z-index: 100;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 12px;
}
.modal-open .modal {
	background-color: rgba(0, 0, 0, 0.9);
}
.modal-backdrop.show {
	display: none !important;
}
 input:required, textarea:required {
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}
 input:invalid, textarea:invalid {
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}
.ah-headline.clip .ah-words-wrapper::after {
	display: none;
}
.no-boxshadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/* Shortcodes CSS */
.h-100vh {
	height: 100vh !important;
}
.bg-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-overlay {
	position: relative;
	z-index: 1;
}
.bg-overlay::after {
	position: absolute;
	content: "";
	background-color: #0811fb;
	opacity: 0.85;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.bg-gray {
	background-color: #f4f4ff;
}
.booking-btn {
	border: none;
	display: inline-block;
	color: #ffffff;
	border-radius: 4px;
	padding: 0 1.75rem;
	font-size: 14px;
	background-color: #1f0757;
	height: 49px;
	line-height: 49px;
	text-transform: capitalize;
}

.booking-btn-white {
	border: none;
	display: inline-block;
	color: #1f0757;
	border-radius: 4px;
	padding: 0 1.75rem;
	font-size: 14px;
	background-color: #fff;
	height: 49px;
	line-height: 49px;
	text-transform: capitalize;
}

.booking-btn:hover, .booking-btn-white:hover, .booking-btn:focus, .booking-btn-white:focus {
	background-color: #d1085e;
	color: #ffff;
	-webkit-box-shadow: 0 3px 42px 2px rgba(209, 8, 94, 0.175);
	box-shadow: 0 3px 42px 2px rgba(209, 8, 94, 0.175);
	line-height: 49px;
}
.c-brew-btn.white-btn {
	background-color: #1f0757;
	color: #ffffff;
}
.c-brew-btn.white-btn:hover, .c-brew-btn.white-btn:focus {
	background-color: #fdd76e;
	color: #1f0757;
	-webkit-box-shadow: 0 3px 42px 2px rgba(255, 255, 255, 0.175);
	box-shadow: 0 3px 42px 2px rgba(255, 255, 255, 0.175);
}
.c-brew-btn.white-btn-2 {
	background-color: #fdd76e;
	color: #1f0757;
}
.c-brew-btn.white-btn-2:hover, .c-brew-btn.white-btn-2:focus {
	background-color: #0811fb;
	color: #ffffff;
	-webkit-box-shadow: 0 3px 42px 2px rgba(255, 255, 255, 0.175);
	box-shadow: 0 3px 42px 2px rgba(255, 255, 255, 0.175);
}
.c-brew-btn.btn-sm {
	padding: 0 1rem;
	height: 36px;
	line-height: 36px;
	background-color: #fdd76e;
	color: #1f0757;
	font-size: 13px;
}
.c-brew-btn.btn-sm:hover, .c-brew-btn.btn-sm:focus {
	background-color: #1f0757;
	color: #ffffff;
}
.c-brew-btn-2 {
	padding: 0;
	color: #0811fb;
	border-radius: 0;
}
.c-brew-btn-2:hover, .c-brew-btn-2:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #00b894;
}
.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 85px;
}
.section-heading i {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
	background-color: #1f0757;
	color: #ffffff;
	border-radius: 50%;
	line-height: 60px;
	font-size: 1.75rem;
	text-align: center;
}
.section-heading.text-center i {
	margin: 0 auto 15px;
}
.section-heading span {
	color: #0811fb;
}
.section-heading h6 {
	margin-bottom: 1rem;
	color: #8480ae;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.section-heading h2 {
	margin-bottom: 1rem;
	font-size: 2.5rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-heading h2 {
	font-size: 2.25rem;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-heading h2 {
	font-size: 2rem;
}
}

@media only screen and (max-width: 767px) {
.section-heading h2 {
	font-size: 1.5rem;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-heading h2 {
	font-size: 2rem;
}
}
.section-heading p {
	font-size: 18px;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
.section-heading p {
	font-size: 16px;
}
}
.section-heading.white span {
	color: #fdd76e;
}
.section-heading.white h6,  .section-heading.white h2,  .section-heading.white p {
	color: #ffffff;
}
.card {
	border-color: #eeeeee;
	border-radius: 6px;
}
.card-img-top {
	border-top-left-radius: calc(6px - 1px);
	border-top-right-radius: calc(6px - 1px);
}
.border, .border-left, .border-right, .border-bottom, .border-top {
	border-color: #eeeeee !important;
}
.mfp-iframe-holder .mfp-content {
	max-width: 1100px;
}
.border-dashed {
	border-top: 2px dashed #eeeeee !important;
}
.classynav ul {
	padding-left: 0;
}
/* Preloader CSS */
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	top: 0;
	left: 0;
	background-color: #0811fb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
/* Header CSS */
.header-area {
	position: fixed;
	width: 100%;
	top: 50px;
	left: 0;
	z-index: 1000;
	background-color: transparent;
}
@media (max-width: 1366px) {
.header-area {
	top: 20px;
}	
}
.header-area .classy-nav-container {
	background-color: transparent;
}
.classy-navbar {
	height: 100px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.inner-banner{
	padding:230px 0px 50px 0px;
}
@media only screen and (max-width: 1080px) {
.inner-banner{
	padding:190px 0px 50px 0px;
}
}
.classy-navbar .classynav ul li a {
	padding: 1.75rem 1rem;
	height: auto;
	line-height: 1;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.classy-navbar .classynav ul li a {
	padding: 30px 15px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.classy-navbar .classynav ul li a {
	padding: 15px;
	color: #1f0757;
}
}

@media only screen and (max-width: 767px) {
.classy-navbar .classynav ul li a {
	padding: 15px;
	color: #1f0757;
}
}
.classy-navbar .classynav ul li a:hover, .classy-navbar .classynav ul li a:focus {
	color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.classy-navbar .classynav ul li a:hover, .classy-navbar .classynav ul li a:focus {
	color: #0811fb;
}
}

@media only screen and (max-width: 767px) {
.classy-navbar .classynav ul li a:hover, .classy-navbar .classynav ul li a:focus {
	color: #0811fb;
}
}
.classy-navbar .classynav > ul > li:hover > a {
	color: #fdd76e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.classy-navbar .classynav > ul > li:hover > a {
	color: #0811fb;
}
}

@media only screen and (max-width: 767px) {
.classy-navbar .classynav > ul > li:hover > a {
	color: #0811fb;
}
}
.classy-navbar .classynav ul li li a {
	padding: 14px 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1f0757;
	text-transform: capitalize;
	font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.classy-navbar .classynav ul li li a {
	padding: 14px 18px;
}
}
.classy-navbar .classynav ul li li a:hover, .classy-navbar .classynav ul li li a:focus {
	color: #0811fb;
}
.classy-navbar .classynav ul li li a i {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	font-size: 1.25rem;
	margin-right: 1rem;
	border: 2px solid #eeeeee;
	line-height: 36px;
}
.classy-navbar .classynav ul li li a i {
	margin-right: 0.8rem;
}
.classy-navbar .classynav ul li li a span {
	display: block;
	color: #1f0757;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
}
.classy-navbar .classynav ul li li a span:hover, .classy-navbar .classynav ul li li a span:focus {
	color: #0811fb;
}
.classy-navbar .classynav ul li li a span span {
	margin-top: 0.5rem;
	color: #8480ae;
	font-size: 13px;
	text-transform: initial;
}
.classy-navbar .classynav ul li li a span span:hover, .classy-navbar .classynav ul li li a span span:focus {
	color: #8480ae;
}
.classy-navbar .classynav ul li .dropdown li a {
	border-bottom: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.classy-navbar .classynav ul li .dropdown li a {
	padding: 14px 30px;
}
}
.classy-navbar .classynav ul li.has-down > a::after,  .classy-navbar .classynav ul li.megamenu-item > a::after {
	color: #ffffff;
	display: none;
}
.header2 .classynav > ul > li:hover > a {
	color: #0811fb;
}
.header2 .classynav ul li a {
	color: #1f0757;
}
.header2 .classynav ul li a:hover, .header2 .classynav ul li a:focus {
	color: #0811fb;
}
.header2 .classynav ul li.has-down > a::after, .header2 .classynav ul li.megamenu-item > a::after {
	color: #1f0757;
}
.header2 .classynav > ul > li > a::before {
	background-color: #0811fb;
}
.classy-navbar-toggler {
	width: 30px;
	height: 30px;
	padding: 2px;
}
.classy-navbar-toggler .navbarToggler {
	position: relative;
	z-index: 1;
	width: 26px;
	height: 26px;
}
.classy-navbar-toggler .navbarToggler span {
	position: absolute;
	z-index: auto;
	width: 10px;
	border-radius: 50%;
	height: 10px;
	margin: 0;
}
.classy-navbar-toggler .navbarToggler span:first-child {
	top: 0;
	left: 0;
	background-color: #ffffff;
}
.classy-navbar-toggler .navbarToggler span:nth-child(2) {
	top: 0;
	right: 0;
	background-color: #fdd76e;
}
.classy-navbar-toggler .navbarToggler span:nth-child(3) {
	bottom: 0;
	left: 0;
	background-color: #fdd76e;
}
.classy-navbar-toggler .navbarToggler span:last-child {
	bottom: 0;
	right: 0;
	background-color: #ffffff;
}
.classy-navbar-toggler .navbarToggler.active span:first-child {
	top: 0;
	left: 0;
	border-radius: 50% 50% 0% 50%;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}
.classy-navbar-toggler .navbarToggler.active span:nth-child(2) {
	top: 0;
	right: 0;
	opacity: 1;
	border-radius: 50% 50% 50% 0%;
}
.classy-navbar-toggler .navbarToggler.active span:nth-child(3) {
	bottom: 0;
	left: 0;
	top: auto;
	border-radius: 50% 0% 50% 50%;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}
.classy-navbar-toggler .navbarToggler.active span:last-child {
	bottom: 0;
	right: 0;
	border-radius: 0% 50% 50% 50%;
}
.header2 .classy-navbar-toggler .navbarToggler span:first-child {
	background-color: #D1085E;
}
.header2 .classy-navbar-toggler .navbarToggler span:nth-child(2) {
	background-color: #1f0757;
}
.header2 .classy-navbar-toggler .navbarToggler span:nth-child(3) {
	background-color: #1f0757;
}
.header2 .classy-navbar-toggler .navbarToggler span:last-child {
	background-color: #D1085E;
}
.classycloseIcon {
	top: 27px;
}
.breakpoint-off .classynav ul li .dropdown {
	width: 290px;
	-webkit-transition-duration: 430ms;
	transition-duration: 430ms;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 88px 8px rgba(47, 91, 234, 0.125);
	box-shadow: 0 0 88px 8px rgba(47, 91, 234, 0.125);
	padding: 1rem 0;
}
.breakpoint-off .classynav ul li .megamenu {
	-webkit-transition-duration: 430ms;
	transition-duration: 430ms;
	border-radius: 6px;
	border: none;
	-webkit-box-shadow: 0 0 88px 8px rgba(47, 91, 234, 0.125);
	box-shadow: 0 0 88px 8px rgba(47, 91, 234, 0.125);
}
.breakpoint-off .classynav ul li:hover .dropdown, .breakpoint-off .classynav ul li:hover .megamenu {
	-webkit-animation: fadeInUp 430ms ease-in;
	animation: fadeInUp 430ms ease-in;
}
.breakpoint-off .classynav ul li.megamenu-item:focus .megamenu, .breakpoint-off .classynav ul li.megamenu-item:hover .megamenu {
	top: 92%;
}
.breakpoint-on .dd-trigger {
	background-color: #1f0757;
}
.breakpoint-on .classynav ul li.has-down.active > .dd-trigger, .breakpoint-on .classynav ul li.megamenu-item.active > .dd-trigger {
	background-color: #0811fb;
}
.breakpoint-on .classynav > ul > li > a {
	background-color: #f4f4ff;
}
.breakpoint-on .classy-navbar .classy-menu {
	-webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(15, 30, 150, 0.2);
	box-shadow: 0 0.25rem 0.25rem 0 rgba(15, 30, 150, 0.2);
}
.header-area.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	background-color: #0811fb;
	-webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(15, 30, 150, 0.2);
	box-shadow: 0 0.25rem 0.25rem 0 rgba(15, 30, 150, 0.2);
}
.header-area.sticky .classy-navbar {
	height: 80px;
}

@media only screen and (max-width: 767px) {
.header-area.sticky .classy-navbar {
	height: 60px;
}
}
.header-area.header2.sticky {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(15, 30, 150, 0.2);
	box-shadow: 0 0.25rem 0.25rem 0 rgba(15, 30, 150, 0.2);
}
/* Hero CSS */
.welcome-thumb {
	position: relative;
	z-index: 1;
	margin-top: 75px;
}

@media only screen and (max-width: 767px) {
.welcome-thumb {
	margin-top: 0;
}
}
.background-animation {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
}
.background-animation .star-ani {
	position: absolute;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	top: 15%;
	left: 45%;
	z-index: -1;
	-webkit-animation: rotateAnimation linear 39s infinite;
	animation: rotateAnimation linear 39s infinite;
}
.background-animation .star-ani::after {
	position: absolute;
	content: "\e950";
	top: 10%;
	left: 10%;
	z-index: -1;
	border-radius: 50%;
	font-family: "LineIcons";
	color: rgba(255, 255, 255, 0.26);
	font-size: 22px;
}
.background-animation .cloud-ani {
	position: absolute;
	border-radius: 50%;
	width: 240px;
	height: 240px;
	top: 50%;
	left: 60%;
	z-index: -1;
	-webkit-animation: rotateAnimation linear 46s infinite;
	animation: rotateAnimation linear 46s infinite;
}
.background-animation .cloud-ani::after {
	position: absolute;
	content: "\e950";
	top: 10%;
	left: 10%;
	z-index: -1;
	border-radius: 50%;
	font-family: "LineIcons";
	color: rgba(255, 255, 255, 0.26);
	font-size: 2.5rem;
}
.background-animation .circle-ani {
	position: absolute;
	border-radius: 50%;
	-webkit-animation: rotateAnimation linear 34s infinite;
	animation: rotateAnimation linear 34s infinite;
	width: 180px;
	height: 180px;
	left: 10%;
	top: 10%;
	z-index: -1;
}
.background-animation .circle-ani::after {
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	top: 10%;
	left: 10%;
	border: 3px solid rgba(255, 255, 255, 0.2);
	z-index: -1;
	border-radius: 50%;
}
.background-animation .triangle-ani {
	position: absolute;
	border-radius: 50%;
	-webkit-animation: rotateAnimation linear 40s infinite;
	animation: rotateAnimation linear 40s infinite;
	width: 20%;
	height: 20%;
	left: 30%;
	top: 50%;
	z-index: -1;
}
.background-animation .triangle-ani::after {
	width: 0;
	height: 0;
	position: absolute;
	content: "";
	border-top: 14px solid rgba(255, 255, 255, 0.16);
	border-bottom: 14px solid transparent;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	z-index: -1;
}
.background-animation .box-ani {
	position: absolute;
	border-radius: 50%;
	-webkit-animation: rotateAnimation linear 37s infinite;
	animation: rotateAnimation linear 37s infinite;
	width: 15%;
	height: 18%;
	left: 7%;
	top: 70%;
	z-index: -1;
}
.background-animation .box-ani::after {
	width: 26px;
	height: 26px;
	position: absolute;
	content: "";
	z-index: -1;
	background-color: transparent;
	border-radius: 4px;
	border: 3px solid rgba(255, 255, 255, 0.2);
}
.background-animation .line-ani {
	position: absolute;
	border-radius: 50%;
	-webkit-animation: rotateAnimation linear 43s infinite;
	animation: rotateAnimation linear 43s infinite;
	width: 10%;
	height: 12%;
	left: 7%;
	top: 30%;
	z-index: -1;
}
.background-animation .line-ani::after {
	width: 30px;
	height: 3px;
	position: absolute;
	content: "";
	z-index: -1;
	background-color: rgba(255, 255, 255, 0.17);
}
 @-webkit-keyframes rotateAnimation {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotateAnimation {
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.welcome-area.height-auto {
	height: auto;
}
.welcome-area {
	position: relative;
	margin-top: -50px;
	z-index: 2;
	height: 100vh;
	background-color: #0811fb;
	overflow: hidden;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.welcome-area {
	height: 750px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome-area {
	height: 650px;
}
}

@media only screen and (max-width: 767px) {
.welcome-area {
	height: 820px;
}
}
.welcome-area .background-image {
	position: absolute !important;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: -1;
}
.welcome-area .background-shape .circle1 {
	width: 2200px;
	height: 2200px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	position: absolute;
	z-index: -30;
	top: -1100px;
	right: -1100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.welcome-area .background-shape .circle1 {
	width: 1700px;
	height: 1700px;
	top: -850px;
	right: -850px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome-area .background-shape .circle1 {
	width: 1700px;
	height: 1700px;
	top: -850px;
	right: -850px;
}
}

@media only screen and (max-width: 767px) {
.welcome-area .background-shape .circle1 {
	width: 1700px;
	height: 1700px;
	top: -850px;
	right: -850px;
}
}
.welcome-area .background-shape .circle2 {
	width: 1700px;
	height: 1700px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	position: absolute;
	z-index: -20;
	top: -850px;
	right: -850px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.welcome-area .background-shape .circle2 {
	width: 1200px;
	height: 1200px;
	top: -600px;
	right: -600px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome-area .background-shape .circle2 {
	width: 1200px;
	height: 1200px;
	top: -600px;
	right: -600px;
}
}

@media only screen and (max-width: 767px) {
.welcome-area .background-shape .circle2 {
	width: 1200px;
	height: 1200px;
	top: -600px;
	right: -600px;
}
}
.welcome-area .background-shape .circle3 {
	width: 1200px;
	height: 1200px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	position: absolute;
	z-index: -10;
	top: -600px;
	right: -600px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.welcome-area .background-shape .circle3 {
	width: 700px;
	height: 700px;
	top: -350px;
	right: -350px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome-area .background-shape .circle3 {
	width: 700px;
	height: 700px;
	top: -350px;
	right: -350px;
}
}

@media only screen and (max-width: 767px) {
.welcome-area .background-shape .circle3 {
	width: 700px;
	height: 700px;
	top: -350px;
	right: -350px;
}
}
.welcome-area .background-shape .circle4 {
	width: 700px;
	height: 700px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	position: absolute;
	z-index: -10;
	top: -350px;
	right: -350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.welcome-area .background-shape .circle4 {
	width: 200px;
	height: 200px;
	top: -100px;
	right: -100px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome-area .background-shape .circle4 {
	width: 200px;
	height: 200px;
	top: -100px;
	right: -100px;
}
}

@media only screen and (max-width: 767px) {
.welcome-area .background-shape .circle4 {
	width: 200px;
	height: 200px;
	top: -100px;
	right: -100px;
}
}
.welcome-area .hero-background-shape {
	position: absolute !important;
	top: -51px;
	right: -1px;
	z-index: -1;
}
.modal-hero-background-shape {
	position: absolute !important;
	top: -51px;
	right:0px;
	width:60%;
}
.welcome-area .welcome-content {
	position: relative;
	z-index: 1;
	margin-top: 75px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
.welcome-area .welcome-content {
	margin-top: 60px;
}
}
.welcome-area .welcome-content h2 {
	font-size: 48px;
	margin-bottom: 1.5rem;
	font-weight: 700;
	color: #ffffff;
}
@media (max-width: 1366px) {
.welcome-area .welcome-content {
	margin-top:150px;
}

.welcome-area .welcome-content h2 {
	margin-bottom:0px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.welcome-area .welcome-content h2 {
	font-size: 2.5rem;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome-area .welcome-content h2 {
	font-size: 2rem;
}
}

@media only screen and (max-width: 767px) {
.welcome-area .welcome-content h2 {
	font-size: 1.75rem;
}
}
.welcome-area .welcome-content p {
	font-size: 1.25rem;
	color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.welcome-area .welcome-content p {
	font-size: 1.15rem;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome-area .welcome-content p {
	font-size: 1rem;
}
}

@media only screen and (max-width: 767px) {
.welcome-area .welcome-content p {
	font-size: 1rem;
}
}
.welcome-area.hero2 {
	background-color: #ffffff;
}
.welcome-area.hero2 .hero2-big-circle {
	width: 320px;
	height: 320px;
	border-radius: 50%;
	border: 4.5rem solid #f4f4ff;
	position: absolute !important;
	left: -185px;
	top: 54%;
	z-index: -1;
}
.welcome-area.hero2 .welcome-content h2 {
	color: #1f0757;
}
.welcome-area.hero2 .welcome-content p {
	color: #d1085e;
}
.welcome-area.hero2 .background-animation .star-ani::after {
	color: rgba(12, 82, 255, 0.26);
}
.welcome-area.hero2 .background-animation .cloud-ani::after {
	color: rgba(12, 82, 255, 0.26);
}
.welcome-area.hero2 .background-animation .circle-ani::after {
	border: 4px solid rgba(12, 82, 255, 0.13);
}
.welcome-area.hero2 .background-animation .triangle-ani::after {
	border-top: 14px solid rgba(12, 82, 255, 0.12);
}
.welcome-area.hero2 .background-animation .box-ani::after {
	background-color: rgba(12, 82, 255, 0.11);
}
.welcome-area.hero2 .background-animation .line-ani::after {
	background-color: rgba(12, 82, 255, 0.17);
}
.welcome-area.hero3 {
	background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
.welcome-area.hero3 .container.h-100 {
	height: auto !important;
}
.welcome-area.hero3 .container.h-100 .row.h-100 {
	height: auto !important;
}
}
.welcome-area.hero3 .hero3-bg-shape {
	position: absolute !important;
	top: -1px;
	left: 0;
	z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.welcome-area.hero3 .hero3-bg-shape {
	top: 30px;
}
.welcome-area.hero3 .hero3-bg-shape::after {
	position: absolute;
	width: 100%;
	height: 100px;
	top: -95px;
	left: 0;
	content: "";
	background-color: #0811fb;
	z-index: -1;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome-area.hero3 .hero3-bg-shape {
	top: 35px;
}
.welcome-area.hero3 .hero3-bg-shape::after {
	position: absolute;
	width: 100%;
	height: 100px;
	top: -95px;
	left: 0;
	content: "";
	background-color: #0811fb;
	z-index: -1;
}
}

@media only screen and (max-width: 767px) {
.welcome-area.hero3 .hero3-bg-shape {
	top: 60px;
}
.welcome-area.hero3 .hero3-bg-shape::after {
	position: absolute;
	width: 100%;
	height: 100px;
	top: -95px;
	left: 0;
	content: "";
	background-color: #0811fb;
	z-index: -1;
}
}
.welcome-area.hero3 .hero-side-img {
	position: absolute;
	width: 40%;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
	margin-top: 75px;
}
.welcome-area.hero3 .hero-side-img img {
	max-height: 100%;
	-webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(12, 82, 255, 0.172);
	box-shadow: 0 0.25rem 0.25rem 0 rgba(12, 82, 255, 0.172);
	border-radius: .5rem;
}
.welcome-area.hero3 .hero-side-img .second-img {
	position: absolute;
	bottom: 40px;
	left: -40px;
	border-radius: .5rem;
	z-index: 1;
	-webkit-animation: slideAnimation linear 12s infinite;
	animation: slideAnimation linear 12s infinite;
}

@media only screen and (max-width: 767px) {
.welcome-area.hero3 .hero-side-img {
	width: 75%;
	top: auto;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	margin-top: 0;
	bottom: 10%;
}
}

@media only screen and (max-width: 767px) {
.welcome-area.hero3 .welcome-content {
	margin-top: 90px;
}
}

@media only screen and (max-width: 767px) {
.welcome-area.hero3 .welcome-content h2 {
	background-color: #f4f4ff;
	display: inline-block;
	padding: 0 .5rem;
	margin-bottom: 1rem;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome-area.hero3 .welcome-content .animated--headline h4 {
	font-size: 1.25rem;
}
}

@media only screen and (max-width: 767px) {
.welcome-area.hero3 .welcome-content .animated--headline h4 {
	font-size: 1rem;
	background-color: #f4f4ff;
	display: inline-block;
	padding: 0 .5rem;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.welcome-area.hero3 .welcome-content .animated--headline h4 {
	font-size: 1.25rem;
}
}
.welcome-area.hero3 .welcome-content .animated--headline span {
	padding: 0;
}
.welcome-area.hero3 .welcome-content .animated--headline .ah-words-wrapper {
	margin-left: 10px;
	color: #0811fb;
}
.welcome-area.hero3 .welcome-content .animated--headline .ah-words-wrapper b {
	padding-right: 0.5rem;
	font-weight: 700;
}
.welcome-area.hero3 .welcome-content h2 {
	color: #1f0757;
}
.welcome-area.hero3 .welcome-content h2 span {
	color: #0811fb;
}
.welcome-area.hero3 .welcome-content p {
	color: #8480ae;
}
.welcome-area.hero4 {
	background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
.welcome-area.hero4 {
	height: 1050px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.welcome-area.hero4 {
	height: 1150px;
}
}
.welcome-area.hero4 .hero4-bg-shape {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: -1;
}
.welcome-area.hero4 .hero4-bg-shape2 {
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: -1;
}
.welcome-area.hero4 .hero-slides .owl-nav {
	position: relative;
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
.welcome-area.hero4 .hero-slides .owl-nav {
	margin-top: 1.5rem;
}
}
.welcome-area.hero4 .hero-slides .owl-nav .owl-prev,  .welcome-area.hero4 .hero-slides .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	background-color: #1f0757;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	font-size: 1.25rem;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
.welcome-area.hero4 .hero-slides .owl-nav .owl-prev,  .welcome-area.hero4 .hero-slides .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	font-size: 1rem;
}
}
.welcome-area.hero4 .hero-slides .owl-nav .owl-prev i,  .welcome-area.hero4 .hero-slides .owl-nav .owl-next i {
	line-height: 50px;
}

@media only screen and (max-width: 767px) {
.welcome-area.hero4 .hero-slides .owl-nav .owl-prev i,  .welcome-area.hero4 .hero-slides .owl-nav .owl-next i {
	line-height: 40px;
}
}
.welcome-area.hero4 .hero-slides .owl-nav .owl-prev:hover,  .welcome-area.hero4 .hero-slides .owl-nav .owl-next:hover {
	background-color: #fdd76e;
	color: #1f0757;
}
.welcome-area.hero4 .hero-slides .owl-nav .owl-next {
	margin-left: 1rem;
}
.welcome-area.hero4 .welcome-content h2 {
	color: #1f0757;
}
.welcome-area.hero4 .welcome-content p {
	color: #8480ae;
}
.welcome-area.hero4 .key-quote {
	font-size: 14px;
	padding: 0.5rem 1rem;
	background-color: #fdd76e;
	display: inline-block;
	margin-bottom: 1rem;
	border-radius: .5rem;
	color: #1f0757;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.welcome-area.hero4 .key-quote {
	font-size: 12px;
}
}

@media only screen and (max-width: 767px) {
.welcome-area.hero4 .key-quote {
	font-size: 11px;
}
}
.welcome-area.hero4 .hero-video-card {
	position: relative;
	z-index: 1;
	border: 0;
	-webkit-box-shadow: 0 16px 48px 12px rgba(12, 82, 255, 0.17);
	box-shadow: 0 16px 48px 12px rgba(12, 82, 255, 0.17);
	border-radius: 1rem;
	background-color: transparent;
	margin-top: 75px;
}

@media only screen and (max-width: 767px) {
.welcome-area.hero4 .hero-video-card {
	margin-top: 0;
}
}
.welcome-area.hero4 .hero-video-card .video-shape {
	position: absolute;
	bottom: -70px;
	left: -70px;
	z-index: -1;
	-webkit-animation: slideAnimation linear 12s infinite;
	animation: slideAnimation linear 12s infinite;
}
.welcome-area.hero4 .hero-video-card .video-card-slides {
	border-radius: 1rem;
}
.welcome-area.hero4 .hero-video-card .video-card-slides div {
	border-radius: 1rem;
}
.welcome-area.hero4 .hero-video-card .video-card-slides img {
	border-radius: 1rem;
}
.welcome-area.hero4 .hero-video-card .video-play-btn {
	position: absolute;
	bottom: 50px;
	right: 50px;
	background-color: #ffffff;
	color: #1f0757;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 1rem;
	z-index: 99;
}
.welcome-area.hero4 .hero-video-card .video-play-btn i {
	line-height: 50px;
	padding-left: 2px;
}
 @-webkit-keyframes slideAnimation {
 50% {
 bottom: 0;
}
}
 @keyframes slideAnimation {
 50% {
 bottom: 0;
}
}
*, ::after, ::before {
	box-sizing: border-box;
}
.top-header {
	height: 50px;
	background-color: transparent;
	position: relative;
	z-index: 30;
}
.top-header-contact {
	display: inline;
	margin-right: 33px
}
.top-header-contact svg {
	font-size: 16px;
	color: #1e2a78;
	line-height: 1.125;
	margin-right: 10px
}
.top-header-contact a {
	font-size: 13px;
	font-family: Rubik, sans-serif;
	color: #647589;
	font-weight: 500;
	line-height: 1.385
}
.top-header-social svg {
	margin-right: 19px;
	font-size: 16px;
	color: #1e2a78;
	line-height: 1.125
}
@media (max-width: 1366px) {

.top-header-social svg{
	margin-right: 12px;
}
.top-header{
	height:30px;
}
}
.svg-inline--fa.fa-w-16 {
	width: 1em;
}
.svg-inline--fa.fa-w-10 {
	width: 0.625em;
}
.svg-inline--fa.fa-w-14 {
	width: 0.875em;
}
.svg-inline--fa.fa-w-18 {
	width: 1.125em;
}

/*SECTION HEAD*/

.section-head h4 {
  position: relative;
  padding: 0 0 0 15px;
  line-height: 1;
  border-left: 1px solid #eee;
  letter-spacing: 2px;
  font-size: 38px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
.section-head h4 {
  font-size: 24px;
}
}
.section-head h4:before {
  content: '';
  width: 1px;
  height: 35px;
  background: #F24259;
  position: absolute;
  left: -1px;
  bottom: 0;
}
.section-head h4 span {
  font-weight: 200;
  padding-bottom: 5px;
}





/* 4. welcome message  */
.welcome-widget {
  background: #538de4;
  padding: 100px 0;
  position: relative;
  color: #fff;
}
.welcome-widget::before {
  content: '';
  background: url(../img/booking-bg.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color:fff;
}
.welcome-widget::after {
  content: '';
  position: absolute;
  left: -webkit-calc((100% - 1180px)/2);
  left: calc((100% - 1180px)/2);
  bottom: -40px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 110px 0 0;
  border-color: #15216f transparent transparent transparent;
}
.welcome-intro {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.welcome-heading {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.welcome-desc {
  font-size: 18px;
  line-height: 34px;
}

.white-f-color{
	color:#ffffff;
}


.p-relative{
	position:relative;
}
	
.separete-line::before {
    position: absolute;
    content: close-quote;
    width: 2px;
    bottom: 0;
    background-color: #fff;
    right: -117px;
    top: 0;
    opacity: .6;
}

.separete-line::after {
    width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -124px;
    opacity: .6;
}

.shadow-blue {
    box-shadow: 0 0px 13px 2px rgb(40, 127, 249, 0.5);
}

.btn-white-border{
	border:2px solid #fff;
	color:#fff;
	padding:15px 20px;
	text-transform:uppercase;
	letter-spacing:5px;
	 -webkit-transition: all .4s;
  transition: all .4s;
}
.btn-white-border:hover {
    border-radius: 6px;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
	color:#fff;
	background:#d1085e;
	border:2px solid #d1085e;
}












.elementor-shape[data-negative="true"].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
 .elementor-shape-bottom svg {
    height: 45px;
}
.elementor-shape-top svg {
    height: 53px;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-bottom {
    bottom: -1px;
}
.lght-blue-bg {
    background-color: #EBF6FFBF;
}



.features-section { margin-bottom:20px; float:left}

.features-section .fa {
	font-size:40px;	
}
.features-section .col-xs-3 { width:20%}
.features-section .col-xs-9 { width:75%}
.features-section p { margin: 0 0 15px}
.features-section .separator-line{ margin-left:0; margin-right:0}


/*TESTIMONIAL CSS START*/


.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

.testimonials {
  background: #161d25;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
  line-height:30px !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  z-index: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}
.purple-font{
	color:#f10351;
}
.author {
	margin-top:15px;
}

@media screen and (max-width: 768px) {
  .testimonials {
    max-height: 700px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
  }
  .testimonials .message {
    font-size:14px;	
	font-weight:normal;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
}

/*SUBCRIBE CSS START*/
.sub-padding{
	padding:15% 0% 0%;
}
.gray-border{
	border-bottom:1px solid #52536a;
}

/* Footer Home pages */
.footer_area {
  display: block;
  overflow: hidden;
  background: #fcfaff url("img/core-img/footer-bg.png") no-repeat center bottom;
  padding: 0 200px;
  position: relative;
}
.footer_area .shap {
  position: absolute;
  top: 150px;
  left: 40px;
  animation: moveShap 20s linear 2s infinite alternate;
}
.footer_area .round_shap {
  position: absolute;
  top: 85px;
  right: 230px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(140deg, #f3eefd 0%, #eddbf8 100%);
  background-image: -webkit-linear-gradient(140deg, #f3eefd 0%, #eddbf8 100%);
  background-image: -ms-linear-gradient(140deg, #f3eefd 0%, #eddbf8 100%);
  box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
  width: 57px;
  height: 57px;
  animation: moveShap2 20s linear 2s infinite alternate;
}
.footer_area .footer_inner .footer_logo {
  margin-bottom: 30px;
}
.footer_area .footer_inner .footer_logo .language {
  padding-top: 45px;
  display: block;
}
.footer_area .footer_inner .footer_logo .language h6 {
  float: left;
  font: 700 18px/40px "Niramit", sans-serif;
  color: #39436f;
  display: inline-block;
}
.footer_area .footer_inner .footer_logo .language .language_select {
  display: inline-block;
}
.footer_area .footer_inner .footer_logo .language .language_select .post_select {
  padding: 0 10px;
  font: 700 16px/40px "Niramit", sans-serif;
  color: #ff8d68;
}
.footer_area .footer_inner .footer_logo .language .language_select .post_select:before {
  color: #ff8d68;
  font-size: 14px;
  right: 35px;
}
.footer_area .footer_inner .footer_logo .footer_menu {
  padding-top: 5px;
}
.footer_area .footer_inner .footer_logo .footer_menu li {
  display: inline-block;
}
.footer_area .footer_inner .footer_logo .footer_menu li a {
  font: 400 16px/30px "Niramit", sans-serif;
  color: rgba(57, 67, 111, 0.702);
  padding-right: 10px;
}
.footer_area .footer_inner .footer_logo .footer_menu li a:hover, .footer_area .footer_inner .footer_logo .footer_menu li a:focus {
  color: #8f49f9;
}
.footer_area .footer_inner .footer_logo .footer_social {
  padding-top: 30px;
}
.footer_area .footer_inner .footer_logo .footer_social li {
  display: inline-block;
  padding-right: 17px;
  padding-bottom: 10px;
}
.footer_area .footer_inner .footer_logo .footer_social li:last-child {
  padding-right: 0;
}
.footer_area .footer_inner .footer_logo .footer_social li a {
  width: 51px;
  line-height: 51px;
  display: inline-block;
  color: #bc90ff;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.footer_area .footer_inner .footer_logo .footer_social li a:hover, .footer_area .footer_inner .footer_logo .footer_social li a:focus {
  background: #8f49f9;
  color: #fff;
}
.footer_area .footer_inner .footer_widget {
  padding: 0;
  margin-bottom: 50px;
  padding-left: 15px;
}
.footer_area .footer_inner .footer_widget h4 {
  font-size:18px;
  font-weight:700;
  line-height:24px;
  color: #101010;
  padding-bottom: 25px;
}
.footer_area .footer_inner .footer_widget .footer_nav li a {
  font-size:16px;
  font-weight:400;
  line-height:38px;
  color: rgba(57, 67, 111, 0.702);
}
.footer_area .footer_inner .footer_widget .footer_nav li a:hover, .footer_area .footer_inner .footer_widget .footer_nav li a:focus {
  color: #ff8d68;
}
.footer_area .footer_inner .footer_widget address {
  font-size:16px;
  font-weight:400;
  line-height:24px;
  color: rgba(57, 67, 111, 0.702);
  padding-top: 7px;
}
.footer_area .footer_inner .footer_widget address a {
  display: block;
  color: rgba(57, 67, 111, 0.702);
  padding-top: 15px;
}
.footer_area .footer_inner .footer_widget address a:hover, .footer_area .footer_inner .footer_widget address a:focus {
  color: #ff8d68;
}
.footer_area .footer_inner .footer_widget address .phone {
  font-size: 20px;
  color: #8f49f9;
  padding-top: 33px;
}
.footer_area .footer_inner .footer_widget p {
  color: rgba(40, 35, 49, 0.702);
  padding-top: 7px;
  padding-bottom: 45px;
  max-width: 250px;
}
.footer_area .footer_inner .footer_widget .input-group {
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 56px 0px rgba(216, 216, 216, 0.35);
  padding: 9px 20px;
  max-width: 268px;
}
.footer_area .footer_inner .footer_widget .input-group input {
  font: 400 16px/48px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  border: 0;
  width: 100%;
  color: #9a9a9a;
}
.footer_area .footer_inner .footer_widget .input-group input.placeholder {
  color: #9a9a9a;
}
.footer_area .footer_inner .footer_widget .input-group input:-moz-placeholder {
  color: #9a9a9a;
}
.footer_area .footer_inner .footer_widget .input-group input::-moz-placeholder {
  color: #9a9a9a;
}
.footer_area .footer_inner .footer_widget .input-group input::-webkit-input-placeholder {
  color: #9a9a9a;
}
.footer_area .footer_inner .footer_widget .input-group input:focus.placeholder {
  color: transparent;
}
.footer_area .footer_inner .footer_widget .input-group input:focus:-moz-placeholder {
  color: transparent;
}
.footer_area .footer_inner .footer_widget .input-group input:focus::-moz-placeholder {
  color: transparent;
}
.footer_area .footer_inner .footer_widget .input-group input:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer_area .footer_inner .footer_widget .input-group .input-group-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 56px;
  z-index: 3;
  color: #c7a2fe;
  font-size: 20px;
  background: #fff;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  display: block;
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.footer_area .footer_inner .footer_widget .input-group .input-group-text:hover, .footer_area .footer_inner .footer_widget .input-group .input-group-text:focus {
  background: #8f49f9;
  color: #fff;
}
.footer_area .footer_inner .fw_2 {
  padding-left: 60px;
}
.footer_area .footer_inner .fw_3 {
  padding-left: 90px;
}
.footer_area .footer_inner .fw_4 {
  padding-left: 80px;
}
.footer_area .btn_container {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.footer_area .btn_container:after {
  content: "";
  position: absolute;
  bottom: 35px;
  background: url("../img/footer-border.png");
  
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  z-index: -1;
}
.footer_area .btn_container .theme_btn {
  border-radius: 10px;
  box-shadow: 0px 20px 75px 0px rgba(183, 150, 233, 0.35);
  background: #fff;
  min-width: 200px;
  line-height: 70px;
  font-weight: 400;
  font-size: 20px;
  color: #8f49f9;
  text-transform: capitalize;
  margin: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer_area .btn_container .theme_btn i {
  padding-right: 20px;
  font-size: 27px;
}
.footer_area .btn_container .theme_btn:hover, .footer_area .btn_container .theme_btn:focus {
  background: #8f49f9;
  color: #fff;
}
.footer_area .btn_container .apple i {
  font-size: 33px;
}
.footer_area .copy_right {
  display: block;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  padding: 45px 0;
}
/*----------------------------------------------------*/
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}


@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}

.copy-write{
padding:40px 0px;
border-top:1px solid #dfdfdf;
}

@media (max-width: 1440px) {

  .footer_area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1366px) {
  .footer_area .footer_inner .footer_widget {
    padding: 0 15px;
  }

}
@media (max-width: 767px) {
.sub-padding .booking-btn{
	display:block;
	width:100%;
}

.welcome-widget .btn-white-border {
	display:block;
	width:100%;
	margin-top:25px;
}
.top-header-social {
    display: none;
}
.footer_area .footer_inner .footer_widget h4{
	font-size:16px;
}
}

@media (max-width: 575px) {
  .footer_area .footer_inner .footer_widget h4 {
    padding-bottom: 20px;
  }

  .footer_area .btn_container .theme_btn {
    margin: 5px 7px;
  }
}
/*ABOUT CSS START*/
.about-banner {
  width:100%;
  text-align:center;
  background: url("../img/about-banner.jpg");
  background-attachment: fixed;
  background-size:cover;
  height:300px; 
  position:relative;
}/*AGREEMENT CSS START*/
.agreement-ul{
	padding:0px;
	margin:0px;
}

.agreement-ul li{
	display:inline-block;
	padding:20px 25px 0px 25px;
	position:relative;
	font-size:20px;
	color:#1e2a78;
	font-weight:700;
	text-transform:uppercase;
}
.agreement-ul li span{
	color:#000;
}
.agreement-ul li:after{
	position:absolute;
	right:0px;
	top:20px;
	content:"|";
	color:#000;
}
.btn-block{
	display:block;
}
.purple-btn{
	background:#d1085e;
}
@media only screen and (max-width: 767px) {
.agreement-ul li{	
	font-size:16px;
}
}

/*MODAL CSS START*/
/********************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width:50%;
		height: 100%;
		right:0px;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}
	@media (max-width: 767px) {
		.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		width:100%;
	}

	#booking-form-1 .modal-dialog {
    max-width: 100%;
}
#booking-form-1 .modal-body {
    padding: 20px;
}

#booking-form-2 .modal-dialog {
    max-width: 100%;
}
#booking-form-2 .modal-body {
    padding: 20px;
}

#booking-form-3 .modal-dialog {
    max-width: 100%;
}
#booking-form-3 .modal-body {
    padding: 20px;
}


	}
	
	.modal-header .btn-close{
		z-index:100;
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 60px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		/*right: -320px;*/
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.modal-dialog {
  margin: 0;
}
/*
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
*/
.modal-header {
  border-radius: 0;
  padding: 1.2rem;
  background:none;
  border:0px solid;
}

.modal-content {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
  box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
}


.modal-button-container {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}
.modal-form .form-control{
	border-left:0px;
	border-top:0px;	
	border-right:0px;	
	padding:22px 0px;
}

.booking-li ul li{
margin-bottom:30px;	
}

.booking-li ul li textarea.form-control {
	
}

.booking-li ul li p{
	width: calc(100% - 70px);
	float:right;
}

.booking-li ul li DIV.digit{
	width:70px;
	float:left;
	font-size:40px;
	position:relative;
}

.booking-li ul li DIV.digit:after{
	width:2px;
	height:30px;
	position:absolute;
	right:17px;
	top:0px;
	content:"";
	background:#dfdfdf;
}

.booking-li ul li DIV.digit:before{
	width:2px;
	height:30px;
	position:absolute;
	right:17px;
	top:25px;
	content:"";
	background:#f10351;
}

.booking-border-btn {
	display: inline-block;
	color: #1e2a78;
	border-radius: 4px;
	padding: 0 1.75rem;
	font-size: 14px;
	background-color: #fff;
	height: 49px;
	line-height: 49px;
	text-transform: capitalize;
	border:1px solid #1e2a78;
}
.booking-border-btn:hover, .booking-border-btn:focus, .booking-border-btn.active {
	background-color: #d1085e;
	color: #ffff;
	-webkit-box-shadow: 0 3px 42px 2px rgba(209, 8, 94, 0.175);
	box-shadow: 0 3px 42px 2px rgba(209, 8, 94, 0.175);
	line-height: 49px;
	border:1px solid #d1085e;
}

.booking-border-btn.no {
	color: #1e2a78;
	background-color: #fff;
	border:1px solid #d1085e;
}
.booking-border-btn.no:hover, .booking-border-btn.no:focus, .booking-border-btn.no.active  {
	background-color: #1e2a78;
	color: #ffff;
	-webkit-box-shadow: 0 3px 42px 2px rgba(209, 8, 94, 0.175);
	box-shadow: 0 3px 42px 2px rgba(209, 8, 94, 0.175);
	line-height: 49px;
	border:1px solid #1e2a78;
}


/* ===================================
    Address , Map % Contact
====================================== */

.address-text{
    padding: 7.5rem 0;
}

 .address-social li{
     display: inline-block;
 }

.address-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    margin: 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.address-social a:hover {
    background-color: #ffffff;
}

.half-map{
    height: 620px;
    width: 100%;
    overflow: hidden;
}

.contact-map{
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.full-map{
    height:500px;
    width: 100%;
    overflow: hidden;
}

.contact-form {
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom:1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form textarea {
    min-height: 175px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}


.gradient-bg1{
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%,#7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%,#7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3264f5', endColorstr='#7202bb',GradientType=1 );
}


.bg-img4{
    background: url(../img/address-image.jpg);
}

.contact-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    /*! height: 100%; */
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.opacity-8 {
    opacity: .8;
}
/*WHYTHIS CSS START*/

.why-this-banner {
  width:100%;
  background: url("../img/why-banner.jpg");
  background-attachment: fixed;
  background-size:cover;
  height:580px; 
  position:relative;
  margin-top:120px;
  color:#fff;
}
@media only screen and (max-width: 767px) {
.why-this-banner {
  height:auto;
}
}

.inner-items .info {
    padding: 60px;
    position: relative;
    z-index: 1;
    background: #101c3d;
    overflow: hidden;
    top: -80px;
	color:#ffffff;
}
 .inner-items .info .section-head h4 {
    font-weight: 700;
    margin-top: -5px;
    margin-bottom: 25px;
	color:#fff;
}
.info p, .inner-items .info h5, .inner-items .info h2, .inner-items .info h3  {
    color: #fff;
}
h2.pricng span{
	display:block;
	font-size:18px;
}
h2.pricng{
	color:#fff;
	padding-left:25%;
	padding-top:5%;
}

h2.pricng strong{
	font-size:42px;
}

h2.pricng1 span{
	display:block;
	font-size:18px;
}
h2.pricng1{
	color:#fff;
	padding-left:5%;
	padding-top:1%;
}



/*BLOG CSS START*/
.author_avatar_meta img {
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.post_meta {
    margin-top: 1.65rem;
	color:#788193;
}

.post_meta a{
	color:#788193;
}


 .author_avatar_meta {
    display: inline-block;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    line-height: inherit;
    margin: -3px 14px 0 0;
}

 .post_content {
    margin-top: 2.75rem;
}

.post_content::after {
    position: relative;
    content: '\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c\e83c';
    font-family: fontello;
    color: #928a97;
    font-size: 12px;
    letter-spacing: 7.35px;
    padding-left: 2px;
    font-weight: 300;
    display: inline-block;
    height: 10px;
    line-height: 10px;
    vertical-align: middle;
    overflow: hidden;
    width: 47%;
    margin-top: 2.6rem;
}
.frst-span{
	padding:0px 20px 0px 30px;
	color:#d1085e;
	position:relative;
}
.frst-span a{
	color:#d1085e;
}
.frst-span:after{
	position:absolute;
	left:10px;
	top:-3px;
	content: '// ';
}
.blog-wrapper{
	padding-bottom:50px;
}

.alert-content{
	color: #FF0000;
	font-size:  11px;
	font-style: italic;

}

.text-justify{
	text-align: justify;
}

.destination-img.bg-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  min-height: 250px;
  width: 100%;
  margin:5% 0%;
}
.destination-img.bg-image2{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 130px;
  width: 100%;
  margin-left:-50px;
}