﻿body {
    font-family: "Poppins",sans-serif !important;
}
.c-header-backgound, .c-header-backgound-all {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.c-header-con {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.c-tl-text-header {
    margin-top: 10px;
}
    .c-tl-text-header a {
        color: #5777ba;
        font-size: 20px;
    }
.c-menu-con {
    text-align: right;
    color: #47536e;
}
.c-menu-link {
    cursor: pointer;
    margin: 0 15px;
    color: #47536e;
    font-size: 14px;
}
.c-menu-con > span {
    position: relative;
    color: #47536e;
}
.c-dropdown-main {
    display: none;
    position: absolute;
    top: calc(100% + 0.9rem + 0.9rem) !important;
    font-size: 0.9rem;
    right: 0;
    padding: 20px 0;
    background: white;
    border-radius: 5px;
    text-align: left;
    color: black;
    width: 300px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    max-height: 400px;
    overflow: auto;
}
.c-menu-dropdown-link:not(:last-child) {
    border-bottom: 1px solid #eae9e9;
}

.c-menu-dropdown-link {
    display: block;
    padding: 15px 20px;
    margin: 0;
}
    .c-menu-dropdown-link:hover {
        text-decoration: none;
        background: #f2f6fc;
    }
    .c-menu-dropdown-link img {
        width: 30px;
        margin-right: 20px;
    }
    .c-menu-dropdown-link span {
        color: #363d47;
        font-weight: 400;
    }
.c-search-bar-con {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-top: 7px;
    font-size:14px;
}

    .c-search-bar-con i {
        position: absolute;
        z-index: 2;
        top: 30%;
        margin-right: 10px;
        right: 0;
        color: #47536e;
    }
.c_search_bar {
    border-radius: 20px;
    width: 200px;
    cursor: pointer;
    padding: 5px 30px 5px 10px;
    background: transparent;
    border-color: #47536e;
    color: #47536e;
    border: 3px solid;
}
    .c_search_bar:focus{
        outline:none;
    }
    .c-link-tl {
        background: #5777ba;
        color: white;
        display: block;
        text-align: center;
        padding: 10px 0;
        border-radius: 25px;
        border: 3px solid transparent;
        font-size: 14px;
    }
    .c-link-tl:hover {
        text-decoration: none;
        border-color: #5777ba;
        color: #5777ba;
        background:transparent;
    }




    .c-banner-con {
        padding: 150px 0 60px 0;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: -75px;
    }
    .c-banner-con::before {
        content: '';
        position: absolute;
        right: -100%;
        top: 20%;
        width: 250%;
        height: 200%;
        z-index: -1;
        background-color: #e8ecf5;
        transform: skewY(135deg);
    }
.c-left-banner-con h5 {
    margin: 15px 0;
    color: #5777ba;
}
.c-left-banner-con p {
    margin: 10px 0;
    color: #515f7d;
    font-weight: 400;
}
.c-left-banner-con a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background: #47536e;
    color: white;
    padding: 10px 30px;
    border-radius: 3px;
    border: 3px solid transparent;
    margin: 10px 0;
}
    .c-left-banner-con a:hover {
        text-decoration: none;
        border-color: #47536e;
        color: #47536e;
        background: transparent;
    }


.c-main-cat-con {
    padding: 80px 0;
    margin-top: 75px;
}
    .c-main-cat-con h3, .c-main-trending-paper h3, .c-main-latest-faq h3, .c-main-subcat-con h3, .c-mid-hearder {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #5777ba;
        text-align: center;
        text-transform: capitalize;
    }
.c-cat-main-inner-con {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}
    .c-cat-main-inner-con h2 {
        font-size: 25px;
        color: #5777ba;
        font-weight: 600;
        margin-bottom:20px;
    }
    .c-cat-main-inner-con p {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        color: #999;
        margin-top:20px;
    }
    .c-cat-main-inner-con img{
        height:150px;
    }
    .c-cat-main-inner-con a {
        background: #5777ba;
        display: inline-block;
        padding: 6px 30px;
        border-radius: 20px;
        color: #fff;
        transition: none;
        font-size: 14px;
        font-weight: 400;
        border: 2px solid transparent;
    }
        .c-cat-main-inner-con a:hover {
            text-decoration: none;
            border-color: #5777ba;
            color: #5777ba;
            background: transparent;
        }


.c-main-trending-paper{
    padding:80px 0;
}
.c-main-head-para, .c-mid-head-para {
    text-align: center;
    font-size: 14px;
    color: #9c9c9c;
    margin-bottom: 40px;
}
.c-main-paper-link {
    margin-bottom: 16px;
    padding: 10px;
    color: #444;
    position: relative;
    display: table;
    cursor: pointer;
    width:100%;
}
    .c-main-paper-link p {
        vertical-align:top;
        display: table-cell;
        width: 70px;
        vertical-align:top;
    }
    .c-main-paper-link img{
        width:100%;
    }
    .c-main-paper-link > span {
        margin: 0;
        padding-left: 10px;
        border: 0;
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        display: table-cell;
        vertical-align: middle;
        color: #585a61;
    }
        .c-main-paper-link > span > span {
            margin-top:10px;
            font-size: 14px;
            width: 100%;
            color: #9c9c9c;
            font-weight: 300;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 0;
        }
    .c-main-paper-link:hover {
        text-decoration: none;
        box-shadow: 0px 0px 10px rgb(73 78 92 / 15%);
    }

.c-main-latest-faq, .c-main-subcat-con {
    padding: 80px 0;
    background: #f2f5fa;
}


.c-main-lat-fq-inner {
    padding: 20px;
    background: white;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto 10px;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%);
}
.c-main-fq-link-con{
    position:relative;
}
.c-main-fq-link {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
    .c-main-fq-link i {
        font-size: 24px;
        color: #b1c0df;
        position: absolute;
        left: 0;
    }
    .c-main-fq-link span {
        font-size: 16px;
        font-weight: 500;
        color: #343a40;
        display: inline-block;
        vertical-align: top;
        padding: 0 40px;
    }
.c-main-lt-fq-drop-link {
    cursor: pointer;
    position: absolute;
    right: 0;
}
    .c-main-lt-fq-drop-link i {
        font-size: 24px;
        color: #5777ba;
    }
.c-main-fq-down-pad {
    padding: 20px 20px 20px 35px;
}
.c-main-fq-down-con{
    display:none;
}


.c-main-sub-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 100%;
    overflow: hidden;
}
    .c-main-sub-ul a {
        border-bottom: 1px solid #eaeaea;
    }
    .c-main-sub-ul a, .c-main-cat-more-link {
        display: block;
        padding: 10px;
        cursor: pointer;
        color: #47536e;
        font-size: 14px;
    }
        .c-main-sub-ul a:hover, .c-main-cat-more-link:hover, .active {
            background: #47536e;
            color: white !important;
            text-decoration: none;
        }
