main{
    margin-top: 82px;
    min-height: 100px;
}
.top-wrap{
    margin-top: 100px;
}
.section-main-heading {
    font-size: 20px;
    font-weight: 400;
}
.section-heading {
    font-size: 28px;
    font-weight: 600;
}
.section-main-heading.heading-center,
.section-heading.heading-center{
    text-align: center;
}
.border-wrap {
    background-color: #f58a3a;
    width: 170px;
    height: 3px;
    display: block;
    margin: 20px 0;
}
.border-wrap.border-center{
    margin: 20px auto;
}
.sec-padding{
    padding: 30px 0;
}
.section-content p {
    font-size: 18px;
    text-align: justify;
}
.btn-wrap {
    display: flex;
    margin: 20px auto 0 0;
    justify-content: center;
}
.btn-wrap.btn-left{
    justify-content: left;
}
.btn {
    text-align: center;
    padding: 10px 30px;
    border: 1px solid #f58a3a;
    font-size: 18px;
    font-weight: 700;
    color: #f58a3a;
}
.btn:hover{
    color: #000;
    border: 1px solid #000;
}
button.load_more.btn{
    width: fit-content;
    height: max-content;
    display: block;
    margin: 0 auto;
}
/* Home Page*/
/* Home Banner */
.bannerSlider{
    /*height: 650px;*/
}
.bannerSlider .slick-slide {
    position: relative;
}
.bannerSlider .slide__image img {
    width: 100%;
    object-fit:cover;
    /*height: 650px;*/
}
.bannerSlider .slick-prev {
    left: 20px;
    z-index: 999;
}
.bannerSlider .slick-next {
    right: 20px;
}
/*Home About us*/
.about-img-wrap{
    text-align: center;
}
.about-img-wrap img{
    width: 100%;
    object-fit: cover;
    height: 315px;
}
/* Home Service*/
.service-wrap{
    background-color: #f58a3a1f;
    padding: 30px 0;
}
.service-details .service-img {
    text-align: center;
    padding: 20px 0;
}
.service-content {
    text-align: center;
}
.service-content h3 {
    font-size: 28px;
    font-weight: 600;
}
.service-details {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding: 25px 20px;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-color: #fff;
}
/* Home achievers*/

.achievers-wrap .card {
    border-radius: 20px;
    min-height: 100%;
}
.achievers-wrap .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}
.achievers-wrap .card .user-picture img {
    position: absolute;
    top: -20%;
    right: 10%;
    background: #f58a3a;
    padding: 10px;
}
.achievers-wrap .card .user-content .user-name {
    margin: 20px 0;
    font-size: 15px;
    line-height: 22px;
    width: 50%;
}
.achievers-wrap .blockquote-footer{
    margin-bottom: 20px;
}
.achievers-wrap .blockquote-footer::before{
    color: #f58a3a;
}
/* Home Event */
.event-section .card-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.event-section .card-wrap {
    position: relative;
}
.event-section .card-content {
    position: absolute;
    bottom: 0px;
    background-color: #f58a3a;
    padding: 5px 20px;
}
.event-section .blog-content {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.event-section .card-wrap:hover .card-content {
    color: #f58a3a;
    background-color: #000;
}
/* Home Counter */
.counter-section{
    background-color: #f58a3a1f;
}
.counter-section .counter {
    width: 20%;
}
.counter-section .counter-container {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}
/*Home Blog*/
.blog-section .card-wrap {
    border: 1px solid #0000000f;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-section .card-wrap:hover {
    border-color: #f58a3a;
}
.blog-section .card-wrap img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 320px;
    object-fit: cover;
}
.blog-section .card-content {
    padding: 20px;
}
.blog-section .blog-sec-title {
    color: #f58a3a;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
}
.blog-section .blog-cta-wrap {
    text-align: right;
}
.blog-section a.blog-cta {
    color: #000;
    padding-right: 5px;
    font-size: 16px;
}
.blog-section a.blog-cta svg {
    color: #f58a3a;
    padding-left: 5px;
}
/* Other Page Banner */
.banner__container {
    padding: 50px 0 50px 0;
    background-color: #f1f7fd;
    text-align: left;
}
.banner__title {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
}
.breadcrumbs a {
    color: #f58a3a;
    font-weight: 600;
}
.breadcrumbs a:hover {
    color: #000;
}
.breadcrumbs span {
    font-size: 16px;
    margin-right: 3px;
    margin-left: 3px;
}
.breadcrumbs span:first-child{
    margin-left: 0;
}
.breadcrumbs span:last-child{
    margin-right: 0;
}
/* Contact Page */
.contact-details {
    display: flex;
    width: 100%;
    justify-content: right;
    align-items: center;
}
.contact-map-wrap {
    width: 65%;
}
.contact-container {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    z-index: 9;
    margin-right: -5%;
    width: 500px;
    padding: 20px;
}
.contact-form input,
.contact-form email,
.contact-form optgroup,
.contact-form select,
.contact-form textarea{
    width: 100%;
    padding: 7px;
    margin: 7px 0;
    color: #000;
    border: 1px solid #000;
}
.contact-form input.wpcf7-submit {
    text-align: center;
    padding: 10px 30px;
    border: 1px solid #f58a3a;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background: #f58a3a;
    width: 200px;
    margin: 0 auto;
}
.contact-form input.wpcf7-submit:hover{
    color: #f58a3a;
    border: 1px solid #f58a3a;
    background-color: transparent;
}
/*Event Page*/
.event-list-wrap .wraper {
    height: 400px;
    width: 400px;
    overflow: hidden;
    color: #fff;
    position: relative;
}

