
/*new codes*/
nav.navbar.navbar-expand-md {
    z-index: 999;
    width: 100%;
    padding: 20px;
    background: #f5f6fa;
}

.home nav.navbar {
    background: 0 0;
    /*position: absolute;*/
    position: sticky;
    background-color: #ffffff7a;
}

li.nav-item {
    border: none;
    align-content: center;
    border: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.navbar-nav a {
    color: #0e3a7c;
    padding: 15px !important
}

    .navbar-nav a:hover {
        color: #f1932d
    }

.navbar-brand img {
    width: 130px
}

.sticky {
    position: fixed !important;
    top: 0;
    overflow: hidden;
    z-index: 999 !important;
    background: #0661a2 !important;
    animation: slide-down .9s
}

li.nav-item a.active {
    color: #f1932d !important
}

@media(min-width: 768px) and (max-width:992px) {
    .navbar-nav a {
        font-size: 13px
    }
}

@media(max-width: 767px) {
    .volunteer-story .card-body {
        display: flex;
        flex-direction: column;
    }

    .logo-and-menu {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0;
    }

    div#collapsibleNavbar.show {
        border-top: 1px solid #efdddd45
    }

    .img-content h4 {
        font-size: 20px;
    }

    .card-iconbox img {
        width: 60px;
    }

    .card-iconbox h5 {
        font-size: 13px;
    }

    .card-iconbox .card-footer {
        height: 48%;
    }

    .image-iconbox:before {
        content: '';
        position: absolute;
        left: 0;
        width: 25%;
        height: 5px;
        top: 12%;
    }

    .image-iconbox:after {
        content: '';
        position: absolute;
        right: 0;
        width: 25%;
        height: 5px;
        top: 12%;
    }

    .card-iconbox:before {
        content: '';
        position: absolute;
        left: 0;
        width: 2.3%;
        height: 135px;
        top: 12%;
        background: #d17b2a;
    }

    .card-iconbox:after {
        content: '';
        position: absolute;
        right: 0;
        width: 2.3%;
        height: 141px;
        top: 12%;
        background: #1c5081;
    }

    nav.navbar.navbar-expand-md {
        background: #1c5081 !important;
    }

    .home nav.navbar {
        position: fixed !important;
    }

    nav.navbar.navbar-expand-md.sticky .navbar-nav a {
        color: white;
    }

    .img-content {
        top: 51%;
        width: 310px;
        height: auto;
        border: 1px solid #fff;
        padding: 0px 12px;
        text-align: center;
        border-image: linear-gradient(to left, #104c90 0, #ed7f23 100%);
        border-image-slice: 1;
        border-width: 2px;
    }

    .background-effect:before {
        height: 120px !important;
        top: 0;
    }
}

nav.navbar.navbar-expand-md.sticky .navbar-nav a {
    color: #164282;
}

nav.navbar.navbar-expand-md .navbar-nav a {
    color: #0e3a7c;
}

.sticky {
    position: fixed !important;
    top: 0;
    overflow: hidden;
    z-index: 999 !important;
    background: white !important;
    animation: slide-down .9s;
}

.highlight-nav .nav-link {
    background-color: #0e3a7c;
    color: white !important;
    border-radius: 10px;
}

.navbar-nav a {
    font-weight: 600;
}


/*======================================
new code for home page count-box-section 
========================================*/

.count-box-section {
    width: 100%;
}

.heading-style-count {
    width: 100%;
    text-align: center;
    position: relative;
}

    .heading-style-count h1 {
        text-align: center;
        font-size: 34px;
        margin: 0;
        display: flex;
        color: #0e3a7c;
        font-weight: 600;
        margin-bottom: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        align-content: flex-end;
    }

    .heading-style-count div {
        width: 258px;
        padding: 0 15px;
        color: #e87f25;
        font-size: 44px;
    }

.background-effect {
    background-color: white;
    position: relative;
}

    .background-effect:before {
        content: '';
        background-color: white;
        position: absolute;
        top: -96px;
        width: 100%;
        height: 115px;
        left: 0;
        z-index: 0;
    }

.card-iconbox {
    height: 250px;
}

    .card-iconbox img {
        width: 107px;
        margin: 0 auto;
    }

    .card-iconbox h5 {
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        color: #0e3a7c;
    }

.card-iconbox {
    box-sizing: content-box;
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #d17b2a 1%,#194f83 100%);
    border-image-slice: .8;
}

    .card-iconbox h3 {
        font-size: 10px;
    }

    .card-iconbox div {
        text-align: center;
        color: white;
        font-weight: 900;
        font-size: 23px;
    }

    .card-iconbox .card-footer {
        background: #d17b2a; /* Old browsers */
        background: -moz-linear-gradient(left, #d17b2a 1%, #194f83 100%); /* FF3.6-15 */
        display: flex;
        background: -webkit-linear-gradient(left, #d17b2a 1%,#194f83 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #d17b2a 1%,#194f83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17b2a', endColorstr='#194f83',GradientType=1 ); /* IE6-9 */
        height: 87px;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-direction: column;
    }

.card-iconbox {
    border-radius: 0;
    border: 0;
    position: relative;
}

.image-iconbox:before {
    content: '';
    position: absolute;
    left: 0;
    width: 25%;
    height: 5px;
    top: 27%;
    background: #d17b2a; /* Old browsers */
    background: -moz-linear-gradient(left, #d17b2a 1%, #194f83 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d17b2a 1%,#194f83 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d17b2a 1%,#194f83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17b2a', endColorstr='#194f83',GradientType=1 ); /* IE6-9 */
}

.image-iconbox:after {
    content: '';
    position: absolute;
    right: 0;
    width: 25%;
    height: 5px;
    top: 27%;
    background: #d17b2a; /* Old browsers */
    background: -moz-linear-gradient(left, #d17b2a 1%, #194f83 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d17b2a 1%,#194f83 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d17b2a 1%,#194f83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17b2a', endColorstr='#194f83',GradientType=1 ); /* IE6-9 */
}

.card-iconbox:before {
    content: '';
    position: absolute;
    left: 0;
    width: 2.3%;
    height: 135px;
    top: 27%;
    background: #d17b2a;
}

.card-iconbox:after {
    content: '';
    position: absolute;
    right: 0;
    width: 2.3%;
    height: 141px;
    top: 27%;
    background: #1c5081;
}

.tab-wrapper a.nav-link.active {
    font-size: 20px;
}

.tab-wrapper a.nav-link {
    font-size: 20px;
}

.country-selection select {
    height: 49px;
    padding: 10px;
    display: flex;
    border-radius: 0;
    border: 1px solid black;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.country-selection .form-control:focus {
    border: 1px solid black
}

/*slider text style new code*/
.tab-wrapper {
    width: 100% !important;
}

.storyfar-bor {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.box.storyfar-bor h3 {
    padding: 0 40px;
}

.box h5 {
    padding: 0 40px;
}

.box .height200 {
    padding: 0 40px;
    height: auto;
}

.storyfar-bor img {
    height: 47%;
    padding-bottom: 16px;
}

.tab-wrapper a.nav-link.active {
    color: #e87e23 !important;
}

.tab-wrapper .nav-link.active {
    border-bottom: 2px solid #e87e23 !important;
}

.img-content h2 {
    color: #0e3a7c;
}

.vlentier.owl-carousel .owl-nav button.owl-next {
    font-size: 60px;
}

.vlentier.owl-carousel .owl-nav button.owl-prev {
    font-size: 60px;
    right: 0;
}

.volunteer-story .btn-primary:focus {
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent !important;
}

.volunteer-story .card-body {
    padding: 0;
}

.volunteer-story .col-content {
    padding: 14px;
}

    .volunteer-story .col-content:after {
        content: '';
        width: 159px;
        position: absolute;
        left: 0;
        height: 3px;
        background-color: #e87e23;
        top: 0;
    }

    .volunteer-story .col-content:before {
        content: '';
        width: 3px;
        position: absolute;
        left: 0;
        height: 50px;
        background-color: #e87e23;
        top: 0;
    }

.volunteer-story .card-footer:after {
    content: '';
    width: 64px;
    position: absolute;
    right: 0;
    height: 3px;
    background-color: #0e3a7c;
    bottom: 0;
}

.volunteer-story .card-footer:before {
    content: '';
    width: 3px;
    position: absolute;
    right: 0;
    height: 50px;
    background-color: #0e3a7c;
    bottom: 0;
}

.card-footer {
    position: relative;
}

.volunteer-story .card-footer {
    padding: 0;
}

.volunteer-story .btn-primary {
    background-color: transparent;
    color: #0e3a7c !important;
    font-weight: 900;
    border: 0 !important;
    padding: 0;
}

.vlentier .item {
    opacity: 0.2;
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(.8);
}

.vlentier .active .item {
    opacity: 1;
    transform: scale(1);
}

.child-health-disaster {
    background-color: #1CCCE4;
}

.child-health-aid, .child-health-belong, .child-health-coach {
}

.child-health-aid, .child-health-belong, .child-health-coach {
    margin: 0 !important;
}

    .child-health-aid h3, .child-health-belong h3, .child-health-coach h3, .child-health-disaster h3 {
        font-weight: 900;
    }

    .child-health-aid .font-inner-size, .child-health-belong .font-inner-size, .child-health-coach .font-inner-size, .child-health-disaster .font-inner-size {
        font-size: 17px !important;
        font-weight: 300
    }

.listing-pattern {
    margin-top: 50px;
}

.list-aid {
    margin: 0 20px;
    padding: 39px 0;
    position: relative;
    height: 100%;
}

.back-color-aid {
    background-color: #4faf8e;
}

.back-color-belong {
    background-color: #276FB5;
    display: f;
}

.back-color-coach {
    background-color: #E47F21;
}

.back-color-disaster {
    background-color: #1CCCE4;
}

.back-color-aid ul {
    height: auto;
    display: flex;
    flex-direction: column;
}

.back-color-aid li {
    height: 91px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.back-color-belong ul, .back-color-aid ul, .back-color-coach ul, .back-color-disaster ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    position: relative;
}

.back-color-belong li, .back-color-aid li, .back-color-coach li, .back-color-disaster li {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media ( max-width :900px) {
    .list-aid {
        height: auto;
    }
}

.list-aid ul {
    margin: 0px 0;
    padding: 7px 20px;
}

.list-aid li {
    color: white;
    border-top: 1px solid white;
    padding: 6px 0;
    word-break: break-word;
}

.list-aid h3 {
    color: white;
    font-weight: 900;
    font-size: 18px;
}

.list-aid li:nth-last-child(1) {
    border-bottom: 1px solid white;
}

.listing-pattern .space-bottom {
    padding: 0;
    margin: 5px 0;
}

    .listing-pattern .space-bottom .space {
        width: 100%;
        height: 10px;
        border-radius: 32px;
    }

.color-as1 {
    background-color: #4faf8e;
}

.color-as2 {
    background-color: #276FB5;
}

.color-as3 {
    background-color: #E47F21;
}

.color-as4 {
    background-color: #1CCCE4;
}

/**/
@media ( max-width :1200px) {

    .img-corousel img {
        width: 100%;
    }

    .card-iconbox img {
        width: 60px;
    }

    .card-iconbox h5 {
        font-size: 13px;
    }

    .card-iconbox .card-footer {
        height: 48%;
    }

    .image-iconbox:before {
        content: '';
        position: absolute;
        left: 0;
        width: 25%;
        height: 5px;
        top: 12%;
    }

    .image-iconbox:after {
        content: '';
        position: absolute;
        right: 0;
        width: 25%;
        height: 5px;
        top: 12%;
    }

    .card-iconbox:before {
        content: '';
        position: absolute;
        left: 0;
        width: 2.3%;
        height: 135px;
        top: 12%;
        background: #d17b2a;
    }

    .card-iconbox:after {
        content: '';
        position: absolute;
        right: 0;
        width: 2.3%;
        height: 141px;
        top: 12%;
        background: #1c5081;
    }

    nav.navbar.navbar-expand-md {
        background: #ffffff !important;
    }

    .navbar-toggler {
        background: #12497f !important;
    }

    .home nav.navbar {
        position: sticky !important;
    }
        .home nav.navbar.sticky{
            position:fixed !important;
        }

        nav.navbar.navbar-expand-md.sticky .navbar-nav a {
            color: #164282;
            font-size: 12px;
        }

    .background-effect:before {
        height: 73px !important;
        top: -4% !important;
    }

    .img-content {
        height: 101px;
    }
}

@media ( max-width :320px) {

    .img-content h3 {
        font-size: 20px;
    }

    .card-iconbox img {
        width: 60px;
    }

    .card-iconbox h5 {
        font-size: 13px;
    }

    .card-iconbox .card-footer {
        height: 48%;
    }

    .image-iconbox:before {
        content: '';
        position: absolute;
        left: 0;
        width: 25%;
        height: 5px;
        top: 12%;
    }

    .image-iconbox:after {
        content: '';
        position: absolute;
        right: 0;
        width: 25%;
        height: 5px;
        top: 12%;
    }

    .card-iconbox:before {
        content: '';
        position: absolute;
        left: 0;
        width: 2.3%;
        height: 135px;
        top: 12%;
        background: #d17b2a;
    }

    .card-iconbox:after {
        content: '';
        position: absolute;
        right: 0;
        width: 2.3%;
        height: 141px;
        top: 12%;
        background: #1c5081;
    }

    nav.navbar.navbar-expand-md {
        background: #fff !important;
    }

    .home nav.navbar {
        position: fixed !important;
    }

    nav.navbar.navbar-expand-md.sticky .navbar-nav a {
        color: #164282 !important;
    }

    nav.navbar.navbar-expand-md.sticky .highlight-nav .nav-link {
        color: #fff !important;
    }


    .background-effect:before {
        display: none;
    }

    .volunteer-story .card-body {
        padding: 0;
        display: flex;
        align-items: center;
    }
}

.logo-cs {
    width: 22px;
}

@media(max-width:767px) {
    .hide-in-mobile {
        display: none;
    }
}

@media(min-width:768px) {
    .hide-in-desktop {
        display: none;
    }
}

select::after {
    content: "▼";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 0;
    text-align: center;
    width: 5%;
    height: 100%;
    pointer-events: none;
    padding: 8px;
}

.editInfo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    display: block;
    background: #fdb833;
    margin: -25px 0 0 -25px;
    color: #6d4a07;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    -webkit-animation: ring-button 3s infinite;
    -moz-animation: ring-button 3s infinite;
    -o-animation: ring-button 3s infinite;
    animation: ring-button 3s infinite;
}

.icon-pencil {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff !important;
    text-align: center;
    font-size: 8px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.editInfo:after {
    background: rgba(253, 184, 51, 0.25);
    border: solid 1px rgba(253, 184, 51, 0.25);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-animation: ring-line 2.95s infinite;
    -moz-animation: ring-line 2.95s infinite;
    -o-animation: ring-line 2.95s infinite;
    animation: ring-line 2.95s infinite;
}

.editInfo:before {
    background: rgba(242, 166, 20, 0.9);
    border: solid 1px rgba(242, 166, 20, 1);
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-animation: ring-line 2.90s infinite;
    -moz-animation: ring-line 2.90s infinite;
    -o-animation: ring-line 2.90s infinite;
    animation: ring-line 2.90s infinite;
}

/* round outline ===========================*/
@-webkit-keyframes ring-line {
    0% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    90% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes ring-line {
    0% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    90% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-o-keyframes ring-line {
    0% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    90% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes ring-line {
    0% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    90% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

/* round animation ===========================*/
@-webkit-keyframes ring-button {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes ring-button {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes ring-button {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ring-button {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* round outline ===========================*/
@-webkit-keyframes ring-white {
    0% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
}

@-moz-keyframes ring-white {
    0% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
}

@-o-keyframes ring-white {
    0% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
}

@keyframes ring-white {
    0% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
}

.area-of-intrest label {
    text-transform: capitalize !important;
}

.heading-style-1 {
    color: #e87e23;
    text-align: left !important;
    font-weight: 700;
    font-size: 30px;
}

.color-volunteers {
    color: #e87e23 !important;
}

.card-navitem {
    font-weight: 200 !important;
    color: #0661a2;
}

@media(max-width: 767px) {
    .row.related-stories-row {
        margin: 0;
    }
}

.circle_inbox {
}

    .circle_inbox p {
        display: flex;
        font-size: 22px;
        margin: 0;
        flex-direction: row;
        align-content: center;
        font-weight: 800;
        color: gray;
    }

.circle_percent {
    font-size: 128px;
    width: 0.9em;
    height: 0.9em;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.9em;
    height: 0.9em;
    background: #0e3a7c;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #0e3a7c;
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.percent_text {
    position: relative;
    font-size: 22px;
    left: 0;
    color: #0e3a7c;
    top: 0;
    /* transform: translate(-50%,-50%); */
    z-index: 3;
    font-weight: 800;
}

.highlight-nav .nav-link {
    padding: 10px !important;
    font-size: 12px !important;
}

