.banner .swiper-slide {
    position: relative;
}

.banner .img {
    position: relative;
    z-index: 1;
    height: 780px;
    background-position: 50% 60%;
    background-size: cover;
}


.banner .txt {
    display: none;
}

.banner .text {
    max-width: 35%;
    color: #fff;
}

.banner .text h2 {
    margin-bottom: 20px;
    color: #F78F13;
    font-size: 30px;
    font-weight: 600;
}

.banner .text p {
    color: #FFFFFF;
    font-size: 15px;
    margin-bottom: 25px;
}

.banner .button-prev,
.banner .button-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #000000 url(../images/arrow-slider.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    border: 1px solid #707070;
    width: 53px;
    height: 40px;
    transform: translateY(-50%);
    background-position: center;
    padding: 6px 0;
}

.banner .button-prev {
    left: 0;
}

.banner .button-next {
    right: 0;
    transform: translate(0, 50%) rotate(180deg);
    transform-origin: 27px 0;
}

@media(min-width: 767px) {

    .banner .button-prev,
    .banner .button-next {
        margin-top: 60px;
    }


    .banner .txt {
        position: absolute;
        top: 140px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .banner .txt .container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
    }
}

@media(max-width: 767px) {

    .banner .img {
        height: 200px;
    }

    .banner .text {
        padding: 50px 0;
        max-width: 100%;
        text-align: center;
    }

    .banner .text p {
        color: #333;
    }
}

/* our-markets-slider  */
/*---------------------------------------------------*/

.index-about {
    padding: 150px 0 0;
    /* background: url(../images/products-by-applications-bg.svg) no-repeat -100px 380px;
    background-size: 70%; */
}


.index-about .other {
    margin-top: 100px;
}

.index-about .other h2 {
    margin-bottom: 20px;
    color: #005EB8;
    font-size: 41px;
    font-weight: 400;
    text-align: center;
}

.index-about .that h2 {
    color: #005EB8;
    margin-bottom: 15px;
}

.index-about p {
    margin-bottom: 30px;
    font-size: 20px;
}

@media(min-width: 768px) {

    .index-about .this,
    .index-about .that {
        padding: 0 10%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
    }
}

@media(max-width: 767px) {
    .index-about {
        padding: 0;
    }

    .index-about p {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .index-about .this {
        margin-left: -15px;
        margin-right: -15px;
    }

    .index-about .that h2 {
        margin: 30px 0 20px;
        text-align: center;
        font-size: 20px;
    }

    .index-about .other {
        margin-top: 20px;
    }

    .index-about .other h2 {
        margin: 30px 0 20px;
        text-align: center;
        font-size: 20px;
    }
}

/* our-markets-slider  */
/*---------------------------------------------------*/
.our-markets-slider {
    padding-top: 150px;
}

.our-markets-slider {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

.our-markets-slider a {
    text-decoration: none;
}

.our-markets-slider .container>h2 {
    color: #005EB8;
    text-align: center;
    margin-bottom: 8px;
}

.our-markets-slider .container>h2+p {
    color: #000000;
    font-size: 20px;
    text-align: center;
}

.slide-img {
    width: 50%;
    background-position: 50%;
    background-size: cover;
}

.slide-content {
    background: #3E3E3E;
    box-shadow: 0px 3px 6px #00000029;
    padding: 82px 53px 90px;
    width: 50%;
    text-align: center;
}

.slide-content h3,
.slide-content p {
    color: #fff;
}

.slide-content h3 {
    font-size: 16px;
    margin-bottom: 7px;
}

.slide-content p {
    font-size: 12px;
    min-height: 42px;
}

.slide-content .btn {
    font-size: 13px;
    max-width: 127px;
}

.our-markets-slider .our-markets-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(62 62 62 / 76%);
}

.active .our-markets-slide:after {
    background: transparent;
}

.our-markets-slider-wrap {
    margin: 38px 0;
}

.our-markets-slider .owl-item.active .slide-content {
    position: relative;
    z-index: 1;
}


@media(min-width: 768px) {

    .our-markets-slider .our-markets-slide {
        transform: scale(.86);
        transition: .4s ease all;
        position: relative;
    }

    .active .our-markets-slide {
        opacity: 1;
        transform: scale(1.14);
    }
}

@media(max-width: 767px) {
    .our-markets-slider {
        padding-top: 50px;
    }

    .slide-img {
        width: 100%;
        height: 200px;
    }

    .slide-content {
        width: 100%;
        padding: 40px 20px;
    }
}

/* Learning Center
 */

/*---------------------------------------------------*/

.learning-center {
    padding-top: 150px;
    padding-bottom: 130px;
}

.learning-center .container>h2 {
    color: #005EB8;
    text-align: center;
    margin-bottom: 8px;
}

.learning-center .container>h2+p {
    color: #000000;
    font-size: 20px;
    text-align: center;
}

ul.tabs {
    margin: 31px 0 52px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.tabs li {
    color: #BABABA;
    padding: 0px 48px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    border-right: 1px solid #707070;
    line-height: 1.4;
}

ul.tabs li.current {
    color: #000000;
}

ul.tabs li:last-child {
    border: 0;
}

.tab-content {
    display: none;
    padding: 0 0;
}

.tab-content.current {
    display: inherit;
}

.tab-content .bg-image {
    box-shadow: 0px 3px 6px #00000029;
    max-width: 507px;
    width: 100%;
    background-color: rgb(0 94 184 / 20%);
    background-blend-mode: multiply;
    height: 394px;
}

.two-card-blocks .blocks .main-top {
    height: 100%;
}

.blog-content {
    padding-left: 79px;
    width: 50.4%;
    padding-top: 38px;
    padding-bottom: 38px;
}

.blog-content h2 {
    margin-bottom: 17px;
    color: #1D1D1B;
}

.blog-content span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.blog-content p {
    font-size: 15px;
    margin-bottom: 34px;
    color: #000000;
}

.bread-crumb-with-bg {
    padding-top: 160px;
    padding-bottom: 3px;
    background-color: #005EB8;
    background-blend-mode: hard-light;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
}

.bread-crumb-with-bg h1,
.bread-crumb-with-bg a,
.bread-crumb-with-bg p {
    color: #FFFFFF;
}

.bread-crumb-with-bg h1 {
    margin-bottom: 6px;
    margin-top: 34px;
    font-size: 30px;
    font-weight: 600;
}

.bread-crumb-with-bg p {
    font-size: 15px;
    max-width: 430px;
    font-weight: 400;
}

.content {
    padding-top: 87px;
}

.markets.single-author .subscribe.bg-image {
    margin-top: 140px;
}

.bread-crumb-with-bg .container-blog>p {
    padding-bottom: 23px;
}

.page-template-contact-us .bread-crumb-with-bg {
    padding-top: 170px;
}


.learning-center .bg-image {
    background-size: cover;
}

@media(min-width: 768px) {}

@media(max-width: 767px) {}