/**
 * /*!
 * Mundana Jekyll Theme (https://www.wowthemes.net/mundana-jekyll-theme/)
 *
 * @format
 */
@import url('https://fonts.cdnfonts.com/css/metropolis');
@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');

body {
  font-family: "Sen";
  overflow-x: hidden;
  padding-top: 80px;
  -webkit-margin-collapse: separate;
  /* for footer positioning */
  min-height: 100vh;
  position: relative;
  /* padding-bottom: 100px; */
  /* default color scheme */
  --jade-green: #03a87c;
  --grayscale-100: #fff;
  --grayscale-100r: 255, 255, 255;
  --grayscale-95: #fff;
  --grayscale-93: #f8f8f8;
  --grayscale-92: #f0f0f0;
  --grayscale-90: #eee;
  --grayscale-90b: #e9ecef;
  --grayscale-88: #e2e2e2;
  --grayscale-85: #dbdbdb;
  --grayscale-80: #d0d0d0;
  --grayscale-75: #c6c6c6;
  --grayscale-70: #bbb;
  --grayscale-35: #6c757d;
  --grayscale-25: #555;
  --grayscale-20: #333;
  --grayscale-15: #212529;
  --grayscale-10: #222;
  --grayscale-08: #1c1a1a;
  --grayscale-05: #111;
  --grayscale-03: #0d0c0c;
  --grayscale-00: #000;
  --grayscale-00r: 0, 0, 0;
  background-color: rgb(89, 168, 24, 0.1);
  color: var(--grayscale-15);
}
body.dark {
  /* dark theme */
  --grayscale-00: #fff;
  --grayscale-00r: 255, 255, 255;
  --grayscale-03: #fcfbfb;
  --grayscale-05: #eee;
  --grayscale-08: #e4e4e4;
  --grayscale-10: #ddd;
  --grayscale-15: #cecac6;
  --grayscale-20: #bbb;
  --grayscale-25: #aaa;
  --grayscale-35: #938a82;
  --grayscale-70: #555;
  --grayscale-75: #444;
  --grayscale-80: #363636;
  --grayscale-85: #2f2f2f;
  --grayscale-88: #222;
  --grayscale-90b: #181b1e;
  --grayscale-90: #1c1a1a;
  --grayscale-92: #181716;
  --grayscale-93: #141313;
  --grayscale-95: #111;
  --grayscale-100: #000;
  --grayscale-100r: 0, 0, 0;
  background-color: #242319;
  color: var(--grayscale-20);
}
body.dark .card {
  background-color: transparent;
  /* border: 1px solid var(--grayscale-35) !important; */
}
body.dark nav {
  background: var(--grayscale-92);
}
body.dark a {
  color: var(--grayscale-00);
}
body.dark nav a {
  color: var(--grayscale-00) !important;
}
body.dark a:hover {
  color: #5CCB00 !important;
}
body.dark .jumbotron-home {
  background: rgba(46, 139, 87, 0.1);
}
body.dark .jumbotron-home a:hover div,
body.dark .jumbotron-home a:hover p,
body.dark .jumbotron-home a:hover h1{
  /* color: #5CCB00 !important; */
}

.jumbotron-home a div,
.jumbotron-home a p,
.jumbotron-home a h1{
  color: var(--grayscale-00) !important;
}
.jumbotron-home a:hover div,
.jumbotron-home a:hover p,
.jumbotron-home a:hover h1{
  /* color: #5CCB00 !important; */
}

