
body {
    font-family: "Poppins",sans-serif !important;
}
.c-padding-full-form {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.c-header-backgound, .c-header-backgound-all {
    background: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);
}

.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 {
            color: white;
            text-decoration:none;
        }

    .c_search_bar {
        border-radius: 20px;
        width: 200px;
        cursor: pointer;
        padding: 5px 30px 5px 10px;
        background: transparent;
        border-color: white;
        color: white;
        border: 3px solid;
    }

    .c_search_bar::placeholder {
        color: white;
        font-size: 14px;
    }

    .c_search_bar:focus {
        outline: none;
    }

.c-search-bar-con {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-top: 5px;
}

    .c-search-bar-con i {
        position: absolute;
        z-index: 2;
        top: 30%;
        margin-right: 10px;
        right: 0;
        color: white;
    }

.c-menu-con {
    text-align: right;
}

    .c-menu-link {
        cursor: pointer;
        margin: 0 15px;
        color:white;
    }
        .c-menu-link:hover {
            color: white;
            text-decoration:none;
        }
        .c-menu-con > span {
            position: relative;
        }

.c-dropdown-main {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem + 0.5rem) !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 {
    display: block;
    padding: 15px 20px;
    margin: 0;
}
    .c-menu-dropdown-link:hover {
        text-decoration: none;
        background: #f2f6fc;
    }
    .c-menu-dropdown-link:not(:last-child) {
        border-bottom: 1px solid #eae9e9;
    }
    .c-menu-dropdown-link span {
        color: #363d47;
        font-weight: 400;
    }
    .c-menu-dropdown-link img {
        width: 30px;
        margin-right: 20px;
    }
.c-link-tl {
    background: #00ba94;
    color: white;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 7px;
    border:3px solid transparent;
}
    .c-link-tl:hover, .c-left-banner-con a:hover {
        background: transparent;
        color: white;
        border-color: #00ba94;
        text-decoration: none;
    }

    .c-banner-con {
        background: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);
        clip-path: ellipse(150% 100% at 50% 0);
        padding: 150px 0 60px 0;
    }

.c-left-banner-con p {
    margin: 10px 0;
    color: #d8d8d8;
    font-weight: 400;
}

.c-left-banner-con h5 {
    margin: 15px 0;
    color: white;
}

.c-left-banner-con a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background: #00ba94;
    color: white;
    padding: 10px 30px;
    border-radius: 7px;
    border: 3px solid transparent;
    margin: 10px 0;
}

.c-popular-back-fill-con, .c-cat-sec-back-fill-con {
    background: #f2f6fc;
}

.c-popular-con {
    background: white;
    clip-path: ellipse(100% 100% at 50% 0);
    padding: 80px 0;
}

    .c-popular-con h3, .c-az-con h3 {
        text-align: center;
        color: #363d47;
    }
    .c-popular-con h1, .c-az-con h1 {
        text-align: center;
        color: #363d47;
        font-size: 1.5rem !important;
    }

.c-popular-inner-con a {
    display: inline-block;
    text-align: center;
    background: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);
    color: white;
    padding: 5px 30px;
    border-radius: 15px;
    border-color: transparent;
    margin: 5px;
    text-transform: uppercase;
}
    .c-popular-inner-con a:hover {
        color: white;
        text-decoration: none;
        background: #00ba94;
    }

    .c-popular-inner-con {
        padding: 20px 0;
        margin-top: 30px;
        background: #f2f6fc;
        box-shadow: 0 0 5px;
        border-radius: 4px;
    }

.c-az-con {
    background: #f2f6fc;
    clip-path: ellipse(250% 100% at 50% 0);
    padding: 80px 0;
}

.pagination_a2z a {
    display: inline-block;
    margin-left: 3px;
    padding: 2px 7px;
    text-decoration: none;
    border: 1px solid #363d47;
    color: #00ba94;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.pagination_a2z {
    text-align: center;
    margin: 30px 0;
}

    .pagination_a2z .active, .pagination_a2z a:hover {
        color: white;
        background: #363d47;
        text-decoration: none;
    }

.c-a2z-ff-con {
    margin-top: 30px;
    color: #363d47;
}

    .c-a2z-ff-con h2 {
        margin-bottom: 30px;
        font-size: 23px;
    }

.c-az-back-fill-con {
    background: #212832;
}

.c-cat-sec-con {
    background: #212832;
    clip-path: ellipse(150% 100% at 50% 0);
    padding: 80px 0;
}

    .c-cat-sec-con h3 {
        text-align: center;
        color: white;
    }

.c-cat-sec-inner-con {
    margin-top: 30px;
}
.c-cat-sec-inner-link {
    font-weight: 500;
    padding: 20px 10px;
    color: #363d47;
    background: #f2f6fc;
    box-shadow:0 0 3px white;
    font-size: 1.7rem;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    width: 180px;
    height: 180px;
    margin-left:10px;
    margin-bottom:10px;
}
    .c-cat-sec-inner-link:hover{
        background:transparent;
        color:white;
        text-decoration:none;
    }
.c-cat-sec-inner-link img{
    display:block;
    height:80px;
    margin:auto;
}
.c-cat-sec-inner-link > span {
    position: relative;
    display: inline-block;
    vertical-align:middle;
}
.c-cat-sec-inner-link > span > span {
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    display: block;
}
    .c-cat-sec-inner-link > span > span > span {
        font-size: 13px;
        font-weight: 400;
        width: 100%;
        display: block;
        color: #00ba94;
    }
