/*@import './career.min.css';*/

/*
/*
New Design
 */

/* Main */
h2, h3, h4, h5 {
    color: #212529;
}

.blue-bg {
    background: #15ACE5;
}

.green-bg {
    background: #5CBF1A;
}

.red-bg {
    background: #15ACE5;
}

.yellow-bg {
    background: #FFE400;
    color: #000000 !important;
}

.grey-bg {
    background: #ACC1DA;
    color: #000000 !important;
}

.btn-fill {
    background: #03A6DC;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 32px;
}

.btn-fill:hover {
    background: #03A6DC;
    -webkit-box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
            box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
    border-radius: 4px;
}

.btn-fill a {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #FFFFFF;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -ms-flex-item-align: center;
        align-self: center;
}

.btn-fill a:hover {
    text-decoration: none;
}

.small-title {
    font-size: 16px;
    line-height: 0px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #323A44;
    width: 100%;
    margin-bottom: 0;
    margin-left: 50px;
    padding-bottom: 10px;
}

.content-section {
    margin-top: 40px;
    border: 0.5px solid #ACC1DA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    padding: 60px 50px;
    position: relative;
}

.container-title-section {
    position: absolute;
    top: -30px;
    left: 0;
    padding: 0 50px;
    background: white;
}

.title-content-section {
    font-size: 32px;
    line-height: 56px;
    color: #FFFFFF;
    padding: 5px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

[dir='rtl'] .title-content-section {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 25px;
    }

    .small-title {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #323A44;
        margin: 0;
    }

    .container-title-section {
        padding: 0;
        margin-left: -2px;
    }

    .title-content-section {
        font-size: 20px !important;
        line-height: 40px !important;
    }

    .content-section {
        padding: 40px 15px 120px;
    }

    .content-section .description {
        font-size: 14px;
        line-height: 24px;
        color: #000000;
        opacity: 0.8;
    }
}

@media screen and (max-width: 376px) {
    .title-content-section {
        font-size: 15px !important;
        line-height: 35px !important; 
    }
    [dir='rtl'] .content-block-title{
        top: -24px!important;
    }
}

/* Fonts */
.title {
    font-family: 'Fjalla One', sans-serif !important;
    font-style: normal;
    font-weight: normal;
}

.content {
    font-family: 'Cabin', sans-serif !important;
}



/* Banner */
.banner {
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 125px;
}

.banner .services {
    margin-top: 40px;
}

.banner .card.banner-card {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.banner .card .content-block {
    margin-top: 25px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 5px;
}

.banner .card img {
    width: 100%;
}

.banner .card .content-block p {
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    margin: 0;
}

.banner h2, .banner h3 {
    line-height: 56px;
    color: white;
}

.banner h2 {
    font-size: 50px;
}

.banner h3 {
    font-size: 38px;
}

.contact-form-banner {
    background: #FFFFFF;
    border: 8px solid #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 40px;
    padding-bottom: 20px;
}

.contact-form-banner .contact-title {
    font-size: 24px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
}

.contact-form-banner .contact-title img {
    margin-left: 5px;
}

@media only screen and (max-width: 991px) {
    .contact-form-banner {
        padding-top: 15px;
    }

    .contact-form-banner .contact-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .contact-form-banner .contact-title img {
        margin-bottom: 17px;
        margin-left: 0;
    }
}

.contact-form-banner .content {
    font-weight: bold;
}

.contact-form-banner input, .contact-form-banner textarea {
    width: 100%;
    max-height: 85px;
    border: 1px solid rgba(172, 193, 218, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    min-height: 50px;
    text-indent: 50px;
    margin-bottom: 15px;
}

.contact-form-banner input:focus, .contact-form-banner textarea:focus {
    border: 1px solid #15ACE5;
    outline: none;
}

.contact-form-banner textarea {
    text-indent: 18px;
    padding-top: 10px;
    text-align: left;
}

.contact-form-banner .field-row {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

.contact-form-banner .send_button {
    background: #03A6DC;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
}

.home .contact-form-banner .send_button {
    margin-right: 0;
    width: fit-content !important;
    width: -moz-fit-content !important;
}

.banner .contact-form-banner #wpcf7-f131-o1 .btn-start-colored::before,
.banner .contact-form-banner #wpcf7-f131-o1 .btn-start-colored::after,
.banner .contact-form-banner #wpcf7-f131-o1 .btn-start-colored a::before,
.banner .contact-form-banner #wpcf7-f131-o1 .btn-start-colored a::after {
    content: none;
}
.contact-form-banner .send_button:hover {
    box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
}

.contact-form-banner br {
    display: none;
}

.contact-form-banner .field-row span.message:before {
    content: none;
}

.contact-form-banner .field-row span:before {
    top: calc(50% - 7px);
}

.contact-form-banner .field-row span:before {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 18px;
    margin-top: -8px;
}

@media only screen and (max-width: 991px) {
    .flex-flow-tablet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }

    .contact-form-banner {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .banner h2 {
        font-size: 26px;
        line-height: 48px;
    }

    .banner h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .banner .card.banner-card {
        margin-bottom: 25px;
    }

    .banner .card {
        position: relative;
    }

    .banner .card .content-block {
        background: rgba(255, 255, 255, 1);
        border-radius: 8px;
        padding: 5px;
        position: absolute;
        height: 100%;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

    .banner .card:hover .content-block {
        opacity: 1;
    }

    .banner .btn-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background: #FFFFFF;
        border: 1px solid #ACC1DA;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        font-size: 16px;
        line-height: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #333333;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        -ms-flex-item-align: center;
            align-self: center;
        margin: 10px auto;
        padding: 15px 32px;
        outline: none;
    }
}


/* Our departments */

.our-departments {
    margin-top: -1px;
    padding-top: 65px;
    padding-bottom: 40px;
    background: #323A44;
}

.our-departments h2.title {
    font-size: 50px;
    line-height: 63px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.56em;
    text-transform: uppercase;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.9));
    -webkit-background-clip: text;
    margin-bottom: 40px;
}

.our-departments h2.title.mirror {
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
        -ms-transform: matrix(1, 0, 0, -1, 0, 0);
            transform: matrix(1, 0, 0, -1, 0, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.09));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -25px;
    display: none;

}

.our-departments .consult-btn {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    padding: 16px 32px;
    margin: 0 auto;
    border: none;
    outline: none;
}

.our-departments .consult-btn a {
    color: black;
    text-decoration: none;
}

.our-departments .consult-btn:hover {
    background: #15ACE5;
}

