:root {
    --primaryColor: #7A4699
}

/* header starts */
body.fh5co-offcanvas {
    overflow: hidden;
}

a {
    color: #7a4699;
    -webkit-transition: 0.5s, ease;
    -o-transition: 0.5s, ease;
    transition: 0.5s, ease;
}

a:hover {
    text-decoration: none !important;
    color: #7a4699 !important;
}

p, ul, ol {
    margin-bottom: 1.5em;
    font-size: 16px;
    color: #848484;
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #5a5a5a;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

figure {
    margin-bottom: 2em;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #7a4699;
}

::-moz-selection {
    color: #fcfcfc;
    background: #7a4699;
}

::selection {
    color: #fcfcfc;
    background: #7a4699;
}

#fh5co-header {
    position: relative;
    margin-bottom: 0;
    z-index: 9999999;
}

.stuck {
    position: fixed !important;
    top: 0 !important;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top {
    padding: 10px 0;
    background: #CA9F3D;
}

.header-top .fh5co-link a {
    margin-left: 10px;
    font-size: 13px;
    color: #ffffff;
}

.header-top .fh5co-link a:first-child {
    margin-left: 0;
}

.header-top .fh5co-link a:hover {
    color: #7a4699 !important;
}

@media screen and (max-width: 768px) {
    .header-top .fh5co-link {
        text-align: center;
    }
}

.header-top .fh5co-social a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 15px;
    position: relative;
    -webkit-transition: 0.5s, ease-in-out;
    -o-transition: 0.5s, ease-in-out;
    transition: 0.5s, ease-in-out;
}

.header-top .fh5co-social a:last-child {
    margin-right: 0;
}

.header-top .fh5co-social a:hover, .header-top .fh5co-social a:focus, .header-top .fh5co-social a:active {
    text-decoration: none;
    color: white !important;
}

.header-top .fh5co-social a:hover i, .header-top .fh5co-social a:focus i, .header-top .fh5co-social a:active i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: #7a4699;
}

@media screen and (max-width: 768px) {
    .header-top .fh5co-social {
        text-align: center !important;
    }
}

.fh5co-cover,
.fh5co-hero {
    position: relative;
    height: 550px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover,
    .fh5co-hero {
        height: 700px;
    }
}

.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
    height: 600px;
}

.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(66, 64, 64, 0.9);
    background: rgba(0, 0, 0, 0.2);
}

.fh5co-cover {
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        height: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .btn {
    padding: 1em 2em;
    opacity: .9;
}

.fh5co-cover.fh5co-cover_2 {
    height: 600px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover_2 {
        height: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .desc {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -80px;
    z-index: 2;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fh5co-cover .desc h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 300 !important;
}

.fh5co-cover .desc h2 strong {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc h2 {
        font-size: 40px;
    }
}

.fh5co-cover .desc span {
    display: block;
    margin-bottom: 30px;
    font-size: 28px;
    letter-spacing: 1px;
}

.fh5co-cover .desc span a {
    color: #fff;
}

.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
    color: #fff !important;
}

.fh5co-cover .desc span a:hover.btn, .fh5co-cover .desc span a:focus.btn {
    border: 2px solid #fff !important;
    background: transparent !important;
}

.fh5co-cover .desc span a.fh5co-site-name {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
    margin: 7px 0 0 0 !important;
}

.sf-menu {
    float: right;
}

.sf-menu ul {
    box-shadow: none;
    border: transparent;
    min-width: 12em;
    width: 12em;
}

.sf-menu a {
    color: rgba(0, 0, 0, 0.5);
    padding: 0.75em 1em !important;
    font-weight: normal;
    border-left: none;
    border-top: none;
    border-top: none;
    text-decoration: none;
    zoom: 1;
    font-size: 14px;
    border-bottom: none !important;
}

.sf-menu a:hover, .sf-menu a:focus {
    color: #7a4699 !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
    color: #7a4699;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
    text-transform: none;
    padding: 0.2em 1em !important;
    letter-spacing: 1px;
    font-size: 14px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
    color: #7a4699;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
    background: transparent;
}

.sf-menu ul li {
    background: transparent;
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #ccc;
}


/* CSS for the Donate button */
.sf-menu .btn-donate {
    border: 1px solid #7a4699 !important;
    background-color: transparent;
    border-radius: 25px;
    text-decoration: none;
    color: #7a4699 !important; /* Darker shade of purple for hover effect */
    padding: 0.5em 1em !important;
}

.sf-menu .btn-donate:hover {
    background-color: #7a4699;
    text-decoration: none;
    color: white !important;
    border-radius: 25px;
    border: 1px solid transparent !important;
}

#fh5co-header-section {
    padding: 0;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 1022;
    background: white;
}

.nav-header {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-header > div > button {
    padding: 3px 8px;
    background: var(--primaryColor);
    color: white;
    border-radius: 4px;
}

#fh5co-logo {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 2;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 700;
    float: left;
    display: flex;
    align-items: center;
    gap: 20px;
}

#fh5co-logo span {
    /*font-weight: 700;*/
    color: #7A4699;
}

