/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1692845920
Updated: 2023-08-24 02:58:40

*/

@font-face {
    font-family: 'Geologica';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/geologica/v5/oY1l8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckUWHllEP2A.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}

a {
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.elementor-nav-menu .sub-arrow i:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.23431 6.33432C4.54673 6.0219 5.05327 6.0219 5.36569 6.33432L8 8.96863L10.6343 6.33432C10.9467 6.0219 11.4533 6.0219 11.7657 6.33432C12.0781 6.64674 12.0781 7.15327 11.7657 7.46569L8.56569 10.6657C8.25327 10.9781 7.74673 10.9781 7.43431 10.6657L4.23431 7.46569C3.9219 7.15327 3.9219 6.64674 4.23431 6.33432Z" fill="black"/></svg>');
    width: 16px;
    height: 17px;
    display: inline-block;
    margin-top: 6px;
    opacity: .8;
}

.project-item .elementor-image-box-wrapper {
	position: relative;
}

.project-item .elementor-image-box-content {
	position: absolute;
	bottom: 0;
	left: 0;
}

.elementor-image-box-img img {
    vertical-align: top;
    width: 100%;
}

.project-item.elementor-widget-image-box .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    background: #fff;
    padding: 20px 40px 20px 30px;
}

.elementor-image-box-title {
    margin-top: 0;
}