.our-departments .consult-btn:hover a {
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.our-departments .consult-container {
    position: relative;
}

.our-departments .consult-container:before {
    content: '';
    position: absolute;
    width: calc(50% - 150px);
    left: 15px;
    height: 1px;
    background: #ACC1DA;
    opacity: 0.4;
    top: calc(50% - 0.5px);
}

.our-departments .consult-container:after {
    content: '';
    position: absolute;
    width: calc(50% - 150px);
    right: 15px;
    height: 1px;
    background: #ACC1DA;
    opacity: 0.4;
    top: calc(50% - 0.5px);
}

.slider-departments {
    margin-bottom: 50px;
}

.slider-departments .slide {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;

}

.slider-departments .slide img {
    border-radius: 8px;
    max-width: 100%;
    max-height: 250px;
    width: 100%;
    height: 100%;
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 15px;
}

.slider-departments .slide .color-line {
    width: 100px;
    height: 1px;
    border-radius: 2px;
}

.slider-departments .slide p {
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.slider-departments .slick-next:before, .slider-departments .slick-prev:before {
    content: url("../img/arrow.png");
    font-size: 0;
}

.slider-departments .slick-next {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -20px;
    right: -40px;
}

.slider-departments .slick-prev {
    left: -40px;
}

.slider-departments .slick-next, .slider-departments .slick-prev {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

@media only screen and (max-width: 991px) {
    .our-departments h2.title {
        font-size: 36px;
    }

    .slider-departments {
        margin-top: 20px;
    }

    .slider-departments .slick-next {
        right: -15px;
    }

    .slider-departments .slick-prev {
        left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .our-departments {
        padding: 25px 0;
    }

    .our-departments h2.title {
        font-size: 22px;
        line-height: 28px;
    }

    .our-departments h2.title.mirror {
        margin-top: -15px;
    }

    .slider-departments {
        margin-top: 20px;
    }

    .slider-departments .slick-next {
        right: 15px;
    }

    .slider-departments .slick-next, .slider-departments .slick-prev {
        width: 28px;
        height: 28px;
        top: inherit;
        bottom: -40px;
    }

    .slider-departments .slick-prev {
        left: 15px;
        bottom: -60px;
    }

    .slider-departments .slick-disabled {
        display: none !important;
    }

    .our-departments .consult-container:before, .our-departments .consult-container:after {
        content: none;
    }
}



/* Section About us */
/*.about-us {
    margin-top: 86px;
}*/

.about_us-video {
    height: 372px;
    position: relative;
}
    .about_us-video iframe{
        object-fit: cover;  
        height: 100%;
        width: 100%
    }
    .about_us-video:after{
        content:'';
        height: 100%;
        width:100%;
        z-index:5;
        display: block;
        left: 0;
        top: 0;
        position: absolute;
    }

@media screen and (max-width: 767px) {
    .about-us .gif-about {
        display: none;
    }
}

.about-us .topic {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(172, 193, 218, 0.4);
    margin-bottom: 45px;
}

.about-us .topics {
    margin-top: 60px;
}

.about-us .topic:last-child {
    margin-bottom: 0;
}

.about-us .topics .topic .header-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}

.about-us .topics .topic .header-topic p {
    margin: 0;
}

.about-us .topic .close-icon {
    width: 18px;
    height: 18px;
    background: transparent;
}

.about-us .topic .close-icon.animated {
    opacity: 0.75;
}

.about-us .topic .close-icon .close {
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    opacity: 1;
}

.about-us .topic .content-topic {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.about-us .topic .content-topic.open {
    margin-top: 15px;
    height: fit-content;
    display: block;
    max-height: fit-content;
    overflow: inherit;
    opacity: 1;
    transition: all 0.3s;
}

@media screen and (max-width: 991px) {
    .about-us .topics {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .about-us .topics {
        margin-top: 20px;
    }

    .about-us .topic {
        margin-bottom: 20px;
    }
}

/* Technologies section */
.technologies {
    width: 100%;
}
body:not(.page-template-front-page) .technologies .content-section {
    padding: 70px 50px !important;
}

.technologies .technologies-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
}
.technologies .btn-container .title {
    font-family: 'Fjalla One', sans-serif !important;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #000000;
}

.technologies .technology__item {
    width: 10%;
}

.technology__title {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #212529;
    margin: 0;
    font-weight: normal;
}

.technology__icon {
    min-height: 32px;
    max-height: 32px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px;
}

.technology__icon img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
}

.row-technology {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row-technology .technology__item {
    position: relative;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.row-technology .technology__item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 6px;
    height: calc(100% - 12px);
    width: 1px;
    background: #E5E5E5;
}

.row-technology .technology__item:before {
    content: '';
    position: absolute;
    left: 6px;
    bottom: 0;
    width: calc(100% - 12px);
    height: 1px;
    background: #E5E5E5;
}

.row-technology .technology__item:last-child:after {
    content: none;
}

.row-technology:last-child .technology__item:before {
    content: none;
}

.technologies .technologies-container.technologies-container-mobile {
    display: none;
}

@media screen and ( max-width: 991px) {
    .row-technology {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .technologies .technologies-container.technologies-container-mobile {
        display: block;
    }

    .technologies .technologies-container.technologies-container-desktop {
        display: none;
    }

    .technologies .technology__item {
        width: 33.33%;
    }

    .row-technology:last-child .technology__item:before {
        content: '';
        position: absolute;
        left: 6px;
        bottom: 0;
        width: calc(100% - 12px);
        height: 1px;
        background: #ACC1DA;
    }

    .row-technology .technology__item.without_before:before {
        content: none;
    }

    .row-technology .technology__item:last-child:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 6px;
        height: calc(100% - 12px);
        width: 1px;
        background: #ACC1DA;
    }

    body.page-template-page-circle-intro .row-technology .technology__item:last-child:after {
        content: none;
    }

    .row-technology .technology__item:nth-child(3n):after {
        content: none;
    }

    .technologies .technologies-container {
        margin-top: 0;
    }

    .technologies .content-section {
        padding: 40px 15px 50px;
    }
}

/* Custom Slick  */

.slick-dots li button:before {
    content: '';
    background: #7C8B9C;
    opacity: 0.5;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #506074;
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 1px;
    font-size: 0;
    padding: 0;
}

.slick-dots {
    bottom: -55px;
}

/* section plan your team */
.plan-team .content-plan {
    background-color: #F4F5F7;
    padding: 64px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-radius: 8px;
    margin: 80px 0;
	margin-bottom: 86px;
    background-size: cover;
    position: relative;
}

.plan-team .content-plan .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(43, 54, 82, 0.53);
    background-blend-mode: exclusion;
    mix-blend-mode: normal;
    z-index: 0;
    border-radius: 8px;
}

.plan-team .content-plan h2 {
    font-size: 32px;
    line-height: 56px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    z-index: 1;
}

.plan-team .content-plan p {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.16em;
    color: white;
    margin-bottom: 20px;
    z-index: 1;
}

.plan-team .content-plan button {
    z-index: 1;
    border: 0;
}

.plan-team .content-plan button:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
            box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
}

@media screen and (max-width: 767px) {
    .plan-team .content-plan h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .plan-team .content-plan p {
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0.02em;
    }

    .plan-team .content-plan {
        padding: 40px 0;
    }
}

/* Tech leaders partners */
.dark_container {
    background: #323A44;
    border-radius: 8px;
}

.partner_section .dark_container {
    padding: 45px 50px;
}
#advisors .container-title-section p,
.advisors .content-block-title span,
.partner_section .content-block-title span,
.technologies .content-block-title span,
.about-us .content-block-title span,
.customers .content-block-title span,
.brands .content-block-title span,
.market .content-block-title span {
    margin-bottom: 20px;
}

.partner_section .light_container {
    background: #fff;
    border-radius: 8px;
    padding: 45px 0;
}
.single-partner .partner_section .light_container {
    padding: 0;
}

.partner_section .partners-title-block {
    margin-bottom: 40px;
}

.partner_section .partners-title-block .small-title {
    margin: 0;
    color: white;
    margin-bottom: 15px;
}

.partner_section .light_container .small-title {
    color: #323A44;
}

.partner_section .reviews .profile_item {
    padding: 0 15px;
    height: inherit;
}

.partner_section .reviews {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.partner_section .reviews .profile_item .header_parent > img {
    width: 100%;
    max-height: 250px;
    min-height: 250px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}

.partner_section .reviews .profile_item .header_parent .position {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.16em;
    color: #FFFFFF;
    margin-top: 12px;
    height: 45px;
}
.partner_section .light_container .reviews .profile_item .header_parent .position {
    color: #212529;
}

.partner_section .reviews .profile_item .color-line,
.blog-tabs .color-line {
    width: 100px;
    height: 1px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.partner_section .reviews .profile_item .profile_content p {
    color: white;
}
.partner_section .light_container .reviews .profile_item .profile_content p {
    color: rgba(0, 0, 0, 0.8);
}

.partner_section .reviews .profile_item .profile_content .name {
    font-size: 18px;
    line-height: 32px;
}
.partner_section .light_container .reviews .profile_item .profile_content .name {
    color: #000000;
    text-align: center;
}

.partner_section .reviews .profile_item .profile_content .description {
    font-size: 16px;
    line-height: 24px;
}


.partner_section .reviews .profile_item .profile_content .description .more {
    opacity: 0.8;
}


.partners_slider_new .slick-next:before, .partners_slider_new .slick-prev:before {
    content: url("../img/dark_arrow.png");
    font-size: 0;
}

.partners_slider_new .slick-next {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -20px;
    right: -90px;
    background: rgba(255, 255, 255, 0.06) !important;
    border-radius: 50% !important;
}

.partners_slider_new .slick-prev {
    left: -90px;
    background: rgba(255, 255, 255, 0.06) !important;
    border-radius: 50% !important;
}

.partner_section .slick-next, .partners_slider_new .slick-prev {
    width: 40px;
    height: 40px;
    background: rgba(45, 45, 45, 0.06);
    border-radius: 50%;
    top: 120px;
}


.partner_section .btn {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #15ACE5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    padding: 16px 32px;
    margin: 0 auto;
}

.partner_section .btn:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
            box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
}

/* ------------------------------------ */

.btn-start-colored {
    position: relative;
    width: 123px;
    margin: 20px;
    background: none;
    border: transparent !important;
    cursor: pointer;
    color: white;
    font-size: 18px;
    padding: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border: 2px solid transparent;
    border-radius: 0 !important;
}

.btn-start-colored a:hover {
    color: #000000 !important;
}

.btn-start-colored::before, .btn-start-colored::after, .btn-start-colored a::before, .btn-start-colored a::after {
    display: block;
    content: "";
    width: 18px;
    height: 16px;
    position: absolute;
}

.btn-start-colored::before {
    top: -2px;
    left: -2px;
    border-top: 2px solid #5CBF1A;
    border-left: 2px solid #5CBF1A;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 4px 0;
}

.btn-start-colored::after {
    top: -2px;
    right: -2px;
    border-top: 2px solid #FFE400;
    border-right: 2px solid #FFE400;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 0 4px;
}

.btn-start-colored a::before {
    bottom: -2px;
    left: -2px;
    border-bottom: 2px solid #E71818;
    border-left: 2px solid #E71818;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 0 4px;
}

.btn-start-colored a::after {
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #15ACE5;
    border-right: 2px solid #15ACE5;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 4px 0;
}

.btn-start-colored:hover::before {
    border-top: 4px solid #5CBF1A;
    border-left: 4px solid #5CBF1A;
    top: -4px;
    left: -4px;
}

.btn-start-colored:hover::after {
    border-top: 4px solid #FFE400;
    border-right: 4px solid #FFE400;
    top: -4px;
    right: -4px;
}

.btn-start-colored:hover a::before {
    border-bottom: 4px solid #E71818;
    border-left: 4px solid #E71818;
    bottom: -4px;
    left: -4px;
}

.btn-start-colored:hover a::after {
    border-bottom: 4px solid #15ACE5;
    border-right: 4px solid #15ACE5;
    bottom: -4px;
    right: -4px;
}


/* ------------------------------------ */

.sidebar #wpcf7-f131-o1 .send_button {
    background: transparent !important;
    border: 1px solid #7C8B9C !important;
    border-radius: 4px !important;
    width: 120px;
    -webkit-box-shadow: none;
            box-shadow: none; 
	
}

.sidebar #wpcf7-f131-o1 .send_button:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
            box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
}

.sidebar #wpcf7-f131-o1 .send_button::after,
.sidebar #wpcf7-f131-o1 .send_button::before,
.sidebar #wpcf7-f131-o1 .send_button a::after,
.sidebar #wpcf7-f131-o1 .send_button a::before {
    display: none;
}

.partner_section .btn-start a {
    font-family: 'Fjalla One', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #000000;
}

.partner_section .btn:hover {
    border: 2px solid #15ACE5;
}

.partner_section .btn-container {
    margin-top: 70px;
    position: relative;
}

