/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.no-post-found{
    display:none;
}
.product-comaprison-table-layout{
    display:flex;
    column-gap:20px;
    font-family: "Font Mark Pro", Sans-serif;
    padding-top:35px;
}
.product-comaprison-table-layout .data-head{
    width: 270px;
    border-radius: 18px;
    filter: drop-shadow(0 0 6.5px rgba(213, 213, 213, 0.57));
    background-color: #0000fa;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    margin-top: 118px;
    margin-right: -60px;
    display: block;
    height: 100%;
}
.product-comaprison-table-layout .data-head.v2{
  width:320px;
}
.product-comaprison-table-layout .data-head .cell{
    position:relative;
    padding:5px 25px;
    min-height:55px;
    display:flex;
    align-items:center;
    padding-right:60px;
}
.product-comaprison-table-layout .data-head .cell:last-child{
    min-height:62px;
}
.product-comaprison-table-layout .data-head .cell.lg:first-child{
    min-height:74px;
}
.product-comaprison-table-layout .data-head .cell.lg{
    min-height:70px;
}
.product-comaprison-table-layout .data-head .cell:not(:last-child):after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background:#fff;
}
.product-comaprison-table-layout .data-column{
    border-radius: 18px;
    filter: drop-shadow(0 0 6.5px rgba(213,213,213,0.57));
    background-color: #ffffff;
    flex: 1;
    text-align:center;
    font-size: 16px;
    line-height:20px;
}
.product-comaprison-table-layout .data-column .top_head img{
    max-height:80px;
}
.product-comaprison-table-layout .data-column .cell{
    padding:5px 15px;
    position:relative;
    min-height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color: #000000;
}
.product-comaprison-table-layout .data-column .cell:last-child{
    min-height:74px;
}
.product-comaprison-table-layout .data-column .cell.lg{
    min-height:72px;
}
.product-comaprison-table-layout .data-column .cell:not(:last-child):after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:calc(100% + 20px);
    height:2px;
    background:#0000fa;
}
.product-comaprison-table-layout .data-column:last-child .cell:after{
    width:calc(100%);
}
.product-comaprison-table-layout .data-column .cell.top_head{
    min-height:120px;
    flex-direction: column;
    color: #000049;
}
.product-comaprison-table-layout .data-column .cell.top_head br{
	display:none;
}
.one-pagers-section{
    display:flex;
    padding:50px 0 80px;
    align-items:flex-start;
}
.one-pagers-section .filter-sidebar{
   width:25.5%;
}
.one-pagers-section .product-listing{
    flex:1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 35px;
    position:relative;
}
@-webkit-keyframes loader-01 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-01 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .one-pagers-section .product-listing.loading .product-box,
  .one-pagers-section .product-listing.loading .not-found{
    opacity:0;
  }
  .one-pagers-section .product-listing.loading:before{
    content: "Loading...";
    position: absolute;
    left: 0;
    top: calc(45vh);
    width: 100%;
    margin: -50px 0 0 0;
    color: #0000FA;
    text-align: center;
    font-size: 24px;
  }
