/**
Theme Name: Likeable 2.0
Author: Sajid Mazoor@10Pearls - Adeel Shahzad@10Pearls
Author URI: http://wpastra.com/about/
Description: Custom theme for likeable.
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: likeable-2-0
Template: astra
*/

/*
.ast-primary-header-bar .mobile-menu-toggle-icon svg {
    fill:#1A3551;
}
*/
.ast-theme-transparent-header .ast-primary-header-bar .mobile-menu-toggle-icon svg {
    fill:#FFF !important;
}
.ast-theme-transparent-header .site-header.fixed .ast-primary-header-bar .mobile-menu-toggle-icon svg {
    fill:#000 !important;
}
#ast-mobile-popup .ast-mobile-popup-inner  {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1600px;
    left: 0;
    margin: auto;
    background: transparent;
}
.ast-mobile-popup-drawer.active .ast-mobile-popup-overlay {
    background: rgba(0,0,0,0.87) !important;
}
#ast-mobile-popup .ast-mobile-popup-inner:before {
    content: "";
    min-width: 89px;
    min-height: 63px;
    background: url('/wp-content/uploads/2025/07/LIKEABLE-LOGO-STICKER-ANGLE-STACKED_63.png') center center no-repeat;
    margin-top: 16px;
    margin-left: 30px;
}
#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content{
    margin-left: 15px;
    padding-top: 30px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
#ast-mobile-popup .ast-mobile-popup-header {
    position: absolute;
    top: 0;
    right: 0;
}
#ast-mobile-popup .ast-mobile-popup-header .ahfb-svg-iconset svg {
    fill: #fff;
    width: 34px;
    height: 34px;
    transition: none;
}
#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .main-navigation .main-header-menu{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}
#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .main-navigation .main-header-menu .menu-item, #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .main-navigation .main-header-menu .menu-item a{
justify-content: flex-start;
    text-align: left;
}
#ast-mobile-popup .main-navigation .main-header-menu li a{
    font-size: 24px;
    font-weight: bold;
    font-family: Poppins, sans-serif, open sans;
    color: #fff;
}
#ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content .ast-builder-menu-mobile{
    margin-bottom: 30%
}
#ast-mobile-popup .main-navigation .main-header-menu li a:hover,
#ast-mobile-popup .main-navigation .main-header-menu li a:active {
    color: #FF5B24;
}
.ast-header-break-point .main-header-bar-navigation {
    line-height: 1.7;
}
.site-footer, .site-footer h3, .site-footer a {
    color: #fff;
    font-size: 20px;
}
.company-label{
    display: flex;
    align-items: center;
    color: #fff;
}
.company-label img{
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px; 
}
.header-label .company-label{
    font-size: 24px;
    color: #FFF;
    font-family: Poppins, sans-serif, open sans;
}

@media (max-width: 920px) {
    .ast-mobile-popup-inner .company-label {
       padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .header-label .company-label {
        font-size: 18px;
        justify-content: center;
    }
    .elementor-3839 .elementor-element.elementor-element-f6f71e4 > .elementor-element-populated {        
        margin-top: 40vh !important;
    }
}
.header-label .company-label img{ 
    margin-bottom: 6px
}

.site-footer{
    background-color: #000000;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row, 
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
    max-width: none;
}
.site-footer-below-section-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center !important;
    flex-wrap: nowrap;
}
.site-footer .site-below-footer-wrap,
.site-footer .site-above-footer-wrap {
    padding-left: 30px;
    padding-right: 30px;
}


@media (min-width: 1200px){
    .site-footer .site-below-footer-wrap,
    .site-footer .site-above-footer-wrap {
        width: 100%;
        max-width: 1600px;
        margin: auto;
    }
}

@media (max-width: 768px){
    .site-footer .site-below-footer-wrap,
    .site-footer .site-above-footer-wrap {
        padding-left: 25px;
        padding-right: 25px;       
    }
    .site-footer .site-above-footer-wrap {
        padding-bottom: 40px;              
    }
    .site-footer .site-below-footer-wrap {
        padding-top: 40px;
        padding-bottom: 50px;       
    }
    .home .site-footer .site-below-footer-wrap {
        padding-bottom:90px;        
    }
    .site-footer .site-above-footer-wrap .footer-social-inner-wrap {
        text-align: left;
    }
    .site-footer, .site-footer h3, .site-footer a {        
        font-size: 18px;
    }
}

.homepg-clients .elementor-widget-image {
    padding: 15px;
}



