@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;

}

:root {
    --blue: #4a83f5;
    --gray: #767474;
    --red: #f42021;
    --yellow: #f0a808;
    --hexagon-size: 347px;
    --hexagon-color-bg: #fff;
    --hexagon-color-bg-purple: #8c1db5;
    --hexagon-color-bg-blue: #2658bd;
    --hexagon-color-bg-yellow: #918553;
    --highereducation: #327dd8;
    --schoolmasseducation: #1aaf78;
    --skilldevelopmenteducation: #f59e35;
    --sportsyouthservices: #d43345;
    --odialanguageliteratureculture: #b317ff;
}

body {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.4;
    padding-top: 84px;
}

html body .btn {
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hexagon-body,
.analyticsContentBox,
.staticsticsMainBox .table,
.appliedBox small,
.awardsRecognitionBox .swiper-slide .awardBox .badge {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.innerContentSec {
    background: var(--white);
    /* border: 1px solid #efefef; */
    box-shadow: 0px 0px 8px #d3d3d3;
}

.innerContentSec {
    color: var(--black)
}

header {
    padding: 0.5rem 0;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 100px;
    box-shadow: 5px 0px 9px #cbcbcb;
}

.header.header-fixed {
    box-shadow: 0px 0px 5px #8d8d8d;
}

.header a {
    color: #777777;
}

.header a:hover {
    color: #ffb30b;
}

.headerRightBox .RightTopBox {
    font-size: 80%;
}

.headerRightBox .RightTopBox,
.impLinkBox {
    display: flex;
    align-items: center;
    font-weight: unset;
}

.impLinkBox a,
.font-size a {
    margin-right: 0.8rem;
}

.screenreaderBox,
.font-size,
.impLinkBox,
.theme-switch {
    margin-left: 1.5rem;
    position: relative;
    font-size: 0.8rem;
}

.screenreaderBox:after,
.font-size:after,
.theme-switch:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #adadad;
    right: -0.8rem;
    top: 0.2rem;
}

.header .helplineBox {
    display: flex;
    align-items: center;
    margin-top: 0.8rem;
    justify-content: end;
}

.header .helplineBox img {
    margin-right: 0.8rem;
}

.header .helplineBox span {
    color: #837a7a;
}


/*Theme Switcher Start*/


.theme-switch_toggle {
    display: none;
}

.theme-dark .theme-switch .theme-switch_label {
    border-color: #ffb30b;
    background-color: #ffffff;
}

.theme-dark .theme-switch .theme-switch_label::after {
    left: 50%;
    background-color: #ffb30b;
}

.theme-switch_label {
    outline: 0;
    display: block;
    width: 3em;
    height: 1.5em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1px;
    background-color: #8996a9;
    border: 1px solid #dcdfe5;
    border-radius: 2em;
    transition: all 0.2s ease;
}

.theme-switch_label::after {
    content: "";
    display: block;
    position: relative;
    width: 50%;
    height: 100%;
    background-color: #dcdfe5;
    border-radius: 1em;
    transition: all 0.2s ease;
}




/*Theme Switcher End*/
/*Banner Section Start*/
.bannerBox {
    background-image: url(../images/banner.jpg);
    background-position: 100% center;
    background-repeat: no-repeat;
    height: 865px;
    position: relative;
    overflow: hidden;
    display: flex;
    background-size: cover;
}

.bannerContent {
    color: #fff;
    padding: 0 7.4rem;
    align-self: center;
}

.bannerContent h1 {
    color: #ffb30b;
    font-size: 3rem;
    text-shadow: 3px 3px #464646;
    line-height: 100%;
    margin-bottom: 1.4rem;
}

.bannerContent p {
    font-size: 1.1rem;
}



.anim-btn {
    min-width: 135px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    transition: .8s ease;
    text-decoration: none;
    background-color: #f0a808;
    border-color: #f0a808;
}

/* .anim-btn svg {
        margin-left: 0.5rem;
    } */

.anim-btn:hover {
    border: solid 1px #06c019;
    color: #000 !important;
}

.anim-btn:hover i {
    color: #000 !important;
}

.anim-btn:hover span {
    transform: translateY(0) scale(3.15);
}

.anim-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #fff;
    transform: translateY(150%);
    border-radius: 50%;
    transition: .5s;
    z-index: -1;
}

.green-btn:hover span {
    transform: translateY(0) scale(3.15);
}

.purple-btn:hover span {
    transform: translateY(0) scale(3.15);
}

.pink-btn:hover span {
    transform: translateY(0) scale(3.15);
}

.anim-btn span:nth-child(1),
.green-btn span:nth-child(1),
.pink-btn span:nth-child(1),
.purple-btn span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * .1s);
}

.anim-btn span:nth-child(2),
.green-btn span:nth-child(2),
.pink-btn span:nth-child(2),
.purple-btn span:nth-child(2) {
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * .1s);
}

.anim-btn span:nth-child(3),
.green-btn span:nth-child(3),
.pink-btn span:nth-child(3),
.purple-btn span:nth-child(3) {
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * .1s);
}

.anim-btn span:nth-child(4),
.green-btn span:nth-child(4),
.pink-btn span:nth-child(4),
.purple-btn span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * .1s);
}

.anim-btn span:nth-child(5),
.green-btn span:nth-child(5),
.pink-btn span:nth-child(5),
.purple-btn span:nth-child(5) {
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * .1s);
}

/* hexagon design  start*/
.hexagon-container {
    position: absolute;
    font-family: sans-serif;
    opacity: 0;
}

.hexagon-container.blue-hexagon {
    top: -13rem;
    right: -3.2rem;
    animation: animateZoomOut 1s ease 0.3s forwards;
}

.hexagon-container.yellow-hexagon {
    top: -2.7rem;
    right: -21.3rem;
    animation: animateZoomOut 1s ease 0.6s forwards;
}


.hexagon-container.blue-hexagon-bottom {
    bottom: 3.9rem;
    right: -3.6rem;
    animation: animateZoomOut 1s ease 0.3s forwards;
}

.hexagon-container.yellow-hexagon-bottom {
    bottom: -6.8rem;
    right: 14.4rem;
    animation: animateZoomOut 1s ease 0.6s forwards;
}


.hexagon-container.sports {
    top: 18.5rem;
    right: 14.7rem;
    animation: animateZoomOut 2s ease .6s forwards;
}

.hexagon-container.purple-hexagon {
    top: 18.2rem;
    right: -21.5rem;
    animation: animateZoomOut 2s ease 0.8s forwards;
}

.hexagon-container.literature-culture {
    top: 29.3rem;
    right: 32.7rem;
    animation: animateZoomOut 2s ease 0.9s forwards;
}

.hexagon-container.mass-education {
    top: -2.3rem;
    right: 14.8rem;
    animation: animateZoomOut 2s ease 1.1s forwards;
}

.hexagon-container.mass-education .hexagon-body {
    justify-content: end;
}

.hexagon-container.skill-development {
    top: 7.9rem;
    right: -3.4rem;
    animation: animateZoomOut 2s ease 1.3s forwards;
}

.hexagon-container.higher-education {
    top: 8.3rem;
    right: 32.9rem;
    animation: animateZoomOut 2s ease 1.5s forwards;
}