@media screen and (max-width: 768px) {
    .nav-header {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    #fh5co-logo {
        width: 100%;
        float: none;
        font-size: 18px;
    }
}

#fh5co-logo a {
    color: #7a4699;
}

#fh5co-logo a:hover, #fh5co-logo a:focus {
    color: #7a4699 !important;
}

#fh5co-menu-wrap {
    position: relative;
    z-index: 2;
    display: block;
    float: right;
}

#fh5co-menu-wrap .sf-menu a {
    padding: 1em .75em;
}

#fh5co-primary-menu > li > ul li.active > a {
    color: #7a4699 !important;
}

#fh5co-primary-menu > li > .sf-with-ul:after {
    border: none !important;
    font-family: "Roboto", sans-serif;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: -0px;
    top: 50%;
    font-size: 12px;
    margin-top: -7px;
    content: "\e922";
    color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu > li > ul li {
    position: relative;
}

#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
    border: none !important;
    font-family: "Roboto", sans-serif;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: 10px;
    top: 20px;
    font-size: 12px;
    content: "\e924";
    color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
    padding: 10px 7px 10px;
    background: #fff;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
    left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
    position: absolute;
    top: -9px;
    left: 20px;
    width: 0;
    height: 0;
    content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
    position: absolute;
    top: -8px;
    left: 21px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
    top: 6px;
    left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
    top: 7px;
    right: 100%;
    border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
    border-color: #ebebeb;
    -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

.site-header.has-image #primary-menu .sub-menu:before {
    display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
    letter-spacing: 0;
    padding: 0 15px;
    font-size: 18px;
    line-height: 34px;
    color: #575757 !important;
    text-transform: none;
    background: none;
}

#fh5co-primary-menu .fh5co-sub-menu a:hover {
    background-color: #7a4699;
    color: white !important;
}

@media screen and (max-width: 768px) {
    #fh5co-menu-wrap {
        transform: translateX(100%);
        position: absolute;
        background: white;
        width: calc(100% + 30px);
        height: 100vh;
        margin: 0 -15px;
        padding: 0 15px ;
        transition: all 200ms;
    }
    #fh5co-menu-wrap #fh5co-primary-menu > li {
        float: none;
    }
    .sf-menu{
        float: none;
    }
}


#fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2,
#fh5co-blog-section,
#fh5co-features {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-work-section,
    #fh5co-services-section,
    #fh5co-content-section,
    #fh5co-work-section_2,
    #fh5co-blog-section,
    #fh5co-features {
        padding: 4em 0;
    }
}

/* header ends here */


.carosal-area {
}

.carosal-area .item {
    background-image: url("img/cover_bg_3.jpg");
    background-size: cover;
    height: 550px;
}

.carosal-area .text {
    text-align: center;
    margin-bottom: 50px;
}

.carosal-area .text > h3 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 210px;
}

.carosal-area .text > p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 28px;
}

