body {
    padding: 0;
    margin: 0;
    color: #424242
}

body,
input,
select,
textarea,
button,
.btn {
    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
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Helvetica, Arial;
    color: #106de4;
    font-weight: bold
}

p {
    font-size: 18px
}

.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,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 25px;
    margin: 6px 0;
    font-size: 18px;
    color: #000;
    width: 40%;
    float: left;
    text-shadow: 0 0 5px #cbdbda, 0 0 0 #000;
}

ul.list li {
    text-shadow: none;
    width: 100%;
    float: none;
    color: #fff
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #07a1a6;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px
}

ul.list li:before {
    content: "\f375";
    color: #fecb00
}
.no-left-padding {
    padding-left: 0;
}
.header-content ul.intro-list{
    margin-bottom: 0;
}

.header-content ul.intro-list li{
    color: #fff;
    text-shadow: none;
    float: none;
    width: 100%;
}
.header-content h4 {
    font-size: 27px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 100;
    margin-top: 15px;
}
.header-content h4 span {
    border-bottom: 3px solid #85b100;
}
.modal-content ul.intro-list {
    margin-top: 0;
}
.modal-content ul.intro-list li, .modal-content ul.list li {
    position: relative;
    padding-left: 25px;
    margin: 6px 0;
    font-size: 16px;
    color: #000;
    margin-top: 0;

}
.modal ul.intro-list li{
    text-shadow: none;
    float: none;
    width: 100%;
}
.pop-body .title,
dd.cta_phone_number {
    font-family: 'Poppins', sans-serif
}

.form-container {
    background-color: rgba(42, 51, 59, 0.7);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
    margin: 70px 0 40px;
}

.pop-body form {
    padding: 15px 25px 10px
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #3c3c3c;
    -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 #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 3px
}

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

label.error,
#testimonials .field-wrp label.error {
    font-size: 13px;
    color: red;
    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: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: bold
}
.form-label span{
    color: red;
}
.form-label span.muted{
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
}
#testimonials .form-label span.muted, .modal .form-label span.muted{
    color: rgba(17, 17, 17, 0.8);
}
.cta-sub {
    font-size: 13px;
    color: #fff;
    display: block;
    margin-top: 12px;
    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;
    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;
    transition: .1s transform ease-in, .2s background ease-in
}

.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)
}

.below-form-cta {
    line-height: 20px
}

#footer {
    background: #080808;
    padding: 10px 0;
    z-index: 9999;
    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: 999;
    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;
    background-color: #106de4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px rgba(0, 0, 0, .2);
    -wenkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px rgba(0, 0, 0, .2);
    display: inline-block
}

#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
}

#navbar {
    position: relative;
    z-index: 99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    
    background: #e9e9e9;
    background: -moz-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e9e9e9',GradientType=0);
    background: linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
}

#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
}

#header {
    background-image: url(../img/header_lg.jpg);
    background-size: cover;
    position: relative;
    background-position: center
}

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

.header-logo {
    height: 95px;
    padding: 17px 0;
}

.logo-holder {
    margin-bottom: -105px;
    display: inline-block;
    padding: 5px 10px 10px;
    border-radius: 5px;
    background-color: #020202
}

.head-phonenumber a {
    font-family: 'Open Sans', Helvetica, Arial;
    color: #fff;
    padding: 34px 0;
    display: block;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    
    background: rgb(133,177,0);
    background: -moz-linear-gradient(top, rgba(133,177,0,1) 0%, rgba(78,135,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(133,177,0,1) 0%,rgba(78,135,0,1) 100%);
    background: linear-gradient(to bottom, rgba(133,177,0,1) 0%,rgba(78,135,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b100', endColorstr='#4e8700',GradientType=0 );
}

.head-phonenumber a:hover,
.head-phonenumber a:focus {
    text-decoration: none
}

.head-phonenumber a span {
    text-transform: capitalize;
    font-weight: 100;
    margin-right: 10px;
    font-size: 25px
}

.form-container h4.title.small {
    color: #ffcb00;
    text-align: center;
    padding: 25px 10px 10px;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 0;
    
}

.form-container h4.title.small span {
    font-family: 'open sans', Helvetica, Arial;
    display: block;
    font-weight: normal;
    margin: 10px 0 0;
    line-height: 22px;
    font-size: 17px;
    color: #fff;
}

#header p {
    color: #fff;
    font-size: 19px;
}

#header h1 {
    color: #ffcb00;
    margin-top: 0;
}

.header-content {
    padding: 70px 0 30px;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000
}

.heading-style1 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px
}

