/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 767px) {
    .head-banner {
        font-size: 10px;
        color: #acdccb;
    }

    .img-product {
        height: 320px;
        width: 310px;
    }

    .navbar-brand {
        width: 30%;

    }

    .service_item_logo {
        padding-top: 119px;
        padding-right: 100px;
        text-align: center;
        padding-bottom: 50px;
    }

    .logo_middle {
        width: 167px;
        height: 67px;
    }

    @keyframes change {
        0%
        {
            background-image: url(/assets/background-2-1bde733aa64c36096e9e9ff81a6652a9fec9d21f74cef89437b0eb72dc8c1a3a.webp);
            min-height: 700px;
            background-size: 100% 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
        50%
        {
            background-image: url(/assets/background-a75fce150c73a825e1f7a92e98c00cc57c0c8d4bb6b93e58b02a4241b173e4ed.webp);
            min-height: 700px;
            background-size: 100% 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
        100%
        {
            background-image: url(/assets/background-2-1bde733aa64c36096e9e9ff81a6652a9fec9d21f74cef89437b0eb72dc8c1a3a.webp);
            min-height: 700px;
            background-size: 100% 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
    }
}
body {
    background-color: black;
    font-family: Roboto, Sans-Serif;
}


.head-banner-div {
    padding-top: 100px;
}

.head-banner span {vertical-align:middle;}
.head-banner .capital {font-size:80px;}

.welcome {
    /* The image used */
    background-image: url(/assets/background-a75fce150c73a825e1f7a92e98c00cc57c0c8d4bb6b93e58b02a4241b173e4ed.webp);
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    min-height: 700px;
    background-size: 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    animation: change 10s infinite ease-in-out;
}

/***************/
/*DESKTOP VIEW*/
@media only screen and (min-width: 768px) {
    .head-banner {
        font-size:50px;
        color: #acdccb;
    }

    .img-product {
        height: 420px;
        width: 510px;
    }


    .service_item_logo {
        padding-top: 258px;
        text-align: center;
    }

    .logo_middle {
        width: 310px;
        height: 110px;
    }


    @keyframes change {
        0%
        {
            background-image: url(/assets/background-2-1bde733aa64c36096e9e9ff81a6652a9fec9d21f74cef89437b0eb72dc8c1a3a.webp);
            min-height: 700px;
            background-size: 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
        50%
        {
            background-image: url(/assets/background-a75fce150c73a825e1f7a92e98c00cc57c0c8d4bb6b93e58b02a4241b173e4ed.webp);
            min-height: 700px;
            background-size: 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
        100%
        {
            background-image: url(/assets/background-2-1bde733aa64c36096e9e9ff81a6652a9fec9d21f74cef89437b0eb72dc8c1a3a.webp);
            min-height: 700px;
            background-size: 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
    }
}

#welcome {
    color: white;
}

.services {
    font-family: Roboto;
    padding-top: 40px;
    padding-bottom: 70px;
    width: 100%;
}

.service_item {
    padding: 10px;
}

.service_item h1 {
    color: #D8D8D8;
    font-size: 25px;
    font-weight: 600;
}

.service_item .fa-calendar-check {
    color: yellow;
    font-size: 55px;
}

.service_item .fa-bullhorn {
    color: dodgerblue;
    font-size: 55px;
}

.service_item .fa-clock {
    color: red;
    font-size: 55px;
}

.service_item .fa-globe-americas {
    color: cornflowerblue;
    font-size: 55px;
}

.service_item p {
    font-family: Roboto-Lite;
    color: gray;
    font-size: 15px;
}


.pad_adjust {
    padding-top: 110px;
}

.pad_adjust_response {
    padding-top: 50px;
}

.image_darken:hover {
    filter:brightness(50%);
    transition: 1s;
}

.image_darken {
    transition: 1s;
}

.modal{
    background-color: rgba(0, 0, 0, 0.16) !important;
}
.modal .modal-content{
    background-color: rgba(0, 0, 0, 0.16) !important;

}

.welcome span {
    display: inline-block;
}

.image_darken {
    opacity: 0;
}

.image_darken.animate__animated {
    opacity: 1;
}

.headers {
    opacity: 0;
}

.headers.animate__animated {
    opacity: 1;
}




