/*
* Theme Name: Envolve Child
* Description: This is a child theme of Envolve, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: envolve/envolve
* Version: 1.4
*/

/*
#menu-item-wpml-ls-78-en a {
	display:none;
}
body.home .page-title {
	display: none;
}

html[lang="en-US"] body.home .page-title a:hover{
display: none;
}*/

:lang('ko-KR') {
	font-family:'Noto Sans KR', 'Font Awesome 5 Pro', dashicons ,sans-serif!important
}

.hvr-underline-from-left1 {
	font-size:50px;
}

.elementor-page-3003 .cerfi-img .elementor-widget-container .elementor-image a:hover{
	    cursor: zoom-in;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
        /* Center slide text vertically */
    display: -webkit-box!important ;
    display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-box-pack: center!important;    
	-ms-flex-pack: center!important;
    -webkit-justify-content: center!important;
    justify-content: center!important;
	-webkit-box-align: center!important;     
	-ms-flex-align: center!important;      
	-webkit-align-items: center!important; 
	align-items: center!important;
}

.swiper-slide img {
	display: block!important;
	width: 100%!important;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
	background-image: inherit!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	color:#a62b43!important;
}

/* .banner-section .owl-stage-outer .slide-item .image-layer {
	background-position: center;
	background-repeat: no-repeat;
} */


