/*
body{
    
    background-color: #fafafa;
    font-family: "Ubuntu Sans", sans-serif;
}
*/
*{
    margin: 0;
    padding: 0;
}
h1{
    text-align: center;
    padding: 0.5em;
    font-size: 3em;
}
section{
    width: 100%;
    margin: 0 auto;
/*    padding: 2em;*/
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/*
span{
    font-size: 2em;
    cursor: pointer;
}
*/
main{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
main div{
    width: 30%;
    height: 450px;
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
}

main div h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
main div h3 .fa-angle-right {
    display: none;
}
.prev {
    position: absolute;
    font-size: 25px;
    right: 120px;
    top: 50px;
}
.next {
    position: absolute;
    font-size: 25px;
    right: 80px;
    top: 50px;
}
.slide{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}
.slide li{
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 0.8em;
}
.fived{
    margin-right: 0;
}

.a{
    width: 70%;
    padding: 40px;
    box-sizing: border-box;
}
.a h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    margin-top: 350px;
}
.a h3 .fa-angle-right {
    display: inline-block;
}
.b{
    background-color: #999;
}
.c{
    pointer-events: none;
}

.one{
    background-color: #000;
    background-image: url('../imgs/job-opportunity-bg.jpg');
    background-size: cover;
}
.two{
    background-color: #333;
    background-image: url('../imgs/corevalue.jpg');
    background-size: cover;
    
}
.three{
    background-color: #000;
    background-image: url('../imgs/life-at-bhagwati.jpg');
    background-size: cover;
    
}
.four{
    background-color: #333;
     background-image: url('../imgs/cultural-b.jpg');
    background-size: cover;

}
.five{
    background-color: #293241;
}

@media screen and (max-width: 650px) {
main{
    display: none;
}
.prev {
    display: none;
}
.next {
    display: none;
}    
.slide {
  display: none;
}    
}