body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #222;
  font-size: 17px;
   -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

a {
  color: #222;
}
.summary a{
color: #0094b2
}
a:hover {
  color: #000;
  text-decoration: none;
}

.hand{cursor: pointer;}

h1, h2, h3, h4, h5, h6 {
  /*font-family: "Raleway", sans-serif;*/
  font-family: 'Playfair Display', serif;
/*  font-family: 'Montserrat', sans-serif;*/
}

hr{border-top: 1px solid #adadad!important;}

strong{font-weight: 600;}

.border-right {
    border-right: 1px solid #ccc!important;
}

.border-top {
    border-top: 1px solid #ccc!important;
}
.border-left {
    border-left: 1px solid #ccc!important;
}
.border-bottom {
    border-bottom: 1px solid #ccc!important;
}

.img-fluid{border-radius: 3px;}

/*figure {
    margin: 1rem 0 2rem;
}*/

.blue-bg{
  background: rgb(0, 51, 153);
  color: #fff;
}

iframe {
    width: 100%;
    min-height: 450px;
}
video{background: #000;}
.twitter-tweet{padding-left: 10%;}

.border-md-none{border-bottom: 0 !important}

/*.btn-primary{background-color: rgb(0 51 153);border-color: rgb(0 51 153); text-transform: uppercase; font-size: 14px;}*/
.btn-primary{background-color: #fff;
    border-color: #222;
    text-transform: uppercase;
    font-size: 14px;
    color: #222;
    border: 2px solid #222;
    border-radius: 0!important;}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #003399;
    border-color: #003399;
    box-shadow: 0 0 0 0.2rem rgb(223 223 223 / 50%);}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus
{box-shadow: 0 0 0 0.2rem rgb(223 223 223 / 50%);}
.btn-primary, .btn-secondary{border-radius: 3px;}

.btn-square{
  border: 10px solid #fff;
  background: #222;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  margin-top: 20px;
  color: #fff;
}
.btn.btn-square:hover{
  color: #fff;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(183 183 183 / 25%);
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #000;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #ccc;
  color: #fff;
}

button.close {padding: 5px 0;}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 60px;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}

#topbar.topbar-scrolled {
  top: -60px;
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 0;
}

#topbar .contact-info li + li {
  margin-left: 18px;
}

#topbar .contact-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #f6b024;
  padding-right: 4px;
}

#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*background: rgba(0, 0, 0, 0.1);*/
  background: #fff;
  transition: all 0.1s ease-out;
  z-index: 997;
  padding: 10px 0 0;
  top: 0;
  position: fixed;
  width: 100%;
}
#main{
  margin-top: 110px;
}
.acme-news-ticker {
  margin-top: 120px;
}

.slick-slide img {display: inline-block;}

#weatherSmall{cursor: pointer;}
ul.weather-items{height: 50px;overflow: hidden;}
ul.weather-items .temp{font-weight: 600; color: #fff;}

#weatherlist{display: none; position: absolute;top: 100px;
    left: 0;
    background: #fefefe;
    padding: 10px;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    width: 100%;}
#weatherlist ul{list-style: none; padding: 0; margin: 0; column-count: 5;}
#weatherlist ul li{padding:5px 10px; border-radius: 5px}
#weatherlist ul li:hover{background: rgba(0,0,0,0.1);}
.closeWeather{position: absolute; top: 5px; right: 10px; font-size: 20px; cursor: pointer;}

/*#header.header-scrolled {
  top: 0;
  background: rgba(5, 87, 158, 0.9);
}*/

#header .logo {
  font-size: 72px;
  transition: 0.5s;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  /*font-family: 'Cinzel', serif;*/
  font-family: 'Playfair Display', serif;
}

/*#header.header-scrolled .logo{
  font-size: 38px;
}*/

#header .logo a img{
  height: 72px;
  width: 400px;
  transition: 0.5s;
}
#header.header-scrolled .logo img{
  height: 60px;
  width: 333px;
}

.todayDate{/*font-family: 'Cinzel', serif;*/text-transform: uppercase; color: #222;transition: 0.5s;}
#header.header-scrolled .todayDate{font-size: 0;}

#header .logo a {
  color: #222;
}

/*#header .logo img {
  height: 100px;
}*/


.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  /*position: relative;*/
  white-space: nowrap;
  padding: 0;
}
.nav-menu > ul > li.active {
/*  border-bottom: 1px solid #222;*/
  border-bottom: 2px solid #009db4;
}

