/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/
.slider-btn a {
    display: inline-block !important;
    margin-right: 10px;
}
nav.nav-main.mainmenu-nav ul li a {
    color: #fff!important;
}
#project .portfolio-wrapper2 .portfolio-text {
    display: none;
}
.single-steps-area-nine .icon-area svg {
    filter: hue-rotate(90deg);
    -webkit-filter: hue-rotate(90deg);
}

.single-steps-area-nine .icon-area:after {
    filter: hue-rotate(90deg);
    -webkit-filter: hue-rotate(90deg);
}
.header-twelve .mainmenu li a.nav-link {

    text-transform: uppercase;
    font-weight: 500;
}
.rts-btn.btn-primary.six {
    text-transform: uppercase;
}
.footer-list-area ul {
    padding: 0px;
}

.footer-list-area ul li {
    display: inline-block;
    width: 45%;
    padding-left: 22px;
    position: relative;
}

.footer-list-area ul li:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #158b13;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100%;
}