﻿.m-height-430 {
    min-height: 430px;
}

    .m-height-430 img {
        height: 100%;
    }
.dark-gray-background {
    background: #484e54;
}

.tab-section-gray {
    background: #f5f5f5;
}

.text-ul-list ul {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    display: block;
}

    .text-ul-list ul li {
        position: relative;
        margin-bottom: 10px;
        list-style: none;
        font-size: 14px;
        line-height: 28px;
        display: block;
        float: left;
        width: 100%;
    }

        .text-ul-list ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 999px;
            background: #54c3f1;
            display: block;
            position: absolute;
            left: -18px;
            top: 11px;
        }


.btn-white-border {
    color: #fff;
    border: 2px solid #fff;
}

    .btn-white-border:hover {
        color: #0097e0;
        background: #fff;
    }


.btn-blue-border {
    color: #0097e0;
    border: 2px solid #0097e0;
}

    .btn-blue-border:hover {
        color: #fff;
        background: #0097e0;
    }


.btn-white-background {
    color: #0097e0;
    background: #fff;
    border: 2px solid #fff;
}

    .btn-white-background:hover {
        color: #fff;
        background: #0097e0;
    }


.building-type .building-type-item {
    padding: 0px 20px !important;
    margin-bottom: 40px;
    position: relative;
}

    .building-type .building-type-item a {
        display: block;
        transition: .2s linear all;
    }

        .building-type .building-type-item a .text {
            position: absolute;
            left: 0;
            top: 60px;
            padding: 15px;
            background: #fff;
            font-size: 22px;
            font-weight: 300;
            color: #0097e0;
            transition: .2s linear all;
        }

        .building-type .building-type-item a:hover .text {
            background: #0097e0;
            color: #fff;
            padding: 15px 18px;
        }

    .building-type .building-type-item img {
        transition: .2s linear all;
        opacity:1;
    }

    .building-type .building-type-item a:hover img {
        opacity: .9;
    }


.pdf-download {
    display: block;
    text-align: center;
    transition: .2s linear all;
    padding: 40px;
}

    .pdf-download img {
        box-shadow: 0.5px 0.598px 11px 0 rgb(0 0 0 / 15%);
        position: relative;
        transition: .2s linear all;
        bottom: 0px;
    }

    .pdf-download:hover {
        background: #f5f5f5;
    }

        .pdf-download:hover img {
            bottom: 10px;
        }

.img-full-max-width{
    max-width:100%;
}

@media (max-width:767px) {
    .mlr--15 {
        margin: 0px -15px;
    }

    .technical-details-btn {
        font-size: 13px;
        line-height: 30px;
    }
    .bg-m-none{
        background:none;
    }
}