@media (min-width: 768px) {
    .site-header.fixed {
        position: fixed !important;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: #fff !important;
        z-index: 9999;
        box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.51);
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.51);
        -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.51);
    }
}
.news-ticker-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.news-ticker-fixed .elementskit-btn{
    pointer-events: none;
    text-decoration: none;
}
.header-video {
    height: calc(100vh - 82px);
}
.news-ticker-wrap{ 
    overflow: hidden;
}
.news-ticker {
    border: 0 !important;
    height: auto !important;
    line-height: initial !important;
}
.news-ticker ul {
    display: flex; 
    justify-content: center;
}
.news-ticker ul, .news-ticker li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-ticker li {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    
}
.news-ticker .bn-news-item{
    color: #fff;
    font-family: "Poppins", Sans-serif, Open sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    padding-right: 60px;
    padding-left: 30px;
    line-height: 30px;
    text-decoration: none !important;
}
.news-ticker .bn-news-item:after {
    /*content: "\f164";*/
    content: url(https://staging.likeable.com/wp-content/uploads/2022/08/white_blue_round_logo.svg);
    width: 30px;
    height: 30px;   
    border-radius: 50%;
    display: block;
    position: absolute;
    right:0;
    color:#1A3551;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    font-size: 17px;
    text-align: center;
    line-height: 27px;

}
.btn-live a>i:before{
    animation: blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%      { color: #d3f20b;} //d3f20b  // fc6002
    100%        { color: #fc6002;}
}
.btn-full a {
    width: 100% !important;
}
.services-list-col .elementor-widget-container{
    display: flex;
}
.services-list ul{
    margin: 0;
    list-style: none;
    width: 50%;
    padding-right: 10px;
}
.services-list ul li{
    margin-bottom: 10px;
}
@media (min-width:921px){
    #ast-mobile-header .ast-main-header-wrap{
        padding-left: 30px;
        padding-right: 25px;
    }
    #ast-mobile-header{
        display: initial !important;
    }
    #ast-desktop-header {
        display: none !important;
    }
    .ast-footer-copyright {
        text-align: right !important;
    }
    #ast-mobile-popup .main-navigation .main-header-menu li a {
        font-size: 36px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #ast-mobile-popup .ast-mobile-popup-inner .ast-mobile-popup-content{
        margin-left: 35px;
    }
}

@media(max-width:920px) {
    .site-footer-below-section-1 {
        justify-content: center;
        flex-wrap: nowrap;
    }
    .site-footer-below-section-1 .footer-widget-area {
        width: auto !important;
    }
    .site-footer-below-section-1 .footer-widget-area p{
        /* text-align: center !important; */
    }
    .footer-widget-area .company-label{
        /* justify-content: center; */
    }
    .news-ticker .bn-news-item {
        font-size:18px;
    }
    .site-footer-below-section-1 .ast-footer-copyright{
        text-align: left;
    }
}
@media(max-width:768px){
    .services-list-col .elementor-widget-container {
        flex-direction: column;
    }
    .services-list ul{
        width: 100%;
    }
    .contact-form .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
        padding: 0 5px;       
    }
    .contact-form .gform_legacy_markup_wrapper .gform_footer{
        padding-left: 10px;
        position: static;
        margin-top: 40px;
     }
    .contact-form .gform_button, .contact-form .gform_footer input[type=submit] {
        width: 99px;
    }
}

/** Team **/
.section-team{
    padding:50px 0 120px
}
@media (max-width:1024px){
    .section-team{
        padding:30px 0 40px
    }
}
@media (max-width:767px){
    .section-team{
        padding: 15px 0 20px;
    }
    .section-team .shell {    
        padding-left: 8px;
        padding-right: 8px;        
    }
}
.team{
    list-style:none outside none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:-20px
}
.team .team-member{
    width:33.33%;
    padding:20px 20px 15px 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-transition:opacity .5s, -webkit-transform .5s;
    transition:opacity .5s, -webkit-transform .5s;
    -o-transition:opacity .5s, transform .5s;
    transition:opacity .5s, transform .5s;
    transition:opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transform-origin:center top;
    -ms-transform-origin:center top;
    transform-origin:center top
}
.team .team-member.js-animation{
    opacity:0;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0)
}
.team .team-member.animate{
    opacity:1;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
}
.team-member .team-member__inner{
    width:100%;
    /*background:#ececec*/
    position: relative;
}
.team-member .team-member__image{
    overflow:hidden;
    position:relative;
}
.team-member .team-member__image img{
    position:relative;
    border-radius: 16px;
    width: 100%;
}
.team-member .team-member__image img+img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    visibility:hidden
}
.team-member .team-member__content{
    padding:10px 5px 4px;
}
.team-member .team-member__actions{
    margin-bottom:18px;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 15px;
    right: 15px;
}