body.dark p,
body.dark div {
  color: var(--grayscale-20) !important;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5 {
  color: var(--grayscale-03) !important;
}
body.dark .jumbotron {
  fill: var(--grayscale-93);
}
body.dark .jumbotron .row {
  margin-left: initial;
}
body.dark img.logo {
  background-color: #fff;
}
body.dark .navbar-toggler-icon {
  filter: invert(100%);
}

body.dark .form-control:focus {
  border-color: #5CCB00;
  box-shadow: 0 0 0 0.15rem rgba(243, 46, 84, 0.25);
}
body.dark .modal-header button.close {
  filter: invert(100%);
}
body.dark .a2a_menu {
  background-color: var(--grayscale-85) !important;
}
body.dark .a2a_menu_find_container {
  border: 1px solid var(--grayscale-70) !important;
}
body.dark .a2a_menu_find_container .a2a_menu_find {
  color: var(--grayscale-15) !important;
}
body.dark .a2a_menu_find_container .a2a_s_find svg {
  background-color: initial;
}
body.dark .btn-outline-success,
body.dark .btn-dark {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
body.dark .btn-outline-success:focus,
body.dark .btn-outline-success:hover,
body.dark .btn-dark:hover {
  border-color: #5CCB00 !important;
  color: #5CCB00 !important;
}

.switch {
  position: relative;
  display: flex;
  width: 48px;
  height: 28px;
  margin: auto 6px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5CCB00;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.2s;
}
a:hover {
  color: #5CCB00 !important;
}
.switch input:checked + .slider:before {
  transform: translateX(20px);
}

img.logo {
  background-color: #fff;
}
nav {
  background-color: #fff;
}
.navbar-toggler-icon {
  /* filter: invert(100%); */
  color: aliceblue;
  /* border: 2px solid black !important; */
}

.form-control:focus {
  border-color: #5CCB00;
  box-shadow: 0 0 0 0.15rem rgba(243, 46, 84, 0.25);
}

.modal-header button.close {
  filter: invert(100%);
}

.a2a_menu {
  background-color: var(--grayscale-85) !important;
}

.a2a_menu_find_container {
  border: 1px solid var(--grayscale-70) !important;
}
.a2a_menu_find {
  color: var(--grayscale-15) !important;
}

.a2a_s_find svg {
  background-color: initial;
}

*/ body {
  overflow-x: hidden;
  padding-top: 69.75px;
}
.site-content {
  margin-top: 30px;
  min-height: 400px;
}
.remove-site-content-margin {
  margin-top: -30px;
}
img {
  max-width: 100%;
  /* border-radius: 0.3rem !important; */
}
.tofront {
  position: relative;
  z-index: 1;
}
.full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
a,
a:hover {
  transition: all 0.2s;
  text-decoration: none;
}
nav a {
  color: #000000;
}
a:hover {
  color: #65c714 !important;
}
.c-pointer:hover {
  cursor: pointer;
}
.z-index-1 {
  z-index: 1;
}
.jumbotron-home {
  background: #5ccb0063;
}

.btn-outline-success,
.btn-dark,
.post-content .btn-outline-success,
.post-content .btn-dark {
  color: #000000 !important;
  background-color: transparent;
  background-image: none;
  border-color: #000000 !important;
}

.btn-outline-success:hover,
.btn-dark:hover {
  color: #5CCB00 !important;
  background-color: transparent;
  border-color: #5CCB00 !important;
}
.post-content a {
  color: #0080ff !important;
}
.post-content a:hover {
  color: #5CCB00 !important;
}
@media (max-width: 991.98px) {
  .display-3 {
    font-size: 3.5rem;
  }
  .navbar .switch {
    display: none;
  }
  .navbar div.navbar-collapse.show + .switch,
  .navbar div.navbar-collapse.collapsing + .switch {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .display-3 {
    font-size: 2rem;
  }
}
.row.gap-y > .col,
.row.gap-y > [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mt-neg5 {
  margin-top: -5rem;
}
.ml-neg5 {
  margin-left: -5rem;
}
@media (min-width: 768px) {
  /* .h-md-100-v {
    height: 100vh;
  }
  .h-md-100 {
    height: 100vh;
  } */
  .navbar .switch {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .h-xl-300 {
    height: 300px;
  }
  .h-max-380 {
    max-height: 380px;
  }
}
.btn-round {
  border-radius: 30px !important;
}
.btn {
  padding: 0.35rem 1.1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  position: relative;
}
.btn:hover,
.btn:focus {
  outline: 0 !important;
}
.btn .badge {
  position: absolute;
  top: -0.625rem;
  right: -0.3125rem;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.65rem 2rem;
  font-size: 1.15rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.15rem 0.7rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-link:hover,
.btn-link:focus {
  box-shadow: none;
}
.btn-link.btn-primary {
  color: #5CCB00;
  border-color: transparent;
}
.btn-link.btn-secondary {
  color: #7832e2;
  border-color: transparent;
}
.btn-link.btn-success {
  color: #5CCB00;
  border-color: transparent;
}
.btn-link.btn-info {
  color: #09ebaf;
  border-color: transparent;
}
.btn-link.btn-warning {
  color: #ffde03;
  border-color: transparent;
}
.btn-link.btn-danger {
  color: #ea2f65;
  border-color: transparent;
}
.btn-link.btn-light {
  color: #f8f9fa;
  border-color: transparent;
}

.btn-link.btn-white {
  color: #fff;
  border-color: transparent;
}

.btn-link.btn-purple {
  color: #ad6edd;
  border-color: transparent;
}
.btn-link.btn-sudeepmon {
  color: #ff977a;
  border-color: transparent;
}
.btn-link.btn-cyan {
  color: #35bdff;
  border-color: transparent;
}
.btn-link.btn-gray {
  color: #ced4da;
  border-color: transparent;
}
.btn-link.btn-indigo {
  color: #502c6c;
  border-color: transparent;
}
.btn-link.btn-orange {
  color: #fbb500;
  border-color: transparent;
}
.btn-link.btn-lightblue {
  color: #e8f3ec;
  border-color: transparent;
}
.btn-white {
  background-color: #fff;
}
.input-round {
  border-radius: 30px !important;
}
.input-group.input-round input:first-child {
  border-radius: 30px 0 0 30px;
}
.input-group.input-round input:last-child {
  border-radius: 0px 30px 30px 0px;
}
.navbar {
  transition: top 0.2s ease-in-out;
  font-weight: 400;
}
.navbar .highlight .nav-link {
  color: #5CCB00 !important;
  border: 1px solid #5CCB00;
  padding: 0.3rem 1rem;
  border-radius: 3px;
  font-size: 0.93rem;
}
.navbar .highlight .nav-link:hover {
  background: #5CCB00;
  color: #fff !important;
}
.navbar-brand {
  margin-right: 2rem;
  font-size: 1.55rem;
  font-family: "Sen";
}
.dropdown-item {
  font-weight: 400;
}
.dropdown-menu {
  border: 0;
  text-transform: none;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .dropdown-menu:before {
    content: "";
    top: -8px;
    position: absolute;
    left: 50px;
    border-top: 16px solid #fff;
    border-left: 16px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #5CCB00;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 1rem;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #5CCB00;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-toggler {
  border: 2px solid #5CCB00 !important;
  color: #5CCB00 !important;
  border-color: #5CCB00 !important;
  /* color: rgb(255 9 9) !important; */
  /* border-color: rgb(247 18 18) !important; */
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-text a:hover,
.navbar-text a:focus {
  color: #5CCB00;
}
.bd-search .form-control {
  font-size: 0.85rem;
  color: #999;
  border-radius: 30px;
  height: 35px;
  border: 1px solid #eee;
}
.mb-2rem {
  margin-bottom: 2rem;
}
.jumbotron {
  background-size: cover;
  padding: 7rem 1rem;
}
@media (min-width: 992px) {
  .jumbotron-lg-withnav {
    padding-bottom: calc(10rem - 69.75px);
  }
  .jumbotron-lg {
    padding: 10rem 0;
  }
  .jumbotron-xl {
    padding: 15rem 0;
  }
  .jumbotron-xl {
    min-height: 100vh;
  }
  .bottom-align-text-absolute {
    position: absolute;
    bottom: 30px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .jumbotron-home h1 {
    font-family: "Sen";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
  }
}
.bg-black {
  background-color: #000;
}
.overlay {
  position: relative;
}
.overlay .container {
  position: relative;
}
.overlay:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.overlay-black:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-blue:before {
  background-color: rgba(23, 29, 90, 0.5);
}
.overlay-red:before {
  background: linear-gradient(
    0deg,
    rgba(44, 44, 44, 0.2),
    rgba(224, 23, 3, 0.6)
  );
}
.overlay-blue:before {
  background-color: rgba(23, 29, 90, 0.5);
}
.bg-primary {
  fill: #5CCB00 !important;
}
.bg-secondary {
  fill: #7832e2 !important;
}
.bg-success {
  fill: #5CCB00 !important;
}
.bg-info {
  fill: #09ebaf !important;
}
.bg-warning {
  fill: #ffde03 !important;
}
.bg-danger {
  fill: #ea2f65 !important;
}
.bg-light {
  fill: #f8f9fa !important;
}
.bg-dark {
  fill: #212529 !important;
}
.bg-white {
  fill: #fff;
}
.bg-purple {
  fill: #ad6edd !important;
}
.bg-sudeepmon {
  fill: #ff977a !important;
}
.bg-cyan {
  fill: #35bdff !important;
}
.bg-gray {
  fill: #ced4da !important;
}
.bg-indigo {
  fill: #502c6c !important;
}
.bg-orange {
  fill: #fbb500 !important;
}
.bg-lightblue {
  fill: #e8f3ec !important;
}
.card .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #ea2f65;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  box-sizing: border-box;
}
.card .date .day {
  font-size: 16px;
  line-height: 1;
}
.card .date .month {
  font-size: 11px;
  text-transform: uppercase;
}
.card a:hover {
  text-decoration: none;
  color: #5CCB00;
}
.card-pricing .card ul li {
  margin-bottom: 1.5rem;
}
.iconbox {
  border: 1px solid;
  text-align: center;
  display: inline-block;
}
.iconbox.iconsmall {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}
.iconbox.iconmedium {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.8rem;
}
.iconbox.iconlarge {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 2.2rem;
}
.alert-primary {
  color: #fff;
  background-color: #5CCB00;
  border-color: #5CCB00;
}
.alert-primary hr {
  border-top-color: #038f6a;
}
.alert-primary .alert-link {
  color: #e6e6e6;
}
.alert-secondary {
  color: #fff;
  background-color: #7832e2;
  border-color: #7832e2;
}
.alert-secondary hr {
  border-top-color: #6a1fdb;
}
.alert-secondary .alert-link {
  color: #e6e6e6;
}
.alert-success {
  color: #fff;
  background-color: #5CCB00;
  border-color: #5CCB00;
}
.alert-success hr {
  border-top-color: #038f6a;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  color: #fff;
  background-color: #09ebaf;
  border-color: #09ebaf;
}
.alert-info hr {
  border-top-color: #08d29d;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  color: #fff;
  background-color: #ffde03;
  border-color: #ffde03;
}
.alert-warning hr {
  border-top-color: #e9ca00;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  color: #fff;
  background-color: #ea2f65;
  border-color: #ea2f65;
}
.alert-danger hr {
  border-top-color: #e81854;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.alert-light {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.alert-light hr {
  border-top-color: #e9ecef;
}
.alert-light .alert-link {
  color: #e6e6e6;
}
.alert-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.alert-dark hr {
  border-top-color: #16181b;
}
.alert-dark .alert-link {
  color: #e6e6e6;
}
.alert-white {
  color: #fff;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #e6e6e6;
}
.alert-purple {
  color: #fff;
  background-color: #ad6edd;
  border-color: #ad6edd;
}
.alert-purple hr {
  border-top-color: #a159d8;
}
.alert-purple .alert-link {
  color: #e6e6e6;
}
.alert-sudeepmon {
  color: #fff;
  background-color: #ff977a;
  border-color: #ff977a;
}
.alert-sudeepmon hr {
  border-top-color: #ff8361;
}
.alert-sudeepmon .alert-link {
  color: #e6e6e6;
}
.alert-cyan {
  color: #fff;
  background-color: #35bdff;
  border-color: #35bdff;
}
.alert-cyan hr {
  border-top-color: #1cb5ff;
}
.alert-cyan .alert-link {
  color: #e6e6e6;
}
.alert-gray {
  color: #fff;
  background-color: #ced4da;
  border-color: #ced4da;
}
.alert-gray hr {
  border-top-color: #bfc7cf;
}
.alert-gray .alert-link {
  color: #e6e6e6;
}
.alert-indigo {
  color: #fff;
  background-color: #502c6c;
  border-color: #502c6c;
}
.alert-indigo hr {
  border-top-color: #43255a;
}
.alert-indigo .alert-link {
  color: #e6e6e6;
}
.alert-orange {
  color: #fff;
  background-color: #fbb500;
  border-color: #fbb500;
}
.alert-orange hr {
  border-top-color: #e2a300;
}
.alert-orange .alert-link {
  color: #e6e6e6;
}
.alert-lightblue {
  color: #fff;
  background-color: #e8f3ec;
  border-color: #e8f3ec;
}
.alert-lightblue hr {
  border-top-color: #d7eade;
}
.alert-lightblue .alert-link {
  color: #e6e6e6;
}
ul.list-unstyled li {
  margin-bottom: 0.3rem;
}
ol.list-featured {
  list-style: none;
  padding-left: 0;
}
ol.list-featured li {
  display: flex;
  font-size: 0.8rem;
}
ol.list-featured li:before {
  font-weight: bold;
  font-size: 2rem;
  margin-right: 0.5rem;
  font-family: "Sen";
  line-height: 1;
  opacity: 0.1;
}
.catlist .sep:last-child {
  display: none;
}
footer {
  margin-top: 50px;
  z-index: 1022;
  position: relative;
}
.sticky-top-offset {
  top: 70px;
}
.homefirstpage .main-loop .main-loop-card:nth-child(-n + 5) {
  display: none !important;
}
.excerpt {
  color: rgba(0, 0, 0, 0.59);
  margin-top: 10px;
  font-size: 1rem;
}
article {
  font-size: 20px;
  line-height: 1.86;
  font-family: "Sen";
}
.article-headline {
  font-family: "Metropolis";
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.15;
  color: #222222;
}
article p,
article pre,
article figure,
article img,
article blockquote,
article iframed,
article embed {
  margin-bottom: 1rem;
}
article blockquote {
  padding-left: 40px;
  margin-left: 0px;
  font-style: italic;
  position: relative;
}
article blockquote:before {
  content: "“";
  font-family: "Sen";
  font-size: 8rem;
  margin: -1rem 2rem 0 -3.9rem;
  position: absolute;
  opacity: 1;
  float: left;
  line-height: 1;
}
article:first-letter {
  float: left;
  font-size: 5em;
  line-height: 1;
  margin: 0 0.2em 0 0;
  vertical-align: top;
  font-style: italic;
  font-family: initial;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article .h1,
article .h2,
article .h3,
article .h4,
article .h5,
article .h6 {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-weight: 600;
}
.alertbar {
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.0785);
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 20px 0;
  z-index: 1021;
  display: none;
}

.author-div img {
  max-width: unset;
}

.alertbar img {
  border-radius: 2px;
}
.spanborder {
  border-bottom: 1px solid #e8f3ec;
  margin-bottom: 2rem;
}
.spanborder span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.44);
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: -1px;
}
.a2a_default_style .a2a_svg {
  border-radius: 50% !important;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .display-4 {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .display-4 {
    font-size: 25px;
  }
  .alertbar {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .a2a_default_style a {
    display: block !important;
    float: none !important;
  }
  .a2a_default_style .a2a_svg {
    border-radius: 50% !important;
    display: block !important;
    float: none !important;
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .a2a_svg {
    height: 40px !important;
    line-height: 40px !important;
    width: 40px !important;
  }
  .a2a_mini_services .a2a_svg,
  .a2a_menu_show_more_less .a2a_svg,
  .a2a_full .a2a_svg {
    height: 20px !important;
    line-height: 20px !important;
    width: 20px !important;
  }
}
@media (min-width: 992px) {
  .fixedsidebar {
    top: 0px;
    position: fixed;
    z-index: 1050;
    left: 0;
    overflow-y: overlay;
    width: 260px;
    height: 100%;
    padding: 0 0.5rem 0.5rem 1.5rem;
    border-right: 1px solid #e9ecef;
    background-color: #fff;
    padding-bottom: 50px;
  }
  .content-withfixedsidebar {
    margin-left: 260px;
  }
  .content-withfixedsidebar .navbar.fixed-top {
    margin-left: 260px;
  }
}
a.a2a_i,
i.a2a_i,
.a2a_menu a.a2a_i:visited,
.a2a_menu a.a2a_more {
  font-size: 13px !important;
  color: #999 !important;
}
div.a2a_full_footer {
  display: none;
}
@media (min-width: 1920px) {
  .container,
  .container-lg {
    width: 1280px;
    max-width: 1280px;
  }
  h6,
  .h6 {
    font-size: 1.1rem;
  }
  article {
    font-size: 1.24rem;
  }
  .topfirstimage {
    height: 280px !important;
  }
}
