.language-row > .disable{
	pointer-events: none;
}

.wpml-ls-legacy-list-horizontal{
	padding: 0;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-native{
	font-weight: 700;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-native[lang='en']{
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 3px;
}

.wpcf7 .ajax-loader{
	display: none;
}

.site2 .cn-logo, .site3 .cn-logo{
	display: none
}

.site4 .default-logo{
	display: none
}

.cn-logo,
.default-logo{
	margin-bottom: 0;
}

.lang-switcher > i{
	font-size: 18px;
    color: #BBA07A;
}

.lang-switcher.style-2 > i{
	color: #FFFFFF;
}


.lang-switcher.style-1 > i{
	color: #000000;
}

.lang-switcher:hover > i{
    color: #BBA07A6B;
}

.lang-switcher.style-2:hover > i, .lang-switcher.style-1:hover > i{
	color: #BBA07A;
}

#elementor-header.main-menu-wrapper{
	z-index: 999;
}

html #elementor-sticky-header.main-menu-wrapper.visible{
	z-index: 1000;
}

.lang-switcher{
	cursor: pointer;
}

.content-column{
	padding: 0 15px;
}

.lang-switcher.mobile .region-switcher-wrapper{
	left: unset;
}

.region-switcher-wrapper {
	position: absolute;
	width: 277px;
	background: #ffffff;
	box-shadow: 40px 40px 40px 40px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	right: 0;
	left: -263px;
	padding: 20px 30px;
	display: none;
}

.region-switcher-wrapper > .region:not(first-child){
	margin-top: 10px;
}

.region > hr {
	width: 80%;
	margin: 15px 0px;
	opacity: 0.6;
}

.region-header {
	display: flex;
	justify-content: start;
	flex: 1 0;
}

.region-icon {
	/*background: #efefef;*/
	height: 20px;
	width: 20px;
	border-radius: 30px;
	color: #bba07a;
	margin-right: 10px;
}

.region-header > h3 {
	font-size: 18px;
	color: #a5a5a5;
}

.lang-switcher.active .region-switcher-wrapper{
	display: flex;
	flex-direction: column;
	cursor: auto;
}

.lang-switcher-wrapper{
	display: flex;
	flex: 1 0;
	justify-content: start;
}

.lang-switcher-wrapper > .language-row{
	text-align: left;
	margin-left: 25px;
}

.lang-switcher-wrapper > .language-row > a{
	color: var( --e-global-color-third );
}

.lang-switcher-wrapper > .language-row > a:hover{
	font-weight: bold;
	color: var( --e-global-color-secondary );
}

.region-switcher-wrapper > .region:first-child{
	margin-top: 0px;
}

.region-switcher-wrapper > .region .region-header .region-icon{
	font-size: 14px;
	line-height: 30px;
	display: none;
}

.region-switcher-wrapper > .region .region-header h3{
	font-size: inherit;
	line-height: 30px;
}

.region {
	display: flex;
	flex: 1 0 auto;
	text-align: center;
}

.region > h3 {
	padding: 10px 0 5px 10px;
	border-bottom: #555555 solid 1px;
	margin-right: 10px;
	text-align: left;
}

.multi-layouts-slider-wrapper .slide-img a.fancybox{
	height: 100%;
	display: block;
}

.multi-layouts-slider-wrapper.slideshow .slide-img{
	cursor: pointer;
	transition: 0.5s;
	z-index: 0;
}


.dyx-testimonials-card-wrapper {
	width: 100%;
	overflow: hidden;
}

.dyx-testimonials-card-wrapper .slider {
	margin-bottom: 6em;
	position: relative;
}

.dyx-testimonials-card-wrapper .slider .card {
	display: flex;
	padding: 15px 35px;
	transition: .3s;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,.1);
	border: 1px;
	position: relative;
	margin: 5px 1px;
	height: 400px;
	cursor: pointer;
}

.dyx-testimonials-card-wrapper .slider .card .testimonial-info,
.dyx-testimonials-card-wrapper .slider .card .testimonial-info-img
{
	flex: 0 0 50%;
	position: relative;
	overflow: hidden;
}

.dyx-testimonials-card-wrapper .slider .card .testimonial-info-img{
	border-radius: 10px;
}

