﻿.footerLogo
{max-width:90px; height:auto;}
.navbar{
    border-bottom: 4px solid #d45615;
}
.card-header-transparent {
    border-bottom: none;
    background-color: rgba(0,0,0,.6);
}
    .card-header-transparent h5{color:#ffffff;}
    /*----  Main Style  ----*/
    #cards_landscape_wrap-2 {
        text-align: center;
    }
  #cards_landscape_wrap-2 .container {
        padding-top: 30px;
    
    }

    #cards_landscape_wrap-2 a {
        text-decoration: none;
        outline: none;
    }

    #cards_landscape_wrap-2 .card-flyer {
        border-radius: 5px;
    }

        #cards_landscape_wrap-2 .card-flyer .image-box {
            background: #ffffff;
            overflow: hidden;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
            border-radius: 5px;
        }

            #cards_landscape_wrap-2 .card-flyer .image-box img {
                -webkit-transition: all .9s ease;
                -moz-transition: all .9s ease;
                -o-transition: all .9s ease;
                -ms-transition: all .9s ease;             
                height: 200px;
            }

        #cards_landscape_wrap-2 .card-flyer:hover .image-box img {
            opacity: 0.7;
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
            transform: scale(1.15);
        }

        #cards_landscape_wrap-2 .card-flyer .text-box {
            text-align: center;
        }

            #cards_landscape_wrap-2 .card-flyer .text-box .text-container {
                padding: 30px 18px;
            }

    #cards_landscape_wrap-2 .card-flyer {
        background: #ffd331;
              -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
    }

        #cards_landscape_wrap-2 .card-flyer:hover {
            background: #fff;
            box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            margin-top: 50px;
        }

        #cards_landscape_wrap-2 .card-flyer .text-box p {
            margin-top: 10px;
            margin-bottom: 0px;
            padding-bottom: 0px;
            color: #000000;
            word-wrap: break-word;
        }

        #cards_landscape_wrap-2 .card-flyer .text-box h6 {
            margin-top: 0px;
            margin-bottom: 4px;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
            font-family: 'Roboto Black', sans-serif;
            /* letter-spacing: 1px; */
            color: #2b476d;
        }


 
.preview-card {
    position: relative;
    margin: 15px;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(34, 35, 58, 0.2);
    padding: 30px 25px 30px;
    border-radius: 25px;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .preview-card {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .preview-card {
        min-height: 500px;
        height: auto;
        margin: 120px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .preview-card {
        height: auto;
    }
}

.preview-card__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .preview-card__item {
        flex-direction: column;
    }
}

.preview-card__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.preview-card__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
        transition-delay: 0.3s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
        transition-delay: 0.4s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
        transition-delay: 0.5s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
        transition-delay: 0.6s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
        transition-delay: 0.7s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
        transition-delay: 0.8s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
        transition-delay: 0.9s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
        transition-delay: 1s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
        transition-delay: 1.1s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
        transition-delay: 1.2s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
        transition-delay: 1.3s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
        transition-delay: 1.4s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
        transition-delay: 1.5s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
        transition-delay: 1.6s;
    }

    .preview-card__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
        transition-delay: 1.7s;
    }

.preview-card__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(147deg, #000 0%, #000 74%);
    box-shadow: 0px 3px 10px 1px rgba(252, 56, 56, 0.2);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

    .preview-card__img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(147deg, #000 0%, #000 74%);
        border-radius: 20px;
        opacity: 0.4;
    }

    .preview-card__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 1;
        border-radius: 20px;
        transition: all 0.3s;
    }

@media screen and (max-width: 768px) {
    .preview-card__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .preview-card__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .preview-card__img {
        height: 270px;
    }
}

.preview-card__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .preview-card__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .preview-card__content {
        padding: 0;
    }
}

.preview-card__content > * {
    transform: translateY(25px);
    transition: all 0.4s;
}

.preview-card__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.preview-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}

