﻿body {
    font-size: 0.9rem !important;
    user-select: none;
}

.img-thumb {
    object-fit: cover;
    height: 100%;
    object-position: top left;
}

/*a:any-link {
    background-color: deeppink !important;
    color: aqua !important;
    background: deeppink !important;
}
*/

/* Animation */


.animate-show {
    visibility: visible !important;
    animation: appearIn .3s ease-in-out forwards 0.2s;
    opacity: 0;
}

.animate-hide {
    /*visibility: visible !important;*/
    animation: appearOut .3s ease-in-out forwards 0.2s;
    /*opacity: 0;*/
}


.animate-slideUp {
    animation: slideUp .6s ease-in-out forwards 0.6s;
    transform: translateY(20px);
    opacity: 0;
}

.animate-slideUp-1 {
    animation: slideUp .6s ease-in-out forwards 0.8s;
    transform: translateY(20px);
    opacity: 0;
}

.animate-slideUp-2 {
    animation: slideUp .6s ease-in-out forwards 1.0s;
    transform: translateY(20px);
    opacity: 0;
}

.animate-appearIn-2sec {
    visibility: visible !important;
    animation: slideUp .6s ease-in-out forwards 0.2s;
    opacity: 0;
}

.animate-appearIn-4sec {
    visibility: visible !important;
    animation: slideUp .6s ease-in-out forwards 0.4s;
    opacity: 0;
}

.animate-appearIn-6sec {
    visibility: visible !important;
    animation: slideUp .6s ease-in-out forwards 0.6s;
    opacity: 0;
}

.sticky-top {
    visibility: visible !important;
    /*animation: appearIn .6s ease-in-out forwards 0.8s;
        opacity: 0;*/
}

.sticky-top-remove-effect {
    visibility: hidden !important;
    animation: appearOut .6s ease-in-out forwards 0.8s;
    opacity: 0;
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.appear-out {
    animation: appearOut .6s ease-in-out forwards 0.2s;
}

.appear-in {
    animation: appearIn .6s ease-in-out forwards 0.2s;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(500px) scale(.2);
    }

    100% {
        transform: translateX(0px) scale(1);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes appearIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes appearOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* Navigation Start */

nav dl, ol, ul {

    margin-bottom: 0px;
    /*margin: 0px;
    padding: 0px;*/
}

.main-menu nav ul li {
    display: inline-block;
    position: relative;
    /*background: rgba(50, 50, 50, 0.2); */
}

.main-menu nav ul li a {
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 20px 20px 20px 20px;
    min-width: 80px;
    letter-spacing: 0;
    position: relative;
    text-transform: uppercase;
}

.main-menu nav > ul > li:first-child > a {
    padding-left: 0;
    padding-right: 0;
    margin-right: 8px;
}

.main-menu nav > ul > li:last-child > a {
    padding-right: 0;
    padding-left: 0;
    margin-left: 8px;
}

.main-menu nav ul li.active > a,
.main-menu nav ul li:hover > a {
    /*color: #d8ae36;*/
    color: #ffffff !important;
}

.main-menu nav > ul > li > a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 28px;
    height: 2px;
    width: 60%;
    opacity: 0;
    background-color: #d8ae36;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*        .main-menu nav ul li:hover > a:before,
        .main-menu nav ul li.active > a:before {
            opacity: 1;
        }*/

/*dropdown menu*/

.main-menu .submenu {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50px;
    width: 280px;
    background: #fff;
    padding: 10px 0px;
    border-radius: 2px;
    border-bottom: 4px solid #d8ae36;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu nav ul li:hover .submenu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .submenu li {
    display: block;
    text-align: left;
}

    .main-menu .submenu li a {
        color: #444;
        padding: 14px 20px;
        text-transform: capitalize;
    }

/* Navigation End */



.owl-carousel .owl-item {
    background-color: white !important;
}

.progress-bar span {
    right: -20PX !important;
    font-size: 12px;
}


#primarylogo_mobile {
/*  width: 120px;
    height: 110px;
    line-height: 110px;
    position: absolute;
    z-index: 1;
    top: 0px;
    border-radius: 50%;
    background-color: #36435c !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;*/
}

    #primarylogo_mobile img {
        /*width: 120px;*/
        height: 80px;
    }


#secondarylogo {
    width: 115px;
    height: 110px;
    line-height: 110px;
    position: absolute;
    z-index: 1;
    top: -50px;
}