.partner_section .btn-container p {
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.partner_section .light_container .btn-container p {
    color: #212529;
}

.partner_section .btn a {
    color: black;
    background: white;
    text-decoration: none !important;
}

.partner_section .btn {
    background: white;
    background: #FFFFFF;
    border-radius: 4px;
}

.partner_section .btn-container:before {
    content: '';
    position: absolute;
    width: calc(50% - 170px);
    left: 15px;
    height: 1px;
    background: #ACC1DA;
    opacity: 0.4;
    top: calc(50% - 0.5px);
}

.partner_section .btn-container:after {
    content: '';
    position: absolute;
    width: calc(50% - 170px);
    right: 15px;
    height: 1px;
    background: #ACC1DA;
    opacity: 0.4;
    top: calc(50% - 0.5px);
}

@media only screen and (max-width: 991px) {
    .partner_section h2.title {
        font-size: 36px;
    }

    .partners_slider_new {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .partner_section {
        padding: 25px 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .partner_section h2.title {
        font-size: 22px;
        line-height: 28px;
    }

    .partners_slider_new {
        margin-top: 20px;
    }

    .partners_slider_new .slick-next {
        right: 15px;
    }

    .partners_slider_new .slick-next, .partners_slider_new .slick-prev {
        width: 28px;
        height: 28px;
        top: inherit;
        bottom: -46px;
    }

    .partners_slider_new .slick-prev {
        left: 15px;
        bottom: -60px;
    }

    .partners_slider_new .slick-disabled {
        display: none !important;
    }

    .partners_slider_new .btn-container:before, .partners_slider_new .btn-container:after {
        content: none;
    }
}

/*  Customers Section*/

.customers {
    margin-top: 50px;
    margin-bottom: 145px;
}

.customers .customers_slider {
    margin-top: 40px;
    width: 100%;
}

.slick-dots li button {
    margin: auto;
}

.customers .customers_slide {
    padding: 0 15px;
}

.customers .customers_slide .video_block {
    min-height: 165px;
    max-height: 165px;
    background-size: cover;
    border-radius: 8px;
    margin-bottom: 30px;
    background-position: center;
}

@media only screen and (max-width: 566px) {
    .customers .customers_slide .video_block {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 8px!important;
        width: 165px;
        margin: 0 auto 30px auto;
    }
}

.customers .customers_slide .small_logo {
    margin-bottom: 10px;
}

.customers .customers_slide .content_slide {
    position: relative;
    padding-top: 10px;
}

.customers .customers_slide .content_slide:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #7C8B9C;
    position: absolute;
    top: -5px;
	left: 0
}

.customers .customers_slide .content_slide .name {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}

.customers .customers_slide .content_slide .position {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16em;
    color: #323A44;
    height: 60px;
}

.customers .customers_slide .content_slide .description {
    font-size: 16px;
    line-height: 24px;
    color: #2D2D2D;
    opacity: 0.8;
    margin-bottom: 30px;
}

.customers .customers_slide .content_slide .project_name {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.customers .customers_slide .content_slide .project_read_more {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    color: #7C8B9C;
}

.customers .customers_slide .content_slide .project_read_more a {
    color: #7C8B9C !important;
}
.our-vision .thumb-carousel .carousel-control{
	background: none;
}
.customers .customers_slider .slick-next:before, 
.customers .customers_slider .slick-prev:before,
.thumb-carousel .carousel-control.left:before,
.thumb-carousel .carousel-control.right:before {
    content: url("../img/light_arrow_l.png");
    font-size: 0;
}

.customers .customers_slider .slick-next,
.thumb-carousel .carousel-control.right {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -20px;
    right: -105px;
}
.thumb-carousel .carousel-control.right{
	top: 50%;
	margin-top: 35px
}

.customers .customers_slider .slick-prev {
    left: -105px;
}
[dir='rtl'] .customers .customers_slider .slick-prev {
    left: -105px;
    right: auto;
}

@media (max-width: 767px){
    .customers .customers_slider .slick-next, .customers .customers_slider .slick-prev{
        display: none!important;
    }
}

.customers .customers_slider .slick-next, .customers .customers_slider .slick-prev {
    width: 40px;
    height: 40px;
    background: rgba(45, 45, 45, 0.06);
    border-radius: 50%;
    top: 120px;
}

.customers .btn-container {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%, 160%);
        -ms-transform: translate(-50%, 160%);
            transform: translate(-50%, 160%);
    left: 50%;
    z-index: 99;
    background: white;
    padding: 0 30px;
    width: auto;
}

.single-advisor .customers .btn-container {
    padding: 0 20px;
}
@media (min-width: 768px) {
    .single-advisor .customers .btn-container {
        padding: 0 30px;
    }
}
.customers .btn {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #15ACE5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    margin: 0 auto;
    padding: 0;
}

.customers .btn:hover {
    background: #15ACE5;
}

.customers .btn:hover a {
    color: #fff;
}

.customers .btn a {
    font-size: 16px !important;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #000000;
    padding: 16px 32px;
}

.customers .btn a:hover {
    text-decoration: none;
}

.customers .content-section {
    padding-bottom: 90px;
}

@media (min-width: 576px) {
    .customers .content-section {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .customers .content-section {
        padding: 20px 15px 20px;
        padding-bottom: 60px;
    }

    .customers .customers_slider {
        margin-top: 20px;
    }

    .customers .customers_slider .slick-next {
        right: 15px;
    }

    .customers .customers_slider .slick-next, .customers .customers_slider .slick-prev {
        width: 28px;
        height: 28px;
        top: inherit;
        bottom: -40px;
    }

    .customers .customers_slider .slick-prev {
        left: 15px;
        bottom: -60px;
    }

    .customers .customers_slider .slick-disabled {
        display: none !important;
    }
}


/* Past & Present customers section */
.brands {
    margin-top: 85px;
    margin-bottom: 90px; 
}

.brands img {
    margin-bottom: 50px;
}

.brands .content-section {
    padding-top: 90px;
    padding-bottom: 0;
}

.brands .slick-dots {
    width: fit-content;
    width: -moz-fit-content;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 20px;
    bottom: -38px;
}

.brands .slick-dots li {
    width: 8px;
    height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 20px;
}

@media only screen and (max-width: 767px) {
    .brands .content-section {
        padding-top: 70px;
    }

    .brands img {
        margin-bottom: 30px;
        max-height: 38px;
    }
}

/* contact us */
.contact_us {

}

.contact_us .content-section {
    padding: 60px 20px;
    background-size: cover;
    border: 0;
}

.contact_us .content-form {
    max-width: 650px;
    margin: 0 auto;
}

.contact_us .contact_title {
    font-size: 32px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
}

.contact_us .contact_description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.16em;
    color: #FFFFFF;
    opacity: 0.8;
}

.contact_us .content-form .form {
    margin-top: 40px;
}

.fast_application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fast_application-line {
    display: block;
    width: 100%;
    height: 0.5px;
    background: #ACC1DA;
    margin-bottom: 40px;
}

.fast_application .field-row {
    width: 50% !important;
}

.fast_application .field-row button {
    margin: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	border: none !important
}

.send_button-transparent {
    background: none !important;
    color: #FFFFFF !important;
    padding: 13px;
}


@media only screen and (max-width: 767px) {
    .contact_us .contact_title {
        font-size: 20px;
        line-height: 26px;
    }

    .contact_us .contact_description {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.12em;
    }

}

/* news_section */
.news_section {
    margin-top: 87px;
    margin-bottom: 110px;
}

.news_section .nav_news {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    padding: 0;
}

.newstabs .nav-item a {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    text-align: left;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0;
    margin-right: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    padding-bottom: 10px;
}

.newstabs .nav-item {
    width: -moz-fit-content;
    width: fit-content;
}

.newstabs .nav-item a.active {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    color: #212529;
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding-right: 50px;
}

.newstabs .nav.nav_news .nav-item a {
    position: relative;
}

.newstabs .nav.nav_news .nav-item a.active:after {
    position: absolute;
    content: '';
    height: 1px;
    background: red;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.newstabs .nav.nav_news .nav-item a:after {
    position: absolute;
    content: '';
    height: 1px;
    background: red;
    width: 0;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    bottom: 0;
    left: 0;
}

.newstabs ul.nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.news_section .news_content_block {
    position: relative;
    display: block;
}

.news_section .news_content_block:hover {
    opacity: initial;
}

@media (min-width: 992px) {
    .news_section .tab-content .articles__left .news_content_block {
        max-height: 190px;
        min-height: 190px;
    }
}

.news_section .news_content_block h4, .news_section .news_content_block h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

}

.market .tab-content .articles__right h4, .market .tab-content .articles__left h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 20px 20px 0 5px;
    padding-top: 0;
    text-align: left !important;
}

[dir='rtl'] .market .tab-content .articles__right h4, 
[dir='rtl'] .market .tab-content .articles__left h5 {
    padding: 20px 20px 20px 20px;
}

.market .tab-content .articles__right h4 {
    font-size: 24px;
    line-height: 32px;
    padding-left: 25px;
    padding-bottom: 50px;
    text-align: left;
}

.market .tab-content .articles__right, .market .tab-content .articles__left div {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    border: 0;
}

.market .tab-content .articles__left img {
    max-height: 200px;
    min-height: 200px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.market .tab-content .articles__right img {
    max-height: 400px;
    min-height: 400px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.market .tab-content .articles__left {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.news_section .btn-container {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    left: 50%;
    z-index: 99;
    background: white;
    padding: 0 30px;
    width: auto;
}

.news_section .btn {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #15ACE5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    margin: 0 auto;
    padding: 0;
}

.news_section .btn:hover {
    background: #15ACE5;
}

.news_section .btn:hover a {
    color: #fff;
}

.news_section .btn a {
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #000000;
    padding: 16px 32px;
    margin-bottom: 0;
}

.news_section .btn a:hover {
    text-decoration: none;
}


@media only screen and (max-width: 767px) {
    .market .tab-content .active {
        min-height: inherit;
    }

    .market .tab-content .articles__left a {
        display: block;
        max-height: 190px;
        overflow: hidden;
    }
	.market .tab-content .articles__right img{
		max-height: 200px;
		min-height: auto
	}
	.market .tab-content .articles__right h4	{
		position: relative;
		color: black;
		font-size: 20px;
		line-height: 28px;
		padding: 0px 10px 0px 10px;
    } 
    .market .tab-content .articles__left h5 {
        position: relative;
        color: black;
        font-size: 14px;
        line-height: 20px; 
    }

    .market .tab-content .articles__left img {
        min-height: 130px;
        max-height: 130px;
    }

    .market .tab-content .articles__left {
        row-gap: 20px;
    }

    .news_section .content-section {
        padding-bottom: 55px;
    }
}

/* leaders section */

.leaders {
    max-width: 100%;
}

.leaders .nav-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
	position: relative;
}
.leaders .nav-news .slick-slide:focus,
.leaders .nav-news li a:focus{
	outline: none !important
}
.leaders .nav-news .slick-disabled {
    opacity: 0;
	display: none !important;
}
.leaders .nav-news .slick-arrow{
	margin-top: -13px;
	height: 26px;
	width: 26px;
	z-index: 1
}
[dir=rtl] .leaders .nav-news .slick-next{
	right: 0px;
	left: inherit;
}
[dir=rtl] .leaders .nav-news .slick-prev{
    left: -25px;
    right: inherit;
}
.leaders .nav-news .slick-arrow span{
	height: 26px;
	width: 26px;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 50%;
	display: inline-flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2
}
.leaders .nav-news .slick-arrow:before{
	display: none;
}
.leaders .nav-news .slick-next:after{
	content: '';
    width: 100px;
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    display: block; 
    z-index: 1;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 100%);
}
.leaders .nav-news .slick-prev:after{
	content: '';
    width: 100px;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    display: block; 
    z-index: 1;
    background: linear-gradient(to left,rgba(255,255,255,0) 0%,#fff 100%);	
}


.leaders .header_controls_leaders {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
	position: relative;
}


.leaders .nav-news li {
    min-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
	padding: 20px 0
}
@media screen and (max-width: 767px){
	.leaders .nav-news li {
		padding: 0
	}
}

.leaders .nav-tabs {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: scroll;
}

.leaders .nav-item a {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    text-align: left;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0;
    margin-right: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    padding-bottom: 10px;
    cursor: pointer;
}

.leaders .nav-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.leaders .nav-item a.active {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    color: #212529;
    opacity: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding-right: 50px;
    font-weight: bold;
}

.leaders .nav-item a {
    position: relative;
}

.leaders .nav-item a.active:after {
    position: absolute;
    content: '';
    height: 1px;
    background: red;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.leaders .nav-item a:after {
    position: absolute;
    content: '';
    height: 1px;
    background: red;
    width: 0;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    bottom: 0;
    left: 0;
}

.advisors .card-body {
    margin-top: 10px;
    padding: 0;
}

.leaders .card-text a {
    font-size: 18px;
    line-height: 32px;
    color: #212529;
}

.leaders .card-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.002em;
    color: #323A44;
    margin-bottom: 0;
}

.leaders .content_card {
    margin-bottom: 40px;
    height: 100%;
}

.newstabs ul.nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

#filters li a {
    pointer-events: all;
}


/* footer */
.footer {
    margin-top: 80px;
    border-radius: 0;
    background: #212529;
    padding-top: 45px;
    padding-bottom: 30px;
}

footer .footer__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

footer .small_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .small_icons img {
    max-height: 65px;
	max-width: initial;
}
@media (min-width: 768px) {
    footer .small_icons img {
        margin-right: 15px;
    }
}

footer .small_icons a:last-child img {
    margin-right: 0;
}

footer .footer_logo img {
    margin-bottom: 30px;
	height: 90px;
	max-width: initial;
}

footer .text_about_title {
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    margin-bottom: 10px;

}

footer .text_about {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    opacity: 0.7;
    margin: 0;
}

footer .content_text_footer {
    margin-top: 10px;
}

footer .menu_footer_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .menu_footer {
    margin-top: 10px;
}

footer .link_footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

footer .link_footer a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    margin-bottom: 7px;
}


@media only screen and (max-width: 767px) {
    footer .footer__icons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 20px;
    }


    footer .text_about {
        text-align: left;
    }

    .footer .text_about_title {
        margin-bottom: 7px;
    }

    footer .menu_footer {
        margin-top: 30px;
        max-width: 100%;
        width: 100%;
    }

    footer .link_footer a {
        margin-bottom: 10px;
    }
}


