body {
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-weight: 400;
    line-height: 1.3em;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a, a:hover {
    color: #666;
    text-decoration: none;
}
.topContact {
    background-color: #2EA3F2;
    padding: 10px 0 0 0;
    color: #fff;
}
.topContact a {
    color: #fff;
    text-decoration: none;
}
.topContact a:hover {
    color: #fff;
    text-decoration: none;
}

.marg-bot30 {
    margin-bottom: 30px;
}

.marg-top50 {
    margin-top: 50px;
}
hr {
    margin-top: 0;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}

.navbar {
    min-height: 50px;
    padding-top: 10px;
    position: relative;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar-default .navbar-brand {
    color: #000;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    color: #23A1F5;
    font-weight: 400;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.keyPoints h2 span {
    color: #ff0000;
}
.keyPoints h5 {
    color: #3366ff;
}
.keyPoints h3 a, #top h3 a:hover {
    color: #ff0000;
    font-weight: 600;
    text-decoration: none;
}
.keyPoints ul {
    font-weight: 600;
    padding: 0 0 13px 16px;
    line-height: 26px;
    list-style-type: disc;
}
.keyPoints a {
    color: inherit;
}
.keyPoints a:hover {
    color: inherit;
}

#top h2 span {
    color: #ff0000;
}

#top h5 {
    color: #3366ff;
}

#top h3 a, #top h3 a:hover {
    color: #ff0000;
    font-weight: 600;
    text-decoration: none;
}

#top ul {
    font-weight: 600;
    padding: 0 0 13px 16px;
    line-height: 26px;
    list-style-type: disc;
}

#we-beat-any-price h3 span {
    color: #ff0000;
}

section#testimonials {
    padding-bottom: 0px;
}

section#special-events {
    padding-top: 0px;
}

#special-events h4, #special-events h2 {
    color: #fff;
}

#testimonials h2 {
    font-size: 22px;
    font-weight: 300;
    color: #333;
}

.testim-banner {
    background: url("../images/testim-banner-bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.special-events-bg {
    background-color: #000;
    padding-top: 70px;
    padding-bottom: 70px;
}

section#terms-conditions {
    padding-top: 0;
    padding-bottom: 0;
}

.blue-img-bg {
    background: url("../images/blue-img-bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top:10px;
}

footer {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #777;
    font-size: 16px;
}