﻿/*--------------------------------------------------------------
# Page Menus
--------------------------------------------------------------*/

.ptitle {
    margin: auto;
    text-align: center;
    color: #b2853d;
    margin-top: 50px;
    margin-bottom: 50px;
}

.zeroPadding {
    padding: 0px !important;
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
}



.textJustify {
    text-align: justify;
}

.faHome {
    color: #9d6000;
    font-size: x-large;
    margin-top: 10px;
}

.mcontainer {
    margin-top: 125px;
    width: 100%;
    background-color: #D9D9D9;
    margin-bottom: 50px;
    padding: 2%;
}



.calendars .icon-box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

    .calendars .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #ffc451;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: 0.3s;
    }

        .calendars .icon-box .icon i {
            color: #151515;
            font-size: 28px;
            transition: ease-in-out 0.3s;
        }

    .calendars .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .calendars .icon-box h4 a {
            color: #151515;
            transition: ease-in-out 0.3s;
        }

            .calendars .icon-box h4 a:hover {
                color: #ffc451;
            }

    .calendars .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .calendars .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
        transform: translateY(-10px);
    }


/*--------------------------------------------------------------
# End of Page Menus
-------------------------------
