	/* Goodsoul Charity HTML5 Template  */
	/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Hidden Sidebar
6. Banner Section


**********************************************/
	/*** 

====================================================================
	Reset
====================================================================

 ***/
	
	* {
	    margin: 0px;
	    padding: 0px;
	    border: none;
	    outline: none;
	    font-size: 100%;
	}
	
	:root {
	    --theme-color: #ed6221;
	    --theme-color-two: #ffbf00;
	    --theme-color-three: #06719d;
	    --theme-color-four: #02c06d;
	    --theme-color-five: #18bec2;
	    --dark-color: #302c51;
	    --dark-color-two: #302c51;
	    --rubik: 'Rubik', sans-serif;
	    --prata: 'Mukta', serif;
	    --anim-menu-btn-size: 30px;
	    --anim-menu-btn-icon-size: 28px;
	    --anim-menu-btn-icon-stroke: 2px;
	    --fs-search-btn-size: 3em;
	    --fs-search-border-bottom-width: 2px;
	}
	/*** 

====================================================================
	Global Settings
====================================================================

 ***/
	
	.auto-container {
	    position: static;
	    max-width: 1210px;
	    padding: 0px 20px;
	    margin: 0 auto;
	}
	
	.small-container {
	    position: relative;
	    max-width: 1050px;
	    padding: 0px 15px;
	    margin: 0 auto;
	}
	
	.page-wrapper {
	    position: relative;
	    margin: 0 auto;
	    width: 100%;
	    min-width: 300px;
	    z-index: 9;
	}
	
	.blog-section {
	    position: relative;
	    padding: 80px 0 50px;
	    background: linear-gradient(to right, #EAECEE, #EAECEE, #EAECEE, #EAECEE, #EBF5FB);
	}
	
	.news-block-one {
	    position: relative;
	}
	
	.news-block-one .inner-box {
	    position: relative;
	    margin-bottom: 30px;
	    -webkit-box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
	    box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.08);
	    -webkit-transition: .5s ease;
	    -o-transition: .5s ease;
	    transition: .5s ease;
	    border-radius: 6px;
	    overflow: hidden;
	}
	
	.news-block-one .inner-box:hover {
	    -webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	    transform: translateY(-5px);
	}
	
	.news-block-one .category {
	    position: absolute;
	    left: 20px;
	    top: 20px;
	    z-index: 9;
	}
	
	.news-block-one .category a {
	    background: var(--dark-color);
	    color: #fff;
	    padding: 4px 10px;
	    border-radius: 6px;
	    margin-right: 6px;
	}
	
	.news-block-one .image {
	    position: relative;
	}
	
	.news-block-one .image img {
	    width: 100%;
	}
	
	.news-block-one .post-meta-info {
	    position: absolute;
	    bottom: 20px;
	    right: 20px;
	}
	
	.news-block-one .post-meta-info a {
	    color: #fff;
	    margin-right: 10px;
	}
	
	.news-block-one .post-meta-info a span {
	    margin-right: 10px;
	}
	
	.news-block-one .youtube-video-box {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	
	.news-block-one .youtube-video-box a {
	    color: #fff;
	    font-size: 40px;
	}
	
	.news-block-one .lower-content {
	    position: relative;
	    padding: 20px;
	}
	
	.news-block-one .date {
	    margin-bottom: 8px;
	    color: #858585;
	}
	
	.news-block-one h4 {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	
	.news-block-one h4 a {
	    color: var(--dark-color);
	    -webkit-transition: .5s ease;
	    -o-transition: .5s ease;
	    transition: .5s ease;
	}
	
	.news-block-one h4 a:hover {
	    color: var(--theme-color);
	}
	
	.news-block-one .author-info {
	    position: relative;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	
	.news-block-one .author-info .image {
	    position: relative;
	    margin-right: 10px;
	}
	
	.news-block-one .author-info .image img {
	    border-radius: 50%;
	}
	
	.news-block-one .author-info .author-title {
	    font-size: 13px;
	    font-weight: 500;
	    color: #a6a6a6;
	    text-transform: uppercase;
	}
	
	.news-block-one .author-info .author-title a {
	    color: #a6a6a6;
	}
	/* Style Two */
	
	.blog-section.style-two .news-block-one h4 a:hover {
	    color: var(--theme-color-four);
	}
	
	.blog-section.style-two .share-icon.style-two ul a:hover {
	    background-color: var(--theme-color-four);
	    border-color: var(--theme-color-four);
	}
	/* Style Three */
	
	.blog-section.style-three .link-btn .theme-btn {
	    color: #F7BD07;
	    border-color: #F7BD07;
	}
	
	.blog-section.style-three .link-btn .theme-btn:hover {
	    color: #fff;
	}
	
	.blog-section.style-three .link-btn .theme-btn:before {
	    background: #F7BD07;
	}
	
	.blog-section.style-three .link-btn .theme-btn:after {
	    background: #F7BD07;
	}
	
	.blog-section.style-three .news-block-one .inner-box>.image {
	    position: relative;
	    background: #242424;
	    margin: 30px;
	    border-radius: 6px;
	}
	
	.blog-section.style-three .news-block-one .inner-box>.image img {
	    border-radius: 6px;
	    -webkit-transition: .5s;
	    -o-transition: .5s;
	    transition: .5s;
	}
	
	.blog-section.style-three .news-block-one .inner-box:hover>.image img {
	    opacity: .15;
	}
	
	.blog-section.style-three .news-block-one .category {
	    top: 50px;
	    left: 50px;
	}
	
	.blog-section.style-three .news-block-one .lower-content {
	    padding: 0 30px 30px;
	}
	
	.blog-section.style-three .news-block-one .author-info .image {
	    margin: 0;
	    margin-right: 10px;
	}
	
	.blog-section.style-three .news-block-one .date span {
	    color: var(--theme-color-five);
	    margin-right: 10px;
	}
	
	.blog-section.style-three .news-block-one h4 {
	    font-size: 20px;
	    color: #1e1e1e;
	    border-bottom: 1px solid #eaeaea;
	    padding-bottom: 18px;
	}
	
	.blog-section.style-three .news-block-one h4 a {
	    color: #1e1e1e;
	}
	
	.blog-section.style-three .news-block-one h4 a:hover {
	    color: var(--theme-color-five);
	}
	
	.blog-section.style-three .news-block-one .category a {
	    background: #003f84;
	}
	
	.blog-section.style-three .share-icon.style-two ul a:hover {
	    background: var(--theme-color-five);
	    border-color: var(--theme-color-five);
	}
	
	.blog-section.style-three .news-block-one .inner-box:hover {
	    -webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	    transform: translateY(-5px);
	    -webkit-box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.16);
	    box-shadow: 0px 0px 45px 5px rgba(89, 83, 76, 0.16);
	}
	
	.blog-section.style-three .news-block-one .inner-box:before {
	    position: absolute;
	    content: '';
	    background: var(--theme-color-five);
	    height: 2px;
	    width: 100%;
	    left: 0;
	    bottom: 0;
	    -webkit-transition: .5s ease;
	    -o-transition: .5s ease;
	    transition: .5s ease;
	    -webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	    transform: scaleX(0);
	    border-bottom-left-radius: 6px;
	    border-bottom-right-radius: 6px;
	}
	
	.blog-section.style-three .news-block-one .inner-box:hover:before {
	    -webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	    transform: scaleX(1);
	}
	
	.blog-section.style-three .news-block-one .read-more-link {
	    position: absolute;
	    display: inline-block;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: translate(-50%, -50%) rotate(0deg);
	    -ms-transform: translate(-50%, -50%) rotate(0deg);
	    transform: translate(-50%, -50%) rotate(0deg);
	    font-size: 28px;
	    color: #fff;
	    opacity: 0;
	    -webkit-transition: .5s;
	    -o-transition: .5s;
	    transition: .5s;
	    pointer-events: none;
	}
	
	.blog-section.style-three .news-block-one .inner-box:hover .read-more-link {
	    opacity: 1;
	    -webkit-transform: translate(-50%, -50%) rotate(360deg);
	    -ms-transform: translate(-50%, -50%) rotate(360deg);
	    transform: translate(-50%, -50%) rotate(360deg);
	    pointer-events: auto;
	}
	/***