﻿

body {
}

/*b {
    font-family: 'Poppins-Bold';
}*/

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
    display: block;
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
    display: none;
}

/* Flashing */
.hover13 figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.navbar-brand img {
    max-width: 240px;
}

.top-nav {
    background-color: #16374b;
}

.btn-brand {
    border-color: #be1522;
    background-color: #be1522;
    color: #fff;
}

.info-box i {
}

.info-box {
    align-items: flex-start;
    display: flex;
}

    .info-box i {
        color: #be1522;
        font-size: 32px;
    }

.breadcrumb-item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    letter-spacing:1px;
}

.breadcrumb-item.active {
    color: #e91d2d;
    font-weight: 600;
}

footer .footer-top {
    padding-top: 35px;
    padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 {
    font-weight: 700;
    color: #16374b;
}

.intro p {
    max-width: 600px;
    text-align: center;
    margin: 0px auto;
}

.service i {
    font-size: 35px;
    color: #be1522;
}

.kz1 {
}


.blog-post .content {
    padding: 1px;
    text-align: center;
}

.blog-post h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 17px;
    text-decoration: none;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

a {
    text-decoration: none;
}

.navbar .navbar-nav .nav-link {
    padding: 0px 13px 0px 13px;
}


.kz2 {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(/tema/img/bg_banner1.jpg), #082032;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 170px;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    padding-bottom: 15px;
}

.kz3 {
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
    font-size:33px;
    text-shadow:0px 0px 4px #454545;

}

    @media only screen and (max-width: 768px) {
        .slide {
            min-height: 34vh !important;
        }

        .social-icons a {
            width: 28px;
            height: 28px;
            display: inline-flex;
            color: #fff;
            background-color: rgba(255, 255, 255, 0.25);
            text-decoration: none;
            align-items: center;
            justify-content: center;
            border-radius: 100px;
            margin-top: 5px;
            margin-bottom: 5px;
          
        }
    }



#projects-slider img {
    display: block;
    width: auto !important;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2a.jpg);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.slide {
    min-height: 85vh;
}