/* 
Theme Name: ONCE Elementor
Theme URI: https://github.com/elementor/hello-theme/
Description: Customized Hello Elementor Theme by the Once Interactive Team.
Author: Once Interactive
Author URI: https://onceinteractive.com
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
*/


/* General */

.text img{
	max-width: 300px !important;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 30px;
	width: 100%;
}

.dialog-lightbox-message .elementor-video-container{
	max-width: max-content;
}


.slider-gall .slick-track .premium-carousel-template {
	width: 100% !important;
}

.gall .swiper-wrapper{
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

html,
body {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.elementor-button:focus,
button:focus,
a:focus,
input:focus {
	outline: none !important;
}

a,
a:hover button,
button:hover,
a path,
a:hover path,
.elementor-button,
.elementor-button:hover,
a .elementor-icon-list-text,
a .elementor-icon-list-icon i,
a img,
a:hover img {
	transition: all .3s ease-in-out !important;
}

a:hover {
	text-decoration: none !important;
}

/* ::selection {
    background: #A6CE39;
    color: #FFF;
} */

::placeholder {
	opacity: 1 !important;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1 !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1 !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1 !important;
}

.no-mb,
.no-mb * {
	margin-bottom: 0 !important;
}

.swiper-button a,
.menu-item {
	position: relative;
}

.swiper-button a span {
	z-index: 100;
}

.swiper-button a::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	z-index: 1;
	transition: transform .5s ease;
	transform: scaleX(0);
	transform-origin: bottom right;
	/* background: #ECB910; */
	/* Uncomment this and change the background color for the hover color*/
}

.swiper-button a:hover,
.swiper-button a:focus,
.swiper-button a:active {
	background-color: transparent !important;
}

.swiper-button a:hover::before,
.swiper-button a:active::before,
.swiper-button a:focus::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a {
	/*background: linear-gradient(to right, #F1B209, #F1B209 50%, #007EFF 50%); */
	/* Uncomment this and change the background color for the hover color, the first 2 colors are the hover and the last is the current color */
	overflow: hidden;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
	transition: background-position 275ms ease;
	display: inline !important;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a *:not(br) {
	display: inline !important;
}

body:not(.is_underline) .swiper-text a {
	text-decoration: none !important;
}

body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:hover,
body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:focus,
body:not(.highlight_links_on) .swiper-text:not(.no-swiper-color) a:active {
	background-position: 0 100%;
	opacity: 1 !important;
}

.fake-background {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}

.fake-background-content {
	z-index: 10;
}

.fake-background.overlay+.fake-background-content::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .21);
	z-index: 1;
}

.fake-background.overlay+.fake-background-content>div {
	z-index: 10;
}

.full-img *,
.full-img {
	height: 100% !important;
}

.fit-img,
.fit-img * {
	width: 100% !important;
}

.full-img img,
.fit-img {
	object-fit: cover;
}

.hide-br-desktop br,
.hide-br br {
	display: none;
}

.button-bottom {
	position: absolute !important;
	bottom: 0;
}


/* Uncomment the code below if you want shiny effect on image hover */

/* .shiny-img .elementor-image{
	position: relative;
	overflow: hidden;
}

.shiny-img .elementor-image::before{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.shiny-img .elementor-image:hover::before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
} */




/* Only if you have hero arrow */
/*
.down-arrow a{
	animation: move_down 2s ease-in-out infinite;
}
*/

/************************************** 
***************************************
***************************************

			ADA Plugin

***************************************
***************************************
***************************************/

body .accessability_container .aicon_link {
	bottom: 140px;
	left: -60px;
	padding: 0 !important;
}

body .accessability_container .aicon_link,
body .accessability_container .aicon_link img {
	background: transparent !important;
	padding: 0 !important;
	height: inherit;
	display: block;
}


