@import url(../css);
@import url(../css-1);

*,
p,
ul {
    margin: 0
}

.founder-area,
.give-static-wrap {
    margin-top: -120px
}

.about-description,
.about-title,
.counter-2,
.our-impact-box h4 {
    font-family: Inter, sans-serif
}

.header-item4,
.theme-btn,
a,
a:hover {
    text-decoration: none
}

* {
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #424242;
    font-family: "Playfair Display", serif
}

ul {
    padding: 0;
    list-style: none
}

.theme-btn {
    font-size: 12px !important;
    text-transform: uppercase;
    background: #603164;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 30px 0 35px !important;
    line-height: 49px !important;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: .3s ease-in;
    border: none
}

.our_impact_bg,
.partners_bg,
.testimonials_bg,
.volunteers-bg {
    background-repeat: no-repeat
}

.theme-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background: #603164
}

.service-area .button-shared .theme-btn:hover,
.service-area .button-shared .theme-btn:hover:after,
.theme-btn:hover,
.theme-btn:hover:after {
    background-color: #000;
    color: #fff
}

.action-india-history-content-heading .action-india-history-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    margin-bottom: 10px
}

.action-india-history-content-heading .section__meta,
.section-heading .section__meta {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 8px;
    display: block
}

.action-india-history-content-heading .text__white,
.fun-content-wrap .fun-content .fun-item p,
.quotes_bg .quotes h3,
.quotes_bg .quotes p,
.section-heading .text__white {
    color: #fff
}

.action-india-mission-vision-icon {
    line-height: 1px
}

.action-india-mission-vision-divider,
.section-divider {
    height: 2px;
    background-color: #f2f0ec;
    position: relative;
    display: block
}

#loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999
}

#back-to-top,
.header-socials i {
    width: 40px;
    height: 40px;
    line-height: 40px
}

#loading-area .loader-box #loader-1 {
    -webkit-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#loading-area .loader-box #loader-1:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background-color: #ff7607;
    -webkit-animation: 1s infinite flip;
    animation: 1s infinite flip
}

#loading-area .loader-box .loader {
    width: 100px;
    height: 100px;
    position: relative
}

@keyframes flip {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotateY(180deg)
    }

    100% {
        transform: rotateY(180deg) rotateX(180deg)
    }
}

.container {
    max-width: 1200px
}

.header-area .header-top-action {
    background: #ffeff7;
    line-height: 32px;
    position: relative;
    z-index: 2
}

.header-area .header-top-action .top-action-content {
    background: #424242;
    position: relative;
    z-index: 1
}

.header-area .header-top-action .info-action-content,
.header-area2 .header-top {
    background-color: transparent
}

.header-area .header-top-action .info-action-content:after,
.header-area .header-top-action .info-action-content:before {
    display: none;
    padding: 45px
}

.header-area .header-top-action .top-action-content:after,
.header-area .header-top-action .top-action-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #424242;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1
}

.header-area .header-top-action .top-action-content:after {
    right: -20px;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg)
}

.header-area .header-top-action .top-action-content .info-box ul li {
    color: #fff;
    font-size: 13px;
    margin-right: 45px
}

.header-area .header-top-action .top-action-content .info-box {
    padding-top: 12px;
    padding-bottom: 12px
}

.header-area .header-top-action .top-action-content .info-box ul li:last-child,
.header-area .header-top-action .top-action-content .info-box ul.top-action-list li:last-child {
    margin-right: 0;
    padding-right: 45px
}

