* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.top {
    box-shadow: 0 0 10px 1px rgb(71, 66, 66);
}

.carousel-indicators>li {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: rgb(110, 29, 29);
}


/* Background Image */

.img1 {
    height: 80vh;
    width: 100%;
    background-image: url('../image/img1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.img2 {
    height: 80vh;
    width: 100%;
    background-image: url('../image/img2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.img3 {
    height: 80vh;
    width: 100%;
    background-image: url('../image/img3.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.transparent-sec {
    padding: 5%;
    height: auto;
    width: 100%;
    background-color: rgba(24, 24, 22, 0.644) !important;
}

.search-sec {
    position: absolute;
    padding: 2rem;
    z-index: 1;
    top: 180px;
    width: 100%;
}


/* Welcome */

.welcome {
    height: auto;
    width: 100%;
    padding: 1%;
}

.welcome h3 {
    font-family: Arial, Helvetica, sans-serif;
}


/* country */

.country .content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.country .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.country .content:hover .content-overlay {
    opacity: 1;
}

.country .content-image {
    width: 100%;
}

.country img {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.country .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.country .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.country .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.country .content-details p {
    color: #fff;
    font-size: 0.8em;
}

.country .fadeIn-bottom {
    top: 80%;
}


/* Contact */

.contact {
    height: auto;
    width: 100%;
    background-color: #001c38 !important;
    padding: 15px;
}

.list a {
    text-decoration: none;
    color: white !important;
    font-size: 18px;
    font-weight: bold;
}


/* .profile,
.social,
.location,
.services {
    padding-top: 5%;
} */

.contact h4 {
    color: #007bff !important;
}

.profile h6 {
    padding-right: 20px;
}

#social-fb {
    color: #3b5998;
}


/* procedure */

.procedure td,
th {
    padding: 8px;
}