<style>
/**************************************************************** UI Elements Custom Classes Helpers *****************************************************************/

p {
	margin-bottom: 1.5rem;
}

#wpadminbar {
	z-index: 99999999;
}

.xola-social-bar {
	z-index: 99995 !important;
}

.xola-header {
	box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 15%);
	transition: all 0.3s linear;
	z-index: 99990 !important;
}

@media only screen and (min-width: 1024px) {
	.xola-header .elementor-nav-menu--dropdown {
		box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
	}
}


/* Top Bar Note */

.xola-top-bar p {
	margin-bottom: 0 !important;
}

#close-note {
	cursor: pointer;
}

@media only screen and (max-width: 1024px) {
	.xola-top-bar {
		background-color: var(--e-global-color-secondary) !important;
	}
}


/* End Top Bar Note */


/* Top Social Menu */

.xola-social-bar .elementor-icon-list-icon {
	display: inline-block;
	padding: 14px 0;
}

.xola-social-bar .elementor-icon-list-icon+.elementor-icon-list-text {
	padding-left: 11px;
}

@media only screen and (max-width: 1024px) {
	.xola-social-bar .elementor-icon-list-item:not(:last-child):after {
		height: 40px !important;
	}
	.xola-social-bar ul.elementor-icon-list-items li span.elementor-icon-list-text {
		display: none;
	}
	.xola-social-bar .elementor-icon-list-icon {
		display: inline-block;
		padding: 9px 0 10px 0;
	}
}


/* End Top Social Menu */


/* Main menu */

.xola-header .xola-menu .elementor-nav-menu--main .elementor-item {
	padding-left: 9px;
	padding-right: 25px;
}

.xola-header .xola-buttons {
	margin-left: auto !important;
	padding-right: 7px !important;
}

.xola-header .xola-btn-menu a {
	width: 152px !important;
}

.btn-menu-mobile {
	display: none !important;
}

.btn-menu-mobile a {
	color: #fff !important;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-family: "Poppins", Sans-serif !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	line-height: 1.5em !important;
	border-radius: 80px 80px 80px 80px !important;
	padding: 12.5px 30px 12.5px 30px !important;
	text-align: center;
	justify-content: center;
}

.btn-menu-mobile.btn-book a {
	background-color: var(--e-global-color-secondary) !important;
}

.btn-menu-mobile.btn-book:hover a {
	background-color: var(--e-global-color-accent) !important;
}

.btn-menu-mobile.btn-gift a {
	background-color: var(--e-global-color-primary) !important;
}

.btn-menu-mobile.btn-gift:hover a {
	background-color: var(--e-global-color-d993834) !important;
}

@media only screen and (max-width: 767px) {
	.xola-header .xola-menu .btn-menu-mobile {
		margin: 10px 24px !important;
		display: block !important;
	}
	.xola-header .xola-menu {
		flex: 1 1 auto;
	}
}

@media only screen and (max-width: 1024px) {
	.xola-header .xola-menu .elementor-nav-menu--dropdown .btn-menu-mobile a.elementor-item {
		font-family: "Poppins", Sans-serif !important;
		font-size: 18px !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		line-height: 25.2px !important;
		justify-content: center;
	}
	.xola-header .xola-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		padding-top: 71px;
	}
	.xola-header .xola-menu .elementor-nav-menu--dropdown .elementor-item,
	.xola-header .xola-menu .elementor-nav-menu--dropdown a {
		font-family: "Oswald", Sans-serif !important;
		font-size: 24px !important;
		font-weight: 600 !important;
		line-height: 26.4px !important;
	}
	.xola-navigation .xola-custom {
		padding: 12px 25px 12px 25px !important;
	}
	.xola-header .xola-logo {
		order: 1;
	}
	.xola-header .xola-cta {
		order: 2;
		flex: 1 1 auto;
	}
	.xola-header .xola-menu {
		order: 3;
		width: 60px;
		margin-right: 10px;
	}
}


/* End Main menu */


/* Footer */

.xola-footer .elementor-widget .elementor-icon-list-item {
	justify-content: start;
}

.xola-footer .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	padding-left: 15px;
}

.xola-footer .elementor-widget .elementor-icon-list-icon {
	padding-top: 14px;
    margin: 3px auto;
}


/* End Footer */

