@font-face {
    font-family: 'proximaNovaRegular';
    src: url('../fonts/proxima-nova/ProximaNova-Regular.otf');
    font-weight: normal;
    font-style: normal
}

html,
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html {
    width: 100%;
}

body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    font-family: 'proximaNovaRegular';
}

.logo img {
    width: 280px;
}

main {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
    padding-top: 87px;
}

header {
    background-color: #232D60;
    height: 87px;
    display: flex;
    position: fixed;
    align-items: center;
    width: 100%;
    z-index: 9999;
}

.header {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 56px;
    width: 100%;
    position: relative;
}

a {
    text-transform: none;
    font-family: 'proximaNovaRegular';
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

/***************************************************************
                   header styles
***************************************************************/
.header-menu {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding-left: 6%;
}

.header-menu ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.header-menu ul li a {
    font-family: 'proximaNovaRegular';
    font-size: 16px;
    color: #ffffff;
}

header .open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

header .dropdown-menu {
    opacity: .3;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

header .header-menu ul.dropdown-menu {
    flex-direction: column;
    top: 22px;
    background: #FFFFFF;
    border-width: 0;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.12);
    border-radius: 5px 5px 0px 5px;
    padding: 6px 0;
    width: 180px;
    left: -10px;
}

header .header-menu ul.dropdown-menu li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #232D60;
    padding: 12px 12px;
    display: block;
}
header .header-menu ul.dropdown-menu li a {

}
.dropdown-submenu.open>a{
    background: #E5EEFB;
}
.dropdown-submenu>a i{
    opacity: 0;
}
.dropdown-submenu>a:hover i, .dropdown-submenu.open>a i{
    opacity: 1;
}
.dropdown-submenu>a{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
header .header-menu ul.dropdown-menu li a:hover {
    background: #E5EEFB;
}

.header-menu ul.dropdown-last {
    width: 100%;
    left: -70%;
}

.dropdown-toggle::after {
    display: none;
}

input {
    outline: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}


input[type=search] {
    background: url(../images/icn_search.png) no-repeat 9px center;
    border: solid 1px transparent;
    /* padding: 9px 10px 9px 32px; */
    width: 55px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;

    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}


input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
    width: 25px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

#demo-2 input[type=search]:hover {
    background-color: transparent;
}

#demo-2 input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    cursor: auto;
    background: #ffffff url(../images/icn_search_blu.png) no-repeat 9px center;
}

#demo-2 input:-moz-placeholder {
    color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}

.HeroBanner {
    padding-top: 50px;
    padding-left: 56px;
    padding-right: 56px;
    position: relative;
    /* overflow: hidden; */
    padding-bottom: 70px;
}

.main-padding {
    padding-left: 56px;
    padding-right: 56px;
}

.bannerDesc h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-top: 10%;
}

.bannerDesc p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #8E8E8E;
    padding-top: 12px;
}

.bannerDesc a {
    width: 160px;
    height: 42px;
    background: #F1492B;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 24px;
}

.prod-slider-main {
    position: relative;
}

.thumbMain {
    position: absolute;
    width: 70%;
    bottom: 8%;
    right: 6%;
}

.thumbSliderDesc h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #232D60;
}

.thumbSliderDesc p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
}

.pagingInfo {
    position: absolute;
    top: 43%;
    right: -6.5%;
}

.arrow-left {
    position: absolute;
    right: -6%;
    top: 15%;
    cursor: pointer;
}

.arrow-rite {
    position: absolute;
    right: -6%;
    bottom: 15%;
    cursor: pointer;
}

.thumbBG {
    background: #E5EEFB;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 18px;
    margin-right: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.service .row {
    justify-content: space-evenly;
}

.borderBtmHeading h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #232D60;
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.borderBtmHeading h2:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: #F1492B;
    border-radius: 40px;
    bottom: -15px;
    left: 47%;
}

.servSub {
    width: 64px;
    cursor: pointer;
}

