/* 
body{
  background:url("../images/abc-home.jpg") no-repeat;
}
.wrapper{
  opacity:0.5;
} */


@font-face{font-family: "Inter";src:url('https://www.sparxitsolutions.com/assets-style/fonts/Inter-Bold.woff2') format('woff2'),url('https://www.sparxitsolutions.com/assets-style/fonts/Inter-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family: "Inter";src:url('https://www.sparxitsolutions.com/assets-style/fonts/Inter-SemiBold.woff2') format('woff2'),url('https://www.sparxitsolutions.com/assets-style/fonts/Inter-SemiBold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family: "Inter";src:url('https://www.sparxitsolutions.com/assets-style/fonts/Inter-Regular.woff2') format('woff2'),url('https://www.sparxitsolutions.com/assets-style/fonts/Inter-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family: "Inter";src:url('https://www.sparxitsolutions.com/assets-style/fonts/Inter-Medium.woff2') format('woff2'),url('https://www.sparxitsolutions.com/assets-style/fonts/Inter-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}
body,h1,h2,h3,h4,h5,h6,p,*{
    font-family: Inter,sans-serif !important;
}
 h2, h3, h4, h5, h6{
  font-weight: 500;
}
body,h1,h2,p{
    font-family: Inter,sans-serif;
}
.container{
  max-width: 1390px;
}
table{
  margin-bottom: 25px;
}
td{
  font-size: 18px;
}
.blog-block {
    margin-top:75px;
    padding: 40px 0;
 }
  .post-meta {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .post-read-time {
    font-size:14px;
    color:#05AF05;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .post-read-time i{
    margin-right: 12px;
  }

.main-blog-title{
    margin-bottom:36px;
    font-size:30px;
    font-weight: 600;
    color: #1B1E55;
}
.innovations-wrap {
    --columns:1;
    --gap:20px;
    --gap-count:calc( var(--columns) - 1 );
    display:flex;
    flex-wrap:wrap;
    align-items: start;
    gap:var(--gap);
    margin-bottom: 40px;
}
.innovations-wrap2{
    margin-top: 40px;
}
 .blog-card {
    background-color: #F8F9F9;
    padding:20px 15px;
    flex-basis: calc( calc( 100% / var(--columns) ) - calc( var(--gap) / var(--columns) * var(--gap-count) ) );
}
.clock-icon {
    background: url("../images/clock.svg") no-repeat center center;
    display: inline-block;
    width: 20px;
    height: 20px;
}

 .post-date {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    color: #1B1E55;
    margin-bottom: 9px;
    letter-spacing: 0.46px;
    display: inline-block;
}

.blog-dev-title {
    font-size:22px;
    font-weight: 600;
    line-height:1.24;
    color: #1B1E55;
    margin-bottom: 24px;
    letter-spacing: normal;
}
.blog-dev-title a{
    color: #1B1E55;
}
.blog-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 229px;
    min-height: 229px;
}
.author-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-image{
    margin-bottom:15px;
}
.post-author {
        display: flex;
        align-items: center;
}
.post-author img{
    width:32px;
    height:32px;
    border-radius:50%;
}
.post-author-name{
 color:#1B1E55;
 font-size:16px;
font-weight: 500;
margin-left: 9px;
}
.post-author:hover .post-author-name{
text-decoration: underline;
}
.author-image {
    display: flex;
    align-items: center;
}
.author-name {
    color: #1B1E55;
    font-size: 16px;
    margin-bottom: 4px;
}
/* Responsive Styles */
/* subscribe wrap */
.subscribe-wrap{
  display: none;
}
.subscribe-block {
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    background: url("../images/innovations.png") no-repeat center center;
    background-size: cover;
}
.subscribe-content {
    max-width: 715px;
    width: 100%;
}
.subscribe-block h2 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 13px;
    color: #fff;
    max-width: 645px;
    width: 100%;
}
.subscribe-block p {
    margin-bottom: 16px;
    color: #fff;
}
.subscribe-block .arrow-icon {
    background: url("../images/arrow.svg") no-repeat center center;
    display: inline-block;
    width: 23px;
    height: 10px;
}
.subscribe-block .subscribe-btn {
    color: #E02424;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 260px;
    width: 100%;
}
.page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
.page-numbers {
    font-size:13px;
    border: 1px solid #E9E9E9;
    padding: 0 7px;
    cursor: pointer;
    color: #14151b;
    width:31px;
    height:34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    border-radius: 4px;
  }
  .page-link a .active, .page-numbers:hover,.page-numbers.current {
    background-color: #1B1E55;
    color: #fff;
  }
  .page-link a {
    margin: 0 4px;
  }
  a .next, a .prev {
    border-radius: 50%;
    background-color: #d8d4d6;
    border: none;
    text-indent: -999px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    position: relative;
    color: #14151b;
  }
  a .next::after {
    color: #fff;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-indent: 0;
    font-size: 26px;
  }
  a .prev::before {
    color: #fff;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-indent: 0;
    font-size: 26px;
  }
  .next,.prev{
   width:auto;
   padding:2px 10px;
  }
  /* Exit pop Form */
  .mob-hide {
    display: none;
  }
    /* Exit pop Form Close */

    sup {
      font-size: 10px;
      position: relative;
      top: -6px;
    }


    /* Innovation */

.innovation-wrapper{
  padding: 30px 0 50px;
  overflow:hidden;
}
.innovation-title{
  text-align: center;
  max-width:1040px;
  margin:0 auto 45px;
}
.innovation-title h2{
  font-size:26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 18px;
}
.innovation-title p{
 font-weight: 500;
}
  .slick-slider {
    margin: 0 -10px;
}

.innovation-slide {
    padding: 0 10px;
}

.innovation-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
/* Innovation Close */
/* Feed */
.blog-section {
  padding:20px 0 0
}
.blog-head{
  margin-bottom:40px
}
.blog-title {
  font-weight: 700;
  margin-bottom:27px
}
.blog-thumbnail{
  margin-bottom:24px
}
.blog-thumbnail img {
  width:100%;
  object-fit:cover
}
.blog-content {
  margin-bottom:25px;
  border-bottom:1px solid #e5e7eb;
  padding-bottom:20px
}
.time-read {
  font-size:1.2rem;
  padding:0 10px 0 28px;
  color:#03543f;
  border-radius:6px;
  margin-bottom:10px;
  background:url("../images/clock.svg") 10px center no-repeat #def7ec;
  height:22px;
  display:inline-flex;
  align-items:center
}
.feed-link {
  margin-bottom:26px
}
.feed-link a {
  color: #1b1e55;
  font-size:2rem;
  line-height:1.24;
  font-weight: 600;
}
.feed-link a:hover{
  color:#e02424;
  text-decoration:underline
}
.feed-detail {
  line-height:1.35;
  margin-bottom:18px
}
.text-link{
  color: #e02424;
  font-size:16px;
  font-weight: 600;
}
.blog-content .text-link:after{
  content:"";
  display: inline-block;
  background:url("/sites/images/_right_arrow.svg") no-repeat;
  width:12px;
  height:10px;
  background-size:12px 10px;
  transform:translateX(6px);
  transition: .5s linear;
}
.text-link:hover:after{
  transform:translateX(10px);
}



/* Feed Close*/

button#load-more {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
  padding: 14px 40px;
  background-color: #e02424;
  border-radius: 8px;
}
  @media screen and (min-width:576px){
    .main-blog-title{
        font-size: 36px;
    }
    .next,.prev{
        width:auto;
        padding:2px 14px;
       }
       .page-numbers{
        font-size: 14px;
        width:33px;
        height:36px;
       }
       .next, .prev{
        width:auto;
       }
       .page-link a {
        margin: 0 6px;
      }
     
  }
