@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

#top-header {
    background-color: #3D2C5C;
    padding: 0.25rem 0rem;
}

#headerNav .active {
    text-decoration: underline;
}

.marquee {
    width: 100%;
    padding: 2px 0px;
    background-color: #fefefe;
    color: #3D2C5C;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 60s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.carousel-item {
    /*height: 550px;*/
}



/*#carousel_holder {
    height: 550px;
}*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /*opacity: 0.5;*/
    z-index: 1;
}
.card{
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    transition: .3s;
}
.card:hover{
    box-shadow: 0px 20px 40px rgba(0,0,0,0.4);
    transform: scale(1.05,1.05);
    /*box-shadow: 5px 6px 10px 4px #e0e0e0;*/
    transition: ease-in-out 0.5s;
}
/*.course-overlay {*/


/*    position: absolute;*/


/*    top: 0;*/


/*    left: 0;*/


/*    height: 100%;*/


/*    width: 100%;*/


/*    background-color: rgba(249, 204, 87, 1);*/


/*    opacity: 0.8;*/


/*    z-index: 1;*/


/*}*/

#courses {
    background-image: linear-gradient(rgba(249, 204, 87, 0.95), rgba(249, 204, 87, 0.95)), url("../storage/bg/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#breadcrumb {
    background-image: linear-gradient(rgba(249, 204, 87, 0.95), rgba(249, 204, 87, 0.95)), url("../storage/bg/overlay-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#contact-form {
    background-image: linear-gradient(rgba(249, 204, 87, 0.95), rgba(249, 204, 87, 0.95)), url("../storage/bg/overlay-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-theme-purple {
    background: #3D2C5C;
    color: #fff;
}

.bg-theme-grey {
    background: #F3F2F5;
}

.spacing {
    /*margin-top: 2.5rem;*/
    margin-bottom: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

#about ul {
    list-style-type: none;
}

.custom-card {
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.08);*/
    box-shadow: 0 3px rgba(0, 0, 0, 0.02), 0 3px 8px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    /*margin-left: 15px;*/
    height: 50px;
    width: 50px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.circle-card {
    box-shadow: 0 3px rgba(0, 0, 0, 0.02), 0 3px 8px rgba(0, 0, 0, 0.14);
    border-radius: 50%;
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
}


/*.carousel-item img {*/


/*    position: absolute;*/


/*    top: 0;*/


/*    left: 0;*/


/*    min-height: 600px;*/


/*}*/

#social-link-text a {
    color: #fff;
}

hr {
    border-color: #5d5271;
}

#copyright {
    letter-spacing: 2px;
}

.fa {
    color: #3D2C5C;
}

.icon-2x>i{
    font-size: 2rem !important;
}
.icon-3x>i{
    font-size: 3rem !important;
}

#vision-mission {
    background: rgba(243, 242, 245, 6);
}

.btn-primary {
    background: #3D2C5C;
    border-color: #3D2C5C;
}

.btn-primary:hover {
    background: #3D2C5C !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #535353;
    background-color: #E3E3E3;
}

ul {
    list-style-type: none;
}


/*
#library_image img{
    height: 43%;
    width: 100%
}*/

/*.img-overlay {
    position: absolute;
    top: 195px;
    left: 15px;
    height: 35%;
    width: 95%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.5;
    z-index: 1;
}*/

.img-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 35%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.5;
    z-index: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 45%;
    /*left: 50%;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.li-btn {
    border: 2px solid #D2D2D2;
    border-radius: 5px;
}

.gallery-thumbnail-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    z-index: 1;
    padding: 0.5rem;
}


.carousel_text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    /*font-size: 18px;*/
}

#footer-logo>img {
    width: 200px;
}

#notice_item:nth-child(even){
    background: #F3F2F5;
}
.item:nth-child(even){
    background: #F3F2F5;
}
.description>p{
    font-size: 0.8rem;
    margin-left: 20px !important;
}
.title{
    margin-bottom: 5px !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3D2C5C !important;
    border-color: #3D2C5D !important;
}

/*#main-logo{*/
/*    width: 100%;*/
/*}*/


/*GOTO TOP BUTTON CSS*/
#goto_top {
    display: inline-block;
    background-color: rgba(249, 204, 87, 0.8);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.29);
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#goto_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    /*line-height: 50px;*/
    color: #fff;
}
#goto_top:hover {
    cursor: pointer;
    background-color: rgba(249, 204, 87, 1);
}
#goto_top:active {
    background-color: rgba(249, 204, 87, 1);
}
#goto_top.show {
    opacity: 1;
    visibility: visible;
}
/*END OF GOTO TOP BUTTON CSS*/

/* Utils */
.text-indigo {
    color: #3D2C5C;
}
.text-smaller {
    font-size: 0.75rem;
}














/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    /*.carousel-item>img {*/
    /*    height: 400px;*/
    /*}*/
    .carousel-caption>h1 {
        font-size: 1rem;
        margin-top: -3rem;
    }
    .carousel-caption>p {
        font-size: 0.65rem;
    }

    .custom-card {
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.08);*/
    box-shadow: 0 3px rgba(0, 0, 0, 0.02), 0 3px 8px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    /*margin-left: 15px;*/
    height: 50px;
    width: 50px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

    #contact_no{
        font-size: 1rem;
    }

    /*#main-logo{*/
    /*    width: 100%;*/
    /*}*/
    /*.carousel-item {
        height: 210px;
    }
    .carousel-caption>h1{
        font-size: 18px;
    }
    .carousel-caption>p{
        font-size: 0.7rem;
    }*/
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    /*  .carousel-item {
        height: 210px;
    }*/
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    /*  .carousel-item {
        height: 550px;
    }*/
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    /*  .carousel-item {
        height: 550px;
    }*/
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}


/*// Extra small devices (portrait phones, less than 576px)*/


/*// No media query since this is the default in Bootstrap*/


/*// Small devices (landscape phones, 576px and up)*/


@media (min-width: 769px) {
    .navbar {
        background: #dcdbdf;
        border-top: 4px solid rgba(249, 204, 87, 1);
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #3D2C5C;
        font-weight: bold;
    }

    .navbar-dark .navbar-nav .active>.nav-link {
        color: #271c3b;
        font-weight: bold;
        text-decoration: underline;
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #0056b3;
    }
}

@media (max-width: 768px) {
    .navbar {
        background: #3D2C5C;
        border-top: none;
    }
}


/*// Medium devices (tablets, 768px and up)*/


/*@media (min-width: 768px) {
    .carousel-item {
        height: 550px;
    }
}*/


/*// Large devices (desktops, 992px and up)*/


/*@media (min-width: 992px) { ... }*/


/*// Extra large devices (large desktops, 1200px and up)*/


/*@media (min-width: 1200px) { ... }*/