.carosal-area .text > h5 {
    display: inline-block;
    margin-left: 10px;
    margin-top: 52px;
}

.carosal-area .text > h5 a {
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    text-decoration: none;
}

.carosal-area .text > h5.white-button a {
    background: #fff;
    color: #7a4699;
}

.carosal-area .text > h5.white-button a:hover {
    border: 1px solid #ffffff;
    background-color: #7a4699;
    color: #ffffff !important;
}

.carosal-area .text > h5.yellow-button a:hover {
    background-color: #CA9F3D;
    color: #ffffff !important;
}

.carosal-area .owl-prev {
    left: 0;
    position: absolute;
    top: 48%;
}

.carosal-area .owl-next {
    right: 0;
    position: absolute;
    top: 48%;
}

.carosal-area .owl-theme .owl-nav [class*="owl-"] {
    /* background: #7a4699 none repeat scroll 0 0; */
    background-color: rgba(217, 215, 218, 0.5); /* Adjust the alpha (opacity) value as needed */

    border-radius: 50%;
    font-size: 25px;
    height: 50px;
    line-height: 43px;
    width: 50px;
}

.carosal-area .owl-theme .owl-nav :hover {
    background-color: #7a4699;
}

.carosal-area .owl-dots {
    margin-bottom: 40px;
    margin-top: -50px;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff none repeat scroll 0 0;
}


/* About Section  */

.about_section {
    width: 100%;
    float: left;
    background-color: #7a4699;
    padding-bottom: 90px;
    text-align: justify;
}

.layout_padding {
    padding-top: 115px;
    margin-bottom: 115px;
}

.footer_layout_padding {
    padding-top: 50px;
    margin-bottom: 50px;
}

.about_taital {
    width: 100%;
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.about_section h2::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 2px;

    position: absolute;
    width: 75px;
    margin: 0 auto;
}

.about_taital h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

.about_text {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    padding: 50px 0;
}

.about_text p {
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

.readmore_bt {
    width: 150px;
    float: left;
    margin-top: 20px;
}


.readmore_bt a {
    width: 100%;
    font-family: "Roboto", sans-serif;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 10px 0px;
    border-radius: 25px;
    text-transform: uppercase;
}


.readmore_bt a:hover {
    color: #ffffff !important;
    background-color: #CA9F3D;
    border: 1px solid #ffffff;
}


.about_img {
    width: 100%;
    float: left;
    vertical-align: middle;
    border-style: none;
}

.about_img img {
    width: 65%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about_text {
        font-size: 14px;
        padding: 0px 0px;
    }
}


/* About Section Close */


.wrapper section > h2 {
    color: #7a4699;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 115px auto 50px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 115px 0 50px;
}

.wrapper section > h2::before {
    background: #CA9F3D none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 48%;
    position: absolute;
    width: 75px;
    margin: 0 auto;
}

.wrapper section > p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.our_activity {
    margin-bottom: 140px;
}

.our_activity .single-Promo {
    border-radius: 7px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    margin: 100px 35px 0;
    padding: 40px 45px;
    position: relative;
}

.our_activity .single-Promo .promo-icon {
    left: 0;
    position: absolute;
    text-align: center;
    top: -40px;
    width: 100%;
}

.our_activity .single-Promo h2 {
    border-radius: 60px;
    margin: 10px auto 38px;
    position: relative;
    width: -moz-fit-content;
}

.our_activity .single-Promo h2::before {
    background: #CA9F3D none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 20%;
    position: absolute;
    width: 60%;
}

.our_activity .single-Promo h2 a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #7a4699;
}

.our_activity .single-Promo p {
    color: #3c354e;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.our_activity .single-Promo i {
    border: 0 solid #000;
    border-radius: 50%;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    font-size: 30px;
    padding: 25px;
    text-align: center;
    background: #fff;
    color: #CA9F3D;
}


.our_activity .single-Promo h2 {
    border-radius: 60px;
    margin: 10px auto 38px;
    position: relative;
    width: -moz-fit-content;
    text-align: center;
}