@keyframes animateZoomOut {
    0% {
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.sports path {
    stroke-width: 5;
    /* stroke: darkblue; */
}

.hexagon-container {
    width: 380px;
    height: 340px;
    transition: 0.3s;
}

/* .hexagon-container svg {
        width: 100%;
        height: 100%;
        transition: 0.3s;
    } */

/* path {
   
    fill: var(--white);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} */

.hexagon-container path {
    fill: var(--hexagon-color-bg);
}

.blue-hexagon path,
.blue-hexagon-bottom path {
    fill: #127bda;
}

.yellow-hexagon path,
.yellow-hexagon-bottom path {
    fill: var(--hexagon-color-bg-yellow);
}


.purple-hexagon path {
    fill: var(--hexagon-color-bg-purple);
}

.hexagon-container:hover path,
.hexagon-container.sports.active path,
.hexagon-container.higher-education.active path,
.hexagon-container.mass-education.active path,
.hexagon-container.literature-culture.active path,
.hexagon-container.skill-development.active path {
    stroke-dashoffset: 0;
    stroke-dasharray: 1180;
    stroke-width: 9;
}

/* .hexagon-container.active, .hexagon-container:hover {
    transition: 0.3s;
    z-index: 6;
} */

.hexagon-container.active svg {
    transform: scale(1.1);
    transition: 0.3s;
}

/* .hexagon-container.sports:hover svg,
.hexagon-container.higher-education:hover svg, .hexagon-container.mass-education:hover svg,
.hexagon-container.literature-culture:hover svg, .hexagon-container.skill-development:hover svg {
    transform: scale(1.1);
    transition: 0.3s;
} */

.yellow-hexagon-bottom path,
.blue-hexagon-bottom path {
    opacity: 0.3;
}

.hexagon-container .hexagon-img {
    width: 48px;
}

.hexagon-container.sports img {
    transform: scaleX(-1);
}

.hexagon-container.sports:hover path,
.hexagon-container.sports.active path {
    stroke: #b93445;
}

/*    .hexagon-container.sports:hover .hexagon-title, .hexagon-container.sports:hover .hexagon-link {
    color: var(--sportsyouthservices);
    }*/
.hexagon-container.sports:hover .hexagon-link:hover {
    color: #af0a1f;
}


.hexagon-container.higher-education:hover path,
.hexagon-container.higher-education.active path {
    stroke: var(--skilldevelopmenteducation);
}

/* .hexagon-container.higher-education:hover .hexagon-title, .hexagon-container.higher-education:hover .hexagon-link {
    color: var(--skilldevelopmenteducation);
    }*/


.hexagon-container.mass-education:hover path,
.hexagon-container.mass-education.active path {

    stroke: var(--schoolmasseducation)
}

/*    .hexagon-container.mass-education:hover .hexagon-title, .hexagon-container.mass-education:hover .hexagon-link {
    color: var(--hexagon-color-bg-blue);
    }*/
.hexagon-container.mass-education:hover .hexagon-link:hover {
    color: #073f83;
}


.hexagon-container.skill-development:hover path,
.hexagon-container.skill-development.active path {
    stroke: #4494f5;
}

/* .hexagon-container.skill-development:hover .hexagon-title, .hexagon-container.skill-development:hover .hexagon-link {
        color: var(--schoolmasseducation);
    }*/
.hexagon-container.skill-development:hover .hexagon-link:hover {
    color: #087c52;
}



.hexagon-container.literature-culture:hover path,
.hexagon-container.literature-culture.active path {
    stroke: var(--odialanguageliteratureculture);
}

/* .hexagon-container.literature-culture:hover .hexagon-title, .hexagon-container.literature-culture:hover .hexagon-link {
    color: var(--odialanguageliteratureculture);
    }*/

.hexagon-container.literature-culture:hover .hexagon-link:hover {
    color: #660795;
}
















.hexagon-group {
    flex: 0 0 58%;
    position: relative;
}

.hexagon-body {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
    padding: 2.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}

.hexagon-title {
    font-size: 1.6rem;
    line-height: 1.1;
    margin: 0.5rem 0 1.5rem;
    position: relative;
    text-transform: capitalize;
    width: 65%;
}

.hexagon-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    height: 3px;
    width: 50px;
    background: #f7c400;
    transform: translateX(-50%);
}

.hexagon-link {
    color: var(--hexagon-color-bg-blue);
    display: block;
    position: relative;
    line-height: 0.8;
    font-size: 1.15rem;
    margin-bottom: 1rem;
    transition: 0.3s;
}

.hexagon-link:hover {
    color: var(--hexagon-color-bg-yellow);
}

.hexagon-link:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    height: 1px;
    width: 100px;
    background: #f1f1f1;
    transform: translateX(-50%);
    transition: 0.3s;
}

.hexagon-link:hover:before {
    background: #cacfd3;
}



/*Banner Section End*/
.heading-section {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 35px;
}

.heading-section h1 {
    text-transform: uppercase;
    font-weight: bold;
}

.heading-section .heading {
    font-weight: 300;
    margin-top: 60px;
    font-size: 1.6em;
}


.h1:after {
    content: '';
    width: 70px;
    height: 3px;
    background: #ffb30b;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.title {
    z-index: 1;
    position: relative;
}

.readmore {
    background: var(--yellow);
    color: #6c4c05;
}

/*Analytics Setion Start*/
.analyticsBox {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding: 3rem 0 2.5rem 0;
    margin-bottom: 2.5rem;
}

.analyticsBoxElement {
    position: absolute;
    left: 0;
    top: 0;
}

.analyticsContentBox {
    background: var(--yellow);
    position: relative;
    border-radius: 0.25rem;
    color: #fff;
    text-align: center;
    line-height: 130%;
    padding: 0rem 1rem;
}

.analyticsContentBox .dataBox {
    position: relative;
    padding: 1.4rem 0.8rem;
}

.analyticsContentBox .dataBox h3 {
    border-top: 1px solid #ffc23a;
    margin-top: 0.5rem;
    padding-top: 0.7rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 66%;
}

.analyticsContentBox .dataBox:after {
    content: '';
    width: 1px;
    height: 80%;
    background: #ffc23a;
    position: absolute;
    top: 0.9rem;
    right: -0.8rem;
}

.analyticsContentBox .dataBox.last:after {
    display: none;
}

/*Analytics Setion End*/


/*Circle Grapgh Start*/

