﻿@font-face {
    font-family: "FuturaProBook";
    src: url('../fonts/FuturaProBook.woff2') format('woff2'), url('../fonts/FuturaProBook.woff') format('woff');
}

@font-face {
    font-family: "FuturaProBookOblique";
    src: url('../fonts/FuturaProBookOblique.woff2') format('woff2'), url('../fonts/FuturaProBookOblique.woff') format('woff');
}

@font-face {
    font-family: "FuturaProMedium";
    src: url('../fonts/FuturaProMedium.woff2') format('woff2'), url('../fonts/FuturaProMedium.woff') format('woff');
}

@font-face {
    font-family: "FuturaProMediumOblique";
    src: url('../fonts/FuturaProMediumOblique.woff2') format('woff2'), url('../fonts/FuturaProMediumOblique.woff') format('woff');
}

@font-face {
    font-family: "FuturaProBold";
    src: url('../fonts/FuturaProBold.woff2') format('woff2'), url('../fonts/FuturaProBold.woff') format('woff');
}

@font-face {
    font-family: "FuturaProBoldOblique";
    src: url('../fonts/FuturaProBoldOblique.woff2') format('woff2'), url('../fonts/FuturaProBoldOblique.woff') format('woff');
}

body {
    font-family: 'FuturaProBook', sans-serif;
    background-color: #ffffff;
    color: #333333;
}

/* Scrollbar width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 10px;
    }

.d-none {
    display: none !important;
}

.d-flex.d-none {
    display: none !important;
}

.ytp-chrome-top-buttons {
    display: none !important;
}
/* Loader */
.cr-loader {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #282A74;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: carouselspin 2s linear infinite;
    z-index: 0;
}

