body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    width: 100%;
    overflow-x: hidden;
    padding-top: 85px;
}

html {
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
}

p, a, spam, div {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #4d4d4d;
}

ul {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 56px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

.cPrimary {
    color: #ed1b24;
}

.bcPrimary {
    background-color: #ed1b24;
}

.cDefault {
    color: #4d4d4d;
}

.bcDefault {
    background-color: #4d4d4d;
}

header {
    padding: 20px 0px;
    border-bottom: 1px solid #f7f7f7;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 10px -20px;
    top: 0;
}

#sign-in-link {
    display: inline-block;
}

#search {
    width: 100%;
    padding: 0px;
    padding-left: 40px;
    border: 0px;
    font-style: normal;
    font-size: 18px;
    margin-right: 20px;
    transition: all 200ms ease-in-out;
    padding: 10px 20px;
    border-radius: 5px;
}

.search-box::before {
    content: url(images/icon_search.png);
    position: absolute;
    right: 10px;
    top: 10px;
}

.active-menu a {
    color: #ed1b24 !important;
}

.carousel-item .carousel-caption {
    text-align: left;
}

.item-category {
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
}

.carousel-caption h4 {
    font-size: 32px;
    font-weight: 500;
    margin-top: 20px;
}

.card-caption {
    padding: 10px 30px 0px 20px;
    background-color: #ffffffd6;
}

    .card-caption h4 {
        font-size: 20px;
        font-weight: 500;
        margin-top: 15px;
    }

    .card-caption p {
        font-size: 12px;
    }

.banner-cards-right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.card-body {
    padding: 0px;
    border: 0px;
}

.whitepaper-card {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

    .whitepaper-card .meta {
        text-align: center;
        font-size: 12px;
        width: 100%;
    }

    .whitepaper-card ul {
        text-align: center;
    }

        .whitepaper-card ul li {
            list-style-type: none;
            display: inline-block;
        }

a:hover {
    text-decoration: none;
}

.whitepaper-card li a {
    padding: 8px 20px;
    border: 1px solid #4d4d4d;
    margin-right: 10px;
    margin-left: 10px;
}

.sidebar {
    padding-left: 40px;
}

.sidebar-search {
    border: 1px solid #ccc;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
}

.sidebar-title {
    font-size: 24px;
    font-weight: 400;
}

.horizontal-cards h4 {
    font-size: 14px;
}

.horizontal-cards p {
    font-size: 12px;
}

.sidebar-subscribe p {
    font-size: 14px;
}

.filter {
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.filter-active {
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
}

.filtered-cards {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

    .filtered-cards .card-caption {
        position: absolute;
        bottom: 0;
    }

footer a, p {
    font-size: 16px;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

footer li {
    list-style-type: none;
    margin-bottom: 10px;
}

footer h3 {
    margin-bottom: 30px;
}

footer a:hover {
    #ed1b24;
}

.tags-topics a {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

footer {
    background-color: #f2f2f2;
}

.slide-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.slide-prev {
    right: 50px;
}


.slider-control {
    position: absolute;
    right: 30px;
    top: -40px;
}

.slider-prev {
    right: 60px;
}

.search-result {
    width: 100%;
    min-height: 0px;
    max-height: 80%;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 20px;
    margin-top: 5px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    display: none;
}

.search-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

    .search-item img {
        width: 60px;
    }

.search-item-details h4 {
    font-size: 16px;
    padding-left: 10px;
}

.header-nav {
    padding: 0px;
    margin: 0px;
    float: right;
}

    .header-nav li {
        display: inline-block;
        margin-right: 30px;
        cursor: pointer;
    }

#page-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.7);
    display: none;
}

.cust-popup {
    width: 80%;
    height: auto;
    position: fixed;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999999999;
    display: none;
    margin-top: 100px;
    min-height: 80vh;
}

.close-popup {
    cursor: pointer;
    position: absolute;
    right: -30px;
    top: -30px;
}

    .close-popup img {
        width: 20px;
    }


.custom-slider {
    width: 100%;
    height: auto;
    min-height: 600px;
    float: left;
    position: relative;
}

    .custom-slider .slide {
        width: 100%;
        height: auto;
        max-height: 600px;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        display: none;
    }

    .custom-slider .slide-active {
        z-index: 2;
        display: block;
    }

    .custom-slider .slideImage {
        width: 100%;
        height: auto;
        float: left;
        max-height: 600px;
    }

    .custom-slider .slideCaption {
        /*position: absolute;*/
        z-index: 9;
        bottom: 0;
        left: 0;
        background: #ffffffd6;
        width: 100%;
    }

    .custom-slider .custom-slider-controls {
        width: 60px;
        position: absolute;
        top: 550px;
        right: 20px;
        z-index: 3;
    }

    .custom-slider .slider-control {
        float: left;
        cursor: pointer;
    }

    .custom-slider .next {
        margin-left: 30px;
    }

    .custom-slider .prev {
        margin-right: 30px;
    }

    .custom-slider .custom-cards-slider {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 50px;
        float: left;
    }

    .custom-slider .card-slide {
        width: 33%;
        float: left;
        display: none;
        margin-left: 0.16%;
        margin-right: 0.16%;
        transition: all 300ms ease-in-out;
    }

        .custom-slider .card-slide img {
            width: 100%;
        }

    .custom-slider .card-active {
        display: block;
    }

.img-wrapper {
    position: relative;
}

.playWebinar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

    .playWebinar:hover {
        transform: scale(1.2);
    }

#webinarPopup {
    width: 50%;
}

#video-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

#videoiFrame {
    width: 100%;
    min-height: 400px;
    border: 10px solid #fff;
    border-radius: 10px;
}

.close-header {
    display: none;
}

.menu-icon {
    display: none;
}

.account-link {
    color: #ed1b24;
}

.has-submenu::after {
    content: '+';
    margin-left: 5px;
    position: absolute;
}

.account-link:hover .has-submenu::after {
    content: '-';
    position: absolute;
}

.menu-item {
    position: relative;
}

.submenu {
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 50px 20px 20px 30px;
    min-width: 200px;
    display: none;
}

.menu-item:hover .submenu {
    display: block;
}

.submenu ul li {
    margin-bottom: 10px;
}

header a:hover {
    color: #ed1b24 !important;
}


.mobile-search {
    display: none;
}

.video-box {
    height: auto;
    background-color: #fff;
}

#whitepaperPopup {
    background: #fff;
    min-height: 200px;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
}

.form-tnc {
    margin-top: 20px;
    font-size: 12px;
}

    .form-tnc a {
        font-size: 12px;
        color: #ed1b24;
    }

#downloadForm input {
    font-size: 16px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    width: 40%;
}

