

/* footer style */
.footer-main {
  background-color: #003d59;
  color: white;
  padding: 50px 0;
}
.icon-svg {
  fill: white;
  width: 20px;
  height: 20px;
}

#footerMenu {
  padding-left: 0;
}
#footerMenu ul a {
  text-transform: uppercase;
  color: white;
}
#footerMenu ul li {
  margin-bottom: 10px;
}
.mr-20{
  margin-left: 20px;
}
.ml-50 {
  margin-left: 50px;
}
.hero-text {
  text-align: left;
  font-size: 28px;
}
.owl-prev {
  margin-right: 12px;
}
.owl-nav{
  text-align: center;
  font-size: 40px;
}

.container-80 {
 width: 80% !important;
}