@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

        :root {

            --heading-font: Merriweather;
            --font-size: 16px;
            --body-font: Roboto;
            --heading-color:#373846;
            --body-color:#6e7089;
            --link-color:#3b78ed;
            --button-color:#3b78ed;
            --button-text-color:#ffffff;
            --header-bg-color:rgba(255, 255, 255, 1);
            --body-bg-color:#f5f7f9;
            --footer-bg-color:rgba(255, 255, 255, 1);
            --header-text-color:#373846;
            --footer-text-color:#373846;
            --icon-color:#3b78ed;
            --img-color:#3b78ed;
            --img-opacity:3;
            --nav-dropdown-width: 170px;


    }
    .header {
      background: var(--header-bg-color);
      color: var(--header-text-color);
    }
    .footer {
      background: var(--footer-bg-color);
      color: var(--footer-text-color);
    }

.footer .ml-4 a i { font-size: 36px; }


    .header,
    .footer {
        font-family: var(--body-font);
        font-size: 16px;
        line-height: 1.63;

    }
    .ads-wrapper {
      background: var(--body-bg-color);
    }
    .empty-ads{
      padding: 0 !important;
    }

    .main-content {
        font-family: var(--body-font);
        font-size: var(--font-size);
        line-height: 1.63;
        color: #6e7089;
        background: var(--body-bg-color);
    }
    .main-content strong[style*="color"] a {
      color: inherit;
    }
    .main-content p {
        color: var(--body-color);
    }
    .main-content .img-wrapper a {
      position: relative;
    }
    .main-content .img-wrapper a:hover::after {
      display: block;
    }
    .main-content .img-wrapper a::after {
      width: 100%;
      height: 100%;
      display: none;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: var(--img-color);
      opacity: calc(var(--img-opacity) / 10);
    }
    .main-content h1,
    .main-content h2,
    .main-content h3,
    .main-content h4,
    .main-content h5 {
        font-family: var(--heading-font);
        color: var(--heading-color);
        line-height: 1.25;
    }
    .main-content h2 {
        font-size: 1.875em;
    }
    .main-content h3 {
        font-size: 1.5em;
    }
    .main-content h4 {
        font-size: 1.25em;
    }
    .main-content h5 {
        font-size: 1em;
    }
    .main-content h6 {
        font-size: 0.75em;
    }
    .main-content a {
      color: var(--link-color);
    }
    .main-content input {
      color: #6e7089
    }
    .border-grey-1 {
        border-color: #d5d8e5;
    }
    .text-grey-1,
    .main-content .text-grey-1 {
        color: #373846;
    }
    .text-grey-2,
    .main-content .text-grey-2 {
        color: #979797;
    }
    .text-grey-3,
    .main-content .text-grey-3 {
        color: #d5d8e5;
    }
    .bg-grey-1 {
        background-color: #f5f7f9;
    }
    .btn-default {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        border-radius: 6px;
        background-color: var(--button-color);
        color: var(--button-text-color);
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        padding: 0 15px;
    }
    .header .btn-default {
      font-family: var(--body-font);
      font-weight: 600;
    }
    .h-44 {
        height: 44px;
        line-height: 44px;
    }
    .img-lg {
        max-width: 100%;
        width: 800px;
        height: 450px;
    }
    .img-base {
        max-width: 100%;
        width: 431px;
        height: 242px;
    }
    .img-sm {
        max-width: 100%;
        width: 400px;
        height: 225px;
    }
    .img-xs {
        max-width: 100%;
        width: 80px;
        height: 45px;
    }
    .container {
        max-width: 1280px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .blog-grid {
        margin: 0 -12px;
    }
    .blog-grid .blog-item {
        width: 50%;
      padding: 0 12px 24px;
    }
    .blog-grid .blog-item .border-grey-1 {
        min-height: calc(100% - 280px);
      }
    .blog-list {
        padding-bottom: 8px;
    }
    .blog-list .blog-item {
        width: 100%;
        margin-bottom: 16px;
    }
    .blog-list .blog-item > div {
        display: flex;
    }
    .blog-list .blog-item .rounded-t {
        border-radius: 4px 0 0 4px;
        height: auto;
    }
    .blog-list .blog-item .rounded-b {
        border-radius: 0 4px 4px 0;
        flex: 1;
        padding: 32px;
    }
    .blog-list .blog-item .img-wrapper a {
      display: block;
      position: relative;
      height: 100%;
      min-height: 298px;
    }
    .blog-list .blog-item .img-wrapper img {
      position: absolute;
      left: 0;
      top: 0;
    }
    .sidebar {
        width: 340px;
        margin-left: 24px;
    }
    .without-sidebar .sidebar {
        display: none;
    }
    .without-sidebar .blog-grid .blog-item {
        width: 33.33%;
    }
    .breadcrumbs div {
      max-width: calc(100%);
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    #category-breadcrumbs {
      max-width: 100%;
    }
    .ql-editor {
        font-family: var(--body-font);
        padding: 10px 0;
        color: #373846;
        font-size: 18px;
        line-height: 34px;
      }
      .ql-editor ol, .ql-editor ul {
        padding-left: 0;
      }

      .ql-editor ol {
        list-style: decimal outside;
        padding-left: 27px;
      }
      .ql-editor ul {
        list-style: disc outside;
        padding-left: 27px;
      }

      .ql-bubble .ql-editor a {
        text-decoration: underline;
      color: #373846;
      }
      .ql-editor h1,
      .ql-editor h2,
      .ql-editor h3,
      .ql-editor h4,
      .ql-editor h5,
      .ql-editor h6 {
        margin: 0 0 10px;
        font-weight: normal;
        line-height: 1.5;
      }
      .ql-editor h1 {
        font-size: 40px;
      }
      .ql-editor h2 {
        font-size: 34px;
      }
      .ql-editor h3 {
        font-size: 30px;
      }
      .ql-editor h4 {
        font-size: 26px;
      }
      .ql-editor h5 {
        font-size: 22px;
      }
      .ql-editor h6 {
        font-size: 18px;
      }
      .ql-editor img {
        display: inline-block;
        vertical-align: baseline;
        margin: 15px 0;
      }
      .ql-editor iframe {
        width: 700px;
        max-width: 100%;
        height: 400px;
        margin: 15px 0;
      }
      .ql-editor .ql-direction-rtl {
        direction: rtl;
        text-align: inherit;
      }

      .ql-editor .ql-align-center {
      text-align: center;
      }

      .ql-editor .ql-align-justify {
      text-align: justify;
      }

      .ql-editor .ql-align-right {
      text-align: right;
      }
    .container-small {
        max-width: 1094px;
        padding: 0 15px;
        margin: 0 auto;
    }
   .container-small > .md\:flex {
  justify-content: center;
}
.container-small > .md\:flex > .flex-1 {
  max-width: 700px;
}
.ql-editor table {
  width: 100%;
  border-collapse: collapse;
}

.ql-editor thead {
  background-color: black;
  color: white;
}
.ql-editor tbody tr:nth-child(even) {
  background-color: white;
}

.ql-editor tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.ql-editor thead tr th {
  padding: 8px;
  border: 1px solid #ddd;
}

.ql-editor tbody tr td {
  color: black;
  padding: 8px;
  border: 1px solid #ddd;
}

.ql-editor pre {
  text-wrap: wrap;
  font-size: 1rem;
  padding: 0.66001rem 9.5px 9.5px;
  line-height: 2rem;
  background: linear-gradient(to bottom,#fff 0,#fff 0.75rem,#f5f7fa 0.75rem,#f5f7fa 2.75rem,#fff 2.75rem,#fff 4rem);
  background-size: 100% 4rem;
  border-color: #d3daea;
  display: block;
  margin: 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ql-editor blockquote p {
  font-size: 1rem;
  margin-bottom: 0.33999rem;
  font-style: italic;
  padding: 0.66001rem 1rem 1rem;
  border-left: 3px solid #a0aabf;
}
.blog-masonry {
  max-width: 1250px;
  display: block !important;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  transition: all 0.5s ease-in-out;
  column-gap: 24px;
  -moz-column-gap: 24px;
  -webkit-column-gap: 24px;
  column-fill: initial;
  -webkit-column-width: 220px;
  -moz-column-width: 220px;
  column-width: 220px;
}
.blog-masonry .blog-item {
  padding-bottom: 24px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.without-sidebar .blog-masonry {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.blog-item img {
  background-color: #fff;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8)
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding-top: 12px;
  padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #222428
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active,
.dot:hover {
    background-color: #717171
}


.blog-item {
  display: none;
}
/* .blog-item:nth-child(-n+4) {
  display: block;
}
.without-sidebar .blog-item {
  display: none;
}
.without-sidebar .blog-item:nth-child(-n+3) {
  display: block;
} */

.menu-bar nav a {
  display: block;
  padding: 12px 0;
  }
  .nav-dropdown,
  .nav-dropdown-wrapper .nav-arrow {
  display: none;
  }
.nav-dropdown-wrapper .nav-dropdown {
  min-width: 120px;
  width: var(--nav-dropdown-width);
  top: 48px;
  line-height: 2rem;
  z-index: 1;
  display: none;
}
.nav-dropdown-wrapper .nav-dropdown > div:last-child {
  border: none;
}
.nav-dropdown-wrapper .nav-dropdown a {
  padding: 0;
  color: #373846;
}
.nav-dropdown-wrapper:hover .nav-dropdown {
  display: block;
}
.nav-dropdown-wrapper .nav-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid;
  margin-left: 7px;
  display: inline-block;
}
.newsletter-form iframe {
  height: 100px;
}
.searchbar-popup-container .searchbar {
  width: 450px;
}

[class^="groovevideo-widget-inner-container"] iframe {
  width: 100%;
  height: 100%;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .img-lg {
  width: 50%;
  height: auto;
  }
  .blog-list .blog-item .rounded-t {
  width: 280px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar {
  width: 260px;
  }
  .blog-list .blog-item .rounded-t {
  width: 200px;
  }
  .search-post-img {
    max-width: 100%;
    width: 60px;
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .header-navigations {
    flex: 1 1 0%;
  }
  .blog-grid {
  margin: 0 -10px;
  }
  .blog-grid .blog-item {
  width: 100%;
  padding: 0 10px 24px;
  }

  .without-sidebar .blog-grid .blog-item {
    width: 100%;
    }

  .sidebar {
  width: 100%;
  margin: 8px 0 0 0;
  }
  .img-base {
  width: 100%;
  height: 220px;
  }
  .img-lg {
  width: calc(100% + 20px);
  height: 240px;
  max-width: inherit;
  margin: 0 -10px;
  }
  .banner-content {
  width: 100%;
  overflow-x: clip;
  margin-top: -40px;
  border-radius: 4px;
  position: relative;
  }
  .blog-list .blog-item > div {
    flex-direction: column;
  }
  .blog-list .blog-item .rounded-t {
  width: 100%;
  border-radius: 4px 4px 0 0;
  }
  .blog-list .blog-item .rounded-b {
  border-radius: 0 0 4px 4px;
  }
  .blog-list .blog-item .img-wrapper a {
    min-height: inherit;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .blog-list .blog-item .img-wrapper + .border.border-grey-1 {
    min-height: inherit !important;
  }
  .blog-masonry {
  max-width: 100%;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  }
  .menu-label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  color: var(--icon-color);
  fill: var(--icon-color);
  }
  .menu-icon {
    font-size: x-large;
  }
  .menu-label-left {
    right: 50px;
  }
  .menu-label-left {
    right: 50px;
  }
  .menu-label .cross-icon {
  display: none;
  }
  .menu-child {
    display: none;
  }
  .menu-bar {
  width: 100%;
  top: 100%;
  left: 0;
  background: var(--header-bg-color);
  z-index: 9;
  }
  #menu-toggle:checked + .menu-label + .menu-bar {
    position: absolute;
    box-shadow: 0 8px 6px -6px #ccc;
  }
  #menu-toggle:checked + .menu-label + .menu-bar .menu-child,
  #menu-toggle:checked + .menu-label .cross-icon {
    display: block;
  }
  #menu-toggle:checked + .menu-label + .menu-bar .searchbar-container,
  #menu-toggle:checked + .menu-label .menu-icon,
  #menu-toggle:checked + .menu-label + .menu-bar .search-container {
    display: none;
  }
  #menu-toggle:not(:checked) + .menu-label-with-searchbar{
    margin-top: -40px;
  }
  .nav-dropdown-wrapper .nav-dropdown{
    width: 100%;
    text-align: center;
  }
  .searchbar-popup-container .searchbar {
    width: 300px;
  }
  .search-container {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
  }
}
  .fa-youtube-square::before {
    content: "\f431" !important;
  }
  .search-icon {
    color: #989ab2;
  }
  .search-bar-icon {
    z-index: 1;
    left: 10px;
    top: 12px;
  }
  .searchbar {
    width: 100%;
    max-width: 450px;
    margin-bottom: 0px;
    z-index: 99;
  }
  .searchbar input::placeholder{
    font-size: 0.875rem;
  }
  .border-grey-2 {
    border-color: #cccedc;
  }
  .searchbar-popup-container {
    right: 0;
    top: 45px;
  }
  .searchbar-popup-container input {
    border-radius: 0px;
    border-width: 2px;
  }
  .searchbar-popup-container .search-list {
    border-radius: 0;
    border-top-width: 0;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .searchbar .searchbar-border-bottom {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .searchbar-popup-container {
    display: none;
  }
  .main-search-icon {
    color: var(--icon-color);
  }
  .searchbar-popup-open .searchbar-popup-container {
    display: block;
  }
  .search-list {
    width: 100%;
    border-width: 0 1px 1px;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    background-color: #fff;
    position: absolute;
    text-align: left;
    max-height: 290px;
    overflow: auto;
  }
  .search-list li:hover, .search-list li:focus {
    background-color: #dcdcea;
  }
  .show-post-image {
    height: 72px;
  }
  .search-list > li > span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

.logo-img {
  max-width: 200px;
  max-height: 60px;
}
.logo-img img {
    max-height: 60px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
.slider-button:focus {
  outline: none;
}

@media only screen and (min-width: 767px) {
  .show-search .header-navigations {
    margin-right: 32px;
  }
  .banner-content {
    width: 50%;
    overflow-x: clip;
  }
}
