/********** Website CSS **********/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css');
/*@import url('https://fonts.googleapis.com');
@import url('https://fonts.gstatic.com');
*/
:root {
    --primary: #1457b4;
    --secondary: #2e89a6;
    --light: #E8F5E9;
    --dark: #0F4229;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.Readbtn {
    background: #0086b3;
    border: none;
    color: white;
    font-size: 20px;
}
.bg-light {
    background-color: aliceblue !important;
}

body {
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525368;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a.navbar-brand.d-flex.site-logo.px-4.px-lg-5.mrgtop {
    top: 1px !important;
}
p {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Heebo', sans-serif;
    font-weight: 400 !important;
    color: #151372;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 18px;
}

/*
 *  SCROLL BAR
 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #a8b4c6;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #a8b4c6;
}

::-webkit-scrollbar-thumb {
    background-color: #2e89a6;
    border: 2px solid #2e89a6;
    border-radius: 50px;
}


.text-primary {
    color: #1258bb !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary {
    color: #1559b4;
    background-color: #008e4d;
    border-color: #2e802e;
    background: linear-gradient(6deg, #ff4d08 0, #ffffff 46%, #ffffff 54%, #ffffff 38%, #cdf5dc 64%, #088a47 90%);
}

.btn-primary, .btn-outline-primary:hover {
    color: #1559b4;
    font-family: emoji;
}
.dropdown-item {
    color: #e05416;
}
    .btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}



.back-to-top {
    background: linear-gradient(6deg, #ff4d08 0, #ffffff 46%, #ffffff 54%, #ffffff 38%, #cdf5dc 64%, #088a47 90%);
    border-color: #1457b4;
}




/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 9999;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888; /*width: 80%;*/
    width: 400px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

img.modalimg {
    width: 430px;
}

@media only screen and (max-width: 768px) {
    .modal-content {
        width: 80%;
    }

    img.modalimg {
        width: auto;
    }
}
/****** TopBar***/
.topbar {
    background-color: #e15316;
    background: linear-gradient(6deg, #ff4d08 0, #ffffff 46%, #ffffff 54%, #ffffff 38%, #cdf5dc 64%, #088a47 90%);
    padding: 2px 15px;
}
/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 10px 0;
    color: #e05416;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
        color: #088a47;
    }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/********* LOGO****/
.navbar-brand {
    position: absolute;
}

img.img.img-responsive.logo {
    background: white;
    height: 110px;
    border-radius: 50%;
}
/**** Social Media Top****/


.social {
    z-index: 99;
    position: fixed;
    top: 55%;
    width: 10px;
}

    .social ul {
        padding: 0px;
        transform: translate(-270px, 0);
    }

        .social ul li {
            display: block;
            margin: 5px;
            background-color: #ffffffba;
            width: 300px;
            text-align: right;
            padding: 10px;
            border-radius: 0 30px 30px 0;
            transition: all 1s;
        }

            .social ul li:hover {
                transform: translate(110px, 0);
                background: rgba(255, 255, 255, 0.4);
            }

                .social ul li:hover a {
                    color: #000;
                }

                .social ul li:hover i {
                    color: #fff;
                    transform: rotate(360deg);
                    transition: all 1s;
                }

            .social ul li i {
                margin-left: 10px;
                color: #fff;
                padding: 0px;
                border-radius: 50%;
                width: 20px;
                height: 20px;
                font-size: 20px;
                transform: rotate(0deg);
            }

/*** Header ***/
.display-1 {
    font-size: 60px;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(86deg, rgb(0 0 0 / 50%) 50%, rgba(0,0,0,0.05926120448179273) 89%);
    z-index: 1;
}

.carousel-control-prev, .carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #bab6ac;
    border: 10px solid #bab6ac;
}



.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url(../img/b2.jpg) center center no-repeat;
    background-size: cover;
}

    .page-header .breadcrumb-item + .breadcrumb-item::before {
        color: var(--light);
    }

    .page-header .breadcrumb-item, .page-header .breadcrumb-item a {
        font-size: 18px;
        color: var(--light);
    }
/** ABout***/


h1.kssp {
    font-size: 25px;
    color: #dd551a;
    font-family: 'Font Awesome 5 Free';
}


/**MEMBER**/

.member-img {
    margin: 0 80px;
    overflow: hidden;
    position: relative;
    border: 4px solid #ffffff;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

.member-info.text-center {
    margin-top: 15px;
}


.studcard {
    padding-top: 6px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.detail {
    margin-top: 15px;
    margin-bottom: 15px;
}

.member-item {
    border: 1px solid #f3eded;
    padding: 10px;
    margin: 4px;
}
/**** FLAG **/

.flag {
    margin: 30px auto;
    position: relative;
    width: 250px;
    height: 150px;
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve3d;
    -webkit-transform-origin: 0 250px;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);
    -webkit-animation-name: wave;
    -webkit-animation-duration: 8s;
    -webkit-animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    perspective: 1000;
    transform-style: preserve3d;
    transform-origin: 0 250px;
    transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);
    animation-name: wave;
    animation-duration: 8s;
    animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

    .flag:before {
        position: absolute;
        content: "";
        height: 270px;
        left: -5px;
        top: -3px;
        width: 8px;
        border-right: 1px solid #FFF;
        border-radius: 3px;
        background-color: #422;
        box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.4);
    }

