/*
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.   ***************/
li{
	list-style:none;
}
.header{
	padding-top:34px
}
.bn-banner{
	background-image: radial-gradient(at top left, #191b1f 0%, #24262a 100%);
}
ul.header-nav.header-nav-main.nav.nav-left.nav-size-medium.nav-spacing-xlarge.nav-uppercase {
    display: flex;
    justify-content: center;
}
ul.breadrumb {
    display: flex;
    justify-content: center;
    padding: 55px 0px 0px 0px;
}

ul.breadrumb li {
    color: #fff;
    padding: 0px 25px;
}

ul.breadrumb li:nth-child(1) {
    position: relative;
}

ul.breadrumb li:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff0000;
}
ul.list-lh {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0px;
}

.list-lh li {
    padding: 5px 25px;
    color: #fff;
	list-style:none;
}

.list-lh li:first-child {
    position: relative;
}

.list-lh li:first-child::before {
        content: "";
    position: absolute;
    top: 12px;
    right: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff0000
}
.ft-list li {
	list-style:none;
    padding: 0px 0px 10px 0px;
    position: relative;
    padding-left: 20px;
}

.ft-list li a {
    color: #98979C;
    text-decoration: none;
}

.ft-list li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff0000;
}
.item-hv{
    position: relative;
    margin-bottom: 25px;
}
.item-hv .content h3{
    position: absolute;
    top: 95%;
    left: 10%;
    transform: translate(-5%,-90%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
	width:20%;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}
.btn-white{ 
	
	border-color:#fff!important;
}
.btn-white span{
	color:#fff!important;
}
.btn-white:hover span{
	color:#111!important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}