body {
    margin: 0;
    padding: 0;
}

img { 
    cursor:pointer; 
}

#header-logo {
    width: 275px;
}

.shadow-sm {
    margin:10px;
}

.contact_1 {
    background-color:#6F9; 
    display: flex;
    justify-content: center;
    flex-direction: column; 
    align-items: center;
    background: #fff;
    height: 100%;
}

.contact_1 a {
    color: black;
    text-decoration: none;
}

.text-light-a2, .location {
	color: #BF1E2E;
    text-decoration: none;
}

.text-light-a2:hover {
	color: #BF1E2E;
}

.bg-primary {
    background-color: #BF1E2E !important;
}

.fa-whatsapp, .fa-home, .fa-envelope-open {
    color: white !important;
}

.color_primary {
    color: #BF1E2E;
}

.home_1 {
    float: right;
}

.contact_2 {
    float: left;
}

a {
 	color: #BF1E2E;
    text-decoration: none; 
}

.home_1 a, .contact_2 a {
    color: white !important;
}

.contact_2 a:hover {
    color: white !important;
}

.remove-padding {
    padding: 0px;
}

.navbar-toggler, .btn {
    border: 0px red solid;
}

.nav-link {
    color: #BF1E2E;
}

.nav-link:hover {
    color: black;
}

.industry-icon {
    width: 60px;
    height: 60px;
}

.active-menu-item {
    color: black !important;
    /*font-weight: 600;*/
}

.learn_more {
    color: #fff;
}

.learn_more:hover {
    color: #fff;
}

@media screen and (max-width:820px) {
  .home_1 {
    float: left;
  }

  #header-logo {
    width: 250px;
  }
}

