/* Minification failed. Returning unminified contents.
(3,1): run-time error CSS1019: Unexpected token, found '}'
(3,4): run-time error CSS1031: Expected selector, found '/'
(3,4): run-time error CSS1025: Expected comma or open brace, found '/'
(801,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(802,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
(1133,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1134,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1143,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1144,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* body {
    background: #ddc3de;*/
} */

.banner-logo {
    background: url(/Component/images/AWWA-min.png) top left no-repeat,linear-gradient(135deg, #fff , transparent 20% 80%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
    .carousel-caption {
        bottom: 90px;
    }
    .banner-buttons {
        position: absolute;
        bottom: 6px;
        right: 174px;
    }
    /* .dropdown-menu {
    background-image: url(/Component/images/gradient-pink.jpg),linear-gradient(45deg,#e8bcbb, 0,#fad0c4 99%,transparent 100%);
    
} */
    .dropdown-menu span {
        font-weight: 600;
    }

    .btn-primary-outline {
        background: linear-gradient(135deg, #ff9a9e, transparent);
        border-color: #fc878c;
    }

    .btn-primary, .btn-primary:hover, .btn-primary:active, btn-outline-info, .btn-primary:visited {
        background-image: linear-gradient(to top,#ff9a9e 0,#fecfef 99%,#fecfef 100%);
        /*border-color: #ff9a9e;*/
        border-color: #f9f5f5;
        color: #000000;
    }

    .warm-flame-gradient {
        background-image: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100%);
    }

    .lady-lips-gradient {
        background-image: linear-gradient(to top,#ff9a9e 0,#fecfef 99%,#fecfef 100%);
    }

    #home-events {
        /*background-image: /*url(/Component/images/gradient-pink.jpg),linear-gradient(45deg,#e8bcbb, 0,#fad0c4 99%,transparent 100%);*/
        background: url(/Component/images/asha-light.png) top no-repeat,linear-gradient(135deg, #bababa, transparent);
        background-size: cover;
        margin-right: 18px;
    }

        #home-events h3 {
            font-weight: 600;
            color: #343233;
            background-image: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100%);
            padding: 5px 0 5px 18px;
            font-size: 1.4em;
            margin-bottom: 0px;
        }

        #home-events .list-group-item {
            background-image: linear-gradient(45deg,#bababa 0,transparent 100%);
            font-size: 1.11em;
            padding: 5px 0 5px 18px;
        }

        #home-events .active {
            font-weight: 600;
            color: #343233;
            background: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100%);
            padding: 5px 0 5px 18px;
            font-size: 1.4em;
            margin-bottom: 0px;
        }

    #help-awwa {
        background: url(/Component/images/asha-light.png) top no-repeat,linear-gradient(135deg, #bababa, transparent);
        background-size: cover;
        margin-right: 18px;
    }

        #help-awwa h3 {
            font-weight: 600;
            color: #fff;
            background-color: #4fbcc3;
            padding: 5px 0 5px 0;
            font-size: 1.4em;
            margin-bottom: 0px;
            text-align: center;
        }

    #home-content {
        /*background-image: /*url(/Component/images/gradient-pink.jpg),linear-gradient(45deg,#e8bcbb, 0,#fad0c4 99%,transparent 100%);*/
        background: url(/Component/images/asha-light.png) top no-repeat,linear-gradient(135deg, #e8bcbb, transparent);
        background-size: cover;
    }

    #footer-nav {
        border: 2px solid #fecfef;
        background: linear-gradient(135deg, #e8bcbb, transparent);
        background-size: cover;
    }

    #president .img-thumbnail {
        padding: .45rem;
        background-color: #808080 !important;
        margin: 5px;
        width: 90%;
        height: 80%;
    }


    .box > .icon {
        text-align: center;
        position: relative;
        height: 110px;
    }

        .box > .icon > .image {
            position: relative;
            z-index: 2;
            /*margin: auto;*/
            width: 100px;
            height: 100px;
            border: 8px solid #808080;
            line-height: 88px;
            border-radius: 50%;
            background: #63B76C;
            vertical-align: middle;
        }

        .box > .icon:hover > .image {
            background: #333;
        }

        .box > .icon > .image > img {
            font-size: 36px !important;
            color: #fff !important;
            vertical-align: initial;
        }

        .box > .icon:hover > .image > img {
            color: white !important;
            vertical-align: initial;
        }

        .box > .icon > .info {
            margin: -80px 10px 0px 58px;
        }

        .box > .icon:hover > .info {
            background: rgba(0, 0, 0, 0.04);
            border-color: #e0e0e0;
            color: white;
            text-align: center;
        }

        .box > .icon > .info > h3.title {
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            padding: 0.33em 0 0.33em 1.99em;
            text-align: center;
            border-radius: 30px;
            border: 1px solid #e0e0e0;
            background-color: #808080;
        }

        .box > .icon > .info > p {
            font-size: 13px;
            color: #666;
            line-height: 1.5em;
            margin: 20px;
        }

        .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
            color: #50bbc3;
        }

    .box .space {
        height: 54px;
    }

    #ico-area {
        /*background-color: #4fbcc3 !important;*/
        border: 2px solid #fecfef;
        background: linear-gradient(135deg, #e8bcbb, transparent);
        background-size: cover;
        /* margin-right: 18px;*/
    }

    .glyphicon {
        margin-right: 4px !important; /*override*/
    }

    .pagination .glyphicon {
        margin-right: 0px !important; /*override*/
    }

    .pagination a {
        color: #555;
    }

    .panel ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .news-item {
        padding: 4px 4px;
        margin: 0px;
        border-bottom: 1px dotted #555;
    }

    #news-container ul li a {
        color: #222 !important;
    }

    #flash-container ul li a {
        color: #222 !important;
    }

    #module {
        font-size: 1rem;
        line-height: 1.5;
    }

        #module a.collapsed::after {
            content: 'Read More...';
        }

        #module a:not(.collapsed)::after {
            content: 'Read Less';
        }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }

    .dropup:hover > .dropdown-menu {
        display: block;
        /*background: url(/Component/images/asha-light.png) top no-repeat,linear-gradient(135deg, #ff9a9e, transparent);
    background-size: cover;*/
    }

    .dropup > .dropdown-toggle:active {
        pointer-events: none;
    }

    .navbar-custom {
        background-image: linear-gradient(to top,#ff9a9e 0,#fecfef 99%,#fecfef 100%);
        border: 1px solid #f9f5f5;
        border-radius: 10px;
    }

        .navbar-custom .navbar-brand,
        .navbar-custom .navbar-text {
            color: #000000;
        }

        .navbar-custom .navbar-nav .nav-link {
            color: rgba(255,255,255,.5);
        }

        .navbar-custom .nav-item.active .nav-link,
        .navbar-custom .nav-item:hover .nav-link {
            color: #ffffff;
        }
    /*Inner header*/
    .in-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
        min-height: 230px;
        color: #fff;
        background: #ff9a9e;
        overflow: hidden;
        position: relative;
    }

    .in-header-logo {
        padding: 20px;
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .in-header-title {
        margin-top: auto;
        font-weight: 600;
        font-size: 4.444em;
        text-shadow: 2px 2px #ff9a9e;
        text-transform: uppercase;
        font-style: oblique;
    }

    .in-header-subline {
        /*opacity: .39;*/
        background: linear-gradient(135deg, #353535, transparent);
        font-weight: 600;
        margin-bottom: auto;
        font-size: 2.22em;
        color: #fff;
        padding: 0 20px 10px;
    }

    .in-subheader {
        min-height: 60px;
        display: flex;
        padding: 20px;
        font-weight: 600;
        background-color: #E7E7E7;
        align-items: center;
        justify-content: center;
        color: #4f4f4f;
    }

        .in-subheader a {
            text-decoration: underline;
            color: #fff;
        }

        .in-subheader i {
            margin-right: 20px;
            font-size: 23px;
        }

        .in-subheader a {
            color: #4f4f4f;
        }

            .in-subheader a:focus, .in-subheader a:hover, .in-subheader a:active {
                color: #484848;
            }

    .inner-logo-lt {
        background: url(/Component/images/AWWALogo.min.png) top left no-repeat,linear-gradient(135deg, #fff, transparent 30% 70%);
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        z-index: 10;
        pointer-events: none;
    }
@media (max-width: 767px) {
    .inner-logo-lt {
        background: url(/Component/images/AWWALogo.mob.png) top left no-repeat,linear-gradient(135deg, #fff, transparent 30% 70%);
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        z-index: 10;
        pointer-events: none;
    }
}
@media (max-width: 767px) {
    .banner-buttons {
        top: 6px;
        right: 14px;
        z-index:10;
    }
}

    .inner-logo-rt {
        background: url(/Component/images/aasha_min.png) top right no-repeat,linear-gradient(-135deg, #fff, transparent 30% 70%);
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50%;
        height: 100%;
        z-index: 10;
    }

    .breadcrumb {
        background: url(/Component/images/gradient-pink.jpg) no-repeat;
        /*color:#fff;*/
    }
    /*Circle Images*/
    .card-wrapper {
        margin: 1% 0;
    }
    /* You can adjust the image size by increasing/decreasing the width, height */
    .custom-circle-image {
        /*  width: 10vw; 
    height: 10vw;*/
        border: 5px solid #c556a0;
    }

        .custom-circle-image img {
            object-fit: cover;
        }

    @media (min-width: 768px) and (max-width: 979px) {
        .custom-circle-image {
            width: 20vw; /* note i used vw not px for better responsive */
            height: 20vw;
            border: 8px solid #c556a0; /*#ff9a9e;*/
        }
    }

    @media (max-width: 767px) {
        .custom-circle-image {
            width: 20vw; /* note i used vw not px for better responsive */
            height: 20vw;
            border: 8px solid #c556a0; /*#ff9a9e;*/
        }
    }

    @media (max-width: 480px) {
        .custom-circle-image {
            width: 20vw; /* note i used vw not px for better responsive */
            height: 20vw;
            border: 8px solid #c556a0; /*#ff9a9e;*/
        }
    }
    /*.card-title {
    font-size: 1.333em !important;
    background-color: #c556a0;
    color:#fff;
    margin-bottom:0px;
}
    .card-title span {
        font-size: .999em;
        margin-top: -10px;
    }

.card-text {
    font-size: .999em;
    line-height: initial;
}*/
    /*Image Zoom*/
    .img-hover img {
        -webkit-transition: all .3s ease; /* Safari and Chrome */
        -moz-transition: all .3s ease; /* Firefox */
        -o-transition: all .3s ease; /* IE 9 */
        -ms-transition: all .3s ease; /* Opera */
        transition: all .3s ease;
        position: relative;
    }

        .img-hover img:hover {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform: translateZ(0) scale(1.20); /* Safari and Chrome */
            -moz-transform: scale(1.20); /* Firefox */
            -ms-transform: scale(1.20); /* IE 9 */
            -o-transform: translatZ(0) scale(1.20); /* Opera */
            transform: translatZ(0) scale(1.20);
        }

    .img-hover:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        border: 1px solid #ff9a9e;
    }

    .list-group-item.active {
        font-weight: 600;
        color: #343233;
        background: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100%);
        padding: 5px 0 5px 18px;
        font-size: 1.4em;
        margin-bottom: 0px;
    }

    .breadcrumb-item {
        color: white;
    }
    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px; /* Margin bottom by footer height */
    }

    .footer {
        position: absolute;
        margin: 0;
        bottom: 0;
        width: 100%;
        height: 60px; /* Set the fixed height of the footer here */
        line-height: 60px; /* Vertically center the text there */
        background-color: #f5f5f5;
    }

    .bg-pink {
        background: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100);
    }

    .bg-primary {
        background: linear-gradient(45deg,#ff9a9e 0,#fad0c4 99%,#fad0c4 100);
    }

    .photo-gallery {
        width: 100%;
        float: left;
        border: 4px double #ddd;
        height: 200px
    }

    .heading3 {
        height: 48px;
        overflow: hidden
    }

    .photo_heading {
        margin: 6px 0 0;
        font-size: 101%;
        padding: 10px;
        background: #e8e8e8;
        line-height: 20px;
        float: left;
        width: 100%;
        min-height: 76px;
        border-bottom: 2px solid #f99426
    }

    .heading1 {
        margin: 0;
        font-size: 100%;
        float: left;
        padding-bottom: 10px
    }

    .share ul {
        padding: 0
    }

    .share span {
        font-size: 95%;
        padding-top: 6px;
        padding-left: 9px
    }

    .download_text {
        font-size: 95%;
        padding-top: 3px;
        float: right;
        padding-left: 10px
    }

    .btn-responsive {
        white-space: normal !important;
        word-wrap: break-word;
    }

    /*Modal Class*/
    .modal-dialog.modal-notify.modal-danger .modal-header {
        background-color: #ff3547
    }

    .modal-dialog.modal-notify.modal-danger .fas, .modal-dialog.modal-notify.modal-danger .fab, .modal-dialog.modal-notify.modal-danger .far {
        color: #ff3547
    }

    .modal-dialog.modal-notify.modal-danger .badge {
        background-color: #ff3547
    }

    .modal-dialog.modal-notify.modal-danger .btn .fas, .modal-dialog.modal-notify.modal-danger .btn .fab, .modal-dialog.modal-notify.modal-danger .btn .far {
        color: #fff
    }

    .modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fas, .modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fab, .modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .far {
        color: #ff3547
    }
    /*Our supporters*/
    .slick-slide {
        margin: 0px 20px;
    }

        .slick-slide img {
            width: 100%;
        }

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .slick-list:focus {
            outline: none;
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: '';
        }

        .slick-track:after {
            clear: both;
        }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }
    /*Read more*/
    .addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }

    .addReadMore.showmorecontent .readMore {
        display: none;
    }

    .addReadMore .readMore,
    .addReadMore .readLess {
        margin-left: 5px;
        cursor: pointer;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }

    .ui-widget-header {
        border: 1px solid #f7a49c;
        background: url(/Component/images/gradient-pink.jpg) top right no-repeat;
    }

    .floatcart {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #710680;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        z-index: 101;
    }

        .floatcart:hover {
            background-color: #3a0542;
            color: #FFF;
        }

    .float-qty {
        position: fixed;
        background-color: #bb0000;
        width: 30px;
        height: 20px;
        bottom: 43px;
        right: 55px;
        color: #FFF;
        border-radius: 10px;
        text-align: center;
        font-size: 0.777em;
    }

    .my-cart {
        margin-top: 18px;
    }

    .floathome {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 120px;
        right: 40px;
        background-color: #fe8287;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        box-shadow: 2px 2px 3px #999;
        font-size: 1.444em;
        z-index: 101;
    }

        .floathome:hover {
            background-color: #ff3547;
            color: #FFF;
        }

        .floathome span {
            position: fixed;
            width: 50px;
            height: 20px;
            bottom: 125px;
            right: 45px;
            color: #FFF;
            text-align: center;
            font-size: 0.333em;
        }

    .alerts-border {
        border: 4px #ff0000 dotted;
        animation: blink 1s;
        animation-iteration-count: infinite;
        line-height: 0.8;
    }

    @keyframes blink {
        50% {
            border-color: #000;
        }
    }

