/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*************************
Common Style Start
**************************/
html {
  scroll-behavior: smooth;
}
strong,b{
	font-family: 'Helvetica Neue LT Pro Roman';
	font-weight:700;
}
.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video{
	background-color:transparent !important;
}
.grayscale{
	filter: grayscale(100%);
}
.custom-filter {
  position:relative;
  filter: grayscale(100%);
}
.custom-filter:before{
	content:"";
	background:url(img/filter-bg.png) repeat center center;
	opacity: 0.3;
	filter: brightness(200%) contrast(100%) saturate(100%) blur(2px) hue-rotate(0deg);
	mix-blend-mode: saturation;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index: 10;
}

.hover-color *:hover {
  color: var(--e-global-color-primary) !important;
}
.h-100{
	height:100%;
}
.mt-auto{
	margin-top:auto;
}

@media screen and (max-width: 767px) {
	.info-boxes .elementor-heading-title{
		hyphens:auto;
		line-height:1.5 !important;
		padding-left: 3px;
        padding-right: 3px;
	}
}
.elementor-kit-6 .elementor-button,
.custom-contact-form button{
	font-size:24px !important;
}
/*************************
Common Style End
**************************/

/*************************
Main Menu Start
**************************/
body{
	padding-top:90px !important;
} 
@media screen and (max-width: 767px) {
	body{
		padding-top:76px !important;
	} 
}
.ehf-header #masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fffdf3;
    z-index: 9999;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
}

/* Hidden state */
.ehf-header.hide-header #masthead {
    transform: translateY(-100%);
}

.hfe-nav-menu{
	border:0 !important;
}
.hfe-nav-menu .wpml-ls-menu-item ul.sub-menu {
    width: 100% !important;
    min-width: inherit !important;
}
.menu-item.current-menu-ancestor a.hfe-menu-item{
	color:inherit !important;
}
.parent-has-child .menu-item.current-menu-item > a.hfe-sub-menu-item{
	color: var(--e-global-color-primary) !important;
}
/*************************
Main Menu End
**************************/

/*************************
News Listing Start
**************************/
.news-list-wrapper h1{
	font-size:50px;
	margin:20px 0 20px;
	padding:0;
}
.news-list-wrapper .news-list-container{
	width:100%;
	max-width:990px;
	margin:0 auto;
	padding:0 10px;
}
.news-list-wrapper .news-item{
	display:flex;
	gap:30px;
/* 	align-items:center; */
	margin-bottom:100px;
	min-height: 300px;
}
.news-list-wrapper .news-item .news-col{
	flex:1;
	width:50%;
}
.news-list-wrapper .news-item h2{
    font-size: 36px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
	margin:0 0 5px 0;
	padding:0;
}
.news-list-wrapper .news-item .date{
	display:block;
	color:var( --e-global-color-primary );
	letter-spacing: 1.75px;
    text-transform: uppercase;
	font-size: 12px;
    font-weight: 400;
	margin-bottom:20px;
}
.news-list-wrapper .news-editor-content{
	margin-bottom:20px;
}
.news-list-wrapper .news-item p, 
.news-list-wrapper .news-item .news-editor-content{
	text-align:justify;
	letter-spacing: .5px;
	font-weight: 400;
    line-height: 16px;
    overflow: auto;
	margin-bottom: 15px;
	color: #060607;
	font-size: 12px;
}
.news-gallery-slick img {
    width: 100%;
    height: auto;
    display: block;
}
.news-gallery-slick  .slick-arrow{
	margin:0;
	padding:0;
	width:30px;
	height:30px;
	background-color:transparent;
	z-index: 1;
	text-indent:-999px;
	outline:0;
	border:0;
	overflow:hidden;
}
.news-gallery-slick  .slick-arrow:before{
	display:none;
}
.news-gallery-slick  .slick-arrow.slick-prev{
	background:url(img/arrow-left.svg) no-repeat center center;
	background-size: contain;
	left:15px;
}
.news-gallery-slick  .slick-arrow.slick-next{
	background:url(img/arrow-right.svg) no-repeat center center;
	background-size: contain;
	right:15px;
}
.news-gallery-slick .slick-dots{
	 bottom: 12px;
}
.news-gallery-slick .slick-dots li{
	width: auto;
    height: auto;
	margin: 0;
}
.news-gallery-slick .slick-dots li button:before{
	display:none;
}
.news-gallery-slick .slick-dots li button{
	margin-left: 3px;
    margin-right: 3px;
	width:12px;
	height:12px;
	border-radius:100px;
	background-color: #fff6;
	transition: background-color .1s, color .1s;
}
.news-gallery-slick .slick-dots li.slick-active button{
	background-color:#FFF;
}
.news-list-wrapper .news-item .read-more-link{
	background-color: var( --e-global-color-primary );
	color:#FFF;
    letter-spacing: .3px;
    justify-content: center;
    align-items: center;
    width: 138px;
    margin-top: 76px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 5px;
    font-family: "Manuka Reg", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
}
.news-list-wrapper .news-item .read-more-link:hover{
	background-color: var(--e-global-color-secondary);
}

