﻿@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v23/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaA.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v23/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaA.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v23/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaA.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v23/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaA.ttf) format('truetype');
}

.bg-color-lightest-gray {
    background-color: #f3f5f7;
}

body,
html {
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
}
/** BS HACKS */
.navbar {
    padding: 1.5rem 1rem;
    box-shadow: 0 11px 12px 3px #00000033;
}

.navbar-light .navbar-nav {
    align-items: flex-end;
}

    .navbar-light .navbar-nav .nav-link {
        font-size: 0.98rem;
        color: #1b7091;
        font-weight: 500;
    }

        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link:focus {
            color: #e54129;
        }

.btn {
    border-radius: 0.4rem;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 0.575rem 0.95rem;
}

.btn-secondary {
    color: #01a1cb;
    background-color: #fff;
    border-color: #fff;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #1b7091;
        border-color: #1b7091;
    }

.btn-primary {
    color: #fff !important;
    background-color: #01a1cb;
    border-color: #fff;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #1b7091;
        border-color: #1b7091;
    }

.form-control {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}

.input-group .form-control {
    padding: 1.275rem 0.75rem;
    border: solid 1px #fff;
}

footer {
    background-color: #e5eaea;
}
/***** bs hack end*/
.companyLogo {
    display: block;
    max-height: initial;
    position: absolute;
    top: 5px;
    box-shadow: 3px 6px 14px 4px #00000073;
    background-color: #fff;
    border-radius: 100px;
    height: 200px;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
}

.tiny {
    height: 130px;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
}

.mid-boxes {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 25px;
}

    .mid-boxes h2 {
        font-size: 24px;
        padding: 5px 0;
        line-height: 25px;
    }

    .mid-boxes .left-box {
        background-color: #e54129;
        color: #fff;
    }

        .mid-boxes .left-box .inner-box {
            background-color: #ffffff1c;
            padding: 20px;
            border: dotted 2px #e54129;
            margin: 20px 5px;
        }

    .mid-boxes .mid-box {
        background-color: #01a1cb;
        color: #01a1cb;
    }

        .mid-boxes .mid-box .inner-box {
            background-color: #ffffff;
            padding: 20px;
            border: dotted 2px #01a1cb;
            margin: 20px 5px;
        }

    .mid-boxes .right-box {
        background-color: #62ae25;
        color: #fff;
    }

        .mid-boxes .right-box .inner-box {
            background-color: #ffffff1c;
            padding: 20px;
            border: dotted 2px #62ae25;
            margin: 20px 5px;
        }

.news-section {
    color: #1b7091;
}

    .news-section h2 {
        font-family: 'Roboto Slab', serif;
        font-size: 24px;
        color: #1b7091;
        font-weight: 600;
        padding: 10px;
    }

    .news-section a {
        color: #727272;
    }

        .news-section a:hover,
        .news-section a:focus {
            color: #727272;
            text-decoration: none;
        }

.events-section {
    color: #3c3c3c;
    text-align: center;
}

    .events-section h2 {
        font-family: 'Roboto Slab', serif;
        font-size: 22px;
        color: #1b7091;
        font-weight: 600;
        padding: 10px;
    }

h2.page-header {
    color: #1b7091;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    text-align: center;
}

.heart-divider {
    /*background: url(/images/hearth-divider.png) no-repeat center center;*/
    height: 100px;
    border: none;
}

.main-content {
    margin-top: 120px;
    margin-top: 80px;
    PADDING-TOP: 35px;
    background-color: #eeeeee;
}

    .main-content h2 {
        color: #1b7091;
        font-size: 18px;
    }

span.subtitle {
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
}

.carousel.mt-5 {
    margin-top: 5rem !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 100px;
    height: 70px;
}

.marketing {
    position: relative;
    margin-top: -10%;
    z-index: 1020;
}
/*responsive breakpoints*/
@media (max-width: 767.98px) {
    .marketing {
        margin-top: 0;
    }

    .companyLogo {
        height: 110px;
    }

    .companyLogo {
        left: 37%;
    }
}

p.card-text {
    font-size: 14px;
}

.swiper-container {
    overflow: hidden;
}

.lang {
    align-self: flex-end;
    margin-right: 15px;
}

    .lang a {
        color: #000;
        font-weight: 500;
    }

a {
    text-decoration: none;
}


@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }
}
