/******************************************
 File Name: top-navbar-6.css 
 Item Name: My Navbar
 Created By: Design Collection 
 Version: 1.1 
 *******************************************/


/** #     [Table of contents]
            
            * Body Part
            # 01  -  Top Navbar
            # 02  -  Header Image
            # 03  -  Headding 
            # 03  -  Title
            # 03  -  paragraph

        
        
                
            # [Color codes]
            
            Top BG :  #000
            Content : #ffffff (Pure-White), #333
            Hyper Link :  #007bff (Dodger Blue)
            
    
            
            **/


/* Style Begin */
.socil-icon {
    margin: 10px 0px;
}
.socil-icon a {
    padding: 11px;
    }
#nav-6 .text {
    padding-top: 10px;
}

#nav-6 nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    padding: 2px;
}

#nav-6 li.nav-item.active .nav-link {
    background: #9acd32;
    color: #fff;
    border-radius: 4px;
    color: #fff!important;
}

#nav-6 ul.navbar-nav.my {
    margin: 10px 0px;
}

#nav-6 a.nav-link {
    font-size: 15px;
    margin: 5px 2px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, .9);
    padding: 8px 12px;
    border-radius: 4px;
}

#nav-6 a.nav-link:hover {
    background-color: #eee;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#nav-6 .logo {
    font-weight: 500;
    font-size: 22px;
    color: #374760 !important;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

#nav-6 .logo:hover {
    color: red !important;
}

#nav-6 .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 40px;
    box-shadow: none;
    padding: 4px 0;
    border-radius: 4px !important;
    -webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

#nav-6 .navbar-light {
    background-color: #f8f8ff!important;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    padding: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-box-shadow: 0 0 5px #777;
    -webkit-box-shadow: 0 0 5px #777;
    box-shadow: 0 0 5px #777;
}

html {
    scroll-behavior: smooth;
}

#about,
#home,
#service,
#product,
#Portfolio,
#contact {
    padding-top: 150px;
}


/* Smartphones (portrait and landscape) -- -- -- -- -- - */

@media screen and (min-width: 320px) and (max-width: 667px) {
    /* Styles */
    .socil-icon {
    margin: 0px 0px;
}
    .text-light {
        display: none;
    }
    #nav-6 .navbar-light .navbar-toggler {
        position: relative;
        float: right;
        padding: 5px 14px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-image: none;
        border: 1px solid #333;
        border-radius: 4px;
    }
    #nav-6 .navbar-light .navbar-toggler {
        margin-right: 15px;
    }
    #nav-6 .logo {
        margin-left: 15px;
    }
    #nav-6 a.nav-link {
        margin: 0px 2px;
    }
    button.navbar-toggler:focus,
    button.navbar-toggler:active {
        outline: none;
    }
}