body {
    margin: 0px;
    padding: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

html,
body {
    overflow-x: hidden !important;
}

header {
    width: 100%;
    float: left;
}

section {
    width: 100%;
    float: left;
}

strong {
    font-weight: bold;
}

footer {
    width: 100%;
    float: left;
}


/** {
}*/

a {
    color: #333;
    text-decoration: none;
    transition: 0.2s;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.row {
    margin-bottom: 0px !important;
}

.visa img {
    display: inline-block;
    margin: 7px 0 0 0px;
    width: 100%;
}

.solutions-new,
.partners-new {
    position: relative;
    z-index: 0;
}

.partners-new-caption,
.solutions-new-caption {
    position: relative;
    z-index: 3;
}

.solutions-new:before,
.partners-new:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.y-title {
    margin-bottom: 70px;
    text-align: center;
}

.y-title:after {
    content: "";
    display: block;
    height: 1px;
    background: #111111;
    width: 200px;
    margin: 0 auto;
}

.y-title h2 {
    font-size: 34px;
    font-weight: 700;
    color: #ff6001;
    margin-bottom: 20px;
}

.slidingDiv_1,
.slidingDiv_2,
.slidingDiv_3 {
    font-size: 17px;
}

.slidingDiv_4 {
    padding-top: 20px;
}

.slidingDiv_4 h5 {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.slidingDiv_4 p {
    font-size: 17px!important;
    margin-bottom: 15px!important;
}

.show_hide_1,
.show_hide_2,
.show_hide_3 {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    background: #ffffff;
    color: #31438e;
    margin-bottom: 10px;
    border-radius: 100px;
    box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(239, 239, 239, 0.2);
}


/****************** form popup *******************/

.search-data {
    padding: 30px;
}

.form-data {
    display: block;
    clear: both;
    text-align: center;
}

.form-data h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.form-data p {
    font-size: 18px;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #31438e;
    -webkit-box-shadow: 0 1px 0 0 #31438e;
    box-shadow: 0 1px 0 0 #31438e;
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #31438e;
}

button.btn {
    background: #31438e!important;
    background-color: #26a69a;
}


/* ======= CPA CTA STYLE Start ======= */

.cta-one {
    display: flex;
    justify-items: center;
    align-items: center;
}

.cta-one a.pay-cpa-btn {
    display: inline-block;
    background: url(../img/computer-ico.png) scroll 16px 25px no-repeat;
    background-size: 70px;
    padding: 15px 20px 15px 100px;
    border: 2px solid #31438e;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px;
    font-size: 24px;
    margin-left: 50px;
    color: #31438e;
    text-transform: uppercase;
    line-height: 24px;
}
.cta-one a.pay-cpa-btn span { display: block; font-style: italic; text-transform: capitalize; font-weight: normal; line-height: normal; color: #ff7c32; }

.cta-one a.pay-cpa-btn:hover {
    background-color: #f9d64f;
}

.pay-cpa-data {
    padding: 30px;
    display: block;
    background: url(../img/cpa-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
}
.pay-cpa-data:after { content: ""; width: 100%; height: 100%; display: block; background: #ffffffa1; position: absolute; z-index: -1; top: 0; left: 0; }

.pay-cpa-data h3 {
    font-weight: bold;
    border-bottom: 1px solid #111111;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 32px;
}
.pay-cpa-data h3 span { font-size: 17px; font-style: italic; display: block; }
 
.pay-cpa-data h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.pay-cpa-data ul {
    margin-bottom: 15px;
}

.pay-cpa-data li {
    background: url(../img/ul-icon.png) scroll 0px 10px no-repeat;
    padding-left: 25px;
    font-weight: 700;
    line-height: 32px;
    font-size: 18px;
}


/* ======= CPA CTA STYLE End ======= */

.history-cont p {
    font-size: 18px;
    margin-bottom: 20px;
}

.p-no {
    font-size: 32px;
    display: block;
    font-weight: bold;
    color: #381a0c;
    margin-top: 20px;
}

.slide-no {
    margin-bottom: 20px;
}

.slider-home .banner.thank-you-wrap {
    display: table;
}

.slider-home .banner .content.thank-you {
    display: table-cell;
    vertical-align: middle;
    top: 0;
}

.thank-you {
    text-align: center;
    color: #ffffff;
}

.thank-you h2,
.thank-you p,
.thank-you span {
    color: #ffffff!important;
}

.thank-you h2 {}

.thank-you p {
    font-size: 20px!important;
    font-weight: normal!important;
}

.thank-you span {}

@media only screen and (max-width: 1200px) {
    .knowledge {
        background: url(../img/knowledge.jpg) no-repeat right top!important;
        background-size: 300%!important;
        background-color: #ebc035!important;
        padding-top: 100%!important;
        padding-bottom: 50px!important;
    }
    .trust.knowledge {
        padding: 40px 0px!important;
        background-size: 100%!important;
        background: #ff7c32!important;
        background: url(../img/trust.jpg) no-repeat top left!important;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 75%;
    }
}


/*Header CSS*/

.header-area {
    position: relative;
}

.header-top {
    position: relative;
    width: 100%;
    float: left;
    /*border-top: 5px solid #ff7d32;*/
    /*background: #ededed;*/
}

.header-top .logo {
    overflow: hidden;
    padding: 10px 0px;
}

.header-top .logo a {
    display: inline-block;
}

.header-top .logo a img {
    width: 220px;
    max-width: 100%;
    margin-right: 0px;
}

.top-strip {
    background: #ffffff;
    padding: 0;
    position: relative;
    width: 100%;
    float: left;
    border-top: 3px solid #ff7d32;
}

.top-strip-content {
    text-align: left;
    color: #111111;
    /* height: 25px;*/
    overflow: hidden;
    padding: 5px 0;
}

.top-strip-content p,
.top-strip-content ul {
    display: inline-block;
    text-align: left;
}

.support {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    text-align: right;
}

.support p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-top: 7px;
}

.support p span {
    font-weight: 700;
}

.top-social ul {}

.top-social ul li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
}

.top-social ul li a {
    width: 25px;
    display: block;
    height: 25px;
    background: #31438e;
    text-align: center;
    border-radius: 50px;
    line-height: 26px;
    color: #ffffff;
}

.top-social ul li a:hover {
    background: #000000;
    color: #fff;
}


/*header menu css*/

.menu-wrap {
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
}

.main-menu {
    display: inline-block;
    text-align: center;
    /*float: right;*/
    padding: 20px 15px 14px 0px;
}

.main-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li a {
    color: #1c1c1c;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 14px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0px;
}

.main-menu ul li a:hover {
    color: #ff7c32;
}

.flex-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.bbb-logo {
    float: right;
    margin: 15px 0 0 0
}

.bbb-logo img {
    display: block;
}

article.header-menu {
    background: #fad650;
    width: 100%;
    float: left;
}

article.header-menu p {
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    padding: 4px 0px;
    text-transform: uppercase;
}


/*Slider CSS*/

.slide-section {
    position: relative;
}

#slider {
    overflow: hidden;
}

.slider-home .banner {
    height: 550px;
    position: relative;
    width: 100% !important;
    background-size: cover !important;
}

.slider-home .banner .content {
    position: relative;
    top: 50px;
    left: 0;
}

.slider-home .banner .content img {}

.slider-home .banner .content h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 62px;
    color: #111;
}

.slider-home .banner .content p {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #ff7c32;
    margin-top: 10px;
    margin-bottom: 0px;
}

.slider-home .banner .content a
/*,
.knowledge .ourCall a*/

{
    /* font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background: #31438e;
    color: #ffffff;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 2px;
    letter-spacing: 1px; */
}

a.cta-btn {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background: #31438e;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 2px;
    letter-spacing: 1px;
    color: #ffffff;
}

.call-no a {
    color: #31438e!important;
}


/*CPA CLients*/

.cpa-client {
    background: #fad650;
    padding: 100px 0px;
}

.cpa-client .cpa-item {
    display: flex;
}

.icon-mod {
    width: 80px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    display: inline-block;
    background: #fe7f32;
    padding: 10px;
    border-radius: 10px 0 0 10px;
}

.icon-mod img {}

.cpa-client .cpa-item .iconDiv {
    padding: 6px 0px;
    padding-right: 10px;
}

.cpa-client .cpa-item .iconDiv img {
    height: 45px;
}

.cpa-client .cpa-item .contentDiv {}

.cpa-client .cpa-item .contentDiv h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cpa-client .cpa-item .contentDiv p {
    font-size: 17px;
    font-weight: 400;
}

.cpa-client .cpa-item .contentDiv p span {
    font-weight: 700;
}


/*all cards*/

section.cpa-client.cards {
    background: transparent;
}

.cards.cpa-client .cpa-item {
    display: block;
    text-align: center;
    padding: 0 30px;
}

.cards.cpa-client .cpa-item .iconDiv {
    padding: 0;
    padding-right: 0;
    display: inline-block;
    height: 100px;
    width: 100px;
    background: white;
    overflow: hidden;
    box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(239, 239, 239, 0.2);
    border-radius: 60px;
    margin-bottom: 20px;
}

.cards.cpa-client .cpa-item .iconDiv img {
    height: 35px;
    position: relative;
    top: 30px;
}

.cards.cpa-client .cpa-item .contentDiv h2 {
    font-size: 22px;
}

.cards.cpa-client .cpa-item .contentDiv p {
    font-size: 16px;
}


/*service and products*/

.service {
    background: url(../img/service.jpg) no-repeat left center;
    padding: 90px 0px;
    background-size: 50%;
}

.contentService {
    background: #fff;
    padding: 50px 40px;
    box-shadow: 0px 0px 24px 0px #0000004f;
}

.contentService h2 {
    font-size: 34px;
    font-weight: 700;
    color: #444;
}

.contentService p {
    font-size: 20px;
    color: #333;
    padding: 20px 0px 30px
}

.contentService ul {
    display: inline-block;
    width: 49%;
    padding-left: 20px;
}

.contentService ul li {
    list-style: url(../img/ul-icon.png);
    margin-bottom: 6px;
}

.contentService ul li a {
    color: #444;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    top: -4px;
}


/*knowledge*/

.knowledge {
    background: url(../img/knowledge.jpg) no-repeat center right;
    background-color: #ebc035;
    padding: 100px 0px;
    /*background-attachment: fixed;*/
    background-size: cover;
    position: relative;
    z-index: 0;
}


/*.overlay-knowldg:before { content:""; width: 100%; height: 100%; display: block; position: absolute; z-index: 1; left: 0; top: 0; background: rgba(0,0,0,0.5); }*/

.knowledge .ourCall {
    position: relative;
    z-index: 3;
}

.knowledge .ourCall h2 {
    font-size: 36px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.knowledge .ourCall p {
    font-size: 17px;
    margin-bottom: 15px;
}

.knowledge .ourCall h6 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    color: #ffffff;
}

.knowledge .ourCall h6 span {
    display: inline-block;
    margin-top: -10px;
    position: relative;
    top: -5px;
}

.knowledge .ourCall a {
    /*border: solid 2px #2f2f2f;*/
    color: #ffffff;
}


/*card-choice*/

.card-choice {
    background: url(../img/cardchoice.jpg) no-repeat center right;
    padding: 90px 0px;
    background-size: 50%;
}

.card-choice h2 {
    margin-bottom: 20px;
}

.card-choice ul {
    width: 100%;
}


/*trust*/

.trust.knowledge {
    background: url(../img/trust.jpg) no-repeat top left;
    padding: 140px 0px;
    background-size: 100%;
}

.trust.knowledge .ourCall p {
    color: #fff;
    display: block;
}

.trust.knowledge .ourCall p span {
    display: inline-block;
}

.trust.knowledge .ourCall a {
    /*border: solid 2px #fff;*/
    color: #fff;
}


/*tabs*/

.about {
    padding-bottom: 40px;
}

.about .we-will {}

.about .we-will h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff7c32;
    padding: 10px;
}

.menu-article {
    margin-top: 40px;
}

.menu-article .tabs {
    overflow-x: hidden;
    width: 100%;
}

.menu-article .tabs .tab {
    text-align: center;
    height: auto !important;
    line-height: normal !important;
    text-transform: uppercase;
    margin: 2px;
}

.menu-article .tabs .tab a {
    color: #191919 !important;
    letter-spacing: 0px;
    overflow: inherit;
    height: auto;
    font-size: 15px !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 26px;
    border: solid 2px transparent;
}

.menu-article .tabs .tab a:hover,
.tabs .tab a.active {
    background-color: transparent;
    color: #ee6e73;
    border: solid 2px #ff7c32;
}

.menu-article .tabs .indicator {
    display: none;
}

.content-articles {
    text-align: left;
    padding: 100px 0px;
}

.content-about h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.content-about h4 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 3px;
    /* margin-top: 30px;*/
}