.dyx-testimonials-card-wrapper .slider .card .testimonial-info {
	padding: 0px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dyx-testimonials-card-wrapper .slider .card .testimonial-info .testimonial-info-title {
	margin-top: 0px;
}

.dyx-testimonials-card-wrapper .slider .card .testimonial-info .testimonial-info-title .author{
	margin: 15px 0;
}

.dyx-testimonials-card-wrapper .slider .card .testimonial-info .testimonial-info-title .author:after{
	content: "";
	width: 50px;
	height: 1px;
	display: block;
	margin-top: 20px;
}

.dyx-testimonials-card-wrapper .slider .card .testimonial-info .testimonial-info-desc {
	margin-top: 0px;
}


.video-button img {
	position: relative;
	height: 79px;
	width: 79px !important;
	line-height: 79px;
	text-align: center;
	margin: auto;
	border-radius: 50% !important;
	animation: wave-effect 1.2s linear infinite;
	display: inline-block;
	background: rgba(27,185,103,0.2);
}

@keyframes wave-effect{ 
	0% {
		box-shadow: 0 0 0 0  rgba(187, 160, 122, 0.2),
			0 0 0 10px rgba(187, 160, 122, 0.2),
			0 0 0 30px rgba(187, 160, 122, 0.2); 
	} 
	100% { 
		box-shadow: 0 0 0 10px rgba(187, 160, 122, 0.2),
			0 0 0 30px rgba(187, 160, 122, 0.2),
			0 0 0 50px rgba(187, 160, 122, 0); 
	} 
}

.video-button-orange img {
	position: relative;
	height: 79px;
	width: 79px !important;
	line-height: 79px;
	text-align: center;
	margin: auto;
	border-radius: 50% !important;
	animation: wave-effect-orange 1.2s linear infinite;
	display: inline-block;
	background: rgba(27,185,103,0.2);
}

@keyframes wave-effect-orange{ 
	0% {
		box-shadow: 0 0 0 0  rgba(244, 118, 39, 0.2),
			0 0 0 10px rgba(244, 118, 39, 0.2),
			0 0 0 30px rgba(244, 118, 39, 0.2); 
	} 
	100% { 
		box-shadow: 0 0 0 10px rgba(244, 118, 39, 0.2),
			0 0 0 30px rgba(244, 118, 39, 0.2),
			0 0 0 50px rgba(244, 118, 39, 0); 
	} 
}

.dyx-testimonials-card-wrapper .testimonial-info-desc:before {
	content: "";
	/*background: url(/hk/wp-content/uploads/sites/2/2021/01/quote-left.png) no-repeat;*/
	background: url(../quote-left-2.html) no-repeat;
	background-size: contain;
	width: 50px;
	height: 30px;
	display: block;
}

.dyx-testimonials-card-wrapper .testimonial-info-desc:after {
	content: "";
	/*background: url(/hk/wp-content/uploads/sites/2/2021/01/quote-right.png) no-repeat;*/
	background: url(../quote-right-2.html) no-repeat;
	background-size: contain;
	width: 50px;
	height: 30px;
	display: block;
	margin-left: auto;
}

.multi-layouts-slider-wrapper.slideshow .slide-img .slide-img-inner{
	background-repeat: no-repeat;
}


/*dyxnet font size*/

html .elementor-widget-dyxnet-header .elementor-widget-container .elementor-heading-title.dyxnet-size-default{
	font-size: 29px;
}

html .elementor-widget-dyxnet-header .elementor-widget-container .elementor-heading-title.dyxnet-size-small{
	font-size: 15px;
}

html .elementor-widget-dyxnet-header .elementor-widget-container .elementor-heading-title.dyxnet-size-medium{
	font-size: 19px;
}

html .elementor-widget-dyxnet-header .elementor-widget-container .elementor-heading-title.dyxnet-size-large{
	font-size: 29px;
}

html .elementor-widget-dyxnet-header .elementor-widget-container .elementor-heading-title.dyxnet-size-xl{
	font-size: 39px;
}

html .elementor-widget-dyxnet-header .elementor-widget-container .elementor-heading-title.dyxnet-size-xxl{
	font-size: 59px;
}

.elementor-heading-title{
	position: relative;
	background: none;
	z-index: 2;
}


.header-underline .after{
	background:#F47627;
	border-radius: inherit;
	content: "";
	display: block;
	width: 101%;
	height: 25%;
	min-height: 2px;
	position: absolute;
	bottom: 0;
	left: 0%;
	z-index: -1;
	backface-visibility: hidden;
	transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transition: transform 600ms 400ms cubic-bezier(.19,1,.22,1);

}

.header-underline .after{
	transform: scaleX(1);
	-ms-transform: scaleX(1);
}

.single-stories .wpcf7 {
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 10px;
	background: #ffffff;
}

.portfolio-classic-img.grid_tilt {
	width: 100%;
}

.portfolio-classic-img.grid_tilt img{
	max-height: 100%;
	width: auto;
	display: inline;
}

div.wpcf7 .wpcf7-form .form-row{
	clear: both;
}

div.wpcf7 .wpcf7-form label:not(.error){
	color: #555;
}

.single-stories div.wpcf7 .wpcf7-form .content-column{
	margin:-15px 0 5px 0;
}
.single-stories div.wpcf7 .wpcf7-form .content-column#captchac-container{
	margin:10px 0 20px 0;
}

div.wpcf7 .wpcf7-form .content-column label{
	font-size: 16px;
}

div.wpcf7 .wpcf7-form .content-column.checkbox{
	/*margin-bottom: 20px;*/
}

.single-stories div.wpcf7 .wpcf7-form .content-column.remind-text{
	margin-top: -2em;
	color: #000000;
}

div.wpcf7 .wpcf7-form .content-column.remind-text{
	margin-top: -1em;
	margin-bottom: -1em;
}

div.wpcf7 .wpcf7-form .content-column.remind-text>p{
	color: #000000;
}

div.wpcf7 #captchac-container{
	margin-bottom: 20px;
	text-align: left;
}

div.wpcf7 #captchac-container img{
	width: 15%;
}

.single-stories div.wpcf7 #captchac-container img{
	width: 25%;
}

div.wpcf7 select{
	border-radius: 5px;
}

div.wpcf7 input[type=checkbox]{
	margin: 0;
}

div.wpcf7 input,
div.wpcf7 textarea,
div.wpcf7 select{
	font-family: var( --e-global-typography-primary-font-family ), GlacialIndifference-Regular;
	color: #000000;
	border-color: #aaaaaa;
	font-size: 14px;
}

div.wpcf7 p,
div.wpcf7 input::placeholder,
div.wpcf7 textarea::placeholder
{
	font-family: var( --e-global-typography-primary-font-family ), GlacialIndifference-Regular;
	color: #aaaaaa;
	border-color: #aaaaaa;
}

div.wpcf7#wpcf7-f38575-p8237-o1 .wpcf7-form input.wpcf7-text,
div.wpcf7#wpcf7-f38575-p8237-o1 .wpcf7-form select
{

}

div.wpcf7#wpcf7-f38575-p8237-o1 .wpcf7-form textarea.wpcf7-textarea{

}

html span.wpcf7-list-item {
	margin: 0;
	text-align: left;
}

div.wpcf7 input[type=submit],
div.wpcf7 input[type=reset]{
	border-color: var( --e-global-color-secondary );
	color: #ffffff;
	background-color: var( --e-global-color-secondary );
	font-size: 16px;
	padding: 9.6px 29px;
}

div.wpcf7 input[type=submit]:hover,
div.wpcf7 input[type=reset]:hover{
	border-color: var( --e-global-color-secondary );
	color: var( --e-global-color-secondary );
	background-color: #ffffff;
}

.popup-container div.wpcf7 .wpcf7-form{
	padding: 0 0 20px 0;
}

.popup-container div.wpcf7 .wpcf7-form .one_half.content-column{
	margin-bottom: 15px;
	padding: 0 5px;
}

.popup-container div.wpcf7 #captchac-container{
	margin-bottom: 10px;
}