i, i:hover {
    cursor: pointer;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a, a:not([href]):not([class]) {
    color: #000080;
    text-decoration: underline;
}

    a:hover, a:not([href]):not([class]):hover {
        color: #0000ff;
    }

    a.cr-link02 {
        color: #f474f4;
        text-decoration: underline;
    }

        a.cr-link02:hover {
            color: #0000ff;
        }

h1 {
    font-weight: 400;
    font-family: 'FuturaProBold', sans-serif;
    margin-bottom: 2rem;
    font-size: 2rem;
}

    h1 span {
        font-size: 0.875rem;
        color: #666666;
        font-family: 'FuturaProBook', sans-serif;
        position: relative;
        top: -10px;
    }

h3 {
    font-weight: 500;
    font-family: 'FuturaProBold', sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
}

p {
    font-weight: 300;
    font-family: 'FuturaProBook', sans-serif;
}

b, strong {
    font-weight: bold;
}

.cr-blue-text {
    color: #000080;
}

.cr-purple-light-text {
    color: #702671;
}

.btn {
    padding: 0.25rem 1rem 0.125rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: 'FuturaProMedium', sans-serif;
    border: 0;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background: linear-gradient(0.25turn, #282A74, #436CB4, #282A74 );
}

.btn-primary-growth {
    background: linear-gradient(#666666, #999999);
}

.btn-primary-us {
    background: linear-gradient(#000080, #0000b6);
}

.btn-primary-commassets {
    background: #9A3466;
    margin: 0 2px;
}

.btn-primary-commsectind {
    background: #702671;
    margin: 0 2px;
}

.btn-primary-commstyle {
    background: #9696CA;
    margin: 0 2px;
}

.btn-primary-commglobal {
    background: #3853A4;
    margin: 0 2px;
}

.btn-primary-commassetquant {
    background: #7E1416;
    margin: 0 2px;
}

.btn-primary-commquant {
    background: #7E1416;
    margin: 0 2px;
}


.btn-primary-commassetetf {
    background: #9A3466;
    margin: 0 2px;
}

.btn-viewreport {
    width: auto !important;
    height: 42px;
    padding: 0.25rem 1.5rem 0.125rem;
    text-decoration: none;
    border-radius: 8px !important;
    background: #fff;
    color: #3853A4;
    font-family: 'FuturaProMedium', sans-serif;
    font-size: 0.875rem !important;
}

​​​​​​​​
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    box-shadow: none;
    background: linear-gradient(0.25turn, #800080, #b700b7, #800080);
}

.cr-bg-brand-light {
    background-color: #282B71;
}

.cr-bg-grey-light {
    background-color: #eeeeee;
}

.cr-bg-grey-light02 {
    background-color: #f2f4f6;
}

.cr-bg-grey-light03 {
    background-color: #eeeeee;
}

.cr-flex-grow {
    flex: 1 0;
}

/* Check Box Style */
.cr-checkbox {
    position: relative;
}

    .cr-checkbox .custom-control-label {
        font-size: 0.875rem;
        cursor: pointer;
        padding-left: 30px;
    }

        .cr-checkbox .custom-control-label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 0;
            background-color: #dddddd;
            border-radius: 0.25rem;
            outline: none;
        }

    .cr-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #dddddd;
    }

    .cr-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        content: "";
        position: absolute;
        left: 7px;
        top: 2px;
        width: 7px;
        height: 13px;
        border-right: 2px solid #282A74;
        border-bottom: 2px solid #282A74;
        transform: rotate(45deg);
        background-image: none;
    }

/* Radio Box */
.cr-radiobox {
    position: relative;
}

.cr-radiobox-label {
    font-family: "FuturaProBold", sans-serif;
    padding-right: 10px;
    font-size: 1rem;
    position: relative;
    top: -3px;
}

.cr-radiobox .custom-control-label {
    font-size: 0.875rem;
    cursor: pointer;
}

    .cr-radiobox .custom-control-label:before {
        top: 2px;
        border: 0;
        background: #ddd;
    }

.custom-control-label::after {
    top: 2px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #282A74;
    background-color: #282A74;
}

/* Profile */
.cr-profile .dropdown-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'FuturaProBook', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

    .cr-profile .dropdown-toggle::after {
        content: none;
        display: none;
    }

.cr-profile .cr-profile-title {
    color: #000080;
    top: 2px;
    position: relative;
}

.cr-profile .cr-profile-lastlogin {
    color: #bbbbbb;
    font-size: 0.75rem;
    top: -3px;
    position: relative;
}

.cr-profile .cr-profile-icon {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    padding-top: 2px;
    background: #800080;
    color: #ffffff;
    font-family: 'FuturaProMedium', sans-serif;
    font-weight: 500;
    line-height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-profile .dropdown-menu {
    border: 0;
    background: #800080;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    margin-top: 8px;
}

    .cr-profile .dropdown-menu:before {
        content: none;
        width: 10px;
        height: 10px;
        background: #800080;
        transform: rotate(45deg);
        position: absolute;
        top: -4px;
        right: 13px;
    }

    .cr-profile .dropdown-menu .dropdown-item {
        color: #ffffff;
        font-size: 0.875rem;
        cursor: pointer;
    }

        .cr-profile .dropdown-menu .dropdown-item:focus, .cr-profile .dropdown-menu .dropdown-item:hover {
            background: #282A74;
        }

/* Modal */
.cr-modal.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: 100%;
}

.cr-modal .modal-content {
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.cr-modal .modal-header {
    background: linear-gradient(0.25turn, #282A74, #436CB4, #282A74 );
    height: 120px;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #ffffff;
}

    .cr-modal .modal-header h3 {
        font-size: 1.5rem;
        margin-bottom: 0.25rem;
    }

    .cr-modal .modal-header h5 {
        font-size: 1.1rem;
        font-family: 'FuturaProBook', sans-serif;
        font-weight: 400;
        color: #f9f9f9;
    }

    .cr-modal .modal-header .close {
        background: #000;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .cr-modal .modal-header .close:hover {
            background: #ff0000;
            opacity: 1;
        }

        .cr-modal .modal-header .close span {
            color: #ffffff;
            font-family: 'FuturaProMedium', sans-serif;
            font-weight: 300;
            font-size: 2rem;
            position: relative;
            top: -2px;
        }

    .cr-modal .modal-header a {
        color: #b6b8d5;
    }

        .cr-modal .modal-header a:hover {
            color: #702671;
        }

.cr-modal .modal-body {
    padding: 1rem 10% 0;
}

    .cr-modal .modal-body .cr-login-field, .cr-contact .cr-login-field {
        background: #eeeeee;
        border-radius: 5px;
        height: 50px;
        display: flex;
        align-items: center;
        padding-right: 20px;
        margin-top: 20px;
        border: 1px solid transparent;
    }

        .cr-modal .modal-body .cr-login-field .cr-login-field-icon, .cr-contact .cr-login-field .cr-login-field-icon {
            width: 50px;
            height: 30px;
            margin-right: 10px;
            padding: 0 10px;
            border-right: 1px solid #bcbcbc;
        }

            .cr-modal .modal-body .cr-login-field .cr-login-field-icon .cr-login-icon, .cr-contact .cr-login-field .cr-login-field-icon .cr-login-icon {
                display: inline-block;
                width: 30px;
                height: 30px;
                background: url("../images/loginform_icons.png") no-repeat;
            }

                .cr-modal .modal-body .cr-login-field .cr-login-field-icon .cr-login-icon.cr-user-icon, .cr-contact .cr-login-field .cr-login-field-icon .cr-login-icon.cr-user-icon {
                    background-position: 0 0;
                }

                .cr-modal .modal-body .cr-login-field .cr-login-field-icon .cr-login-icon.cr-password-icon, .cr-contact .cr-login-field .cr-login-field-icon .cr-login-icon.cr-password-icon {
                    background-position: -30px 0;
                }

                .cr-modal .modal-body .cr-login-field .cr-login-field-icon .cr-login-icon.cr-email-icon, .cr-contact .cr-login-field .cr-login-field-icon .cr-login-icon.cr-email-icon {
                    background-position: -60px 0;
                }

                .cr-modal .modal-body .cr-login-field .cr-login-field-icon .cr-login-icon.cr-company-icon, .cr-contact .cr-login-field .cr-login-field-icon .cr-login-icon.cr-company-icon {
                    background-position: -90px 0;
                }

        .cr-modal .modal-body .cr-login-field input, .cr-contact .cr-login-field input {
            border: 0;
            background: transparent;
            outline: none;
            font-size: 1.25rem;
            width: 100%;
        }

        .cr-contact .cr-login-field select {
            border: 0;
            background-color: transparent;
            outline: none;
            font-size: 1.25rem;
            width: 100%;
            padding-left: 10px;
        }

        .cr-contact .cr-login-field .cr-contact-reasons-icon {
            display: inline-block;
            width: 30px;
            height: 30px;
        }

            .cr-contact .cr-login-field .cr-contact-reasons-icon svg {
                width: 28px;
                height: 28px;
                position: relative;
                top: 2px;
                fill: #474747;
            }

        .cr-contact .cr-login-field select option {
            font-size: 1rem;
            line-height: 150%;
        }

        .cr-modal .modal-body .cr-login-field input:focus, .cr-contact .cr-login-field input:focus, .cr-contact .cr-login-field select:focus {
            outline: none;
            box-shadow: none;
        }

.cr-modal .modal-footer {
    border: 0;
    padding: 1rem 10% 1.5rem;
}

    .cr-modal .modal-footer .btn {
        width: 100%;
        height: 50px;
        font-size: 1.25rem;
    }

/* On Scroll Animation */

.cr-slideanim {
    visibility: hidden;
}

.cr-slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/* Header Styles */

.cr-header {
    background-color: transparent;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    z-index: 100;
}

    .cr-header .navbar-brand {
        background: url(../images/logo.png) no-repeat left center;
        width: 150px;
        height: 65px;
        background-size: contain;
    }

    .cr-header .nav-item {
        margin-left: 27px;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-family: 'FuturaProMedium', sans-serif;
        position: relative;
        font-weight: 600;
    }

        .cr-header .nav-item.dropdown:hover .dropdown-menu {
            display: block;
            margin-top: -10px;
            background: #800080;
            border: 0;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .cr-header .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
                color: #ffffff;
                font-family: "FuturaProBook", sans-serif;
                font-size: 0.875rem;
                text-decoration: none;
                border-bottom: 1px solid #4c004c;
                line-height: 100%;
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
            }

                .cr-header .nav-item.dropdown:hover .dropdown-menu .dropdown-item:last-child {
                    border: 0;
                }

                .cr-header .nav-item.dropdown:hover .dropdown-menu .dropdown-item:hover, .cr-header .nav-item.dropdown:hover .dropdown-menu .dropdown-item:focus, .cr-header .nav-item.dropdown:hover .dropdown-menu .dropdown-item.active, .cr-header .nav-item.dropdown:hover .dropdown-menu .dropdown-item:active {
                    background: #282A74;
                }

        .cr-header .nav-item .dropdown-toggle::after {
            content: none;
        }

        .cr-header .nav-item .nav-link {
            color: #444444;
            text-decoration: none;
            padding-left: 0;
            padding-right: 0;
        }

        .cr-header .nav-item:hover::after, .cr-header .nav-item.active::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            left: 0;
            bottom: 4px;
            background-color: #800080;
        }

    .cr-header .btn {
        margin-left: 30px;
    }

    .cr-header .collapse.show, .cr-header .collapsing {
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        padding: 20px;
        margin-top: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .cr-header .collapse.show ul, .cr-header .collapsing ul {
            align-items: center;
        }

            .cr-header .collapse.show ul li, .cr-header .collapse.show .btn, .cr-header .collapsing ul li, .cr-header .collapsing .btn {
                margin-left: 0;
                margin-bottom: 10px;
                width: 50%;
                text-align: center;
            }

/* Home Banner Styles */

.cr-home-slider {
    height: 400px;
}

    .cr-home-slider .carousel-inner {
        margin-top: 90px;
    }

        /*.cr-home-slider .carousel-inner:before {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -30px;
            left: 50%;
            margin-left: -30px;
            border: 10px solid #f3f3f3;
            border-top: 10px solid #282A74;            
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: carouselspin 2s linear infinite;
            z-index: 0;
        }

@keyframes carouselspin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

        .cr-home-slider .carousel-inner, .cr-home-slider .carousel-inner .carousel-item {
            height: 100%;
        }

            .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-line {
                text-align: center;
                background: linear-gradient(0.25turn, #282A74, #436CB4, #282A74 );
            }

                .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-line img {
                    opacity: 0.1;
                    height: 100%;
                }

            .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams {
                background: linear-gradient(0.25turn, #282A74, #436CB4, #282A74 );
                padding: 30px;
            }

                .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams img {
                    width: 90%;
                    max-height: 60%;
                    left: 5%;
                    bottom: 5%;
                    position: absolute;
                }

                .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams .carousel-caption {
                    /*background: linear-gradient(0.25turn, #282A74, #436CB4, #282A74 );*/
                    bottom: auto;
                    top: 5%;
                    width: 90%;
                    left: 5%;
                    right: auto;
                    padding: 0;
                    border-top-left-radius: 10px;
                    border-bottom-left-radius: 10px;
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                }

                    .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams .carousel-caption h5 {
                        color: #fff;
                        font-size: 2rem;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 5px;
                        padding-right: 20px;
                    }

                    .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams .carousel-caption p {
                        color: #fff;
                        padding: 0;
                        margin: 0;
                        font-size: 1rem;
                    }

            .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-line .carousel-caption {
                top: 30%;
                animation: cr-caption 5s linear 5s forwards;
                opacity: 0;
            }

@keyframes cr-caption {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cr-line-chart {
    animation: cr-chart 6s linear forwards;
}

@keyframes cr-chart {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.3;
    }
}

.cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general, .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item04 {
    text-align: center;
}

    .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item03 {
        background: url("../images/piechart_bg.png") no-repeat center center;
        background-size: cover;
    }

    .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item04 {
        background: linear-gradient(0.25turn, #dbe3f0, #ffffff, #dbe3f0);
    }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item04 .carousel-caption {
            width: 100%;
            height: 50%;
            padding: 20px;
            left: 0;
            top: auto;
            bottom: 0;
            background: #4470b7;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

    .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general img, .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item03 img {
        margin-top: 10px;
        margin-right: 0;
        height: 50%;
    }

    .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item04 img {
        width: 100%;
        height: 50%;
        margin: 0;
    }

#carouselCommunities.cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item01 img {
    margin-top: 0;
    height: 100%;
}

.cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general .carousel-caption, .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item04 .carousel-caption {
    text-align: left;
    position: static;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

#carouselCommunities.cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item02 .carousel-caption {
    width: 100%;
    padding-top: 20%;
}

.cr-home-slider .carousel-inner .carousel-item h5 {
    color: #702671;
    font-family: 'FuturaProMedium', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.cr-home-slider .carousel-inner .carousel-item p {
    color: #702671;
    font-size: 0.75rem;
    font-family: 'FuturaProBook', sans-serif;
    font-weight: 300;
    margin-top: 1rem;
}

    .cr-home-slider .carousel-inner .carousel-item p a {
        position: relative;
        top: 10px;
    }

.cr-home-slider .carousel-inner .cr-carousel-item-line h5 {
    color: #ffffff;
    font-family: 'FuturaProBold', sans-serif;
    font-size: 1rem;
}

.cr-home-slider .carousel-inner .cr-carousel-item-line p {
    color: #ffffff;
    font-size: 0.75rem;
    font-family: 'FuturaProBook', sans-serif;
    font-weight: 300;
    margin-top: 1rem;
}

.cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item04 .carousel-caption h5, .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item04 .carousel-caption p {
    color: #ffffff;
}

.cr-home-slider .carousel-indicators {
    bottom: 30px;
}

    .cr-home-slider .carousel-indicators li {
        border: 0;
        border-radius: 50%;
        background-color: #C46EAB;
        width: 12px;
        height: 12px;
        margin-left: 5px;
        margin-right: 5px;
        opacity: 0.9;
    }

        .cr-home-slider .carousel-indicators li.active {
            background-color: #9A3466;
        }

.cr-home-slider .carousel-control-prev, .cr-home-slider .carousel-control-next {
    height: 30px;
    cursor: pointer;
    opacity: 1;
    background: transparent;
    border: 0;
    top: 50%;
    bottom: auto;
    margin-top: -20px;
}

    .cr-home-slider .carousel-control-prev .carousel-control-prev-icon, .cr-home-slider .carousel-control-next .carousel-control-next-icon {
        background: none;
        border: solid #000080;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
    }

    .cr-home-slider .carousel-control-next .carousel-control-next-icon {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .cr-home-slider .carousel-control-prev .carousel-control-prev-icon {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

/* Line Chart Animation */
.plot-axis .line {
    /*fill: none;
    stroke: #B36DAC;
    shape-rendering: crispEdges;
    fill: none;
    stroke: #B36DAC;*/
    fill: none;
    stroke-width: 2px;
}

.axis [fill] {
    fill: #ffffff;
}

.axis [stroke] {
    stroke: #B36DAC;
}

.cr-carousel-item-line .cr-line-chart {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 50px;
    opacity: 0.4;
}

    .cr-carousel-item-line .cr-line-chart svg {
        transform: scale(0.5);
        transform-origin: 0 0;
    }
/* End Line Chart Animation */
/* Slider01 Animation */
.cr-carousel-item-piechart .carousel-caption {
    top: 10%;
    bottom: auto;
}

.pie-container {
    transition: padding 0.7s ease;
    padding: 10px 0;
}

#pieChart {
    max-width: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    counter-reset: break-point 80;
}

    #pieChart svg {
        overflow: visible;
        transition: width 0.7s ease;
    }

    #pieChart path {
        cursor: pointer;
    }

#pieText {
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #pieText .panel {
        background-color: #111;
        width: 100%;
        min-height: 360px;
        max-height: 360px;
        border-radius: 7px;
        padding: 0 3px;
        float: left;
        transition: height 0.7s ease, padding 0.7s ease;
        perspective: 650px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.content-wrapper {
    overflow: hidden;
    transform-style: preserve-3d;
}

#segmentTitle, #segmentText {
    text-align: left;
}

#segmentTitle {
    transition: padding 0.7s ease;
    padding: 10px;
    font-size: calc( 19px + (35 - 19) * (100vw - 200px) / (1314 - 200));
    margin: 0;
}

@media screen and (max-width: 200px) {
    #segmentTitle {
        font-size: 16px;
    }
}

