.myrows{
  border: 3px solid green;
  padding: 5px;
}
.mycols{
  border: 3px solid red;
}
.mycontainer{
  background-color: aqua;
}
#topHeader{
  background-color: teal ;
  border-bottom: 1px solid silver;
}
#topHeader a{
  color:white;
  font-weight: 600;
  font-size: 0.89rem;
}
#header{
  position: sticky;
  top: 0;
  z-index: 10;
}
.container-fluid{
  padding-left: 0;
  padding-right: 0;
}
nav ul li a {
 font-size: 1.1rem;
 font-weight: 600;
 text-align:right;
}

/* why choose us*/
.card{
  background-color:#dfe6e9;
  color:black;
  border: 1px solid #c3c3c3;
   box-shadow:1px 2px 3px 0px #ccc;
}
 
/* START : Footer */
.full-footer{
  background-color: #243c4f;
 /*bottom: 0;
  position: absolute;
  width: 100%;*/
  
}
.top-footer p{
  color: white;
}
.top-footer a{
  color: white;
  font-weight: 600;
}
.top-footer h3{
  color: white;
  
}
.bottom-footer{
  background-color: #031b2e;

}
.bottom-footer p{
  color: white;
}
 
/* END : Footer */
/*top hero section for home page*/

.top-hero-section{
 background-color:#7f8c8d;
 color: honeydew; 
}
.top-hero-section a{
color:white;
font-weight: 600px;
}
.qualities-img{

  width: 130px;
  align-items: center;
}
.requirements-section{
  background-color: teal;
  color: antiquewhite;
}

/*-----start of about us page-------- */
.breadcrumbs-section{
  background-color: #e9ecef;
  
}
.breadcrumb-image{
  width: 100%;
}
