/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
ol ol, ol ul, ul ol, ul ul {
    padding-left: 30px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    color: #252a37;
    line-height: 1.25;
    margin: 0 0 15px;
    font-weight: 500;
}
*:focus {
    outline: 0;
}
img{
  max-width:100%;
    height: auto;  
}
html {
    word-wrap: break-word;
    overflow-x: hidden;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    width: 100%;
    text-align: left;
    padding:6px 11px 6px 0px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #eee;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin-top: 5px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-caption {
  display: block;
}

.comment-wrap ul{
    padding-left: 2em;
    margin: 0;
    list-style-type: none;
}
.comment.byuser> .article{
    background-color: #fafafa;
}
a.comment-reply-link {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    color: #f3525a;
    border: 0;
    outline: 0;
}
@media (max-width: 992px) {
  .comment-wrap ul {
    padding-left: 0em;
  }
  .checkerbody .blog-grids{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
.blog-page.xld-unit-test .row{
  display:block;
}

}
.comments .comments ol{
  padding:0px;
}
.submit-btn-comment .submit{
    width: 100%;
    background-color: #F9B522 !important;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    outline: 0;
    margin-top:30px;
    font-weight: 600;   
}
.comments .comment-form textarea,.comments .comment-form input
{
    background: #F8F8FA;
    border: none;
    outline: none;
    border-radius: 0;  
    padding-left: 15px;
}
.comments .comment-form input{
  height: 40px;
}
.comments .comment-form input.submit {
    height: 45px;
}
.comments .comment-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.tag-label{
    font-family: "Roboto", Sans-serif;
    font-weight: 600;  
}
.entry-header-page .entry-title{
    color: #051829;
    font-size: 26px;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;  
    display: none;
}
.wp-block-cover.has-background-dim{
  color:white;
}

/*Widgets*/
.blog-sidebar ul.children, .blog-sidebar ul.sub-menu {
    padding-left: 15px !important;
}
.blog-sidebar ul{
  padding:0;
  list-style-type:none;
}
.blog-sidebar #search-form div{
  position: relative;
}
.blog-sidebar .widget_search input{
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}
.blog-sidebar .widget_search button{
    background-color: #f3525a;
    width: 50px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
.blog-sidebar .widget_search i{
    line-height: inherit;
    font-size: 17px;  
}
.widget_recent_entries  li + li {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #e8e8e8;
}
.widget_recent_entries li a {
    line-height: 1.4em;
    margin: 0 0 0.3em; 
    color: black;
}

.widget_recent_entries .post-date {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #bebfc0;
    display:block;
}

.widget_recent_comments  li + li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
}

.widget_recent_comments a {
    color: #3f4e65;
}
.widget_recent_comments .comment-author-link {
    color: #3f4e65;
}

.widget_categories li,.widget_archive li{
    display: block;
    color: #86909e;
    padding: 4px 0;
    position: relative;
}

.widget_categories span,.widget_archive span {
    position: absolute;
    right: 0;
}
.widget_categories a,.widget_archive a{
    color: #000;  
}

 .widget_pages li,.widget_meta li,.widget_nav_menu li {
    display: block;
    padding: 4px 0;
    position: relative;
}

.widget_pages li a,.widget_meta li a,.widget_nav_menu li a{
  color: #000;
}
#wp-calendar {
width:100%;
font-size:12px;
font-weight:300;
border-collapse:separate;
border-spacing:8px;
margin-left:-2px;
}

#wp-calendar
caption {
display:none;
}

#wp-calendar tbody
td {
margin-bottom:10px;
text-align:center;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
border:1px solid #f4f4f4;
padding:6px;
}

#wp-calendar tbody td:hover {
border-color:#f3525a;
}

#wp-calendar tbody
td.pad {
border:0;
}

#wp-calendar tbody
td#today {
color:#f3525a;
border-color:#f3525a;
}

#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
color:#888;
font-size:12px;
font-weight:400;
position:relative;
text-transform:uppercase;
bottom:-9px;
margin-bottom:1px;
}

#wp-calendar tfoot
td#prev {
text-align:left;
}

#wp-calendar tfoot
td#next {
text-align:right;
}

#wp-calendar thead
th {
font-size:13px;
font-weight:400;
color:#888;
text-align:center;
padding-bottom:10px;
}

.widget_tag_cloud .tagcloud a {
    background: #eee;
    color: black;
    padding: 2px 7px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
}

.widget_tag_cloud .tagcloud a:hover {
  background-color: #ddd;
  color: #000;
}

.widget_rss li .rsswidget{
    margin: 0px 0px 6px 0px;
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    color: #000000;
}
.widget_rss li .rsswidget:hover{
    color: #F9B522;
}
.widget_rss .rss-date{
    font-size: 13px;
    color: #bebfc0;
    display: block;
}
.widget_rss .rssSummary {
    padding: 10px 0px;
}

.widget_rss cite {
    font-size: 13px;
}

.widget_rss  li + li {
    padding-top: 9px;
    border-top: 1px solid #e8e8e8;
    margin-top: 9px;
}