#secondarylogo img {
    width: 120px;
    height: 110px;
}

#primarylogo {
    /*width: 120px;*/
    /*height: 110px;*/
    /*line-height: 110px;
      position: absolute;
       z-index: 1;
    top: -50px;
    border-radius: 50%;
    background-color: #36435c !important;*/
    /*background-color: brown !important;*/
}

#primarylogo img {
    height: 80px;
    padding: 0px;
}


#primarylogo .dropdown-item {
    padding: 0px !important;
}


#primarylogo2 {
    width: 120px;
    height: 110px;
    line-height: 110px;
    position: absolute;
    z-index: 1;
    top: -50px;
    /*background-color: brown !important;*/
}

    #primarylogo2 img {
        width: 120px;
        height: 110px;
    }


/*#navbar {
    -webkit-transition: all 1.0s ease 0s;
    transition: all 1.0s ease 0s;
}*/

    #navbar.bg-primary {
        background-color: #36435c !important;
        /*opacity: 95%;*/
    }

/*    #navbar.invisible {
        visibility: hidden !important;
    }*/

.carousel-item {
    max-height: 580px !important;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.frostedblueglass {
    box-shadow: 0 0 1rem 0 rgba(54, 67, 92, .5);
    border-radius: 5px;
    position: relative;
    z-index: 2;
    background: inherit;
    overflow: hidden;
}

    .frostedblueglass:before {
        content: "";
        position: absolute;
        background-image: url('../Assets/bg-blue.svg');
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
        filter: blur(10px);
        margin: -20px;
    }


.frostedglass {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    position: relative;
    /*z-index: 1;*/
    background: inherit;
    overflow: hidden;
}

.frostedglass:before {
    content: "";
    position: absolute;
    /*background: inherit;*/
    /*background: url(https://images.unsplash.com/photo-1544306094-e2dcf9479da3) no-repeat;*/
    background-image: url('../Assets/bg-white.svg');
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
    margin: -20px;
}

a.scrollup-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 60px;
    width: 60px;
    background: #d1d1d1;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 29px;
    color: #d8ae36;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: zumping-btn 1s linear 0s infinite;
    -o-animation: zumping-btn 1s linear 0s infinite;
    animation: zumping-btn 1s linear 0s infinite;
}

    a.scrollup-btn.visible {
        opacity: 1;
        visibility: visible;
    }

@keyframes zumping-btn {
    0% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

a.scrollup-btn:hover {
    background-color: #ffffff;
    color: #36435c;
}

.m--0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p--0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.text-justify {
    text-align: justify;
}

/* Lightbox image size */
.ratio {
    position: unset;
    width: 100%;
}

.arrow-left {
    border: solid;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 2px;
    margin: 2px;
    transform: rotate(133deg);
    -webkit-transform: rotate(133deg);
}


.arrow-right {
    border: solid;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 2px;
    margin: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow {
    border: solid;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 2px;
    margin: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow i {
    color: aqua;
    font-size: 18px;
}


.arrow-down {
    border: solid;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 2px;
    margin: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(46deg);
}


.bg-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../Assets/bg-white.svg');
    /*background-image: url('https://images.unsplash.com/photo-1544306094-e2dcf9479da3');*/
}

    .bg-image::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: rgba(255, 255, 255, 0);
    }

a:link, a:visited, a:active {
    color: #000;
    text-decoration: none !important;
}

a:hover {
    color: #d8ae36 !important;
    text-decoration: none !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}


.card a, a:visited {
    /*font-size: 0.9rem;*/
    color: #000;
    text-decoration: none !important;
}


.dropdown-menu {
    font-size: 1.0rem !important;
    font-weight: bold;
    text-align: start;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #36435c;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #36435c !important;
}





/* Latest News */

.card .blockquote-footer {
    font-size: 0.7rem;
}

    .card .blockquote-footer::before {
        content: "";
    }

.header-text-white {
    color: #fff !important;
    font-size: 12px;
}

.header-top {
    border-bottom: 1px solid #ffffff;
}

.bg-primary {
    background-color: #2a3448 !important;
}

.causes-slider .owl-nav div {
    height: 50px;
    width: 50px;
    background: #36435c;
    display: inline-block;
    margin: 0px 3px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cause-item {
    border: 1px solid #e0e0e0;
}

/*.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 0px solid #dfd7ca;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}*/

.cause-info {
    padding: 0px 20px;
    text-align: center;
}



@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}
