.f1 {
  font-family: "Open Sans", sans-serif; }

/*Transition CSS*/
/*Transform CSS*/
/*Border Radius*/
/*Box Shadow*/
/*Gradient*/
.f1 {
  font-family: "Open Sans", sans-serif; }

/*Transition CSS*/
/*Transform CSS*/
/*Border Radius*/
/*Box Shadow*/
/*Gradient*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 28px);
  width: 56px;
  height: 56px;
  border: 0;
  cursor: pointer;
  outline: none;
  z-index: 10;
  background: #D51793;
  font-size: 0;
  line-height: 0;
  transition: all .3s;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: -4px -4px 8px #FFFFFF, 4px 4px 8px rgba(158, 158, 158, 0.6), inset -4px -4px 8px #FFFFFF00, inset 4px 4px 8px rgba(158, 158, 158, 0); }
  .slick-prev:before,
  .slick-next:before {
    display: inline-block;
    font-size: 30px !important;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s;
    color: #0F705E; }
  .slick-prev:hover,
  .slick-next:hover {
    box-shadow: -4px -4px 8px #FFFFFF00, 4px 4px 8px rgba(158, 158, 158, 0), inset -4px -4px 8px #FFFFFF, inset 4px 4px 8px rgba(158, 158, 158, 0.6); }

.slick-prev {
  left: 6%; }
  .slick-prev:before {
    content: '\F104';
    margin-right: 6px;
    font-family: "tio-font"; }

.slick-next {
  right: 6%; }
  .slick-next:before {
    content: '\F105';
    margin-left: 6px;
    font-family: "tio-font"; }

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:before {
        transition: all .3s;
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 6px;
        content: '';
        border-radius: 50%;
        background-color: #333333;
        opacity: 0.3; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        color: #0F705E; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background-color: #0F705E; }
    .slick-dots li.slick-active button:before {
      width: 12px;
      height: 12px;
      background: #072E2F;
      opacity: 1; }
    .slick-dots li:only-child {
      display: none; }
  .slick-dots li:not(.slick-active) button {
    margin-top: -2px; }

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

div[class^="blog"] a, section[class^="blog"] a {
  text-decoration: none; }

div[class^="blog"] ul, section[class^="blog"] ul {
  padding-left: 20px;
  margin-bottom: 32px; }

section[class^="blog"] p {
  margin-bottom: 32px; }

.blog-back-btn {
  margin-top: 120px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  text-transform: uppercase;
  color: #0F705E;
  display: inline-block; }
  .blog-back-btn .arrow {
    width: 20px;
    height: 13px;
    position: relative;
    display: inline-block;
    transition: 0.3s ease-in-out; }
    .blog-back-btn .arrow:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 2px;
      background-color: #0F705E;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 5px; }
    .blog-back-btn .arrow:after {
      position: absolute;
      content: "";
      width: 8px;
      height: 65%;
      border-top: 2px solid #0F705E;
      border-right: 2px solid #0F705E;
      rotate: -135deg;
      left: 0;
      border-radius: 2px;
      top: 50%;
      translate: 0 -50%; }
  .blog-back-btn:hover, .blog-back-btn:active, .blog-back-btn:focus {
    text-decoration: none;
    color: #333333; }
    .blog-back-btn:hover .arrow, .blog-back-btn:active .arrow, .blog-back-btn:focus .arrow {
      width: 30px; }

.blog-ptb-120 {
  padding: 100px 20px 20px; }
  @media (max-width: 767px) {
    .blog-ptb-120 {
      padding: 100px 0; } }

.blog-cnt-small {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto; }

.blog-cnt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .blog-cnt {
      padding-left: 24px;
      padding-right: 24px; } }

.blog-cnt-lg {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto; }

.blog-flex {
  display: flex; }

.blog-btn {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  text-transform: uppercase;
  color: #0F705E;
  display: inline-block;
  margin-top: 32px; }
  .blog-btn .arrow {
    width: 20px;
    height: 13px;
    position: relative;
    display: inline-block;
    transition: 0.3s ease-in-out; }
    .blog-btn .arrow:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 2px;
      background-color: #0F705E;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 5px; }
    .blog-btn .arrow:after {
      position: absolute;
      content: "";
      width: 8px;
      height: 65%;
      border-top: 2px solid #0F705E;
      border-right: 2px solid #0F705E;
      rotate: 45deg;
      right: 0;
      border-radius: 2px;
      top: 50%;
      translate: 0 -50%; }
  .blog-btn:hover, .blog-btn:active, .blog-btn:focus {
    text-decoration: none;
    color: #0F705E; }
    .blog-btn:hover .arrow, .blog-btn:active .arrow, .blog-btn:focus .arrow {
      width: 30px; }

.blog-inset-hero {
  background-color: rgba(30, 190, 204, 0.07);
  border-radius: 16px;
  overflow: hidden;
  position: relative; }
  .blog-inset-hero h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 38.4px */
    color: #0F705E; }
  .blog-inset-hero p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */ }
  .blog-inset-hero .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%; }
    .blog-inset-hero .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-inset-hero .txt-wrap {
    width: 50%;
    padding: 300px 0; }
  @media (max-width: 767px) {
    .blog-inset-hero {
      border-radius: 0; }
      .blog-inset-hero .blog-flex {
        flex-direction: column-reverse; }
      .blog-inset-hero .img {
        position: unset;
        width: 120%;
        margin-left: -24px;
        margin-right: -24px;
        height: 300px; }
        .blog-inset-hero .img img {
          border-radius: 0; }
      .blog-inset-hero .txt-wrap {
        width: 100%;
        padding: 32px 0 32px 0; }
        .blog-inset-hero .txt-wrap h1 {
          font-size: 24px; } }