/*Post navigation*/
.navigation.post-navigation{
  margin-top: 25px;
}
.navigation.post-navigation .nav-links,.navigation.posts-navigation .nav-links,.navigation.comment-navigation .nav-links{
    overflow: hidden;
    margin-bottom: 35px;
}
.navigation.posts-navigation .nav-links{
    margin-top: 35px;
}
.navigation.post-navigation .nav-previous,.navigation.posts-navigation .nav-previous,.navigation.comment-navigation .nav-previous {
    width: 50%;
    float: left;
}

.navigation.post-navigation a,.navigation.posts-navigation a,.navigation.comment-navigation a{
    padding: 10px 30px;
    display: inline-block;
    border-radius: 0px;
    border: 1px solid  #f3525a;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s ease;
font-weight: 700;
    font-size: 14px;
    color: #f3525a;    
}
.blog-single-section .comment-respond form input.submit{
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 600;  
        padding: 10px 30px;
}

.navigation.post-navigation .nav-next,.navigation.posts-navigation .nav-next,.navigation.comment-navigation .nav-next {
    width: 50%;
    float: left;
    text-align: right;
}

/*404*/
.error-404.not-found{
    max-width: 380px;
    text-align: center;
    margin: 0em auto 5em;
}
.error-404.not-found.not-search{
    max-width: 100%;
    text-align: left;
    margin: 5em auto;
}
.error-404.not-found h1{
    margin-bottom: 35px;
        font-size: 32px;
        line-height: 1.2;
}

.no-results.not-found{
      margin-top: -40px;
}

.no-results.not-found h1{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #051829;
}
.error-404.not-found.not-search {
    margin-top: 41px;
}

.error-404.not-found.not-search header {
    background-color: #ffffff;
    padding: 35px 35px 35px 35px;
    margin-top: 20px;
}
/*Extra*/
.blog-sidebar .widget:first-child h3 { 
    margin-top:0px;
}
.blog-sidebar .widgetsidetit {
    font-family: "Adamina", Sans-serif;
    font-size: 17px;
    color: #000;
    margin:0px;
    font-weight: 600;
    position: relative;
        margin-bottom: 25px;
}
.widgetsidetit{
    font-family: "Adamina", Sans-serif;
    font-size: 20px;
  padding: 0px 0px 0px 50px;
}
.widgetsidetit:before {
    height: 5px;
    width: 5px;
    left: 25px;
    position: absolute;
    border-radius: 50px;
    background-color: #f3525a;
    content: '';
    top: 10px;
}
.widgetsidetit:after {
    top: 10px;
    left: 0;
    content: '';
    height: 5px;
    width: 20px;
    position: absolute;
    border-radius: 50px;
    background-color: #f3525a;
}

.blog-sidebar .widget{
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 35px 35px 35px 35px;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px; 
}
.singlegrid {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EDEDED;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 40px 40px 40px 40px;
}

.blog-single-section .blog-sidebar .widget{
border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EDEDED;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 35px 35px 35px 35px;
}

@media screen and (max-width: 782px){
.blog-single-section .col-md-4{
  margin-top:40px;
} 

}

.blog-single-section .entry-body{
  overflow: hidden;
}

.blog-grids .sticky h3:before {
    font-family: dashicons;
    content: "\f109";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}
ul.sub-menu{
    margin: 0px;
    padding: 0px;
    list-style-type: none;  
}

.postpass-form input{
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px 0px;  
}

.blog-style-one .text-box h3 a {
    color: #051829;
}
.meta-info .single-author,.meta-info .single-date,.meta-info .post-cat {
    margin-right: 5px;
    font-size: 13px;
}
.meta-info i {
    font-size: 14px;
    vertical-align: bottom;
    line-height: inherit;
    color: #f3525a;
}

.leffect-1 a{
     color: #212529; 
}

/*Comments*/
.blog-single-section .comments h3.comments-heading {
  font-size: 18px;
  margin: 0 0 1em;
  color: #051829;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
}

.blog-single-section .comments > ol {
  padding-left: 0;
}

.blog-single-section .comments ol {
  list-style: none;
}

.blog-single-section .comments ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-section .comments ol > li > ol {
  margin-left: 28px;
  padding: 0;
}

.blog-single-section .comments ol > li > ol > li:last-child {
  margin-bottom: 0 !important;
}

.blog-single-section .comments .article {
  overflow: hidden;
  border: 1px solid #d3d7d9;
  padding: 25px;
  position: relative;
  margin-bottom: 30px;
}

.blog-single-section .comments .article h4 {
  font-size: 15px;
  margin: 0;
  text-transform: capitalize;
}

.blog-single-section .comments .article h4 a {
    color: #051829;
    font-weight: 500;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article h4 {
    font-size: 14px;
  }
}

.blog-single-section .comments .article p {
  margin-bottom: 5px;
}


.blog-single-section .comments .article .replay button {
  background-color: transparent;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #f9b522;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  right: 25px;
  top: 25px;
}

.blog-single-section .comments .article .replay button:hover {
  color: #088a1e;
}

.blog-single-section .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.blog-single-section .comments .article .author-meta > div:last-child {
    font-size: 12px;
    color: #a3aab2;
    padding-top: 6px;
    padding-bottom: 2px;
}

