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

        :root {
        
            --heading-font: Merriweather, serif;
            --font-size: 16px;
            --body-font: Nunito Sans, sans-serif;
            --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;
            --img-color:#3b78ed;
            --img-opacity:3;

        
    }
    .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: 'Roboto', sans-serif;
        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 p {
        color: var(--body-color);
    }
    .main-content .img-wrapper {
      position: relative;
    }
    .main-content .img-wrapper:hover::after {
      display: block;
    }
    .main-content .img-wrapper::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: 'Nunito Sans', sans-serif;
      font-weight: 600;
    }
    .h-44 {
        height: 44px;
        line-height: 44px;
    }
    .img-lg {
        max-width: 100%;
        width: 690px;
        height: 450px;
    }
    .img-base {
        max-width: 100%;
        width: 430px;
        height: 280px;
    }
    .img-sm {
        max-width: 100%;
        width: 400px;
        height: 260px;
    }
    .img-xs {
        max-width: 100%;
        width: 80px;
        height: 56px;
    }
    .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%;
    }
    .ql-editor {
        font-family: 'Roboto', sans-serif;
        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 inside; 
      } 
      .ql-editor ul { 
        list-style: disc inside; 
      }
      .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;
}
.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 {
  width: 170px;
  top: 50px;
  z-index: 99;
  }
  .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;
}

@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;
  }
  }
  @media only screen and (max-width: 767px) {
  .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 {
  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-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%;
  right: 15px;
  margin-top: -10px;
  }
  .menu-label .cross-icon {
  display: none;
  }
  .menu-bar {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--header-bg-color);
  z-index: 9;
  box-shadow: 0 8px 6px -6px #ccc;
  }
  #menu-toggle:checked + .menu-label + .menu-bar {
  display: block;
  }
  #menu-toggle:checked + .menu-label .menu-icon {
  display: none;
  }
  #menu-toggle:checked + .menu-label .cross-icon {
  display: block;
  }
  .nav-dropdown-wrapper .nav-dropdown{
    width: 100%;
    text-align: center;
  }
  }