/*

    Theme Name:MCA Computer
    Discription:blog
    Author:Jaspreet Singh
    Version:1.2

*/


body{
    background-color: #eee;
}

.nav-bar{
    display: flex;
    background-color: #fff;
}

.nav-img img{
    height: 120px;
}

.sub{
    border: none;
    background-color: transparent;
    color: #008080;
}

.in{
    height: 25px;
    width: 220px; 
    border-radius: 20px;
    border: 1px solid #c0c0c0;
    background-color: #d3ebf8;
}

.nav-search{
    position: relative;
    top: 40px;
    height: 50px;
    margin-left: 170px;
}

.fa-magnifying-glass{
    position: relative;
    right: 30px;
}

.ul1{
    list-style: none;
    display: flex;
}

.nav-links{
    text-align: center;
    display: flex;
    background-color: #008cbc;
    padding:0px  120px;
}

.search-no-results{
    display: none;
}

.ul1 li{
    margin: 0px 40px;
    color: white;
    text-decoration: none;
}

.ul1 li a{
    color: white;
    text-decoration: none;
}

.ul1 li a:hover{
    text-decoration: underline;
}

.slider {
    width: 78%;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slides img {
    width: 200%;
    border-radius: 10px;
    height: 350px;
}

.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-54%);
    color: white;
    font-size: 30px;
    background: rgba(0,0,0,0.4);
    border: none;
    cursor: pointer;
    border-radius: 50%;
}
.prev { left: 10px; }
.next { right: 10px; }

.dots {
    text-align: center;
    margin-top: 10px;
}

.dots span {
    height: 12px;
    width: 12px;
    margin: 5px;
    background: gray;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.active {
    background: teal;
}

.section1{
    background-color: #007ba7;
    padding: 20px 0px 0px 0px ;
}

.main{
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    display: flex;
    padding: 20px 20px 20px 40px;
}

.main-text{
    margin-right: 30px;
    width: 70%;
    line-height: 25px;
}

.main-img img{
    width: 200%;
}

.c{
    padding: 10px 15px;
    border: 1px solid red;
    color: red;
    text-decoration: none;
}

.c:hover{
    text-decoration: underline;
}

.voice{
    background-image: linear-gradient(#cfcfcf, white, #cfcfcf);
    width: 700px;
    margin: auto;
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.container{
    display: flex;
}

.left {
    width: 200px;
    background-color: #007ba7;
    margin-right: auto;
}

.right{
    width:200px;
    background-color: #007ba7;
    margin-left: auto;
}

footer{
    background-color: #007ba7;
    height: 70px;
}

.footer {
    padding: 5px 10px;
}

.footer-link a{
    text-decoration: none;
    color: #fff;
    font-size: 0.75rem;
    margin: 10px;
}

.footer-link a:hover{
    text-decoration: underline;
}

.footer-text {
    color: #fff;
    font-size: 0.85rem;
}

@media(max-width:450px )  {
    .nav-img img{
        height: 40px;
    }
    .nav-search{
        margin-left: 10px;
        top: 10px;
    }
    .in{
        height: 10px;
        width: 60px;
        font-size: 5px;
        margin-left: 20px;
    }
    .sub{
        font-size: 5px;
        margin-left: -2px;
    }
    .ul1{
        margin-left:-50px;
    }
    .nav-links{
        padding: 2px 14px;
    }
    .ul1 li{
        width:45px;
        margin:0px 4px;
        font-size: 10px;
    }
    .section1{
        padding: 10px 0px 0px 0px ;
    }
    .slides img{
        height: 102px;
    }
    .slider{
        width: 80%;
    }
    .main-img img{
        width: 100%;
        margin-top: 20px;
    }
    .main{
        padding: 10px;
        font-size: 10px;
    }
    .main-text{
        line-height: 10px;
        margin-right: 10px;
    }
    .c{
        padding: 2px 5px;
        font-size: 10px;
    }
    .left{
        display: none;
    }
    .right{
        display: none;
    }
    .voice-cont{
        margin: auto;
    }
    .voice{
        font-size: 10px;
        padding: 10px;
        width: 350px;
    }
    .footer-link a{
        font-size: 10px;
        text-align: center;
    }
    .footer-link{
        margin-left: 10px;
    }
    .footer-text{
        font-size: 10px;
        text-align: center;
    }
}

.student-images{
    position:relative;
    justify-content: center;
}

