.blog-content{font-family: "interregular";}

.pad-0{padding: 0;}
.pad-lr-0{padding-left: 0;padding-right: 0;}
.m-b-30{margin-bottom: 30px;}


.heading-m h1{
    position: relative;
    padding-left: 24px;
    font-size: 32px;
    font-family: 'intersemi_bold';
    color: #000;
    margin-bottom: 20px;
    margin-top: 0px;
}

.heading-m h1{margin:25px 0 10px;}

.heading-m h1{color: #000;font-weight: 700;margin: 25px 0px 10px;}

.heading-m h1:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 16px;
    height: 32px;
    background: url(../../../assets/home/img/ae-sprite.png) no-repeat;
    background-position: 0px -24px;
}


.c-w-section{padding: 110px 0px 50px;}
    
.list-img{border-radius:8px 8px 0 0;}

.blog-list {
 padding-bottom: 20px;
 border-radius: 8px;
}

 .truncate {
      display: inline-block;
      width: 20ch;               /* ~20 character widths */
      white-space: nowrap;       /* one line only */
      overflow: hidden;          /* hide overflow */
      text-overflow: ellipsis;   /* show "..." */
      vertical-align: top;
    }
	
 .bloglist_img img{width: 100%;}

 .pad-inp{padding:5px 25px 15px;}

 .txtblog_height{height:142px;}
 
@-moz-document url-prefix() {
  .txtblog_height{height:135px;}
}
 .txt_blog p{
    padding-left: 0;
    margin-bottom: 15px !important;
    text-align: left;
    font-size: 20px;
    line-height: 1.4em;
}
   .txt_blog h4 {
		color: #b28704;
		font-family: inherit;
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 10px;
		margin-top: 25px;
	} 
	.txt_blog .short_desc p{
		text-align: justify!important;
	}

 /*.txt_blog h5{
    color: #b28704;
    font-family: inherit;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
    padding-left: 0;
    letter-spacing: -0px;
}*/

 .read_more{display: flex;margin-top: 10px;}
 .read_more a{
     color: #fff;
    border: 0;
    padding:5px 15px;
    text-align: center;
    margin: 0;
    background: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
 }

 .read_more a:hover {
    background:#dcaf26;
    color: #000;
}

.comming-soon{
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #eee;
    padding:195px 20px;
    border-radius: 8px;
}

.comming-soon h2{
font-size: 25px;
   font-weight: 600;
   color: #c2c1bf;
   letter-spacing: 0.1px;
}

.comming-soon img{
     width:100px;
    display: block;
    margin: auto;
}

.pad-inp .breadcrumb{margin:15px 0 5px !important;}
 
.faq-sp{
    margin: 10px 0 8px;
    display: inline-block;
    color: #262626 !important;
    font-size: 21px;
}

.unlist{padding-left: 20px;margin-bottom: 25px;}

.share h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: unset;
    padding-left: 0;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-bottom: 0;
}

.share ul li a{
    background:#d9af39;
    border-radius: 50px;
    color: #000;
    display: block;
    line-height: 22px;
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;transition: all 0.3s;
}

.share ul li a:hover{background:#f4ca53;}
/*.blog_headings{color: #262626 !important;font-size: 24px !important;}*/
.share_top_icons{margin-top: 15px;margin-bottom:5px;float:right}
/*.sub_blog_headings{color: #262626 !important;font-size: 22px !important;margin-top: 25px !important;}*/

/*table-data style*/
.tbl_data .table>thead>tr>th {
    border-bottom: 0 !important;
    color: #262626;
}

.tbl_data .table td{
   color: #333;
}
/*End table-data style*/

.key-highlights{padding-left: 30px;}

.key-highlights li {
    margin-bottom:10px;
    color: #555;
    margin-left: 10px;
    text-align: justify;
    font-size: 20px;
    line-height: 1.4em;
    list-style: none;
}
.previous_btn{float: left;}
.next_btn{float: right;}
.prev_nextbtn a{
	background: #dcaf26;
    color: #fff;
    padding: 4px 15px 2px;
    border-radius: 100px;
}
.prev_nextbtn a i{font-size: 12px;}
.key-highlights li:before {
    content: "\f061";
    position: absolute;
    left: 30px;
    margin-top: 0px;
    font-size: 18px;
    color: #d1a016;
    font-family: 'FontAwesome';
    font-weight: 300;
}


.blog-list .truncate:before{display:none !important;}
.blog-list .truncate{padding-left:0 !important;}


@media(max-width:767px){
  .txtblog_height {height: auto;}
  .l-m-heading{font-size: 25px!important;line-height: 30px;}
  .l-m-heading:before{height: 25px!important;}
/*  .blog_headings {font-size: 22px !important;line-height: 28px;}*/
  .c-w-section {padding: 68px 0px 50px;}
  .pad-inp {padding: 5px 15px 15px;}
  .key-highlights li:before{left: 20px;}
  .key-highlights {padding-left: 15px;}
  
  .truncate {width: 30ch;  }
}


@media(min-width:768px) and (max-width:991px){
   .txt_blog h5{font-size: 20px;}
   .txtblog_height {height: 145px;}
   .txtblog_height p{font-size: 16px !important;}
   .truncate {width: 23ch;  }
}
@media(min-width:992px) and (max-width:1200px){
  .txt_blog h5{font-size:20px;}
  .txt_blog p{font-size: 16px;}
  .txtblog_height{height: 145px;}
   .truncate {width: 20ch;  }
}
@media(min-width:1100px) and (max-width:1200px){

   .truncate {width: 23ch;  }
}

@media(min-width:1200px) and (max-width:1279px){
   .txtblog_height{height: 170px;}
   .txt_blog h5{font-size: 20px;}
     .truncate {width: 25ch;  }
}

@media(min-width:1280px) and (max-width:1366px){
  .truncate {width: 25ch;  }
  .txt_blog h5{font-size: 20px;}
  .txtblog_height {/*height: 18vh;*/height: auto;}
}

@media(min-width:1367px) and (max-width:1440px){
		.txtblog_height {height: 135px;}
  .txt_blog p{font-size: 19px;}
  .key-highlights li{font-size: 19px;}
  .key-highlights li:before{font-size: 19px;}
   .truncate {width: 30ch;  }
}

@media(max-width:768px){
   .key-highlights li{font-size: 16px !important;}
   .key-highlights li:before{font-size: 16px !important;}
}
@media(max-width:1366px){
   .key-highlights li{font-size: 18px;}
   .key-highlights li:before{font-size: 18px;}
}

@media(min-width:1440px){
   .truncate {width: 29ch;  }
}
@media(max-width:475px){
   .truncate {width: 26ch;  }
}

@media(max-width:400px){
   .truncate {width: 20ch;  }
}

