body {
    width: 100%;
    height: 100%;
}
html {
    width: 100%;
    height: 100%;
}
@media(min-width:767px) {
    .nav-links {
        padding-top: 20px;
        padding-bottom: 20px;
        -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: 0px;
    }
    li.nav-links:hover {
        border-bottom: 4px solid #000;
    }
}
@media(min-height:400px) {
    #map {
        height: 300px;
    }
}
@media(min-height:700px) {
    #map {
        height: 600px;
    }
}
/* 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: auto;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.ranking-section {
    padding: 0px 0px 50px 0px;
    text-align: center;
    background: #fff;
}
.services-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}
.contact-section {
    text-align: center;
    background: #eee;
}
.navbar-color {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EDEDED;
}
.navbar li a strong {
    color: #000;
}
.logo-image {
    height: 60px;
    padding-top: 10px;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
.image-collapse {
    height: 50px;
}
.footer {
    /*  position: absolute;*/
    
    bottom: 0;
    width: 100%;
    background-color: #2e2e2e;
    padding-top: 20px;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
.container .text-muted {
    margin: 20px 0;
}
.contact-section {
    position: relative;
    min-height: 100%;
}
.vcenter {
    display: flex;
    align-items: center;
}
footer ul li a {
    font-size: 12px;
    color: #909090;
}
footer ul li a:hover,
footer p a:hover {
    color: #fff;
    text-decoration: none;
}
footer p {
    font-size: 12px;
    color: #909090;
}
footer p a {
    font-size: 12px;
    color: #909090;
    font-weight: bold;
}
ul.share-buttons {
    list-style: none;
    padding: 0;
}
ul.share-buttons li {
    display: inline;
}
p,
a {
    font-family: 'Lato', sans-serif;
}
.ranking-img {
    padding: 0px 30px 0 30px;
}
.home-intro {
    height: auto;
    padding: 0px 40px 0 40px;
}
.home-image {
    margin-top: 0px;
    height: auto;
    padding: 0px;
}
.ranking,
.dark-background {
    background-color: #2e2e2e;
}
.ranking-image-box {
    padding-top: 50px;
}
.light-text {
    color: #fff;
}
/* ==========================================================================
Waypoints
========================================================================== */

.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6 {
    visibility: hidden
}
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/* ==========================================================================
Features List
========================================================================== */

.highlights {
    padding: 100px 0px 100px 0px;
}
.highlights-content h1,
.highlights-content p {
    color: #d0d0d0;
}
.highlights-list {
    padding: 130px 0
}
.highlights-list h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #24374b;
    font-size: 20px;
}
.highlights-list p {
    margin-bottom: 20px;
    color: #778899;
}
.highlights-content {
    display: inline-block;
    margin-left: 0;
    width: 65%;
}
.highlights-icon {
    display: inline-block;
    margin-right: 25px;
    width: 90px;
    height: 90px;
    border: solid 2px #337ab7;
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
}
.highlights-icon i {
    color: #337ab7
}
.affix {
    top: 200px;
    right: 5px;
    position: fixed;
}
.stick-contact {
    border-radius: 10px;
    border: 1px solid rgba(74, 67, 67, 0.26);
    background: rgba(0, 0, 0, 0.36);
    padding: 10px;
}
.sticky-p,
.sticky-p a {
    font-size: 15px;
    color: #fff;
}
.sticky-p i {
    margin-right: 10px;
}
/*==========Services Page=====================*/

.service-section {
    padding-top: 150px;
    text-align: left;
    background: #fff;
}
.service-section p,
.service-section ul {
    color: #5A5A5A;
    font-weight: 300;
}
.service-section h3,
.service-section h4 {
    color: #5A5A5A;
}
.service-section h1 {
    color: #254986
}
.service-section ul li {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
.content-text {
    font-size: 18px;
}
/*==============Contact Us page*/

.contact-section {
    background-color: #e8e7e7
}
.section-title.center {
    padding: 30px 0;
}
.section-title h2,
.section-title.center h2,
.service-section h2 {
    font-weight: 300;
    color: #5A5A5A;
}
.section-title.center .line {
    border-top: 4px solid #676AAB;
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.section-title.center hr {
    border-top: 4px solid rgba(252, 172, 69, 0.34);
    width: 40px;
    text-align: center;
    margin-top: 10px;
    position: relative;
    left: 17%;
}
.toll-free {
    color: #5A5A5A;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.toll-free strong {
    color: #254986
}
.contact-form {
    padding-bottom: 40px;
}
.alert-hidden {
    display: none;
}

.para-medium{
    font-size: 18px;
}