.footer .footer_header {
    margin-top: 30px;
}

footer form .row .col-lg-4:first-child {
    display: none;
}

footer form .row .col-lg-4:nth-child(2) {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

footer .input_signup {
    -webkit-box-shadow: 0px 0px 16px rgba(32, 32, 35, 0.15);
            box-shadow: 0px 0px 16px rgba(32, 32, 35, 0.15);
    border-radius: 6px;
    border: unset;
    padding: 10px 10px 10px 40px;
    width: 100%;
    background: transparent;
    border: 1px solid white;
    color: white;
    text-indent: 10px;
    margin-bottom: 0;
}
[dir='rtl'] footer .input_signup {
    padding: 10px 40px 10px 10px;
}

footer .input_signup::-webkit-input-placeholder {
    color: white;
}

footer .input_signup::-moz-placeholder {
    color: white;
}

footer .input_signup:-ms-input-placeholder {
    color: white;
}

footer .input_signup::-ms-input-placeholder {
    color: white;
}

footer .input_signup::placeholder {
    color: white;
}

footer form .row .col-lg-4:nth-child(3) {
    position: absolute;
    right: 0;
    left: initial;
    max-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100%;
    padding: 0;
}
[dir='rtl'] footer form .row .col-lg-4:nth-child(3) {
    left: 0;
    right: initial;
    -webkit-transform: translateX(15%);
        -ms-transform: translateX(15%);
            transform: translateX(15%);
}
footer form .row .col-lg-4:nth-child(3) input {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0 auto;
    text-indent: 0;
    width: 100px;
}
[dir='rtl'] footer form .row .col-lg-4:nth-child(3) input {
    width: 115px;
}

footer .text_title_form {
    border: none !important;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer .social-links {
    max-width: 220px;
}

footer .call {
    max-width: 220px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
}

footer .call a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
}

footer .linkedin {
    background: transparent;
}

.footer .social-links .social__item {
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media (max-width: 850px) {
    .top_bar_nav a.phone {
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content;
    }

    li.wpm-languages {
        list-style: none;
    }

    .footer .social-links {
        -webkit-box-align: inherit;
            -ms-flex-align: inherit;
                align-items: inherit;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 0;
    }

    .footer input, .footer button {
        margin-top: 0;
    }

    .footer .footer_header .text_about_title {
        margin: inherit;
        margin-bottom: 10px;

    }
}

@media (max-width: 767px) {
    .footer .footer_header .row {
        margin: 0;
    }

    footer form .row .col-lg-4:nth-child(2) {
        padding: 0;
    }

    footer .call, .footer .social-links {
        max-width: 100%;
        margin-left: 0;
    }

    footer .last_bottom_column {
        margin-top: 30px;
    }
}

/* Remarks*/

.banner .content_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.wpm-languages.menu-item > a img {
    display: none;
}

@media (max-width: 767px) {

    .our-departments .consult-btn a {
        font-size: 16px !important;
    }

    .mobile_d_none {
        display: none;
    }

    .mobile_d_none.open {
        display: block;
    }

    .contact-form-banner .text-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .contact-form-banner .text-block button {
        font-family: 'Fjalla One', sans-serif !important;
        border: 1px solid #7C8B9C;
        border-radius: 4px;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #000000;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        -ms-flex-item-align: center;
            align-self: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 15px 30px;
    }

    .contact-form-banner .text-block.left {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .contact-form-banner .send_button {
        margin: 0 auto;
    }


    .wpm-languages.menu-item > a img {
        display: none;
    }

    .top_bar_nav a.phone {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .top_bar_nav li {
        list-style: none;
    }

    .top_bar_nav li a {
        line-height: 0;
        font-size: 14px;
    }

    #mainNav .navbar-toggler {
        padding-right: 0;
        outline: none;
    }
}


/* temp */
.advisors_old {
    display: none;
}

/* Bugs fix */
.leaders article .image-wrapper {
    max-height: 143px;
    border-radius: 8px;
}

.leaders .nav-news li {
    min-width: inherit;
}

.leaders .content_card {
    margin-bottom: 40px;
    height: 100%;
    min-width: 143px;
    max-height: 280px;
    min-height: 280px;
    overflow: hidden;
}

.subtitle_form_block_banner {
    color: #212529;
}

.more_partner {
    cursor: pointer;
}

.customers .customers_slide .content_slide .description {
    min-height: 145px;
    max-height: 145px;
    overflow: hidden;
}

.about-us .topic .close-icon.animated {
    opacity: 1;
}

.about-us .topic .close-icon.animated.circleShape .close::before, .about-us .topic .close-icon.animated.circleShape .close::after {
    background: #ACC1DA;
}

.content-modal-after_delay .consult-title {
    color: #000000;
}

.slick-dots button {
    border: 0 !important;
}

@media screen and (min-width: 991px) {
    .technologies .technology__item {
        width: 11.11%;
    }

    .content-wrapper h1,
    .content-wrapper h2 {
        padding: 0 44px;
        margin-bottom: 40px;
        left: -20px;
    }

    .single-service .content-wrapper h1,
    .single-service .content-wrapper h2 {
        padding: 0 44px;
        left: 0;
        top: -20px;
    }

    .page-template-page-about-us .content-wrapper h1,
    .page-template-page-about-us .content-wrapper h2 {
        top: -30px;
    }

	.single-contents h2{
		padding: 0 !important
	}

    .card-body {
        padding-left: 0;
        padding-right: 0;
    }

    .single-service .col-technology {
        padding: 20px 10px 30px 10px;
        max-height: 120px;
    }

    .top-bar-nav li.nav-item:last-child.current-menu-item:after {
        width: calc(100% - 1rem);
    }


}


@media screen and (max-width: 568px) {
    .slider-departments .slide img {
        border-radius: 8px;
        max-width: 100%;
        max-height: 154px;
        width: 100%;
        height: 100%;
        min-height: 154px;
        -o-object-fit: cover;
           object-fit: cover;
        margin-bottom: 15px;
    }

    .customers .btn a {
        padding: 16px 20px;
    }

    .single-advisor .customers .btn a {
        padding: 16px 16px;
    }

    .partner_section {
        padding-left: 0;
        padding-right: 0;
    }

    .partner_section .dark_container {
        padding: 30px 15px;
        border-radius: 0;
    }

    .partner_section .reviews .profile_item .header_parent > img {
        max-height: 158px;
        min-height: 158px;
    }

    .leaders .content_card {
		max-height: 230px;
		min-height: 230px;
		min-width: 100%;
		max-width: 100%;
    }

    .news_section .btn a {
        padding: 16px;
    }
}

@media screen and (max-width: 380px) {
    h2.title,
	.consult-title{
        font-size: 22px !important;
    }

    h3.title {
        font-size: 17px !important;
    }
    body:not(.page-template-front-page) .partnership .technologies .content-section{
        padding: 30px 10px !important;
    }
}


.brands .content-wrapper .clients_carousel div {
    width: 100%;
}

.close-icon.btn-square {
    width: 18px;
    height: 18px;
    background: transparent;
}

.close-icon.animated {
    opacity: 0.75;
}

.close-icon .close {
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    opacity: 1;
}

.technology__title.last_text {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #ACC1DA;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
}

.accordion-item {
    margin: 0;
    margin-bottom: 0 !important;
    padding: 20px 0 !important;
}

.brands .content-wrapper .clients_carousel div a {
    outline: none;
}

.wpcf7-list-item {
    cursor: pointer;
}

.close-icon.animated.circleShape .close::before, .close-icon.animated.circleShape .close::after {
    background: #ACC1DA;
}

.secondary_description {
    margin-bottom: 0 !important;
    margin-top: 25px;
}

.about-us-page-contact_us .content-form .send_button {
    color: white;
    border: none;
    background: #03A6DC;
}

.contact_us .text-block {
    padding-top: 60px;
    margin-top: -20px;
    background-size: cover;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 40px;
    position: relative;
    border-radius: 0 10px 0 0;
}

@media (min-width: 768px) {
    .contact_us .text-block {
        margin-top: -60px;
    }
}

.page-template-page-blog .contact_us .text-block {
    margin-bottom: 10px;
}


.contact_us .sosok_img {
    position: absolute;
    bottom: -9px;
}

.contact_us .text-block h2,
.contact_us .text-block p {
    max-width: 660px;
}

.contact_us .content-section .row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.news_section .btn a {
    font-size: 16px !important;
}

.single-block-main-tab-img img,
.single-block-imgs div img {
    -o-object-fit: cover;
       object-fit: cover;
}

.single-blog-tabs .btn-container {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    left: 50%;
    z-index: 99;
    background: white;
    padding: 0 30px;
}

.single-blog-tabs .btn-container button {
    margin-top: 0 !important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.single-blog-tabs .btn-container button a {
    text-decoration: none;
    color: #000000;
}

.single-blog-tabs .btn-container button:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
            box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
}


@media screen and ( max-width: 568px) {
    .show-all {
        padding: 10px !important;
    }

    .show-all a {
        font-size: 14px;
    }
}

.single_partner_profile {
    width: 150px !important;
    height: 150px;
    margin-top: 100px;
    position: absolute;
    bottom: 15px;
    left: 48px;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
	-o-object-fit: cover;
	   object-fit: cover
}

.banner_partner {
    position: relative;
}

.content_partner .specialization {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.16em;
    color: #323A44;
    padding-bottom: 25px;
    border-bottom: 0.5px solid #ACC1DA;
}

.tabs_partner .single-block-mobile img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
}

@media screen and ( max-width: 768px) {
    .single_partner_profile {
        width: 100px !important;
        height: 100px;
        left: 15px;
        bottom: 8px;
    }
}

.page-template-page-getrates #footer {
    margin-top: 0;
}

.form_rate .ck-button input:checked + span {
    padding: 8px 16px;
}

.form_rate .ck-button label span {
    padding: 8px 16px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Cabin', sans-serif !important;
}

.get-rates-description-second {
    top: -10px;
    left: -20px;
    z-index: 2;
    position: relative;
    background: #FBF9F9;
    opacity: 1 !important;
}

.get-rates-description-second span {
    background: rgba(33, 37, 41, 0.06);
}

.form-block-with-lines {
    border: 1px solid #ACC1DA;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    margin-top: 10px;
    height: -moz-max-content;
}

.form-block-with-lines .wpcf7-submit.send_button {
    right: 0;
    bottom: -30px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: absolute;
    margin-left: auto !important;
    background: #F44336;
    border-radius: 4px;
    min-width: 120px;
    z-index: 22;
}

.form-block-with-lines .wpcf7-submit.send_button:after {
    width: 20px;
    height: 20px;
    background: black;
    left: 0;
    content: '';
}

.form-block-with-lines .form-block {
    overflow: visible;
}

.button_rates_send {
    display: block;
    position: absolute;
    bottom: 0;
    right: 35px;
    width: 150px;
}

.button_rates_send .before {
    position: absolute;
    left: 0;
    background: #FBF9F9;
    width: 30px;
    height: 50px;
    bottom: -30px;
    z-index: 1;
}

.button_rates_send .after {
    position: absolute;
    right: -20px;
    background: #FBF9F9;
    width: 30px;
    height: 50px;
    bottom: -30px;
    z-index: 1;
}

.form-block-with-lines input:not([type='submit']),
.form-block-with-lines textarea {
    border: 1px solid rgba(172, 193, 218, 0.2);
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    border-radius: 4px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: 'ss01' on;
            font-feature-settings: 'ss01' on;

    /* black */

    color: #212529;
    text-indent: 10px;
}

.form-block-with-lines textarea {
    margin-bottom: 40px;
}
.form-block-with-lines .wpcf7-form-control-wrap.phone{
    margin-bottom: 25px;
    margin-top: 5px;
    display: block;
}

@media screen and (max-width: 991px) {
    .form-block-with-lines .wpcf7-form-control-wrap.phone{
        margin-bottom: 15px;
        margin-top: 5px;
        display: block;
    }
    .get-rates-title {
        text-align: center;
    }

    .get-rates-description {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .form-block-with-lines input:not([type='submit']),
    .form-block-with-lines textarea{
        width: 100%;
    }
    .form-block-with-lines .wpcf7-form-control-wrap{
        width: 100%;
    }
    .button_rates_send{
        position: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .form-block-with-lines .wpcf7-submit.send_button{
        position: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto !important;
        overflow: hidden;
    }

    .get-rates-description2{
        margin-top: 40px;
    }

    .button_rates_send .after{
        display: none;
    }
    .button_rates_send .before{
        display: none;
    }
}

@media screen and (max-width: 767px) {
   .get-rates .grey_container{
        padding: 15px;
    }
    .contact_us .content-section{
        padding: 20px;
    }
    .partner_section .btn-container:before,
    .partner_section .btn-container:after{
        content: none;
    }
    .page-template-page-partnership #contact_us{
        margin-top: 80px;
    }
    .page-template-page-partnership #contact_us form br{
        display: none;
    }
    .our-vision img, .our-team img{
        margin-bottom: 20px;
    }
    .our-vision .career-item-position__details img{
        margin-bottom: 0;
    } 
    .our-vision .career-item a.apply img{
        margin-bottom: 0;
    }    
    .assets .content-wrapper{
        margin-bottom: 30px;
    }
    .leaders .nav-news{
        overflow-x: hidden;
    }
    .advisors .nav-news{
        padding-right: 0;
    }
}
.custom_subtitle .small-title{
    position: absolute;
    top: -50px;
    left: -25px;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #323A44;
}
#crumbs.mobile  {
    color: #323a44;
    font-size: 11px;
}
@media screen and ( max-width: 991px) {
    .partner_section .btn-container {
        margin-top: 30px;
        margin-bottom: 50px;
        position: relative;
    }
    .custom_subtitle .small-title{
        margin: 0;
        left: 0;
    }
    .single-advisor .advice__img{
        display: none;
    }
    .single-advisor #contact_after_delay .advice__img {
        display: block;
    }
    .client-reply .client{
        margin-bottom: 30px;
    }
    .testimonials-slider{
        margin-bottom: 30px;
    }
    #crumbs{
        margin-bottom: 30px;
    }
    .author {
        padding-right: 50px;
        padding-left: 0;
        margin-bottom: 20px;
    }
}

