
.nav-item{
    color:yellowgreen ;
}
.nav-item a{
color: yellowgreen;
}
.nav-item v{
    color: yellowgreen;
    }
.navbar-toggler {
    background-color: yellowgreen;
    }
    .navbar-toggle:hover .icon-bar {
        background: #fff;
    }
.header{
    padding: 10px;
}
#vvs {
    margin-top: 50px;
}
.pro {
    background-color: yellowgreen;
    padding: 30px;
    color: white;
    margin-top: 50px;
}
.about {
    margin-top: 20px;
}
#fc {
    background-color: yellowgreen;
    color: white;
    
}
.tea {
    margin-top: 80px;
}
.contact {
    padding: 10px;
    margin-top: 50px;
}
.footercontainer {
    background-color: yellowgreen;
    padding: 30px;
    color: white;
    list-style: none;
    margin-top: 30px;
}
.footercontainer a {
    color: white;
    text-decoration: none;
}
.footercontainer v {
    color: blue;
}
.copyright {
    background-color: yellowgreen;
    color: white;
}
.copyright a{
    color: red;
}
#top {
	position: relative;
}

.topHome {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
}

.topHome:hover {
	color: blue;
}


 #aboutus {
     padding-top: 70px;
 }
 #services {
    padding-top: 70px;
}
#contactus {
    padding-top: 70px;
}
@media only screen and (max-width: 480px) {
    #index {
      margin-top: 70px;
    }
  }
  #bbc {
      border: 2px solid;
      border-radius: 20px;
      border-color: yellowgreen;
      padding: 10px;
      padding-bottom: 30px;
  }