/*ARTRAC Page Styles*/

.artrac-pg h1{
    padding-top: 35px;
    font-size: 2em;
    color: #ff0000;
    font-family: Monotype Corsiva;
    font-weight: bold;
}
.artrac-pg p {
    color: #385723;
    font-family: 'Monotype Corsiva';
    font-size: 1.444em;
    font-weight: bold;
    text-align: justify;
}
.artrac-pg .pageHeading {
    background-image: url(/writereaddata/images/2020/Sep/picture18-3.png); /* height: 90px; */
    width: 100%;
    background-repeat: no-repeat;
    background-position: right; /* padding-top: 95px; font-size: 28px; border-bottom: 5px solid #000; */
    background-size: contain;
    padding: 5px 1px 20px;
}
@media (max-width: 767px) {
    .artrac-pg h1 {
        padding-top: 10px;
        font-size: 1.11em;
        color: #ff0000;
        font-family: Monotype Corsiva;
        font-weight: bold;
        max-width:85%;
    }

    .artrac-pg p {
        color: #385723;
        font-family: 'Monotype Corsiva';
        font-size: 0.999em;
        font-weight: bold;
        text-align: justify;
    }
}
.artrac-caption h5 {
    color: #c00000;
    font-weight: bold;
    font-size: 1.11em;
    font-weight: bold;
}
.artrac-caption p {
    color: #c00000;
    font-weight: bold;
    font-size: 1.222em;
    font-weight: bold;
}
.artrac-photofig {
    text-align: center;
    font-family: Comic Sans MS;
    font-size: 14px;
}
.figure-caption {
    color: #c00000;
    font-weight: bold;
    font-size: 10pt;
    font-family: Lucida Calligraphy;
    text-align: center;
}
#atracheader {
    visibility:hidden;
    margin-top: -100px;
}
@media (max-width: 767px) {
    #atracl1 {
        visibility: hidden;
        width: 0px;
    }

    #atracl2 {
        visibility: hidden;
        width: 0px;
    }

    #atracl3 {
        visibility: hidden;
        width: 0px;
    }
    #artrachd {
        visibility: hidden;
        width: 0px;
        height:1px;
    }
    #imgartracpres {
        margin-top: -80px;
    }
    #atracheader {
        visibility: visible;
        margin-top: 0px;
    }
}
/*For Jquery Datatable*/
th.dpass, td.dpass {
    display: none;
}
@media only screen and (min-width: 768px) {
    #dvcontact {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #dvcontacttop {
        display: none;
    }
}

