.svgclass {
    animation: rotate 40s infinite;
    animation-iteration-count: infinite;
}
    /*svg:hover {
        animation-play-state: paused;
        transform: rotate(.2turn);
    }*/

@keyframes rotate {
    from {
        transform: rotate(0deg);       
    }

    to {
        transform: rotate(360deg);        
    }
}


.text {
    animation: fadeIn 1.5s ease-out;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 8px;
    width: calc(100% - 30px);
    text-align: center;
    background-color: red;
    font-weight: 550;
    text-shadow: 0 0 3px #000,0 0 5px purple
}

.g1 {
    background-color: #e5233e
}

.g2 {
    background-color: #ebb433
}

.g3 {
    background-color: #4a9f41
}

.g4 {
    background-color: #c7212f
}

.g5 {
    background-color: #eb402e
}

.g6 {
    background-color: #22bcee
}

.g7 {
    background-color: #fcc415
}

.g8 {
    background-color: #a31c44
}

.g9 {
    background-color: #f16831
}

.g10 {
    background-color: #e71368
}

.g11 {
    background-color: #f89e2e
}

.g12 {
    background-color: #ca9b2f
}

.g13 {
    background-color: #43844c
}

.g14 {
    background-color: #eb402e
}

.g15 {
    background-color: #62b446
}

.g16 {
    background-color: #126ca1
}

.g17 {
    background-color: #064973
}

.sclTrans {
    transform: scale(0.99);
    transition: .5s ease-in-out
}

.slice {
    stroke-width: 1px;
    stroke: #fff
}

.darkSlice {
    transform: scale(1);
    transition: .5s ease-in-out
}

.sliceBlack {
    stroke-width: 1px;
    stroke: #0000;
    pointer-events: none
}

circle {
    width: 200px;
    height: 200px
}

.cirPlc {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}

svg text tspan {
    text-anchor: middle
}

.goalNumFont {
    font-size: 280%;
    font-weight: 700;
    fill: #fff
}

.goalNumFont2 {
    font-size: 350%;
    font-weight: 700;
    fill: #fff
}

.goalTextFont {
    fill: #fff;
    font-size: 110%;
    font-weight: 600
}

.goalTextFont2 {
    fill: #fff;
    font-size: 120%;
    font-weight: 700
}

.goalCls:hover .sclTrans {
    transform: scale(1.07)
}

.hide {
    display: none
}

.show {
    display: block;
    z-index: 10
}

.pointer {
    cursor: pointer
}

.zoomGoal {
    transform: scale(1.05)
}

.headText {
    color: #fff;
    font-weight: 80px;
    font-family: Times New Roman,Times,serif
}

.right-0 {
    right: 0
}

.translate-middle {
    translate: -50% -50%;
    top: 50%;
    left: 50%
}

.para-content {
    padding-top: 50px;
    font-size: large
}

.max-50 {
    max-width: 50%;
    max-height: 50%;
    width: 50%;
    height: 50%
}

.max-25 {
    max-width: 25%;
    max-height: 25%;
    width: 25%;
    height: 25%
}

.view {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block
}

* {
    box-sizing: border-box
}

html {
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none
}

    a, a:hover {
        color: #001f33
    }

body {
    background: #e5e5e5;
    color: grey;
    font: 14px Open Sans,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%
}

nav {
    margin-top: 3px;
    background: linear-gradient(270deg,red,orange,#ff0,green,blue,indigo,violet);
    font-size: 15px
}

.menu, nav {
    display: block
}

    .menu li {
        display: inline-block;
        position: relative;
        z-index: 100
    }

        .menu li a {
            font-weight: 400;
            text-decoration: none;
           /* padding: 20px 15px;*/
            display: block;
            color: #000;
            transition: all .2s ease-in-out 0s
        }

            .menu li a:hover, .menu li:hover > a {
                color: #fff;
                background: #001f33
            }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        width: 150px;
        position: absolute;
        left: 0;
        background: #fff;
        z-index: 99;
        transform: translateY(20px);
        transition: all .2s ease-out
    }

        .menu ul:after {
            bottom: 100%;
            left: 20%;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border: 6px solid;
            border-color: #fff0 #fff0 #fff;
            margin-left: -6px
        }

        .menu ul li {
            display: block;
            float: none;
            background: none;
            margin: 0;
            padding: 0
        }

            .menu ul li a {
                font-size: 12px;
                font-weight: 400;
                display: block;
                color: #797979;
                background: #fff
            }

                .menu ul li a:hover, .menu ul li:hover > a {
                    background: #001f33;
                    color: #fff
                }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: translate(0)
    }

    .menu ul ul {
        left: 149px;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transform: translate(20px,20px);
        transition: all .2s ease-out
    }

        .menu ul ul:after {
            left: -6px;
            top: 10%;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border: 6px solid #fff0;
            border-right-color: #fff;
            margin-top: -6px
        }

    .menu li > ul ul:hover {
        visibility: visible;
        opacity: 1;
        transform: translate(0)
    }

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: grey;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

    .responsive-menu:hover {
        background: grey;
        color: #fff;
        text-decoration: none
    }

