﻿@charset "UTF-8";
html, body {
    height: 100%;
    scroll-padding-top: 80px;
}

body {
  background-color: #fff;
  padding-top: 66px;
  position: relative;
}
body footer {
  background-color: #000;
}

.btn:focus, .btn-close:focus {
  box-shadow: none;
}

.link-main {
  color: #ec6607;
  text-decoration: none;
}
.link-main:hover {
  color: #f7a711;
}

.text-main {
  color: #51215c;
}

.text-orange {
  color: #ec6607;
}

.rt-content img {
  max-width: 100%;
  height: auto;
}

.latest-blogs .latest-blogs__item {
  display: flex;
  color: #000;
  text-decoration: none;
}
.latest-blogs .latest-blogs__img {
  height: 100px;
  width: 150px;
  /*overflow: hidden;
  position: relative;*/
  /*height: 100%;
      position: absolute;
      left: -50%;*/
  object-fit: cover;
  object-position: center;
}

.field-validation-error {
  color: #dc3545;
  font-size: 90%;
}

.btn-main {
  color: #fff;
  background-color: #ec6607;
  border-color: #ec6607;
}
.btn-main:hover {
  color: #fff;
  background-color: #f7a711;
  border-color: #f7a711;
}

.img-animate, .img-animate-1 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.img-animate:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.img-animate-1:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.posts-list .article-thumbnail {
  object-fit: cover;
  object-position: center;
}

.posts-list-one .article-thumbnail {
  height: 180px;
  object-fit: cover;
  object-position: center;
}

.related-posts .article-thumbnail {
  height: 180px;
  object-fit: cover;
  object-position: center;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  border: none;
}

.navbar-nav {
  padding-left: 2em;
}
.navbar-nav .nav-link.dropdown-toggle {
  outline: none !important;
  border: none;
}
.navbar-nav .nav-link-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  outline: none !important;
}
.navbar-nav .nav-link.active {
  color: #ec6607 !important;
}

.dropdown-item {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  .dropdown-item {
    white-space: normal;
  }
}

