@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

body {
    color: #262626;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Montserrat', sans-serif;
}

img {
    vertical-align: baseline;
    max-width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #262626;
}
table{
    width:100% !important;
}
a:visited {
    color: #757686;
}

a:hover, a:focus, a:active {
    color: #262626;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
/*
# Header Bar
--------------------------------*/
.top-header-bar {
    background: #ff4800;
    color: #fff;
}
.page-header{
    margin-top: 30px;
}
@media screen and (min-width:768px){
    .nav-bar{
        background:#b3eae6;
    }
}

/*
# Header Bar Email
--------------------------------*/
.header-bar-email,
.header-bar-text {
    padding: 13px 0;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.header-bar-email a,
.header-bar-text span {
    text-transform: lowercase;
    color: #fff;
    text-decoration: none;
}

/**** header bar site link *****/
.header-bar-site-link{
    align-self: center;
    margin-left: auto;
}
.header-bar-site-link a{
    padding: 3px 10px;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    color: #ff4800;
    text-transform:uppercase;
    border:1px solid transparent;
    transition:all ease-in-out .3s;
}
.header-bar-site-link a:hover{
    text-decoration:none;
    background-color:transparent;
    border-color:#eee;
    color:#eee;
}
@media (max-width:767px){
    .top-header-bar .top-bar-inside .header-bar-text{
        margin-left:0;
    } 
    .social-link-wrap{
        justify-content: flex-start !important;
    }
}

/*
# Header Bar Text
--------------------------------*/
.header-bar-text {
    margin-left: 48px;
}

.header-bar-text p {
    margin: 0;
}

/*
# Header Bar Donate Button
--------------------------------*/
.donate-btn a {
    display: inline-block;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-decoration: navajowhite;
    background: #262222;
}

/*
# Site Branding
--------------------------------*/
.site-branding {
    width: calc(100% - 24px);
    padding: 13px 0;
}

@media screen and (min-width: 992px){
    .site-branding {
        width: auto;
    }
}

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
    position: relative;
    width: 24px;
    height: 22px;
    margin: 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #262626;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/*
# Main Menu
--------------------------------*/
.site-navigation ul {
   position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #fff;
    list-style: none;
   /*overflow-x: scroll;*/
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li {
    margin: 0 16px;
}
.site-navigation ul li a {
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #262626;
    text-decoration: none;
    transition: color .35s;
}

@media screen and (min-width: 992px) {
    .site-navigation ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        /*overflow: auto;*/
        background: transparent;
    }

    .site-navigation ul li a {
        padding: 20px 0;
    }
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
    border-bottom: 3px solid #ff5a00;
    color: #ff5a00;
}

/*
# Menu SHopping Cart
--------------------------------*/
.header-bar-cart {
    margin-left: 40px;
}

.header-bar-cart a {
    width: 48px;
    height: 100%;
}

.header-bar-cart a {
    color: #fff;
    text-decoration: none;
}
/***** event navbar *****/
.navbar-nav.event-nav li:hover > ul.dropdown-menu {
    display: block;
}
.navbar-nav.event-nav .dropdown-submenu {
    position:relative;
}
.navbar-nav.event-nav .dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}
.navbar-nav.event-nav .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-slider {
    height: 620px;
}
@media screen and (min-width:992px){
    /*.hero-slider {*/
    /*    transform: translateY(-135px);*/
    /*}*/
    /*.home-page-icon-boxes {*/
    /*    margin-top: -120px;*/
    /*}*/
}
.hero-content-wrap {
    position: relative;
    color: #fff;
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}

.hero-content-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 40px;
    line-height: 1;
}

.hero-content-overlay h4 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
}
.hero-content-overlay .entry-header{
    margin-bottom:10px;
}
.hero-content-overlay .container .row div[class^=col-]{
    justify-content:flex-end !important;
    margin-bottom:60px;
}
.hero-content-overlay .entry-content{
    margin-top:0 !important;
}
.hero-content-overlay p {
    font-weight: 500;
    line-height: 1.8;
}

.hero-content-overlay .entry-footer a.btn {
    color: #fff;
}

.hero-slider .pagination-wrap {
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 60px;
}


.hero-slider .swiper-pagination-bullet {
    width: 24px;
    height: 20px;
    margin-right: 6px;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    background: transparent;
    opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #ff5a00;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    border-radius: 50%;
    background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    transition: all .35s;
}

.hero-slider .swiper-button-next {
    right: 80px;
}

.hero-slider .swiper-button-prev {
    left: 80px;
}

.hero-slider .swiper-button-next span,
.hero-slider .swiper-button-prev span {
    display: block;
    width: 36px;
    padding-top: 15px;
    margin: 0 auto;
}

.hero-slider .swiper-button-next path,
.hero-slider .swiper-button-prev path {
    fill: #fff;
}

.hero-slider .swiper-button-next.swiper-button-disabled,
.hero-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width: 1200px){
    .hero-content-overlay h1 {
        font-size: 72px;
    }

    .hero-content-overlay h4 {
        font-size: 32px;
    }

    .hero-content-overlay p {
        font-size: 14px;
    }

    .hero-slider .pagination-wrap {
        height: 40px;
    }
}

@media screen and (max-width: 992px){
    .hero-content-overlay h1 {
        font-size: 22px;
    }

    .hero-content-overlay h4 {
        font-size: 22px;
    }

    .hero-content-overlay p,
    .hero-slider .pagination-wrap,
    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev{
        display: none;
    }

    .hero-content-overlay footer{
        margin-top: 12px !important;
    }
}

/*--------------------------------------------------------------
# Elements Page
--------------------------------------------------------------*/
.elements-wrap {
    margin-top: 80px;
}