.blog-single-section .comments .article .author-pic {
    width: 62px;
    float: left;
    margin-right: 15px;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.blog-single-section .comments .article .details {
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article .details {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comments .article p {
  color: #4a4a4a;
}

.blog-single-section .comment-respond {
    margin-top: 0px;
    overflow: hidden;
    background: white;
    margin-bottom: 25px;
}

.blog-single-section .comment-respond h4 {
  font-size: 24px;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .comment-respond form {
  position: relative;
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #eee;
    height: 40px;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    font-size: 13px;
}

.blog-single-section .comment-respond form textarea {
  height: 195px;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond form textarea {
    height: 120px;
  }
}

.blog-single-section .comment-respond .submit-btn {
  text-align: center;
  margin: 25px 0 0;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .submit-btn {
    margin: 15px 0 0;
  }
}

.blog-single-section .comment-respond .submit-btn button {
  width: 100%;
  background-color: #f9b522;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .submit-btn button {
    padding: 10px 20px;
  }
}

.blog-single-section .comment-respond .submit-btn button:hover {
  background-color: #088a1e;
}

.blog-details-content table, .blog-details-content th, .blog-details-content td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
th, td {
    padding: 0.4em;
}
.entry-title-meta h3{
    display: none;    
}
.blog-details-content .entry-media{
  margin-bottom: 15px;
}
.tags-links a {
    background: #eee;
    color: black;
    padding: 2px 7px;
    margin-bottom: 5px;
    display: inline-block; 
    font-size: 13px;   
}
.fw-row .link-xpages {
    clear: both;
    padding: 15px 0px;
}

.fw-row table,.fw-row th,.fw-row td{
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);  
}

.tag-pingbacks-2 .entry-body>ol,.tag-sticky-2 .entry-body>ul {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: disc;
    padding-left: 19px;
}
.tag-comments-2 .entry-body>ul{
    margin-bottom: 20px;
    padding-left: 16px;
}
.tag-pingbacks-2 .entry-body>p,.tag-sticky-2 .entry-body>p {
    margin-bottom: 0px;
}
.blog-single-section .meta-info {
    list-style: none;
    overflow: hidden;
    border: 0;
    padding: 0 0 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #e5e5e5;
}

.post-edit-link, .post-edit-link:hover {
    color: black;
    background-color: #eee;
    padding: 2px 10px;
    margin-bottom: 15px;
    display: inline-block;
}
.logged-in-as{
  margin-top: -13px;
  margin-bottom: 10px;
  font-size: 13px;  
}
.postpass-form .post-pass{
    border-radius: 0;
    font-size: 13px;  
}

.logged-in-as a {
    margin-right: 3px;
}
.no-comments{
    margin-top: -10px;
}
.checkerbody.no-sidebar .col-md-3{
  display:none;
}
.wp-block-button__link{
  font-size: 14px;
}
.wp-block-calendar a {
    text-decoration: none;
}

@media (min-width: 992px){
/* .checkerbody .col-md-9 {
      width: 66%;
      padding-right: 30px;
      float: left;
  }

 .checkerbody.no-sidebar .col-md-9 {
      width: 100%;
      padding-right: 0px;
      float: left;
  }

 .checkerbody .col-md-3 {
      width: 34%;
      float: left;
  } */ 
  .wp-block-gallery.alignleft{
    padding-right: 20px;
  }
  .khbtap.dashicons{
    display: none;
  }
}

@media (max-width: 992px){
  .khb-navbox,.search-btn{
    display: none;
  }
  .checkerbody .khb_nav_alignright{
    background: transparent !important;
  }
}

.tag-alignment-2 .tags-links  {
    clear: both;
    padding-top: 30px;
}

/*Headers*/
.checkerbody .khb_nav_row,.checkerbody .site-content{
    max-width: 1200px;
    margin: 0px auto; 
    padding:0px 15px; 
}
.khb_nav_row {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
}
.khb_nav_left {
    margin-right: auto;
}
.khb_nav_normal {
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.khb_nav_right {
    margin-left: auto;
    margin-top: 10px;
}
.khb_nav_grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.khb_nav_alignright{
     justify-content: flex-start;
    width: 100%;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;  
}


.khb-navbox>li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
  position: relative;
}
.khb-navbox>li>a {
    display: block;
    padding:33px 25px 33px;
    color: #000000;
}
.khb-navbox .sub-menu{
    margin-left: 0;
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    margin-top: 30px;
    transition: all 0.3s ease 0s;
    border: 1px solid #eee;
    width: 200px;
}
.khb-navbox li:hover > .sub-menu{
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    z-index: 999;  
      display: block;

    background: #FFFFFF;
    width: 200px;
    background: #FFFFFF;
    padding: 10px 0px;
  
}
.khb-navbox .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
}

.check-header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
} 
.theme-logo {
    margin: 0;
    font-size: 24px;
}
.theme-logo a {
    color: white;
}
.sub-menu li a {
    font-size: 14px;
    text-transform: none;
    line-height: 15px;
    color: #000000;
    display: block;
    padding: 5px 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.khb-navbox > li {
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
}
.img-box .read-more {
    color: black;
    display: block;
}
.blog-details-content .entry-body > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
}

 .khb-mobilenav .sub-menu {
    display: none;
    padding: 5px 0px;
}
.khb-mobilenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.khb-mobilenav a,.khb-mobilenav .sub-menu li a{
    color:black;
    display: block;
    position: relative;  
}