.popup-container div.wpcf7 .wpcf7-form .form-row > div,
.popup-container div.wpcf7 .wpcf7-form .consent-wrapper > span{
	padding: 0 5px;
}

.popup-container div.wpcf7 #captchac-container img{
	width: 30%;
}

div.wpcf7 .wpcf7-form .one_half.content-column {
	padding: 0 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type=reset]{
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.8;
	text-transform: none;
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	padding: .6em 2.5em .6em 2.5em;
	background: #222;
	border: 1px solid #222;
	text-shadow: none;
	-webkit-appearance: none;
	box-shadow: 0 0 0 0;
	font-style: normal;
	text-transform: none;
	-webkit-transition: color .2s linear, background .3s linear, opacity .2s linear;
	-moz-transition: color .2s linear, background .3s linear, opacity .2s linear;
	-ms-transition: color .2s linear, background .3s linear, opacity .2s linear;
	-o-transition: color .2s linear, background .3s linear, opacity .2s linear;
	transition: color .2s linear, background .3s linear, opacity .2s linear;
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color: var( --e-global-color-primary );
}

.wpcf7 .form-title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.wpcf7 span.wpcf7-list-item-label {
	font-weight: 100;
	line-height: 0em;
	font-size: 14px;
}

.wpcf7 .align-center .content-column {
	display: flex;
	justify-content: center;
}

.wpcf7 .align-center {
	margin-top: 20px;
}

.pagination .page-numbers.dots{
	border: none;
	background:none;
}

.dyx-testimonials-card-wrapper .slick-dots li button:before{
	font-size: 10px;
	width: 10px;
	height: 10px;
}

.dyx-testimonials-card-wrapper .slick-dots li.slick-active button:before{
	opacity: 1;
}

.dyx-testimonials-card-wrapper .slick-dots li button{
	width: 10px;
	height: 10px;
}

.dyx-testimonials-card-wrapper .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 .25em;
}

.slick-dots li button:hover, .slick-dots li button:focus{
	outline: none;
	border: 0;
}

#dyx-post-listing-elementor .type-post.blog-posts-grid{
	margin-right: 30px;
}

#dyx-post-listing-elementor .type-post.blog-posts-grid:nth-child(3n){
	margin-right: 0px;
	float: left;
}

#dyx-post-listing-elementor .pagination span{
	border-color: #BBA07A;
	background: #BBA07A;
	background-color: #BBA07A;
}

#dyx-post-listing-elementor .pagination a:hover{
	border-color: #BBA07A;
	background: #BBA07A;
	background-color: #BBA07A;
}

#dyx-post-listing-elementor .pagination-detail.blog-posts-grid{
	display: none;
}

html .cli-bar-btn_container{
	margin-right: 400px;
}

html #loftloader-wrapper.pl-imgloading #loader .imgloading-container{
	animation: none;
	height: 100%;
}

.dyx-testimonials-card-wrapper .slider .card:focus {
	outline: none;
}

.blog-post-content-wrapper .blog-posts-grid .continue-reading
{
	transform: translateX(-10px);
}

.post-wrapper:hover .blog-post-content-wrapper .blog-posts-grid .continue-reading{
	transform: translateX(100px);
}

.blog-post-content-wrapper .blog-posts-grid .continue-reading:before,
.continue-reading-wrapper .continue-reading:before{
	width: 0%;
	background: #F47627;
}

.continue-reading-wrapper .continue-reading{
	transform: translateX(0px);
}

.blog-post-content-wrapper .blog-posts-grid .continue-reading:after,
.continue-reading-wrapper .continue-reading:after{
	width: 30px;
	background: #F47627;
}

.blog-post-content-wrapper .blog-posts-grid .continue-reading span,
.continue-reading-wrapper .continue-reading span{
	top: -14px
}

.blog-post-content-wrapper .blog-posts-grid .continue-reading span:before,
.continue-reading-wrapper .continue-reading span:before{
	width: 11px;
	top: 11px;
	right: -6px;
	opacity: 1;
	transition-delay: 0s;
	background: #F47627;
}

.blog-post-content-wrapper .blog-posts-grid .continue-reading span:after,
.continue-reading-wrapper .continue-reading span:after{
	width: 11px;
	top: 17px;
	right: -6px;
	opacity: 1;
	transition-delay: 0s;
	background: #F47627;
}

.blog-post-content-wrapper .blog-posts-grid .post-icon-wrapper {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #F47627;
	border-radius: 20px;
	text-align: center;
	padding-top: 2px;
}

.blog-post-content-wrapper .blog-posts-grid .post-icon-wrapper .post-icon {
	color: #ffffff;
}

.portfolio-classic-grid-wrapper .portfolio-classic-img {
	border-radius: 5px;
	width: 100%;
	max-width: 192px;
	height: 216px;
}

.blog-post-content-wrapper.layout-grid .post-content-wrapper{
	padding: 15px 30px;
	background: #ffffff;
}

.blog-post-content-wrapper.layout-grid .news .post-button-wrapper .post-attribute,
.blog-post-content-wrapper.layout-grid .events .post-button-wrapper .post-attribute{
	margin-top: 30px;
}

.post-featured-image-hover .title-label {
	background: var( --e-global-color-secondary );
	font-family: 'GlacialIndifference-Regular';
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	position: absolute;
	padding: 0px 10px;
	top: 15px;
	line-height: 30px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 25px;
	left: 0;
	transition: 1s;
}

.post-featured-image-hover .title-label.press-release{
	background: var( --e-global-color-secondary );
}

.post-featured-image-hover .title-label.newsroom-or-media-centre{
	background: var( --e-global-color-primary );
}

html .post-featured-image-hover{
	/*max-width: 433px;
	max-height: 328px;*/
}

.post-featured-image-hover:hover .title-label {
	padding: 0px 10px 0 30px;
}

.blog-post-content-wrapper .post-header h5{
	line-height: 1;
	font-size: 20px;
}

.overlay-style-2 .portfolio-grid-wrapper-overlay figcaption .border-overlay {
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: border 0.24s cubic-bezier(0, 0, 0.6, 1), opacity 0.2s cubic-bezier(0.5, 0, 1, 0.1);
	opacity: 0;
}



