/*--------------------------
======= CSS-Indexing =======
----------------------------
1. Post-Extra-Feature
2. Like-Box
3. Social-Share-List
4. Widget-Author-Details
5. Widget-Popular-Post
6. Instagram-Feed
7. Youtube Video Card
8. Subscribe-Form
9. Elementor-Style
10. Section-Title
11. Counter-Box
12. Progress-Bar
13. vcharity-Play-Box
14. Service-Carousel-List
15. Arrow-Button
16. Team-Box
17. vcharity-Post-Carousel
19. Price-Table
20. vcharity-Custom-Image-Carousel
21. Testimonial-Area
*/
/*-- 1. Post-Extra-Feature --*/
.single-post-item .post-extra {
    width: 55px;
    position: absolute;
    left: -70px;
    top: 0;
    text-align: center;
}

.single-post-item .post-extra:after {
    content: "";
    display: block;
    clear: both;
}

.left-sidebar-blog .single-post-item .post-extra {
    left: auto;
    right: -70px;
}

/*-- 2. Like-Box --*/
.like-box {
    margin-bottom: 15px;
    text-align: center;
}

.like-box .like-click {
    font-size: 16px;
    color: #55c882;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffeff0;
    display: inline-block;
    margin-bottom: 5px;
}

.like-box .like-click.liked,
.like-box .like-click:hover {
    background-color: #55c882;
    color: #ffffff;
    border: 1px solid #55c882;
}

.like-box .like-count {
    font-size: 16px;
    color: #63688e;
    font-weight: 400;
    display: block;
}

/*-- 3. Social-Share-List --*/
.social-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #151D41;
}

.social-share ul li {
    display: inline-block;
    margin: 2px;
}

.social-share ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #EAEAEA;
    color: #0F1326;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
}

.social-share ul li a:hover {
    border: 1px solid #55C882;
    color: #ffffff;
    background-color: #55C882;
}

/*-- 5. Widget-Popular-Post --*/
.widget .popular-posts .post-item {
    padding-bottom: 10px;
    position: relative;
}

.widget .popular-posts .post-item:after {
    content: "";
    clear: both;
    display: block;
}

.widget .popular-posts .post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget .popular-posts .post-item .post-pic {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    overflow: hidden;
    border-radius: 5px;
}

.widget .popular-posts .post-item .post-content .title {
    font-size: 18px;
    line-height: 28px;
    color: #0a0c19;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

.widget .popular-posts .post-item .post-content .post-meta-item {
    font-size: 14px;
}

/*-- Social-Menu-List --*/

.widget-social-menu a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #EAEAEA;
    color: #0F1326;
    text-align: center;
    background-color: #ffffff;
    font-size: 12px;
    border-radius: 100px;
    margin: 3px;
}

.widget-social-menu a:first-child {
    margin-left: 0;
}

.widget-social-menu a:last-child {
    margin-right: 0;
}

.widget-social-menu a:hover {
    border: 1px solid #55C882;
    background-color: #55C882;
    color: #ffffff;
}