.content-about p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
}

.content-about.indus {
    margin-top: 50px;
}

.content-about.indus h4 {
    margin-top: 0;
}

.content-about.indus .all-btns {
    margin-top: 20px;
}

.all-btns {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background: #31438e;
    color: #ffffff;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 2px;
    letter-spacing: 1px;
}

.testimo {
    border-left: 5px solid #31438e;
    padding: 0 0px 6px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.testimo p {
    margin: 0!important;
    position: relative;
    top: -4px;
    font-weight: 600;
    font-size: 17px!important;
}

.testimo span {}

.testimo span strong {
    font-weight: 700;
}

.right-image img {
    width: 100%;
}

ul.partners {
    padding-left: 20px;
    list-style: url(../img/ul-icon.png);
}

.partners li {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 5px;
}


/*footer*/

.footer-top {
    padding: 40px 0px;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
}

.footer-top p {
    font-size: 18px;
    width: 80%;
    margin: auto;
    font-weight: 700;
}

.copyright {}

.copyright p {
    padding: 20px;
    font-size: 16px;
    color: #777;
}

.partenrs-img {
    padding: 0;
    margin: 10px 0 20px 0;
}

.partenrs-img img {
    width: 570px;
    max-width: 100%;
}

.partner-sec {
    /*background: #ededed;*/
}

.partners-new,
.solutions-new {
    padding: 200px 0;
    background: url(../img/Partners-new.jpg) top center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.partners-new:after,
.solutions-new:after {
    content: "";
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.7);*/
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.partners-new h2,
.solutions-new h2 {
    display: block;
    color: #111111;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.partner-article {
    padding: 70px 0 100px 0;
}

.partners-new .all-btns,
.solutions-new .all-btns {
    position: relative;
    z-index: 3;
}

.industr {
    padding: 50px 0 0 0;
}

.industr h4 {
    margin-bottom: 15px;
}

.solution-about {
    text-align: left;
    margin-top: 50px;
    color: #ffffff;
    z-index: 3;
    position: relative;
}

.solution-about h4 {
    color: #ffffff;
    margin-bottom: 15px;
}

.solution-about .partners {
    list-style: url(../img/ul-icon-w.png);
}

.solutions-new {
    padding: 200px 0;
    background: url(../img/solutions-new.jpg) center center;
    background-size: cover;
}

.solutions-new h2 {
    color: #ffffff;
}

.solution-img {
    margin: 0;
    padding: 0;
}

.solution-img img {
    width: 100%;
}

@media (max-width: 768px) {
    /*.header-top .logo {
        margin-top: 60px;
        padding-bottom: 0;
    }
    .header-top .logo a:last-child img {
        width: 120px;
        display: none;
    }*/
    /*.top-strip {
        background: #ff7c32;
        padding: 6px 0px;
        width: 100%;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
    }*/
    .knowledge .ourCall p {
        color: #111111;
    }
    .visa {
        /*display: none;*/
        width: 60%;
        float: right;
    }
    .visa img {
        width: 100%;
    }
    .main-menu {
        display: block;
        float: none;
        padding: 14px 0px;
    }
    .main-menu ul {
        padding: 0px;
        text-align: center;
    }
    .main-menu ul li a {
        font-size: 15px;
        padding: 7px 5px;
    }
    .top-strip-content p {
        font-size: 14px;
        color: #111111;
        text-align: left;
    }
    .bbb-logo {
        width: 95px;
    }
    .bbb-logo img {
        width: 100%;
    }
    article.header-menu p {
        font-size: 15px;
        padding: 15px 0px;
        text-align: center;
    }
    .partenrs-img {
        margin: 0;
        padding: 0;
        margin: 30px 0;
    }
    .partenrs-img img {
        width: 100%;
    }
    .content-about.indus {
        margin-top: 30px;
    }
    .slider-home .banner .content h2 {
        font-size: 30px;
        font-weight: 900;
        line-height: initial;
        color: #111;
    }
    .slider-home .banner .content p {
        font-size: 22px;
    }
    .slider-home .banner .content img {
        height: 80px;
    }
    .slider-home .banner {
        height: 380px;
    }
    .service {
        padding: 90px 0px;
        background-size: cover;
        background-color: #ededed;
    }
    .knowledge {
        padding: 60px 0px;
        background-size: 300%;
        background-position: top right;
        /* padding-top: 770px;*/
        padding-top: 100%;
    }
    .overlay-knowldg:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        /*background: rgba(0, 0, 0, 0.5);*/
    }
    .knowledge .ourCall h2 {
        font-size: 28px;
        margin-bottom: 20px;
        color: #111111;
    }
    .testimo span {
        color: #111111;
    }
    .contentService {
        background: #fff;
        padding: 30px 20px;
        /*box-shadow: 0px 0px 24px 0px #cacaca;*/
        background: #ffffffc4;
    }
    .contentService h2 {
        font-size: 24px;
    }
    .contentService ul li a {
        font-size: 14px;
    }
    .cpa-client {
        padding: 70px 0px;
    }
    .trust.knowledge {
        background: url(../img/trust.jpg) no-repeat top left;
        padding: 40px 0px;
        background-size: 100%;
        background: #ff7c32;
    }
    .cpa-client .cpa-item {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .y-title {
        margin-bottom: 30px;
    }
    .icon-mod {
        border-radius: 10px;
    }
    .cpa-client .cpa-item .iconDiv {
        padding: 0;
        padding-bottom: 10px;
        text-align: center;
    }
    .cpa-client .cpa-item .contentDiv h2 {
        font-size: 22px;
        margin-bottom: 9px;
    }
    .cpa-client .cpa-item .contentDiv p {
        font-size: 15px;
        font-weight: 400;
    }
    .cpa-client .cpa-item .iconDiv img {
        height: 36px;
    }
    .cards.cpa-client .cpa-item {
        padding: 0;
    }
    .cards.cpa-client .cpa-item .iconDiv {
        padding: 0;
        padding-right: 0;
        display: inline-block;
        height: 70px;
        width: 70px;
    }
    .cards.cpa-client .cpa-item .iconDiv img {
        height: 30px;
        position: relative;
        top: 23px;
    }
    .top-strip-content {
        /*text-align: center;*/
        color: #fff;
        height: auto;
        overflow: hidden;
    }
    .menu-article .tabs .tab a {
        padding: 5px 6px;
    }
    .content-articles {
        padding: 50px 0;
    }
    .contentService ul {
        width: 100%;
    }
    .partners-new,
    .solutions-new {
        padding: 50px 0;
    }
    .partners-new h2,
    .solutions-new h2 {
        font-size: 28px;
        line-height: normal;
    }
}

.content-articles {
    /*display: none !important;*/
}

.content-articles.active {
    display: block !important;
}

.cpa-client.cards-n {
    background: #ffffff;
}

@media (max-width: 479px) {
    .knowledge:before {
        display: block;
    }
    .knowledge .ourCall h6 {
        font-size: 24px;
    }
    .knowledge .ourCall h2 {
        font-size: 24px;
        color: #111;
    }
    .knowledge {
        /*padding-top: 430px;*/
        padding-top: 100%;
    }
    .visa-none {
        display: none;
    }
    .bbb-logo {
        display: none;
    }
    .main-menu {
        width: 100%;
    }
    .header-top .logo {
        text-align: center;
    }
    .main-menu {
        padding-top: 5px;
    }
    article.header-menu p {
        padding: 5px 0
    }
    .partners-new h2,
    .solutions-new h2 {
        color: #ffffff;
        font-size: 24px;
        line-height: normal;
        margin: 0;
    }
    .partner-article {
        padding: 50px 0;
    }
    .industr {
        padding: 20px 0 0 0;
    }
    .top-strip-content {
        text-align: center;
    }
    .solutions-new:before,
    .partners-new:before {
        display: block;
    }
    .partners-new,
    .solutions-new {
        background-position: center right;
    }
    .visa {
        display: none;
    }
    .support p {
        font-size: 18px;
        text-align: center;
    }
    .y-title h2 {
        font-size: 24px;
    }
}