.event-list-wrap .box-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;

}

.event-list-wrap .flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.event-list-wrap .overlay {
    height: 100%;
    width: 100%;
}

.event-list-wrap .front-overlay {
    background-color: #0000006b;
}
.front-overlay h2, .front-overlay p,
.hidden-content p, .hidden-content h2{
    color: #fff;
}
.front-overlay h2, .hidden-content h2{
    font-size: 28px;
    font-weight: 600;
}
.event-list-wrap .visible-content {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(39, 96, 121, 1);
}

.event-list-wrap .hidden-content {
    background-color: #f58a3a;
    transform: translateX(0) translateY(100%);
    padding: 30px;
}

.event-list-wrap .wraper:hover > .hidden-content {
    transform: none;
}

.event-list-wrap .wraper:hover > .visible-content {
    transform: translateX(0) translateY(-100%);
}
/* Event Inner Page*/
.event-images .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.event-images .gallery a {
    display: block;
    text-decoration: none;
    width: 25%;
    overflow: hidden;
    outline: none;
    padding: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.event-images .bg {
    width: 100%;
    height: 200px;
    background-size: cover;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.event-images .bg:hover {
    transform: scale(1.1,1.1);
}
.event-description .event-detail {
    display: flex;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.event-description .event-detail svg {
    color: orange;
    font-size: 22px;
    margin-right: 10px;
}
.event-description .event-date {
    margin-right: 30px;
}
.event-description p {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.event-images {
    padding-bottom: 30px;
}
/* Trustees Inner Page*/
.trustees-list-wrap .blockquote-footer {
    margin: 0px 0 5px 0;
    font-weight: 600;
    color: #000 !important;
}
.trustees-list-wrap .card .user-content .user-name{
    margin: 0px 0 10px 0;
}
.trustees-list-wrap .contact-deatils svg{
    color: #f58a3a;
    margin-right: 10px;
    padding-bottom: 5px;
    font-size: 16px;
}
.trustees-list-wrap .contact-deatils a{
    font-size: 16px;
    padding-bottom: 5px;
    color: #000;
}
.trustees-list-wrap .contact-deatils a:hover{
    color: #f58a3a;
}
.trustees-list-wrap .contact-wrap{
    display: flex;
    align-items: center;
}
.trustees-list-wrap .small-text {
    margin-top: 10px;
}
.year-filter {
    text-align: right;
    margin-bottom: 30px;
}
.year-filter select {
    /*border: 2px solid orange;*/
    font-size: 18px;
}
/*.year-filter option {
    background-color: #fff;
    color: #000;
}
.year-filter select.active {
    background-color: #000;
    color: #f58a3a;
}*/
/* Gallery Page */
.gallery-images {
    padding-bottom: 30px;
}
.gallery-images .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.gallery-images .gallery a {
    display: block;
    text-decoration: none;
    width: 31%;
    overflow: hidden;
    outline: none;
    padding: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin: 10px;
}
.gallery-images .bg {
    width: 100%;
    height: 250px;
    background-size: cover;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.gallery-images .bg:hover {
    transform: scale(1.1,1.1);
}
/*Member Page */
.team-area{
    padding-top: 5%;
}
.member-contact {
    display: block;
}
.member-contact svg {
    color: #f58a3a;
    padding-right: 5px;
    font-size: 20px;
}
.member-contact p {
    font-size: 20px;
    margin-bottom: 0;
}
.member-contact a{
    color: #fff;
}
.member-contact a:hover{
    color: #f58a3a;
}
.single-team{
    background-color: #000;
    margin-bottom: 10px;
    border: 2px solid #f58a3a;
}
.single-team:hover .social{
    cursor: pointer;
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
}
.img-area{
    overflow: hidden;
    position: relative;
}
.img-area img{
    width: 100%;
    height: 300px;
    transition: all 0.4s ease 0s;
}
.img-area:hover img{
    transform: scale(1.2)
}
@media (max-width: 768px){
    .img-area img{
        display: inline-block;
    }
}
.img-area .social{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    transform: rotateY(180deg) scale(0.5, 0.5);
    padding: 20px;
}
.img-area .social ul{
    text-align: center;
    position: relative;
    /*top: 175px;*/
}
.img-area .social ul li{
    display: flex;
    text-align: left;
    justify-content: left;
    color: #fff;
    margin-bottom: 10px;
    align-items: center;
}
.img-area .social ul li.member-address-wrap{
    align-items: flex-start;
}
.img-area .social ul li.member-address-wrap svg {
    height: 40px;
    width: 50px;
}
.img-area .social ul li svg{
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    padding: 7px;
    margin: 0 7px 0 0;
    width: 40px;
    height: 40px;
}
.img-area .social ul li svg path{
    fill:#fff;
}
.img-area .social ul li p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.img-text{
    padding: 25px;
    color: #fff;
    text-align: center;
}
.img-text h4{
    margin: 0 0 5px;
    font-size: 30px;
    font-family: bignoodletitling;
    letter-spacing: 5px;
}
.img-text h5{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}
/* Single block*/
.blogs-wrap .blog-image img {
    width: 100%;
    margin-bottom: 20px;
}
.blogs-wrap .blog-information{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.blogs-wrap .blog-information span{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.blogs-wrap .blog-information svg{
    color: #f58a3a;
    font-size: 20px;
    margin-right: 10px;
}
.blogs-wrap .blog-details-wrap{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.blogs-wrap .social-wrap {
    display: flex;
    align-items: center;
}
.blogs-wrap .social-wrap ul {
    display: flex;
}
.blogs-wrap .social-wrap li {
    margin: 0 5px;
    border: 3px solid #f58a3a;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.blogs-wrap .social-wrap a {
    font-size: 25px;
    color: #000;
    text-align: center;
}
.blogs-wrap .author-wrap{
    padding: 10px 20px;
    margin-top: 50px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: 250ms;
}
.blogs-wrap .author-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.blogs-wrap .author-gravatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0px 10px 5px 0px;
}
.blogs-wrap .author-info {
    display: flex;
    flex-direction: column;
}
.blogs-wrap .author-info .blockquote-footer:before{
    color: #f58a3a;
}
.blogs-wrap .author-info .blockquote-footer{
    margin: 0;
}
.blogs-wrap .author-name {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.blogs-wrap .author-desc{
    color: #000;
    font-size: 18px;
    margin: 0px 10px 0px 10px;
}
.blogs-wrap .lpa-right img {
    width: 150px;
    min-height: 80px;
    height: 80px;
}
.blogs-wrap .latest-post.media {
    display: flex;
    margin-bottom: 20px;
}
.blogs-wrap .lpa-left.media-body {
    padding-left: 10px;
}
.blogs-wrap .lpa-title a{
    font-size: 16px;
    color: #000;
}
.blogs-wrap .date {
    font-size: 13px;
    color: #212529bf;
}
.blogs-wrap .lpa-title:hover a{
    color: #f58a3a;
}
.blogs-wrap .latest-post-wrap{
    padding: 10px 20px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: 250ms;
}
/*My account*/
.user-deatil-wrap .form-group {
    margin: 10px 0;
}
.user-deatil-wrap .form-group label {
    font-size: 14px;
    font-weight: 600;
    padding: 0px 5px 5px 0;
}
.user-deatil-wrap .form-group select {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.user-deatil-wrap .form-group ::placeholder{
    color: #000;
}
.user-deatil-wrap .form-group :focus {
    outline: none !important;
    border: 1px solid #000;
    box-shadow: 0 0 10px #f1f7fd;
}
.user-deatil-wrap .btn.member-update-btn {
    width: max-content;
    margin: 20px auto 0;
}
.user-deatil-wrap  .member-image-wrap {
    display: flex;
    text-align: center;
    align-items: center;
}
.user-deatil-wrap  .current-profile-image {
    margin-right: 20px;
}
/**/
.search-form button.search-btn {
    border: unset;
    background: transparent;
}
.search-form input.search-field {
    border: unset;
    color: #000;
    width: 400px;
    font-size: 18px;
}
.search-form input.search-field:focus {
    outline: none;
    box-shadow: none;
}
form.search-form {
    border: 1px solid #000;
    width: max-content;
    border-radius: 5px;
    padding: 5px 10px;
}
.filter-wrap{
    padding-bottom: 30px;
}
.not-found-trustees {
    text-align: center;
}
.not-found-trustees .alert {
    background-color: #f58a3a1f;
    border: unset;
}
.not-found-trustees p {
    margin: 0;
}
@media(max-width: 1024px) {
    .event-list-wrap .wraper{
        width: 300px;
        height: 300px;
    }
}
@media(max-width: 991px) {
    .event-images .gallery a {
        width: 50%;
    }
    .event-list-wrap .wraper{
        width: 335px;
        height: 335px;
    }
    .gallery-images .gallery a{
        width: 47%;
    }
    .blogs-wrap .latest-post.media{
        display: block;
    }
}
@media(max-width: 767px) {
    .event-images .gallery a {
        width: 100%;
    }
    .event-images .bg {
        height: 300px;
    }
    .sec-padding {
        padding: 30px 20px;
    }
    .service-content p {
        margin-bottom: 50px;
    }
    .banner__container .banner__title,
    .banner__container .breadcrumbs{
        text-align: center;
    }
    .event-list-wrap .container{
        overflow: hidden;
    }
    .event-list-wrap .col-md-4{
        padding: 0;
    }
    .event-description p{
        width: 100%;
    }
    .gallery-images .gallery a{
        width: 100%;
    }
    .year-filter{
        text-align: center;
    }
    .blogs-wrap .blog-information{
        display: block;
    }
    .blogs-wrap .blog-details-wrap{
        text-align: justify;
    }
    .contact-details{
        display: block;
    }
    .contact-container{
        width: 100%;
        border-radius:0;
        box-shadow: unset;
    }
    .contact-map-wrap {
        width: 100%;
    }
    .img-area .social ul li.member-address-wrap svg{
        height: 40px;
        width: 40px;
    }
    .blogs-wrap .latest-post.media{
        display: flex;
    }
}

