body {
    padding: 0;
    margin: 0;
    color: #424242;
    background-color: #f2f2f2
}

body,
input,
select,
textarea {
    font: 16px/1.75em 'Open Sans', Helvetica, Arial;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em;
    font-family: 'Open Sans', Helvetica, Arial
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: #2e4964;
    font-weight: bold
}

h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    border-bottom: 3px solid #3047b1
}

h1.highlight,
h2.highlight,
h3.highlight,
h4.highlight,
h5.highlight,
h6.highlight {
    font-weight: 800;
    color: #3047b1
}

.bolded {
    font-weight: 800
}

h1.style2,
h2.style2,
h3.style2,
h4.style2,
h5.style2,
h6.style2 {
    font-family: 'Lobster', cursive;
    text-align: center;
    margin-bottom: 20px
}

p {
    font-size: 18px
}

.row-flex {
    display: flex;
}

#header {
    background-image: url('../img/header-bg.jpg');
    background-size: cover;
    position: relative;
    color: #4d4846;
    padding: 0 0 20px;
    background-position: top center;
    position: relative
}

#header a {
    z-index: 9;
    position: relative
}

#header p.subhead {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.87);
    text-transform: capitalize
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2)
}

#header h1 {
    text-transform: capitalize;
    color: #2e4964;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 45px;
    text-align: left
}

#header h1 span {
    color: #3047b1;
    display: block;
    font-size: 30px
}

#header .header-headline {
    margin-bottom: 68px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)
}

#header .header-headline h2.subhead {
    margin-top: 10px
}

#header p {
    text-align: justify
}

#header .header-desc {
    margin-top: 22px;
}

#header h3 {
    /* margin-top: 60px; */
    line-height: 30px;
    z-index: 9;
    position: relative;
}

#header h3 span {
    border-bottom: 3px solid #3047b1;
    text-transform: capitalize;
}

.header-sm-cta {
    margin-top: 20px
}

.header-sm-cta span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px
}

.header-sm-cta a i {
    color: #FFBE57;
}

.header-sm-cta a {
    color: #3047b1;
    font-weight: bold;
    font-size: 30px
}

#header p .highlight {
    display: block;
    margin-bottom: 7px
}

#header p .highlight b {
    border-bottom: 3px solid #80b329
}

.logo {
    height: 95px
}

p.header-slogan {
    font-size: 15px;
    color: #73625e;
    font-weight: bold;
    line-height: 24px;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
    margin-bottom: 8px
}

p.header-phonenumber {
    text-align: center;
    font-size: 26px;
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
    float: right
}

p.header-phonenumber span {
    text-align: center;
    font-size: 15px;
    display: block;
    font-weight: bold;
    line-height: 19px;
    color: #52453c
}

p.header-phonenumber a {
    color: #88cc24;
    font-weight: bold;
    margin: 3px 0;
    display: block
}

p.header-phonenumber a i {
    color: #000
}

#head-image {
    position: relative
}

.btn {
    padding: 12px 25px;
    background-color: #80b329;
    color: #fff;
    text-shadow: 0 0 1px #517319;
    box-shadow: inset 0 -5px 25px #415d12;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    line-height: 22px
}

.btn:hover {
    color: #fff;
    box-shadow: inset 0 -5px 25px #2e410e
}

.btn:active {
    color: #fff;
    box-shadow: inset 0 -5px 20px #2e410e, inset 0 2px 5px #2e410e
}

.btn:focus {
    color: #fff
}