.imgServBG {
    height: 65px;
    width: 64px;
    background: url('../images/gradient-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servSub p {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #092A35;
    padding-top: 10px;
}

.servSub img {
    width: 26px;
}

.servSub:hover img {
    filter: brightness(0) invert(1);
}

.servSub:hover .imgServBG {
    background: url('../images/blu-bg.png');
}

.servSub:hover p {
    color: #232D60;
}

.headArticle {
    display: flex;
    background: #E0ECFD;
    padding: 12px 15px;
    align-items: center;
}

.headArticle img {
    width: 32px;
    height: 32px;
}

.headArticle p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #232D60;
    padding-left: 10px;
}

.articleDetails {
    padding: 15px;
}

.articleDetails p:first-child {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #929292;
}

.articleDetails p:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
}

.articleDiv {
    background: rgba(246, 240, 235, 0.4);
}

.articleViewBtn {
    padding-top: 20px;
    padding-bottom: 16px;
}

.articleViewBtn a {
    padding: 20px 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #F1492B;
}

.articleViewBtn a i {
    font-size: 12px;
}

.dirFst {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.directList {
    background: #E0ECFD;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    max-width: 408px;
    Max-height: 48px;
    border-radius: 4px;
    width: 100%;
}

.directList:hover {
    background: #232D60;
    border: 1px solid #E6ECF8;
}

.directList:hover span {
    filter: brightness(0) invert(1);
}

.directList p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #232D60;
}

.directList:hover p {
    color: #ffffff;
}

.directList img {
    height: 11px;
}

.directorates {
    padding-bottom: 57px;
}

.partners {
    background: #F3F7FE;
    padding: 25px 0;
}

.container-fluid {
    max-width: 1920px;
    position: relative;
}

.donateMainCon {}

.partners .col-md-2 {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.donateSec {
    background: #232D60;
    position: relative;
}
.partnerMain:after {
    position: absolute;
    content: '';
    background: #F3F7FE;
    height: 100%;
    width: 100%;
    top: 0;
    left: -20.5%;
    z-index: -1;
}

.partnerMain:before {
    position: absolute;
    content: '';
    background: #F3F7FE;
    height: 100%;
    width: 100%;
    top: 0;
    right: -20.5%;
    z-index: -1;
}
.donateMainCon:after {
    position: absolute;
    content: '';
    background: #232d60;
    height: 100%;
    width: 100%;
    top: 0;
    left: -20.5%;
    z-index: -1;
}

.donateMainCon:before {
    position: absolute;
    content: '';
    background: #232d60;
    height: 100%;
    width: 100%;
    top: 0;
    right: -20.5%;
    z-index: -1;
}

.donateImg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.donateDesc {
    text-align: center;
    padding-top: 52px;
    padding-bottom: 50px;
}

.donateDesc h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.donateDesc p {
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.7;
    padding-top: 15px;
    padding-bottom: 20px;
}

.donateDesc a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #232D60;
    width: 216px;
    height: 60px;
    background: #FFD522;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.otherServDiv {
    text-align: center;
    display: flex;
    justify-content: center;
}

.otherServDiv .imgServBG {
    height: 82px;
    width: 80px;
    background: url('../images/gradientbg-large.png');
}

.otherServDiv .servSub {
    width: 82px;
    cursor: pointer;
}

.otherServDiv .servSub:hover .imgServBG {
    background: url('../images/bluebg-large.png');
}

.otherServDiv .servSub img {
    width: 30px;
}

.otherServ .arrow-left {
    position: absolute;
    right: auto;
    top: 27%;
    left: -5%;
}

.otherServ .servSub p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #232D60;
}

.otherServ .arrow-rite {
    position: absolute;
    left: auto;
    top: 27%;
}

.pagingInfo {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #C2C2C2;
}

.pagingInfo span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #232D60;
}


.zPattern {
    margin-top: 72px;
    opacity: 0;
}

.helpMainOld {
    max-width: 1366px;
    margin: auto;
    position: relative;
}

.helpMain {
    position: relative;
    background: url('../images/z-footer.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    bottom: -1px;
}

.helpLine {
    display: flex;
    align-items: center;

}

.helpTxt {
    padding-left: 40px;
}

.helpTxt p:first-child {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
}

.helpTxt p:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #F3622B;
    padding-top: 10px;
}

.helpLine {
    position: absolute;
    top: 0;
    right: 12%;
}

footer {

    background: #F3F4F7;
}

.footer-container {
    background: #F3F4F7;
    padding-top: 58px;
    padding-bottom: 30px;
    max-width: 1366px;
}