.khb-mobilenav a:hover,.sub-menu li a:hover{
  color: #f3525a;
}
.khb-mobile .menu-close{
    position: absolute;
    top: 15px;
    left: 15px;  
    cursor:pointer;
}
.khb-mobilenav li{

    font-size: 15px;
    font-weight: 600;
    margin: 6px 0px;  
}
.khb-mobilenav li.menu-item-has-children> a:after {
    content: ' +';
    display: inline-block;
    transition: .1s;
    right: 0;
    position: absolute;
}
 .khb-mobilenav > li:not(:last-child) {
    margin-bottom: 9px;
   padding-bottom:9px;
    border-bottom: 1px solid #F1F1F1;
}
.comment-form-author,.comment-form-email{
  margin-bottom: -7px;
}
.comment-form-cookies-consent input{
  height: inherit !important;
}
.comment-form-cookies-consent{
  margin-top: 10px;
}
.checkerbody .entry-footer .edit-link{
    margin-top: 20px;
    display: inline-block;  
}
.checkerbody .wp-block-button.alignleft,.checkerbody .wp-block-cover.has-background-dim.alignleft{
     margin-right: 15px; 
}
.checkerbody .wp-block-search__label{
  margin-bottom: 10px;
}
.checkerbody .wp-block-search__button {
    margin-left: 0;
    background: #eee;
    color: black;
    border: 0;
    border-radius: 0;
    font-size:13px;
}
.checkerbody .wp-block-search .wp-block-search__input{
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}
.checkerbody .wp-block-group.has-background{
  padding:20px;
}
.checkerbody .wp-caption.alignleft{
  margin-right: 15px;
}
.checkerbody .wp-caption.alignright{
  margin-left: 15px;
}

.text-box h3 {
    margin: 10px 0px 10px 0px;
    font-family: "Roboto", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    position:relative;
}
.cat-bg{
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;  
    color: #fff;
    padding: 1px 6px;
    display: inline-block;
    margin-right: 4px;  
    background: #dd3333;
}
.cat-bg:hover{
  color:white;
}
.blog-grids .single-blog-style-one{
  padding-bottom:30px;
}
.blog-grids .single-blog-style-one{
  width:100%;
}
.read-more{
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;  
}

.entry_excerpt {
    text-align: left;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    padding: 18px 0px 20px 0px;
}

.img-box{
  margin-bottom:20px;
}

.wp-block-archives-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}
.wp-block-archives-list li{
  margin-bottom:5px;
}
.wp-block-archives-list li a{
  color:black;
}
.wp-block-archives-list li span{
     font-family: "Open Sans", Sans-serif;
    font-weight: normal; 
}
.wp-calendar-nav a {
    background: #eee;
    color: black;
    padding: 2px 7px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
}
.wp-block-latest-comments a,.wp-block-latest-posts a,.wp-block-rss a{
    font-family: "Roboto", Sans-serif;
    font-weight: 600; 
    color:black;
}
.wp-block-latest-posts,.wp-block-rss{
  padding:0
}
.wp-block-latest-posts li{
margin-bottom:10px;
}
.wp-block-tag-cloud a{
    background: #eee;
    color: black;
    padding: 2px 7px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;  
}

 
.blog-grids .img-box img{
  width:100%;
}

