﻿body {
    font-family: "Poppins",sans-serif !important;
}
.c-banner-main {
    background: #f2f5f9;
}
.c-trending-main {
    background: #ebf0f6;
}
.c-all-shortcut-main {
    background: #f2f5f9;
}
.c-header-backgound, .c-header-backgound-all {
    background: rgb(32 32 64 / 93%);
    box-shadow: 0 0 10px #676767;
}
.c-header-con {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    color: white;
    z-index: 9;
    font-family: "Poppins",sans-serif;
}
.c-tl-text-header {
    margin-top: 10px;
}
    .c-tl-text-header a {
        color: white;
    }
    .c-tl-text-header a:hover{
        text-decoration:none;
        color:white;
    }
    .c-menu-link {
        cursor: pointer;
        margin: 0 15px;
        color: white;
    }
        .c-menu-link:hover {
            color: #ff6363 !important;
            text-decoration: none;
        }
    .c-dropdown-main {
        display: none;
        position: absolute;
        top: calc(100% + 0.5rem + 0.5rem) !important;
        font-size: 0.9rem;
        left: 0;
        padding: 20px 0;
        background: white;
        border-radius: 5px;
        text-align: left;
        color: black;
        width: 320px;
        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:hover {
    text-decoration: none;
    background: #f2f6fc;
}

.c-menu-dropdown-link {
    display: table;
    padding: 15px 20px;
    margin: 0;
    width: 100%;
    border-collapse: separate;
}
    .c-menu-dropdown-link img {
        width: 50px;
        display:table-cell;
        vertical-align:middle;
    }
    .c-menu-dropdown-link span {
        color: #363d47;
        font-weight: 400;
        display: table-cell;
        vertical-align: middle;
        width: 300px;
        padding-left: 10px;
    }
.c-link-tl {
    background: transparent;
    color: white;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}
    .c-link-tl:hover {
        background: #ff6363;
        border: 2px solid transparent;
        text-decoration:none;
        color:white;
    }



.c-banner-con {
    background: #202040;
    clip-path: polygon(0 0,100% 0, 100% calc(100% - 50px),0 100%);
    padding: 180px 0 60px 0;
}
.c-left-banner-con h5 {
    margin: 15px 0;
    color: white;
}
.c-left-banner-con p {
    margin: 10px 0;
    color: #d8d8d8;
    font-weight: 400;
}
.c-search-bar-con {
    position: relative;
    margin-top: 30px;
    border: 3px solid white;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    background:white;
}
.c_search_bar {
    width: 70%;
    cursor: pointer;
    padding: 5px 30px 5px 10px;
    background: transparent;
    border-color: transparent;
    color: #495057;
}
.c_search_bar:focus {
    outline: none;
}
.search-btn {
    width: 28%;
    border-radius: 7px !important;
    color: white;
    background: #ff6363;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}


.c-trending-con {
    background: #f2f5f9;
    clip-path: polygon(0 0,100% 0, 100% calc(100% - 50px),0 100%);
    padding: 80px 0;
    border: 1px solid #f2f5f9;
}
    .c-trending-con h3, .c-all-shortcut-con h3{
        text-align: center;
        color: #363d47;
        font-size: 30px;
        font-weight: 700;
    }
    .c-trending-con h1, .c-all-shortcut-con h1{
        text-align: center;
        color: #363d47;
        font-size: 30px;
        font-weight: 700;
    }
    .c-trending-con h6, .c-all-shortcut-con h6{
        color: #ff6363;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
    }
    .c-trending-con p, .c-all-shortcut-con p{
        text-align: center;
        font-size: 14px;
        color: #9c9c9c;
    }
.c-trending-inner-con {
    text-align: center;
    margin: 20px 0;
    padding: 70px 30px;
    background: white;
    border-radius: 7px;
}
    .c-trending-inner-con img {
        height: 80px;
        margin-bottom: 20px;
    }
    .c-trending-inner-con h2 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 20px;
        color: #363d47;
    }
    .c-trending-inner-con p {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom:0;
    }
.c-wrap-para {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.c-trending-inner-con a, .c-all-shortcut-inner-con a {
    border-radius: 25px !important;
    color: white;
    background: #ff6363;
    font-size: 13px;
    padding: 12px 30px;
    margin-top: 20px;
}
    .c-trending-inner-con a:hover, .c-all-shortcut-inner-con a:hover {
        color: white;
        text-decoration: none;
        background: #202040;
    }


.c-all-shortcut-con {
    background: #ebf0f6;
    clip-path: polygon(0 0,100% 0, 100% calc(100% - 50px),0 100%);
    padding: 80px 0;
    border: 1px solid #ebf0f6;
}
.c-all-shortcut-img-wrap {
    background: #ffffff;
    border-radius: 30px;
    display: inline-block;
    height: 90px;
    width: 90px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    position: relative;
}
    .c-all-shortcut-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-all-shortcut-inner-con h2 {
    font-size: 18px;
    font-weight: 700;
}
.c-all-shortcut-inner-con h1 {
    font-size: 18px !important;
    font-weight: 700 !important;
    text-align:left !important;
}
.c-all-shortcut-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-all-shortcut-inner-con {
    padding: 20px 40px;
}



.c-footer {
    padding: 80px 0;
    background: #f2f5f9;
}
.c-footer-logo-con img {
    width: 100%;
    filter: drop-shadow(0 0 2px black);
}
.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: #ff6363;
        border-color: #ff6363;
    }
    .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: #202040;
    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: #ff6363;
        }
        .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: 90px 0 0 0;
}
.c-inner-main-body-con {
    padding: 20px;
    border-bottom: 30px solid #202040;
    background: #f2f6fc;
}
.c-padding-shortcut {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.c-mid-in-con, .c-right-in-con, .c-left-in-con {
    padding: 10px;
    background: #ebf0f6;
    border-radius: 3px;
    box-shadow: 0 0 3px #b7b7b7;
    height: 100%;
}
.c-mid-hearder {
    text-align: center;
    color: #363d47;
    font-size: 30px;
    font-weight: 700;
}

.c-mid-up-head {
    color: #ff6363;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.c-mid-head-para {
    text-align: center;
    font-size: 14px;
    color: #9c9c9c;
}
.c-mid-dtl-head-con {
    margin-bottom: 30px;
    padding: 30px 10px;
    background: #363d47;
    color: white;
    border-radius: 6px;
    position: relative;
}
    .c-mid-dtl-head-con img {
        width: 70px;
        position: absolute;
       /* top: 8%;
        left: 0;*/
    }
    .c-mid-dtl-head-con h2 {
        display: block;
        font-size: 25px;
        font-weight: 700;
        padding: 0 80px;
    }
    .c-mid-dtl-head-con h1 {
        display: block;
        font-size: 25px;
        font-weight: 700;
        padding: 0 80px;
    }
    .c-mid-dtl-head-con span {
        position:absolute;
        top:5px;
        right:5px;
    }
.c-left-in-con h6 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 10px;
    background: #363d47;
    border-radius: 5px;
}
.c-inner-left-link {
    display: table;
    margin-bottom: 15px;
    color: #363d47;
    width: 100%;
}
    .c-inner-left-link:hover{
        text-decoration:none;
    }
    .c-inner-left-link img {
        width: 100%;
    }
    .c-inner-left-link span {
        color: #363d47;
        font-weight: 400;
        font-size: 0.9rem;
        display: table-cell;
        vertical-align: middle;
        padding-left: 5px;
    }
    .c-inner-left-link p {
    width: 40px;
    display: table-cell;
    vertical-align: middle;
}
.c-search-bar-header-con {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-top: 5px;
}
.c-search-bar-header-con i {
    position: absolute;
    z-index: 2;
    top: 30%;
    margin-right: 10px;
    right: 0;
    color: white;
}
.c_search_header_bar {
    border-radius: 20px;
    width: 200px;
    cursor: pointer;
    padding: 5px 30px 5px 10px;
    background: transparent;
    border-color: white;
    color: white;
    border: 3px solid;
    font-size:14px;
}
    .c_search_header_bar:focus {
        outline: none;
    }
.c_search_header_bar::placeholder{
    color:white;
}
.shortcut-types-link {
    margin-bottom: 10px;
    font-weight: 500;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    padding: 10px;
    color: white;
    text-shadow: 0 0 10px #2e2f4d;
    background: linear-gradient(to right, #3e3e65, #a5a5a5);
    -webkit-box-shadow: 3px 3px 15px rgb(0 0 0 / 8%);
    box-shadow: 3px 3px 15px rgb(0 0 0 / 8%);
    font-size: 1.7rem;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}

    .shortcut-types-link:hover {
        background: linear-gradient(to right, #0f2027, #203a43, #2e2f4d);
        transform: scale(1.1);
        color: #ffffff;
        transition: all .5s ease-in-out;
        text-decoration: none;
    }
    .shortcut-types-link img {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        margin-right: 10px;
    }
    .shortcut-types-link span {
        margin: 0;
        padding: 0;
        border: 0;
        text-align: left;
        font-size: 15px;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        width: 150px;
    }
.c-sug-type-con h5 {
    color: rgb(32 32 64);
    margin-bottom: 20px;
}
.c-sug-type-con{
    margin-top:30px;
}