@media screen and (min-width:768px) {
    .innovations-wrap {
        --columns:2;
        --gap:32px;
    }
    .main-blog-title{
        margin-bottom:55px;
        font-size:46px;
    }
    .subscribe-wrap{
        width:100%;
    }
    .subscribe-block h2 {
        font-size: 40px;
    }
    .subscribe-block p {
        font-size: 20px;
        margin-bottom: 28px;
    }
    .subscribe-block{
        padding:50px 30px;
    }
    .blog-wrap{
      display:flex;
      flex-wrap: wrap;
      border-right: none;
    }
    .blog-sec:nth-child(3n){
      border-right: 0;
    }
    .blog-sec:nth-child(n1){
      padding-left: 0;
    }
    .blog-sec{
      border-right: 1px solid #e5e7eb;
  }
  .blog-content {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

    .blog-sec {
      width:32.5%;
      padding:0 20px 35px
    }
    /* .blog-sec:first-child {
      padding-left:0
    } */
    .blog-sec2 {
      border-left:1px solid #e5e7eb;
      border-right:1px solid #e5e7eb
    }
}
@media screen and (min-width:992px) {
    .main-blog-title:after{
        content:"";
        background:url("../images/innovation-spx.webp") no-repeat;
        width:142px;
        height:49px;
        display:inline-block;
        margin-left: 4px;
        vertical-align: middle;
        position: relative;
       top: -2px;
    }
    button#load-more {
    margin-bottom: 0;
      margin-top: 25px;
  }
    .innovations-wrap {
        --columns:3;
    }
    .subscribe-block{
        padding: 60px 50px;
    }
    .innovation-title h2{
      font-size:32px;
    }
    /* feed */
    .blog-section {
      padding-bottom:30px
    }
    .blog-head {
      margin-bottom:55px
    }
    .blog-title{
      font-size: 32px;
    }

    .blog-content {
      border-bottom:none;
      padding-bottom:0;
      margin-bottom:35px
    }
    .blog-content:last-child {
      margin-bottom:0
    }



}
@media screen and (min-width:1200px) {
    .blog-block {
        margin-top:65px;
        padding:80px 0;
    }
    .innovations-wrap {
        gap: 48px 32px;
        margin-bottom:60px;
    }
    .innovations-wrap2{
        margin-top:60px;
    }
    .main-blog-title{
        font-size:48px;
        margin-bottom:70px;
        letter-spacing: -0.2px;
    }
    .blog-dev-title{
      font-size: 20px;
    }
    .post-meta{
        flex-direction: row;
        gap: 30px;
    }
    .post-read-time i {
        margin-right:5px;
      }
       /* Exit pop Form  */
       .mob-hide{
        display: block;
       }
      #bio_ep {
        position: fixed;
        width: 100% ;
        max-width: 708px;
        left: 50%;
        top: 50% ;
        background: none;
        box-shadow: none;
        height: auto ;
        z-index: 99999;
        transform: translateX(-50%) translateY(-50%) !important;
      }
      #bio_ep_close {
        position: absolute;
        left: auto;
        margin: 0;
        width: 15px;
        height: 15px;
        color: #000;
        opacity: .3;
        cursor: pointer;
        background: none;
        right: 15px;
        top: 0;
      }
      #bio_ep_close::before {
        content: "×";
        font: 900 30px/1em 'Roboto Slab', serif;
      }
      .pop-flex {
        background: #fff;
        padding: 30px 25px;
        border-radius: 4px;
      }
      .thank-you {
        color: #14151b;
        font-size: 48px;
      }
      .form-sec h3 {
        font-size:24px;
        line-height:1.12;
        margin-bottom:26px;
        color: #e42c38;
        font-family: 'Proxima Nova Rg';
        font-weight: 600;
      }
      .popup-contact {
        display: flex;
        justify-content: space-between;
      }
      .pop-content h2{
        font-size: 34px;
        font-weight: 600;
        margin-bottom:7px;
      }
      .contactus-form, .contact-img {
        width: 48%;
      }
      .contact-img{
        padding:12px;
        display: flex;
        align-items:center;
        justify-content:center;
        background-color: #F0F2F2;
      }
      .popup-contact .inquiry-form {
        border: 1px solid #dbdbdb;
        border-radius: 2px;
        padding: 14px;
        margin-bottom:15px;
        font-weight: 400;
        font-size:17px;
        color: #14151b;
        transition: all .3s ease;
        width: 94%;
        font-family: Inter,sans-serif;
      }
      .inquiry-btn{
        font-weight: 700;
        font-size: 1.6rem;
        background-color: #e42c38;
        color: #fff;
        cursor: pointer;
        border: 2px solid #e42c38;
        border-radius: 4px;
        padding: 16px 45px;
        transition: all .5s;
      }
      .inquiry-btn:hover{
        background-color: #fff;
        color:#14151b;
      }
       /* Exit pop Form Close */
       /* feed */
       .blog-title{
        font-size: 36px;
      }
      .blog-sec {
        padding:0 22px 40px
      }
      .blog-subtitle {
        font-size:2rem
      }
} 
@media screen and (min-width:1366px){
  .blog-block{
    padding: 129px 0 90px;
  }
 
      .innovations-wrap {
        margin-bottom: 75px;
      }
      .innovations-wrap2 {
      margin-top: 75px;
      }
      .blog-card{
        padding: 30px 24px 23px;
      }
      .blog-image {
        margin-bottom: 8px;
      }
      .blog-dev-title{
        min-height:85px;
        padding-right: 29px;
       letter-spacing: 0.1px;
       line-height: 130%;
       margin-bottom: 24px;
      }
      .post-author img{
        width:48px;
        height:48px;
      }
      .innovation-wrapper{
        padding:60px 0;
      }
      .innovation-title h2{
        font-size: 40px;
      }
      .innovation-title p{
        font-size: 18px;
      }
      /* feed */
      .blog-section {
        padding:20px 0 55px
      }
      .blog-sec {
        padding:0 28px 50px
      }
      .blog-head {
        margin-bottom:64px
      }
      .blog-content {
        margin-bottom:45px
      }
}
@media screen and (min-width:1599px){
  .blog-dev-title{
    font-size:24px;
    min-height:119px;
  }
    .main-blog-title{
        font-size:64px;
        margin-bottom:105px;
    }
    .subscribe-block {
        padding:75px 90px;
      }
      .feed-link a{
        font-size: 2.4rem;
      }
      .blog-title{
        font-size:40px;
        letter-spacing: 1.2px;
      }
}