.checkerbody .comments h3.comments-heading {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #051829;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}

.checkerbody .comments > ol {
  padding-left: 0;
}

.checkerbody .comments ol {
  list-style: none;
}

.checkerbody .comments ol > li:last-child {
  margin-bottom: 0;
}

.checkerbody .comments ol > li > ol {
  margin-left: 28px;
  padding: 0;
}

.checkerbody .comments ol > li > ol > li:last-child {
  margin-bottom: 0 !important;
}

.checkerbody .comments .article {
  overflow: hidden;
  border: 1px solid #d3d7d9;
  padding: 25px;
  position: relative;
  margin-bottom: 30px;
}

.checkerbody .comments .article h4 {
  font-size: 15px;
  margin: 0;
  text-transform: capitalize;
}

.checkerbody .comments .article h4 a {
    color: #051829;
    font-weight: 500;
}

@media (max-width: 767px) {
  .checkerbody .comments .article h4 {
    font-size: 14px;
  }
}

.checkerbody .comments .article p {
  margin-bottom: 5px;
}


.checkerbody .comments .article .replay button {
  background-color: transparent;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #f9b522;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  right: 25px;
  top: 25px;
}

.checkerbody .comments .article .replay button:hover {
  color: #088a1e;
}

.checkerbody .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.checkerbody .comments .article .author-meta > div:last-child {
    font-size: 12px;
    color: #a3aab2;
    padding-top: 6px;
    padding-bottom: 2px;
}

.checkerbody .comments .article .author-pic {
    width: 62px;
    float: left;
    margin-right: 15px;
}

@media (max-width: 767px) {
  .checkerbody .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.checkerbody .comments .article .details {
  overflow: hidden;
}

@media (max-width: 767px) {
  .checkerbody .comments .article .details {
    width: 100%;
    float: none;
  }
}

.checkerbody .comments .article p {
  color: #4a4a4a;
}

.checkerbody .comment-respond {
    margin-top: -8px;
    overflow: hidden;
    background: white;
    margin-bottom: 25px;
}

.checkerbody .comment-respond h4 {
  font-size: 24px;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .checkerbody .comment-respond h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .checkerbody .comment-respond h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.checkerbody .comment-respond form {
  position: relative;
  margin-top: -35px;
}

.checkerbody .comment-respond form input,
.checkerbody .comment-respond form textarea {
    background-color: #f7f7f7;
    height: 40px;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    font-size: 13px;
}

.checkerbody .comment-respond form textarea {
  height: 195px;
}

@media (max-width: 767px) {
  .checkerbody .comment-respond form textarea {
    height: 120px;
  }
}

.checkerbody .comment-respond .submit-btn {
  text-align: center;
  margin: 25px 0 0;
}

@media (max-width: 991px) {
  .checkerbody .comment-respond .submit-btn {
    margin: 15px 0 0;
  }
}

.checkerbody .comment-respond .submit-btn button {
  width: 100%;
  background-color: #f9b522;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .checkerbody .comment-respond .submit-btn button {
    padding: 10px 20px;
  }
}

.checkerbody .comment-respond .submit-btn button:hover {
  background-color: #088a1e;
}

.blog-details-content table, .blog-details-content th, .blog-details-content td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
th, td {
    padding: 0.4em;
}
.entry-title-meta h3{
    margin-top: 0px;
    font-weight: 500;
    color: #051829;  
    font-size: 26px;
    font-family: "Adamina", Sans-serif;
    font-weight: 600;   
}
.blog-details-content .entry-media{
  margin-bottom: 15px;
}
.tags-links a {
    background: #eee;
    color: black;
    padding: 2px 7px 5px;
    margin-bottom: 5px;
    display: inline-block; 
    font-size: 13px;   
}
.fw-row .link-xpages {
    clear: both;
    padding: 15px 0px;
}
.link-xpages >span {
    border: 1px solid #f3525a;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-right: 5px;
}
.link-xpages a {
    border: 1px solid #f3525a;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-right: 5px;
}
.fw-row table,.fw-row th,.fw-row td{
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);  
}
.blog-single-section .comments ol {
    padding: 0px;
}

.tag-pingbacks-2 .entry-body>ol,.tag-sticky-2 .entry-body>ul {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: disc;
    padding-left: 19px;
}
.tag-comments-2 .entry-body>ul{
    margin-bottom: 20px;
    padding-left: 16px;
}
.tag-pingbacks-2 .entry-body>p,.tag-sticky-2 .entry-body>p {
    margin-bottom: 0px;
}
.blog-single-section .meta-info {
    list-style: none;
    overflow: hidden;
    border: 0;
    padding: 0 0 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #e5e5e5;
}

.post-edit-link, .post-edit-link:hover {
    color: black;
    background-color: #eee;
    padding: 2px 10px;
    margin-bottom: 15px;
    display: inline-block;
}
.logged-in-as{
  margin-bottom: 20px;
  font-size: 13px;  
}
.postpass-form .post-pass{
    border-radius: 0;
    font-size: 13px;  
}

.logged-in-as a {
    margin-right: 3px;
    font-size: 12px;
    color: #f3525a;    
}
.no-comments{
    margin-top: -10px;
}
.checkerbody.no-sidebar .col-md-3{
  display:none;
}
.wp-block-button__link{
  font-size: 14px;
}
.wp-block-calendar a {
    text-decoration: none;
}

.comments .comment-form{
    padding: 50px;
    padding-bottom: 30px;
    background-color: #eaeaea;  
}
.comments #comment{
    width: 100%;
    border: none;
    padding: 20px;
    margin-bottom: -8px;
    background-color: #f7f7f7;  
    border-radius: 0;
}
.comments .icon-bg {
    position: absolute;
    right: 20px;
    color: #f3525a;   
}
.comments .comment-form-comment .icon-bg {
    top: 15px;   
}

.comments .comment-form-author .icon-bg,.comments .comment-form-email .icon-bg,.comments .comment-form-url .icon-bg {
    top: 35px;   
}

.comments .comment-form-comment,.comments .comment-form-author,.comment-form-email,.comments .comment-form-url{
    position: relative;
}
.comment-form-cookies-consent label{
  display: inline;
}
.comments .form-control{
    width: 100%;
    border: none;
    height: 60px;
    padding: 25px;
    margin-bottom: 0px;
    background-color: #f7f7f7;
    border-radius: 0;  
}
.comments .form-control:focus,.comments .form-control-textarea:focus {
    border: 1px solid #3763ec;
}

.comments #submit {
    border: none;
    font-weight: 700;
    background-color: #ffffff;
    border: 1px solid #f3525a;
    cursor: pointer;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 30px;   
    transition: all .3s ease;
}
.comments #submit:hover{
    background-color: #f3525a;
    color: white; 
}

.comments .comment-reply-title{

    padding-bottom: 35px;
    margin-top: 14px;
    margin-bottom: 22px;
    font-size: 18px;
    color: #051829;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;    
} 

