  



.MultiCarousel { 

	float: left; 
	overflow: hidden; 
	padding: 15px; 
	width: 100%; 
	text-align: center;
	position:relative;
	border-bottom: 4px solid #6d8ca0;
	height: 600px;


}

    .MultiCarousel .MultiCarousel-inner { 
		transition: 0.8s ease all; 
	float: left; 
	
	 
}



    .MultiCarousel .MultiCarousel-inner .itemFeatured { 
	float: left;
	position: relative;
		
	
	
	
	
}


    .MultiCarousel .MultiCarousel-inner .itemFeatured .bg-img { 
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
}


       
    .MultiCarousel .MultiCarousel-inner .itemFeatured > div {
	
	padding:20px 10px 10px 10px;
	margin:10px;
	background:#f1f1f1;
	color:#666;
	height: 550px;
	
}




    .MultiCarousel .leftLst, .MultiCarousel .rightLst { 
	position:absolute; 
	border-radius:50%;
	top:calc(50% - 20px); 
}

    .MultiCarousel .leftLst {
	left:50px; 
}

    .MultiCarousel .rightLst { 
	right:50px; 
}
    
     .MultiCarousel  .leftLst.over, .MultiCarousel .rightLst.over { 
	 pointer-events: none; 
	 background:#ccc; 
}

.FeatinnerText {
	position: absolute;
	bottom: 0;
	transition: padding 0.5s ease;
	display: block;
	padding: 1em 2em 2em 1em;
	background: rgba(255, 255, 255, 0.7);
	width: 92%;
	margin: 0 auto;
}

.FeatinnerText:hover {
	
	padding: 1.2em 2em 2.7em 1em;
	
}

.FeatinnerText h2 {
	margin: 0;
	padding:0;
}
 h2  a.Btitle {
	font-family: 'OswaldRegular';
	font-size: 26px;
	line-height: 25px;
	font-weight: bold;
	transition: color 0.5s ease;
	border-radius: 0;
	text-transform: uppercase;
	color: #02014b;
	

	
}




h2 a.Btitle:hover {

	color: #6d8ca0;
	text-decoration: none;
}


p.Featuretxt {
	margin: 0;
	color: #3d4449;
	letter-spacing: .1em;
	font-size: 14px;
	
}

.ml-4 {
	margin-left: 4px;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.btn-jp {
	background-color: #6d8ca0;
	border-color: #6d8ca0;
	color: #ffffff;
}

.btn-jp:hover {
	background-color: #3e135f;;
	border-color: #3e135f;;
	color: #ffffff;
}


.post-tag, .post-tag-single{
	margin-top: 15px;
}


.post-tag a, .post-tag-single a {
	display: inline-block;
	transition: background-color 0.5s ease;
	transition: padding 0.5s ease;
	padding: 3px 10px;
	background-color: #6d8ca0;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.post-tag a:hover, .post-tag-single a:hover {
	background-color: #547082;
	text-decoration: none;
	padding: 3px 20px;
}

.sidebar-box {
	margin-bottom: 10px;
	clear: both;
}

.clearfix::after {
	clear: both;
	display: table;
}


/* BLOG ENTRY CARDS */



.blog-entries {
    position: relative;
	margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.blog-entries-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
	height: 230px;
	object-fit: cover;
	
	
}
*, ::after, ::before {
    box-sizing: border-box;
}
.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.blog-entries-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	background: #fefefe;
	height: 160px;
	overflow: hidden;
}

.blog-entries-body p { line-height: 115%; font-size: .9em;}

*, ::after, ::before {
    box-sizing: border-box;
}


/**post tag**/

.blog-entry-post-tag {
	position:absolute;
	top: 6px;
	left: 6px;
}


