/*=======  Latest News  =======*/
p
{
    font-family: poppins,sans-serif !important;
}
.latest-news-box {
  box-shadow: none;
}
.latest-news-box .post-content {
  padding: 25px 0px;
  background-color: #fff;
}
.latest-news-box .post-content .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news-box .post-content .title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .latest-news-box .post-content .title {
    font-size: 20px;
  }
}
.latest-news-box .post-content .title a {
  color: #232323;
}
.latest-news-box .post-content .post-meta {
  margin-bottom: 10px;
}
.latest-news-box .post-content .post-meta li {
  display: inline-block;
}
.latest-news-box .post-content .post-meta a {
  font-size: 14px;
  font-weight: 600;
}
.latest-news-box .post-content .read-more-btn {
    margin-top: 25px;
    /* color: #232323; */
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.latest-news-box .post-content .read-more-btn i {
    margin-left: 4px;
    font-size: em;
    border: 1px solid #000;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* margin: 0; */
}
.latest-news-box .post-content .read-more-btn:hover {
  color: #181818 !Important;
}
.latest-news-box .post-content .read-more-btn:hover i
{
    transform: translateX(2px);
    transition: 0.5s ease-in-out;
}
.latest-news-box-two .post-meta {
  margin-bottom: 10px;
}
.latest-news-box-two .post-meta li {
  display: inline-block;
}
.latest-news-box-two .post-meta a {
  font-size: 14px;
  font-weight: 700;
}
.latest-news-box-two .title {
  font-size: 24px;
  padding-bottom: 25px;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news-box-two .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .latest-news-box-two .title {
    font-size: 20px;
  }
}
.latest-news-box-two .title a {
  color: #232323;
}
.latest-news-box-two .news-btn {
  font-size: 15px;
  color: #232323;
  background-color: transparent;
  border: 1px solid #0c59db;
  margin-top: 30px;
  padding: 20px 35px;
  line-height: 1;
  border-radius: 5px;
  font-weight: 700;
}
.latest-news-box-two .news-btn i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.latest-news-box-two .news-btn:hover {
  background-color: #0c59db;
  border-color: #0c59db;
  color: #fff;
}

.latest-news-box-three {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.latest-news-box-three img {
  width: 100%;
  transform: scale(1) rotate(0deg);
  transition: all 0.3s ease-out 0s;
}
.latest-news-box-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #002249;
  opacity: 0.4;
  transition: all 0.3s ease-out 0s;
}
.latest-news-box-three .post-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  transition: all 0.3s ease-out 0s;
  max-height: 95px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news-box-three .post-content {
    left: 25px;
    bottom: 30px;
    right: 25px;
  }
}
@media (max-width: 575px) {
  .latest-news-box-three .post-content {
    left: 25px;
    bottom: 30px;
    right: 25px;
  }
}
.latest-news-box-three .post-content .cat {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}
.latest-news-box-three .post-content .title {
  font-size: 24px;
  padding-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news-box-three .post-content .title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .latest-news-box-three .post-content .title {
    font-size: 20px;
  }
}
.latest-news-box-three .post-content .title a {
  color: #fff;
}
.latest-news-box-three .news-link {
  color: #fff;
  font-size: 30px;
  position: absolute;
  line-height: 1;
  bottom: 20px;
  left: 40px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news-box-three .news-link {
    left: 25px;
  }
}
@media (max-width: 575px) {
  .latest-news-box-three .news-link {
    left: 25px;
  }
}
.latest-news-box-three:hover img {
  transform: scale(1.2) rotate(5deg);
}
.latest-news-box-three:hover .post-content {
  bottom: calc( 100% - 130px );
}
.latest-news-box-three:hover::before {
  opacity: 0.9;
  background-color: #0c59db;
}
.latest-news-box-three:hover .news-link {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}

