.img-cap {
    width: 60%;
}

.center-style {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-style {
    border-top: 4px solid #188F63;
     !important;
    background-color: #EDEDED;
}

.input-group-text {
    position: absolute;
    right: 0;
    height: 100%;
    width: 11%;
    justify-content: center;
    align-items: center;
}

.opacity-10 {
    opacity: 10%;
}

#header #language-bar ul.langs.anim {
    max-width: 180px;
}

.head-bg {
    background-image: url("../assets/img/top_banner.jpg");
    background-size: inherit;
    background-position: left;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.h-100 {
    height: 100%;
}

.year-info,
.pakistan-info {
    color: #fff;
    font-weight: 300;
    display: inline-block;
    margin: 0 20px;
}

.home-links {
    position: absolute !important;
    background: none !important;
    width: 100%;
    padding-left: 90px !important;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 15px;
}

.content-wrapper {
    padding: 0 30px !important;
}

@media (max-width: 768px) {
    .content-wrapper {
        padding: 0 !important;
    }
}

.president-jpg {
    width: 316px !important;
}

.nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.search-bar .search-wrapper {
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.search-bar form {
    width: 56%;
    margin: auto;
    position: relative;
    padding: 5px 57px;
}

.search-bar form input {
    border: none;
    outline: none;
    height: 30px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 2px;
    padding-left: 15px;
    background: rgba(0, 0, 0, 0.05);
}

.search-bar .search-line {
    position: absolute;
    display: none;
    border-bottom: 1px solid #EDEDED;
    height: 5px;
    top: 40px;
    left: 45px;
    right: 60px;
}

.search-bar .search-icon {
    position: absolute;
    left: 28px;
    top: 10px;
}

.social-media-links .row {
    background: white;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-links a {
    width: auto;
}

.social-media-links img {
    margin-right: 10px;
    width: 30px;
}

#footer .social-media-links img {
    width: 21px;
    opacity: 0.7;
}

#footer .social-media-links #facebook {
    width: 10px;
}

@media only screen and (max-width: 650px) {
    .home-links {
        padding-left: 90px !important;
        font-size: 14px;
    }

    .president-jpg {
        width: 100% !important;
    }

    .social-media-links {
        margin: 0;
        padding: 0;
        justify-content: center;
    }

    .d-sm-none {
        display: none !important;
    }

    .search-bar form {
        width: 100% !important;
    }
}

@media only screen and (min-width: 651px) and (max-width: 990px) {
    .social-media-links img {
        margin-right: 4px;
        width: 18px;
    }

    #footer .social-media-links img {
        margin-left: 6px;
        margin-right: 6px;
    }

    .social-media-links #facebook {
        width: 10px;
    }

    .social-media-links {
        justify-content: center;
    }

    .home-links {
        padding-left: 50px !important;
        font-size: 11px;
    }

    .d-sm-none {
        display: none !important;
    }

    .search-bar form {
        width: 100% !important;
    }
}


h5.consular-title {
    color: #86AA9A;
    font-size: 14px;
    height: 40px;
    /* line-height: 40px; */
    padding: 15px 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    vertical-align: text-top;
    /* text-overflow: ellipsis; */
}


.more-articles-wrapper {
    position: relative
}

.more-articles-wrapper .consular-articles {
    position: relative;
    font-size: 13px
}

.more-articles-wrapper .consular-articles .article {
    padding: 10px 10px 10px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    background-color: #fff
}

.more-articles-wrapper .consular-articles .article .date {
    position: absolute;
    font-size: 11px;
    right: 10px;
    bottom: 7px;
    margin: 0;
    color: #b3b3b3;

}