﻿/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox,
.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox {
    margin: 15px 0 0 0;
}

    .featured-imagebox .featured-content .featured-title h5 {
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .featured-imagebox .featured-content .category, .featured-imagebox .featured-content .category a {
        font-size: 14px;
        line-height: 15px;
        display: inline-block;
    }

.cmt-box-view-overlay {
    position: relative;
}


/* country-1 */
.featured-imagebox-country.style1 {
    text-align: center;
    overflow: visible;
    padding: 7px;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
}

    .featured-imagebox-country.style1 .featured-content {
        position: relative;
        text-align: center;
        padding: 37px 12px 23px;
    }

    .featured-imagebox-country.style1 .featured-content-icon_img-block {
        transform: translateY(-65px);
        margin-bottom: -50px;
        transition: all .4s;
    }

        .featured-imagebox-country.style1 .featured-content-icon_img-block img {
            height: 55px;
            width: 55px;
            border-radius: 50%;
            text-align: center;
            margin: 0 auto;
            border: 5px solid #fff;
            box-shadow: 0 0px 10px 0 rgba(18, 29, 39, 0.16);
        }

.featured-imagebox-country.style1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

    .featured-imagebox-country.style1:hover {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }


/* country-2 */
.featured-imagebox-country.style2 {
    box-shadow: 0 0px 10px 0 rgba(18, 29, 39, 0.07);
}

    .featured-imagebox-country.style2 .featured-thumbnail img {
        width: 100%;
        transition: all .8s;
        -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%, 0 99%);
        clip-path: polygon(0 100%, 0 0, 100% 0, 100% 70%, 0 99%);
    }

    .featured-imagebox-country.style2:hover .featured-thumbnail img {
        -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 85%, 0 85%);
        clip-path: polygon(0 100%, 0 0, 100% 0, 100% 85%, 0 85%);
    }

    .featured-imagebox-country.style2 .featured-content-icon_img-block {
        transform: translateY(-65px);
        margin-bottom: -50px;
        transition: all .4s;
    }

        .featured-imagebox-country.style2 .featured-content-icon_img-block img {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            text-align: center;
            margin: 0 auto;
            border: 5px solid #fff;
            box-shadow: 0 0px 10px 0 rgba(18, 29, 39, 0.12);
        }

    .featured-imagebox-country.style2 .featured-content {
        text-align: center;
        margin-top: -120px;
        background-color: #fff;
        padding: 113px 20px 38px;
    }

        .featured-imagebox-country.style2 .featured-content .cmt-icon.cmt-icon_element-size-sm {
            width: auto;
            height: auto;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .featured-imagebox-country.style2 .featured-content .cmt-icon.cmt-icon_element-size-sm i {
                font-size: 36px;
            }

.featured-imagebox-country.style2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

    .featured-imagebox-country.style2:hover {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }


/* style3 */
.featured-imagebox-services.style1 {
    margin: 0;
    max-width: 272px;
    margin: 0 auto;
}

    .featured-imagebox-services.style1 .featured-thumbnail,
    .featured-imagebox-services.style1 .featured-content {
        margin: 10px 0;
        min-height: 290px;
    }

    .featured-imagebox-services.style1 .featured-thumbnail {
        max-height: 290px;
    }

        .featured-imagebox-services.style1 .featured-thumbnail img {
            width: 100%;
        }

    .featured-imagebox-services.style1 .featured-content {
        padding: 40px 40px 45px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .featured-imagebox-services.style1 .featured-content .featured-title h5 {
            font-size: 28px;
            line-height: 38px;
            font-weight: 300;
            -webkit-line-clamp: unset;
            margin-bottom: 8px;
        }

        .featured-imagebox-services.style1 .featured-content .featured-desc p {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 2px;
        }

    .featured-imagebox-services.style1 .featured-content-inner {
        margin-bottom: 30px;
    }


/* style4 */
.featured-imagebox-services.style2 {
    padding: 12px;
    box-shadow: 0 0px 8px 0 rgba(18, 29, 39, 0.08);
}

    .featured-imagebox-services.style2 .featured-content {
        padding: 30px 30px 0;
    }

    .featured-imagebox-services.style2 .bottom-footer {
        width: 100%;
        margin: 20px 0 10px;
    }

        .featured-imagebox-services.style2 .bottom-footer a.cmt-btn {
            padding: 0;
            padding-left: 30px;
            height: 48px;
            line-height: 48px;
            border: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .featured-imagebox-services.style2 .bottom-footer a.cmt-btn i {
                height: 48px;
                line-height: 48px;
                padding-left: 20px;
                padding-right: 20px;
            }

    .featured-imagebox-services.style2:hover {
        box-shadow: 0 0px 26px 0 rgba(18, 29, 39, 0.1);
    }


/* team */
.featured-imagebox-team {
    transition: all .4s;
    box-shadow: 0 0 10px 0 rgba(29, 33, 67, 0.08);
}

    .featured-imagebox-team:hover {
        box-shadow: 0 0 12px 0 rgba(29, 33, 67, 0.16);
    }

    .featured-imagebox-team .featured-content {
        position: relative;
        z-index: 2;
        background-color: #fff;
        padding: 20px 30px;
    }

        .featured-imagebox-team .featured-content .featured-title h5 {
            margin-bottom: 0;
        }

    .featured-imagebox-team .team-position {
        font-size: 14px;
        font-style: italic;
    }

    .featured-imagebox-team .cmt-team-box-view-overlay {
        position: relative;
        overflow: hidden;
    }

        .featured-imagebox-team .cmt-team-box-view-overlay:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            text-align: left;
            opacity: 0;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
            background-color: rgba(0,0,0,.2);
        }

    .featured-imagebox-team:hover .cmt-team-box-view-overlay:after {
        opacity: 1;
        height: 100%;
    }

    .featured-imagebox-team .cmt-media-link {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        margin: 8px -20px 0 0;
        opacity: 0;
        z-index: 9;
        -webkit-transition: 0.8s;
        -ms-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: .8s;
    }

    .featured-imagebox-team:hover .cmt-media-link {
        opacity: 1;
        margin: 8px 20px 0 0;
    }

    .featured-imagebox-team .media-block .social-icons li {
        list-style: none;
        margin: 7px 0;
        display: block;
    }

        .featured-imagebox-team .media-block .social-icons li a {
            font-size: 12px;
            height: 32px;
            min-width: 32px;
            line-height: 32px;
            display: block;
            width: auto;
            background-color: #fff;
            position: relative;
            border-radius: 3px;
        }

    .featured-imagebox-team:hover .media-block .social-icons li a {
        opacity: 1;
        visibility: visible;
    }


/* post */
.featured-imagebox-post {
    overflow: visible;
}

    .featured-imagebox-post .featured-thumbnail img {
        max-width: none;
        width: -webkit-calc(100% + 10px);
        width: calc(100% + 10px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    .featured-imagebox-post:hover .featured-thumbnail img {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .featured-imagebox-post .featured-content.featured-content-post .post-meta span {
        display: inline-block;
        position: relative;
        margin-right: 22px;
        font-size: 13px;
        line-height: 13px;
        font-style: italic;
        margin-bottom: 12px;
    }

        .featured-imagebox-post .featured-content.featured-content-post .post-meta span:last-child {
            margin-right: 0;
        }

        .featured-imagebox-post .featured-content.featured-content-post .post-meta span:not(:last-child):after {
            position: absolute;
            background-color: currentColor;
            display: inline-block;
            content: "";
            background-color: #898a9c;
            width: 1px;
            height: 100%;
            border-radius: 50%;
            vertical-align: middle;
            top: 0;
            opacity: .2;
            right: -15px;
        }

        .featured-imagebox-post .featured-content.featured-content-post .post-meta span i {
            padding-right: 5px;
            font-size: 12px;
        }

    .featured-imagebox-post .cmt-box-post-date {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        writing-mode: vertical-lr;
        text-orientation: mixed;
        transform: rotate(180deg);
    }

        .featured-imagebox-post .cmt-box-post-date .cmt-entry-date {
            color: #fff;
            display: inline-block;
            padding: 20px 8px;
            z-index: 2;
            font-size: 15px;
        }

    /* post-1*/
    .featured-imagebox-post.style1 {
        overflow: hidden;
        margin: 15px 4px;
        box-shadow: 0 0 8px 0 rgba(29, 33, 67, 0.09);
    }

        .featured-imagebox-post.style1 .featured-content.featured-content-post {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 28px;
            padding-bottom: 18px;
            background-color: white;
            -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
            -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
            box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
        }

        .featured-imagebox-post.style1 .featured-content .featured-title h5 {
            font-size: 25px;
            line-height: 35px;
            font-weight: 500;
        }

        .featured-imagebox-post.style1 .featured-content .post-desc {
            padding-top: 18px;
            margin-top: 16px;
            border-top: 1px solid #eaeff5;
        }

    /* post_2 */
    .featured-imagebox-post.style2 {
        overflow: hidden;
        margin: 15px 4px;
        box-shadow: 0 0 8px 0 rgba(29, 33, 67, 0.09);
    }

        .featured-imagebox-post.style2 .featured-thumbnail {
            width: 40%;
            max-height: 144px;
        }

        .featured-imagebox-post.style2 .featured-content.featured-content-post {
            padding: 0 20px;
            margin-right: 10px;
            width: 60%;
        }


    /* post_3*/
    .featured-imagebox-post.style3 .featured-content.featured-content-post {
        padding: 25px 15px 20px 30px;
        margin-right: 40px;
        margin-top: -40px;
        background-color: #fff;
        position: relative;
        transition: all .4s;
    }

        .featured-imagebox-post.style3 .featured-content.featured-content-post .post-meta .byline img {
            height: 40px;
            width: 40px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px;
        }

        .featured-imagebox-post.style3 .featured-content.featured-content-post .post-header {
            position: relative;
            margin-bottom: 15px;
        }

            .featured-imagebox-post.style3 .featured-content.featured-content-post .post-header:before {
                position: absolute;
                content: "";
                height: 100%;
                width: 4px;
                left: -30px;
            }

        .featured-imagebox-post.style3 .featured-content.featured-content-post .post-meta span:not(:last-child):after {
            height: 5px;
            width: 5px;
            border-radius: 50%;
            top: 16px;
            right: -15px;
        }

    .slick-current .featured-imagebox-post.style3 .featured-content.featured-content-post,
    .featured-imagebox-post.style3 .featured-content.featured-content-post {
        box-shadow: 0 0 10px 0px rgba(0,0,0,.06);
    }

    .featured-imagebox-post.style3:hover .featured-content.featured-content-post {
        box-shadow: 0 0 35px 0 rgba(0,0,0,.06);
    }

    /* post_4 */
    .featured-imagebox-post.style4 .featured-content.featured-content-post {
        padding: 25px 28px 15px;
        box-shadow: 0 0 10px 0px rgba(0,0,0,.06);
    }

    .featured-imagebox-post.style4:hover {
        box-shadow: 0 0 35px 0 rgba(0,0,0,.06);
    }

    .featured-imagebox-post.style4 .cat_block-wrapper {
        position: absolute;
        top: 20px;
        left: 20px;
        transition: all 1s;
    }

        .featured-imagebox-post.style4 .cat_block-wrapper .cat_block {
            padding: 6px 20px;
            border-radius: 6px;
            display: inline-block;
            line-height: 1;
            position: relative;
            color: #fff;
        }

    .featured-imagebox-post.style4 .featured-content.featured-content-post .featured-title h5 {
        font-size: 19px;
        line-height: 25px;
    }

    .featured-imagebox-post.style4 .featured-content.featured-content-post .post-meta span:not(:last-child) {
        padding-left: 10px;
        font-weight: 600;
        font-style: normal;
    }

        .featured-imagebox-post.style4 .featured-content.featured-content-post .post-meta span:not(:last-child):before {
            position: absolute;
            content: "";
            height: 100%;
            width: 2px;
            left: 0;
            top: 0;
        }

    .featured-imagebox-post.style4 .featured-content.featured-content-post .post-meta span {
        line-height: 18px;
    }

        .featured-imagebox-post.style4 .featured-content.featured-content-post .post-meta span:not(:last-child):after {
            height: 4px;
            width: 4px;
            top: 7px;
            opacity: 1;
            border-radius: 0;
        }

.cmt-post-format-video {
    padding-bottom: 62.25%;
    position: relative;
    overflow: hidden;
    padding-top: 25px;
}

    .cmt-post-format-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
.cmt-box-col-wrapper .featured-imagebox-post.style4 .cat_block-wrapper .cat_block {
    background-color: #ff0000;
}
.feature-link {
    width: 100%;
    padding: 10px 20px;
    background: #edeaea;
    text-align: center;
}
.slider-item{
    width:100%;
    float:left;margin:0;padding:0;

}
.slider-header {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 70px;
}
#BranchContainer{
    position:relative !important;
}