.xola-tabs .elementor-tab-title {
	padding: 25px 0 24px 0 !important;
	border-color: #D5D5D5 !important;
	border-left: none;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.xola-tabs .elementor-tabs-wrapper .elementor-tab-title:first-child {
	border-left: 1px solid #D5D5D5;
}

.xola-tabs .elementor-tab-title:hover {
	background-color: #EAEAEA !important;
	border-color: #EAEAEA !important;
}

.xola-tabs .elementor-tab-title.elementor-active {
	background-color: var(--e-global-color-secondary) !important;
	border-color: var(--e-global-color-secondary) !important;
}

.xola-tabs .elementor-tab-content {
	padding: 70.5px 53px 68.5px 53px;
}


/* Tabs */


/* End Tabs */

.elementor-menu-toggle {
	outline: none !important;
}

.current-menu-parent>a {
	color: var(--e-global-color-secondary) !important;
}

.elementor-nav-menu--main .elementor-nav-menu a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

a.xola-arrow-link {
	text-decoration: none !important;
}

a.xola-arrow-link:hover {
	border-bottom: 1px solid var(--e-global-color-secondary);
}

a.arrow-link::after {
	/* "\ao " is a non-breaking space */
	content: "\a0 ›";
	font-size: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.arrow-link:hover::after {
	/* "\ao " is a non-breaking space */
	padding-left: 5px;
}

.arrow-button a .elementor-button-icon i {
	font-size: 11px;
}

.arrow-button a .elementor-button-icon {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.arrow-button a:hover .elementor-button-icon {
	margin-left: 10px !important;
}

.btn-block a {
	width: 100% !important;
}

.no-margin p {
	margin-bottom: 0 !important;
}

.person {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
  color: var( --e-global-color-text );
}


/* Slider hack */

.elementor-swiper .elementor-swiper-button-next {
	top: 100% !important;
	right: 0;
	width: 50px !important;
	height: 50px;
	padding: 12px;
	transform: translate(0, -25px) !important;
	background-color: var(--e-global-color-secondary);
}

.elementor-swiper .elementor-swiper-button-prev {
	left: 100% !important;
	top: 100% !important;
	width: 50px;
	height: 50px;
	transform: translate(-100px, -25px) !important;
	background-color: var(--e-global-color-secondary);
	padding: 12px;
}

.elementor-swiper .elementor-swiper-button {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.elementor-swiper .elementor-swiper-button:hover {
	background-color: var(--e-global-color-primary);
}


/* Quote */

.xola-quote .elementor-testimonial__image img {
	width: 290px;
	height: 100% !important;
}

.xola-quote .elementor-swiper-button {
	padding: 12px 16px;
}

.xola-quote .elementor-swiper-button i {
	line-height: 27px !important;
}

.xola-quote .elementor-testimonial__cite {
	margin-top: 107px !important;
}

@media only screen and (max-width: 1024px) {
	.xola-quote.elementor-testimonial--layout-image_left .elementor-testimonial {
		flex-direction: column !important;
	}
	.xola-quote .elementor-testimonial__cite {
		margin-top: 25px !important;
		text-align: center;
	}
	.xola-quote .elementor-swiper-button {
		display: none !important;
	}
	.xola-quote .elementor-testimonial__footer {
		padding-right: 0 !important;
	}
	.xola-quote .elementor-testimonial__image img {
		width: 105px !important;
		height: 105px !important;
		object-fit: cover !important;
		border-radius: 0;
		object-position: top;
	}
}


/* End Quote */


/* FAQ */

.xola-faq .elementor-toggle .elementor-toggle-item .elementor-tab-title {
	border-bottom: 1px solid #151515 !important;
	padding: 45px 0 15px 0;
}

.xola-faq .elementor-toggle .elementor-toggle-item:first-child .elementor-tab-title {}

.xola-faq .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right .elementor-toggle-icon-closed i {
	font-size: 12px;
	margin: 0 10px 0 0;
}

.xola-faq .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right .elementor-toggle-icon-opened {
	font-size: 12px;
	margin: 10px 5px 0 0;
}

.xola-faq .elementor-tab-content {
	padding: 16px 0 0 0 !important;
}

.xola-faq .elementor-tab-content p:last-child {
	margin-bottom: 0 !important;
}


/* FAQ */


/* Team member */

.team-member .elementor-image-box-img {
	line-height: 0;
	min-width: 200px;
	height: 222px;
}

.team-member .elementor-image-box-content {
	position: relative;
}

.team-member .elementor-image-box-content h5 {
	margin: 0;
}

.team-member .elementor-image-box-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 0;
	height: 0;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	clear: both;
}

@media only screen and (max-width: 1024px) {
	.team-member .elementor-image-box-wrapper {
		text-align: center !important;
	}
	.team-member.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.team-member.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.team-member.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}


/* End Team Member */


/* Hero */

.xola-slider .swiper-slide-inner {
	padding: 0px 25px 0px 25px !important;
}

.xola-slider .swiper-slide-contents {
	margin-top: 20px;
}

.xola-slider .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
	margin-bottom: 16px;
}

.xola-slider .elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child) {
	margin-bottom: 17px;
}

.xola-slider .elementor-slides .swiper-slide-inner .elementor-slide-button {
	width: 252px;
}

@media only screen and (max-width: 1024px) {
	.xola-slider .swiper-slide-contents {
		margin-top: 0;
	}
	.xola-hero .elementor-container {
		min-height: 400px !important;
	}
}


/* End Hero */

.xola-list .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-bottom: calc(15px/2) !important;
}