.latest-news-box-four {
  border: 10px solid #e3eeff;
  padding: 40px;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news-box-four {
    padding: 30px;
    border-width: 8px;
  }
}
.latest-news-box-four .meta li {
  display: inline-block;
  font-size: 14px;
  padding-right: 15px;
  padding-bottom: 5px;
  color: #81a3bb;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news-box-four .meta li {
    padding-right: 8px;
  }
}
.latest-news-box-four .meta li i {
  padding-right: 5px;
  color: #0c59db;
}
.latest-news-box-four .title {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.latest-news-box-four .title a {
  color: #232323;
}
.latest-news-box-four p {
  font-size: 14px;
  color: #81a3bb;
}
.latest-news-box-four .news-link {
  color: #81a3bb;
  font-weight: 700;
  transition: all 0.3s ease-out 0s;
  margin-top: 10px;
}
.latest-news-box-four .news-link i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.latest-news-box-four:hover {
  border-color: #0c59db;
}
.latest-news-box-four:hover .news-link {
  color: #0c59db;
}

.latest-news-white-box {
  padding-bottom: 80px;
  padding-top: 50px;
  box-shadow: 0px 16px 32px 0px rgba(228, 228, 228, 0.56);
  background-color: #fff;
  margin-right: 40px;
  margin-left: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .latest-news-white-box {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .latest-news-white-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .latest-news-white-box {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.btArticleShareEtc > div {
    flex: 1 1 50%;
    }
.btArticleShareEtc > div.btReadMoreColumn {
    text-align: right;
    flex: 1 1 50%;
    }
.btArticleShareEtc > div.btReadMoreColumn .bt_bb_button {
    line-height: 1;
    margin-bottom: .25em;
    }
.btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a {
    padding: 0 !important;
    }
.btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a:hover {
    color: #057485;
    }
.btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a:hover .bt_bb_icon_holder {
    transform: translateX(.2em);
    }
.rtl .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a:hover .bt_bb_icon_holder {
    transform: translateX(-.2em);
    }
.btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_button_text {
    line-height: 1;
    }
.btArticleShareEtc > div.btReadMoreColumn .bt_bb_button .bt_bb_icon_holder {
    transition: all 300ms ease;
    margin-top: -2px;
    }
.btArticleShareEtc > div.btReadMoreColumn .bt_bb_button .bt_bb_icon_holder:before {
    content: "\e685";
    font-family: Icon7Stroke;
    font-size: 1.7em;
    font-weight: 800;
    }
.rtl .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button .bt_bb_icon_holder:before {
    content: "\e687";
    }
    /* Share row general */
.btShareColumn .bt_bb_icon .bt_bb_icon_holder:before,
.btShareRow .bt_bb_icon .bt_bb_icon_holder:before {
    box-shadow: 0 0 0 2em #057485 inset;
    }
.btShareColumn .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btShareRow .bt_bb_icon:hover .bt_bb_icon_holder:before {
    color: #057485;
    box-shadow: 0 0 0 1px #057485 inset;
    }
.btShareColumn .btShareText,
.btShareRow .btShareText {
    display: inline-block;
    font-size: .6em;
    line-height: 1.2;
    padding: .8em .5em .5em;
    margin-left: .5em;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    background: #ededed;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    }
.btShareColumn .btShareText:after,
.btShareRow .btShareText:after {
    content: "";
    display: block;
    border: 7px solid #ededed;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    position: absolute;
    left: -.8em;
    bottom: .4em;
    margin: 0 -.5em;
    }
.btShareColumn .btShareText.btLeftAlign,
.btShareRow .btShareText.btLeftAlign {
    margin-right: 1.5em;
    margin-left: 0;
    }
.btShareColumn .btShareText.btLeftAlign:after,
.btShareRow .btShareText.btLeftAlign:after {
    left: auto;
    right: -1em;
    border-left-color: #ededed !important;
    border-right-color: transparent !important;
    }
.btShareColumn .btInnerShare,
.btShareRow .btInnerShare {
    display: inline-block;
    }
.btShareColumn:hover .btShareText,
.btShareRow:hover .btShareText {
    opacity: 1;
    visibility: visible;
    }
    .bt_bb_icon {
    display: inline-block;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding-right: 0.5em;
    max-width: 100%;
}
.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder {
    font-size: 1.02rem;
    width: 1.839em;
    height: 1.839em;
        box-shadow: 0 0 0 2em #002147 inset;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder {
    border-radius: 50%;
    color: #fff !Important;
}
.latest-news-box {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.widget.search-widget {
    border: none;
    padding: 0;
}
.blog-sidebar .widget.search-widget form input
{
        background: #FFF;
    color: inherit;
    border: 1px solid #002147;
        padding: 0 1em;
    background: transparent;
    height: 38px;
    width: 86%;
    display: block;
    font-size: 16px;
}
.blog-sidebar .widget.search-widget form button {
    color: #181818;
    width: 38px;
    height: 38px;
    border: 0;
    float: right;
    /* margin: -38px -38px 0 0; */
    cursor: pointer;
    padding: 0 !important;
    background: transparent !important;
}
.blog-sidebar .widget.search-widget form button i
{
    font-weight: 600;
    font-size: 15px;
}
.blog-sidebar {
    padding-left: 0;
}
.btBox > h4, .btCustomMenu > h4, .btTopBox > h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    font-weight: 600px;
}
.btBox {
    margin-bottom: 2em;
}
.blog-sidebar .widget {
    border: none;
    padding: 0;
}
.newsidebar_blog .news-feed-items .news-feed-item {
    border-bottom: 1px solid rgba(0,0,0,.07) !important;
    padding-bottom: 30px;
    padding: 0.8em;
    padding-left: 80px !important;
    padding-top: 0;
    margin-bottom: 0.8em !important;
        padding-bottom: 0.6em !important;
}
.newsidebar_blog .blog-sidebar .widget .news-feed-items .news-feed-item img {
    top: 0;
}
.newsidebar_blog .blog-sidebar .widget .news-feed-items .news-feed-item .title, .newsidebar_blog .bt_bb_headline_content span, .newsidebar_blog .news-feed-widget .news-feed-items .news-feed-item a {
    font-size: 15px;
    letter-spacing: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    max-height: 3.8em;
    color: #181818;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "DM Serif Display",Arial,Helvetica,sans-serif;
}
.newsidebar_blog .blog-sidebar .widget .news-feed-items .news-feed-item span.bt_bb_headline_superheadline {
    font-size: .8rem;
    margin-bottom: 0.2em;
    font-weight: 500;
    padding: 0;
    color: #181818;
}
.newsidebar_blog .blog-sidebar .widget .news-feed-items .news-feed-item span
{
    padding: 0;
}
.newsidebar_blog .news-feed-widget .news-feed-items .news-feed-item img {
    width: 71px;
    height: 71px;
    object-fit: cover;
}
.older_postsbtn i
{
     margin-left: 4px;
    border: 2px solid #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.older_postsbtn .read-more-btn {
    color: #181818;
    font-size: 18px;
    font-weight: 700;
}
.blog-area.section-gap {
    padding-top: 50px;
    padding-bottom: 60px;
}
.fw-700
{
    font-weight: 700 !Important;
}
.imgwidth_auto
{
    width: auto !Important;
}
.blogdetail_content p
{
    margin-bottom: 20px;
}
.blogdetail_content ul, .blogdetail_content ol
{
    list-style: decimal;
    padding-left: 20px;
    font-family: poppins,sans-serif !important;
}



.btPrevNextNav {
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 2.5em;
}
.btPrevNextNav {
    display: flex;
    flex-wrap: wrap;
}

.btPrevNextNav .btPrevNext {
    display: flex;
    align-items: center;
    float: left;
    color: inherit;
    width: 100%;
    margin: 0;
}
.btPrevNextNav .btPrevNext .btPrevNextItem {
    flex: 1 0 0%;
    min-width: 0%;
}
.btPrevNext.btWithImage {
    min-height: 6em;
}
.btPrevNextNav .btPrevNext.btNext {
    flex-direction: row-reverse;
    text-align: right;
}
.btPrevNext + .btPrevNext.btWithImage {
    min-height: 6em;
}


.btPrevNextNav .btPrevNext .btPrevNextImage {
    flex: 0 0 6em;
    height: 6em;
    background-size: cover;
    background-position: center center;
    margin: 0 1em 0 0;
}
.btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
    margin: 0 0 0 1em;
}
.btPrevNextNav .btPrevNext .btPrevNextItem {
    flex: 1 0 0%;
    min-width: 0%;
}
.btSupertitleWeight_default .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
    font-weight: 500;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
    font-size: .9rem;
    line-height: 1;
    padding-bottom: 0.5em;
    text-transform: capitalize;
    font-family: "Spartan",Arial,Helvetica,sans-serif;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
    font-family: "Spartan",Arial,Helvetica,sans-serif;
}
.btHeadingWeight_normal .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    font-weight: 400;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    font-size: 1.1rem;
    letter-spacing: -1px;
    font-family: "Spartan",Arial,Helvetica,sans-serif;
    transition: color 200ms ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    max-height: 2.6em;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    letter-spacing: -1px;
    font-family: "DM Serif Display",Arial,Helvetica,sans-serif;
}
.btPrevNextNav .btPrevNext .btPrevNextImage {
    flex: 0 0 6em;
    height: 6em;
    background-size: cover;
    background-position: center center;
    margin: 0 1em 0 0;
}
.footer-link-list .list-wrap li a:hover {
    color: #fff;
}
.mt-30.blogdetail_content p
{
    color: #181818 !Important;
}
.blogdetail_content p a
{
    display: inline;
}
.blogdetail_content h2, .blogdetail_content h3, .blogdetail_content h4, .blogdetail_content h5, .blogdetail_content h6
{
    font-weight: 600;
}

.mt-30.blogdetail_content p, .mt-30.blogdetail_content p span, .mt-30.blogdetail_content p span font, .mt-30.blogdetail_content ul li, .mt-30.blogdetail_content ul li span, .mt-30.blogdetail_content ul li span font span, .mt-30.blogdetail_content ul li span font {
    color: #181818 !Important;
    font-family: poppins,sans-serif !important;
    font-size: 15px !important;
    line-height: 25px !important;
}
.mt-30.blogdetail_content h2, .mt-30.blogdetail_content h2 span, .mt-30.blogdetail_content h2 span font, .mt-30.blogdetail_content h3, .mt-30.blogdetail_content h3 span, .mt-30.blogdetail_content h3 span font {
    font-family: 'Poppins' !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 34px !important;
}
.blogdetail_content ul {
    list-style: disc !important;
    margin-bottom: 30px;
}
.blogdetail_content ol {
    margin-bottom: 30px;
}