.overlay-style-2 .portfolio-grid-wrapper-overlay:hover figcaption .border-overlay {
	opacity: 0.8;
	transition: border 0.24s cubic-bezier(0, 0, 0.6, 1), opacity 0s ease;
}

html .portfolio-grid-wrapper-overlay figcaption{
	pointer-events: none;
}

#wrapper {overflow: hidden;}

.no-hover-effect .portfolio-classic-container.contain .portfolio-classic .portfolio-classic-grid-wrapper {
	box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.no-hover-effect .portfolio-classic-container.contain .portfolio-classic .portfolio-classic-grid-wrapper .portfolio-classic-content{
	padding: 10px;
}

.no-hover-effect .portfolio-classic-container.contain .portfolio-classic .portfolio-classic-grid-wrapper .portfolio-classic-content h3.portfolio-classic_title a{
	padding: 0 0 0 10px;
}

.no-hover-effect .portfolio-classic-container.contain .portfolio-classic-grid-wrapper:hover .portfolio-classic-img{
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}

.no-hover-effect{
	pointer-events: none;
}


.type-post.blog-posts-grid_no_space.stories{
	cursor: pointer;
	background-size: cover !important;
}

.type-post.blog-posts-grid_no_space.stories:hover:after{
	background: #fff;
	opacity: 0.9;
}

.dyx-testimonials-card-wrapper .slick-dots button,
.dyx-testimonials-card-wrapper .slick-dots button:hover{
	border: 0;
}


.fadeup-slider-wrapper .next,
.fadeup-slider-wrapper .prev
{
	border-color: rgba(0, 0, 0, 0);
}

.fadeup-slider-wrapper .next:hover,
.fadeup-slider-wrapper .prev:hover,
.fadeup-slider-wrapper .next:focus,
.fadeup-slider-wrapper .prev:focus
{
	border: 0;
}

.portfolio-classic-content-wrapper.portfolio-classic {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.portfolio-classic-content-wrapper.portfolio-classic > div{
	margin: 0;
	width: auto !important;
	margin-bottom: 30px;
}

.portfolio-classic-content-wrapper.portfolio-classic > div img{
	width: 192px;
}

ul#mobile_main_menu li.menu-item-has-children{
	position: relative;
}

ul#mobile_main_menu li.menu-item-has-children:after,
ul#mobile_main_menu li.menu-item-has-children:before
{
	border-right: 2px solid;
	content: '';
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute;
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 5px;
	top: 50%;
	width: 0;
}

ul#mobile_main_menu li.menu-item-has-children:after{
	margin-top: -1px;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.type-post.blog-posts-grid_no_space.stories{
	height: 300px;
	background-position: left top;
}

.type-post.blog-posts-grid_no_space.stories h5{
	font-size: 14px;
}

.type-post.blog-posts-grid_no_space.stories .post-attribute a{
	font-size: 12px;
}

.type-post.blog-posts-grid_no_space.stories .post-button-wrapper{
	margin-bottom: 10px;
}

.type-post.blog-posts-grid_no_space.stories:after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: linear-gradient(to top,rgba(0,0,0,0.4) 60%,transparent 100%);
	transition: 0.5s;
}

.blog-posts-grid_no_space.stories .post-button-wrapper .post-attribute{
	margin-top: 0px;
}

.single-style-1 a.back-to-previous:before,
.single-style-2 a.back-to-previous:before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f053";
	margin-right: 10px;
}

.single-style-1 a.back-to-previous,
.single-style-2 a.back-to-previous{
	display: inline-block;
	transition: 1s;
	color: #F47627;
}

.single-style-1 a.back-to-previous:hover,
.single-style-2 a.back-to-previous:hover
{
	display: inline-block;
	transform: translateX(-10px);
}

.single-style-2 a.back-to-previous
{
	margin-top: 20px;
}

.single-style-1 .meta-data {
	padding: 30px;
	background: #fff;
	margin-top: -60px;
	position: relative;
}

.single-style-1 .main-content{
	padding: 0px 30px;
}

.single-style-1 .meta-data>span {
	position: absolute;
	left: 0;
	top: -42px;
	display: inline-block;
	color: #fff;
	background: var( --e-global-color-secondary);
	padding: 3px 10px;
	font-size: 20px;
}

.single-style-2 .meta-data {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	margin: 0 0 30px 0;
	flex-wrap: wrap;
}

.single-style-2 .meta-data .info-wrapper > span{
	margin-left: 10px;
}


.single-style-2 .meta-data .info-wrapper > i {
	width: 16px;
	display: inline-block;
	text-align: center;
}

.single-style-2 .meta-data .right a {
	background: var(--e-global-color-secondary);
	color: #ffffff;
	padding: 10px 60px;
	cursor: pointer;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0 ,0.1);
}

.single-style-2 .meta-data .right a:hover{
	background: #ffffff;
	color: var(--e-global-color-secondary);
}

.single-style-2 .meta-data .info-wrapper > span{
	margin-left: 10px;
}

.single-style-2 .meta-data .right a {
	background: var(--e-global-color-secondary);
	color: #ffffff;
	padding: 10px 60px;
	cursor: pointer;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0 ,0.1);
}

.single-style-2 .meta-data .right a:hover{
	background: #ffffff;
	color: var(--e-global-color-secondary);
}

.single-style-2 .post-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single-style-2 .post-content .main-content {
	flex: 0 1 70%;
}

.single-style-2 .social-media-list {
	display: flex;
	justify-content: space-evenly;
	margin-top: 10px;
}

.single-style-2 .social-media-list > a{
	font-size: 25px;
	cursor: pointer;
	transition: 0.5s;
}

.single-style-2 .social-media-list > a:hover{
	font-size: 28px;
	color: var(--e-global-color-primary);
}

.single-style-2 .meta-data .info-wrapper > i{
	color: var(--e-global-color-secondary);
}

.single-style-2 .logo-wrapper {
	margin-bottom: 40px;
	display: block;
	line-height: 1.2em;
}