body.page-template-page-circle #contact_after_delay,
body.page-template-page-circle-intro #contact_after_delay,
body.page-template-page-circle-apply #contact_after_delay,
body.page-template-page-circle-thank-you #contact_after_delay
{
    display: none;
}

.single-post .content-wrapper img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

@media (min-width: 768px) {
    .single-post .content-wrapper img{
        height: auto;
    }
}

.single-post .content-wrapper a,
[dir='rtl'] .single-post .content-wrapper a,
.single-post .content-wrapper span
{
    display: inline-block;
}

.single-post .content-wrapper a,
[dir='rtl'] .single-post .content-wrapper a{
    text-decoration: none!important;
}

.page-template-page-partnership .technology__title{
    min-height: 50px;
    text-align: center !important;
}

.contact_us .contact_title{
    text-align: center !important;
}
.contact_us .contact_description{
    text-align: center !important;
}

.single-projects .client img{
    border-radius: 8px;
    height: 70px;
}

.single-projects #crumbs a:nth-child(3),
.single-projects #crumbs img:nth-child(2) {
    display: none;
}

.tab-block a:hover{
    text-decoration: none;
}

.testimonials-btn a:hover{
    background: #15ACE5;
    color: white;
}

.customers .customers_slide .small_logo{
    height: 32px;
    -o-object-fit: cover;
       object-fit: cover;
}

.home .partner_section{
	margin-top: 86px;
	margin-bottom: 140px;
}

.home .partner_section .profile_item .title {
    font-size: 20px !important;
}

.slider-item-video{
    height: 165px;
}

.slider-item-video img{
    height: 165px;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-projects .logo{
    height: 32px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 10px;
}

.single-projects .testimonials-slider .slider-item-title{
    border-top: 1px solid #ACC1DA;
    margin-top: 10px;
}

.page-template-page-getrates .form-block{
    width: 100%;
}

.form_rate .form-block .field{
    margin-right: 0 !important;
}
.slick-dots li.slick-active button {
    background-color: transparent !important;
}

.slick-dots{
    left: 0;
}

.articles-item img{
    -o-object-fit: cover;
       object-fit: cover;
}
.service-template .secondary_description{
    margin-bottom: 25px!important;
}

.show-more:hover{
	-webkit-box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
	        box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.show-more{
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.page-template-page-contact .footer{
    margin-top: 0;
}

.contact_us .text-block h2,
.contact_us .text-block p{
    margin-left: 10px;
    margin-right: 10px;
}

.single-partner .partner_section .light_container .small-title{
    font-weight: 400;
}

.single-partner .partner_section .content-block-title{
    top: -45px;
}

.slider-item-video img{
    width: 100%;
}

.btn_custom_container{
    position: absolute;
    bottom: -30px;
    width: 220px;
    left: calc( 50% - 110px );
    background: white;
}

@media screen and (max-width: 568px) {
    .partner_section .light_container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .partner_section .light_container .btn-container p{
        padding-top: 20px;
    }
}

/* RTL */
[dir='rtl'] .top_bar_nav a.phone svg {
    margin-right: 0;
    margin-left: 10px;
}

[dir='rtl'] .banner h2,
[dir='rtl'] .banner h3 {
    text-align: right;
}

[dir='rtl'] .contact-form-banner .content {
    text-align: right;
}

[dir='rtl'] .contact-form-banner input,
[dir='rtl'].contact-form-banner textarea {
    direction: rtl;
}

[dir='rtl'] .contact-form-banner .field-row span:before {
    right: 18px;
    left: inherit;
}

[dir='rtl'] .container-title-section {
    left: inherit;
    right: 0;
}

[dir='rtl'] .small-title {
    text-align: right;
    margin-right: 50px;
}

[dir='rtl'] .slider-departments .slide .color-line {
    margin-left: auto;
}

[dir='rtl'] .slider-departments .slide p {
    text-align: right;
}

[dir='rtl'] .content {
    text-align: right;
}

[dir='rtl'] .single-advisor .content:not(.small-title) {
    text-align: left;
    direction: ltr;
}

[dir='rtl'] .partner_section .reviews .profile_item .color-line {
    margin-left: auto;
}

[dir='rtl'] .partner_section .reviews .profile_item .profile_content .name {
    text-align: right;
}

[dir='rtl'] .customers .customers_slide .content_slide .name {
    text-align: right;
}

[dir='rtl'] .customers .customers_slide .small_logo {
    margin-left: auto;
}

[dir='rtl'] .customers .customers_slide .content_slide .project_name {
    text-align: right;
}

[dir='rtl'] .market .tab-content .articles__right h4, 
[dir='rtl'] .market .tab-content .articles__left h5 {
    text-align: right !important;
}

[dir='rtl'] .leaders .nav-item a.active {
    padding-left: 50px;
    padding-right: 0;
}

[dir='rtl'] .leaders .card-text {
    text-align: left;
}

[dir='rtl'] .contact-form-banner textarea {
    text-align: right;
}

[dir='rtl'] input,
[dir='rtl'] textarea {
    text-align: right !important;
    direction: rtl !important;
}

[dir='rtl'] .wpcf7 {
    direction: rtl;
}

[dir='rtl'] .contact-us-page .full-name,
[dir='rtl'] #wpcf7-f161-o5 .full-name,
[dir='rtl'] #wpcf7-f162-o6 .full-name,
[dir='rtl'] #wpcf7-f160-o2 .full-name {
    background-position: 98.7%;
}

[dir='rtl'] .contact-us-page .tab-block-form-field.phone,
[dir='rtl'] #wpcf7-f161-o5 .tab-block-form-field.phone,
[dir='rtl'] #wpcf7-f162-o6 .tab-block-form-field.phone,
[dir='rtl'] #wpcf7-f160-o2 .tab-block-form-field.phone {
    background-position: 98%;
}

[dir='rtl'] .contact-us-page .mail,
[dir='rtl'] #wpcf7-f161-o5 .mail,
[dir='rtl'] #wpcf7-f162-o6 .mail,
[dir='rtl'] #wpcf7-f160-o2 .mail {
    background-position: 98%;
}