#downloadForm button {
    border: 1px solid #ccc;
    padding: 6px 16px;
    background: #000;
    color: #fff;
    font-size: 16px;
    margin-left: -6px;
}


#loginPopup {
    max-width: 40%;
    background: #fff;
    min-height: 200px;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
}

.signUpForm {
    display: none;
}


.loginForm {
    display: block;
}







@media (max-width: 768px) {
    .carousel1 .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel1 .carousel-inner .carousel-item > div:first-child {
            display: block;
        }

    .sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.carousel1 .carousel-inner .carousel-item.active,
.carousel1 .carousel-inner .carousel-item-next,
.carousel1 .carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel1 .carousel-inner .carousel-item-right.active,
    .carousel1 .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel1 .carousel-inner .carousel-item-left.active,
    .carousel1 .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

@media only screen and (max-width:1200px) {
    .header-links {
        width: 300px;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        background-color: #000;
        z-index: 9999;
        display: block !important;
        right: -320px;
        transition: all 300ms ease-in-out;
    }

    .header-nav li {
        float: right;
        width: 86%;
        padding-right: 20px;
        margin-top: 25px;
        color: #fff;
    }

        .header-nav li a {
            color: #fff;
        }

    .close-header {
        display: block;
        cursor: pointer;
    }

    .menu-icon {
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
        cursor: pointer;
    }

    .submenu {
        background-color: #333;
    }

    .submenu {
        position: relative;
        height: 0px;
        overflow: hidden;
        padding: 0px;
        padding-left: 20px;
    }

    .menu-item:hover .submenu {
        position: relative;
        height: auto;
        overflow: hidden;
        padding: 0px 20px 20px 30px;
    }

    .has-submenu::after {
        margin-left: 20px;
    }

    .mobile-search {
        display: block;
        position: absolute;
        right: 80px;
        top: 33px;
        cursor: pointer;
        width: 23px;
    }

    .desktop-search {
        display: none !important;
    }
}


@media only screen and (max-width:1023px) {
    .banner-cards-right {
        min-height: 350px;
    }

    #webinarPopup {
        width: 90%;
    }
}


@media only screen and (max-width:768px) {

    .custom-slider {
        min-height: 80vh;
    }

        .custom-slider .slide {
        }

        .custom-slider .slideCaption {
            bottom: -150px;
        }

        .custom-slider .custom-slider-controls {
            top: 380px;
            right: 0;
        }

    .cust-popup {
        width: 80%;
        height: auto;
        min-height: 80vh;
        margin-top: 50px;
        top: 0;
        bottom: auto;
        z-index: 999999999;
    }

    #webinarPopup {
        width: 82%;
    }

    #downloadForm input {
        width: 100%;
    }

    #loginPopup {
        max-width: 80%;
    }
}


@media only screen and (max-width:500px) {
    .custom-slider {
        min-height: 70vh;
    }

    .copyright {
        margin-bottom: 80px;
    }

    .carousel-caption {
        position: relative;
        padding: 20px;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }

        .carousel-caption h4 {
            font-size: 22px;
        }
}
