body{
    font-family: 'Montserrat', sans-serif;
}
.header-phone{
    font-size: 0.8rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
}
.navbar-nav > .active > .nav-link{
    font-weight: bold;
}
.btn{
    border-radius: 0.4rem !important;
}
.bg-mustard{
    background-color: #ebb64d;
    color:#fff;
}
.mustard{
    color: #ebb64d;
}
.bg-primary{
    background-color: #061a74!important;
}
.carousel-item {
    height: 80vh;
    min-height: 300px;

    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 10s linear infinite alternate;
  }
  @keyframes animatedBackground {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 100% 0;
    }
  }
.caption{
    padding: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    background-color: rgba(184, 40, 2, 0.75);
    outline: 10px solid rgba(184, 40, 2, 0.75);
    outline-offset: 8px;
    position: absolute;
    right: 35%;
    top: 35%;
    left: 35%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.resources:hover{
 background-color: #017f8d;
}

@media only screen and (max-width: 600px){
    .carousel-item {
        height: 65vh;
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
      }
    .caption{
        padding: 20px;
        font-size: 1.8rem;
        font-weight: bold;
        background-color: rgba(51, 75, 55, 0.75);
        outline: 6px solid rgba(51, 75, 55, 0.75);
        outline-offset: 6px;
        position: absolute;
        right: 10%;
        top: 25%;
        left: 10%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    .logo{
       display: flex;
       justify-content: center;
    }
}
.h2-center{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    color: #334b37;
    line-height: 15px;
}
.h2-center-yellow{
    background-color:#D19525;
    display: inline-block;
    width: 140px;
    height: 4px;


}
.service-grid{
    position: relative;
    line-height: 18px;

}
.service-grid-text{
    position: absolute;
    bottom: 0;
    padding:5px;
    color:#fff;
    background-color: #334b37;
    text-align: center;
    font-weight:bold;
    min-height: 43px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.certifications{
    background-color: #334b37;
    font-weight: bold;
    text-align: center;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 8px solid #D19525;
    margin-top:80px;
    margin-bottom: 0px;
}
.cetifiations-logo{
    background-color: #CCE5E8;
    padding:20px;
}
.titles{
    font-weight: bold;
    margin-bottom: 0px;
    color: #061a74;
    line-height: auto;
    width:100%;
}
.title-line-yellow{

    display: none;
    width: 140px;
    height: 0px;
    text-align: left!important;
    margin-bottom: 20px;

}
.news-title{
    font-weight: bold;
}
.news-text{
    margin-bottom: 0px;
}
.resources{
    padding:20px 5px;
    background-color: #17a2b8;
    color:#fff;
    font-weight: bold;
    text-align: center;
    height: 100%;

}
.img-resources{
    width:30%;
    color:#D19525;
}
.footer-contact{
    background-color: rgba(184, 40, 2, 1);
    padding: 20px;
    margin-top:60px;
    color: #fff;
}
.black-color{
    color:#000;
}
.bg-black{
    background-color: #000;
    color:#fff;
}
.footer{
    color: #fff;
    background-color: #000;
    padding-top:15px;
    padding-bottom:10px;
    text-align: center;
}
.footer ul li{
    list-style: none;
    display: inline;
}
.footer a{
    color:#fff;
}
.footer a:hover{
    color:#D19525;
}
.id-spacer{
    height:1rem;
    width: 100%;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #D19525;
    border-color: #D7BA7D;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #334b37;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.technical_bulletins .col-md-3{
    padding:20px;

}
.technical_bulletins .col-md-3 img{
    box-shadow: 1px 1px 5px grey;
}
.mt-6{
    margin-top: 5rem !important;
}
.mt-7{
    margin-top: 6rem !important;
}

.mt-8{
    margin-top: 7rem !important;
}
.marquee {
    width: 100%;
    line-height: 20px;
    background-color: red;
    color: white;
    padding-top:12px;
    padding-left:20px;
    box-sizing: border-box;
    animation: marquee 1s linear infinite;
}
.marquee p {
    display: inline-block;
    text-align: center;
    font-weight: bold;

}
@keyframes marquee {

    0%   { background-color: red; }
    50%   { background-color: maroon; }
    100% { background-color: red; }
}
.btn-package{
    color: #fff;
    background-color: #2d4373;
    border-color: #2e59d9;
}

.btn-package:hover{
    color: #fff;
    background-color: #00aced;
    border-color: #2e59d9;
}
.bg-light-green{
    background-color:#ebf1c1;
}
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
@media screen and (min-width: 900px) {
    .price-summmary{
        margin-right: 50px;
        padding: 40px 30px;
        background-color: #00040a;
        color: #fff;
    }

}
.bg-light-blue{
    background-color: #c2e7f4;
}