.footerLink {}

.footerLink li:first-child {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #232D60;
    padding-bottom: 12px;
}

.footerLink li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #092A35;
}

.followUs {
    padding-top: 20px;
}

.socialLink {
    display: flex;
    padding-top: 5px;
}

.orgflow-mob {
    display: none;
}

.socialLink li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(35, 45, 96, 0.1);
    margin-right: 8px;
}

.footerLink .socialLink li:first-child {
    padding-bottom: 0;
}

.copyRite {
    background: #232D60;
}

.copyRite p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 6px;
    justify-content: center;
}

.directorates {
    position: relative;
    overflow: hidden;
}

.waveTwo {
    position: absolute;
    left: -10%;
    top: 51.5%;
    z-index: -1;
    transform: rotate(0deg);
}

.waveOne {
    position: absolute;
    right: -10%;
    top: 15%;
    z-index: -1;
    transform: rotate(-100deg);
}

.prod-slider .row .col-md-6:first-child {
    max-width: 52%;
    flex: 0 0 52%;
}

.prod-slider .row .col-md-6:last-child {
    max-width: 45%;
    flex: 0 0 45%;
}

.hamburger-icon {
    display: none;
}

.footerLogo {
    display: none;
}


/* Aim and Objective Page start  */

.aimBlue {
    background-color: #E6ECF8;
    padding: 30px;
    max-width: 408px;
}

.aimBlue img {
    width: 400px;
    max-width: 400px;
}

.bgBreadcrumb {
    background: #232D60;
}

.breadcrumbTop {
    padding-top: 0;
}

.breadcrumbMain {
    background: #232D60;
    max-width: 1366px;
    margin: 0 auto;
    padding: 16px 56px;
    width: 100%;
    position: relative;
    padding-top: 103px;
}

.breadCrumbPath ul {
    display: flex;
    color: #FFFFFF;
    font-size: 14px;
}

.breadCrumbPath ul li {
    padding-left: 2px;
    padding-right: 2px;
}

.breadCrumbPath ul li,
.breadCrumbPath ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.bredcrumbHeading h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    color: #FFFFFF;
}

.aimMainSection {
    padding: 42px 56px;
}

.aimMainSection .col-md-12.px-0 {
    padding-top: 50px;
}

.aimQuote {
    padding-left: 16px;
    padding-top: 30px;
}

.aimQuote p:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    position: relative;
}

.aimQuote p:first-child::before {
    position: absolute;
    content: '';
    width: 4px;
    background: #F1492B;
    height: 70%;
    left: -16px;
}

.aimQuote p:last-child {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    padding-top: 20px;
}

.aimPink {
    position: relative;
    background: rgba(243, 100, 43, 0.1);
    max-width: 408px;
    padding: 30px;
    margin-top: 30px;
}

.aimBG {
    position: absolute;
    top: 0;
    left: 0;
}

.aimPinkIcon {
    height: 36px;
    width: 36px;
    text-align: center;
    margin: auto;
}

.aimPinkDesc p:first-child {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    color: #F3622B;
}

.aimPinkDesc p:last-child {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

.aimPinkDesc {

    text-align: center;
}

.aimPinkDesc a {
    width: 186px;
    height: 54px;
    margin-top: 25px;
    background: #FFD522;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.1em;
    margin-left: auto;
    margin-right: auto;
    color: #232D60;
}

.aimMainDesc {
    max-width: 580px;
    margin-left: -50px;
    padding-top: 30px;
}

.aimMainDesc p:first-child {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
    padding-bottom: 18px;
}

.aimMainDesc p {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    padding-bottom: 18px;
    text-align: justify;
}

.aimMainDesc p:nth-child(4) {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    padding-bottom: 18px;
    position: relative;
    margin-left: 16px;
}

.aimMainDesc p:nth-child(4)::before {
    position: absolute;
    content: '';
    width: 4px;
    background: #F1492B;
    height: 70%;
    left: -16px;
}

/* Aim and Objective Page end  */

/*  */

.directMenus {
    background: #E0ECFD;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    max-width: 302px;
    Max-height: 52px;
    border-radius: 5px;
    width: 100%;
}

.directMenus p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #232D60;
}