/* events section  */
.row-bottom-padded-md {
    padding-bottom: 4em;
}

.fh5co-blog a img {
    width: 100%;
}

.js .animate-box {
    opacity: 0;
}

.fh5co-blog {
    margin-bottom: 60px;
}

.fh5co-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    width: 90%;
    padding: 30px;
    float: right;
    margin-top: -5em;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

.fh5co-blog .blog-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
    color: rgba(0, 0, 0, 0.6);
}

.fh5co-blog .blog-text span.posted_by {
    font-style: italic;
    color: rgba(0, 0, 0, 0.3);

}

.fh5co-blog .blog-text span {
    display: inline-block;
    margin-bottom: 20px;
}

.fh5co-blog .blog-text span.comment {
    float: right;
}

.fh5co-blog .blog-text span {
    display: inline-block;
    margin-bottom: 20px;
}

.fh5co-blog .blog-text span {
    display: inline-block;
    margin-bottom: 20px;
}

.fh5co-blog .blog-text span.comment a {
    color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .blog-text span.comment a i {
    color: #7a4699;
    padding-left: 7px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "Roboto", sans-serif !important;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p, ul, ol {
    margin-bottom: 1.5em;
    font-size: 16px;
    color: #848484;
    font-family: "Roboto", sans-serif;
}

/* .fh5co-blog .blog-text .prod-title p,a
{ color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
} */
.btn-events {
    border: 1px solid #7a4699;
    background-color: #ffffff;
    border-radius: 25px;
    color: #7a4699;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-decoration: none;
}

.btn-events:hover {
    border: 1px solid #ffffff;
    background-color: #7a4699;
    color: #ffffff !important;
}


/* \\\\\\\\\Footer Section Starts \\\\\\\\\\\\\\\\\ */

.footer {
    padding-top: 0px;
}

.fh5co-social-icons > a {
    padding: 4px 10px;
    color: #7a4699;
}

.fh5co-social-icons > a i {
    font-size: 26px;
}

.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
    text-decoration: none;
    color: #5a5a5a;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #7a4699;

}


.footer_taital {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 5px;
    position: relative;
}

ul, li, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

user agent stylesheet
li {
    text-align: -webkit-match-parent;
}


.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #CA9F3D !important;
}

a, .btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer_menu li::before {
    width: 10px;
    height: 10px;
    content: "";
    background-color: #CA9F3D;
    position: absolute;
    left: -20px;
    top: 27%;
    border-radius: 100%;
}

input[type=text]::placeholder {
    color: #a19f9f;
}

input:focus {
    outline: none;
    color: #a19f9f;
}

*::selection {
    background-color: #b3d4fc; /* Change to the desired highlight color */
    color: #000; /* Change text color to ensure readability */
}

/* Change placeholder color to gray (#999) */

.address_text {
    width: 85%;
    float: left;
    font-size: 18px;
    color: #ffffff !important;
    padding: 5px 200px 5px 0px;
    border: 0px;
    background-color: transparent;
    height: 60px;
    margin-top: 20px;
    border-bottom: 1px solid #ffffff;

}

.address_text button, input {
    overflow: visible;
    text-decoration: none;
}

.address_text button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #ffffff;
    margin: 5px 0px;
}

.footer_text p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: white;
}

.footer_text a {
    color: white;
}

.footer_text a:hover {
    color: #CA9F3D !important;
}

.get_bt {
    width: 40%;
    float: right;
    font-size: 18px;
    color: #CA9F3D;
    background-color: transparent;
    padding: 10px 0px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    top: -56px;
    right: 5px;
    font-weight: bold;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: 50px;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #7a4699;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 0px;
}

.copyright_text a {
    color: #CA9F3D;
}