.no-top-margin .elementor-column>.elementor-element-populated {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

@media only screen and (min-width: 1080px) {
	.btn-block.btn-activity a {
		width: 338.54px !important;
	}
}


/* Footer Powered By */

.powered-by,
.powered-by a {
	display: flex;
	justify-content: center;
	font-family: var( --e-global-typography-primary-font-family ) !important;
	align-items: center;
	font-size: 14px;
  color: var( --e-global-color-text ) !important;
}

.powered-by a:hover {
	color: #000 !important;
}

.powered-by a svg {
	width: 40px;
	margin: 0 4px;
}


/**************************************************************** Smaller Devices Fix for Contact *****************************************************************/


/* Define section name in CSS */


/*******************************MOBILE******************************************/

@media only screen and (min-width: 1025px) and (max-width: 1250px) {
	.xola-map-text {
		padding-left: 25px;
		padding-right: 25px;
	}
}


/**************************************************************** Smaller Devices Fix for Home *****************************************************************/


/* Define section name in CSS */

@media only screen and (min-width: 1080px) {
	.xola-text .elementor-container {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1024px) {
	.xola-quote .elementor-main-swiper {
		width: calc(100% - 0px) !important;
	}
}

@media only screen and (min-width: 1080px) {
	.homepage-tours .btn-block.btn-activity a {
		width: 100% !important;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1080px) {
	.xola-tour-text-left {
		padding-left: 25px;
	}
	.xola-tour-image-right {
		padding-right: 25px;
	}
}


/**************************************************************** Smaller Devices Fix for Tours *****************************************************************/


/* Define section name in CSS */

@media only screen and (min-width: 1024px) and (max-width: 1250px) {
	.xola-tours {
		width: 95% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.xola-tours .gallery-img,
	.xola-tours .gallery-img .elementor-widget-container,
	.xola-tours .gallery-img .elementor-widget-container .elementor-image,
	.xola-tours .gallery-img .elementor-widget-container .elementor-image a,
	.xola-tours .gallery-img .elementor-widget-container .elementor-image a img {
		height: 100% !important;
	}
}

@media only screen and (min-width: 440px) and (max-width: 1024px) {
	.xola-tours-book .elementor-widget-container {
		border: none !important
	}
}


/**************************************************************** Footer for smaller devices *****************************************************************/

@media (max-width:1024px) {
	.xola-footer .footer-icons .elementor-icon-list-item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center !important;
	}
	.xola-footer .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
		padding-left: 0px !important;
	}
}

@media only screen and (min-width: 1026px) and (max-width: 1247px) {
	.xola-footer .xola-footer-contact .elementor-widget-wrap {
		padding: 48px 0 0 15px !important;
	}
}

.xola-footer .elementor-icon i:before,
.elementor-icon svg:before {
	left: 49%;
}

.xola-footer a {
	color: #fff !important
}


/**************************************************************** Safari fixes Footer *****************************************************************/


/*Footer buttons center*/

@media only screen and (max-width: 1024px) {
	.elementor-widget-social-icons.xola-follow {
		--grid-column-gap: 0 !important;
	}
	.elementor-widget-social-icons.xola-follow .elementor-social-icons-wrapper .elementor-grid-item {
		margin: 0 10px;
	}
}


/********************************************************************** FAB ***********************************************************************/

.xola-fab {
	z-index: 9999999;
}

.xola-fab.xola-fab-right {
	position: fixed;
	bottom: 35px;
	right: 35px;
}

.xola-fab.xola-fab-left {
	position: fixed;
	bottom: 35px;
	left: 35px;
}

.xola-fab.xola-fab-center {
	position: fixed;
	bottom: 35px;
	left: 50%;
	margin-left: -30px;
}

.xola-fab.xola-fab-center.fab-rectangle {
	position: fixed;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

.xola-fab-button {
	height: 60px;
	width: 60px;
	background-color: rgba(67, 83, 143, .8);
	border-radius: 50%;
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}

.xola-fab a {
	transition: all .2s ease-in-out;
}

.xola-fab a:hover {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.xola-fab a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
}

.xola-fab.fab-rectangle .xola-fab-button {
	height: 40px;
	border-radius: 8px;
	padding: 5px 18px;
	width: fit-content;
	margin: 0 auto;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.xola-fab.fab-rectangle a i {
	position: relative;
	top: unset;
	left: unset;
	transform: unset;
	display: flex;
}

.xola-fab.fab-rectangle a span.fab-title {
	margin-left: 10px;
	margin-right: auto;
	font-weight: 500;
	font-size: 18px;
}

.fab-circle {
	width: 135px;
    height: 135px;
    border-radius: 50%;
    vertical-align: middle;
    padding: 4px;
    margin: 5px;
    background-clip: content-box;
    display: flex;
    justify-content: center;
}

.fab-circle a {
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fab-circle.xola-fab a:hover {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.fab-circle a span {
	color: white;
	text-align: center;
	font-size: 12px;
	border-bottom: 2px solid white;
	font-weight: bold;
	margin-bottom: 5px;

}
.fab-circle a span:last-child {
	font-size: 9px;
    font-weight: normal;
    border-bottom: none;
    line-height: 1.4;
}
.fab-circle a .circle-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 10px;
  padding: 5px;
  text-align: center;
}
.fab-circle a .circle-btn svg {
	width: 10px;
	height: 10px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media only screen and (max-width: 1024px) {
	.xola-fab {
		position: fixed;
		bottom: 35px;
		left: 50%;
		margin-left: -30px;
	}
	.xola-fab.fab-circle {
		position: fixed;
		bottom: 35px;
		left: calc(50% - 67.5px);
		margin-left: 0;
	}
	.xola-fab.fab-rectangle {
		position: fixed;
		bottom: 25px;
		left: 0;
		right: 0;
		margin: auto;
	}
}


/*Dark links & Hover links change color*/

.xola-dark-link {
	font-size: 16px !important;
	color: #7C7C7C !important;
	line-height: 1.5em !important;
}

.xola-dark-link:hover {
	color: var(--e-global-color-secondary) !important;
}


/*Top Bar links Hover Color*/

.xola-social-bar .elementor-icon-list-items li:hover a i,
.xola-social-bar .elementor-icon-list-items li:hover a .elementor-icon-list-text {
	color: var(--e-global-color-secondary) !important;
}


/*Social Icons Hover Color*/

/* .xola-social-bar .elementor-social-icons-wrapper .elementor-grid-item a:hover i {
	color: var(--e-global-color-secondary) !important;
} */

@media only screen and (max-width: 1024px) {
	.footer-icons a {
		display: grid !important;
	}
}

@media only screen and (min-width: 1025px) {
	.footer-icons ul.elementor-icon-list-items li:last-child span.elementor-icon-list-icon {
		padding-top: 4px;
	}
}


/* Custom modules */

.xola-17-image-2:after,
.xola-17-image-2:before {
	position: absolute;
	content: "";
}

.xola-17-image-2:before {
	bottom: 0px;
	right: 0;
	left: 0;
	border-top: 40px solid transparent;
	border-left: 50% solid #000;
	border-right: 50% solid #000;
}

.xola-module-18 .elementor-icon-box-wrapper {
	flex-direction: column !important;
}

.xola-module-18 .icon-box-right .elementor-icon-box-wrapper {
	align-items: flex-end;
}

@media only screen and (max-width: 767px) {
	.burger-center .elementor-menu-toggle {
		margin: 0 auto !important;
	}
}

.xola-get-in-touch .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item>a span {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.xola-get-in-touch .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item>a:hover span {
	color: #d3d3d3 !important;
}

.xola-footer-social .elementor-icon-box-wrapper a {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.xola-footer-social .elementor-icon-box-wrapper a:hover {
	color: #d3d3d3 !important;
}

.xola-footer-menu-1 .current-menu-parent>a:hover {
	color: #fff !important;
}

.xola-footer-menu-1 .current-menu-parent>a {
	color: #fff !important;
}

@media (max-width:768px) {
	.xola-footer-social .elementor-icon-box-wrapper {
		text-align: center !important;
	}
	.xola-footer-social .elementor-icon-box-wrapper .elementor-icon-box-icon {
		margin-bottom: 0px !important;
	}
}

@media (max-width:1024px) {
	#social-1 .elementor-icon-box-wrapper,
	#social-2 .elementor-icon-box-wrapper {
		flex-direction: column !important;
		align-items: center !important;
	}
}


/****** FOOTER MODULES ******/

#footer1 .footer-section-2 ul li {
	list-style-type: none;
}

#footer1 .footer-section-2 ul {
	padding-left: 0;
}

#footer1 ul li a {
	color: #222;
}

#footer1 ul li a:hover {
	color: #f7941d;
	/*Primary Color*/
}


/********FOOTER2**********/

#footer2 .footer-section-2 ul li {
	list-style-type: none;
}

#footer2 .footer-section-2 ul {
	padding-left: 0;
}

#footer2 ul li a {
	color: #222;
}

