body{
    overflow-x:hidden;
}
.dash-style:before{
    content: '';
    width: 80%;
    height: 1px;
    left: 50%;
    margin-left: 12%;
    top: 50px;
    height: 1px;
    background-image: linear-gradient(90deg, #FFFFFF3D, #FFFFFF3D 75%, transparent 75%, transparent 100%);
    background-size: 14px 1px;
    border: none;
}

.our_business_progress .pp-divider-wrap{
	height:400px;
    border-style: dashed;
    border-width: 0px 2px 0px 0px;
    width: 10px;
    border-color: #00000054;
}
.our_business_progress .pp-divider-vertical{
	padding-bottom:0px !important;
	height:0%;
    margin-left: 8px;
}
.our_business_progress{
	z-index:999;
}
.our_business_section.scrolled:before{
	content:'';
	z-index:99;
	background: linear-gradient(180deg, #FFFFFF 35.34%, rgba(255, 255, 255, 0) 100%);
	width:100%;
	height:500px;
	position:fixed;
}
.our-blog-news .pp-post .pp-post-thumbnail{
	border-radius:12px;
	overflow:hidden;
}
.our-blog-news .pp-post .pp-post-thumbnail img{
	transition:.3s ease-in-out;
}
.our-blog-news .pp-post:hover .pp-post-thumbnail img{
	transform:scale(1.1);
}
/* .cpel-switcher__list{
    border: 1px solid #354ea1;
    border-radius: 50px;
    overflow: hidden;
}
.cpel-switcher__code{
	padding-left:0px !important;
}
.cpel-switcher__lang{
    margin: 0px !important;
    padding: 4px 10px;
}
.cpel-switcher__lang--active{
    background: #354ea1;
}
.cpel-switcher__lang--active a{
	color:#FFF !important;
}
.cpel-switcher__code{
    vertical-align: unset !important;
	padding-right:0px !important
} */
.cpel-switcher__nav{
	width:100px;	
}
.cpel-switcher--layout-dropdown .cpel-switcher__lang a {
    background-color: #FFFFFF;
    border-radius: 50px;
    border: 1px solid #354ea1;
	display:flex; 
	align-items:center;
	justify-content:space-between;
    padding: 3px 10px 3px 5px;
}