body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  /*background-color: #333;*/
}

.topnav a {
    border-right: 2px solid #ec6357;
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 22px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
  background-color: #d0352e;
  color: black;
}

.topnav a.active {
    background-color: #dc3545;
    color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .parcel-service {
    display: none;
   }
   .banner {
    padding-top: 12px!important;
   }
   .slider {
    margin-bottom: 6px;
   }
}
div#myTopnav {
    background-image: linear-gradient(to bottom, #EC6357 19%, #B90F0C 53%, #B90F0C 100%);
}
.logo {
    color: #b90f0c;
    font-family: sofia;
    font-weight: 400;
    font-size: 30px;
}
.info-bar {
    margin: 22px;
}
/*.navbar-section .container {
    width: 1024px;
}
.banner-section .container {
   background-color: #ffffff;
    width: 996px;
}*/
.w-100 {
    height: 256px;
    width: 100%!important;
}

.banner-section {
    background-color: #f6f6f6;
    border-top: 2px solid #d0cccc;
}
.banner {
    padding-top: 46px;
}
button.btn.btn-sub {
    background-color: #f09920;
    width: 100%;
    color: #ffffff;
}
.contact-form {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5%;
    background-image: url(images/contact-bg.png);
    margin-bottom: 11%;
}
/*.parcel-service {
    margin: 6% 0% 3% 25%;
}*/
.parcel-srvc p {
    text-align: justify;
}
.parcel-srvc h1 {
    color: #ff0000;
}
.parcel-srvc span {
    color: #ff0000;
}
.parcel-srvc {
    margin-bottom: 28px;
}
.bx-wrapper {
    border-radius: 14px;
}
.bx-controls-direction {
    display: none;
}
.container.footer {
    background-color: white;
    border-top: 15px solid #cf231c;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 5px #e0d5d5;
}
footer {
    margin-bottom: 3%;
}
.container.footer .about {
    border-right: 1px solid #f3ecec;
}
ul.footer-menu li a {
    color: #000;
    text-decoration: none;
}
ul.footer-menu li {
    list-style-type: square;
}
.copyright {
    text-align: center;
}
.door-to-door-srvc {
  padding-top: 43px;
}
.col-sm-4.about-us span {
    font-weight: bold;
    color: #cf231c;
    font-size: 28px;
}
.col-sm-4.about-us {
    padding: 21px;
}
.col-sm-4.about-us h6 {
    font-size: 22px;
}
.col-sm-4.about-us {
    padding: 21px;
    text-align: justify;
}
ul.footer-menu {
    padding-top: 21px;
}
.bx-wrapper img {
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 445px;
 }
 .bx-wrapper {
    -moz-box-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none; 
     border: none;
     background: none; 
}