.one-pagers-section .product-listing.loading:after{
  content:"";
  border: 0.2em dotted #0000FA;
  border-radius: 50%;
  -webkit-animation: 1s loader-01 linear infinite;
  animation: 1s loader-01 linear infinite;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top:calc(45vh);
  margin:-15px 0 0 -25px;

}
.one-pagers-section .product-listing .product-box{
    filter: drop-shadow(4.95px 4.95px 12px rgba(21, 22, 24, 0.2));
    background-color: #ffffff;
    position:relative;
    --box-theme:#ddd;
    --button-theme:#ddd;
    --text-color:#000041;
    padding-bottom: 65px;
} 
.one-pagers-section .product-listing .product-box.brochures{
    --box-theme:#cdf6f8;
    --button-theme:#62dfef;
}
.one-pagers-section .product-listing .product-box.one-pages{
    --box-theme:#1cdf94;
    --button-theme:#1cdf94;
}
.one-pagers-section .product-listing .product-box .link-overlay{
   position:absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
   font-size:0;
   text-indent:-999999px;
}
.one-pagers-section .product-listing .product-box .top-head{
    display: flex;
    column-gap: 5px;
    background: var(--box-theme, #eee);
    justify-content: center;
    padding: 12px 10px;
}
.one-pagers-section .product-listing .product-box .top-head .fill-button{
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid #000000;
    color:var(--text-color);
    padding: 5px 12px 5px;
    font-size: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.one-pagers-section .product-listing .product-box .top-head .border-button{
    border-radius: 12px;
    background-color: transparent;
    border: 1px solid #000000;
    color:var(--text-color);
    padding: 5px 12px 5px;
    font-size: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.one-pagers-section .product-listing .product-box .content{
    padding:30px 20px;
    text-align: center;
}
.one-pagers-section .product-listing .product-box .content .image img{
    max-height:180px;
}
.one-pagers-section .product-listing .product-box .content .title{
  color:var(--text-color);
  font-weight: 400;
  font-size: 23px;
  padding-bottom: 10px;
}
.one-pagers-section .product-listing .product-box .content .tagline{
    color:var(--text-color);
    font-weight: 400;
    font-size: 21px;
}
.one-pagers-section .product-listing .product-box .content  .button{
    background-color: var(--button-theme, #eee);
    color: var(--text-color);
    border-radius: 25px;
    margin-top: 20px;
    border: 1px solid var(--text-color);
    padding: 12px 40px 11px 25px;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    width: 180px;
}
.one-pagers-section .product-listing .product-box .content  .button:after{
    content: "";
    background-image: url(../svg/dark-arrow.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

.filter-sidebar .filters .filter ul{
    margin:0;
    list-style:none;
}
.filter-sidebar .filters .filter .form-group {
    display: block;
    margin-bottom: 15px;
  }
  
.filter-sidebar .filters .filter .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.filter-sidebar .filters .filter + .filter{
    margin-top:25px;
    border-top:1px solid #adadad;
    padding-top:25px;
}
.filter-sidebar .filters .filter .title{
    margin-bottom: 25px;
    font-size: 21px;
    position:relative;
    cursor:pointer;
}
.filter-sidebar .filters .filter .title:after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 30px;
    top: 0px;
    font-weight: 500;
}
.filter-sidebar .filters .filter ul{
    display:none;
}
.filter-sidebar .filters .filter.active ul{
    display:block;
}
.filter-sidebar .filters .filter.active .title:after {
    content: '-';
}
.filter-sidebar .filters .filter .form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 99%;
}
  
.filter-sidebar .filters .filter .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #767676;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -4px;
}
  
.filter-sidebar .filters .filter .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    width: 6px;
    height: 12px;
    border: solid #767676;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -9px;
}
.filter-sidebar .bdt-search-default {
    width: 100%;
    margin-bottom:35px;
}
.filter-sidebar .bdt-search-default .bdt-search-input{
    border-radius: 30px;
    height: 50px;
    border-color: #4b4f58;
}
.filter-sidebar .bdt-search-default .bdt-search-icon {
    width: 60px;
}
.filter-sidebar .bdt-search-default:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input {
    padding-left: 55px;
}

.customer-box-layout{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top:30px;
}
.customer-box-layout.customer-success-stories{
    --theme-color:#62dfef;
}
.customer-box-layout.customer-assets-featuring{
    --theme-color:#1cdf94;
}
.customer-box-layout .box{
    border-radius: 22px;
    filter: drop-shadow(4.95px 4.95px 12px rgba(21,22,24,0.2));
    background-color: #ffffff;
    border: 2px solid var(--theme-color, #ddd);
    padding:20px 30px 57px;
}
.customer-box-layout .box .logo{
    margin-bottom: 20px;
    display: block;
}
.customer-box-layout .box .logo.placeholder{
    width:155px;
    height:33px;
    background:#e1dddd;
}
.customer-box-layout .box .logo img{
    max-width: 155px !important;
    max-height:60px !important;
    filter: inherit !important;
}
.customer-box-layout .box ul{
    list-style:none;
    margin-bottom:20px;
}
.customer-box-layout .box ul li span{
    border-radius: 25px;
    border: 1px solid #000041;
    font-size: 10px;
    color: #000;
    padding: 6px 10px 4px;
    line-height: inherit;
}
.customer-box-layout .box ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.customer-box-layout .box ul li + li{
    margin-top:10px;
}
.customer-box-layout .box ul li span:before{
    content:"";
    width: 8px;
    height: 8px;
    border-radius:50%;
    background-color:var(--theme-color, #ddd);
    display:inline-block;
    margin-right:6px;
}
.customer-box-layout .box .title{
    font-size: 23px;
    line-height: 25px;
    color: #000041;
    font-weight:500;
    margin-bottom: 25px;
}
.customer-box-layout .box .btn{
    background-color:var(--theme-color, #ddd);
    color: #000041;
    border-radius: 25px;
    margin-top: 20px;
    border: 1px solid #000041;
    padding: 8px 32px 7px 15px;
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: auto;
    font-weight: 700;
}
.customer-box-layout .box .btn:after {
    content: "";
    background-image: url(../svg/dark-arrow.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    background-size: 75%;
    background-position: center right;
}
@media (max-width:1200px) {
    .elementkit-tab-content .responsive-table{
        overflow-x: auto;
        padding: 10px;
    }
    .product-comaprison-table-layout{
        width: 1200px;
        margin-top:25px;
    }
    .one-pagers-section {
        flex-direction: column;
    }
    .one-pagers-section .filter-sidebar {
        width: 100%;
        padding-bottom:50px;
    }
    .one-pagers-section .product-listing {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 0;
        width: 100%;
    }
    .one-pagers-section{
        padding-left:25px;
        padding-right:25px;
    }
}
@media (max-width:991px) {
    .customer-box-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:767px) {
    .one-pagers-section .product-listing {
        grid-template-columns: repeat(1, 1fr);
    }
    .one-pagers-section{
        padding-left:10px;
        padding-right:10px;
    }
    .one-pagers-section {
        padding: 40px 0 35px;
    }
    .customer-box-layout {
        grid-template-columns: repeat(1, 1fr);
    }
}