.sep {
    background-image: url('../img/line.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    margin: 50px 0
}

p.intro-text {
    font-size: 20px
}

ul.intro-list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

ul.intro-list li {
    position: relative;
    padding-left: 25px;
    margin: 0 7px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

ul.intro-list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #d70080;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    text-shadow: 0 0 5px #000
}

.pop-body .title,
dd.cta_phone_number {
    font-family: 'Merriweather Sans', sans-serif
}

.form-container {
    background-color: #fafafa;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53)
}

.pop-body .title {
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 33px;
    letter-spacing: 2px;
    padding-bottom: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: -1px -1px 0;
    padding-top: 15px;
    padding-bottom: 18px;
    background: #42afaf;
    box-shadow: inset 0 1px 0 #00e2e2, 0 0 10px rgba(0, 0, 0, .2);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -khtml-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39)
}

.pop-body .title span:first-child {
    font-size: 17px;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 1px;
    width: 100%;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    padding: 0 20px
}

.pop-body .title span+span {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: block;
    font-weight: 300;
    font-weight: bold
}

.pop-body form {
    padding: 15px 25px 10px;
    background-color: #fafafa
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: 0;
    font-size: 13px;
    height: auto;
    padding: 6px 15px;
    border: 2px solid transparent;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    padding: 8px;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
    color: #746153;
    background: #fff;
    border-radius: 3px;
    border: 0;
    outline: 0;
    padding-left: 10px;
    box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, .3);
    -moz-transition: .2s background ease-in;
    -o-transition: .2s background ease-in;
    -webkit-transition: .2s background ease-in;
    transition: .2s background ease-in
}

textarea.form-control {
    height: 110px
}

.form-control:focus,
.form-control:active {
    box-shadow: inset 0 1px 4px -1px #323b40;
    -webkit-box-shadow: inset 0 1px 4px -1px #323b40;
    -moz-box-shadow: inset 0 1px 4px -1px #323b40;
    background-color: rgba(59, 72, 177, 0.1);
    color: #000
}

.offer-form .form-control {
    background: #f0f0f0
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: #ce2020;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block
}

.form-label {
    text-shadow: none;
    font-size: 13px;
    color: #2f2f2f;
    font-weight: bold;
    margin-bottom: 1px;
    line-height: 20px;
    display: block
}

.checkbox_label {
    font-weight: normal;
    margin-bottom: 3px
}

.checkbox_label input {
    margin-right: 5px
}

.cta-sub {
    font-size: 13px;
    color: #4c4e4d;
    display: block;
    margin-top: 15px;
    text-shadow: none;
    text-align: center
}

.button,
a.button {
    -moz-transition: .1s transform ease-in, .2s background ease-in;
    -o-transition: .1s transform ease-in, .2s background ease-in;
    -webkit-transition: .1s -webkit-transform ease-in, .2s background ease-in;
    transition: .1s transform ease-in, .2s background ease-in;
    border: 0;
    display: inline-block;
    font-family: "NewTransport-Bold", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 22px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: .003em;
    line-height: 20px;
    line-height: 2rem;
    outline: 0;
    padding: 19px 27px;
    padding: 1.4rem 2.7rem;
    position: relative;
    text-decoration: none
}

.button.primar {
    -moz-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    background: #fc0;
    background: -moz-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    border: 1px solid #ffc400;
    border: .1rem solid #ffc400;
    box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    color: #1d1d1d;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f9b800', GradientType=0);
    transform: scale(1);
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4)
}

.button.primar:hover {
    background: #ffe065;
    background: -moz-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe065', endColorstr='#ffcc05', GradientType=0)
}

.button.primar:active,
.button.primar:focus {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    -webkit-transform: scale(.95);
    box-shadow: inset 0 0 10px rgba(178, 143, 4, .35);
    transform: scale(.95)
}

#footer {
    background: #1f2325;
    padding: 10px 0;
    z-index: 999;
    position: relative
}

#footer p {
    color: #fafafa;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px
}

#floating-number {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    padding: 0 0 20px 20px
}

#floating-number .holder {
    padding: 10px 15px;
    border-radius: 6px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .5);
    -webkit-transition: all 350ms ease-in-out 0;
    -moz-transition: all 350ms ease-in-out 0;
    -ms-transition: all 350ms ease-in-out 0;
    -o-transition: all 350ms ease-in-out 0;
    transition: all 350ms ease-in-out 0;
    box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -o-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -wenkit-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    -moz-box-shadow: 0 1px 0 #1551a1, inset 0 1px 0 rgba(255, 255, 255, 0.11);
    display: inline-block;
    background-color: #1551a1;
    background-color: rgba(21, 81, 161, 0.5);
    text-transform: capitalize
}

