
/* text-slider */


.slide-har {
    position: relative;
  }
  
  .slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 80s linear infinite;
    animation: slide-har 80s linear infinite;
  }
  
  .slide-har.st2 .box {
    position: relative;
    -webkit-animation: slide-har-revers 80s linear infinite;
    animation: slide-har-revers 80s linear infinite;
  }
  
  @-webkit-keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @-webkit-keyframes slide-har-revers {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide-har-revers {
    100% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  .page-header .main-marq .slide-har.st1 .box {
    -webkit-animation: slide-har 150s linear infinite;
    animation: slide-har 150s linear infinite;
  }
  
  h2.fz-70 {
    font-size: 55px !important;
  }
  
  
  .main-marq {
    position: relative;
    padding: 0;
  }
  
  .main-marq:after {
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
    background: -o-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
    background: linear-gradient(to left, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
  }
  
  .main-marq.lrg .box .item h4 {
    font-size: 6vw;
    font-weight: 700;
  }
  
  .main-marq.xlrg .box .item {
    padding: 0 30px;
  }
  
  .main-marq.xlrg .box .item h4 {
    font-size: 10vw;
    font-weight: 800;
  }
  
  .main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .main-marq .strok .item h4 {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #fff;
  }
  
  .main-marq .strok .item h4 a {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #fff;
  }
  
  .main-marq .non-strok .item h4 {
    color: #fff !important;
    -webkit-text-stroke: 0 !important;
  }
  
  .main-marq .non-strok .item h4 a {
    color: #fff !important;
    -webkit-text-stroke: 0 !important;
  }
  
  .main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .main-marq .box .item {
    padding: 0 10px;
  }
  
  .main-marq .box .item h4 {
    white-space: nowrap;
    line-height: 1;
    margin: 0;
  }
  
  .main-marq .box .item h4 .icon {
    font-family: 'Sora', sans-serif;
    margin-bottom: -15px;
  }
  
  .main-marq .box .item h2 {
    line-height: 1;
    margin: 0;
  }
  
  .main-marq .box .item:nth-of-type(even) h4 {
    color: transparent;
    -webkit-text-stroke: 0.5px #fff;
  }
  
  .main-marq .box .item:nth-of-type(even) h4 a {
    color: transparent;
    -webkit-text-stroke: 0.5px #fff;
  }
  
  .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
    color: #fff;
    -webkit-text-stroke: 0;
  }
  
  .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
    color: #fff;
    -webkit-text-stroke: 0;
  }
  
  
  
  .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
  }
  
  @media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  
    .shop-cart table {
      width: 100%;
    }
  
    .shop-cart table,
    .shop-cart thead,
    .shop-cart tbody,
    .shop-cart th,
    .shop-cart td,
    .shop-cart tr {
      display: block;
    }
  
    .shop-cart thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  
    .shop-cart tr {
      margin-bottom: 30px;
      border: 1px solid #ccc;
    }
  
    .shop-cart td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
    }
  
    .shop-cart td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      /* Label the data */
      content: attr(data-column);
    }
  
    .shop-cart td.remove {
      text-align: left;
    }
  
    .shop-cart .d-flex {
      display: block !important;
    }
  
    .shop-cart .ml-30 {
      margin-left: 0 !important;
      margin-top: 10px;
    }
  }
  
  .slide-har span {
    color: #017943;
  
  }
  
  
  .pb-40 {
    padding-bottom: 10px !important;
  }
  
  .pt-40 {
    padding-top: 10px !important;
  }
  
  .bord-thin-bottom {
    border-bottom: 1px solid rgb(0 125 67);
  }
  
  .bord-thin-top {
    border-top: 1px solid rgb(0 125 67);
  }
  
  .main-marq .box .item h4 .icon {
    font-family: 'Sora', sans-serif;
    margin-bottom: 0px;
  }
  
  .ml-50 {
    margin-left: 20px !important;
  }
  
  /*
   .fz-50 {
  font-size: 50px !important;
  }
   */
  
  
  .main-marq .box .item h4 {
    white-space: nowrap;
    line-height: 1;
    margin: 0;
  }
  
  .main-marq span {
    font-size: 20px;
    font-family: 'Jost';
  }
  
  .section-counter {
    width: 20%;
  }
  
  .counter-img {
    width: 100px;
    background: #fff;
    border-radius: 50%;
    padding: 20px 20px 20px 20px;
  }
  
  /* blog2 */
  
  .blog-text-line {
    padding: 10px;
    border: 1px solid #EDEFF3;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    min-width: max-content;
  }
  
  .button-area {
    background: transparent !important;
      color: #5D666F;
      padding-bottom: 20px;
      /* border-bottom: 1px solid #EDEFF3; */
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: 600;
      text-align: left;
  }
  
  .blog-img  img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
  /* height: auto; */
    border-radius: 10px;
    height: 400px;
  }
  
   .image-area {
    position: relative;
    margin-bottom: 120px;
    margin-top: 30px;
  }
   .image-area img.two {
    position: absolute;
    z-index: 5;
    top: -10%;
    left: 40%;
    animation: jump-1 5s linear infinite;
  }
   .image-area img {
    border-radius: 20px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
     .image-area img.three {
      width: 85%;
  }
   .image-area img.three {
      position: absolute;
      left: 18%;
      top: 38%;
  }
   .image-area img {
      border-radius: 20px;
  }
  }
   .image-area .ratio-area {
    position: absolute;
    top: 30px;
    left: 20px;
  }
  
  .image-area .ratio-area .ratio {
    color: #fff;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 700;
  }
  .image-area .ratio-area span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: 'poppins', sans-serif;
  }
  
  .btn-primary-2 {
    background: #590994;
    color: #fff;
  }
  
  .rts-btn {
    padding: 17px 30px;
    min-width: max-content;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border-radius: 15px;
    transition: #590994;
    font-family: 'poppins', sans-serif;
  }
   .button-group {
    margin-top: 30px;
      margin-left: 40px;
      text-align: center;
  }
  
  .love-details h4 {
    color: #fff;
  }
  
  .love-details img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  
  .love-details {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
  
  .backgorund-web-2  {
    background-color: #484848;
  }
  
  .blog-backgound {
    background-color: #f3f8fc;
  }
  
  .wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a:hover {
    color: #590994;
    text-decoration: none;
  }
  
  .color-icon{
    color:#590994;
  }
  
  .service-text {
    text-align: center;
  }
  
  .blog-text {
    display: inline-block;
      margin-left: 2px;
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      border: 1px solid #590994;
      border-radius: 50%;
      margin-right: 10px;
      transition: all 0.35s ease-in-out;
      font-weight: 400;
      font-size: 16px;
      background: #590994;
      color: rgb(233, 231, 231);
  }
  .blog-text:hover {
    background: #590994;
      border-color: #590994;
      color: #fff;
  }
  
  .fa-angle-right:before {
    content: "\f105";
    font-size: 20px!important;
    font-weight: 600!important;
  }
  
  /*website */
  
  .about-style-three .thumb .sub-item img:first-child {
    position: absolute;
    left: -100px;
    bottom: 0px;
    max-width: 200px;
  }
  
  .about-style-three .thumb .sub-item img:nth-child(2) {
    position: absolute;
    right: -60px;
    bottom: -50px;
    max-width: 250px;
  }
  
  .about-style-three .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 110px;
  }
  
  .thumb img {
    border: none;
    outline: none;
    max-width: 100%;
  }

  .bord-thin-bottom span i {
    color: #000
}

.color-icon {
    color: #000;
}