.footer_logo {
    position: relative;
    width: 55%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.footer_logo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.social_icon {
    width: 100%;
    float: left;
    padding-left: 50px;


}

.social_icon a {
    color: #ffffff;
    font-size: 30px;
}

.social_icon img {
    vertical-align: middle;
    border-style: none;
}

.social_icon li a {
    float: left;
    font-size: 30px;
    padding-right: 15px;
    padding-top: 40px;
}

ul, li, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.social_icon li a:hover {
    color: #CA9F3D !important;
}

/* \\\\\\\\\\\\ Footer Ends \\\\\\\\\\\ */


.events_section_area {
    margin-bottom: 115px;
}

.events_section_area .events_single {
    margin: 60px 20px 0;
}

.events_section_area .events_single img {
    width: 100%;
}

.events_section_area .events_single p {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin-top: 14px;
    font-weight: 400;
    position: relative;
}

.events_section_area .events_single p i {
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}

.events_section_area .events_single p span.event_left {
    left: 0;
    position: absolute;
    padding-left: 20px;
}

.events_section_area .events_single p span.event_right {
    position: absolute;
    right: 0;
    padding-left: 20px;
}

.events_section_area .events_single h3 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 70px;
    text-align: center;
}

.events_section_area .events_single:hover h3 {
    color: #7a4699;
    text-decoration: underline;
}

.events_section_area .events_single h6 {
    color: #6f6f6f;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}


/* Events close  */


.donors {
    height: 600px;
}

.donors .donors_input {
    background: #7a4699 none repeat scroll 0 0;
    float: left;
    min-height: 600px;
    text-align: center;
    width: 50%;
    padding-bottom: 10px;
}

.donors .donors_input h2,
.donors .donors_image h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 75px 0 50px;
    text-align: center;
}

.donors .donors_image h2 {
    color: #000;
}

.donors .donors_input p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 35px 0;
    text-align: center;
    text-transform: uppercase;
}

.donors .donors_input p input {
    margin-left: 20px;
    margin-right: 10px;
}

.donors .donors_input h5 {
    margin: 65px auto 0;
    max-width: 500px;
}

.donors .donors_input h5 input {
    background: #7a4699 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    padding: 17px 20px;
    width: 47%;
}

.donors .donors_input h5 input[type="text"] {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-right: 2%;
}

.donors .donors_input h5 input[type="email"] {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-left: 2%;
}

.donors .donors_input input[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #7a4699;
    border-radius: 25px;
    color: #7a4699;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 45px;
    padding: 10px 30px;
}

.donors .donors_input h4 {
    margin-top: 20px;
    text-align: center;
}

.donors .donors_input h4 select {
    width: 500px;
    background: #7a4699 none repeat scroll 0 0;
    border: none;
    padding: 17px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.donors .donors_image {
    background: url("/assets/img/events_single_two.jpg") center center;
    background-size: cover;

    float: left;
    width: 50%;
    height: 600px;
}

.donors .donors_image .item {
    text-align: center;
    margin-bottom: -60px;
}

.donors .donors_image .item img {
    border-radius: 10px;
    margin: 0 auto 30px;
    width: 385px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.donors .donors_image .item h3 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.donors .donors_image .item p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 75px;
}

.donors .donors_image .item p span {
    color: #7a4699;
}

.donors .donors_image .owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

.donors .donors_image .owl-theme .owl-dots .owl-dot.active span,
.donors .donors_image .owl-theme .owl-dots .owl-dot:hover span {
    background: #7a4699 none repeat scroll 0 0;
    border: 1px solid #7a4699;
}

.donors .donors_image .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #7b7e80;
    height: 12px;
    width: 12px;
}

.volunteer_area .item {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.volunteer_area .item img {
    float: left;
    width: 160px;
}

.volunteer_area .item .text {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    float: left;
    width: 250px;
    padding: 20px 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.volunteer_area .item .text h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.volunteer_area .item .text h6 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
}

.volunteer_area .item .text h5 i {
    font-size: 18px;
    color: #504b5f;
    margin-right: 20px;
}

.volunteer_area .item .text p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0;
}

.volunteer_area .owl-theme .owl-nav {
    margin: 65px 0 110px;
}