.single-style-2 .logo-wrapper .logo{
	max-width: 100%;
	margin: auto;
	text-align: center;
}

.single-style-2 .logo_description {
	margin-top: 20px;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
}

.single-style-2 .title{
	font-weight: bold;
}

.single-style-2 .content {
	color: #6f6f6f;
}

.single-style-2 .left {
	display: flex;
	flex-direction: column;
	height: 60px;
	flex-wrap: wrap;
	width: 70%;
}

.single-style-2 .right{
	text-align: center;
	align-self: center;
}

.single-events #page-header.hasbg,
.single-awards #page-header.hasbg,
.single-news #page-header.hasbg
{
	height: 400px;
}

.single-awards #page-header.hasbg{
	background-position: 30% 35%;
}

.single #page-header .page-title-content h1{
	font-size: 32px;
}

#page-content-wrapper .news.hentry p, 
.page-content-wrapper .news.hentry p{
	padding-top: 0;
	padding-bottom: 0;
}

#page-content-wrapper .hentry p,
.page-content-wrapper .hentry p{
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

#page-content-wrapper .events .title, 
.page-content-wrapper .events .title,
#page-content-wrapper .news .title, 
.page-content-wrapper .news .title,
#page-content-wrapper .awards .title, 
.page-content-wrapper .awards .title{
	font-size: 32px;
}

.blog-post-content-wrapper{
	position: relative;
	zoom:1;
	*display:inline-block;
}

.blog-post-content-wrapper:after {
	content:"";
	display:block;
	clear:both;
	width:0px;
	height:0px;
	visibility:hidden;
	font-size: 0; 
}

.homepage-blog-post .type-post.blog-posts-grid {
}

.query-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	z-index: 9999;
}

.query-overlay.show{
	display: block;
}

#loading{
	opacity: 0;
	transition: 0.5s;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #b1b1b1;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin: 50px auto;
}

#loading.loading{
	opacity: 1;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#loading.deactive{
	border: 0;
	width: auto;
	height: auto;
	opacity: 1;
	text-align: center;
	font-size: 20px;
}
.portfolio-grid-wrapper{
	background-color: #ffffff;
}

.blog-posts-grid.events .post-header-title,
.blog-posts-grid.news .post-header-title{
	min-height: 50px;
}

.awards.type-awards .post-wrapper .post-content-wrapper .post-header-title{
	min-height: 40px;
}

html #go-to-top{
	bottom: 180px;
}

.events .post-attribute,
.awards .post-attribute{
	min-height: 45px;
}

.news .post-detail.single-post {
	min-height: 25px;
}

ul#side-sub-menu li > a[href='#'] {
	pointer-events: none;
}

/*.events .post-attribute a,
.awards .post-attribute a
{
background: var(--e-global-color-secondary);
padding: 5px 5px;
}

.events .post-attribute a.region,
.awards .post-attribute a.region
{
float: right;
height: 24px;
line-height: 100%;
}*/

.events .post-attribute a.region,
.awards .post-attribute a.region{
	line-height: 100%;
	display: inline-block;
}

.post-attribute .region-markup > img{
	width: 15px;
}

.stories.type-post.blog-posts-grid_no_space a{
	transition: 0.5s;
}

.stories.type-post.blog-posts-grid_no_space:hover a{
	color: var(--e-global-color-secondary) !important;
}

.no-effect .portfolio-grid-wrapper-overlay{
	pointer-events: none;
}

.news .post-attribute a {
	position: relative;
	padding: 0;
	float: left;
	margin-right: 5px;
}

.post-attribute span.news-category{
	color: var(--e-global-color-secondary);
	margin-left: 5px;
	text-transform: none;
}

.post-detail.single-post .post-tag a.tag{
	color: var(--e-global-color-primary);
}

.news .post-attribute a.region {
	display: inline;
	position: relative;
	float: right;
	margin-left: 10px;
}

.awards .post-attribute > div{
	margin: 0;
	line-height: 10px;
}

.awards .post-attribute > div > a{
	padding: 0;
	line-height: 10px;
}

.awards .post-attribute > div > a.region{
	padding: 0;
	line-height: 10px;
}

.portfolio_grid_overlay .awards-info {
	height: 30px;
	position: absolute;
	width: 100%;
	bottom: -30px;
}

.portfolio_grid_overlay .awards-info > a{
	display: inline;
	position: relative;
}

.portfolio_grid_overlay .awards-info > a.region{
	float: right;
	width: auto;
	height: auto;
}

.portfolio-grid-overlay-container.awards .portfolio-grid-wrapper-overlay {
	margin-bottom: 5%;
}

div.newsletter-popup{
	cursor: pointer;
}

.single.single-news #page-header.hasbg{
	background-position: 0px -250px;
}

.awards .post-detail.single-post{
	margin-top: 0;
}

.awards .post-detail.single-post .post-info-cat{
	margin-bottom: 0;
}

.news.type-news .post-detail.single-post{
	margin-top: -8px;
	margin-bottom: 8px;
}

.blog-posts-grid .post-content-wrapper .post-header {
    min-height: 5rem;
}

@media (hover: hover) and (pointer: fine) {

	.multi-layouts-slider-wrapper.slideshow .slide-img:hover{
		transform: scale(1.3);
		z-index: 1;
		transition: 0.5s;
	}
}

@media screen and (max-width: 600px){
	.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		clear: unset;
		margin: 0;
	}
}


@media (max-width: 767px){
	.dyx-testimonials-card-wrapper .slider .card {
		flex-direction: column-reverse;
		height: auto;
		padding: 20px;
	}

	.dyx-testimonials-card-wrapper .slider .card .testimonial-info {
		margin-top: 20px;
		padding: 0;
	}

	.portfolio-classic-content-wrapper.portfolio-classic{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	#page-header.hasbg {
		background-size: auto;
	}
}

@media (max-width: 400px){
	#page-content-wrapper .events .title > h1, 
	.page-content-wrapper .events .title > h1,
	#page-content-wrapper .news .title > h1, 
	.page-content-wrapper .news .title > h1,
	#page-content-wrapper .awards .title > h1, 
	.page-content-wrapper .awards .title > h1{
		font-size: 24px;
		line-height: 1.2;
	}
}