.directMenus:hover,
.directMenus.active {
    background: #232D60;
    border: 1px solid #E6ECF8;
    box-shadow: 2px 2px 6px rgba(0, 8, 49, 0.25);
}

.directMenus:hover p,
.directMenus.active p {
    color: #ffffff;
}

.orgStruct h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
    position: relative;
}

.orgStruct h2:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: #F1492B;
    border-radius: 40px;
    bottom: 12px;
    left: 45%;
}

.orgflow {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
}

.orgflow ul {
    text-align: center;
    margin: auto;
}

.orgflow ul:first-child li {
    width: 350px;
    height: 50px;
    background: #EEFFFC;
    border: 1px solid #21AA93;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #21AA93;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.orgflow ul:first-child li:after {
    content: '';
    position: absolute;
    background-image: url('../images/down-arrow-green.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 21px;
    width: 10px;
    bottom: -28px;
}

.orgflow ul:last-child {
    display: flex;
    margin-top: 30px;
    position: relative;
}

.orgflow ul:last-child::before {
    content: '';
    position: absolute;
    width: 80.2%;
    height: 2px;
    background: #a3dcd2;
    top: -28px;
    left: 9%;
}

.orgflow ul:last-child li {
    width: 175px;
    height: 90px;
    background: #EEFFFC;
    border: 1px solid #21AA93;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #21AA93;
    margin-right: 16px;
    position: relative;
    text-transform: uppercase;
}

.orgflow ul:last-child li:before {
    content: '';
    position: absolute;
    background-image: url('../images/down-arrow-green.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 21px;
    width: 10px;
    top: -28px;
}

.docStaticMain {
    margin-top: 60px;
    text-align: center;
}

.docStaticMenu {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    background: #FFFFFF;
    border: 1px solid #E6ECF8;
    cursor: pointer;
    min-width: 938px;
    Max-height: 68px;
    border-radius: 4px;
    width: 100%;
}

.docStaticMenu p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: inline-flex;
    color: #232D60;
    align-items: center;
}

.docStaticMenu:hover p {
    color: #fff;
}

.docStaticMenu:hover {
    background: #232D60;
    border: 1px solid #E6ECF8;
    box-shadow: 2px 2px 6px rgba(0, 8, 49, 0.25);
}

.docStaticMenu:hover span {
    filter: brightness(0) invert(1);
}

.docStaticMenu span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;

    color: #232D60;
}

.docStaticMenu i {
    width: 42px;
    height: 42px;
    background: #E6ECF8;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
}

.docStaticMenu:hover i {
    background: #ffffff;
}

.goMain {
    padding-top: 60px;
}

.goMenuDown {
    font-size: 20px !important;
}

.goMenuList {
    min-width: 938px;
    height: 68px;
    margin-bottom: 20px;
    border: 1px solid #E6ECF8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.goMenuIcon {
    width: 42px;
    height: 42px;
    background: #E6ECF8;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
}

.goMenuList p:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #475269;
}

.goMenuList p:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;

    color: #232D60;
}

.goMenuView {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #232D60;
}

.goMenuList:hover {
    background: #232D60;
    border: 1px solid #E6ECF8;
    box-shadow: 2px 2px 6px rgba(0, 8, 49, 0.25);
}

.goMenuList:hover div p,
.goMenuList:hover div span {
    filter: brightness(0) invert(1);
}

.goMenuList:hover .goMenuIcon {
    background: #ffffff;
}

.onlineServiceMain {
    padding-top: 60px;
}

.onlineServSlider .otherServDiv .servSub img {
    width: 36px;
    height: 36px;

}

.gallerySlider {
    margin-left: 40px;
}

.onlineServSlider {
    width: 75%;
    margin: auto;
    padding-top: 30px;
}

.galleryDiv {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    margin: 5px;
}

.galleryImg img {
    margin: auto;
}

.galleryDiv p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    padding: 12px;
    color: #232D60;
}

.galleryMain {
    padding-top: 60px;
}

.gallerySlide .arrow-left {
    position: absolute;
    right: auto;
    top: 40%;
    left: -5%;
}

.gallerySlide .arrow-rite {
    position: absolute;
    left: auto;
    top: 40%;
}

.gallerySlide .slick-dots li button:before {
    opacity: .5;
    color: #F1492B;
}