.blog-col2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px 40px;
  border-top: 1px solid rgba(53, 44, 104, 0.3);
  border-bottom: 1px solid rgba(53, 44, 104, 0.3);
  padding: 100px 0; }
  .blog-col2-grid .blog-box h6 {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */ }
  .blog-col2-grid .blog-box h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    color: #0F705E; }
  .blog-col2-grid .blog-box:hover .img img {
    transform: scale(1.2); }
  @media (max-width: 767px) {
    .blog-col2-grid {
      grid-template-columns: 1fr;
      gap: 32px;
      padding: 32px 24px; } }

.blog-col3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px 40px; }
  .blog-col3-grid .blog-box h6 {
    color: rgba(51, 51, 51, 0.7);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */ }
  .blog-col3-grid .blog-box h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    color: #0F705E; }
  .blog-col3-grid .blog-box .img {
    width: 100%;
    height: 256px;
    border-radius: 4px;
    margin-bottom: 16px !important;
    overflow: hidden;
    background: #0F705E url("../images/no-img.svg") no-repeat center/50pc 50px; }
    .blog-col3-grid .blog-box .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.3s ease-in-out; }
  .blog-col3-grid .blog-box:hover .img img {
    transform: scale(1.2); }
  @media (max-width: 767px) {
    .blog-col3-grid {
      grid-template-columns: 1fr;
      gap: 32px; } }

