@charset "utf-8";

body {
    font-family: "Poppins", sans-serif;
    color: #000;
    background-color: #E0E0E0;
}

a {
    color: #1b2e66;
}

a:hover {
    color: #355ac8;
}

a, a:hover, a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {

}

.btn.flat {
    border-radius: 0;
}

#mobile-menu:not( .mm-menu ) {
    display: none;
}

#mobileMenuToggle {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #ff5400;
    color: #FFF;
    font-size: 22px;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 99;
    border-radius: 100%;
}

.bc-background-instagram {
    background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}


.paraxify {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.site {
    background-color: #FFF;
}

header {
    background-color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 2;
}

.header-inner {
    padding: 20px 0;

}

.logo a img {
    max-width: 220px;
}

nav {
    display: inline-block;
    position: relative;
}


nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

nav ul li {
    float: left;
    display: block;
}

nav ul li a {
    display: block;
    padding: 0 10px;
    color: #000;
    font-weight: bold;
}

nav ul li a:hover {
    color: #e20a17;
}

.topbar {
    padding: 10px 0;
}

.topbar-social a {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    color: #FFF;
    border-radius: 100%;
    font-size: 14px;
}

.topbar-social a:not(:last-child) {
    margin-right: 4px;
}

.topbar-contact a {
    display: inline-block;
    color: #FFF;
}


.topbar-contact a i {
    color: #e20a17;
}

.topbar-contact a:hover {
    color: #e20a17;
}


.slider-cont {
    position: relative;
    overflow: hidden;
}

#slider {
    position: relative;
    background-color: #FFF;
    overflow: hidden;
}

.poster {
    display: none;
}

.footer {
    padding: 0 0 80px 0;
    border-top: 1px solid #ebebeb;
}

.footer-inner {
    background: linear-gradient(to bottom, rgb(252, 252, 252) 0%, rgb(224, 224, 224) 100%);
    padding: 30px 0;
}

.footer-box {
    color: #000;
}

.footer-box h2 {
    color: #000;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    color: #000;
}

.footer-box .address a {
    color: #000;
}

.business-hours {
    color: #000;
}

.footer-social a {
    color: #000;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.footer-note {
    color: #000;
}

.design a img {
    height: 20px;
}

.page-inner {
    padding: 40px 0;
}

.page-tabs .nav-tabs .nav-link {
    font-weight: bold;
    color: #999;
    border-radius: 0;
}

.page-tabs .nav-tabs .nav-link.active {
    color: #162f83;
    border-top: 2px solid #162f83;
}

.page-tabs .tab-pane-inner {
    padding: 20px;
    border: 1px solid #DDD;
    border-top: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
}

.subpage-item {
    text-align: center;
}

.subpage-item a {
    display: block;
}

.subpage-item-title {
    font-size: 12px;
    color: #CCC;
}

.subpage-item .card-block {
    padding: 5px;
}

.articles .card .card-body a {
    font-weight: bold;
}


/* Mobile First */

/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/* Non-mobile First */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

    #mobileMenuToggle {
        display: block;
    }

    nav {
        display: none;
    }

    .topbar-contact span {
        display: none;
    }

    .slider-cont {
        display: none;
    }

    .poster {
        display: block;
    }


}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {

}