/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container {
	line-height: 0 !important;
	background: var(--e-global-color-primary) !important;
	border: 1px solid var(--e-global-color-primary) !important;
	color: var(--e-global-color-text) !important;
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
button.close_container:hover {
	background: transparent !important;
	color: var(--e-global-color-primary) !important;
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button:hover {
	background: var(--e-global-color-primary) !important;
	color: var(--e-global-color-text) !important;
}

/* change the "color" for the color that you want, for the moment is based on the elementor text color */
body .accessability_container button.wah-action-button {
	background: transparent !important;
	border: 1px solid var(--e-global-color-primary) !important;
	color: var(--e-global-color-primary) !important;
	font-weight: 400 !important;
}

/*************************************************
**************************************************
**************************************************

					Header 

**************************************************
**************************************************
**************************************************/

body:is(.home, .page-id-290):not(.elementor-editor-active) .elementor-location-header {
	position: absolute;
	transition: all .3s linear !important;
	width: 100%;
	z-index: 100;
}

body:is(.home, .page-id-290):not(.elementor-editor-active) .elementor-location-header .header {
	background: transparent !important;
}

html body:not(.elementor-editor-active) .elementor-location-header .header.elementor-sticky--effects {
	background: rgba(30, 69, 145, 0.85) !important;
	padding-top: 0;
	transition: all .3s linear;
}

#elementor-popup-modal-511 .dialog-widget-content {
	width: 100%
}

.close>.elementor-widget-container {
	padding: 4px 8.6vw 0 30px !important;
}

.disabled .elementor-button {
	pointer-events: none !important;
	opacity: .4 !important;
}

.open-menu .main-menu.opened {
	padding-top: 28px !important;
}

.title.close {
	display: none;
}


.elementor-38 .elementor-element.elementor-element-e055e9a .elementor-nav-menu--main .elementor-item:hover{
	color: var( --e-global-color-accent ) !important;
}

.burger-menu .dialog-widget-content {
	width: 100% !important;
}

.menu-divider span {
	display: block;
	height: 2px;
	background-color: #fff;
}

.burger-menu-menu .elementor-nav-menu li a:hover{
	color: var(--e-global-color-accent) !important;
}


.top-menu .elementor-item span{
	padding-left: 7px;
}

.burger-menu-menu .elementor-item span{
	margin-left: 10px;
}

/*************************************************
**************************************************
**************************************************

					Home 

**************************************************
**************************************************
**************************************************/

.sliding .elementor-slide-heading span {
	margin-left: 10px;
}
.sliding .swiper-slide-inner {
	max-width: 1660px;
}

.sliding .swiper-slide-bg::before {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 15.3%, rgba(0, 0, 0, 0) 122.31%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sliding .elementor-slide-heading::before {
	display: block;
	font-family: "Reem Kufi", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 32px;
}

.page-slider .sliding .elementor-slide-heading::before {
	margin-bottom: 26px;
}

.sliding .elementor-slide-heading::before {
	content: 'WHAT WE DO';
}

.sliding .swiper-pagination-bullet {
	margin: 0 5px !important;
	transition: all .3s linear;
}

.sliding .swiper-pagination-bullet:hover,
.sliding .swiper-pagination-bullet-active {
	min-width: 24px;
	background: #FFF !important;
	border-radius: 50px;
	transition: all .3s linear;
}

.page-id-290 .tabs .e-n-tab-title:not(.e-active) {
	background: #FFF !important;
	/* pointer-events: none; */
}

/* .page-id-290 .tabs .e-n-tab-title{
	pointer-events: none;
} */

.page-id-290 .tabs .e-n-tab-title:not(.e-active) * {
	color: #000 !important;
}

.page-id-290 .tabs .e-n-tab-title:hover *{
	color: #fff !important
}

/* .tabs .e-n-tab-title.e-active {
	background-color: #00A387 !important;
} */

.tabs .e-n-tab-title:hover *, .tabs .e-n-tab-title.e-active * {
	color: #FFF !important;
	transition: all .3s linear;
}

.tabs .e-n-tab-title-text {
	flex-direction: column;
	align-items: flex-start !important;
}

.tabs .e-n-tab-title-text *:not(p) {
	font-size: 24px;
	font-weight: 400;
	color: #000;
	margin: 0 0 15px;
	transition: all .3s linear;
}

.tabs .e-n-tab-title-text p {
	display: block;
	font-family: "Fira Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #707070;
	margin: 0;
	transition: all .3s linear;
}

.tabs{
	animation-duration: 0s !important;
	overflow: hidden;
}

.tabs .e-n-tabs-heading .e-n-tab-title{
	/* opacity: 0; */
	/* transition: 0.75s opacity linear; */
}

.tabs.animated .e-n-tabs-heading .e-n-tab-title.animated{
	/* animation-duration: .75s;
	animation-name: fadeIn; */
	/* transition: .3s all ease-in-out;
	opacity: 1 !important;	 */
}


.tabs .e-n-tabs-heading .e-n-tab-title.add-hover *, .tabs .e-n-tabs-heading .e-n-tab-title:hover * {
	color: #fff !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-1.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-1:hover{
	background: #78bc90 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-2.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-2:hover{
	background: #76b891 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-3.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-3:hover{
	background: #73b692 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-4.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-4:hover{
	background: #70b292 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-5.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-5:hover{
	background: #6dae92 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-6.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-6:hover{
	background: #69ab93 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-7.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-7:hover{
	background: #65a694 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-8.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-8:hover{
	background: #63a494 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-9.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-9:hover{
	background: #5e9e94 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-10.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-10:hover{
	background: #5a9a95 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-11.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-11:hover{
	background: #569695 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-12.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-12:hover{
	background: #529096 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-13.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-13:hover{
	background: #4f8d95 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-14.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-14:hover{
	background: #4e8c96 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-15.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-15:hover{
	background: #468396 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-16.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-16:hover{
	background: #437e96 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-17.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-17:hover{
	background: #3f7896 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-18.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-18:hover {
	background: #3c7596 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-19.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-19:hover{
	background: #3a7296 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-20.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-20:hover{
	background: #366f95 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-21.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-21:hover{
	background: #336b95 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-22.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-22:hover{
	background: #306695 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-23.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-23:hover{
	background: #2d6394 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-24.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-24:hover{
	background: #2b5e95 !important;
}

.tabs .e-n-tabs-heading .e-n-tab-title.color-hover-25.add-hover, .tabs .e-n-tabs-heading .e-n-tab-title.color-hover-25:hover{
	background: #285994 !important;
}


.left-tabs .e-n-tabs-heading .e-n-tab-title{
	opacity: 1; /* Initially hide the elements */
    transform: translateX(-120%); /* Initially position the elements outside the viewport */
    transition: opacity 0.5s, transform .5s;
}

.right-tabs .e-n-tabs-heading .e-n-tab-title{
	opacity: 1; /* Initially hide the elements */
	transform: translateX(120%); /* Initially position the elements outside the viewport */
	transition: opacity 0.5s, transform 1.5s;
}

body .btn.btn-large .elementor-button{
	width: 100%;
	display: flex;
	  justify-content: center;
	  align-content: center;
	  align-items: center;
	  height: 200px;
}
.btn .elementor-button {
	min-width: 215px;
}

.posts .elementor-post__read-more {
	display: flex;
	align-items: center;
	gap: 0 12px;
	position: relative;
}

.posts .elementor-post__read-more:hover {
	color: #2A2A2A !important;
}

.posts .elementor-post__read-more::after {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/2023/04/more.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	transition: all .3s linear;
}

.posts .elementor-post__read-more:is(:hover, :focus)::after {
	transform: scaleX(-1);
	transition: all .3s linear;
}

.slider-gall .slick-track {
	display: flex;
	gap: 0 40px;
}


.sidebar-socials .elementor-icon{
	font-size: 25px !important;
}

body:not(.page-id-1405):not(.page-id-847):not(.page-id-1375) .go-back-cont{
	display: none !important;
}

.go-back-cont img {
	cursor: pointer;
}

.go-back-cont *:focus-visible{
	outline: none !important;
}
/*************************************************
**************************************************
**************************************************

					Entertainment

**************************************************
**************************************************
**************************************************/
.img-box .elementor-image-box-img {
	display: flex !important;
}

.img-box .elementor-image-box-content {
	padding: 25px 25px 25px 35px;
}

.img-box img {
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
}

.img-box .elementor-image-box-title {
	margin: 0 !important;
}

.img-box .elementor-image-box-title {
	font-size: 26px !important;
	text-align: center;
}

.vid-section a::before {
	content: '';
	background-image: url('/wp-content/uploads/2023/04/play.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 197px;
	height: 129px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.about-icons .elementor-icon-box-title {
	display: none;
}

.about-icons .elementor-icon-box-description {
	position: relative;
	bottom: 3px;
}

/* .cust .elementor-image-carousel {
	transform: none !important;
	overflow-x: hidden;
	width: 120vw;
	padding-right: 20px;
	padding-left: 20px;
	will-change: transform;
	transform-style: preserve-3d;
} */


/*************************************************
**************************************************
**************************************************

				Entertainment 

**************************************************
**************************************************
**************************************************/

.sidebar-menu:not(.left) .menu-item a{
	padding-left: 70px !important;
}

.sidebar-menu.left .menu-item a{
	padding-right: 70px !important;
	transition: backgorund-color .5s ease-in-out !important;
	
}

.entertainment-sidebar.scrolled .sidebar-menu.left .menu-item a{
	padding-left: 70px !important;
	padding-right: 34px !important;
	
}

.entertainment-sidebar.scrolled .dialog-widget-content:hover .sidebar-menu.left .menu-item a{
	padding-left: 30px !important;
	padding-right: 70px !important;
	
}

.entertainment-sidebar .dialog-message{
	align-items: center !important;
}

.sidebar-menu .menu-item a:hover{
	transition: background-color .5s ease-in-out !important;
	transition-delay: 0.5s;
}

.sidebar-menu .menu-item a:not(:hover){
	transition-delay: 0s;
}

.sidebar-menu .elementor-nav-menu .menu-item:not(:last-child) a {
	border-bottom: 1px solid rgba(255,255,255,0.5) !important;
}

.sidebar-menu .elementor-nav-menu .menu-item:nth-child(1) a:hover{
	background-color: #77ba91 !important;
	
}

.sidebar-menu .elementor-nav-menu .menu-item:nth-child(2) a:hover{
	background-color: #71b392 !important;
}


.sidebar-menu .elementor-nav-menu .menu-item:nth-child(3) a:hover{
	background-color: #66a794 !important;
}

.sidebar-menu .elementor-nav-menu .menu-item:nth-child(4) a:hover{
	background-color: #5c9c95 !important;
}


.sidebar-menu .elementor-nav-menu .menu-item:nth-child(5) a:hover{
	background-color: #519096 !important;
}


.sidebar-menu .elementor-nav-menu .menu-item:nth-child(6) a:hover, .sidebar-menu.left .elementor-nav-menu .menu-item:nth-child(2) a:hover{
	background-color: #448196 !important;
	
}


.sidebar-menu .elementor-nav-menu .menu-item:nth-child(7) a:hover{
	background-color: #3b7596 !important;
}

.sidebar-menu .elementor-nav-menu .menu-item:nth-child(8) a:hover{
	background-color: #376e96 !important;
}

.sidebar-menu .elementor-nav-menu .menu-item:nth-child(9) a:hover{
	background-color: #326995 !important;
}

.sidebar-menu .elementor-nav-menu .menu-item:nth-child(10) a:hover{
	background-color: #2d6194 !important;
}

.sidebar-menu .elementor-nav-menu .menu-item:nth-child(11) a:hover{
	background-color: #2b5e94 !important;
}

.sidebar-menu .elementor-nav-menu .menu-item:nth-child(12) a:hover, .sidebar-menu.left .elementor-nav-menu .menu-item:nth-child(3) a:hover{
	background-color: #265794 !important;
	
}

.sidebar-menu .elementor-nav-menu{
	counter-reset: sidebarlist;
}

.sidebar-menu .elementor-nav-menu .menu-item::before {
	/* content: counter(sidebarlist) '.-';
	counter-increment: sidebarlist; */
	content: '';
	color: #fff;
	font-size: 15px;
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	z-index: 100;
	left: 9px;
	width: 50px;
	height: 35px;
	background-image: url(img/turtle.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.page-id-290 .elementor-element-6e9f7ff {
	display: none !important;
}

.sidebar-menu.left .elementor-nav-menu .menu-item::before{
	left: unset;
	right: 3px;
}

.entertainment-sidebar.scrolled .sidebar-menu .menu-item a, .page-id-1405 .entertainment-sidebar .sidebar-menu .menu-item a, .page-id-1375 .entertainment-sidebar .sidebar-menu .menu-item a, .page-id-847 .entertainment-sidebar .sidebar-menu .menu-item a{
	background-color: var(--e-global-color-09ee948);
}

.entertainment-sidebar.scrolled .sidebar-menu .menu-item a:hover, .page-id-1405 .entertainment-sidebar .sidebar-menu .menu-item a:hover, .page-id-1375 .entertainment-sidebar .sidebar-menu .menu-item a:hover, .page-id-847 .entertainment-sidebar .sidebar-menu .menu-item a:hover{
	background-color: var(--e-global-color-accent);
}

.entertainment-sidebar .dialog-widget-content {
	transition: all 0.3s ease-out;
}

.entertainment-sidebar:not(.sticky-top) .dialog-widget-content{
	top: 55px;
}

.entertainment-sidebar.scrolled .dialog-widget-content, .page-id-1405 .entertainment-sidebar .dialog-widget-content, .page-id-1375 .entertainment-sidebar .dialog-widget-content, .page-id-847 .entertainment-sidebar .dialog-widget-content{
	width: 70px !important;
	overflow: hidden;
}

.entertainment-sidebar.scrolled .dialog-widget-content .elementor-nav-menu .menu-item::before, .page-id-1405 .entertainment-sidebar .dialog-widget-content .elementor-nav-menu .menu-item::before, .page-id-1375 .entertainment-sidebar .dialog-widget-content .elementor-nav-menu .menu-item::before, .page-id-847 .entertainment-sidebar .dialog-widget-content .elementor-nav-menu .menu-item::before{
	left: 9px;
}

.entertainment-sidebar.scrolled .dialog-widget-content:hover .elementor-nav-menu .menu-item::before, .page-id-1405 .entertainment-sidebar .dialog-widget-content:hover .elementor-nav-menu .menu-item::before, .page-id-1375 .entertainment-sidebar .dialog-widget-content:hover .elementor-nav-menu .menu-item::before, .page-id-847 .entertainment-sidebar .dialog-widget-content:hover .elementor-nav-menu .menu-item::before{
	left: 9px;
}

.entertainment-sidebar.scrolled .dialog-widget-content:hover .sidebar-menu.left .elementor-nav-menu .menu-item::before{
	right: 3px;
	left: unset;
}

.entertainment-sidebar.scrolled .dialog-widget-content:hover, .page-id-1405 .entertainment-sidebar .dialog-widget-content:hover, .page-id-1375 .entertainment-sidebar .dialog-widget-content:hover, .page-id-847 .entertainment-sidebar .dialog-widget-content:hover{
	width: auto !important;
}

.entertainment-sidebar.scrolled .dialog-widget-content:hover .sidebar-menu .menu-item a, .page-id-1405 .entertainment-sidebar .dialog-widget-content:hover .sidebar-menu .menu-item a, .page-id-847 .entertainment-sidebar .dialog-widget-content:hover .sidebar-menu .menu-item a, .page-id-1375 .entertainment-sidebar .dialog-widget-content:hover .sidebar-menu .menu-item a{
	background-color: transparent;
}

.tab-section .e-n-tabs-heading .e-n-tab-title-text br{
	display: none;
}



/*************************************************
**************************************************
**************************************************

					Forms 

**************************************************
**************************************************
**************************************************/
html .gform_wrapper .gform_validation_errors,
body img.gform_ajax_spinner {
	display: none !important;
}

.stay-section .gform_footer {
	display: none !important;
}

html .gform_wrapper .gfield_validation_message,
html .gform_wrapper .validation_message {
	font-size: 16px !important;
	line-height: 1 !important;
	color: #FF0000 !important;
	background: transparent !important;
	border: none !important;
	margin-top: 0 !important;
	padding: 20px 0 0 !important;
}

#gform_2 .gfield_error .gfield_label{
	color: #fff !important;
}

.form .gform_wrapper.gravity-theme .gform_fields {
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 0;
	grid-row-gap: 0;
	position: relative;
}

.form .gform_wrapper #field_submit {
	position: absolute;
	right: 0;
	height: 100%;
}

.form .gform_wrapper.gform_validation_error #field_submit {
	top: -20px;
}

.form .gform_wrapper .button {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #000;
	border: none;
	/* border-bottom: 1px solid #707070; */
	border-radius: 0;
	background: transparent !important;
}

.form .gform_wrapper .button:is(:focus, :hover),
.footer-links a:is(:hover, :focus) span,
.copyright a:is(:hover, :focus) {
	color: #00A387 !important;
	text-decoration: none !important;
}

.form .gform_wrapper .button:is(:focus, :hover) path,
.footer-links a:is(:hover, :focus) path {
	stroke: #00A387;
}

.form .gform_wrapper .footer-icon {
	margin-left: 10px;
}

.form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
	width: 50%;
}

.stay-section .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 32px;
}

html .gform_wrapper .gform-body .ginput_container ::placeholder,
html .gform_wrapper.gravity-theme .gfield_label {
	text-transform: uppercase;
}

html .gform_wrapper.gravity-theme .gfield_label,
html .gform_wrapper .gform-body .ginput_container input,
html .gform_wrapper .gform-body .ginput_container ::placeholder {
	font-family: "Reem Kufi", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
}

html .contact-form .gform_wrapper.gravity-theme .gfield_label, html .contact-form .gform_wrapper .gform-body .ginput_container input, html .contact-form .gform_wrapper .gform-body .ginput_container ::placeholder {
	color: #0A0C4E;
}

html .gform_wrapper .gfield_required {
	display: none !important;
}

html .gform_wrapper .gform-body .ginput_container input,
html .gform_wrapper .gform-body .ginput_container ::placeholder {
	font-family: "Fira Sans", sans-serif;
	font-size: 18px;
}

html .gform_wrapper .gform-body .ginput_container input {
	border: none !important;
	border-bottom: 1px solid #fff !important;
	background: transparent;
	border-radius: 0;
	padding: 0 0 13px;
}

html .contact-form .gform_wrapper .gform-body .ginput_container input{
	border-bottom: 1px solid #0A0C4E !important;
}

html .gform_wrapper input[type="submit"] {
	line-height: 1 !important;
	color: #fff !important;
	border-color: #fff !important;
	min-width: 160px;
}

html .contact-form .gform_wrapper input[type="submit"]{
	color: #0A0C4E !important;
	border-color: #0A0C4E !important;
}

html .gform_wrapper input[type="submit"]:is(:hover, :focus) {
	background-color: #fff !important;
	color: #0A0C4E !important;
}

html .contact-form .gform_wrapper input[type="submit"]:is(:hover, :focus) {
	background-color: #00A387 !important;
	color: #fff !important;
	border-color: #00A387 !important;
}

.gform_wrapper .gform-body .ginput_container {
	position: relative;
}

.gform_wrapper .gform-body .ginput_container input:focus,
.gform_wrapper .gform-body .ginput_container textarea:focus,
.form .gform_wrapper .button:is(:focus, :hover) {
	outline: none;
	border-color: #2A2A2A;
}

/* .gform_wrapper .gform-body .ginput_container input~.focus-border:before, */
/* .gform_wrapper .gform-body .ginput_container input~.focus-border:after,
.gform_wrapper .gform-body .ginput_container textarea~.focus-border:before,
.gform_wrapper .gform-body .ginput_container textarea~.focus-border:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #92C3C9;
	transition: 0.3s;
} */

.gform_wrapper .gform-body .ginput_container input~.focus-border:after,
.gform_wrapper .gform-body .ginput_container textarea~.focus-border:after {
	top: auto;
	bottom: -1px;
	left: auto;
	right: 0;
}

/* .gform_wrapper .gform-body .ginput_container input~.focus-border i:before,
.gform_wrapper .gform-body .ginput_container input~.focus-border i:after,
.gform_wrapper .gform-body .ginput_container textarea~.focus-border i:before,
.gform_wrapper .gform-body .ginput_container textarea~.focus-border i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 0;
	background-color: var(--e-global-color-primary);
	transition: 0.4s;
} */

.gform_wrapper .gform-body .ginput_container input~.focus-border i:after,
.gform_wrapper .gform-body .ginput_container textarea~.focus-border i:after {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
}

.gform_wrapper .gform-body .ginput_container input:focus~.focus-border:before,
.gform_wrapper .gform-body .ginput_container input:focus~.focus-border:after,
.gform_wrapper .gform-body .ginput_container textarea:focus~.focus-border:before,
.gform_wrapper .gform-body .ginput_container textarea:focus~.focus-border:after {
	width: 100%;
	transition: 0.3s;
}

.gform_wrapper .gform-body .ginput_container input:focus~.focus-border i:before,
.gform_wrapper .gform-body .ginput_container input:focus~.focus-border i:after,
.gform_wrapper .gform-body .ginput_container textarea:focus~.focus-border i:before,
.gform_wrapper .gform-body .ginput_container textarea:focus~.focus-border i:after {
	height: 100%;
	transition: 0.4s;
}

.stay-section .gform_confirmation_message p {
	font-family: "Reem Kufi", sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	text-align: center !important;
	color: #2A2A2A;
	margin: 0;
	position: relative;
	bottom: 85px;
}

.list-icon-contact a:hover svg path{
	stroke: #00A385 !important;
}


.evt-grid .elementor-widget-container a{
	position: relative;
}

.evt-grid .elementor-widget-container a::before{
	content: '';
	background-image: url(img/play-ico.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s all ease-out;
	z-index: 101 !important;
}

.evt-grid .elementor-widget-container a::after{
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s all ease-out;
}

.evt-grid .elementor-widget-container a:hover::before, .evt-grid .elementor-widget-container a:hover::after{
	opacity: 1;
	z-index: 100;
}

/*************************************************
**************************************************
**************************************************

					Footer 

**************************************************
**************************************************
**************************************************/
/* .footer-logo-col {
	right: 35px;
} */

.copyright .elementor-column {
	width: max-content !important;
}

.copyright>.elementor-container {
	justify-content: space-between;
}

.copy em {
	font-style: normal;
	margin: 0 3px;
	position: relative;
	bottom: 1px;
}

.copy .elementor-widget-container {
	display: flex;
}

.copyright a {
	color: inherit !important;
}

/* Animations - KeyFrames */

@keyframes fadeInCustom {
	0%{
		opacity:0;
		transform:translate3d(0,100%,0);
	}
	100%{
		opacity:1;
		transform:none;
		visibility: visible;
	}
}

@keyframes opacDown {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}



/* Media Queries */

@media (max-height: 890px) {
	.entertainment-sidebar.sticky-top .dialog-widget-content{
		margin-top: 50px;
		top: inherit;
	}
}

@media (max-height: 825px) {
	.entertainment-sidebar.sticky-top .dialog-widget-content{
		margin-top: 70px;
		top: inherit;
	}
}

@media (max-height: 810px) {
	.entertainment-sidebar.sticky-top .dialog-widget-content{
		margin-top: 110px;
		top: inherit;
	}
}

@media (max-width: 1800px) {

	.max-w>:is(.elementor-container, .e-con-inner), .sliding .swiper-slide-inner {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}

	.copyright :is(.copy *, .elementor-icon-list-text) {
		font-size: 14px;
	}

	.close>.elementor-widget-container {
		padding: 2px 4.4vw 0 16px !important;
	}

	.main-menu .elementor-nav-menu {
		--e-nav-menu-horizontal-menu-item-margin: calc(20px / 2) !important;
	}

	:is(.menu-title, .close) .elementor-heading-title,
	.menu .elementor-item {
		font-size: 1vw !important;
		margin: 0 15px !important;
	}

}

@media (max-width: 1700px) {}

@media (max-width: 1600px) {}

@media (max-width: 1500px) {}

@media (max-width: 1439px) {
	.copyright :is(.copy *, .elementor-icon-list-text) {
		font-size: 13px;
	}

	.vid-section a::before {
		width: 135px;
		height: 90px;
	}

	.about-section .e-con-inner {
		gap: 0 50px !important;
	}

	.menu .elementor-nav-menu {
		--e-nav-menu-horizontal-menu-item-margin: calc(15px / 2) !important;
	}

	.menu .elementor-widget-container {
		margin-top: 3px !important;
	}
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a{
		margin-inline-end: calc(20/2) !important;
	}
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a{
		margin-inline-start: calc(20/2) !important;
	}
}

@media (max-width: 1366px) {}

@media (max-width: 1300px) {}

@media (max-width: 1280px) {}

@media (max-width: 1919px) and (min-width: 1201px) {
	.home-banner .title .elementor-heading-title {
		font-size: 3.9vw !important;
		line-height: 1.2 !important;
		letter-spacing: 2px !important;
	}

	.stay-section .title .elementor-heading-title {
		font-size: 38px !important;
	}

	.tabs .e-n-tabs {
		gap: 0 50px !important;
	}

	.about-section .e-n-tabs {
		gap: 0 !important;
	}

	.tab-section .tabs .title .elementor-heading-title {
		font-size: 2.82vw !important;
	}

	.img-box .elementor-image-box-content {
		padding: 25px 20px;
	}

	.tab-section .tabs .e-n-tab-title-text, .img-box .elementor-image-box-title {
		font-size: 1.4vw !important;
	}

	.page-slider .swiper-slide-contents {
		max-width: 65% !important;
	}
}

@media (max-width: 1200px) {
	#elementor-popup-modal-511 .dialog-message {
		justify-content: flex-end;
		height: 100vh !important;
		width: 100% !important;
	}
	.title.close {
		display: block;
	}
	.elementor-popup-modal .elementor-511 {
		height: 100%;
		max-width: 400px;
		background: rgba(0, 0, 0, .86);
	}

	.main-menu {
		flex-direction: column-reverse !important;
	}

	.menu .elementor-nav-menu {
		flex-direction: column;
		margin: 0 0 0 auto !important;
		width: 100%;
	}

	.close>.elementor-widget-container {
		padding: 2px 25px 20px 0 !important;
	}

	:is(.menu-title, .close) .elementor-heading-title,
	.menu .elementor-item {
		font-size: 1.55vw !important;
	}

	.menu .elementor-item {
		margin: 0 0 15px !important;
		padding-right: 25px !important;
		justify-content: flex-end;
	}

	.stay-section .gform_confirmation_message p {
		font-size: 30px;
		bottom: 48px;
	}

	.sliding .elementor-slide-heading::before {
		margin-bottom: 20px !important;
	}

	.sliding .swiper-slide-inner, .max-w>:is(.elementor-container, .e-con-inner),  .header > :is(.elementor-container, .e-con-inner){
		padding-right: 25px !important;
		padding-left: 25px !important;
	}

	.tabs .e-n-tab-title-text *:not(p) {
		font-size: 22px;
	}

	.tabs .e-n-tab-title-text p {
		font-size: 17px;
	}

	.stay-section .gform_footer {
		display: none !important;
	}

	html .gform_wrapper .gform-body .ginput_container input,
	html .gform_wrapper .gform-body .ginput_container ::placeholder {
		font-size: 22px;
		letter-spacing: 2px;
	}

	.footer-logo-col {
		width: 35% !important;
	}

	.copyright>.elementor-container {
		flex-direction: column-reverse;
	}

	.copyright .elementor-column {
		width: 100% !important;
	}

	.sliding .elementor-slide-heading {
		margin-bottom: 15px !important;
	}

	.stay-section .gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 20px;
	}

	.copyright :is(.copy *, .elementor-icon-list-text) {
		font-size: 16px;
	}

	.tab-section .tabs .title .elementor-widget-container {
		margin-bottom: 15px !important;
	}

	.tab-section .tabs .title .elementor-heading-title {
		font-size: 2.82vw !important;
	}

	.img-box .elementor-image-box-content {
		padding: 20px;
	}

	.tab-section .tabs .e-n-tab-title-text,
	.img-box .elementor-image-box-title {
		font-size: 2vw !important;
	}
}