#floating-number a {
    display: block;
    border-radius: 6px;
    color: #fff;
    text-decoration: none
}

#floating-number a:hover .holder {
    color: #fff;
    background-color: #353d42
}

#floating-number a:active .holder {
    background-color: #231f20;
    box-shadow: inset 0 2px 4px #231f20;
    color: #fff
}

#floating-number a:hover .holder h3,
#navbar a:active .holder {
    color: #fff
}

#floating-number p {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

#floating-number h3 {
    color: #fff;
    font-size: 40px;
    margin: 0
}

.scroll-down {
    color: #3b48a0;
    font-size: 25px;
    display: block;
    text-align: center;
    margin-top: 60px;
    z-index: 99;
    position: relative
}

.cta {
    position: relative
}

.cta h3 {
    color: #3b48a0;
    font-size: 21px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 0
}

.cta.cta-inverse h3 {
    margin-top: 0;
    color: #fff
}

.cta.cta-inverse h3 span {
    border-bottom: 2px solid #e62f68
}

.cta h3 a {
    font-weight: 800;
    color: #F3528A;
    text-decoration: underline
}

.cta1 h3 {
    line-height: 1.4;
    /* color: #007FCA; */
}

.brands .row-flex {
    justify-content: space-between;
    margin-top: 30px;
}
.brands .brand__logo {
    margin-bottom: 10px;
}
h1.style1,
h2.style1,
h3.style1 {
    color: #000;
    position: relative;
    padding: 15px;
    margin-bottom: 30px
}

h2.style1,
h3.style1 {
    margin-bottom: 15px
}

h1.style1:before,
h2.style1:before,
h3.style1:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #88d024;
    width: 10%;
    left: 45%
}

.header p {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.8)
}

.color-inverse,
.color-inverse h1,
.color-inverse p {
    color: #fff !important
}

#testimonials {
    background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 999;
    background-color: #f2f2f2
}

.pre-footer-form-header {
    margin-bottom: 20px
}

#testimonials h2 {
    color: #323b40;
    text-align: center;
    font-weight: normal;
    margin-top: 5px
}

#testimonials h2 b {
    color: #3047b1
}

blockquote {
    margin-bottom: 20px;
    padding: 10px 30px;
    border-left: 4px none #edeff0;
    background-image: url(../img/564cc1830cfb0f3061f3e1e0_iconmonstr-quote-6-icon.svg), url(../img/564cc16c97ec07540ebff988_iconmonstr-quote-5-icon.svg);
    background-position: 100% 100%, 0 0;
    background-size: 60px, 60px;
    background-repeat: no-repeat, no-repeat;
    color: #323b40;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic;
    text-align: left
}

blockquote .author {
    display: block;
    font-size: 15px;
    font-weight: bold
}

.form-field {
    display: block;
    width: 100%;
    height: 46px;
    font: 18px GeometriaExtraLight;
    color: #856f64;
    background: rgba(255, 255, 255, .5);
    border-radius: 3px;
    border: 0;
    padding-left: 7px;
    margin: 13px 0 0;
    box-shadow: inset 0 1px 3px -1px rgba(0, 0, 0, .3)
}

.defaultButton {
    margin-top: 15px;
    color: #fff;
    width: 320px;
    height: 56px;
    border-radius: 3px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    color: #fff;
    background: #2643d3;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    border: 0
}

.defaultButton:hover {
    background: #1d33a7;
    text-decoration: none;
    color: #fff
}

.defaultButton:active {
    transform: translateY(3px);
    background: #172a8b;
    -webkit-transition: 0;
    color: #fff
}

.defaultButton:focus {
    color: #fff;
    text-decoration: none
}