.dropdown-menu {
  margin-top: -0.125rem;
  font-size: 0.8rem;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 50%;
  margin-top: 0;
  margin-left: 0;
}
.dropdown-submenu > a:after {
  transform: rotate(-90deg);
  position: absolute;
  right: 20px;
}
@media (min-width: 768px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-menu.show {
  display: block;
}

.side-nav {
  display: flex;
  justify-content: space-between;
}
.side-nav .side-nav-previous,
.side-nav .side-nav-next {
  width: 50%;
}
.side-nav .side-nav-previous img,
.side-nav .side-nav-next img {
  height: 120px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
@media (max-width: 767.98px) {
  .side-nav .side-nav-previous > a,
.side-nav .side-nav-next > a {
    display: none;
  }
}
@media (min-width: 992px) {
  .side-nav .side-nav-previous,
.side-nav .side-nav-next {
    position: fixed;
    height: 6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1021;
    width: 35px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .side-nav .side-nav-previous,
.side-nav .side-nav-next {
    opacity: 0;
    transition: linear opacity 0.2s;
    visibility: hidden;
  }
  .side-nav .side-nav-previous.show,
.side-nav .side-nav-next.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .side-nav .side-nav-previous > a,
.side-nav .side-nav-next > a {
    position: absolute;
    border-style: solid;
    border-color: #dee2e6;
    background-color: #f8f9fa;
  }
}
@media (min-width: 992px) {
  .side-nav .side-nav-previous__preview,
.side-nav .side-nav-next__preview {
    border: 1px solid #dee2e6;
    position: absolute;
    height: 100%;
    width: 22rem;
    padding: 0.25rem 0.75rem;
    transition: 0.25s linear;
    visibility: hidden;
  }
  .side-nav .side-nav-previous__preview img,
.side-nav .side-nav-next__preview img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 992px) {
  .side-nav .side-nav-previous {
    left: 0;
  }
  .side-nav .side-nav-previous > a {
    border-width: 1px 1px 1px 0;
  }
  .side-nav .side-nav-previous__preview {
    right: 0;
  }
  .side-nav .side-nav-previous:hover > .side-nav-previous__preview {
    transform: translateX(100%);
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .side-nav .side-nav-next {
    right: 0;
  }
  .side-nav .side-nav-next > a {
    border-width: 1px 0 1px 1px;
  }
  .side-nav .side-nav-next__preview {
    left: 0;
  }
  .side-nav .side-nav-next:hover > .side-nav-next__preview {
    transform: translateX(-100%);
    visibility: visible;
  }
}

article a, .rt-content a {
  text-decoration: none;
}
article a:hover, .rt-content a:hover {
  color: inherit;
}
article p > a, article li > a, article dd > a, article td a, article th a, article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a, article em a, article strong a, .rt-content p > a, .rt-content li > a, .rt-content dd > a, .rt-content td a, .rt-content th a, .rt-content h1 a, .rt-content h2 a, .rt-content h3 a, .rt-content h4 a, .rt-content h5 a, .rt-content h6 a, .rt-content em a, .rt-content strong a {
  color: inherit;
  box-shadow: 0 -1px 0 0 #ec6607 inset;
  transition: 0.3s ease-in;
}

.fs-big {
  font-size: 100px;
  line-height: 100px;
}

.blocks-gallery-grid {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blocks-gallery-grid .blocks-gallery-item {
  display: inline-block;
  padding: 0.5rem;
  margin: 0;
  width: 50%;
  vertical-align: top;
}
.blocks-gallery-grid .blocks-gallery-item figure {
  position: relative;
  margin-bottom: 0;
}
.blocks-gallery-grid .blocks-gallery-item .blocks-gallery-item__caption {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.7));
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  padding: 3rem 0 0.5rem;
  visibility: hidden;
}
.blocks-gallery-grid .blocks-gallery-item figure:hover .blocks-gallery-item__caption {
  visibility: visible;
}

.gallery-grid-item {
  position: relative;
}
.gallery-grid-item .gallery-grid-item__caption {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.7));
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  padding: 3rem 0 0.5rem;
  visibility: hidden;
}
.gallery-grid-item:hover .gallery-grid-item__caption {
  visibility: visible;
}

article {
  color: #333333;
}
article img {
  max-width: 100%;
}
article figure figcaption {
  color: #777;
  font-size: 14px;
  text-align: center;
  margin: 0.5em 0 1em 0;
}
article figure figcaption a {
  color: #ec6607;
}
article figure figcaption a:hover {
  color: #f7a711;
}
article .video-caption {
  color: #777;
  font-size: 14px;
}
article > ul,
article > ol {
  margin-top: 1.65em;
  margin-bottom: 1.65em;
}
article > ul,
article > ul ul {
  list-style: none;
}
article > ul li:before {
  position: absolute;
  content: "•";
  margin-left: -25px;
  display: inline-block;
  text-align: right;
  opacity: 0.8;
  font-family: Georgia, Arial, system-ui;
  transform: scale(1.1);
  -webkit-font-smoothing: antialiased;
}
article > ul ol li:before {
  display: none;
}
article p {
  line-height: 2;
  margin-bottom: 1.65em;
}
article .modern-quote,
article .wp-block-quote.is-style-large {
  margin-top: 2em;
  margin-bottom: 1.9em;
}
article .twitter-tweet {
  margin: 2.5em auto !important;
}
article table {
  font-size: 17px;
  font-family: Roboto, Arial, sans-serif;
}
article h1 {
  font-size: 2em;
}
article h2 {
  font-size: 1.6315em;
}
article h3 {
  font-size: 1.368em;
}
article h4 {
  font-size: 1.21em;
}
article h5 {
  font-size: 1.05em;
}
article h6 {
  font-size: 1em;
}

.article-banner {
  position: relative;
  min-height: 250px;
  max-height: 350px;
  overflow: hidden;
}
.article-banner .article-banner__rel-categories {
  margin-bottom: 1.5rem;
}
.article-banner .article-banner__rel-categories a {
  font-weight: 600;
  line-height: 0.9rem;
  padding: 0 0.25rem;
}
.article-banner .article-banner__img {
  min-height: 250px;
  max-height: 350px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.test-css{
    color:blue !important;
}
.article-banner .article-banner__content {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .article-banner .article-banner__content h1 {
    width: 66%;
  }
}
.article-banner .article-banner__content h1, .article-banner .article-banner__content p {
  font-weight: 600;
  text-shadow: 1px 1px 5px #959595;
}
.article-banner::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(17, 17, 17, 0.4) 100%);
  pointer-events: none;
}
@media (min-width: 992px) {
  .article-banner::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0) 50%, rgba(0, 0, 0, 0.35) 100%);
  }
}

.share-post {
  height: 100%;
}
@media (min-width: 768px) {
  .share-post {
    opacity: 0;
    transition: linear opacity 0.2s;
    visibility: hidden;
  }
  .share-post.show {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .share-post {
    position: absolute;
    left: -3vw;
  }
}
@media (min-width: 992px) {
  .share-post {
    left: -3.5vw;
  }
}
@media (min-width: 1200px) {
  .share-post {
    left: -4vw;
  }
}
.share-post .share-post__list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
}
.share-post .share-post__list li {
  padding: 0.25rem;
}
.share-post .share-post__list li a {
  display: block;
  height: 45px;
  width: 45px;
  padding: 0.5rem;
  text-align: center;
}
.share-post .share-post__list li a i {
  font-size: 1rem;
  height: 25px;
  width: 25px;
}
.share-post .share-post__list li a i::before {
  vertical-align: sub;
}
@media (min-width: 768px) {
  .share-post .share-post__list {
    flex-direction: column;
  }
}

.btn-tag {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-tag:hover {
  color: #ec6607;
  border-color: #ec6607;
}

.comment-avatar {
  font-size: 4rem;
}
.comment-avatar::before {
  vertical-align: text-top;
}

.pagination .page-link {
  color: #000;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background-color: #ec6607;
  border-color: #ec6607;
}

footer {
  background: #161616;
}
footer #footer-social-links {
  padding: 0.5rem;
}
footer #footer-social-links a {
  color: #fff;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 0.5rem;
}
footer #footer-disclaimer {
  background-color: #ec6607;
  padding: 1rem 0;
}
footer #footer-disclaimer .container .row .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-main-color {
  color: #fff;
}
