/******************************************
 File Name: top-navbar-7.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 */

#nav-7 a.nav-link {
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    margin: 9px 5px;
    font-family: 'Open Sans', sans-serif;
    transition: all 400ms linear;
}

#nav-7 .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 5px 8px;
}

#nav-7 a.nav-link:hover {
    color: #fff;
    background: #708090 !important;
    padding: 5px 8px!important;
    margin: 9px 0px;
    border-radius: 50px;
    text-align: center;
}

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

#nav-7 .logo .fa-long-arrow-alt-up {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    width: 26px;
    color: #f0f0f0;
    padding: 0px 8px;
    text-align: center;
    border-radius: 3px;
}

#nav-7 .logo .fa-long-arrow-alt-down {
    font-size: 18px;
    height: 26px;
    line-height: 26px;
    width: 26px;
    color: #f0f0f0;
    padding: 0px 8px;
    text-align: center;
    border-radius: 3px;
}

#nav-7 .top-nav-collapse {
    padding: 5px 0px!important;
    transition: all 1s ease!important;
    background: #f0f0f0!important;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.40);
}

#nav-7 .top-nav-collapse .logo {
    color: #333;
}

#nav-7 .top-nav-collapse .logo .fa-long-arrow-alt-down {
    color: #333;
}

#nav-7 .top-nav-collapse .logo .fa-long-arrow-alt-up {
    color: #333;
}

#nav-7 .top-nav-collapse a.nav-link {
    color: #333!important;
}

#nav-7 .top-nav-collapse a.nav-link:hover {
    color: #fff!important;
}

#nav-7 .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-7 .navbar-light {
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    padding: 0px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    border: none;
    background-color: rgba(0, 0, 0, 0.4);
}

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 */
.navbar-light .navbar-toggler {
    margin-right: 15px;
    border-color: transparent; !important;
}
#nav-7 .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0px 8px;
}
#nav-7 a.nav-link:hover {
   text-align: left;
}
  }

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

@media screen and (min-width: 768px) and (max-width: 1200px) {
#nav-7 .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0px 8px;
}
#nav-7 a.nav-link:hover {
   text-align: left;
}
}