.img_wrap,.img_wrap amp-img{
    max-width: 100% !important;
}
.img_wrap > .i-amphtml-layout-fixed{
    display: block;
}
.text-center .img_wrap,.text-center > div > .img_wrap{
    margin-left: auto;
    margin-right: auto;
}
.bg-img{
    position: relative;
}
.bg-img > amp-img, .bg-img > amp-img img {
    object-fit: cover;
}
.bg-top-center > amp-img, .bg-top-center > amp-img img{
    object-position: center top;
}
.bg-bottom-center > amp-img, .bg-bottom-center > amp-img img{
    object-position: center bottom;
}
.i-amphtml-loader-background{
    background: none!important;
}
amp-lightbox .container{
    width: 100%;
}
amp-lightbox > div{
    min-height: 100%;
    width: 100%;
    display: inline-flex!important;
    align-items: center;
}
amp-lightbox button.as_close_popup{
    border: none;
    background: none;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    cursor: pointer;
    z-index: 99;
}
amp-selector.tabpanels [role=tabpanel] {
    display: none;
}
amp-selector.tabpanels [role=tabpanel][selected] {
    outline: none;
    display: block;
}
amp-selector[role=tablist] [role=tab][selected] {
    outline: none;
}

.bg-left-35 > amp-img {
     width: 35%;
 }
.bg-right-35 > amp-img{
    width: 35%;
    left: auto;
    right: 0;
}
.bg-left-45 > amp-img {
    width: 45%;
}
.bg-right-45 > amp-img{
    width: 45%;
    left: auto;
    right: 0;
}
.bg-left-50 > amp-img {
    width: 50%;
}
.bg-right-50 > amp-img{
    width: 50%;
    left: auto;
    right: 0;
}
.bg-left-60 > amp-img {
    width: 60%;
}
.bg-right-60 > amp-img{
    width: 60%;
    left: auto;
    right: 0;
}
.bg-bottom-150px > amp-img {
    top: auto;
    bottom: 0;
    height: 150px;
}
.png-white{
    filter: brightness(0) invert(1);
}
.png-black{
    filter: brightness(0) invert(0);
}
.text-black > *{
    color: #000202!important;
}
.text-block > ul {
    padding-left: 0px;
}
.text-block > ul li, ul.dotted li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}
.text-block > ul li::before, ul.dotted li::before {
    content: "•";
    line-height: 1;
    vertical-align: bottom;
    font-size: 36px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    color: #4281fb;
}
.small ul li, .small ul.dotted li {
    font-size: 16px!important;
}
.bg-blue .text-block > ul li::before,.bg-blue ul.dotted li::before {
    color: #0053c7;
}
.bg-teal .text-block > ul li::before{
    color: #ffffff;
}
.as-popup .wpcf7-acceptance .wpcf7-list-item-label{
    font-size: 14px;
}
.text-block > ol{
    counter-reset: section;
    list-style-type: none;
    padding-left: 0px;
}
.text-block > ol > li{
    position: relative;
    padding-left: 35px;
}
.text-block > ol > li:before{
    counter-increment: section;
    content: counter(section)".";
    font-family: "Heebo",Helvetica,Arial,sans-serif;
    font-size: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    line-height: 1;
    font-weight: 500;
}
.text-block > ol > li:before{
    color: #4281fb;
}
.ordered-list ol > li{
    padding-left: 110px;
    margin: 50px 0px;
}
.ordered-list ol>li:before{
    font-size: 78px;
    font-weight: 900;
    line-height: 0.8;
}

.loading_bg{
    width: 100%;
    height: 100%;
    background:#ffffff url('../images/loading.gif') center center no-repeat;
}
.form-group .loading_bg{
    min-height: 400px;
}
.text-block .button_sc{
    margin-top: 20px;
    min-width: 250px;
}
.bigger,.bigger p{
    font-size: 25px;
    line-height: 1.2;
}
.btn-solid.btn-gray:hover{
    color: #000202;
    border-color:#000202;
}
.flexcenter{
    height: 100%;
    display: flex;
    flex-direction:column ;
    justify-content: center;
    align-items: center;
}
img[src=""],img:not([src]) {
    visibility: hidden;
}

.quote-white .icon-testimonial-quote:before,.quote-white.icon-testimonial-quote:before{
    color: #ffffff!important;
}

.container-fluid{
    max-width: 1600px;
}
.modal_footer{
    padding: 10px 30px;
}
.modal_footer .press_term{
    margin-top: 20px;
}
.modal_footer .btn{
    padding: 14px 26px;
    margin-left: 30px;
}
.social_share_wrap > a.social-share{
    padding-top: 10px;
}
.modal_footer .social_share_wrap > a{
    margin-left: 15px;
}
#site_init_loading{
    display: none!important;
}

