﻿.ten{
    font-size:10px;
}
.twenty {
    font-size: 20px;
}
.thirty {
    font-size: 30px;
}
.forty {
    font-size: 40px;
}
.fifty {
    font-size: 50px;
}
.sixty {
    font-size: 60px;
}
.seventy {
    font-size: 70px;
}
.eighty {
    font-size: 80px;
}
.ninety {
    font-size: 90px;
}
.hundred {
    font-size: 100px;
}
.hundred-ten {
    font-size: 110px;
}
.hundred-tuenty {
    font-size: 120px;
}
.hundred-thirty {
    font-size: 130px;
}
.hundred-forty {
    font-size: 140px;
}
.hundred-fifty {
    font-size: 150px;
}
.hundred-sixty {
    font-size: 160px;
}
.hundred-seventy {
    font-size: 170px;
}
.hundred-eighty {
    font-size: 180px;
}
.hundred-ninety {
    font-size: 190px;
}
.two-hundred {
    font-size: 200px;
}


.b7332f {
    background: #B7332F;
}
.b7332f * {
    color: #ffffff;
}
.e8e4e0 {
    background: #E8E4E0;
}
.ffffff *,
.e8e4e0 * {
    color: #333333;
}
.ffffff {
    background: #fff;
}


.btn-nice {
    display: inline-block;
    width: 220px;
    padding: 15px;
    margin: 0 6px;
}

.mt-4-5 {
    margin-top:2rem;
}

@media (min-width:768px) {
    .i-w-30 .component-inner .listing-pods .item .image {
        flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        max-width: 30%;
    }

    .i-55-t-45 .component-inner .listing-pods .item .image {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .i-55-t-45 .component-inner .listing-pods .item .info {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .card-heading-height .info .heading {
        min-height: 80px;
    }

    .min200 .text .heading {
        min-height: 200px;
    }

    .min100 .info .heading {
        min-height: 100px;
    }

    .min150 .info .heading  {
        min-height: 150px;
    }
}

.c3-bg-solid strong {
    color: #B7332F;
    font-weight:600;
}
.c5-bg-solid strong {
    color: #FFF;
    font-weight: 500;
}
.c9-bg-solid strong {
    color: #B7332F;
    font-weight: 600;
}

.c7-bg-solid strong {
    color: #2F3C3F;
    font-weight: 600;
}

#site-content .pattern-bg {
    background: url("/media/latl5cqe/pattern-l.png");
}

.text-overlay-image .heading {
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 32%;
    -webkit-transform: translate(-25%, -25%);
    -moz-transform: translate(-25%, -25%);
    -ms-transform: translate(-25%, -25%);
    -o-transform: translate(-25%, -25%);
    transform: translate(-25%, -25%);
    color:#fff!important;
}

.image .icon-caption {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.iconCaption {
    color:#fff;
    text-align:center;
    font-size:14px;
    font-weight:500;
    font-family:Poppins;
}

@media (min-width: 1200px) {
    #site footer#site-footer {
        padding-bottom: 3rem;
    }
}