#footer2 ul li a:hover {
	color: #f7941d;
	/*Primary Color*/
}


/********FOOTER3**********/

#footer3 .footer-section-2 ul li {
	list-style-type: circle;
}

@media only screen and (max-width: 1024px) {
	#footer3 .footer-section-2 ul li {
		list-style-type: none;
		padding-bottom: 10px;
	}
}

#footer3 .footer-section-2 ul {
	padding-left: 0;
}

#footer3 ul li a {
	color: #222;
}

#footer3 ul li a:hover {
	color: #f7941d;
	/*Primary Color*/
}


/********FOOTER4**********/

#footer4 .footer-section-2 ul li {
	list-style-type: none;
}

#footer4 .footer-section-2 ul {
	padding-left: 0;
}

#footer4 ul li a {
	color: #222;
}

#footer4 ul li a:hover {
	color: #f7941d;
	/*Primary Color*/
}


/********FOOTER5**********/

#footer5 .footer-section-2 ul li {
	list-style-type: none;
}

#footer5 .footer-section-2 ul {
	padding-left: 0;
}

#footer5 ul li a {
	color: #222;
}

#footer5 ul li a:hover {
	color: #f7941d;
	/*Primary Color*/
}


/********FOOTER6**********/

#footer6 .footer-section-2 ul li {
	list-style-type: none;
}

#footer6 .footer-section-2 ul {
	padding-left: 0;
}

#footer6 ul li a {
	color: #fff;
}


/********FOOTER7**********/

#footer7 .footer-section-2 ul li {
	list-style-type: none;
}

#footer7 .footer-section-2 ul {
	padding-left: 0;
}

#footer7 ul li a {
	color: #fff;
}


/********FOOTER8**********/

#footer8 .footer-section-2 ul li {
	list-style-type: none;
}

#footer8 .footer-section-2 ul {
	padding-left: 0;
}

#footer8 ul li a {
	color: #fff;
}


/********FOOTER9**********/

#footer9 .footer-section-2 ul li {
	list-style-type: none;
}

#footer9 .footer-section-2 ul {
	padding-left: 0;
}

#footer9 ul li a {
	color: #fff;
}


/********FOOTER14**********/

#footer14 .footer-section-2 ul li {
	list-style-type: none;
}

#footer14 .footer-section-2 ul {
	padding-left: 0;
}

#footer14 ul li a {
	color: #fff;
}


/********FOOTER15**********/

#footer15 .footer-section-2 ul li {
	list-style-type: none;
}

#footer15 .footer-section-2 ul {
	padding-left: 0;
}

#footer15 ul li a {
	color: #fff;
}


/* Header */

@media only screen and (max-width: 767px) {
	.xola-header .xola-menu .btn-menu-mobile {
		margin: 10px 24px !important;
		display: block !important;
	}
}

@media only screen and (max-width: 767px) {
	.burger-center .elementor-menu-toggle {
		margin: 0 auto !important;
	}
}


/******MENU 3********/

@media only screen and (min-width: 1025px) and (max-width:1067px) {
	.elementor-4661 #menu3 .xola-menu ul li a.elementor-item {
		font-size: 16px !important;
	}
}


/******MENU 4********/

@media only screen and (min-width: 1025px) and (max-width:1033px) {
	.menu4 .xola-menu ul li a.elementor-item {
		font-size: 17px !important;
	}
}


/******MENU 11*******/


/* .menu-11-column-1 {
    max-width: 42%!important
}
.menu-11-column-2 {
    max-width: 42%!important
} */

.menu-11-column-3 {
	width: 300px !important
}

@media (max-width:1250px) {
	.menu-11-column-3 {
		width: 325px !important
	}
}

@media (min-width: 1616px) {
	.menu-11-column-2 {
		min-width: 23% !important;
	}
}

@media (min-width: 1800px) {
	.menu-11-column-2 {
		min-width: 25% !important;
	}
}

@media (min-width:1459px) and (max-width: 1615px) {
	.menu-11-column-2 {
		min-width: 21% !important;
	}
}

@media (max-width: 1670) {
	.menu-11-column-1 {
		width: 58% !important;
	}
}

@media (min-width:1025px) and (max-width: 1250px) {
	.menu-11-column-2 {
		min-width: 16% !important;
	}
}

@media (min-width:1051px) and (max-width: 1291px) {
	.menu-11-column-2 {
		width: 18% !important;
	}
}

#header-menu-11 .current-menu-parent>a:hover {
	color: #fff !important;
}


/* Our Popular Tours */

