/*
Template Name: Journal Blogs
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************blog****************/
.blog_h1_inner_left_inner span{
	bottom:-14px;
}
.heading_1 span {
    height: 2px !important;
    width: 15%;
    background: var(--primary);
    /* top: 55%; */
    bottom: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.bottom-line:after {
	position:absolute;
    height: 2px !important;
    width: 15%;
    background: var(--primary);
    /* top: 55%; */
    bottom: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.heading_1 b{
	z-index:2;
	position:inherit;
}
.article_1_left_inner_right p{
	font-size:15px;
}
/*********************blog_end****************/

/*********************team****************/

.team_1_left ul{
	display: none;
    transition: 0.3s;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
    border: 2px solid var(--primary);
}
.team_1_left:hover ul{
	display:block;
	transition: 0.3s;
}

.tags a {
        display: block;
    padding: 10px 20px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    background: var(--secondry);
    color: var(--bs-white);
    border-radius: 30px;
    font-size: 14px;
}
.tags a:hover {
    background: var(--primary);
    color: var(--bs-white);
	 transition: 0.3s;
}

.accordion-button {
	font-size: 20px;
	padding:20px 15px;
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background:var(--bg_primary_light);
	color:var(--primary);
}
.accordion-body {
	padding: 20px;
}
/*********************team_end****************/

@media screen and (max-width : 767px){
.story_2_left_inner {
	padding:20px!important;
}
.story_2_right ul img{
	width:80px;
	margin-right:10px;
}
.story_2_right ul .p-4{
	padding:0!important;
}
.story_2_right ul li{
	box-shadow:none!important;
}
.story_2_right{
	margin-top:20px;
}
.story_3{
	padding:20px!important;
}
.story_3_right{
	margin-top:15px;
}
.article_1_right{
	padding-left:0!important;
	margin-top:25px;
}
.article_2_left{
	padding-right:0!important;
	margin-bottom:25px;
}
.article_2 .ps-0{
	padding-left:12px!important;
}
.article_2_left .fs-1{
	font-size:18px!important;
}
.article_2_left .font_13{
	font-size:12px!important;
}
.article_2_left img{
	min-height:230px;
}
.article_2_right ul img{
	width:80px;
}
.article_2_right .pt-2{
	padding-top:0!important;
}
.team_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.story_1r{
	margin-top:20px;
}
.mission_1l{
	padding-right:0!important;
	margin-bottom:20px;
}
.about_h1_right{
	padding-left:0!important;
	margin-top:20px;
}
.center_h_inner{
	width:100%!important;
}
.center_h_inner .fs-1{
	font-size:18px!important;
}
.center_h_inner img{
	min-height:250px;
}
.blog_dt1_inner_right{
	text-align:left!important;
	margin-top:15px;
}
.blog_h1_inner_left{
	margin-top:15px;
}
.blog_dt2 ul img{
	width:70px;
	height:80px;
}
.blog_dt2 ul {
	padding:0!important;
}
 }


@media (min-width:576px) and (max-width:767px) {
.blog_dt1_inner_right{
	text-align:right!important;
	margin-top:0;
}
 }
 
@media (min-width:768px) and (max-width:991px) {
.story_2_right ul img{
	width:100px;
	margin-right:10px;
}
.story_2_right ul .p-4{
	padding:0!important;
}
.story_2_right ul li{
	padding:10px;
}
.story_2_left_inner {
	padding:20px!important;
}
.article_1_right{
	padding-left:0!important;
}
.article_2_left .fs-1{
	font-size:22px!important;
}
.blog_dt2 ul img{
	width:100px;
	height:120px;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.story_2_right ul .p-4{
	padding:15px 10px!important;
}
.blog_dt2 ul img{
	width:130px;
	height:150px;
}
 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){
.article_1_left_inner_right p{
	font-size:16px;
}
 }


 
