
/* Typography */
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap');
body {
    margin: 0;
    font-family: Nunito,sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
}
h1, 
h2,
h3 {
    font-family: Nunito,sans-serif;
    font-weight: 400;
    color: #0B516C;
    margin-top: 0;
}
h1{
  font-size: 2rem;
  margin: 0;
}
a {
    color: #1792d2;
}

a:hover,
a:focus {
    color: #143774;
}

strong {
    font-weight: 700;
}
.logo img {
	/*max-width: 120px;*/
	margin: 0 auto;
}
.bloghead {
	background-color:#0B516C;
}
.bloghead h1 {
	font-size: 36px;
	font-weight: bold;
	padding: 30px 10px;
	color:#fff;
}
.subtitle{
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0;
  color: #1792d2;
  letter-spacing: 0.05em;
}
.article-title {
    font-size: 1.5rem;
}

.article-read-more,
.article-info {
    font-size: .875rem;
}

.article-read-more {
    color: #0B516C;
    text-decoration: none;
    font-weight: 700;
}
.article-read-more:hover,
.article-read-more:focus {
    color: #1C779A;
    text-decoration: underline;
}
.article-info {
    margin: 2em 0;
}
header{
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 3em;
	background:#eee;
}
.container-flex{
  max-width: 85vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
	padding:2em 0;
}

nav ul{
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
	padding-top: 15px;
}
nav li{
  margin: 0 1em;
}
nav a{
  text-decoration: none;
  color: #0B516C;
  font-weight: 700; 
  padding: 0.25em 0;
}

nav a:hover,
nav a:focus{
  color: #1C779A;
  transition: .3s ease;
}

