/******Blog-Listing-CSS******/
.blog-list{text-align: left !important;box-shadow: 0px 0px 10px #0a0b0b21; margin-bottom: 50px;}
.blog-list .blog-date {
    color: #747474;
    font-size: 13px;
    padding: 4px 0 30px;
}
.blog-list .blog-date i {
    color: #000;
    font-size: 12px;
    margin-right: 3px;
}
.blog-list .blog-img img{width: 100%;}
.blog-content{padding: 10px 30px 20px;}
.blog-content h4 {
    font-size: 19px;
    margin-bottom: 12px;
    position: relative;
    margin-top: 30px;
    min-height: 44px;
}
.blog-content h4:hover {
    color: #666;
}
.blog-content h4:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 2px;
    background: #6e6f71;
    bottom: 0;
    height: 32px;
    width: 2px;
}
.blog-content p {
    font-size: 15px;
    color: #616161;
    text-align: left!important;
    line-height: 18px;
    margin-bottom: 10px;
}
.blog-content p.vmore-cta a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    background: #000;
    text-transform: uppercase;
    padding: 12px 16px;
    transition: 0.2s ease all;
    border: 1px solid #000;
}
.blog-content p.vmore-cta a:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.blog-content p.vmore-cta{margin-bottom: 22px;}
div#sidebar.blog-aside {
    border-right: none;
    padding-right: 0;
}
.blog-aside-content .blog-date {color: #747474;font-size: 13px; margin-bottom: 0px; margin-top: 8px;}
.blog-aside-content .blog-date i{color: #000 !important; font-size: 12px;margin-right: 2px;}
.blog-aside-post ul li .row > div, 
.blog-aside-post ul li .row > div {
    padding-right: 0;
}
.filter-block.blog-catg ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 4px;
    color: #999;
}
.blog-search-box input {
    padding: 9px 10px;
    width: 83%;
    border: 1px solid #ccc;
    border-right: none;
}
.blog-search-box button {
    padding: 9px 10px;
    background: #fff;
    border: 1px solid #ccc;
    color: #9f9f9f;
    border-left: none;
}
.blog-aside-content p{text-align:left;margin-bottom: 0; font-size: 14px;}
.blog-aside-content p a{padding-left: 0 !important;}
.blog-detail-group .blog-content {padding: 0;}
.blog-detail-group .blog-content h4 {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 500;
    /*border-bottom: 1px solid #e1e1e1;*/
    padding-bottom: 0px;
    color: #000;    min-height: auto;
}
/*.blog-detail-group .blog-content h4 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 16px;
    color: #000;
}*/
.blog-detail-group .blog-content p {text-align: left !important; padding: 0;color: #616161;line-height: 22px; margin-bottom: 16px;}
.blog-btm {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
    margin-bottom: 26px;
}
.blog-btm-l span {
    margin: 0 10px 0 0;
    color: #747474;
    font-size: 14px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}
.blog-btm-l span:last-child {border-right: none;}
.blog-btm-l span i {
    color: #000;
    font-size: 12px;

}
#main-column .blog-btm-l span i{margin-right: 3px;}
.seprator{margin: 0px 10px;font-style: normal;}
.blog-btm-r {
    text-align: right;
}
.blog-btm-r p {
    text-transform: uppercase;
    font-size: 14px;
    color: #747474;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
}
.blog-btm-r i {
    font-size: 14px;
    color: #000;
    margin-left: 14px;
}
.blog-cmnts-wrap {
    margin-top: 34px;
}
.blog-cmnts-wrap h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.blog-cmnts-wrap .vmore-cta a {
    color: #c42026;
    text-decoration: underline;
    font-size: 14px;
}
.blog-cmnts-wrap .vmore-cta {
    text-align: right;
}
.cmnt-img {
    text-align: center;
    width: 11%;
    float: left;
}
.cmnt-text {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    width: 89%;
    float: left;
}
.cmnt-text h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}
.cmnt-text p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 6px;
}
.cmnt-text p a.reply-cta {
    color: #c42026;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
}
.cmnt-form {
    background: #f7f7f7;
    padding: 30px 50px;
    margin-top: 20px;
}
.cmnt-form h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.cmnt-form form label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.cmnt-form form input, .cmnt-form form textarea{
    border-radius: 0;
    padding: 23px 12px;
    font-size: 14px;
}
.cmnt-form form textarea{
	padding-top: 10px;
}
.cmnt-form button {
    background: #c42026;
    border-radius: 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 22px 12px;
    margin-top: 8px;
}
.cmnt-form button:hover{background:#000;}
#sidebar .blog-catg li.item:last-child,
#sidebar .blog-aside-post li.item:last-child{border-bottom:none;}
#sidebar .blog-catg li.item a:hover{color:#000;}
/*14 JULY 2020*/
#sidebar h3 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 17px;
    border-left: none;
}
div#sidebar > div:first-child {
    padding-bottom: 0;
}
div#sidebar > div {
    margin-bottom: 30px;
    padding-bottom: 16px;
}
.blog-aside .blog-search {
    background: #f5f5f5;
    padding: 0px 0 20px 0;
}
.blog-aside .blog-catg {
    background: #f5f5f5;
}
.blog-search-box {
    margin: 20px 1px 0 12px;
}
.blog-aside .blog-aside-post {
    background: #f5f5f5;
}
#sidebar .blog-aside-post li.item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-search-box input:focus {
    border: 1px solid #ccc !important;
    border-right: none !important;
}
.blog-list .blog-date span:last-child {
    margin-left: 10px;
}
.blog-list .blog-date span:first-child {
    margin-right: 10px;
}
.blog-aside-content p a:before {
    display: none;
}
.blog-aside-content p a {
    font-size: 13px !important;
    line-height: 1.2 !important;
}
.blog-aside-post > ul > li {
    padding: 12px 20px;
}
#sidebar .blog-catg li.item a:hover {
    padding-left: 34px;
}
#sidebar .blog-catg li.item a {
    transition: 0.2s ease;
}
#main-column .col-sm-6:last-child .blog-list, #main-column .col-sm-6:nth-child(5) .blog-list {
    margin-bottom: 24px;
}
.blog-detail-group .blog-content h4:before {
    display: none;
}
.blog-catg ul li:last-child {
    margin-bottom: 0 !important;
}
.blog .pagination-wrap {
    margin-bottom: 54px;
}
.postid-677 .blog-detail-group .blog-content h4:hover {
    color: #000;
}
ul.blog-list-point{margin-bottom: 20px;}
ul.blog-list-point li:before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    left: 3px;
    top: 3px;
    color: inherit;
    line-height: 1;
    font-weight: 700;
}
ul.blog-list-point li {
    color: #000;
    padding: 0 0 15px 14px;
    position: relative;
}
ul.blog-list-point li strong:first-child {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}
.blog-benefit {
    background: #f7f7f7;
    padding: 20px 20px;
    margin-bottom: 40px;
    margin-top: 30px;
}
.blog-benefit h5{color: #000; margin-bottom: 16px;text-align: center;}
.blog-catg {
    padding-bottom: 0 !important;
}
.blog-catg ul li {
    padding: 12px 0 !important;
}
.blog-aside-post ul li {
    padding: 18px 20px;
}
.blog-aside-content.side-blog-name {
    padding: 0 0;
}
/* Single post Author Box*/
.author_bio_section{ background-color: #F5F5F5; padding: 15px; border: 1px solid #ccc; }
.author_name{ font-size:16px; font-weight: bold; }
.author_details img { border: 1px solid #D8D8D8; border-radius: 50%; float: left; margin: 0 10px 10px 0; } 

.pagination-wrap ul{display: flex;}
.pagination-wrap ul a{background: #eee; padding: 10px; border: 1px solid #ccc;}
.pagination-wrap ul .current{background: #000; color: #fff; padding: 10px;border: 1px solid #000;}
 .about-author {

padding: 12px 0px 2px 2px; }

.about-author::after {
content: “”;
clear: both;
display: table; }

.about-author-image {
float: left;
width: 20%; }

.about-author-text {
float: right;
width: 83%; }
.about-author-image img{width:100%;height:100%;}
.about-author-text h3{text-align: left !important;
    padding: 0;
    color: #616161;
    line-height: 22px;
    margin-bottom: 16px;font-size:18px;}
.about-author-text p{text-align: left !important;
    padding: 0;
        text-align: justify!important;
    color: #616161;
    line-height: 22px;
    margin-bottom: 16px;}    
    
    .about-author-image{width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;margin-bottom:10px;}
    .bg-grey{background-color: #F5F5F5;
    padding: 15px;
    border: 1px solid #ccc;float:left;}
 .related-news .blog-list{margin: 10px;}   
 .related-news .owl-dots{ margin-top: -26px!important; margin-bottom: 40px;}  
 #sidebar  li.item .blog-aside-content a{padding-top: 0px;} 
 .single-blog-img{margin-bottom: 15px;}
 #common .blog-img{text-align: center;}
 #common .blog-content h4 {min-height: auto;}
#common .blog-img img{height: 220px; width: auto; margin: 0 auto;}
.morecontent span {  display: none;}
.morelink { display: inline-block; font-weight: 500; margin-left: -8px;}
.morelink:hover{color: #cacaca}
#common .blog-list .blog-date{    padding: 0px 0 10px;}
.certificate-block{display: flex;list-style: none;margin:0px;padding: 0px;}

.certificate-block{display: flex;list-style: none;padding: 0px;margin: 0px;flex-wrap: wrap;justify-content: space-between;}
   .certificate-block li{    text-align: center;  margin: 15px;  width: 17%;}
  .certificate-block li p {font-weight: 500;line-height:20px;font-size: 16px;text-align: center; }
  .certificate-block li p a:hover{color: #666}
 .cerImg {
    width: 190px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    margin: 0 auto 20px;
    box-shadow: 0px 0px 10px#ddd;
    text-align: center;
}
    .cerImg img {
    width: 100%;
}
ul.certificate-block p {
    font-size: 14px;
    line-height: 18px;
}
#common{padding-bottom: 0px;}
#certificate{padding-top: 0px;}
#common .blog-list .blog-date span:last-child{margin-left: 0px;}
#common .blog-content{    padding: 10px 18px 15px; text-align: center;}
#common .blog-content p {
    text-align: center !important;
    font-size: 13px;
    line-height: 20px;
}
#common .blog-list .blog-date {
    padding: 0px 0 10px;
    font-size: 15px;
}
#common .blog-list .blog-date i {
    color: #000;
    font-size: 16px;
    margin-right: 3px;
}
#common .blog-content h4:before{display: none;}
.award-heading{font-size: 24px!important;
    font-weight: 700;
    text-transform: uppercase!important;
    color: #000;
    position: relative;
    margin-bottom: 30px!important;}
    h2.award-heading.certi-hd{margin-bottom: 10px !important; }
 #common  .blog-content h4{  font-size: 17px;margin-top: 15px; position: relative; margin-bottom: 30px;}
 #common .blog-content h4:after {
    position: absolute;
    content: '';
    background: #ddd;
    height: 2px;
    width: 34px;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;}

    .award-heading.certi-hd h2{margin-bottom: 10px;}

#sidebar .blog-aside-img{border: 1px solid #dedede;}
.blog-btm-l a:hover{color: #999}
.something-specific{margin: 20px 0px 30px;}
p.key-hd-b {
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}
.keyword-tags{text-align: center;}
.keyword-tags span {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 5px 16px 7px;
    display: inline-block;
    margin-bottom: 14px;
}
.keyword-tags span:hover{background: #000;color: #fff;}
.keyword-tags.key-tag-b span {
    cursor: default;
}
#keys-viewer {
    text-align: center;
    padding: 15px 0;
    margin: 0;
}
.keyword-box > p {
    text-align: center;
    margin-bottom: 28px;
}
p.key-hd-b:before {
    left: 0;
}


p.key-hd-b:after {
    right: 0;
}

p.key-hd-b:before, p.key-hd-b:after {
    position: absolute;
    content: '';
    width: 35%;
    height: 1px;
    background: #000;
    top: 11px;
    display: block;
}
#keys-viewer a{background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;}
.blog-detail-group a:hover{color: #999}    
@media(min-width: 768px) and(max-width: 992px){
     .certificate-block{justify-content: center;}
    .certificate-block li {
    text-align: center;
    margin: 15px;
    width: 25%;
}
.cerImg{width: 160px}
}



    @media(max-width:767px){
        
        .about-author-text{width:100%;}


    }
/******RESPONSIVE-CSS******/
@media (max-width: 767px) {
 .blog-btm-l {text-align: center;margin-bottom: 10px;}
.blog-btm-r {text-align: center;}
.blog-cmnts-wrap .vmore-cta {text-align: center; margin-bottom: 20px;}
.blog-cmnts-wrap h4{text-align: center; margin-bottom: 16px;}
.cmnt-img {text-align: center;  width: 100%;  margin-bottom: 10px;}
.cmnt-text{text-align: center; width: 100%;}
.cmnt-text p{text-align: center; font-size: 13px;}
.cmnt-form{margin-top: 10px;padding: 30px 30px;}
.cmnt-form form input, .cmnt-form form textarea {
    border-radius: 0;
    padding: 20px 12px;
    font-size: 14px;
}
.cmnt-form form textarea {
    padding-top: 10px !important;
}
.blog-search-box input{width: 82%;}
.blog-aside-content .blog-date { font-size: 14px;  margin-bottom: 6px;  margin-top: 0;}
.blog-aside-content p {margin-bottom: 0; font-size: 12px;}

.certificate-block li{    width: 47%;
   margin: 0 0 25px;}
  #common .blog-img img {
    height: auto;
    width: 100%; 
}
.cerImg {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    
}
.cerImg img {
    width: 75%;
}
.certificate-block li p {
    width: 100%;
    margin: 0 auto;
}
.something-specific p.key-hd-b:before, p.key-hd-b:after{display: none;}
}



@media (max-width: 575px) {
.pagination-wrap .show-result {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.blog-btm-l{margin-bottom: 5px;}
.blog-btm-l,.blog-btm-r{text-align:center;}
div#sidebar.blog-aside{margin-top: 30px;}
.blog-aside-content{margin-top: 10px;}
.blog-aside-post ul li .row > div, .blog-aside-post ul li .row > div{padding-right: 15px;}
/*14 july 2020*/
.blog-date {
    grid-area: auto;
}
.blog-content h4{font-size: 18px;}
.blog-content p{font-size: 14px;}
ul.pagination li a {
    font-size: 12px;
}
.blog-aside-content p a {
    padding-left: 0 !important;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
    margin-top: 14px;
}
.blog-btm-r p {
    display: inline-block;
    margin: 0px 0 0px;
    text-align: center;
}
.blog-btm-r i {
 
    margin: 7px;
}
.blog-detail-group .blog-content h4 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blog-detail-group .blog-content p {
    text-align: justify !important;
}

/*27 April 2021*/

.blog-aside-content p a {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 18px;
}

#sidebar > div:last-child {
    margin-bottom: 0px;
}
.something-specific p.key-hd-b:before, p.key-hd-b:after{display: none;}
}


.blog-detail-group tr td {
    border: 1px solid #ddd;
    padding: 8px;
    width: 50%;
    font-size: 15px; color: #616161;

}
.blog-detail-group tr td b, .blog-detail-group tr td strong {
    font-weight: 500;
    color: #000;
}

.blog-detail-group table {
    width: 100%;
    margin: 30px 0;
}

@media (max-width:767px){
    .blog-detail-group tr td{
        width: auto;
    }
}

.blog-aside .search{position: relative;margin-bottom: 15px;width: 100%;display: flex;}
.search .search-input{
     border: 1px solid #CBE5FF;
    box-shadow: 0 .4rem 1.1rem #F3F3F3;
    width: auto;
    padding: 7px 8px;
    color: #2D2D2D;
    background-color: #fff;
    position: relative;
    flex: 1;
    margin-right: 6px;
  }

.search .search-input:focus{
    border: 1px solid #CBE5FF !important;
    box-shadow: 0 .4rem 1.1rem #F3F3F3 !important;
}


.search .search-submit{
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 7px 11px;
    white-space: nowrap;
}


@media only screen and (min-width: 767px) and (max-width: 1200px) {
   .search .search-submit {
      width: auto;
      color: #fff;
      padding: 7px 8px;
   }

   .search .search-input {
      width: auto;
   }
}


@media only screen and (max-width: 575px) {
   .search .search-input {
      width: 100%;
      position: relative;
   }
}


html{
    overflow-y: scroll;
}