.mycols {
    border: 1px solid green;
}
.myrows{
    border: 1px solid red;
}
.mycontainer {
    background-color: aqua;
}
#topHeader {
    background-color: ghostwhite;
    border-bottom: 1px solid silver;
}
#topHeader a {
    color: #2c3e50;
    font-weight: 600;
    font-size: 0.89rem;
}
.container-fluid {
    padding-left: 0%;
    padding-right: 0%;
}
nav ul li a {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Start: Footer */
.fullfooter {
    background-color: #34495e;
}
.topfooter p {
    color: white;
}
.topfooter a {
    color: white;
}
.topfooter h3,h4 {
    font-weight: 600;
    color: white;
    font-size: 0.89rem;
}
.bottomfooter {
    background-color: #2c3e50;
}
.bottomfooter p{
    color: white;
}
/* End: Footer */

/* START: top-hero-section */
.top-hero-section {
    background-color:#3498db;
    color: #fff;
}
.top-hero-section a{
    color: white;
}
/* END:: top-hero-section */

.quality-img {
    width: 90px;
}

/* Start: requirement-section */
.requirement-section {
    background-color: #004d80;
    color: white;
}
/* END: requirement-section */

/* Start: home-newsletter */
.home-newsletter {
    background: #004d80;
    color: white;
}
.home-newsletter .form-control {
    height: 50px;
    border-color: transparent;
    border-radius: 20px 0 0 20px;
}
.home-newsletter .btn {
    min-height: 50px;
    border-color: transparent;
    border-radius: 0 20px 20px 0;
    background-color: #243c4f;
    color: white;
}
/* End: home-newsletter */

/* Start: trusted-clients */
.trusted-clients{
background-color: #f0f0f0;
}
/* End: trusted-clients */

/*Start: breadcrubs-section  */
.breadcrubs-section {
    background-color: #e9ecef;
}