.blog-paging {
  position: relative;
  overflow: hidden;
  padding-top: 160px; }
  .blog-paging .pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    padding-left: 0; }
    .blog-paging .pagination li {
      margin: 0;
      margin-right: 24px; }
      .blog-paging .pagination li::before {
        display: none; }
      .blog-paging .pagination li .visually-hidden {
        display: none; }
    .blog-paging .pagination .page-link {
      color: #0F705E;
      font-size: 16px;
      padding: 8px 16px;
      width: 40px;
      height: 40px;
      line-height: 150%;
      text-decoration: none;
      transition: all 0.3s;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #0F705E; }
      .blog-paging .pagination .page-link:hover {
        color: #fff;
        background: #0F705E; }
    .blog-paging .pagination .active .page-link {
      color: #fff;
      background: #0F705E; }
    .blog-paging .pagination .prev {
      position: relative; }
      .blog-paging .pagination .prev .page-link {
        border: 0;
        width: 40px;
        height: 40px;
        padding: 6px;
        text-indent: -9999px;
        background-color: unset; }
      .blog-paging .pagination .prev::after {
        position: absolute;
        content: "\f053";
        font-family: "Font Awesome 6 Free";
        font-size: 20px;
        font-weight: 800;
        right: 17px;
        bottom: 9px;
        color: #0F705E;
        text-align: center;
        transition: all 0.8s; }
    .blog-paging .pagination .next {
      position: relative;
      margin-right: 0; }
      .blog-paging .pagination .next .page-link {
        width: 32px;
        height: 32px;
        padding: 8px 16px;
        border: 0;
        text-indent: -9999px; }
      .blog-paging .pagination .next::after {
        position: absolute;
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-size: 20px;
        font-weight: 800;
        right: 14px;
        bottom: 9px;
        color: #0F705E;
        text-align: center;
        transition: all 0.8s; }
  @media (max-width: 768px) {
    .blog-paging {
      padding-top: 60px; }
      .blog-paging .pagination li {
        margin-right: 10px; } }

.blog-detail {
  position: relative; }
  .blog-detail:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 530px;
    background-color: #0F705E;
    border-radius: 0;
    top: 0;
    left: 0;
    z-index: -1; }
  .blog-detail h6 {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */ }
  .blog-detail h1 {
    max-width: 744px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 28px;
    color: #fff; }
  .blog-detail h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    margin-top: 25px; }
  .blog-detail .share-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 12px 32px;
    border-radius: 4px;
    border: 1px solid #0F705E;
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 20.8px */
    text-decoration: none;
    transition: 0.3s ease-in-out; }
    .blog-detail .share-btn:hover {
      background-color: #0F705E;
      color: #fff; }
  .blog-detail .img {
    margin: 25px 0 !important; }
    .blog-detail .img img {
      width: 100%;
      border-radius: 4px;
      object-fit: cover; }
  @media (max-width: 767px) {
    .blog-detail:before {
      height: 380px; }
    .blog-detail h1 {
      font-size: 26px; }
    .blog-detail .img {
      margin: 25px 0; } }

.blog_video {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 54px; }
  .blog_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5); }
  .blog_video .play-icon {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    gap: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    z-index: 2; }
    .blog_video .play-icon .play-circle {
      width: 72px;
      height: 72px;
      background-color: #fcfaf885;
      color: #072E2F;
      border-radius: 50%;
      position: relative;
      transition: .3s ease-in-out; }
      .blog_video .play-icon .play-circle i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #fff;
        transition: 0.3s ease-in-out; }
    .blog_video .play-icon .play-txt {
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      line-height: 120%;
      /* 19.2px */ }
    .blog_video .play-icon:hover .play-circle {
      transform: scale(1.2);
      background-color: #fff; }
      .blog_video .play-icon:hover .play-circle i {
        transform: scale(0.9) translate(-50%, -50%);
        color: #333333; }
    .blog_video .play-icon:hover .play-txt {
      color: #fff; }
  @media (max-width: 768px) {
    .blog_video {
      height: 400px;
      overflow: hidden; }
      .blog_video:before {
        border-radius: 16px; } }

.blog-slider {
  margin-bottom: 120px; }
  .blog-slider .slide-item {
    margin-right: 40px; }
    .blog-slider .slide-item img {
      height: 396px;
      width: 100%;
      border-radius: 4px;
      object-fit: cover;
      object-position: center; }
  .blog-slider .video-slide {
    position: relative; }
    .blog-slider .video-slide img {
      filter: brightness(0.5); }
    .blog-slider .video-slide .play-icon {
      display: inline-flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      color: #fff;
      gap: 16px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-decoration: none;
      z-index: 2; }
      .blog-slider .video-slide .play-icon .play-circle {
        width: 72px;
        height: 72px;
        background-color: #fcfaf885;
        color: #072E2F;
        border-radius: 50%;
        position: relative;
        transition: .3s ease-in-out; }
        .blog-slider .video-slide .play-icon .play-circle i {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          font-size: 30px;
          color: #fff;
          transition: 0.3s ease-in-out; }
      .blog-slider .video-slide .play-icon .play-txt {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        line-height: 120%;
        /* 19.2px */ }
      .blog-slider .video-slide .play-icon:hover .play-circle {
        transform: scale(1.2);
        background-color: #fff; }
        .blog-slider .video-slide .play-icon:hover .play-circle i {
          transform: scale(0.9) translate(-50%, -50%);
          color: #333333; }
      .blog-slider .video-slide .play-icon:hover .play-txt {
        color: #fff; }
  .blog-slider .slick-prev, .blog-slider .slick-next {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    box-shadow: none;
    outline: none; }
  .blog-slider .slick-prev:before, .blog-slider .slick-next:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #3D1051; }
  .blog-slider .slick-prev:before {
    content: "\f060"; }
  .blog-slider .slick-next:before {
    content: "\f061"; }
  .blog-slider .slick-dots {
    padding: 0;
    margin: 0;
    bottom: -60px; }
    .blog-slider .slick-dots li.slick-active button:before {
      background: #0F705E; }

.blog-tag {
  background-color: #0F705E;
  border-radius: 16px; }
  .blog-tag * {
    color: #fff; }
  @media (max-width: 767px) {
    .blog-tag {
      border-radius: 0;
      padding-left: 20px;
      padding-right: 20px; } }

/*# sourceMappingURL=syed-blog.css.map */
