html {
  scroll-behavior: smooth;
}

p {
  font-family: 'Open Sans';
  font-weight: 400;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a:hover {
  text-decoration: none;
}

.services h4 {
  color: #292168;
}

.services {
  opacity: 1;
  transition: all .3s;
}

.services:hover {
  opacity: .8;
  transition: all .3s;
}

.bold-text {
  font-weight: 700;
}

.text-orange {
  color: #e12503;
}

.text-blue {
  color: #292168 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.3;
}

h1, .h1 {
  font-size: calc(26px + 1.15vw);
  color: #e12503;
}

@media screen and (min-width:1600px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: calc(22px + 1vw);
  color: #292168;
}

@media screen and (min-width:1600px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: calc(20px + 1vw);
}

@media screen and (min-width:1600px) {
  h3, .h3 {
    font-size: 34px;
  }
}

h4, .h4 {
  font-size: 19px;
}

@media (min-width: 576px) {
  h4, .h4 {
    font-size: calc(15px + 1vw);
  }
}

@media screen and (min-width:1600px) {
  h4, .h4 {
    font-size: 28px;
  }
}

h5, .h5 {
  font-size: calc(12px + .8vw);
}

@media screen and (min-width:1600px) {
  h5, .h5 {
    font-size: 24px;
  }
}

h6, h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h6, h6 {
    font-size: 18px;
  }
}

.mobile-header {
  background-image: url(../../assets/img/mobile-home-pg.jpg);
  background-position: center;
  height: 180px;
}

#carousel-1 .carousel-caption {
  top: 6.5vw;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  font-family: 'Open Sans';
  font-weight: 900;
  letter-spacing: -1px;
}

#carousel-1 .carousel-caption .att-text {
  font-size: calc(20px + 3.5vw);
  line-height: calc(20px + 3.5vw);
  color: #292168;
  margin-bottom: 0;
  font-weight: 900;
}

#carousel-1 .carousel-caption .att-text-sm {
  font-size: calc(6px + 3.5vw);
  color: #e12503;
  font-weight: 900;
}

#carousel-1 .carousel-control-next, .carousel-control-prev {
  width: 10%;
}

#btop-but:before {
  position: absolute;
  content: "";
  background: #eed9ff;
  width: 25px;
  height: 25px;
  top: 2px;
  right: 2px;
  z-index: -1;
}

#btop-but {
  position: fixed;
  bottom: 2px;
  right: 5px;
  font-size: 34px;
  line-height: 30px;
  height: 35px;
  z-index: 9999;
  transition: all .3s;
  opacity: .5;
}

#btop-but a {
  color: #292168 !important;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.3;
}

.mobile-header-text {
  font-family: 'Open Sans';
  font-weight: 900;
  font-size: 36px;
  line-height: 1.1;
}

.mobile-header-text-sm {
  font-family: 'Open Sans';
  font-weight: 900;
  font-size: 28px;
  line-height: 1.3;
}

.modal-body {
  padding: 0;
}

