@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto+Slab&amp;display=swap');
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px; }

a {
  color: #1b68b3;
  transition: all .2s ease-in-out; }

/*a:hover {
    text-decoration: none;
}*/
nav.navbar.navbar-light .nav-link.active {
	color: #f77a18;
	font-weight: 600;
}
nav.navbar {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  nav.navbar li {
    font-size: 0.85em;
    font-weight: 400; }
  nav.navbar.navbar-light .nav-link {
    color: black; }
    nav.navbar.navbar-light .nav-link.nav-link.action {
      background-color: #f77a18;
      color: #fff;
      border-radius: 40px;
      margin-left: 20px; }
    nav.navbar.navbar-light .nav-link:hover {
      color: #f77a18; }
  nav.navbar .more {
    position: relative;
    top: 7px;
    left: 10px; }
  nav.navbar .dropdown:hover > .dropdown-menu {
    display: block; }
  nav.navbar .dropdown-menu {
    border: none;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    top: 35px;
    left: -10px; }
    nav.navbar .dropdown-menu .dropdown-item {
      color: #1b68b3;
      text-transform: uppercase;
      font-size: 0.9em;
      padding: 8px 20px; }
      nav.navbar .dropdown-menu .dropdown-item:hover {
        color: #f77a18;
        background-color: #fff; }
  nav.navbar .dropdown-menu::after {
    content: "";
    position: absolute;
    display: block;
    top: -0.5rem;
    left: 1.5rem;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #1b68b3;
    z-index: 1; }

.home-carousel .carousel-item {
  height: 550px; }
  .home-carousel .carousel-item .category-tag {
    font-size: 0.8rem; }

.blog-breadcrumb {
  background-color: #1b68b3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .blog-breadcrumb .breadcrumb {
    background: none; }
    .blog-breadcrumb .breadcrumb li, .blog-breadcrumb .breadcrumb a {
      color: #fff;
      font-weight: 600; }
    .blog-breadcrumb .breadcrumb .breadcrumb-item {
      font-size: 0.8em; }
      .blog-breadcrumb .breadcrumb .breadcrumb-item.active {
        opacity: 0.6; }
    .blog-breadcrumb .breadcrumb .breadcrumb-item:before {
      color: #fff; }

.card {
  border: none;
  border-radius: 0px; }
  .card .card-img-top {
    border-radius: 0px;
    border: none;
    height: auto; }

.card-trans {
  background: none; }

.blog-list-category {
  font-size: 0.9em; }

.text-09 {
  font-size: 0.9em; }

.blog-list-date {
  font-size: 0.9em;
  color: #B7B7B7; }

.sidebar-nav .list-group-item {
  border: none;
  border-left: 10px solid #1b68b3;
  background-color: #F3F9F9;
  border-radius: 0px;
  font-size: 0.9em;
  margin-bottom: 2px;
  transition: all .1s ease-in; }
  .sidebar-nav .list-group-item:hover {
    background-color: #1b68b3;
    color: #fff; }

.popular-articles .list-group-item {
  border: none;
  border-left: 10px solid #1b68b3;
  background-color: #F3F9F9;
  border-radius: 0px;
  font-size: 0.9em;
  margin-bottom: 2px; }

main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.bg_light-blue {
  background-color: #F3F9F9; }

.bg_primary {
  background-color: #1b68b3; }

.widget-title {
  font-size: 1.1em; }

.no-border {
  border: none; }

.font-weight_normal {
  font-weight: 400; }

.heading-h1 {
  font-size: 3em;
font-family: 'Roboto Slab', serif;}

.heading-h2 {
  font-size: 2em;
font-family: 'Roboto Slab', serif;}

.heading-h3 {
  font-size: 1.3em;
font-family: 'Roboto Slab', serif;}

.heading-h4 {
  font-size: 1.1em;
font-family: 'Roboto Slab', serif;
}

.text-white {
  color: #fff; }

.text-black {
  color: #000; }

.text-grey {
  color: #ababab; }

.py-5 {
  padding: 3em 0; }

.featured-category .card-body {
  background-position: 110% 110%;
  background-size: 50%;
  background-repeat: no-repeat;
  min-height: 450px; }
  .featured-category .card-body .description {
    font-size: 1.2em; }

.page-link {
  color: #1b68b3; }

.pagination li {
  padding: 5px; }
  .pagination li.active .page-link {
    background-color: #1b68b3;
    color: white; }

.btn {
  border-radius: 50px;
  border: none;
  padding: .8em 1.5em; }
  .btn:hover {
    background-color: #1b68b3;
    color: #fff; }

.btn-info {
  background-color: #f77a18;
  border-radius: 30px; }
  .btn-info:hover {
    background-color: #f77a18; }

.btn-primary {
  background-color: #1b68b3; }

.btn-primary-trans {
  background-color: rgba(27, 104, 179, 0.1);
  color: #1b68b3; }

.btn-trans {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff; }

section {
  background-position: 100% 100%;
  background-size: 20%;
  background-repeat: no-repeat;
  padding: 5em 0; }
  section.bg-left {
    background-position: 0 100%; }

footer {
  font-size: 0.85em; }
  footer a {
    color: #1b68b3; }

.gb-search .form-control {
  background: none;
  border: none;
  border-radius: 0px;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.gb-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

.gb-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.gb-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

.gb-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.post-header {
  margin-top: -1.5em; }

.post-hero {
  border-bottom: 1px solid #e3e3e3; }

.post-content a {
  color: #f77a18; }

.post-content a:hover {
  text-decoration: underline; }

.post-content p {
  font-size: 1.1em;
  line-height: 1.65em;
  color: #6f6f6f; }

.post-content .textwidget p {
  color: black;
  text-align: center;
  font-weight: 600; }

.post-content blockquote {
  padding: 3em; }

.post-content li {
  line-height: 1.65em;
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #6f6f6f; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  padding: 0.7em 0 0.4em 0; }

.post-content h2 {
  font-size: 1.75em; }

.post-content h3 {
  font-size: 1.45em; }

.post-content h4 {
  font-size: 1.2em; }

.post-content img {
  max-width: 99.9% !important;
  height: auto;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block; }

.post-date a {
  color: #444444; }

.post-upsell {
  padding: 3em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .post-upsell p {
    color: #000; }

.post-footer {
  padding: 3em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.developer-note {
  color: red;
  font-style: italic; }

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5555;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0; }
  #search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1; }
  #search input[type="search"], #search input[type="text"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none; }
  #search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 60px;
    margin-left: -45px; }
  #search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #f77a18;
    border-color: #357ebd;
    border-radius: 40px;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px; }

.archive-title h1 {
  margin-bottom: 1em; }

.archive-title img {
  border-radius: 50px;
  max-width: 100%;
  height: auto; }

.yarpp-related img {
  max-height: 135px;
  object-fit: cover; }

figure {
  max-width: 100%;
  height: auto; }
  figure figcaption {
    margin-top: 10px;
    font-size: 0.9em;
    font-style: italic; }

.btn-full-width-cta {
  background-color: #f77a18;
  border-radius: 0px;
  color: #fff;
  margin-top: 5px; }
.post-content img.alignleft {
    float: left;
    margin-right: 20px !important;
}
.post-content img.alignright {
    float: right;
    margin-left: 20px !important;
}
.post-content hr {
	clear: both;
	margin: 50px 0;
	display: inline-block;
	width: 100%;
}
.embed-youtube {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
.embed-youtube iframe, 
.embed-youtube object, 
.embed-youtube embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.embed-youtube:empty {
  padding-bottom: 0;
}

.post-header .author-info {
  border: none;
}
.post-header .author-info a {
  color: #444;
}
.post-header .author-info img {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.author-info {
  border-top: 1px solid #e5e5e5;
}
.author .author-info {
  margin-top: 10px !important;
  border-bottom: 1px solid #e5e5e5;
}
.author-info h4 {
  font-size: 20px;
}
.author-info p {
  font-size: 16px;
}
.author-info img {
  border-radius: 50%;
}
@media only screen and (max-width: 992px) {
  nav.navbar .dropdown-menu {
    display: block;
    position: static;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 0;
    width: 100%; }
    nav.navbar .dropdown-menu .dropdown-item {
      padding: 8px 0px; }
  nav.navbar .dropdown-menu::after {
    display: none; }
  nav.navbar .dropdown-menu {
    padding: 0; }
  nav.navbar .nav-link, nav.navbar .dropdown-item {
    padding: 5px 0; }
  nav.navbar .nav-link.action {
    background-color: #f77a18;
    color: #fff;
    border-radius: 40px;
    padding: 10px;
    display: inline-block;
    margin-top: 10px; }
  nav.navbar .navbar-nav {
    padding: 20px 0 0 0; }
  nav.navbar .navbar-nav.right-nav {
    padding: 0; }
    nav.navbar .navbar-nav.right-nav .action {
      margin-left: 0 !important; }
  nav.navbar .more {
    display: none; }
  #search input[type="search"], #search input[type="text"] {
    font-size: 24px; }
  #search .btn {
    margin-top: 20px; }
  .heading-h1 {
    font-size: 2em; }
  .carousel-control-prev, .carousel-control-next {
    bottom: 20px;
    top: auto; }
  .blog-breadcrumb .breadcrumb .breadcrumb-item.active {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .home-carousel .carousel-item {
    height: auto;
    padding-bottom: 4rem !important; } }