.heading-style1 span {
    font-weight: bold
}

.cta {
    background: #fff;
    padding: 45px 0;
    text-align: center;
    font-weight: normal;
    background-image: url('../img/cta-banner-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cta h3 {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    line-height: 33px;
}

.cta h3 a {
    font-weight: bold;
    color: #00457d;
}

.cta-inverse {
    background: #f3f7f9
}

.cta-blue {
    background: #084378 center no-repeat url(../img/feature-banners-bg.jpg);
}
.cta-blue h3 a{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

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

.cta-inverse h3 a {
    text-decoration: underline;
    color: #fbc802;
}

#into-text {
    padding: 150px 0;
    background-image: url('../img/bg-light.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center
}

#into-text h4 {
    font-weight: normal
}

#into-text h2 {
    color: #383637;
    margin-top: 0;
    margin-bottom: 15px
}

.phone-number {
    display: inline-block;
    font-weight: bold
}

#testimonials {
    background-color: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
    z-index: 9999;
    position: relative
}

#testimonials .padding {
    padding: 6px 20px
}

.testimonial {
    max-width: 850px;
    margin: 0 auto;
    font-style: italic;
    font-size: 16px;
    font-weight: 600
}

.testimonial p.name {
    color: #2e2e2e;
    font-weight: 700
}

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;
    color: #ff9f1b
}

blockquote .author span {
    font-weight: 100;
    color: #000
}

.pre-footer-form-header {
    color: #fefefe;
    -webkit-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -khtml-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -ms-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -o-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-align: center;
    background: #07466a;
    letter-spacing: 2px;
    padding-bottom: 1px;
    padding: 10px 5px;
    margin-top: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold
}

.pre-footer-form-header span {
    font-family: 'Open Sans', Helvetica, Arial;
    font-weight: normal;
    display: block;
    margin-top: 6px;
    font-size: 16px
}

#services {
    background-image: url('../img/bg-light.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}

#services .services-card {
    padding: 20px
}

#services h4 {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #0c709d;
}

#services-blocks {
    padding: 100px 0;
}
#services-blocks h1 {
    font-size: 45px;
    line-height: 1;
    color: #2b2b2b;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
}
#services-blocks .service-block {
    margin-bottom: 25px;
}
#services-blocks .service-block *{
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
#services-blocks .service-block a{
    display: block;
    border-radius: 4px;
}

#services-blocks .service-block h3{
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding: 8px 0;
    border-radius: 4px 4px 0 0;
    background-color: #ff8213;
    background-image: url(../img/cta-banner-bg.png);
    background-position: top;
}
#services-blocks .service-block span{
    display: block;
    width: 100%;
    background-color: #08447a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    border-radius: 0 0 4px 4px;
}
#services-blocks .service-block a:hover h3{
    background-color: #ec6f00;
}
#services-blocks .service-block a:hover span{
    background-color: #073156;
}
#services-blocks .service-block a:hover{
    text-decoration: none;
}
#testimonials .field-wrp {
    padding: 0 5px
}

#testimonials .field-wrp label {
    font-weight: 600;
    margin-bottom: 2px;
    color: #111
}

#testimonials h2 {
    color: #323b40;
    text-align: center;
    font-weight: normal
}
#testimonials h2.title {
    line-height: 20px;
    font-size: 15px;
}

#testimonials h2 b {
    color: #06aaa8;
    background: #06aaa8;
    background: -moz-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#06aaa8),color-stop(100%,#0d6e9d));
    background: -webkit-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    background: -o-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    background: -ms-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06aaa8',endColorstr='#0d6e9d',GradientType=0);
    background: linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#testimonials h2 i:before{
    display: inline;
}
.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

#header .value-prop {
    background-color: rgba(17, 17, 17, 0.7);
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0 #000;
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 15px 90px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-weight: 600
}

#header .value-prop p {
    margin-bottom: 0
}

#header .value-prop i {
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 50px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 8px 1px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: #06aaa8;
    text-shadow: none;
    margin: 8px 8px;
    
    background: #06aaa8;
    background: -moz-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#06aaa8),color-stop(100%,#0d6e9d));
    background: -webkit-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    background: -o-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    background: -ms-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06aaa8',endColorstr='#0d6e9d',GradientType=0);
    background: linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color:transparent;
}
#header .value-prop i:before{
    display: inline;
}

#header .header-content ul.list li{
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.72), 0 0 1px #000 !important;
}

h1 span.subhead {
    display: block;
    font-size: 27px;
    color: #378ec4;
    font-weight: normal;
    margin-top: 5px;
}