.white {
    background: #FFF;
}

.green {
    background: #006400;
}

.saffron {
    background: #F93;
}

.flag-item {
    height: 33.33%;
    box-sizing: border-box;
}

.flag-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, 0 -25%, 100% top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(0, 0, 0, 0.04)), color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-size: 200%;
    -webkit-animation-name: air;
    -webkit-animation-duration: 8s;
    -webkit-animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
    -webkit-animation-iteration-count: infinite;
}

.circle {
    width: 47px;
    height: 47px;
    border: 2px solid #000080;
    border-radius: 50%;
    position: absolute;
    left: 40%;
    -webkit-animation: circle 5s infinite;
    animation: circle 10s linear 2s infinite;
}

    .circle:after {
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #00080;
        position: absolute;
        top: 45%;
        left: 45%;
    }

.bar {
    position: absolute;
    display: inline-block;
    height: 47px;
    width: 2px;
    background: #000080;
    left: 47%;
}

    .bar:nth-child(1) {
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    .bar:nth-child(2) {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .bar:nth-child(3) {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .bar:nth-child(4) {
        -ms-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .bar:nth-child(5) {
        -ms-transform: rotate(75deg);
        -webkit-transform: rotate(75deg);
        transform: rotate(75deg);
    }

    .bar:nth-child(6) {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .bar:nth-child(7) {
        -ms-transform: rotate(105deg);
        -webkit-transform: rotate(105deg);
        transform: rotate(105deg);
    }

    .bar:nth-child(8) {
        -ms-transform: rotate(120deg);
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .bar:nth-child(9) {
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .bar:nth-child(10) {
        -ms-transform: rotate(150deg);
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .bar:nth-child(11) {
        -ms-transform: rotate(165deg);
        -webkit-transform: rotate(165deg);
        transform: rotate(165deg);
    }

@-webkit-keyframes circle {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes wave {
    0% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);
    }

    20% {
        box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);
    }

    40% {
        box-shadow: 4px 5px 20px 0 rgba(0, 0, 0, 0.4);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);
    }

    60% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);
    }

    80% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(16deg);
    }

    100% {
        box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);
    }
}

@-webkit-keyframes air {
    0% {
        background-position: -200% 0px;
    }

    30% {
        background-position: -60% 5px;
    }

    70% {
        background-position: 70% -5px;
    }

    100% {
        background-position: 200% 0px;
    }
}


/*** 
=============================================
    faq
=============================================
***/
.call-animation {
    background: #fff;
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 10px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-circle {
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

@keyframes play {

    0% {
        transform: scale(1);
    }

    15% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }

    25% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}


/*** Service ****/
.serviceItem {
    padding: 10px;
}

.service-text {
    padding: 23px;
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}



/*** Footer ***/
.footer {
    background: linear-gradient(145deg, #00913e 0%, #e15316 100%);
    background-color: #00913e;
}

    .footer .btn.btn-link {
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: var(--light);
        font-weight: normal;
        text-transform: capitalize;
        transition: .3s;
    }

        .footer .btn.btn-link::before {
            position: relative;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 10px;
        }

        .footer .btn.btn-link:hover {
            color: var(--primary);
            letter-spacing: 1px;
            box-shadow: none;
        }

.copyright {
    color: #1258bb;
    background: #138808;
    background-image: linear-gradient(0deg, #138808 33%, #ffffff 33%, #ffffff 66%, #FF9933 66% );
    font-size: 9px;
}

    .copyright a {
        color: #1258bb;
    }

        .copyright a:hover {
            color: #1258bb;
        }


@media only screen and (max-width: 767px) {

    a.navbar-brand.d-flex.site-logo.px-4.px-lg-5.mrgtop {
        top: 0px !important;
    }
    #header-carousel img {
        min-height: 200px;
    }

    .navbar-brand {
        position: absolute;
        top: -3px;
        right: -28px;
    }

    #header-carousel {
        height: 200px;
    }

    .flag {
        margin: 2px 30px auto;
    }

        .flag:before {
            position: absolute;
            content: "";
            height: 185px;
            left: -5px;
            top: -4px;
            width: 8px;
            border-right: 1px solid #FFF;
            border-radius: 3px;
            background-color: #422;
            box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.4);
        }

    img.img.img-responsive.logo {
        background: white;
        border-radius: 50%;
        height: 58px;
    }
}