.xola-activity-1 .elementor-container .elementor-column img,
.xola-activity-1 .elementor-container .elementor-column .elementor-widget-wrap,
.xola-activity-2 .elementor-container .elementor-column img,
.xola-activity-2 .elementor-container .elementor-column .elementor-widget-wrap .elementor-section,
.xola-activity-3 .elementor-container .elementor-column img,
.xola-activity-3 .elementor-container .elementor-column .elementor-widget-wrap .elementor-section h3,
.xola-activity-4 .elementor-container .elementor-column .elementor-widget-wrap .elementor-section .elementor-button,
.xola-activity-5 .elementor-container .elementor-column .elementor-widget-wrap .elementor-section .elementor-button {
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.xola-activity-1 .elementor-container .elementor-column:hover img,
.xola-activity-1 .elementor-container .elementor-column:hover .elementor-widget-wrap {
	filter: brightness(102%);
}

.xola-activity-2 .elementor-container .elementor-column:hover img,
.xola-activity-2 .elementor-container .elementor-column:hover .elementor-widget-wrap .elementor-section {
	filter: brightness(96%);
}

.xola-activity-3 .elementor-container .elementor-column:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.xola-activity-3 .elementor-container .elementor-column:hover .elementor-widget-wrap .elementor-section h3 {
	color: var(--e-global-color-primary);
}

.xola-activity-4 .elementor-container .elementor-column:hover .elementor-widget-container .elementor-button {
	color: #f7f7f7 !important;
	background-color: #55595c !important;
}

.xola-activity-5 .elementor-container .elementor-column:hover .btn-first .elementor-button {
	color: #fff !important;
	background-color: var(--e-global-color-secondary) !important;
}

.xola-activity-5 .elementor-container .elementor-column:hover .btn-second .elementor-button {
	color: #fff !important;
	background-color: var(--e-global-color-primary) !important;
}

.xola-activity-5 .elementor-container .elementor-column .btn-first .elementor-button:hover {
	background-color: var(--e-global-color-accent) !important;
}

.xola-activity-5 .elementor-container .elementor-column .btn-second .elementor-button:hover {
	background-color: var(--e-global-color-d993834) !important;
}


@media only screen and (max-width: 1024px) {
  .xola-activity-5 .elementor-cta__description.elementor-cta__content-item{
		    padding: 0 15px !important;
	}
}

/* Page Modules 1 */

.xola-module-3 .elementor-container .elementor-column {
	overflow: hidden;
}

.xola-module-3 .elementor-container .elementor-column .elementor-widget-wrap {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: background-size 1s ease-in;
	-moz-transition: background-size 1s ease-in;
	-ms-transition: background-size 1s ease-in;
	-o-transition: background-size 1s ease-in;
	-webkit-transition: background-size 1s ease-in;
	background-size: 100% !important;
	background-position: center;
	background-repeat: no-repeat;
}

.xola-module-3 .elementor-container .elementor-column .elementor-widget-wrap:hover {
	background-size: 120% !important;
}


/* Page Modules 2 */

.xola-module-9 .elementor-widget-icon-box .elementor-icon-box-wrapper {}

@media (max-width:768px) {
	.xola-module-6 .elementor-image-box-wrapper {
		display: flex;
		flex-direction: column;
	}
	.xola-module-10 .elementor-widget-wrap>.elementor-element.elementor-absolute,
	.xola-module-9 .elementor-widget-wrap>.elementor-element.elementor-absolute {
		position: relative !important;
		left: unset !important;
		right: unset !important;
		top: unset !important;
		bottom: unset !important;
	}
	.xola-module-10 .elementor-element-populated {
		padding: 20px 0 0 0 !important;
		text-align: center !important
	}
	.xola-module-10 {
		padding: 40px 25px 40px 25px !important;
	}
	.xola-module-9 .elementor-widget-container img.attachment-full {
		width: 100% !important;
		padding-top: 20px !important;
	}
	.xola-module-9 .elementor-widget-icon-box .elementor-icon-box-wrapper {
		text-align: center !important;
	}
	.xola-module-4 .elementor-icon-box-wrapper .elementor-icon-box-content,
	.xola-module-4 .elementor-icon-box-wrapper .elementor-icon-box-icon,
	.xola-module-5 .elementor-icon-box-wrapper .elementor-icon-box-content,
	.xola-module-5 .elementor-icon-box-wrapper .elementor-icon-box-icon {
		text-align: center
	}
}

@media (min-width:769px) {
	.xola-module-9 .elementor-icon-box-wrapper .elementor-icon-box-content,
	.xola-module-9 .elementor-icon-box-wrapper .elementor-icon-box-icon {
		text-align: left;
	}
}

.xola-tour-column .elementor-widget-wrap img {
	filter: brightness(90%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.xola-tour-column:hover .elementor-widget-wrap .elementor-image img {
	filter: brightness(100%);
}

.xola-module-9 .elementor-widget-icon-box .elementor-icon-box-wrapper {
	/*     text-align: left; */
}

@media (max-width:768px) {
	.xola-module-6 .elementor-image-box-wrapper {
		display: flex;
		flex-direction: column;
	}
	.xola-module-10 .elementor-widget-wrap>.elementor-element.elementor-absolute,
	.xola-module-9 .elementor-widget-wrap>.elementor-element.elementor-absolute {
		position: relative !important;
		left: unset !important;
		right: unset !important;
		top: unset !important;
		bottom: unset !important;
	}
	.xola-module-10 .elementor-element-populated {
		padding: 20px 0 0 0 !important;
		text-align: center !important
	}
	.xola-module-10 {
		padding: 40px 25px 40px 25px !important;
	}
	.xola-module-9 .elementor-widget-container img.attachment-full {
		width: 100% !important;
		padding-top: 20px !important;
	}
	.xola-module-9 .elementor-widget-icon-box .elementor-icon-box-wrapper {
		text-align: center !important;
	}
	.xola-module-4 .elementor-icon-box-wrapper .elementor-icon-box-content,
	.xola-module-4 .elementor-icon-box-wrapper .elementor-icon-box-icon,
	.xola-module-5 .elementor-icon-box-wrapper .elementor-icon-box-content,
	.xola-module-5 .elementor-icon-box-wrapper .elementor-icon-box-icon {
		text-align: center
	}
}

@media (min-width:769px) {
	.xola-module-9 .elementor-icon-box-wrapper .elementor-icon-box-content,
	.xola-module-9 .elementor-icon-box-wrapper .elementor-icon-box-icon {
		text-align: left;
	}
}


/* Happy Customers Scroll */

html {
	scroll-behavior: smooth;
}

.xola-happy-customers:target:before {
	content: "";
	display: block;
	height: 150px;
	margin: -150px 0 0;
}


/* Forms */


/************ REMOVE ELEMENTOR BORDERS ************/

.elementor-kit-6 input:not([type="button"]):not([type="submit"]) {
	border-style: solid;
	border-width: 0px;
	border-color: #7C7C7C;
}


/************ ADDITIONAL EDITS ************/

.xola-form button {
	border-color: var(--e-global-color-secondary);
}

.xola-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.xola-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.xola-form .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0 !important;
}

.xola-form [type=button]:focus,
.xola-form [type=submit]:focus,
.xola-form button:focus {
	outline: 0 !important;
}

.xola-form .gform_wrapper .field_description_below .gfield_description {
	padding-top: 10px;
}

.xola-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding-top: 10px;
}

.xola-form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}

.xola-form .gform_wrapper.gf_browser_chrome .gfield_error textarea {
	margin-bottom: 0px;
}

.xola-form .gform_wrapper.gravity-theme .hour_minute_colon {
	padding: 6px 8px;
}