.nav-menu a, .nav-menu span {
  display: block;
  position: relative;
/*  color: #adadad;*/
  color: #222;
  transition: 0.3s;
  font-size: 14px;
  padding: 10px 12px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

/*.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #adadad;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}*/

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #222;
}

.nav-menu .drop-down .submenu {
  display: block;
  /*width: 100%;*/
  width: 210px;
  position: absolute;
  /*left: 14px;*/
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  /*background: #fbfbfb!important;*/
  background: #fff;
  /*border: 10px solid #fff;*/
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > .submenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down:hover > .submenu .submenulist li:hover {
  background:#f1f1f4;
}

.nav-menu .drop-down .featured li {
  display: inline-block;
}
/*
.nav-menu .drop-down .submenu li {
  min-width: 180px;
  position: relative;
}*/

.nav-menu .drop-down .submenu a {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
}

.nav-menu .drop-down .featured a {
  font-family: 'Playfair Display', serif;
}

.nav-menu .drop-down .submenu a:hover, .nav-menu .drop-down .submenu .active > a, .nav-menu .drop-down .submenu li:hover > a {
  color: #000;
}

/*.nav-menu .drop-down ul li a{text-align: center}*/
.nav-menu .drop-down .submenu img{width: 150px; margin-bottom: 10px;}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.breaking-news{margin-top: 140px;}
.breaking-news, .nav-submenus{font-size: 14px; text-transform: uppercase;}
.breaking-news .bg-alert{background: rgb(0, 51, 153); color: #fff;}
.breaking-items .title{text-transform: uppercase;overflow: hidden;text-overflow: ellipsis;width: 65%;white-space: nowrap;}
.nav-submenus li{padding: 5px 15px;}
.nav-submenus li a{color: #adadad;}
.nav-submenus li.active{
/*  border-bottom: 1px solid #222;*/
  border-bottom: 2px solid #009db4;
}


/* Mobile Navigation */
.mobile-tools{
  /*position: fixed;*/
  /*right: 15px;
  top: 15px;
  z-index: 9998;*/
  border: 0;
  background: none;
  font-size: 20px;
}
.mobile-nav-toggle {
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  float: right;
  z-index: 99999;
  height: 20px;
  margin-top: 15px;
  margin-top: 0;
  padding: 15px;
}

.searchToggle{padding: 5px; display: none;}

/*.mobile-nav-toggle i {
  color: #fff;
}
*/
.mobile-nav {
  position: fixed;
  top: 75px;
  right: -100%;
  bottom: 0;
  /*left: 0;*/
  z-index: 1;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  /*opacity: 0;
  visibility: hidden;*/
  border-radius: 0;
  padding: 10px 0;
  width: 100%;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a, .mobile-nav span {
  display: block;
  position: relative;
  color: #222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: rgb(0 51 153);
  text-decoration: none;
  font-weight: 600;
}

.mobile-nav .active > a:after{content: "";position: absolute;left: 0;width: 50%;
    height: 1px;bottom: 5px;background: #adadad;}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  /*background: rgba(5, 74, 133, 0.6);*/
  background: #fff;
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  /*opacity: 1;
  visibility: visible;*/
  right: 0;
  top: 50px;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.mobile-nav-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.mobile-nav-toggle .icon-bar {
    background: #fff;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.mobile-nav-toggle .icon-bar:nth-child(4) {width: 15px;}

/* closemenu */
.mobile-nav-toggle.closemenu .icon-bar:first-child{transform: rotate(45deg); margin-top: 2px;}
.mobile-nav-toggle.closemenu .icon-bar:nth-child(2){transform: rotate(45deg); margin-top: 2px;}
.mobile-nav-toggle.closemenu .icon-bar:nth-child(3){transform: rotate(-45deg); margin-top: -2px;}
.mobile-nav-toggle.closemenu .icon-bar:nth-child(4){display:none;}
/* closemenu end*/


@media screen and (max-width: 1366px) {

  #header .logo {
    font-size: 55px;
  }
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

@media screen and (max-width: 992px) {
  .breaking-news{margin-top: 90px;}
  #main { margin-top: 30px;}
    .searchToggle{display: inline-block;}
  /*.mobile-tools{position: relative;}*/
  /*#main{margin-top: 80px;}*/
  #header {
    top: 0;
    padding: 15px 0;
    /*background: transparent;*/
  }
  #header .logo {
    font-size: 26px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.modal-body input{width: 75%; border: 2px solid #222;border-radius: 0;vertical-align: top;}

section {
  padding: 30px 0;
  overflow: hidden;
  font-weight: 300;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title h2 {
  font-size: 38px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #222;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

.info{width: calc(100% - 90px);}
/*.info a h3{overflow: hidden;text-overflow: ellipsis;width: 90%;white-space: nowrap;}*/
/*.info a h3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}*/

/*Articles*/

.news-item{/*margin-bottom: 20px;*/display: inline-block; margin-top: 20px;}
#featured-news .news-item.smallitem h2{font-size: 1.4rem;}
.news-item-photo{position: relative;border-radius: 3px; overflow: hidden;margin-top: 5px;margin-bottom: 10px;}
#news-list .news-item .news-item-photo{max-height: 230px;}
#news-list .news-item.first .news-item-photo{max-height: initial!important;}
.news-item:first-child .news-item-photo{margin-top: 10px; max-height: 460px;}

.news-item:first-child .news-item-photo.wide{max-height: 500px;}
.news-item:first-child .news-item-photo.wide img{
  object-fit: cover;
  height: 530px;
  object-position: center; 
}

.news-item-photo img{background: #eee; width: 100%; 
/*margin-bottom: 10px*/
}

.tag{
  position: absolute;
  top: 25px;
  right: 0;
  max-width: 100px;
  background: #003399;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3px 10px 3px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 14px;
}
.tag::before {
  content: "";
  position: absolute;
  left: -26px;
  bottom: 0;
  width: 0;
  height: 0px;
  border-bottom: 32px solid #003399;
  border-left: 26px solid transparent;
}
.tag.gallery img, .tag.video img{
  height: 26px;
  background: transparent;
}
.news-item .tags{position: absolute;
    bottom: 0;
    z-index: 1;
    /*background: rgb(0, 51, 153);*/
    background: rgb(0, 51, 153);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 12px;
  }
.news-item .tags a{color: #fff;}
.news-item h2{margin: 5px 0; font-size: 1.5rem}
.news-item h5{margin: 5px 0; font-size: 1.2rem}
.interview .news-item h2{background: #fff;padding: 5px;margin: -30px 10px 0 10px;position: relative;z-index: 1; font-size: 24px;}
.news-item h3{margin: 10px 0 0;/*font-family: "Open Sans", sans-serif;*/ font-size:16px; text-transform: uppercase; }
.news-item a h3{/*  color: rgb(0 51 153);*/ color: rgb(0, 51, 153); font-size: 14px; font-family: 'Open Sans';}

/*.tertiary-news .news-item p{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;
  -webkit-box-orient: vertical;overflow: hidden;}*/

#featured-news p:not(.featured){text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
#featured-news.full p:not(.featured){text-overflow: visible;display: block; overflow: visible;}
#featured-news p.rows2{-webkit-line-clamp: 2;}
#featured-news p.rows3{-webkit-line-clamp: 3;}
#featured-news p.rows4{-webkit-line-clamp: 4;}
#featured-news .secondary-news .news-item-photo{max-height: 250px;}

.news-item-content button{text-align: center;}
.news-item-content p span{font-family: "Open Sans", sans-serif!important;
    color: #222!important; font-size: 17px!important;}
/*.news-item-content p img{width: 100%; min-width: 130%; margin-left: -15%; margin-right: -15%;}
.news-item-content figure img{width: 100%; min-width: 130%;}*/

/*.news-item-content figure{width: 100%;margin-left: -15%;margin-right: -15%;}*/
.news-item-content figure.image{width: 100%;}
.news-item-content figure span{font-size: 14px!important; margin: 16px 0;}
.news-item-content p figure{margin-left: -13%;/*margin-right: -10%;*/ margin-top: 30px;margin-bottom: 50px;}
.news-item-content figure img{max-width: 100%; border-radius: 3px; height: auto;}
.news-item-content video{border-radius: 3px;}
.news-item-content table{width: 100%; border: 0}
.news-item-content table tr, .news-item-content table td{background: #fff!important; border: 0!important}
.news-item-content table tr:nth-child(odd) td{background: #efefef!important; padding: 20px}
.news-item-content a {
    text-decoration: underline;
    color: rgb(0, 51, 153);
}
#featured-news .news-item h2{font-size: 1.8rem}

.image-compare{
  margin-bottom: 30px;
  border-radius: 3px;
}
.gallery{
  margin-bottom: 10px;
}
/*.gallery figure figcaption span{
  display: none;
}*/
.gallery .galleryImg{
  width: 18%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 5px;
}
.gallery .galleryImg img{
  height: 540px;
  object-fit: cover;
  width: 100%;
}

.gallery .galleryImg:first-child img{
  height: auto;
}

.gallery .galleryImg:first-child{
  width: 100%;
  margin: 0;
}

/*.gallery .galleryImg:first-child figcaption{
  display: block!important;
}*/
.addImagesGallery, .removeItem, .removeGallery{display: none!important}
.slick-next {
  right: 15px;
}
.slick-prev {
  left: 10px;
  z-index: 1;
}
.slick-next.slick-arrow i, .slick-prev.slick-arrow i{
  color: #fff;
  font-size: 40px;
}
.slick-prev:before, .slick-next:before{
  content: '';
}
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
}

/*Article*/
article p.summary{font-weight: 600;}
/*article p.subname{color: rgb(0 51 153); font-size: 14px; text-transform: uppercase;}*/
article .news-item-content strong{
    display: block;
    font-size: 20px;
    /* margin: 30px 0; */
    font-weight: 600;
    color: #5c5c5c;
    width: 90%;
/*    border-left: 3px solid rgb(0 51 153);*/
/*    padding-left: 20px;*/
  }

article .news-item-content .linkedContentFull strong {
    margin: 10px 0;
  }
/*article.news-item-post strong{
    display: block;
    font-size: 20px;
    margin: 30px 0;
    font-weight: 600;
    color: rgb(0 51 153);
    width: 80%;}
article.news-item-post strong:before{content: ''; width: 20%; height: 5px; display: block; background: #ccc; margin-bottom: 10px;}
*/
article.news-item-post p, article.news-item-post h1,  article.news-item-post h2,
  .metainfo, .news-item-quiz{padding-left: 10%;/*padding-right: 10%;*/}
article.news-item-post p img{max-width: 100%}
article.news-item-post p br{width: 100%;content: "" !important; display: inline-block !important;}
article.news-item-post h1,  article.news-item-post h2{margin: 30px 0;}
.next_question{margin-top: 30px!important;}
article.news-item-post ul{padding-left: 12%;list-style: square inside #ccc;list-style: none;}
article.news-item-post ul li{padding-bottom: 10px; padding-left: 5px;position: relative;}
article.news-item-post ul:not(.socialshare) li::before {content: "● ";margin-right: 10px;color: rgb(0 51 153);left: -20px;}

article.news-item-post ul.tags{padding-left:10%;}
article.news-item-post ul.tags li{padding: 5px 10px; background: rgb(0, 51, 153); border-radius: 5px; display: inline-flex;}
article.news-item-post ul.tags li:first-child{background: transparent;}
article.news-item-post ul.tags li a{color: #fff; font-size: 12px}
article.news-item-post ul.tags li::before {content: "";margin-right: 0;}
article.news-item-post ul.tags li:not(:first-child):hover{background: rgb(0 51 153);}

.metainfo, time{font-size: 14px;}
.news-item-quiz-question .position{ border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 5px;}
.news-item-quiz-question{padding-top: 30px;}
.news-item-quiz-question, .news-item-quiz-question:first-child > .position {display: none;}
.news-item-quiz-question .position .blue{color:rgb(0 51 153); font-weight: 600;}

.readingTime{border-left: 1px solid #ccc;}

.answers .news-item-quiz-question{display: block;}
.answers button, .answers .position{display: none!important;}

figcaption{font-size: 14px;color: #999; margin-top: 0px;}

#hours24 .title, #popular .title{
    display: inline-flex;
    padding: 10px 15px;
/*    background-color: rgb(0 51 153);*/
    background-color: rgb(0, 51, 153);
    color: #fff;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
}

article.inline.news-item{
    display: flex;
    position: relative;
    padding: 10px 0;
    margin-top: 10px;
}

article.inline.news-item h4{
  font-size: 14px;
}
article.inline.news-item h4.twentyfour_news{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
article.inline .news-item-photo {
    flex: 0 0 90px;
    max-width: 90px;
    margin-right: 10px;
}
article.inline .news-item-photo img {
      width: 90px;
    height: 90px;
    display: block;
    /*width: 100%;
    height: 26.3vw;*/
    object-fit: cover;
}

/*.socialshare li{width: 100%;max-width: 250px;display: block; margin-bottom: 40px;}
.socialshare li i{font-size: 38px; color: #ccc; }
.socialshare li:hover i{color: #222; }*/

.socialshare{padding: 0!important; min-width: 100px}
.socialshare li{width: auto;max-width: 250px; margin-top: 0;}
.socialshare li i{font-size: 38px; color: #ccc; }
.socialshare li:hover i{color: #222; }
.socialshare li:not(:last-child) {
    margin-right: 1rem!important;
}
.socialshare{margin-bottom: 0;}

.author{font-weight: 600; /* display: block; */}
/*.authorimg{width: 50px; height: 50px; }*/
.authorimg {width: 50px!important; height: 50px!important;}

blockquote{width: 50%;
    margin-left: calc(10% + 43px);
    padding-left: 10px;
    border-left: 3px solid rgb(0,51,153);
    font-size: 20px;
    font-weight: 500;
    position: relative;
    /*color: #999;*/
  }
blockquote:before{
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 30px;
    left: -50px;
    position: absolute;
    top: 0px;
    width: 30px;
}
p.linkedContent{background: #eee; width: 40%; float: right;padding: 10px 20px!important; margin-left: 10px;}
.linkedContent img{width: 100%; max-width: 100%; margin: 0 10px;}

p.linkedContentFull{background: #eee; padding: 20px!important; margin-left: 10%!important; margin-right: 10%!important; border-radius: 5px}
p.linkedContentFull a{text-decoration: underline; color: rgb(0 51 153)}
.linkedContentFull img{width: 100%; max-width: 100%; margin: 0 10px;}

.highlighted{display: block;font-size: 22px;margin: 30px 0;font-weight: 600;color: #5c5c5c;width: 80%;
  border-left: 3px solid rgb(0 51 153); padding-left: 20px;}

#news-list .news-item{border-bottom: 1px solid #ccc;/*padding-top: 20px;*//*font-size: 14px;*/padding-bottom: 20px;}
/*#news-list .news-item:first-child{border: none;}*/

#news-list .news-item.dissent{
  border-right: 1px solid #ccc;
  width: 48% !important;
  padding: 0 10px;
  margin: 15px 18px 15px -8px;
  font-size: 14px;
}
#news-list .news-item.dissent .author{
  font-weight: 300;
  display: block;
  font-style: italic;
}
#news-list .news-item.dissent h2 {
    margin: 5px 0;
    font-size: 1rem;
}


/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.photo-boxes {
  padding-top: 0;
}

.photo-boxes .photo-box {
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.photo-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
}

.photo-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #f6b024;
}

.photo-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.photo-boxes .title a {
  color: #05579e;
}

.photo-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  background: #f1f8ff;
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.why-us .accordion-list span {
  color: #0880e8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #0880e8;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #0880e8;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

/*#videos {background-image:url(../img/videos-bg.jpg); background-size: contain;background: rgb(0, 51, 153);}*/
.videos{background: rgb(0, 51, 153); border-radius: 3px;}
.videos a{position: relative; display: block; width: 100%; height: 100%;}
.videos a i{
  color: #fff;
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  font-size: 64px;
  opacity: 0.8;
  transition: 0.3s;
  }
.videos a:hover i{opacity: 0;}
.videos a h4{font-size: 15px;
    line-height: 22px;
    padding: 5px 10px 10px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background: rgba(0,0,0,0.5);
    left: 0;}

/*#videos iframe{border: 10px solid #fff;}*/

.all-links-box{display: block; text-align: center; width: 100%; margin: 40px 0 10px 0;
  font-family: 'Playfair Display', serif; font-size: 18px;}
.all-links{display: inline-block;
    text-align: center;
    z-index: 1;
    width: 30%;
    position: relative;}
.all-links::after{    content: '';
    border-bottom: 1px solid #ccc;
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    z-index: -1;}
.all-links a{background:#fff;padding: 0 20px; }

/*
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}*/

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .photo-box, .blog .photo-box {
  height: 450px;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background-size: cover;
}

.blog .photo-box.inside{
  height: 550px;
  background-position: center;
}

.receipe-details h1{color: #222;}
.receipe-details{line-height: 32px;}

.receipe-icons{font-size: 20px;}
.receipe-icons li{padding: 10px;cursor: pointer;}

.receipe-meta{line-height: 42px;}
.receipe-meta i{font-size: 26px; margin-right: 10px;}

.services .photo-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
}

.services .photo-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .photo-box h4 a {
  color: #05579e;
  transition: 0.3s;
}

.services .photo-box h4 a:hover {
  color: #0880e8;
}

.services .photo-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.ads{border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
/*.top .ads{border: 0;}*/
.ads.small{border-top:0;border-bottom:0; padding: 0; margin-bottom: 20px;}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

#publications li{width: 24%;vertical-align: top;}
.publication_img{
  min-height: 300px;
  border-radius: 3px;
  border: 1px solid #dedede;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  background: #fff;
}

.cta {
  background: linear-gradient(rgb(173 173 173 / 80%), rgb(255 255 255 / 90%)), url(../img/cta-bg.jpg) fixed center center;
  background-size: cover;
  padding: 50px 0;
}

.cta h3 {
  color: #222;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #222;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  /*border-radius: 2px;*/
  transition: 0.5s;
  margin: 10px;
  /*border-radius: 50px;*/
  border: 2px solid #222;
  color: #222;
  background: #fff;
}

.cta .cta-btn:hover {
  background: #222;
  color: #fff;
}

#featured-news .tertiary-news .news-item h2{ font-size: 1.4rem;}
/*#featured-news .tertiary-news .news-item h2, .tertiary-news .news-item h2 {font-size: 1.2rem;}*/

.publications{background: rgb(0, 51, 153); padding: 10px;text-align: center; border-radius: 5px}
.publications li{margin: 0}

  .acme-news-ticker {
    background: transparent;
  }

@media screen and (min-width: 1400px){
  .container{
    max-width: 1360px;
  }
  #featured-news .news-item h2 {
    font-size: 2rem;
  }
  .acme-news-ticker {
    margin-top: 100px;
  }

}

@media screen and (max-width: 1400px) {
  .acme-news-ticker {
    margin-top: 109px;
  }
}

@media screen and (max-width: 1200px) {
  #publications li{width: 22%;}
}

@media screen and (max-width: 992px) {
  .acme-news-ticker {
    margin-top: 46px;
    z-index: 999;
  }

  .news-item h2 {
    margin: 5px 0;
/*    font-size: 1.15rem;*/
  }
}

@media screen and (max-width: 992px) {
  .acme-news-ticker {
    margin-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  .acme-news-ticker {
    margin-top: 15px;
    z-index: 99;
  }
}

@media screen and (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
  .cta {
    background-attachment: scroll;
  }
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
#breadcrumbs{padding: 0;}

.breadcrumbs {
  padding: 15px 0;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 992px) {
  .breadcrumbs {
    margin-top: 50px;
  }
  article.news-item-post p, article.news-item-post h1, article.news-item-post h2, .metainfo, .news-item-quiz {
    padding-left: 0;padding-right: 0;
  }
  .h1, h1 {
    font-size: 2rem;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 12px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #0880e8 !important;
}

.portfolio-details .portfolio-info {
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  color: #222;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
/*
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}*/

.portfolio-details .portfolio-info li {
    font-size: 18px;
    margin: 0;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}


@media screen and (max-width: 992px) {
  .menuline{border-top: 0 !important; margin-top: 0;}
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
  .socialshare li{width: 15%;display: inline-block;margin-bottom: 10px;}
  .socialshare li i {font-size: 24px;}

  .interview .news-item{width: 30%; margin: 10px;}
/*  .secondary-news .news-item{width: 44%; margin: 10px;}*/
  .videos{margin-bottom: 30px;}
  .info {width: 100%;}
  #publications li {width: 23%; margin: 5px;}
}

@media screen and (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0;
}

.blog .entry {
  padding: 20px;
  margin-top: 10px;
  overflow: hidden;
  /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);*/
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #054a85;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #0880e8;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #2b99f8;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #000;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
}

.blog .entry .entry-content p::first-letter {
  font-size: 130%;
  font-weight: 700;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f6b024;
  color: #fff;
  padding: 6px 20px 8px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #0880e8;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #0880e8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8ec8fb;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #e7f3fe;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f6b024;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  color: #222;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #bfe0fd;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f6b024;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #0880e8;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #2b99f8;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 10px 30px;
  border: 0;
  background-color: #0880e8;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #f6b024;
}

.blog .blog-pagination {
  color: #5db1f9;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #343a40;
  border: 1px solid #343a40;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 25px;
  margin: 0 0 60px 10px;
  line-height: 32px;
  background: #fbfbfb!important;
}

.blog .sidebar .sidebar-title {
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
  color: #222;
  position: relative;
}

.blog .entries .sidebar-title {
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
  color: #222;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  border-radius: 50px;
  background: #0880e8;
  color: #fff;
  transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
  background: #2b99f8;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #f6b024;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #8ec8fb;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #054a85;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f6b024;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #138df7;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0880e8;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ddeefe;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border-color: #f6b024;
  background: #f6b024;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

@media screen and (max-width: 380px) {
  #main { margin-top: 50px;}
  #header .logo {font-size: 24px;}
  #header.header-scrolled .logo {font-size: 24px;}
  .h1, h1 {font-size: 1.5rem;}
}

@media screen and (max-width: 300px) {
  #header .logo {font-size: 20px;}
  #header.header-scrolled .logo {font-size: 20px;}
}

.page-item.active .page-link {
  /*background-color: rgb(0 51 153)!important;
  border-color: rgb(0 51 153)!important;*/

  background-color: rgb(0, 51, 153)!important;
  border-color: rgb(0, 51, 153)!important;
}

.dark .page-item.active .page-link {
  background-color: rgb(0 51 153) !important;
  border-color: #1e3038 !important;
}

.page-link {
  color: rgb(0, 51, 153);
}

.bohoscope{margin-bottom: 30px; background-color: #f8f9fa !important;}
.dark .bohoscope {background: #242b37 !important;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: #05579e;*/
/*  background: #fff;*/
  padding: 0 0 30px 0;
  color: #222;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #05579e;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter p{color: #fff;}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  /*border-radius: 50px;*/
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #fff;
  color: #222;
  transition: 0.3s;
  /*border-radius: 50px;*/
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0880e8;
}

#footer .footer-top {
  /*background: #065fad;*/
  /*background: rgb(0, 51, 153);*/
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Raleway", sans-serif;*/
  color: #222;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #222;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #222;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #222;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #f6b024;
}

.bg-dark h4 a{color: #fff;}
.whiteborder{border-radius: 0; border: 10px solid #fff; box-shadow: 0 0 50px rgb(0 0 0 / 10%);}
.removeElement{font-size: 22px;}
.modal-footer{border: 0}

.footer-links ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
lumns: 2;
    -moz-columns: 2;
}

/* dark mode */

/*@media (prefers-color-scheme: dark) {
  body {
    background-color: #1e3038;
    color: #fff;
  }
  img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
  }
}*/

.dark .btn-primary {
    background-color:rgb(0 51 153);
    border-color: #fff;
    color: #eee;
}

/*.dark .logo a img, .logo a img.dark{display: none}*/
.dark .logo a img{display: inline-block; filter: none;}

.dark #weatherlist {background: #34434a;}

.dark img, .dark .publication_img {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.dark .news-item a h3 {
/*  color: rgb(111 145 215);*/
  color: rgb(0 51 153);
  font-weight: 600;
  background: #ccc;
  display: inline-block;
  padding: 5px;
}

.dark p.linkedContentFull{background: #2b4a59;}

.publication_img img{-webkit-filter: brightness(100%);filter: brightness(100%); object-fit: cover; height: 370px;width: auto;}
.publication_img:hover, .dark img:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.dark .blue-bg{
/*  background-color: #001745 !important;*/
/*  background-color: rgb(55, 61, 66);*/
}

.dark .weather-items li img{
    filter: invert(1) !important;
  }

.dark, .dark main, .dark #header, .dark section, body.dark footer {
/*  background-color: #1e3038 !important;*/
/*  background-color: #001745 !important;*/
  background-color: rgb(55, 61, 66);
  color: #fff !important;
}

.dark article .news-item-content strong {
    color: #cbcbcb;
}

.dark .quizIcon{
  filter: invert(1);
}

.dark .mobile-nav {background-color: rgb(55, 61, 66);}
.dark .bg-light{/*background: #22636f!important*/ padding: 0!important}

.dark .socialshare li:hover i, .dark #header .todayDate, .dark a, .dark h4, .dark b, .dark p, .dark span, .dark .news-item-content p span {
  color: #fff !important;
}
.dark .page-link{background: #354f5a !important; border: 1px solid #1e3038 !important;}
.dark .page-item.disabled{opacity: .5}
.dark .mobile-nav-toggle .icon-bar {
    background: #eee;
}

.dark-button, .light-button { cursor: pointer; }

.toggleBtn{}
.toggleBtn i{font-size: 50px;}
.included { padding: 20px;
  border: 1px solid #ccc;
  margin-left: 10%;
  border-radius: 3px;
}
.included a {
  text-decoration: none;
}
.included p.summary {
  padding-left: 0;
}


.included figcaption{display: none}

.streamnews .news-item-content p figure{margin-left: -7%}
.streamnews .metainfo{padding: 0}
.streamnews h3{font-size: 1.25rem;}
.streamnews .author{font-weight: 500}
.blueLine{ border-top: 3px solid #009db4 !important;}

.timeline{
  position: absolute;
  top: 0;
  bottom: 47px;
  height: calc(100% - 47px);
  right: 0;
  left: 65%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  overflow-y: auto;
  color: #fff;
}
.timeline a{color: #fff}
.pagination {
  justify-content: center;
}


@media screen and (max-width: 768px) {
  .timeline {
    left: 30%;
    font-size: 14px;
  }
  .news-item:first-child .news-item-photo.wide{max-height: 200px;}
  .news-item:first-child .news-item-photo.wide img{
    height: 200px;
  }
  .breaking-news{margin-top: 70px;}
  .ads{border:0 ;}
  #header .logo a img{
    height: auto;
    width: 100%;
  }
  #header.header-scrolled .logo img {
    height: auto;
    width: 90%;
  }
  article.news-item-post ul.tags {padding-left: 0; }
  article.news-item-post h1,  article.news-item-post h2{margin: 10px 0;}
  .border-md-none{border-bottom:1px solid #adadad!important; margin-bottom: 10px; padding-bottom: 10px;}
  #main { margin-top:20px;}
  section {padding: 10px 0;}
  #header {padding: 0; }
  .mobile-nav {top: 65px;}
  .authorimg {width: 70px!important; height: 70px!important;}
  .readingTime{border-left: 0;}
/*  .mobile-tools{position: fixed;}*/
  .container{max-width: 100%;}
  .twitter-tweet{padding-left: 0;}
  .news-item{width: 100%}
  .news-item-photo img{width: 100%}
  .news-item h2 {margin: 5px 0;font-size: 1.5rem;  }
  .news-item:first-child .news-item-photo {margin-top: 5px;}
  .portfolio-details .portfolio-info {position: static;margin-top: 30px;  }

  .info{width: calc(100% - 90px);}
/*  #opinions a{border-bottom: 1px solid #ccc;padding-bottom: 0; margin-bottom: 10px;}*/
  #opinions a.lastItem{border-bottom: 0}
  .interview .news-item { width: 43%;}
  .interview .news-item h2 {font-size: 16px;}
  #publications li {width: 90%; margin: 5px;}

  blockquote { width: 80%; margin-left: calc(5% + 43px);}
  #header.header-scrolled .logo{font-size: 28px;}
  iframe {min-height: 420px; max-height: 85vh}

  .toggleContent{display: none;}
}

@media screen and (max-width: 480px) {
  .breaking-news{margin-top: 60px;}
  .news-item-photo .tags{display: none;}
  .mobile-nav {top: 60px;}
  .news-item-content p figure {margin-left: 0;}
  .modal-body input {width: 60%;}
  .breaking-items{font-size: 10px;}
  .news-item {margin-top: 0;margin-bottom: 0;}
  .secondary-news .news-item{width: 100% !important; margin: 0;}
  .h2, h2, #featured-news .news-item h2 {font-size: 1.5rem; margin-top: 10px;}
  /*#main { margin-top: 0;}*/
  #header.header-scrolled .logo{font-size: 26px;}
  .authorimg {width: 90px!important; height: 70px!important;}
  .h1, h1 { font-size: 1.8rem;}
  .videos a h4 {font-size: 12px;line-height: 16px;}
  iframe {min-height:200px; height: 200px!important;}
  p.linkedContent{width: 100%; float: none; margin-left: 0;}
  .gallery .galleryImg img {
    height: auto;
    /*object-fit: cover;
    width: 100%;*/
  }
}