[dir='rtl'] .contact-us-page .tab-block-form-field.website,
[dir='rtl'] #wpcf7-f161-o5 .tab-block-form-field.website,
[dir='rtl'] #wpcf7-f162-o6 .tab-block-form-field.website,
[dir='rtl'] #wpcf7-f160-o2 .tab-block-form-field.website {
    background-position: 98.7%;
}

[dir='rtl'] .right-line:after {
    right: inherit;
    left: 0;
}

[dir='rtl'] .salaries .salaries-item {
    border-right: none;
    border-left: 2px solid rgba(172, 193, 218, 0.4);;
}

[dir='rtl'] .salaries .salaries-item:last-child {
    border-right: none;
    border-left: none;
}

[dir='rtl'] .content-wrapper p {
    text-align: right;
}
[dir='rtl'] .single-advisor .content-wrapper p {
    /*text-align: left;*/
}
[dir='rtl'] .single-partner .profile_item .header_parent .name.title{
    text-align: center;
    font-weight: 900;
}

[dir='rtl'] .content-wrapper ul li,
[dir='rtl'] .our-vision ul li {
    text-align: right;
}

[dir='rtl'] #crumbs {
    left: inherit;
    right: 48px;
}

[dir='rtl'] #crumbs img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
	margin: 0 2px 0 8px;
}
[dir='rtl'] #crumbs a, 
[dir='rtl'] #crumbs span.current{
    text-align: start !important;
}
[dir='rtl'] .content-wrapper h5,
[dir='rtl'] .content-wrapper span {
    text-align: right;
}

[dir='rtl'] .single-advisor .content-wrapper span {
    text-align: left;
}

@media screen and (min-width: 991px) {
    [dir='rtl'] .single-service .content-wrapper h1,
    [dir='rtl'] .single-service .content-wrapper h2,
    [dir='rtl'] .content-wrapper h1,
    [dir='rtl'] .content-wrapper h2 {
        padding: 0 44px;
        left: inherit;
        right: 0;
        top: -20px;
    }
}

[dir='rtl'] .slider-departments .slick-next,
[dir='rtl'] .slider-departments .slick-prev {
    /*transform: rotate(180deg);*/
    margin-top: -20px;
}