.btn-like {
    color: #fff;
    background-color: #fc3037;
    border-color: #fc262d;
}

    .btn-like:hover {
        color: #fff;
        background-color: #fa787c;
        border-color: #fc262d;
    }

    .btn-like:focus, .btn-like.focus {
        color: #fff;
        background-color: #fc232b;
        border-color: #fc262d;
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-like.disabled, .btn-like:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-like:not(:disabled):not(.disabled):active, .btn-like:not(:disabled):not(.disabled).active,
    .show > .btn-like.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-like:not(:disabled):not(.disabled):active:focus, .btn-like:not(:disabled):not(.disabled).active:focus,
        .show > .btn-like.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }


        /*For Language Bar Right*/
.dropbtn {
    background-color: #dd4b39;
    color: white;
    padding: 4px 24px;
    font-size: 22px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 4px 6px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f4d4fb
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #c0210d;
}

.lang-bar {
    position: fixed;
    right: 0;
    top: 7%;
    padding: 0px;
    margin: 0px;
    z-index: 101;
}

    .lang-bar a {
        display: block;
        text-align: center;
        padding: 6px;
        transition: all 0.3s ease;
    }

/*Gallery*/
@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}
#carouseltodayscorner a {
    display: inline-block;
    margin: 20px;
    position: relative;
    text-decoration: none;
}