.c-footer {
    padding: 80px 0;
    background: #f2f6fc;
}
.c-footer-logo-con, .c-footer-subscribe-con, .c-footer-contribute-con, .c-footer-app-con {
    display: table;
    height: 100%;
}
    .c-footer-logo-con img {
        width: 100%;
        filter: drop-shadow(0 0 2px black);
    }
    .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{
        width:80%;
        margin:auto;
    }
        .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 input {
    height: 40px;
    border-radius: 0px !important;
}
.c-footer-subscribe-con button {
    border-radius: 0;
    height: 100%;
    background: #00ba94;
    border-color: #00ba94;
}
    .c-footer-contribute-con a {
        display: block;
        font-size: 13px;
        color: #212832;
        font-weight: 500;
        margin-bottom:5px;
    }
.c-footer-contribute-con h6 {
    color: #212832;
}
.c-footer-app-con{
    text-align:center;
    margin:auto;
}
    .c-footer-app-con img {
        width: 50px;
        filter: brightness(0.5);
        margin: auto;
        margin-bottom:5px;
    }
.c-footer-down {
    padding: 30px 0;
    background: #f2f6fc;
    font-size: 13px;
    color: #212832;
    font-weight: 500;
    text-align: center;
}
.c-footer-follow-con {
    background: #212832;
    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 i {
        position: relative;
        top: 5px;
    }
.c-main-pad{
    padding:90px 0 0 0;
}
.c-inner-main-body-con {
    padding: 20px;
    border-bottom: 30px solid #212832;
    background: #f2f6fc;
}
.c-inner-mid-con, .c-inner-right-con, .c-inner-left-con {
    padding: 10px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 3px #b7b7b7;
    height: 100%;
}
.c-inner-header-text {
    margin-bottom: 15px;
    font-size: 23px;
    color: #363d47;
    text-transform:uppercase;
}
.c-inner-header-tag {
    margin-bottom: 0;
    font-size: 14px;
    color: #363d47;
    font-weight: 600;
    text-transform: uppercase;
}
    .c-inner-header-tag label{
        float:right;
    }
.c-mid-ads-con{
    text-align:center;
}
.c-mid-ads-con img {
    width: 100%;
    margin-bottom: 10px;
}
.c-inner-left-con h6 {
    margin-bottom: 15px;
    font-size: 14px;
    color: #363d47;
}
.c-inner-left-link {
    display: block;
    margin-bottom: 15px;
    color: #363d47;
}
    .c-inner-left-link:hover{
        text-decoration:none;
    }
    .c-inner-left-link i {
        font-size: 10px;
        margin-right: 5px;
    }
    .c-inner-left-link img {
        width: 30px;
        margin-right: 10px;
    }
    .c-inner-left-link span {
        color: #363d47;
        font-weight: 400;
        font-size: 0.9rem;
    }
.c-full-form-detail-desc-con img{
    max-width:100%;
    height:auto;
}

.c-full-form-detail-desc-con:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.c-paging-con{
    margin-bottom:20px;
}
    .c-paging-con a {
        background: #00ba94;
        color: white;
        display: inline-block;
        text-align: center;
        padding: 5px 20px;
        border-radius: 3px;
        border: 2px solid transparent;
        font-size: 12px;
    }
        .c-paging-con a:hover {
            background: white;
            text-decoration:none;
            color: #00ba94;
            border-color: #00ba94;
        }
    .c-paging-con a:not(:first-child){
        float:right;
    }
.sbuttons {
    bottom: 3px;
    position: fixed;
    left: 3px;
    display: inline-block;
}

.sbutton {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: white !important;
    margin: 20px auto 0;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
}

    .sbutton > i {
        font-size: 25px;
        line-height: 40px;
        transition: all .2s ease-in-out;
        transition-delay: 2s;
    }

    .sbutton:active,
    .sbutton:focus,
    .sbutton:hover {
        box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    }

    .sbutton:not(:last-child) {
        width: 40px;
        height: 40px;
        margin: 20px auto 0;
        opacity: 0;
    }

        .sbutton:not(:last-child) > i {
            font-size: 20px;
            line-height: 40px;
            transition: all .3s ease-in-out;
        }

.sbuttons:hover .sbutton:not(:last-child) {
    opacity: 1;
    width: 40px;
    height: 40px;
    margin: 15px auto 0;
}

.sbutton:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.sbutton:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}

.sbutton:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}

.sbutton:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

.sbutton:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}


[tooltip]:before {
    font-family: 'Roboto';
    font-weight: 600;
    border-radius: 2px;
    background-color: #585858;
    color: #fff;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-left: 10px;
    position: absolute;
    left: 100%;
    bottom: 20%;
    white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

.sbutton.mainsbutton {
    background: #2ab1ce;
}

.sbutton.twitt {
    background: #03A9F4;
}

.sbutton.linkin {
    background: #0e76a8;
}

.sbutton.fb {
    background: #3F51B5;
}

.sbutton.whatsapp {
    background: #00e676;
}
.c-ff-des-count-head {
    margin-bottom: 30px;
    border: 1px solid #dad5d5;
    border-radius: 15px;
    display: table;
    width: 100%;
}
.c-ff-count-l {
    display: table-cell;
    font-size: 40px;
    padding: 20px 0;
    border-radius: 13px;
    background: #00ba94;
    color: white;
    font-weight: 600;
    border: transparent;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}
.c-ff-count-r {
    display: table-cell;
    width: 84%;
    height: 100%;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}