/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.logo{
    position: absolute;
    top: 0;
    left: 100px;
}
.top-menu-nav{
    height: 50px;
    background-color: #333333;
    width: 100%;
}

.header-nav .navbar-default {
    background-color: transparent;
    /* border-color: #e7e7e7; */
}
.header-nav .navbar{
    padding: 0px;
}
.top-menu-nav ul{

}
.top-menu-nav ul li{
float: left;
list-style: none;
margin:10px 10px;
}
.top-menu-nav ul li a{
    padding:5px 15px;
    float: left;
    color: #f47d35;
    border:1px solid #ccc;

}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;

}
 .navbar-collapse{transition: 0.7s;}

.menu-bg{
    background-color: #f47d35;
   
}
.full-width{
    width: 100%;
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}
.full-width .navbar-right{
    margin-right: -135px;
}
@media(min-width:767px) {
  
    .navbar {
        padding: 20px 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;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
}

.about-section {  
    background: #eee;
      padding-top: 50px;
    padding-bottom: 50px;
}

.services-section {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
}
.testimionals-section{
    padding-top: 50px;
    padding-bottom: 50px;
    clear: both;
}
.services-global{
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
    clear: both;
}

@media only screen and (max-width:767px){
      .full-width .navbar-right{
    margin-right: 0px;
}
}