.elements-page .elements-heading .entry-title {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.elements-page .elements-container {
    margin-top: 54px;
}

.elements-page .btn {
    margin-right: 20px;
}

/*
# Button
----------------------------------*/
.btn {
    padding: 18px 40px;
    border: 2px solid #262626;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #262626;
    outline: none;
}

.btn:focus {
    outline: none;
}

.btn.orange-border {
    border-color: #ff5a00;
}

.btn.orange-border:hover,
.btn.gradient-bg {
    border-color: transparent;
    background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

/*
# Accordion
----------------------------------*/
.accordion-wrap {
    position: relative;
}

.accordion-wrap .entry-content {
    margin: 0;
}

.accordion-wrap .entry-title {
    padding: 12px 38px;
    margin-bottom: 15px;
    border-radius: 30px;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    cursor: pointer;
}

.accordion-wrap .entry-title.active {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.accordion-wrap .entry-title .arrow-r::before,
.accordion-wrap .entry-title .arrow-d::before {
    content: "+";
    font-size: 24px;
    font-weight: 400;
}

.accordion-wrap .entry-title .arrow-d::before {
    content: "-";
}

/*
# Content
----------------------------------*/
.accordion-wrap .entry-content {
    display: none;
}

.accordion-wrap .entry-content p {
    padding: 18px 38px;
    font-size: 14px;
    line-height: 2;
    color: #929191;
}

/*
# Tabs
----------------------------------*/
ul.tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs-nav .tab-nav {
    padding: 12px 32px;
    margin-right: 6px;
    border-radius: 30px;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    cursor: pointer;
    transition: all .35s;
}

ul.tabs-nav .tab-nav.active {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.tabs .tab-nav {
    margin-bottom: -1px;
    z-index: 99;
}

.tabs-container {
    padding: 34px;
}

.tab-content {
    display: none;
}

.tab-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    color: #929191;
}

/*
# Circular Progress Bar
----------------------------------*/
.circular-progress-bar {
    margin: 20px 0;
    text-align: center;
}

.circular-progress-bar .circle {
    position: relative;
    width: 156px;
    height: 156px;
    margin: 0 auto;
}

.circular-progress-bar .circle strong {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    width: 100%;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}

.circular-progress-bar .circle strong i {
    margin-top: 5px;
    font-size: 24px;
    font-style: normal;
}

.circular-progress-bar .entry-title {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}
.entry-footer{
  margin-top: 0!important;
}
/*
# Counter Box
----------------------------------*/
.counter-box {
    margin: 20px 0;
    text-align: center;
}

.counter-box .start-counter {
    margin-top: 10px;
    font-size: 48px;
    font-weight: 500;
    color: #262626;
}

.counter-box .counter-k {
    font-size: 24px;
    font-weight: 500;
}

.counter-box .entry-title {
    margin-top: 16px;
    font-size: 14px;
    color: #595858;
}

/*
# Icon Box
----------------------------------*/
.icon-box {
    padding: 40px;
    border-radius: 24px;
    background: #ecf2f5;
    text-align: center;
    transition: all .35s;
}

.icon-box:hover,
.icon-box.active {
    border: 0;
     background: #FF5700;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.icon-box figure img:nth-of-type(1) {
    display: block;
}

.icon-box figure img:nth-of-type(2) {
    display: none;
}

.icon-box:hover figure img:nth-of-type(1),
.icon-box.active figure img:nth-of-type(1) {
    display: none;
}

.icon-box:hover figure img:nth-of-type(2),
.icon-box.active figure img:nth-of-type(2) {
    display: block;
}

.icon-box .entry-title {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.icon-box:hover .entry-title,
.icon-box.active .entry-title {
    color: #fff;
}

.icon-box .entry-content {
    margin-top: 24px;
}

.icon-box .entry-content p {
    margin: 0;
    font-size: 14px;
    color: #595858;
}

.icon-box:hover .entry-content p,
.icon-box.active .entry-content p {
    color: #fff;
}

/*
# Bar Filler
----------------------------------*/
.barfiller {
    position:relative;
    width:100%;
    height:5px;
    border-radius: 3px;
    background:#d6dee1;
}

.barfiller .fill {
    display:block;
    position:relative;
    width:0px;
    height:100%;
    border-radius: 3px;
    background:#333;
    z-index:1;
}

.barfiller .tipWrap {
    display:none;
}

.barfiller .tip {
    left: 0;
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding-top: 14px;
    margin-top: -21px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background: #ff5a00;
    color: #fff;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
/*
# Icon Boxes
--------------------------------*/
.home-page-icon-boxes {
    padding: 60px 0;
}

/*
# Welcome
--------------------------------*/
.home-page-welcome {
    position: relative;
    padding: 60px 0;
    background: url("images/pic4.jpg") no-repeat center;
    background-size: cover;
    z-index: 99;
}

.home-page-welcome::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(21,21,21,.9);
}

.welcome-content .entry-title {
    position: relative;
    padding: 0 0 5px;
    font-size: 36px;
    color: #fff;
    line-height:1.2;
}

.welcome-content .entry-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ff5a00;
}
.welcome-content .cause-content-wrap .entry-title::before{
    height: 2px;
}
.welcome-content .entry-content {
    font-size: 14px;
    line-height: 2;
    color: #b7b7b7;
}

.home-page-welcome img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
}

@media screen and (min-width:992px){
    .welcome-content.publication{
        padding-left: 30px;
        border-left: 1px solid #444;
    }
}
@media screen and (max-width: 992px){
    .home-page-welcome img {
        margin-bottom: 60px;
    }
}

/*
# Upcoming Events
--------------------------------*/
.section-heading .entry-title {
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
}

.section-heading  .entry-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ff5a00;
}

@media screen and (max-width: 992px) {
    .home-page-events .featured-cause .section-heading {
        margin-top: 80px;
    }
}

.event-wrap {
    margin-top: 40px;
}

.event-wrap figure {
    height: auto;
}

.event-wrap figure img {
    display: block;
    width: 100%;
}

.event-content-wrap {
    width: calc(100% - 180px);
    margin-top: -10px;
}
@media screen and (min-width:768px){
    .event-wrap figure {
        width:30%;
    }
    .event-content-wrap {
        width: 68%;
    }
    .upcoming-events .entry-footer{
        margin-top:30px!important;
    }
}
.event-content-wrap .entry-title a {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}

.event-content-wrap .posted-date a,
.event-content-wrap .cats-links a {
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}

.event-content-wrap .posted-date a {
    padding-right: 14px;
    margin-right: 14px;
}

.event-content-wrap .posted-date a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #262626;
}

.event-content-wrap .entry-content {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #929191;
}

.event-content-wrap .entry-footer a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #ff5a00;
    text-decoration: none;
}

/*
# Featured Cause
--------------------------------*/
.home-page-events {
    padding: 60px 0;
}

.cause-wrap {
    margin-top: 50px;
}

.featured-cause .cause-wrap {
    /*padding: 40px 24px;*/
    /*background: #edf3f5;*/
    flex-direction: column;
    margin-top: 15px;
}
.featured-cause .cause-wrap .entry-title a{
    color:#eee;
}
.featured-cause .cause-wrap .posted-date a{
    color:#ddd;
}
.featured-cause .featured-cause .cause-wrap figure {
    width: 246px;
    height: auto;
}

.cause-wrap figure img {
    display: block;
    max-height: 332px;
    margin: 0 0 10px;
}
.cause-content-wrap .entry-title a {
    font-size: 18px;
    color: #262626;
}

.cause-content-wrap .posted-date a,
.cause-content-wrap .cats-links a {
    display: block;
    position: relative;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
}
.cause-content-wrap .posted-date{
    width:100%;
}
/*.cause-content-wrap .posted-date a {*/
/*    padding-right: 14px;*/
/*    margin-right: 14px;*/
/*}*/

/*.cause-content-wrap .posted-date a::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background: #262626;*/
/*}*/

.cause-content-wrap .entry-content {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    color: #929191;
}

.cause-wrap .fund-raised {
    margin-top: 64px;
}

.fund-raised-details {
    font-size: 14px;
    color: #929191;
}

/*
# Home Causes
--------------------------------*/
.our-causes {
    position: relative;
    padding: 60px 0 40px;
    background: url("images/cause-bg.jpg") no-repeat center;
    background-size: cover;
    z-index: 99;
}

.our-causes::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(232,237,238,.8);
}

.our-causes .cause-wrap {
    margin-top: 30px;
}