a.homer {
    background: #001f33
}

@media (min-width:768px) and (max-width:979px) {
    .mainWrap {
        width: 768px
    }

    .menu ul {
        top: 37px
    }

    .menu li a {
        font-size: 12px
    }

    a.homer {
        background: grey
    }
}

@media (max-width:767px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px
    }

    .menu {
        display: none
    }

    .responsive-menu {
        display: block;
        margin-top: 100px
    }

    nav {
        margin: 0;
        background: linear-gradient(270deg,red,orange,#ff0,green,blue,indigo,violet);
        font-size: 15px
    }

    .menu li {
        display: block;
        margin: 0
    }

        .menu li a {
            background: #fff;
            color: #797979
        }

            .menu li a:hover, .menu li:hover > a {
                background: #001f33;
                color: #fff
            }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: none
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: none
    }

    .menu ul ul {
        left: 0
    }

    .menu li > ul ul:hover, .menu ul ul {
        transform: none
    }
}

.overflow-hidden {
    overflow: hidden
}

.drop-in {
    animation: drop-in .9s ease .1s backwards
}

.drop-in-2 {
    animation: drop-in 1s ease .5s backwards
}

.drop-in-3 {
    animation: drop-in 1.5s ease .5s backwards
}

@keyframes drop-in {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.fade-in-text {
    font-family: Arial;
    animation: fadeIn 1.5s
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes floatLeft {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-5%)
    }

    to {
        transform: translateX(-5%)
    }
}

.float-left {
    animation: floatLeft 5s forwards
}

.rotating-image {
    animation: rotate 5s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.image-slide {
    margin-top: 10px;
    width: 100%
}

.w-100 {
    width: 100%
}

.d-block {
    display: block
}
.bottom-img-div {
    display: inline
}

.bottom-img {
    box-shadow: 0 1px 3px 0 #0000001a,0 2px 10px 0 #0000001f;
    will-change: opacity,transform;
    transition: all .3s ease-out;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding: 3px
}

    .bottom-img .img-sec a {
       margin:3px;
    }
    .bottom-img .img-sec a:hover {
        transform: scale(1.06);
        box-shadow: 0 5px 11px 0 #00000080,0 4px 15px 0 #00000080
    }
.img-sec {
    display: flex;
}

#scroll-container {
    border-radius: 1px;
    height: 200px;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-left: 16px
}

.marquee_text {
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center
}

.latest_news {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 1px 3px 0 #0000001a,0 2px 10px 0 #0000001f;
    text-shadow: 0 0 3px #fff,0 0 5px #000
}

.new-icon {
    width: 33px;
    height: 16px;
    display: inline-block
}

.figures ul li {
    font-size: 18px;
    font-weight: 400;
}

.latestNewsAcc {
    box-shadow: 0 0 19px 0 #5555554d
}

    .latestNewsAcc .card-header:after {
        font-family: FontAwesome;
        content: "\f056";
        float: right
    }

    .latestNewsAcc .card-header.collapsed:after {
        content: "\f055"
    }

    .latestNewsAcc .card-body {
        padding: 0
    }

    .latestNewsAcc .card-header.collapsed {
        background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(229, 35, 62, 1) 0%, rgba(128, 70, 110, 1) 73%, rgba(18, 108, 161, 1) 100%);
    }

    .latestNewsAcc .card-header {
        /*background: #168694;*/
        background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(229, 35, 62, 1) 0%, rgba(128, 70, 110, 1) 73%, rgba(18, 108, 161, 1) 100%);
        color: #fff;
        font-size: 16px;
        padding: 6px 13px;
        border-top: 1px solid #eee;
        cursor: pointer;
        font-weight: 400
    }

        .latestNewsAcc .card-header:hover {
          /*  background: #168694*/
        }

    .latestNewsAcc .card {
        border-radius: 0
    }

        .latestNewsAcc .card ul {
            margin: 7px 0 7px 0;
            height: 255px;
            overflow: auto
        }

.newsSection {
    background: #fff;
    padding: 0;
    border-radius: 0;
    text-align: left;
    height: 300px;
}

.latestNewsAcc .card ul {
    margin: 7px 0 7px 0;
    height: 255px;
    overflow: auto;
}

.newsSection ul {
    margin: 0;
    padding: 12px;
}

    .newsSection ul li {
        list-style: none;
        border-bottom: 1px dotted #bfbfbf;
        padding: 0 0 5px 0;
        margin: 0 0 7px 0;
    }

section.detail .col-md-4 .row .col-md-6 {
    padding: 7px;
}

section.detail {
    margin: 25px 0px;
}

a:hover {
    text-decoration: none;
}

section.event-detail .text-box p {
    margin: 0;
}

section.event-detail .text-box img {
    position: relative;
}

