/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #007bff;
}
a:hover{text-decoration: none}

/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #fff;
}

body {
    color: #333;
}
.navbar-main{background-color: transparent; border-bottom: 1px solid transparent; transition: .2s ease-in-out .2s}
.navbar-main {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 10px rgba(38, 107, 193, .08);
    box-shadow: 0px 3px 10px rgba(38, 107, 19, .08);
    border-color: #f5f5f5;
    background-size: cover;
}
.navbar-brand img{height: 60px;}
.bg-main {
    color: #fff;
    background-position: center center;
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
    align-items: center;
}
.section{padding: 60px 0;}
.section-title{margin-bottom: 2rem; padding-bottom: 1rem; font-weight: bold; text-align: center; position: relative;}
.section-title:before{content: ""; position: absolute; width: 100px; bottom: 0; left: 50%; margin-left: -50px; height: 3px; background-color: #f5f5f5;}
/*
 * Footer
 */
.mastfoot {
    background-color: #f5f5f5;
    padding: 2rem 0;
}
.mastfoot a{}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
    .section{padding: 40px 0;}
}
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {

}