.header-area .header-top-action .top-action-content .info-box ul li a {
    color: #fff;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.active>a,
.header-area .header-top-action .top-action-content .info-box ul li a i,
.header-area .header-top-action .top-action-content .info-box ul li a:hover {
    color: #9c67a1
}

.header-area .header-top-action .top-action-content .info-box ul li a i {
    margin-right: 5px;
    font-size: 12px
}

.header-area .header-top-action .top-action-content .info-box ul.top-action-list li a {
    color: #818181;
    text-transform: capitalize
}

.header-area .header-top-action .top-action-content .info-box ul.top-action-list li {
    margin-right: 24px
}

.header-area .header-top-action .top-action-content .info-box ul.top-action-list li a i:hover,
.header-area .header-top-action .top-action-content .info-box ul.top-action-list li a:hover {
    color: #603164
}

.header-area .header-top-action .top-action-content .info-box ul.top-action-list li a i {
    color: #818181;
    font-size: 14px
}

.header-area .header-top,
.sponsor-area .sponsor-wrap .logo-item4,
.sponsor-area .sponsor-wrap .logo-item4:after {
    background-color: #fff
}

.header-area .header-top .ostion-top-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-area .header-top .ostion-top-wrap .ostion-logo {
    height: 120px;
    display: table;
    vertical-align: middle
}

.header-area .header-top .ostion-top-wrap .ostion-logo a {
    height: 120px;
    display: table-cell;
    vertical-align: middle
}

.header-area .header-top .ostion-top-wrap .header-btn .theme-btn,
.header-area .header-top .ostion-top-wrap .header-btn .theme-btn:after {
    background-color: #9c67a1
}

.header-area .header-top .ostion-top-wrap .header-btn .theme-btn:hover,
.header-area .header-top .ostion-top-wrap .header-btn .theme-btn:hover:after,
.header-area .side-nav-container .side-menu-wrap .side-btn .theme-btn,
.header-area .side-nav-container .side-menu-wrap .side-btn .theme-btn:after,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(2) a,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(2) a:after,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(3) a,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(3) a:after,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(4) a,
.header-area .side-nav-container .side-menu-wrap .side-social li:nth-child(4) a:after,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag:after {
    background-color: #603164
}

.header-area .header-top .ostion-top-wrap .ostion-menu {
    height: 120px;
    position: relative
}

.header-area .header-top .ostion-top-wrap .ostion-menu .mobile-menu-toggle {
    position: absolute;
    right: 15px;
    top: 0;
    color: #232323;
    font-size: 21px;
    cursor: pointer;
    width: 35px;
    height: 120px;
    background-color: rgba(35, 35, 35, .1);
    line-height: 37px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-area .header-top .ostion-top-wrap .ostion-menu .mobile-menu-toggle:hover {
    background-color: transparent;
    color: #ff7607
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 16px;
    height: 120px
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li {
    display: inline-block;
    position: relative
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li:last-child,
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li:last-child a,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:last-child,
.sidebar-shared .side-widget .side-share-profile ul li:last-child {
    margin-right: 0
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li:hover .dropdown-menu-item {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item {
    position: absolute;
    left: 0;
    top: 120%;
    min-width: 230px;
    background-color: #fff;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    z-index: 3;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 0 30px
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li {
    padding-bottom: 16px;
    display: block
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li:first-child {
    padding-top: 16px
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a {
    padding: 0;
    margin-left: 2px;
    line-height: 22px;
    display: inline-block
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a:after {
    bottom: -3px
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a {
    color: #818181;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0 19px;
    padding-bottom: 17px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:after {
    content: "";
    height: 1px;
    width: 0;
    background: #424242;
    position: absolute;
    bottom: 18px;
    right: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:hover:after {
    right: auto;
    left: 0;
    width: 100%
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social {
    flex: 1;
    float: right;
    font-size: 16px
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li {
    margin-right: 28px;
    display: inline-block
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-facebook {
    color: #182eb2
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-twitter {
    color: #31a5ff
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-youtube-play {
    color: #ff2e2e
}

.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .header-social ul li a i.fa-google-plus {
    color: #232323
}

.header-area .header-info {
    margin-bottom: -62px;
    background-color: rgba(0, 0, 0, .2);
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    height: 62px
}

.header-area .header-info .header-info-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 61px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: -2px;
    margin-right: -4px
}

.header-area .header-info .header-info-inner .header-info-box {
    border-left: 1px solid rgba(255, 255, 255, .3);
    height: 60px;
    width: 33%;
    display: flex;
    align-items: center
}

.header-area .header-info .header-info-inner .header-info-box.header-info-box-1 {
    border-left: none;
    text-align: left
}

.header-area .header-info .header-info-inner .header-info-box.header-info-box-2 {
    text-align: center;
    justify-content: center
}

.header-area .header-info .header-info-inner .header-info-box.header-info-box-3 {
    justify-content: flex-end
}

.header-area .header-info .header-info-inner .header-info-box i {
    color: #ff7607;
    margin-right: 10px;
    font-size: 16px;
    margin-top: -3px
}

.header-area .side-nav-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background-color: #232323;
    overflow-x: hidden;
    z-index: 999;
    -webkit-transition: .4s cubic-bezier(.7, 0, .2, 1);
    -moz-transition: .4s cubic-bezier(.7, 0, .2, 1);
    -ms-transition: .4s cubic-bezier(.7, 0, .2, 1);
    -o-transition: .4s cubic-bezier(.7, 0, .2, 1);
    transition: .4s cubic-bezier(.7, 0, .2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.header-area .side-nav-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines {
    display: inline-block;
    text-align: right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 18px;
    opacity: .5
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines:after,
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines:after {
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg)
}

.header-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:after,
.header-area .side-nav-container .humburger-menu .humburger-menu-lines:hover:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.header-area .side-nav-container .side-menu-wrap {
    margin-top: 100px
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item {
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item.active .menu-plus-icon:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item:hover>a {
    background-color: rgba(255, 255, 255, .12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:hover {
    background-color: rgba(255, 255, 255, .1)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after,
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:before {
    position: absolute;
    top: 24px;
    right: 20px;
    content: "";
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .menu-plus-icon:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.barfiller .tipWrap,
.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu,
.map-area #map .gm-style .gm-style-cc,
.map-area #map .gm-style .gmnoprint,
.map-area #map .gm-style button.gm-control-active.gm-fullscreen-control,
.slider-area2 .single-slide-item:after {
    display: none
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .12)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a {
    padding-left: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: rgba(255, 255, 255, .7)
}

.header-area .side-nav-container .side-menu-wrap .side-menu-ul .sidenav__item .side-sub-menu li a:hover {
    color: #ff7607
}

.header-area .side-nav-container .side-menu-wrap .side-social {
    margin-top: 30px;
    text-align: center
}

.header-area .side-nav-container .side-menu-wrap .side-social li {
    display: inline-block;
    padding-right: 12px
}

.header-area .side-nav-container .side-menu-wrap .side-social li:last-child {
    padding-right: 0
}

.header-area .side-nav-container .side-menu-wrap .side-social li a {
    font-size: 14px;
    background-color: #603164;
    color: #fff;
    padding: 0 5px 0 12px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px
}

.header-area .side-nav-container .side-menu-wrap .side-social li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #603164;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg)
}

.header-area .side-nav-container .side-menu-wrap .side-btn {
    text-align: center;
    margin-top: 40px
}

.header-fixed {
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.header-area2 {
    position: fixed;
    z-index: 1024;
    width: 100%;
    top: 0;
    left: 0
}

.action-india-history-area .helping-item .helping-box5,
.action-india-history-area .helping-item .helping-box5:after,
.header-area2 .header-top-action,
.header-area2 .header-top.header-fixed,
.sponsor-area .sponsor-wrap .logo-item5,
.sponsor-area .sponsor-wrap .logo-item5:after {
    background-color: #424242
}

.header-area2 .header-top-action .top-action-content .info-box {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-area2 .header-top-action .top-action-content:after,
.header-area2 .header-top-action .top-action-content:before {
    display: none;
    height: 100%;
    z-index: -1
}

.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a,
.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a i {
    color: #bfbfbf;
    font-size: 10px;
    line-height: 28px;
    padding: 5px
}

.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a i:hover,
.header-area2 .header-top-action .top-action-content .info-box ul.top-action-list li a:hover {
    color: #050505;
    background-color: #f1ae44;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a,
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a,
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.active>a {
    color: #fff;
    padding: 2px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item li a:hover,
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:hover,
.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li.active>a:hover {
    color: #fff;
    background-color: #f1ae44;
    padding: 2px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a:after {
    background-color: #050505;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    padding: 2px
}

.header-area2 .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li .dropdown-menu-item {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.action-india-ongoing-programs-area .action-india-ongoing-programs-item-box .action-india-ongoing-programs-item-img-box,
.cta-area,
.cta-area2,
.slider-area {
    position: relative;
    z-index: 1
}

.slider-area .single-slide-item {
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 602px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.slider-area .single-slide-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 852px;
    height: 100%;
    top: 0;
    left: -110px;
    z-index: -1;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg)
}

.slider-area .slide-bg1 {
    background-image: url("../images/banner/AI 50yrs Banner.jpeg")
}

.slider-area .slide-bg2 {
    background-image: url("../images/banner/jashn-e-karvan collage.png")
}

.slider-area .slide-bg4 {
    background-image: url("../images/banner/3.Satinder\,\ 1985.jpg")
}

.slider-area .slide-bg5 {
    background-image: url("../images/banner/6.protest\ outside\ police\ station\ jaswanti's\ murder.jpg")
}

.slider-area .slide-item-table {
    display: table;
    width: 100%;
    height: 100%
}

.slider-area .slide-item-tablecell {
    display: table-cell;
    vertical-align: middle
}

.slider-area .slider-heading .slider__meta {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 12px
}

.slider-area .slider-heading .slider__title {
    font-size: 28px;
    line-height: 65px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 47px
}

.slider-area .homepage-slide1 .owl-dots {
    position: absolute;
    top: 50%;
    right: 300px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-area .homepage-slide1 .owl-dots div {
    width: 14px;
    height: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    opacity: .4;
    position: relative;
    border: none;
    padding: 0;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.founder-area .owl-dots div:after,
.slider-area .homepage-slide1 .owl-dots div:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-25deg, 0deg);
    -moz-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg)
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list:after,
.give-area .give-title-box:after {
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    top: 0
}

.slider-area .homepage-slide1 .owl-dots div.active,
.slider-area .homepage-slide1 .owl-dots div:hover {
    opacity: 1
}

.slider-area2 .single-slide-item {
    height: 1024px;
    background-size: cover;
    background-position: center
}

.slider-area2 .single-slide-item .slider-heading {
    padding-top: 50px;
    color: #fff
}

.give-area {
    background-color: #f2f0ec
}

.give-area .container-fluid {
    padding-right: 260px;
    padding-left: 260px;
    position: relative;
    z-index: 2
}

.give-area .container-fluid .col-lg-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%
}

.give-area .container-fluid .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%
}

.give-area .container-fluid .col-lg-3,
.give-area .container-fluid .col-lg-9,
.newsletter-area .newsletter-form .col-lg-9 {
    padding-right: 0;
    padding-left: 0
}

.give-area .give-title-box {
    background-color: #f1ae44;
    padding: 105px 0 109px 115px;
    position: relative;
    z-index: 1
}

.give-area .give-title-box:after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background-color: #f1ae44;
    transform: skew(-12deg, 0deg)
}

.give-area .give-progress-box {
    background-color: #e36955;
    height: 394px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 120px
}

.give-area .give-progress-box .skill-item {
    width: 100%;
    color: #fff
}

.skill-area .skills .skill .skill__title,
.skill-area .skills .skill span:last-of-type {
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    color: #fff;
    display: inline-block
}

.skill-area .skills .skill span:last-of-type {
    float: right;
    font-family: "Playfair Display", sans-serif
}

.skill-area .skills .skill .progress_bg {
    background-color: #fff;
    margin-top: 19px
}

.skill-area .skills .skill .progress_bar {
    height: 10px;
    background-color: #f1ae44;
    position: relative
}

.skill-area .skills .skill .skill-meta ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.skill-area .skills .skill .skill-meta ul li {
    font-size: 20px
}

.make-world-area {
    padding-bottom: 119px;
    background-color: #ffeff7
}

.action-india-history-area2 .helping-form .form-shared,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment,
.gallery-area .gallery-wrap,
.make-world-area .world-static-wrap,
.team-area .team-content-wrap {
    margin-top: 51px
}

.about-area .about-large-img img,
.about-area .about-semi-img img,
.action-india-history-area2 .fun-content .fun-item img,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-img img,
.donate-area .donate-fun-wrap .fun-content,
.donate-area .donate-item-img figure img,
.entry-area .entry-static-wrap .entry-static-box .entry-video-img img,
.event-detail-area .blog-content .blog-item .blog-img img,
.gallery-area .gallery-wrap .gallery-item img,
.gallery-area .gallery-wrap .gallery-item:hover:after,
.gallery-area2 .gallery-item img,
.gallery-area2 .gallery-item:hover:after,
.make-world-area .world-static-wrap .world-item .world-img-box img,
.mixer-area4 .mixer-video-content img,
.volunteer-area .service-wrap .service-item img {
    width: 100%
}

.make-world-area .world-static-wrap .world-item .world-img-bg {
    height: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden
}

.make-world-area .world-static-wrap .world-item .world-img-bg:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -8px;
    z-index: 1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-20deg, 0deg);
    -moz-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg)
}

.make-world-area .world-static-wrap .world-item .world-img-bg2:after,
.mixer-area4 .action-india-history-content-heading .theme-btn,
.mixer-area4 .action-india-history-content-heading .theme-btn:after {
    background-color: #e36955
}

.make-world-area .world-static-wrap .world-item .world-img-bg3:after {
    background-color: #f1ae44
}

.make-world-area .world-static-wrap2 {
    padding-top: 53px
}

.make-world-area .world-static-wrap2 .world-content .world__title {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400
}

.make-world-area .world-static-wrap2 .world-content .world__title strong {
    color: #e36955
}

.donate-area .donate-item-content .action-india-history-content-heading .section__desc,
.make-world-area .world-static-wrap2 .world-content .world__desc {
    line-height: 30px
}

.donate-area {
    padding-top: 120px;
    position: relative;
    z-index: 1
}

.donate-area:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 360px;
    height: 415px;
    background-color: #50bac3;
    z-index: -1
}

.donate-area .donate-item-img {
    margin-right: 88px;
    position: relative;
    z-index: 2
}

.donate-area .donate-item-content .action-india-history-content-heading .action-india-history-title {
    margin-bottom: 42px
}

.donate-area .donate-fun-wrap {
    margin-left: 250px;
    margin-top: -236px;
    background-color: #50bac3;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 115px;
    padding-left: 345px;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%
}

.donate-area .donate-fun-wrap .fun-content .fun-item.fun-item2,
.our-impact-item {
    padding-left: 15px
}

.donate-area .donate-fun-wrap .fun-content .fun-item i {
    font-size: 65px
}

.donate-area .donate-fun-wrap .fun-content .fun-item h3 {
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 14px
}

.breadcrumb-area {
    background-color: #9c67a1;
    position: relative;
    z-index: 1;
    color: #424242
}

.breadcrumb-area .breadcrumb-content {
    text-align: center;
    position: relative;
    padding-top: 48px;
    padding-bottom: 62px
}

.breadcrumb-area .breadcrumb-content .breadcrumb__title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #603164;
    padding: 0 30px 0 35px;
    line-height: 49px
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 1px;
    z-index: -1;
    background: #603164;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: skew(-12deg, 0deg);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li {
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-right: 22px;
    text-transform: uppercase;
    display: inline-block
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li:last-child {
    padding-right: 0
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li.active__list-item:after {
    position: absolute;
    content: "→";
    top: 0;
    right: 0;
    padding: 0 1px;
    font-size: 15px
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li a {
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.breadcrumb-area .breadcrumb-content .breadcrumb__list li a:hover,
.cat-area .helping-item .helping-cat-item h4 a:hover,
.mixer-area4 .action-india-history-content-heading .section__meta,
.newsletter-area .section-heading .section__meta {
    color: #f1ae44
}

.entry-area {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #f2f0ec
}

.entry-area:after {
    content: "";
    position: absolute;
    display: block;
    width: 733px;
    height: 100%;
    top: 0;
    left: -110px;
    z-index: -1;
    background-color: #424242;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg)
}

.entry-area .entry-static-wrap .entry-static-box1 {
    padding-top: 12px
}

.entry-area .entry-static-wrap .entry-static-box .entry__title {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    padding-right: 50px
}

.entry-area .entry-static-wrap .entry-static-box .entry-video-img {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}

.entry-area .entry-static-wrap .entry-static-box .entry-video-img .video-play-btn {
    font-size: 13px;
    background: #f1ae44;
    color: #fff;
    font-weight: 600;
    width: 45px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    padding-left: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.entry-area .entry-static-wrap .entry-static-box .entry-video-img .video-play-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f1ae44;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.clientlogo-area .client-logo .owl-item .client-logo-item,
.footer-area .footer-widget-wrap .footer-item ul li a,
.founder-area .owl-dots div,
.mixer-area4 .mixer-video-content .video-play-btn,
.sidebar-shared .side-widget .side-share-profile ul li {
    display: inline-block
}

.entry-area .entry-static-wrap .entry-static-box .entry-video-img .video-play-btn:hover,
.entry-area .entry-static-wrap .entry-static-box .entry-video-img .video-play-btn:hover:after,
.mixer-area4 .action-india-history-content-heading .theme-btn:hover,
.mixer-area4 .action-india-history-content-heading .theme-btn:hover:after,
.mixer-area4 .mixer-video-content .video-play-btn:hover,
.mixer-area4 .mixer-video-content .video-play-btn:hover:after {
    background-color: #b95bc1
}

.entry-area .entry-static-wrap .entry-static-box2 {
    padding-left: 20px
}

.entry-area .entry-static-wrap .entry-static-box .entry-video-text {
    padding-left: 42px;
    padding-top: 14px
}

.entry-area .entry-static-wrap .entry-static-box .entry-video-text .entry__title {
    color: #424242;
    padding-right: 0;
    font-weight: 400;
    margin-bottom: 15px
}

.action-india-ongoing-programs-area .row {
    margin-left: -10px;
    margin-right: -10px
}

.action-india-ongoing-programs-area .col {
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.action-india-ongoing-programs-area .action-india-ongoing-programs-item-box {
    height: 100%
}

.action-india-ongoing-programs-area .action-india-ongoing-programs-item-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 375px
}

.action-india-ongoing-programs-area .action-india-ongoing-programs-item-box .action-india-ongoing-programs-item-img-box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.action-india-ongoing-programs-area .action-india-ongoing-programs-item-box .action-india-ongoing-programs-item-img-box .action-india-ongoing-programs-title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #000;
    font-size: 26px;
    font-weight: 700
}

.service-area {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-top: 90px;
    padding-bottom: 120px
}

.service-area .heart-icon {
    position: absolute;
    animation: .7s cubic-bezier(.245, .325, .51, 1.305) infinite alternate heartbeat
}

.service-area .heart-icon-1 {
    top: 0;
    left: 16%
}

.service-area .heart-icon-2 {
    top: 6%;
    left: 0
}

.service-area .heart-icon-3 {
    top: 33%;
    left: 9%
}

.service-area .heart-icon-4 {
    top: 37%;
    left: 20%
}

.service-area .heart-icon-5 {
    top: 56%;
    left: 10%
}

.service-area .heart-icon-6 {
    bottom: 17%;
    left: 9%
}

.service-area .heart-icon-7 {
    top: -9%;
    right: 7%
}

.service-area .heart-icon-8 {
    top: 14%;
    right: 9%
}

.service-area .heart-icon-9 {
    top: 24%;
    right: 20%
}

.service-area .heart-icon-10 {
    top: 50%;
    right: 14%
}

.service-area .heart-icon-11 {
    bottom: 25%;
    padding: 40px;
    right: 3%
}

.service-area .service-wrap {
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px
}

.service-area .service-wrap .service-item .service-item-inner .service-icon {
    display: inline-block;
    padding: 12px 15px;
    position: relative;
    margin: -25px auto 27px;
    z-index: 1
}

.service-area .service-wrap .service-item .service-item-inner .service-icon i {
    font-size: 65px;
    margin-left: -5px;
    padding-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #424242;
    line-height: 60px
}

.service-area .service-wrap .service-item .service-item-inner .service-icon:after,
.service-area .service-wrap .service-item .service-item-inner .service-icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 45px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #e5f5f6;
    opacity: .4
}

.service-area .service-wrap .service-item .service-item-inner .service-icon:after {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-15deg, 0deg);
    -moz-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg)
}

.service-area .service-wrap .service-item2 .service-item-inner .service-icon:after,
.service-area .service-wrap .service-item2 .service-item-inner .service-icon:before {
    background-color: #fbe9e6
}

.service-area .service-wrap .service-item3 .service-item-inner .service-icon:after,
.service-area .service-wrap .service-item3 .service-item-inner .service-icon:before {
    background-color: #fdf3e3
}

.service-area .service-wrap .service-item4 .service-item-inner .service-icon:after,
.service-area .service-wrap .service-item4 .service-item-inner .service-icon:before {
    background-color: #f3ebf7
}

.service-area .service-wrap .service-item .service-item-inner .service-content {
    padding-right: 35px;
    padding-left: 35px
}

.service-area .service-wrap .service-item .service-item-inner .service-content .service__title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 23px
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__desc,
.service-area .service-wrap .service-item .service-item-inner .service-content .service__desc {
    line-height: 29px
}

.service-area .button-shared .theme-btn,
.service-area .button-shared .theme-btn:after {
    background-color: #f1ae44;
    color: #000
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.service-area2 {
    padding-top: 120px
}

.service-area2 .heart-icon-1 {
    top: 30px
}

.service-area2 .heart-icon-2 {
    top: 14%;
    left: 0
}

.volunteer-area {
    padding-bottom: 40px
}

.volunteer-area .service-wrap {
    margin-top: 36px
}

.action-india-ongoing-programs-area {
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
    position: relative;
    z-index: 1;
    background-image: url("../images/AI Logo.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 60px
}

.founder_bg,
.founder_bg2::before,
.founder_bg::before {
    background-image: url(../images/AI%20Logo.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.action-india-ongoing-programs-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 66, 66, .9);
    z-index: -1
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img,
.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form,
.event-detail-area .blog-content .blog-item .blog-img,
.footer-area .footer-widget-wrap .footer-item,
.form-shared form,
.form-shared form .select-group,
.founder-area,
.founder_bg,
.founder_bg2,
.fun-content-wrap,
.mixer-area4 .mixer-video-content,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-img,
.quotes,
.quotes_bg {
    position: relative
}

.action-india-ongoing-programs-area .action-india-ongoing-programs-heading .action-india-ongoing-programs-title {
    font-size: 70px;
    line-height: 84px;
    margin-bottom: 48px;
    font-weight: 800
}

.founder-area {
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: 1000000000
}

.fun-content-wrap .fun-content .fun-item {
    border-bottom: 2px solid #f2f0ec;
    margin-right: 117px;
    z-index: 10;
    margin-left: 22px;
    padding: 34px 43px;
    margin-bottom: 50px
}

.fun-content-wrap .fun-content .fun-item2 {
    margin-bottom: 0
}

.fun-content-wrap .fun-content .fun-item i {
    font-size: 3.5em;
    line-height: 1.5em;
    color: #fff;
    position: absolute;
    left: 0;
    top: 12px
}

.fun-content-wrap .fun-content .fun-item h3 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 1em
}

.founder_bg2::before,
.founder_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    z-index: -1
}

.founder_bg2::after,
.founder_bg::after {
    background-color: rgba(66, 66, 66, .9);
    background-position: 50% 30%
}

.founder_bg2::after,
.founder_bg::after,
.quotes_bg::before {
    background-size: cover;
    background-attachment: fixed;
    opacity: .6;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0
}

.founder_bg::after {
    background-image: url(../images/Gourima.jpg);
    z-index: 1
}

.founder_bg2::after {
    background-image: url(../images/AI%20Logo.jpg);
    z-index: 1
}

.quotes_bg::before {
    background-position: center;
    z-index: 1
}

.quotes {
    z-index: 10
}

.founder-area .founder-content-slide {
    background-color: #9c67a1;
    z-index: 1;
    box-shadow: 0 12px 12px rgba(0, 0, 0, .2);
    padding: 10px 50px 10px 75px
}

.founder-area .founder-content-slide .fun-slide-item {
    color: #fff;
    text-align: center
}

.founder-area .founder-content-slide .fun-slide-item .icon-quote {
    font-size: 5em;
    line-height: 1.5em;
    font-family: "Playfair Display", sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
    margin-left: 50px
}

.founder-area .founder-content-slide .fun-slide-item .funslide__text {
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 700
}

.founder-area .founder-content-slide .fun-slide-item .funslide__name {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.founder-area .owl-dots {
    position: absolute;
    width: 50px;
    bottom: 200px;
    margin: 25px;
    height: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.founder-area .owl-dots div {
    width: 11px;
    height: 17px;
    margin: 0 10px;
    background-color: #fff;
    opacity: .4;
    position: relative;
    border: none;
    padding: 0;
    transition: .3s ease-in
}

.founder-area .owl-dots div.active,
.founder-area .owl-dots div.active:after,
.founder-area .owl-dots div:hover,
.founder-area .owl-dots div:hover:after {
    background-color: #fff;
    opacity: 1
}

.mixer-area3 {
    background-image: url("../images/mixer-bg2.jpg")
}

.mixer-area3:after {
    background-color: rgba(66, 66, 66, .8)
}

.mixer-area3 .action-india-history-content-heading {
    padding-right: 70px;
    padding-left: 70px
}

.mixer-area4 .action-india-history-content-heading {
    padding-right: 70px;
    padding-left: 0
}

.mixer-area4 .action-india-history-content-heading .section__desc {
    line-height: 30px;
    margin-top: 42px;
    margin-bottom: 35px
}

.mixer-area4 .mixer-video-content .video-play-btn {
    font-size: 12px;
    background-color: #f1ae44;
    color: #fff;
    font-weight: 600;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    padding-left: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: .3s ease-in
}

.mixer-area4 .mixer-video-content .video-play-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #f1ae44;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.about-area {
    padding-top: 60px;
    padding-bottom: 60px
}

.about-area .about-large-img {
    margin-bottom: 60px
}

.about-area .action-india-history-content {
    padding-left: 30px
}

.about-area .action-india-history-content .action-india-history-content-heading .section__desc {
    line-height: 30px;
    margin-top: 45px
}

.faq-area {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #ffeff7
}

.faq-area .faq-img-box {
    margin-right: 30px;
    margin-top: 50px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .barfiller .tip:after,
.faq-area .faq-img-box img,
.our-impact .strate img {
    padding: 0;
    margin: 0;
    border-radius: 50px;
    background: #50bac3;
    height: 50px;
    width: 50px;
    box-shadow: none;
    border: none;
    top: 0;
    left: 0
}

.single__accordion {
    margin-top: -10px;
    border-radius: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

.causes-area,
.causes-area .blog-content-wrap {
    margin-top: 10px
}

.single__accordion .accordion-panel .accordion__title {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 15px
}

.single__accordion .accordion-panel .accordion__title .accordion__title-text {
    width: 100%;
    margin: 0;
    cursor: pointer;
    height: 100%;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    color: #232323;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    transition: .3s
}

.single__accordion .accordion-panel .accordion__title .accordion__title-text:after,
.single__accordion .accordion-panel .accordion__title .accordion__title-text:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 39px;
    width: 2px;
    height: 10px;
    background-color: #232323;
    z-index: 1;
    transition: .3s;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single__accordion .accordion-panel.active .accordion__title .accordion__title-text {
    background-color: #9c67a1;
    color: #fff
}

.single__accordion .accordion-panel .accordion__title .accordion__title-text:after,
.single__accordion .accordion-panel.active .accordion__title .accordion__title-text:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag:after,
.sidebar-shared .side-widget .side-tags ul li a:after {
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    content: "";
    position: absolute;
    top: 0
}

.single__accordion .accordion-panel.active .accordion__title .accordion__title-text:before {
    background-color: #fff;
    z-index: 2
}

.single__accordion .accordion-panel .accordion__content {
    padding: 30px 20px 25px 35px;
    display: none
}

.single__accordion .accordion-panel .accordion__content .accordion__content-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

.causes-area {
    padding-top: 20px;
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.causes-area .blog-content-wrap .blog-content .blog-item {
    margin-bottom: 30px;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #424242;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px 0 21px;
    line-height: 40px;
    z-index: 1
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag2 {
    background-color: #e36955
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag3 {
    background-color: #f1ae44
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag4 {
    background-color: #9c67a1
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag5 {
    background-color: #50bac3
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag6 {
    background-color: red
}

.action-india-history-area .helping-item .helping-box2,
.action-india-history-area .helping-item .helping-box2:after,
.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag2:after,
.hiw-bg3,
.sidebar-shared .side-widget .side-share-profile ul li:nth-child(2) a,
.sidebar-shared .side-widget .side-share-profile ul li:nth-child(2) a:after,
.sponsor-area .sponsor-wrap .logo-item2,
.sponsor-area .sponsor-wrap .logo-item2:after,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag2,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag2:after {
    background-color: #e36955
}

.action-india-history-area .helping-item .helping-box3,
.action-india-history-area .helping-item .helping-box3:after,
.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag3:after,
.sidebar-shared .side-widget .side-share-profile ul li:nth-child(3) a,
.sidebar-shared .side-widget .side-share-profile ul li:nth-child(3) a:after,
.sponsor-area .sponsor-wrap .logo-item3,
.sponsor-area .sponsor-wrap .logo-item3:after,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag3,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag3:after {
    background-color: #f1ae44
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag4:after,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag4,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag4:after {
    background-color: #9c67a1
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag5:after {
    background-color: #50bac3
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag6:after {
    background-color: red
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag:after {
    display: block;
    width: 100%;
    height: 100%;
    left: 1px;
    z-index: -1;
    background-color: #424242;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: skew(-12deg, 0deg)
}

.causes-area .blog-content-wrap .blog-content .blog-item img {
    width: 100%;
    height: 239px
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content {
    box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px, rgba(10, 37, 64, .35) 0 -2px 6px 0 inset;
    border-radius: 20px;
    background-color: #fff;
    margin: 10px;
    height: auto;
    transition: .5s;
    position: relative;
    padding: 45px 25px 25px
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content:hover {
    box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
    border-radius: 20px
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 20px;
    cursor: pointer;
    transition: .5s
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__title:hover {
    color: #000
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__title a {
    color: #424242;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__title a:hover {
    color: #a84c7e
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list {
    margin-top: 24px;
    margin-bottom: 22px
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #424242;
    position: relative;
    padding-left: 37px
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li i {
    font-size: 25px;
    color: #424242;
    top: 2px;
    left: 0;
    position: absolute
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li i.fa-line-chart {
    font-size: 20px
}

.causes-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li span {
    color: #e36955
}

.causes-area .blog-content-wrap .blog-content .blog-item1 .barfiller .fill:after,
.causes-area .blog-content-wrap .blog-content .blog-item1 .barfiller .tip,
.causes-area .blog-content-wrap .blog-content .blog-item1 .barfiller .tip:before,
.causes-area .blog-content-wrap .blog-content .blog-item1 .blog-inner-content .theme-btn,
.causes-area .blog-content-wrap .blog-content .blog-item1 .blog-inner-content .theme-btn:after,
.causes-area .blog-content-wrap .blog-content .blog-item2 .barfiller .fill:after,
.causes-area .blog-content-wrap .blog-content .blog-item2 .barfiller .tip,
.causes-area .blog-content-wrap .blog-content .blog-item2 .barfiller .tip:before,
.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .theme-btn,
.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .theme-btn:after,
.causes-area .blog-content-wrap .blog-content .blog-item4 .barfiller .fill:after,
.causes-area .blog-content-wrap .blog-content .blog-item4 .barfiller .tip,
.causes-area .blog-content-wrap .blog-content .blog-item4 .barfiller .tip:before,
.causes-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .theme-btn,
.causes-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .theme-btn:after,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn:after,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn:hover,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn:hover:after,
.sidebar-shared .side-widget .side-tags ul li a:hover,
.sidebar-shared .side-widget .side-tags ul li a:hover:after {
    background-color: #b95bc1;
    color: #000
}

.causes-area .blog-content-wrap .blog-content .blog-item1 .barfiller .tip:after,
.causes-area .blog-content-wrap .blog-content .blog-item2 .barfiller .tip:after,
.causes-area .blog-content-wrap .blog-content .blog-item4 .barfiller .tip:after {
    border-top-color: #b95bc1
}

.causes-area .blog-content-wrap .blog-content .blog-item1 .blog-inner-content .theme-btn:hover,
.causes-area .blog-content-wrap .blog-content .blog-item1 .blog-inner-content .theme-btn:hover:after,
.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .theme-btn:hover,
.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .theme-btn:hover:after,
.causes-area .blog-content-wrap .blog-content .blog-item3 .blog-inner-content .theme-btn:hover,
.causes-area .blog-content-wrap .blog-content .blog-item3 .blog-inner-content .theme-btn:hover:after,
.causes-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .theme-btn:hover,
.causes-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .theme-btn:hover:after {
    background-color: #b95bc1 !important;
    color: #000 !important;
    height: 35px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b95bc1;
    border-radius: 20px;
    margin: 0;
    box-shadow: none;
    transition: .5s;
    cursor: pointer;
    z-index: 10
}

.causes-area .blog-content-wrap .blog-content .blog-item1 .blog-inner-content .blog__title a:hover {
    color: #b95bc1 !important;
    transition: .5s;
    height: 35px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .blog__title a:hover {
    transition: .5s;
    color: #fff;
    background-color: #b95bc1 !important;
    border-radius: 20px;
    height: 35px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.causes-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content:hover {
    box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
    border-radius: 20px;
    transition: .5s;
    transform: translateY(-20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08), 0 0 10px rgba(0, 0, 0, .02);
    cursor: pointer
}

.causes-area .blog-content-wrap .blog-content .blog-item3 .blog-inner-content:hover {
    border-radius: 20px;
    transition: .5s;
    box-shadow: 0 0 12px #b95bc1;
    transform: translateY(-20px);
    cursor: pointer
}

.causes-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .blog__title a:hover {
    transition: .5s;
    color: #fff;
    background-color: #b95bc1;
    border-radius: 20px;
    padding: 2px 5px 5px 0;
    height: 25px;
    width: 125px;
    text-align: center;
    margin: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.causes-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content:hover {
    box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
    border-radius: 20px;
    transition: .5s;
    transform: translateY(-20px);
    cursor: pointer
}

.blog-area2 .recent-post-wrap,
.causes-area2 .blog-content-wrap,
.team-area2 .team-content-wrap,
.upcoming-event-area2 .blog-content-wrap {
    margin-top: 0
}

.causes-detail-area {
    padding-top: 80px;
    padding-bottom: 50px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .barfiller .fill:after,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .barfiller .tip,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .barfiller .tip:before {
    background: #b95bc1
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 20px 20px 5px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__title a {
    color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    background: #b95bc1;
    height: 40px;
    width: 40px;
    box-shadow: none;
    border: none;
    top: 5px;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body .comment-content,
.sidebar-shared .side-widget .author-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li {
    font-size: 14px;
    color: #424242;
    font-weight: 600;
    padding-left: 30px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li:first-child,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li:first-child,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li:first-child {
    padding-left: 0
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li span {
    color: #b95bc1;
    border-radius: 50px;
    background: #b95bc1;
    height: 50px;
    width: 50px;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li i {
    font-size: 22px;
    color: #fff;
    border-radius: 50px;
    background: #b95bc1;
    height: 50px;
    width: 50px;
    box-shadow: none;
    border: none;
    margin: 0 5px 0 0;
    padding: 0;
    top: 0;
    left: 0
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li i.fa-line-chart {
    font-size: 19px;
    border-radius: 50px;
    color: #fff;
    background: #b95bc1;
    height: 40px;
    width: 40px;
    box-shadow: none;
    border: none;
    margin: 0 5px 0 0;
    padding: 0;
    top: 0;
    left: 0
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-btn {
    height: 50px;
    width: 50px;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-btn .theme-btn,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-btn .theme-btn:after {
    background-color: #b95bc1;
    color: #fff;
    border: 1px solid #b95bc1;
    border-radius: 20px;
    box-shadow: none;
    transition: .5s;
    cursor: pointer;
    padding: 5px;
    height: 25px;
    width: 125px;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-btn .theme-btn:hover,
.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-btn .theme-btn:hover:after {
    background: #b95bc1;
    border-color: #b95bc1;
    border-radius: 20px;
    color: #fff;
    transition: .5s;
    cursor: pointer
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .causes__text {
    line-height: 30px;
    font-size: 14px;
    color: #424242;
    font-weight: 600;
    padding: 0;
    margin: 0
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .inner-causes-img-box {
    margin: 20px 0;
    padding: 0;
    border-radius: 50px;
    background: #b95bc1;
    height: 40px;
    width: 40px;
    box-shadow: none;
    border: none;
    top: 0;
    left: 0
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .inner-causes-img-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: .5s;
    cursor: pointer
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .inner-causes-img-box img:hover {
    transition: .5s;
    cursor: pointer;
    transform: scale(1.01)
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block {
    background-color: #b95bc1;
    padding: 15px;
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block h3 {
    font-size: 20px;
    font-weight: 600
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block h3 i {
    color: #fff;
    margin-right: 10px;
    font-size: 18px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right {
    margin-left: auto;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: #fff;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .presentation-block .theme-btn i,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right i {
    color: #b95bc1;
    font-size: 20px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .post__boxed {
    background-color: #f2f0ec;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .post__boxed .post__boxed-img {
    margin-right: 15px;
    max-width: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .post__boxed .post__boxed-content .post__boxed-title {
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .post__boxed .post__boxed-content .post__boxed-desc,
.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__desc {
    line-height: 25px;
    color: #424242;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    transition: .5s;
    cursor: pointer
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .post__boxed .post__boxed-content .post__boxed-desc:hover,
.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__desc:hover {
    color: #b95bc1;
    transition: .5s;
    cursor: pointer
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .single__comment-title {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 25px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment {
    display: flex;
    border-bottom: 2px solid #f2f0ec;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .avatar-img {
    margin-right: 20px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body {
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 20px;
    transition: .5s;
    cursor: pointer;
    box-shadow: none
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body:hover {
    transition: .5s;
    transform: scale(1.01);
    box-shadow: rgba(0, 0, 0, .25) 0 54px 55px, rgba(0, 0, 0, .12) 0 -12px 30px, rgba(0, 0, 0, .12) 0 4px 6px, rgba(0, 0, 0, .17) 0 12px 13px, rgba(0, 0, 0, .09) 0 -3px 5px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body .meta-data .comment__author {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body .meta-data .comment__author .comment__date {
    color: #b95bc1;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body .comment-content .reply__btn {
    margin-top: -20px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 800
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .comments-list .comment .comment-body .comment-content .comment__text {
    line-height: 30px;
    font-size: 16px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .form-shared form .textarea,
.donate-area2 .donate-content-wrap .donate-item .form-shared form .textarea {
    height: 150px;
    padding: 15px
}

.causes-detail-area .blog-content-wrap .blog-content .blog-item .single-comment .form-shared form .submit__btn {
    line-height: 50px;
    width: 100%
}

.sidebar-shared .side-widget:hover {
    transition: .5s;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08), 0 0 10px rgba(0, 0, 0, .02)
}

.sidebar-shared .side-widget:hover .author-box {
    transition: .5s;
    transform: scale(1.01)
}

.sidebar-shared .side-widget {
    background: #603164;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    transition: .5s;
    cursor: pointer;
    margin: 0
}

.sidebar-shared .side-widget:last-child {
    margin: 0;
    border: none;
    padding: 0;
    box-shadow: none
}

.sidebar-shared .sidebar-form {
    padding: 0;
    border: none;
    box-shadow: none
}

.sidebar-shared .sidebar-form .form-shared form .form-control {
    border: none;
    box-shadow: none;
    transition: .5s;
    border-radius: 20px;
    background-color: #4b0f51
}

.sidebar-shared .sidebar-form .form-shared form input[type=text]:-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
    padding-left: 10px
}

.sidebar-shared .sidebar-form .form-shared form input[type=text]::-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
    padding-left: 10px
}

.sidebar-shared .sidebar-form .form-shared form input[type=text]::placeholder {
    color: #fff;
    font-size: 15px;
    padding: 10px
}

.sidebar-shared .side-widget .widget__title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.sidebar-shared .side-widget .author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.sidebar-shared .side-widget .author-box .author__avatar {
    margin-right: 20px;
    width: 59px;
    height: 59px;
    background-color: #424242
}

.sidebar-shared .side-widget .author-box .author__detail .author__meta {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1px
}

.sidebar-shared .side-widget .author-box .author__detail .author__meta2 {
    font-weight: 600;
    font-size: 22px;
    font-family: "Playfair Display", sans-serif
}

.sidebar-shared .side-widget .author-box .author__detail .author__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px
}

.sidebar-shared .side-widget .author-box .author__detail .author__title2 {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px
}

.sidebar-shared .side-widget .author-box .author__detail .author__title2 span {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px
}

.action-india-history-area2 .action-india-history-content .action-india-history-content-heading .action-india-history-title,
.action-india-media-kit-item-box-title,
.sidebar-shared .side-widget .author-box .author__detail .author__title a,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item2 .blog-inner-content .blog__list li,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item3 .blog-inner-content .blog__list li,
.upcoming-event-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .blog__list li {
    color: #fff
}

.sidebar-shared .side-widget .author-box .author__detail .author__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar-shared .side-widget .author-box .author__detail .author__list li {
    margin-bottom: 4px
}

.sidebar-shared .side-widget .author-box .author__detail .author__list li i {
    font-size: 15px;
    margin-right: 7px
}

.sidebar-shared .side-widget .author-box .author__detail .author__list li:last-child,
.sidebar-shared .side-widget .side-cats ul li:last-child,
.sidebar-shared .side-widget .side-tags ul li:last-child {
    margin-bottom: 0
}

.event-detail-area .blog-content,
.sidebar-shared .side-widget .author-box.recent-donate-item,
.team-area .team-content-wrap .team-item {
    margin-bottom: 30px
}

.sidebar-shared .side-widget .author-box.recent-donate-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-shared .side-widget .side-cats ul li {
    margin-bottom: 12px;
    padding: 12px;
    border-bottom: 1px solid #fff
}

.sidebar-shared .side-widget .side-cats ul li a {
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sidebar-shared .side-widget .side-cats ul li a i {
    color: #641467;
    transition: .4s ease-in-out
}

.sidebar-shared .side-widget .side-cats ul li:hover a,
.sidebar-shared .side-widget .side-cats ul li:hover a i {
    color: #641467
}

.sidebar-shared .side-widget .side-tags ul li {
    margin: 0 10px 10px 0;
    display: inline-block
}

.sidebar-shared .side-widget .side-tags ul li a {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: .3s ease-in
}

.sidebar-shared .side-widget .side-tags ul li a:after {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: skew(-12deg, 0deg);
    transition: .3s ease-in
}

.sidebar-shared .side-widget .side-share-profile ul li a {
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px
}

.sidebar-shared .side-widget .side-share-profile ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #863bae;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg)
}

.upcoming-event-area {
    padding-bottom: 0;
    margin-top: 10px;
    padding-top: 0
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag {
    padding: 10px 13px 10px 24px;
    text-align: center
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag span {
    display: block
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag .date__num-text {
    font-size: 25px;
    line-height: 30px;
    font-family: "Playfair Display", sans-serif
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__tag .date__mon-text {
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content {
    padding-top: 26px
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    font-family: "Playfair Display", sans-serif;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    width: 60%;
    align-items: center;
    display: flex
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list {
    margin-top: 10px;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 0
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li {
    padding-left: 14px;
    display: inline-block;
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog__list li.blog__dot-active:after {
    position: absolute;
    content: ".";
    right: -10px;
    top: 20px;
    font-size: 18px
}

.upcoming-event-area .blog-content-wrap .blog-content .blog-item4 .blog-inner-content .blog__title a:hover {
    color: #863bae
}

.upcoming-event-area2 {
    padding-bottom: 90px
}

.event-detail-area .blog-content .blog-item .blog-img .blog__tag {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #603164;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 13px 10px 24px;
    text-align: center;
    line-height: 35px;
    z-index: 1
}

.event-detail-area .blog-content .blog-item .blog-img .blog__tag:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background-color: #603164;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg)
}

.event-detail-area .event-detail-content .event__title {
    line-height: 30px;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 35px
}

.event-detail-area .event-detail-content .event__title a:hover {
    color: #603164
}

.event-detail-area .event-detail-content ul.event__list {
    margin-bottom: 25px
}

.event-detail-area .event-detail-content ul.event__list li {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 35px
}

.event-detail-area .event-detail-content ul.event__list li i {
    color: #fff;
    font-size: 10px;
    margin-right: 12px;
    width: 28px;
    height: 28px;
    position: relative;
    top: -1px;
    left: 0;
    background-color: #863bae;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 28px
}

.event-detail-area .event-detail-content .event-detail-content-box .event-detail__text:last-child,
.event-detail-area .event-detail-content .event-detail-content-box .event__text:last-child,
.event-detail-area .event-detail-content ul.event__list li:last-child,
.event-detail-area .event-detail-sidebar .event-detail-item:last-child,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .blog-content__text:last-child {
    margin-bottom: 0
}

.event-detail-area .event-detail-sidebar .event-detail-item {
    border: none;
    background-color: #f2f0ec;
    padding: 40px;
    margin-bottom: 30px
}

.event-detail-area .event-detail-sidebar .event-detail-item .event__title {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    color: #424242;
    font-weight: 600;
    padding: 0 30px 0 35px;
    line-height: 49px;
    position: relative;
    z-index: 1;
    text-align: center
}

.event-detail-area .event-detail-sidebar .event-detail-item .event__title:after {
    position: absolute;
    display: block;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    border: none;
    z-index: -1;
    background: #fff;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: skew(-12deg, 0deg)
}

.event-detail-area .blog-content .blog-item .blog-img .blog__tag span {
    display: block
}

.event-detail-area .blog-content .blog-item .blog-img .blog__tag .date__num-text {
    font-size: 18px;
    line-height: 18px;
    font-family: "Playfair Display", sans-serif
}

.event-detail-area .blog-content .blog-item .blog-img .blog__tag .date__mon-text {
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase
}

.event-detail-area .event-detail-content .event__text {
    line-height: 30px;
    margin-bottom: 30px
}

.event-detail-area .event-detail-content .event__title2 {
    font-size: 26px;
    font-weight: 600
}

.event-detail-area .event-detail-content .event-detail-btn {
    margin-top: 50px
}

.event-detail-area .event-detail-sidebar .event-detail-item2 {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent
}

.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__list,
.event-detail-area .event-detail-sidebar .event-detail-item .event__list {
    margin-top: 30px
}

.event-detail-area .event-detail-sidebar .event-detail-item .event__list li {
    color: #e36955;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 140px
}

.event-detail-area .event-detail-sidebar .event-detail-item .event__list li:last-child {
    margin-bottom: 0
}

.event-detail-area .event-detail-sidebar .event-detail-item .event__list li span {
    color: #424242;
    font-size: 16px;
    width: 135px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.event-detail-area .event-detail-sidebar .event-detail-item2 .map-area #map {
    height: 390px
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: #50bac3;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 0 38px 0 42px;
    line-height: 49px;
    z-index: 1;
    display: inline-block
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-img .blog__date:after {
    z-index: -1;
    background: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: skew(-12deg, 0deg)
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content {
    background-color: transparent;
    padding: 28px 0 0;
    margin-bottom: 26px
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__title {
    font-size: 36px;
    margin-bottom: 13px
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li a {
    color: #e36955
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li:last-child {
    padding-right: 0
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content .inner-causes-box .blog__list li.blog__dot-active:after {
    position: absolute;
    content: ".";
    top: -2px;
    right: -3px;
    font-size: 16px;
    color: #e36955
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tags {
    border-top: 2px solid #f2f0ec;
    border-bottom: 2px solid #f2f0ec;
    margin-top: 50px;
    padding-top: 45px;
    padding-bottom: 45px
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tags {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-left .news-meta-title {
    font-size: 20px;
    font-weight: 600;
    margin-right: 6px;
    font-family: "Playfair Display", sans-serif;
    color: #424242
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-left a {
    font-size: 12px;
    text-transform: uppercase;
    background: #9c6781;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0 20px 0 25px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    margin: 0 5px
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-left a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background: #9c67a1;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-left a:hover,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-left a:hover:after {
    background-color: #b95bc1;
    color: #fff
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li {
    margin-right: 18px
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(2) a,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(2) a:after,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(3) a,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(3) a:after,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(4) a,
.news-detail-area .blog-content-wrap .blog-content .blog-item .blog-inner-content-2 .news-tag-item-right .news-share li:nth-child(4) a:after {
    background-color: #50bac3;
    color: #fff
}

.news-detail-area .blog-content-wrap .blog-content .blog-item .single-comment {
    margin: 100px 20px 60px
}

.news-detail-area .blog-content-wrap .sidebar-shared .side-widget .author-box {
    align-items: center;
    border-bottom: none;
    background: 0 0;
    padding: 0 0 30px
}

.news-detail-area .blog-content-wrap .sidebar-shared .side-widget .author-box .author__detail .author__title2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
    color: #fff
}

.news-detail-area .blog-content-wrap .sidebar-shared .side-widget .author-box .author__detail .author__title a {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
    display: block
}

.news-detail-area .blog-content-wrap .sidebar-shared .side-widget .author-box .author__detail .author__title a:hover {
    color: #e96250;
    font-weight: 600;
    padding: 0;
    text-decoration: underline
}

.clientlogo-area {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center
}

.clientlogo-area .client-logo .owl-item .client-logo-item img {
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.clientlogo-area .client-logo .owl-item .client-logo-item img:hover {
    opacity: 60
}

.clientlogo-area2 {
    background-color: #f2f0ec;
    padding-top: 100px;
    margin-top: 200px;
    padding-bottom: 100px
}

.action-india-history-area {
    background-image: none;
    background-color: #ffeff7;
    padding-top: 30px;
    padding-bottom: 10px;
    background-attachment: inherit;
    background-size: inherit;
    background-position: inherit
}

.cta-area2:after,
.footer-area,
.gallery-area:after,
.our_impact_bg,
.partners_bg,
.testimonials_bg,
.volunteers-bg {
    background-size: cover;
    background-position: center
}

.action-india-history-area .mixer-heading .action-india-history-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-around
}

.action-india-history-area .helping-item {
    margin-right: 80px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    min-width: 100%;
    max-width: 100%;
    min-height: 250px;
    max-height: 250px;
    padding: 10px 20px;
    border: 1px solid #e36955;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.action-india-history-area .helping-item .helping-box {
    display: inline-block;
    position: relative;
    width: 88%;
    min-height: 230px;
    max-height: 230px;
    min-width: 17%;
    max-width: 17%;
    flex-direction: column;
    padding: 30px 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #50bac3;
    border: 1px solid #000;
    text-align: center;
    border-radius: 10px
}

.action-india-history-area .helping-item .helping-box i {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px
}

.action-india-history-area .helping-item .helping-box h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 9px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000
}

.action-india-history-area .helping-item .helping-box:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #50bac3;
    opacity: 0;
    border-bottom: none;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-11deg, 0deg);
    -moz-transform: skew(-11deg, 0deg);
    -ms-transform: skew(-11deg, 0deg);
    -o-transform: skew(-11deg, 0deg);
    transform: skew(-11deg, 0deg)
}

.action-india-history-area .helping-text-box {
    margin-top: -7px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 10px
}

.action-india-history-area .helping-text-box .helping__text {
    line-height: 30px;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.action-india-history-area .helping-text-box .helping__text p span {
    color: #50bac3;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
}

.action-india-history-area .helping-text-box .helping__text p .pp {
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
}

.action-india-history-area2 {
    padding-top: 100px
}

.action-india-history-area2 .fun-content {
    margin-right: 70px;
    border-bottom: 2px solid #f2f0ec
}

.action-india-history-area2 .fun-content .fun-item {
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: none;
    margin-right: 0;
    padding-bottom: 58px
}

.action-india-history-area2 .fun-content .action-india-history-content-heading .action-india-history-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px
}

.action-india-history-area2 .fun-content .action-india-history-content-heading .section__desc {
    line-height: 30px;
    padding: 0 20px 20px;
    text-align: center;
    align-items: center;
    margin-top: 21px;
    margin-bottom: 0
}

.action-india-history-area2 .helping-form {
    background-color: #863bae;
    padding: 120px 0 120px 120px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 30%;
    max-width: 30%;
    min-height: 100%;
    max-height: 100%;
    margin-top: -361px
}

.action-india-history-area2:after {
    background-color: #863bae;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
    position: absolute
}

.action-india-history-area2 .fun-content {
    width: 70%;
    padding: 120px 120px 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 70%;
    max-width: 70%;
    min-height: 100%;
    max-height: 100%
}

.action-india-history-area2 .action-india-history-form {
    background-color: #50bac3;
    margin-top: -431px
}

.action-india-history-area .action-india-history-content p .pp {
    padding: 10px 20px 0
}

.action-india-history-area .helping-text-box .helping__text p {
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.action-india-history-area .helping-text-box .helping__text h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

.action-india-history-area .helping-text-box .helping__text h4 span {
    color: #50bac3
}

.action-india-history-area2 .helping-form .action-india-history-content-heading .section__desc {
    margin-top: 21px;
    margin-bottom: 0
}

.action-india-history-area2 .fun-content .action-india-history-content-heading .section__desc p {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-width: 70%;
    max-width: 70%;
    min-height: 100%;
    max-height: 100%;
    color: #000
}

.action-india-history-area2 .helping-form .action-india-history-content-heading .section__desc p {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-width: 70%;
    max-width: 70%;
    min-height: 100%;
    max-height: 100%;
    color: #000;
    font-size: 25px
}

.action-india-history-area2 .helping-form .action-india-history-content-heading .section__desc p span,
.gallery-area .action-india-history-content-heading .section__desc {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-width: 70%;
    max-width: 70%;
    min-height: 100%;
    max-height: 100%;
    color: #000;
    font-size: 20px
}

.action-india-history-area2 .helping-form .action-india-history-content-heading .section__desc p .pp {
    text-transform: capitalize
}

.action-india-history-area2 .helping-form .action-india-history-content-heading .section__desc p .pp,
.action-india-history-area2 .helping-form .action-india-history-content-heading .section__desc p .pp span {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #000
}

.cat-area {
    background-color: transparent;
    padding-top: 0
}

.cat-area .helping-item {
    margin-top: 51px;
    margin-right: 0
}

.cat-area .helping-item .helping-box {
    width: 75%;
    padding-top: 42px;
    padding-bottom: 42px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cat-area .helping-item .helping-box i {
    font-size: 60px;
    line-height: 50px
}

.cat-area .helping-item .helping-box:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.05)
}

.cat-area .helping-item .helping-cat-item h4 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 15px
}

.cat-area .helping-item .helping-cat-item h4 a {
    color: #424242;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.gallery-area {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 112px
}

.gallery-area2,
.package-area,
.team-area {
    padding-bottom: 20px
}

.gallery-area:after,
.gallery-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.gallery-area .container {
    max-width: 1350px
}

.gallery-area .action-india-history-content-heading .section__meta {
    color: #000 !important;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.gallery-area .action-india-history-content-heading .section__desc p {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-width: 70%;
    max-width: 70%;
    min-height: 100%;
    max-height: 100%;
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    font-style: italic;
    text-transform: capitalize
}

.gallery-area .gallery-wrap .gallery-item,
.gallery-area2 .gallery-item {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.gallery-area .gallery-wrap .gallery-item:after,
.gallery-area2 .gallery-item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: -87px;
    background-color: rgba(134, 59, 174, .9);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-11deg, 0deg);
    -moz-transform: skew(-11deg, 0deg);
    -ms-transform: skew(-11deg, 0deg);
    -o-transform: skew(-11deg, 0deg);
    transform: skew(-11deg, 0deg);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 0;
    visibility: hidden
}

#back-to-top.back-btn-shown,
.gallery-area .gallery-wrap .gallery-item:hover a,
.gallery-area .gallery-wrap .gallery-item:hover:after,
.gallery-area2 .gallery-item:hover a,
.gallery-area2 .gallery-item:hover:after {
    opacity: 1;
    visibility: visible
}

.gallery-area .gallery-wrap .gallery-item a,
.gallery-area2 .gallery-item a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 40px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.gallery-area .gallery-wrap .gallery-item .gallery-icon,
.gallery-area2 .gallery-item .gallery-icon {
    position: relative;
    width: 30px;
    height: 2px;
    display: inline-block
}

.gallery-area .gallery-wrap .gallery-item .gallery-icon:after,
.gallery-area .gallery-wrap .gallery-item .gallery-icon:before,
.gallery-area2 .gallery-item .gallery-icon:after,
.gallery-area2 .gallery-item .gallery-icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0
}

.gallery-area .gallery-wrap .gallery-item .gallery-icon:after,
.gallery-area2 .gallery-item .gallery-icon:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.gallery-area .gallery-carousel .owl-dots {
    width: 100%;
    margin-top: 58px;
    text-align: center
}

.gallery-area .gallery-carousel .owl-dots div {
    width: 11px;
    height: 16px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #c6c6c6;
    display: inline-block;
    opacity: .4;
    position: relative;
    border: none;
    padding: 0;
    z-index: 1
}

.gallery-area .gallery-carousel .owl-dots div:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #c6c6c6;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-25deg, 0deg);
    -moz-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg)
}

.gallery-area .gallery-carousel .owl-dots div.active,
.gallery-area .gallery-carousel .owl-dots div.active:after,
.gallery-area .gallery-carousel .owl-dots div:hover,
.gallery-area .gallery-carousel .owl-dots div:hover:after {
    background-color: #424242;
    opacity: 1
}

.gallery-area2 {
    padding-top: 40px
}

.gallery-area2 .gallery-item {
    margin-bottom: 30px;
    position: relative
}

.gallery-area2 .gallery-item:after {
    left: -76px
}

.package-area {
    background-color: #f2f0ec;
    padding-top: 120px
}

.package-area .package-content {
    margin-top: 51px;
    margin-right: 40px
}

.package-area .package-content .package__img {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 51px
}

.package-area .package-content .package__img img {
    width: 100%;
    transition: .3s ease-in-out;
    cursor: pointer
}

.package-area .package-content .package__img img:first-child {
    margin-right: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .25)
}

.package-area .package-content .package__img img:first-child:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 18px -5px rgba(0, 0, 0, .25);
    transition: .3s ease-in-out
}

.package-area .package-content .package__img img:nth-child(2) {
    border-radius: 10px;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, .25)
}

.package-area .package-content .package__img img:nth-child(2):hover {
    transform: scale(1.05);
    box-shadow: 0 20px 18px -5px rgba(0, 0, 0, .25);
    transition: .3s ease-in-out
}

.package-area .package-content .package__desc {
    width: 100%;
    color: #0f0f0fff;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: justify;
    line-height: 1.8
}

.package-area .package-price-wrap {
    background-color: #fff;
    padding: 80px 60px 60px;
    position: relative;
    margin-bottom: 30px
}

.package-area .package-price-wrap .package-item {
    background-color: #fff;
    padding: 2rem;
    position: relative
}

.package-area .package-price-wrap .package-item .package-top {
    border-bottom: 2px solid #f2f0ec;
    padding-bottom: 20px;
    margin-bottom: 22px
}

.package-area .package-price-wrap .package-item .package-top .package__meta {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #424242;
    color: #fff;
    padding: 4px 20px 4px 25px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 30px;
    z-index: 1;
    font-weight: 600
}

.package-area .package-price-wrap .package-item .package-top .package__meta:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #424242;
    transform-origin: bottom left;
    transform: skew(-12deg, 0deg)
}

.package-area .package-price-wrap .package-item .package-top .package__price li .price__text {
    font-size: 36px;
    color: #50bac3;
    font-weight: 800;
    font-family: "Playfair Display", sans-serif
}

.package-area .package-price-wrap .package-item .package-top .package__price li .year__text {
    font-size: 12px;
    text-transform: uppercase;
    color: #e36955;
    font-weight: 600
}

.package-area .package-price-wrap .package-item .package-bottom .package__list {
    border-bottom: 2px solid #f2f0ec;
    padding-bottom: 26px;
    margin-bottom: 30px
}

.package-area .package-price-wrap .package-item .package-bottom .package__list li {
    margin-bottom: 15px
}

.package-area .package-price-wrap .package-item .package-bottom .package__list li:last-child {
    margin-bottom: 0
}

.team-area {
    padding-top: 119px
}

.team-area .team-content-wrap .team-item .team__img {
    margin-bottom: 10px;
    position: relative
}

.contact-form-area .form-shared-wrap .form-shared-content .form-img img,
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-img img,
.team-area .team-content-wrap .team-item .team__img img {
    width: 100%
}

.team-area .team-content-wrap .team-item .team__img .team__img-links {
    position: absolute;
    bottom: -10px;
    z-index: 1;
    padding: 10px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-align: center;
    width: 50%;
    margin: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, .03)), to(rgba(0, 0, 0, .99)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .03) 20%, rgba(0, 0, 0, .99) 100%);
    opacity: 0;
    visibility: hidden
}

.team-area .team-content-wrap .team-item:hover .team__img .team__img-links {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.team-area .team-content-wrap .team-item .team__img .team__img-links ul li {
    display: inline-block;
    font-size: 14px
}

.team-area .team-content-wrap .team-item .team__img .team__img-links ul li a {
    display: block;
    color: #fff;
    margin: 0 10px
}

.team-area .team-content-wrap .team-item .team__img .team__img-links ul li a:hover {
    color: #f1ae44;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    height: 20px;
    width: 20px;
    line-height: 20px
}

.team-area .team-content-wrap .team-item .team__title {
    position: relative;
    text-align: center;
    width: 60%;
    margin: 10px auto;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px
}

.team-area .team-content-wrap .team-item .team__title:after,
.team-area .team-content-wrap .team-item .team__title:before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    right: 25%;
    z-index: -1;
    background-color: #50bac3
}

.team-area .team-content-wrap .team-item .team__title:after {
    right: 21px;
    transform-origin: bottom left;
    transform: skew(-12deg, 0deg)
}

.team-area .team-content-wrap .team-item .team__title .team__title-title {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0
}

.team-area .team-content-wrap .team-item .team__title .team__title-title a {
    color: #fff;
    text-transform: capitalize
}

.team-area .team-content-wrap .team-item .team__title .team__title-meta {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400
}

.team-area .team-content-wrap .team-item2 .team__title:after,
.team-area .team-content-wrap .team-item2 .team__title:before {
    background-color: #e36955;
    right: 30%
}

.team-area .team-content-wrap .team-item3 .team__title:after,
.team-area .team-content-wrap .team-item3 .team__title:before {
    background-color: #424242;
    right: 25%
}

.team-area .team-content-wrap .team-item4 .team__title:after,
.team-area .team-content-wrap .team-item4 .team__title:before {
    background-color: #863bae;
    right: 0
}

.team-area .team-content-wrap .team-item5 .team__title:after,
.team-area .team-content-wrap .team-item5 .team__title:before {
    background-color: #f1ae44;
    right: 30%
}

.team-area .team-content-wrap .team-item6 .team__title:after,
.team-area .team-content-wrap .team-item6 .team__title:before {
    background-color: #863bae;
    right: 30%
}

.sponsor-area {
    padding-top: 50px;
    padding-bottom: 50px
}

.sponsor-area .sponsor-wrap {
    border-bottom: 2px solid #f2f0ec;
    border-top: 2px solid #f2f0ec;
    padding-top: 35px;
    padding-bottom: 35px
}

.sponsor-area .sponsor-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: transparent
}

.sponsor-area .sponsor-wrap .logo-item {
    position: relative;
    z-index: 1;
    background-color: #50bac3;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-right: 35px;
    padding-left: 5px;
    text-align: center
}

.sponsor-area .sponsor-wrap .logo-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #50bac3;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    padding: 35px 20px;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg)
}

.sponsor-area .sponsor-wrap .sponsor-item {
    padding-left: 25px;
    margin-top: 35px;
    margin-bottom: 35px
}

.sponsor-area .sponsor-wrap .sponsor-item .sponsor__title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
    margin-top: -6px
}

.sponsor-area .sponsor-wrap .sponsor-item .sponsor__meta {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.sponsor-area .sponsor-wrap .sponsor-item .sponsor__text {
    line-height: 30px;
    margin-top: 0
}

.blog-area {
    padding-top: 90px;
    padding-bottom: 90px
}

.blog-area .recent-post-wrap {
    margin-top: 40px
}

.blog-area .recent-post-wrap .recent-item {
    margin-bottom: 40px
}

.blog-area .recent-post-wrap .recent-item .recent__img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: #50bac3;
    padding: 5px 10px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    z-index: 1;
    display: inline-block
}

.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #50bac3;
    padding: 10px 20px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: skew(-12deg, 0deg)
}

.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date2,
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date2:after {
    background-color: #e36955;
    padding: 10px 20px
}

.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date3,
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date3:after {
    background-color: #f1ae44;
    padding: 10px 20px
}

.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date4,
.blog-area .recent-post-wrap .recent-item .recent__img .meta__date-date4:after {
    background-color: #863bae;
    padding: 10px 20px
}

.blog-area .recent-post-wrap .recent-item .recent__img img {
    width: 100%;
    height: 280px;
    object-fit: cover
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 9px
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-title a {
    color: #424242;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-title a:hover {
    color: #603164
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-list {
    margin-bottom: 10px
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li:last-child {
    padding-right: 20px
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li.news__content-active__dot:after {
    position: absolute;
    content: ".";
    top: -2px;
    right: -5px;
    font-size: 16px;
    color: #e36955
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-decoration: none
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-list li a:hover {
    color: #000;
    text-decoration: underline
}

.blog-area .recent-post-wrap .recent-item .news__content .news__content-text {
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify
}

.blog-area .recent-post-wrap .third-recent-box {
    background-color: #ffeff7;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 60px;
    border-bottom: 1px solid #000;
    padding-bottom: 30px
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__img {
    margin-right: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content {
    margin-top: 10px;
    flex: 1;
    padding-right: 20px;
    border-right: 1px solid #000;
    padding-bottom: 30px
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li:last-child .recent__content {
    border-right: none;
    padding-right: 0;
    padding-bottom: 0
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    font-style: italic;
    color: #e36955
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 28px
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content h4 a {
    color: #424242;
    display: block;
    padding-top: 15px;
    margin-top: 15px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.blog-area .recent-post-wrap .third-recent-box .third-recent-item li .recent__content h4 a:hover {
    color: #e36955
}

.map-area #map {
    width: 100%;
    height: 540px
}

.cta-area {
    padding-top: 55px;
    padding-bottom: 60px;
    background-color: #9c67a1;
    overflow: hidden
}

.cta-area:after {
    content: "";
    position: absolute;
    display: block;
    width: 51%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #863bae;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg)
}

.cta-area .cta-item .cta__title {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 34px
}

.cta-area2 {
    padding-top: 110px;
    padding-bottom: 120px;
    background-color: #f1ae44;
    overflow: inherit
}

.cta-area2:after {
    content: "";
    position: absolute;
    display: block;
    width: 412px;
    height: 358px;
    top: 50%;
    left: 50%;
    z-index: -1;
    background-color: transparent;
    -webkit-transform-origin: inherit;
    transform-origin: inherit;
    -webkit-transform: skew(0deg, 0deg) translate(-50%, -50%);
    -moz-transform: skew(0deg, 0deg) translate(-50%, -50%);
    -ms-transform: skew(0deg, 0deg) translate(-50%, -50%);
    -o-transform: skew(0deg, 0deg) translate(-50%, -50%);
    transform: skew(0deg, 0deg) translate(-50%, -50%);
    background-image: url("../images/volunteer-icon.png")
}

.cta-area2 .cta-item .cta__title {
    font-size: 40px;
    line-height: 34px;
    margin-bottom: 18px;
    font-weight: 800;
    color: #000
}

.cta-area2 .cta-item .cta__desc {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 18px;
    letter-spacing: .1px
}

.cta-area2 .cta-item .theme-btn,
.cta-area2 .cta-item .theme-btn:after,
.cta-area2 .cta-item .theme-btn:hover,
.cta-area2 .cta-item .theme-btn:hover:after {
    height: 50px;
    line-height: 45px;
    padding: 0 14px;
    margin: 2px 0 2px 2px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    color: #fff;
    text-align: center;
    text-transform: capitalize
}

.cta-area2 .cta-item .theme-btn,
.cta-area2 .cta-item .theme-btn:after {
    background-color: #424242;
    border: none;
    border-radius: 0;
    align-items: center;
    justify-content: center
}

.cta-area2 .cta-item .theme-btn:hover,
.cta-area2 .cta-item .theme-btn:hover:after {
    background-color: #b95bc1;
    border: none;
    border-radius: 0;
    align-items: center;
    justify-content: center
}

.contact-area .section__desc {
    line-height: 30px;
    margin-top: 43px;
    padding-right: 30px
}

.contact-area .section__list {
    margin-top: 39px
}

.contact-area .section__list li {
    display: inline-block;
    margin-right: 15px
}

.contact-area .section__list li a {
    font-size: 14px;
    background-color: #9c67a1;
    color: #fff;
    padding: 0 5px 0 14px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px
}

.contact-area .contact-detail-action .contact-item:after,
.contact-area .section__list li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #9c67a1;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg)
}

.form-shared form .search-submit,
.form-shared form .select-group:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 30px
}

.contact-area .contact-detail-action .contact-item2,
.contact-area .contact-detail-action .contact-item2:after,
.contact-area .contact-detail-action .contact-item3,
.contact-area .contact-detail-action .contact-item3:after,
.contact-area .section__list li:nth-child(2) a,
.contact-area .section__list li:nth-child(2) a:after,
.contact-area .section__list li:nth-child(3) a,
.contact-area .section__list li:nth-child(3) a:after {
    background-color: #9c67a1
}

.contact-area .section__list li:nth-child(4) a,
.contact-area .section__list li:nth-child(4) a:after {
    background-color: #863bae
}

.contact-area .contact-detail-action {
    margin-top: 120px
}

.contact-area .contact-detail-action .contact-item {
    background-color: #9c67a1;
    padding: 52px 30px 50px 60px;
    height: 270px;
    position: relative;
    z-index: 1;
    margin-right: 57px
}

.contact-area .contact-detail-action .contact-item .contact__title {
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 7px
}

.contact-area .contact-detail-action .contact-item .contact__desc {
    color: #fff;
    line-height: 30px;
    font-weight: 500
}

.contact-area .form-shared form .textarea {
    height: 170px
}

.form-shared form .form-group {
    margin-bottom: 20px
}

.form-shared form .form-control,
.form-shared form .select-option,
.form-shared form .textarea {
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: #f2f0ec;
    color: #818181;
    padding: 19px 30px;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    font-weight: 500;
    font-size: 16px;
    outline: 0
}

.form-shared form .select-group:after {
    content: "\f0d7";
    transform: translateY(-50%);
    font-family: fontAwesome;
    font-size: 14px;
    color: #818181;
    pointer-events: none;
    display: inline-block
}

.form-shared form .select-option {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer
}

.form-shared form .textarea {
    height: 138px
}

.form-shared form .search-submit {
    border: none;
    transform: translateY(-50%);
    background-color: transparent;
    color: #232323;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form-shared form .search-submit:hover {
    color: #1762f0
}

.form-shared form .submit__btn {
    margin-top: -8px;
    line-height: 60px
}

.contact-form-area {
    padding-top: 0;
    padding-bottom: 0
}

.contact-form-area .form-shared-wrap {
    margin-top: 2px
}

.contact-form-area .form-shared-wrap .form-shared-content .form-img {
    margin-bottom: 23px
}

.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px
}

.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__list li {
    margin-bottom: 17px
}

.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__list li i {
    color: #e36955;
    font-size: 14px;
    margin-right: 4px
}

.contact-form-area .form-shared-wrap .form-shared-content .form-content .form__list li:last-child {
    margin-bottom: 0
}

.contact-form-area .form-shared-wrap .form-shared-content .form-content .contact-us-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-top: 2px solid #f2f0ec;
    border-bottom: 2px solid #f2f0ec;
    margin-top: 52px;
    padding-top: 40px;
    padding-bottom: 38px
}

.contact-form-area .form-shared-wrap .form-shared-content .form-content .contact-us-box .contact__item h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px
}

.contact-form-area .form-shared-wrap .form-shared-content .form-content .contact-us-box .contact__item a {
    color: #e36955;
    font-size: 18px
}

.contact-form-area .form-shared-wrap .form-shared-content .form-content .contact-us-box .contact__item2 {
    margin-left: auto;
    padding-right: 57px
}

.contact-form-area .form-shared-wrap .form-shared form .textarea {
    height: 240px
}

.donate-area2 {
    padding-top: 110px;
    padding-bottom: 66px
}

.donate-area2 .donate-content-wrap .donate-item {
    margin-bottom: 53px
}

.donate-area2 .donate-content-wrap .donate-item .donate__title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 35px
}

.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form .form-control {
    background-color: #f1ae44;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    color: #fff;
    font-size: 50px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 800
}

.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form span {
    position: absolute;
    top: 50%;
    left: 30px;
    color: #fff;
    font-size: 70px;
    font-family: "Playfair Display", sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 70px
}

.donate-area2 .donate-content-wrap .donate-item .form-shared form .yellow-form span.number-symble {
    left: auto;
    right: 30px;
    top: 42%
}

.donate-area2 .donate-content-wrap .donate-item .form-shared form .form-control {
    font-weight: 400
}

.donate-area2 .donate-content-wrap .donate-item .form-shared form .submit__btn {
    margin-top: 0;
    line-height: 50px
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content {
    padding: 0
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .barfiller .fill:after,
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .barfiller .tip,
.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .barfiller .tip:before {
    background: #e36955
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .barfiller .tip:after {
    border-top-color: #e36955
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content {
    padding: 44px 60px 54px
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__title a {
    color: #424242
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li {
    color: #424242;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 30px
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li i {
    font-size: 22px;
    position: absolute;
    top: 2px;
    left: 0
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li i.fa-line-chart {
    font-size: 18px
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__list li span {
    color: #e36955
}

.donate-area2 .donate-content-wrap .sidebar-shared .side-widget.blog-content .blog-item .blog-inner-content .blog__desc {
    margin-top: 27px
}

.barfiller {
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: relative
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0;
    height: 100%;
    background: #333;
    z-index: 1
}

.barfiller .fill:after,
.barfiller .tip:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background: #f1ae44;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-8deg, 0deg);
    -moz-transform: skew(-8deg, 0deg);
    -ms-transform: skew(-8deg, 0deg);
    -o-transform: skew(-8deg, 0deg);
    transform: skew(-8deg, 0deg);
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.barfiller .tip {
    margin-top: -37px;
    padding: 0 5px 0 10px;
    font-size: 11px;
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 2;
    background-color: #f1ae44;
    font-weight: 600
}

.counter-2,
.strate .card-body {
    padding: 0 !important;
    margin: 0 !important
}

.barfiller .tip:after {
    content: "";
    border: 6px solid transparent;
    border-top-color: #f1ae44;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -6px
}

.newsletter-area .action-india-history-content-heading .section__meta {
    color: #f1ae44;
    text-align: center;
    font-weight: 700;
    font-size: 18px
}

.newsletter-area .newsletter-form {
    text-align: center;
    justify-content: center;
    margin: auto;
    display: flex;
    align-items: center;
    width: 75%
}

.newsletter-area .newsletter-form .form-shared form .form-group {
    display: flex;
    justify-content: center;
    margin: auto auto 0;
    width: 55%
}

.newsletter-area .newsletter-form .form-shared form .form-group .form-control {
    padding: 20px;
    border-radius: 5px;
    height: 60px;
    margin-right: 0
}

.newsletter-area .newsletter-form .form-shared form .submit__btn,
.newsletter-area .newsletter-form .form-shared form .submit__btn:after {
    padding: 15px 25px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: 0
}

.newsletter-area .newsletter-form .form-shared form .submit__btn:hover,
.newsletter-area .newsletter-form .form-shared form .submit__btn:hover:after {
    color: #fff;
    border-radius: 0
}

#back-to-top {
    position: fixed;
    right: -150px;
    bottom: 40px;
    z-index: 9999;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, .2);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, .2);
    box-shadow: 0 10px 40px rgba(82, 85, 90, .2);
    font-size: 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #050505;
    color: #424242
}

.strate-1:hover,
.strate:hover {
    cursor: pointer;
    scale: 1.1;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

#back-to-top:hover {
    background-color: #f4aefd;
    border-color: #f4aefd
}

#back-to-top.back-btn-shown {
    right: 30px
}

.action-india-history-content {
    margin-bottom: 3rem
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4a0047
}

.about-description {
    font-size: 1.1rem
}

.strate {
    border-radius: 27px;
    background-color: #603164;
    box-shadow: rgba(0, 0, 0, .3) 0 19px 38px, rgba(0, 0, 0, .22) 0 15px 12px;
    color: #fff;
    margin: 15px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center
}

.action-india-beginning-img-wrapper,
.action-india-blog-item-box,
.action-india-media-kit-item-box,
.entry-static-box,
.entry-static-box2,
.mission-vision-box,
.mission-vision-box:active,
.mission-vision-box:hover,
.mission-vision-item,
.our-impact,
.our-impact-item-box,
.our-impact-wrapper,
.our_impact_item,
.testimonials_item,
.volunteers_item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.our-impact-box,
.our-impact-wrapper {
    border-radius: 15px
}

.hiw-bg2,
.hiw-bg3,
.hiw-bg4,
.hiw-bg5,
.hiw-bg6,
.our-impact .card-body {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

.counter-2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.118rem;
    width: 100%;
    float: left
}

.action-india-history-content,
.strate .card-body {
    text-align: left
}

.strate .card-text {
    font-size: 22px;
    padding: 12px 0 0 17px !important;
    margin: 0 !important
}

@media (max-width:425px) {
    .strate {
        height: 150px;
        padding: 10px
    }

    .counter-2 {
        font-size: 1.2rem
    }

    .strate .card-text {
        font-size: 18px;
        padding-left: 0 !important
    }
}

@media (max-width:767.98px) {
    .strate {
        height: 135px;
        padding: 10px
    }

    .counter-2 {
        font-size: 1.2rem;
        padding-left: 0 !important
    }

    .strate .card-text {
        font-size: 18px;
        padding-left: 17px !important
    }
}

.our-impact,
.our_impact_item_box {
    padding: 20px
}

.our-impact-box {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #d4a0da
}

.hiw-bg1,
.hiw-title {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px
}

.our-impact .strate .text-left {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    padding-top: 20px
}

.our-impact-item-box .card-body {
    border-radius: 20px;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    height: 100%
}

.strate:hover,
.strate:hover img {
    background-color: #50bac3;
    padding: 20px;
    transition: .3s ease-in-out
}

.hiw-bg3,
.hiw-bg4,
.hiw-bg5,
.hiw-bg6 {
    height: 260px
}

.hiw-bg1 {
    background-color: #50bac3;
    border-radius: 20px
}

.hiw-title {
    font-weight: 700
}

.hiw-bg2,
.hiw-bg3,
.hiw-bg4,
.hiw-bg5,
.hiw-bg6 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff
}

.strate span {
    font-weight: 700;
    color: #fff
}

.strate:hover {
    color: #fff;
    height: 260px;
    margin-top: -10px;
    margin-bottom: 10px
}

.strate:hover img {
    margin: 10px;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 100px
}

.strate-1:hover {
    transition: .3s ease-in-out;
    margin-bottom: 10px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px
}

.hiw-bg2 {
    background-color: #ea9e2c
}

.hiw-bg4 {
    background-color: #f389ab
}

.hiw-bg5 {
    background-color: #f45f5f
}

.hiw-bg6,
.mission-vision-item,
.mission-vision-item-img-box {
    background-color: #4d9549
}

.mission-vision-bg1,
.mission-vision-bg2,
.mission-vision-bg3,
.mission-vision-bg4 {
    padding: 0 20px;
    background-color: #4d9549;
    overflow: hidden;
    position: relative;
    border-bottom: 0;
    width: 100%;
    border-radius: 20px;
    height: 100%
}

.mt-3.d-flex.row.justify-content-around.gap-3.w-100.p-0.m-0.align-items-center {
    border-bottom: 2px solid #f4aefd;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.mission-vision-item-img-box figure img {
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: 100%;
    max-height: 200px
}

.mission-vision-item {
    padding: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border-bottom: 0
}

.mission-vision-item-img-box {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border-bottom: 0
}

.mission-vision-btn-box {
    padding-left: 16px;
    padding-bottom: 10px;
    margin-top: 20px
}

.mission-vision-content,
.mission-vision-content-box {
    padding: 0 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border-bottom: 0;
    background-color: #000
}

.our-impact-image-box,
.our-impact-item-box {
    background-color: #603164;
    position: relative
}

.our-impact-image-box {
    margin-bottom: 20px;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 0
}

.entry-static-box,
.entry-static-box2 {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.section-heading .section-heading-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    font-family: Roboto, sans-serif;
    color: #fff
}

.section-heading .section-heading-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: Roboto, sans-serif;
    color: #fff
}

.our-impact-item-box .card-body p {
    padding: 10px 0;
    margin-top: 10px
}

.action-india-history-content-heading {
    padding: 4rem 0 1rem
}

.our-impact-item-box {
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 0
}

.our-impact-item-box .our-impact-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.our-impact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%
}

.header-socials i {
    color: #fff;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.header-socials i:hover {
    background-color: #f4aefd
}

.header-item4 {
    font-size: 15px;
    font-weight: 500;
    color: #424242;
    transition: .3s ease-in-out
}

.header-item4:hover {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px
}

.entry-static-box2 .entry-video-img,
.entry-video-img {
    position: relative;
    overflow: hidden;
    height: 460px
}

.entry-static-box .entry-video-text,
.entry-static-box2 .entry-video-text {
    position: relative;
    padding: 60px 50px 50px;
    z-index: 3;
    background-color: #603164
}

.entry-video-img img {
    height: 460px;
    width: 100%
}

.entry-static-box2 {
    border-radius: 20px;
    padding: 20px
}

.entry-static-box2 .entry-video-img img {
    height: 460px;
    padding-right: 50px;
    width: 100%
}

.partners_item,
.volunteers_item {
    text-align: center
}

.about-title {
    margin-left: 0;
    margin-bottom: 15px
}

.about-description {
    margin-left: 0;
    color: #000
}

.mission-vision-box {
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    height: 350px;
    width: 100%;
    float: left
}

.mission-vision-box:hover {
    transition: .3s ease-in-out;
    transform: scale(1.02);
    border: 2px solid #743777
}

.mission-vision-content-heading {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px
}

.mission-vision-description,
.mission-vision-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin: 10px 0;
    line-height: 1.3
}

.mission-vision-content {
    border-bottom: 2px solid #f4aefd;
    border-top: 2px solid #f4aefd;
    border-left: 2px solid #f4aefd;
    border-right: 2px solid #f4aefd
}

.mission-vision-row {
    border: 5px solid #f4aefd;
    border-radius: 20px
}

.mission-vision-wrapper {
    border: 5px solid #743777;
    padding: 20px
}

@media (min-width:1200px) {
    .mission-vision-wrapper {
        padding: 20px
    }
}

.mission-vision-video-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    height: 350px;
    width: 100%
}

.mission-vision-content-box {
    background-color: #603164;
    padding: 20px
}

.our_impact_item,
.our_impact_item_image_box {
    display: flex;
    align-items: center;
    background-color: #fff
}

.our_impact_bg {
    background-image: url(../assets/images/50-year-journey-page/our-impact-bg.png);
    height: 100%;
    width: 100%
}

.our_impact_text_number {
    font-family: Oswald;
    font-weight: 600
}

.our-impact-item .counter-2,
.our_impact_item .counter-2 {
    font-size: 40px
}

.our_impact_item_image_box {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    justify-content: center
}

.our_impact_item {
    border: 2px solid #f4aefd;
    border-radius: 10px;
    padding: 20px
}

.action-india-beginning-area:active,
.action-india-beginning-area:hover,
.action-india-blog-item-box:active,
.action-india-blog-item-box:hover,
.action-india-media-kit-item-box:active,
.action-india-media-kit-item-box:hover,
.our_impact_item:active,
.our_impact_item:hover,
.testimonials_item:active,
.testimonials_item:hover,
.volunteers_item:active,
.volunteers_item:hover {
    border: 2px solid #743777;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.testimonials_item,
.volunteers_item {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    display: flex
}

.partners_bg {
    background-image: url(../assets/images/50-year-journey-page/partners-bg.png);
    height: 100%;
    width: 100%
}

.partners_item img {
    max-width: 100%;
    height: auto
}

.partners_item_image_box {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1200px) {
    .mission-vision-wrapper {
        border: 2px solid #743777;
        padding: 10px
    }

    .mission-vision-video-img {
        height: 250px
    }

    .mission-vision-content-box,
    .our_impact_item_box {
        padding: 10px
    }

    .our_impact_item_image_box {
        width: 60px;
        height: 60px
    }

    .partners_item_image_box {
        height: 100px
    }
}

@media (max-width:1024px) {
    .breadcrumb-area .breadcrumb-content {
        padding-bottom: 30px;
        height: auto
    }

    .mission-vision-content-box,
    .mission-vision-wrapper,
    .our_impact_item_box {
        padding: 10px
    }

    .mission-vision-video-img {
        height: 250px
    }

    .our_impact_item_image_box {
        width: 60px;
        height: 60px
    }

    .partners_item_image_box {
        height: 100px
    }
}

@media (max-width:991px) {

    .mission-vision-content-box,
    .mission-vision-wrapper,
    .our_impact_item_box {
        padding: 10px
    }

    .mission-vision-video-img {
        height: 250px
    }

    .our_impact_item_image_box {
        width: 60px;
        height: 60px
    }

    .partners_item_image_box {
        height: 100px
    }
}

@media (max-width:768px) {
    .entry-static-box2 .row {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0
    }

    .entry-static-box2 .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important
    }

    .entry-static-box2 .col-lg-6 .entry-video-img,
    .entry-static-box2 .col-lg-6 .entry-video-text {
        width: 100% !important;
        text-align: center !important
    }

    .entry-static-box2 .col-lg-6 .entry-video-img iframe {
        max-width: 300px !important;
        height: 200px !important
    }

    .entry-static-box2 .col-lg-6 .px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .mission-vision-content-box,
    .mission-vision-wrapper,
    .our_impact_item_box {
        padding: 10px
    }

    .mission-vision-video-img {
        height: 250px
    }

    .our_impact_item_image_box {
        width: 60px;
        height: 60px
    }

    .partners_item_image_box {
        height: 100px
    }
}

@media (max-width:767px) {
    .breadcrumb-area .breadcrumb-content {
        padding-bottom: 30px;
        padding-top: 20px;
        height: auto
    }

    .mission-vision-content-box,
    .mission-vision-wrapper,
    .our_impact_item_box {
        padding: 10px
    }

    .mission-vision-video-img {
        height: 250px
    }

    .our-impact-item .counter-2,
    .our_impact_item .counter-2 {
        font-size: 24px
    }

    .our_impact_item_image_box {
        width: 60px;
        height: 60px
    }

    .partners_item_image_box {
        height: 100px
    }
}

@media (max-width:425px) {

    .mission-vision-content-box,
    .mission-vision-wrapper,
    .our_impact_item_box {
        padding: 10px
    }

    .mission-vision-video-img {
        height: 250px;
        width: 100%
    }

    .our_impact_item_image_box {
        width: 60px;
        height: 60px
    }

    .partners_item_image_box {
        height: 100px
    }
}

@media (max-width:375px) {

    .mission-vision-content-box,
    .mission-vision-wrapper,
    .our_impact_item_box {
        padding: 10px
    }

    .mission-vision-video-img {
        height: 250px;
        width: 100%
    }

    .our_impact_item_image_box {
        width: 60px;
        height: 60px
    }

    .partners_item_image_box {
        height: 100px
    }
}

@media (max-width:320px) {

    .mission-vision-content-box,
    .mission-vision-wrapper,
    .our_impact_item_box {
        padding: 10px
    }

    .mission-vision-video-img {
        height: 250px;
        width: 100%
    }

    .our_impact_item_image_box {
        width: 60px;
        height: 60px
    }

    .partners_item_image_box {
        height: 100px
    }
}

.testimonials_bg {
    background-image: url(../assets/images/50-year-journey-page/testimonials-bg.png);
    height: 100%;
    width: 100%
}

.testimonials_item,
.volunteers_item {
    align-items: center
}

.volunteers-bg {
    background-image: url(../assets/images/50-year-journey-page/volunteers-bg.png);
    height: 100%;
    width: 100%
}

.action-india-media-kit-item-box {
    background-color: #fff;
    padding: 20px
}

.action-india-blog-item-box-title:active,
.action-india-blog-item-box:hover .action-india-blog-item-box-title,
.action-india-media-kit-item-box-title:active,
.action-india-media-kit-item-box-title:hover {
    color: #743777
}

.action-india-blog-item-box-img-box,
.action-india-media-kit-item-box-img-box {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.action-india-media-kit-item-box-img-box:active,
.action-india-media-kit-item-box-img-box:hover {
    color: #743777;
    border: 2px solid #743777
}

.action-india-blog-item-box-img-box:active,
.action-india-blog-item-box-img-box:hover {
    border: 2px solid #743777
}

.action-india-blog-item-box-img-box img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mixer-heading {
    padding: 30px;
    color: #000;
    border-left: 4px solid #743777;
    height: 262px;
    align-items: center;
    display: flex;
    align-content: center
}

.action-india-beginning-img-wrapper {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    height: 75%;
    border: 2px solid #743777
}

.action-india-beginning-img {
    padding: 10px
}

.section-heading .section__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700
}

.section-icon {
    margin-bottom: 9px;
    line-height: 1px
}

.newsletter-area .newsletter-form {
    margin-top: 51px
}

.newsletter-area .newsletter-form .form-shared form .form-group .form-control {
    background-color: #343434;
    color: #bfbfbf
}

.newsletter-area .newsletter-form .form-shared form .submit__btn,
.newsletter-area .newsletter-form .form-shared form .submit__btn:after {
    margin-top: 0;
    background-color: #b95bc1
}

.newsletter-area .newsletter-form .form-shared form .submit__btn:hover,
.newsletter-area .newsletter-form .form-shared form .submit__btn:hover:after {
    background-color: #b95bc1
}

.footer-area {
    background-color: #603164;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding-top: 0;
    overflow: hidden
}

.footer-area .footer-top {
    padding-top: 65px;
    padding-bottom: 65px
}

.footer-area .footer-widget-wrap .footer-item a,
.footer-area .footer-widget-wrap .footer-item p,
.footer-area .footer-widget-wrap .footer-item ul li {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    position: relative
}

.footer-area .footer-widget-wrap .footer-item ul li a:after {
    position: absolute;
    content: "";
    bottom: 7px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #f4aefd;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-area .footer-copyright .copyright-desc a:hover:after,
.footer-area .footer-widget-wrap .footer-item ul li a:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.footer-area .footer-widget-wrap .footer-item a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize
}

.footer-area .footer-copyright .copyright-desc a:hover,
.footer-area .footer-widget-wrap .footer-item a:hover {
    color: #f4aefd
}

.footer-area .footer-widget-wrap .footer-item .widget__title {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 23px
}

.footer-area .footer-widget-wrap .footer-item .footer__social {
    margin-top: 29px
}

.footer-area .footer-widget-wrap .footer-item .footer__social ul li {
    display: inline-block;
    margin-right: 15px
}

.footer-area .footer-widget-wrap .footer-item .footer__social ul li:last-child {
    margin-right: 0
}

.footer-area .footer-widget-wrap .footer-item .footer__social ul li a {
    font-size: 14px;
    background-color: #603164;
    color: #fff;
    padding: 0 5px 0 14px;
    line-height: 42px;
    position: relative;
    z-index: 1;
    display: block;
    min-width: 35px
}

.footer-area .footer-widget-wrap .footer-item .footer__social ul li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #9c67a1;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg)
}

.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(2) a,
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(2) a:after,
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(3) a,
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(3) a:after,
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(4) a,
.footer-area .footer-widget-wrap .footer-item .footer__social ul li:nth-child(4) a:after {
    background-color: #9c67a1
}

.footer-area .footer-copyright {
    text-align: center;
    border-top: 2px solid #555;
    padding-top: 45px;
    padding-bottom: 45px
}

.footer-area .footer-copyright .copyright-desc {
    font-size: 16px;
    color: #bfbfbf
}

.footer-area .footer-copyright .copyright-desc a {
    color: #bfbfbf;
    position: relative;
    z-index: 1
}

.footer-area .footer-copyright .copyright-desc a:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #f4aefd;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}