 .portfolio-more-btn-wrapper {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 160px;
    padding: 11px 20px;
    font-size: 14px;
    border: 1px solid rgba(36,36,36,.3);
    color: #242424;
    font-weight: 600;
}
.blogListChild{
  display: none;
}
 .responsive-tabs.nav-tabs {
  position: relative;
  z-index: 10;
  height: 42px;
  overflow: visible;
  border-bottom: none;
}

.header-footer-group.customHeader{ 
   background-image: -moz-linear-gradient( 7deg, rgba(28,98,226,0.99608) 0%, rgb(16,76,186) 100%) !important;
    background-image: -webkit-linear-gradient( 7deg, rgba(28,98,226,0.99608) 0%, rgb(16,76,186) 100%) !important;
    background-image: -ms-linear-gradient( 7deg, rgba(28,98,226,0.99608) 0%, rgb(16,76,186) 100%) !important;
}
.navWrap {
    background: transparent;
}
.header-footer-group .header-inner.section-inner {
    padding-top: 0;
    position: relative;
}
.header-footer-group .header-inner.section-inner:after {
    content: '';
    top: 0;
    right: 0;
    z-index: -1;
    background: white;
    width: 100vw;
    height: 100%;
    position: absolute;
    box-shadow: 0px 6px 13px 0px rgba(74, 138, 255, 0.26);
}

 p{
        font-family: 'z_regularregular' !important;
    }
    /* first fold css*/
.centerBackground{
  background-image: -moz-linear-gradient( 7deg, rgba(28,98,226,0.99608) 0%, rgb(16,76,186) 100%);
  background-image: -webkit-linear-gradient( 7deg, rgba(28,98,226,0.99608) 0%, rgb(16,76,186) 100%);
  background-image: -ms-linear-gradient( 7deg, rgba(28,98,226,0.99608) 0%, rgb(16,76,186) 100%);
  width: 100%;
  height: auto;
}
.blogContainer{
    position: relative;
    padding-block: 15vh;
}
.blogContainer::before {
    position: absolute;
    background: url('/wp-content/uploads/2023/01/Layer-5.png') no-repeat;
    top: 0;
    left: 0;
    content: '';
    width: 60%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    right: 0;
    margin: 0 auto;
}

.h1{
    line-height: 66px;
}
/* first fold css end*/

/*second fold css*/
/* latest post css */
.latestPost{
    padding-left: 30px;
}
.latestPost h3, .featuredBlogWrap h3{
    font-size: 26px;
    line-height: 32px;
    color: #272727;
}
.latestPost ul li{
    list-style: none;
}
.latestPost ul li:first-child h2{
    padding-top: 0;
    vertical-align: baseline;
}
.latestPost ul li h2{
    padding-top: 20px;
    padding-bottom: 10px;
}
.latestPost ul li h2 a{
    font-family: "z_regularregular" !important;
    font-size: 20px;
    line-height: 23px;
    color: #2e4bfd;
    text-decoration: none;
}
.latestPost ul li p{
    font-family: "z_regularregular" !important;
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    padding-bottom: 20px;
    border-bottom: 1px solid #b9c9d5;
}
.latestPost ul li:last-child p {
    border-bottom: none;
}
/* latest post css end*/

/*featured post css*/
.featuredBlogWrap {
    padding-right: 30px;
}

.featuredBlogWrap .featuredBlog h3{
    padding-top: 30px;
    padding-bottom: 15px;
}
.featuredBlogWrap h3 a{
    font-family: "zmedium" !important;
    font-size: 34px;
    color: #272727; 
    text-decoration: none;
}
.featuredBlogWrap p{
    font-family: "z_regularregular" !important;
    font-size: 18px;
    line-height: 26px;
    color: #272727;
}
/*featured post css ends*/
/*second fold css ends*/

/* third fold css */
/* css for category tab*/
.categoryTab{
    padding-block: 30px;
    padding-top: 50px;
}

.navWrapCat{
    position: relative;
}

.navWrapCat::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    height: 2px;
    background: #f0f0f0;
    margin: 0 auto;
}

.navWrapCat ul{
    z-index: 1;
    background: #fff;
}
.categoryTab .nav-tabs{
    margin: 0 auto;
    position: relative;
    display: table;
}
.responsive-tabs.nav-tabs > li > a, .responsive-tabs.nav-tabs > li.active a{
    border-radius: 23px;
    background-color: #f0f0f0;
    border: none;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    font-size: 16px;
    color: #272727;
}
.responsive-tabs.nav-tabs.open > li a{
    border-radius: 23px !important;
}
/* third fold css end*/

