@charset "utf-8";

body {
    font-family: "Open Sans", sans-serif;
    color: #000;
    background-color: #4e565a;
    font-size: 14px;
}


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: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #000;
    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);
}

.site {
    background-color: #FFF;
}

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

.header {
    padding: 20px 0;
    background: linear-gradient(to bottom, rgba(224, 224, 224, 0.6) 0%, rgba(245, 245, 245, 0.6) 14%, rgba(245, 245, 245, 0.6) 100%);
}

.topbar {
    padding: 5px 0;
}

.topbar-social {
    border-right: 1px solid #ebebeb;
    padding-right: 5px;
    margin-right: 5px;
}

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

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


.topbar-links a {
    display: block;
    float: right;
    color: #000;
}

.topbar-links a i {
    color: #000;
}

.topbar-links a:hover {
    color: #e31e25;
}

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


.topbar-lang a {
    display: block;
    float: left;
}

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

nav {
    display: inline-block;
    float: left;
}

nav ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

nav ul li {
    float: left;
}

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

nav ul li a:hover,
nav ul li a.active {
    color: #e31e25;
}

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

.slider-caption-title {
    font-size: 32px;
    font-weight: 900;
    color: #FFF;
    background-color: #000;
    padding: 5px 10px;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, .3);
    position: relative;
}

.slider-caption-line {
    width: 100px;
    height: 5px;
    background-color: #e31e25;
}

.slider-caption-desc {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    max-width: 800px;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, .3);
}

.slider-caption-desc.short {
    max-width: 500px;
}

.slider-caption-link {
    padding: 5px 10px;
    color: #FFFFFF;
    background-color: #e31e25;
    font-weight: bold;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .3);
}

.slider-caption-link:hover {
    background-color: #e31e25;
    color: #FFFFFF;
}

.ms-slide-bgcont {
    background-color: #000;
}

.ms-slide-bgcont > img {
    opacity: .75;

}

.front-services {
    background: rgba(245, 245, 245, 0.6) url("../img/kurul.svg") center no-repeat;
    background-size: contain;
    padding: 100px 0;
}

.fs {
    display: block;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #333;
    border-bottom-width: 5px;
    text-align: center;
    padding: 20px 0;
    transition: all .2s ease;
}

.fs img {
    margin-bottom: 20px;
}

.fs span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.fs:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .275);
    border-color: #e31e25;
    transform: scale(1.025);
}

.fs:hover span {
    color: #e31e25;
}

.fs-header h1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #000;
    margin-bottom: 60px;
    position: relative;
}

.fs-header h1 small {
    display: block;
    font-size: 18px;
}

.fs-header h1:after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #e31e25;
    margin: 20px auto;
    display: block;
}

.fc-text {
    padding: 20px;
    text-align: justify;
}

.fc-text h2 {
    margin-bottom: 20px;
}

.fc-text h2 b {
    font-weight: 900;
}


.fc-text h2:after {
    content: '';
    width: 60px;
    height: 5px;
    display: block;
    margin-top: 20px;
    background-color: #e31e25;
}

.front-news {
    background-color: rgba(245, 245, 245, 0.6);
    padding: 60px 0;
}

.front-news h2 {
    font-size: 22px;
    font-weight: 900;
}

.front-news h2:after {
    content: '';
    width: 60px;
    height: 5px;
    display: block;
    margin-top: 20px;
    background-color: #e31e25;
}

.fn {
    display: block;
    background-color: #FFF;
}

.fn-all {
    color: #999;
    font-weight: bold;
}

.fn-date {
    display: block;
    color: #999;
}

.fn-title {
    display: block;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.fn-more {
    color: #e31e25;
    font-weight: 600;
}

.footer {
    padding: 40px 0;
    border-top: 1px solid #dfdfdf;
}

.footer-box {
    color: #FFF;
}

.footer-box a {
    color: #fe9f00;
}

.footer-box h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #FFF;
}

.footer-box ul li a {
    color: #FFF;
    display: inline-block;
    padding: 3px 0;
}

.footer-box.footer-box-menu ul li a {
    font-weight: bold;
    color: #FFF;
}

.footer-box ul li a:hover {
    color: #e31e25;
}

.footer-social a {
    color: #FFF;
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 100%;
    border: 1px solid #FFF;
    text-align: center;
}

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

.footer-phone h3 {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    margin: 0;
}

.design a img {
    height: 20px;
    margin-left: -10px;
}

.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;
    color: #162f83;
}

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

/* 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) {
    .container-lg {
        max-width: 1326px;
    }
}

/* Non-mobile First */

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

}

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

    #mobileMenuToggle {
        display: block;
    }

    nav {
        display: none;
    }

    .footer {
        padding: 30px 30px 100px 30px;
    }

    .logo-cont {
        text-align: center;
    }

    .topbar-links a span {
        display: none;
    }

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

    header {
        position: relative;
        padding-bottom: 0;
    }

    .fc-text {
        padding-right: 0;
    }

    .slider-caption-line,
    .slider-caption-desc,
    .slider-caption-link {
        display: none;
    }
}

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

}

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

}
.mobile-floating-links {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 99;
}

.mobile-floating-links a:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 10px;

}
.mobile-floating-links > a {
    height: 60px;
    width: 60px;
}

.mfl-btn {
    border-radius: 50%;
    display: block;
    float: left;
    position: relative;
    padding:26px 26px 26px 26px;
    color: #FFF;
    line-height: normal;
}

.mfl-btn i {
    position: absolute;
    left: 12px;
    transform: translate(0, -50%);
    font-size: 29px;
    color:#fff;

}

.mfl-phone {
    background-color: #d13b46;
}

.mfl-whatsapp {
    background-color: #25d366;
}
@media only screen and (max-width: 992px) {
    .mobile-floating-links {
        display: grid;

    }

}