.our-causes .cause-wrap figure {
    position: relative;
}

.our-causes .cause-wrap figure .figure-overlay {
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.7);
    transition: all .5s;
}

.our-causes .cause-wrap figure:hover .figure-overlay {
    opacity: 1;
    visibility: visible;
}

.our-causes .cause-content-wrap {
    padding: 32px;
    background: #fff;
}

.our-causes .cause-content-wrap .entry-content {
    margin-top: 20px;
}

.our-causes .cause-wrap .fund-raised {
    margin-top: 48px;
}

.our-causes .swiper-button-next,
.our-causes .swiper-button-prev {
    width: 70px;
    height: 70px;
    margin-top: -10px;
    border-radius: 50%;
    background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    transition: all .35s;
}

.our-causes .swiper-button-next {
    right: -120px;
}

.our-causes .swiper-button-prev {
    left: -120px;
}

.our-causes .swiper-button-next span,
.our-causes .swiper-button-prev span {
    display: block;
    width: 36px;
    padding-top: 15px;
    margin: 0 auto;
}

.our-causes .swiper-button-next path,
.our-causes .swiper-button-prev path {
    fill: #fff;
}

.our-causes .swiper-button-next.swiper-button-disabled,
.our-causes .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width: 1400px){
    .our-causes .swiper-button-next {
        right: 0;
    }

    .our-causes .swiper-button-prev {
        left: 0;
    }
}

@media screen and (max-width: 576px){
    .our-causes .swiper-button-next,
    .our-causes .swiper-button-prev {
        display: none;
    }
}

/*
# Home Milestone
--------------------------------*/
.home-page-limestone {
    padding: 96px 0;
}

.home-page-limestone .section-heading .entry-title {
    padding-bottom: 36px;
    line-height: 1.6;
}

.home-page-limestone .section-heading p {
    font-size: 14px;
    color: #595858;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.single-page .page-header {
    position: relative;
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 72px;
    background-size: cover !important;
}

.single-page .page-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}

.single-page .page-header h1 {
    position: relative;
    padding-bottom: 24px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.single-page .page-header h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ff5a00;
}

.about-page .page-header {
    background: url(images/about-bg.jpg) no-repeat center;
}

.about-page .welcome-wrap {
    padding: 96px 0;
}

.about-page .welcome-content .entry-title {
    color: #262626;
}

@media screen and (max-width: 992px){
    .about-page .welcome-content .entry-title {
        margin-top: 60px;
    }
}

.about-page .welcome-content .entry-content {
    color: #929191;
}

.about-page .welcome-wrap img {
    display: block;
    width: 100%;
}

.about-stats {
    padding: 96px 0;
    background: #262626;
}

.about-stats .circular-progress-bar .circle strong,
.about-stats .circular-progress-bar .entry-title {
    color: #fff;
}
/***** news&Events *****/
.news-event .row{
    margin-top:30px;
    border-bottom:1px solid #e2e2e2;
    padding-bottom:30px;
}
.news-event .time-wrap,
.news-event .news-wrapper{
    flex-direction: column;
}
.news-event .time-wrap>*{
    text-transform:uppercase;
}
.news-event .time-wrap .day{
    font-size: 36px;
    color: #FF3A00;
    font-weight: bold;
}
.news-event .time-wrap .bar{
    font-size: 20px;
}
.news-event .news-wrapper{
    gap:15px;
}
.news-event .news-wrapper figure,
.news-event .news-wrapper figure figcaption{
    align-items: center;
}
.news-event .news-wrapper figure{
    gap:15px;
}
.news-event .news-wrapper figure figcaption{
    gap:10px;
}
.news-event .news-wrapper .news-btn{
    display:inline-block;
    padding:5px 11px;
    border:1px solid #d1d1d1;
    border-radius:5px;
    align-self: flex-start;
}
.news-event .news-wrapper .news-btn:hover{
    border-color:#FF3A00;
}
.news-event .news-wrapper a{
   transition:all ease-in-out .3s; 
}
.news-event .news-wrapper a:hover{
    text-decoration:none;
    color:#FF3A00;
}
.news-event .news-wrapper figure, 
.news-event .news-wrapper p{
    margin-bottom:0;
}
@media screen and (max-width:767px){
    .news-event .time-wrap,
    .news-event .news-wrapper .news-btn{
        margin-bottom:24px;
    }
}
.about-testimonial {
    padding: 0 0 96px;
}

.testimonial-cont {
    margin-top: 96px;
}

.testimonial-cont,
.testimonial-cont p {
    position: relative;
}

.testimonial-cont::before {
    content: '“';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    color: #ff5a00;
}

.testimonial-cont .entry-content {
    padding-top: 42px;
}

.testimonial-cont p {
    padding-bottom: 32px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-cont p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #ff5a00;
}

.testimonial-cont .entry-footer img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.testimonial-cont .entry-footer h4 {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #595858;
}

.testimonial-cont .entry-footer h4 span {
    color: #ff5a00;
}

.help-us {
    padding: 70px 0 96px;
    background: #ff3700;
}

