.beafwc-filter-control {
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	color: #ffffff;
	border-color: #0274be;
	background-color: #0274be;
	border-radius: 2px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
	outline: 0
}

.beafwc-slider-info-wraper {
	display: block;
	width: 100%;
	clear: both;
}

.beafwc-filter-control:hover,
.beafwc-filter-control:focus,
.beafwc-filter-control.beafwc-filter-active {
	color: #ffffff;
	background-color: #3a3a3a;
	border-color: #3a3a3a;
	outline: 0
}

.beafwc-slider-info .beafwc_slider_readmore_button {
	color: #fff;
	background: #0652DD;
	padding: 10px 25px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 30px;
	transition: 0.5s;
	border: 1px solid #0652DD;
	font-size: 15px;
	text-decoration: none !important
}

.beafwc-slider-info .beafwc-slider-title {
	margin: 20px 0
}

.beafwc-slider-info .beafwc_slider_readmore_button:hover {
	color: #0652DD;
	background: #f8f8f8;
}

.design-8 .twentytwenty-handle {
	height: 0 !important;
	width: 0 !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	border: 0 !important;
}

.design-8 .twentytwenty-left-arrow,
.design-8 .twentytwenty-right-arrow,
.design-8 .twentytwenty-up-arrow,
.design-8 .twentytwenty-down-arrow {
	width: 0 !important;
	height: 0 !important;
	border: 0 !important;
}

.twentytwenty-vertical .design-8 .twentytwenty-handle::after {
	margin-right: 0 !important;
}

.twentytwenty-vertical .design-8 .twentytwenty-handle::before {
	margin-left: 0 !important;
}

.twentytwenty-horizontal .design-8 .twentytwenty-handle::before {
	margin-bottom: 0 !important;
}

.twentytwenty-horizontal .design-8 .twentytwenty-handle::after {
	margin-top: 0 !important;
}
.twentytwenty-vertical .design-2 .twentytwenty-handle::after {
	right: 50%;
	margin-right: 60px;
}
.twentytwenty-vertical .design-2 .twentytwenty-handle::before{
	left: 50%;
	margin-left: 60px;
}

.beafwc-twentytwenty-container {
	position: relative;
	height: 281px;
	width: auto;
	margin: 0 auto;
}
  
.beafwc-twentytwenty-container img {
	position:absolute;
	left:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
  
.beafwc-twentytwenty-container img.top:hover {
	opacity:0;
}
.beafwc-fade-effect {
	position:relative;
	height:281px;
	width:100%;
}

.beafwc-fade-effect img {
	position:absolute;
	left:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.beafwc-al{
	transition: all 0.8s;
}
.beafwc-fade-effect img.top:hover {
	opacity:0;
}
.beafwc-fade-effect .beafwc-after-image:hover .beafwc-al{
	opacity: 0;
}
span.beafwc-bl,span.beafwc-al {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
	padding: 5px 10px;
	color: #f2f2f2;
}
/* Filter Gallery adjustment padding */
.beafwc_gallery_filter .beafwc-col-12,.beafwc_gallery_filter .beafwc-col-6,.beafwc_gallery_filter .beafwc-col-3,.beafwc_gallery_filter .beafwc-col-4{
	padding: 0 15px;
}
.twentytwenty-wrapper .twentytwenty-wrapper{
	padding: 0 !important;
}


.beafwc-twentytwenty-container .popup_button {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 24px;
	background-color: #fff;
	z-index: 999;
	padding: 5px;
	border-radius: 5px;
	width: 24px;

}

.beafwc-twentytwenty-container .popup_button img {
	height: 25px;
	width: 25px;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
}

.beafwc-twentytwenty-container .popup_button:focus {
	outline: 0 !important;
}


/* PopUp full screen  */
.beafwc_popup_preview {
	display: none;
}

.beafwc_popup_preview {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 999999;
}

.beafwc_popup_preview_content {
	width: 100%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.945);
	color: #000;
	position: relative;
	box-sizing: border-box;
	border-radius: 0;
	height: 100%;
}

#beafwc_popup_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.beafwc_popup_preview .close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 25px;
	line-height: 0;
	color: #fff;
	cursor: pointer;
	transition: 0.5s;
	z-index: 2;
}

.beafwc_popup_preview .close:hover {
	color: #ff1212;
}

#beafwc_popup_wrap .beafwc-twentytwenty-container {
	margin: 0 auto;
}