.team-member p{
    font-size:14px;
    color:#838383;
    line-height:1.5;
    font-weight: 600;
    text-transform: uppercase;
}
.team-member h5{
    font-size:22px;
    color:#1e292f;
    margin-bottom:2px;
    line-height:1.33;
    font-weight: 400;
}
.team-member .team-linkedin-pr + h5{
    color: #8d43b9;
}
.team-member .team-insta-pr + h5{
    color: #f8611f;
}
.team-member .team-twitter-pr + h5{
    color: #5bb6aa;
}
.page-template-work .main.main--alt{
    width: 100%;
}
@-webkit-keyframes bounce{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(-5px);
        transform:translateY(-5px)
    }
    to{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@-o-keyframes bounce{
    0%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(-5px)
    }
    to{
        transform:translateY(0)
    }
}
@-moz-keyframes bounce{
    0%{
        transform:translateY(0)
    }
    50%{
        transform:translateY(-5px)
    }
    to{
        transform:translateY(0)
    }
}
@keyframes bounce{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(-5px);
        transform:translateY(-5px)
    }
    to{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}

.update{
    position:relative;
    background:#ececec;
    opacity:0;
    -webkit-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition:opacity .6s
}
.work-page .update, 
.section-related .update{
    border-radius: 8px;
    overflow: hidden;
}
.updates .updates__list{
    list-style:none outside none;
    margin: auto;
    padding: 0;
    /* padding-top: 50px; */
}
.updates .update-holder{
    width:33.33%;
    padding:26px 29px;
}
@media (max-width: 767px ) {
    .updates .update-holder {
        width:100%;
        padding:15px 20px;
    }
    .work-page .updates .update-holder {        
        padding:15px 15px;
    }
    .section-related .updates .update-holder {        
        padding:15px 10px;
    }
}
.update.animate{
    opacity:1
}
.update .update__image{
    overflow:hidden;
    width:100%
}
.update .update__image img{
    position:relative;
    -webkit-transition:-webkit-transform .3s;
    transition:-webkit-transform .3s;
    -o-transition:transform .3s;
    transition:transform .3s;
    transition:transform .3s, -webkit-transform .3s;
    will-change:transform
}
.update--animated img:nth-child(2){
    display:none
}
.update img{
    width:100%
}
.update h2{
    line-height:1.33
}
.update .update__content h4, .update .update__content h6{
    font-family: "Poppins", serif;
}
.update .update__content h6{
    font-weight:600;
    text-transform:uppercase;
    font-size: 12px;
}
.update .update__content h4 {
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
}
.update .update__content ul {
    padding: 0 23px 30px;
    margin: -10px 0 0;
}
.update .update__content ul li{
    display:inline-block;
    vertical-align:middle;
    line-height: 12px;
}
.list-categories li{
    position:relative;
    margin-right:6px
}
.list-categories li:before{
    content:'';
    width:1px;
    height:12px;
    background:#838383;
    position:absolute;
    top:1px;
    right:-5px
}
.list-categories li:last-child{
    margin-right:0
}
.list-categories li:last-child:before{
    display:none
}
.update .update__content ul a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
    color: #838383;
}
.update .update__content .update__content_title_wrap {
    padding: 26px 23px 22px;
}
.update .update__content .update__content_title_wrap a {
    color: #1a3551;
}
.update .update__badge {
    position: absolute;
    top: 28px;
    left: 26px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    z-index: 2;
}
.update .update__badge a {
    padding: 0 11px;
    min-width: 58px;
    height: 38px;
    line-height: 38px;
    border-radius: 18px;
    background: #fff;
    color: #1e292f;
}
.list-dots{
    text-align:center;
    font-size:0;
    position:relative;
    padding-top:100px;
    padding-bottom:100px;
}
.list-dots li{
    display:inline-block;
    width:13px;
    height:13px;
    border-radius:50%;
    background:#31c1b6;
    -webkit-animation:bounce 1s ease infinite;
    animation:bounce 1s ease infinite
}
.list-dots li+li{
    margin-left:9px
}
.list-dots li:nth-child(2){
    -webkit-animation-delay:.2s;
    animation-delay:.2s
}
.list-dots li:nth-child(3){
    -webkit-animation-delay:.4s;
    animation-delay:.4s
}
.shell {
    width: 100%;
    max-width: 1288px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.shell--xsmall {
    max-width: 880px;
}
.filters{
    width:calc(100% - 92px);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin:0 -1px;
    list-style:none outside none;
}
.filters .filter{
    width:33.33%;
    padding:0 1px;
    position:relative
}

.filters-wrapper .filters__results a:after {
    content: '';
    color: #1a3551;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: 400;
    width: 10px;
    height: 10px;
    background: url(assets/images/ico-close@2x.png) no-repeat 0 0;
    background-size: cover;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}


.filters .filter .list-radios{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition:opacity .3s, visibility .3s, top .3s;
    -o-transition:opacity .3s, visibility .3s, top .3s;
    transition:opacity .3s, visibility .3s, top .3s;
    z-index:10;
    list-style: none;
    margin: auto;
}
.filters .filter.active .list-radios{
    top:calc(100% + 1px);
    opacity:1;
    visibility:visible
}
.filter .filter-btn{
    display:inline-block;
    width:100%;
    height:60px;
    line-height:60px;
    border:none;
    background:#1a3551;
    color:#fff;
    font-weight:400;
    font-size:18px;
    letter-spacing:.02em;
    padding:0 50px 0 55px;
    text-align:left;
    position:relative;
    -webkit-transition:color .3s;
    -o-transition:color .3s;
    transition:color .3s;
    border-radius: 0 !important;
}
.filter .filter-btn:after{
    font-size: 17px;
    color:inherit;
    position:absolute;
    top: 50%; /*50%;*/
    right:34px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    pointer-events:none;
    font-family: 'FontAwesome';
    content: '\f107';
}
.filters-wrapper .filters__bar{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    position:relative;
    margin-bottom:32px
}
.filters-wrapper .filters__content{
    padding-left:6px;
    display:none
}
.filters-wrapper .filters__content.active{
    display:block
}
.filters-wrapper .filters__results{
    margin-bottom:11px;
    min-height:36px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.filters-wrapper .filters__results strong{
    display:inline-block;
    vertical-align:middle;
    margin-right:17px
}
.filters-wrapper .filters__results li{
    display:inline-block;
    vertical-align:middle
}

.filters-wrapper .filters__results a{
    text-decoration:none;
    display:inline-block;
    vertical-align:middle;
    height:36px;
    line-height:34px;
    font-weight:700;
    font-size:14px;
    letter-spacing:.02em;
    color:#f8611f;
    border:1px solid #f8611f;
    border-radius:16px;
    padding:0 30px 0 16px;
    position:relative
}
.filters-wrapper .filters__results li+li{
    margin-left:11px
}
.search-form .screen-reader-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0.5;
    visibility: hidden;
}
.search-form .search__field {
    display: block;
    width: 0;
    padding: 10px;
    border: none;
    background: #f6f6f6;
    height: 60px;
    padding: 0 28px;
    font-size: 24px;
    color: #1a3551;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 92px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: width .4s, opacity .4s, visibility .4s;
    -o-transition: width .4s, opacity .4s, visibility .4s;
    transition: width .4s, opacity .4s, visibility .4s;
}

.list-radios{
    background:#1a3551;
    width:100%;
    color:#fff;
    padding:23px 27px
}
.radio input{
    display:none
}
.radio input:checked~label:before{
    -webkit-box-shadow:inset 0 0 0 5px #f6f6f6;
    box-shadow:inset 0 0 0 5px #f6f6f6;
    background:#f8611f
}
.radio label{
    display:block;
    width:100%;
    position:relative;
    padding:13px 0 13px 43px;
    font-size:18px;
    letter-spacing:.03em
}
.radio label:before{
    content:'';
    width:22px;
    height:22px;
    border-radius:50%;
    background:#f6f6f6;
    position:absolute;
    top:13px;
    left:0;
    -webkit-box-shadow:inset 0 0 0 5px #f6f6f6;
    box-shadow:inset 0 0 0 5px #f6f6f6;
    -webkit-transition:background .3s, -webkit-box-shadow .3s;
    transition:background .3s, -webkit-box-shadow .3s;
    -o-transition:box-shadow .3s, background .3s;
    transition:box-shadow .3s, background .3s;
    transition:box-shadow .3s, background .3s, -webkit-box-shadow .3s
}
.radio label:hover:before {
    background: #31c1b6 !important;
}
.filters-wrapper .filters__results ul {
    margin:0; 
    padding: 0;
}
.link--dark {
    font-weight: 700;
    color: #1a3551;
    font-size: 14px;
}
.work-page .ast-container{
    display: flex;
    flex-direction: column;
}
.bg-cl{
    background-color:rgb(244 244 244) !important;
}
header.int-head {
    text-align: center !important;
    padding: 20px !important;
}

header.int-head a img {
    height: 44px !important;
    width: 44px !important;
}
body.crb_landing_page-template-default {
    border-bottom: 15px solid #80cac7 !important;
}
body.postid-9952 .section-article-single, body.postid-10712 .section-article-single, body.postid-10051 .section-article-single{
padding-top: 0px;
padding-bottom: 0px;
}
body.postid-9952 .shell, body.postid-10712 .shell, body.postid-10051 .shell{
max-width: 100%;
padding-left: 0px;
padding-right: 0px;
}
ul#gform_fields_17 li {
    width: 100% ;
    margin: 4px 0 0 0;
    padding-left: 0;
}