.donate {
    background: #fe8287;
    background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,0.4) 100%), -webkit-linear-gradient(left,dc3545 0%,#fe8287 50%,#dc3545 100%);
    background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.4) 100%), linear-gradient(to right,#dc3545 0%,#fe8287 50%,#dc3545 100%);
    background-position: 0 0;
    background-size: 200% 100%;
    border-radius: 4px;
    color: #fff;
    padding: 15px 65px 15px 15px;
    text-shadow: 1px 1px 5px #666;
    -webkit-transition: all 800ms;
    transition: all 800ms;
    z-index: 10001;
}

    .donate:after {
        border-left: 1px solid #fe696f;
        color: #fe4f56;
        content: "\f004";
        font: 20px "FontAwesome";
        padding: 10px 0;
        padding-left: 15px;
        position: absolute;
        right: 16px;
        top: 7px;
        -webkit-transition: all 600ms 200ms;
        transition: all 600ms 200ms;
    }

    .donate:hover {
        background-position: -100% 0;
    }

        .donate:hover:after {
            border-left: 1px solid #fe9b9f;
            color: #fff;
            text-shadow: 0 0 10px #000;
        }
/*Animation Back*/
.landing-animation {
    background: linear-gradient( 72.12deg, #fbdbe3 0%, #f5c7e1 34.72%, #d0dee8 75.75%, #60e4e2 100% );
    /*height: 50vh;*/
    overflow: hidden;
    text-align: center;
    font-size: 28px;
}

/* Sine Wave Animation Effect */

.svg-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 90px;
}

