@charset "utf-8";



/* Root CSS Files */

body {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif !important;

}




p {
    font-size: 14px !important;
    font-weight: 600 !important;
}

ul li {
    font-size: 17px !important;
    font-weight: 600 !important;
    padding: 5px;
}


span {
    /*	color: #3085de !important;*/
    color: #ffffff !important;
}

.outer span {
    /*	color: #3085de !important;*/
    color: #32325d !important;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 800 !important;
}

.btn-submit {
    background: #32325d !important;
    border: 1px solid #32325d !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #45a0ff !important;
    background-color: #32325d !important;
    box-shadow: none;
}

.bg {
    background: url('../images/elements/awesome-feat-bg-2.png') no-repeat;
}

.hr {
    position: relative;
    margin: 0px 0;
    display: inline-block;
    width: 4%;
    background-color: #4db7fe;
    height: 5px;
    border-radius: 2px;
    left: 47.5%;
}

.white {
    background-color: #ffffff !important;
}


/*----- Reseted Container Size-----*/
.container {
    max-width: 1200px !important;
}

.carousel-inner img {
    border: 10px solid #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #eee;
    margin: 10px;
}

.parallax-window {
    position: relative;
    background: #4db7fe4a;
    padding: 50px 0px;
}

.parallax-window .container {
    position: relative;
    z-index: 2;
}

.btn-apply {
    font-size: 20px;
}


/*===================================================
					HEADER SECTION START
=====================================================*/
.section-header {
    position: relative;
    background: url('../images/bg-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 3;
}

.section-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    /*	background: #2f99fd;*/
    background-image: linear-gradient(30deg, #5a77e0, #2f99fd, skyblue);
    z-index: 1;
}


#desc {
    margin-top: 8%;
}

.section-header .out {
    position: relative;
}

.section-header .logo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 70px;
    border: 10px;
    z-index: 2;
    width: 100%;
}

.contact-number {
    position: absolute;
    top: -60px;
    right: 15px;
    height: 80px;
    border: 10px;
    z-index: 3;
    width: 300px;

}

.contact-number h3 {
    color: #fff !important;
    font-weight: 800;
}


.section-header .headinhg-main {
    font-weight: 800 !important;
    font-size: 45px !important;
    color: white;
    position: relative;
    z-index: 3;

}

.section-header .headinhg-secondry {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: white;
    position: relative;
    z-index: 3;
}

.section-header .head-outer {
    border: 10px solid #fff;
    border-radius: 10px;
    padding: 25px 15px;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 0 10px 0 #666;
    position: relative;
    background: #eee;
    float: left;
    margin-bottom: 20px;
    z-index: 3;
}

.section-header .head-outer .heading {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
}

.section-header .head-outer .h2 {
    color: #fff !important;
    text-shadow: 0 0 20 0;
}

.section-header .head-outer .part-1 {
    position: relative;
    width: calc(40% - 20px);
    height: 100%;
    float: left;
    margin: 0 10px;
}

.section-header .head-outer .part-1::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    right: -12px;
    width: 2px;
    background: white;
}

.section-header .head-outer .asat {
    font-size: 67px !important;
    line-height: 67px;
    margin: 0px;

}

.section-header .head-outer .date {
    font-size: 30px !important;
    line-height: 50px;
    margin: 0px;
    color: #45a0ff;
}

.section-header .head-outer .sub-text {
    font-size: 14px;
    font-weight: 600;
}

.section-header .head-outer .text {
    font-size: 13px !important;
    font-weight: 600;
    color: black;
    margin: 0px;
}

.section-header .head-outer .part-2 {
    width: calc(60% - 20px);
    height: 100%;
    float: left;
    margin: 0 10px;
}

.section-header .head-outer h4 {
    font-weight: 800 !important;
    font-size: 15px !important;
    background: white;
    padding: 6px;
    border-radius: 10px;

}