/************ CUSTOM BORDER STYLES ************/

.xola-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.xola-form .gform_wrapper select,
.xola-form .gform_wrapper textarea,
.xola-form .gform_wrapper ul.gform_fields li.gfield select {
	/*     	line-height: 0; */
	padding: 10px !important;
	color: #7C7C7C;
	border: 1px solid #ababab !important;
	border-radius: 0 !important;
}


/************ CUSTOM LABEL STYLES ************/

.xola-form .gform_wrapper .top_label .gfield_label {
	font-family: Poppins;
	font-size: 12px;
	line-height: 18px;
	color: #7C7C7C;
}

.xola-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0px;
}


/************ FOCUS BORDER AND FONT STYLE ************/

.xola-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.xola-form .gform_wrapper textarea:focus {
	border-color: var(--e-global-color-secondary) !important;
	color: #151515 !important;
	font-size: 15px;
	font-family: Poppins;
	font-weight: 400;
}


/************ PLACEHOLDER STYLE ************/

.xola-form .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	color: #7C7C7C !important;
	font-size: 15px;
}

.xola-form .gform_wrapper .gform_fields .gfield input::-moz-placeholder {
	color: #7C7C7C !important;
	font-size: 15px;
}

.xola-form .gform_wrapper .gform_fields .gfield input::-ms-input-placeholder {
	color: #7C7C7C !important;
	font-size: 15px;
}

xola-form .gform_wrapper textarea.medium::-webkit-input-placeholder {
	color: #7C7C7C !important;
	font-size: 15px;
}

.xola-form .gform_wrapper textarea.medium::-moz-placeholder {
	color: #7C7C7C !important;
	font-size: 15px;
}

.xola-form .gform_wrapper textarea.medium:-ms-input-placeholder {
	color: #7C7C7C !important;
	font-size: 15px;
}

.xola-form .gform_wrapper textarea.medium:-moz-placeholder {
	color: #7C7C7C !important;
	font-size: 15px;
}


/************ STYLING RADIO BUTTONS AND CHECK BOXES ************/

.xola-form input[type=radio]+label,
.xola-form input[type=checkbox]+label {
	position: relative;
	cursor: pointer;
	font-family: Poppins !important;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #7C7C7C !important;
}

.xola-form input[type=checkbox],
.xola-form input[type=radio] {
	position: relative;
	cursor: pointer;
	margin: 0px 10px 0 0;
	width: 20px;
}

.xola-form input[type=radio] {
	font-size: 0px !important;
}

.xola-form input[type=checkbox]:before {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	-moz-transform: rotate(-45deg) scale(0, 0);
	-ms-transform: rotate(-45deg) scale(0, 0);
	-o-transform: rotate(-45deg) scale(0, 0);
	transform: rotate(-45deg) scale(0, 0);
	content: "";
	position: absolute;
	left: 5px;
	top: 3px;
	z-index: 1;
	width: 10px;
	height: 6px;
	border: 2px solid var(--e-global-color-primary);
	border-top-style: none;
	border-right-style: none;
}

.xola-form input[type=checkbox]:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	-moz-transform: rotate(-45deg) scale(1, 1);
	-ms-transform: rotate(-45deg) scale(1, 1);
	-o-transform: rotate(-45deg) scale(1, 1);
	transform: rotate(-45deg) scale(1, 1);
}

.xola-form input[type=checkbox]:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid var(--e-global-color-primary);
	cursor: pointer;
	margin-top: -5px;
}

.xola-form input[type=radio]:before {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	content: "";
	position: absolute;
	top: 0px;
	left: 4px;
	z-index: 1;
	width: 0.75rem;
	height: 0.75rem;
	background: var(--e-global-color-primary);
	border-radius: 50%;
}

.xola-form input[type=radio]:checked:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.xola-form input[type=radio]:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid var(--e-global-color-primary);
	border-radius: 50%;
	margin-top: -4px;
}


/************ STYLING MULTICHOICES ************/

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	max-width: calc(100% - 32px);
	margin-bottom: 1;
	vertical-align: middle;
	margin-top: 2px;
}

.xola-form .gform_wrapper .ginput_complex .clear-multi .ginput_container {
	width: 90px !important;
	max-width: 90px !important;
}

.xola-form .gform_wrapper .ginput_complex .clear-multi .ginput_container input {
	text-align: center;
	border-radius: 0 !important;
	width: 75px !important;
	border-color: #ababab !important;
}

.xola-form .gform_wrapper .ginput_complex .clear-multi .ginput_container select {
	margin: 0 !important;
	width: 75px !important;
	max-width: 75px !important;
	border-color: #ababab !important;
}

.xola-form .gform_wrapper .ginput_complex .clear-multi .ginput_container.ginput_container_time {
	margin-right: .25rem;
}


/************ FILE UPLOAD ************/

.xola-form .ginput_container.ginput_container_fileupload input {
	width: 100% !important;
	border: none !important;
}

.xola-form .gform_wrapper .ginput_container_fileupload {
	padding: 24px;
	border: 1px dashed #ccc;
	text-align: center;
	color: #aaa;
	margin-bottom: 16px;
	background: rgba(0, 0, 0, .02);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/************ MULTISELECT ************/

.xola-form .ginput_container.ginput_container_multiselect select {
	width: 100% !important;
}


/************ FILE UPLOAD DROP AREA ************/

.xola-form .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	border: none !important;
	background: transparent !important;
}

.xola-form .gform_wrapper .gform_fileupload_multifile .gform_drop_area input.button.gform_button_select_files {
	width: 150px !important;
	border-color: #ABABAB !important;
	background-color: #ABABAB !important;
	padding: 10px 20px !important;
	color: #fff;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}


/************ DROPDOWN ************/

.xola-form .gform_wrapper input.button.gform_button_select_files:hover {
	border-color: #999999 !important;
	background-color: #999999 !important;
}

.xola-form .gfield_time_ampm.ginput_container.ginput_container_time select {
	padding: 10px !important;
}

.xola-form .gform_wrapper .top_label li.gfield div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity).gform_button_select_files:hover {
	border-color: #999999 !important;
	background-color: #999999 !important;
}