.news-list-wrapper .news-item .news-col.right{
	padding-top:9px;
}
@media screen and (max-width: 600px) {
	.news-list-wrapper h1{
		margin:0 0 30px 0;
	}
	.news-list-wrapper h1,
	.news-list-wrapper .news-item h2,
	.news-list-wrapper .news-item .date{
		text-align:center;
	}
	.news-list-wrapper .news-item{
		flex-direction:column;
	}
	.news-list-wrapper .news-item .news-col.left{
		order:2;
	}
	.news-list-wrapper .news-item .news-col.right{
		order:1;
		
	}
	.news-list-wrapper .news-item .news-col.right .desktop-news-container img{
		object-fit: cover;
		/* height:200px; */
	}
	.news-list-wrapper .news-item.img-align-bottom .news-col.right img{
		object-position: bottom;
	}
	.news-list-wrapper .news-item.img-align-top .news-col.right img{
		object-position: top;
	}
	.news-list-wrapper .news-item.img-align-middle .news-col.right img{
		object-position: center;
	}
	.news-list-wrapper .news-item .news-col{
		width:100%;
	}
	.news-list-wrapper .news-item .read-more-link{
		width:100px;
	}
}

/*************************
News Listing End
**************************/


/*************************
Disclaimer Start
*************************/
#cookie-form > div{
	width:100%;
}
#cookie-form .wpml-elementor-ls{
	display: flex;
    align-items: center;
    justify-content: center;
}
#cookie-form .wpml-ls-legacy-dropdown{
	width: 54px;
	font-family: "Manuka Reg", Sans-serif;
	font-size:20px;
	color: #222;
	font-weight:700;
	background-color: #fffdf3;
}
#cookie-form .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
	position:relative;
	border-radius:10px 10px 0 0;
	border:var(--e-global-color-primary);
	border-bottom:0;
}
#cookie-form .wpml-ls-legacy-dropdown a{
	padding: 8px 33px 8px 15px;
	background-color: #fffdf3;
    border: 0;
	color: #222;
}
#cookie-form .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{
	border:1px solid #222;
	border-radius:0 0 10px 10px;
	overflow:hidden;
}
#cookie-form .wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover{
	background-color:var(--e-global-color-primary);
	color:#fff !important;
}
#cookie-form .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	content: "";
	font-size: 15px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	border: 0;
    border-top: 0;
	top: 14px;
}