.inline-flex.form-solid{
    margin-top: 25px;
    margin-bottom: 15px;
}
.inline-flex.form-solid > span.wpcf7-form-control-wrap{
    padding-right: 15px;
}

.oneline{
    position: relative;
    margin: 30px 0 15px 0;
}
.oneline input[type="submit"],.oneline button[type="submit"]{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.btn.btn-gray:hover{
    color: #000202;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.blog-sidebar{
    padding-left: 70px;
}
.article_item .social-share-wrap {
    display: inline-flex;
    width: 100%;
}
.article_item{
    margin-top: 40px;
    margin-bottom: 40px;
}
.article_item .social-share-wrap > a.social-share{
    margin: 0 7px;
}
.article_item .social-share-wrap > a.post-category{
    margin-left: 30px;
}
.article_item .social-share-wrap > a{
    display: inline-block;
}
.article_item .social-share-wrap{
    margin-bottom: 10px;
}
.article_item  .category-list {
    display: inline-block;
    margin-left: 50px;
}
.article_item .thumbnail{
    margin-bottom: 40px;
}
.text-block iframe{
    max-width: 100%;
}
.paged_navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #545664;
    font-weight: bold;
    text-transform: uppercase;
}
.paged_navigation .numberic {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
}
.paged_navigation .numberic li {
    float: left;
    margin: 0;
    width: 36px;
    text-align: center;
}
.paged_navigation .numberic li.active a {
    background-color: #4281fb;
    color: #FFF;
    padding: 7px 10px;
}
.list_category_wrap .list_category_item{
    margin: 15px;
}
.list_category_wrap .list_category_item .btn{
    text-transform: capitalize!important;
    font-size: 25px;
    font-weight: 500;
    color: #292c39;
    cursor: pointer;
    background-color: #f6f6f6;
}
.list_category_wrap .list_category_item:hover .btn{
    background-color: #0053c7;
    color: #ffffff;
}

.list_category_wrap amp-selector[role=tablist] [role=tab][selected] .btn,.list_category_wrap .list_category_item[selected] .btn,.list_category_wrap .list_category_item.selected .btn{
    background-color: #0053c7;
    font-weight: 900;
    color: #ffffff;
}
.wpcf7-form-control.wpcf7-acceptance{
    font-size: 16px;
}
amp-lightbox.bg-white{
    background-color: rgba(255,255,255,0.95) !important;
}

.content-3-cols .text-block ul,.content-3-cols .text-block ol {
    column-count: 3;
    column-gap: 30px;
}
.content-3-cols .text-block ul > li,.content-3-cols .text-block ol > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;

}
.oneline{
    position: relative;
    margin: 30px 0 15px 0;
}
.oneline input[type="submit"],.oneline button[type="submit"]{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

amp-selector.tabpanels [role=tabpanel] {
    display: none;
}
amp-selector.tabpanels [role=tabpanel][selected] {
    outline: none;
    display: block;
}
amp-selector[role=tablist] [role=tab][selected] {
    outline: none;
}

.btn.square{
    border-radius: 0;
}
.btn.small{
    min-width: 200px;
    padding: 15px 20px;
}

.blog-sidebar-item .wpcf7-acceptance .wpcf7-list-item > label{
    font-size: 12px;
}
.wpcf7-acceptance .wpcf7-list-item > label{
    display: inline-flex;
    line-height: 1.1;
}
.wpcf7-acceptance .wpcf7-list-item > label input {
    height: auto;
    margin: 0;
    margin-right: 10px;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.wp-caption-text {
    font-size: 14px;
    padding-top: 0.5em;
    margin: 0;
}

@media (max-width: 990px) {
    .text-block p > img{
        max-width: 100%;
        height: auto;
    }
    .btn{
        max-width: 100%;
        white-space: normal!important;
    }
    .content-3-cols .text-block ul,.content-3-cols .text-block ol {
        column-count: 2;
    }
}
@media (max-width: 480px) {
    body > section > .container-fluid, body > section > .text_block_content > .container-fluid,.banner_content .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
    }

    .block_index_0.html_area_main.two-columns{
        padding-top: 140px!important;
    }
    .content-3-cols .text-block ul,.content-3-cols .text-block ol {
        column-count: 1;
    }
    .oneline input[type="submit"],.oneline button[type="submit"]{
        position: static;
    }

    .ordered-list ol > li{
        padding-left: 60px;
    }
    .ordered-list ol>li:before{
        font-size: 50px;
        line-height: 1;
    }
}