[dir='rtl'] .slider-departments .slick-next {
    right: inherit;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

[dir='rtl'] .slider-departments .slick-prev {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

[dir='rtl'] .partner_section .reviews {
    margin-right: -15px;
}

.home .partner_section .partners_slider_new .slick-track .slick-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.home .partner_section .partners_slider_new .slick-track .slick-slide > div{
    height: 100%!important;
}

[dir='rtl'] .partners_slider_new .slick-prev {
    right: -30px !important;
}

[dir='rtl'] .partners_slider_new .slick-next {
    left: -30px !important;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .slider-departments .slick-next,
    [dir='rtl'] .customers .customers_slider .slick-next{
        left: 15px;
        right: inherit;
    }

    [dir='rtl'] .customers .customers_slider .slick-next{
        display: block;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        left: 30px;
        bottom: -20px;
    }

    [dir='rtl'] .customers .customers_slider .slick-prev{
        display: block;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        right: 30px;
        bottom: -20px;
    }

    [dir='rtl'] .slider-departments .slick-prev{
        right: 35px;
        left: inherit;
        bottom: -40px;
    }

    [dir='rtl'] .partners_slider_new .slick-prev {
        right: 20px !important;
        bottom: -40px;
    }

    [dir='rtl'] .partners_slider_new .slick-next{
        left: 20px !important;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    [dir='rtl'] .container-title-section {
        left: inherit;
        right: 0;
        padding-right: 0;
        padding-left: 20px;
        padding-bottom: 20px;
        margin: 0;
        margin-right: -2px;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    }
	
	[dir='rtl'] .leaders .header_controls_leaders {
		margin-top: 40px;
	}
	
	[dir='rtl'] .market .content-block-title span{
		text-align: right;
	}
	
	[dir='rtl'] .container-title-section .title {
		text-align: right;
		display: inline-block;
	}

    [dir='rtl'] .small-title {
        margin-right: 0;
    }

    [dir='rtl'] .title-content-section {
        font-size: 20px;
        line-height: 40px;
    }
}

[dir='rtl'] .close-modal{
    right: inherit;
    left: 10px;
}

[dir='rtl'] .sidebar_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

[dir='rtl'] .tech_leaders.first-bg button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[dir='rtl'] .single_partner_profile{
    left: inherit;
    right: 48px;
}

@media screen and (max-width: 768px) {
    [dir='rtl'] .single_partner_profile {
        left: inherit;
        right: 15px;
    }
}

@media screen and (max-width: 991px) {
    [dir='rtl'] .single-service .content-wrapper h2,
    [dir='rtl'] .content-wrapper h2 {
        left: inherit;
        right: -1px;
        padding: 0;
        padding-left: 20px;
    }
}

[dir='rtl'] .get-rates-description-number{
    margin-right: 0;
    margin-left: 15px;
}

[dir='rtl'] .get-rates-description-second{
    left: inherit;
    right: -20px;
}

[dir='rtl'] .clients_carousel{
    direction: rtl;
}

[dir='rtl'] .partner_section .reviews .profile_item .profile_content .description{
    direction: rtl;
}

[dir='rtl'] .home .clients_carousel .slick-slide{
    float: right !important;
}

[dir='rtl'] .home .clients_carousel .slick-track,
[dir='rtl'] .home .clients_carousel .slick-list{
    direction: rtl;
}

[dir='rtl'] .rtl-d-none{
    display: none !important;
}

[dir='rtl'] .page-template-page-about-us .clients_carousel .slick-track,
[dir='rtl'] .page-template-page-about-us .clients_carousel .slick-list{
    direction: rtl;
}

@media screen and (max-width: 767px) {
    [dir='rtl'] .leaders .nav-item a.active{
        padding-left: 0;
    }
}


/* NEW DESING */


.home .covered{
	margin-top: 71px;
}
.covered .title_section{
    width: 100%;
    font-size: 40px;
    line-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    letter-spacing: 0.30em;
    text-transform: uppercase;
    color: #212529;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (min-width: 768px) {
    .covered .title_section{
        letter-spacing: 0.46em;
    }
}

.covered .item-block{
    min-height: 130px;
    max-height: 256px;
    height: 100%;
    width: 100%;
    background: #F9FBFD;
    border: 1px solid rgba(76, 99, 126, 0.08);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
}

@media screen and (min-width: 768px) {
    .covered .item-block {
        min-height: 256px;
    }
}

.covered .left-column .item-block p{
    margin-top: 58px;
    margin-left: 58px;
    max-width: 170px;
    word-break: break-word;
    text-align: left;
    font-weight: bold;
}

.covered .right-column .item-block p{
    margin-top: 58px;
    margin-right: 58px;
    max-width: 170px;
    word-break: break-word;
    text-align: right;
    margin-left: auto;
    font-weight: bold;
}


.covered .row{
    position: relative;
}
[dir='rtl'] .covered .row {
    direction: ltr;
}

[dir='rtl'] .covered .row p {
    direction: rtl;
}

.covered .center-column{
    z-index: 2;
    background: white;
    border-radius: 50%;
    left: 50%;
    top: -40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .covered .center-column{
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

.covered .item-block{
    position: relative;
}

.covered .item-block img{
    position: absolute;
    top: -70px;
    left: 60px;
}

.covered .right-column .item-block img{
    left: inherit;
    right: 60px;
}

.covered .item-block p.active{
    display: block;
}

#covered-mobile-carousel .item-block img {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

[dir='rtl'] button,
[dir='rtl'] button a,
[dir='rtl'] .whatsapp_modal,
[dir='rtl'] .call_modal,
[dir='rtl'] footer .send_button {
    font-weight: bold !important;
}

button.yellow{
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    background: #FFE400 !important;
    border-radius: 4px;
    min-height: 60px;
    border: 4px solid transparent !important;
    outline: none;
    padding: 0px !important;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
button.yellow:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
            box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
}

button.yellow a {
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
    color: black;
	padding: 15px 30px; 
    margin: 0 !important;
    font-family: 'Fjalla One', sans-serif !important;
}

#technologies .content-section{
    padding: 20px 50px;
    padding-top: 0;
}

#technologies .btn-container{
    position: absolute;
    bottom: 65px;
    -webkit-transform: translate(-50%, 160%);
        -ms-transform: translate(-50%, 160%);
            transform: translate(-50%, 160%);
    left: 50%;
    z-index: 99;
    background: white;
    padding: 0 30px;
}

#technologies{
    position: relative;
}



@media screen and (min-width: 991px) {
    .technologies .technology__item {
        width: 16.66%;
    }
}

.about-us .advanced_block{
    margin-top: 30px;
    padding: 30px;
    background: #F9FBFD;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media screen and (max-width: 577px) {
    .advanced_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .advanced_block .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .about-us .advanced_block p.description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .about-us .content-section, 
    .advisors .content-section {
        padding: 40px 15px 20px;
    }
}

@media (min-width: 768px) {
    .about-us .advanced_block .block:not(:last-child) {
        border-right: 1px solid #acc1da26;
        padding-right: 15px;
    }
    .about-us .advanced_block .block:not(:first-child) {
        padding-left: 2.2rem;
    }
    [dir='rtl'] .about-us .advanced_block .block:not(:last-child) {
        border-left: 1px solid #acc1da26;
        border-right: none;
        padding-right: 12px;
    }
    [dir='rtl'] .about-us .advanced_block .block:not(:first-child) {
        padding-right: 2.2rem;
        padding-left: 15px;
    }
}

.about-us .advanced_block h3{
    font-size: 48px !important;
    line-height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7C8B9C;
}

.about-us .advanced_block p.description{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #212529;
}
	.rtl .about-us .advanced_block p.description{
		text-align: right !important 
	}
	@media (max-width: 768px) {
		.rtl .about-us .advanced_block p.description{
			text-align: center !important 
		}
	} 
.about-us .advanced_block p.small{
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: 'ss01' on;
            font-feature-settings: 'ss01' on;

    color: #7C8B9C;

    opacity: 0.8;
    font-weight: normal;
}

.about-us .advanced_block .block{
    position: relative;
    border-bottom: 1px solid lightgray;
    width: 100%;
}

@media (min-width: 576px) {
    .about-us .advanced_block .block{
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .about-us .advanced_block .block {
        width: initial;
    }
}

.about-us .advanced_block .block:last-child {
    border-bottom: none;
}


.about-us .advanced_block .block:after{
    /* position: absolute; */
    height: 100%;
    width: 1px;
    background: #ACC1DA;
    opacity: 0.15;
    top: 0;
    right: -15px;
}

@media (min-width: 768px) {
    .about-us .advanced_block .block:after{
        content: '';
    }
}

.about-us .advanced_block .block:last-child:after{
    content: none;
}

.partner_section .reviews .profile_item .header_parent > img,
.yzm-person {
    width: 100%;
    max-height: 110px;
    min-height: 110px;
    height: 100%;
    width: 110px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    border-radius: 50%;
    display: block;
    border-right: solid 4px #FCE101;
    border-left: solid 4px #FD0C0A;
    border-top: solid 4px #00BF00;
    border-bottom: solid 4px #03A6DC;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.container_profile_item{
    background: #4C637E;
    border-radius: 8px;
    padding: 32px 15px;
    height: inherit;
}

.home .partner_section{
    position: relative;
}

.partner_section .partners-title-block{
    position: absolute;
    top: -30px;
    background: white;
    padding: 10px 20px;
}

.header_parent{
    text-align: center;
}
.partner_section .reviews .profile_item .profile_content .description{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: 'ss01' on;
            font-feature-settings: 'ss01' on;
    color: #FFFFFF;
    opacity: 0.8;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;	
}
.single-partner .partner_section .reviews .profile_item .profile_content .short_description{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.single-partner .partner_section .reviews .profile_item .profile_content .more.content{
    text-align: center;
}
.partner_section .reviews .profile_item .header_parent .position{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.16em;
    color: #FFFFFF;
    opacity: 0.8;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.partner_section .reviews .profile_item .color-line{
    margin-left: auto;
    margin-right: auto;
}

.home .partner_section .btn-container{
    position: absolute;
    bottom: -30px;
    width: 200px;
    left: calc(50% - 100px);
    padding: 0 20px;
    z-index: 3;
    background: white;
}

.partner_section .btn{
    padding: 0 10px;
    min-width: 130px;
    min-height: 52px;
    max-height: 52px;
}

.partner_section .btn a{
    background: inherit;
}

.wpcf7-list-item{
    position: relative;
}

body:not(.page-template-page-getrates) .wpcf7-list-item input[type='radio'] {
    display: none;
}

body:not(.page-template-page-getrates) .wpcf7-list-item span {
    color: #666;
    font-weight: normal;
}

body:not(.page-template-page-getrates) .wpcf7-list-item span:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
    border-radius: 11px;
    border: 2px solid transparent;
    background: rgba(33, 37, 41, 0.06);
}

body:not(.page-template-page-getrates) .wpcf7-list-item input[type=radio]:checked + span:after {
    border-radius: 11px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 3px;
    content: " ";
    display: block;
    background: #7C8B9C;
}

[dir="rtl"] body:not(.page-template-page-getrates) .wpcf7-list-item:nth-child(1) input[type=radio]:checked + span:after {
    top: 6px;
    left: 25px;
}

@media (min-width: 768px) {
    [dir="rtl"] body:not(.page-template-page-getrates) .wpcf7-list-item:nth-child(1) input[type=radio]:checked + span:after {
        top: 6px;
        left: 25px;
    }
}

@media (min-width: 992px) {
    [dir="rtl"] body:not(.page-template-page-getrates) .wpcf7-list-item:nth-child(1) input[type=radio]:checked + span:after {
        top: 6px;
        left: 25px;
    }
}

[dir="rtl"] body:not(.page-template-page-getrates) .wpcf7-list-item:nth-child(2) input[type=radio]:checked + span:after {
    top: 6px;
    left: 30px;
}

@media (min-width: 768px) {
    [dir="rtl"] body:not(.page-template-page-getrates) .wpcf7-list-item:nth-child(2) input[type=radio]:checked + span:after {
        left: 30px;
    }
}

@media (min-width: 992px) {
    [dir="rtl"] body:not(.page-template-page-getrates) .wpcf7-list-item:nth-child(2) input[type=radio]:checked + span:after {
        left: 30px;
    }
}

body.page-template-page-circle-apply .wpcf7-list-item input[type=radio]:checked + span:after {
    background: #15ACE5;
}

[dir="rtl"] body.page-template-page-circle-apply .wpcf7-list-item.first label {
    width: 43px;
}

[dir="rtl"] body.page-template-page-circle-apply .wpcf7-list-item.last label {
    width: 48px;
}

[dir="rtl"] body.page-template-page-circle-apply .wpcf7-list-item span:before {
    margin-left: 10px;
}

[dir="rtl"] body.page-template-page-circle-apply .maybe-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[dir="rtl"] body.page-template-page-circle-apply #yc-apply-form {
    text-align: center !important;
}

@media (min-width: 768px) {
    [dir="rtl"] body.page-template-page-circle-apply #crumbs a,
    [dir="rtl"] body.page-template-page-circle-apply #crumbs span {
        margin-right: 10px;
    }
}

body:not(.page-template-page-getrates) .wpcf7-list-item input[type=radio]:checked + span:before{
    background: transparent;
    opacity: 1;
    border: 2px solid #7C8B9C;

}

body.page-template-page-circle-apply .wpcf7-list-item input[type=radio]:checked + span:before{
    border: 2px solid #15ACE5;
}

body.page-template-page-circle-apply form .get-rates-description2 {
    right: initial;
}

@media (min-width: 768px) {
    body.page-template-page-circle-apply form .get-rates-description2 {
        right: -20px;
    }
}

.to-be-block .wpcf7-form-control{
    margin-bottom: 25px;
}

#joinUsSlick > img {
    min-height: 200px;
    max-height: 200px;
}

@media (min-width: 768px) {
    #joinUsSlick > img {
        min-height: 400px;
        max-height: 400px;
    }
}

#joinUsSlickNav .slick-slide img {
    min-height: 100px;
    max-height: 100px;
}

@media (min-width: 992px) {
    #joinUsSlickNav .slick-slide img {
        min-height: 120px;
        max-height: 120px;
    }
}

#joinUsSlickNav .slick-dots {
    display: none !important;
}

@media (min-width: 768px) {
    #joinUsSlickNav .slick-dots {
        display: block;
    }
}

.thumb-carousel .carousel-control {
    display: none;
}

@media (min-width: 768px) {
    .thumb-carousel .carousel-control {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .thumb-carousel .carousel-control {
        margin-top: 60px;
    }
}

.thumb-carousel .carousel-inner img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.thumb-carousel .carousel-inner {
    margin: 0 auto;
    width: 85%;
}

.thumb-carousel .carousel-item > .thumb {
    width: 23%;
    margin-right: 2.6%;
}

.thumb-carousel .carousel-item > .thumb:last-child {
    margin-right: initial;
}

.thumb-carousel .carousel-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #4C637E;
    width: 40px;
    height: 40px;
    border-radius: 20px;
	text-decoration: none !important;
}

.thumb-carousel .left.carousel-control {
    left: 0;
}

.thumb-carousel .right.carousel-control {
    right: 0;
}
.yellow-bg.make-a-deal{
    margin: 0 0 10px 0!important;
    display: inline-block;
    padding: 5px 15px;
}
@media screen and (max-width: 992px){
    .yellow-bg.make-a-deal{
        display: block!important;
    }    
}

body.page-template-page-circle-apply form input,
body.page-template-page-circle-apply form textarea {
    text-indent: 15px;
}

body.page-template-page-circle-apply form input::-webkit-input-placeholder, body.page-template-page-circle-apply form textarea::-webkit-input-placeholder {
    color: #4F4F4F;
    font-size: 14px;
}

body.page-template-page-circle-apply form input::-moz-placeholder, body.page-template-page-circle-apply form textarea::-moz-placeholder {
    color: #4F4F4F;
    font-size: 14px;
}

body.page-template-page-circle-apply form input:-ms-input-placeholder, body.page-template-page-circle-apply form textarea:-ms-input-placeholder {
    color: #4F4F4F;
    font-size: 14px;
}

body.page-template-page-circle-apply form input::-ms-input-placeholder, body.page-template-page-circle-apply form textarea::-ms-input-placeholder {
    color: #4F4F4F;
    font-size: 14px;
}

body.page-template-page-circle-apply form input::placeholder,
body.page-template-page-circle-apply form textarea::placeholder {
    color: #4F4F4F;
    font-size: 14px;
}

body.page-template-page-circle-apply form textarea {
    margin-bottom: 0;
}

body.page-template-page-circle-apply form input {
    font-size: 14px;
}