/*-- 6. Instagram-Feed --*/
.widget .instagram-pics {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.widget .instagram-pics li {
    width: calc(50% - 5px);
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget .instagram-pics.instagram-size-small li,
.widget .instagram-pics.instagram-size-thumbnail li {
    width: calc(33.33% - 5px);
}

.widget .instagram-pics li a {
    position: relative;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/*-- Contact-Info --*/
.widget_vcharity_address_widget .icon {
    margin-right: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
}

body .widget .social_link a {
    color: #0F1326;
}

body .widget .social_link a:hover {
    color: #ffffff;
}

.footer-widgets .widget-title {
    margin-bottom: 30px;
}

/*-------------------------
7. Youtube Video Card
--------------------------*/
.video-post {
    position: relative;
}

.video-post .videoPoster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    background-attachment: scroll;
    background-color: #ededed;
    overflow: hidden;
    z-index: 1
}

.video-post .video-play-bttn {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    background-color: #55c882;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    z-index: 2;
    opacity: 1;
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.video-post .video-play-bttn:hover {
    -webkit-box-shadow: 0 0 0 30PX rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 30PX rgba(255, 255, 255, 0.3);
}

/*-- 8. Subscribe-Form --*/
.subscribe {
    width: 100%;
    overflow: hidden;
}

.subscribe .subs-input {
    width: calc(100% - 70px);
    height: 70px;
    background-color: #0a0c19;
    border: 2px solid #373c62;
    border-right: none;
    outline: none;
    padding: 0 15px;
    color: #8186a5;
}

.subscribe ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8186a5;
}

.subscribe ::-moz-placeholder {
    /* Firefox 19+ */
    color: #8186a5;
}

.subscribe :-ms-input-placeholder {
    /* IE 10+ */
    color: #8186a5;
}

.subscribe :-moz-placeholder {
    /* Firefox 18- */
    color: #8186a5;
}

.subscribe .subs-input:focus {
    border-color: #55c882;
}

.subscribe .submit {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #55c882;
    float: right;
    border: none;
    color: #ffffff;
    font-size: 16px;
}

.subscribe .submit:hover {
    background-color: #cf1e1e;
}

/*==================================
======== 9. Elementor-Style ========
====================================*/
/*-- Text-Box --*/
.vcharity-text-box {
    text-align: left;
}

.vcharity-text-box .title {
    font-size: 34px;

}

.vcharity-text-box .top-title {
    color: #FF8B3C;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.vcharity-text-box .desc {
    font-size: 16px;
}

/*-- Button-Style --*/
.arrow-button {
    border: 1px solid #55c882;
    display: inline-block;
}

.vcharity-custom-carousel {
    text-align: center;
}

.vcharity-custom-carousel .slick-slide img {
    display: inline-block !important;
}

/*-- Campaign-Box --*/
.campaign-box-area {
    width: 100%;
}

.campaign-box-area:after {
    content: "";
    clear: both;
    display: block;
}

.campaign-box-area .campaign-item {
    padding: 0 15px;
}


.campaign-box-area.campaign-grid .campaign-item {
    width: 33.33%;
    float: left;
    padding: 0 15px 30px 15px;
}

.campaign-box-area .campaign-item .campaign-box {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    clear: both;
}

.campaign-box-area .campaign-item .campaign-box .top-title {
    color: #72778D;
    font-size: 16px;
    margin-bottom: 10px;
}

.campaign-box-area .campaign-item .campaign-box .main-title {
    margin-bottom: 25px;
}

.campaign-box-area .campaign-item .campaign-box .main-title a {
    color: #151d41;
}

.campaign-box-area .campaign-item .campaign-box .main-title a:hover {
    text-decoration: underline;
}

.campaign-box-area .campaign-item .campaign-box .box-content {
    padding: 30px;
    width: 100%;
}

.campaign-box-area .campaign-item .campaign-box .box-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.campaign-box-area .campaign-item .campaign-box .box-footer .title {
    display: block;
}

.campaign-box-area .campaign-item .campaign-box .box-footer .content {
    color: #FF8B3C;
    font-size: 20px;
    display: block;
}


/*---------------
8. Skillbar-Style
----------------*/

.skillbar {
    background-clip: padding-box;
    background-color: #d4d4d4;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 15px;
    position: relative;
    width: calc(100% - 40px);
    margin-bottom: 20px
}

.skillbar .count-bar {
    background-clip: padding-box;
    background-color: rgb(238, 238, 238);
    height: 15px;
    width: 0;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
}

.skillbar .count {
    font-size: 16px;
    font-weight: 500;
    width: 40px;
    position: absolute;
    left: 100%;
    top: 0;
    text-align: right;
    line-height: 16px;
    white-space: nowrap;
}

.skillbar .count-bar {
    background-color: #55c882;
}

.load-more-content .load-more {
    margin: auto;
    display: block;
    padding: 15px 40px;
    border-radius: 5px;
    background-color: #55c882;
    color: #ffffff;
    border: 1px solid #55c882;
}

.load-more-content .load-more:hover {
    background-color: transparent;
    color: #55c882;
}


/*-- Feature-box --*/
.feature-box {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.feature-box:after {
    content: "";
    clear: both;
    display: block;
}

.feature-box .feature-icon {
    text-align: center;
    display: inline-block;
}

.feature-box .feature-title {
    font-size: 20px;
}

.load-button {
    width: 100%;
    display: block;
    clear: both;
}

/*-- Testimonia-Box --*/
.vcharity-testimonial-area.testimonial-grid:after {
    content: "";
    clear: both;
    display: block;
}

.vcharity-testimonial-area.testimonial-grid .testimonial-column {
    float: left;
    width: 50%;
}

.vcharity-testimonial {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.vcharity-testimonial .quote-icon {
    color: #ffffff;
    background-color: #FF8B3C;
    display: inline-block;
    text-align: center;
}

.vcharity-testimonial .content {
    font-size: 24px;
    line-height: 36px;
    color: #151D41;
    font-style: italic;
}

.vcharity-testimonial .footer .photo {
    display: inline-block;
}

.vcharity-testimonial .footer .name {
    font-size: 16px;
    color: #151D41;
}

.vcharity-testimonial .footer .designation {
    font-size: 14px;
    color: rgba(21, 29, 65, 0.6);
}

.subscribe-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.subscribe-form .input-control {
    border-radius: 50px 0 0 50px;
    background-color: rgba(0, 32, 13, 0.1);
    padding: 20px 30px;
    border: none;
    display: block;
    color: #ffffff;
    height: 60px;
    margin: 0;
}

.subscribe-form ::-webkit-input-placeholder {
    color: #ffffff;
}

.subscribe-form :-ms-input-placeholder {
    color: #ffffff;
}

.subscribe-form ::-ms-input-placeholder {
    color: #ffffff;
}

.subscribe-form ::placeholder {
    color: #ffffff;
}

.subscribe-form .submit-button {
    border: none;
    display: block;
    padding: 5px 30px;
    border-radius: 0 50px 50px 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #55C882;
    background-color: #ffffff;
    height: 60px;
    margin: 0;
}

/*-- Post-Slider --*/
.vcharitycore-post-grid:after {
    content: "";
    clear: both;
    display: block;
}

.vcharitycore-post-grid .post_item {
    float: left;
}

.vcharity_posts_carousel .post-box {
    overflow: hidden;
}

.vcharity_posts_carousel .post-box .post_image {
    margin-bottom: 20px;
}

.post-box .post_content .post-header .title {
    font-size: 20px;
}

.post-box .post_content .post-header .title a:hover {
    text-decoration: underline;
}

.post-box .post_content .post-meta .meta-item {
    display: inline-block;
    padding: 0 10px 10px 0;
}

.post-box .post_content .post-meta .meta-item .icon {
    margin-right: 5px;
    color: #FF8B3C;
}

.post-box .readmore-btn {
    font-weight: 500;
}

.post-box .readmore-btn:hover {
    text-decoration: underline;
}

.post-box .readmore-btn .icon {
    margin-left: 5px;
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    white-space: nowrap !important;
}


/*-- Team-Membar-Addons --*/
.vcharity-team-box {
    text-align: center;
}

.vcharity-team-box .details .social a {
    display: inline-block;
    text-align: center;
    border: 1px solid #55c882;
}

/* Tablet Layout: 320px. */
@media only screen and (max-width: 1200px) {

    .slick-arrows-outside .slick-prev,
    .slick-arrows-outside .slick-next {
        left: 0px;
    }

    .slick-arrows-outside .slick-next {
        left: auto;
        right: 0px;
    }
}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {
    .mainmenu-area .button-2 {
        padding: 10px 30px;
        margin-top: 5px;
    }
}