/*@media screen and (max-width: 1200px) {
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
clear: both;
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 1em;
}
}*/


/* ==================== ##Time Line Vertical ==================== */

.dyxnet-timeline-vertical {
	position: relative;
	z-index: 1;
	padding: 10px 0 10px;
	text-align: center;
}

.dyxnet-timeline-vertical .time_line-items_wrap {
	padding-bottom: 40px;
}

.dyxnet-timeline-vertical.appear_anim .time_line-item .time_line-content {
	-webkit-transform: translateX(-20%);
	-moz-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	transform: translateX(-20%);
	opacity: 0;
	border-radius: 15px;
}

.dyxnet-timeline-vertical.appear_anim .time_line-item:nth-child(odd) .time_line-content {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	-o-transform: translateX(20%);
	transform: translateX(20%);
}

.dyxnet-timeline-vertical .time_line-item {
	position: relative;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.dyxnet-timeline-vertical .time_line-item:last-child {
	margin-bottom: 0;
}

.dyxnet-timeline-vertical .time_line-item:last-child .time_line-date_curve:last-child:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -webkit-calc(50% - 11px);
	left: -moz-calc(50% - 11px);
	left: calc(50% - 11px);
	height: 2px;
	width: 20px;
}

.dyxnet-timeline-vertical .time_line-item:first-child .time_line-date_curve:first-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: -webkit-calc(50% - 11px);
	left: -moz-calc(50% - 11px);
	left: calc(50% - 11px);
	height: 2px;
	width: 20px;
}

.dyxnet-timeline-vertical .time_line-item:nth-child(odd) {
	text-align: left;
}

.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-content {
	right: 0;
}

.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-content:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-250%, -50%) rotate(180deg);
	-moz-transform: translate(-250%, -50%) rotate(180deg);
	-ms-transform: translate(-250%, -50%) rotate(180deg);
	-o-transform: translate(-250%, -50%) rotate(180deg);
	transform: translate(-250%, -50%) rotate(180deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-cont {
	padding: 10px 0 10px 50px;
}

.dyxnet-timeline-vertical .time_line-item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: left;
}

.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
	left: 0;
}