.cookie-consent-wrapper{
	z-index:10000;
	position:relative;
}
.cookie-consent-wrapper .checkbox-group{
	display: flex;
    flex-direction: column;
    gap: 1.5rem;
	margin: 0 0 20px 0;
}
.cookie-consent-wrapper .checkbox-group .c-checkbox{
	position:relative;
}
.cookie-consent-wrapper .checkbox-group label{
	font-size:15px;
	font-weight: 400;
    line-height: 20px;
	margin:0;
	padding:0 0 0 30px;
	cursor: pointer;
}
.cookie-consent-wrapper .checkbox-group input[type="checkbox"] {
    display: none;
}
.checkbox-group label::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc; 
    background-color: #fff; 
    border-radius: 0;
    transition: background-color 0.3s, border-color 0.3s;
}
.checkbox-group input[type="checkbox"]:checked + label::before {
    background-color: white;
    border-color: black; 
}
.checkbox-group input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    position: absolute;
    left: 4px;
    top: -1px;
    color: black;
    font-size: 12px;
	
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.cookie-consent-wrapper .button-group{
	text-align: center;
	text-align: center;
    max-width: 655px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
	padding:1rem 0;
}
.cookie-consent-wrapper .button-group button{
	padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Manuka Reg", Sans-serif;
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
	transition: all .2s cubic-bezier(.755, .05, .855, .06);
	margin:0;
	border:0;
	border-radius:0;
	background-color: var( --e-global-color-primary );
	width:100%;
	text-transform:uppercase;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.cookie-consent-wrapper .button-group button.decline-cookie{
	background-color:var( --e-global-color-secondary );
}
.cookie-consent-wrapper .button-group button:hover{
	background-color: var( --e-global-color-primary );
}
.cookie-consent-wrapper .button-group button.accept-cookie.inactive-btn {
    opacity: 0.5;
    pointer-events: auto;
    cursor: default;
}
.cookie-consent-wrapper .button-group button .fas{
	font-size:1.5rem;
}
.popup-container{
	 height: 80vh;
}
.disclaimer-declined-content{
	display:none;
}
.disclaimer-content{
	height:55vh;
	position:relative;
	z-index:1;
}
#video-player{
	background-color: #fefdf2;
}


@media screen and (max-width: 600px) {
	.cookie-consent-wrapper .checkbox-group{
		margin-bottom:2px;
	}
	.cookie-consent-wrapper .button-group{
		flex-direction:column;
		padding-bottom:0;
	}
	.cookie-consent-wrapper .button-group button{
		font-size:20px;
	}
	.cookie-consent-wrapper .button-group button .fas{
		font-size:14px;
	}
	.popup-container{
		height:90vh;
	}
}
/************************
Disclaimer end
*************************/

/************************
Footer Start
*************************/
@media screen and (max-width: 600px) {
	.footer-links ul{
		flex-direction: column;
		gap:20px;
	}
}

/************************
Footer end
*************************

/*************************
Chart Start
*************************/
.chart-header{
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin-bottom:20px;
	gap: 15px;
}

.chart-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.chart-header .current-nav{
	font-size:18px;
	color: #FF99AA;
	line-height: 1.4;
	font-weight:400;
	 white-space: nowrap;
}
.chart-header .current-nav span{
	display:block;
	font-size:12px;
	color: var(--e-global-color-text);
}
.chart-header button{
	color: #FF99AA;
    background-color: transparent;
    border: 1px solid #FF99AA;
    border-radius: 4px;
    padding: 7px 8px 3px 8px;
    margin: 2px 2px;
    cursor: pointer;
/* 	font-size: 13px; */
	font-size: 18px;
	font-family: "Helvetica Neue LT Pro", Sans-serif !important;
	font-weight:400;
}
.chart-header button:focus,
.chart-header button:active,
.chart-header button.active{
	background-color: #FF99AA;
	color:#FFF;
}
.chart-wrapper{
	width:100%;
}
@media screen and (max-width: 768px) {
	.chart-header button{
		font-size: 13px; 
		padding: 7px 8px 3px 8px !important;
	}
}
@media screen and (max-width: 600px) {
	.chart-header{
		 flex-direction: column;
		 align-items: center;
		 text-align: center;
	}
	.chart-header .current-nav{
		align-self: center;
		text-align: center;
	}
	.chart-header button{
		font-size: 13px; 
	}
	.chart-nav {
		justify-content: center;
		align-items: center;
		width: 100%;
	}
}
/*************************
Chart End
*************************/
/*************************
Reveal animation Start
*************************/
.page-content .elementor-element,
.news-list-wrapper .news-item {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.8s ease-out forwards;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*************************
Reveal animation End
*************************/