.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
    position: absolute;
    border: 0.09em solid #000000;
    width: 0.82em;
    height: 0.82em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100 {
    position: relative;
    font-size: 3.5rem;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #dfe8ed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c100 *,
.c100 *:before,
.c100 *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.c100>span {
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 0.3em;
    color: #3c4761;
    display: block;
    text-align: center;
    white-space: nowrap;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.c100:after {
    position: absolute;
    top: 0.09em;
    left: 0.09em;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #ffffff;
    width: 0.82em;
    height: 0.82em;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
    -moz-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.c100.p2 .bar {
    -moz-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.c100.p3 .bar {
    -moz-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.c100.p4 .bar {
    -moz-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.c100.p5 .bar {
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}

.c100.p6 .bar {
    -moz-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.c100.p7 .bar {
    -moz-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.c100.p8 .bar {
    -moz-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.c100.p9 .bar {
    -moz-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.c100.p10 .bar {
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
}

.c100.p11 .bar {
    -moz-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.c100.p12 .bar {
    -moz-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.c100.p13 .bar {
    -moz-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    -webkit-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.c100.p14 .bar {
    -moz-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.c100.p15 .bar {
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}

.c100.p16 .bar {
    -moz-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.c100.p17 .bar {
    -moz-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.c100.p18 .bar {
    -moz-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.c100.p19 .bar {
    -moz-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.c100.p20 .bar {
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
}

.c100.p21 .bar {
    -moz-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    -webkit-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.c100.p22 .bar {
    -moz-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.c100.p23 .bar {
    -moz-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.c100.p24 .bar {
    -moz-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.c100.p25 .bar {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c100.p26 .bar {
    -moz-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    -webkit-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.c100.p27 .bar {
    -moz-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.c100.p28 .bar {
    -moz-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.c100.p29 .bar {
    -moz-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.c100.p30 .bar {
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
}

.c100.p31 .bar {
    -moz-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    -webkit-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.c100.p32 .bar {
    -moz-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    -webkit-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.c100.p33 .bar {
    -moz-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    -webkit-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.c100.p34 .bar {
    -moz-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    -webkit-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.c100.p35 .bar {
    -moz-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
}

.c100.p36 .bar {
    -moz-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    -webkit-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.c100.p37 .bar {
    -moz-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    -webkit-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.c100.p38 .bar {
    -moz-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    -webkit-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.c100.p39 .bar {
    -moz-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    -webkit-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.c100.p40 .bar {
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
}

.c100.p41 .bar {
    -moz-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    -webkit-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.c100.p42 .bar {
    -moz-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    -webkit-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.c100.p43 .bar {
    -moz-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.c100.p44 .bar {
    -moz-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    -webkit-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.c100.p45 .bar {
    -moz-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
}

.c100.p46 .bar {
    -moz-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.c100.p47 .bar {
    -moz-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    -webkit-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.c100.p48 .bar {
    -moz-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.c100.p49 .bar {
    -moz-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    -webkit-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.c100.p50 .bar {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100.p51 .bar {
    -moz-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    -webkit-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}

.c100.p52 .bar {
    -moz-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    -webkit-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
}

.c100.p53 .bar {
    -moz-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    -webkit-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}

.c100.p54 .bar {
    -moz-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    -webkit-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}

.c100.p55 .bar {
    -moz-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
}

.c100.p56 .bar {
    -moz-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    -webkit-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}

.c100.p57 .bar {
    -moz-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    -webkit-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
}

.c100.p58 .bar {
    -moz-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    -webkit-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}

.c100.p59 .bar {
    -moz-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    -webkit-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}

.c100.p60 .bar {
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
}

.c100.p61 .bar {
    -moz-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    -webkit-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}

.c100.p62 .bar {
    -moz-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    -webkit-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
}

.c100.p63 .bar {
    -moz-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    -webkit-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}

.c100.p64 .bar {
    -moz-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    -webkit-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}

.c100.p65 .bar {
    -moz-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
}

.c100.p66 .bar {
    -moz-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    -webkit-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}

.c100.p67 .bar {
    -moz-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    -webkit-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
}

.c100.p68 .bar {
    -moz-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    -webkit-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}

.c100.p69 .bar {
    -moz-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    -webkit-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}

.c100.p70 .bar {
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
}

.c100.p71 .bar {
    -moz-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    -webkit-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}

.c100.p72 .bar {
    -moz-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    -webkit-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}

.c100.p73 .bar {
    -moz-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    -webkit-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}

.c100.p74 .bar {
    -moz-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    -webkit-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
}

.c100.p75 .bar {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.c100.p76 .bar {
    -moz-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    -webkit-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}

.c100.p77 .bar {
    -moz-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    -webkit-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}

.c100.p78 .bar {
    -moz-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    -webkit-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}

.c100.p79 .bar {
    -moz-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    -webkit-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
}

.c100.p80 .bar {
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
}

.c100.p81 .bar {
    -moz-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    -webkit-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}

.c100.p82 .bar {
    -moz-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    -webkit-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}

.c100.p83 .bar {
    -moz-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    -webkit-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}

.c100.p84 .bar {
    -moz-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    -webkit-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
}

.c100.p85 .bar {
    -moz-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
}

.c100.p86 .bar {
    -moz-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    -webkit-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}

.c100.p87 .bar {
    -moz-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    -webkit-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}

.c100.p88 .bar {
    -moz-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    -webkit-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}

.c100.p89 .bar {
    -moz-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    -webkit-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
}

.c100.p90 .bar {
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
}

.c100.p91 .bar {
    -moz-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    -webkit-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}

.c100.p92 .bar {
    -moz-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    -webkit-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}

.c100.p93 .bar {
    -moz-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    -webkit-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}

.c100.p94 .bar {
    -moz-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    -webkit-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
}

.c100.p95 .bar {
    -moz-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
}

.c100.p96 .bar {
    -moz-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    -webkit-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}

.c100.p97 .bar {
    -moz-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    -webkit-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}

.c100.p98 .bar {
    -moz-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    -webkit-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}

.c100.p99 .bar {
    -moz-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    -webkit-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
}

.c100.p100 .bar {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.c100:hover {
    cursor: default;
}

.c100:hover>span {
    width: 3.33em;
    line-height: 3.33em;
    font-size: 0.3em;
    color: #3c4761;
}

.c100:hover:after {
    top: 0.07em;
    left: 0.07em;
    width: 0.86em;
    height: 0.86em;
}

.c100.blue .bar,
.c100.blue .fill {
    border-color: #1473e6 !important;
}

.c100.blue:hover>span {
    color: #1473e6;
}

.c100.pink .bar,
.c100.pink .fill {
    border-color: #d74680 !important;
}

.c100.pink:hover>span {
    color: #3c4761;
}

.c100.green .bar,
.c100.green .fill {
    border-color: #15c7a8 !important;
}

.c100.green:hover>span {
    color: #3c4761;
}

.c100.yellow .bar,
.c100.yellow .fill {
    border-color: #f5b016 !important;
}

.c100.yellow:hover>span {
    color: #f5b016;
}

.c100.red .bar,
.c100.red .fill {
    border-color: #f42021 !important;
}

.c100.red:hover>span {
    color: #f42021;
}

.c100.orange .bar,
.c100.orange .fill {
    border-color: #eb7d4b !important;
}

.c100.orange:hover>span {
    color: #3c4761;
}

/*Circle Grapgh End*/

.mayIHelp {
    width: 10.6rem !important;
}

.mayIHelp .crossBtn {
    font-size: 0.6rem !important;
    top: 6px !important;
}

.mayIHelp .crossBtn i {
    margin-top: 0.2rem !important;
}

/*Analytics Content Section Start*/
.analyticsDataSection {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
}

.analyticsDataSection:before {
    content: '';
    position: absolute;
    bottom: -5rem;
    width: 150px;
    height: 150px;
    background: #fff0ce;
    border-radius: 50%;
    left: 1rem;
}

.analyticsDataSection:after {
    content: '';
    position: absolute;
    bottom: -25rem;
    width: 50rem;
    height: 50rem;
    background: #ebf1fd;
    border-radius: 50%;
    right: -21rem;
    z-index: 1;
}

.analyticsDataSection .departmentTab {
    border: 0;
    background: #f5f3ff;
    padding: 0.3rem;
    border-radius: 0.4rem;
}

.analyticsDataSection .departmentTab .nav-item {
    width: 25%;
    text-align: center;
}

.analyticsDataSection .departmentTab .nav-item .nav-link {
    color: #000;
    padding: 0.8rem;
    border: 0;
    transition: 0.3s;
    border-radius: 0.25rem;
}

.analyticsDataSection .departmentTab .nav-item .nav-link:hover {
    background: #e5e0ff;
}

.analyticsDataSection .departmentTab .nav-item .nav-link.active {
    background-color: #7665ff;
    color: #fff;
}

.analyticsDataSection .departmentTab.nav-tabs .nav-link:focus,
.analyticsDataSection .departmentTab.nav-tabs .nav-link:hover {
    border: 0;
}

.departmentTabContent {
    background: #fff;
    /* box-shadow: 1px 1px 5px #ccc; */
    border-radius: 0.3rem;
    padding: 1rem 1rem 1rem 1rem;
    margin-top: 1.2rem;
    z-index: 2;
    position: relative;


}

.departmentTabContent .nav-tabs {
    margin-bottom: 1.2rem;
}

.departmentTabContent .nav-tabs .nav-link {
    border: 2px solid transparent;
    color: #8f8f8f;
    margin-right: 0.5rem;
    transition: 0.3s;
}

.departmentTabContent .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #4a83f5;
}

.departmentTabContent .nav-tabs .nav-link.active {
    border-bottom: 2px solid #4a83f5;
    color: #4a83f5;
}

.detailsBox {
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-radius: 0.3rem;
    padding: 0.8rem;
}

.detailsBox:after {
    content: '\e900';
    position: absolute;
    right: -1rem;
    bottom: -3rem;
    font-family: "Poppins", sans-serif;
    font-size: 6.5rem;
    opacity: 0.04;
}

.detailsBox.blueBox:after {
    color: #1473e6;
}

.detailsBox.greenBox:after {
    color: #15c7a8;
}

.detailsBox.yellowBox:after {
    color: #f5b016;
}

.detailsBox.redBox:after {
    color: #f42021;
}

.detailsBox.orangeBox:after {
    color: #eb7d4b;
}

.detailsBox .numberMainBox {
    display: flex;
    justify-content: space-between;
}

.detailsBox .numberMainBox small {
    color: #767474;
}

.detailsBox .numberMainBox h5 {
    margin: 0;
}

.detailsBox .percentageBox {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.detailsBox .percentageBox h4 {
    margin: 0 0rem 0 0.6rem;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.staticsticsMainBox {
    background: #fafbff;
    border: 1px solid #e4edff;
    border-radius: 0.3rem;
    margin-top: 1.2rem;
    padding: 1rem;
}

.staticsticsMainBox h4 {
    color: var(--blue);
    margin-bottom: 1.1rem;
}

.staticsticsMainBox .table {
    margin: 0;
}

.staticsticsMainBox .table th {
    border-top: 1px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}


.staticsticsleftBox {
    position: relative;
    padding-right: 1.1rem;
}

.staticsticsrightBox {
    padding-left: 1.1rem;
}

.staticsticsleftBox:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e1e1e1;
    right: 0;
    top: 0;
}

.apllicationReceivedBox {
    display: flex;
    align-items: center;
}

.apllicationReceivedBox i {
    color: var(--blue);
    font-size: 3.8rem;
    margin-right: 1.5rem;
}

.apllicationReceivedBox h4 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
}

.apllicationReceivedBox h4 small {
    color: #4c4c4c;
    font-size: 63%;
    font-weight: normal;
}

.appliedBox {
    margin: 1.5rem 0 3rem 0;
    padding: 0.7rem 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.appliedBox .col-md {
    border-right: 1px solid #e1e1e1;
}

.appliedBox .col-md.last {
    border: 0;
}

.appliedBox small {
    color: #979494;
    font-size: 95%;
}

.appliedBox h5 {
    font-weight: bold;
}

.apllicationReceivedBox.participated i {
    font-size: 3rem;
}

.apllicationReceivedBox.participated i,
.staticsticsMainBox .participated h4 {
    color: var(--red);
}

.appliedBox.participated {
    margin-bottom: 0;
    border-bottom: 0;
}

.participated .apllicationReceivedBox i {
    font-size: 2rem;
}

.participated .apllicationReceivedBox i.icon-male {
    color: var(--red);
}

.participated .apllicationReceivedBox i.icon-female {
    color: var(--blue);
}

/*Analytics Content Section End*/

/*Award & Recognition Section Start*/
.awardsRecognitionBox {
    background: #f8f8f8;
    padding: 3rem 0 9rem 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 0.5rem;
    transition: 0.3s;
}

.swiper-pagination-bullet-active {
    width: 35px;
}

.awardsRecognitionBox .swiper-slide {
    background: transparent;
    text-align: left;
}

.awardsRecognitionBox .swiper-slide .awardBox {
    background: #fff;
    width: 96%;
    margin: 0 auto;
    padding: 1.3rem;
    border-radius: 0.25rem;
    box-shadow: 1px 1px 9px #ccc;
    margin-top: -40px;
    min-height: 365px;
}

.awardsRecognitionBox .swiper-slide .awardBox h5 {
    margin: 0.7rem 0 0.8rem 0;
}

.awardsRecognitionBox .swiper-slide .awardBox .badge {
    font-size: 1.2rem;
    position: absolute;
    left: -0.1rem;
    padding: 0.3rem 1rem;
    border-radius: 0 0.3rem 0.3rem 0;
    top: 4.4rem;
}


/*Award & Recognition Section End*/
/*Benifits Section Start*/
.benifits {
    background: #2658bd url(../images/benifit-bg.png) left top;
    background-position: 100% center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 3rem 0;
}

.benifits .heading-section h1 {
    color: #fff;
}

.benifits img {
    height: 100%;
    width: 100%;
}

.lineBox {
    display: flex;
    margin-bottom: 1.2rem;
}

.lineBox.last {
    margin-bottom: 0;
}

.lineBox i {
    margin-right: 1rem;
    font-size: 0.9rem;
    color: var(--yellow);
    margin-top: 0.4rem;
}

.benifitcontent {
    display: flex;
    align-items: center;
}


.benifits .card-body {
    padding: 1.5rem;
}

.benifits .stripBox h4 {
    position: relative;
}

.benifits .card-text h4 {
    display: none;
    margin-bottom: 1.5rem;
}

/* .benifits h4:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: var(--yellow);
    bottom: -0.4rem;
} */

.stripBox {
    background: url("../images/students-stripe.png") left top;
    width: 185px;
    height: 61px;
    color: #fff;
    position: absolute;
    bottom: 1.5rem;
    right: -1rem;
    text-align: center;
    padding: 0.6rem 0;
    text-shadow: 0 0 2px #000;
}

.stripBox.forinstitute {
    transform: scaleX(-1);
    right: auto;
    left: -1rem;
}

.stripBox.forinstitute h4 {
    transform: scaleX(-1);
}

.benifitImg {
    position: relative;
}

.leftBenifit {
    padding-left: 2rem;
}

.rightBenifit {
    padding-right: 2rem;
}

/*Benifits Section End*/
/*Happy Voices Section Start*/
.happyvoicesBox {
    padding: 2rem 0 10rem 0;
    position: relative;
    overflow: hidden;
}

.happyvoicesBox:before,
.happyvoicesBox:after {
    content: '\e905';
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 20rem;
    color: #fff6e5;
}

.happyvoicesBox:before {
    left: 0;
    top: -10rem;
    transform: rotate(180deg);
}

.happyvoicesBox:after {
    right: 0;
    bottom: -10rem;
}

.happyvoicesBox .swiper-slide {
    background: transparent;
}

.quotationBox,
.quotationNameBox {
    display: flex;
    align-items: center;
}

.quotationBox {
    margin-top: -40px;
    line-height: 1.6;
    font-size: 110%;
}

.quotationBox .quotationImgBox {
    margin-right: 4rem;
}

.quotationBox .quotationImgBox img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 3px solid #f3e3c4;
}

.quotationNameBox i {
    margin-right: 2rem;
    color: var(--yellow);
    font-size: 2.2rem;
}

.quotationNameBox {
    margin-top: 2.1rem;
}

.quotationNameBox h5 {
    margin-bottom: 0.1rem;
}

/*Happy Voices Section End*/


/*Footer Start*/
/* footer {
    background: #1e266d;
    padding: 3rem 0 0 0;
} */

/* .footer-top {
    padding: 0 3rem 3rem 3rem;
} */

.footer-bottom {
    border-top: 1px solid #3d4481;
    padding: 1rem 0;
    font-size: 80%;
    color: #7177a5;
}

footer,
footer .customList li a {
    color: #9ba0c4;
    transition: 0.3s;
}

footer .customList li a:hover {
    color: #f8aa24;
}

footer img {
    margin-bottom: 1.5rem;
}

/* 
     footer h4 {
        position: relative;
        margin-bottom: 2.8rem;
    } */

/* footer h4:before {
            content: '';
            position: absolute;
            width: 50px;
            height: 3px;
            background: var(--yellow);
            bottom: -0.4rem;
        } */

.footerMobApp {
    display: flex;
    align-items: center;
}

.footerMobApp .moblogo {
    margin-right: 0.8rem;
    height: 240px;
}

.customList li {
    position: relative;
    padding-left: 2.3rem;
    margin-bottom: 0.9rem;
}

.customList li:before {
    content: '\e907';
    position: absolute;
    font-family: "Poppins", sans-serif;
    color: var(--yellow);
    top: 0.45rem;
    left: 0;
    font-size: 0.7rem;
    margin-left: 0;
}

.customList li h6 {
    padding-top: 0.2rem;
    font-size: 1.1rem;
}

/* .chat_bot {
    right: 0 !important;
    bottom: -5px !important;
} */
.homeFooter .customList li {
    padding-left: 1rem;
}

.homeFooter .customList li:before {
    top: 0.35rem;
}

.prCustom {
    padding: 0 4rem 0 4rem;
}

/*Footer End*/


.scroll-to-top {
    position: fixed;
    right: 2.8rem;
    bottom: 7.5rem;
    display: none;
    width: 3rem;
    height: 3rem;
    text-align: center;
    color: #fff;
    background: rgba(0, 168, 255, 0.7);
    line-height: 30px;
    align-items: center;
    justify-content: center;
    z-index: 9;
    border-radius: 50%;
    transform: rotate(-90deg);
    transition: 0.3s;
}

.scroll-to-top i {
    font-weight: 800;
}

.scroll-to-top:hover {
    color: #fff;
    background: var(--yellow);
}



.custom-scroll {
    overflow: auto;
}

.custom-scroll::-webkit-scrollbar {
    width: 0.3em;
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 0.8rem;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #026167;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 0.8rem;
}

.custom-scroll.table-height {
    height: 300px;
}

.main-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100vh;
}

.aboutContent {
    flex: 1 1 auto;
    background: #fafafa;
}

.aboutContent h3 {
    font-size: 1.8rem;
    margin-bottom: 1.7rem;
    position: relative;
}

.aboutContent h3:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: -0.3rem;
    background: #f0a808;
}

.innerBannerBox {
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.3rem;
}

.innerBannerBox img {
    width: 100%;
}

.departmentTab li:before,
.departmentTabContent li:before {
    display: none !important;
}

/* .floatingimg, .floatingimg:hover svg {
    transition: 0.3s;
}

    .floatingimg svg path {
        fill: #ffb30b;
    }

    .floatingimg:hover svg {
        margin-left: 0.5rem;
    } */

@media screen and (max-width: 1680px) {
    .bannerBox {
        height: 800px;
    }

    .hexagon-container.yellow-hexagon-bottom {
        bottom: -8.9rem;
        right: 14.6rem;
    }

    .hexagon-container.blue-hexagon-bottom {
        bottom: 1.6rem;
        right: -3.6rem;
    }

    .hexagon-container.higher-education {
        top: 6.2rem;
        right: 33rem;
    }

    .hexagon-container.skill-development {
        top: 6rem;
        right: -3.4rem;
    }

    .hexagon-container.mass-education {
        top: -4.5rem;
        right: 14.8rem;
    }

    .hexagon-container.literature-culture {
        top: 27.2rem;
        right: 32.9rem;
    }

    .hexagon-container.sports {
        top: 16.6rem;
        right: 14.7rem;
    }

    .hexagon-container.blue-hexagon {
        top: -15.1rem;
        right: -3.4rem;
    }

    .hexagon-container.yellow-hexagon {
        top: -4.5rem;
        right: -21.5rem;
    }

    .hexagon-container.purple-hexagon {
        top: 16.4rem;
        right: -21.6rem;
    }
}

@media screen and (max-width: 1440px) {
    .bannerBox {
        height: 720px;
    }

    .bannerContent {
        padding: 0 3rem;
    }

    .bannerContent h1 {
        font-size: 2rem;
    }

    .hexagon-group {
        flex: 0 0 62%;
    }

    .hexagon-container {
        width: 330px;
        height: 280px;
    }

    .hexagon-container.blue-hexagon {
        top: -11.8rem;
        right: -1.8rem;
    }

    .hexagon-container.yellow-hexagon {
        top: -2.9rem;
        right: -17.9rem;
    }

    .hexagon-container.purple-hexagon {
        top: 15.5rem;
        right: -18.2rem;
    }

    .hexagon-container.sports {
        top: 16.2rem;
        right: 13.7rem;
    }

    .hexagon-container.literature-culture {
        top: 25.7rem;
        right: 29.7rem;
    }

    .hexagon-container.mass-education {
        top: -2.2rem;
        right: 14rem;
    }

    .hexagon-container.skill-development {
        top: 6.5rem;
        right: -2.1rem;
    }

    .hexagon-container.higher-education {
        top: 7.2rem;
        right: 29.9rem;
    }

    .hexagon-body {
        padding: 2.1rem 1rem;
    }

    .hexagon-container .hexagon-img {
        width: 40px;
        margin-bottom: 0;
    }

    .hexagon-title {
        font-size: 1.5rem;
    }

    .hexagon-link {
        font-size: 1.05rem;
        margin-bottom: 0.75rem;
    }

    .hexagon-container.blue-hexagon-bottom {
        bottom: 2.6rem;
        right: -2.5rem;
    }

    .hexagon-container.yellow-hexagon-bottom {
        bottom: -7.1rem;
        right: 13.3rem;
    }

    .bannerContent p {
        font-size: 1rem;
    }
}


@media screen and (max-width: 1366px) {
    .hexagon-container {
        width: 276px;
        height: 280px;
    }

    body {
        padding-top: 68px;
    }

    .header {
        height: 85px;
    }

    .helplineBox h4 {
        font-size: 1.2rem;
    }

    .logo {
        height: 70px;
    }

    .header .helplineBox span {
        font-size: 85%;
    }

    .header .helplineBox img {
        height: 40px;
    }

    .header .helplineBox {
        margin-top: 0.2rem;
    }

    .analyticsDataSection .departmentTab .nav-item .nav-link {
        font-weight: normal;
    }


    .awardsRecognitionBox .swiper-slide .awardBox {
        min-height: 330px;
    }

    .appliedBox {
        margin: 1.5rem 0 1rem 0;
        padding: 0.4rem 0;
    }

    .hexagon-body.ollcBox {
        justify-content: center;
        margin: 0;
    }

    .prCustom {
        padding: 0 1rem;
    }

    .bannerContent h1 {
        font-size: 2.3rem;
        margin-bottom: 1rem;
    }

    .bannerContent .readmore {
        margin-top: 1.5rem;
    }

    .bannerContent {
        padding: 0 2.1rem 0 3.2rem;
    }

    .hexagon-container:hover .hexagon-bg {
        transform: scale(0.825);
    }

    .hexagon-container.literature-culture .hexagon-body {
        margin-top: -1.3rem;
    }

    .hexagon-img {
        margin-bottom: 0;
    }

    .hexagon-title::before {
        bottom: -8px;
    }

    .hexagon-title {
        line-height: 100%;
        font-size: 1.4rem;
        margin: 0.2rem 0 1.1rem;
    }

    .bannerBox {
        height: 600px;
    }

    .bannerContent {
        padding: 0 0rem 0 3rem;
    }

    .bannerContent h1 {
        font-size: 2.6rem;
    }

    .hexagon-group {
        flex: 0 0 62%;
    }


    .hexagon-container.blue-hexagon {
        top: -12.4rem;
        right: -1.2rem;
    }

    .hexagon-container.yellow-hexagon {
        top: -4.9rem;
        right: -14.5rem;
    }

    .hexagon-container.purple-hexagon {
        top: 10.4rem;
        right: -14.6rem;
    }

    .hexagon-container.sports {
        top: 10.7rem;
        right: 11.9rem;
    }

    .hexagon-container.literature-culture {
        top: 18.3rem;
        right: 25.2rem;
    }

    .hexagon-container.mass-education {
        top: -4.6rem;
        right: 12rem;
    }

    .hexagon-container.skill-development {
        top: 2.9rem;
        right: -1.4rem;
    }

    .hexagon-container.higher-education {
        top: 3rem;
        right: 25.3rem;
    }

    .hexagon-body {
        padding: 2.1rem 1rem;
    }

    .hexagon-container .hexagon-img {
        width: 30px;
        margin-bottom: 0;
    }

    .hexagon-title {
        font-size: 1.35rem;
    }

    .hexagon-link {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }

    .hexagon-container.blue-hexagon-bottom {
        bottom: 1.9rem;
        right: -1.5rem;
    }

    .hexagon-container.yellow-hexagon-bottom {
        bottom: -5.9rem;
        right: 11.7rem;
    }

    .bannerContent p {
        font-size: 1rem;
    }

    .hexagon-container.skill-development .hexagon-img {
        margin-top: -2.5rem;
    }
}



@media screen and (max-width: 1199px) {

    .blue-hexagon,
    .yellow-hexagon,
    .purple-hexagon,
    .hexagon-container.yellow-hexagon-bottom,
    .hexagon-container.blue-hexagon-bottom {
        display: none;
    }

    .bannerBox {
        height: auto;
        background-size: cover;
        padding: 1rem 0 1.5rem;
        flex-direction: column;
    }

    .bannerContent {
        padding: 1rem 2rem 0 2rem;
    }

    .hexagon-container {
        height: 300px;
    }

    .hexagon-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 2rem 0;
    }

    .hexagon-container {
        position: relative;
        top: initial !important;
        left: initial !important;
        right: initial !important;
        margin-bottom: 0.5rem;
        flex: 0 0 33%;
        padding: 0.5rem;
    }

    .hexagon-container.literature-culture {
        margin-top: 1.4rem;
    }

    .hexagon-body {
        /* position: relative;
                top: initial;
                left: initial;
                right: initial;
                width: auto;
                height: auto;
                transform: none;
                background: #0000002e;
                min-height: 293px;
                border-radius: 0.25rem; */
    }

    .hexagon-container.mass-education .hexagon-body {
        justify-content: center;
    }

    /* .hexagon-link {
                color: rgba(255, 255, 255, .9);
            } */
}

@media screen and (max-width: 768px) {

    .staticsticsleftBox:after {
        display: none;
    }

    .hexagon-container.literature-culture .hexagon-body {
        margin-top: auto;
    }

    .hexagon-container.literature-culture {
        margin-top: 0;
    }


    .benifits h4 {
        display: block;
    }

    .stripBox {
        display: none;
    }

    .leftBenifit {
        padding-left: 0;
    }

    .rightBenifit {
        padding-right: 0;
    }

    .hexagon-container {
        flex: 0 0 48%;
        margin-bottom: 1.8rem;
    }

    .header .headerRightBox .RightTopBox,
    .impLinkBox {
        display: none;
    }

    .header .helplineBox {
        margin-top: 0;
    }

    .header {
        height: auto;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .logo {
        height: 50px;
    }

    body {
        padding-top: 50px;
    }

    .benifits img {
        display: none;
    }

    .detailsBox {
        margin-bottom: 0.8rem;
    }

    .analyticsDataSection .departmentTab .nav-item .nav-link {
        padding: 1.5rem;
    }

    .analyticsDataSection .departmentTab {
        padding: 0;
        background: transparent;
    }

    .staticsticsMainBox {
        margin-top: 0;
    }

    .quotationBox {
        display: block;
        border: 1px solid #e3d3b4;
        border-radius: 0.3rem;
        padding: 0.8rem 1.8rem 1.8rem 1.8rem;
    }

    .happyvoicesBox .swiper-slide {
        margin-right: 0px;
    }

    .quotationBox .quotationImgBox {
        top: 8px;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-bottom: 0.8rem;
    }

    .quotationBox .quotationImgBox img {
        width: 100px;
        height: 100px;
    }

    .scroll-to-top {
        right: 1.5rem;
        bottom: 5.6rem;
    }

    .prCustom {
        padding: 0;
    }

    footer h4 {
        margin-bottom: 1.5rem;
    }

    .footer-top {
        padding: 0 2rem;
    }

    .hexagon-container.mass-education .hexagon-body {
        justify-content: center;
    }

    .chat_bot {
        right: 0px !important;
        bottom: 0px !important;
    }
}


@media screen and (max-width: 576px) {
    .footerMobApp .moblogo {
        display: none;
    }

    .staticsticsMainBox {
        padding: 0.8rem;
        width: 319px;   /* new property 14/12/22 */
        margin-left: -50; 
    }

    .bannerContent {
        padding: 0 1rem;
        margin: 0;
        text-align: center;
    }

    .hexagon-container {
        flex: 0 0 100%;
    }

    .bannerContent h1 {
        font-size: 2.1rem;
        text-shadow: none;
        line-height: 1.1;
        font-weight: bold;
    }

    .bannerContent p {
        font-size: 1rem;
    }

    .hexagon-container svg {
        display: block;
    }

    .hexagon-body {
        position: absolute;
        background: transparent;
        min-height: 293px;
        transform: translateX(-50%);
        left: 50%;
        width: 100%;
        height: 100%;
    }

    .hexagon-container {
        width: 100%;
        height: 315px;
        margin-bottom: 0.8rem;
    }

    scroll-to-top {
        position: fixed;
        right: 2.6rem;
        bottom: 7.3rem;
    }

    .awardsRecognitionBox {
        padding: 1rem 0 6rem 0;
    }

    .analyticsDataSection {
        padding-bottom: 1.5rem;
    }

    .hexagon-title {
        color: var(--black);
    }

    .hexagon-link {
        color: var(--hexagon-color-bg-blue);
    }

    .analyticsBox {
        padding: 1rem 0 1rem 0;
        margin-bottom: 1.5rem;
    }

    .analyticsBoxElement {
        display: none;
    }

    .analyticsDataSection .departmentTab .nav-item {
        width: 45%;
        text-align: center;
        margin: 0.5rem;
    }


    .analyticsDataSection .departmentTab .nav-item .nav-link {
        padding: 0.7rem 3.3rem;
        background: #ebe9e9;
        border-radius: 0.3rem;
    }

    .appliedBox {
        padding: 0.7rem 0;
    }

    .appliedBox h5 {
        margin-bottom: 1.2rem;
    }

    .appliedBox .apllicationReceivedBox h5 {
        margin-bottom: 0;
    }

    .analyticsContentBox .dataBox {
        padding: 0.8rem 0rem 0.4rem 0rem;
        background: #ffb30b;
        margin: 0.5rem 0rem;
        border-radius: 0.3rem;
    }

    .analyticsContentBox .dataBox h3 {
        font-size: 1.8rem
    }

    .analyticsContentBox {
        background: transparent;
        padding: 0;
    }

    .analyticsContentBox .dataBox:after {
        display: none;
    }

    .analyticsDataSection .departmentTab {
        justify-content: space-between;
    }

    .analyticsDataSection .tab-content {
        padding: 0;
        box-shadow: none;
    }

    .analyticsDataSection .departmentTab .nav-item {
        width: 48%;
        margin: 0 0 1rem 0;
    }

    .appliedBox .col-md:nth-child(2n) {
        border: 0;
    }

    .staticsticsleftBox:after {
        display: none;
    }

    .footer-top {
        padding: 1rem 0;
    }

    .benifits .card-text h4 {
        display: block;
        position: relative;
    }

    footer {
        padding: 0rem;
    }

    .footer-bottom {
        padding: 1rem 0;
    }

    .analyticsDataSection .departmentTab .nav-item .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 68px;
    }

    .departmentTabContent {
        margin-top: 0;
    }

    .happyvoicesBox:before,
    .happyvoicesBox:after {
        font-size: 6rem;
    }

    .happyvoicesBox:before {
        top: -3rem;
    }

    .happyvoicesBox:after {
        bottom: -3rem;
    }

    .hexagon-link {
        font-size: 1.1rem;
        margin-bottom: 1.15rem;
    }

    .hexagon-title {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .hexagon-group {
        margin: 1.4rem 0 0 0;
    }

    .bannerBox {
        padding: 1.3rem 0 0 0;
    }

    .hexagon-container .hexagon-img {
        width: 50px;
        margin-bottom: 0.5rem;
    }

    .homeFooter .customList li {
        padding-left: 2rem;
    }

    .homeFooter .customList li:before {
        left: 1rem;
    }

    .mayIHelp {
        display: none !important;
    }

    .fab-btn img {
        max-width: 90% !important;
        max-height: 90% !important;
    }

    .chat-room {
        width: calc(50% - 0.8rem) !important;
    }
}

@media screen and (max-width: 500px) {
    .hexagon-container {
        padding: 0;
        flex: 0 0 100%;
    }

    .hexagon-container.higher-education {
        order: 1;
    }

    .hexagon-container.mass-education {
        order: 2
    }

    .hexagon-container.skill-development {
        order: 3
    }

    .hexagon-container.sports {
        order: 4
    }

    .hexagon-container.literature-culture {
        order: 5
    }



    .hexagon-title::before {
        bottom: -8px;
    }
}

@media screen and (max-width: 480px) {
    .fab-btn {
        bottom: 5px !important;
    }
}

@media screen and (max-width: 425px) {
    .header .helplineBox img {
        margin-right: 0.3rem;
    }

    .header .helplineBox span {
        font-size: 0.65rem;
        font-weight: bold;
    }

    .header .helplineBox h4 {
        font-size: 1rem;
        margin: 0;
    }

    .scroll-to-top {
        right: 1.3rem;
        bottom: 6.5rem;
    }

    .analyticsDataSection .departmentTab .nav-item .nav-link {
        padding: 0.7rem 1.7rem;
    }

    .departmentTabContent .nav-tabs .nav-link {
        padding: 0.5rem;
    }

    .heading-section {
        margin-bottom: 22px;
    }

    .benifits {
        padding: 1.5rem 0 1rem 0;
    }
}

@media screen and (max-width: 375px) {
    .bannerContent h1 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 320px) {
    .analyticsDataSection .departmentTab .nav-item .nav-link {
        font-size: 0.75rem;
        padding: 0.7rem 1rem;
    }

    .logo {
        height: 34px;
    }

    .header .helplineBox img {
        height: 35px;
    }

    .header .helplineBox h4 {
        font-size: 0.8rem;
    }

    body {
        padding-top: 36px;
    }
}

/* New properties for charts adg 22/09/2022 */



.chartcard {
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 200px;

}

.institute_enrollmentcard {
    background-color: #DB157E;
    margin: 10px;
    width: 262px;
    height: 100px;
    margin-left: 300px;
    margin-right: 300px;
}


.institute_enrollment {

    width: 600px;
    border-radius: 20px;
    padding: 20px;
    /* border:solid 3px rgba(255,26,104,1);  */
}

@media (max-width:475px) and (min-width: 280px) {

    .institute_enrollmentcard {
        background-color: #DB157E;
        margin: 10px;
        width: 202px;
        height: 100px;
        margin-left: 51px;
        margin-right: 300px;
    }

    #myChart{
        margin-left: 80px;
    }


}


@media only screen and (max-width:1024px) {
    .institute_enrollment {
        width: 90%;
        height: 45%;
        padding: 20px;
        margin-left: -170px;
    }
}


@media only screen and (max-width:912px) {
    .institute_enrollment {
        width: 90%;
        height: 45%;
        padding: 20px;
        margin-left: -440px;
    }
}

@media only screen and (max-width:768px) {
    .institute_enrollment {
        width: 90%;
        height: 45%;
        padding: 20px;
        margin-left: -435px;
    }
}

@media only screen and (max-width:740px) {
    .institute_enrollment {
        width: 60%;
        height: 45%;
        padding: 20px;
        margin-left: -601px;
    }
}

@media only screen and (max-width:712px) {
    .institute_enrollment {
        width: 60%;
        height: 45%;
        padding: 20px;
        margin-left: -620px;
    }
}

@media only screen and (max-width:540px) {
    .institute_enrollment {
        width: 50%;
        height: 45%;
        padding: 20px;
        margin-left: -624px;
    }
}

@media only screen and (max-width:600px) {
    .institute_enrollment {
        width: 90%;
        height: 45%;
        padding: 20px;
        margin-left: 0px;
    }
}

@media only screen and (max-width:600px) {
    .institute_enrollment {
        width: 50%;
        height: 45%;
        padding: 20px;
        margin-left: -725px;
    }
}


@media only screen and (max-width:400px) {
    .institute_enrollment {
        width: 300px;
        height: 300px;
        padding: 20px;
        margin-left: 0px;
    }
}

@media only screen and (max-width:412px) {
    .institute_enrollment {
        width: 48%;
        height: 45%;
        padding: 20px;
        margin-left: -736px;
    }
}

@media only screen and (max-width:414px) {
    .institute_enrollment {
        width: 50%;
        height: 45%;
        padding: 20px;
        margin-left: -733px;
    }
}


@media only screen and (max-width:375px) {
    .institute_enrollment {
        width: 214px;
        height: 301px;
        padding: 20px;
        margin-left: -770px;
    }
}


@media only screen and (max-width:360px) {
    .institute_enrollment {
        width: 41%;
        height: 45%;
        padding: 20px;
        margin-left: -789px;
    }
}

@media only screen and (max-width:390px) {
    .institute_enrollment {
        width: 246px;
        height: 300px;
        padding: 20px;
        margin-left: -756px;
    }
}


@media only screen and (max-width:393px) {
    .institute_enrollment {
        width: 43%;
        height: 45%;
        padding: 20px;
        margin-left: -807px;
    }
}

@media only screen and (max-width:320px) {
    .institute_enrollment {
        width: 31%;
        height: 45%;
        padding: 20px;
        margin-left: -830px;
    }
}

@media only screen and (max-width:300px) {
    .institute_enrollment {
        width: 200px;
        height: 200px;
        padding: 20px;
        margin-left: 0px;
    }
}

/* Bar chart 2019-20 media queries */

/* .barchartcard{
    width:900px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:200px;
}

.teacher_statistics{
    width:900px;
    height:470px;
    margin-left:-325px;
} */

.barchartcard {
    width: 900px;
    /* height:calc(100vh-40px); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacher_statistics {
    width: 900px;
    height: 450px;
    padding: 20px;
    border-radius: 20px;

}

/* 
@media only screen and (max-width:912px){
    .teacher_statistics{
        width: 560px;
        height: 470px;
        margin-left: -755px;
    }
}

@media only screen and (max-width:1024px){
    .teacher_statistics{
        width: 783px;
        height: 470px;
        margin-left: -479px;
    }
}

@media only screen and (max-width:820px){
    .teacher_statistics{
        width: 561px;
        height: 470px;
        margin-left: -729px;
    }
}

@media only screen and (max-width:914px){
    .teacher_statistics{
        width: 488px;
        height: 366px;
        margin-left: -777px;
    }
}

@media only screen and (max-width:640px){
    .teacher_statistics{
        width: 389px;
        height: 366px;
        margin-left: -906px;
    }
}

@media only screen and (max-width:740px){
    .teacher_statistics{
        width: 407px;
        height: 366px;
        margin-left: -919px;
    }
}

@media only screen and (max-width:1138px){
    .teacher_statistics{
        width: 706px;
        height: 470px;
        margin-left: -474px;
    }
} */

@media (max-width:475px) and (min-width: 280px) {
    .teacher_statistics {
        width: 90%;
        height: 45%;
    }

    #
}

@media only screen and (max-width:600px) {
    .teacher_statistics {
        width: 90%;
        height: 45%;
    }
}

@media only screen and (max-width:1200px) {
    .teacher_statistics {
        width: 70%;
        height: 45%;
    }
}

@media only screen and (max-width:990px) {
    .teacher_statistics {
        width: 60%;
        height: 45%;
        margin-left: -340px;
    }
}

@media only screen and (max-width:768px) {
    .teacher_statistics {
        width: 50%;
        height: 45%;
        margin-left: -510px;
    }
}

@media only screen and (max-width:535px) {
    .teacher_statistics {
        width: 40%;
        height: 45%;
        margin-left: -579px;
    }
}


@media only screen and (max-width:455px) {
    .teacher_statistics {
        width: 30%;
        height: 45%;
        margin-left: -708px;
    }
}


@media only screen and (max-width:315px) {
    .teacher_statistics {
        width: 25%;
        height: 45%;
        margin-left: -752px;
    }
}

.shec-tabs .shec-item .shec-link {
    background: #fff; 
    border: 2px solid rgba(20, 80, 0, 1);
    color: black;
}

.shec-tabs>.shec-item>.shec-link.active {
    color: #fff;
    background: -webkit-linear-gradient(rgba(20, 80, 0, 1), rgba(178, 240, 39));
}



.stat .stat-item .stat-link {
    border: 2px solid rgba(249, 105, 14, 1);
    color: black;
}

.stat>.stat-item>.stat-link.active {
    color: #fff;
    background: -webkit-linear-gradient(rgba(249, 105, 14, 1), rgba(243, 156, 18, 1));
}



.archive .archive-item .archive-link {
    border: 2px solid rgba(84,58,183,1) ;
    color: black;
}

.archive>.archive-item>.archive-link.active {
    color: #fff;
    background:-webkit-linear-gradient( rgba(84,58,183,1) , rgba(0,172,193,1) );
}

/* Opportunities in Higher Education Start */
.highopp .highopp-item .highopp-link {
    border: 2px solid rgba(119, 3, 123, 1);
    color: black;
}

.highopp>.highopp-item>.highopp-link.active {
    color: #fff;
    background:-webkit-linear-gradient( rgba(119, 3, 123, 1) , rgba(247, 119, 252, 1));
}

/* Opportunities in Higher Education End */

/* print specific css*/
@media print {

    /* Ensure charts maintain their size */
    .chart-container,.staticsticsMainBox{
      width: 100% !important;
      height: auto !important;
      page-break-inside: avoid; /* Prevent charts from being split across pages */
    }
    
    /* Force visibility of SVG elements (used by many chart libraries) */
    svg, canvas {
      visibility: visible !important;
      display: block !important;
      width: 100% !important;
    }
    
    /* Background colors and images typically don't print by default */
    * {
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important;
      color-adjust: exact !important;
    }
    
  }
 
  @media print {
    /* Prevent sticky/header styles from affecting layout in print */
    #top-nav-main {
      position: absolute; /* removes from document flow */
      page-break-after: always; /* force these to only appear on the first page */
    }
  
    /* Remove specific sticky-related classes */
    #top-nav-main.header-sticky.is-sticky {
      all: unset;
    }
  
    /* Hide nav and toprow on subsequent pages (since they won't reappear after page-break) */
    #top-nav-main,
    #toprow {
      display: block; /* keep visible on first page */
    }
    #skip {
        display: block;
        page-break-after: always; /* Force following content to start on page 2 */
      }
    
      /* Make sure all children of #toprow are printed only once */
      #skip * {
        page-break-inside: avoid;
      }
    
      /* Remove sticky classes from nav */
      #top-nav-main.header-sticky.is-sticky {
        all: unset;
      }
    
  }
  
  @media print {
    #toprow,
    #toprow * {
      display: none !important;
      visibility: hidden !important;
    }
  }


/*end*/