/* forth fold css*/
/* css for blog posts*/
.blogListWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
}
.blogListChild{
    flex: 0 0 32%;
    width: 32%;
    padding-bottom: 25px;
}
.tab-content{
    padding-top: 60px;
}
.blogListImg img{
    height: 280px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.post-categories li{
    list-style: none;
    padding-bottom: 10px;
}
.post-categories li a{
    font-weight: 600;
    font-size: 15px;
    color: #272727;
}
.blog_title_cont{
    padding: 18px;
    background: #f7f7f7;
    min-height: 200px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blogListWrap .blogListChild h2{
    font-size: 20px;
    line-height: 23px;
    color: #272727;
}
.blogListWrap .blogListChild a{
    text-decoration: none;
}
.blogListWrap .blogListChild p{
    font-family: 'z_regularregular' !important;
    font-size: 15px;
    line-height: 20px;
    color: #272727;
}
/*fourth foldd css end*/

/* fifth fold get a demo start*/
.getDemoForm{
    background: #0f43b7;
}

.getDemoForm p {
    font-size: 16px;
    padding-bottom: 20px;
}

/* form css*/
.trialForm{
    max-width: 600px;
    padding: 35px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.trialForm h2{
    font-size: 24px;
    line-height: 28px;
}

.trialForm button{
    border-radius: 5px;
    background-color: #3179ff;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
}
.responsive-tabs.nav-tabs.open i.fa.fa-caret-down {
  display: none;
}
.responsive-tabs.nav-tabs.open > li {
  display: block;
}
.responsive-tabs.nav-tabs.open > li a {
  border-radius: 0;
}
.responsive-tabs.nav-tabs.open > li:first-of-type a {
  border-radius: 2px 2px 0 0;
}
.responsive-tabs.nav-tabs.open > li:last-of-type a {
  border-radius: 0 0 2px 2px;
}
.responsive-tabs.nav-tabs > li.active {
  display: block;
}
.responsive-tabs.nav-tabs > li.active a {
  border: 1px solid #DDDDDD;
  border-radius: 23px;
}

/*form css ends*/

/*fifth fold css end*/


/* media queries */
@media(max-width: 991px){
    .latestPost{
        padding-top: 3rem;
    }
    .blogListChild {
    flex: 0 0 49%;
    width: 49%;
    padding-bottom: 25px;
}
.categoryTab .nav-tabs::after{
    width: 75%;
    left: 100%;
}
.categoryTab .nav-tabs::before{
    width: 75%;
    right: 100%;
}
.startContract{
    text-align: center;
}
}
@media(max-width: 768px){
    .featuredBlogWrap, .latestPost{
        padding-inline: 10px;
    }
    .navWrapCat::before{
        display: none;
    }
    .responsive-tabs.nav-tabs{
        width: 100%;
    }
    .responsive-tabs.nav-tabs.open > li:first-of-type a {
    border-radius: 2px 2px 0 0 !important;
}
.responsive-tabs.nav-tabs.open > li a {
    border-radius: 0 !important;
}
    .responsive-tabs.nav-tabs > li > a, .responsive-tabs.nav-tabs > li.active a{
        border-radius: 0;
        text-align: left;
    }
    .responsive-tabs.nav-tabs > li.active a{
      border-radius: 8px;
    }
}
@media(max-width: 596px){    
    .blogListChild {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 15px;
}
}

 
@media (max-width: 768px) {
  .responsive-tabs.nav-tabs {
    display: block;
    flex-wrap: none;
  }
}
.responsive-tabs.nav-tabs i.fa {
  position: absolute;
  top: 14px;
  right: 22px;
}
.responsive-tabs.nav-tabs i.fa.fa-caret-up {
  display: none;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs i.fa {
    display: none;
  }
    .responsive-tabs.nav-tabs {
    display: table;
        padding: 0 8px;
  }
}
.responsive-tabs.nav-tabs > li {
  display: none;
  float: none;
  text-align: center;
}
.responsive-tabs.nav-tabs > li:last-of-type > a {
  margin-right: 0;
}
.responsive-tabs.nav-tabs > li > a {
  margin-right: 0;
  background: #fff;
  border: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li > a {
    margin-right: 4px;
  }
}

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li.active a {
    border-bottom-color: transparent;
  }
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li {
    display: block;
    float: left;
  }
}
.responsive-tabs.nav-tabs.open i.fa.fa-caret-up {
  display: block;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs.open i.fa.fa-caret-up {
    display: none;
  }
}