.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-content:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(250%, -50%) rotate(0deg);
	-moz-transform: translate(250%, -50%) rotate(0deg);
	-ms-transform: translate(250%, -50%) rotate(0deg);
	-o-transform: translate(250%, -50%) rotate(0deg);
	transform: translate(250%, -50%) rotate(0deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-cont {
	padding: 10px 50px 10px 0;
}

.dyxnet-timeline-vertical .time_line-item.item_show .time_line-content,
.dyxnet-timeline-vertical .time_line-item.item_show:nth-child(odd) .time_line-content {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.dyxnet-timeline-vertical .time_line-item:hover .time_line-date:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.dyxnet-timeline-vertical .time_line-item:hover:nth-child(odd) .time_line-content:before {
	-webkit-transform: translate(-200%, -50%) rotate(180deg);
	-moz-transform: translate(-200%, -50%) rotate(180deg);
	-ms-transform: translate(-200%, -50%) rotate(180deg);
	-o-transform: translate(-200%, -50%) rotate(180deg);
	transform: translate(-200%, -50%) rotate(180deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.dyxnet-timeline-vertical .time_line-item:hover:nth-child(odd) .time_line-content:after {
	-webkit-transform: translate(-200%, -50%) rotate(180deg);
	-moz-transform: translate(-200%, -50%) rotate(180deg);
	-ms-transform: translate(-200%, -50%) rotate(180deg);
	-o-transform: translate(-200%, -50%) rotate(180deg);
	transform: translate(-200%, -50%) rotate(180deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.dyxnet-timeline-vertical .time_line-item:hover:nth-child(even) .time_line-content:before {
	-webkit-transform: translate(200%, -50%) rotate(0deg);
	-moz-transform: translate(200%, -50%) rotate(0deg);
	-ms-transform: translate(200%, -50%) rotate(0deg);
	-o-transform: translate(200%, -50%) rotate(0deg);
	transform: translate(200%, -50%) rotate(0deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.dyxnet-timeline-vertical .time_line-item:hover:nth-child(even) .time_line-content:after {
	-webkit-transform: translate(-200%, -50%) rotate(0deg);
	-moz-transform: translate(-200%, -50%) rotate(0deg);
	-ms-transform: translate(-200%, -50%) rotate(0deg);
	-o-transform: translate(-200%, -50%) rotate(0deg);
	transform: translate(-200%, -50%) rotate(0deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.dyxnet-timeline-vertical .time_line-item:hover .time_line-date_curve:first-child:before {
	height: -webkit-calc(100% - 25px);
	height: -moz-calc(100% - 25px);
	height: calc(100% - 25px);
	top: 0;
}

.dyxnet-timeline-vertical .time_line-item:hover .time_line-date_curve:last-child:before {
	height: -webkit-calc(100% - 25px);
	height: -moz-calc(100% - 25px);
	height: calc(100% - 25px);
	bottom: 0;
}

.dyxnet-timeline-vertical .time_line-item:focus .time_line-date_curve:first-child:before {
	height: -webkit-calc(100% - 25px);
	height: -moz-calc(100% - 25px);
	height: calc(100% - 25px);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.dyxnet-timeline-vertical .time_line-item:focus .time_line-date_curve:last-child:before {
	height: -webkit-calc(100% - 25px);
	height: -moz-calc(100% - 25px);
	height: calc(100% - 25px);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.dyxnet-timeline-vertical .time_line-media {
	position: absolute;
	z-index: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 3px currentColor;
	-moz-box-shadow: 0px 0px 0px 3px currentColor;
	box-shadow: 0px 0px 0px 3px currentColor;
	margin: 3px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.dyxnet-timeline-vertical .time_line-title {
	font-size: 24px;
	line-height: 1.4;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 8px;
}

.dyxnet-timeline-vertical .time_line-text {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.dyxnet-timeline-vertical .time_line-date_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-basis: content;
	-ms-flex-preferred-size: content;
	flex-basis: content;
}

.dyxnet-timeline-vertical .time_line-date_curve {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

.dyxnet-timeline-vertical .time_line-date_curve:before {
	content: '';
	position: absolute;
	border-right: 2px solid;
	display: block;
	width: 50%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.dyxnet-timeline-vertical .time_line-date_curve:first-child:before {
	top: 0;
}

.dyxnet-timeline-vertical .time_line-date_curve:last-child:before {
	bottom: 0;
}

.dyxnet-timeline-vertical .time_line-date {
	position: relative;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #bba07a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
	box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
}

.dyxnet-timeline-vertical .time_line-date span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: none;
	height: 100%;
}

.dyxnet-timeline-vertical .time_line-date:before {
	content: '';
	position: absolute;
	top: -25px;
	left: -25px;
	border: 1px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.dyxnet-timeline-vertical .time_line-content {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	z-index: 1;
	padding: 25px;
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 6px 7px 20px rgba(0, 0, 0, 1);
	-moz-box-shadow: 6px 7px 20px rgba(0, 0, 0, 1);
	box-shadow: 6px 7px 20px rgba(0, 0, 0, 1);
}

.box-color-style-2 .dyxnet-timeline-vertical .time_line-content{
	-webkit-box-shadow: 6px 7px 20px rgba(187, 160, 122, 0.07);
	-moz-box-shadow: 6px 7px 20px rgba(187, 160, 122, 0.07);
	box-shadow: 6px 7px 20px rgba(187, 160, 122, 0.07);
}

.dyxnet-timeline-vertical .time_line-content p:last-child {
	margin-bottom: 0;
}

.dyxnet-timeline-vertical .time_line-content>* {
	color: inherit;
}

.dyxnet-timeline-vertical .time_line-content .time_line-text>p{
	padding-top: 0.3em !important;
	padding-bottom: 0.3em !important;
}

.dyxnet-timeline-vertical .time_line-cont {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding: 50px 0;
}

.single-events #page-header{
	margin-bottom: 0;
}

.single-events #page-content-wrapper.blog-wrapper{
	margin-top: 0;
}

div.wpcf7 select{
	height: 37px;
	padding: 0 10px;
}

div.wpcf7 input:not([type=checkbox], [type=reset], [type=submit])
{
	width: 100%;
	height: 35px;
}

div.wpcf7 input.wpcf7-captchar{
	margin-top: 10px;
}

.dyxnet-timeline-vertical .time_line-item .time_line-date_wrap .time_line-date{
	width: 60px;
	height: 60px;
}

.dyxnet-timeline-vertical .time_line-item .time_line-date_wrap .time_line-date:before{
	width: calc(60px + 50px);
	height: calc(60px + 50px);
}

.dyxnet-toggle .elementor-toggle .elementor-tab-content{
	padding: 0 40px;
}

.no-border .elementor-button-link{
	border-color: #ffffff00 !important;
}

.no-border .elementor-button-link:hover,
.no-border .elementor-button-link:focus{
	border-color: #ffffff00 !important;
}



.dyx-testimonials-card-wrapper .slider .card .testimonial-info-img > img{
	height: 100%;
	width: 100%;
}

.dyx-wx {
	position: absolute;
	bottom: 110%;
	left: 0px;
	z-index: 9999;
	min-width: 130px;
	display: none;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
	text-decoration: none !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before
{
	content: " ";
	position: absolute !important;
	bottom: 2px;
	left: 10px;
	right: 12px;
	border-bottom: 1px solid #F47627;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:hover > a.mega-menu-link:before,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current_page_item > a.mega-menu-link:before
{
	-webkit-transition: .9s;
	transition: .9s;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);	
}
#side-sub-menu .sub-menu > li > a {
	font-size: 14px;
	font-weight: 100;
}

#side-sub-menu > li.menu-item > a {
	font-size: 15px;
}

.non-clickable a,
.non-clickable .eael-entry-media
{
	pointer-events: none;
}

.a-cover {
	position: absolute;
	width: 100%;
	height: 281px;
	top: -50px;
}

.post-navigation{
	display: none; 
}

/*popup css*/

.sgpb-popup-dialog-main-div-wrapper > div{
	transform: translateY(35px);
}

#sgpb-popup-dialog-main-div{
	border-width: 0 !important;
	border-radius: 10px;
	overflow: visible !important;
}

.sgpb-popup-builder-content-html {
	height: 100%;
	overflow: visible !important;
}

.sgpb-main-html-content-wrapper {
	height: 100%;
}

.popup-container {
	padding: 0 30px 0px 30px;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 1.2em;
	height: 100%;
}

.popup-container > h2, .popup-container > h3 {color: #ffffff !important;}

.popup-container > p{
	padding: 0;
	margin-bottom: 30px;
}

.popup-content {
	overflow: auto;
	max-height: calc(65vh + 40px);
	margin-left: -30px;
	margin-right: -30px;
	padding: 0 30px 15px;
}

.popup-content > h2, .popup-content > h3 {
	color: #ffffff !important;
}

.form-wrapper > form > button{
	padding: 0;
}

html .wpcf7 form > div.input-wrapper {
	text-align: start;
	flex: 0 1 60%;
	margin-bottom: 10px;
}

.input-wrapper input[type="input"] {
	height: 100%;
	min-height: 45px;
	box-sizing: border-box;
	border-radius: 5px;
	border-style: solid;
	border-color: #ffffff;
	width: calc(100% - 20px);
	padding: 0 10px;
	min-width: 150px;
	width:100%;
}

.submit-wrapper button{
	min-height: 45px
}

.input-wrapper input[type="input"]::placeholder{
	font-size: 14px;
	color: #a5a5a5;
}

.remind-text {
	color: #a5a5a5;
}

.icon-container {
	height: 40px;
}

.icon-wrapper {
	display: inline-block;
	font-size: 30px;
	position: absolute;
	top: -35px;
	left: calc(50% - 35px);
	color: #ffffff;
	background: #BBA07A;
	width: 70px;
	height: 70px;
	line-height: 66px;
	vertical-align: middle;
	border-radius: 100%;
	z-index: 999;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
}

.icon-wrapper:before {
	content: "";
	width: 58px;
	height: 58px;
	border: 2px solid;
	position: absolute;
	border-radius: 29px;
	top: 4px;
	left: 4px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0";
}

#sgpb-popup-dialog-main-div > div{
	overflow: visible !important;
}

.social-media-list {
	display: flex;
	justify-content: center;
}

.social-icon-wrapper {
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin: 10px;
}

.social-icon-wrapper > a {
	color: #ffffff;

}

.consent-wrapper{
	margin: 10px 0 10px 0;
}

.popup-container .consent-wrapper .wpcf7-list-item-label{
	font-size: 12px;
	color: #ffffff;
}

.close-icon {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
	opacity: 0.7;
}

.close-icon:before{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00d";
}

.close-icon:hover {
	opacity: 1;
}


.avante-three-cols{
	width: 32%;
	margin-right: 2%;
	float: left;
}

.avante-three-cols.last{
	width: 32%;
	margin-right: 0;
	float: right;
}

.portfolio-grid-wrapper.avante-three-cols,
.portfolio-grid-wrapper.avante-three-cols.last{
	margin: 0;
	width: calc(100%/3);
	min-width: 350px;
}

#page-content-wrapper .eael-tabs-content p,
.page-content-wrapper .eael-tabs-content p{
	padding-top: 0.6em;
	padding-bottom: 0.6em;

}

.page-title-content > h1,
#page-header h1{
	font-family: var( --e-global-typography-primary-font-family ), GlacialIndifference-Regular !important;
}

.home.page .blog-posts-grid.type-post .post-detail{
	margin: 0;
}

i {
	font-style: normal !important;
}

.blog-post-content-wrapper.layout-grid .post-content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.post-listing-search-container .search-button{
	border: 0 !important;
}

.split-carousel-slider-wrapper.carousel .content-right .content-main p:last-child{
	text-transform: none;
	letter-spacing: 0;
}

.blog-post-content-wrapper.layout-grid .post-featured-image-hover {
    min-height: unset;
}

@media only screen and (max-width: 1024px) {
	/*.elementor-column-wrap .elementor-widget-wrap .elementor-widget-heading .elementor-widget-container .elementor-heading-title{
		text-align: center;
	}*/
}

@media(max-width: 704px){
	.input-wrapper {
		width: 100%;
		text-align: center;
		flex: 0 1 100%;
	}

	.submit-wrapper{
		width: 100%;
		margin-top: 10px;
	}

}





@media(max-width: 704px){
	.input-wrapper {
		width: 100%;
		text-align: center;
		flex: 0 1 100%;
	}

	.submit-wrapper{
		width: 100%;
		margin-top: 10px;
	}

}

@media only screen and (max-width: 992px) {
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd),
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-right: 0;
		text-align: left;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd):last-child,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even):last-child {
		margin-bottom: 0;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-cont:first-child,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-cont:first-child {
		display: none;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-content,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
		margin-left: 0;
		margin-top: 0;
		padding: 20px;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-content,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-content {
		right: 0;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-content:after,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-content:after {
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		display: block;
		text-align: center;
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(-250%, -50%) rotate(270deg);
		-moz-transform: translate(-250%, -50%) rotate(270deg);
		-ms-transform: translate(-250%, -50%) rotate(270deg);
		-o-transform: translate(-250%, -50%) rotate(270deg);
		transform: translate(-250%, -50%) rotate(270deg);
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		-moz-transition: 0.4s;
		transition: 0.4s;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-content:before,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-content:before {
		display: none;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-cont,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-cont {
		padding: 30px 0 30px 80px;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-date,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-date {
		line-height: 1;
		left: 0;
		right: inherit;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-curve,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-curve {
		top: 85%;
		height: 60%;
		width: 50%;
		right: initial;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd):last-child .time_line-curve,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even):last-child .time_line-curve {
		height: 120px;
		width: 2px;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd):last-child .time_line-curve {
		left: 20%;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(even):last-child .time_line-curve {
		right: 50%;
	}
	.dyxnet-timeline-vertical.appear_anim .time_line-content {
		-webkit-transform: translateX(20%) !important;
		-moz-transform: translateX(20%) !important;
		-ms-transform: translateX(20%) !important;
		-o-transform: translateX(20%) !important;
		transform: translateX(20%) !important;
	}
	.dyxnet-timeline-vertical.appear_anim .time_line-item.item_show .time_line-content {
		-webkit-transform: translateX(0) !important;
		-moz-transform: translateX(0) !important;
		-ms-transform: translateX(0) !important;
		-o-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}
}

html .eael-entry-wrapper .eael-entry-header .eael-entry-title{
	line-height: 20px !important;
}

@media only screen and (max-width: 768px) {
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-media,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-media {
		border-width: 3px;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-cont,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-cont {
		padding: 15px 0 15px 20px;
	}
	.dyxnet-timeline-vertical .time_line-item:nth-child(odd) .time_line-cont .time_line-content:after,
	.dyxnet-timeline-vertical .time_line-item:nth-child(even) .time_line-cont .time_line-content:after {
		display: none;
	}

	.single-style-1 .meta-data{
		margin-top: -90px;
	}
}

@media only screen and (max-width: 414px) {
	.single-style-1 .meta-data{
		margin-top: 0px;
	}

	.single-style-2 .meta-data{
		margin: 0 0 15px 0;
	}

	.single-style-2 .left{
		width: 100%;
		flex-direction: row;
		height: auto;
	}

	.single-style-2 .right{
		width: 100%;
		margin-top: 30px;
		text-align: right;
	}

	.single-style-2 .info-wrapper {
		flex: 0 1 50%;
	}

	.single-style-2 .meta-data .info-wrapper > span{
		margin-left: 3px;
	}

	.single-style-2 .post-content .main-content,
	.single-style-2 .post-content .side-bar
	{
		flex: 0 1 100%;
	}

	.single-style-2 .post-content .main-content{
		margin-bottom: 20px;
	}

	.single-style-2 .social-media-list{
		justify-content: start;
	}

	.single-style-2 .social-media-list > a{
		margin: 0 10px;
	}
}