
*{
    font-family: 'Roboto', sans-serif;
}

.websitetitle{
    color:white;
    font-weight: 400;
}

/* Modify brand and text color */



.bg-custom {
    background-color: #376F8C;
}

.bg-custom .navbar-nav .nav-link {
    color: white;
}

.navbar-nav{
    font-size: 18px;
    font-weight: 500;
}


.carousel .carousel-item {
    height: 700px;
}

.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 700px;
}


section{
    padding-top:50px;
    padding-bottom: 50px;
}

section h1{
    text-transform: uppercase;
    font-weight: 900;
    color:#376F8C;
    text-align: left;
    margin-bottom:20px;
}

button {
    max-width: 50%;
    border-radius: 50px ;
}


/* Cards section*/

#hero{
    padding-top: 150px;
    background: #f8f9fa  ;
}

#hero .card{
    background:  #f8f9fa;
    box-shadow: 11px 7px 16px whitesmoke;
    border: 0;
    text-align: center;
}

#hero .card-img-top{
    width:100px;
    height:100px;
    margin-bottom:20px;
}

/* End of Cards section*/


.col{
    padding-left: 70px;
}


/* Star of Js section*/

#more {display: none;}

#more2 {display: none;}

/* End of Js section*/



/*---Slider---*/
.carousel-item{
    height: 100vh;
}

.carousel-caption{
    position: absolute;
    top: 38%;
    text-transform: uppercase;
    width: 100%;
    right: 0;
    left: 0;
}

.carousel-caption h1{
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
}
.carousel-caption h3{
    font-size: 2rem;
    text-shadow: .1rem .1rem .05rem black;
    padding-bottom: 1.6rem;
}

.btn-lg{
    border-width: medium;
    border-radius: 0;
    font-size: 1.1rem;
}
/*---End of Slider---*/

#myBtn2{
    background-color:#376F8C;
}


#about-us-2{
    background: #f8f9fa;
    padding-bottom: 50px;
    padding-top: 50px;
}

.title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #376F8C;
    margin: 0 0 07px 0;
}
.about-title{
    font-size:40px;
    font-weight: 600;
    margin-top: 8%;
    color: #376F8C;
}

#about-us-2 ul li{
    margin: 10px 0;
}

#about-us-2 ul{
    margin-left:20px;
}


/* Start of Student View*/



/* End of Student View*/














/* Star of Footer section*/

.footer-basic {
    padding:40px 0;
    background-color:#376F8C;
    color:white;
}

.footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
}

.footer-basic li {
    padding:0 10px;
}

.footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
}

.footer-basic ul a:hover {
    opacity:1;
}

.footer-basic .social {
    text-align:center;
    padding-bottom:25px;
}

.footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 8px;
    color:inherit;
    opacity:0.75;
}

.footer-basic .social > a:hover {
    opacity:0.9;
}

.footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
}
.moreText{
    display: none;
}
.text.show-more .moreText{
    display: inline;
}

.text.show-more .dots{
    display: none;
}

/* End of Footer section*/












/* Media Queries*/
@media (max-width:767px){
    .carousel-caption h1{
        font-size: 2.2rem;
        letter-spacing: .15rem;
        padding-bottom: .5rem;
    }
    .carousel-caption h3{
        font-size: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .btn-lg{
        font-size: 1rem;
    }
}
/* End of Media Queries*/