.checkerbody .blog-img-text{
  position:relative;
}
.checkerbody .blog-date {
    right:0;
    top: 0px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 1;
    font-size: 14px;
    padding-top: 12px;
    background-color: #f3525a;
    z-index: 1;
}
.checkerbody .blog-img img{
  width:100%;
  height: auto;
  max-width: 100%;  
}
.checkerbody .blog-date strong {
    font-size: 40px;
    display: block;
}

.checkerbody .blog-page .blog-text {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 25px 25px 25px;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.checkerbody .blog-page .has-post-thumbnail .blog-text {
    width: 100%;    
}

.checkerbody .blog-grids{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;    

}
@media (min-width: 992px){
    .checkerbody .single-blog-style-one {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;      
    }   
.checkerbody .col-md-12 .single-blog-style-one {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.single-post .blog-details-content .post-cat i{
  padding-right: 5px;
}
.single-post .blog-details-content .cat-links:not(:last-child):before {
    content: " ";
    position: absolute;
    background: #aaa;
    display: inline-block;
    width: 1px;
    height: 11px;
    bottom: 2px;
    right: 8px;
}
.single-post .blog-details-content .cat-links{
  position:relative;
}
.single-post .blog-details-content .cat-links:not(:last-child){
    padding-right: 17px;
}
}
.leffect-1 .dashicons{
     line-height: 24px !important;
}
.single-post .leffect-1 .dashicons{
     line-height: 18px !important;
}
.blog-style-one .blog-tag a {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    color: #aaa;
}
a:hover{
 text-decoration:none;
}

.blog-style-one .blog-img-text .blog-title h2 {
    font-size: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
  font-family: "Adamina";
  color: #242527;
  margin-top: 9px;
}
.blog-style-one .blog-img-text .blog-title a {
  color: #242527;
}

body.checkerbody{
  background-color: #EDEDED;
}
body.single,body.page{
  background: white;
}
.page.checkerbody .fw-row {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EDEDED;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 40px 40px 40px 40px;
}

.blog-style-one .blog-img-text .blog-meta {
    margin-top: 15px;
}
.blog-style-one .post-meta-author {
    margin-right: 20px;
}
.blog-style-one .blog-img-text .blog-meta a {
    font-size: 14px;
    font-weight: 700;
    margin-right: 0px;
    color: #74787D;
    font-family: "Roboto";
}

.blog-style-one .blog-img-text .blog-meta i {
    color: #f3525a;
}

.breadcrumb_title{
    color: #fff;
    font-size: 40px;
    padding-bottom: 0px;  
    margin: 0;
}
.breadcrumb_title .niotitle{
    display: inline-block;
    padding-right: 15px; 
}
.checkerbody .blog-date{
  display:none;
}
.checkerbody .has-post-thumbnail .blog-date{
  display:block;
}
.breadcrumb_section.unit-bread {
    padding: 208px 0px 173px 0px;
    position: relative;
    background-image: url(bbg.jpg);
    background-size: cover;
    margin-bottom: 100px;
}
.breadcrumb_section.unit-bread .background-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.breadcrumb_section.unit-bread .background-overlay {
    background-color: rgba(0, 9, 25, .8);
}

.checkerbody .blog-page .background-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.checkerbody .check-header {
    background-color: #152440;
    height: 86px;
    display: flex;
    align-items: center;    
}
.checkerbody .khb-navbox{
    margin: 0px;
    padding: 0px;
}
.checkerbody .khb_nav_alignright {
    background: white;
    margin-left: 40px;
}
.checkerbody .khb-navbox>li>a {
    display: block;
    position: relative;
    border-right: 1px solid #d9e6ff;
    text-transform: uppercase;
}
.checkerbody .khb-navbox li a:hover {
    background-color: #f4f8ff;
}
.checkerbody .khb-navbox>li>a:after {
    height: 0px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-color: #f3525a;
}
.checkerbody .khb-navbox>li>a:hover:after{
  height:3px;
}
.checkerbody .breadcrumb_list{
    position: relative;
    color: white;  
}

.checkerbody .blog-grids .sticky .entry_title:before {
    font-family: dashicons;
    content: "\f109";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}
.checkerbody .entry-content img{
  max-width:100%;
}

.checkerbody .toggle-overlay.search-btn{
    position: absolute;
    right: -70px;
    color: white;  
}
.checkerbody .search-body {
    top: 70px;
    opacity: 0;
    width: 300px;
    right: 55px;
    height: auto;
    z-index: 999;
    padding: 10px;
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, .1);
}
.checkerbody .search-open {
    opacity: 1;
    visibility: visible;
}
.checkerbody .search-body .search-form {
    width: 100%;
    height: auto;
    position: relative;
}

.checkerbody .search-body .search-form .search-input {
    width: 100%;
    height: 50px;
    color: #000;
    padding: 0px 20px;
    border: 1px solid #eee;
    background-color: #f7f7f7;
}
.checkerbody .search-body .search-form .search-close {
    top: 1px;
    right: 1px;
    z-index: 1;
    width: 50px;
    color: #fff;
    height: 48px;
    border: none;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    position: absolute;
    background-color: #f3525a;
    line-height: inherit;
    border: 1px solid #eee;  
}
.blog-sidebar img{
  height: inherit;
}

.wp-block-media-text .wp-block-media-text__content .has-large-font-size{
    font-family: "Adamina", Sans-serif;
    font-size: 22px;
    color: #000;
    margin: 0px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}
.postid-1780.checkerbody .wp-block-button a:hover{
  color:white;
}
.postid-1780.checkerbody .wp-block-button a{
  margin-bottom: 15px;
}
.post-nav-links .post-page-numbers.current{
    border: 1px solid #f3525a;
    font-family: "Roboto", Sans-serif;
    display: inline-block;
    padding: 0px 7px;
    font-size: 13px;
    color:black;
}
.post-nav-links .post-page-numbers{
    border: 1px solid #f3525a;
    font-family: "Roboto", Sans-serif;
    display: inline-block;
    padding: 0px 7px;
    font-size: 13px;
    color: #f3525a;  
}

.post-1178 h1,.post-1178 h2,.post-1178 h3,.post-1178 h4,.post-1178 h5,.post-1178 h6{
font-family: "Adamina", Sans-serif; color: #000; 
  font-weight: 600;
}
#cancel-comment-reply-link{
    font-size: 12px;
    color: #f3525a;
    padding-left: 10px;  
}