.btn {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    color: #1B2431;
    line-height: 16px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.btn {

}

.btn:after {
    content: "";
	background: url('images/arrow-right-red.svg') center center no-repeat;
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-left: 0px;
    margin-top: 4px;
}
.btn.btn-no-bg:after {
    display: none;
}
.btn.btn-no-bg a {
    background: #E51E25; 
    border-radius: 30px; 
    -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.btn.btn-no-bg:hover a {
    background: #B9171D!important;
}
.btn.btn-no-bg a {
    color: #fff!important;
    padding:4.5px 20px!important;
}
.elementor-nav-menu li.btn.btn-no-bg {
    margin-left: 20px;
}
.elementor-button-icon {
    display: flex;
    align-items: center;
}

.elementor-form .e-form__buttons button.elementor-button {
    border: 1px solid #171C28;
    flex-basis: auto !important;
    border-radius: 0;
}

.elementor-field-type-acceptance label {
    font-size: 12px !important;
	line-height: 1.4;
    color: #4B5563 !important;
}

.elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.elementor-acceptance-field {
    margin-top: 4px;
}

.elementor-form input[type=date], 
.elementor-form .elementor-form input[type=email], 
.elementor-form input[type=number], 
.elementor-form input[type=password], 
.elementor-form input[type=search], 
.elementor-form input[type=tel], 
.elementor-form input[type=text], 
.elementor-form input[type=url], 
.elementor-form textarea {
    padding-left: 0;
	padding-right: 0;
    box-shadow: inherit !important;
}

.scroll-down {
    color: #1B2431;
    display: flex;
    margin-top: 35px;
    align-items: center;
    gap: 16px;
}


.scroll-down.white {
    color: #FFF;
}

.scroll-down:after {
	content: "";
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M14.25 11L9 16.25M9 16.25L3.75 11M9 16.25L9 2.75" stroke="%231B2431" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	display: inline-block;
	width: 18px;
	height: 19px;
}


.scroll-down.white:after {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M14.25 11L9 16.25M9 16.25L3.75 11M9 16.25L9 2.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

blockquote:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="34" height="38" viewBox="0 0 34 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.6821 38L20.7877 34.5021C22.1911 31.5342 23.419 28.5662 24.4715 25.5983C25.5241 22.7364 26.1381 19.9275 26.3135 17.1715L19.7351 15.4226L19.7351 0H33.9443L33.9443 11.1297C33.9443 17.7015 32.8918 23.0014 30.7867 27.0293C28.594 31.1632 26.2258 34.8201 23.6821 38ZM3.94715 38L1.05268 34.5021C2.45606 31.5342 3.68402 28.5662 4.73655 25.5983C5.78908 22.7364 6.40306 19.9275 6.57848 17.1715L0.000148773 15.4226L0.000148773 0L14.2093 0V11.1297C14.2093 17.7015 13.1568 23.0014 11.0517 27.0293C8.85897 31.1632 6.49077 34.8201 3.94715 38Z" fill="%238A817C"/></svg>');
    width: 34px;
    height: 38px;
    display: inline-block;
    min-width: 34px;
}

blockquote {
    display: flex;
    margin: 60px 0;
    gap: 24px;
    font-size: 24px;
    font-weight: 500;
    font-family: Barlow Condensed;
    line-height: 1.3;
}

.image-svg svg {
    margin-right: 10px;
}

.marquee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.marquee {
    -webkit-animation: marquee linear infinite;
    -o-animation: marquee linear infinite;
    animation: marquee linear infinite;
    -webkit-animation-duration: 40s;
    -o-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.marquee p {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
}

@media (max-width: 61.99875rem) {
    .marquee p {
        margin-left:100vw;
    }
}

@media (min-width: 62rem) {
    .marquee p:not(:first-child) {
        display:none;
    }
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-o-keyframes marquee {
    from {
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    from {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title {
	background: transparent !important;
}

.elementor-widget-n-menu .e-n-menu-toggle {
	position: relative;
    padding: 0;
    width: 25px;
    height: 25px;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.elementor-widget-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon {
	display: block;
    height: 2px;
    width: 100%;
    background-color: #E5E4E2;
	-webkit-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
	position: relative;
}

.elementor-widget-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
}

.elementor-widget-n-menu .e-n-menu-toggle:after,
.elementor-widget-n-menu .e-n-menu-toggle:before {
	content: "";
	display: block;
    height: 2px;
    width: 100%;
    background-color: #E5E4E2;
	-webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.elementor-widget-n-menu .e-n-menu-toggle .e-n-menu-toggle-icon svg {
	display: none !important;
}
.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true]:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
	    position: absolute;
    top: 50%;
}
.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true]:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
	    position: absolute;
    top: 50%;
}

.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-close {
    display: none;
}

html.freeze {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    margin: 0 !important;
}

.e-n-menu-dropdown-icon {
	display: none !important;
}
@media (max-width: 1024px) {
	.e-n-menu-wrapper {
		background: #000 !important;
		margin-top: 30px !important;
	}
	.elementor-widget-n-menu .e-n-menu-item .e-n-menu-title:before {
		content: "";
		background: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 1024 1024" class="icon" xmlns="http://www.w3.org/2000/svg"><path fill="%23E5E4E2" d="M338.752 104.704a64 64 0 000 90.496l316.8 316.8-316.8 316.8a64 64 0 0090.496 90.496l362.048-362.048a64 64 0 000-90.496L429.248 104.704a64 64 0 00-90.496 0z"/></svg>');
		width: 15px;
		height: 15px;
		position: absolute;
		right: 20px;
		top: 17px;
		background-size: 100% 100%;
	}
	
	.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
		width: 100% !important;
	}
	
	.e-n-menu .e-n-menu-content .e-con>.e-con-inner {
		padding-top: 0;
	} 
}


/***********************/
span.e-n-menu-title-text{
    cursor: pointer !important;
}
body {
    position: relative;
}
.wp-page{
    position: relative;
    z-index: 2;
}

body {
	background: #000;
}

body [data-elementor-type="wp-page"] {
	position: relative;
}
body [data-elementor-type="wp-page"]:before {
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-image: url(images/line.svg);
    background-repeat: no-repeat;
}

body [data-elementor-type="wp-page"]:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #000;
    z-index: 1;
	    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,border-color 0.25s ease-in-out,box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

body.bg-color-changes [data-elementor-type="wp-page"]:after {
    top: 0;
    height: 100%;
    background-color: #8A7156;
}

body.elementor-editor-active [data-elementor-type="wp-page"]:before,
body.elementor-editor-active [data-elementor-type="wp-page"]:after {
display: none;
}


body [data-elementor-type="footer"] {
	position: relative;
	z-index: 100;
}

body [data-elementor-type="wp-page"] > .elementor-element {
	position: relative;
    z-index: 10;
}

.tnp-subscription .tnp-field.tnp-privacy-field label a {
    color: #fff !important;
    text-decoration: none;
}
.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    margin-top: 25px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #B48A71;
}
.swiper-pagination-clickable {
    display: none;
}
.wpml-ls-statics-footer{
    display: none;
}

@media screen and (max-width:767px) {
.swiper-pagination-clickable {
    display: block;
}
}

.wrap-popup-sb .bkg-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
   visibility: hidden;
}
.wrap-popup-sb.show .bkg-popup {
  opacity: 1;
  pointer-events: auto;
   visibility: visible;
}
#menu-leftside {
  position: fixed;
  top: 0;
  left: 0;
  width: 64px;
  height: 100vh;
  z-index: 9999;
}
.menu-leftside > .elementor,
.menu-leftside > .elementor > .elementor-inner,
.menu-leftside > .elementor > .elementor-inner  > .elementor-section-wrap,
.menu-leftside > .elementor > .elementor-inner  > .elementor-section-wrap > .elementor-element,
.menu-leftside > .elementor > .elementor-inner  > .elementor-section-wrap > .elementor-element  > .e-con-inner{
	height: 100%;
}



