.border-10 img {
    border-radius: 10px 10px 0 0;
}

.border-10 {
    border-radius: 10px;
}

.border-11 img {
    border-radius: 10px;

}

.border-img img {
    border-radius: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
}

#top-main {
    background-image: url(https://i.stack.imgur.com/Z12tw.png);
    height: 100vh;
}

#nav-menu {
    font-size: medium;
    position: relative;
}

#top_text {
    color: white;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.home-aboutus {
    background-image: url(../images/bg/about-us.jpg);
    background-size: cover;
}

footer {
    background-image: url(../images/bg/about-us.jpg);
    background-size: cover;
    padding: 110px 0 50px 0;
    border-radius: 60px 60px 0 0;

}

.choose-us {
    background-image: url(../images/bg/about-us.jpg);
    background-size: cover;
    padding: 70px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 0 0 60px 60px;

}

.aboutus {
    background-image: url(../images/bg/about-us.jpg);
    background-size: cover;
    padding: 180px 0 100px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 0 0 60px 60px;
}

.commercial-photography-studio {
    background-image: url(../images/bg/commercial-photography-studio.jpg);
    background-size: cover;
    padding: 140px 0 180px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-radius: 0 0 60px 60px;

}

.line {
    background-color: black;
    width: 100px;
    height: 5px;
    display: block;
    content: '';
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

.line-white {
    background-color: rgb(239, 234, 234);
    width: 100px;
    height: 5px;
    display: block;
    content: '';
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
}

.line-white2 {
    background-color: rgb(239, 234, 234);
    width: 100px;
    height: 5px;
    content: '';
    margin-top: 7px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.float i {
    margin-top: 16px;
}

@media (min-width: 800px) and (max-width: 2000px) {
    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

    /* rotate caret on hover */
    .dropdown-menu>li>a:hover:after {
        text-decoration: underline;
        transform: rotate(-90deg);
    }

}


/* Portfoloio */
.lightbox-gallery {
    background-image: linear-gradient(#4A148C, #E53935);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}

.lightbox-gallery p {
    color: #fff
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}

/* End portfolio */

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}


.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}


img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {

    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

.box {
    background-color: #f1f2f2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 5px;
    padding: 20px;
}

.captcha {
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2em;
    padding: 3px;
    border-radius: 5px;
    text-decoration: line-through;
    color: #a0a0a0;
    background-color: #0c0c0c;
}

.restart a {
    text-decoration: none;
}

.errmsg {
    color: black;
    padding: 5px;
    transition: 0.5s ease;
}