.preview-card__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.preview-card__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #000 0%, #000 74%);
    padding: 15px 35px;
    margin-bottom: 30px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 3px 10px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}
    .preview-card__button:hover {
        color: #ffffff;
        text-decoration: none;
        background-image: linear-gradient(158deg, #e98524 0%, #FFC107 74%);
    }



@media screen and (max-width: 576px) {
    .preview-card__button {
        width: 100%;
    }
}

/*body {
    background: url(../img/backgroud.jpg);
    background-attachment: fixed;
}*/
 
body {
    background-image: url(../img/left-bg.jpg), url(../img/bg-border.jpg);
    background-position: left, right;
    background-repeat: repeat-y, repeat-y;
    background-size: 80px, 80px;
    background-attachment: fixed;
}
 

.form-select, .form-check-input, .input-group-text, .form-control{
    border: 1px solid #31476c;
    border-radius: 8px;
}
.gj-datepicker-bootstrap [role=right-icon] button{
    border: 1px solid #002147;
    border-radius: 0 8px 8px 0;
}
.latestNews{ overflow: hidden; }
.newsItem {
    display: inline-block;
}
.newsSec .card {
/*    border: 1px solid #bd6b16;*/
    background: none;
    border-color:transparent;
}

.newsSec img {
    width:70px;
    float: left;
    padding:10px;
 
 
}
.newsItem h6{ float:left}
.newsItem h6{font-size:18px; line-height:1.5; color:#000;}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 20px;
    border-radius: 0.35rem;
}

.newsItem .date {
    font-size:16px;
    text-align: right;
    margin: 0;
    color: #d94d04;
    font-weight:bold;
 
}
.nav-tabs .nav-link {
    color: #fff;
    background-color: rgb(78 43 139);
    border-color: transparent;
}
.heroImg {
/*    max-width: 550px;*/
    width: 100%;
}
.breadcrumbMenu {
    background: #504948;
    border-radius: 0 0 10px 10px;
     box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175) !important;
}
input#ContentPlaceHolder1_Button4 {
    max-width: 300px;
}
.breadcrumb-item.active {
    color: #FFC107;
}
.pageheading{color:#000; font-size:30px;}
.linedecoration {
    width: 120px;
    height: 5px;
    margin: auto;
    border-bottom: 4px solid #f7ca22;
    display: flex;
}

.newsSec .nav-tabs {
    border-bottom: 3px solid #4f2b8a;
}
    .newsSec .nav-tabs .nav-link.active, .newsSec .nav-tabs .nav-item.show .nav-link {
        color: #4f2b8a;
        background-color: #FFC107;
        border-color: transparent;
        font-weight: bold;
    }
    .newsSec .nav-tabs .nav-link {
            border-radius: 15px 15px 0 0;
    }


table input[type="radio"] {
    border-radius: 50%;
}
table input{
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
table input:checked[type="radio"] {
    background-image: url('../img/radioWhite.svg');
}
table input:checked {
    background-color: #FDC800;
    border-color: #FDC800;
}
    table input+label{
        font-weight: 500 !important;
        margin-bottom: 0.5rem;
        margin: 0 15px;
    }
.modal-header {
    background: #FFC107;
}

.accordion-button {
    padding: 0;
    font-size:20px;
}
.accordion-header {
    margin-bottom: -2px;
    border: 2px solid #bdbdbd;
    padding: 15px;
    border-radius: 10px;
}

.accordion-button::after {
    background-color: #ffef63;
    border-radius: 30px;
}
.accordion-body {
    border: 1px solid #cbc6c6;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 15px !important;
}
.btn-primary{
    color: #000000;
    background-color: #FDC800;
    border-color: #FDC800;
}

hr {color: #9E9E9E;}
.accordion-item {
    margin-bottom: 15px;
}
.form-check{
    padding-left: 0;
}
.mggsLogo {
    max-height: 120px;
}
.heighlightColor{
    color: #d45615;
}
h5{
    border-left: 5px solid #cc5b20;
    border-bottom: 2px solid #cc5b20;
    padding-left: 15px;
    line-height: inherit;
    box-shadow: 0 1px 0px 0;
    border-top: none;
    border-right: none;
    display: block;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    border: none;
    padding: 0;
    box-shadow: none;
}
 

/* The icon */
.help-tip {
    position: absolute;
    top: 58%;
    right: 12px;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    border: 2px solid #cc5b20;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 18px;
    cursor: default;
    z-index:9;
}
 .help-tip:before {
        content: '!';
        font-family: sans-serif;
        font-weight: normal;
        color: #444;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease;
        animation: fadeIn 0.3s ease;
    }

    /* The tooltip */
    .help-tip p {
        display: none;
        font-family: sans-serif;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        /*background-color: #FFFFFF;*/
        background-color:black;
        padding: 12px 16px;
        width: 350px;
        height: auto;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 5%);
        border-radius: 3px;
        /* 	border: 1px solid #E0E0E0; */
        box-shadow: 0 0px 20px 0 rgba(0,0,0,0.1);
        /* color: #37393D;*/
        color: aqua;
        font-size: 14px;
        line-height: 18px;
        z-index: 99;
    }

        .help-tip p a {
            color: #067df7;
            text-decoration: none;
        }

            .help-tip p a:hover {
                text-decoration: underline;
            }

        /* The pointer of the tooltip */
        .help-tip p:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-bottom-color: #FFFFFF;
            top: -9px;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        /* Prevents the tooltip from being hidden */
        .help-tip p:after {
            width: 10px;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

/* CSS animation */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}


.schoolAdmissionLogo{max-width:300px;}

/**/

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 90%;
}
.btn-primary {
    color: #000000;
    background-color: #FDC800;
    border-color: #FDC800;
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow: 0px 3px 10px rgba(252, 56, 56, 0.4);
}
    .btn-primary:hover {
        color: #ffffff;
        background-color: #504948;
        border-color: #FDC800;
        border-radius: 8px;
        padding: 10px 15px;
    }
.sdLogo, .schoolImgLogo, .govlogo{
    width: auto;
    height:65px;
}
/* .bannerBottom {
    border-bottom: 20px solid #2b6abb;
}*/
.bg-light {
    background-color: #ffffff !important;
}
.breadcrumb-item a{color:#ffffff;}
.bg-secondary {
    background-color: #494443 !important;
}
section.hedingMD {
    padding: 2px 0;
    background: #3c68ba;
    text-align: center;
}
h1.heading{
    color: #ffffff;
    font-weight: bold;
    margin:15px 0;
}
h1.heading span {
        background: #2944b7;
        font-weight: bold;
        width: 200px;
        height: 6px;
    
    }



:root {
    --color-1: #f68121;
    --color-2: #46d2d4;
    --color-3: #582c8b;
    --color-4: #0166b4;
    --color-5: #abc02f;
}

.page-wrapper {
    
}

.infographic-cards {
    width: 100%;
    position: relative;
    display: flex;
    gap: 2%;
    justify-content: center;
    padding-left: 0;
}

    .infographic-cards li{
        list-style: none;
        width: 230px;
        height: 230px;
        padding:15px;
        background: #eee;
        position: relative;
        background-image: linear-gradient(to bottom right, #e9eaecda, #ffffff);
        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
        box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
        text-align: center;
        display: inline-block;
        margin-bottom: 25px;
        border-radius: 51%;
    }
        .infographic-cards li h5 {
            font-size: 25px;
            font-weight: 800;
            margin-bottom: 15px;
            border:none;
        }

        .infographic-cards li h6 {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 0;
        }

        .infographic-cards li.color-1 {
            border: 10px solid var(--color-1);
            color:  var(--color-1);
        }

        .infographic-cards li.color-2 {
            border: 10px solid var(--color-2);
        }

        .infographic-cards li.color-3 {
            border: 10px solid var(--color-3);
        }

        .infographic-cards li.color-4 {
            border: 10px solid var(--color-4);
        }
        .infographic-cards li.color-5 {
            border: 10px solid var(--color-5);
        }

        .infographic-cards li i {
            font-size: 35px;
            margin-bottom: 15px;
        }

        .infographic-cards li.color-1 i {
            color: var(--color-1);
        }

        .infographic-cards li.color-2 i {
            color: var(--color-2);
        }

        .infographic-cards li.color-3 i {
            color: var(--color-3);
        }

        .infographic-cards li.color-4 i {
            color: var(--color-4);
        }
        .infographic-cards li.color-5 i {
            color: var(--color-5);
        }

.number-box {
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 23px;
    border-radius: 60px 60px 0 0;
    width: 60px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: inset 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.2), 0em 0.05em rgba(255, 255, 255, 0);
    font-weight: 800;
    color: #fff;
}

.infographic-cards li.color-1 .number-box {
    background: var(--color-1);
}

.infographic-cards li.color-2 .number-box {
    background: var(--color-2);
}

.infographic-cards li.color-3 .number-box {
    background: var(--color-3);
}

.infographic-cards li.color-4 .number-box {
    background: var(--color-4);
}
.infographic-cards li.color-5 .number-box {
    background: var(--color-5);
}
@media screen and (max-width:991px) {
    .infographic-cards {
        flex-wrap: wrap;
    }

        .infographic-cards li {
            flex: 0 0 auto;
            width: calc(100% /2.5);
        }
}

@media screen and (max-width:578px) {

    .infographic-cards li {
        width: calc(100% /1);
    }
}
.borderTab {
    border: 1px solid #46d2d4;
    padding: 15px;
    padding-bottom: 60px;
    border-radius: 0 0 30px 30px;
    max-height:500px;
}
    .borderTab .btn {
        padding: 4px 8px;
        font-size: 14px;
    }

    /*loader*/
.preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Absolute Center Spinner */

:root {
     --color-brand: #f1b044;
}
 
.loader {
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 80px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: relative;
    background: linear-gradient(var(--color-brand) 30px, transparent 0) no-repeat;
    background-size: 2px 40px;
    background-position: 50% 0px;
    animation: spinx 5s linear infinite;
}

    .loader:before,
    .loader:after {
        content: "";
        width: 40px;
        left: 50%;
        height: 35px;
        position: absolute;
        top: 0;
        transform: translatex(-50%);
        background: rgba(255, 255, 255, 0.4);
        border-radius: 0 0 20px 20px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 0 0px;
        animation: lqt 5s linear infinite;
    }

    .loader:after {
        top: auto;
        bottom: 0;
        border-radius: 20px 20px 0 0;
        animation: lqb 5s linear infinite;
    }

@keyframes lqt {
    0%, 100% {
        background-image: linear-gradient(var(--color-brand) 40px, transparent 0);
        background-position: 0% 0px;
    }

    50% {
        background-image: linear-gradient(var(--color-brand) 40px, transparent 0);
        background-position: 0% 40px;
    }

    50.1% {
        background-image: linear-gradient(var(--color-brand) 40px, transparent 0);
        background-position: 0% -40px;
    }
}

@keyframes lqb {
    0% {
        background-image: linear-gradient(var(--color-brand) 40px, transparent 0);
        background-position: 0 40px;
    }

    100% {
        background-image: linear-gradient(var(--color-brand) 40px, transparent 0);
        background-position: 0 -40px;
    }
}

@keyframes spinx {
    0%, 49% {
        transform: rotate(0deg);
        background-position: 50% 36px;
    }

    51%, 98% {
        transform: rotate(180deg);
        background-position: 50% 4px;
    }

    100% {
        transform: rotate(360deg);
        background-position: 50% 36px;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-family: var(--font-mobile-family);
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
}

@media screen and (min-width: 801px) {
    html {
        font-family: var(--font-desktop-family);
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
}

@media (prefers-color-scheme: light) {
    html {
        background-color: var(--color-light-background);
        color: var(--color-light-text);
    }
}

@media (prefers-color-scheme: dark) {
    html {
        background-color: var(--color-dark-background);
        color: var(--color-dark-text);
    }
}
.backdrop {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(100px);
}
.imgbarcode{max-width:60px; margin-right:15px;}