/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template/blog-post)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-blog-post/blob/master/LICENSE)
 */
body {
  padding-top: 0px;
  font-family: Helvetica,Arial,sans-serif;
      background: #e9e9e92b;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #289fcd;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-brand{
  	font-family: Helvetica,Arial,sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-right: 0rem;
  }
  .navbar-brand:hover
  {
  	color: #fff;
  }

  .navbar_one
  {
    background: #222932;
    height: 63px;
    position: relative;
    color: #000;
  }
  .navbar_one .nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    color: #ddd;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    margin: 0 0 0 20px;
    display: block;
    float: left;
  }
  .dropdown-item:hover
  {
    background: #D62929;
    color: #fff;
  }
  .navbar_two
  { 

    background: #f4f4f4;
    height: 63px;
    position: relative;
  }
  .navbar_two .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #4c596b;
    display: block;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
  }
  .navbar_two .nav-link:hover
  {
  	color: #222932;
  }
  .dropdown-menu {
    padding: 0rem 0; 
    margin: -1px 0;
}

.dropdown:hover .dropdown-menu 
{
	display: block;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 15px;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    color: #4c596b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
}
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
  .page_name
  {
  	background: #f4f4f4;
    padding: 16px 0 16px;
  }
 .page_name .sort {
    float: right;
    padding-left: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 2px;
    font-size: 12px;
    transform: translateY(15%);
}
.page_name .sort span {
    padding-right: 0px;
    font-size: 14px;
}
.page_name .sort a {
    color: #289fcd;
    font-size: 16px;
    border-bottom: 0;
    margin-left: 15px;
    font-weight: 800;
}
  .page_name ul.page_name_title {
    float: left;
    padding-left: 0px;
}
.page_name ul.page_name_title li {
    float: left;
    line-height: 28px;
    list-style: none;
    margin-right: 10px;
    font-size: 12px;
    transform: translateY(10%);
}
.page_name ul.page_name_title li i
{
	font-size: 16px;
	font-weight: 500;
	color: #289fcd;
}
ul
{
	margin-bottom: 0rem;
}
p
{
	margin-bottom: 0rem;
}
  .page_title
  {
    background: #343c4b url(../img/Title_image.png) 50% 50% no-repeat;
    padding-top: 30px;
    padding-bottom: 25px;
    background-size: 100%;
    position: relative;
  }
  .page_title:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(27 33 45 / 87%);
}
  .page_title .title {
    float: left;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    transform: translateY(24%);
}
.navbar_two .navbar-nav .nav-link {
    line-height: 63px;
    padding: 0 10px;
}
.navbar_two .navbar-nav>li {
    float: left;
    margin-right: 2px;
}
.navbar_two .navbar-nav .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #dcdcdc;
}
.navbar_two .navbar-nav .nav-link:hover:before {
	background: #289fcd;
}
.navbar_two .navbar-nav .nav-link.active a::before {
    background: #289fcd;
}

.page_title .select-category {
    float: right;
    position: relative;
    min-width: 220px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.select
{
	background: none;
    color: #fff;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid;
    margin-top: -12px;
    font-weight: 800;
}
.btn-secondary {
    color: #fff;
    border-color: #289fcd;
    background: #289fcd;
}
.active_search
{
    display: block;
}
.mobile-login
{
    display: none;
}
.mobile-login-panel
{
    display: none;
}
.article-img
{
    width: 100%;
}



/* blogs css */
.samvardhini-blog
{
	/*margin-top: 1.5rem !important;*/
    width: 100%;
    /*margin-bottom: 1.5rem !important;*/
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.samvardhini-blog .blog-img {
    display: block;
    height: 150px;
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.samvardhini-blog .blog-text {
    position: relative;
    z-index: 0;
    width: 100%;
    width: calc(100% - 150px);
}
.samvardhini-blog .blog-text h3 {
    font-weight: 600;
    font-size: 18px;
}
.samvardhini-blog .blog-text h3 a {
    color: #4c596b;
}
.samvardhini-blog .blog-text .blog-wrap {
    width: 100%;
    display: block;
}
.samvardhini-blog .blog-text .blog-wrap .blog-meta span {
    font-size: 14px;
    margin: 0 10px 0 0;
    color: #bfbfbf;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
a {
    color: #289fcd;
    text-decoration: none;
    background-color: transparent;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #4c596b;
    font-size: 18px;
    font-weight: 600;
}

.blog-categories
{
	    border-bottom: 1px #4c596b dotted;
	    padding-top: 5px;
	    padding-bottom: 5px;
}
.categories-body
{
	padding-top: 5px;
}

.scrollbar
{
float: left;
height: 300px;
width: 100%;
overflow-y: scroll;
}
.force-overflow
{
min-height: 450px;
}
#style-2::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
#style-2::-webkit-scrollbar
{
width: 12px;
background-color: #F5F5F5;
}
#style-2::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #D62929;
}  


.ellipsis {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.blog-img 
{
    width: 150px;
    background-size: 150px 150px;
}
.blog-wrap .icon i 
{
 color: #D62929;
}
@media(max-width: 768px)
  {
    .navbar-brand
    {
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size:20px;
    }
    .navbar_two
    {
        height: auto;
    }
    .page_title .select-category
    {
        display: none;
    }
    .page_name .sort
    {
        display: none;
    }
    .active_search
    {
        display: none;
    }
    
    .desktop-login
    {
        display: none;
    }
    .mobile-login-panel
    {
        display: contents!important;
    }
    .mobile-login {
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    }
    .mobile-login {
        flex-direction: row;

    }
    .mobile-login i
    {
        font-size: 24px;
        color: #fff;
    }
    .navbar_one .mobile-login .nav-link
    {
        margin: 0 0 0 0px;
    }
    .samvardhini-blog
    {
        display: block!important;
    }
    .samvardhini-blog .blog-text
    {
        width: 100%;
    }
    .blog-img
    {
        margin-left: 25%;
    margin-right: 25%;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 10px;
    }
  }

i {
    color: #289fcd!important;
}