section.event-detail .title {
    font-size: 25px;
}

section.event-detail ul {
    padding: 0;
    margin: 0;
}

section.event-detail .box {
    text-align: left;
}

section.event-detail .img-sec {
    text-align: center;
}

section.event-detail .box {
    text-align: left;
    color: #ffff;
    padding: 10px 40px;
}

section.event-detail ul {
    padding: 0;
    margin: 0;
}

section.event-detail a {
    color: #fff;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    z-index: 999;
    right: 25px;
    display: none;
}

section.event-detail li {
    padding: 8px 0px;
    border-bottom: 1px solid#fff;
}

section.event-detail .owl-nav {
    display: none;
}

section.menu .navbar-expand-md .navbar-nav .nav-link {
    padding: 0px 0px 0px 0px;
    padding-bottom: 0;
    padding-right: .5rem;
    padding-left: 0.5rem;
}

section.event-detail .title {
    background: #aa7c12;
}

.btn-light {
    background: #f36e24;
    color: #fff;
    border: inherit;
}

    .btn-light:hover {
        color: #fff;
        background-color: #000;
        border: inherit;
    }

section.event-detail .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    text-align: center;
    background: #000 !important;
    color: inherit;
    border: none;
    height: 12px !important;
    margin-left: 6px;
    padding: 0 !important;
    border-radius: 100%;
    width: 12px !important;
    outline: inherit !important;
    font: inherit;
}

section.event-detail button.owl-dot.active {
    background: #fff !important;
}

section.event-detail .owl-dots {
    text-align: center;
    padding: 10px 0px;
    /* position: absolute; */
}

section.event-detail .right-slider-one {
    background: #d3a029;
    margin: 35px 0px;
}

section.event-detail .col-md-8 {
    margin: auto;
}

section.event-detail .right-slider-two {
    background: #f16831;
}

section.event-detail .title {
    padding: 5px 40px 4px;
    color: #ffffff;
}

section.event-detail .news {
    background: #d14f1b;
}

section.boxes .img-sec {
    padding-bottom: 20px;
}

    section.boxes .img-sec img {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
        will-change: opacity, transform;
        transition: all .3s ease-out;
        width: 100%;
    }

        section.boxes .img-sec img:hover {
            box-shadow: 0 5px 11px 0 rgb(0 0 0 / 50%), 0 4px 15px 0 rgb(0 0 0 / 50%);
        }

section.boxes {
    padding-top: 20px;
}

section.detail .text-side {
    /* margin: auto; */
    /* margin: 0; */
    /* justify-content: left; */
    float: left;
    background: #e5233d;
    position: relative;
    top: 7px;
    /* margin-top: 12px; */
    color: #fff;
    /* text-align: left; */
    /* transform: rotate(-90deg); */
    /* text-align: center; */
    /* float: left; */
    font-size: 18px;
    /* line-height: 29px; */
    height: 540px;
    width: 50px;
    /* margin-left: -29px; */
    /* position: relative; */
    /* left: -80%; */
    /* top: 50%; */
}

.text-side p {
    position: absolute;
    /* margin-top: 50px; */
    vertical-align: middle;
    text-align: center;
    top: 50%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    /* height: 100%; */
    /* height: 100%; */
    white-space: nowrap;
    left: 0;
    transform: rotate(-90deg);
    /* text-align: left; */
}

.flip-box {
    background-color: transparent;
    width: 210px;
    height: 210px;
    /*border: 1px solid #f1f1f1;*/
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
    box-shadow: 0 5px 11px 0 #00000080, 0 4px 15px 0 #00000080;
}

.flip-box-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
    box-shadow: 0 5px 11px 0 #00000080, 0 4px 15px 0 #00000080;
}
section.inner-background {
    position: relative;
}

.poverty {
    background: #e6223d;
    margin-top: -70px;
    color: #fff;
    /* z-index: 999; */
    padding-top: 100px;
    padding-bottom: 30px;
}

    .poverty h1 {
        font-weight: 600;
        font-size: 45px;
        padding: 15px 00px;
        color: #fff;
    }

    .poverty p {
        line-height: 1.875;
    }

img.sdg-icon {
    position: relative;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.sdg-photo {
    /* top: -700px; */
    /* width: 200px; */
    height: 200px;
    left: 12px;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 26%), 0 0 50px 0 rgb(0 0 0 / 22%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 26%), 0 0 50px 0 rgb(0 0 0 / 22%);
    position: absolute;
}

.inner-top-menu ul {
    padding: 0;
    padding: 15px 0px;
    margin: 0;
}

.inner-top-menu li {
    padding-right: 18px;
    font-size: 13px;
    display: inline-block;
    font-weight: lighter;
    font-weight: normal;
}
.detailtext {
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-align: left;
}

.marquee__content p {
    color: #444;
}
.newsSection ul li span {
    color: #0d5b65;
    font-size: 12px;
    font-weight: 400;
}