@font-face {
  font-family: ProximaNova-Light;
  src: url(../fonts/ProximaNova-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Light.woff2) format("woff2"), url(../fonts/ProximaNova-Light.woff) format("woff"), url(../fonts/ProximaNova-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: ProximaNova-Semibold;
  src: url(../fonts/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Semibold.woff2) format("woff2"), url(../fonts/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova-Semibold.otf) format("opentype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: ProximaNova-Regular;
  src: url(../fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: ProximaNova-Extrabold;
  src: url(../fonts/ProximaNova-Extrabold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Extrabold.woff2) format("woff2"), url(../fonts/ProximaNova-Extrabold.woff) format("woff"), url(../fonts/ProximaNova-Extrabold.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }
body {
  font-family: ProximaNova-Regular;
  color:#474C48;

}
.font-light {
    font-family: "ProximaNova-Light", sans-serif !important;
}
.font-regular {
    font-family: "ProximaNova-Regular", sans-serif !important;
}
.font-bold {
  font-family: "ProximaNova-Extrabold", sans-serif !important; 
}
.font-semibold {
  font-family: "ProximaNova-Semibold", sans-serif !important; 
}
.text-dark {
  color:#474C48!important;
}
.btn-primary {
  background-color: #005097!important;
    border-color: #00519b!important;
}
.btn-outline-primary {
    color: #00519b;
    background-color: transparent;
    background-image: none;
    border-color: #00519b;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #00519b;
    border-color: #00519b;
}
a:hover {
  text-decoration: none;
}
.top {
  margin-bottom:3rem;
}
.bg-grad {
  background-image: radial-gradient(circle at 0 0,transparent,rgba(0,0,0,.73)),radial-gradient(circle farthest-side at 90% 25%,#7d0075 15%,rgba(147,0,150,0)),radial-gradient(closest-corner at 25% 70%,rgba(3,166,180,.84),rgba(0,0,0,.2)),linear-gradient(60deg,#000416 30%,#0000a8 60%,#000416 80%) !important;
}
header {


 
  color:#fff;
background: url(../img/bg.jpg) 70% 0 no-repeat #293152;
    background-blend-mode: multiply;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;

  }
  .btn {
        border-radius: 3px;
  }
  .btn-warning {
    //background-color: #ffdb4d;
  }
  .btn-warning:hover {
    //background-color: #ffd633;
  }
.block {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#quote {
  background: #77828b url(../img/chat.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    color: #fff;
}
.modal-content {
    background-color: transparent;
    border: none;
}
.modal-title {
    line-height: 1.1;
}
.form-bg {
    background: rgba(0,0,0,.5);
    padding: 2rem 3rem;
    border:5px solid #ffc107;
}
/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    //margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    //right: 50%;
    top: auto;
    bottom: 0px;
    //margin-right: -19px;
}

@media (min-width: 768px) {
  #quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators li img {
  display: block;
}
  #quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #ffc107;
    opacity: 1;
    overflow: hidden;
}
}
.carousel-inner {
    min-height: 300px;
}
}
#quote-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#quote-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .top {
    margin-bottom:  0;
  }
  h1 {
    font-size: 3.25rem;
  }
  h2 {
    font-size: 2.625rem;
  }
  header {
    height: 100vh;
}
.modal-body {
    padding: 2rem 3rem;
}
.block {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}
.block .block-title {
  margin-bottom: 6.5625rem !important;
}
}
.sl-close {
    outline: unset;
    border: unset;
    padding: unset;
    position: absolute;
    cursor: pointer;
    transition: .3s;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    background-color: var(--close-button-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

@media (min-width: 992px) {
 .modal-body {
    padding: 2rem 3rem;
} 
}




