
    .post-list-item {
      border-radius: 3px;
      border: solid 1px #EEE;
      overflow: hidden;
      background: #fff
    }

    .post-list-item:hover {
      -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1)
    }

    .post-list-item:hover .post-title a span {
      bottom: 30px
    }

    .post-list-item .post-top {
      position: relative;
      width: 100%;
      height: 240px;
      overflow: hidden
    }

    .post-list-item .post-image {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover
    }

    .post-list-item .post-title {
      position: absolute;
      margin: 0;
      padding: 0;
      font-size: 20px;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      line-height: 1.2
    }

    .post-lists .column-2 .post-list-item .post-title {
      font-size: 16px
    }

    .post-list-item .post-title:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 0;
      height: 60%;
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%)
    }

    .post-list-item .post-title a {
      color: #FFF;
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 20px
    }

    .post-list-item .post-title a span {
      position: absolute;
      left: 20px;
      bottom: 20px;
      right: 20px;
      -webkit-transition: bottom 100ms linear;
      -moz-transition: bottom 100ms linear;
      -o-transition: bottom 100ms linear;
      transition: bottom 100ms linear
    }

    .post-list-item .post-bottom {
      height: auto;
      padding: 15px;
      display: table;
      width: 100%
    }

    .post-list-item .post-author-box {
      display: inline-block;
      font-size: 13px;
      float: left
    }

    .post-list-item .author-avatar {
      display: table-cell;
      vertical-align: middle
    }

    .post-list-item .author-avatar img {
      border-radius: 50%;
      overflow: hidden;
      display: block;
      width: 24px;
      height: 24px
    }

    .post-list-item .author-name {
      display: table-cell;
      vertical-align: middle;
      padding-right: 20px;
      padding-left: 10px;
      text-decoration: none;
      white-space: nowrap
    }

    .post-list-item .author-name:hover {
      text-decoration: underline
    }

    .post-list-item .post-date {
      display: table-cell;
      vertical-align: middle;
      opacity: .4;
      white-space: nowrap
    }

    .post-list-item .post-meta {
      display: inline-block;
      font-size: 14px;
      float: right
    }

    .post-list-item .read-more {
      text-decoration: none;
      position: relative;
      color: #333
    }

    .post-list-item .read-more:hover {
      color: #dc2430
    }

    .post-list-item .read-more:hover i {
      left: 10px
    }

    .post-list-item .read-more i {
      position: relative;
      top: 5px;
      left: 0;
      font-size: 18px;
      -webkit-transition: left 200ms linear;
      -moz-transition: left 200ms linear;
      -o-transition: left 200ms linear;
      transition: left 200ms linear
    }

    .bs-slider {
      overflow: hidden;
      height: 80vh;
      max-height: 1000px;
      position: relative;
      background: #000
    }

    .carousel-inner>.item {
      height: 100%;
    }

    .carousel-inner>.item>img {
      max-width: auto;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @media(max-width:1400px) {
      .bs-slider {
        height: 700px;
      }

      .bs-slider .carousel-inner>.item>img {
        min-width: 120% !important;
        height: 100%;
        object-fit: cover;
      }
    }

    @media(max-width:767px) {
      .bs-slider {
        height: auto;
      }
    }

    .bs-slider:hover {
      cursor: -moz-grab;
      cursor: -webkit-grab
    }

    .bs-slider:active {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing
    }

    .bs-slider .bs-slider-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.40)
    }

    .bs-slider>.carousel-inner>.item>img,
    .bs-slider>.carousel-inner>.item>a>img {
      margin: auto;
      width: 100% !important
    }

    .fade {
      opacity: 1
    }

    .fade .item {
      top: 0;
      z-index: 1;
      opacity: 0;
      width: 100%;
      position: absolute;
      left: 0 !important;
      display: block !important;
      -webkit-transition: opacity ease-in-out 1s;
      -moz-transition: opacity ease-in-out 1s;
      -ms-transition: opacity ease-in-out 1s;
      -o-transition: opacity ease-in-out 1s;
      transition: opacity ease-in-out 1s
    }

    .fade .item:first-child {
      top: auto;
      position: relative
    }

    .fade .item.active {
      opacity: 1;
      z-index: 2;
      -webkit-transition: opacity ease-in-out 1s;
      -moz-transition: opacity ease-in-out 1s;
      -ms-transition: opacity ease-in-out 1s;
      -o-transition: opacity ease-in-out 1s;
      transition: opacity ease-in-out 1s
    }

    .control-round .carousel-control {
      top: 47%;
      opacity: 0;
      width: 60px;
      height: 60px;
      z-index: 100;
      color: #fff;
      display: block;
      font-size: 50px;
      cursor: pointer;
      overflow: hidden;
      line-height: 60px;
      text-shadow: none;
      position: absolute;
      font-weight: 400;
      background: transparent;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      text-align: center
    }

    .control-round:hover .carousel-control {
      opacity: 1
    }

    .control-round .carousel-control.left {
      left: 1%
    }

    .control-round .carousel-control.right {
      right: 1%
    }

    .control-round .carousel-control.left>span:nth-child(1) {
      left: 45%
    }

    .control-round .carousel-control.right>span:nth-child(1) {
      right: 45%
    }

    .indicators-line>.carousel-indicators {
      font-size: 0;
      text-align: center;
      bottom: 3%
    }

    .indicators-line>.carousel-indicators li {
      padding: 0;
      width: 15px;
      height: 15px;
      border: 1px solid #9e9e9e;
      text-indent: 0;
      overflow: hidden;
      text-align: left;
      position: relative;
      letter-spacing: 1px;
      background: #9e9e9e;
      -webkit-font-smoothing: antialiased;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin-right: 5px;
      -webkit-transition: all .5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
      transition: all .5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
      z-index: 10;
      cursor: pointer
    }

    .indicators-line>.carousel-indicators li:last-child {
      margin-right: 0
    }

    .indicators-line>.carousel-indicators .active {
      margin: 1px 5px 1px 1px;
      box-shadow: 0 0 0 2px #fff;
      background-color: transparent;
      position: relative;
      -webkit-transition: box-shadow .3s ease;
      -moz-transition: box-shadow .3s ease;
      -o-transition: box-shadow .3s ease;
      transition: box-shadow .3s ease;
      -webkit-transition: background-color .3s ease;
      -moz-transition: background-color .3s ease;
      -o-transition: background-color .3s ease;
      transition: background-color .3s ease
    }

    .indicators-line>.carousel-indicators .active:before {
      transform: scale(0.5);
      background-color: #fff;
      content: "";
      position: absolute;
      left: -1px;
      top: -1px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      -webkit-transition: background-color .3s ease;
      -moz-transition: background-color .3s ease;
      -o-transition: background-color .3s ease;
      transition: background-color .3s ease
    }

    .slide_style_left {
      text-align: left !important
    }

    .slide_style_right {
      text-align: right !important
    }

    .slide_style_center {
      text-align: center !important
    }

    .slide-text {
      left: 0;
      bottom: 32%;
      right: 0;
      margin: auto;
      padding: 10px;
      position: absolute;
      text-align: left;
      padding: 92px 85px
    }

    .slide-text>h1 {
      padding: 0;
      color: #fff;
      font-size: 70px;
      font-style: normal;
      line-height: 80px;
      margin-bottom: 5px;
      letter-spacing: 1px;
      display: inline-block;
      -webkit-animation-delay: .7s;
      animation-delay: .7s;
      text-shadow: 0 2px 2px #333;
      max-width: 1050px
    }

    .slide-text>p {
      padding: 0;
      color: #fff;
      font-size: 32px;
      line-height: 38px;
      font-weight: 500;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
      text-transform: uppercase;
      text-shadow: 0 2px 2px #333;
      max-width: 900px;
      margin: 0 auto
    }

    .slide-text>a.btn-default {
      color: #000;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      margin-right: 10px;
      text-align: center;
      padding: 17px 30px;
      white-space: nowrap;
      letter-spacing: 1px;
      display: inline-block;
      border: none;
      text-transform: uppercase;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
      transition: background .3s ease-in-out, color .3s ease-in-out
    }

    .slide-text>a.btn-primary {
      color: #fff;
      cursor: pointer;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      margin-left: 10px;
      text-align: center;
      padding: 17px 30px;
      white-space: nowrap;
      letter-spacing: 1px;
      background: #00bfff;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      border: none;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
      transition: background .3s ease-in-out, color .3s ease-in-out
    }

    .slide-text>a:hover,
    .slide-text>a:active {
      color: #fff;
      background: #222;
      -webkit-transition: background .5s ease-in-out, color .5s ease-in-out;
      transition: background .5s ease-in-out, color .5s ease-in-out
    }

    @media (max-width: 991px) {
      .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px
      }

      .slide-text>p {
        font-size: 18px
      }
    }

    @media (max-width: 768px) {
      .slide-text {
        padding: 10px 50px
      }

      .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
      }

      .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
      }

      .control-round .carousel-control {
        display: none
      }
    }

    @media (max-width: 480px) {
      .slide-text {
        padding: 10px 30px
      }

      .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px
      }

      .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px
      }

      .slide-text>a.btn-default,
      .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px
      }

      .indicators-line>.carousel-indicators {
        display: none
      }
    }

    .slider-content {
      position: absolute;
      bottom: 50px;
      left: 0;
      background: rgba(0, 0, 0, 0.24);
      max-width: 650px;
      color: #fff;
      padding: 20px;
      z-index: 1;
      width: 100%;
    }

    .slider-content h1 {
      color: #fff;
      font-weight: 600;
      font-size: 42px;
      line-height: 45px;
    }

    .slider-content p {
      margin: 0;
      font-size: 22px;
      letter-spacing: 0.5px;
    }
     @media (min-width: 1200px) and (max-width: 1920px) {
  .slider-content {
    left: 600px;
  }
}

    @media (max-width: 767px) {
      .slider-content {
        position: relative !important;
        bottom: 0;
        margin-bottom: 30px;
        left: 0;
      }
    }

    .bg-drak {
    background-color: #333;
    padding: 35px 0 15px;
    color: #bbb;
}
/* General Container */
.andaman-cards {
    margin-top: 30px;
}


.card-andaman {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-header img {
    width: 40px;
    height: 40px;
}
.card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
  .seo-testi {
            border: 1px solid #00000024;
            padding: 20px;
            border-radius: 6px;
        }
      .testimonials .owl-nav i {
    color: #333;
    font-size: 26px;
    background: #f5f5f5;
    border-radius: 0;
    width: 30px;
}
.owl-nav .owl-next {
            right: 0;
        }

        .owl-nav .owl-prev {
            left: 0;
        }

        .owl-nav {
            top: 80%;
        }