.gallerySlide .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #F1492B;
}

.gallerySlide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
}

.aboutMain {
    padding-top: 60px;
}

.aboutDesc {
    min-width: 938px;
    background: #FBF9F7;
    border-radius: 5px;
    padding: 24px;
    margin-top: 35px;
    margin-bottom: 60px;
}

.aboutDesc p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 18px;
    color: #000000;
}

.aboutDesc p:last-child {
    padding-bottom: 0;
}

/* trimester page start */

.patternHead h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
}

.patternHead h2::after {
    position: absolute;
    content: '';
    width: 79px;
    height: 4px;
    background: #F1492B;
    border-radius: 3px;
    bottom: -4px;
}

.patternDesc {
    padding-top: 30px;
}

.patternDesc p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 20px;

}

.termCircle {
    width: 120px;
    height: 120px;
    background: #E6ECF8;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    color: #232D60;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.termMain {
    padding-top: 40px;
    padding-bottom: 70px;
    justify-content: center;
    align-items: center;
}

.termSec {
    border-right: 1px solid #E6ECF8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.border-0 {
    border: 0;
}

.termMonth {
    padding-top: 21px;
    text-align: center;
}

.termMonth p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #232D60;
    justify-content: center;
}

.trimTable {
    padding-top: 62px;
}

.trimTable .table thead th {
    vertical-align: middle;
    border-bottom: 0;
    text-align: center;
}

.trimTable .table thead {
    /* border-left: 2px solid #232D60;
    border-right: 2px solid #232D60;
    border-top: 2px solid #232D60; */
}

.trimTable .table tbody {
    /* border-left: 1px solid #232D60;
    border-right: 1px solid #232D60; */
}

.table-bordered {
    border: 0;
}

.trimTable .table thead th {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.trimTable .table thead {
    background: #232D60;
    /* border-radius: 10px 10px 0px 0px; */
}

.trimTable .table-striped tbody tr:nth-of-type(odd) {
    background-color: #E6ECF8;
}

.trimTable .table-striped tbody tr {
    background-color: rgba(230, 236, 248, 0.5);
}

.trimTable .table {
    border-radius: 5px;
    overflow: hidden;
}

.trimTable .table-bordered td {
    border-top: 0;
    border-bottom: 0;
    border-left-color: #232d60;
    border-right-color: #232d60;
    text-align: center;
    /* border: 0; */
}

.trimTable .table-bordered tr td:first-child {
    border-left: 0;
}

.trimTable .table-bordered tr td:last-child {
    border-right: 0;
}

.activTable .table thead th {
    border-top: 0;
    border-bottom: 0;
}

.activTable .table thead th:first-child {
    border-left: 0;
}

.activTable .table thead th:last-child {
    border-right: 0;
}

.trimesterPoints {
    background: #FBF9F7;
    border-radius: 5px;
    margin-top: 90px;
    margin-bottom: 60px;
}

.trimesterPoints ul {
    list-style-type: disc;
    padding: 25px;
    padding-left: 55px;
}

.trimesterPoints ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
}

.activityLeaningPoints {
    margin-top: 40px;
    margin-bottom: 0;
}

.featureTrimester {
    margin-top: 30px;
}

.advantTrimesterPoints {
    margin-top: 80px;
}

/* contact Us page start */
.contactMain {
    padding-top: 35px;
}

.pocInfo h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
}

.pocInfo h2::after {
    position: absolute;
    content: '';
    width: 79px;
    height: 4px;
    background: #F1492B;
    border-radius: 3px;
    bottom: -4px;
}

.pocInfo p.pocName {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    color: #000000;
    padding: 10px 0;
}

.pocInfo p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.pocInfo {
    padding-left: 18px;
}

.pocMain {
    display: flex;
    padding-bottom: 58px;
}

.directMenusMain {
    position: sticky;
    top: 20%;
}

.directMenusTopMain {
    position: relative;
}

#accordionContact .acc-card-header a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
}

#accordionContact .acc-card-header a[aria-expanded="true"]:after {
    /* symbol for "collapsed" panels */
    content: "\f106";
}

#accordionContact .acc-card-header a[aria-expanded="true"] {
    background-color: #232D60;
    color: #ffffff;
}