@media screen and (min-width: 1314px) {
    #segmentTitle {
        font-size: 20px;
    }
}

#segmentText {
    width: 100%;
    transition: padding 0.7s ease, line-height 0.7s ease;
    padding: 10px;
    font-size: 0.875rem;
    line-height: 18px;
    color: #ffffff;
    margin: 0;
}

@media screen and (max-width: 200px) {
    #segmentText {
        font-size: 10px;
    }
}

@media screen and (min-width: 1314px) {
    #segmentText {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    div.pie-container {
        padding: 10px 0;
    }

        div.pie-container #pieChart {
            counter-reset: break-point 40;
        }

            div.pie-container #pieChart svg {
                width: 100%;
            }

        div.pie-container #pieText {
            margin-top: 15px;
        }

            div.pie-container #pieText .panel {
                height: 230px;
                padding: 0;
            }

                div.pie-container #pieText .panel #segmentTitle {
                    padding: 2px 4px 4px;
                }

                div.pie-container #pieText .panel #segmentText {
                    padding: 2px 4px 4px;
                    line-height: 16px;
                }
}

@media (min-width: 360.02px) and (max-width: 442px) {
    div.pie-container {
        padding: 10px 0;
    }

        div.pie-container #pieChart {
            counter-reset: break-point 53;
        }

            div.pie-container #pieChart svg {
                width: 70%;
            }

        div.pie-container #pieText {
            margin-top: 15px;
        }

            div.pie-container #pieText .panel {
                height: 210px;
                padding: 0;
            }

                div.pie-container #pieText .panel #segmentTitle {
                    padding: 4px;
                }

                div.pie-container #pieText .panel #segmentText {
                    padding: 4px;
                    line-height: 18px;
                }
}

@media (min-width: 442.02px) and (max-width: 575.98px) {
    div.pie-container {
        padding: 10px 0;
    }

        div.pie-container #pieChart {
            counter-reset: break-point 60;
        }

            div.pie-container #pieChart svg {
                width: 70%;
            }

        div.pie-container #pieText {
            margin-top: 15px;
        }

            div.pie-container #pieText .panel {
                height: 200px;
                padding: 0;
            }

                div.pie-container #pieText .panel #segmentTitle {
                    padding: 4px;
                }

                div.pie-container #pieText .panel #segmentText {
                    padding: 0 4px 4px;
                    line-height: 21px;
                }
}

@media (min-width: 576px) and (max-width: 637.98px) {
    div.pie-container {
        padding: 10px 0;
    }

        div.pie-container #pieChart {
            counter-reset: break-point 70;
        }

            div.pie-container #pieChart svg {
                width: 60%;
            }

        div.pie-container #pieText {
            margin-top: 20px;
        }

            div.pie-container #pieText .panel {
                padding: 0;
                height: 205px;
            }

                div.pie-container #pieText .panel #segmentTitle {
                    padding: 8px;
                }

                div.pie-container #pieText .panel #segmentText {
                    padding: 0 8px 8px;
                    line-height: 24px;
                }
}