.menu-leftside .tab,
.menu-leftside .tab-content {
  display: none;
}

.menu-leftside .tab.active,
.menu-leftside .tab-content.active {
  display: block;
}
.menu-leftside .icon-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu-leftside .elementor-widget-n-tabs .e-n-tabs-content{
	display: none;
}
.menu-leftside .elementor-widget-n-tabs .e-n-tab-title-text{
	display: none;
}
.menu-leftside .elementor-widget-n-tabs button:hover .e-n-tab-title-text {
    display: block;
    position: absolute;
    left: calc(100% + 20px);
    background: #000;
    font-size: 14px;
    text-transform: none;
    white-space: nowrap;
    padding: 8px 15px;
    border-radius: 5px;
}
.menu-leftside .elementor-widget-n-tabs .e-n-tabs-heading{
	    flex-direction: column;
    width: 64px;
    gap: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
}
.menu-leftside .tab-btn {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.25s ease;
}

.menu-leftside .tab-btn.active {
  opacity: 1;
  background: rgba(255,255,255,0.1);
}


.menu-sidebar-tabs .e-n-tabs-heading {
  align-items: center;
}
.menu-sidebar-tabs {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.menu-sidebar-tabs::before {
    content: "";
    position: fixed;
    left: 0;
    top: 50%;
    width: 64px;
    height: 0;
    background: rgba(0, 0, 0, 1);
    transform: translateY(-50%);
    transition: height 0.3s ease;
    z-index: -1;
}

.menu-sidebar-tabs:hover::before {
  height: 100vh;
}
.menu-sidebar-tabs .e-n-tab-title,
.menu-sidebar-tabs .e-n-tab-title .e-n-tab-icon{
	overflow: visible;
}
.menu-sidebar-tabs .e-n-tab-title:hover {
  background: transparent;
}
.menu-sidebar-tabs .e-n-tabs-heading button i,
.menu-sidebar-tabs .e-n-tabs-heading button svg{
	color: #fff!important;
	fill: #fff!important;
}
.menu-sidebar-tabs .e-n-tabs-heading button:before{
	background-color: transparent !important;
}
.menu-sidebar-tabs .e-n-tabs-heading button{
	padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
	background-color: transparent !important;
	color: #fff!important;
}

/* indicator */
.following-fixed {
    position: absolute;
    left: -12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    will-change: top;
	background: transparent;
}
.menu-leftside:hover .following-fixed{
	opacity: 1;
}
.following-fixed{
    width: 75px;
    height: 12px;
    left: 20px;
    top: calc(50% - 15px);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 10;
}
.menu-leftside.active .elementor-widget-n-tabs .e-n-tabs-content {
    display: block;
    position: fixed;
    left: 85px;
    top: 0px;
    width: 400px;
}


.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.6);
  z-index: 998;
  display: none;
}

/* ================= CONTENT WRAP ================= */
.menu-content-wrap {
  position: relative;
  top: 0;
  left: 0; /* đúng vị trí sidebar icon */
  width: 420px;
  height: 100vh;
  background: #fff;
  z-index: 999;
  transform: translateX(0px);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}

/* khi mở */
.menu-content-wrap.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* ================= TAB CONTENT ================= */
.menu-content-wrap [class^="menutab-"] {
  display: none;
}

