.gtranslate_wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}
.gtranslate_wrapper a{
	padding: unset !important;
}
.section-banner-home .single__welcome__slide__bg__overlay::after{
	background-color: transparent;
    background-image: linear-gradient(90deg, #6CC7F3  0%, #0E4779  100%) !important;
}
.box-icon-about,
.box-code-value{
	background-color: #fff;
    padding: 10px 20px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}
.section-code-value .elementor-container{
	align-items: center;
}
.section-code-value{
	background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #596AE92B 100%);
}
.section-code-value .box-code-value .elementor-image-box-description{
	color: #000;
}
.offcanvas__mobile__menu__main__wrapper .offcanvas__logo__wrap{
	display: none !important;
}
.customer-reviews .owl-item .single__testmonial{
    height: 400px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.post-details .post-title a,
.post__content .post__title a{
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.post__content .post__inner p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.footer-custom a{
  color: #fff !important;
}