.c-main-sub-cat-con {
    background: white;
    border: 1px solid #eaeaea;
}
    .c-main-sub-cat-con h5 {
        padding: 20px;
        text-align: center;
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        color: #5777ba;
    }
.c_main_subcat_inner_con {
    padding: 20px 40px;
}
.c_main_subcat_img_wrap {
    background: #ffffff;
    border-radius: 30px;
    display: inline-block;
    height: 90px;
    width: 90px;
    -webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    position: relative;
}
    .c_main_subcat_img_wrap img {
        position: absolute;
        max-height: 50px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
.c_main_subcat_inner_con h2 {
    font-size: 18px;
    font-weight: 700;
}
.c-wrap-para {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.c_main_subcat_inner_con p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
}
.c_main_subcat_inner_con a {
    border-radius: 25px !important;
    color: white;
    background: #5777ba;
    font-size: 13px;
    padding: 12px 30px;
    margin-top: 20px;
    border:3px solid transparent;
}
    .c_main_subcat_inner_con a:hover {
        color: #5777ba;
        background: transparent;
        text-decoration: none;
        border-color: #5777ba;
    }


    .c-footer {
        padding: 80px 0;
        background: #f2f5f9;
        border-top: 40px solid #47536e;
    }

.c-footer-logo-con img {
    width: 100%;
}

.c-footer-logo-con, .c-footer-subscribe-con, .c-footer-contribute-con, .c-footer-app-con {
    display: table;
    height: 100%;
}

    .c-footer-subs-in, .c-footer-logo-con img, .c-footer-contri-in, .c-footer-app-in {
        display: table-cell;
        vertical-align: middle;
    }

    .c-footer-subscribe-con h6, .c-footer-app-con h6 {
        color: #212832;
        text-align: center;
    }

    .c-footer-subscribe-con p, .c-footer-app-con p {
        color: #212832;
        text-align: center;
        font-weight: 500;
        font-size: 13px;
    }

.c-footer-subscribe-con {
    width: 80%;
    margin: auto;
}

    .c-footer-subscribe-con button {
        border-radius: 0;
        height: 100%;
        background: #5777ba;
        border-color: #5777ba;
    }

.c-footer-contribute-con h6 {
    color: #212832;
}

.c-footer-contribute-con a {
    display: block;
    font-size: 13px;
    color: #212832;
    font-weight: 500;
    margin-bottom: 5px;
}

.c-footer-app-con img {
    width: 50px;
    filter: brightness(0.5);
    margin: auto;
    margin-bottom: 5px;
}

.c-footer-app-con {
    text-align: center;
    margin: auto;
}

.c-footer-follow-con {
    background: #47536e;
    padding: 30px;
}

    .c-footer-follow-con h6 {
        color: white;
        margin: 0;
        display: inline-block;
    }

    .c-footer-follow-con ul, .c-footer-follow-con li {
        list-style: none;
        display: inline-block;
        margin: 0;
    }

    .c-footer-follow-con a {
        width: 35px;
        height: 35px;
        border: 2px solid transparent;
        display: block;
        text-align: center;
        border-radius: 50%;
        margin-right: 5px;
        color: white;
        background: #8e8e8e;
    }

        .c-footer-follow-con a:hover {
            color: white;
            background: #5777ba;
        }

    .c-footer-follow-con i {
        position: relative;
        top: 5px;
    }

.c-footer-down {
    padding: 30px 0;
    background: #f2f5f9;
    font-size: 13px;
    color: #212832;
    font-weight: 500;
    text-align: center;
}


.c-main-pad {
    padding: 87px 0 0 0;
}
.c-inner-main-body-con {
    padding: 20px;
    background: #f2f6fc;
}
.c-padding-faq {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.c-mid-in-con, .c-right-in-con, .c-left-in-con {
    padding: 10px;
    background: #fbfbfb;
    border-radius: 3px;
    box-shadow: 0 0 3px #b7b7b7;
    height: 100%;
}
.c-dtl-ques-con {
    margin-bottom: 30px;
    padding: 15px;
    background: #5777ba;
    color: white;
    border-radius: 6px;
    position: relative;
    font-size: 20px;
}
    .c-dtl-ques-con h2 {
        font-size: 20px;
        font-weight: 500;
        display: inline-block;
        vertical-align: top;
        padding: 0 50px 0 25px;
        margin: 0;
    }
.c-dtl-ques-mark {
    position: absolute;
    left: 10px;
    top: 15%;
}
.c-dtl-ques-view {
    position: absolute;
    top: 15%;
    right: 10px;
}


.c-left-in-con h6 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 10px;
    background: #5777ba;
    border-radius: 5px;
}
.c-inner-left-link {
    display: table;
    margin-bottom: 15px;
    color: #363d47;
    width: 100%;
}
    .c-inner-left-link p {
        width: 40px;
        display: table-cell;
        vertical-align: middle;
    }
    .c-inner-left-link img {
        width: 100%;
    }
    .c-inner-left-link span {
        color: #9c9c9c;
        font-weight: 400;
        font-size: 14px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 5px;
    }
    .active1 span, .c-inner-left-link:hover span {
        color: #5777ba;
        text-shadow: 0 0 1px #5777ba;
    }
    .active1 , .c-inner-left-link:hover {
        text-decoration: none;
    }
.c-permalink-con{
    text-align:right;
}
.c-dtl-tags-header {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom:0;
}
    .c-dtl-tags-header .c-dtl-tag-con span {
        margin: 0 10px;
    }
    .c-dtl-tags-header a {
        margin-right: 10px;
        color: #a5ffff;
    }
        .c-dtl-tags-header a:hover {
            text-decoration: none;
            color: #00ffff;
        }
.c-paper-link {
    border: 1px solid #dde0e4;
    border-radius: 3px;
}
.c-sug-pap-con{
    margin-top:30px;
}
    .c-sug-pap-con h5 {
        color: #5777ba;
        margin-bottom:20px;
    }