/*body*/

@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&amp;display=swap');
body,
button {
    font-family: 'Bree Serif', serif !important;
}

.hme .bloglist .col {
    padding: 5px;
}

.hme .categorySmall {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, .5);
}

.layout img {
    object-fit: cover;
}

.demo .pagination-outer {
    text-align: center;
}

.demo .pagination {
    display: inline-flex;
    position: relative;
}

.demo .pagination:before {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.demo .pagination li a.page-link {
    padding: 5px 15px;
    margin-right: 15px;
    background: #ff6f56;
    border: 1px solid #ff6f56;
    border-radius: 5px;
    box-shadow: 0 8px 6px -9px #5b5f5f;
    font-size: 17px;
    color: white;
}

.demo .pagination li:first-child a.page-link {
    margin-right: 30px;
}

.demo .pagination li:last-child a.page-link {
    margin: 0 0 0 15px;
}

.demo .pagination li.active a.page-link,
.demo .pagination li a.page-link:hover {
    background: #ff6f56;
    border-color: #ff6f56;
    color: #fff;
}

@media only screen and (max-width: 479px) {
    .demo .pagination {
        display: block;
        overflow: auto;
    }
    .demo .pagination:before {
        display: none;
    }
    .demo .pagination li {
        display: inline-block;
    }
}

.hme {
    margin-top: 90px;
    margin-bottom: 100px;
}

.hme .card {
    border-radius: 0;
    color: black;
    font-family: 'Bree Serif', serif;
}

.hme .card .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 200px;
}

.hme .col-md-9 .card .card-body .card-text {
    font-size: 16px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 75px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hme .col-md-9 .card .card-body .readMore {
    text-decoration: none;
    color: orangered;
}

.hme .card .cate .card .cardheader {
    font-weight: bold;
}

.menu11,
.menu11:hover {
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.cate .card {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.txt {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.col-md-4 .card .card-body .card-text {
    font-size: 12px;
}

.btnn {
    background-color: #ff6f56;
    padding: 0px 2px;
    font-size: 14px;
    color: white;
}

.btnn:hover {
    color: white;
    background-color: orangered;
}

.users .details .card {
    color: #000000;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    display: block;
    border: 0;
}

.details .username {
    font-weight: bold;
    color: #ff6f56;
}

.details .card .userbio {
    font-weight: normal;
    font-size: 14px;
}

.imgg {
    background: white;
    width: 100%;
    border-radius: 50%;
    height: 64%;
    margin-top: 27%
}

.comm .card {
    width: 100%;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.comm .card img {
    height: 150px;
    width: 100%;
    align-items: center;
}

.comm .card .card-body {
    padding: 15px;
}

.comm .card .btn1 {
    background-color: #ff6f56;
    border-color: #ff6f56;
    border-radius: 20px;
    margin: 0 auto;
}

.comm .card .btn1:hover {
    background-color: orangered;
}

.comm .card .card-body .txt3 {
    font-size: 12px;
    font-weight: bold;
}

.fundd {
    position: sticky;
    top: 20px;
}

.fundd .card {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fundd .card .card-img-top {
    max-height: 200px;
    width: 100%;
}

.fundd .card .card-body .txt4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.fundd .card .card-body .card-text {
    font-size: 14px;
    text-align: center;
    margin-top: -8px;
}

.fundd .btn4 {
    background-color: #ff6f56;
    border-color: none;
    border-radius: 20px;
    color: white;
}

.fundd .btn4:hover {
    background-color: orangered;
}

.rangee {
    margin-top: -21px;
}

.fundd .txt1 {
    font-weight: bold;
    font-size: 18px;
}

.fundd .para {
    font-size: 16px;
    text-align: left;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;display=swap");
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-group>* {
    margin: 5px;
}

.checkbox-group-legend {
    font-size: .5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-wrapper {
    margin: 0;
}

.checkbox-input:checked+.checkbox-tile {
    border-color: #ff6f56;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ff6f56 !important;
    background: #ff6f56;
    padding-right: 25px;
}

.checkbox-input:checked+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: firebrick;
    border-color: firebrick;
}

.checkbox-input:checked+.checkbox-tile .checkbox-icon,
.checkbox-input:checked+.checkbox-tile .checkbox-label {
    color: whitesmoke;
}

.checkbox-input:focus+.checkbox-tile {
    border-color: firebrick;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;*/
}

.checkbox-input:focus+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-tile {
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 17rem;
    min-height: 7rem;
    padding: 4px 8px;
    color: #ff6f56;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid lightgray;
    background-color: whitesmoke;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    border: 2px solid firebrick;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    right: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.checkbox-tile:hover {
    border-color: firebrick;
    color: firebrick;
    /* padding-right: 25px; */
}

.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 0;
}

.checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}

.checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}

.checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}

.callOfAction {
    background: linear-gradient(0deg, firebrick 53%, rgba(0, 0, 0, 0.8) 100%), url("https://picsum.photos/400/200") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px !important;
    border: 3px solid firebrick;
}

.callOfAction button {
    background-color: firebrick;
    color: white;
}

.wrapper {
    text-transform: uppercase;
    background: transparent;
    color: black;
    cursor: help;
    z-index: 5;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    position: relative;
    text-align: left;
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.wrapper .tooltip1 {
    background: white;
    bottom: 100%;
    color: black;
    display: block;
    left: -20px;
    margin-bottom: 15px;
    z-index: 10;
    font-size: 12px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    width: 200px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.wrapper .tooltip1 button {
    padding: 5px 10px !important;
    background: orangered;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border: none;
}


/* This bridges the gap so you can mouse into the tooltip1 without it disappearing */

.wrapper .tooltip1:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */

.wrapper .tooltip1:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid white 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.wrapper:hover .tooltip1 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}


/* IE can just show/hide with no transition */

.lte8 .wrapper .tooltip1 {
    display: none;
}

.lte8 .wrapper:hover .tooltip1 {
    display: block;
}


/* sharing */

.card__share {
    position: relative;
    margin-top: -80px;
    float: right;
    display: none;
    transition: all 0.5s ease-in-out;
}

.card:hover .card__share {
    display: block;
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width:800px) {
    .card__share {
        display: block;
    }
}

.card__share a,
.card__share a:hover,
.card__share a:focus {
    text-decoration: none;
    cursor: pointer;
}

.card__social {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 190px;
    transform: translateZ(0);
    transform: translateX(40px);
    transition: transform 0.5s ease;
}

.card__social--active {
    visibility: visible;
    /*z-index: 3;*/
    transform: translateZ(0);
    transform: translateX(0);
    transition: transform 0.5s ease;
}

.share-toggle {
    z-index: 2;
    text-decoration: none;
}

.share-toggle:before {
    content: "\f1e0";
    font-family: 'FontAwesome';
    color: white;
}

.share-toggle.share-expanded:before {
    content: "\f00d";
}

.share-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(0, 0, 0, .5);
    transition: all 0.3s ease-in-out;
    outline: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}

.share-icon:hover,
.share-icon:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #00abe3;
}

.linkedin {
    background-color: #2867B2;
}

.whatsapp {
    background-color: #25d366;
}

.facebook,
.twitter,
.linkedin,
.whatsapp {
    color: #fff;
}

.facebook:hover,
.twitter:hover,
.linkedin:hover,
.whatsapp:hover {
    color: #eee;
}