ul.feature-list {
    list-style-type: none;
    padding: 0;
    margin: 5px 0
}

ul.feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

ul.feature-list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #80b329;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px
}

.feature-img img {
    margin-left: -85px
}

.contact-btn {
    margin-top: 0;
    height: 47px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    outline: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    font-size: 14px;
    line-height: 45px
}

.footer-contact {
    font-weight: 800
}

.footer-contact a i {
    margin-right: 5px
}

.get-a-quote {
    margin: 0;
    position: relative;
    margin-top: 10px
}

.get-a-quote .text-center {
    color: #fff;
    text-shadow: none;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: right
}

.get-a-quote b {
    text-shadow: none;
    color: #fff
}

.get-a-quote .text-center h2 {
    font-size: 40px
}

.cta-container h3 {
    color: #000;
    padding-top: 15px;
    margin-bottom: 50px;
    margin-top: 0
}

.cta-container {
    padding-top: 70px
}

.cta-container h3 span {
    font-weight: normal
}

.main-headline h4 {
    color: #fff
}

.main-headline .button.primar {
    margin-top: 30px;
    width: auto
}

.header-cta {
    /* margin-top: 120px */
}

.feature-row {
    margin: 25px 0;
    text-align: left
}

.cta-inverse {
    background-color: #232323
}

.cta-inverse h3,
.cta-inverse h3 a {
    color: #fff
}

.cta-inverse h3 a {
    text-decoration: underline
}

.cta-style2 {
    background-color: #d70080
}

.cta-style2 h3,
.cta-style2 h3 a {
    color: #fff
}

.cta-style2 h3 a {
    text-decoration: underline
}

#header {
    overflow: hidden;
    padding-bottom: 140px
}

.header-blob {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5
}

#pre-header {
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn-st {
    border-radius: 50px;
    color: #fff;
    background-color: #3047b1;
    font-weight: bold;
    color: #fafafa;
    font-size: 14px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    font-size: 14px;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out
}

.btn-st.btn-st-yellow {
    background-color: #3047b1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    font-size: 14px
}

.btn-st.btn-st-yellow:hover {
    background-color: #d4ae00
}

.btn-st.btn-st-yellow:active {
    background-color: #caa600
}

.btn-st span {
    padding: 11px 40px 8px 15px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}

.btn-st:hover {
    background: #1d33a7;
    text-decoration: none;
    color: #fff
}

.btn-st:active {
    transform: translateY(3px);
    background: #172a8b;
    -webkit-transition: 0;
    color: #fff
}

.btn-st:focus {
    color: #fff;
    text-decoration: none
}

.btn-st i {
    padding: 13px 25px 16px;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 0 15px #1a2b7b;
    font-size: 19px
}

.btn-st.btn-st-yellow i {
    box-shadow: 0 0 21px #6f5b06
}

.btn-st:hover i {
    color: #fff
}

.header-content {
    margin-bottom: 65px
}

.header-cta a {
    display: inline-block;
}

span.hint {
    display: block;
    margin: 15px 24px;
    font-weight: bold;
    color: #2e4964
}

.subhead {
    font-weight: normal;
    line-height: 1.3;
}

#services {
    background-image: url('../img/services-bg.jpg');
    background-size: cover;
    padding: 100px 0 50px;
    overflow: hidden
}

.service-areas {
    padding-top: 90px;
    padding-bottom: 50px;
    position: relative
}

.service-block {
    margin-bottom: 50px
}

.service-block h4,
.service-block p {
    color: #1c1c1c
}

.service-block p {
    font-size: 17px;
    min-height: 85px;
    line-height: 1.5;
}

.service-block i {
    font-size: 40px;
    color: #2942bd
}

a.silent-button {
    color: #2e4964;
    font-weight: 800;
    position: relative
}

a.silent-button:hover {
    text-decoration: none
}