#accordionContact .acc-card-header a {
    background: #FFFFFF;
    border: 1px solid #E6ECF8;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px 24px;
    display: block;
    min-width: 1044px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #232D60;
    margin-bottom: 18px;
    max-height: 48px;
}

#accordionContact .card {
    border: 0;
}

#accordionContact .acc-card-header a:hover {
    background: #232D60;
    color: #ffffff;
}

.trimTable.conAccTable {
    border: 1px solid #E6ECF8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding-top: 0;
    min-width: 1044px;
}

.trimTable.conAccTable .table-bordered td {
    border: 0;
    color: #232D60;
    text-align: center;
}

.trimTable.conAccTable .table-bordered tr td:first-child {
    text-align: center;
}

.trimTable.conAccTable .table thead {
    background: #e6ecf8;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0.13em solid rgba(35, 45, 96, 0.5);
    border-left: 0;
    border-right: 0;
}

.trimTable.conAccTable .table thead th {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #232D60;
    border: 0;
}

.trimTable.conAccTable .table tr {
    border: 0 !important;
}

.trimTable.conAccTable .table tbody {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #232D60;
}

.conAccTable .table {
    margin-bottom: 0;
}

.contactAccordion .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.docTabsMenu {
    background: url('../images/file-sky.png');
    width: 235px;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding: 36px 16px 16px 30px;
}

.docTabsMenu:hover {
    background: url('../images/file-blu.png');
}

.docTabsMenu.active {
    background: url('../images/file-blu.png');
}

.docTabsMenu:hover .docTabIcon,
.docTabsMenu.active .docTabIcon {
    background: #E6ECF8;
}

.docTabsMenu:hover .docTabIcon img,
.docTabsMenu.active .docTabIcon img {
    filter: none;
}

.docTabIcon {
    width: 32px;
    height: 32px;
    background: #232D60;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.docTabIcon img {
    filter: brightness(0) invert(1);
}

.docTabsMenu:hover .docTabInfo p,
.docTabsMenu.active .docTabInfo p {
    color: #ffffff;
}

.docTabInfo p:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #232D60;
    padding-top: 32px;
    padding-bottom: 8px;
}

.docTabInfo p:last-child {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.docTabs {
    padding-top: 34px;
    margin-right: -15px;
    margin-left: -15px;
}

.docTabs #myTab li {
    padding-bottom: 56px;
}

.docTabs .nav-tabs {
    border: 0;
}

.docTabs tr td {
    vertical-align: middle;
}

table.dataTable {
    border-collapse: collapse !important;
}

.docTabs tr {
    border: 1px solid #E6ECF8 !important;
    border-radius: 5px;
    margin-bottom: 18px;
    border-collapse: collapse !important;
}

.docTabs tr td p:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #475269;
}

.docTabs tr td p:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #232D60;
}

.goMain .goTabPagination {
    min-width: 938px;
}

.goTabMain {
    padding-top: 20px;
}

.goTabMain .goMenuList {
    max-width: 1014px;
}

.goMenuName {
    min-width: 270px;
}

.goTabPagination {
    display: flex;
    justify-content: space-between;
    max-width: 1014px;
    align-items: center;
}

.goTabPagination p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #232D60;
}

.goTabPagination ul li {
    padding-bottom: 0;
}

.goTabPagination .page-link {
    padding: 17px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 0;
    text-align: center;
    color: #232D60;
}

.goTabPagination .page-item {}

.goTabPagination .page-item:first-child .page-link,
.goTabPagination .page-item:last-child .page-link {
    padding: 9px 15px;
}

.actRuleTabs {
    padding-top: 36px;
}

.actRuleTabs>div.welTabsMob>ul {
    padding-left: 80px;
    border-bottom: 1px solid #C2C2C2 !important;
    position: relative;
    max-width: 1014px;
}

.actRuleTabs .actRuleTab {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 2px solid transparent;
    color: #858DAC;

    display: block;
}

.actRuleTabs .actRuleTab.active,
.actRuleTabs .actRuleTab:hover {
    color: #232D60;
    border-color: #232D60;
}

.actsearchMain {
    position: absolute;
    right: 0;
    bottom: -5px;
}

#myActTabContent {}