#why-us{
    padding: 60px 0 60px;
    background-image: url('../img/services-bg.jpg');
    background-position: center right;
    background-repeat: no-repeat;
}
#why-us h1{
    color: #313131;
}
#why-us .section-content{
    margin: 100px 0;
}
#why-us .section-content .button{
    width: auto;
}
#why-us .why-us-point{
    padding: 40px;
    background-color: #00457d;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    border-radius: 6px;
    flex: 0 0 42%;
    margin: 20px 0px;
}
#why-us .why-us-point i{
    font-size: 65px;
    color: #fbc802;
    margin-bottom: 45px;
}
#why-us .why-us-point h4{
    color: #fbc802;
    line-height: 22px;
    font-size: 21px;
}
#why-us .why-us-point p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

#why-us .title {
    color: #313131;
    margin-bottom: 60px;
    position: relative;
    margin-top: 0px;
    line-height: 35px;
}

#why-us .title:before{
    content: "";
    background-color: #fbc802;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -28px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
#why-us .title:after{
    content: "";
    background-color: #106de4;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

#about {
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    background-image: url('../img/oven-cleaning.jpg');
}
#about .content-block {
    background-color: #00457d;
    color: #fff;
    padding: 50px;
    position: relative
}

#about .content-block h2 {
    color: #fbc802
}
#about .content-block b {
    color: #fbc802
}

#about .content-block * {
    position: relative
}

#about .content-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 150%;
    height: 100%;
    background-color: #00457d
}

.section-title h2{
    text-align: center;
    margin: 0;
    padding: 0 0 30px;
}
.section-title h2 span{
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin-top: 15px;
    color: #757575; 
}

#gallery{
    padding: 100px 0;
}
#gallery h2{
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    
    color: #06aaa8;
    background: #06aaa8;
    background: -moz-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#06aaa8),color-stop(100%,#0d6e9d));
    background: -webkit-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    background: -o-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    background: -ms-linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06aaa8',endColorstr='#0d6e9d',GradientType=0);
    background: linear-gradient(top,#06aaa8 0%,#0d6e9d 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
    margin-top: 0;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.gallery li {
    width: 31.333%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 1%;
}

ul.gallery li a:after {
    font-family: "Ionicons";
    content: "\f21f";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    text-align: center;
    color: rgba(255,255,255,0);
    font-size: 25px;
    background: rgba(137,204,37,0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

ul.gallery li a:hover:after {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    z-index: 5;
    border: 2px solid #0c5fa7;
}
ul.gallery li img{
    width: 100%;   
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul.gallery li a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}

#suppliers{
    padding: 40px 0;
    background: #084378 center no-repeat url(../img/feature-banners-bg.jpg);
}
#suppliers .content-header{
    margin-bottom: 25px;
}
#suppliers h2{
    color: #fbc802;
    margin-bottom: 2px;
    margin-top: 0;
}
#suppliers p{
    color: #fff;
}
#suppliers .supplier{
    background-color: #fff;
    border-radius: 3px;
}


.cta a {
    display: inline-block
}

.modal h4{
    line-height: 24px;
    font-size: 19px;
    font-weight: bold;
    margin-top: 15px;
}
.modal h3{
    margin-bottom: 10px;
    color: #088591;
}
.modal p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.modal-header{
    padding: 0;
    border: 0;
}
.modal .title.pre-footer-form-header.normal-weight{
    font-weight: normal;
}

.modal .contact_block{
    margin-bottom: 8px;
}

.modal-header .close{
    color: #000;
    text-shadow: none;
    font-weight: 100;
    padding: 11px 12px 11px;
    margin-top: 0;
    opacity: 1;
    line-height: 10px;
    border-top-right-radius: 5px;
    font-size: 25px;
}
.modal-header .close:hover{
    opacity: 0.8;
}

.modal-title {
    margin: 0;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    font-weight: normal;
    color: #ffc105;
}
.modal-header p{
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    line-height: 20px;
}

.model-btns{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 5px;
    background: #fff;
    border: 0;
    box-shadow: 0 1px 10px -2px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 10px -2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 10px -2px rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-position: right 200px;
}

.modal-body {
    padding: 30px 30px 15px 35px;
}

.n-pading-r{
    padding-right: 0;
}

.modal-header .close {
    background: #87969a;
    color: #fff;
    text-shadow: none;
    font-weight: 100;
    padding: 9px 8px 11px;
    margin-top: 0;
    opacity: 1;
    line-height: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 85px;
    z-index: 999;
}
.popup-phone p{
    margin-bottom: 0;
}

