.wpcf7-form{
    width: auto;
    height: auto;
    overflow: hidden;
    background-color: #005a91;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 27px 0 #025a91;
    -moz-box-shadow: 0 0 27px 0 #025a91;
    box-shadow: 0 0 27px 0 #025a91;
    border: 2px solid rgba(255,255,255,.8);
    padding-right: 9.5%;
    padding-left: 9.5%;
}

.wpcf7-form span.wpcf7-form-control-wrap{
    position: relative!important;
    left: auto!important;
}

.wpcf7-form .field label{
    color: #fff;
    width: 90%;
    min-width: 92px;
    padding-left: 0;
    padding-right: 10px;
    vertical-align: middle;
    float: left;
    height: auto;
    line-height: 32px;
    box-sizing: border-box;
    margin-bottom: -7px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="textarea"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"]{
    border: #000 1px solid;
    color: #000;
    padding: 0 5px;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    min-width: 112px;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    float: none;
    height: auto;
    line-height: 21px;
    position: static;
    text-align: justify;
    clear: both;
}

.wpcf7-form .buttonForm{
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 70px;
    width: 150px;
    border-radius: 20px;
    background-size: 120px;
    background-position: center;
    background-color: #0c0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    font-size: 20px;
    color: #fff;
    white-space: unset;
    margin: 0 auto;
    display: block;
}

.wpcf7-list-item-label{
    color: #fff;
}

span.wpcf7-list-item{
    width: 120px!important;
}

.landing-page-title{
    text-align: center;
}

.landing-page-new{
    width: 75%;
    float: left;
}

.landing-page-sidebar{
    width: 25%;
    float: right;
}

.title-testimonials{
    text-align: center;
    /*font-size: 20px;*/
    /*font-weight: 500;*/
}

.block-button{
    background-color: #00B050;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
}

.block-button a{
    color: #fff;
    display: block;

}

.landing-page-other{
    float: left;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 20px;
    padding-top: 20px;
}

.block-post{
    float: left!important;
    width: 100%;
}

.block_logos_main img{
    margin: 0 10px;
}

.more-news-container{
    margin-top: 0!important;
    text-align: center!important;
}

#recent-articles-new .latest-post{
    position: relative;
}

#recent-articles-new .latest-post .link-post{
    position: absolute;
    bottom: 10px;
    right: 0;
}

@media (min-width: 200px) and (max-width: 500px) {
    .section-testimonails .block_testimonails{
        padding-left: 0;
    }

    .section-testimonails .block_testimonails .item{
        width: 100%;
    }

    .section-testimonails .block_testimonails .item .name{
        height: 32px;
    }

    .landing-page{
        width: 100%!important;
    }

    .landing-page-sidebar{
        width: 100%!important;
    }

    .other-quotes-link-container-new .other-quotes-single p{
        font-size: 12px!important;
    }

    .other-quotes-link-container-new .other-quotes-single{
        width: 43%!important;
    }
}

@media (min-width: 501px) and (max-width: 700px) {
    .section-testimonails .block_testimonails{
        padding-left: 0;
    }

    .section-testimonails .block_testimonails .item{
        width: 50%;
    }

    .section-testimonails .block_testimonails .item .name{
        height: 32px;
    }

    .section-testimonails .block_testimonails .item .text{
        height: 140px;
    }

    .landing-page{
        width: 100%!important;
    }

    .landing-page-sidebar{
        width: 100%!important;
    }

    .other-quotes-link-container-new .other-quotes-single p{
        font-size: 12px!important;
    }
}

.apss-linkedin .count{
    display: none;
}

.page-id-15953 .entry-author{
    display: none;
}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 40px;
    width: 100%;
    background-color: transparent;
    margin: 0 auto;
    white-space: nowrap;
    padding-left: 20px;
    border-bottom: 2px solid #025a91;
    margin-bottom: 20px;
}

.tabs *{
    box-sizing: border-box;
}

.tabs.tabs-transparent {
    background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
    color: #fff;
}

.tabs.tabs-transparent .indicator {
    background-color: #fff;
}

.tabs .indicator{
    display: none;
}

.tabs .tab {
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    width: auto;
    margin-right: 10px;
}

.tabs .tab a {
    float: left;
    background-color: #D9D9D9;
    color: #A6A6A6;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
    border-radius: 24px 24px 0 0;
    font-weight: 600;
    text-decoration: none!important;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    /*background-color: rgba(246, 178, 181, 0.2);*/
    outline: none;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #fff;
    color: #000;
    float: left;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
    color: rgba(238, 110, 115, 0.4);
    cursor: default;
}

@media only screen and (max-width: 992px) {
    .tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .tabs .tab {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .tabs .tab a {
        padding: 0 12px;
    }
}


.modal {
    display: none;
    position: fixed;
    top: 50%!important;
    left: 50%!important;
    right: auto;
    transform: translate(-50%, -50%)!important;
    background-color: transparent;
    padding: 0;
    max-height: 70%;
    width: 700px;
    margin: auto;
    overflow-y: auto;
    will-change: top, opacity;
}

.modal.open{
    transform: translate(-50%, -50%) scaleX(1)!important;
}

@media only screen and (max-width: 992px) {
    .modal {
        width: 80%;
    }
}

.modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0;
}

.modal .modal-content {
    padding: 24px;
}

.modal .modal-close {
    cursor: pointer;
}

.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
    margin: 6px 0;
}

.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}

.modal.modal-fixed-footer {
    padding: 0;
    height: 70%;
}

.modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
}

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
}

.modal iframe{
    width: 700px;
    height: 390px;
}

.list-files .item .title{
    font-weight: 600;
    color: #025a91;
}

.list-files .item{
    border-bottom: 1px solid #ccc;
    padding: 20px 0 5px;
}

.list-files .item .files{
    padding-left: 40px;
}

.list-files .item .files .item-file{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.list-files .item .files .item-file a{
    color: #025a91;
}

.list-files .item .files .name{
    width: 100%;
    color: #025a91;
    text-decoration: underline;
}

.link-pdf, .link-word, .link-video, .link-excel, .link-link{
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    font-size: 0;
    background-size: 100%;
    margin-right: 10px;
}

.link-pdf{
    background-image: url('image/icon/pdf.png');
}

.link-word{
    background-image: url('image/icon/word.png');
}

.link-video{
    background-image: url('image/icon/video.png');
}

.link-excel{
    background-image: url('image/icon/excel.png');
}

.link-link{
    background-image: url('image/icon/link.png');
}

#top_descktop_menu{
    position: relative;
}

#post-1179 #leftContent .entry-header{
    width: 100%;
    text-align: center;
}

.related_posts .thumbnail{
    background-size: cover!important;
}

.responsive #recent-articles-new{
    width: 100%;

}

ul.list-titles h4{
    float: left;
}

ul.list-titles span.meta-nav{
    float: none;
    display: inline-block;
    width: auto;
}

ul.list-titles h4{
    width: auto;
}

@media (min-width: 200px) and (max-width: 480px) {
    .su-row{
        display: grid;
    }

    .su-row .su-column-size-1-2:first-of-type{
        order: 2;
    }


    .su-row .su-column-size-1-2:last-of-type{
        order: 1;
    }

    .wp-image-15364, .wp-image-15362, .wp-image-15365, .wp-image-15363{
        display: block;
        margin: 0 auto 20px!important;
        float: none;
    }
}