.checkerbody .blog-single-section .children,.checkerbody .blog-sidebar .children{
     font-size: 13px; 
}
.checkerbody .blog-sidebar .widget_text img{
    margin: 10px 0px;
}

.checkerbody .widget_nav_menu .sub-menu li a{
  font-size: 13px; 
  font-weight: inherit;
  text-transform: none;  
      padding: 5px 0px;
}
.checkerbody .widget_nav_menu .sub-menu li{
  padding: 0;  
}

.logged-in.checkerbody .comment-respond .form-submit {
    margin-top: 20px;
}

.page-id-1725.checkerbody ol  {
    margin: 0;
    padding-left: 17px;
}

.post-1134 h1, .post-1134 h2, .post-1134 h3, .post-1134 h4, .post-1134 h5, .post-1134 h6 {
    font-family: "Adamina", Sans-serif;
    color: #000;
    font-weight: 600;
    
}
.post-1134 table{
   margin: 20px 0px;
   width: 100%;
}

.post-1134 h2{
   font-size: 23px;
}

.post-1725.checkerbody h2{
    font-family: "Adamina", Sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 19px;
}

.postid-1176.checkerbody h3{
    font-family: "Adamina", Sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 19px;
}
.postid-1011 .entry-media img{
  width:100%;
}
.home.blog .blog-tag i,.archive .blog-tag i,.search .blog-tag i {
  display:none;
}

.home.blog .breadcrumb_title{
    font-size: 60px;
    padding-bottom: 0px;
    margin: 0;
    font-family: "Adamina";
}
.ae_data .comment-reply-title {
    font-size: 18px;
    margin: 0px;
    color: #051829;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    margin-top: -30px;
}

.widget_nav_menu .menu>li>a,.widget_pages>ul>li>a{
     font-family: "Adamina", Sans-serif;
    font-weight: 600;
    font-size: 13px; 
}

.nio-tag{
    color: #828282;
}

/*Spinner*/
.spinwrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 444;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background: white;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #f3525a;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.khbtap{
    position: absolute;
    right: 20px;
    color: white;
    cursor: pointer;
    top: 20px;
}

.khb-mobile {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 320px;
    width: 100%;
    z-index: 100;
    padding: 40px;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.click-capture {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 98;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #f3525a;
}
.menu-is-opened .click-capture {
    visibility: visible;
    transform: translateX(0);
}

.menu-is-opened .khb-mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.khb-mobile .sub-menu li a{
    font-weight: 400;
    text-transform: inherit;
}
.search-no-results .masonry-container{
    height: inherit !important;
}

.page-id-1134 blockquote {
    margin: 0 0 1rem;
    background-color: #f4f7fc;
    font-size: 20px;
    color: #333;
    position: relative;
    padding: 30px 30px 30px 25px;
    margin: 40px 0;
}

.error-404.not-found.not-search form{
  position: relative;
}

.error-404.not-found.not-search .form-control{
     height: 40px;
    border: 1px solid #e5e5e5;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px; 
}

.error-404.not-found.not-search button{
    background-color: #f3525a;
    width: 50px;
    height: 40px;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}

.blog-text .post-cat .cat-links:not(:last-child):before{
    content: " ";
    position: absolute;
    background: #f2525a;
    display: inline-block;
    width: 1px;
    height: 11px;
    bottom: 3px;
    right: 8px;
}
.blog-text .post-cat .cat-links{
  position:relative;
  padding-right: 18px;
} 
.nav-links .previous-post,.nav-links .next-post{
  display:none;
}

/*.xld-unit-test .entry_title a:hover,.xld-unit-test .leffect-1 a:hover,.xld-unit-test .blog-sidebar a:hover{
  color: #f3525a;
}*/
.navigation.post-navigation a:hover, .navigation.posts-navigation a:hover, .navigation.comment-navigation a:hover{
  background: #f3525a;
  color:white;
}
.postid-1148 blockquote{
background-color: #f4f7fc;
    font-size: 20px;
    color: #333;
    position: relative;
    padding: 30px 30px 30px 25px;
    margin: 20px 0;  
}
.postid-1148 .comments table{
    margin: 20px 0px;  
}
.xld-unit-test table a{
  color: #f3525a;
}

.post-1134 table tbody tr:first-child{
    background: #f3525a;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
}
.post-1134 table tbody th,.post-1134 table tbody td{
    padding: 3px 7px;
}
.post-1134 table tbody td a{
  color: #f3525a;
}
.post-1134 table tbody th,.post-1134 table tbody td,.post-1148 table tbody th,.post-1148 table tbody td{
    padding: 8px 14px;
}
.post-1134 table tbody td a,.post-1148 table tbody td a{
  color: #f3525a;
  font-weight: 500;
}

.postid-1 .navigation.post-navigation {
    margin-top: 5px;
}

#div-comment-7 ul{
    list-style: circle;
    padding-left: revert;
}
#div-comment-7 ul ul{
    list-style-type: initial;
}
#div-comment-7 ol{
    list-style: decimal;
    padding-left: 30px;
}
#div-comment-7 ol > li > ol {
    margin-left: 0;
}