.menu-content-wrap .menutab-active {
  display: block;
}

/* ================= CLOSE ICON ================= */
.closebox-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 2px solid;
  z-index: 3;
  border-radius: 50%;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 450;
}
.closebox-icon .elementor-icon {
    font-size: 18px;
}
.menu-leftside.is-show .menu-tab-content .menutab{
	display: none;
}
.menu-leftside.is-show .menu-tab-content .menutab.is-active{
	display: block;
}
.menu-leftside .menu-tab-content {
	display: none!important;
}
.menu-leftside.is-show .menu-tab-content {
	opacity: 1;
	display: flex!important;
}
.menu-tab-content {
    position: fixed;
    top: 0;
    opacity: 0;
    left: 64px;
    width: calc(100% - 64px);
    height: 100vh;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all .3s ease;
    z-index: 1;
    /* inset: 0; */
}
.menu-content-wrap {
    background: #FBF6EF;
    z-index: 9999999;
    opacity: 1;
    padding: 0 35px 0 50px;
    margin-left: 0 !important;
    transform: translateX(0px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    pointer-events: auto;
}
.menu-leftside .button-menu {
	margin-bottom: 10px!important;
	margin-top: 5px;
}
.elementor-element.wrap-popup-sb{
	height: 100%;
	padding: 0;
}
.wrap-popup-sb>.e-con-inner{
	gap: 0!important;
}
@media (max-width: 2200px) {
    .following-fixed-svg {
        left: 35px;
    }
}

@media(max-width: 1023px){
	.mb-click-to-show{
		justify-content: center!important;
	}
	.mb-click-to-show.is-open > .elementor-element{
		    opacity: 1!important;
	}
	.mb-click-to-show > .elementor-element{
		    opacity: 1!important;
			transform: translate(0, 0) !important;
	}
	.mb-click-to-show > .elementor-element.cmsmasters-button-align-center{
		display: none;
	}
	.mb-click-to-show.is-open > .elementor-element.cmsmasters-button-align-center{
		display: block;
	}
	
	.mb-click-to-show{
		background-position: center center !important;
	}
}


@media(max-width: 767px){
    .tap-reveal-card.is-open .tap-reveal-options {
        z-index: 0;
    }
	#menu-leftside {
		top: inherit;
		left: 0;
		height: 64px;
		bottom: 0;
		        width: 100%;
	}
	.menu-sidebar-tabs::before,
	.menu-sidebar-tabs:hover::before{
		display: none!important;
	}
	.menu-leftside button:after{
		background-color: transparent!important;
	}
	.menu-leftside .elementor-widget-n-tabs .e-n-tabs-heading {
		flex-direction: row;
		    display: flex;
		width: 100%;
		gap: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 0px;
		background-color: rgba(0, 0, 0, 1);
		justify-content: space-around;
	}
	.menu-leftside .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i,
	.menu-leftside .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
		height: 31px;
        width: 31px;
        font-size: 31px;
	}
	.menu-sidebar-tabs .e-n-tabs-heading button {
		padding-left: 10px;
		padding-right: 10px;
	}
	.menu-content-wrap {
        width: 100%;
        height: 70vh;
        align-items: flex-start;
        justify-content: flex-start;
		padding: 15px 15px 15px 15px;
		overflow-y: auto;
		        margin-bottom: 60px;
    }
	.menu-tab-content {
        top: 0;
        left: 0;
        width: calc(100%);
        height: 100vh;
        display: flex!important;
        align-items: flex-end;
        justify-content: flex-end;
    }
	.following-fixed {
        width: 75px;
        height: 12px;
        left: 30px;
        top: -2px;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
	.menu-leftside .elementor-widget-n-tabs button:hover .e-n-tab-title-text{
		display: none;
	}
	.closebox-icon .elementor-icon svg {
        font-size: 18px;
        width: 14px !important;
        height: 25px !important;
        /* line-height: 25px; */
        text-align: center;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
    }
	.following-fixed svg path{
		fill: rgba(0,0,0,1)!important;
	}
	.closebox-icon .elementor-icon {
		font-size: 20px;
		line-height: 20px;
		margin-top: 1px;
	}
}