@media (max-width:1024px){
    .team .team-member.js-animation{
        opacity:1;
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
    .filters-wrapper{
        padding:0 15px
    }
    .filter .filter-btn{
        padding:0 20px 0 25px
    }
    .filter .filter-btn:after{
        right:25px
    }
}
@media (max-width:767px){
    .team{
        margin:2px -14px 0
    }
    .team .team-member{
        width:50%;
        padding:2px 8px
    }
    .team-member .team-member__content{
        /* padding:10px 5px 20px; */
    }
    .team-member .team-member__image img{
        width:100%
    }
    .team-member h5 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .team-member p {
        font-size: 13px;
    }
    .team-member .team-member__actions{
        top: 10px;
        right: 10px;
    }
    .filters{
        display:block;
        width:100%
    }
    .radio label{
        font-size:16px;
        padding-left:30px
    }
    .radio label:before{
        width:18px;
        height:18px;
        top:12px
    }


    .filters .filter{
        width:100%
    }
    .filters .filter{
        margin-top:15px
    }
    .filters-wrapper{
        padding-bottom:20px
    }
    .filters-wrapper .filters__bar{
        display:block;
        margin-bottom:0
    }
    .filters-wrapper .filters__content{
        padding-top:32px
    }
    .filters-wrapper .filters__results{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .filters-wrapper .filters__results a{
        font-size:12px;
        height:24px;
        line-height:22px;
        padding:0 20px 0 10px
    }
    .filters-wrapper .filters__results strong{
        width:80px;
        min-width:80px;
        padding-top:3px;
        margin-right:10px
    }
    .filters-wrapper .filters__results ul{
        width:calc(100% - 90px);
        font-size:0
    }
    .filters-wrapper .filters__results ul li{
        margin-bottom:10px;
        padding:0 5px
    }
    .filters-wrapper .filters__results ul li+li{
        margin-left:0
    }
    .filters-wrapper .filters__results a:after{
        width:8px;
        height:7px;
        right:5px
    }
}
@media (max-width:576px){
    .team-member h5 {
        font-size: 17px;
    }
    .team-member p {
        font-size: 11px;
    }
}
@media(min-width: 1600px){
.header-video .elementor-container>.elementor-column .elementor-widget-wrap{
    padding-left: 30px !important;
}
}


/*Style For Page ID postid-10051 */


.lets-talk-gravity .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .lets-talk-gravity .gform_legacy_markup_wrapper textarea.medium {
    /*border-radius: 0;*/
}

.lets-talk-gravity .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
    padding-left: 0px;
}
.lets-talk-gravity .gform_wrapper ul.gform_fields li.gfield:first-child{
    margin-top: 0px;
}

.audit-offer-box .elementor-image-box-wrapper {
    text-align: left!important;
}
.audit-offer-box figure.elementor-image-box-img {
    width: 259px!important;
    height: 289px;
}
.audit-offer-box figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.audit-offer-box h3.elementor-image-box-title {
    font-size: 30px;
    font-weight: 300;
    color: #1a3551;
    margin-bottom: 30px;
}
.audit-offer-box ul {
    margin-left: 16px;
}
.border-center {
    width: 363px;
    height: 1px;
    background-color: rgb(66,66,66);
    margin: 30px auto;
}
body .tablepress thead th {
    background: #1a3551;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 1.15;
}
body .tablepress tbody td {
    text-align: center;
    border: 1px solid #838383;
    padding: 20px 15px;
}
body .tablepress tbody td strong {
    text-align: left;
    display: inline-block;
    width: 100%;
}
.tablepress .odd td {
    background-color: #fff;
}
.tablepress tbody tr:first-child td {
    border-top: 0;
}

.tablepress .even td {
    background-color: #ECECEC;
}

@media (max-width: 768px){
    .tcb-flex-row{
            flex-wrap: wrap!important;
    }
    .tcb-flex-col{
        max-width: 100%!important;
    flex: 1 1 100%!important;
}
.tcb-col{
    align-items: center;
}
}
/*End Style For Page ID postid-10051 */

.page-id-15443 .update__content_title_wrap h6 a, .page-id-15443 .update__content_title_wrap h4 a {
    text-decoration: none !important;
}