/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.col-0{
	padding-bottom:0;
	margin-bottom: 0;
}
.about__image{
	position: relative;
}
.about__image:before{
	position: absolute;
    left: -10px;
    bottom: -10px;
    height: 95%;
    width: 98%;
    background-color: var(--primary-color);
    content: "";
    z-index: -1;
}
.about__col--content{
	position: relative;
}
.about__col--content::after {
    position: absolute;
    right: -50px;
    top: 0px;
    width: 100px;
    height: 35px;
    border-top: 2px solid rgb(194, 0, 0);
    border-right: 2px solid rgb(194, 0, 0);
    content: "";
}
.row__icb .icon-box .icon-box-img{
	width: 80px !important;
	height: 80px !important;
	object-fit: cover; 
	padding: 25px; 
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	border-radius: 99px;
}
.banner__slider .caption {
    position: absolute;
    bottom: 15%;
    font-size: 48px;
    left: 30px;
    right: 0;
    width: 100%;
    font-weight: 700;
	opacity: 1;
	visibility: visible;
	transform: unset !important;
	background: none;
}
@media (min-width: 768px){
	.about__col--content .is-border{
		border-right: unset !important;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}