/**
	Creator: Marsus.com
**/

/* Services CSS */
.categories {
    margin-bottom: 50px;
}

.categories .title {
}
.search-result span{
    font-size:24px;
    font-weight: 300;
    margin-bottom: 30px;
    display: block;
}
.search-result span strong{
    font-weight: 700;
}

.categories .title a {
    font-size: 22px;
    font-weight: 300;
    background-color: #A8272B;
    padding:15px;
    color:#fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
}


.categories .title i {
    display: none;
}

.categories .sub-menu.svisible {
    display: block;
}

.categories ul {
    list-style: none;
    padding: 0;
}

.categories ul li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}

.categories ul li {
    position: relative;
}

.categories .arrow:hover {
    color: #111;
}

.categories .arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
    color: #b9b9b9;
    z-index: 9;
}

.categories .arrow:before {
    top: 50%;
    position: absolute;
    margin-top: -7px;
}

.categories .sub-menu .arrow {
    top: 3px;
    bottom: 0;
    font-size: 9px;
}

#category-list > li:first-child {

}

.categories ul li a {
    position: relative;
    padding: 15px 20px;
    border-left: 3px solid transparent;
    display: block;
    text-decoration: none;
    color: #34495e;
}

.categories ul li .current {
    background: #f8f8f8;
}

.categories ul li .current,
.categories ul li a:hover {
    border-color: #A8272B;
}

.categories .dropdown-toggle:after {
    float: right;
    position: relative;
    top: 7px;
    color: #888;
}

.categories .dropdown-menu {
    position: relative !important;
    transform: inherit !important;
    will-change: inherit !important;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}

.categories .sub-menu {
    display: none;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.categories .sub-menu a {
    font-size: 13px;
    padding: 10px;
    border-left: 1px solid transparent;
}

.services .item {
    margin-bottom: 30px;
}

h1.title {
    font-size: 30px;
    margin-bottom: 50px;
}

.images {
    margin-top: 75px;
}

.category-text {
    overflow: hidden;
}

.category-text .inner {
    margin-bottom: 50px;
    max-height: 150px;
    overflow: hidden;
}

.tabs {

}

.tabs .nav-tabs li a{
    padding: 10px 25px;
    display: inline-block;
    border: 1px solid #dee2e6;
    border-bottom: none;
    text-decoration: none;
    border-right: none;
}

.tabs .nav-tabs li a.active {
    background-color: #f4f4f4;
}

.tabs .nav-tabs li:last-child a {
    border-right: 1px solid #dee2e6;
}

.tabs .tab-content{
    padding: 15px;
}
.services .item a{
    position: relative;
    display: inline-block;
}
.services figcaption{
    position: absolute;
    left:0;
    right:0;
    top:50%;
    bottom:0;
    border-radius: 0.25rem !important;
    font-size: 16px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    color:#fff !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    font-weight: 600;
    align-items: flex-end;
    transition: 300ms;
    padding: 15px;
}
.services figcaption:hover{
    background-image: linear-gradient(to bottom, rgba(168, 39, 43, 0), rgba(168, 39, 43, 0.4));
}
.services .figure{
    margin-bottom: 0;
}
.services .figure .figure-img{
    margin-bottom: 0;
}
@media (min-width: 991px) {

    .categories ul {
        display: block;
    }

}

@media (max-width: 991px) {

    .categories .title a {
        display: block;
        text-align: left;
    }

    .categories .title i {
        display: inline-block;
        float: right;
        position: relative;
        top: 8px;
        color: #fff;
    }

}