html {
    /* scroll-behavior: smooth; */
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #616b7a;
    text-align: left;
    background-color: #eef5f9;
    font-family: 'Poppins', sans-serif;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #2a3544;
}

.logo-txt {
    font-size: 30px;
    font-weight: 600;
}

.container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.topbar {
    position: absolute;
    z-index: 50;
    width: 100%;
}

.topbar.fixed-header {
    box-shadow: 0px 0px 30px rgba(115, 128, 157, .1);
    transition: .2s ease-in;
    background: #fff;
    position: fixed;
}

.topbar .top-navbar {
    min-height: 64px;
}

.topbar .top-navbar .navbar-nav>.menu-item>a {
    padding: 0 15px;
    font-size: .9375rem;
    line-height: 64px;
    height: 64px;
}

.navbar-light .navbar-nav a:not(.dropdown-item) {
    color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav a:not(.dropdown-item):hover,
.navbar-light .navbar-nav a:not(.dropdown-item):focus {
    color: rgba(0, 0, 0, .7);
}

.main-wrapper {
    background-image: url(../images/wrapbg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100vh;
}

.main-wrapper .content-wrapper {
    overflow: hidden;
    padding-top: 80px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .06);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, .06);
    margin-bottom: 50px;
}

ul.about {
    list-style: none;
}

ul.about li {
    margin-bottom: 15px;
}

ul.about li span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 4px 10px 0 -1px;
    background: url(../images/bullet.svg);
    float: left;
}

ul.about li div {
    margin-left: 30px;
}

.profile-img {
    border-radius: 100px;
    height: 200px;
    width: 200px;
    border: 5px solid #f1f1f1;
}

footer {
    border-top: 1px solid #f1f1f1;
    padding: 10px 0px;
    font-size: 12px;
    margin-top: -10px;
}

.home-banner {
    background: url(../images/home.jpg);
    /* background-repeat: no-repeat; */
    background-size: 100%;
    height: 700px;
    background-position: center;
    position: relative;
}

.home-banner h3 {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    font-family: 'Lora', serif;
    font-size: 45px;
    font-style: italic;
    font-weight: 300;
}

.mapcontainer {
    position: relative;
    width: 100%;
}

.map-address {
    position: absolute;
    right: 0;
    top: -350px;
}

.first-text {
    text-align: center;
    animation-duration: 2s;
    animation-fill-mode: both;
    font-size: 46px;
    font-family: 'Cookie', cursive;
}

.second-text {
    text-align: center;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-fill-mode: both;
    font-size: 46px;
    font-family: 'Cookie', cursive;
}

.carousel-item img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

#slider::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    top: 0;
}

button:focus {
    outline: none;
}

.silder-text-container {
    position: absolute;
    top: 40%;
    z-index: 11;
}

.navbar-light .navbar-brand {
    color: #0078d7;
}



@media only screen and (max-width: 720px) {
    .logo-txt {
        font-size: 22px;
        padding-left: 15px;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .main-wrapper .content-wrapper {
        padding-top: 64px;
    }

    .navbar {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-toggler {
        border: none;
    }

    ul#primary-menu {
        background: #fff !important;
    }

    .no-padding-mob {
        padding: 0;
    }

    .topbar .top-navbar .navbar-nav>.menu-item>a {
        line-height: 44px;
        height: 44px;
    }

    .first-text,
    .second-text {
        font-size: 26px;
        line-height: 36px;
    }

    .first-text {
        margin-bottom: 15px;
    }

    ul.about {
        padding-left: 5px;
    }

    .carousel-item img {
        height: 450px;
    }

    .silder-text-container {
        top: 27%;
    }
}