@media (min-width: 638px) and (max-width: 767px) {
    div.pie-container {
        padding: 10px 0;
    }

        div.pie-container #pieChart {
            counter-reset: break-point 80;
        }

            div.pie-container #pieChart svg {
                width: 60%;
            }

        div.pie-container #pieText {
            margin-top: 20px;
        }

            div.pie-container #pieText .panel {
                padding: 0 3px;
                height: 270px;
            }

                div.pie-container #pieText .panel #segmentTitle {
                    padding: 15px;
                }

                div.pie-container #pieText .panel #segmentText {
                    padding: 15px;
                    line-height: 27px;
                }
}

@media (min-width: 767.02px) and (max-width: 965px) {
    div.pie-container {
        padding: 10px 0;
    }

        div.pie-container #pieChart {
            counter-reset: break-point 50;
        }

        div.pie-container #pieText .panel {
            height: 82%;
            padding: 0;
        }

            div.pie-container #pieText .panel #segmentTitle {
                padding: 8px;
            }

            div.pie-container #pieText .panel #segmentText {
                padding: 0 8px 8px;
                line-height: 23px;
            }
}

@media (min-width: 965.02px) and (max-width: 1314px) {
    div.pie-container {
        padding: 10px 0;
    }

        div.pie-container #pieChart {
            counter-reset: break-point 60;
        }

        div.pie-container #pieText .panel {
            height: 70%;
        }

            div.pie-container #pieText .panel #segmentTitle {
                padding: 10px;
            }

            div.pie-container #pieText .panel #segmentText {
                padding: 5px 10px 10px;
            }
}

@media (min-width: 1314.02px) and (max-width: 1480px) {
    div.pie-container {
        padding: 10px 0;
    }

        div.pie-container #pieChart {
            counter-reset: break-point 70;
        }

        div.pie-container #pieText .panel #segmentText {
            padding-top: 10px;
        }
}

/* End Slider01 Animation */


