* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* navigation bar */
.apps {
    padding: 3px;
    background-color: #055296;
    font-weight: 700;
    color: #fff;
    width: 100%;
}

.apps-left {
    float: left;
}

.apps-right {
    margin-left: 50%;
}

.apps ul li {
    display: inline;
}

.fa-phone {
    border: 2px solid white;
    padding: 3px;
    border-radius: 50px;
}

.fa-envelope {
    border: 2px solid white;
    padding: 3px;
    border-radius: 50px;
}

.navbar {
    background-color: #fff !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    top: 0 !important;
    position: sticky !important;
}

.navbar-brand {
    margin-left: 8%;
}

.navbar-collapse {
    margin-left: 10%;
}

.nav-link {
    color: #04327c !important;
}

.nav-link:hover {
    color: #04243f !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.blink {
    animation: blink 1s steps(2) infinite;
    /* 1 second animation, 2 steps, repeat infinitely */
}

@keyframes blink {
    0% {
        opacity: 1;
        /* Fully visible */
    }

    50% {
        opacity: 0;
        /* Invisible */
    }

    100% {
        opacity: 1;
        /* Fully visible again */
    }
}

.body {
    font-family: 'Poppins', sans-serif;
    background-color: #daeef1 !important;
}

/* gallery-section */
.gallery1 {
    width: 100%;
    padding: 80px 0;
}

.gallery-heading {
    width: 80%;
    margin: auto;
}

.gallery-heading h1 {
    font-weight: bold;
    color: #870a0a;
    text-align: center;
}

.gallrap{
    width: 80%;
    margin: auto;
}
div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* footer */
.foot {
    width: 100%;
    padding: 30px;
    background-color: rgb(148, 180, 231);
}

.footrap {
    width: 90%;
    margin: auto;
}

.foot1 p {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.foot2 p {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.foot2 h6 {
    color: black;

}

.footer {
    width: 100%;
    padding: 10px;
    background-color: rgb(148, 180, 231);
}

/* responsive */
@media only screen and (max-width:570px) {
    iframe {
        width: 300px;
    }
}