@media (max-width: 1080px) {}

@media (max-width: 1024px) {}

@media (max-width: 989px) {

	:is(.menu-title, .close) .elementor-heading-title,
	.menu .elementor-item {
		font-size: 2.5vw !important;
	}

	.elementor-popup-modal .elementor-511 {
		max-width: 62vw;
	}

	.stay-section .gform_wrapper.gform_validation_error {
		margin-bottom: 25px;
	}

	.stay-section .gform_confirmation_message p {
		font-size: 32px;
		margin: 20px 0 0;
		bottom: 0;
	}

	.footer-logo-col {
		width: 100% !important;
		right: 0;
	}

	.footer-links-col {
		bottom: 0;
	}

	.copyright>.elementor-container {
		justify-content: center;
	}

	html .gform_wrapper .gform-body .ginput_container input,
	html .gform_wrapper .gform-body .ginput_container ::placeholder {
		font-size: 20px;
	}

	.form .gform_confirmation_message_1 p {
		text-align: center !important;
	}

	.home-banner>.elementor-container {
		align-items: flex-end !important;
	}

	.tabs .e-n-tab-title-text *:not(p) {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.tabs .e-n-tab-title-text p {
		font-size: 16px;
		line-height: 1.6;
	}

	.header .elementor-container {
		justify-content: space-between;
	}

	/* .header .menu-col {
		width: max-content !important;
	} */

	.tab-section .tabs .e-n-tab-title {
		padding: 10px 20px !important;
	}

	.tab-section .tabs .title .elementor-heading-title {
		font-size: 3.4vw !important;
		line-height: 1.3 !important;
	}

	.img-box .elementor-image-box-content {
		padding: 15px;
	}

	.vid-section a::before {
		width: 100px;
		height: 65px;
	}
}

@media (max-width: 780px) {}

@media (max-width: 768px) {}

@media (min-width: 768px) {
	.centered .e-n-tabs-content {
		display: flex;
		align-items: center;
	}

	.stay-section .gform_wrapper .validation_message {
		position: absolute;
	}

	.stay-section .gfield--type-email {
		grid-column: span 11 !important;
	}

	.stay-section .gfield--type-submit {
		width: max-content;
/* 		grid-column: inherit !important; */
		align-self: center;
	}
}

@media (max-width: 767px) {
	.text img{
		padding-bottom: 50px;
	}
	.tab-section .e-n-tabs-heading .e-n-tab-title-text br{
		display: block;
	}
	.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title{
		width: 87% !important;
	}
	
	.sliding .elementor-slide-description{
		font-size: 13px !important;
	}
	
	body .btn.btn-large .elementor-button{
		height: auto;
		width: auto;
		max-width: max-content;
		margin: auto;
	}
	
	.go-back-cont{
		display: flex !important;	
	}
	.right-tabs .e-n-tabs-content .e-con-full{
		position: relative !important;
	}
	
	.right-tabs .e-n-tabs {
		flex-direction: column-reverse !important;
	}
	
	.right-tabs .e-n-tabs > .e-n-tabs-heading {
		display: block !important;
	}
	
	.right-tabs .e-n-tabs > .e-n-tabs-heading .e-n-tab-title {
		margin-bottom: 30px;
	}
	.right-tabs .e-n-tabs-content .e-con-full{
		padding-bottom: 0 !important;
	}
	
	.right-tabs .e-n-tabs .e-n-tabs-content .e-n-tab-title{
		display: none !important;
	}
	
	.tabs .e-n-tab-title-text br {
		display: none;
	}
	
	.logo-col a{
		width: 100%;
	}
	.hide-br br {
		display: block;
	}
	.sliding .swiper-slide-bg::before{
		background: rgba(0,0,0,0.6);
	}
	.tabs .e-n-tab-title:hover *, .tabs .e-n-tab-title.e-active *{
		color: #000 !important;
	}
	
	.elementor-511 .elementor-element.elementor-element-5d1a2aa .elementor-nav-menu--main .elementor-item:hover{
		color: var( --e-global-color-accent );
	}
	
	.tabs .e-n-tabs-content {
		display: flex;
		flex-direction: column;
	}
	
	.tabs .e-n-tabs-content .e-con-full{
		order: -1;
		padding-bottom: 25px;
	}
	.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active{
		margin-bottom: 0 !important;
	}

	.sliding .elementor-slide-heading {
		margin-bottom: 10px !important;
	}

	.sliding .elementor-slide-heading::before {
		font-size: 15px;
		margin-bottom: 12px !important;
	}

	.home-banner>.elementor-container {
		min-height: 66vh;
	}

	.home-banner br {
		display: none;
	}

	.form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
		width: 100%;
	}

	.form .gform_wrapper #field_submit {
		position: relative;
	}

	.form .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 10px;
	}

	.form .gform_wrapper .button,
	html .gform_wrapper .gform-body .ginput_container input {
		padding: 0 0 14px;
	}

	.form .gform_wrapper .button {
		font-size: 16px;
		margin-top: 25px;
		padding: 0;
	}

	.form .gform_wrapper.gform_validation_error .button {
		margin-top: 35px;
	}

	html .gform_wrapper .gform-body .ginput_container input {
		min-height: auto !important;
	}

	html .gform_wrapper .gform-body .ginput_container input,
	html .gform_wrapper .gform-body .ginput_container ::placeholder {
		font-size: 16px;
		line-height: 1.3 !important;
		letter-spacing: 1px;
	}

	.footer .title .elementor-widget-container {
		margin-bottom: 0 !important;
	}

	.footer-links .elementor-icon-list-items {
		gap: 20px 0;
	}

	.footer-links .elementor-icon-list-item>a {
		font-size: 3.65vw !important;
		letter-spacing: .4px !important;
	}

	.stay-section .gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 0;
		grid-row-gap: 25px;
	}

	.form .gform_wrapper .gfield_validation_message,
	.form .gform_wrapper .validation_message {
		font-size: 15px !important;
		padding: 15px 0 0 !important;
	}

	.form .gform_confirmation_message_1 p {
		font-size: 22px;
		letter-spacing: 1px;
		margin: 5px 0 -5px;
	}

	.tabs .e-n-tab-title-text *:not(p) {
		font-size: 22px;
	}

	.stay-section .title br {
		display: none;
	}

	.burger-popup {
		padding: 0 25px 25px !important;
	}

	.sliding .swiper-slide-inner {
		align-items: flex-end !important;
	}

	.stay-section .gform_confirmation_message p {
		font-size: 6.3vw;
		margin: 5px 0 0;
	}

	.copyright :is(.copy *, .elementor-icon-list-text) {
		font-size: 3.6vw;
	}

	.copy .elementor-widget-container {
		flex-wrap: wrap;
		justify-content: center;
	}

	.copy .elementor-widget-container div:last-child a:last-of-type {
		display: block;
	}

	.copy .elementor-widget-container div:first-child,
	.copy .elementor-widget-container div:last-child a:last-of-type {
		width: 100%;
	}

	.copy .elementor-widget-container div:last-child em:last-of-type {
		display: none;
	}

	.tab-section .tabs .e-n-tab-title-text,
	.img-box .elementor-image-box-title {
		font-size: 4.6vw !important;
		line-height: 1.5;
	}

	.img-box .elementor-image-box-title {
		font-size: 6vw !important;
	}

	.tab-section .tabs .title .elementor-heading-title {
		font-size: 5.2vw !important;
	}

	.tab-section .tabs .title .elementor-widget-container {
		margin-bottom: 10px !important;
	}

	.tab-section .tabs .e-n-tabs-content .e-collapse.e-active {
		margin-bottom: 0px !important;
	}

	.tab-section .tabs .e-n-tab-title {
		padding: 13px 20px !important;
	}

	.img-box .elementor-image-box-content {
		padding: 15px 20px;
	}

	.vid-section a::before {
		width: 70px;
		height: 45px;
	}

	:is(.menu-title, .close) .elementor-heading-title,
	.menu .elementor-item {
		font-size: 4vw !important;
	}

	.elementor-popup-modal .elementor-511 {
		max-width: 100vw;
	}

	.close>.elementor-widget-container {
		padding: 0 25px 20px 0 !important;
	}
	
	.burger-menu .menu-item a{
		font-size: 22px !important;
		text-align: center;
	}
	.elementor-3140 .elementor-element.elementor-element-0099b32{
		padding: 0 20px !important;
	}
	.elementor-3140 .elementor-element.elementor-element-18a7dc3{
		width: 80% !important;
	}
	.elementor-3140 .elementor-element.elementor-element-3d89052{
		width: 20% !important;
	}
	.elementor-3140 .elementor-element.elementor-element-ddb88a1{
		justify-content: flex-start !important;
	}
	.elementor-3140 .elementor-element.elementor-element-ac153cb .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){
		margin-bottom: 20px !important;
	}
	
	/* .burger-menu .burger-menu-top, .burger-menu .burger-menu-middle */
}

@media (max-width: 360px) {}

@media (min-width: 768px) and (max-width: 799px) {
	.tab-section .e-con-inner .elementor-element .e-n-tabs .e-n-tabs-content * {
		padding-right: 0%;
	}
}