.section-header .bootom-strip {
    z-index: 1;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.section-header .bootom-strip img {
    width: 100% !important;
}

.section-header .outer {
    background: #f5f5f5;
    padding: 15px;
    box-shadow: 0 0 10px 0;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}

.section-header .btn-apply {
    position: relative;
    z-index: 3;
    background: #32325d !important;
    border: none !important;
    width: 200px;
    padding: 10px;
    font-size: 18px !important;
}


/*===================================================*/


/*-------OUR LATEST RESULT SMALL SECTION---------*/
.result-slider {
    text-align: center !important;
    max-width: 90%;
    margin: 0 auto;
    position: relative;

}

.result-slider .hr {
    position: absolute;
}

#asat-result-slider {
    margin-top: 20px;
}

/*-----------------------------------------------*/


/*-------INTRODUCE VISON SECTION HERE------------*/

.section-st-count {
    padding: 50px 0;
}

.section-st-count h1 {
    font-size: 3.5rem;
}

.section-st-count .text {
    font-size: 20px;
}

.section-st-count h4 {
    font-size: 26px !important;
    color: #C5740D;
}


/*----------------------------------------------*/


/*===================================================
					Section-1 ALL AIR-1
=====================================================*/

.section-1 {
    padding: 50px 0px;
    background: #f5f5f5;
}

.carding {
    position: relative;
}

.owl-carousel {
    margin: 0px;
    height: auto !important;
}

.owl-carousel .student-details {
    padding: 15px;
}

.student-details h2 {
    font-weight: 900;
    font-size: 40px !important;
    color: #8E1D1F !important;
    line-height: 20px;
}