.volunteer_area .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    margin: 8px;
    padding: 0;
}

.volunteer_single {
    margin-top: 70px;
}

.volunteer_area .owl-theme .owl-nav i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #7a4699;
    border-radius: 5px;
    color: #7a4699;
    font-size: 25px;
    height: 50px;
    overflow: hidden;
    padding: 10px 15px;
    width: 50px;
}

.volunteer_area .owl-theme .owl-nav i:hover {
    background: #7a4699;
    color: #fff;
}

.carosal_bottom {
    background-color: #7a4699;
    background-size: 100% 100%;
    height: 575px;
}

.carosal_bottom .item {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

.carosal_bottom .item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.carosal_bottom .item p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 28px;
}

.carosal_bottom .item h5 {
    margin-top: 21px;
}

.carosal_bottom .item h5 i {
    color: #ffffff;
    font-size: 60px;
}

.carosal_bottom .item h4 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
    text-transform: uppercase;
}

.carosal_bottom .item h6 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.carosal_bottom .owl-theme .owl-nav,
.carosal_bottom .owl-theme .owl-dots {
    display: none;
}

.letast_news .single_news {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 130px;
    margin-top: 70px;
    border-radius: 10px;
}

.letast_news .single_news img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.letast_news .single_news .texts {
    padding: 30px;
}

.letast_news .single_news .texts p.date a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}

.letast_news .single_news .texts h3 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
}

.letast_news .single_news .texts p.texts {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
    padding: 0;
}

.letast_news .single_news .texts h3 a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.letast_news .single_news:hover .texts h3 {
    color: #7a4699;
}

.letast_news .single_news:hover .texts h3 a {
    color: #7a4699;
    text-decoration: underline;
}


.btn-news {
    border: 1px solid #7a4699;
    background-color: #ffffff;
    border-radius: 25px;
    color: #7a4699;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-decoration: none;
}

.btn-news:hover {
    border: 1px solid #ffffff;
    background-color: #7a4699;
    color: #ffffff !important;
}


.footer_carosal {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 150px;
    padding: 60px 0;
}

.footer_carosal .footer_carosal_icon .item img {
    width: 150px;
}

.footer {
    background: #2e2e2e;
    padding-top: 80px
}

.footer .footer-charity-text {
    max-width: 345px;
}

.footer .footer-charity-text h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 27px;
}

.footer .footer-charity-text p {
    color: rgb(91, 91, 91);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.footer .footer-charity-text hr {
    border-color: rgb(91, 91, 91);
}

.footer .footer-charity-text p i {
    color: #5b5b5b;
    font-size: 18px;
    margin-right: 20px;
}

.footer-charity-text hr {
    margin: 35px 0;
}

.footer .footer-text h3 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0 25px;
}

.footer .footer-text ul {
    margin: 0;
    padding: 0;
}

.footer .footer-text.one ul li {
    left: 7px;
    list-style: outside none none;
    padding-left: 20px;
    position: relative;
}

.footer .footer-text.one ul li i {
    color: rgb(91, 91, 91);
    font-size: 15px;
    left: -7px;
    position: absolute;
    top: 3px;
}

.footer .footer-text.one ul li a {
    color: rgb(91, 91, 91);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.footer .footer-text.two ul li a {
    color: rgb(91, 91, 91);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.footer .footer-text ul li {
    margin-bottom: 10px;
}

.footer .footer-text.two ul li a:hover,
.footer .footer-text.one ul li a:hover,
.footer .footer-text.one ul li i:hover,
.footer .footer-charity-text p i:hover {
    color: #c0c0c0;
}

.footer .footer_bottom p {
    background: #232323 none repeat scroll 0 0;
    color: #cacaca;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 75px;
    line-height: 75px;
    margin: 70px 0 0;
    padding: 0;
    text-align: center;
}

.footer .footer_bottom p a {
    color: #7a4699;
    text-decoration: none;
}


.clear {
    clear: both;
}

.footer_carosal_icon .owl-nav {
    display: none;
}
