/*Sidebars*/
.cat-item-200001,
.cat-item-200165,
.cat-item-200178{
  display: none;
}
.sean--container a{
  color:#d11242;
}
aside input:-webkit-autofill,
aside input:-webkit-autofill:hover, 
aside input:-webkit-autofill:focus, 
aside input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff;
}
.social--containner .image-container {
  position: relative;
  width: 35px; /* Adjust to your desired width */
  height: 35px; /* Adjust to your desired height */
  display: inline-block;
  
}
.social--containner .image-container:not(:last-child){
  margin-right: 5px;
}
.social--containner .image-one,
.social--containner .image-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.social--containner .image-container .image-two {
  opacity: 0;
}

.social--containner .image-container:hover .image-one{
  opacity: 0;
}

.social--containner .image-container:hover .image-two {
  opacity: 1;
}
aside img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.growth--container{
  background: #C1272D;
}
.growth--container #seo_form{
  padding: 10px;
}
.growth--container #seo_form label{
  color:#fff;
}
.growth--container #seo_form input[type='text']{
  width: 100%;
}
.growth--container #seo_form .image{
  margin-top: 20px;
}
aside .mg-btm-40{
  margin-bottom: 40px;
}
aside .mg-btm-47{
  margin-bottom: 47px;
}
aside .school--container h6{
  margin-bottom: 20px;
}
aside .sean--container h5{
    background: #D11242;
    padding: 10px 20px;
    color: #FFF;
    font-family: 'Hind Siliguri Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
aside .sean--container img{
  margin-bottom: 20px;
}
aside .categories--area h3{
    background: #D11242;
    padding: 10px 20px;
    color: #FFF;
    font-family: 'Hind Siliguri Regular', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

aside .categories--area li{
  padding: 5px 10px;
  list-style: none;
}
aside .categories--area li a{
  color: #464646;
  font-family: 'Hind Siliguri Regular', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}
aside .categories--area li a:hover{
  transition: all 300ms ease-in-out;
  color:#d11242;
}
aside .aff--container img{
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
}
.categories--area{
  background: #F0F0F0;
}

aside .categories--area .current-cat a{
  color: #D11242;
}
.categories--area ul.children{
  padding-left:unset;
  margin-bottom: unset;
}
.recent--post{
  margin-top: 40px;
}
.recent--post h3{
  background: #D11242;
  font-family: 'Hind Siliguri Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color:#fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.recent--post h5{
  color: #000;
  font-family: 'Hind Siliguri Regular',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.recent--post img{
  max-width: 70px;
  height: auto;
  object-fit: cover;
}
.recent--post .title--rm {
  padding: 5px 10px;
}
.recent--post .r--m span{
  color: #D11242;
  font-family: 'Hind Siliguri Regular',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; 
}
.recent--post .rp--cont{
  margin-bottom: 30px;
}
.recent--post a{
  text-decoration: none;
}
#seo_form p{
  margin-bottom: 10px;
}
#seo_form .af-element:first-child{
  margin-bottom: 30px;
}
@media all and (max-width:1199px){
  .left-bar aside{
    margin-top: 50px;
  }
  .sean--container > .d-flex{
    justify-content: space-between;
  }
  .sean--container > .d-flex > *{
    flex: 0 0 48%;
  }
  .sean--container > .d-flex .content > p,
  .sean--container > .d-flex .content .social--containner{
    padding: 0 20px;
  }
  .sean--container > .d-flex .content h5{
    margin-bottom: 20px;
  }
  .mixed__image--contents .d-flex{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .mixed__image--contents > .d-flex > * {
    flex: 0 0 20%;
    margin-bottom: 25px;
  }
  .mixed__image--contents a{
    color:#000;
    text-decoration: none;
  }
}
@media all and (max-width:991px){
  .mixed__image--contents > .d-flex > * {
    flex: 0 0 48%;
    margin-bottom: 25px;
  }
}
@media all and (max-width:767px){
  .sean--container > .d-flex{
    flex-wrap: wrap;
  }
  .sean--container > .d-flex > * {
    flex: 0 0 100%;
  }
}
@media all and (max-width:575px){
  .mixed__image--contents > .d-flex > * {
    flex:0 0 100%;
  }
}