#div-comment-7 h2{
  margin-top:7px;
  margin-bottom:10px;
}
#div-comment-7 dl{
  margin-bottom:0px;
}
a.wp-block-button__link:hover{
  color:white !important;
}
.is-style-outline .wp-block-button__link:hover{
   border: 2px solid #000;
   color: #000 !important;  
} 
.page-id-1133 .wp-image-904{
  margin-top: 30px;
}
.postid-1177 .wp-image-827{
      margin-top: 10px;
}
.comments.nio-comment-wrap{
  clear: both;
}
.wp-block-calendar .wp-calendar-nav{
  margin-top:15px
} 

.navigation.post-navigation {
    margin-top: 60px;
    padding-top: 35px;
    border-top: 1px solid #eee;
}
.tags-links{
    margin-top: 36px;
}
#crumbs:before {
    left: 0;
    top: 12px;
    content: '';
    height: 2px;
    width: 60px;
    position: absolute;
    background-color: #f3525a;
}

#crumbs{
   position:relative;
   padding-left: 80px;
   margin-top: 15px;
}
#crumbs a{
  color:white;
}
.admin-bar .khb-mobile {
    top: 46px;
}

.page-id-501 .link-xpages{
  padding-top:36px;
}
.page-id-501 .link-xpages>.post-page-numbers:first-child{
  margin-left:10px
}
.page-id-501 .link-xpages a:hover{
  background:#f3525a;
  color:white;
}
.page-id-501 .link-xpages .current{
  background:#f3525a;
  color:white;
}

.niobis-related .postitem_text {
    padding: 35px 25px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, .06);
    box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, .06);
}
.niobis-related .blog-meta {
    font-size: 14px;
    color: #f3525a;
}
.niobis-related h3 {
    padding: 15px 0px 15px;
    margin: 0;
    font-family: "Adamina";
}
.niobis-related h3 {
    margin: 0;
    font-family: "Adamina";
    color: #000b22;
    font-size: 28px;
    padding-bottom: 40px;
}
.niobis-share-tag {
    width: 100%;
    margin-bottom: 45px;
    display: inline-block;
    border-bottom: 1px solid #e1e6ff;
    margin-top: 20px;
    padding-bottom: 40px;
}

.niobis-share-tag h3 {
    color: #000b22;
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0;
    font-family: "Adamina";
}

.blog-details-content blockquote {
    z-index: 1;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-family: "Adamina";
    border-radius: 10px;
    padding: 50px 85px 60px;
    margin: 40px 0px;
    background-color: #f3f5ff;
}
.blog-details-content blockquote:after {
    top: 0;
    right: 50px;
    z-index: -1;
    color: #e4e9ff;
    content: '\f10e';
    font-weight: 900;
    position: absolute;
    font-size: 200px;
    font-family: 'Font Awesome 5 Free';
}
.blog-details-content blockquote span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #f3525a;
    font-family: "Roboto";
}
.blog-details-content .aside_img {
    margin-right: 35px;
    padding-bottom: 10px;
}
.next_prev_post.niobis-navigation {
    margin: 0;
    border: none;
    padding: 0 0 35px 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #e1e6ff;
    clear: both;
}
.nio-prev-lbl {
    font-weight: 700;
    color: #F3525A;
}
.default-footer-section {
    background-color: #152440;
    padding: 115px 0px;
}
.home_slide1 .emergency_call {
    right: 100px;
    bottom: 30%;
    position: absolute;
}
.home_slide1 .emergency_call i {
    height: 60px;
    width: 60px;
    color: #3763ec;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    -webkit-box-shadow: 0px 16px 26px 0px rgba(55, 99, 236, .4);
    box-shadow: 0px 16px 26px 0px rgba(55, 99, 236, .4);
}
.home_slide1 .emergency_call span {
    color: #d2deff;
    font-size: 30px;
}
.about_section_2 .feature_box li i {
    display: block;
    font-size: 50px;
    color: #3763ec;
}
.about_section_2 .feature_box li:hover i, .about_section_2 .feature_box li:hover .fea-text {
    color: #fff;
}