a.silent-button:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #3047b1;
    -webkit-transition: bottom 100ms ease-in-out;
    -moz-transition: bottom 100ms ease-in-out;
    -ms-transition: bottom 100ms ease-in-out;
    -o-transition: bottom 100ms ease-in-out;
    transition: bottom 100ms ease-in-out
}

a.silent-button:hover:after {
    bottom: -5px
}

a.silent-button.call-button {
    font-size: 25px;
    text-align: center;
    margin-top: 20px
}

a.silent-button.call-button:after {
    content: none
}

a.silent-button.call-button i {
    font-size: 25px
}

.img-blob-left {
    margin-left: -575px;
    z-index: 5;
    position: relative;
    margin-top: 60px;
}

#why-us {
    padding: 120px 0;
    background-image: url('../img/why-us-bg.jpg');
    background-position: center;
    background-size: cover
}

#why-us p {
    font-size: 17px;
    text-align: justify
}

#why-us ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    margin-top: 30px;
    text-transform: capitalize;
}

#why-us ul li {
    color: #0f0f0f;
    font-weight: 800;
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px
}

#why-us ul li span.order {
    color: #3047b1;
    font-weight: 800;
    font-size: 55px;
    position: absolute;
    top: 13px;
    left: 0
}

.why-us-content {
    padding-top: 80px
}

.why-us-content h2 {
    color: #1E293B;
}

.why-us-content h2 span {
    border-bottom: 0;
}

.section-sep {
    position: relative
}

.section-sep:before,
.section-sep:after {
    content: "";
    position: absolute;
    height: 240px;
    left: 0;
    right: 0;
    background-repeat: repeat-x
}

.section-sep:before {
    top: 0;
    background-image: url('../img/overlay-head.png')
}

.section-sep:after {
    bottom: 0;
    background-image: url('../img/overlay-footer.png')
}

.container {
    /*width: 1500px;*/
    z-index: 55;
    position: relative;
}

#about {
    padding: 130px 0;
    overflow: hidden;
    background-image: url('../img/about-bg.jpg');
    background-position: center;
    background-size: cover
}

#about p {
    font-size: 17px
}

#about h2 {
    text-transform: capitalize;
    z-index: 99;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 90px;
}

b.highlight {
    color: #3047b1;
    font-weight: 800
}

.img-blob-right {
    position: relative;
    margin-top: -100px;
    z-index: 9;
    margin-top: -20px;
}

p a {
    color: #3047b1;
    text-decoration: underline;
    font-weight: 800
}

p a:hover {
    text-decoration: none
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #2643d3;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    padding: 8px 9px;
}

#back-to-top:hover {
    background: #1d33a7;
}

#back-to-top:active {
    background: #1d33a7;
    transform: translateY(3px);
}

#back-to-top.show {
    opacity: 1;
}


@media(max-width:1570px) {
    .header-blob {
        right: -110px;
    }
}

@media(max-width:1445px) {
    .header-blob {
        right: -440px;
    }

    .img-blob-right {
        margin-left: 60px;
        position: relative;
        margin-top: 20px;
        z-index: 9;
        height: 55%
    }

    .img-blob-left {
        margin-left: -275px;
        z-index: 5;
        position: relative;
        height: 50%;
        margin-top: 90px
    }
}

@media(max-width:1024px) {
    .header-blob {
        right: -490px
    }

    .img-blob-left {
        margin-left: -655px;
        z-index: 5;
        position: relative;
        height: 45%;
        margin-top: 10px;
    }

    .img-blob-right {
        margin-left: 0px;
        position: relative;
        margin-top: -30px;
        z-index: 9;
        height: 45%;
    }
}