.popup-phone h2{
    margin-top: 0;
}
.popup-phone a{
    color: #088592;
}

.modal .pre-footer-form-header span {
    line-height: 18px;
}
.modal .form-label {
    margin-bottom: 1px;
}

.modal-dialog .form-label {
    color: #000;
}

.modal .input-group {
    margin-bottom: 7px;
    width: 100%;
}

.modal .prev-image-holder{
    margin-bottom: 25px;
}


.gallery_block ul.gallery-ul li {
    width: 33.3339%;
    float: left;
    padding: 1%;
}

ul.gallery-ul li.gallery-image {
    position: relative;
}

ul.gallery-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#gallery{
    padding: 70px 0 100px;
    background-color: #f3f7f9;
}

ul.gallery {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.gallery li {
    width: 31.333%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 1%;
}

ul.gallery li a:after {
    font-family: "Ionicons";
    content: "\f21f";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    text-align: center;
    color: rgba(255,255,255,0);
    font-size: 25px;
    background: rgba(137,204,37,0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

ul.gallery li a:hover:after {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    z-index: 5;
    border: 2px solid #0c5fa7;
}
ul.gallery li img{
    width: 100%;   
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul.gallery li a:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}

.contat-options label input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 4px
}

.contat-options label:last-child {
    margin-left: 10px
}

.form-control:focus {
    border-color: #0786ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(7, 134, 234, 0.5), 0 0 8px rgba(102, 175, 233, 0.8)
}

textarea.form-control {
    height: 120px
}

::selection {
    background: #106de4;
    color: #fff;
    text-shadow: none
}

.today-offer {
    display: inline-block;
    border: 5px dashed #80ae00;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #f9b900;
    font-size: 19px;
    margin-top: 55px;
    box-shadow: 0 0 50px #020202, 0 0 1px #000, inset 0 0 3px #000;
    background-color: rgba(27, 32, 39, 0.8);
    min-width: 100%;
}

.today-offer span {
    display: block
}

.today-offer .offer-price {
    font-size: 45px;
    margin: 10px 0 0px
}
.today-offer .offer-price em{
    font-size: 18px;
    font-style: normal;
    margin-left: 5px;
}
.today-offer .offer-cta {
    margin-bottom: 3px;
}

.today-offer .offer-terms a {
    color: #f9b900;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: -18px;
    display: block;
    font-weight: normal
}

#terms_conditions {
    color: #000
}

.popover-content ul {
    color: #000;
    margin: 0;
    padding: 10px 0 10px 15px
}

.popover-content ul li {
    margin-bottom: 5px
}

.strike {
    text-decoration: line-through
}

span.offer-title {
    color: #fff
}
span.offer-title u{
    color: #f9b900;
}


@media(max-width:990px) {
    #header {
        background-position: center
    }
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    #navbar {
        background-position: center;
        margin-top: 85px
    }
    #why-us {
    	background-position: center bottom;
    }
    #suppliers .supplier {
    	margin-bottom: 20px;
    }
    ul.gallery li {
    	width: 48%;
    }
    .header-logo {
        width: 200px;
        height: auto;
        margin: 0 auto;
        display: block
    }
    .header-content {
        padding: 30px 0
    }
    .row {
        margin-left: 0;
        margin-right: 0
    }
    #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;
        padding: 10px 10px;
    }
    #floating-number h3 {
        font-size: 30px
    }
    #why-us h1 {
        font-size: 32px
    }
    .form-container {
        z-index: 999;
        position: relative;
        margin: 40px 0
    }
    body.display-offer {
        padding-top: 0
    }
    ul.intro-list li {
        text-shadow: none;
        width: auto;
        float: none
    }
    #about .content-block:before {
        left: -50%;
        width: 200%
    }
    #about .content-block {
        padding: 50px 0
    }
    #why-us .why-us-card {
        padding: 20px 0
    }
    #services .services-card {
        padding: 0;
    }
    #services {
        background: #cddbdb;
    }
    .modal-body {
        padding: 15px 30px 15px 30px;
    }   
}

@media (min-width: 992px){
    .modal-lg {
        width: 960px;
    }
}
@media (max-width: 480px){
    ul.gallery li{
        float: none;
        width: 47%;
        display: inline-block;
    }
    #gallery {
        padding: 80px 0;
        text-align: center;
    }
    .block-xs{
        display: block;
    }
    #navbar {
        margin-top: 114px;
    }
    .header-logo {
        width: 275px;
        padding: 10px 0;
    }
    .today-offer{
        width: 100%;
        margin-top: 30px;
    }
    .form-container{
        margin-top: 15px; 
    }
}

