﻿.home-document-library{
    padding-top: 60px;
    position: relative;
    z-index: 2
}
.home-document-library__box {
    border: 5px solid #e4eaed;
    background: #fff
}
.home-document-library__thumb {
    background: #e4eaed;
    width: 100%
}
.home-document-library__thumb img {
    width: 100%;
    display: block
}
.home-document-library__content{
    padding: 70px
}
    .home-document-library__content > a {
        color: #006cb5;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        position: relative;
        display: inline-block;
        transition: all linear .2s;
        display: inline-block;
        margin-top: 30px
    }
        .home-document-library__content > a:before {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            bottom: -1px;
            height: 1px;
            background: #006cb5;
            transition: all linear .2s
        }
        .home-document-library__content > a:after {
            content: '\f054';
            font-family: "Font Awesome 5 Free";
            display: inline-block;
            margin-left: 5px;
            font-size: 12px;
        }
        .home-document-library__content > a:hover,
        .home-document-library__content > a:focus {
            color: #f79733;
            text-decoration: none
        }
            .home-document-library__content > a:hover:before,
            .home-document-library__content > a:focus:before {
                background: #f79733;
            }
        .home-document-library__content .desc {
            color: #323232;
            font-size: 20px;
            font-style: italic;
            font-weight: 300;
        }

.home-news{
    padding: 60px 0 40px;
}
    .home-news__title{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
        align-items: center
    }
        .home-news__title h5 {
            color: #323232;
            font-weight: 900;
            font-size: 35px;
            margin-bottom: 10px;
        }
        .home-news__title a {
            display: inline-block;
            padding: 10px 30px;
            line-height: 1;
            letter-spacing: 1px;
            color: #006cb5;
            cursor: pointer;
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out;
            overflow: hidden;
            text-transform: uppercase;
            border: 5px solid #D0E5F1;
            font-weight: bold;
            position: relative;
            margin-bottom: 10px
        }
            .home-news__title a:hover,
            .home-news__title a:focus {
                background: #D0E5F1;
                text-decoration: none
            }
.home-news .page-news__list .page-news__list-item {
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
}
.home-news .page-news__list .page-news__list-item .page-news__list-img {
    width: 40%;
}
    .home-news .page-news__list .page-news__list-item .page-news__list-text{
        width: 60%
    }
        .home-news .page-news__list .page-news__list-item .page-news__list-text h3 a {
            color: #006cb5;
            font-size: 17px;
        }
@media(max-width: 575px) {
    .home-news__title h5 {
        font-size: 24px
    }
}
@media (max-width: 767px){
    .home-news .page-news__list .page-news__list-item .page-news__list-img,
    .home-news .page-news__list .page-news__list-item .page-news__list-text {
        width: 100%
    }
    .home-document-library__content {
        padding: 35px;
    }
    .home-slide .owl-theme .owl-nav button span {
        height: 20px;
    }
}


.home-expert {
    background: #e1eaed;
    padding: 60px 0
}
.home-expert__title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center
}

    .home-expert__title h5 {
        color: #323232;
        font-weight: 900;
        font-size: 35px;
        margin-bottom: 10px;
    }

    .home-expert__title a {
        display: inline-block;
        padding: 10px 30px;
        line-height: 1;
        letter-spacing: 1px;
        color: #006cb5;
        cursor: pointer;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        overflow: hidden;
        text-transform: uppercase;
        border: 5px solid #D0E5F1;
        font-weight: bold;
        position: relative;
        margin-bottom: 10px
    }

        .home-expert__title a:hover,
        .home-expert__title a:focus {
            background: #D0E5F1;
            text-decoration: none
        }

        @media(max-width: 575px){
            .home-expert__title h5{
                font-size: 24px
            }
        }

.home-expert__list .row{
    margin: -15px
}
.home-expert__list .row [class*="col-"]{
    padding: 15px;
}
.home-expert__item {
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.4s cubic-bezier(0.86,0,0.07,1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: hidden;
}
.home-expert__item .home-expert__item_thumb img {
    width: 100%;
}
.row-item:first-child .home-expert__item.active .home-expert__item_content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
    padding: 24px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.row-item:first-child .home-expert__item.active .home-expert__item_content .desc,
.row-item:first-child .home-expert__item.active .home-expert__item_content a,
.row-item:first-child .home-expert__item.active .home-expert__item_content h3:after {
    opacity: 1;
}
.row-item:first-child .home-expert__item.active .home-expert__item_thumb:after {
    background: rgba(0,63,111,0.9);
}
.row-item:first-child .home-expert__item_thumb img {
    display: block;
    height: 240px;
    object-fit: cover;
    width: 100%
}
.home-expert__item_thumb:after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background-color: rgba(0,63,111,0);
}
.home-expert__item_content {
    position: absolute;
    z-index: 5;
    padding: 46px 24px 0px 24px;
    height: 110px;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.3s cubic-bezier(0.86,0,0.07,1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
}
    .home-expert__item_content h3{
        position: relative
    }
        .home-expert__item_content h3::after {
            content: "";
            margin: 10px 0;
            background-color: #f79733;
            height: 4px;
            width: 100%;
            display: block;
            -webkit-transition: all 0.4s cubic-bezier(0.86,0,0.07,1);
            transition: all 0.4s cubic-bezier(0.86,0,0.07,1);
            opacity: 0;
        }
    .home-expert__item_content h3 a {
        color: #fff;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-weight: 900;
    }
    .home-expert__item_content .desc {
        color: #fff;
        opacity: 0;
        line-height: 25px;
        -webkit-transition: all 0.4s cubic-bezier(0.86,0,0.07,1);
        transition: all 0.4s cubic-bezier(0.86,0,0.07,1);
        margin-bottom: 10px;
    }
    .home-expert__item_content .desc p{
        margin: 0
    }
    .home-expert__item_content > a {
        font-style: italic;
        color: #fff;
        opacity: 0;
        line-height: 1.5;
        -webkit-transition: all 0.4s cubic-bezier(0.86,0,0.07,1);
        transition: all 0.4s cubic-bezier(0.86,0,0.07,1);
    }
.home-expert__item:hover .home-expert__item_thumb:after {
    background: rgba(0,63,111,0.9)
}
.home-expert__item:hover .home-expert__item_content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
    padding: 24px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    overflow-y: auto;
}
    .home-expert__item:hover .home-expert__item_content h3::after,
    .home-expert__item:hover .home-expert__item_content .desc,
    .home-expert__item:hover .home-expert__item_content a {
        opacity: 1;
    }


.home-companion {
    padding: 60px 0;
    background: url('/Themes/images/Photo_GEN_Meeting.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    border-top: 20px solid #f79733;
}
    .home-companion:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0,0,0,0.8);
        mix-blend-mode: multiply;
        opacity: .85;
        top: 0;
        left: 0;
    }
.home-companion__title{
    text-align: center;
    position: relative
}
.home-companion__title svg {
    width: 40px;
    margin-bottom: 15px;
    display: inline-block
}
.home-companion__title h5{
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 30px
}
.home-companion__slider{
    position: relative
}
@media(max-width: 767px){
    .home-companion__title h5{
        font-size: 25px;
    }
}