.actRoleSearch.has-search .form-control-feedback {
    color: #232d60 !important;
}

.actRoleSearch .form-control {
    padding-left: 2.375rem;
    background: #FFFFFF !important;
    border: 1px solid #E6ECF8 !important;
    border-radius: 5px;
    color: #232d60 !important;
    width: 289px;
    height: 36px;
}

.actTabMain .goMenuList {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
}

.actTabMain .goMenusNo {
    width: 100px;
    padding-left: 30px;
}

.actTabMain .goMenuName {
    min-width: 75%;
}

.verTabs {
    display: flex;
    flex-wrap: wrap;
    padding-top: 34px;
}

.verTabs .nav-pills {
    display: flex;
}

.verTabs .nav-pills>a {
    width: 47%;
    margin-right: 22px;
}

.verTabs .goTabPagination {
    width: 100%;
    padding-right: 15px;
}

.verTabs .docStaticMenu {
    /* min-width: 246px;
    max-width: 246px; */
    min-width: inherit;
    max-width: inherit;
    min-height: 68px;
}

.verTabs .docStaticMenu.active {
    background: #232D60;
    border: 1px solid #E6ECF8;
    box-shadow: 2px 2px 6px rgba(0, 8, 49, 0.25);
}

.verTabs .docStaticMenu.active p {
    color: #fff;
}

.verTabs .docStaticMenu.active i {
    background: #ffffff;
}

.verTabs .tab-content>.tab-pane,
.verTabs .tab-content {
    min-height: 400px;
    height: 400px;
}

.r2infoMain {
    padding-top: 34px;
}

.r2infoMain h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #000000;
}

.r2infoMaincontent p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 10px 0;
}

.r2infoBtn {
    width: 203px;
    height: 54px;
    background: #FFD522;
    border: 1px solid #FFD522;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 22px;
    color: #232D60;
}

.r2infoTableSec p {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #929292;
    padding-bottom: 34px;
}

.r2infoTableSec {
    padding-top: 62px;
}

.citiChart {
    padding: 32px 0;
    margin-top: 32px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.citiChart a {
    width: 100%;
}

.citiChart iframe {
    width: 432px;
    margin: 0 auto;
}

.welfareTabs {
    max-width: 100%;
}

.actRuleTabs.welfareTabs>div.welTabsMob>ul {
    padding-left: 8.333%;
    padding-right: 8.333%;
    max-width: 100%;
    justify-content: space-between;
}

.actRuleTabs.welfareTabs .actRuleTab {
    color: #929292;
    font-weight: normal;
}

.actRuleTabs.welfareTabs .actRuleTab.active,
.actRuleTabs.welfareTabs .actRuleTab:hover {
    font-weight: 600;
    color: #232D60;
    border-color: #232D60;
}

.noonMealCon {
    display: flex;
    padding-top: 32px;
}

.noonMealMain {
    padding-left: 8.333%;
    padding-right: 8.333%;
    padding-top: 62px;
    padding-bottom: 50px;
}

.imgContainer {
    min-width: 408px;
}

.conContainer {
    padding-left: 17px;
}

.conContainer p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 10px;
}

.welfareTabs .tab-content {
    margin-bottom: 120px;
}

.conContainer h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
}

.welTeacherMain {
    padding-top: 32px;
}

.welTeacherMain img {
    padding-bottom: 16px;
}

.welTeacherMain p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
    color: #000000;
}

.btn-drop:hover {
    color: #ffffff;
}

.btn-drop {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #232D60;
}

.btn-drop::before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 20px;
    font-size: 20px;
}

.nav-tabs {
    border-bottom: 0;
}

.actRuleTabs>ul {
    padding-left: 80px;
    border-bottom: 1px solid #C2C2C2 !important;
    position: relative;
    max-width: 1014px;
}

.goMenuHead .dropdown-menu {
    width: 100%;
    margin-top: -15px;
    border: 1px solid #E6ECF8;
    box-sizing: border-box;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    left: 100% !important;
    top: 0 !important;
}

.goMenuHead .dropdown-item {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding: 15px 18px;
    color: #232D60;
}

.goMenuHead .dropdown-item:hover,
.goMenuHead .dropdown-item.active {
    background: #232D60;
    color: #ffffff;
}