body{
    overflow-x: hidden;
}
/* navbar */
.navbar .nav-link{
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.navbar .nav-item.active{
    border-left: #444 3px solid;
}
/* carousel */
.carousel-item{
    height: 450px;
}
.carousel-image-1{
    background: url(../img/retea.jpg);
    background-size: cover;
    
}
.carousel-image-2{
    background: url(../img/retea2.jpg);
    background-size: cover;
    background-position:center;

    
}
.carousel-image-3{
    background: url(../img/money2\ \(1\).jpg);
    background-size: cover;
    background-position:center;
}
/* home */
#home-heading{
    position: relative;
    min-height: 200px;
    background: url(../img/lights.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
}
.dark-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
#video-play{
    position: relative;
    min-height: 200px;
    background: url(../img/secure4.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#video-play a{
    color: white;
    
}

/* about page */
#page-header{
    height: 200px;
    background: url(../img/image1.jpg);
    background-position: 0 -360px;
    background-attachment: fixed;
    color: white;
    border-bottom: 1px solid #eee;
}
#page-header h1{
    padding-top: 4.5rem;
}
.about-img{
    margin-top: -70px;
}
#faq .card {
    border: #444;
}
#faq a{
    color: white;
    text-decoration: none;
}
#faq .card-body,
#faq .card-header{
    background: rgba(51, 51, 51, 0.65);
}
/* services */
#main-footer{
    background: black;
    color: white;
}

/* about */
.box{
    height: 23vh;
}

.red{
    color: red;
}
.green{
    color: green;
}

/* blog */
.blog-card{
    height: 66vh;
}
.img-100{
    height: 27vh;
}

/* contact us */
.card-form{
    height: 47vh;
}
@media (max-width: 1024px){
    .box{
    height: 26vh;
    }
    .blog-card{
        height: 80vh;
    }
    .card-form{
        height: 47vh;
    }
}
@media (max-width: 768px){
    .box{
    height: 29vh;
    }
    .blog-card{
        height: 87vh;
    }
    .img-100{
        height: 15vh;
    }
}
@media (max-width: 425px){
    .box{
        height: 29vh;
    }
    .blog-card{
        height: 76vh;
        margin-bottom: 1rem !important ;
    }
    .img-100{
        height: 31vh;
    }
}