/*---- responsive-design -----*/
@media(max-width:1200px){
    nav {
        height: inherit !important;
        min-height: 75px;
        -webkit-transition: all 0.5s !important;
        -moz-transition: all 0.5s !important;
        transition: all 0.5s !important;
        color: #fff !important;
    }
    nav.navScroll {
        background-color: rgba(255,255,255,1);/* #027C99;*/
        -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
        box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    }
    nav.navScroll .logo {
        display: inline-block;
    }
    nav a.logo {
        display: inline-block !important;
    }
    .logo h1 {
        padding-left: 0; 
    }
    button.navbar-toggle {
        border-color: transparent;
        margin-top: 10px;
        margin-left: 15px;
        float: left;
        display: initial;
    }
    .navbar-toggle .icon-bar {
        background: #6c757d;
    }
    ul.nav.navbar-right {
        margin-top: 0;
    }
    .top-nav ul li {
        display: block;
    }
    div#bs-example-navbar-collapse-1 {
        margin: 0;
        padding: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .navbar-right .dropdown-menu {
        min-width: 100%;
        position: relative;
        margin-left: 0;
    }
    .dropdown-menu {
        margin-top: 0;
    }
    nav.navScroll ul li a {
        border: none;
        color: #6c757d;
        margin-top: 0;
    }
    nav.navScroll li a.active {
        border: none;
    }
    nav.navScroll.sticky li a.active {
        border: none;
    }
    .nav > li > a:hover, .nav > li > a:focus {
        border: none;
    }
    nav li a.active {
        color: #6c757d !important;
    }
    .navbar-collapse {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media(max-width:1170px){
    .container {
        width: 100%;
    }
    .banner-text-info {
        right: 20px;
    }
}

@media(max-width:1140px){
    .logo img.desktop{
        width: 185px;
    }
    .top-nav ul li a {
        letter-spacing: 0;
        padding: 10px 11px;
        font-size: 1.5em;
    }
    .dropdown-menu {        
        margin-top: 16px;
    }
    #internal-content {
        margin-top: 360px;
    }
    h2,
    h3.title {
        font-size: 3em;
    }
    p,
    .banner ul li,
    .more-services .testimonial { 
        font-size: 1.3em;
    }

    .divider {
        height: 500px;
        background-attachment: scroll;
        background-position-y: top;
    }
        .divider.services {
            background-attachment: scroll;
            background-position-y: top;
        }
}

@media(max-width:1080px){
    p {
        margin: 15px 0;
    }
    .top-nav ul li {
        margin: 0 0.2em;
    }
    .banner-text h2 {
        font-size: 2.8em;
    }
    .banner-text h3 {
        font-size: 1.3em;
    }
    .banner-info{
        min-height: 500px;
    }
    .vcenter {
        display: block;
    }
}

@media(max-width:1070px){
    .banner-text h2 {
        font-size: 2.6em;
    }
    .banner-info {
        min-height: 600px;
    }
}

@media(max-width:1000px){
    p {
        padding: 0 0 10px 0;
    }
    .banner-text-info {
        padding-top: 27vh;
    }
    #back-to-top img {
        width: 25px;
    }
    .banner {
        padding-bottom: 0;
    }
    #footer-banner {
        height: 250px;
    }
    .quote {
        margin-top: 180px;
    }
    .quote h1 {
        font-size: 3em;
    }
    .more-services .tagline h1 {
        font-size: 1.4em;
    }
    #internal-hero h1 {
        font-size: 5em;
        line-height: 70px;
    }
}

@media(max-width:800px){    
    .banner-text h2 {
        font-size: 2.3em;
    }
    .banner-text h3 {
        letter-spacing: 1px;
    }
    .banner-info {
        min-height: 500px;
    }
    .logo h1 {
        font-size: 2.5em;
    }
    .more-services {
        padding: 30px 30px 0 30px;
    }
    .more-services a {
        width: 100%;
        margin-bottom: 30px;
    }
    .certification {
        margin-right: 0;
        margin-bottom: 50px;
        display: block;
        float: none;
        margin-bottom: 0;        
    }    
}

/* Mobile nav */
@media(max-width:768px){
    .banner-text h2 {
        font-size: 2.1em;
    }
    .banner-text h3 {
        font-size: 1.1em;
    }
    .banner-info {
        min-height: 460px;
    }
}

@media(max-width:640px){
    .banner-text h2 {
        font-size: 1.8em;
    }
    .banner-text h3 {
        font-size: 1em;
    }    
    #slideshow-tagline {
        width: 100%;
        left: 10px;
        right: 10px;
    }
    #slideshow-tagline h1 {
        font-size: 2.5em;
        width: 100%;
    }
}

@media(max-width:619px){
    h3 {
        font-size: 2em;
    }
    .banner-text h2 {
        font-size: 2.4em;
    }
    .banner-text h3 {
        font-size: 1.2em;
    }
    .banner-info {
        min-height: 525px;
    }
}

@media(max-width:615px){
    .logo h1 {
        font-size: 2.2em;
    }
    .banner-text-info {
        right: 0;
        width: 100%;
    }
    .banner-text-info .tagline {
        width: 100%;
    }
    #internal-hero .banner-text-info .tagline h1 {
        font-size: 2.5em;
        width: 100%;
    }
    footer .footer-logo {
        float: none;
        display: block;
    }
    .address {
        float: none;
        display: block;
    }
}

@media(max-width:480px){
    h2 {
        font-size: 2em;
    }
    .banner-text h2 {
        font-size: 1.6em;
    }
    .banner-text-info {
        width: 100%;
        right: 0;
    }
    .banner-info {
        min-height: 400px;
    }
    p {
        line-height: 1.8em;
    }

    .highlight-block .highlight-content h3 {
        font-size: 2em;
    }
    .highlight-block .highlight-content p,
    .highlight-block .highlight-content a {
        color: #fff;
        font-size: 1.1em;
    }
    .designby {
        display: none;
    }
}

@media(max-width:414px){
    .banner-text h2 {
        font-size: 1.5em;
    }
    p,
    .banner ul li,
    .more-services .testimonial { 
        font-size: 1.1em;
    }
    h3.title {
        font-size: 2.6em;
    }
}

@media(max-width:375px){
    .banner-text h2 {
        font-size: 1.3em;
    }
    .banner-text h3 {
        letter-spacing: 0px;
    }
    .banner-info {
        min-height: 350px;
    }
}

@media(max-width:320px){
    .banner-text h2 {
        font-size: 1.2em;
    }
    .banner-info {
        min-height: 325px;
    }
    h3.title {
        font-size: 2.2em;
    }
}
/*--//responsive-design---*/
