/*
Theme Name: VW Charity Pro Child
Theme URI: https://www.vwthemes.net/vw-charity-ngo-pro/
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI:license.txt
Template:vw-charity-pro
Text Domain: vw-charity-pro-child
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Auto Parts Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2019.
VW Auto Parts Pro WordPress Theme is released under the terms of GNU GPL
*/


/* Custom Style */

:root {
    --ns-white-color: #fff;
  }
  
/* Header */

#header .logo img {
    max-height: 60px !important;
}

.side-navigation a::after{
    position: absolute;
    bottom: -30px;
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #f75e61;
      background-color: rgb(247, 94, 97);
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

.side-navigation .current_page_item a::after,
.side-navigation a::after {
    display: none !important;
}

.side-navigation .current_page_item a:hover::after,
.side-navigation a:hover::after {
    display: block !important;
}

.side-navigation li {
    border-right: 2px solid #f75e61 !important;
}

.side-navigation a{
    font-weight: 600 !important;
    color: var(--ns-white-color) !important;
}

#slider h2 .sli2{
    margin-left: 10px;
}

div.carousel-item a.btn{
    
    /* margin-left: 60% !important*/
}

#slider .slide_outer h2::after{
    display: none !important;
}

#slider .slide_outer h2 .sli1{
    border-bottom: 2px solid #f75e61;
}


/* End Header */

/* Page */

/* End Page */

/* Footer*/

.footer-site-link{
    color: #fff !important;
}
/*End Footer */