/* Google Web Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
--color-first:#9c27b0;
--color-second:#6a6a6a;
--color-content: #373737;
--color-black: #000;
--light: #f5f5f5;
--dark: #14183E;
--bs-sec-rgb:0,2,27;
--font-family-heading:"Inter", sans-serif;
--font-family-sub-heading: "Inter", sans-serif;
--font-family-content: "Inter", sans-serif;
--shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .13);
}
*, ::after, ::before {
box-sizing: border-box
}
header{background:#fff;}
header .logo img{width:180px;}
header .form-control{border: 1px solid #6c757d;height:45px;}
header .form-control:focus{box-shadow:none;outline:none;border-color:#6c757d}
footer{background:var(--color-first);}
footer ul{
display:flex;
flex-direction:row;
gap:10px;
margin-bottom:0px;
}    
footer ul li{
list-style:none;
}
footer li a{
color:var(--color-content);
text-decoration:none;
}
.internalBanner {
background: linear-gradient(rgba(0, 34, 71, 0.85), rgba(0, 34, 71, 0.85));
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.bg-light{
background-color:var(--light) !important;
}
.bg-first, .bg-first:hover{background:#e52a6f;}
.bg-second, .bg-second:hover{background:#6a6a6a;}
.min-vh-50{min-height: 50vh !important;}
.bg-white-opacity{background: rgba(256, 256, 256, 0.1);}
.webContent .mainHeading {
font-size: 1.8rem;
font-weight:900;
line-height: 1.2;
color: var(--color-first);
letter-spacing: 0;
margin-bottom: 5px;
font-family: var(--font-family-heading);
}
.webContent .subHeading {
font-size: 1.4rem;
font-weight:700;
line-height: 1.2;
color: var(--color-first);
letter-spacing: 0;
margin-bottom: 5px;
font-family: var(--font-family-heading);
}
.webContent .smallHeading {
font-size: 1.2rem;
font-weight:700;
line-height: 1.2;
color: var(--color-second);
letter-spacing: 0;
margin-bottom: 5px;
font-family: var(--font-family-heading);
}
.webContent p { font-size: 1.2rem; }
.webContent p .webContent span, .webContent strong, .webContent b{
font-weight: 400;
color: #333;
line-height: 1.6;
font-family: var(--font-family-content);
}

.article-card a, .article-card-1 a{text-decoration:none;}
.article-card .card, .article-card-1 .card{
width: 100%;
border:0px;
margin-bottom: 20px;
transition: 0.3s ease-out;
}
.article-card .text-limit-2, .article-card-1 .text-limit-2{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
}
.article-card .card img{
max-width: 100%;
object-position: center;
object-fit: cover;
height:221px;
}
.article-card-1 .card img {
max-width: 100%;
object-position: center;
object-fit: cover;
height:184px;  
}
.pagination .page-item.active .page-link, .allTopicsSection .pagination .page-item.active .page-link, .paginationBlock .pagination .page-item.active .page-link {
background: var(--color-first);
border-color: var(--color-first);
color: #fff;
margin-right:5px;
}
.article-details h1,.article-details h2,.article-details h3,.article-details h4,.article-details h5,.article-details h6{
color: var(--color-first);
font-weight: 700;
font-family: var(--font-family-heading);
letter-spacing: 0;
line-height: 1.2;
margin-bottom: 0.5rem;    
}
.article-details p, .article-details p span, .article-details span p, .article-details p strong, .article-details span, .article-details a, .article-details p a, .article-details ul li, .article-details ul li strong, .article-details ul li a, .article-details ul li a strong, .article-details ol li, .article-details ol li strong, .article-details ol li a, .article-details ol li a strong, .sitemapList ul li {
color: var(--color-content);
font-family: var(--font-family-content);
font-size: 1rem;
line-height: 1.4;
/*white-space: pre-line;*/
margin-bottom: 0.5rem;
padding-bottom: 0rem;
}
.article-details ol{padding-left: 0}
.article-details ul{padding-left: 15px}
.article-details a, .article-details p a, .article-details ul li a, .article-details ol li a, .article-details span a{color:#3557ff;}
/*** widget ***/
.widget-categories ul li{
list-style:none;
background: #fff;
border: 1px solid rgba(57, 68, 133, .3);
box-shadow: 0 0 4px rgba(0, 0, 0, .25);
margin: 5px 0;
}
.widget-categories ul li a{
color: var(--color-first);
text-decoration:none;
font-style: normal;
font-weight:500;
font-size:1rem;
line-height: 24px;
padding: 10px 15px;
width: 100%;
display: flex;    
}
.widget-categories ul li:hover{
background:var(--color-first);  
}
.widget-categories ul li a:hover{
color:#fff;    
}
/*** AUTHOR ***/
.author-details{
display: flex;
align-items: center;
margin: 10px 0;
}
.author-details .author-img{
display: inline-block;
width: 35px;
height: 35px;
}
.author-details .author-txt{margin-left: 10px;width: 80%;}
.author-details .author-img,.author-details .author-txt{clear: both;}
.author-details .author-img img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.author-details .author-txt span{color: #333}
.author-details .author-txt a{color: #3557ff;}
.seperatorLine{border-right: 1px solid #333; padding-right: 5px;margin-right: 5px}
.author-details-desc img {
width: 150px;
height: 150px;
float: left;
margin:0 20px 20px 0px;
margin-left:0;
border-radius:50%;
object-fit: cover;
object-position: center;
}
.author-details-desc{width:100%}
@media only screen and (max-width:768px){
.author-details-desc{width: 100%}
}

@media screen and (min-width:320px) and (max-width:767px){
.article-card .card img, .article-card-1 .card img{height:auto}  
}
.webContent strong{font-weight: 600 !important;}