img{
  max-width: 100%;
  display: block;
}
main{
  max-width: 70%;
}
.article-body{
  width: 100%;
  text-align: justify;
}
.sidebar{
  max-width: 27%;
}
footer {
    background:#0B516C;
    color: white;
    text-align: center;
    padding: 3em 0;
}
footer a{
  text-decoration: none;
  color: white;
}
footer a:hover{
  text-decoration: underline;
  color: white;
}
@media (max-width:1050px){
  .container-flex{
    flex-direction: column;
  }
  .site-title, .subtitle{
    width: 100%;
  }
  main{
    max-width: 100%;
  }
  .sidebar{
    max-width: 100%;
  }
  
}
@media (max-width: 500px){
  nav ul{
    display: flex;
    flex-direction: column;
  }
  nav li{
    margin: 0.5em 0;
  }
	
	.media {
		display: inherit !important;
		text-align: center;
	}
	
	.blog-author img {
		display: initial;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	
	.comments-area .thumb img {
		max-width: initial;
	}
	
	.col-sm-6 {
		width: 100% !important;
	}
	
	.form-contact .form-group {
		margin-right: 0 !important;
		text-align: center;
	}
}

/* articles */
.article-featured {
    border-bottom: #707070 1px solid;
    padding-bottom: 2em;
    margin-bottom: 2em;
}
.article-recent {
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
}

.article-recent-main {
    order: 2;
}

.article-recent-secondary {
    order: 1;
}

@media (min-width: 675px) {
    .article-recent {
        flex-direction: row;
        justify-content: space-between;
    }
    
    .article-recent-main {
        width: 68%;
    }
    
    .article-recent-secondary {
        width: 30%;
    }
}

.adobe-download-button-container
{
  text-align:center;
	margin-bottom: 20px;
}
.adobe-pdf-download
{
  border:2px solid #de4533;
  background:transparent;
  color: #de4533;
  text-transform:uppercase;
  font-size:0.8em;
  padding:10px 20px;
  transition: background 0.5s,color 0.5s;
	cursor: pointer;
}
.adobe-pdf-download a
{
  text-decoration:none;
  color: #de4533;
  transition: background 0.5s,color 0.5s;
  font-family:arial;
  font-weight:bold;
	font-size: 14px;
}
.adobe-pdf-download a:hover
{
  color:white;
  transition: background 0.5s,color 0.5s;
}
.adobe-pdf-download:hover a
{
  color:white;
  transition: background 0.5s,color 0.5s;
}
.adobe-pdf-download:hover
{
  background:#de4533;
  color:white;
  transition: background 0.5s,color 0.5s;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.adobe-pdf-download img
{
  margin:0px 10px 0px 0px;
  padding: 0px;
  height: 20px;
}

.single_sidebar_widget {
  background: #eee;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

.widget_title {
  font-size: 1.125rem;
	color: #0B516C;
  margin-bottom: 40px;
	margin: 0;
}

.post_category_widget ul {
	padding: 0;
	margin: 0;
}

.post_category_widget .cat-list li {
  border-bottom: 1px solid #1c779a;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
	list-style: none;
}

.post_category_widget .cat-list li:last-child {
	border-bottom: none;
}

.post_category_widget .cat-list li a {
	text-decoration: none;
	color: #1c779a;
	font-size: 16px;
}
.post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.widget-recent-post {
	border-bottom: #707070 solid 1px;
}

.widget-recent-post p {
	margin-top: 10px;
}

.widget-recent-post h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.btn {
  background: #474747;
  border: none;
	padding: 5px 10px;
  border-radius: 3px;
	color: #fff;
	text-decoration: none;
}

.btn:hover {
	color: #fff;
	background: #979797;
}

.newsletter_widget {
	margin-top: 20px;
}

.newsletter_widget .form-control {
  height: 50px;
  border: #f0e9ff solid 1px;
  font-size: 15px;
  color: #666;
  padding-left: 20px;
  border-radius: 0;
	width: 100%;
	background:#fff;
}

.boxed-btn {
  background: #eb9925;
  color: #fff;
	border: 0;
  display: inline-block;
  padding: 18px 44px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
	width: 100%;
	margin-top: 20px;
}

.boxed-btn:hover {
	background: #1C779A;
}

form {
	margin-bottom: 0;
}

.blog-info-link {
	padding: 0;
	margin: 0;
}

.blog-info-link li {
  float: left;
  font-size: 14px;
	list-style: none;
}

.blog-info-link li a {
  color: #999999;
	text-decoration: none;
}

.blog-info-link li a:hover {
	color: #e6922e;
}

.blog-info-link {
	clear: both;
	display: table;
}

.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.blog-info-link li:last-child::after {
	content:none;
}

.blog-info-link li i, .blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

.blog_details{padding:30px 0 20px 10px;box-shadow:0px 10px 20px 0px rgba(221,221,221,0.3)}

.quote-wrapper {
  background: rgba(130,139,178,0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

.quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

.blog-author {
  padding: 40px 30px;
  background: #eee;
  margin-top: 50px;
}

.blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

.blog-author a {
  display: inline-block;
	text-decoration: none;
	color: #0B516C;
}

.blog-author h4 {
  font-size: 16px;
	margin: 0;
}

.blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

.align-items-center {
  align-items: center !important;
}

.media-body {
  flex: 1;
}

.media {
  display: flex;
}

.comments-area .comment-list {
  padding-bottom: 30px;
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

.d-flex {
  display: flex !important;
}

.comments-area .comment {
  margin: 3px 0;
  color: #777777;
  font-size: 15px;
}

.form-contact .form-group {
  margin-bottom: 30px;
	margin-right: 15px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
	height: 48px;
	width: 100%;
}

.form-contact textarea {
  width: 100%;
	padding-top: 18px;
	height: 120px !important;
}

  .col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
	  float: left;
  }

.blogd-btn {
  background: #474747;
  color: #fff;
	border: 0;
  display: inline-block;
  padding: 18px 44px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}


.blogd-btn:hover {
	background: #979797;
}

@media (min-width: 768px){
	.blog_details {
		padding:30px 30px 35px 35px;
	}
	.quote-wrapper {
    padding: 30px;
  }
}
.blog_details p{margin-bottom:30px}
.blog_details a{color:#242b5e}
.blog_details a:hover{color:#2d3092}
.blog_details h2{font-size:18px;font-weight:600;margin-bottom:8px}
@media (min-width: 768px){.blog_details h2{font-size:24px;margin-bottom:15px}}
