﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

button.btn {
    text-transform: capitalize;
    line-height: 1;
    transition: all 0.1s ease 0.1s;
    background: #FF9B12;
    font-size: 21px;
    padding: 14px 42px;
    border: 0px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
}

    button.btn:hover {
        background: #555555;
        color: #fff;
        transition: all 0.1s ease 0.1s;
    }

.webinar-partners .hero-text h1 {
    color: #555555;
    font-size: 45px;
    line-height: 52px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 25px;
    color: #909090;
}

.webinar-partners .hero-text p {
    margin: 15px 0px 50px;
}

.for-item-flex {
    align-items: center;
    display: flex;
}

.offset-md-1 {
    margin-left: 7.22222%;
}

.webinar-partners {
    background-color: #F6F6F6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 46px 0px 0px;
    margin-top: 60px;
}

.current-partners {
    padding: 50px 0px;
    background: #ffffff;
}

.partner-title h2 {
    font-size: 30px !important;
    font-weight: 700;
    color: #555555;
    line-height: 35px;
    margin: 0px;
}

.partner-title {
    text-align: center;
    margin-bottom: 50px;
}

.current-partners .owl-theme .owl-nav {
    margin-top: 0;
    overflow: hidden;
    height: 0;
}

.current-partners .owl-carousel {
    display: block;
    width: 100%;
}

/*owl start*/
.owl-carousel .prev-slide {
    background: url('Images/Vector-arrow.svg') no-repeat scroll 0 0;
    left: -65px;
}

.owl-carousel .next-slide {
    background: url('Images/Vector-arrow.svg') no-repeat scroll -24px 0px;
    right: -65px;
    transform: rotate(180deg);
}

.owl-carousel .nav-btn {
    height: 50px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 22% !important;
    background-position: center;
    background-color: #EAEAEA;
}
.owl-theme .owl-nav {
    display: block !important;
}

.owl-carousel .item {
    text-align: center;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
/*owl finish*/

h4.partner-name {
    font-size: 23px !important;
    font-weight: 700;
    color: #555555;
    line-height: 28px;
    margin: 20px 0px 20px;
}

.current-partner-common img {
    width: 60px;
}

.current-partner-common p {
    font-weight: 400;
    font-size: 15px !important;
}

.for-partners-margin {
    margin-top: 100px;
}

.main-partner-common {
    padding: 60px 0px;
    background: #F7F7F7;
}

    .main-partner-common .partner-title p {
        margin: 20px 0px 30px;
    }

    .main-partner-common .partner-title {
        text-align: left;
        margin-bottom: 70px;
    }

.current-partner-common h5 {
    font-size: 20px !important;
    font-weight: 700;
    color: #555555;
    line-height: 23px;
    margin: 20px 0px 20px;
}

.current-partner-common .img-box {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 5px;
    background: #79B2E6;
    border-radius: 4px;
}

    .current-partner-common .img-box img {
        width: 100%;
    }

.center-paragraph {
    margin: 50px 0px;
}

.channel-title {
    font-size: 16px !important;
    font-weight: 500;
    color: #555555;
    line-height: 18px;
}

.educators-img-box img {
    width: 75px;
    height: 75px;
    display: inline-block;
}

.educators-img-box {
    margin-bottom: 30px;
}

.educators-field {
    padding: 13px;
    border-radius: 4px;
    box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.04);
}

    .educators-field p {
        color: #fff;
        font-size: 13px;
        line-height: 18px;
    }

    .educators-field.yellow {
        background-color: #FBB049;
    }

    .educators-field.cream {
        background-color: #EF935F;
    }

    .educators-field.light-brown {
        background-color: #8D7F59;
    }

    .educators-field.dark-gray {
        background-color: #55554E;
    }

.just-flex {
    display: flex;
}

.bg-white {
    background: #fff;
}

.become-partners .partner-title {
    text-align: center;
    margin-bottom: 70px;
}

.become-partners .center-paragraph {
    max-width: 73%;
    width: 100%;
    margin: 20px auto 30px !important;
}


ul.data-field {
    display: flex;
    padding: 0px;
}
.data-field li {
    color: #fff;
    max-width: 25%;
    width: 100%;
    list-style: none;
    font-size: 16px;
    /* padding-left: 30px; */
    position: relative;
    line-height: 1.5;
}

    .data-field li span {
        position: relative;
        display: block;
        padding-left: 30px;
        color: #555555;
        font-weight:500;
    }

        .data-field li span:before {
            position: absolute;
            content: "";
            top: 3px;
            left: 0px;
            width: 15px;
            height: 15px;
            display: inline-block;
            background: #FF9B12;
        }

.main-webinar-partners-btn span {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #555555;
}
@media only screen and (max-width: 1365px) {
    .main-partner-images svg {
        width: 100%;
        height: auto;
    }

    .current-partners .owl-carousel {
        max-width: 90%;
        margin: 0 auto;
    }

    .owl-carousel .nav-btn {
        top: 29% !important;
    }
}

@media (min-width: 1367px) {
    .container {
        max-width: 1240px;
    }
}

@media only screen and (max-width: 1200px) {
    /*  .owl-carousel .nav-btn {
        height: 30px;
        width: 30px;
        top: 27% !important;
    }
    .owl-carousel .prev-slide {
        left: -40px;
        background-size: 35%;
    }

    .owl-carousel .next-slide {
        right: -40px;
        background-size: 35%;
    }*/
    .owl-carousel .owl-item img {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 991px) {
    .owl-carousel .nav-btn {
        height: 30px;
        width: 30px;
        top: 28% !important;
    }

    .owl-carousel .prev-slide {
        left: -40px;
        background-size: 35%;
    }

    .owl-carousel .next-slide {
        right: -40px;
        background-size: 35%;
    }

    .educators-field {
        margin-bottom: 30px;
    }

    .webinar-partners .hero-text h1 {
        font-size: 32px;
        line-height: 32px;
    }

    button.btn {
        font-size: 16px;
        padding: 15px 26px;
    }

    h4.partner-name {
        font-size: 20px !important;
        line-height: 20px;
    }

    .partner-title h2 {
        font-size: 26px !important;
        line-height: 26px;
    }
    ul.data-field {
        flex-wrap: wrap;
    }

    .data-field li span {
        max-width: 180px !important;
        margin: 0 auto !important;
    }
    .data-field li {
        max-width: 47% !important;
        margin: 0px 0px 20px 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .current-partners {
        padding: 60px 0px 30px;
    }

    .main-partner-common {
        padding: 30px 0px;
    }

    .for-partners-margin {
        margin-top: 60px;
    }

    .webinar-partners .container .row .col-md-12:last-child {
        order: -1;
        width:100%;
    }
    .for-item-flex {
        flex-wrap: wrap;
    }

    .center-paragraph {
        margin: 30px 0px;
    }

    .partner-title {
        text-align: left;
    }

    .main-partner-common .partner-title {
        margin-bottom: 50px;
    }

    .webinar-partners {
        padding: 20px 0px 0px;
    }

    .main-partner-images {
        margin-bottom: 30px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .channel-title br {
        display: none;
    }
    .main-partner-images svg {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .just-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .col-md-6.col-lg-3.just-flex {
        display: block;
        width: 100%;
    }
    .become-partners .center-paragraph {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .owl-carousel .owl-item img {
        max-width: 80%;
        margin: 0 auto;
    }

    .current-partners .owl-carousel {
        max-width: 80%;
        margin: 0 auto;
    }
    .data-field li span {
        max-width: 100% !important;
    }
}
.mb-0 {
margin-bottom:0px !important;
}