@media(max-width:990px) {
    .container {
        width: auto;
    }
    .brands {
        margin: 30px 0 50px;
    }
    #header {
        background-position: center
    }
    #about {
        padding: 70px 0
    }

    p.header-slogan {
        margin-left: 15px
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    #navbar {
        text-align: center
    }

    #navbar p {
        border: 0;
        margin-top: 10px
    }
    #navbar img,
    #navbar p {
        margin: 0
    }

    .header-blob {
        display: none
    }

    #services {
        background-image: none;
        padding-bottom: 10px
    }

    .section-sep:before,
    .section-sep:after {
        content: none
    }

    #why-us {
        background-image: none;
        padding: 0px 0;
    }

    .img-blob-left {
        margin-left: 0;
        width: 100%
    }

    .img-blob-right {
        display: none;
    }
}

@media all and (max-width:767px) {

    .container {
        width: auto;
    }

    #pre-header {
        margin-top: 50px;
    }

    .header-content,
    #header h1 {
        text-align: center;
        text-align: left;
        font-size: 30px;
        line-height: 38px;
    }

    #header p {
        text-align: left;
        font-size: 17px;
    }

    .btn-st span {
        padding: 11px 20px 8px 15px
    }

    .img-blob-left {
        margin-left: 0;
        width: 60%;
        margin: 0 auto;
        display: block
    }

    .service-block {
        margin-bottom: 40px;
    }

    .img-blob-right {
        margin-left: 0;
        width: 100%;
        margin-top: 30px
    }

    #services {
        background-image: none;
        padding-bottom: 10px
    }

    .section-sep:before,
    .section-sep:after {
        content: none
    }

    #why-us {
        background: 0;
        padding: 50px 0;
    }

    #why-us ul li {
        margin-bottom: 29px;
        font-size: 15px;
        font-weight: 600;
    }
    .why-us-content {
        padding: 0;
    }

    .block-adj {
        display: block
    }

    .footer-contact {
        margin-bottom: 50px
    }

    #header h3 {
        line-height: 38px
    }

    .cta-container {
        padding-top: 0
    }

    .inner-cta {
        padding-left: 0
    }

    .inner-cta:before {
        content: none
    }

    ul.intro-list {
        text-align: left;
        margin-bottom: 20px
    }

    ul.gallery li {
        width: 50%
    }

    .cta h3 {
        margin: 10px 0
    }

    .cta.cta-inverse h3 {
        text-shadow: 0 0 5px #000
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }
    .brands .row-flex {
        /* justify-content: start; */
        display: block;
    }
    #floating-number {
        padding: 0;
        right: 0;
        top: 0;
        bottom: auto
    }

    #floating-number .holder,
    #floating-number a {
        border-radius: 0
    }

    #floating-number .holder {
        width: 100%;
        text-align: center
    }

    .form-container {
        z-index: 999;
        position: relative
    }

    body.display-offer {
        padding-top: 0
    }

    .header-blob {
        display: none
    }

    .btn-st i {
        display: none;
    }

    .img-blob-left,
    .img-blob-right {
        display: none;
    }

    .footer-contact text-center h1 {
        font-size: 30px;
    }

    .brand {
        display: block;
    }
}

@media all and (max-width:574px) {
    .brand__logo {
        margin: 13px 0;
    }

    .service-areas {
        padding-top: 35px;
        padding-bottom: 0;
    }

    .brand__logo img {
        width: 150px;
    }

    #floating-number h3 {
        font-size: 35px
    }
    #about h2 {
        margin-top: 0;
    }

}

/* @media screen and (max-width:325px) {
    #floating-number h3 {
        font-size: 35px
    }
} */

@keyframes glowing {

    0%,
    100% {
        background-color: #00a8d7;
        box-shadow: 0 0 2px #00a8d7
    }

    50% {
        background-color: #0369a9;
        box-shadow: 0 0 8px #0369a9
    }
}

@keyframes glowing2 {

    0%,
    100% {
        background-color: #00a8d7;
        box-shadow: 0 0 3px #00a8d7
    }

    50% {
        background-color: #0369a9;
        box-shadow: 0 0 10px #0369a9
    }
}

.flushy {
    animation: glowing 1000ms infinite
}

.flushy2 {
    animation: glowing2 1500ms infinite
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}