/************ SUBMIT BUTTON ************/

.xola-form .gform_wrapper .gform_footer input.button,
.xola-form .gform_wrapper .gform_footer input[type=submit] {
	margin-top: 15px !important;
	margin-bottom: 10px !important;
	display: flex;
	margin: auto;
	/*     width: auto !important; */
	/*     height: 55px !important; */
	background-color: var(--e-global-color-secondary) !important;
	font-family: Poppins;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19.6px;
	color: #FFFFFF !important;
	padding: 15px 48px 15px 48px !important;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.xola-form .gform_wrapper .gform_footer input.button:hover,
.xola-form .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: var(--e-global-color-accent) !important;
}


/************ CONFIRMATION MESSAGE ************/

.xola-form .gform_confirmation_message {
	text-align: center;
}


/************ STYLING ERROR MESSAGE ************/

.xola-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	line-height: 18px;
	color: #F34C4C;
}


/************ REMOVING EXTRA ERROR MESSAGE ************/

.xola-form .validation_error,
.xola-form .gform_wrapper .gfield_required,
.xola-form .gform_wrapper .gform_heading {
	display: none;
}

.xola-form .gform_wrapper .gfield_error input {
	border-color: #F34C4C !important;
	font-size: 15px;
	font-family: Poppins;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 20px;
	color: #F34C4C;
	transition: all .5s;
}


/************ REMOVING EXTRA ERROR MESSAGE ************/

.gform_wrapper .gform_body ul.gform_fields li.gfield_error label {
	color: #F34C4C;
}

.xola-form .gform_wrapper .top_label .gfield_error {
	width: unset !important;
}

.xola-form .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	margin-bottom: 0 !important;
	border-top: none;
	border-bottom: none;
	padding-bottom: 0px;
	padding-top: 0px;
}


/************ FORM FONT SIZE ************/

.xola-form .gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	font-size: 15px;
}


/************ TRANSPARENT INPUTS BACKGROUND  ************/

.xola-form .gform_wrapper input,
.xola-form .gform_wrapper textarea,
.xola-form .gform_wrapper select,
.xola-form .gform_wrapper optgroup {
	background-color: transparent !important;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
	margin-right: 20px;
	-moz-text-align-last: left !important;
	text-align-last: left !important;
}

@media (min-width:1025px) and (max-width:1244px) {
	.xola-form .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.xola-form .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.xola-form .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 32% !important;
	}
	.xola-form .gform_wrapper .top_label li.gfield div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity) {
		width: 100% !important;
	}
}


/************ SMALLER DEVICES  ************/

@media (min-width:1025px) and (max-width:1244px) {
	.xola-form .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.xola-form .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.xola-form .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 32% !important;
	}
	.xola-form .gform_wrapper .top_label li.gfield div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity) {
		width: 100% !important;
	}
}

@media (max-width:1024px) {
	.xola-form .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.xola-form .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
	.xola-form .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 100% !important;
	}
	.xola-form .gform_wrapper .top_label li.gfield div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity) {
		width: 100% !important;
		border-color: #ABABAB !important;
		background-color: transparent !important;
	}
	.xola-form .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 0px !important;
	}
}

@media only screen and (max-width: 641px) {
	.xola-form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]):not([type=button]) {
		line-height: 1;
	}
	.gform-theme-datepicker:not(.gform-legacy-datepicker) {
		padding: 5px !important;
	}
	#ui-datepicker-div {
		left: 10px !important;
	}
}

@media only screen and (max-width: 761px),
(min-device-width: 768px) and (max-device-width: 1023px) {
	.xola-form .gform_wrapper table.gfield_list td {
		display: block;
		margin-left: 0 !important;
		margin-right: 18px !important;
	}
	.xola-form table tbody>tr:nth-child(odd)>td,
	table tbody>tr:nth-child(odd)>th {
		background-color: #fff !important;
	}
	.gform_wrapper table.gfield_list tr td.gfield_list_icons {
		background-color: #fff !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
	.xola-form .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]):not([type=button]) {
		line-height: 2;
	}
	.xola-form .gfield_time_ampm.ginput_container.ginput_container_time select {
		padding: 14px !important;
	}
}


/* Fixes */

.team-member .elementor-image-box-img {
	overflow: hidden;
}

.team-member.elementor-widget-image-box .elementor-image-box-content {
	padding-left: 10px;
	padding-right: 10px;
}

.team-member img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.team-member figure.elementor-image-box-img {
	height: 100%;
}

@media only screen and (max-width: 1024px) {
	.team-member.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.team-member .elementor-image-box-content {
		padding: 40px 5px;
	}
	.team-member .elementor-image-box-content:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 0px;
		width: 0;
		height: 0;
		border-width: 12px 12px 0px 12px;
		border-color: #fff transparent transparent transparent;
		border-style: solid;
		clear: both;
		transform: translateX(-50%);
	}
	.team-member .elementor-image-box-wrapper img {
		width: 100%;
	}
}

.xola-footer .elementor-widget .elementor-icon-list-icon:first-of-type {
	padding-top: 0;
	margin: auto 0;
}

@media (max-width:1024px) {
	.footer-icons .elementor-icon-list-icon {
		margin: 0 auto !important;
	}
	.xola-footer .elementor-social-icon {
		margin: 0 5px !important;
	}
}

.xola-form .gform_wrapper.gravity-theme * {
	text-align: left !important;
}

