.sub-home{
  text-align: right;
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.rightHand{
  text-align: center;background-image:
  linear-gradient(#fff,rgb(76, 158, 207));
}

.servicesSub{
  text-align: center;
  margin-top: 25px;
}

.wtext{
  color: #fff;
}

.radiusIMG{
  border-radius: 30px;
}

.wtextshadow, .contact-secondary a {
color: #fff;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.s_slide { background-position: 100% 100%; background-size: cover; }
.txtSlide {
  position: absolute;
  z-index: 1;
  color: #fff;
  right: 10%;
  bottom: 1px;
  font-family: "montserrat-medium", sans-serif;
  font-size: 4.8rem;
  line-height: 1.255;
  text-shadow: 2px 2px 8px #37448a;
}


/* Modal Header */
.modal-header {
 border-radius: 30px 30px 0px 0px;
 padding: 2px 16px;
 background-color: #3d4eab;
 color: white;
}

/* Modal Body */
.modal-body {
  border-radius: 0px 0px 30px 30px;
  padding: 2px 16px;
  background: #fff;
}

/* Modal Footer */
.modal-footer {
 padding: 2px 16px;
 background-color: #3d4eab;
 color: white;
}

/* Modal Content */
.modal-content {
  position: absolute;
  z-index: 999999;
  top: 40px;
  text-align: center;
  width: 100%;
  padding: 12%;
  background: transparent;
}

/* Add Animation */
@keyframes animatetop {
 from {top: -300px; opacity: 0}
 to {top: 0; opacity: 1}
}

.custom-box-color {
  color: gray !important;
}