/*
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.   ***************/
body, h1, h2, h3, h4, h5, h6, p, span, a, strong{
	font-family: Epilogue, sans-serif !important;
}
p{
	font-weight: 500;
}
.blog-cate .col-inner .box-image{
	border-radius: 8px;
	border: 3px #ffffff solid;
}
.stuck .header-main{
	z-index: 9999 !important;
}
.absolute-footer, .blog-cate .col-inner .is-divider{
	display: none;
}
.pro{
	z-index: 3;
}
.course{
	top: -55px;
}
.img-box img{
	border-radius: 8px;
	border: 3px #fff solid;
	transition: 0.3s;
}
.img-box img:hover, .blog-cate .col-inner .box-image:hover{
	border: 3px #387975 solid;
	transition: 0.3s;
}
.ft-icon i{
	color: #000 !important;
}
.scroll-to-bullets a{
	background-color: #0087cb !important;
}
.scroll-to-bullets a.active{
	border-color: #0087cb !important;
	background-color: #fff !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}