body.page-template-page-circle-apply form label {
    font-family: 'Cabin';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

[dir="rtl"] body.page-template-page-circle-apply form label {
    text-align: right;
    font-size: 14px;
    color: #000;
}

body.page-template-page-circle-apply form label input,
body.page-template-page-circle-apply form label textarea {
    margin-top: 5px;
}

body.page-template-page-circle-apply form .append {
    text-align: right;
    text-transform: none;
    font-size: 12px;
    color: #7C8B9C;
}

body.page-template-page-circle-apply form [data-class="wpcf7cf_group"] {
    width: 100%;
}

body.page-template-page-circle-apply form input[type="submit"] {
     display: none;
}

#yc-apply-form {
    cursor: pointer;
}

body.page-template-page-circle-apply form input[type="date"]::-webkit-calendar-picker-indicator  {
    /*display: none;*/
}

body.page-template-page-circle-apply form input[type="date"]
{
    color: #5C5C5C;
}

input[type="date"]:invalid {
    color: #ff7986 !important;
}

.pojo-skip-link{ 
	display: none !important;
} 
[dir='rtl']  .about-us-page h1.title{
	text-align: right
}

.profile_content {
    position: relative;
    padding-bottom: 40px;
}
.profile_content span.more.content {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
}
.profile_content span.more.content:hover{
	text-decoration: underline
}
.page-template-page-leaders .bannerND .breadcrumbs {
    left: 15px;
}
.leaders  .card-title.content{
	text-align: left;
    direction: ltr;
}
[dir='rtl'] .leaders .card-title.content {
    direction: rtl;
    font-weight: bold;
    text-align: right;
}
.page-template-page-leaders .advisors{
	margin-top: 86px;
	margin-bottom: 80px
}

#advisors .content-section .container-title-section{
    padding-right: 20px;
}

.testimonials {
    position: relative;
    margin-bottom: 106px;
    margin-top: 94px;
}
.contact_us.testimonials {
    margin-bottom: 80px;
}
.partner_section {
    margin-top: 91px;
}
.partner_section .content-wrapper{
	margin-bottom: 110px;
}
.advisor-details{
	margin-bottom: 71px
}
.advisor-details-contact_us {
    margin-top: 80px;
}
.partnership {
	margin-bottom: 65px
}

#partnership-content .content-wrapper.pt-5 div:first-of-type::after{
    display: block;
    content:'';
    width: 100%;
    height: 1px;
    margin: 25px auto;
    border: none;
    background: rgba(172, 193, 218, 0.4);
}

.our-vision .content-wrapper,
.our-team  .content-wrapper,
.brands .content-wrapper,
.assets .content-wrapper,
.single-blog-tabs .content-wrapper{
	margin: 0
}
.page-template-page-circle .partnership .content-wrapper{
	margin-bottom: 0 !important
}
.our-team{
	margin-bottom: 110px
}
.page-template-page-about-us .brands{
	margin-bottom: 110px
}
.assets{
	margin-bottom: 80px 
}
.page-template-page-career .our-vision{
	margin-bottom: 80px
}
.page-template-page-career .career-form{
	margin-bottom: 0
}
.page-template-page-career .deal{
	margin-top: 80px;
}
.single-vacancy .content-block-bg {
	margin-bottom: 110px;
}
.single-vacancy .deal {
	margin-top: 80px;
    margin-bottom: 80px;
}
.page-template-page-blog .blog-tabs{
	margin-top: 65px;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.page-template-page-blog .contact_us{
	margin-top: 0
}
.page-template-page-blog .show-more{
	margin-bottom: 80px;
}
.page-template-page-blog .contact_us .content-section{
	margin-top: 0
}
.single-post .partnership {
	margin-bottom: 93px
}
.single-post .single-blog-tabs{
	margin-bottom: 107px;
	padding-bottom: 0
}
.page-template-page-partnership .technologies{
	margin-top: 50px;
	margin-bottom: 15px;
}
.page-template-page-circle .partnership{
	margin-top: 62px !important;
	margin-bottom: 80px;
}
.page-template-page-circle-intro .content-wrapper{
	margin-bottom: 110px;
}
.page-template-page-circle-intro .partnership{
	 margin-bottom: 0 
}
.page-template-page-circle-intro #connect_with .content-wrapper {
    margin-bottom: 80px;
}
.single-projects .testimonials .content-section{
	padding-bottom: 70px
}
.single-projects .customers.testimonials .btn-container{
	-webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
    width: 200px;
    margin-left: -100px;
    margin-bottom: -30px;
    text-align: center;  
}
.content-wrapper-social a{  
	margin-right: 24px
}
	.content-wrapper-social a .svg{
		max-height: 20px;
		width: auto
	}
.rtl .content-wrapper-social a{
	margin-left: 24px;
	margin-right: 0
}
.st-copiright{
	display: flex;
	align-items: center;
}
	.st-copiright a{
		display: inline-block;
	}
	.st-copiright img{
		height: 32px;
		width: auto;
	}
	
.modal-help {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
	.modal-help__overflow {
		position: absolute;
		left: 0;
		height: 100%;
		width: 100%;
		display: block;
		background: rgba(51, 51, 51, 0.6);
		z-index: 1;
	}	
	.modal-help__content {
		background: #FFFFFF;
		border: 8px solid #FFFFFF;
		box-sizing: border-box;
		box-shadow: 0px 0px 16px rgb(0 0 0 / 8%);
		border-radius: 8px;
		position: absolute;
		width: 100%;
		max-width: 670px;
		transform: translate(-50%,-50%);
		left: 50%;
		top: 50%;
		z-index: 10;
		padding: 40px;
		text-align: center;
	}
	.modal-help__leader{
		position: relative;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
		.modal-help__img {
			border-radius: 50%;
			border: solid 3.2px #ffffff;
			background-color: #8b8b8b;
			margin: 20px auto;
			display: block;
			width: 110px;
			height: 110px;
			transform: rotate(45deg);
			border-right: solid 4px #FCE101;
			border-left: solid 4px #FD0C0A;
			border-top: solid 4px #00BF00;
			border-bottom: solid 4px #03A6DC;
		}
		.modal-help__img img {
			width: 100%;
			height: 100%;
			border-radius: 50%;
			transform: rotate(-45deg);
		}
		.modal-help__leader b{
			display: block;
			font-size: 18px;
			font-family: Fjalla One;
			line-height: 28px;
			color: #000000;
			font-weight: normal
		}
		.modal-help__leader span{
			display: block;
			font-family: Cabin;
			font-size: 14px;
			letter-spacing: 0.16em;
			color: rgba(0, 0, 0, 0.8);
			opacity: 0.8;
		}
		.modal-help__leader:after{
			content:'';
			display: block;
			position: absolute;
			background: rgba(172, 193, 218, 0.4);
			width: 42px;
			height: 2px;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
		}
		.modal-help__title {
			font-family: Cabin;
			font-style: normal;
			font-weight: 600;
			font-size: 24px;
			letter-spacing: 0.02em;
			color: #000000;
		}
		.modal-help__description {
			font-family: Cabin;
			font-size: 16px;
			line-height: 24px;
			text-align: center;
			letter-spacing: 0.02em;
			color: rgba(0, 0, 0, 0.8);
			opacity: 0.8;
		}
		.modal-help__btns{
			padding-top: 24px
		}
		.modal-help__btn {
			font-family: Fjalla One;
			color: #FFFFFF;
			font-size: 16px;
			width: 150px;
			height: 52px;
			margin: 0 16px;
			display: inline-flex;
			border-radius: 4px;
			background: #5CBF1A;
			align-items: center;
			justify-content: center;
			text-decoration: none;
		}
		.modal-help__btn.modal-help__email {
			background: #15ACE5;
		}
		.modal-help__close {
			font-size: 0;
			height: 32px;
			width: 32px;
			transform: rotate(45deg);
			top: -32px;
			right: 0;
			transition: all 0.3s;
			outline: none !important;
		}
		.modal-help__close:hover{
			transform: rotate(225deg);
		}
	.page-template-page-career .chaty-widget,
	.single-vacancy .chaty-widget{
		display: none !important;
		opacity: 0 !important;
	}
	
.buttons-sbox {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    text-align: left;
    border-radius: 10px;
    border: solid 1.9px rgba(183, 183, 183, 0.25);
    padding: 15px;
    width: 100%;
}   
.rtl .buttons-sbox {
    text-align: right;
}
.buttons-sbox__title {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.2;
}
    .buttons-sbox a {
        background: #5CBF1A;
        border-radius: 4px;
        width: fit-content;
        justify-content: center;
        margin-left: auto;
        display: flex !important;
        padding: 15px 30px;
        box-shadow: none;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        align-items: center;
        color: #fff;
        margin-right: 10px;
        font-weight: bold;
    }
    .rtl .buttons-sbox a {
        margin-right: 0;
        margin-left: 10px;
    }
    .buttons-sbox a.buttons-sbox__red {
        background: #E71818;
    }
	#call-back-recruitment .tab-block-form-field.phone,
	#call-back-searching .wpcf7-form-control-wrap.phone {
		margin-bottom: 15px;
	}
	#call-back-recruitment button.button-submit,
	#call-back-searching	button.button-submit{
		background: #5CBF1A;
		border-radius: 4px;
		width: fit-content;
		justify-content: center;
		margin-left: auto;
		display: flex !important;
		padding: 15px 30px;
		box-shadow: none;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 20px;
		align-items: center;
		color: #fff;
		margin: 5px;
		background: #FCE101 !important;
		border-radius: 4px !important;
		color: black !important;
		border: none !important;		
	}
	
@media screen and (max-width: 992px) {
	.partnership {
		margin-bottom: 32px
	}	
	.page-template-page-partnership .technologies{
		margin-top: 55px;
		margin-bottom: 0px;
	}
}
@media (max-width: 767px){
	.container{
		max-width: 100%
	}
	.content-wrapper.content-wrapper__main{
		padding-top: 0 !important;
	}
	.content-wrapper__main .content-block-title{
		position: relative;
		display: inline-flex;
		margin-top: 0;
	}
	.rtl .content-wrapper__main .content-block-title{
		right: -18px !important
	}
	body:not(.rtl) .content-wrapper__main .content-block-title{
		left: -18px;
	}
	.contact_us .contact_title{
		padding: 0 15px
	}
}


#call-back-recruitment.fancybox-content,
#call-back-searching.fancybox-content{
    max-width: 600px;
}


@media (max-width: 767px) {
    .buttons-sbox a {
        padding: 12px 20px;
    }
}