.blog-entry-post-tag a {
	display: inline-block;
	transition: background-color 0.5s ease;
	transition: padding 0.5s ease;
	padding: 3px 10px;
	background-color: #6d8ca0;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}

.blog-entry-post-tag a:hover {
	background-color: #547082;
	text-decoration: none;
	padding: 3px 20px;
}


p.blog-entry-post-meta {
	margin: 5px 0;
	color: #3d4449;
	letter-spacing: .1em;
	font-size: 14px;
	text-align: center;
	
}

p.blog-entry-post-meta a, p.Featuretxt a {
	color: #3d4449;
}

h2.blog-entry-title {
text-align: center;
}

h2.blog-entry-title a {
	font-family: 'OswaldRegular';
	
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	transition: color 0.5s ease;
	border-radius: 0;
	text-transform: uppercase;
	color: #02014b;
	
}

h2.blog-entry-title a:hover {
	color: #6d8ca0;
	text-decoration: none;
}


/** Popular posts styles***/




.pop-post-entry-sidebar .post-meta {
  font-size: 13px;
  color: #b3b3b3;
}


.pop-post-entry-sidebar ul {
  padding: 0;
  margin: 0;
}

.pop-post-entry-sidebar ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.pop-post-entry-sidebar ul li a {
  display: table;
  padding: 5px;
}

.pop-post-entry-sidebar ul li a:hover {
  background-color: #f4f4f4;
  text-decoration: none;
}


.pop-post-entry-sidebar ul li a img {
  width: 90px;
}

.pop-post-entry-sidebar ul li a img, .pop-post-entry-sidebar ul li a .text {
  display: table-cell;
  vertical-align: middle;
}

.pop-post-entry-sidebar ul li a .text h3 {
  font-size: 16px;
  color: #02014b;
  margin-bottom: 5px;
}


/***Tags***/

.tags {
  padding: 0;
  margin: 0;
  font-weight: 400;
}


.tags li {
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
  display: inline-block;
}

.tags li a {
  float: left;
  display: block;
  border-radius: 4px;
  padding: 2px 6px;
  color: gray;
  transition: background-color 0.5s ease;
  background: #f2f2f2;
}

.tags li a:hover {
  color: #fff;
  background: #ee7f1f;
  text-decoration: none;
}


/****categories side menu**/

.categories {
  padding: 0;
  margin: 0;
 
}

.categories li {
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}

.categories li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,  {
  display: block;
}


.categories li a:hover {
  text-decoration: none;
  color: #02014b;
}

.categories li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a {
  color: #02014b;
  font-style: italic;
}

/****archives**/

.archives {
	
}

.archives>.dropdown-menu {
	padding: 10px 10px 10px 15px;
	min-width: 250px;
	font-size: 17px;
}


.archives ul  {
	list-style-type: none;
	margin: 0;
	  padding: 0;
}

.archives a.btn:hover {
	color: #02014b;
}



/* Single blog entry page styles */

.allPosts {
	position: absolute;
	right: 0;
	top: 10px;
}

.allPosts > .button-white-border {
	padding: 5px 25px;
}



.singlePostinfo {
	border-bottom: 2px solid #02014b;
	margin-bottom: 20px;
}

.singlePostinfo h2.titlepost{
	font-size: 33px;
	margin: 10px 0 4px 0;
	text-transform: uppercase;
}

.post-tag-single {
	margin: 0 0 15px 0;
	display: block;
	
}

.fl {
	float: left;
}


.share-social-links {

    float: right;
    margin: 0 10px 5px 0;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.share-social-links li {

    display: inline-block;
    margin: 0px 2px;

}

.share-social-links li a {

    background: #343358;
    color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 43px;
    display: block;
    transition: ease all 0.3s;
    font-size: 15px;

}

.share-social-links li a:hover{
	background: #ee7f1f;
}
.share-social-links li a i{
	position: relative;
	top: 3px;
}



/* more stories */


.moreSt {
	margin-top: 100px;
}

.moreSt h1 {
	font-family: 'OswaldRegular';
	color: #c7c7c7;
	text-transform: uppercase;
}
.moreSt .row:first-of-type {
	border-top: 2px solid #eee;
	
	
}

.moreStorie {
	padding-top: 40px;
	padding-bottom: 30px;
	max-width: 1235px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.moreStorieHug {
	width: 100%;
	border-bottom: 2px solid #eee;
	
}


.moreStorie img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	margin-bottom: 10px;
}


.moreStorie  h2 {
text-align: left;
}

.moreStorie  h2 a {
	font-family: 'OswaldRegular';
	
	line-height: 25px;
	font-weight: bold;
	transition: color 0.3s ease;
	border-radius: 0;
	text-transform: uppercase;
	color: #02014b;
	
}

.moreStorie  h2 a:hover {
	color: #ee7f1f;
	text-decoration: none;
}

a.MoreStoriesButton {
	width: 100%;
	font-size: 18px;
	transition: background-color 0.5s ease;
	padding: 50px;
	color: #c7c7c7;
	display: block;
	text-align: center;
} 

a.MoreStoriesButton:hover {
	background-color: #f2f2f2;
	text-decoration:none;
} 



