*{margin: 0;padding: 0;}

/* navbar start  */
/* ------------------------------------------------------------------------ */
header{
    height: 50px;
    width: 100%;
    background-color: black;
}
.navbar-space1{
    height: 100%;
    width: 10%;
    float: left;
}
.navbar-logo{
    height: 100%;
    width: 20%;
    float: left;
}

.navbar-brand{
    color: white;
    text-align: center;
    font-size: 35px;
    font-family: cursive;
}
.navbar-space2{
    height: 100%;
    width: 30%;
    float: left;
}

.nav{
    height: 100%;
    width: 40%;
    float: left;
}

.navbar-item{
    float: left;
    padding:15px;
    margin-left: 50px;
    list-style: none;
}

.navbar-link{
    text-decoration: none;
    color: white;
}
/* ------------------------------------------------------------------------ */
/* Navbar end  */

/* Banner start  */
/* ------------------------------------------------------------------------ */

.banner{
    height: 600px;
    width: 100%;
    background-image:url(../images/banner.png) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/* ------------------------------------------------------------------------ */
/* Banner end  */

/* About section start  */

.About-main{
    height: 600px;
    width: 100%;
}

.About-top{
    height: 20%;
    width: 100%;
}
.About-bottom{
    height: 80%;
    width: 100%;
}

.About-left,.About-right{
    height: 100%;
    width: 12.5%;
    float: left;
}
.About-img,.About-content{
    height: 100%;
    width: 35%;
    float: left;
}

.About-space{
    height: 100%;
    width: 5%;
    float: left;
}

.About-heading{
    text-align: center;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 120px;
}

.img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.About-content h3{
    font-size: 50px;
    line-height: 150px;
    font-family: cursive;
}
.About-content p{
    font-size: 20px;
    text-align: justify;
    line-height: 30px;
}
/* About section end */