@charset "utf-8";
.h1_bold_huge {
    font-size: 70px;
    font-weight: 800;
    font-family: 'Montserrat', sherif;
    margin-left: -4px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.main-title {
    text-shadow: 1px 1px rgba(83,83,83,1.00);

}

.main-subtitle {
    text-shadow: 1px 1px 1px rgba(87,87,87,1.00);
    font-family: 'Open Sans', sherif;

}
.caro-buttons {
    margin-top: -5px;
}

.caro-buttons > button {
    margin-top: 30px;
    font-family: 'Montserrat', sherif;
    font-weight: 500;
    border-radius: 0px;
}


.btn-hover-slide{
    display: inline-block;
    position: relative;
    padding-top: 0.8em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.8em;
    z-index: 0;
    background-color: rgba(215,58,60,1.00);
    margin-right: 20px;
    color: rgba(255,255,255,1.00);
    border-width: 0px;
    border-radius: 0px;
    float: left;
}
.btn-hover-slide:hover{
    display: inline-block;
    position: relative;
    padding-top: 0.8em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.8em;
    z-index: 0;
    color: #FFFFFF !important;

}
.btn-hover-slide:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(59,102,112,1.00);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .3s ease-out;
}
.btn-hover-slide:hover:before{transform: scaleX(1);}

.btn-hover-slide2{
    display: inline-block;
    position: relative;
    padding-top: 0.8em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.8em;
    z-index: 0;
    background-color: rgba(58,160,114,1.00);
    color: rgba(255,255,255,1.00);
    border-width: 0px;
}
.btn-hover-slide2:hover{
    display: inline-block;
    position: relative;
    padding-top: 0.8em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    padding-bottom: 0.8em;
    z-index: 0;
    color: #FFFFFF !important;

}
.btn-hover-slide2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(59,102,112,1.00);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .3s ease-out;
}
.btn-hover-slide2:hover:before{transform: scaleX(1);}
.mid-icons {
    margin-top: 0px;
    margin-right: 15px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 80px;
    background-position: center top;
    background-size: cover;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-origin: content-box;
    height: 80px;

}
.caro-features {
    margin-top: 30px;
    border-top: thin solid rgba(255,255,255,1.00);
    padding-top: 15px;
    padding-left: 0px;
    margin-left: 15px;
}

.media-body > p {
    font-family: 'Montserrat', sherif;
    font-size: 13px;
    font-weight: 500;
    text-shadow: 1px 1px rgba(75,75,75,1.00);
}
.media-body > h4 {
    font-family: 'Montserrat', sherif;
    font-size: 18px;
        text-shadow: 1px 1px rgba(75,75,75,1.00);
    font-weight: 500 !important;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width:440px){
    .h1_bold_huge {
    font-size: 46px;
    font-weight: 800;
    font-family: 'Montserrat', sherif;
    margin-left: -4px;
    text-transform: uppercase;

}

    .carousel-caption {
         margin-bottom: 5vh;

    }

    .main-subtitle > h5 {
    text-shadow: 1px 1px 1px rgba(87,87,87,1.00);
    font-family: 'Open Sans', sherif;
        font-size: 16px;


}
}

@media (max-width:1440px){

     .carousel-caption {
         margin-bottom: 0vh;

    }


}
@media (width:1920px){

     .carousel-caption {
         margin-bottom: 7%;

    }


}

.media {

}
.media:hover {
  ;
}
