/* * {
    font-family: 'Libre Franklin Thin Regular';
} */

@font-face {
    font-family: Montserrat;
    src: url(../font/montserrat.woff2);
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    src: url(../font/montserrat.woff2);
    font-weight: bold;
}

* {
    font-family: Montserrat;
}

a {
    color: #31020c;
    text-decoration: none;
}

.bg-tranparent {
    background: rgba(255, 255, 255, 0.5);
}

.btn-main {
    /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .1);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%); */
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #fff;
    border-color: #16a1cb;
    background-color: #16a1cb;
    padding: 10px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
}

.color-mn{
    color: #16a1cb;
}

.btn-main:hover {
    background-color: #16a1cb;
    /* clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%); */
    color: #fff !important;
}

.section-bg {
    background: url('/img/background.jpg') no-repeat;
    background-size: cover;
    min-height: 700px;
}

.section1-row {
    padding-top: 15%;
}

@media only screen and (max-width: 450px) {
    .section-bg {
        min-height: 600px;
    }
    .section1-row {
        padding-top: 50%;
    }
}

.footer {
    /* background: url('../img/Martec-footer.webp') no-repeat;
    background-size: cover; */
    color: #7f7d7d;
    background: #fff;
}

.footer p {
    font-size: 0.65em;
    line-height: 2em;
}