/* 

body{
    background-color: black;
    font-size: 16px;
    color: black;
    font-family: Tahoma, Geneva, Verdana, sans-serifs;
}

.logo img{
    margin:auto;
    height: 25px;
}

.industry-img {
    
    top: 0; bottom: 0; left: 0; right: 0;
    position: absolute;
    margin: auto;
    width: 50%;
}
.bg-black{
    background-color: black;
    font-size: 18px;
}

.custom-a{
    color: #888888;

}

.custom-a a.hover{
    color: white;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 3.5rem;
}

.diyalatek{
    top: 20%;
    font-size: 16px;
    font-family: Tahoma, Geneva, Verdana, sans-serifs;
}

.dream{
    display: flex;
    align-items: center;
    justify-content: center;
}

.box{
    top: 50%;
    transform: translateY(-50%);
    font-size: calc(50% + 1vw + 1vh);
    font-weight:bold;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5);

}

.word{
    display: inline-block;
    color: white;
}

.word .span-active{
    position: absolute;
    top: 1;
    overflow: hidden;
    animation: animate 10s linear infinite;
    opacity: 0;
}

.span-active{
    position: relative;
    color: #e8a725;
    font-weight: bold;
    padding-left: 10px;
}

.lower-bar{
    color: #888888;
    padding: 15px;
    font-size: 18px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background-color: black;
    color: white;
}

.services{
    background-color: black;
    color: white;
    padding-top: 15px;
}



@keyframes animate{
    0%{
        opacity: 0;
        transform: translateY(-50px);
    }
    2%{
        opacity: 1;
        transform: translateY(0px);
    }
    18%{
        opacity: 1;
        transform: translateY(0px);
    }
    20%{
        opacity: 0;
        transform: translateY(50px);
    }
    100%{
        opacity: 0;
        transform: translateY(50px);
    }
}
.word span:nth-child(1){
    animation-delay: 0s;
}
.word span:nth-child(2){
    animation-delay: 2s;
}
.word span:nth-child(3){
    animation-delay: 4s;
}
.word span:nth-child(4){
    animation-delay: 6s;
}
.word span:nth-child(5){
    animation-delay: 8s;
} */