﻿/* --------------------------- */
/* --------Section-news------- */
/* --------------------------- */

.section-news {
    height: 100px;
    max-width: 1200px;
    font-size: 90%;
    font-weight: 500;
}

.news-feed p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-height: 1.3; /* fallback */
    max-height: 25px;; /* fallback */
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
   
    /*height: 40px;*/
}
.latest-news {
    background-color: rgba(0, 0, 99, 0.7);
    color: #fff;
    text-align: center;
    height: 45px;
}

.news-car {
    background-color: rgba(0, 0, 0, 0.4);
    height: 45px;
}
    .news-car p {
        padding-left: 10%;
    }

    .news-feed a {
        color: #fff;
    }

/* --------------------------- */
/* --------Carousel----------- */
/* --------------------------- */

.welcome-header {
    /*margin: 20px 0;*/
    margin-bottom: 20px;
}
.t-shadow {
    text-shadow: 5px 5px 5px black;
    /*font-weight: 300;*/
}

.name-text {
    bottom: 30px;
    left: 55px;
    
    font-weight: 400;
    text-shadow: 2px 2px 2px #000;
    z-index: 250;
    
}
    .name-text p {
        margin-bottom: 0;
        font-size: 90%;
    }

    .carousel-item a {
        color: #fff;
    }
.carousel-item a:hover {
    color:#fff;
    font-size: 102%;
}
.carousel-header .row {
    padding-left: 80px;
}

.welcome-header p {
    font-size: 90%;
    margin-bottom: 0;
    font-weight: 300;
}
.section-head h1 {
    font-weight: 400;
}

    .section-head {
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
    }

.section-columns {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.img-carousel {
    height: 250px !important;
    padding-right: 60px;
}

.img-seal {
    opacity: 0.8;
}

.img-person {
    position: absolute;
    z-index: 200;
    height: 225px;
    bottom: 0;
    right: 25%;
}

.i-2 {
    right: 32%;
}
.i-3 {
    right: 26%;
}
.i-4{
    right: 29%;
}




/* --------------------------- */
/* --------Section-cards------ */
/* --------------------------- */


.section-cards {
    margin-top: 150px;
    padding: 0 50px;
}

    .section-cards ion { /* font awesome*/
        color: #fff;
        font-size: 200%;
        margin-top: 10px;
    }

    .section-cards .row {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

        /*.section-cards .row .text-card:first-child {
            margin-left: 0;
        }

        .section-cards .row .text-card:last-child {
            margin-right: 0;
        }*/
    .section-cards .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
    }
.self-service-section {
    /*background-color: #e0e0e0;*/
    margin-top: 0;
}
.mb-temp {
    margin-bottom: 100px;
    
}
.self-service-section .text-card p {
    font-size: 85% !important;
    /*text-transform: none !important;*/
}
.self-service-section .bg-15 {
    background-color: #6a99a8;
}
.self-service-section .text-card {
    max-width: 450px !important;
    min-width: 200px;
    min-height: 150px !important;
    -webkit-box-shadow: 0px 7px 30px rgba(54,83,93,0.5) !important;
            box-shadow: 0px 7px 30px rgba(54,83,93,0.5) !important;
}
    .self-service-section .text-card p {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    .text-card {
        width: 100%;
        min-height: 180px;
        margin: auto;
        -webkit-box-shadow: 0px 7px 30px rgba(43,98,169,0.5);
        box-shadow: 0px 7px 30px rgba(43,98,169,0.5);
        max-width: 200px;
        /*max-width: 180px;*/
        text-align: center;
        color: #fff;
        font-weight: 400;
        margin-bottom: 80px;
    }
    .text-card a {
        color: #fff;
        text-decoration: none !important;
    }

    .text-card p {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 80%;
        text-transform: uppercase;
    }

.card-img {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 45%;
    /*overflow: hidden;*/
    position: relative;
    z-index: 4;
}

.text-underline:hover {
    text-decoration: underline;
}