.btn-primary {
    background-color: #cb2231!important;
    color: #fff;
}
.info-color {
    background-color: #cb2231!important;
}
.primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
    background-color: #ffffff!important;
}
.pt-4, .py-4 {
    padding-top: 3.5rem!important;
}
.teal {
    background-color: #ca2537!important;

}
.cyan.lighten-4 {
    background-color: #e6e1e2!important;
}
/*Jumbotron*/

.rgba-stylish-strong {
    background-color: rgba(62,69,81,0.1);
}
.navbar, .pagination .page-item.active .page-link {
    box-shadow: none;
}
.pb-5, .py-5 {
    padding-bottom: 14rem!important;
}

body, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.h2, h2 {
    font-size: 3rem;
}
/*Table*/

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #f4fcfd;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #d9fbff;
}

/* Hover Effect*/

}
li {
    display: inline-block;
    vertical-align: middle;
}
a:hover, a:focus, a:active {
    color: #999;
    text-decoration: none;
}
a {

    text-decoration: none;
    transition: color 0.1s, background-color 0.1s;
}
a {

    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;

}
.nav-item > a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ffff;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
.activeMenu {
    border-bottom: 2px solid #fff;
    width: 100% !important;
    height: 3px !important;
    position: absolute;
    top: 37px;
    left: 0;
}
a:active::before {
    background-color: #000;
}
a:hover::before, a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.dropdown:hover .dropdown-menu {display: block;}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}/*GOOGLE MAP*/
.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 2px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #15609b; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px;
  max-width: 400px; /* Increase font size */
  max-height: 400px;
}

#myBtn:hover {
  background-color: #15609b; /* Add a dark-grey background on hover */
}
table td {
    font-size: .9rem;
    font-weight: 500;
}
a {
    cursor: pointer;
    color: #cb2231;
}.blue {
    background-color: #cb2231!important;
}
