* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::placeholder {
    font-style: italic;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

body {
    font-family: "Roboto", sans-serif;
}

ul {
    list-style: none;
}

.btnMnt2 {
    outline: 0;
    border: 1px solid;
    display: block;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
}

.btnMnt2.primary {
    background-color: #134a84;
    color: #fff;
    border-color: #134a84;
}

.btnMnt2.primary:hover {
    background-color: white;
    color: #134a84;
}

.btnMnt2.secondry {
    border-color: #134a84;
    background-color: #fff;
    color: #134a84;
}

.btnMnt2.secondry:hover {
    background-color: #134a84;
    color: #fff;
}

.btnMnt2.ternary {
    background-color: #823095;
    color: #fff;
}

.btnMnt2.ternary:hover {
    background-color: #fff;
    color: #823095;
}

.mntContainer {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 15px;
    width: 80%;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.subHeading {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.playIcon {
    position: relative;
}

.playIcon:after {
    position: absolute;
    content: "";
    height: 38px;
    width: 38px;
    display: block;
    background-image: url(../images/playIcon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.btnWrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 15px;
}

.btnWrap .btnMnt2 {
    min-width: 28%;
    padding: 18px 50px;
    font-size: 24px;
}
.pibtnWrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 15px;
}

.pibtnWrap .pibtn {
    min-width: 20%;
    padding: 12px 30px;
    font-size: 26px;
    font-weight: 700;
}

.pibtn {
    outline: 0;
    border: 1px solid;
    display: block;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
}

.pibtn.primary {
    background-color: #134a84;
    color: #fff;
    border-color: #134a84;
}

.pibtn.primary:hover {
    background-color: #fff;
    color: #134a84;
    text-decoration: unset;
}

.pibtn.primary:focus {
    outline: unset;
    box-shadow: unset;
}

.pibtn.secondry {
    border-color: #134a84;
    background-color: #fff;
    color: #134a84;
}

.pibtn.secondry:hover {
    background-color: #134a84;
    color: #fff;
    text-decoration: unset;
}

.pibtn.secondry:focus {
    outline: unset;
    box-shadow: unset;
}

.pibtn.ternary {
    background-color: #823095;
    color: #fff;
}

.pibtn.ternary:hover {
    background-color: #fff;
    color: #823095;
    text-decoration: unset;
}

.pibtn.ternary:focus {
    outline: unset;
    box-shadow: unset;
}

@media (max-width: 1400px) {
    .subHeading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .mntContainer {
        width: 90%;
    }

    .btnWrap .btnMnt2 {
        min-width: 22%;
        padding: 10px 50px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .subHeading {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .mntContainer {
        width: 100%;
    }
}

header {
    max-width: 1450px;
    margin: 0 auto;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
}

header .mainMenu {
    display: flex;
    margin: 0 auto;
    gap: 25px;
}

header .mainMenu .menuItem > a {
    color: #134a84;
    text-decoration: none;
    font-size: 20px;
}

header .mainMenu .menuItem.active a {
    color: #eb983e;
}

header .mainMenu .menuItem:hover a {
    text-decoration: underline;
}

header .secondryMenu {
    display: flex;
    align-items: center;
    position: relative;
}

header .secondryMenu .notificationWrapper {
    position: relative;
    margin-right: 50px;
}

header .secondryMenu .notificationWrapper .notiIcon {
    cursor: pointer;
}

header .secondryMenu .notificationWrapper .notifications {
    position: absolute;
    width: 90vw;
    max-width: 33.33vw;
    background: #fff;
    padding: 27px 37px;
    top: 57px;
    transform: translateX(-50%);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 15px 15px;
    display: none;
    z-index: 9;
}

header .secondryMenu .notificationWrapper .notifications .notiList li {
    padding: 20px 0;
    border-bottom: 1px solid #c4c4c4;
}

header .secondryMenu .notificationWrapper .notifications .notiList li a {
    color: #1f1f1f;
}

header
    .secondryMenu
    .notificationWrapper
    .notifications
    .notiList
    li:first-child {
    padding-top: 0;
}

header
    .secondryMenu
    .notificationWrapper
    .notifications
    .notiList
    li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

header .secondryMenu .notificationWrapper .notifications .notiList li.unread a {
    color: #134a84;
}

header .secondryMenu .notificationWrapper .notifications .notiList li:hover a {
    text-decoration: underline;
}

header .secondryMenu .profileInfo {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

header .secondryMenu .profileInfo .profileImg {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
}

header .secondryMenu .profileInfo .userName {
    font-size: 20px;
    color: #134a84;
}

header .secondryMenu .profileInfo .userName img {
    margin-left: 5px;
}

header .profDropDown {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 20px 20px 20px 10px;
    text-align: right;
    width: 100%;
    max-width: 411px;
    min-width: 320px;
    right: -10px;
    border-radius: 0 0 15px 15px;
    z-index: 2;
    box-shadow: 0px 3px 6px #00000029;
    display: none;
}

header .profDropDown .profDdWrap > span,
header .profDropDown .profDdWrap a,
header .profDropDown .profDdWrap button {
    display: block;
    margin-bottom: 5px;
}

header .profDropDown .profDdWrap .name {
    font-size: 28px;
    font-weight: 700;
}

header .profDropDown .profDdWrap .email,
header .profDropDown .profDdWrap .points {
    font-size: 18px;
}

header .profDropDown .profDdWrap .points {
    padding: 1px 10px;
    background-color: #fbf2fd;
    color: #823095;
    display: inline-block;
    margin-bottom: 20px;
}

header .profDropDown .profDdWrap .points span,
header .profDropDown .profDdWrap .points sup {
    font-weight: 600;
}

header .profDropDown .profDdWrap .btn {
    width: 300px;
    max-width: 85%;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

header .profDropDown .profDdWrap a:not(.btn) {
    color: #134a84;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.mobileMenu,
.mobileScrollable {
    display: none;
}

.loggedOutMenu {
    margin-left: auto;
    display: flex;
}

.loggedOutMenu .aboutMenuWrap {
    position: relative;
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.loggedOutMenu .aboutMenuWrap .aboutOpener {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

.loggedOutMenu .aboutMenuWrap .aboutOpener:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border: 1px solid #134a84;
    transform: rotate(45deg);
    right: 2px;
    border-top: 0;
    border-left: 0;
    top: 5px;
    transition: transform 0.5s;
}

.loggedOutMenu .aboutMenuWrap .aboutOpener.active:after {
    top: 9px;
    transform: rotate(-135deg);
}

.loggedOutMenu .aboutMenuWrap .aboutSubMenu {
    position: absolute;
    display: none;
    z-index: 9;
    top: 57px;
    width: 120px;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 15px 15px;
}

.loggedOutMenu .aboutMenuWrap .aboutSubMenu > *:not(:last-child) {
    margin-bottom: 5px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #c4c4c4;
}

.loggedOutMenu .aboutMenuWrap .aboutSubMenu > span a {
    color: #134a84;
}

@media (max-width: 1400px) {
    header .mainMenu {
        gap: 15px;
    }

    header .mainMenu .menuItem > a {
        font-size: 18px;
    }

    header .secondryMenu .profileInfo .profileImg {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        border: 0;
    }

    header .secondryMenu .profileInfo .userName {
        font-size: 16px;
    }

    header .secondryMenu .notificationWrapper {
        margin-right: 20px;
    }

    header .secondryMenu .notificationWrapper .notiIcon img {
        max-width: 22px;
    }
}

@media (max-width: 1200px) {
    /*body {
        padding-bottom: 65px
    }*/

    header .mainMenu {
        display: none;
    }

    header .secondryMenu {
        margin-left: auto;
    }

    .mobileMenu {
        display: flex;
        border-top: 1px solid #c4c4c4;
        position: fixed;
        width: 100%;
        background: #fff;
        bottom: 0;
        z-index: 2;
    }

    .mobileMenu ul {
        width: 100%;
        display: flex;
        padding: 10px 20px;
        justify-content: space-between;
    }

    .mobileMenu ul li {
        display: flex;
    }

    .mobileMenu ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobileMenu ul li a svg {
        width: 25px;
        display: block;
        margin-bottom: 7px;
        max-height: 25px;
    }

    .mobileMenu ul li a svg path {
        fill: #134a84;
    }

    .mobileMenu ul li.active a {
        color: #eb983e;
    }

    .mobileMenu ul li.active svg path {
        fill: #eb983e;
    }

    .mobileScrollable {
        display: flex;
        position: relative;
        padding: 5px 15px;
    }

    .mobileScrollable .scrollmenu {
        background: #fff;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        width: 100%;
        box-shadow: 0 8px 6px -6px #ddd;
    }

    .mobileScrollable .scrollmenu.active > img {
        transform: rotate(180deg);
    }

    .mobileScrollable ul {
        position: absolute;
        display: none;
        width: 100%;
        top: 100%;
        background: #fff;
        z-index: 2;
        padding: 10px;
        left: 0;
        box-shadow: 0px 5px 5px 2px #ddd;
        border-bottom: 1px solid #ddd;
    }

    .mobileScrollable ul li {
        padding: 8px 0;
        border-bottom: 1px solid #c4c4c4;
    }
    .mobileScrollable ul li a {
        color: #134a84;
    }

    .mobileScrollable ul li:last-child {
        border-bottom: 0;
    }

    .expertMentors .expertsWrap {
        padding: 35px 0 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .mobileMenu ul {
        padding: 10px 5px;
    }

    .mobileMenu ul li a {
        font-size: 12px;
    }

    header .secondryMenu .profileInfo .userName {
        display: flex;
    }

    header .secondryMenu .notificationWrapper .notifications {
        max-width: 90vw;
        top: 44px;
        transform: translateX(-56%);
    }

    header .secondryMenu .notificationWrapper .notiIcon img {
        max-width: 18px;
    }
}
/*
footer .btnWrap {
    margin-bottom: 60px
}

footer .btnWrap .btnMnt2 {
    border-radius: 0;
    width: 100%
}

footer .logosFooter .mntContainer {
    display: flex;
    flex-direction: column;
    align-items: center
}

footer .logosFooter .mntContainer .smallLogos {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

footer .btnWrap {
    padding: 0
}

@media (max-width: 1400px) {
    footer .logosFooter .mntContainer .smallLogos {
        margin-bottom: 10px
    }

    footer .logosFooter .mntContainer .smallLogos img {
        max-width: 180px
    }
}

@media (max-width: 600px) {
    footer .logosFooter .mntContainer .smallLogos {
        margin-top: 15px
    }

    footer .logosFooter .mntContainer .smallLogos img {
        max-width: 120px
    }

    footer .btnWrap {
        margin-bottom: 30px
    }
}*/

footer .pibtnWrap {
    margin-bottom: 0;
}

footer .pibtnWrap .pibtn {
    border-radius: 0;
    width: 100%;
    font-weight: 700;
}

footer .logosFooter {
    background: #effdff;
    padding-top: 60px;
}

footer .logosFooter .mntContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .logosFooter .mntContainer .smallLogos {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .pibtnWrap {
    padding: 0;
}

@media (max-width: 1400px) {
    footer .logosFooter .mntContainer .smallLogos {
        margin-bottom: 10px;
    }

    footer .logosFooter .mntContainer .smallLogos img {
        max-width: 180px;
    }
}

@media (max-width: 600px) {
    footer .logosFooter {
        padding-top: 30px;
    }

    footer .logosFooter .mntContainer .smallLogos {
        margin-top: 15px;
    }

    footer .logosFooter .mntContainer .smallLogos img {
        max-width: 120px;
    }

    footer .pibtnWrap {
        margin-bottom: 0;
    }
}

.chartDropDowns {
    display: flex;
    gap: 15px;
}

.chartDropDowns .categoryDD {
    width: 29.5%;
    max-width: 300px;
    position: relative;
}

.chartDropDowns .categoryDD .selectedValue {
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
}

.chartDropDowns .categoryDD .selectedValue:after {
    content: "";
    display: block;
    height: 9px;
    width: 15px;
    background-image: url(../images/ddArrowGrey.png);
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.chartDropDowns .categoryDD ul {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 9;
}

.chartDropDowns .categoryDD ul li {
    padding: 5px 5px;
    border-bottom: 1px solid #c4c4c4;
    cursor: pointer;
}

.chartDropDowns .categoryDD ul li:hover {
    background-color: #ddd;
}

.chartDropDowns .categoryDD ul li:last-child {
    border-bottom: 0;
}

.tabsWrapper .tabBtns {
    display: flex;
    border-bottom: 1px solid #c4c4c4;
    gap: 100px;
    padding-left: 0;
}

.tabsWrapper .tabBtns .tabBtn {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
}
.tabsWrapper .tabBtns .tabBtn a,
.tabsWrapper .tabBtns .tabBtn .text-dark {
    color: inherit !important;
}
.tabsWrapper .tabBtns .tabBtn.active {
    font-weight: 700;
    color: #134a84;
}

.tabsWrapper .tabBtns .tabBtn.active:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #134a84;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
}

.statCards {
    display: flex;
    gap: 25px;
}

.statCards .statCard {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    background-color: #dff8ff;
    border-radius: 10px;
    color: #134a84;
    padding: 25px 5px;
}

.statCards .statCard .statNumber {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.statCards .statCard .statName {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.statCards.statCardsCountry .statCard .statName {
    min-height: 65px;
}

.statCards .statCard.greenBg {
    background-color: #e1ffdf;
    color: #4d9f47;
}

.twoThirdCharts {
    display: flex;
    gap: 25px;
}

.threeEqualCharts,
.twoEqualCharts {
    display: flex;
    gap: 20px;
}

.oneThird {
    width: 33.33%;
}

.twoThird {
    width: 66.66%;
}

.half {
    width: 50%;
}

@media (max-width: 1600px) {
    .statCards.statCardsCountry .statCard .statName {
        min-height: 100px;
    }
}
@media (max-width: 1200px) {
    .statCards {
        flex-direction: column;
    }

    .statCards.statCardsCountry .statCard .statName,
    .statCards .statCard .statName {
        min-height: auto;
    }
    .multiChart {
        flex-direction: column;
    }

    .multiChart > div {
        width: 100% !important;
    }
}

@media (max-width: 900px) {
    .card {
        max-width: 100%;
        overflow-x: auto;
    }
    header .profDropDown .profDdWrap .name {
        font-size: 20px;
    }
    header .profDropDown .profDdWrap .email {
        font-size: 16px;
    }
    header .profDropDown .profDdWrap a:not(.btn) {
        font-size: 15px;
    }
    .tabsWrapper .tabScrollWrap {
        max-width: 100%;
        overflow-x: auto;
    }

    .tabsWrapper .tabScrollWrap .tabBtns {
        min-width: 550px;
        gap: 20px;
    }

    .tabsWrapper .tabScrollWrap .tabBtns .tabBtn {
        font-size: 18px;
    }

    .chartDropDowns {
        flex-direction: column;
    }

    .chartDropDowns .categoryDD {
        max-width: none;
        width: 100%;
    }
    header .logo {
        max-width: 140px;
    }
    header .secondryMenu .profileInfo .profileImg {
        font-size: 20px !important;
        display: block;
        line-height: 1.9;
    }

    .mobile-w-100 {
        width: 100% !important;
    }
}

.at-shadow {
    margin-top: 45px !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.125);
    padding: 0 !important;
    border-radius: 10px;
}
.totalWrap {
    background-color: #dff8ff;
    border-radius: 10px 10px 0 0;
    padding: 10px 30px;
    color: #004b88;
    /*	margin-top: 45px;*/
}
.totalWrap .totalText {
    font-size: 23px;
    color: #004b88;
    display: flex;
    align-items: center;
    gap: 15px;
}
.totalWrap .totalText span {
    font-size: 40px;
    line-height: 1;
}
.radius10 {
    border-radius: 10px;
}
.poweredBy {
    background-color: #2491bf;
    padding: 15px;
}

.poweredBy .mntContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.poweredBy .mntContainer > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
/*# sourceMappingURL=master.css.map */

.chartDropDowns .dropdown-toggle {
    height: 100%;
}

.chartDropDowns .bootstrap-select {
    width: 100% !important;
}