.help-us h2 {
    margin-top: 36px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.help-us .btn {
    margin-top: 36px;
}

.help-us .btn,
.help-us .btn:hover {
    border-color: #fff;
    color: #fff;
}

/*--------------------------------------------------------------
# Causes
--------------------------------------------------------------*/
.causes-page .page-header {
    background: url(images/causes-bg.jpg) no-repeat center;
}

.causes-page .featured-cause {
 padding: 96px 0;
}

.causes-page .our-causes {
    position: relative;
    padding:  70px 0 96px;
    background: none;
}

.causes-page .our-causes .cause-wrap {
    margin-top: 36px;
}

.causes-page .our-causes::after {
    display: none;
}

.causes-page .our-causes .cause-content-wrap {
    border: 1px solid #e0e0e0;
    border-top: 0;
}

.causes-page .highlighted-cause {
    padding: 46px 0 96px;
    background: #262626;
}

.causes-page .highlighted-cause .entry-title {
    padding-right: 24px;
    margin-top: 60px;
    line-height: 1.6;
    color: #fff;
}

.causes-page .highlighted-cause .entry-title::before {
    display: none;
}

.causes-page .highlighted-cause .entry-content {
    font-size: 14px;
    line-height: 2;
    color: #edf3f5;
}

.causes-page .highlighted-cause img {
    width: 100%;
    margin-top: 60px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .cause-wrap figure {
        width: 100%;
    }

    .featured-cause .cause-content-wrap {
        width: 100%;
        /*margin-top: 40px;*/
    }
}

@media screen and (max-width: 576px) {
    .cause-wrap figure {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Single Cause
--------------------------------------------------------------*/
.single-cause .page-header {
    background: url(images/single-cause-bg.jpg) no-repeat center;
}

.single-cause .highlighted-cause {
    padding: 46px 0 96px;
}

.single-cause .highlighted-cause .entry-title {
    padding-right: 24px;
    margin-top: 60px;
    line-height: 1.6;
}

.single-cause .highlighted-cause .entry-content {
    color: #929191;
}

.single-cause .highlighted-cause img {
    width: 100%;
    margin-top: 60px;
}

/*
# Short Content
--------------------------------*/
.short-content-wrap {
    padding-bottom: 96px;
}

.short-content .entry-title {
    font-size: 18px;
    font-weight: 500;
}

.short-content p {
    margin-top: 40px;
    font-size: 14px;
    color: #929191;
}

/*
# Donation Form
--------------------------------*/
.donation-form-wrap {
    padding: 96px 64px;
    margin-bottom: 96px;
    background: #edf3f5;
}

.donation-form-wrap h2 {
    font-size: 30px;
    font-weight: 500;
}

.donation-form-wrap h4 {
    font-size: 16px;
    font-weight: 500;
}

.donation-form .radio-label {
    display : block;
}

.donation-form .radio-label > input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.donation-form .radio-label > input + .donate-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 40px 30px;
    margin-right: 15px;
    border: 2px solid #e0e0e0;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    background: #fff;
}

.donation-form .radio-label:nth-last-of-type(1) > input + .donate-amount {
    margin-right: 0;
}

.donation-form .radio-label > input:checked + .donate-amount {
    border-color: #ff5a00;
}

.donation-form .payment-type input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.donation-form .payment-type label {
    position: relative;
    margin-right: 40px;
    font-size: 14px;
    line-height: 1;
    color: #6a6a6a;
}

.donation-form .payment-type input[type="radio"] + .payment-type-radio {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.donation-form .payment-type input[type="radio"] + .payment-type-radio + .centered-dot {
    visibility: hidden;
    display: block;
    position: absolute;
    left: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff5e06;
}

.donation-form .payment-type input[type="radio"]:checked + .payment-type-radio {
    border-color: #ff5e06;
}


.donation-form .payment-type input[type="radio"]:checked + .payment-type-radio + .centered-dot {
    visibility: visible;
}

.billing-information input {
    width: calc(50% - 14px);
    padding: 12px 30px;
    margin-top: 28px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 1;
}

.billing-information input::placeholder {
    color: #929191;
}

@media screen and (max-width: 768px){
    .billing-information input {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .page-header {
    background: url(images/portfolio-bg.jpg) no-repeat center;
}

.portfolio-wrap {
    padding: 30px 0;
}

.portfolio-wrap .mt-48 {
    margin-top: 45px;
}

.portfolio-wrap .mt-72 {
    margin-top: 72px;
}

.portfolio-wrap .portfolio-item {
   
    margin-bottom: 30px;
}

.portfolio-wrap .portfolio-item.visible {
    display: block;
}

.portfolio-cont {
    margin-bottom: 20px;
}

.portfolio-cont img {
    width: 100%;
}

.portfolio-cont .entry-title {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
}

.portfolio-cont .entry-title a {
    color: #262626;
}

.portfolio-cont h4 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #ff5a00;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news-page .page-header {
    background: url(images/news-bg.jpg) no-repeat center;
}

.news-wrap {
    padding: 40px 0;
}

.news-content {
    margin-bottom: 64px;
}

.news-content:nth-last-of-type(1) {
    margin-bottom: 0;
}

.news-content img {
    display: block;
    /*width: 100%;*/
    margin: 0;
    /*height: 500px;*/
}

.news-content .entry-header {
    margin-top: 34px;
}

.news-content .entry-header .header-elements,
.news-content .donate-icon  {
    margin-top: 30px;
}

.news-content .entry-title {
    font-size: 24px;
    font-weight: 500;
}

.news-content .entry-title a {
    color: #262626;
}

.news-content .posted-date {
    font-size: 14px;
    font-weight: 500;
    color: #ff5a00;
}

.post-metas {
    font-size: 12px;
    line-height: 1;
    color: #929191;
}

.post-metas a {
    color: #929191;
}

.post-metas > span {
    display: block;
    padding-right: 10px;
    margin-top: 6px;
    margin-right: 10px;
    border-right: 1px solid #929191;
}

.post-metas > span:nth-last-of-type(1) {
    border: 0;
    padding-right: 0;
    margin-right: 0;
}

.news-content .entry-content {
    margin-top: 32px;
    font-size: 14px;
    color: #929191;
}

.news-content .entry-footer {
    margin-top: 56px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
    margin-top: 92px;
}

.pagination a {
    margin-right: 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #262626;
    text-decoration: navajowhite;
}

.pagination a:hover,
.pagination .active a {
    color: #ff3900;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media screen and (max-width: 992px){
    .sidebar {
        margin-top: 96px;
    }
}

.sidebar h2 {
    font-size: 18px;
    font-weight: 600;
}

/*
# Search
--------------------------------*/
.search-widget input[type="search"] {
    width: calc(100% - 76px);
    height: 52px;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    outline: none;
}

.search-widget input[type="search"]::placeholder {
    color: #929191;
}

.search-widget button[type="submit"] {
    width: 75px;
    height: 54px;
    border: 0;
    margin-left: -5px;
    font-size: 14px;
    font-weight: 500;
    background: #ff5a00;
    color: #fff;
    cursor: pointer;
    outline: none;
}

/*
# Popular Posts
--------------------------------*/
.popular-posts {
    margin-top: 60px;
}

.popular-posts ul {
    list-style: none;
    margin: 60px 0 0;
}

.popular-posts li {
    margin-bottom: 15px;
}

.popular-posts li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.popular-posts figure,
.popular-posts figure a ,
.popular-posts figure img {
    display: block;
    margin: 0;
}

.popular-posts figure {
    width: 72px;
}

.popular-posts .entry-content {
    width: calc(100% - 100px);
}

.popular-posts h3 {
    font-size: 14px;
    font-weight: 500;
}

.popular-posts h3 a {
    color: #262626;
}

.popular-posts .posted-date {
    font-size: 12px;
    color: #ff5a00;
}

/*
# Upcoming Events
--------------------------------*/
.sidebar .upcoming-events {
    margin-top: 60px;
}

.sidebar .upcoming-events ul {
    list-style: none;
    margin: 60px 0 0;
}

.sidebar .upcoming-events li {
    margin-bottom: 32px;
}

.sidebar .upcoming-events li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.sidebar .upcoming-events figure,
.sidebar .upcoming-events figure a ,
.sidebar .upcoming-events figure img {
    display: block;
    margin: 0;
}

.sidebar .upcoming-events figure {
    width: 140px;
    /*margin-right: 24px;*/
}

.sidebar .upcoming-events .entry-content {
    width: calc(100% - 140px);
}

.sidebar .upcoming-events h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.sidebar .upcoming-events h3 a {
    color: #262626;
}

.sidebar .upcoming-events .post-metas {
    font-size: 11px;
    line-height: 1;
    color: #262626;
}

.sidebar .upcoming-events .post-metas a {
    color: #262626;
}

.sidebar .upcoming-events .post-metas > span {
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #262626;
}

.sidebar .upcoming-events .post-metas > span:nth-last-of-type(1) {
    border: 0;
    padding-right: 0;
    margin-right: 0;
}

.sidebar .upcoming-events p {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 14px;
    color: #929191;
}

/*
# Featured Cause
--------------------------------*/
.sidebar .featured-cause {
    margin-top: 60px;
}

.sidebar .featured-cause .cause-wrap {
    padding: 0;
    background: none;
}

.sidebar .featured-cause .featured-cause .cause-wrap figure {
    width: 100%;
}

.sidebar .cause-wrap figure img {
    display: block;
    width: 100%;
}

.sidebar .featured-cause .cause-content-wrap {
    width: 100%;
    padding: 32px;
    margin-top: 0;
    border: 1px solid #e0e0e0;
    border-top: 0;
}
/***** event listing/detail page *****/
.event-detail-title{
    color:#004d99;
}
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
	overflow:hidden;
	counter-reset: item;
	display: flex;
    flex-direction: column;
    grid-row-gap: 1.75rem;
}
.timeline:before {
	top: 20px;
	bottom: 25px;
	position: absolute;
	content: " ";
	width: 10px;
	background-color: #eeeeee;
	left: 20px;
}
.arrowhead{
	width: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #eeeeee;
}
.timeline > li {
	width: 100%;
	position: relative;	
	counter-increment: item;
    padding-left: 5rem;
    overflow: hidden;
}
.timeline > li:before{
    content: counter(item);
    position:absolute;
    width:50px;
    height:50px;
    color:#eee;
    border-radius: 50%;
    font-size: 14px;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline.eve-list-timeline > li:before{
    background-color:#ff5a00;
}
.timeline > li > .timeline-panel {
	border: 1px solid #d4d4d4;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 10px;
	left: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid #ccc;
	border-left: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 11px;
	left: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-right: 14px solid #fff;
	border-left: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";		
}
.timeline > li > .timeline-panel .card-body{
    padding-top:0;
}
.timeline > li > .timeline-panel ul{
    list-style-type: square;
    padding-left: 15px;
}
.timeline > li .timeline-panel .btn.btn-link{
    padding: 1.25rem;
    border: 0;
    width: 100%;
    text-align: left;
    cursor:pointer;
    transition:all ease-in-out .3s;
    position:relative;
    font-size:18px;
}
.timeline > li .timeline-panel .btn.btn-link:hover{
    text-decoration:none;
}
.timeline > li .timeline-panel .btn.btn-link .show-arrow{
    position: absolute;
    right: 1rem;
    font-size:14px;
    transition:all ease-in-out .2s;
}
.timeline > li .timeline-panel .btn.btn-link[aria-expanded="true"] .show-arrow{
    transform:rotate(180deg);
}
.timeline-title {
  margin-top: 0;
  padding: 20px 20px 0px 20px;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
	padding:0 20px 20px 20px;
	margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 850px) {
    ul.timeline > li {
	  min-height: 0;
      margin-bottom: 25px !important;
      position: relative;
      width:100%;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    ul.timeline > li > .timeline-badge, ul.timeline > li.timeline-inverted > .timeline-badge{
        left: 15.5px;
    }   
	ul.timeline > li > .timeline-badge:before, ul.timeline > li.timeline-inverted > .timeline-badge:before{
        left: -11.5px;
	}
}
/***** event detail page curve *****/
.timeline.eve-detail-timeline > li:before{
    background-color:#004d99;
}
/***** event listing page *****/
.eve-list-timeline .event-li .timeline-panel{
    padding:1.25rem;
}
.eve-list-timeline .event-li:nth-child(odd) .timeline-panel{
    background-color:rgba(0, 77, 153, .02);
}
.eve-list-timeline .event-li:nth-child(even) .timeline-panel{
    background-color:rgba(255, 90, 0, .02);
}
.eve-list-timeline .event-li .event-a{
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 600;
    transition:all ease-in-out .3s;
    display:block;
}
.eve-list-timeline .event-li .event-a:hover{
    color:#004d99;
    text-decoration:none;
    transform:translate(-1px, -1px) scale(1.01) rotate(-.3deg);
}
/****** sahakari detail page ******/
.sahakari-detail{
    background-color:#38B6FF;
    padding-top: 1.5rem;
}
.sahakari-detail .card, 
.sahakari-detail .card ul{
    display:flex;
    flex-direction: column;
}
.sahakari-detail .card{
    grid-row-gap:.5rem;
    padding:1.2rem;
    border: none;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, .12);
    border-radius:10px;
}
.sahakari-detail .card ul{
    padding-left:1rem;
}
.sahakari-detail .card.top,
.sahakari-detail .card.chair-person{
    align-items:center;
    justify-content:center;
}
.sahakari-detail .card p{
    margin-bottom:0;
}
.sahakari-detail .card .title{
    font-size:20px;
    font-weight:600;
}
/*.sahakari-detail div[class^="col-"]:nth-child(odd) .card{*/
/*    background-color:rgba(255, 90, 0, .02);*/
/*}*/
/*.sahakari-detail div[class^="col-"]:nth-child(even) .card{*/
/*    background-color:rgba(180, 234, 230, .02);*/
/*}*/
.sahakari-detail .card.top{
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.sahakari-detail .card.estd,
.sahakari-detail .card.team,
.sahakari-detail .card.org{
    background-color:#F2F0CA;
}
.sahakari-detail .card.chair-person{
    background-color:#DFC8F6;
}
.sahakari-detail .card.amt{
    background-color:#CCF2E5;
}
.sahakari-detail .card.income{
    background-color:#F2CAEC;
}
.sahakari-detail .card.seed{
    background-color:#F1DACA;
}
.sahakari-detail .card.election{
    background-color:#D2CCF2;
}
.sahakari-detail .card.link{
    background-color:#ECA1E1;
}
@media (min-width:768px){
    .sahakari-detail div[class^="col-"]{
        margin-bottom:30px;
    }
    .sahakari-detail .card.chair-person{
        grid-column-gap:1rem;
        flex-direction: column;
    }
    .sahakari-detail .card.chair-person >ul{
        flex:1;
    }
    .sahakari-detail .card.chair-person ul li{
        list-style-type: none;
    }
}
.sahakari-detail .card.chair-person > img{
    object-fit:cover;
}
@media (max-width:767px){
    .sahakari-detail div[class^="col-"]{
        margin-bottom:20px;
    }
    .sahakari-detail .card.chair-person{
        justify-content:flex-start;
    }
}
@media (min-width:500px){
    .sahakari-detail .card.chair-person{
        grid-column-gap:1rem;
    }
    .sahakari-detail .card.chair-person > img{
        width:11rem;
        height:12.5rem;
    }
    .sahakari-detail .card.chair-person ul li{
        list-style-type: none;
    }
}
@media (max-width:499px){
    .sahakari-detail .card.chair-person{
        align-items:flex-start;
    }
    .sahakari-detail .card.chair-person ul li{
        list-style-type: circle;
    }
}
.sahakari-detail .card ul{
    grid-row-gap:.3rem;
    margin-bottom:0;
}
.sahakari-detail .card ul li{
    font-size:18px;
}
.sahakari-detail .card:not(.chair-person) ul li{
    list-style-type: circle;
}
.sahakari-detail .card .sahakari-file-link{
    text-align:center;
    font-size:18px;
    transition:all ease-in-out .3s;
    font-weight:600;
}
.sahakari-detail .card .sahakari-file-link:hover{
    color:#ff5a00;
    text-decoration:none;
}
/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page .page-header {
    background: url(images/contact-bg.jpg) no-repeat center;
}

.contact-page-wrap {
    padding: 0 0 96px;
}

.contact-page-wrap .entry-content {
    margin-top: 96px;
}

.contact-page-wrap .entry-content h2 {
    font-size: 24px;
    font-weight: 500;
}

.contact-page-wrap .entry-content p {
    margin-top: 20px;
    font-size: 14px;
    color: #929191;
}

.contact-page-wrap .entry-content ul.contact-social {
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
}

.contact-page-wrap .entry-content ul.contact-social li {
    margin-right: 28px;
    margin-bottom: 8px;
    font-size: 14px;
}

.contact-page-wrap .entry-content ul.contact-social li a {
    color: #ff3700;
}

.contact-page-wrap .entry-content ul.contact-info {
    margin: 32px 0 0;
}

.contact-page-wrap .entry-content ul.contact-info li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    font-size: 14px;
    color: #9b9a9a;
}

.contact-page-wrap .entry-content ul.contact-info .fa {
    width: 28px;
    margin-right: 10px;
    font-size: 18px;
    color: #ff5a00;
    text-align: center;
}

.contact-form {
    padding: 35px 20px 55px;
    margin-top: 96px;
    background: #edf3f5;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 12px 24px;
    margin-bottom: 18px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 1;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    outline: none;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
    color: #929191;
}

.contact-form span {
    display: block;
    margin-top: 16px;
    text-align: center;
}

.contact-form input[type="submit"] {
    cursor: pointer;
}

.contact-page .contact-gmap {
    margin-top: 92px;
}

.contact-page .contact-gmap iframe {
    display: block;
    width: 100%;
    height: 440px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.elements-page .page-header {
    background: url(images/elements-bg.jpg) no-repeat center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widgets {
    position: relative;
    padding: 60px 0 50px;
    font-weight: 500;
    color: #929191;
    background: url("images/pic5.jpg") no-repeat center;
    background-size: cover;
    z-index: 99;
}

.footer-widgets::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 101%;
    background: rgba(22,22,22,.92);
}

.footer-widgets h2 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}

.footer-widgets ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widgets ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-widgets ul li a {
    color: #a2a1a1;
    text-decoration: none;
}

.footer-widgets ul li a:hover {
    color: #ff5a00;
}

.foot-about p {
    font-size: 14px;
    line-height: 2;
    color: #929191;
}

.foot-about ul li {
    margin-right: 28px;
}

.foot-about ul li a {
    color: #fff;
}

.foot-latest-news ul li {
    display: block;
    margin-bottom: 36px;
}

.foot-latest-news ul li h3 {
    font-size: 14px;
}

.foot-latest-news ul li .posted-date {
    font-size: 12px;
    color: #ff5a00;
}

.foot-contact ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.foot-contact ul li .fa {
    width: 28px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    color: #ff5a00;
}

.foot-contact ul li span {
    width: calc(100% - 3px);
}
.site-footer .google-map iframe{
    width:100%;
}

/*
# Subscribe
--------------------------------*/
.subscribe-form {
    margin-top: 50px;
}

.subscribe-form input[type="email"] {
    width: calc(100% - 70px);
    padding: 12px 16px;
    border: 0;
    font-size: 12px;
    line-height: 1;
    background: #fff;
    color: #131212;
    outline: none;
}

.subscribe-form input[type="email"]::placeholder {
    color: #9b9a9a;
    font-style: italic;
}

.subscribe-form input[type="submit"] {
    width: 68px;
    padding: 13px 0 14px;
    border: 0;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    background: #ff5a00;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.footer-bar {
    padding: 30px 0;
    font-size: 12px;
    color: #7b7b7b;
    background: #131212;
    text-align: center;
}

.nav-bar .dropdown-item{
    padding: 10px 15px;
    border-bottom: 3px solid transparent;
}

.footer-bar a{
    color: #ff5a00;
}

.audio-gal .portfolio-cont{
    padding: 10px;
    background: #fff;
    box-shadow: 2px 2px 5px 2px #e9e9e9;
}

.newspage-newsbox {
    background: #fff;
    box-shadow: 3px 0 10px rgb(0 0 0 / 35%);
    border-radius: 10px;
    height: 350px;
    padding: 15px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.newspage-newsbox figure {
    height: 180px;
    max-width: 100%;
}
.newspage-newsbox figure img {
    height: 100%;
    width: 100%;
}
.newspage-detail h3 {
    text-align: center;
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.newspage-detail h4 {
  font-size: 18px;
  margin: 0;
}

.newsdetail h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    padding-top: 10px;
  margin: 0;
}
ul.post-date {
    list-style: none;
  padding:0;
  margin:0;
}
ul.post-date li {
    display: inline-block;
    font-size: 14px;
 
}
.teamfigure figure {
  height: 290px;
  max-width: 100%;
}
.teamfigure figure img{
  height: 100%;
  width: 100%;
}
.teamcat{
  text-align: center;
  font-weight: 600;
  margin: 15px 0;
}
.team-list-section{
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px 0;
}
.team-list-section h3 a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.map-sectionwrapper{
  background: #fff;
  padding: 60px 0;
}
ul.map-detailsectionlist {
 position: relative;
  margin: 0;
  height: 300px;
  overflow: auto;
}
ul.map-detailsectionlist li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
ul.social-md{
  list-style: none;
  padding: 0;
  margin: 0
}
ul.social-md li{
  padding-right: 20px;
}
ul.social-md li a{
  color: #fff;
}
/***** team page new design *****/
/***** team page *****/
.team-outer{
    margin-bottom:40px;
}
.team-wrap{
    margin-top:30px;
    cursor:pointer;
    padding:15px;
    box-shadow: 0 0 3px rgba(0,0,0, .2);
    text-align:center;
}
.team-wrap img{
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1/1.1;
    object-fit: cover;
}
.member-title{
    color:#FF4800;
    font-size: 1rem;
}
.member-post{
    text-transform: uppercase;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    margin-bottom: 10px;
}
.team-wrap .soclai-list{
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: center;
}
.team-wrap .soclai-list li a{
    border: 1px solid;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    display: grid;
    place-content: center;
}
.team-wrap .soclai-list li a.fb{
    color:#1877f2;
}
.team-wrap .soclai-list li a.tw{
    color:#1D9BF0;
}
.team-wrap .soclai-list li a.lk{
    color:#0A66C2;
}
.team-wrap .soclai-list li a.ins{
    color:#BC06E2;
}
.team-wrap .more-btn{
    border: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    transition:all ease-in-out .3s;
}
.team-wrap .more-btn:focus{
    outline:none;
}
.team-wrap .more-btn i.fa{
    color:#999;
}
.team-wrap .more .card-body{
    padding: 10px 0 0;
    border: 0;
}

/*====webticker=====*/
.ticker-wrapper{
    margin-top: 20px;
}
	.ticker{
	    border: 1px solid #ddd;
	}		

ul.newsticker {
    position: relative;
   
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li {
    float: left;
    margin: 0;
    padding-right: 90px;
    font-size: 16px;
}

.ticker h4 {
    float: left;
    padding: 16px 15px;
    color: #fff;
    font-size: 18px;
    background: #E26C0A;
    margin-bottom: 0!important;
}

.tickercontainer {
    background: #FF4800;
    /*height: 33px;*/
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
   
}

ul.newsticker li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.tickercontainer .mask {
    position: relative;
    top: 2px;
    height: 44px;
    overflow: hidden;
    line-height:2;
}

.ticker-wraper{
    margin: 0px 0 20px 0;
    z-index: 2;
    position: relative;
}











/*=====partners slider======*/
@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}
.partner-section {
  padding: 50px 0;
}
.partner-section .panel-thumbnail figure {
  height: 150px;
  max-width: 100%;
}
.partner-section .panel-thumbnail figure img{
  height: 100%;
  width: 100%;
}



/*===gallery page======*/
.gallerypage-wrap .btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}
.gallerypage-wrap .modal{
    z-index: 99999;
}
.gallerypage-wrap #image-gallery .modal-footer{
  display: block;
}

.gallerypage-wrap .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.gallerypage-wrap .img-thumbnail {
	border: none;
	background: none;
	padding: 0;
}
@media (min-width: 768px) {

    /* show 3 items */
    .gallery-wrap .carousel-inner .active,
    .gallery-wrap  .carousel-inner .active + .carousel-item,
    .gallery-wrap  .carousel-inner .active + .carousel-item + .carousel-item,
    .gallery-wrap  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .gallery-wrap .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .gallery-wrap  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .gallery-wrap .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
   .gallery-wrap  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .gallery-wrap .carousel-inner .carousel-item-next,
    .gallery-wrap .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .gallery-wrap .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .gallery-wrap .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .gallery-wrap .carousel-item-next.carousel-item-left + .carousel-item,
    .gallery-wrap .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .gallery-wrap .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .gallery-wrap .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .gallery-wrap .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .gallery-wrap .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .gallery-wrap .carousel-item-prev.carousel-item-right + .carousel-item,
    .gallery-wrap .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .gallery-wrap .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .gallery-wrap .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

.photo-gallery-lists>h3>a {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.photo-gallery-lists>h3 {
 
  text-align: center;
 
}

.photo-gallery-lists>a>img {
 
}
.photo-lists{
  margin-bottom: 20px;
}


.photo-lists>figure {
  height: 180px;
  max-width: 1000%;
  margin: 0;
}

.photo-lists>figure>a>img {
  height: 100%;
  width:100%;
  object-fit: cover;
}
.photo-lists>h3{
  padding-top: 15px;
}


.photo-lists>h3>a {
  font-size: 22px;
  font-weight: 600;
color: #000;
text-decoration: none;
}

.photo-gallery-lists>figure {
  height: 180px;
  max-width: 100%;
}
.photo-gallery-lists>figure>img {
  height: 100%;
  width: 100%;
}
.header-bar-email>a>i {
  padding-right: 10px;
}

/* small tablets and less */
@media (max-width: 767px) {
    .home-page-welcome{
        padding:30px 0 40px;
    }
    .home-page-welcome img{
        margin-bottom:30px;
    }
    .home-page-events{
        padding:30px 0;
    }
    .event-wrap{
        margin-top:25px;
        flex-direction: column;
        gap: 15px;
    }
    .home-page-events .upcoming-events>.entry-footer{
        margin-top: 20px !important;
    }
    .home-page-events .featured-cause .section-heading{
        margin-top:40px;
    }
    .cause-wrap {
        margin-top: 30px;
    }
    .featured-cause .cause-wrap{
        padding:20px 15px 30px;
    }
    .featured-cause .cause-content-wrap{
        margin-top: 20px;
        width: 100%;
    }
    .our-causes{
        padding:30px 0;
    }
    .our-causes .cause-wrap{
        margin-top:20px;
    }
    .our-causes .cause-content-wrap{
        padding;15px;
    }
    .event-wrap figure,
    .event-content-wrap{
        width:100%;
    }
    .news-content img{
        height: auto;
    }
    .photo-gallery-lists>a>img{
        height: auto;
    }
    .featured-cause .cause-wrap{
        height: auto;
    }
    .teamfigure figure {
      height: auto;
    }
    .newspage-newsbox figure{
      height: auto;
    }
    .newspage-newsbox {
      height: auto;
    }
    .hero-slider{
        height: 500px;
    }
    .home-page-icon-boxes{
        padding: 30px 0;
    }
    .section-heading .entry-title{
        padding-bottom:15px;
    }
    .welcome-content .entry-title{
        color: #fff;
        padding: 0 0 15px;
    }
    .map-sectionwrapper{
        padding:30px 0;
    }
    ul.map-detailsectionlist{
        padding-left:0;
    }
    #map {
        width: 100%;
        height: 100vh;
    }

    .leaflet-container {
        background: #bbb;
    }
    .footer-widgets{
        padding:15px 0 20px;
    } 
    .footer-widgets h2{
        margin-bottom:15px;
        margin-top:25px;
    }
    .footer-widgets::after{
        height:100%;
    }
    .custom-tooltip {
		font-size: 15px;
		font-weight:bold;
		padding: 0px;
		background: none;
		border: none;
		color: aqua;
		text-shadow: 0px 0px 10px black;
		box-shadow: none;
	
    }
}
/***** css for Womenpreneurs4Plastic *****/
.womenp.navbar{
    border-bottom:1px solid #ddd;
}
.womenp .navbar-collapse{
    justify-content: end;
}
.womenp .navbar-brand img{
    max-width:250px;
}
.womenp .navbar-nav .nav-link{
    color:#1d1d1d;
    font-weight:500;
    transition:all ease-in-out .3s;
}
.womenp .navbar-nav .nav-link:hover{
    color:#5d5d5d;
}
.womenp .dropdown-menu{
    right: 0;
    left: auto;
}
.womenp .dropdown-menu li {
    position: relative;
}
.womenp .dropdown-menu li .dropdown-menu {
        margin-right:20px;
    }
@media (max-width:991px){
    .womenp .dropdown-menu li .dropdown-menu {
        margin-left:10px;
    }
}
.womenp .dropdown-menu li:hover > .dropdown-menu {
    display:block;
}
.womenp .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.womenp .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.womenp .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
.womenp-main{
    min-height:100vh;
}
.womenp-main .item{
    align-items:center;
    justify-content:center;
    border-radius:10px;
    cursor:pointer;
    color:#111;
    min-height:13rem;
    transition:all ease-in-out .3s;
    gap:15px;
}
.womenp-main .item i.fa{
    font-size:32px;
}
.womenp-main .item .info{
    flex-direction:column;
}
.womenp-main .item .info h5{
    margin-bottom:0;
}
.navbar-nav.event-nav{
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    margin-bottom:40px;
}
.navbar-nav.event-nav li:hover > ul.dropdown-menu {
    display: block;
}
.navbar-nav.event-nav .dropdown-submenu {
    position:relative;
}
.navbar-nav.event-nav .dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}
.navbar-nav.event-nav .nav-item{
    position:relative;
}
.navbar-nav.event-nav .nav-link{
    text-decoration: none;
    padding: 10px;
    background-color: #f1f1f1;
    display: block;
    border-radius: 5px;
    transition: all ease-in-out .3s;
    color:#111;
}
.navbar-nav.event-nav .nav-link:hover{
    color:#fff;
    background-color:#ff5a00;
}
.navbar-nav.event-nav .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.navbar-nav.event-nav .dropdown-menu .dropdown-item{
    white-space: normal;
}
@media (min-width: 992px){
    .navbar-nav.event-nav .nav-item{
        max-width: 70%;
    }
    .navbar-nav.event-nav li:hover > ul.dropdown-menu {
        position:absolute;
        left:100%;
    }
    .navbar-nav.event-nav .dropdown-submenu {
        max-width:15rem;
    }
    .womenp.navbar {
        background: linear-gradient(to right, rgb(255, 255, 255, 1) 20%, #b3eae6);
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
@media (max-width: 991px){
    .navbar-nav.event-nav{
        padding:0 15px;
    }
    .navbar-nav.event-nav li:hover > ul.dropdown-menu {
        position:relative!important;
        left:0;
    }
}
@media (min-width: 768px){
    .womenp-main .item{
        max-width:88%;
        margin:0 auto 60px;
    }
}
@media (max-width: 767px){
    .womenp-main .item{
        margin-bottom:30px;
    }
}

.womenp-main>.row>div[class^="col-md-3"]:nth-child(1) .item{
    background-color:#017AFF;
}
.womenp-main>.row>div[class^="col-md-3"]:nth-child(2) .item{
    background-color:#F8222E;
}
.womenp-main>.row>div[class^="col-md-3"]:nth-child(3) .item{
    background-color:#FA8B17;
}
.womenp-main>.row>div[class^="col-md-3"]:nth-child(4) .item{
    background-color:#9454DF;
}
.womenp-main>.row>div[class^="col-md-3"]:nth-child(5) .item{
    background-color:#FA58AB;
}
.womenp-main>.row>div[class^="col-md-3"]:nth-child(6) .item{
    background-color:#9F1068;
}
.womenp-main>.row>div[class^="col-md-3"]:nth-child(7) .item{
    background-color:#0B6DDA;
}
.womenp-main>.row>div[class^="col-md-3"]:nth-child(8) .item{
    background-color:#247607;
}
.womenp-main>.row>div[class^="col-md-3"] .item{
    color:#fff;
    text-align:center;
}
.womenp-main>.row>div[class^="col-md-3"] .item:hover{
    color:#ddd;
}
.dropdown-menu{
    padding:0;
    border:0;
    transform: translate(0, 0) !important;
    top:100% !important;
}
.dropdown-item{
    padding:.5rem 1rem;
    /*background-color:#B3EAE6;*/
    transition:all linear .4s;
}
/*.dropdown-item:focus,*/
/*.dropdown-item:hover{*/
/*    background-color:#FF4800;*/
/*    color:#eee;*/
/*}*/
@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: relative;
		left:5%; 
		top:20px;
		width:auto;
		background:#eee;
		border:0;
		margin:5px 0;
	}
	.nav-item .submenu li{
	    margin:0;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

/*@media (max-width: 991px){*/
/*    .dropdown-menu.show{*/
/*        margin-left:15px;*/
/*        display:inline-block;*/
/*    }*/
/*}*/
/***** custom scrollbar *****/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background-color: #c1c1c1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #e9e9e9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
    scrollbar-color: #c1c1c1 #e9e9e9 !important;
    scrollbar-width: thin !important;
  }
}
/***** css for slider page *****/
.ad-gallery .ad-thumbs li a img{
    height: 90px;
    width: 130px;
    object-fit: cover;
}
.project-top .image-wrapper{
    display:flex;
    gap:20px;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom:.7rem;
    margin-bottom:1.5rem;
}
.project-top .image-wrapper img{
    flex:0 0 calc( 25% - 20px );
    height:160px;
    object:cover;
}
.project-slider{
    margin: 20px auto 50px;
}
.project-slider .owl-nav{
    text-align:center;
    margin-top:10px;
}
.project-slider .owl-dots{
    display:none;
}
.project-slider .project-item img{
    object-fit:cover;
}
.project-slider .owl-nav button.owl-next,
.project-slider .owl-nav button.owl-prev{
    font-size:30px;
    padding:5px !important;
}
.project-slider .owl-nav button.owl-next span,
.project-slider .owl-nav button.owl-prev span{
    background-color: #eee;
    padding: 5px 15px;
    line-height: 1;
    display: block;
    border-radius:5px;
}
@media (min-width:481px){
    .project-slider .project-item img{
        height:140px;
    }
}
@media (max-width:480px){
    .project-slider .project-item img{
        height:220px;
    }
}
/*.project-item .swiper-wrapper .swiper-slide:nth-child(1) {*/
/*  background-color: #384878;*/
/*}*/
/*.project-item .swiper-wrapper .swiper-slide:nth-child(2) {*/
/*  background-color: #00c2bc;*/
/*}*/
/*.project-item .swiper-wrapper .swiper-slide:nth-child(3) {*/
/*  background-color: #a8aabc;*/
/*}*/
@media (max-width:767px){
    .site-navigation.show ul{
       overflow-y: auto; 
       padding:15px;
       max-width: calc(100% - 50px);
       width:100%;
    }
    .site-navigation.show ul ul{
        
    }
    .site-navigation ul li{
        margin:0;
    }
    .site-navigation ul li a{
        padding:10px 0;
    }
    .dropdown-menu.show{
        /*position:relative !important;*/
        background-color:transparent;
        max-width: calc(100% - 5px);
        width:100%;
    }
    .dropdown-menu.show ul{
        position:relative;
        padding:5px 0;
    }
    
    
    .project-item .swiper-wrapper .swiper-slide img{
        height:5rem;
    }
}
/***** added on june-03-024 *****/
.team-new{
    margin-bottom:40px;
}
.team-new .team-new-item{
    margin-top: 60px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}
.team-new .team-new-item.bm{
    border-top-color: #FF4800;
}
.team-new .team-new-item.stf{
    border-top-color: #666;
}
.team-new-item h6 {
    color:#FF4800;
    opacity:.9;
}
.team-new-item span {
    color:#999;
}
.team-new-item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
    margin-top:-60px;
}
.team-new-item p {
    margin-bottom:0;
}
.team-new-item .team-ul{
    display:flex;
    list-style:none;
    gap:10px;
    justify-content: center;
}
.team-new-item .team-ul li a{
    transition:all linear .3s;
}
.team-new-item .team-ul li a i.fa{
    color:#888;
}
.team-new-item .team-ul li a:hover{
    color:#FF4800;
}