@media (max-width: 767px) {
    .svg-waves {
        height: 80px;
    }
}

.svg-waves__parallax > use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

    .svg-waves__parallax > use:nth-child(1) {
        -webkit-animation-delay: -2s;
        animation-delay: -2s;
        -webkit-animation-duration: 7s;
        animation-duration: 7s;
        fill: rgba(255, 255, 255, 0.7);
    }

    .svg-waves__parallax > use:nth-child(2) {
        -webkit-animation-delay: -3s;
        animation-delay: -3s;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        fill: rgba(255, 255, 255, 0.5);
    }

    .svg-waves__parallax > use:nth-child(3) {
        -webkit-animation-delay: -4s;
        animation-delay: -4s;
        -webkit-animation-duration: 13s;
        animation-duration: 13s;
        fill: rgba(255, 255, 255, 0.3);
    }

    .svg-waves__parallax > use:nth-child(4) {
        -webkit-animation-delay: -5s;
        animation-delay: -5s;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        fill: white;
    }

@-webkit-keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.watermark {
   /* width: 300px;
    height: 100px;*/
    display: block;
    position: relative;
}

    .watermark::after {
        content: "";
        /* background: url(/Component/css/https:/www.google.co.in/images/srpr/logo11w.png);*/
        background: url(/Component/images/asha-light.png);
        opacity: 0.2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