.student-details .btn-primary {
    color: #fff;
    border-color: #45a0ff !important;
    background-color: #45a0ff !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}


.toppers .owl-wrapper {
    margin-top: 100px;
}


.toppers .toppers-box {
    position: relative;
    z-index: 1;
    padding: 20px;
    border: 1px solid #eee;
    margin: 10px !important;
    box-shadow: 0 0 15px #eee;
    background: #fff;
}

.toppers .toppers-box .card-image {
    position: absolute;
    top: -153px;
    left: -45px;
    z-index: 1;
    padding: 20px;
    width: 240px;
    overflow: visible !important;
}


.toppers .toppers-box .rank {
    position: absolute;
    width: 80px;
    height: 60px;
    right: 48px;
    top: 0px;
    z-index: 2;
    padding: 20px;
}


.toppers .prev {
    height: 35px;
    width: 35px;
    background: #45a0ff;
    color: white !important;
    border-radius: 100px;
    position: absolute;
    left: -20px;
    top: 220px;
    font-size: 15px !important;
    box-shadow: 0 0 15px 0 #AFAFAF !important;
}

.toppers .next {
    height: 35px;
    width: 35px;
    background: #45a0ff;
    color: white !important;
    border-radius: 100px;
    position: absolute;
    right: -20px;
    top: 220px;
    box-shadow: 0 0 15px 0 #AFAFAF !important;
}

.toppers .me {
    padding: 9px;
}


/*===================================================
				Section-1 TEXT SECTION END
=====================================================*/

/*===================================================
				Section-2 TEXT SECTION START
=====================================================*/

.section-2 {
    padding: 50px 0px;
    position: relative;
}


.seprator {
    position: absolute;
    width: 1px;
    height: 50%;
    background: #C9C9C9;
    top: 140px;
    left: 50%;
    margin-left: -1px;

}


/*===================================================*/

/*===================================================
				Section-3 SECTION START
=====================================================*/


.section-3 {
    padding: 50px 0px 0 0;
    background: linear-gradient(30deg, #eae9e7, #f0efed, #eae9e7);
    overflow: hidden;
}

.section-3 .row {
    position: relative;
}

.section-3 .features {
    border: 5px dotted #f9b101;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 0 7px #999;
}

.section-3 .features img {
    width: 65px !important;
    height: 65px !important;
}

.section-3 .border-1 {
    position: absolute;
    background: #E1090C;
    height: 5px;
    width: 87%;
    top: 50%;
    margin-top: -5px;
    left: 0;
}

.section-3 .border-left-new {
    position: absolute;
    background: #E1090C;
    height: 390px !important;
    width: 5px !important;
    top: 50%;
    left: 0;
    z-index: 3;
    cursor: default;
}

.section-3 .button-left {
    position: absolute;
    background: #E1090C;
    height: 40px !important;
    width: 250px !important;
    top: 100px;
    left: 0;
    border: none;
    border-radius: 0px 50px 50px 0px;
    z-index: 3;
    cursor: default;

}

.section-3 .button-left:hover {
    background: #E1090C !important;
}


.section-3 .border-2 {
    position: absolute;
    background: #f9b101;
    height: 5px;
    width: 87%;
    top: 50%;
    margin-top: -5px;
    right: 0;
    /*    box-shadow: 0 0 3px;*/
}

.section-3 .border-right-new {
    position: absolute;
    background: #f9b101;
    height: 200px !important;
    width: 5px !important;
    top: 50%;
    right: 0;
    z-index: 3;
}

.section-3 .button-right {
    position: absolute;
    background: #f9b101;
    height: 40px !important;
    width: 250px !important;
    top: 100px;
    right: 0;
    border: none;
    border-radius: 50px 0px 0px 50px;
    z-index: 3;
    cursor: default;
}

.section-3 .button-right:hover {
    background: #f9b101;
    cursor: default;
}

.system-bg {
    background: url('../images/system-bg.jpg');
    background-size: cover;
    height: 450px !important;
    width: 100%;
    overflow: hidden;

}



.section-3 .bg-1 {
    display: block;
    background-color: transparent;
}

.section-3 .bg-2 {
    display: block;
    background-color: transparent;
}

.section-3 .heading-1 {
    display: none;
}

.section-3 .heading-1 {
    display: none;
}


/*===================================================*/


/*===================================================
				Section-4 SECTION START
=====================================================*/





/*----------bg Setting Start---------------*/
.section-shaped .shape-style-1.shape-primary {
    background: linear-gradient(150deg, #45a0ff 15%, #45a0ff 70%, #45a0ff 94%) !important;
}

.section-hero {
    min-height: auto !important;
}

/*----------bg Setting End---------------*/

.section-4 h1 {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 50px;
}

.section-4 h2 {
    color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 h3 {
    color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 h5 {
    font-weight: 400 !important;
    color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 p {
    margin: 0px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 .counter {
    margin-bottom: 15px;
}

.section-4 .counter img {
    width: 100px;
    padding: 10px;
}

.counter .img-count {
    padding: 24px;
    vertical-align: middle;
    width: 100%;
    background-color: #434242 !important;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 15px #666;
    margin-bottom: 15px;
}

.section-4 .counter .img-count h2 {
    color: #f9b101;
}

.section-4 .count-image {
    width: 170px;
    height: 190px;
    margin-bottom: 15px;
}


/*===================================================*/


/*===================================================
				Section-5 SECTION END
=====================================================*/

.section-5 {
    padding: 50px 0px;
}

.section-5 ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

.section-5 ul li {
    font-size: 14px !important;
}

.section-5 .outer-address {
    padding: 10px;
    margin: 15px 0;
    border: 3px solid #eee;
    color: black !important;
}

.section-5 .outer-address:hover {
    box-shadow: 0 0 30px 0 #ccc;
    border: 3px solid #fff;
    /*	transition: all 500ms;*/
    background: #45a0ff;
    color: #fff !important;
}

.btn-apply-1 {
    background: #32325d !important;
    border: 1px solid #32325d !important;
    box-shadow: 0 0 10px 0;
    width: 200px;
    font-size: 20px !important;
    margin-top: 6px !important;
}


/*===================================================*/



.section-2-footer {
    background: #252525;
    padding: 10px 20px;
    margin-bottom: 0px !important;
}

.section-2-footer .border-new {
    border-bottom: .5px solid #636363;
    padding: 10px;
    border-top: .5px solid #636363;
}

.section-2-footer p {
    font-size: 18px;
    color: #AAAAAA;
    font-weight: 600;
}

.section-2-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.section-2-footer ul li {
    display: inline-block;
}

.section-2-footer ul li a {
    font-size: 13px;
    color: #AAAAAA;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.section-2-footer ul li a::after {
    content: '\002E';
    font-size: 34px;
    position: absolute;
    right: -3px;
    line-height: 0;
    top: 0px;

}

.section-3-footer {
    background: #252525;
    padding: 0px 20px 10px 20px;
    margin-bottom: 0px !important;
}

.section-3-footer img {
    margin: 0px;
    padding: 0 20px !important;
    height: 50px;
}

.section-2-footer .col-lg-2 {
    margin-bottom: 0px !important;
}

.section-3-footer p {
    font-size: 10pt;
    color: #AAAAAA;
    margin: 0;
    font-weight: 600;
}

.section-3-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.section-3-footer ul li {
    display: inline-block;
}

.section-3-footer ul li a {
    font-size: 13px;
    color: #AAAAAA;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.section-3-footer ul li a:after {
    content: '\002E';
    font-size: 34px;
    position: absolute;
    right: -3px;
    line-height: 0;
    top: 0px;

}

.section-3-footer ul li a:nth-last-child(3)::after {
    content: '';
    background: red;
}
















/*-----------Page Utility-----------*/

#back-to-top {
    cursor: pointer;
    position: fixed;
    font-weight: 500;
    bottom: 20px;
    padding: 7px 10px;
    width: 32px;
    right: 20px;
    height: 32px;
    display: none;
    background-color: #126ac5;
    -webkit-box-shadow: -2px 2px 12px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 2px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 2px 12px -5px rgba(0, 0, 0, 0.75);
    z-index: 100;
    overflow: hidden;
    color: #FFF !important;
    border: none;
    border-radius: 50px;
}






.outer-new {
    position: relative;
    z-index: 5;
    box-shadow: 0 0 10px;
    border-radius: 10px;
}



.upper {
    position: relative;
    margin-top: 10%;
    padding: 50px;
    border-radius: 10px 10px 0px 0px;
    background: #fff;
    background-size: cover;
    z-index: 2;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 35px solid #e2e2e2;
    position: absolute;
    top: 35%;
    left: 50%;
    margin: 0px auto;
}

.upper h1 {
    font-size: 85px;
    color: #4179de;
    position: relative;
    z-index: 2;
}

.lower {
    background: #f3f3f3;
    padding: 50px;
    box-shadow: 0 10 15px 0;
}


.lower h2 {
    font-size: 23px;
    font-weight: 800;
}

.bottom {
    position: relative;
    padding: 8px;
    border-radius: 0px 0px 10px 10px;
    background: #323232;
    background-size: cover;
    z-index: 2;
    color: #fff !important;
}

.bottom ul {
    list-style: none;
    margin: 0px;
}


.bottom ul li {
    display: inline-block;
}

.bottom ul li a {
    color: #fff;
    font-size: 18px;
}

.bottom ul li .bt {
    height: 34px;
    width: 34px;
}


.center-name {
    margin-left: -8px !important;
    font-weight: 800;
    font-size: 12px !important;
    text-shadow: 0 0 19px #575757;
    letter-spacing: 1px;
}




/*====================================================
			Device - 1 CSS For Tablet & Mobile
=====================================================*/


@media screen and (max-width:850px) {
    .center-name {
        margin-left: -30px !important;
        font-size: 10px !important;
    }

    .section-header .logo {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 90px;
        border: 10px;
        z-index: 2;
        width: 100%;
    }

    #desc {
        margin-top: 0% !important;
    }

    .outer-new {
        position: relative;
        z-index: 5;
        box-shadow: 0 0 10px;
        border-radius: 10px;
        margin-top: 70px !important;
    }

    .upper {
        position: relative;
        margin-top: 10%;
        padding: 20px;
        border-radius: 10px 10px 0px 0px;
        background: #fff;
        background-size: cover;
        z-index: 2;
    }

    .upper h1 {
        font-size: 50px;
        color: #4179de;
        position: relative;
        z-index: 2;
    }

    .lower {
        background: #f3f3f3;
        padding: 25px;
        box-shadow: 0 10 15px 0;
    }


    .lower h2 {
        font-size: 15px;
        font-weight: 800;
    }

    .bottom ul li a {
        color: #fff;
        font-size: 15px;
    }

    .bottom ul li .bt {
        height: 28px;
        width: 28px;
    }

    .seprator {
        display: none;
    }

    .section-3 {
        padding: 50px 0 0 0 !important;
    }

    .section-3 .heading-1 {
        display: block;
    }

    .section-3 .heading-1 {
        display: block;
    }


    .section-3 .bg-1 {
        display: block;
        background: #a04346;
        color: white;
        font-size: 15px;
        font-weight: 600;
        border-radius: 10px;
        margin-bottom: 30px;
        padding: 15px !important;
    }

    .section-3 .bg-1 .mt-3 {
        margin-top: 0px !important;
    }

    .section-3 .bg-2 {
        display: block;
        background: #dcaf42;
        color: white;
        font-size: 15px;
        font-weight: 600;
        border-radius: 10px;
        margin-bottom: 30px;
        padding: 15px !important;
    }

    .section-3 .bg-2 .mt-3 {
        margin-top: 0px !important;
    }


    .section-3 {
        padding: 0px 0px;
    }

    .section-3 .features img {
        width: 40px !important;
        height: 40px !important;
    }

    .section-3 .features {
        border: 5px dotted #dcaf42;
        border-radius: 100px;
        width: 90px;
        height: 90px;
        padding: 18px;
        background: #fff;
        box-shadow: 0 0 7px #999;
    }

    .section-3 .border-1 {
        display: none;
    }

    .section-3 .border-left-new {
        display: none;
    }

    .section-3 .button-left {
        position: absolute;
        background: #E1090C;
        height: 40px !important;
        width: 130px !important;
        top: 100px;
        left: 0;
        border: none;
        border-radius: 0px 50px 50px 0px;
        z-index: 3;

    }


    .section-3 .border-2 {
        display: none;
    }

    .section-3 .border-right-new {
        display: none;
    }

    .section-3 .button-right {
        position: absolute;
        background: #f9b101;
        height: 40px !important;
        width: 130px !important;
        top: 100px;
        right: 0;
        border: none;
        border-radius: 50px 0px 0px 50px;
        z-index: 3;
    }

    .system-bg {
        display: none;
    }



    .logo {
        position: absolute;
        width: 100%;
        border: 10px;
        z-index: 2;
    }

    .logo img {
        height: none;
        margin-right: 20px;
    }

    .contact-number {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        height: 80px;
        border: 10px;
        z-index: 3;
        width: 100%;
        text-align: center;

    }

    .contact-number h3 {
        color: #fff !important;
        font-weight: 800;
    }

    .part-1 {
        width: calc(100% - 20px) !important;
        position: relative;
    }

    .part-1::before {
        content: '';
        position: absolute;
        top: 95px !important;
        right: 0px !important;
        width: 100% !important;
        height: 2px !important;
        background: white;
    }

    .part-2 {
        width: calc(100% - 20px) !important;
    }

    .btn-apply {
        position: relative;
        z-index: 3;
        width: 200px;
        font-size: 15px !important;
    }


    .toppers .owl-wrapper {
        margin-top: 200px !important;
    }

    .toppers-box {
        position: relative !important;
        z-index: 1 !important;
        padding: 0px !important;
        border: 1px solid #eee !important;
        margin: 10px !important;
        box-shadow: 0 0 15px #eee !important;
    }

    .toppers-box .card-image {
        position: absolute !important;
        top: -196px !important;
        left: 50% !important;
        margin-left: -82px;
        z-index: 1 !important;
        padding: 20px !important;
        width: 164px !important;
        overflow: visible !important;
    }

    .toppers-box .rank {
        position: absolute !important;
        width: 80px !important;
        height: 60px !important;
        right: 48px !important;
        top: 0px !important;
        z-index: 2 !important;
        padding: 20px !important;
        display: none !important;
    }

    .toppers .prev {
        height: 35px;
        width: 35px;
        background: #45a0ff;
        color: white !important;
        border-radius: 100px;
        position: absolute;
        left: -10px;
        top: 415px;
        font-size: 15px !important;
        box-shadow: 0 0 15px 0 #AFAFAF !important;
    }

    .toppers .next {
        height: 35px;
        width: 35px;
        background: #45a0ff;
        color: white !important;
        border-radius: 100px;
        position: absolute;
        right: -10px;
        top: 415px;
        box-shadow: 0 0 15px 0 #AFAFAF !important;
    }


    .des h3 {
        font-size: 23px !important;
        text-shadow: 0 0 1px #eee;
        color: maroon;
    }

    .des {
        text-align: center;
        margin-top: 30px;
    }



}


@media screen and (max-width:480px) {

    .arrows {
        display: none;
    }
}



@media screen and (max-width:361px) {

    .arrows {
        width: 0;
        height: 0;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 35px solid #e2e2e2;
        position: relative;
        top: 35%;
        margin: 0px auto;
    }

    .section-3 .features img {
        width: 27px !important;
        height: 27px !important;
    }

    .section-3 .features {
        border: 2px dotted #dcaf42;
        border-radius: 100px;
        width: 60px;
        height: 60px;
        padding: 15px;
        background: #fff;
        box-shadow: 0 0 7px #999;
    }

    .section-3 .border-1 {
        position: absolute;
        background: #E1090C;
        height: 5px;
        width: 87%;
        top: 50%;
        margin-top: -5px;
        left: 0;
    }

    .section-3 .border-left-new {
        position: absolute;
        background: #E1090C;
        height: 280px !important;
        width: 5px !important;
        top: 50%;
        left: 0;
        z-index: 3;
    }

    .section-3 .button-left {
        position: absolute;
        background: #E1090C;
        height: 40px !important;
        width: 130px !important;
        top: 100px;
        left: 0;
        border: none;
        border-radius: 0px 50px 50px 0px;
        z-index: 3;

    }


    .section-3 .border-2 {
        position: absolute;
        background: #f9b101;
        height: 5px;
        width: 87%;
        top: 50%;
        margin-top: -5px;
        right: 0;
        /*    box-shadow: 0 0 3px;*/
    }

    .section-3 .border-right-new {
        position: absolute;
        background: #f9b101;
        height: 198px !important;
        width: 5px !important;
        top: 50%;
        right: 0;
        z-index: 3;
    }

    .section-3 .button-right {
        position: absolute;
        background: #f9b101;
        height: 40px !important;
        width: 130px !important;
        top: 100px;
        right: 0;
        border: none;
        border-radius: 50px 0px 0px 50px;
        z-index: 3;
    }

    .section-3 .title {
        font-size: 13px;
    }

    .system-bg {
        background: url('../images/system-bg.jpg');
        background-size: cover;
        height: 450px !important;
        width: 100%;
        overflow: hidden;

    }

    .logo {
        position: absolute;
        width: 100%;
        border: 10px;
        z-index: 2;
    }

    .logo img {
        height: auto;
        margin-right: 20px;
    }

    .contact-number {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        height: 80px;
        border: 10px;
        z-index: 3;
        width: 100%;
        text-align: center;
    }

    .contact-number h3 {
        color: #fff !important;
        font-weight: 800;
    }

    .part-1::before {
        content: '';
        position: absolute;
        top: 115px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: white;
    }




}



.arrows {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 35px solid #e2e2e2;
    position: relative;
    top: 35%;
    margin: 0px auto;

}



.border-red {
    border: 5px dotted #E1090C !important;
}

.date-active {
    display: none;
}





:root {
    --primary-color: #e63946;
    --secondary-color: #1d3557;
    --accent-color: #f1c40f;
    --light-color: #f1faee;
    --dark-color: #1d3557;
    --text-color: #333;
    --border-radius: 12px;
    --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}



.guests-section {
    padding: 4rem 0;
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZmZmIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IiNmMWZhZWUiPjwvcmVjdD4KPC9zdmc+');
}

.section-header1 {
    margin-bottom: 3rem;
}

.section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.section-title {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 1.5rem;
}

.decoration-line {
    height: 2px;
    width: 80px;
    background-color: var(--primary-color);
}

.decoration-icon {
    margin: 0 15px;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.section-subtitle {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    padding: 0 2rem;
}

.section-subtitle:before,
.section-subtitle:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: var(--accent-color);
}

.section-subtitle:before {
    left: 0;
}

.section-subtitle:after {
    right: 0;
}

.guests-row {
    margin-top: 2rem;
}

.guest-card {
    background-color: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.guest-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.guest-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
}

.guest-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.guest-photo {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.guest-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.guest-card:hover .guest-photo img {
    transform: scale(1.05);
}

.photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    color: white;
    text-align: center;
}

.guest-designation {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.guest-info {
    padding: 1.5rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.guest-name {
    color: var(--secondary-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.guest-position {
    color: #666;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.guest-label {
    display: inline-block;
    background-color: var(--accent-color);
    color: var(--dark-color);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: auto;
}

.event-details {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.event-detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--light-color);
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-weight: 500;
    color: var(--secondary-color);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.event-detail-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1.2rem;
    }

    .guest-photo {
        height: 250px;
    }

    .event-details {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .decoration-line {
        width: 50px;
    }

    .guest-name {
        font-size: 1.3rem;
    }
}




/* organiser css */

/* Organizers Section Styles */
:root {
    --primary-color: #e63946;
    --secondary-color: #1d3557;
    --accent-color: #f1c40f;
    --light-color: #f8f9fa;
    --dark-color: #1d3557;
    --text-color: #333;
    --border-radius: 12px;
    --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.organizers-section {
    padding: 5rem 0;
    background-color: var(--light-color);
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e63946' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.section-header3 {
    margin-bottom: 4rem;
}

.section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.section-title {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 1.5rem;
}

.decoration-line {
    height: 2px;
    width: 80px;
    background-color: var(--primary-color);
}

.decoration-icon {
    margin: 0 15px;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.section-subtitle {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    padding: 0 2rem;
}

.section-subtitle:before,
.section-subtitle:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: var(--accent-color);
}

.section-subtitle:before {
    left: 0;
}

.section-subtitle:after {
    right: 0;
}

/* Main Organizer Styles */
.organizer-main,
.organizer-secondary {
    background-color: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    margin-bottom: 3rem;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.organizer-main:hover,
.organizer-secondary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.organizer-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
}

.organizer-secondary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: var(--accent-color);
}

.organizer-photo-container {
    position: relative;
    height: 100%;
    min-height: 350px;
    overflow: hidden;
}

.organizer-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.organizer-main:hover .organizer-photo,
.organizer-secondary:hover .organizer-photo {
    transform: scale(1.05);
}

.organizer-badge {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: var(--primary-color);
    color: white;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.organizer-secondary .organizer-badge {
    left: auto;
    right: 0;
    background-color: var(--accent-color);
    color: var(--dark-color);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.organizer-content {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.organizer-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.organizer-name {
    color: var(--secondary-color);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.organizer-position {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.organizer-designation {
    color: #666;
    font-size: 1rem;
    font-style: italic;
}

.organizer-bio {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.organizer-bio p {
    margin-bottom: 1rem;
    text-align: justify;
}

.organizer-message {
    background-color: rgba(241, 196, 15, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid var(--accent-color);
    margin-top: auto;
}

.organizer-message p {
    margin-bottom: 1rem;
    text-align: justify;
    font-style: italic;
}

.organizer-message p:last-child {
    margin-bottom: 0;
}

.event-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--primary-color);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
}

.event-date-badge i {
    font-size: 1.4rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .section-title {
        font-size: 2.2rem;
    }

    .section-subtitle {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .organizer-photo-container {
        min-height: 300px;
    }

    .organizer-content {
        padding: 1.5rem;
    }

    .organizer-name {
        font-size: 1.5rem;
    }

    .organizer-position {
        font-size: 1.1rem;
    }

    .organizer-message {
        padding: 1rem;
    }

    .decoration-line {
        width: 50px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
        padding: 0 1rem;
    }

    .organizer-photo-container {
        min-height: 250px;
    }

    .organizer-badge {
        font-size: 0.9rem;
        padding: 0.4rem 1.2rem;
    }
}



/* collage container */

.collage-container {
    column-count: 4;
    column-gap: 15px;
    padding: 20px;
    max-width: 1400px;
    margin: auto;
}

.collage-container img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    break-inside: avoid;
    /* prevents breaking images between columns */
    transition: transform 0.3s ease;
}

.collage-container img:hover {
    transform: scale(1.03);
}

@media (max-width: 1200px) {
    .collage-container {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .collage-container {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .collage-container {
        column-count: 1;
    }
}




/* photo slider gallery */


@media screen and (max-width: 768px) {

    .slides img {
        width: 100%;
        height: 300px !important;
        object-fit: cover;
        display: block;
    }

    .slider-container {
        max-width: 90% !important;
    }
}

.slider-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    background: #000;
}

.slider {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.slides {
    display: none;
    width: 100%;
}

.slides.active {
    display: block;
}

.slides img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
}

.nav-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.dots-container {
    text-align: center;
    margin-top: 20px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    background-color: #bbb !important;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #333;
}

.gallery {
    background-color: rgba(230, 230, 230, 0.781) !important;
    padding: 3% 0px;
}



a.btn {
    white-space: normal !important;
    /* Allow text to wrap */
    word-wrap: break-word !important;
    /* Break long words if needed */
    overflow-wrap: break-word !important;
    /* Modern equivalent of word-wrap */
    display: inline-block !important;
    /* Ensure it behaves like a block-level element if needed */
    /* Optional: makes sure it doesn't overflow parent */
}

.phone-center-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    /* optional - vertically center inside wrapper */
    width: 100%;
    margin-top: 3rem;
    /* your previous mt-5 replacement */
    box-sizing: border-box;
}


/* === Floating Glass Effect === */
.social-glass {
     display: flex;
    justify-content: flex-start;
    gap: 18px;
    margin-top: 10px;
}

.glass-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    background: rgba(43, 43, 99, 0.08);
    /* soft navy glass */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2b2b63;
    font-size: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(43, 43, 99, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Hover effect */
.glass-icon:hover {
    background: #a4a4c9;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(43, 43, 99, 0.3);
    
}

/* Responsive */
@media (max-width: 600px) {
    .glass-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}
/* loader */

@keyframes spin { 100% { transform:rotate(360deg);} }

/*css for video*/
/* video heighlight */
        /* 🎥 Specific layout — Video Left, Text Right for Shikshak Section */
.shikshak-video-section .video-content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

/* Left: Video */
.shikshak-video-section .video-content-row .video-column {
  flex: 1 1 55%;
  order: 1;
}

.shikshak-video-section .video-content-row .video-column iframe {
  width: 100%;
  height: 350px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Right: Text */
.shikshak-video-section .video-content-row .text-column {
  flex: 1 1 40%;
  order: 2;
  text-align: left;
}

.shikshak-video-section .video-content-row .text-column h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.shikshak-video-section .video-content-row .text-column h4 {
  font-weight: 500;
  color: #0e0d0d;
  margin-bottom: 15px;
}

.shikshak-video-section .video-content-row .text-column h6 {
  font-weight: 400;
  color: #666;
  line-height: 1.6;
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .shikshak-video-section .video-content-row {
    flex-direction: column;
    text-align: center;
  }

  .shikshak-video-section .video-content-row .video-column,
  .shikshak-video-section .video-content-row .text-column {
    flex: 1 1 100%;
    order: unset;
  }

  .shikshak-video-section .video-content-row .text-column {
    text-align: center;
  }

  .shikshak-video-section .video-content-row .video-column iframe {
    height: 260px;
  }
}