.bannerText h1 span{font-size:60px; }
.abut_sec h2 span{ color:#85ca34;}
.home_blog .bdt-carousel-desc{position:relative;}
.home_blog .bdt-carousel-meta{position: absolute; top: 6px;}

.home_resarch .elementor-post{background:#fff;     box-shadow: 3px 1px 16px 9px #ebebeb;}
.home_resarch .elementor-post:hover{background:#394d95;}
.home_resarch .elementor-post:hover .elementor-post__title a, .home_resarch .elementor-post:hover .elementor-post__excerpt p, .home_resarch .elementor-post:hover .elementor-post__read-more{color:#fff !important;}
.home_resarch  .elementor-post__text{    padding: 0 30px 25px;}
.expart_sec{}

.home_resarch{background:#fff; border-radius:20px; box-shadow: 3px 1px 16px 9px #ebebeb;  min-height: 460px;  transition: all .3s;}
.home_resarch:hover{background:#394d95;}
.home_resarch:hover .bdt-advanced-icon-box-readmore{color:#fff !important;}
.home_resarch .bdt-advanced-icon-box-content{    padding: 0 30px 30px;}

.team_list{}

.team_list .elementor-grid-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 1px 16px -1px rgba(160.5, 160.5, 160.5, 0.5);
}

.comments-area{display:none;}

.postlist_inner_box {height: 1696px;
    overflow-y: scroll;}

.hm_postlist_inner_box {height: 567px;
    overflow-y: scroll;}

.post-password-required .page-content{
	padding: 110px 0;
    max-width: 1170px;
    margin: 0 auto;
}
.post-password-required  label{    vertical-align: bottom;}

.single-post .elementor-widget-container p a {color: #003399;}
.single-post .elementor-widget-container p a:hover {text-decoration: underline;}

/*================ password page =============*/
.proctedForm{    text-align: center;}
.proctedForm p{
    color: #4D4D4D;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
}
.proctedForm input[type=password]{    border: 1px solid #808080;
    margin: 16px 15px 0 0;
    color: #4D4D4D;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: none;
	width: 30%;
}
.proctedForm [type=submit]{
    border-color: #222840;
    color: #fff;
    background: #222840;
}
.proctedForm [type=submit]:hover{ background: #222840;}
 .proctedForm h2{
    color: #424449;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 600;
}


/*================ RESPONSIVE =============*/
@media only screen and (max-width: 767px) {
.bannerText h1 span{font-size:30px; }
.expart_sec .bdt-icon-wrapper img {width: 100%;}
.about_icon .bdt-advanced-icon-box .bdt-icon-wrapper img{    margin: 0 auto;}
.experts .elementor-1875 .elementor-element.elementor-element-49c0ae7 .elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: calc( 1 * 100% );
}
	
.hm_postlist_inner_box {
    height: 634px;
    overflow-y: scroll;
}
	
.postlist_inner_box {
    height: 346px;
    overflow-y: scroll;
}	
	
	
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
.bannerText h1 span{font-size:40px; }
	
.postlist_inner_box {
    height: 1108px;
    overflow-y: scroll;
}	
	
	
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){


}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

}

  /*
 * Hide visually and from screen readers, but maintain layout
 */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after {clear: both;}


  /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  /* Black prints faster:
    http://www.sanbeiji.com/archives/953 */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {text-decoration: underline; }
  a[href]:after {content: " (" attr(href) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  abbr[title]:after { content: " (" attr(title) ")";}
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
  thead { display: table-header-group; }
  tr, img {page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 {page-break-after: avoid; }
}