.xola-module-22 .xola-module-21-icon-box,
.xola-module-22 .xola-module-22-icon-box .elementor-icon-box-wrapper,
.xola-module-22 .xola-module-22-icon-box .elementor-icon-box-wrapper .elementor-icon {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.xola-module-22 .elementor-column:hover {
	background: #0006
}

.xola-module-22 .xola-module-22-icon-box:hover .elementor-icon-box-wrapper {
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.xola-module-22 .xola-module-22-icon-box:hover .elementor-icon {
	-moz-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

.xola-module-22 .xola-module-22-icon-box:hover .elementor-cta__content {
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.xola-module-23-icon-box .elementor-cta__button.elementor-button.elementor-size-sm {
	padding: 0px
}

.xola-module-23-icon-box {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.xola-module-23-icon-box:hover {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.xola-module-24-col img {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.xola-module-24-col:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0 0 20px 0 #C2C2C2;
	box-shadow: 0 0 20px 0 #C2C2C2;
}

.xola-module-25 .xola-module-25-button {
	position: absolute;
	bottom: 0;
	padding-right: 20px;
	padding-left: 30px
}

@media (max-width:767px) {
	.xola-module-25 .xola-module-25-button {
		position: absolute;
		bottom: 0;
		padding-left: 30px;
	}
}

.xola-col-26:hover .xola-module-26-icon .elementor-icon {
	-webkit-box-shadow: inset 10px 10px 20px 0 #131073, 5px 5px 10px 0 #969696;
	box-shadow: inset 10px 10px 20px 0 #131073, 5px 5px 10px 0 #969696;
}

.xola-activity-1 .xola-activity-1-btn {
	position: absolute;
	bottom: 0;
}

.xola-activity-2 .xola-activity-2-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px
}

.xola-activity-3 .xola-activity-3-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 20px
}

.xola-module-16 .xola-module-16-button {
	position: absolute;
	bottom: 0;
}

.xola-module-16 .xola-module-16-icons-section {
	position: absolute;
	bottom: 50px;
}

.xola-module-16 .xola-module-16-text-before-icons {
	position: absolute;
	bottom: 90px;
	padding: 20px;
}

@media (min-width:1025px) and (max-width:1160px) {
	.xola-module-16 .xola-module-16-icons-section .elementor-icon-box-wrapper {
		flex-direction: column !important;
		align-items: center !important;
	}
	.xola-module-16 .xola-module-16-icons-section .xola-module-16-icons-section .elementor-element-populated {
		padding: 0 !important;
	}
	.xola-module-16 .xola-module-16-text-before-icons {
		position: absolute;
		bottom: 110px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.xola-module-16 .xola-module-16-text-before-icons {
		position: absolute;
		bottom: 180px;
	}
}

@media (max-width:767px) {
	.xola-module-16 .xola-module-16-button,
	.xola-module-16 .xola-module-16-icons-section,
	.xola-module-16 .xola-module-16-text-before-icons {
		position: relative;
		bottom: unset;
	}
}

@media (max-width:1024px) {
	.xola-module-16 .xola-module-16-icons-section .elementor-element-populated {
		border-width: 0px !important;
	}
}

.xola-module-17 .xola-module-17-button {
	position: absolute;
	bottom: 0;
}

.xola-module-17 .xola-module-17-icons-section {
	position: absolute;
	bottom: 50px;
}

.xola-module-17 .xola-module-17-top-icons {
	position: absolute;
	bottom: 100px;
	padding: 20px;
}

@media (min-width:1025px) and (max-width:1160px) {
	.xola-module-17 .xola-module-17-icons-section .elementor-icon-box-wrapper {
		flex-direction: column !important;
		align-items: center !important;
	}
	.xola-module-17 .xola-module-17-icons-section .xola-module-17-icons-section .elementor-element-populated {
		padding: 0 !important;
	}
	.xola-module-17 .xola-module-17-top-icons {
		position: absolute;
		bottom: 110px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.xola-module-17 .xola-module-17-top-icons {
		position: absolute;
		bottom: 145px;
	}
}

@media (max-width:767px) {
	.xola-module-17 .xola-module-17-button,
	.xola-module-17 .xola-module-17-icons-section,
	.xola-module-17 .xola-module-17-top-icons {
		position: relative;
		bottom: unset;
	}
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	box-shadow: 0px 6px 8px 0 rgb(0 0 0 / 15%);
}

.xola-button-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
}

.xola-button-bottom-module-2 {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
}

/* Team Shortcode */
.xola-team {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.xola-team .team-member {
	flex-basis: calc(33.333%);
	background-color: var(--e-global-color-primary);
	display: flex;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.xola-team .team-member:nth-child(2n) {
	background-color: var(--e-global-color-secondary);
}
.xola-team .team-member:nth-child(2n):hover {
	background-color: var(--e-global-color-primary);
}

.xola-team .team-member:hover {
	background-color: var(--e-global-color-secondary);
}

.xola-team.xola-team-margin .team-member {
	margin: 10px;
	flex-basis: calc(33.333% - 20px);
	display: flex;
}

.xola-team .team-member>div {
	flex: 1 1 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	width: 100%;
}

.xola-team .team-member>div:last-child {
	position: relative;
}

.xola-team .team-member>div:last-child:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	clear: both;
	-webkit-transform: translatey(-50%);
}

.xola-team .team-member>div img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	object-fit: cover;
}

.xola-team .team-member:hover>div img {
    filter: brightness(103%);
}

.xola-team .team-member>div h5 {
	margin: 0;
	font-size: 22px;
	line-height: 24px;
}

.xola-team .team-member>div h5 a {
	color: #fff;
}

.xola-team .team-member>div span {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}


@media only screen and (max-width: 1200px) {
	.xola-team {
		justify-content: center;
	}
}

@media only screen and (max-width: 1024px) {
	.xola-team .team-member {
		max-width: 350px;
	}
	.xola-team .team-member {
		flex: 1;
		flex-basis: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.xola-team .team-member>div {
		max-width: 350px;
	}

	.xola-team .team-member>div:last-child {
		padding: 30px 0;
	}

	.xola-team .team-member>div:last-child:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 0px;
		width: 0;
		height: 0;
		border-width: 12px 12px 0px 12px;
		border-color: #fff transparent transparent transparent;
		border-style: solid;
		clear: both;
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 768px) {
	.xola-team {
		justify-content: center;
	}

	.xola-team .team-member,
	.xola-team.xola-team-margin .team-member {
		flex-basis: 100%;
		display: flex;
	}

	.xola-team .team-member {
		max-width: 300px;
	}
}
</style>
<!--
     FILE ARCHIVED ON 02:10:08 Aug 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:13:17 Jul 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
  captures_list: 1.027
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.007
  esindex: 0.008
  cdx.remote: 9.89
  LoadShardBlock: 1493.689 (3)
  PetaboxLoader3.resolve: 1965.385 (3)
  PetaboxLoader3.datanode: 153.053 (4)
  load_resource: 640.343
-->