/* Search Section */
.cr-search-section {
    background: #282B71 url(../images/searchpanel_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}

    .cr-search-section::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        top: 0;
        left: 0;
    }

    .cr-search-section p {
        font-family: 'FuturaProBold', sans-serif;
        font-size: 1rem;
        color: #fff;
        padding-right: 30px;
        line-height: 120%;
        position: relative;
    }

    .cr-search-section .cr-search-container {
        width: 100%;
    }

    .cr-search-section .cr-search-container-filters {
        position: absolute;
        top: 0;
        left: 0;
    }

        .cr-search-section .cr-search-container-filters .btn {
            height: 50px;
            box-shadow: none;
            border-radius: 0;
            font-size: 1rem;
            text-transform: capitalize;
            background: linear-gradient(0.25turn, #282A74, #436CB4, #282A74 );
            color: #ffffff;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            left: -8px;
            min-width: 120px;
        }

            .cr-search-section .cr-search-container-filters .btn:not(:disabled):not(.disabled).active:focus, .cr-search-section .cr-search-container-filters .btn:not(:disabled):not(.disabled):active:focus, .show > .cr-search-section .cr-search-container-filters .btn.dropdown-toggle:focus, .cr-search-section .cr-search-container-filters .btn.focus, .cr-search-section .cr-search-container-filters .btn:focus, .cr-search-section .cr-search-container-filters .btn:hover {
                box-shadow: none;
                background: linear-gradient(#b700b7, #800080);
            }

        .cr-search-section .cr-search-container-filters .dropdown-toggle::after {
            margin-left: .555em;
            border-top: .4em solid;
            border-right: .4em solid transparent;
            border-left: .4em solid transparent;
        }

        .cr-search-section .cr-search-container-filters .dropdown-menu {
            border: 0;
            border-radius: 4px;
            background: #f0f0f0;
            padding: 10px 20px;
            margin: 0;
            width: 260px;
            max-height: 260px;
            overflow: auto;
            font-size: 0.875rem;
        }

            .cr-search-section .cr-search-container-filters .dropdown-menu h6 {
                color: #333;
                font-size: 1rem;
                padding-top: 1rem;
                padding-bottom: 0.25rem;
            }

            .cr-search-section .cr-search-container-filters .dropdown-menu.multiselect-container > li > a {
                position: relative;
                z-index: 1;
                display: block;
                min-height: 1.5rem;
                padding: 0 !important;
                padding-left: 1.5rem !important;
                -webkit-print-color-adjust: exact;
                color-adjust: exact;
                text-decoration: none;
                color: #000;
            }

            .cr-search-section .cr-search-container-filters .dropdown-menu input {
                position: absolute;
                left: -24px;
                z-index: -1;
                width: 1rem;
                height: 1.25rem;
                opacity: 0;
            }

            .cr-search-section .cr-search-container-filters .dropdown-menu .multiselect-group-clickable input {
                top: -5px;
                left: 20px;
            }

            .cr-search-section .cr-search-container-filters .dropdown-menu b, .cr-search-section .cr-search-container-filters .dropdown-menu .checkbox {
                position: relative;
                margin-bottom: 0;
                vertical-align: top;
            }

            .cr-search-section .cr-search-container-filters .dropdown-menu b {
                padding-top: 4px;
            }

            .cr-search-section .cr-search-container-filters .dropdown-menu .checkbox {
                padding-left: 10px;
            }

                .cr-search-section .cr-search-container-filters .dropdown-menu b::before, .cr-search-section .cr-search-container-filters .dropdown-menu .checkbox::before {
                    position: absolute;
                    top: .25rem;
                    left: -1.5rem;
                    display: block;
                    width: 1rem;
                    height: 1rem;
                    pointer-events: none;
                    content: "";
                    background-color: #fff;
                    border: #adb5bd solid 1px;
                    border-radius: .25rem;
                }

            .cr-search-section .cr-search-container-filters .dropdown-menu b::after, .cr-search-section .cr-search-container-filters .dropdown-menu li.active .checkbox::after {
                position: absolute;
                top: .25rem;
                left: -1.5rem;
                display: block;
                width: 1rem;
                height: 1rem;
                content: "";
                background: 50%/50% 50% no-repeat;
            }

            .cr-search-section .cr-search-container-filters .dropdown-menu b.caret::after, .cr-search-section .cr-search-container-filters .dropdown-menu b.caret::before {
                content: none;
            }

            .cr-search-section .cr-search-container-filters .dropdown-menu input:checked ~ b::before, .cr-search-section .cr-search-container-filters .dropdown-menu li.active .checkbox::before {
                color: #fff;
                background-color: #000080;
            }

            .cr-search-section .cr-search-container-filters .dropdown-menu input:checked ~ b::after, .cr-search-section .cr-search-container-filters .dropdown-menu li.active .checkbox::after {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
            }

    .cr-search-section input, .cr-search-section input:focus {
        border: 0;
        border-radius: 8px;
        background-color: #ffffff;
        color: #333333;
        box-shadow: none;
        outline: 0;
        width: 100%;
        height: 50px;
        padding: 0 60px 0 130px;
        font-size: 1rem;
    }

    .cr-search-section i {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #cccccc;
    }

        .cr-search-section i.bi-search::before {
            font-size: 30px;
        }

        .cr-search-section i.bi-x::before {
            font-size: 30px;
            color: #000000;
            cursor: pointer;
        }

    .cr-search-section .cr-search-container .cr-search-dropdown {
        border: 3px solid #cccccc;
        border-radius: 4px;
        background-color: #ffffff;
        width: 100%;
        position: absolute;
        left: -4px;
        top: 46px;
        z-index: 1;
        transition: all 1s;
    }

        .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-sort-dropdown .btn-primary {
            background: linear-gradient(#000080, #0000b6);
        }

        .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-sort-dropdown .dropdown-menu {
            background: #dcdce4;
            border: 0;
        }

        .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-sort-dropdown .dropdown-item {
            text-decoration: none;
            font-size: 0.875rem;
        }

        .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body {
            max-height: 300px;
            overflow: auto;
        }

            .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-list {
                padding: 10px 20px;
                border-bottom: 1px solid #cccccc;
            }

            .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-icon {
                min-width: 36px;
                min-height: 36px;
                width: 36px;
                height: 36px;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                background: url("../images/search_icons.png") no-repeat;
                margin-right: 10px;
            }

            .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-title {
                padding-right: 30px;
                text-align: left;
            }

            .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-date {
                font-size: 0.875rem;
                color: #cccccc;
            }

            .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-indication {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                min-width: 60px;
                max-width: 60px;
            }

                .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-indication .btn {
                    padding: 0.125rem 0.5rem 0.125rem;
                    margin-bottom: 0.5rem;
                    font-size: 0.5rem;
                    font-family: 'FuturaProMedium', sans-serif;
                    font-weight: 500;
                    border-radius: 0;
                    border: 0;
                    width: 100%;
                    height: 26px;
                }

                    .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-indication .btn.btn-primary-commassetquant {
                        min-width: 70px
                    }

                        .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-indication .btn.btn-primary-commassetquant.btn-commassetquant-auto {
                            min-width: unset;
                        }

            .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-icon.excel {
                background-position: 0 0;
            }

            .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-icon.pdf {
                background-position: -36px 0;
            }

            .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-icon.video {
                background-position: -72px 0;
            }

        .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 30px;
        }

/* Summary Styles */

.cr-summary-section {
    color: #fff;
}

    .cr-summary-section h1 {
        font-family: "FuturaProMedium", sans-serif;
        font-size: 2rem;
    }

.cr-summary .cr-summary-card {
    min-height: 320px;
    height: 320px;
    perspective: 1000px;
}

.cr-summary .cr-summary-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.cr-summary .cr-summary-card:hover .cr-summary-container {
    transform: rotateY(180deg);
}

.cr-summary .card, .cr-summary .cr-summary-blue {
    position: absolute;
    width: 80%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cr-summary .card {
    min-height: 320px;
    max-height: 320px;
    overflow: auto;
    left: 10%;
    text-align: center;
    border: 0;
    border-radius: 0;
}

    .cr-summary .card .card-header {
        text-transform: uppercase;
        border: 0;
        border-radius: 0;
        color: #ffffff;
        font-family: 'FuturaProMedium', sans-serif;
        font-weight: 500;
        font-size: 1rem;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 48px;
        max-height: 48px;
        background: none;
    }

    .cr-summary .card.cr-brand-bg01 {
        background-color: #9A3466;
    }

    .cr-summary .card.cr-brand-bg02 {
        background-color: #3853A4;
    }

    .cr-summary .card.cr-brand-bg03 {
        background-color: #702671;
    }

    .cr-summary .card.cr-brand-bg04 {
        background-color: #9696CA;
    }

    .cr-summary .card.cr-brand-bg05 {
        background-color: #7E1416;
    }

    .cr-summary .card .card-body {
        padding-top: 0;
    }

        .cr-summary .card .card-body .cr-summary-disable {
            background-color: #9696CA;
            padding: 10px;
            border-radius: 4px;
            color: #ffffff;
            font-size: 0.875rem;
            font-family: 'FuturaProBook', sans-serif;
            font-weight: 400;
            margin-bottom: 0.5rem;
            min-height: 62px;
            justify-content: center;
            align-items: center;
            display: flex;
        }

            .cr-summary .card .card-body .cr-summary-disable:last-child {
                margin-bottom: 0;
            }

        .cr-summary .card .card-body .cr-summary-enable {
            background-color: #ffffff;
            padding: 10px;
            border-radius: 4px;
            color: #2E2E75;
            font-size: 0.875rem;
            font-family: 'FuturaProMedium', sans-serif;
            font-weight: 400;
            margin-bottom: 0.5rem;
            min-height: 62px;
            justify-content: center;
            align-items: center;
            display: flex;
        }

    .cr-summary .card.cr-brand-bg01 .card-body .cr-summary-disable {
        background-color: #C46EAB;
    }

    .cr-summary .card.cr-brand-bg02 .card-body .cr-summary-disable {
        background-color: #9696CA;
    }

    .cr-summary .card.cr-brand-bg03 .card-body .cr-summary-disable {
        background-color: #282A74;
    }

    .cr-summary .card.cr-brand-bg04 .card-body .cr-summary-disable {
        background-color: #4470B7;
    }

    .cr-summary .card.cr-brand-bg05 .card-body .cr-summary-disable {
        background-color: #C46EAB;
    }

    .cr-summary .card.cr-brand-bg01 .card-body .cr-summary-enable {
        background-color: #ffffff;
    }

    .cr-summary .card .card-body .cr-summary-enable:last-child {
        margin-bottom: 0;
    }

.cr-summary .cr-summary-blue {
    color: #ffffff;
    font-size: 0.875rem;
    text-align: left;
    background-color: #000080;
    top: 0;
    left: 10%;
    border-radius: 0;
    padding: 10px;
    transform: rotateY(180deg);
    overflow: auto;
}

.cr-home-reports-section section {
    min-width: 100%;
    max-width: 100%;
}
/* Research Section */
.cr-research-section {
    background-color: #dbe3f0;
}

    .cr-research-section h1 {
        font-family: 'FuturaProMedium', sans-serif;
        font-size: 2rem;
    }

    .cr-research-section p {
        font-size: 1.5rem;
        font-family: 'FuturaProBook', sans-serif;
        line-height: 130%;
        margin: 0;
    }

    .cr-research-section .btn {
        position: absolute;
        right: 0;
        top: 43px;
    }
/* Content Styles */
.cr-content-img {
    height: 200px;
}

.cr-content-video {
    height: 200px;
}

.cr-content-img img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #b0b0b0;
}

.cr-video-size {
    height: 200px;
}

/* Accordion Styles */

.cr-accordion .card {
    background: transparent;
    border: 0px;
    border-radius: 0;
}

    .cr-accordion .card .card-header {
        background: linear-gradient(to bottom, #9a3365, #d24388);
        border: 0;
        padding: 0.25rem;
    }

        .cr-accordion .card .card-header .btn {
            justify-content: flex-start;
            color: #ffffff;
        }

            .cr-accordion .card .card-header .btn:hover, .cr-accordion .card .card-header .btn:focus {
                text-decoration: none;
                box-shadow: none;
                outline: none;
            }

    .cr-accordion .card .card-body {
        padding: 0;
    }

    .cr-accordion .card .cr-summary {
        border-bottom: 1px solid #ffffff;
        padding-right: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
    }

        .cr-accordion .card .cr-summary .cr-summary-card {
            min-height: 280px;
            height: 280px;
        }

        .cr-accordion .card .cr-summary .card {
            background: #ffffff;
            left: 0;
            width: 100%;
            min-height: 280px;
            height: 280px;
        }

            .cr-accordion .card .cr-summary .card .card-body {
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #b0b0b0;
            }

                .cr-accordion .card .cr-summary .card .card-body img {
                    max-width: 100%;
                    max-height: 100%;
                }

        .cr-accordion .card .cr-summary .cr-summary-blue.cr-purple {
            left: 0;
            width: 100%;
            border-radius: 0;
            background-color: #800080;
            border: 1px solid #b0b0b0;
        }

        .cr-accordion .card .cr-summary .cr-summary-blue a {
            display: flex;
            justify-content: flex-end;
            width: 100%;
            color: #ff66ff;
        }

            .cr-accordion .card .cr-summary .cr-summary-blue a:hover {
                color: #000080;
            }

    .cr-accordion .card .cr-community-summary {
        border-bottom: 1px solid #c2c2c2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .cr-accordion .card .cr-community-summary:last-child {
            border: 0;
        }

        .cr-accordion .card .cr-community-summary .cr-summary .card {
            box-shadow: 0 .25rem 0.5rem rgba(0, 0, 0, .15);
        }

        .cr-accordion .card .cr-community-summary h3 {
            font-family: "FuturaProMedium", sans-serif;
            font-size: 0.75rem;
            line-height: 140%;
        }

.cr-accordion.cr-accordion-left .card-body {
    font-size: 0.875rem;
    padding-bottom: 1rem;
}

.cr-accordion.cr-accordion-left h4 {
    border-bottom: 1px solid #b0b0b0;
    color: #333333;
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
}

.cr-accordion.cr-accordion-left a {
    display: block;
    text-decoration: underline;
    font-size: 0.75rem;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000080;
}

    .cr-accordion.cr-accordion-left a:hover {
        color: #0000ff;
    }
/* Communities Page */
.cr-communities {
    padding-top: 90px;
}

    .cr-communities .cr-communities-banner {
        background: url("../images/communities_slider.jpg") no-repeat center top;
        background-size: cover;
        height: 350px;
    }

.cr-communities-left-panel {
    display: none;
}
/* Landing Page Stylings */
.cr-landing-main .col-md-3 {
    max-width: 100%;
}

.cr-landing-middle-container .btn {
    width: auto;
    height: 40px;
    border-radius: 0;
    font-family: 'FuturaProMedium', sans-serif;
    letter-spacing: 1px;
    font-size: 1rem;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cr-landing-middle-container .cr-content-img p {
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.cr-landing-middle-container .cr-content-img img {
    border: 1px solid #b0b0b0;
}

.cr-landing-main .cr-landing-middle-container {
    order: 0;
}

.cr-landing-main .col-md-3 {
    order: 1;
}

/* Our Team */
.cr-ourteam {
    padding: 90px 30px 50px;
    background: #ffffff;
}

    .cr-ourteam h1 {
        font-size: 2rem;
        font-family: 'FuturaProBold', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 1rem;
        color: #000080;
    }

    .cr-ourteam h3 {
        font-size: 1.5rem;
        font-family: 'FuturaProMedium', sans-serif;
        font-weight: 100;
        text-transform: none;
        line-height: 140%;
    }

    .cr-ourteam .media {
        border-bottom: 1px solid #eeeeee;
        padding: 75px 0 50px;
        flex-direction: column;
    }

        .cr-ourteam .media .media-body {
            order: 2;
        }

        .cr-ourteam .media h2 {
            font-size: 2rem;
            margin-bottom: 0;
        }

        .cr-ourteam .media h5 {
            font-size: 1rem;
            font-family: 'FuturaProMedium', sans-serif;
            font-weight: 300;
            color: #666666;
            margin-bottom: 10px;
        }

        .cr-ourteam .media h4 {
            font-size: 1rem;
            color: #333333;
            margin-bottom: 30px;
        }

/* Contact */
.cr-contact {
    padding: 90px 30px 50px;
    background: #ffffff;
}

    .cr-contact h1 {
        font-size: 2rem;
        font-family: 'FuturaProBold', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 1.5rem;
        color: #000080;
    }

    .cr-contact .cr-contact-form {
        width: 100%;
        max-width: 450px;
        background: #fafafa;
        padding: 30px;
    }

        .cr-contact .cr-contact-form p {
            font-family: 'FuturaProMedium', sans-serif;
            color: #800080;
        }

    .cr-contact .w-50 {
        width: 100% !important;
    }

    .cr-contact iframe {
        border: 3px solid #800080;
        width: 100% !important;
    }
/* Products */

.cr-products {
    padding-top: 90px;
    background: #ffffff;
}

    .cr-products .cr-products-banner {
        background: url("../images/product_banner.jpg") no-repeat center top;
        background-size: cover;
        height: 350px;
    }

    .cr-products h1 {
        /*font-size: 1.5rem;
        font-family: 'Futura Bold', sans-serif;
        font-weight: 500;
        text-transform: uppercase;*/
        margin-bottom: 1rem;
        color: #702671;
    }

    .cr-products h3 {
        font-size: 1.25rem;
        font-family: 'FuturaProBook', sans-serif;
        font-weight: 100;
        text-transform: none;
        line-height: 140%;
    }

        .cr-products h3 a {
            font-size: 1rem;
        }

    .cr-products .cr-product-content .cr-product-col01 {
        background-color: #3853a4;
        color: #ffffff;
    }

    .cr-products .cr-product-content .cr-product-col02 {
        background-color: #4470b7;
        color: #ffffff;
    }

    .cr-products .cr-product-content .cr-product-col03 {
        background-color: #282a74;
        color: #ffffff;
    }

        .cr-products .cr-product-content .cr-product-col01 h4, .cr-products .cr-product-content .cr-product-col02 h4, .cr-products .cr-product-content .cr-product-col03 h4 {
            font-size: 1.5rem;
            font-family: 'FuturaProMedium', sans-serif;
            margin-bottom: 1.5rem;
        }

    .cr-products .cr-product-img {
        background: url("../images/product_img.jpg") no-repeat center top;
        background-size: contain;
        width: 100%;
        height: 450px;
        margin-top: 50px;
    }
/* Reports */
.cr-reports {
    padding: 70px 0 50px;
}

    .cr-reports .cr-report-subscribe {
        background-color: rgba(0,0,0,0.8);
        width: 100%;
        height: 30%;
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
    }

        .cr-reports .cr-report-subscribe .btn {
            height: 32px;
            background: linear-gradient(#0000e4, #000080);
        }

        .cr-reports .cr-report-subscribe .btn-primary:not(:disabled):not(.disabled).active:focus, .cr-reports .cr-report-subscribe .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .cr-reports .cr-report-subscribe .btn-primary.dropdown-toggle:focus, .cr-reports .cr-report-subscribe .btn-primary.focus, .cr-reports .cr-report-subscribe .btn-primary:focus, .cr-reports .cr-report-subscribe .btn-primary:hover {
            box-shadow: none;
            background: linear-gradient(#b700b7, #800080);
        }

/* About Us Page*/

.cr-about-main {
    padding-top: 90px;
}

    .cr-about-main .cr-about-main-banner {
        background: url("../images/aboutus_main_banner.jpg") no-repeat center 30%;
        background-size: cover;
        height: 350px;
    }

    .cr-about-main .cr-about-main-img {
        background: url("../images/aboutus_main_img.jpg") no-repeat center top;
        background-size: cover;
        width: 100%;
        height: 350px;
    }

    .cr-about-main h1 {
        color: #4470b7;
    }

.cr-about {
    padding-top: 90px;
}

    .cr-about .cr-about-banner {
        background: url("../images/aboutus_banner.jpg") no-repeat center top;
        background-size: cover;
        height: 350px;
    }

.cr-about-access .cr-about-access-title {
    border-radius: 10px;
    background-color: #282a74;
    color: #fff;
    position: relative;
    height: 70px;
    top: -35px;
    font-size: 1.5rem;
    font-family: "FuturaProBold", sans-serif;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.cr-about-access p {
    font-size: 1.25rem;
}

.cr-about-access .cr-about-approach-team .cr-about-access-title {
    background-color: #3853a4;
    width: 30%;
    min-width: 200px;
    font-size: 0.75rem;
    height: 40px;
}

.cr-about-access .cr-about-approach-team .cr-about-approach-team-img {
    background: url("../images/team.jpg") no-repeat center top;
    background-size: cover;
    height: 300px;
    min-width: 250px;
    max-width: 350px;
    margin-top: -70px;
    margin-left: 50px;
    margin-bottom: 2rem;
    margin-right: -1rem;
    border-bottom-left-radius: 20px;
    position: relative;
}

.cr-about-access .cr-about-approach-team .cr-about-approach-team-img-label {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 30px;
    right: 0;
    background: linear-gradient(0.25turn, #282A74, #436CB4, #282A74 );
    color: #fff;
    padding: 10px 30px;
    font-size: 1rem;
    font-family: "FuturaProBold", sans-serif;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cr-about-access .cr-about-approach-team-img-label span {
    font-size: 1.5rem;
    padding-left: 5px;
    padding-right: 5px;
}

.cr-about-access .cr-about-personalized .cr-about-personalized-img {
    background: url("../images/personalized_img.jpg") no-repeat left center;
    background-size: cover;
    height: 250px;
    min-width: 170px;
    max-width: 350px;
    margin-left: -3rem;
    margin-bottom: 2rem;
    margin-right: 1.5rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}

.cr-about-access .cr-about-personalized .cr-about-access-title {
    background-color: #7e1416;
    width: 30%;
    min-width: 140px;
    left: -50px;
    top: 55px;
    height: 40px;
    font-size: 0.75rem;
}

.cr-about-access .cr-about-ongoing .cr-about-ongoing-img {
    background: url("../images/ongoing_img.jpg") no-repeat center center;
    background-size: cover;
    height: 300px;
    min-width: 50%;
    max-width: 60%;
    margin-left: 1rem;
    margin-bottom: 2rem;
    margin-right: -1rem;
    border-bottom-left-radius: 20px;
    position: relative;
}

.cr-about-access .cr-about-ongoing .cr-about-access-title {
    background-color: #9696ca;
    width: 30%;
    min-width: 140px;
    top: 60px;
    left: 20%;
    height: 40px;
    font-size: 0.75rem;
}

.cr-about-access .cr-about-approach-team ul, .cr-about-access .cr-about-personalized ul, .cr-about-access .cr-about-ongoing ul {
    margin: 0;
}

    .cr-about-access .cr-about-approach-team ul li, .cr-about-access .cr-about-personalized ul li, .cr-about-access .cr-about-ongoing ul li, .cr-products .cr-product-content ul li {
        margin-bottom: 0.75rem;
        font-size: 1rem;
    }

.cr-about-access .cr-access-buttons {
    color: #702671;
    margin-top: 2rem;
}

    .cr-about-access .cr-access-buttons .cr-access-btn {
        background: #702671;
        font-size: 1.25rem;
        height: 40px;
        font-family: 'FuturaProBook', sans-serif;
        border-radius: 10px;
        min-width: 200px;
        text-transform: capitalize;
    }

        .cr-about-access .cr-access-buttons .cr-access-btn:hover {
            background: #282A74;
        }

.cr-about-access .cr-about-contact .cr-access-contact-btn {
    background: #3853a4;
    font-size: 1.5rem;
    font-family: 'FuturaProBook', sans-serif;
    border-radius: 10px;
    width: 100%;
    min-width: 200px;
    height: 50px;
    text-transform: capitalize;
    border: 0;
}

.cr-about-access .cr-about-contact .cr-access-contact-btn02 {
    background: #702671;
    color: #ffffff;
    font-size: 1.5rem;
    font-family: 'FuturaProBook', sans-serif;
    border-radius: 10px;
    width: 100%;
    min-width: 200px;
    height: 50px;
    text-transform: capitalize;
}

    .cr-about-access .cr-about-contact .cr-access-contact-btn02 a {
        color: #ffffff;
        text-decoration: none;
    }

    .cr-about-access .cr-about-contact .cr-access-contact-btn:hover, .cr-about-access .cr-about-contact .cr-access-contact-btn02:hover {
        background: #282A74;
    }

.cr-about-access .cr-about-contact .cr-about-contact-label {
    font-size: 1.5rem;
}

    .cr-about-access .cr-about-contact .cr-about-contact-label span {
        font-family: "FuturaProBold", sans-serif;
    }

/* Legal Modal Disclaimer */
.cr-legal-modal.cr-modal .modal-body {
    padding: 1rem 2rem;
    font-size: 0.875rem;
}

.cr-legal-modal h1 {
    font-size: 1.5rem;
}

.cr-legal-modal h3 {
    font-size: 1rem;
}

.cr-legal-modal h5 {
    font-family: 'FuturaProBook', sans-serif;
    font-size: 0.875rem;
}

/* Privacy Policy */
.cr-privacy-policy h1 {
    color: #702671;
    margin: 0 0 5px 0;
    font-size: 1.5rem;
    font-weight: 400;
}

.cr-privacy-policy h2 {
    color: #000080;
    margin: 0 0 5px 0;
    font-size: 1.25rem;
}

.cr-privacy-policy p {
    color: #333333;
    margin: 0 0 20px 0;
    font-size: 1rem;
    font-weight: 300;
}
/* Footer Styles */
.cr-footer {
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .cr-footer:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #3853A4;
        border-radius: 50% 50% 0 0;
        transform: scaleX(1.5);
    }

    .cr-footer .row {
        padding-top: 30px;
    }

    .cr-footer .cr-footer-logo {
        background: url(../images/logo_footer.png) no-repeat left bottom;
        width: 250px;
        height: 140px;
        background-size: contain;
    }

    .cr-footer h5 {
        text-transform: uppercase;
        font-size: 1.125rem;
    }

    .cr-footer p {
        font-size: 0.875rem;
        font-family: 'FuturaProMedium', sans-serif;
        letter-spacing: 1px;
        line-height: 120%;
        font-weight: 600;
    }

    .cr-footer ul {
        font-size: 0.875rem;
        font-family: 'FuturaProMedium', sans-serif;
        letter-spacing: 1px;
    }

        .cr-footer ul li {
            margin-right: 0;
            text-transform: uppercase;
        }

            .cr-footer ul li a {
                color: #ffffff;
                text-decoration: none;
            }

                .cr-footer ul li a:hover {
                    color: #9a9aff;
                }

    .cr-footer .cr-footer-small {
        font-size: 0.625rem;
        color: #cccccc;
    }

        .cr-footer .cr-footer-small a {
            color: #9a9aff;
            text-decoration: underline;
        }

            .cr-footer .cr-footer-small a:hover {
                color: #0000ff;
            }

    .cr-footer .cr-footer-social-block .cr-footer-social-icon {
        width: 34px;
        height: 34px;
        margin: 0 10px 0 0;
        background: url("../images/socialmedia_footer_icons.png") no-repeat;
        cursor: pointer;
    }

        .cr-footer .cr-footer-social-block .cr-footer-social-icon a {
            display: flex;
            width: 100%;
            height: 100%;
        }

        .cr-footer .cr-footer-social-block .cr-footer-social-icon:hover {
            opacity: 0.7;
        }

        .cr-footer .cr-footer-social-block .cr-footer-social-icon.cr-footer-social-facebook {
            background-position: 0 0;
        }

        .cr-footer .cr-footer-social-block .cr-footer-social-icon.cr-footer-social-twitter {
            background-position: -34px 0;
        }

        .cr-footer .cr-footer-social-block .cr-footer-social-icon.cr-footer-social-linkedin {
            background-position: -68px 0;
        }

        .cr-footer .cr-footer-social-block .cr-footer-social-icon.cr-footer-social-share {
            background-position: -138px 0;
        }

        .cr-footer .cr-footer-social-block .cr-footer-social-icon.cr-footer-social-mail {
            background-position: -136px 0;
        }
        .cr-footer .cr-footer-social-block .cr-footer-social-icon.cr-footer-social-youtube {
            background-position: -170px 0;
        }
        .cr-footer .cr-footer-social-block .cr-footer-social-icon.cr-footer-social-globe {
            background-position: -204px 0;
        }
@media (min-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    .cr-home-slider {
        height: 550px;
    }

        .cr-home-slider .carousel-inner .carousel-item h5 {
            font-size: 2.25rem;
        }

        .cr-home-slider .carousel-inner .carousel-item p {
            font-size: 1.25rem;
        }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general, .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item04 {
            text-align: right;
        }

            .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general img, .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item04 img {
                margin-top: 3%;
                margin-right: 3%;
                height: 60%;
            }

            .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general .carousel-caption, .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item04 .carousel-caption {
                width: 50%;
                min-width: 200px;
                top: 40px;
                left: 30px;
                position: absolute;
                padding-left: 0;
                padding-right: 0;
            }

    #carouselCommunities.cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item02 .carousel-caption {
        width: 90%;
        left: 5%;
        top: 22%;
        padding-top: 0;
    }

    .cr-carousel-item-line .cr-line-chart {
        height: 600px;
    }

        .cr-carousel-item-line .cr-line-chart svg {
            transform: scale(0.96);
            transform-origin: 0 0;
        }

    .cr-search-section .cr-search-container {
        width: 60%;
    }

    .cr-search-section .cr-search-container-filters .btn {
        height: 50px;
    }

    .cr-search-section input, .cr-search-section input:focus {
        width: 100%;
        height: 50px;
        padding: 0 80px 0 130px;
        font-size: 1.125rem;
    }

    .cr-search-section i {
        top: 10px;
        right: 20px;
    }

    .cr-search-section .cr-search-container .cr-search-dropdown {
        top: 50px;
    }

        .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-indication {
            flex-direction: row;
            min-width: unset;
            max-width: unset;
        }

            .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-indication .btn {
                width: auto;
                margin-bottom: 0;
                font-size: 0.75rem;
                line-height: 100%;
            }

                .cr-search-section .cr-search-container .cr-search-dropdown .cr-search-dropdown-body .cr-search-dropdown-indication .btn.btn-primary-commassetquant {
                    min-width: 100px
                }

    .cr-summary .cr-summary-card {
        min-height: 359px;
        height: 359px;
    }

    .cr-summary .card {
        min-height: 359px;
        max-height: 359px;
    }

    .cr-summary .cr-summary-card {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .cr-summary .card .card-header {
        min-height: 72px;
        max-height: 72px;
    }

    .cr-accordion .card .cr-summary .cr-summary-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cr-accordion .card .cr-community-summary {
        border-right: 1px solid #c2c2c2;
        border-bottom: 0;
        width: 25%;
    }

    .cr-landing-main .col-md-3 {
        max-width: 240px;
    }

    .cr-landing-main .cr-landing-middle-container, .cr-landing-main .col-md-3 {
        order: 0;
    }

    .cr-footer ul li {
        margin-right: 1.25rem;
    }

    .cr-ourteam h1 {
        font-size: 3rem;
        margin-left: 5rem;
    }

    .cr-ourteam h3 {
        margin-left: 5rem;
    }

    .cr-ourteam .media {
        margin: 0 100px;
        flex-direction: row;
    }

        .cr-ourteam .media .media-body {
            order: 0;
        }

    .cr-products h1 {
        /*font-size: 2rem;*/
        margin-left: 5rem;
    }

    .cr-products h3 {
        margin-left: 5rem;
        margin-right: 4rem;
    }

    .cr-contact h1 {
        font-size: 3rem;
        margin-left: 5rem;
    }

    .cr-contact .cr-contact-content {
        margin-left: 5rem;
    }

    .cr-contact .w-50 {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .cr-header {
        align-items: flex-end;
        height: 130px;
    }

        .cr-header .navbar-brand {
            background: url(../images/logo.png) no-repeat left bottom;
            width: 200px;
            height: 100px;
            background-size: contain;
        }

    .cr-profile .dropdown-menu:before {
        content: "";
    }

    .cr-home-slider .carousel-inner {
        margin-top: 130px;
        background-size: contain;
    }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams img {
            width: 60%;
            height: auto;
            max-height: 100%;
            position: static;
        }

        .cr-home-slider .carousel-inner .carousel-item .carousel-caption {
            bottom: 200px;
        }

            .cr-home-slider .carousel-inner .carousel-item .carousel-caption.carousel-caption-left {
                width: 30%;
            }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams .carousel-caption {
            width: 40%;
            padding: 0 40px 20px;
            float: right;
            position: static;
        }

            .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams .carousel-caption h5 {
                font-size: 6rem;
            }

            .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams .carousel-caption p {
                font-size: 2rem;
                text-align: left;
            }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general img, .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item04 img {
            margin-top: 3%;
            margin-right: 5%;
            height: 80%;
        }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general .carousel-caption, .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item04 .carousel-caption {
            width: 30%;
            min-width: 200px;
            top: 80px;
            left: 10%;
            position: absolute;
            padding-left: 0;
            padding-right: 0;
        }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item04 .carousel-caption {
            width: 40%;
            height: 100%;
            left: 0;
            top: 0;
            bottom: auto;
            padding: 50px;
            justify-content: center;
        }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item04 img {
            width: 60%;
            height: 100%;
        }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item04 {
            background: linear-gradient(0.25turn, #dbe3f0 50%, #ffffff, #dbe3f0);
        }

    .cr-summary .cr-summary-card {
        min-height: 280px;
        height: 280px;
    }

    .cr-summary .card {
        min-height: 280px;
        max-height: 280px;
    }

        .cr-summary .card .card-header {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            min-height: 48px;
            max-height: 72px;
        }

    .cr-home-reports-section section {
        min-width: 50%;
        max-width: 50%;
        border-right: 1px solid #000080;
    }

    .cr-content-img {
        height: 500px;
    }

    .cr-content-video {
        height: 300px;
    }

    .cr-video-size {
        height: 250px;
    }

    .cr-home-reports-section .cr-content-img {
        height: 400px;
    }

    .cr-home-reports-section section:last-child {
        border-right: none;
    }

    .cr-research-section .btn {
        right: -10px;
    }

    .cr-footer ul li {
        margin-right: 3rem;
    }

    .cr-communities {
        padding-top: 130px;
    }

    .cr-communities-left-panel {
        display: block;
    }

    .cr-reports {
        padding: 90px 0 50px;
    }

    .cr-ourteam {
        padding: 160px 50px 50px;
    }

    .cr-products {
        padding-top: 130px;
    }

        .cr-products .cr-product-img {
            width: 50%;
            position: relative;
            margin-top: -100px;
            margin-right: 60px;
        }

    .cr-contact {
        padding: 160px 50px 50px;
    }

    .cr-about {
        padding-top: 130px;
    }

    .cr-about-access .cr-about-access-title {
        font-size: 2.5rem;
    }

    .cr-about-access .cr-about-ongoing .cr-about-access-title {
        min-width: 450px;
    }

    .cr-about-access .cr-about-personalized .cr-about-personalized-img, .cr-about-access .cr-about-approach-team .cr-about-approach-team-img {
        min-width: 450px;
    }

    .cr-about-access .cr-about-personalized .cr-about-personalized-img {
        margin-right: 3rem;
    }

    .cr-about-access .cr-about-approach-team .cr-about-approach-team-img, .cr-about-access .cr-about-ongoing .cr-about-ongoing-img {
        margin-right: -3rem;
    }

    .cr-about-access .cr-about-personalized .cr-about-access-title {
        min-width: 250px;
        left: -150px;
        top: 55px;
        height: 70px;
        font-size: 1.5rem;
    }

    .cr-about-access .cr-about-ongoing .cr-about-access-title {
        min-width: 250px;
        height: 70px;
        font-size: 1.5rem;
    }

    .cr-about-access .cr-about-ongoing .cr-about-ongoing-img {
        min-width: 60%;
        margin-left: 3rem;
    }

    .cr-about-access .cr-about-approach-team .cr-about-access-title {
        height: 70px;
        font-size: 1.5rem;
    }
}

@media (min-width: 1400px) {
    .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams .carousel-caption {
        width: 40%;
    }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams .carousel-caption h5 {
            font-size: 6rem;
        }

        .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-teams .carousel-caption p {
            font-size: 2.25rem;
        }

    .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general img {
        margin-right: 20%;
    }

    .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item04 img {
        width: 40%;
    }

    .cr-home-slider .carousel-inner .carousel-item.cr-carousel-item-general.cr-carousel-item04 .carousel-caption {
        width: 60%;
    }

    .cr-content-img {
        height: 500px;
    }

    .cr-video-size {
        height: 250px;
    }

    .cr-home-reports-section .cr-content-img {
        height: 500px;
    }
}
